/*------------------------------------*\
    #Mixins
\*------------------------------------*/
/*-----------------------------------------------------------------------------------

	Theme Name: Medisch
	Theme URI: http://themeforest.net/user/zytheme
	Description: Medisch is a pixel perfect creative medical HTML5 template based on bootstrap 5, designed with great attention to details, flexibility and performance. It is ultra professional, smooth and sleek, with a clean modern layout.
	Author: zytheme
	Author URI: http://themeforest.net/user/zytheme
	Version: 1.0

-----------------------------------------------------------------------------------*/
/*!
// Contents
// ------------------------------------------------>

	1.  Global Styles
	2.  Typography
	3.	Color
	4.	Align
	5.	Grid
	6.	Blockquotes
	7.	Background
	8.	Breadcrumbs
	9.	Buttons
	10. Forms
	11. Icons
	12. List
	13. Tabs
	14. Accordions
	15. Pagination
	16. Alerts
	17. Backtop
	18. Page Loading
	19. Header
	20. Menu
	21. Module
	22. Topbar
	23. Page Title
	24. Carousel
	25. Heading
	26. Hero
	27. Blog
	28. Shop
	29. Team
	30. Timetable
	31. Skills
	32. About
	33. Features
	34. Sidebar
	35. Pricing
	36. Donations
	37. Processes
	38. Contact
	39. Clients
	40. Testimonial
	41. Video
	42. Action
	43. 404
	44. Services
	45. Action
	46. Departments
	47. Footer

/*
WARNING! DO NOT EDIT THIS FILE!

To make it easy to update your theme, you should not edit the styles in this file. Instead use 
the custom.css file to add your styles. You can copy a style from this file and paste it in 
custom.css and it will override the style in this file. You have been warned! :)
*/
/*------------------------------------*\
    #CSS VARIABLES
\*------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@900&display=swap');




:root {
  --global--color-primary: #fed000;
  --global--color-primary-darken: #263967;
  --global--color-primary-light: #e6f8fb;
  --global--color-secondary: #1c7bfd;
  --global--color-heading: #222;
  --global--color-heading-darken: #1b1a1a;
  --global--color-heading-light: #282828;
  --global--color-body: #9b9b9b;
  --global--color-white: #ffffff;
  --global--color-border: #e6eaef;
  --global--color-gray: #f9f9f9;
  --global--color-gray-darken: #9aaabb;
  --global--color-gray-light: #e6e8eb;
  --global--font-body: "Roboto", sans-serif;
  --global--font-heading: "Kodchasan", sans-serif;
  --global--font-secondary: "Heebo", sans-serif;
}

/*------------------------------------*\
    #RESET
\*------------------------------------*/
*,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
a,
dl,
dt,
dd,
ol,
ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

*,
:active,
:focus {
  outline: none !important;
}

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

textarea {
  resize: none;
}
::selection {
  text-shadow: none;
}

::-moz-selection {
  text-shadow: none;
}

::-webkit-selection {
  text-shadow: none;
}

.form-control {
  -webkit-box-shadow: none;
          box-shadow: none;
}

button {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  outline: none;
  padding: 0;
}

/*------------------------------------*\
    #GLOBAL STYLES
\*------------------------------------*/
body,
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}
body {
  background-color: var(--global--color-white);
  font-family: var(--global--font-body);
  font-size: 14px;
  font-weight: 400;
  color: var(--global--color-body);
  margin: 0;
}

.wrapper {
  background-color: var(--global--color-white);
}
.wrapper.sidearea-active .sidearea-overlay::before {
  visibility: visible;
  opacity: 1;
  right: 0;
}

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

::selection {
  background-color: var(--global--color-primary);
  color: var(--global--color-heading);
  text-shadow: none;
}

a {
  color: var(--global--color-primary);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
.fullscreen {
  height: 100vh !important;
}

section {
  background-color: var(--global--color-white);
  padding: 120px 0;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  section {
    padding: 70px 0;
  }
}

hr {
  background-color: #eaeaea;
  border-color: #eaeaea;
  margin: 0;
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  .fullscreen {
    height: auto !important;
  }
}
/*------------------------------------*\
    #TYPOGRAPHY
\*------------------------------------*/
/* Heading Text */
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--global--color-heading);
  font-family: var(--global--font-heading);
  font-weight: 700;
  margin: 0 0 28px;
  line-height: 1;
}

.h1,
h1 {
  font-size: 52px;
}

.h2,
h2 {
  font-size: 42px;
}

.h3,
h3 {
  font-size: 38px;
}

.h4,
h4 {
  font-size: 28px;
}

.h5,
h5 {
  font-size: 24px;
}

.h6,
h6 {
  font-size: 18px;
}

p {
  font-family: var(--global--font-body);
  color: var(--global--color-body);
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.lead {
  font-size: 16px;
  line-height: 1.8;
}

/* Aligning Text */
.text--left {
  text-align: left !important;
}

.text--right {
  text-align: right !important;
}

.text--center {
  text-align: center !important;
}

.text--just {
  text-align: justify !important;
}

.align--top {
  vertical-align: top;
}

.align--bottom {
  vertical-align: bottom;
}

.align--middle {
  vertical-align: middle;
}

.align--baseline {
  vertical-align: baseline;
}

/* Weight Text */
.bold {
  font-weight: bold !important;
}

.regular {
  font-weight: normal !important;
}

.medium {
  font-weight: 500 !important;
}

.italic {
  font-style: normal;
}

.break-word {
  word-wrap: break-word;
}

.no-wrap {
  white-space: nowrap;
}

/* Text Color */
.text-white {
  color: var(--global--color-white) !important;
}

.text-gray {
  color: var(--global--color-gray) !important;
}

.text-black {
  color: var(--global--color-heading);
}

.text-theme {
  color: var(--global--color-primary) !important;
}

.text--capitalize {
  text-transform: capitalize !important;
}

.text--uppercase {
  text-transform: uppercase !important;
}

.font-heading {
  font-family: var(--global--font-heading);
}
.font-18 {
  font-size: 24px;
}

.font-16 {
  font-size: 16px;
}

.font-20 {
  font-size: 20px;
}

.font-40 {
  font-size: 40px;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .text-center-xs {
    text-align: center !important;
  }
}
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .text-center-sm {
    text-align: center !important;
  }
}
.higlighted-style1 {
  background-color: var(--global--color-primary);
  color: var(--global--color-white);
  padding: 5px 0;
}

.higlighted-style2 {
  background-color: var(--global--color-heading);
  color: var(--global--color-white);
  padding: 5px 0;
}

.higlighted-style3 {
  background-color: var(--global--color-gray);
  color: var(--global--color-primary);
  padding: 5px 0;
}

/*------------------------------------*\
    #COLORS
\*------------------------------------*/
.color-heading {
  color: var(--global--color-heading) !important;
}

.color-theme {
  color: var(--global--color-primary) !important;
}

.color-white {
  color: var(--global--color-white) !important;
}

.color-gray {
  color: var(--global--color-gray) !important;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
    opacity: 0;
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
    opacity: 0;
  }
}
@-webkit-keyframes Bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  60% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}
@keyframes Bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  60% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}
/*------------------------------------*\
    #Align
\*------------------------------------*/
address,
blockquote,
dd,
dl,
fieldset,
form,
ol,
p,
pre,
table,
ul {
  margin-bottom: 20px;
}

/* All margin */
.m-0 {
  margin: 0 !important;
}

.m-xs {
  margin: 10px;
}

.m-sm {
  margin: 20px;
}

.m-md {
  margin: 40px;
}

.m-lg {
  margin: 80px;
}

/* top margin */
.mt-0 {
  margin-top: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* bottom margin */
.mb-0 {
  margin-bottom: 0 !important;
}

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

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

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

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

.mb-30 {
  margin-bottom: 30px !important;
}
.mb-45 {
  margin-bottom: 45px !important;
}

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

.mb-55 {
  margin-bottom: 50px !important;
}

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

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

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

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

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

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

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

.mb-150 {
  margin-bottom: 150px !important;
}

/* right margin */
.mr-0 {
  margin-right: 0;
}

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

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

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

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

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

/* left margin */
.ml-0 {
  margin-left: 0;
}

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

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

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

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

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

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

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

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

/* All padding */
.p-0 {
  padding: 0 !important;
}

.p-xs {
  padding: 10px;
}

.p-sm {
  padding: 20px;
}

.p-md {
  padding: 40px;
}

.p-lg {
  padding: 80px;
}

/* top padding */
.pt-0 {
  padding-top: 0 !important;
}

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

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

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

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

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

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

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

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

.pt-130 {
  padding-top: 130px !important;
}

.pt-150 {
  padding-top: 150px !important;
}

.pt-180 {
  padding-top: 180px !important;
}

/* bottom padding */
.pb-0 {
  padding-bottom: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

.pb-130 {
  padding-bottom: 130px !important;
}

.pb-150 {
  padding-bottom: 150px !important;
}

/* right padding */
.pr-0 {
  padding-right: 0;
}

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

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

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

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

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

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

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

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

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

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

/* left padding */
.pl-0 {
  padding-left: 0;
}

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

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

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

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

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

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

/* Postions */
.fixed {
  position: fixed;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.static {
  position: static;
}

/* Zindex*/
.zindex-1 {
  z-index: 1;
}

.zindex-2 {
  z-index: 2;
}

.zindex-3 {
  z-index: 3;
}

/* Borders */
.border-all {
  border: 1px solid var(--global--color-primary);
}

.border-top {
  border-top: 1px solid var(--global--color-primary);
}

.border-bottom {
  border-bottom: 1px solid var(--global--color-primary);
}

.border-right {
  border-right: 1px solid var(--global--color-primary);
}

.border-left {
  border-left: 1px solid var(--global--color-primary);
}

/* Display */
.inline {
  display: inline;
}

.block {
  display: block;
}

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

.hide {
  display: none;
}

.flex {
  display: flex;
}

@media only screen and (max-width: 767px) {
  .text-center-xs {
    text-align: center !important;
  }
  .pull-none-xs {
    float: none !important;
    text-align: center !important;
  }
  .mb-15-xs {
    margin-bottom: 15px;
  }
  .mb-30-xs {
    margin-bottom: 30px !important;
  }
  .mb-40-xs {
    margin-bottom: 40px !important;
  }
  .mb-50-xs {
    margin-bottom: 50px;
  }
  .mb-60-xs {
    margin-bottom: 60px !important;
  }
  .p-none-xs {
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .text-center-sm {
    text-align: center !important;
  }
  .mb-0-sm {
    margin-bottom: 0;
  }
  .mb-15-sm {
    margin-bottom: 15px;
  }
  .mb-30-sm {
    margin-bottom: 30px !important;
  }
  .mb-40-sm {
    margin-bottom: 40px;
  }
  .mb-50-sm {
    margin-bottom: 50px;
  }
  .mb-60-sm {
    margin-bottom: 60px;
  }
  .pb-15-sm {
    padding-bottom: 15px;
  }
  .pb-30-sm {
    padding-bottom: 30px;
  }
  .pb-50-sm {
    padding-bottom: 50px;
  }
  .pb-60-sm {
    padding-bottom: 60px;
  }
  .p-none-sm {
    padding-right: 0;
    padding-left: 0;
  }
  .pull-none-sm {
    float: none !important;
    text-align: center !important;
  }
}
.border-b {
  border-bottom: 1px solid var(--global--color-gray);
}

.mt--80 {
  margin-top: -80px;
}
.pt-200 {
  padding-top: 200px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mb-32 {
  margin-bottom: 32px !important;
}

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

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

.overflow-visible {
  overflow: visible;
}

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

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

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

/*------------------------------------*\
    #Grid
\*------------------------------------*/
.row-no-padding [class*=col-] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.col-lg-5ths,
.col-md-5ths,
.col-sm-5ths,
.col-xs-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-5ths {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}
.col-content {
  padding: 120px 100px 110px 120px;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .col-content {
    padding: 125px 18px 0 !important;
  }
}
/* Postion Helpers */
.pos-fixed {
  position: fixed;
}

.pos-relative {
  position: relative;
}

.pos-absolute {
  position: absolute;
}

.pos-static {
  position: static;
}

.pos-top {
  top: 0;
}

.pos-bottom {
  bottom: 0;
}

.pos-right {
  right: 0;
}

.pos-left {
  left: 0;
}

.pos-vertical-center {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.height-700 {
  height: 700px !important;
}

.height-500 {
  height: 500px !important;
}

.height-800 {
  height: 800px !important;
}

@media only screen and (min-width: 992px) {
  .hidden-lg,
  .hidden-md {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .col-lg-5ths {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
            flex: 0 0 20%;
    max-width: 20%;
  }
}
/*------------------------------------*\
    #NOTE
\*------------------------------------*/
@media screen and (max-width:991.98px) {
  .note {
    text-align: center;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
.note p {
  font-family: var(--global--font-body);
  font-weight: 700;
  font-size: 15px;
  color: var(--global--color-body);
  line-height: 25px;
  margin-bottom: 0;
}
.note p a {
  position: relative;
  font-weight: 700;
  color: var(--global--color-heading);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  text-transform: capitalize;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.note p a:hover i {
  -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
          transform: translateX(5px);
}
.note p a i {
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 26px;
  height: 26px;
  background: var(--global--color-white);
  border-radius: 50%;
  margin-left: 10px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-size: 9px;
}
.note.note-light p {
  color: #f4f4f4;
}
.note.note-light p a {
  color: var(--global--color-primary);
}
.note.note-light p a i {
  background-color: var(--global--color-primary);
  color: var(--global--color-heading);
}
.note.note-line p a {
  position: relative;
}
.note.note-line p a:hover::before {
  width: 80%;
}
.note.note-line p a::before {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: var(--global--color-heading);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  height: 2px;
  width: 100%;
}
.note.note-light-2 p {
  color: #c6c6c6;
}
.note.note-light-2 p a {
  color: var(--global--color-primary);
}
.note.note-light-2 p a::before {
  background-color: var(--global--color-primary);
}
.note.note-light-2 p a i {
  background-color: var(--global--color-primary);
  color: var(--global--color-heading);
}
.note.note-light-3 p {
  color: #f9f9f9;
}
.note.note-light-3 p a {
  color: var(--global--color-heading);
}
.note.note-light-3 p a::before {
  background-color: var(--global--color-heading);
}
.note.note-light-3 p a i {
  background-color: var(--global--color-heading);
  color: var(--global--color-primary);
}
.note.note-light-4 p {
  color: #f9f9f9;
  font-weight: 400;
}
.note.note-light-4 p a {
  color: var(--global--color-primary);
  font-weight: 700;
}
.note.note-light-4 p a::before {
  background-color: var(--global--color-primary);
}
.note.note-light-4 p a i {
  background-color: var(--global--color-primary);
  color: var(--global--color-heading);
}

/*------------------------------------*\
    #Blockquotes
\*------------------------------------*/
.blockquote,
blockquote {
  font-size: 20px;
  font-family: var(--global--font-heading);
  color: var(--global--color-body);
  font-style: normal;
  line-height: 28px;
  font-weight: 500;
  padding: 30px 0 30px 30px;
  position: relative;
  border-left: 6px solid var(--global--color-heading);
}
.blockquote .quote-author,
blockquote .quote-author {
  font-family: var(--global--font-heading);
  display: block;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  color: var(--global--color-heading);
  margin-top: 18px;
}
.blockquote .author,
blockquote .author {
  font-family: var(--global--font-body);
  display: block;
  font-size: 18px;
  font-style: italic;
  font-weight: 600;
  line-height: 1;
  color: var(--global--color-heading);
  margin-top: 18px;
}

.blockquote-1 {
  border-left: 6px solid var(--global--color-heading);
}

.blockquote-2 {
  position: relative;
  border-left: none;
}
.blockquote-2::before, .blockquote-2::after {
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  position: absolute;
  color: var(--global--color-primary);
  line-height: 1.8;
  font-weight: 900;
}
.blockquote-2::before {
  content: "\f10d";
  top: 0;
  left: 0;
}
.blockquote-2::after {
  content: "\f10e";
  right: 0;
  bottom: 0;
}

.blockquote-3 {
  background-color: var(--global--color-heading);
}
.blockquote-3 .author {
  color: var(--global--color-body);
}

/*------------------------------------*\
    #BACKGROUNDS
\*------------------------------------*/
.bg-theme {
  background-color: var(--global--color-primary) !important;
}

.bg-gray {
  background-color: #f1f5fa !important;
}

.bg-dark-gray {
  background-color: #3a3a3a;
}

.bg-dark {
  background-color: #222222 !important;
}

/* Background Image */
.bg-section {
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
}

.bg-parallax {
  background-attachment: fixed;
}

.bg-overlay::before {
  content: "";
  display: inline-block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.bg-overlay-2:before {
  content: "";
  display: inline-block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-light::before {
  background-color: var(--global--color-white);
  opacity: 0.8;
}

.bg-overlay-dark::before {
  background-color: rgba(27, 26, 26, 0.149);
}

.bg-overlay-dark-2::before {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(37, 55, 69, 0)), color-stop(3%, rgba(22, 22, 22, 0.04)), color-stop(80%, rgb(22, 22, 22)));
  background-image: linear-gradient(90deg, rgba(37, 55, 69, 0) 0%, rgba(22, 22, 22, 0.04) 3%, rgb(22, 22, 22) 80%);
}

.bg-overlay-dark-3::before {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(37, 55, 69, 0)), color-stop(0%, rgba(22, 22, 22, 0.84)), color-stop(80%, rgb(22, 22, 22)));
  background-image: linear-gradient(180deg, rgba(37, 55, 69, 0) 0%, rgba(22, 22, 22, 0.84) 0%, rgb(22, 22, 22) 80%);
}

.bg-overlay-dark-4::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.877)), color-stop(6.74%, rgba(0, 0, 0, 0.85)), color-stop(44.68%, rgba(0, 0, 0, 0.744)), to(rgba(23, 23, 23, 0.177)));
  background: linear-gradient(rgba(0, 0, 0, 0.877) 0%, rgba(0, 0, 0, 0.85) 6.74%, rgba(0, 0, 0, 0.744) 44.68%, rgba(23, 23, 23, 0.177) 100%);
}

.bg-overlay-dark-5::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.877)), color-stop(6.74%, rgba(0, 0, 0, 0.85)), color-stop(44.68%, rgba(0, 0, 0, 0.744)), to(rgba(23, 23, 23, 0.277)));
  background: linear-gradient(rgba(0, 0, 0, 0.877) 0%, rgba(0, 0, 0, 0.85) 6.74%, rgba(0, 0, 0, 0.744) 44.68%, rgba(23, 23, 23, 0.277) 100%);
}

.bg-overlay-theme-dark::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(29, 101, 185, 0)), color-stop(0%, rgba(6, 52, 100, 0)), color-stop(16.43%, rgba(6, 52, 100, 0)), color-stop(97.66%, #063464), to(#063464));
  background: linear-gradient(rgba(29, 101, 185, 0) 0%, rgba(6, 52, 100, 0) 0%, rgba(6, 52, 100, 0) 16.43%, #063464 97.66%, #063464 100%);
}
.bg-overlay-theme-dark::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(6, 52, 100, 0.95);
  z-index: 0;
}



.bg-overlay-dark-slider::before {
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.98)), color-stop(40%, rgba(255, 255, 255, 0.85)), color-stop(70%, rgba(255, 255, 255, 0.3)), to(rgba(255, 255, 255, 0))) !important;
    background: linear-gradient(90deg, 
        rgba(255, 255, 255, 0.98) 0%,   
        rgba(255, 255, 255, 0.85) 40%,  
        rgba(255, 255, 255, 0.3) 70%,  
        rgba(255, 255, 255, 0) 100%    
    ) !important;
    
    opacity: 1 !important;
    z-index: 1 !important;
    display: block !important;
}
.slider-1 .bg-section img {
    filter: brightness(1.05) contrast(1.02) !important;
    -webkit-filter: brightness(1.05) contrast(1.02) !important;
    transition: all 0.5s ease-in-out;
}



.bg-overlay-dark-slider-2:before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.877)), color-stop(6.74%, rgba(0, 0, 0, 0.95)), color-stop(44.68%, rgba(0, 0, 0, 0.744)), to(rgba(23, 23, 23, 0.177)));
  background: linear-gradient(rgba(0, 0, 0, 0.877) 0%, rgba(0, 0, 0, 0.95) 6.74%, rgba(0, 0, 0, 0.744) 44.68%, rgba(23, 23, 23, 0.177) 100%);
}

.bg-overlay-dark-slider-3:before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.877)), color-stop(6.74%, rgba(0, 0, 0, 0.85)), color-stop(44.68%, rgba(0, 0, 0, 0.744)), to(rgba(23, 23, 23, 0.177)));
  background: linear-gradient(rgba(0, 0, 0, 0.877) 0%, rgba(0, 0, 0, 0.85) 6.74%, rgba(0, 0, 0, 0.744) 44.68%, rgba(23, 23, 23, 0.177) 100%);
}

.bg-overlay-video::before {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(6, 23, 51, 0)), color-stop(62%, rgba(29, 42, 77, 0)), color-stop(97%, rgb(29, 42, 77)));
  background-image: linear-gradient(180deg, rgba(6, 23, 51, 0) 0%, rgba(29, 42, 77, 0) 62%, rgb(29, 42, 77) 97%);
}

/* Background Video */
.bg-video {
  position: relative;
}
.bg-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-transform: rotateZ(0);
      -ms-transform: rotate(0);
          transform: rotateZ(0);
}
.bg-video h2 {
  text-transform: capitalize;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
  z-index: 5;
}

.no-shadow {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.bg-animate {
  background-size: cover;
  background-position: 0px 0px;
  background-repeat: repeat-x;
  -webkit-animation: animatedBackground 30s linear infinite;
          animation: animatedBackground 30s linear infinite;
}

@-webkit-keyframes animatedBackground {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 100% 0;
  }
}
@keyframes animatedBackground {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 100% 0;
  }
}
/* Elements Background */
.el-bg {
  height: 550px;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-bg h2 {
  color: var(--global--color-white);
}

/*------------------------------------*\
    #BREADCRUMB
\*------------------------------------*/
/* Breadcrumb Style 1 */
.breadcrumb > li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/*------------------------------------*\
    #BUTTONS
\*------------------------------------*/
.btn {
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: var(--global--font-body);
  position: relative;
  z-index: 2;
  font-size: 15px;
  font-weight: 700;
  text-transform: capitalize;
  border: none;
  width: 170px;
  height: 50px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-radius: 3px;
  color: var(--global--color-white);
  padding: 0 25px;
}
.btn.no-shadow {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn:focus, .btn.active, .btn:active {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
.btn::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: -1;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right center;
      -ms-transform-origin: right center;
          transform-origin: right center;
  -webkit-transition: -webkit-transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9);
  transition: -webkit-transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9);
  transition: transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9);
  transition: transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9), -webkit-transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9);
  border-radius: inherit;
}
.btn i {
  margin-left: 10px;
  font-size: 10px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.btn:hover::before {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
}

/* Button Primary */
.btn--primary {
  background-color: var(--global--color-primary);
  color: var(--global--color-heading);
}
.btn--primary i {
  color: var(--global--color-heading);
}
.btn--primary::before {
  background-color: var(--global--color-heading);
}
.btn--primary:active, .btn--primary:focus, .btn--primary:hover {
  color: var(--global--color-white);
}
.btn--primary:active i, .btn--primary:focus i, .btn--primary:hover i {
  color: var(--global--color-white);
}
.btn--primary.btn--inversed::before {
  background-color: var(--global--color-white);
}
.btn--primary.btn--inversed:active, .btn--primary.btn--inversed:focus, .btn--primary.btn--inversed:hover {
  color: var(--global--color-heading);
}
.btn--primary.btn--inversed:active i, .btn--primary.btn--inversed:focus i, .btn--primary.btn--inversed:hover i {
  color: var(--global--color-heading);
}

/* Button Secondary*/
.btn--secondary {
  background-color: var(--global--color-heading);
  color: var(--global--color-white);
}
.btn--secondary i {
  color: var(--global--color-white);
}
.btn--secondary::before {
  background-color: var(--global--color-primary);
}
.btn--secondary:active, .btn--secondary:focus, .btn--secondary:hover {
  color: var(--global--color-heading);
}
.btn--secondary:active i, .btn--secondary:focus i, .btn--secondary:hover i {
  color: var(--global--color-heading);
}
.btn--secondary.btn--inversed::before {
  background-color: var(--global--color-heading-darken);
}
.btn--secondary.btn--inversed:active, .btn--secondary.btn--inversed:focus, .btn--secondary.btn--inversed:hover {
  color: var(--global--color-white);
}
.btn--secondary.btn--inversed:active i, .btn--secondary.btn--inversed:focus i, .btn--secondary.btn--inversed:hover i {
  color: var(--global--color-heading);
}

/* Button White */
.btn--white {
  background-color: var(--global--color-white);
  color: var(--global--color-heading);
}
.btn--white::before {
  background-color: var(--global--color-heading);
}
.btn--white i {
  color: var(--global--color-heading);
}
.btn--white:active, .btn--white:focus, .btn--white:hover {
  color: var(--global--color-white);
}
.btn--white:active i, .btn--white:focus i, .btn--white:hover i {
  color: var(--global--color-white);
}

/* Button Transparent */
.btn--transparent {
  background-color: transparent;
  color: var(--global--color-white);
  border: 2px solid transparent;
}
.btn--transparent::before {
  content: unset;
}
.btn--transparent:active, .btn--transparent:focus, .btn--transparent:hover {
  color: var(--global--color-white);
}
.btn--transparent.btn--primary {
  border-color: var(--global--color-primary);
  color: var(--global--color-primary);
}
.btn--transparent.btn--primary:active, .btn--transparent.btn--primary:focus, .btn--transparent.btn--primary:hover {
  background-color: var(--global--color-primary);
  color: var(--global--color-heading);
}
.btn--transparent.btn--white {
  border-color: var(--global--color-white);
}
.btn--transparent.btn--white i {
  color: var(--global--color-white);
}
.btn--transparent.btn--white:active, .btn--transparent.btn--white:focus, .btn--transparent.btn--white:hover {
  color: var(--global--color-heading);
  border-color: var(--global--color-primary);
  background-color: var(--global--color-primary);
}
.btn--transparent.btn--white:active i, .btn--transparent.btn--white:focus i, .btn--transparent.btn--white:hover i {
  color: var(--global--color-heading-darken);
}

/* Buttons Custom */
.btn--danger {
  background-color: #dd3333;
  color: var(--global--color-white);
}
.btn--danger:active, .btn--danger:focus, .btn--danger:hover {
  background-color: var(--global--color-secondary);
  color: var(--global--color-white);
  border-color: var(--global--color-secondary);
}

.btn--success {
  background-color: #81d742;
  color: var(--global--color-white);
}
.btn--success:active, .btn--success:focus, .btn--success:hover {
  background-color: var(--global--color-secondary);
  color: var(--global--color-white);
  border-color: var(--global--color-secondary);
}

.btn--prime {
  background-color: #1e73be;
  color: var(--global--color-white);
}
.btn--prime:active, .btn--prime:focus, .btn--prime:hover {
  background-color: var(--global--color-secondary);
  color: var(--global--color-white);
  border-color: var(--global--color-secondary);
}

.btn--purble {
  background-color: #8224e3;
  color: var(--global--color-white);
}
.btn--purble:active, .btn--purble:focus, .btn--purble:hover {
  background-color: var(--global--color-secondary);
  color: var(--global--color-white);
  border-color: var(--global--color-secondary);
}

/* Button Fluid */
.btn--block {
  width: 100%;
}

/*Button Auto */
.btn--auto {
  width: auto;
  padding: 0 20px;
}

/* Button Rounded */
.btn--rounded {
  border-radius: 50px;
}

/* Buttons Shadow */
.btn-shadow {
  -webkit-box-shadow: 0px 9px 30px 0px rgba(40, 40, 40, 0.15);
          box-shadow: 0px 9px 30px 0px rgba(40, 40, 40, 0.15);
}

.btn-shadow-hover:hover, .btn-shadow-hover:active, .btn-shadow-hover:focus {
  -webkit-box-shadow: 0px 9px 30px 0px rgba(40, 40, 40, 0.15);
          box-shadow: 0px 9px 30px 0px rgba(40, 40, 40, 0.15);
}

/* Button Bordered */
.btn--bordered {
  background-color: var(--global--color-white);
  color: var(--global--color-white);
  border: 2px solid transparent;
}
.btn--bordered::before {
  content: unset;
}
.btn--bordered.btn--primary {
  color: var(--global--color-primary);
  border-color: var(--global--color-primary);
}
.btn--bordered.btn--primary:active, .btn--bordered.btn--primary:focus, .btn--bordered.btn--primary:hover {
  color: var(--global--color-white);
  background-color: var(--global--color-primary);
  border-color: var(--global--color-primary);
}
.btn--bordered.btn--secondary {
  color: var(--global--color-heading);
  border-color: #bcbcbc;
}
.btn--bordered.btn--secondary:active, .btn--bordered.btn--secondary:focus, .btn--bordered.btn--secondary:hover {
  color: var(--global--color-white);
  background-color: var(--global--color-heading);
  border-color: var(--global--color-heading);
}
.btn--bordered.btn--secondary-dark {
  color: var(--global--color-heading);
  border-color: var(--global--color-heading);
}
.btn--bordered.btn--secondary-dark i {
  color: var(--global--color-heading);
}
.btn--bordered.btn--secondary-dark:active, .btn--bordered.btn--secondary-dark:focus, .btn--bordered.btn--secondary-dark:hover {
  color: var(--global--color-white);
  background-color: var(--global--color-heading);
  border-color: var(--global--color-heading);
}
.btn--bordered.btn--secondary-dark:active i, .btn--bordered.btn--secondary-dark:focus i, .btn--bordered.btn--secondary-dark:hover i {
  color: var(--global--color-white);
}
.btn--bordered.btn--white {
  color: var(--global--color-white);
  border-color: var(--global--color-white);
  background: transparent;
}
.btn--bordered.btn--white:active, .btn--bordered.btn--white:focus, .btn--bordered.btn--white:hover {
  color: var(--global--color-primary);
  background-color: var(--global--color-white);
  border-color: var(--global--color-white);
}

.btn--slide:last-of-type {
  margin-left: -6px;
}

.btn--slide-wide {
  width: 270px;
}
@media screen and (max-width: 360px) {
  .btn--slide-wide {
    width: 240px;
  }
}

.btn--video {
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60px;
  height: 60px;
  background: transparent;
  border-radius: 50%;
  border: 2px solid var(--global--color-white);
}
.btn--video i {
  color: var(--global--color-white);
}

.btn--video-text {
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn--video-text .icon-wrapper {
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 68px;
  height: 68px;
  background: var(--global--color-white);
  border-radius: 50%;
  margin-right: 30px;
  position: relative;
}
.btn--video-text .icon-wrapper::after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  border: 1px solid var(--global--color-white);
  border-radius: 100%;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  -webkit-animation: pulse 1s ease-out 0s infinite;
          animation: pulse 1s ease-out 0s infinite;
  z-index: -1;
}
.btn--video-text span {
  font-family: var(--global--font-body);
  font-size: 15px;
  font-weight: 700;
  color: var(--global--color-white);
  text-transform: capitalize;
}

/* Buttons Sizes */
.btn-small {
  width: 170px;
  height: 41px;
  line-height: 41px;
}

.btn-super {
  width: 170px;
  height: 61px;
  line-height: 61px;
}

/*------------------------------------*\
    #FORMS
\*------------------------------------*/
form {
  position: relative;
}
form .col-12 {
  position: relative;
}

.form-control {
  color: var(--global--color-heading-light);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  padding: 0px;
  position: relative;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-top: 14px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.form-control:focus {
  border-color: var(--global--color-heading-light);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.form-control::-webkit-input-placeholder {
  color: var(--global--color-heading-light);
  font-size: 14px;
  font-weight: 700;
  text-transform: capitalize;
}
.form-control:-moz-placeholder {
  color: var(--global--color-heading-light);
  font-size: 14px;
  font-weight: 700;
  text-transform: capitalize;
}
.form-control:-ms-input-placeholder {
  color: var(--global--color-heading-light);
  font-size: 14px;
  font-weight: 700;
  text-transform: capitalize;
}
.form-control.nice-select {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-control.nice-select::after {
  width: 7px;
  height: 7px;
  border-color: #616161;
  right: 10px;
}
.form-control.nice-select.open .list {
  width: 100%;
}
.form-control.nice-select .current {
  text-transform: capitalize;
}
.form-control.nice-select .list li {
  text-transform: capitalize;
}
.form-control + .error {
  position: absolute;
  bottom: 11px;
  left: 17px;
  color: red;
}
.form-control.error {
  border-color: red;
}

.form-label {
  font-family: var(--global--font-body);
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 0;
  color: #616161;
  text-transform: capitalize;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 28px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  z-index: 5;
}

.form-label-inline {
  font-family: var(--global--font-body);
  font-weight: 700;
  font-size: 14px;
  color: var(--global--color-heading-light);
  margin-bottom: 13px;
}

.input-group,
.select-holder {
  position: relative;
  margin-bottom: 20px;
  height: 68px;
  padding: 20px;
  padding-left: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 3px;
  border: 2px solid #eaeaea;
}
.input-group:hover,
.select-holder:hover {
  border-color: var(--global--color-heading-light);
}
.input-group:hover .form-label,
.select-holder:hover .form-label {
  -webkit-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
          transform: translateY(-20px);
  font-size: 12px;
}
.input-group:hover .form-control,
.select-holder:hover .form-control {
  opacity: 1;
  visibility: visible;
}
.input-group .form-control,
.select-holder .form-control {
  opacity: 1;
  visibility: visible;
}
.input-group .form-control + .error,
.select-holder .form-control + .error {
  bottom: -21px;
}

.input-group.textarea-holder {
  height: 160px;
}
.input-group.textarea-holder .form-label {
  top: 32px;
}
.input-group.textarea-holder textarea.form-control {
  height: 117px;
}
.select-holder {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.select-holder:hover .form-control .current {
  opacity: 1;
  visibility: visible;
}
.select-holder .form-control {
  opacity: 1;
  visibility: visible;
  padding-top: 20px;
}
.select-holder .form-control .current {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.custom-radio-group-wrapper {
  margin-top: 17px;
}
.custom-radio-group-wrapper .custom-radio-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.custom-radio-group-wrapper .custom-radio-group .custom-control {
  position: relative;
  min-height: 0;
  margin-right: 20px;
  margin-bottom: 16px;
}
.custom-radio-group-wrapper .custom-radio-group .custom-control .custom-control-input {
  opacity: 0;
}
.custom-radio-group-wrapper .custom-radio-group .custom-control .custom-control-input:checked ~ label::before {
  border-color: var(--global--color-heading);
}
.custom-radio-group-wrapper .custom-radio-group .custom-control .custom-control-input:checked ~ label::after {
  background-color: var(--global--color-primary);
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.custom-radio-group-wrapper .custom-radio-group .custom-control label {
  font-size: 14px;
  font-family: var(--global--font-body);
  font-weight: 400;
  color: #616161;
  margin-bottom: 0;
  line-height: 1;
  text-transform: capitalize;
  cursor: pointer;
  padding-left: 10px;
}
.custom-radio-group-wrapper .custom-radio-group .custom-control label::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  border-radius: 3px;
  border: 2px solid #eaeaea;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 18px;
  height: 18px;
}
.custom-radio-group-wrapper .custom-radio-group .custom-control label::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 3px;
  left: 6px;
  top: 7px;
  background-color: transparent;
  -webkit-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}

textarea.form-control {
  height: 155px;
  padding-top: 18px;
}

.form-select {
  position: relative;
}
.form-select i {
  position: absolute;
  font-size: 19px;
  font-weight: 400;
  line-height: 49px;
  right: 20px;
  top: 0;
  z-index: 1;
  pointer-events: none;
  cursor: pointer;
  color: var(--global--color-body);
}
.form-select select {
  line-height: 1;
  color: var(--global--color-body);
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* Input Checkbox */
.input-checkbox {
  margin-bottom: 30px;
}
.input-checkbox p {
  display: block;
  position: relative;
  font-size: 13px;
  padding-left: 30px;
  line-height: 20px;
  text-align: left;
  margin-bottom: 0;
}

.label-checkbox {
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 18px;
  line-height: 18px;
  z-index: 2;
}
.label-checkbox input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.label-checkbox .check-indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 17px;
  width: 17px;
  background: transparent;
  border: 1px solid #e1e3e3;
  border-radius: 2px;
}
.label-checkbox .check-indicator::after {
  content: "";
  position: absolute;
  display: none;
  left: 4px;
  top: 1px;
  width: 6px;
  height: 12px;
  border: solid var(--global--color-primary);
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.label-checkbox input:checked ~ .check-indicator {
  background: var(--global--color-white);
}
.label-checkbox input:checked ~ .check-indicator::after {
  display: block;
}

/*------------------------------------*\
    #Lists
\*------------------------------------*/
ul.list-icons {
  padding: 0;
  font-size: 14px;
  list-style-type: none;
}
ul.list-icons li {
  font-family: var(--global--font-body);
  color: var(--global--color-body);
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
  position: relative;
}
ul.list-icons li i {
  font-size: 14px;
  color: var(--global--color-heading);
  margin-right: 10px;
}

@media screen and (max-width:991.98px) {
  .advantages-list-wrapper {
    text-align: center;
  }
}
@media screen and (max-width:991.98px) {
  .advantages-list-wrapper .advantages-list {
    display: inline-grid;
  }
}

.advantages-list {
  text-align: left;
  margin: 0;
  padding: 0;
  list-style: none;
}
.advantages-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: var(--global--font-body);
  font-weight: 700;
  font-size: 15px;
  line-height: 36px;
  color: var(--global--color-body);
  text-transform: capitalize;
  position: relative;
}
@media (min-width:992px) and (max-width:1199.98px) {
  .advantages-list li {
    font-size: 14px;
  }
}
.advantages-list li i {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 20px;
  height: 20px;
  background: var(--global--color-primary);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 50%;
  margin-right: 15px;
  font-size: 10px;
  color: var(--global--color-white);
}
.advantages-list.advantages-list-white li {
  color: #f9f9f9;
}
.advantages-list.advantages-list-white li i {
  color: var(--global--color-heading);
}
.advantages-list.advantages-list-white-2 li {
  color: #9b9b9b;
}
.advantages-list.advantages-list-white-2 li i {
  color: var(--global--color-white);
}
.advantages-list.advantages-list-2 li {
  font-size: 16px;
  padding-top: 15px;
  padding-bottom: 17px;
  border-bottom: 1px solid #404040;
}
.advantages-list.advantages-list-2 li:first-child {
  padding-top: 0;
}
.advantages-list.advantages-list-2 li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.advantages-list.advantages-list-2 li i {
  width: 26px;
  height: 26px;
  margin-right: 20px;
}
.advantages-list.advantages-list-2.advantages-list-dark li {
  color: var(--global--color-heading-light);
  border-color: #eaeaea;
}
.advantages-list.advantages-list-2.advantages-list-dark li i {
  color: var(--global--color-heading);
}
.advantages-list.advantages-list-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
}
@media screen and (max-width:991.98px) {
  .advantages-list.advantages-list-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width:767.98px) {
  .advantages-list.advantages-list-3 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.advantages-list.advantages-list-3 li {
  background-color: #f4f4f4;
  border: 1px solid transparent;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-size: 16px;
  color: var(--global--color-heading-light);
  padding: 24px;
}
.advantages-list.advantages-list-3 li:hover {
  background-color: var(--global--color-white);
  -webkit-box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.19);
          box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.19);
  border-color: #282828;
}
.advantages-list.advantages-list-3 li i {
  width: 36px;
  height: 36px;
  margin-right: 15px;
  color: var(--global--color-heading);
}
.advantages-list.advantages-list-4 {
  padding-top: 40px;
  border-top: 2px solid #404040;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media screen and (max-width:767.98px) {
  .advantages-list.advantages-list-4 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.advantages-list.advantages-list-4 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width:767.98px) {
  .advantages-list.advantages-list-4 li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.advantages-list.advantages-list-4 li:last-child .list-body {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.advantages-list.advantages-list-4 li i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 46px;
  height: 46px;
  background: var(--global--color-primary);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 50%;
  color: var(--global--color-heading);
  margin-bottom: 23px;
}
@media screen and (max-width: 424.98px) {
  .advantages-list.advantages-list-4 li i {
    width: 40px;
    height: 40px;
  }
}
.advantages-list.advantages-list-4 li .list-body h3 {
  font-family: var(--global--font-heading);
  font-weight: 700;
  font-size: 20px;
  line-height: 29px;
  color: var(--global--color-white);
  margin-bottom: 16px;
}
.advantages-list.advantages-list-4 li .list-body p {
  font-family: var(--global--font-body);
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  color: #f9f9f9;
  margin-bottom: 0;
}
.advantages-list.advantages-list-5 li {
  font-size: 14px;
  font-weight: 400;
  color: #f9f9f9;
}
.advantages-list.advantages-list-5 li i {
  width: auto;
  height: auto;
  margin-right: 10px;
  color: var(--global--color-heading-light);
  background-color: transparent;
}
.advantages-list.advantages-list-6 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
}
@media screen and (max-width:991.98px) {
  .advantages-list.advantages-list-6 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width:767.98px) {
  .advantages-list.advantages-list-6 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.advantages-list.advantages-list-6 li {
  background-color: #f4f4f4;
  border: 1px solid transparent;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-size: 16px;
  color: var(--global--color-heading-light);
  padding: 24px;
}
.advantages-list.advantages-list-6 li:hover {
  background-color: var(--global--color-white);
  -webkit-box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.19);
          box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.19);
  border-color: #282828;
}
.advantages-list.advantages-list-6 li i {
  width: 36px;
  height: 36px;
  margin-right: 15px;
  color: var(--global--color-heading);
}

/*------------------------------------*\
    #Tabs
\*------------------------------------*/
.tabs .tab-content > .tab-pane {
  font-family: var(--global--font-body);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.tabs-1 .nav-pills .nav-link.active,
.tabs-1 .nav-pills .show > .nav-link {
  color: var(--global--color-primary);
  border-color: var(--global--color-primary);
}
.tabs-1 .nav-pills {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tabs-1 .nav-pills .nav-link {
  border-bottom: 2px solid transparent;
  background-color: transparent;
  color: var(--global--color-heading);
  font-family: var(--global--font-heading);
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  padding-top: 0;
  border-radius: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.tabs-1 .nav-pills .nav-link:hover {
  color: var(--global--color-primary);
  border-color: var(--global--color-primary);
}

.tabs-2 .nav-pills .nav-link.active,
.tabs-2 .nav-pills .show > .nav-link {
  color: var(--global--color-primary);
}
.tabs-2 .nav-pills .nav-link.active i,
.tabs-2 .nav-pills .show > .nav-link i {
  color: var(--global--color-white);
  background-color: var(--global--color-primary);
}
.tabs-2 .nav-pills {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tabs-2 .nav-pills .nav-link {
  border: 0;
  background-color: transparent;
  color: var(--global--color-heading);
  font-family: var(--global--font-heading);
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  padding-top: 0;
  border-radius: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.tabs-2 .nav-pills .nav-link i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60px;
  height: 60px;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  color: var(--global--color-heading);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-size: 25px;
  margin-bottom: 15px;
}
.tabs-2 .nav-pills .nav-link:hover {
  color: var(--global--color-primary);
}
.tabs-2 .nav-pills .nav-link:hover i {
  color: var(--global--color-white);
  background-color: var(--global--color-primary);
}

/*------------------------------------*\
    #Accordion
\*------------------------------------*/
/* Accordion Base */
.accordion .accordion-holder {
  border-top: 6px solid var(--global--color-primary);
}
.accordion .card,
.accordion .card:first-of-type,
.accordion .card:not(:first-of-type):not(:last-of-type) {
  padding: 21px 0px 18px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  border-bottom: 2px solid #eaeaea;
  margin-bottom: 0px;
  border-radius: 0px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  text-align: left;
}
.accordion .card.active-acc .card-heading .card-link,
.accordion .card:first-of-type.active-acc .card-heading .card-link,
.accordion .card:not(:first-of-type):not(:last-of-type).active-acc .card-heading .card-link {
  color: var(--global--color-heading);
}
.accordion .card .card-heading,
.accordion .card:first-of-type .card-heading,
.accordion .card:not(:first-of-type):not(:last-of-type) .card-heading {
  padding-bottom: 4px;
}
.accordion .card .card-heading .card-link,
.accordion .card:first-of-type .card-heading .card-link,
.accordion .card:not(:first-of-type):not(:last-of-type) .card-heading .card-link {
  font-family: var(--global--font-body);
  font-size: 19px;
  font-weight: 700;
  color: var(--global--color-heading);
  text-transform: capitalize;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 0;
}
.accordion .card .card-heading .card-link:hover,
.accordion .card:first-of-type .card-heading .card-link:hover,
.accordion .card:not(:first-of-type):not(:last-of-type) .card-heading .card-link:hover {
  color: var(--global--color-heading);
}
.accordion .card .card-heading .card-link::before,
.accordion .card:first-of-type .card-heading .card-link::before,
.accordion .card:not(:first-of-type):not(:last-of-type) .card-heading .card-link::before {
  /* symbol for "opening" cards */
  content: "\f078";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 22px;
  height: 22px;
  background: var(--global--color-secondary);
  border-radius: 50%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 11px;
  margin-right: 20px;
  color: var(--global--color-heading);
  background-color: var(--global--color-primary);
}
.accordion .card .card-heading .card-link.collapsed::before,
.accordion .card:first-of-type .card-heading .card-link.collapsed::before,
.accordion .card:not(:first-of-type):not(:last-of-type) .card-heading .card-link.collapsed::before {
  /* symbol for "collapsed" cards */
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  color: var(--global--color-white);
  background-color: var(--global--color-heading);
}
.accordion .card .card-body,
.accordion .card:first-of-type .card-body,
.accordion .card:not(:first-of-type):not(:last-of-type) .card-body {
  font-family: var(--global--font-body);
  color: var(--global--color-body);
  padding: 10px 40px 1px;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

/*------------------------------------*\
    #PAGINATION
\*------------------------------------*/
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  border-radius: 0;
}
.pagination li {
  margin-right: 10px;
  display: inline-block;
}
.pagination li:last-child {
  margin-right: 0px;
}
.pagination li a,
.pagination li span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--global--color-white);
  color: var(--global--color-heading);
  font-family: var(--global--font-body);
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0;
  width: 58px;
  height: 58px;
  border-radius: 3px;
  border: 2px solid #bcbcbc;
  -webkit-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
}
.pagination li a:hover,
.pagination li span:hover {
  background-color: var(--global--color-primary);
  border-color: var(--global--color-primary);
}
.pagination li a i,
.pagination li span i {
  font-size: 11px;
}
.pagination li a.current,
.pagination li span.current {
  background-color: var(--global--color-primary);
  border-color: var(--global--color-primary);
}

/*------------------------------------*\
    #ALERT MESSAGE
\*------------------------------------*/
.alerts {
  background-color: var(--global--color-gray);
  border-radius: 2px;
  padding: 20px;
  margin-bottom: 30px;
}
.alerts .alert-icon {
  width: 46px;
  height: 46px;
  line-height: 46px;
  background-color: var(--global--color-primary);
  border-radius: 2px 1px 1px 2px;
  text-align: center;
  position: absolute;
}
.alerts .alert-icon i {
  color: var(--global--color-white);
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
}
.alerts .alert-content {
  padding-left: 68px;
}
.alerts .alert-content h4 {
  color: var(--global--color-primary);
  font-size: 15px;
  font-weight: 800;
  line-height: 32px;
  text-transform: capitalize;
  margin-bottom: 0;
  margin-top: -6px;
}
.alerts .alert-content p {
  font-family: var(--global--font-body);
  color: var(--global--color-body);
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 0;
}
.alerts.alert-warning h4 {
  color: #8a6d3b;
}
.alerts.alert-warning .alert-icon {
  background-color: #fcf8e3;
}
.alerts.alert-warning .alert-icon i {
  color: #8a6d3b;
}
.alerts.alert-danger h4 {
  color: #a94442;
}
.alerts.alert-danger .alert-icon {
  background-color: #f2dede;
}
.alerts.alert-danger .alert-icon i {
  color: #a94442;
}

.alert {
  font-size: 16px;
  font-family: var(--global--font-body);
}

/* Subscribe Alert */
.subscribe-alert {
  position: fixed;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  margin: 0;
  cursor: pointer;
  -webkit-transform: translate3d(0, 200%, 0);
          transform: translate3d(0, 200%, 0);
  -webkit-animation: alertfadein 0.35s ease 0.5s both;
          animation: alertfadein 0.35s ease 0.5s both;
}
.subscribe-alert .alert {
  margin: 0 auto;
  font-size: 18px;
  height: 60px;
  line-height: 60px;
  border: none;
  border-radius: 0;
  padding: 0 30px;
  color: var(--global--color-white);
}
.subscribe-alert .alert::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  background-color: rgba(0, 0, 0, 0.1);
  font-weight: 600;
  font-size: 18px;
  cursor: pointer;
  -webkit-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
  content: "\f00d";
  font-family: "Font Awesome 5 Free";
}
.subscribe-alert .alert.alert-danger {
  background-color: #cc0000;
}
.subscribe-alert .alert.alert-success {
  background-color: #198c19;
}

@-webkit-keyframes alertfadein {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  100% {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes alertfadein {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  100% {
    -webkit-transform: none;
            transform: none;
  }
}
/* Contact Alert */
#contact-result .alert {
  margin: 10px auto;
  font-size: 12px;
}

/*------------------------------------*\
    #BACK TO TOP
\*------------------------------------*/
#back-to-top {
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
}
#back-to-top span {
  font-family: var(--global--font-body);
  font-weight: 700;
  font-size: 14px;
  color: var(--global--color-white);
  text-transform: capitalize;
  margin-right: 20px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#back-to-top:hover::before {
  width: 100%;
  height: 100%;
}

/*------------------------------------*\
    #POPUP
\*------------------------------------*/
.mfp-bg {
  z-index: 1543;
}

.mfp-wrap {
  z-index: 1642;
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}

/*------------------------------------*\
    #Page Loading
\*------------------------------------*/
.preloader {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
  z-index: 99999;
  background-color: var(--global--color-white);
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.preloader .spinner {
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
  -webkit-animation: sk-rotate 2s infinite linear;
  animation: sk-rotate 2s infinite linear;
}
.preloader .dot1,
.preloader .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: var(--global--color-heading);
  border-radius: 100%;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}
.preloader .dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes sk-rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes sk-rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
/*------------------------------------*\
    #Header
\*------------------------------------*/
.header {
  height: 60px;
}
.header .navbar-brand {
  padding: 0;
  margin: 0;
  margin-right: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .header .navbar-brand {
    margin-right: 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .header .navbar-brand {
    margin-right: 30px;
  }
}
@media screen and (min-width:992px) {
  .header .navbar-brand {
    height: 110px;
  }
}
@media screen and (max-width:991.98px) {
.header .navbar-brand {
    height: 80px;
    min-height: 80px; /* Kaydırma esnasında ezilmesini önler */
  }
}
.header .navbar-brand .logo {
  max-width: 100%;
  width: 150px;
  height: 40px;
}
.header .navbar-brand .logo.logo-mobile {
  width: auto;
  height: auto;
  max-width: 150px; /* Logonun taşmasını engeller */
  max-height: 40px; /* Yüksekliği sabitler */
}
@media screen and (min-width: 992px) {
    .header .navbar-collapse {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        width: 100% !important;
    }

    .header .navbar-nav {
        margin: 0 auto !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        gap: 35px !important;
    }

    .header .navbar-nav .nav-item {
        margin: 0 !important;
        padding: 0 !important;
    }

    .header .module-holder {
        display: flex !important;
        align-items: center !important;
        justify-content: flex-end !important;
        gap: 25px !important;
        margin: 0 !important;
    }

    .header .module-holder .module,
    .header .module-holder .module-contact {
        margin: 0 !important;
        padding: 0 !important;
    }
}
.header.header-light {
  background-color: var(--global--color-white);
}
.header.header-light .navbar {
  background-color: var(--global--color-white);
}
.header.header-light .navbar .navbar-brand .logo-dark {
  display: inline-block;
}
@media screen and (max-width:767.98px) {
  .header.header-light .navbar .navbar-brand .logo-dark {
    display: none;
  }
}
.header.header-light .navbar .navbar-brand .logo-light {
  display: none;
}
.header.header-light .navbar .navbar-brand .logo-mobile {
  display: none;
}
@media screen and (max-width:767.98px) {
  .header.header-light .navbar .navbar-brand .logo-mobile {
    display: inline-block;
  }
}
@media screen and (max-width:767.98px) {
  .header.header-light .navbar .navbar-brand .logo-mobile.logo-mobile-white {
    display: none;
  }
}
.header.header-light .navbar .navbar-nav > li > a {
  color: var(--global--color-heading);
}
.header.header-light .navbar .navbar-nav > li > a::before {
  background-color: var(--global--color-primary);
}
.header.header-white {
  background-color: var(--global--color-white);
  height: 110px;
}
@media screen and (max-width:991.98px) {
  .header.header-white {
    height: 80px;
  }
}
.header.header-white .navbar {
  background-color: var(--global--color-white);
  -webkit-box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.12);
          box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.12);
}
.header.header-white .navbar .navbar-brand .logo-dark {
  display: inline-block;
}
@media screen and (max-width:767.98px) {
  .header.header-white .navbar .navbar-brand .logo-dark {
    display: none;
  }
}
.header.header-white .navbar .navbar-brand .logo-light {
  display: none;
}
.header.header-white .navbar .navbar-brand .logo-mobile {
  display: none;
}
@media screen and (max-width:767.98px) {
  .header.header-white .navbar .navbar-brand .logo-mobile {
    display: inline-block;
  }
}
@media screen and (max-width:767.98px) {
  .header.header-white .navbar .navbar-brand .logo-mobile.logo-mobile-white {
    display: none;
  }
}
.header.header-white .navbar .navbar-nav > li > a {
  color: var(--global--color-heading);
}
.header.header-white .navbar .navbar-nav > li > a::before {
  background-color: var(--global--color-primary);
}
.header.header-white .navbar .module.module-cart {
  border-color: #eaeaea;
}
.header.header-transparent {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media screen and (min-width:992px) {
  .header.header-transparent {
    height: 80px;
  }
}
.header.header-transparent .navbar {
  background-color: transparent;
}
.header.header-transparent .navbar .navbar-brand .logo-dark {
  display: none;
}
.header.header-transparent .navbar .navbar-brand .logo-light {
  display: inline-block;
}
@media screen and (max-width:767.98px) {
  .header.header-transparent .navbar .navbar-brand .logo-light {
    display: none;
  }
}
.header.header-transparent .navbar .navbar-brand .logo-mobile {
  display: none;
}
@media screen and (max-width:767.98px) {
  .header.header-transparent .navbar .navbar-brand .logo-mobile {
    display: inline-block;
  }
}
@media screen and (max-width:767.98px) {
  .header.header-transparent .navbar .navbar-brand .logo-mobile.logo-mobile-dark {
    display: none;
  }
}
@media screen and (min-width:992px) {
  .header.header-transparent .navbar .navbar-nav > li > a {
    color: var(--global--color-white);
  }
}
.header.header-transparent .navbar .navbar-nav > li > a::before {
  background: var(--global--color-primary);
}
.header.header-transparent .navbar .navbar-nav > li.has-dropdown > a::after {
  color: var(--global--color-white);
}
.header.header-transparent .navbar .module .module-icon i,
.header.header-transparent .navbar .module .module-icon svg {
  color: var(--global--color-white);
}
.header.header-transparent .navbar .module .module-icon i:hover,
.header.header-transparent .navbar .module .module-icon svg:hover {
  color: var(--global--color-primary);
}
.header.header-transparent .navbar .module.module-phone .module-body a {
  color: var(--global--color-white);
}
.header.header-transparent .navbar .module.module-phone:hover .module-icon svg {
  color: var(--global--color-primary);
}
.header.header-transparent .navbar .module.module-phone:hover .module-body a {
  color: var(--global--color-primary);
}
.header.header-transparent .navbar .module-holder-phone .navbar-toggler .navbar-toggler-icon {
  background-color: var(--global--color-white);
}
.header.header-transparent .navbar .module-holder-phone .navbar-toggler .navbar-toggler-icon::before, .header.header-transparent .navbar .module-holder-phone .navbar-toggler .navbar-toggler-icon::after {
  background-color: var(--global--color-white);
}
.header.header-transparent .navbar .module-holder-phone .navbar-toggler:not(.collapsed) .navbar-toggler-icon {
  background-color: transparent;
}
.header.header-transparent .navbar.navbar-fixed .navbar-brand .logo-dark {
  display: none;
}
@media screen and (min-width:768px) {
  .header.header-transparent .navbar.navbar-fixed .navbar-brand .logo-dark {
    display: inline-block;
  }
}
@media screen and (max-width:767.98px) {
  .header.header-transparent .navbar.navbar-fixed .navbar-brand .logo-mobile.logo-mobile-white {
    display: none;
  }
  .header.header-transparent .navbar.navbar-fixed .navbar-brand .logo-mobile.logo-mobile-dark {
    display: inline-block;
  }
}
.header.header-transparent .navbar.navbar-fixed .navbar-nav > li.has-dropdown > a::after {
  color: var(--global--color-heading);
}
.header.header-transparent .navbar.navbar-fixed .navbar-nav > li.has-dropdown.active > a::after, .header.header-transparent .navbar.navbar-fixed .navbar-nav > li.has-dropdown:hover > a::after {
  color: var(--global--color-primary);
}
.header.header-transparent .navbar.navbar-fixed .module .module-icon i,
.header.header-transparent .navbar.navbar-fixed .module .module-icon svg {
  color: var(--global--color-heading);
}
.header.header-transparent .navbar.navbar-fixed .module .module-icon i:hover,
.header.header-transparent .navbar.navbar-fixed .module .module-icon svg:hover {
  color: var(--global--color-primary);
}
.header.header-transparent .navbar.navbar-fixed .module.module-phone .module-body a {
  color: var(--global--color-heading);
}
.header.header-transparent .navbar.navbar-fixed .module.module-phone:hover .module-icon svg {
  color: var(--global--color-primary);
}
.header.header-transparent .navbar.navbar-fixed .module.module-phone:hover .module-body a {
  color: var(--global--color-primary);
}
.header.header-transparent .navbar.navbar-fixed .module-holder-phone .navbar-toggler .navbar-toggler-icon {
  background-color: var(--global--color-heading);
}
.header.header-transparent .navbar.navbar-fixed .module-holder-phone .navbar-toggler .navbar-toggler-icon::before, .header.header-transparent .navbar.navbar-fixed .module-holder-phone .navbar-toggler .navbar-toggler-icon::after {
  background-color: var(--global--color-heading);
}
.header.header-transparent .navbar.navbar-fixed .module-holder-phone .navbar-toggler:not(.collapsed) .navbar-toggler-icon {
  background-color: transparent;
}
.header.header-transparent-2 {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media screen and (min-width:992px) {
  .header.header-transparent-2 {
    height: 110px;
  }
}
.header.header-transparent-2 .navbar {
  background-color: transparent;
  padding-left: 0;
}
@media screen and (max-width:991.98px) {
  .header.header-transparent-2 .navbar {
    padding-right: 0;
    position: relative;
  }
}
.header.header-transparent-2 .navbar .navbar-brand {
  width: 230px;
  background-color: var(--global--color-white);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 992px) and (max-width: 1399.98px) {
  .header.header-transparent-2 .navbar .navbar-brand {
    width: 200px;
  }
}
@media screen and (max-width:991.98px) {
  .header.header-transparent-2 .navbar .navbar-brand {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (max-width:767.98px) {
  .header.header-transparent-2 .navbar .navbar-brand {
    width: 80px;
  }
}
.header.header-transparent-2 .navbar .navbar-brand .logo-dark {
  display: none;
}
@media screen and (min-width:768px) {
  .header.header-transparent-2 .navbar .navbar-brand .logo-dark {
    display: inline-block;
  }
}
.header.header-transparent-2 .navbar .navbar-brand .logo-light {
  display: none;
}
.header.header-transparent-2 .navbar .navbar-brand .logo-mobile {
  display: none;
}
@media screen and (max-width:767.98px) {
  .header.header-transparent-2 .navbar .navbar-brand .logo-mobile {
    display: inline-block;
  }
}
.header.header-transparent-2 .navbar .navbar-brand .logo-mobile.logo-mobile-white {
  display: none;
}
@media screen and (max-width:767.98px) {
  .header.header-transparent-2 .navbar .navbar-brand .logo-mobile.logo-mobile-dark {
    display: block;
  }
}
@media screen and (min-width:992px) {
  .header.header-transparent-2 .navbar .navbar-nav > li {
    margin-right: 20px;
  }
}
@media screen and (min-width: 1400px) {
  .header.header-transparent-2 .navbar .navbar-nav > li {
    margin-right: 20px;
  }
}
@media screen and (min-width:992px) {
  .header.header-transparent-2 .navbar .navbar-nav > li > a {
    color: var(--global--color-white);
  }
}
.header.header-transparent-2 .navbar .navbar-nav > li > a::before {
  bottom: auto;
  top: 0;
  background: var(--global--color-primary);
}
.header.header-transparent-2 .navbar .navbar-nav > li.has-dropdown > a::after {
  color: var(--global--color-white);
}
.header.header-transparent-2 .navbar .module .module-icon i,
.header.header-transparent-2 .navbar .module .module-icon svg {
  color: var(--global--color-white);
}
.header.header-transparent-2 .navbar .module .module-icon i:hover,
.header.header-transparent-2 .navbar .module .module-icon svg:hover {
  color: var(--global--color-primary);
}
.header.header-transparent-2 .navbar .module.module-phone .module-body a {
  color: var(--global--color-white);
}
.header.header-transparent-2 .navbar .module.module-phone:hover .module-icon svg {
  color: var(--global--color-heading);
}
.header.header-transparent-2 .navbar .module.module-phone:hover .module-body a {
  color: var(--global--color-white);
}
@media screen and (max-width:991.98px) {
  .header.header-transparent-2 .navbar .module-holder-phone {
    padding-right: 40px;
  }
}
@media screen and (max-width:767.98px) {
  .header.header-transparent-2 .navbar .module-holder-phone {
    padding-right: 20px;
  }
}
.header.header-transparent-2 .navbar .module-holder-phone .navbar-toggler .navbar-toggler-icon {
  background-color: var(--global--color-white);
}
.header.header-transparent-2 .navbar .module-holder-phone .navbar-toggler .navbar-toggler-icon::before, .header.header-transparent-2 .navbar .module-holder-phone .navbar-toggler .navbar-toggler-icon::after {
  background-color: var(--global--color-white);
}
.header.header-transparent-2 .navbar .module-holder-phone .navbar-toggler:not(.collapsed) .navbar-toggler-icon {
  background-color: transparent;
}
@media screen and (max-width: 400px) {
  .header.header-transparent-2 .navbar .module-holder-phone .module-search,
  .header.header-transparent-2 .navbar .module-holder-phone .module-cart {
    display: none;
  }
}
.header.header-transparent-2 .navbar.navbar-fixed .navbar-nav > li.has-dropdown > a::after {
  color: var(--global--color-heading);
}
.header.header-transparent-2 .navbar.navbar-fixed .navbar-nav > li.has-dropdown.active > a::after, .header.header-transparent-2 .navbar.navbar-fixed .navbar-nav > li.has-dropdown:hover > a::after {
  color: var(--global--color-primary);
}
.header.header-transparent-2 .navbar.navbar-fixed .module .module-icon i,
.header.header-transparent-2 .navbar.navbar-fixed .module .module-icon svg {
  color: var(--global--color-heading);
}
.header.header-transparent-2 .navbar.navbar-fixed .module .module-icon i:hover,
.header.header-transparent-2 .navbar.navbar-fixed .module .module-icon svg:hover {
  color: var(--global--color-primary);
}
.header.header-transparent-2 .navbar.navbar-fixed .module.module-phone .module-icon {
  border-color: var(--global--color-heading);
}
.header.header-transparent-2 .navbar.navbar-fixed .module.module-phone .module-body a {
  color: var(--global--color-heading);
}
.header.header-transparent-2 .navbar.navbar-fixed .module.module-phone:hover .module-icon {
  background-color: var(--global--color-heading);
}
.header.header-transparent-2 .navbar.navbar-fixed .module.module-phone:hover .module-icon svg {
  color: var(--global--color-white);
}
.header.header-transparent-2 .navbar.navbar-fixed .module.module-phone:hover .module-body a {
  color: var(--global--color-heading);
}
.header.header-transparent-2 .navbar.navbar-fixed .module-holder-phone .navbar-toggler .navbar-toggler-icon {
  background-color: var(--global--color-heading);
}
.header.header-transparent-2 .navbar.navbar-fixed .module-holder-phone .navbar-toggler .navbar-toggler-icon::before, .header.header-transparent-2 .navbar.navbar-fixed .module-holder-phone .navbar-toggler .navbar-toggler-icon::after {
  background-color: var(--global--color-heading);
}
.header.header-transparent-2 .navbar.navbar-fixed .module-holder-phone .navbar-toggler:not(.collapsed) .navbar-toggler-icon {
  background-color: transparent;
}
.header.header-topbar {
  height: 80px;
}
@media screen and (min-width:992px) {
  .header.header-topbar {
    height: 160px;
  }
}
@media screen and (max-width:991.98px) {
  .header.header-topbar .top-bar {
    display: none;
  }
}
.header.header-topbar.header-shadow .navbar {
  -webkit-box-shadow: 0px 5px 41.5px rgba(9, 29, 62, 0.11);
          box-shadow: 0px 5px 41.5px rgba(9, 29, 62, 0.11);
}
@media screen and (min-width:1200px) {
  .header.header-topbar .navbar .navbar-nav > li {
    margin-right: 35px;
  }
  .header.header-topbar .navbar .navbar-nav > li:last-child {
    margin-right: 0;
  }
}
.header.header-topbar .navbar .navbar-nav > li.has-dropdown > a::after {
  color: var(--global--color-heading);
}
.header.header-topbar .navbar .navbar-nav > li.has-dropdown.active > a::after, .header.header-topbar .navbar .navbar-nav > li.has-dropdown:hover > a::after {
  color: var(--global--color-primary);
}
.header.header-topbar .navbar .module-holder .module-search {
  margin-right: 30px;
}
@media screen and (min-width:992px) {
  .header.header-topbar .navbar .module-holder .module-contact {
    margin-right: 30px;
  }
}
.header.header-topbar .navbar .module-holder .module-cart {
  padding-right: 0;
  margin-right: 0;
}
.header.header-topbar .navbar .module-holder .module-cart .module-cart-warp {
  left: -300px;
}

/*------------------------------------*\
    #Menu
\*------------------------------------*/
.header .navbar {
  margin-bottom: 0;
  border-radius: 0;
  border: none;
  z-index: 7777;
  padding: 0;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  padding: 0 40px;
}
@media screen and (min-width:992px) {
  .header .navbar {
    min-height: 80px;
    position: relative;
    top: auto;
    bottom: auto;
    right: auto;
    left: auto;
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .header .navbar {
    padding: 0px 20px;
  }
}
.header .navbar.navbar-bordered {
  border-bottom: 1px solid rgba(234, 234, 234, 0.149);
}
.header .navbar .navbar-nav > li {
  margin-right: 30px;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1400px) {
  .header .navbar .navbar-nav > li {
    margin-right: 15px;
  }
}
.header .navbar .navbar-nav > li:last-child {
  margin-right: 0;
}
.header .navbar .navbar-nav li.mega-dropdown > .dropdown-menu {
    min-width: 250px !important; /* İhtiyacın olan menü genişliği */
    width: auto !important; /* Gereksiz genişlemeyi durdurur */
    padding: 15px 20px !important; /* İç kenar boşluklarını dengeler */
}
.header .navbar .navbar-nav li.mega-dropdown > .dropdown-menu .col-md-6 {
    width: 100% !important;
}
.header .navbar .navbar-nav > li > a {
  font-family: var(--global--font-body);
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
  color: var(--global--color-heading);
  margin-bottom: 0px;
  text-transform: capitalize;
  line-height: 110px;
  padding: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .navbar .navbar-nav > li > a::before {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 4px;
  background: var(--global--color-primary);
  content: "";
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.2, 1, 0.3, 1);
  transition: -webkit-transform 1s cubic-bezier(0.2, 1, 0.3, 1);
  transition: transform 1s cubic-bezier(0.2, 1, 0.3, 1);
  transition: transform 1s cubic-bezier(0.2, 1, 0.3, 1), -webkit-transform 1s cubic-bezier(0.2, 1, 0.3, 1);
  -webkit-transform-origin: 100% 50%;
      -ms-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  -webkit-transform: scale3d(0, 1, 1);
          transform: scale3d(0, 1, 1);
}
.header .navbar .navbar-nav > li.has-dropdown > a {
  position: relative;
}
.header .navbar .navbar-nav > li.has-dropdown > a::after {
  border: 0;
  content: "\f078";
  position: relative;
  margin-left: 7px;
  font-size: 11px;
  font-family: "Font Awesome 5 Free";
  color: var(--global--color-heading);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.header .navbar .navbar-nav > li.has-dropdown.active > a::after, .header .navbar .navbar-nav > li.has-dropdown:hover > a::after {
  color: var(--global--color-primary);
}
.header .navbar .navbar-nav > li.single-link.active > a, .header .navbar .navbar-nav > li.single-link:hover > a {
  color: var(--global--color-primary);
}
@media screen and (min-width:1200px) {
  .header .navbar .navbar-nav > li.single-link.active > a::before, .header .navbar .navbar-nav > li.single-link:hover > a::before {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
    -webkit-transform-origin: 0 50%;
        -ms-transform-origin: 0 50%;
            transform-origin: 0 50%;
    background-color: var(--global--color-primary);
  }
}
.header .navbar .navbar-nav > li.active > .dropdown-toggle, .header .navbar .navbar-nav > li:hover .dropdown-toggle {
  color: var(--global--color-primary);
}
.header .navbar .navbar-nav > li.active > .dropdown-toggle::before, .header .navbar .navbar-nav > li:hover .dropdown-toggle::before {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  -webkit-transform-origin: 0 50%;
      -ms-transform-origin: 0 50%;
          transform-origin: 0 50%;
}
.header .navbar .navbar-nav > li.active > .dropdown-toggle::after, .header .navbar .navbar-nav > li:hover .dropdown-toggle::after {
  color: var(--global--color-primary);
}
.header .navbar.navbar-fixed {
position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%; 
  background: var(--global--color-white);
  -webkit-animation: fadeInDown 1s ease-in-out;
          animation: fadeInDown 1s ease-in-out;
  -webkit-box-shadow: 0 2px 4px rgba(3, 27, 78, 0.1);
          box-shadow: 0 2px 4px rgba(3, 27, 78, 0.1);
}
@media screen and (max-width:991.98px) {
  .header .navbar.navbar-fixed {
    border-color: var(--global--color-white);
  }
}
.header .navbar.navbar-fixed.navbar-bordered {
  border-bottom: 0;
}
@media screen and (min-width:992px) {
  .header .navbar.navbar-fixed .navbar-brand .logo-dark {
    display: inline-block;
  }
}
.header .navbar.navbar-fixed .navbar-brand .logo-light {
  display: none;
}
.header .navbar.navbar-fixed .navbar-nav > li > a {
  color: var(--global--color-heading);
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-200px);
            transform: translateY(-200px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-200px);
            transform: translateY(-200px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.navbar-nav > li.active > ul {
  margin-top: 0;
}

li.has-dropdown > ul.dropdown-menu > li.dropdown-submenu > a::before,
ul.dropdown-menu > li.has-dropdown > a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  content: "\f105";
  font-size: 13px;
  position: absolute;
  right: 25px;
}

/* Menu Levels */
.dropdown-menu {
  background-color: transparent;
  position: relative;
  width: 100%;
  border: none;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media screen and (min-width:992px) {
  .navbar.navbar-dark {
    background-color: var(--global--color-heading);
  }
}
.navbar.navbar-dark.navbar-fixed .module-social a {
  color: var(--global--color-white);
}
.navbar.navbar-dark.navbar-fixed .module-social a:hover {
  color: var(--global--color-primary);
}
.navbar.navbar-dark .module .module-icon i {
  color: var(--global--color-white);
}
@media screen and (min-width:992px) {
  .navbar.navbar-dark .navbar-nav > li > a {
    color: var(--global--color-white);
  }
  .navbar.navbar-dark .navbar-nav > li > a:hover {
    color: var(--global--color-primary);
  }
  .navbar.navbar-dark .navbar-nav > li.active > a, .navbar.navbar-dark .navbar-nav > li:hover > a {
    color: var(--global--color-white);
  }
}

/*------------------------------------*\
    #Menu
\*------------------------------------*/
/* Small Devices, Tablets */
@media only screen and (max-width:991.98px) {
  .header .navbar .module-holder {
    display: none !important; /* Masaüstü araçlarını mobilde gizler */
  }
  .header .navbar {
    padding: 0 40px;
  }

}
@media only screen and (max-width:991.98px) and (max-width:767.98px) {
  .header .navbar {
    padding: 0 20px;
  }
}
@media only screen and (max-width:991.98px) {
  .header .navbar .navbar-brand {
    margin-right: 0;
  }
  .header .navbar .navbar-brand .logo-light {
    display: none;
  }
  .header .navbar .navbar-brand .logo-phone {
    width: auto;
  }
  .header .navbar .navbar-collapse {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    max-height: calc(100vh - 80px);
    background-color: var(--global--color-white);
    padding: 13px 30px 30px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.15s ease-out;
    transition: 0.15s ease-out;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .header .navbar .navbar-collapse::-webkit-scrollbar {
    height: 7px;
    width: 4px;
  }
  .header .navbar .navbar-collapse::-webkit-scrollbar-thumb {
    margin-right: 4px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 7px;
    cursor: pointer;
  }
  .header .navbar .navbar-collapse.show {
    visibility: visible;
    opacity: 1;
  }
  .header .navbar.navbar-bordered .navbar-collapse {
    top: calc(100% + 1px);
  }
  .header .navbar .navbar-nav > li {
    margin-right: 0px;
    border-bottom: 1px solid rgba(234, 234, 234, 0.5);
  }
  .header .navbar .navbar-nav > li > a, .header .navbar .navbar-nav > li.active > a {
    line-height: 45px;
    color: var(--global--color-heading);
    display: block;
    z-index: 5;
  }
  .header .navbar .navbar-nav > li > a::before, .header .navbar .navbar-nav > li > a::after, .header .navbar .navbar-nav > li.active > a::before, .header .navbar .navbar-nav > li.active > a::after {
    display: none;
  }
  .header .navbar .navbar-nav > li > a:hover,
.header .navbar .navbar-nav > li.has-dropdown:hover > a.dropdown-toggle {
    color: var(--global--color-primary) !important; 
    font-weight: bold !important; 
    transition: all 0.3s ease-in-out; 
}
  @media (hover: none) {
  .header .navbar .navbar-nav > li.has-dropdown:hover > a.dropdown-toggle {
     /* Dokunmatik cihazlarda sahte hover durumunu sıfırlıyoruz */
     color: var(--global--color-heading) !important;
     font-weight: normal !important;
  }
}
  .header .navbar .menu-item::before {
    display: none;
  }
  .header .navbar .has-dropdown > .dropdown-menu {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .header .navbar .has-dropdown::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    content: "\f054";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 12px;
    position: absolute;
    right: 0;
    top: 13px;
    color: var(--global--color-heading);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .header .navbar .has-dropdown:hover::after, .header .navbar .has-dropdown.active::after {
    color: var(--global--color-primary);
  }
  .header .navbar .has-dropdown.show::after {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .header .navbar .dropdown-menu.show {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 10px;
    border-radius: 0;
  }
  .header .navbar .dropdown-menu li {
    line-height: 26px;
  }
  .header .navbar .dropdown-menu li.current a {
    background-color: var(--global--color-primary);
    color: var(--global--color-heading);
  }
  .header .navbar .dropdown-menu li a {
    color: var(--global--color-heading);
    font-size: 15px;
    font-weight: 500;
    display: block;
    padding: 4px 15px;
    margin-bottom: 5px;
    text-transform: capitalize;
    border-radius: 3px;
  }
.header .navbar .dropdown-menu li a:hover {
    color: var(--global--color-primary) !important;
    font-weight: bold !important;
}
  .header .navbar .show > .dropdown-menu {
    display: block;
  }
  .header .navbar .dropdown-submenu.show .dropdown-menu {
    display: block;
  }
  .header .navbar .dropdown-submenu .dropdown-menu {
    padding-left: 20px;
  }
  .header .navbar li.has-dropdown.mega-dropdown > .dropdown-menu {
    padding-left: 15px;
  }
}
@media only screen and (max-width:991.98px) and (max-width:767.98px) {
  .header .navbar li.has-dropdown.mega-dropdown > .dropdown-menu .row div {
    margin-bottom: 20px;
  }
  .header .navbar li.has-dropdown.mega-dropdown > .dropdown-menu .row div:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width:991.98px) {
  .header .navbar li.has-dropdown.mega-dropdown > .dropdown-menu .row .menu-head {
    font-size: 14px;
    font-family: var(--global--font-heading);
    font-weight: 700;
    color: var(--global--font-heading);
    text-transform: capitalize;
    margin-bottom: 15px;
  }
  .navbar.navbar-light .navbar-nav > li > a {
    color: var(--global--color-heading);
  }
  .navbar-light:not(.navbar-fixed) .navbar-toggler {
    color: var(--global--color-white);
    border-color: var(--global--color-white);
  }
  .navbar-light:not(.navbar-fixed) .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,225, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  }
  .navbar-dark .navbar-toggler,
  .navbar-light.navbar-fixed .navbar-toggler {
    color: #222;
    border-color: #222;
  }
  .navbar-dark .navbar-toggler-icon,
  .navbar-light.navbar-fixed .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(34,34,34, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  }
}
/*------------------------------------*\
    #Menu
\*------------------------------------*/
@media only screen and (min-width:992px) {
  .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
  /* Menu with Dropdown */
  .navbar-nav > li.has-dropdown > ul.dropdown-menu {
    -webkit-box-shadow: 0px 5px 41.5px rgba(40, 40, 40, 0.11);
            box-shadow: 0px 5px 41.5px rgba(40, 40, 40, 0.11);
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0px;
    right: auto;
    -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
            transform: translateY(20px);
    display: block;
    width: 235px;
    padding: 24px 40px 25px;
    background-color: var(--global--color-white);
    border-radius: 0px;
    -webkit-box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.12);
            box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.12);
  }
  .navbar-nav > li.has-dropdown > ul.dropdown-menu > li {
    padding-right: 0;
    position: relative;
    vertical-align: top;
  }
  .navbar-nav > li.has-dropdown > ul.dropdown-menu li a {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: relative;
    font-family: var(--global--font-body);
    color: var(--global--color-body);
    padding: 10px 0px 9px 0;
    display: block;
    font-size: 14px;
    font-weight: 400;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    text-transform: capitalize;
    border-radius: 0;
    border-bottom: 1px solid #eaeaea;
    position: relative;
  }
  .navbar-nav > li.has-dropdown > ul.dropdown-menu li a::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    height: 1px;
    width: 0px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    background-color: var(--global--color-heading);
  }
  .navbar-nav > li.has-dropdown > ul.dropdown-menu li a:active, .navbar-nav > li.has-dropdown > ul.dropdown-menu li a:focus, .navbar-nav > li.has-dropdown > ul.dropdown-menu li a:hover {
    color: var(--global--color-heading);
  }
  .navbar-nav > li.has-dropdown > ul.dropdown-menu li a:active::after, .navbar-nav > li.has-dropdown > ul.dropdown-menu li a:focus::after, .navbar-nav > li.has-dropdown > ul.dropdown-menu li a:hover::after {
    width: 100%;
  }
  .navbar-nav > li.has-dropdown > ul.dropdown-menu li:last-child a {
    border-bottom: 0;
  }
  .navbar-nav > li.has-dropdown > ul.dropdown-menu li:last-child a::after {
    content: unset;
  }
  .navbar-nav > li.has-dropdown > ul.dropdown-menu li.current > a {
    border-color: var(--global--color-heading);
    color: var(--global--color-heading);
  }
  .navbar-nav > li.has-dropdown:hover > ul.dropdown-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    z-index: 100;
    display: block;
  }
  .navbar-nav li ul.dropdown-menu.left {
    left: -650px !important;
    margin-left: 0 !important;
  }
  .navbar-nav li.has-dropdown.mega-dropdown > .dropdown-menu {
    background-color: var(--global--color-white);
    padding: 0;
    width: 480px;
  }
  .navbar-nav li.has-dropdown.mega-dropdown > .dropdown-menu li {
    padding-left: 0;
    padding-right: 0;
  }
  .navbar-nav li.has-dropdown.mega-dropdown > .dropdown-menu .row {
    background-color: var(--global--color-white);
    margin-right: 0;
    margin-left: 0;
    padding: 38px 23px 25px;
  }
  .navbar-nav li.has-dropdown.mega-dropdown > .dropdown-menu .row .menu-head {
    font-size: 16px;
    font-family: var(--global--font-heading);
    font-weight: 700;
    color: var(--global--color-heading-light);
    text-transform: capitalize;
    margin-bottom: 13px;
  }
  .navbar-nav li.has-dropdown.mega-dropdown > .dropdown-menu .row ul {
    margin: 0;
    padding: 0;
  }
  .navbar-nav li.has-dropdown.mega-dropdown > .dropdown-menu .row ul li a {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: relative;
    font-family: var(--global--font-body);
    color: var(--global--color-body);
    padding: 10px 0px 9px 0;
    display: block;
    font-size: 14px;
    font-weight: 400;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    text-transform: capitalize;
    border-radius: 0;
    border-bottom: 1px solid #eaeaea;
    position: relative;
  }
  .navbar-nav li.has-dropdown.mega-dropdown > .dropdown-menu .row ul li a::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    height: 1px;
    width: 0px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    background-color: var(--global--color-heading);
  }
  .navbar-nav li.has-dropdown.mega-dropdown > .dropdown-menu .row ul li a:active, .navbar-nav li.has-dropdown.mega-dropdown > .dropdown-menu .row ul li a:focus, .navbar-nav li.has-dropdown.mega-dropdown > .dropdown-menu .row ul li a:hover {
    color: var(--global--color-heading);
  }
  .navbar-nav li.has-dropdown.mega-dropdown > .dropdown-menu .row ul li a:active::after, .navbar-nav li.has-dropdown.mega-dropdown > .dropdown-menu .row ul li a:focus::after, .navbar-nav li.has-dropdown.mega-dropdown > .dropdown-menu .row ul li a:hover::after {
    width: 100%;
  }
  .navbar-nav li.has-dropdown.mega-dropdown > .dropdown-menu .row ul li:last-child a {
    border-bottom: 0;
  }
  .navbar-nav li.has-dropdown.mega-dropdown > .dropdown-menu .row ul li:last-child a::after {
    content: unset;
  }
  .navbar-nav li.has-dropdown.mega-dropdown > .dropdown-menu .row ul li.current > a {
    border-color: var(--global--color-heading);
    color: var(--global--color-heading);
  }
  .navbar-nav.ms-auto.me-auto li.has-dropdown.mega-dropdown {
    position: absolute;
  }
  .navbar-nav.ms-auto:not(.me-auto) li.has-dropdown.mega-dropdown {
    position: relative;
  }
}
/*------------------------------------*\
    #MODULE
\*------------------------------------*/
.module-holder {
  margin-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 110px;
}
@media screen and (max-width:991.98px) {
  .module-holder {
    margin-top: 30px;
    margin-left: 0;
    height: auto;
  }
}
@media screen and (max-width:991.98px) {
  .module-holder div:not(.module-contact) {
    display: none;
  }
}

.module-holder-phone {
  display: none;
}
@media screen and (max-width:991.98px) {
  .module-holder-phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 80px;
    margin-top: 0;
  }
}
.module-holder-phone .navbar-toggler {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30px;
  height: 30px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border: 0;
  padding: 0;
  outline: 0;
  cursor: pointer;
  border-radius: 0;
}
.module-holder-phone .navbar-toggler:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (min-width:1200px) {
  .module-holder-phone .navbar-toggler {
    display: none;
  }
}
.module-holder-phone .navbar-toggler:not(.collapsed) .navbar-toggler-icon {
  background-color: transparent;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.module-holder-phone .navbar-toggler:not(.collapsed) .navbar-toggler-icon::before, .module-holder-phone .navbar-toggler:not(.collapsed) .navbar-toggler-icon::after {
  top: 0;
}
.module-holder-phone .navbar-toggler:not(.collapsed) .navbar-toggler-icon::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.module-holder-phone .navbar-toggler:not(.collapsed) .navbar-toggler-icon::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.module-holder-phone .navbar-toggler .navbar-toggler-icon {
  background-color: var(--global--color-heading);
  width: 100%;
  height: 2px;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.module-holder-phone .navbar-toggler .navbar-toggler-icon::before, .module-holder-phone .navbar-toggler .navbar-toggler-icon::after {
  content: "";
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: var(--global--color-heading);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.module-holder-phone .navbar-toggler .navbar-toggler-icon::before {
  top: -10px;
}
.module-holder-phone .navbar-toggler .navbar-toggler-icon::after {
  top: 10px;
}
.module-holder-phone .module-language {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 15px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .module-holder-phone .module-language {
    top: 140%;
  }
}
@media screen and (min-width:992px) {
  .module-holder-phone .module-language {
    display: none;
  }
}
.module-holder-phone .module-language .selected img {
  margin-right: 0;
}
.module-holder-phone .module-language .selected span,
.module-holder-phone .module-language .selected i {
  display: none;
}
.module-holder-phone .module-language .selected .lang-list {
  left: -45px;
}
.module-holder-phone .module-search {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-bottom: 0;
  padding: 0;
  margin-right: 20px;
}
.module-holder-phone .module-cart {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.module {
  display: inline-block;
  position: relative;
}
.module span.title {
  display: none;
}
.module .module-icon {
  cursor: pointer;
}
.module .module-icon i {
  font-size: 14px;
  line-height: 24px;
  color: var(--global--color-white);
}
.module:last-of-type .module-icon {
  margin-right: 0;
}
.module .module-label {
  width: 16px;
  height: 16px;
  line-height: 16px;
  border-radius: 50%;
  background-color: var(--global--color-primary);
  color: var(--global--color-white);
  font-size: 10px;
  font-weight: 400;
  text-align: center;
  position: absolute;
  top: -4px;
  left: 10px;
}

/* Module Search */
.module-search {
  position: relative;
  margin-right: 20px;
  display: flex;
  align-items: center;
  height: 80px;
}

@media screen and (min-width:992px) {
  .module-search {
    height: 110px;
  }
}

.module-search .module-icon {
  cursor: pointer;
  z-index: 10;
}

.module-search .module-icon:hover i {
  color: var(--global--color-primary);
}

.module-search .module-icon i {
  transition: 0.3s ease-in-out;
  color: var(--global--color-heading);
  font-size: 20px;
}

.search-dropdown {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  width: 0; 
  opacity: 0;
  visibility: hidden;
  background-color: var(--global--color-white);
  border-radius: 30px;
  box-shadow: 0 5px 25px rgba(0,0,0,0.12);
  transition: all 0.4s cubic-bezier(0.25, 1, 0.3, 1);
  z-index: 100;
}

.search-dropdown.active {
  width: 400px; 
  opacity: 1;
  visibility: visible;
}

.live-search-input {
  width: 100%;
  border: none;
  background: transparent;
  padding: 12px 25px;
  font-size: 15px;
  color: var(--global--color-heading);
  outline: none;
}

.search-results-list {
  position: absolute; 
  top: calc(100% + 10px); 
  left: 0;
  width: 100%; 
  background-color: var(--global--color-white);
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 450px; 
  overflow-y: auto;
  border-radius: 20px; 
  box-shadow: 0 15px 35px rgba(0,0,0,0.15); 
  display: none; 
  z-index: 99;
}

.search-results-list.show {
  display: block; 
}

.search-results-list li {
  border-bottom: 1px solid #f3f3f3;
  transition: background 0.3s ease;
}

.search-results-list li:last-child {
  border-bottom: none; 
}

.search-results-list li:hover {
  background-color: #f8f9fa;
}

.search-results-list li .search-result-item {
  display: flex;
  align-items: flex-start; 
  padding: 15px 20px;
  text-decoration: none; 
}

.search-results-list li .search-result-item img {
  width: 65px; 
  height: 65px;
  object-fit: cover;
  border-radius: 12px;
  margin-right: 18px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.08);
}

.search-result-text {
  display: flex;
  flex-direction: column;
}

.search-result-text h4 {
  margin: 0 0 5px 0;
  font-size: 15px;
  font-weight: 700;
  color: var(--global--color-heading);
}

.search-result-text p {
  margin: 0;
  font-size: 13px;
  color: #666;
  line-height: 1.5;
  display: -webkit-box;
  line-clamp: 3; 
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.search-results-list li.no-result {
  padding: 20px;
  color: #999;
  font-size: 14px;
  text-align: center;
}

@media screen and (max-width: 767.98px) {
  .search-dropdown.active {
    width: calc(100vw - 80px); 
    right: 20px;
  }
  
  .search-results-list {
    max-height: 350px;
  }
}
.search-result-item {
    cursor: pointer;
}
.search-item-cat {
    display: inline-block;
    margin-bottom: 6px;
    font-size: 12px;
    font-weight: 600;
    color: var(--global--color-primary);
    text-decoration: none;
    transition: 0.3s ease;
}

.search-item-cat:hover {
    opacity: 0.7;
    text-decoration: underline;
}
/*------------------------------------*\
    #Hitron MOBİL MODERN ARAMA KUTUSU
\*------------------------------------*/

@media screen and (max-width: 991.98px) {
    /* 1. Arama Butonu (Büyüteç) Konumu */
    .module-search {
        position: static !important; /* Kutu içindeki sıkışmayı engellemek için özgür bırakıyoruz */
        margin-right: 15px !important;
    }

    /* 2. Arama Kutusu - Header'ın Altından Tüm Ekrana Açılsın */
    .search-dropdown {
        position: fixed !important; /* Ekrana göre hizala */
        top: 80px !important; /* Header yüksekliğimizin tam bittiği yer */
        left: 0 !important;
        right: 0 !important;
        width: 100vw !important;
        background-color: #ffffff !important;
        padding: 15px 20px !important;
        border-radius: 0 0 20px 20px !important; /* Sadece alt köşeleri yuvarlatıyoruz (Şık görünüm) */
        box-shadow: 0 15px 30px rgba(0,0,0,0.08) !important;
        transform: translateY(-20px) !important; /* Yukarıdan aşağı kayarak gelsin */
        transition: all 0.3s cubic-bezier(0.25, 1, 0.3, 1) !important;
    }

    .search-dropdown.active {
        transform: translateY(0) !important;
        width: 100vw !important; /* Genişliği garantile */
    }

    /* 3. Arama Inputu (Daha modern, belirgin arka plan) */
    .live-search-input {
        background-color: #f4f5f7 !important; /* Yumuşak gri arka plan */
        border-radius: 12px !important;
        padding: 14px 20px !important;
        font-size: 15px !important;
        width: 100% !important;
    }

/* 4. Arama Sonuçları Listesi (Boşluk Düzeltildi) */
    .search-results-list {
        position: absolute !important; /* Ekrana değil, arama kutusuna göre hizala */
        top: 100% !important; /* Arama çubuğunun bittiği milimetrik çizgiden başlar */
        left: 0 !important;
        width: 100% !important;
        max-height: calc(100vh - 160px) !important;
        border-radius: 0 0 20px 20px !important;
        padding: 0 10px 10px 10px !important;
        margin-top: 0 !important; /* Olası ekstra boşlukları sıfırla */
        box-shadow: 0 15px 30px rgba(0,0,0,0.08) !important;
    }

    /* 5. Sonuç Kartları (Mobilde Daha Zarif) */
    .search-results-list li .search-result-item {
        padding: 12px 10px !important;
        border-radius: 12px !important;
    }

    .search-results-list li .search-result-item img {
        width: 55px !important;
        height: 55px !important;
        margin-right: 15px !important;
        border-radius: 8px !important;
    }

    .search-result-text h4 {
        font-size: 14px !important;
        line-height: 1.3 !important;
        margin-bottom: 3px !important;
    }

    .search-result-text p {
        font-size: 12px !important;
        -webkit-line-clamp: 2 !important; 
        line-clamp: 2/* Açıklamayı mobilde 2 satırda sınırla ki kalabalık yapmasın */
    }
}
/* Module SideNav */
.module-sidenav .module-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 110px;
  height: 80px;
  background: var(--global--color-primary);
  border-right: 1px solid #404040;
}
@media (min-width: 992px) and (max-width: 1399.98px) {
  .module-sidenav .module-icon {
    width: 60px;
  }
}
@media screen and (min-width:992px) {
  .module-sidenav .module-icon {
    height: 110px;
  }
}
@media screen and (max-width:991.98px) {
  .module-sidenav .module-icon {
    width: 80px;
  }
}
.module-cancel {
  display: none !important;
}
/* Module Contact */
.module-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width:1199.98px) {
  .module-contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}
.module-contact .btn {
  width: 162px;
  height: 50px;
  padding: 0 10px;
}
@media screen and (max-width:1199.98px) {
  .module-contact .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}

/* Module Phone */
.module-phone {
    display: flex !important;
    align-items: center !important; /* İkon ve yazıyı dikeyde tam ortalar */
    margin-right: 40px !important;
    height: 110px !important; /* Navbar yüksekliği ile uyumlu hale getirir */
}

.module-phone .module-icon {
    margin-right: 12px !important; /* İkon ile numara arasındaki boşluk */
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1 !important;
}

.module-phone .module-body a {
    line-height: 1 !important;
    display: block !important;
    font-weight: 700 !important;
    font-size: 15px !important; /* Okunabilirliği artırmak için */
    white-space: nowrap !important; /* Numaranın alt satıra geçmesini engeller */
}

/* Mobil görünüm için hizalama ayarı */
@media screen and (max-width: 991.98px) {
    .module-phone {
        height: auto !important;
        margin-top: 15px !important;
        margin-bottom: 15px !important;
        justify-content: flex-start !important;
    }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .module-phone {
    margin-right: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1150px) {
  .module-phone {
    display: none;
  }
}
.module-phone .module-icon {
  margin-right: 10px;
}
.module-phone .module-icon svg {
  color: var(--global--color-heading);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: inline-block;
}
.module-phone .module-body {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.module-phone .module-body span {
  font-family: var(--global--font-body);
  font-size: 13px;
  font-weight: 400;
  color: var(--global--color-gray-darken);
  text-transform: capitalize;
}
.module-phone .module-body a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--global--color-heading);
  font-family: var(--global--font-body);
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.module-phone .module-body a:hover {
  color: var(--global--color-primary);
}
.module-phone:hover .module-icon svg {
  color: var(--global--color-primary);
}
.module-phone:hover .module-body a {
  color: var(--global--color-primary);
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .module-phone.module-phone-2 {
    display: none;
  }
}
.module-phone.module-phone-2 .module-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 53px;
  height: 53px;
  background: transparent;
  border: 2px solid var(--global--color-white);
  border-radius: 50%;
  margin-right: 15px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.module-phone.module-phone-2:hover .module-icon {
  background-color: var(--global--color-white);
}
.module-phone.module-phone-2:hover .module-icon svg {
  color: var(--global--color-heading);
}

/* Module Language */
.module-language {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 100%;
}
.module-language.module-active .lang-list, .module-language:hover .lang-list {
  opacity: 1;
  visibility: visible;
}
.module-language .selected {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.module-language .selected img {
  margin-right: 10px;
}
.module-language .selected span {
  font-family: var(--global--font-body);
  font-size: 13px;
  line-height: 21px;
  font-weight: 400;
  color: var(--global--color-body);
  margin-bottom: 0px;
  text-transform: capitalize;
  margin-right: 5px;
  cursor: pointer;
}
.module-language .selected i {
  font-size: 11px;
  color: var(--global--color-body);
}
.module-language .lang-list {
  background-color: var(--global--color-white);
  color: var(--global--color-heading);
  position: absolute;
  top: 100%;
  padding: 6px 22px;
  -webkit-box-shadow: 0px 5px 41.5px rgba(9, 29, 62, 0.11);
          box-shadow: 0px 5px 41.5px rgba(9, 29, 62, 0.11);
  z-index: 5555;
  left: -22px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-radius: 0 0 8px 8px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .module-language .lang-list {
    top: 140%;
  }
}
.module-language .lang-list ul {
  margin-bottom: 0;
}
.module-language .lang-list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.module-language .lang-list ul li:last-of-type a {
  border-bottom: none;
}
.module-language .lang-list ul li:last-of-type a::after {
  content: none;
}
.module-language .lang-list ul li img {
  margin-right: 10px;
}
.module-language .lang-list ul li a {
  font-size: 14px;
  display: block;
  color: var(--global--color-body);
  text-transform: capitalize;
  border-bottom: 1px solid #eaeaea;
  padding: 8px 0px;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  position: relative;
}
.module-language .lang-list ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background-color: transparent;
}
.module-language .lang-list ul li a:hover {
  color: var(--global--color-primary);
}
.module-language .lang-list ul li a:hover::after {
  width: 100%;
  background-color: var(--global--color-primary);
}

/* Fixed Nav */
.navbar-fixed .module-language span,
.navbar-fixed .module-language i {
  color: var(--global--color-heading);
}

/* Module Social */
.module-social {
  line-height: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.module-social a {
  margin-right: 10px;
}
.module-social a:last-child {
  margin-right: 0;
}
.module-social a i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 20px;
  height: 20px;
  background: var(--global--color-primary);
  color: var(--global--color-heading);
  font-size: 12px;
  border-radius: 50%;
  -webkit-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
}
.module-social a i:hover {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}
.module-social.module-social-2 {
  line-height: 70px;
  height: 70px;
  border-right: 2px solid #292929;
  margin-right: 0;
}
.module-social.module-social-2:last-child {
  margin-right: 0;
}
.module-social.module-social-2 a {
  color: var(--global--color-white);
  background-color: transparent;
  margin-right: 20px;
  width: auto;
  height: auto;
  border-radius: 0;
}
.module-social.module-social-2 a:hover {
  color: var(--global--color-primary);
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

/*------------------------------------*\
    #TopBar
\*------------------------------------*/
.top-bar {
  padding: 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  position: relative;
  z-index: 8888;
  background-color: var(--global--color-heading-light);
}
@media (min-width: 992px) and (max-width: 1400px) {
  .top-bar {
    padding: 0px 20px;
  }
}
.top-bar .block-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
@media screen and (min-width: 1350px) {
  .top-bar .block-left {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
  }
}
.top-bar .block-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
@media screen and (min-width: 1350px) {
  .top-bar .block-right {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
  }
}
@media screen and (min-width:992px) {
  .top-bar .block-right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (min-width: 992px) and (max-width: 1185px) {
  .top-bar .block-right {
    margin-bottom: 0px;
  }
}
.top-bar .block-right .module-language {
  margin-left: 30px;
}
@media (min-width: 992px) and (max-width: 1399.98px) {
  .top-bar .block-right .module-language {
    margin-left: 15px;
  }
}
.top-bar .block-right .module-social {
  margin-left: 30px;
}
@media (min-width: 992px) and (max-width: 1399.98px) {
  .top-bar .block-right .module-social {
    margin-left: 15px;
  }
}
.top-bar .block-right .top-bar-links-wrapper .top-bar-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  font-family: var(--global--font-body);
  font-size: 13px;
  line-height: 21px;
  font-weight: 400;
  color: var(--global--color-white);
  margin-bottom: 0px;
  margin-right: 20px;
  text-transform: capitalize;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .top-bar .block-right .top-bar-links-wrapper .top-bar-link {
    margin-right: 10px;
  }
}
.top-bar .block-right .top-bar-links-wrapper .top-bar-link:last-child {
  margin-right: 0;
}
.top-bar .block-right .top-bar-links-wrapper .top-bar-link:hover {
  color: var(--global--color-primary);
}
.top-bar .top-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top-bar .top-contact .contact-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 30px;
}
@media (min-width: 992px) and (max-width: 1399.98px) {
  .top-bar .top-contact .contact-info {
    margin-right: 15px;
  }
}
.top-bar .top-contact .contact-info:last-child {
  margin-right: 0;
}
@media (min-width: 992px) and (max-width: 1349.98px) {
  .top-bar .top-contact .contact-info:last-child {
    display: none;
  }
}
.top-bar .top-contact .contact-info svg {
  color: var(--global--color-primary);
  margin-right: 10px;
}
.top-bar .top-contact .contact-info a,
.top-bar .top-contact .contact-info p {
  font-family: var(--global--font-body);
  font-size: 13px;
  line-height: 21px;
  font-weight: 400;
  color: var(--global--color-body);
  margin-bottom: 0px;
  text-transform: capitalize;
}
.top-bar .top-contact .contact-info a:hover {
  color: var(--global--color-primary);
}

/*------------------------------------*\
    #Page Title
\*------------------------------------*/
.page-title {
  padding-top: 0;
  padding-bottom: 0;
}
.page-title .page-title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 465px;
  padding-top: 80px;
}
@media screen and (min-width:992px) {
  .page-title .page-title-wrap {
    padding-top: 110px;
  }
}
.page-title .title {
  margin-bottom: 32px;
}
@media screen and (max-width:991.98px) {
  .page-title .title {
    text-align: center;
  }
}
.page-title .title .title-sub-heading {
  font-family: var(--global--font-secondary);
  font-size: 30px;
  line-height: 1;
  font-weight: 400;
  color: var(--global--color-primary);
  margin-bottom: 20px;
  text-transform: capitalize;
}
@media screen and (max-width:991.98px) {
  .page-title .title .title-sub-heading {
    line-height: 1.4;
  }
}
.page-title .title .title-heading {
  font-family: var(--global--font-heading);
  font-size: 75px;
  line-height: 1;
  font-weight: 700;
  color: var(--global--color-white);
  margin-bottom: 0px;
  text-transform: capitalize;
}
@media screen and (max-width:767.98px) {
  .page-title .title .title-heading {
    font-size: 32px;
    line-height: 1.4;
  }
}
@media (min-width:992px) and (max-width:1199.98px) {
  .page-title .title .title-heading {
    font-size: 32px;
    line-height: 1.4;
  }
}
.page-title .title .title-desc {
  color: var(--global--color-white);
  font-size: 17px;
  line-height: 27px;
  margin-bottom: 30px;
  font-weight: 700;
}
.page-title.page-title-1 {
  position: relative;
  margin-bottom: 0;
}
.page-title.page-title-1 .title .title-heading {
  margin-bottom: 0;
}
.page-title.page-title-2 {
  position: relative;
  margin-bottom: 0;
}
.page-title.page-title-2 .title .title-heading {
  margin-bottom: 0;
}

.breadcrumb-wrapper {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #eaeaea;
}
@media screen and (max-width:767.98px) {
  .breadcrumb-wrapper {
    height: auto;
    padding: 10px 0;
  }
}

.breadcrumb {
  margin-bottom: 0;
}
@media screen and (max-width:991.98px) {
  .breadcrumb {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.breadcrumb .breadcrumb-item {
  font-family: var(--global--font-body);
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
  color: var(--global--color-body);
  margin-bottom: 0px;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: capitalize;
}
@media screen and (max-width:767.98px) {
  .breadcrumb .breadcrumb-item {
    line-height: 2.4;
  }
}
.breadcrumb .breadcrumb-item .breadcrumb-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30px;
  height: 30px;
  background: var(--global--color-primary);
  border-radius: 3px;
  margin-right: 10px;
}
.breadcrumb .breadcrumb-item a {
  font-family: var(--global--font-body);
  font-size: 14px;
  line-height: 1.4;
  font-weight: 700;
  color: var(--global--color-heading);
  margin-bottom: 0px;
  background: transparent;
}
@media screen and (max-width:767.98px) {
  .breadcrumb .breadcrumb-item a {
    line-height: 2.4;
  }
}
.breadcrumb .breadcrumb-item a:hover {
  color: var(--global--color-primary);
}
.breadcrumb .breadcrumb-item.active {
  color: var(--global--color-body);
}
.breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding-left: 0;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-size: 11px;
  padding: 0 10px;
  color: var(--global--color-heading);
}
.breadcrumb.breadcrumb-light {
  color: var(--global--color-white);
}
.breadcrumb.breadcrumb-light a {
  color: var(--global--color-white);
}
.breadcrumb.breadcrumb-light .active {
  color: var(--global--color-white);
}
.breadcrumb.breadcrumb-light .breadcrumb-item + .breadcrumb-item::before {
  color: var(--global--color-white);
}

/*------------------------------------*\
    #Carousel
\*------------------------------------*/
.owl-nav.disabled {
  display: none;
}

.carousel-dots {
  position: relative;
}
.carousel-dots button.owl-dot,
.carousel-dots button.owl-dot:focus {
  padding: 0;
  background-color: transparent;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.carousel-dots .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  z-index: 5;
}
.carousel-dots .owl-dots .owl-dot {
  margin-right: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.carousel-dots .owl-dots .owl-dot:last-child {
  margin-right: 0;
}
.carousel-dots .owl-dots .owl-dot.active span {
  background-color: var(--global--color-primary);
}
.carousel-dots .owl-dots .owl-dot span {
  display: inline-block;
  width: 50px;
  height: 6px;
  border-radius: 2px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  margin-right: 0;
  position: relative;
  background-color: #b4b4b4;
}
@media screen and (max-width:767.98px) {
  .carousel-dots .owl-dots .owl-dot span {
    width: 35px;
  }
}
.carousel-dots.carousel-dots-white .owl-dots .owl-dot span {
  background-color: var(--global--color-white);
}
.carousel-dots.carousel-dots-white .owl-dots .owl-dot.active span {
  background-color: var(--global--color-primary);
}
.carousel-dots.carousel-dots-white-2 .owl-dots .owl-dot span {
  background-color: var(--global--color-white);
}
.carousel-dots.carousel-dots-white-2 .owl-dots .owl-dot.active span {
  background-color: var(--global--color-heading);
}

.carousel-navs .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 5;
}
@media screen and (max-width:991.98px) {
  .carousel-navs .owl-nav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 30px;
  }
}
.carousel-navs .owl-nav .owl-next,
.carousel-navs .owl-nav .owl-prev {
  position: relative;
  overflow: hidden;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background-color: var(--global--color-white) !important;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.carousel-navs .owl-nav .owl-next:hover,
.carousel-navs .owl-nav .owl-prev:hover {
  background-color: var(--global--color-primary) !important;
}
.carousel-navs .owl-nav .owl-next::before,
.carousel-navs .owl-nav .owl-prev::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  color: var(--global--color-heading);
  font-size: 14px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.carousel-navs .owl-nav .owl-next::after,
.carousel-navs .owl-nav .owl-prev::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  color: var(--global--color-heading);
  font-size: 20px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.carousel-navs .owl-nav .owl-prev {
  margin-right: 20px;
}
.carousel-navs .owl-nav .owl-prev::before {
  content: "\f060";
}
.carousel-navs .owl-nav .owl-prev::after {
  content: "\f30a";
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}
.carousel-navs .owl-nav .owl-prev:hover::before {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}
.carousel-navs .owl-nav .owl-prev:hover::after {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.carousel-navs .owl-nav .owl-next::before {
  content: "\f061";
}
.carousel-navs .owl-nav .owl-next::after {
  content: "\f30b";
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}
.carousel-navs .owl-nav .owl-next:hover::before {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}
.carousel-navs .owl-nav .owl-next:hover::after {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.carousel-navs-2 .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width:992px) {
  .carousel-navs-2 .owl-nav {
    position: absolute;
    bottom: 30px;
    right: 50px;
    z-index: 6;
  }
}
@media screen and (max-width:991.98px) {
  .carousel-navs-2 .owl-nav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.carousel-navs-2 .owl-nav .owl-next,
.carousel-navs-2 .owl-nav .owl-prev {
  position: relative;
  overflow: hidden;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  border: 4px solid transparent;
  background-color: transparent;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width:991.98px) {
  .carousel-navs-2 .owl-nav .owl-next,
  .carousel-navs-2 .owl-nav .owl-prev {
    width: 50px;
    height: 50px;
  }
}
.carousel-navs-2 .owl-nav .owl-next:hover,
.carousel-navs-2 .owl-nav .owl-prev:hover {
  border-color: rgba(9, 29, 62, 0.1);
  background-color: rgba(255, 255, 255, 0.2);
}
.carousel-navs-2 .owl-nav .owl-next::before,
.carousel-navs-2 .owl-nav .owl-prev::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  color: var(--global--color-white);
  font-size: 12px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.carousel-navs-2 .owl-nav .owl-next::after,
.carousel-navs-2 .owl-nav .owl-prev::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  color: var(--global--color-white);
  font-size: 16px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.carousel-navs-2 .owl-nav .owl-prev {
  margin-left: -10px;
}
@media screen and (max-width:991.98px) {
  .carousel-navs-2 .owl-nav .owl-prev {
    margin-left: 0px;
  }
}
.carousel-navs-2 .owl-nav .owl-prev::before {
  content: "\f060";
}
.carousel-navs-2 .owl-nav .owl-prev::after {
  content: "\f30a";
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}
.carousel-navs-2 .owl-nav .owl-prev:hover::before {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}
.carousel-navs-2 .owl-nav .owl-prev:hover::after {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.carousel-navs-2 .owl-nav .owl-next {
  margin-right: -10px;
}
@media screen and (max-width:991.98px) {
  .carousel-navs-2 .owl-nav .owl-next {
    margin-right: 0px;
  }
}
.carousel-navs-2 .owl-nav .owl-next::before {
  content: "\f061";
}
.carousel-navs-2 .owl-nav .owl-next::after {
  content: "\f30b";
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}
.carousel-navs-2 .owl-nav .owl-next:hover::before {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}
.carousel-navs-2 .owl-nav .owl-next:hover::after {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.carousel-navs-rtl .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width:992px) {
  .carousel-navs-rtl .owl-nav {
    position: absolute;
    bottom: 30px;
    right: 50px;
    z-index: 10;
  }
}
@media screen and (max-width:991.98px) {
  .carousel-navs-rtl .owl-nav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 30px;
  }
}
.carousel-navs-rtl .owl-nav .owl-next,
.carousel-navs-rtl .owl-nav .owl-prev {
  position: relative;
  overflow: hidden;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  border: 4px solid transparent;
  background-color: transparent;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width:991.98px) {
  .carousel-navs-rtl .owl-nav .owl-next,
  .carousel-navs-rtl .owl-nav .owl-prev {
    width: 50px;
    height: 50px;
  }
}
.carousel-navs-rtl .owl-nav .owl-next:hover,
.carousel-navs-rtl .owl-nav .owl-prev:hover {
  border-color: rgba(9, 29, 62, 0.1);
  background-color: rgba(255, 255, 255, 0.2);
}
.carousel-navs-rtl .owl-nav .owl-next::before,
.carousel-navs-rtl .owl-nav .owl-prev::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  color: var(--global--color-white);
  font-size: 12px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.carousel-navs-rtl .owl-nav .owl-next::after,
.carousel-navs-rtl .owl-nav .owl-prev::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  color: var(--global--color-white);
  font-size: 16px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.carousel-navs-rtl .owl-nav .owl-next {
  margin-right: -10px;
}
@media screen and (max-width:991.98px) {
  .carousel-navs-rtl .owl-nav .owl-next {
    margin-right: 0px;
  }
}
.carousel-navs-rtl .owl-nav .owl-next::before {
  content: "\f060";
}
.carousel-navs-rtl .owl-nav .owl-next::after {
  content: "\f30a";
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}
.carousel-navs-rtl .owl-nav .owl-next:hover::before {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}
.carousel-navs-rtl .owl-nav .owl-next:hover::after {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.carousel-navs-rtl .owl-nav .owl-prev {
  margin-left: -10px;
}
@media screen and (max-width:991.98px) {
  .carousel-navs-rtl .owl-nav .owl-prev {
    margin-left: 0px;
  }
}
.carousel-navs-rtl .owl-nav .owl-prev::before {
  content: "\f061";
}
.carousel-navs-rtl .owl-nav .owl-prev::after {
  content: "\f30b";
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}
.carousel-navs-rtl .owl-nav .owl-prev:hover::before {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}
.carousel-navs-rtl .owl-nav .owl-prev:hover::after {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.carousel-navs-slider {
  position: relative;
}
.carousel-navs-slider .owl-nav span {
  font-size: 0;
}
@media screen and (min-width:992px) {
  .carousel-navs-slider .owl-nav {
    position: absolute;
    top: -127px;
    right: 0;
  }
}
.carousel-navs-slider .owl-next:hover::before,
.carousel-navs-slider .owl-prev:hover::before {
  color: var(--global--color-primary);
}
.carousel-navs-slider .owl-next::before,
.carousel-navs-slider .owl-prev::before {
  font-family: "carousel";
  font-size: 43px;
  font-weight: 600;
  color: #687596;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.carousel-navs-slider .owl-prev {
  margin-right: 50px;
}
.carousel-navs-slider .owl-prev::before {
  content: "\e990";
}
.carousel-navs-slider .owl-next::before {
  content: "\e991";
}

.carousel-navs-slider .owl-dots {
  position: absolute;
  bottom: 40px;
  width: 100%;
}

/*------------------------------------*\
    #Heading
\*------------------------------------*/
.heading {
  margin-bottom: 48px;
}
@media screen and (max-width:991.98px) {
  .heading {
    text-align: center;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width:767.98px) {
  .heading {
    max-width: unset;
  }
}
.heading .heading-subtitle {
  font-family: var(--global--font-body);
  text-transform: capitalize;
  color: var(--global--color-body);
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 14px;
}
@media screen and (max-width:991.98px) {
  .heading .heading-subtitle {
    line-height: 1.5;
  }
}
.heading .heading-title {
  font-family: var(--global--font-heading);
  text-transform: capitalize;
  font-size: 37px;
  line-height: 54px;
  margin-bottom: 0px;
  font-weight: 700;
  color: var(--global--color-heading-darken);
}
@media (min-width:992px) and (max-width:1199.98px) {
  .heading .heading-title {
    font-size: 30px;
    line-height: 1.4;
  }
}
@media screen and (max-width:991.98px) {
  .heading .heading-title {
    font-size: 30px;
    line-height: 1.4;
  }
}
.heading .heading-desc {
  font-family: var(--global--font-body);
  color: var(--global--color-body);
  font-size: 17px;
  font-weight: 400;
  line-height: 27px;
  margin-bottom: 32px;
}
.heading .paragraph {
  font-family: var(--global--font-body);
  font-weight: 700;
  font-size: 17px;
  line-height: 27px;
  color: #1e4873;
  margin-bottom: 0px;
}
.heading.heading-light .heading-subtitle {
  color: var(--global--color-primary);
}
.heading.heading-light .heading-title {
  color: var(--global--color-white);
}
.heading.heading-light .heading-desc {
  color: #c6c6c6;
}
.heading.heading-light .paragraph {
  color: #c6c6c6;
}
.heading.heading-2 {
  margin-bottom: 70px;
}
@media screen and (min-width:992px) {
  .heading.heading-2 {
    margin-bottom: 0px;
  }
}
.heading.heading-2 .heading-title {
  font-size: 40px;
  line-height: 55px;
  margin-bottom: 31px;
}
@media (min-width:992px) and (max-width:1199.98px) {
  .heading.heading-2 .heading-title {
    font-size: 30px;
    line-height: 1.4;
  }
}
@media screen and (max-width:991.98px) {
  .heading.heading-2 .heading-title {
    font-size: 30px;
    line-height: 1.4;
  }
}
.heading.heading-2 .heading-desc {
  margin-bottom: 25px;
}
.heading.heading-2 .heading-desc:last-of-type {
  margin-bottom: 32px;
}
.heading.heading-3 {
  margin-bottom: 70px;
}
.heading.heading-3 .heading-title {
  font-size: 40px;
  line-height: 55px;
  margin-bottom: 31px;
}
@media (min-width:992px) and (max-width:1199.98px) {
  .heading.heading-3 .heading-title {
    font-size: 30px;
    line-height: 1.4;
  }
}
@media screen and (max-width:991.98px) {
  .heading.heading-3 .heading-title {
    font-size: 30px;
    line-height: 1.4;
  }
}
.heading.heading-3 .heading-desc {
  font-size: 18px;
  margin-bottom: 0px;
}
.heading.heading-5 {
  margin-bottom: 0;
}
@media screen and (min-width:992px) {
  .heading.heading-5 {
    -webkit-transform: translateY(-6px);
        -ms-transform: translateY(-6px);
            transform: translateY(-6px);
    margin-bottom: -6px;
  }
}
.heading.heading-5 .heading-desc {
  margin-bottom: 24px;
}
.heading.heading-6 {
  margin-bottom: 104px;
}
.heading.heading-6 .heading-title {
  font-size: 40px;
  line-height: 55px;
  margin-bottom: 23px;
}
@media (min-width:992px) and (max-width:1199.98px) {
  .heading.heading-6 .heading-title {
    font-size: 30px;
    line-height: 1.4;
  }
}
@media screen and (max-width:991.98px) {
  .heading.heading-6 .heading-title {
    font-size: 30px;
    line-height: 1.4;
  }
}
.heading.heading-6 .heading-desc {
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 29px;
  font-weight: 700;
}
.heading.heading-7 {
  margin-bottom: 0;
}
.heading.heading-7 .heading-title {
  margin-bottom: 21px;
}
.heading.heading-7 .heading-desc {
  margin-bottom: 34px;
}
.heading.heading-8 {
  margin-bottom: 0;
}
.heading.heading-8 .heading-title {
  margin-bottom: 20px;
}
.heading.heading-8 .heading-desc {
  margin-bottom: 42px;
}
.heading.heading-9 {
  margin-bottom: 0;
}
.heading.heading-9 .heading-title {
  margin-bottom: 20px;
}
.heading.heading-9 .heading-desc {
  margin-bottom: 37px;
}
.heading.heading-11 {
  margin-bottom: 60px;
}
.heading.heading-11 .heading-title {
  margin-bottom: 23px;
}
@media screen and (min-width:992px) {
  .heading.heading-11 .heading-title {
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
    margin-bottom: -10px;
  }
}
.heading.heading-12 {
  margin-bottom: 32px;
}
.heading.heading-12 .heading-title {
  font-size: 24px;
  line-height: 1.4;
}
.heading.heading-13 {
  margin-bottom: 0px;
}
.heading.heading-13 .heading-title {
  font-size: 40px;
  line-height: 55px;
  margin-bottom: 23px;
}
@media (min-width:992px) and (max-width:1199.98px) {
  .heading.heading-13 .heading-title {
    font-size: 30px;
    line-height: 1.4;
  }
}
@media screen and (max-width:991.98px) {
  .heading.heading-13 .heading-title {
    font-size: 30px;
    line-height: 1.4;
  }
}
.heading.heading-13 .heading-desc {
  font-size: 16px;
  font-weight: 700;
}
.heading.heading-13 .heading-desc:last-of-type {
  font-size: 15px;
  margin-bottom: 33px;
}
.heading.heading-15 {
  margin-bottom: 63px;
}
.heading.heading-15 .heading-title {
  font-size: 40px;
  line-height: 55px;
  margin-bottom: 24px;
}
@media (min-width:992px) and (max-width:1199.98px) {
  .heading.heading-15 .heading-title {
    font-size: 30px;
    line-height: 1.4;
  }
}
@media screen and (max-width:991.98px) {
  .heading.heading-15 .heading-title {
    font-size: 30px;
    line-height: 1.4;
  }
}
.heading.heading-15 .heading-desc {
  margin-bottom: 0px;
}
.heading.heading-16 .heading-title {
  margin-bottom: 34px;
}
.heading.heading-18 {
  margin-bottom: 62px;
}
.heading.heading-18 .heading-title {
  font-size: 40px;
  line-height: 55px;
  margin-bottom: 22px;
}
@media (min-width:992px) and (max-width:1199.98px) {
  .heading.heading-18 .heading-title {
    font-size: 30px;
    line-height: 1.4;
  }
}
@media screen and (max-width:991.98px) {
  .heading.heading-18 .heading-title {
    font-size: 30px;
    line-height: 1.4;
  }
}
.heading.heading-19 {
  margin-bottom: 0;
}
@media screen and (min-width:992px) {
  .heading.heading-19 {
    padding-top: 117px;
  }
}
@media screen and (max-width:991.98px) {
  .heading.heading-19 {
    margin-bottom: 70px;
  }
}
.heading.heading-19 .heading-title {
  font-size: 40px;
  line-height: 55px;
  margin-bottom: 32px;
}
@media (min-width:992px) and (max-width:1199.98px) {
  .heading.heading-19 .heading-title {
    font-size: 30px;
    line-height: 1.4;
  }
}
@media screen and (max-width:991.98px) {
  .heading.heading-19 .heading-title {
    font-size: 30px;
    line-height: 1.4;
  }
}
.heading.heading-19 .heading-desc {
  margin-bottom: 25px;
}
.heading.heading-19 .heading-desc:last-of-type {
  margin-bottom: 32px;
}
.heading.heading-20 {
  margin-bottom: 83px;
}
.heading.heading-20 .heading-title {
  font-size: 40px;
  line-height: 55px;
  margin-bottom: 59px;
}
@media (min-width:992px) and (max-width:1199.98px) {
  .heading.heading-20 .heading-title {
    font-size: 30px;
    line-height: 1.4;
  }
}
@media screen and (max-width:991.98px) {
  .heading.heading-20 .heading-title {
    font-size: 30px;
    line-height: 1.4;
  }
}
.heading.heading-20 .block-desc {
  position: relative;
  padding-top: 28px;
}
@media screen and (max-width:991.98px) {
  .heading.heading-20 .block-desc {
    padding-bottom: 43px;
  }
}
.heading.heading-20 .block-desc::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 290px;
  height: 4px;
  background-color: var(--global--color-primary);
}
@media screen and (max-width:991.98px) {
  .heading.heading-20 .block-desc::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    max-width: 100%;
  }
}
.heading.heading-20 .block-desc .heading-desc {
  color: #f9f9f9;
  line-height: 28px;
  margin-bottom: 27px;
}
.heading.heading-20 .block-desc .heading-desc:last-of-type {
  margin-bottom: 33px;
}
.heading.heading-20 .block-desc .heading-desc:last-child {
  margin-bottom: 0;
}
.heading.heading-20 .block-desc .btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 218px;
  height: 68px;
}
@media screen and (min-width:992px) {
  .heading.heading-21 {
    -webkit-transform: translateY(-8px);
        -ms-transform: translateY(-8px);
            transform: translateY(-8px);
    margin-bottom: -8px;
  }
}
.heading.heading-22 {
  margin-bottom: 0px;
}
@media screen and (min-width:992px) {
  .heading.heading-22 {
    -webkit-transform: translateY(-14px);
        -ms-transform: translateY(-14px);
            transform: translateY(-14px);
    margin-bottom: -14px;
  }
}
@media screen and (max-width:991.98px) {
  .heading.heading-22 {
    margin-bottom: 62px;
  }
}
.heading.heading-22 .heading-title {
  font-size: 40px;
  line-height: 55px;
  margin-bottom: 31px;
}
@media (min-width:992px) and (max-width:1199.98px) {
  .heading.heading-22 .heading-title {
    font-size: 30px;
    line-height: 1.4;
  }
}
@media screen and (max-width:991.98px) {
  .heading.heading-22 .heading-title {
    font-size: 30px;
    line-height: 1.4;
  }
}
.heading.heading-22 .heading-desc {
  margin-bottom: 26px;
}
.heading.heading-23 {
  margin-bottom: 0;
}
@media screen and (min-width:992px) {
  .heading.heading-23 {
    margin-top: 287px;
  }
}
.heading.heading-23 .heading-title {
  color: var(--global--color-white);
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 27px;
}
.heading.heading-23 .heading-desc {
  margin-bottom: 24px;
}
.heading.heading-23 .advantages-list {
  margin-bottom: 33px;
}
.heading.heading-23 .btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 228px;
  height: 68px;
}
.heading.heading-25 {
  margin-bottom: 0px;
}
.heading.heading-25 .heading-title {
  font-size: 40px;
  line-height: 55px;
  margin-bottom: 33px;
}
@media (min-width:992px) and (max-width:1199.98px) {
  .heading.heading-25 .heading-title {
    font-size: 30px;
    line-height: 1.4;
  }
}
@media screen and (max-width:991.98px) {
  .heading.heading-25 .heading-title {
    font-size: 30px;
    line-height: 1.4;
  }
}
.heading.heading-25 .heading-desc {
  margin-bottom: 26px;
  font-weight: 700;
  color: #f9f9f9;
}
.heading.heading-25 .heading-desc:last-of-type {
  font-weight: 400;
  margin-bottom: 33px;
}
.heading.heading-26 {
  margin-bottom: 62px;
}
.heading.heading-26 .heading-title {
  margin-bottom: 20px;
}
.heading.heading-26 .heading-desc {
  font-size: 18px;
  line-height: 29px;
  font-weight: 700;
}
@media screen and (max-width:991.98px) {
  .heading.heading-27 {
    margin-bottom: 70px;
  }
}
.heading.heading-27 .heading-title {
  color: var(--global--color-white);
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 27px;
}
.heading.heading-27 .heading-desc {
  margin-bottom: 24px;
}
.heading.heading-27 .advantages-list {
  margin-bottom: 33px;
}
.heading.heading-27 .btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 228px;
  height: 68px;
}
.heading.heading-28 {
  margin-bottom: 53px;
}
.heading.heading-28 .heading-title {
  margin-bottom: 21px;
}
.heading.heading-29 {
  margin-bottom: 62px;
}
.heading.heading-29 .heading-title {
  font-size: 22px;
  line-height: 33px;
  color: var(--global--color-heading-darken);
  margin-bottom: 24px;
}
.heading.heading-29 .heading-desc {
  font-size: 16px;
  color: var(--global--color-heading-light);
}
.heading.heading-31 {
  margin-bottom: 0;
}
.heading.heading-31 .heading-title {
  font-size: 22px;
  line-height: 33px;
  color: var(--global--color-heading-darken);
  margin-bottom: 23px;
}
.heading.heading-31 .heading-desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  color: var(--global--color-heading-light);
  margin-bottom: 0;
}
.heading.heading-32 {
  margin-bottom: 0;
}
.heading.heading-32 .heading-subtitle {
  font-size: 17px;
  color: var(--global--color-heading-light);
}
.heading.heading-32 .heading-subtitle {
  margin-bottom: 11px;
}
.heading.heading-32 .heading-title {
  font-size: 75px;
  line-height: 1.1;
  text-transform: capitalize;
}
@media (min-width:992px) and (max-width:1199.98px) {
  .heading.heading-32 .heading-title {
    font-size: 35px;
    line-height: 1.4;
  }
}
@media screen and (max-width:767.98px) {
  .heading.heading-32 .heading-title {
    font-size: 32px;
    line-height: 1.4;
  }
}

/*------------------------------------*\
	#Slider
\*------------------------------------*/
.slider {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.slider .slide {
  height: 550px !important;
  display: flex !important; 
  align-items: center !important; 
  padding: 60px 0 !important; 
}

.slider .slide .bg-section,
.slider .slide .bg-section img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover !important; 
  z-index: -1;
}

.slider .owl-item.active .bg-section img {
  transform: scale(1.08);
}

.slider .slide .slide-content {
  position: relative;
  z-index: 5;
  width: 100%;
}

.slider .slide .slide-content .slide-subtitle,
.slider .slide .slide-content .slide-title,
.slider .slide .slide-content .slide-desc,
.slider .slide .slide-content .slide-action {
  opacity: 0;
  transform: translateY(50px);
}

.slider .owl-item.active .slide-content .slide-subtitle { animation: premiumFadeUp 1.2s cubic-bezier(0.23, 1, 0.32, 1) forwards; animation-delay: 0.2s; }
.slider .owl-item.active .slide-content .slide-title { animation: premiumFadeUp 1.2s cubic-bezier(0.23, 1, 0.32, 1) forwards; animation-delay: 0.4s; }
.slider .owl-item.active .slide-content .slide-desc { animation: premiumFadeUp 1.2s cubic-bezier(0.23, 1, 0.32, 1) forwards; animation-delay: 0.6s; }
.slider .owl-item.active .slide-content .slide-action { animation: premiumFadeUp 1.2s cubic-bezier(0.23, 1, 0.32, 1) forwards; animation-delay: 0.8s; }

@keyframes premiumFadeUp {
  0% { opacity: 0; transform: translateY(50px); }
  100% { opacity: 1; transform: translateY(0); }
}

.slider .slide .slide-content .slide-subtitle {
  font-family: var(--global--font-body); text-transform: capitalize; color: #f9f9f9; font-size: 17px; font-weight: 700; line-height: 1.5; margin-bottom: 8px;
}

.slider .slide .slide-content .slide-title {
  font-family: var(--global--font-heading); color: #1a1a1a !important; font-weight: 700; font-size: 65px; line-height: 1.1; margin-bottom: 22px; text-transform: capitalize;
}

.slider .slide .slide-content .slide-desc {
  font-family: var(--global--font-body); color: #333333 !important; font-size: 17px; font-weight: 700; line-height: 27px; margin-bottom: 32px;
}

.slider .slide .slide-content .slide-action {
  display: -webkit-box; display: -ms-flexbox; display: flex;
  -webkit-box-align: center; -ms-flex-align: center; align-items: center;
  flex-wrap: wrap; 
}

.slider .slide .slide-content .slide-action .btn {
  width: auto !important; 
  min-width: 180px; 
  padding: 0 35px !important; 
  height: 60px; 
  margin-right: 20px;
  margin-bottom: 15px; 
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap !important; 
}

.slider .slide .slide-content .slide-action .btn:hover {
  box-shadow: 0 10px 20px rgba(0,0,0,0.15);
}

.slider .slide .slide-content .slide-action .btn:last-child {
  margin-right: 0;
}

.slider .slide .slide-content .slide-list {
  display: -webkit-box; display: -ms-flexbox; display: flex;
  -webkit-box-align: center; -ms-flex-align: center; align-items: center;
}

.slider .slide .slide-content .slide-list .icon {
  position: relative; margin-right: 30px; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex;
  -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center;
  -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column;
  text-align: center; border-radius: 3px; width: 110px; height: 135px; background-color: var(--global--color-white);
  -webkit-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out;
}

.slider .slide .slide-content .slide-list .icon:last-child { margin-right: 0; }
.slider .slide .slide-content .slide-list .icon:hover { background-color: var(--global--color-primary); -webkit-animation: Bounce 0.8s ease-in-out; animation: Bounce 0.8s ease-in-out; }
.slider .slide .slide-content .slide-list .icon a { position: absolute; top: 0; left: 0; right: 0; width: 100%; height: 100%; background: transparent; z-index: 5; }
.slider .slide .slide-content .slide-list .icon i { display: inline-block; font-size: 48px; color: var(--global--color-heading); -webkit-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; margin-bottom: 13px; }
.slider .slide .slide-content .slide-list .icon span { font-family: var(--global--font-body); font-weight: 700; font-size: 15px; color: var(--global--color-heading); text-transform: capitalize; }

.slider .carousel-navs-slider .owl-nav { right: auto; top: auto; position: initial; }
.slider .carousel-navs-slider .owl-nav span { font-size: 0; }
.slider .carousel-navs-slider .owl-nav .owl-next::before, .slider .carousel-navs-slider .owl-nav .owl-prev::before { color: rgba(255, 255, 255, 0.5); font-family: "carousel" !important; font-size: 44px; -webkit-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; }
.slider .carousel-navs-slider .owl-nav .owl-prev::before { content: "\e990"; }
.slider .carousel-navs-slider .owl-nav .owl-next::before { content: "\e991"; }
.slider .carousel-navs-slider .owl-nav .owl-next, .slider .carousel-navs-slider .owl-nav .owl-prev { position: absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
.slider .carousel-navs-slider .owl-nav .owl-next:hover::before, .slider .carousel-navs-slider .owl-nav .owl-prev:hover::before { color: white; }
.slider .carousel-navs-slider .owl-nav .owl-next { right: 40px; }
.slider .carousel-navs-slider .owl-nav .owl-prev { margin-right: 0; left: 40px; }
.slider.slider-1 .carousel-navs-2 .owl-nav { position: absolute; right: 490px; bottom: 60px; }

@media screen and (max-width:991.98px) {
  .slider .slide,
  .slider.slider-1 .slide,
  .slider.slider-2 .slide,
  .slider.slider-3 .slide {
    height: 450px !important;
    padding: 60px 0 !important;
  }
  
  .slider .slide .slide-content { text-align: center; }
  .slider .carousel-navs-slider .owl-nav { display: none; }
  .slider.slider-1 .slide .slide-content .slide-action { margin-bottom: 40px; justify-content: center; }
  .slider .slide .slide-content .slide-list { justify-content: center; }
}

@media (min-width:992px) and (max-width:1199.98px) {
  .slider .slide .slide-content .slide-title { font-size: 35px; line-height: 1.4; color: #1a1a1a !important; }
  .slider .slide .slide-content .slide-list .icon { margin-right: 15px; }
  .slider .carousel-navs-slider .owl-nav .owl-next { right: 20px; }
  .slider .carousel-navs-slider .owl-nav .owl-prev { left: 20px; }
}

@media screen and (max-width:767.98px) {
  .slider .slide,
  .slider.slider-1 .slide,
  .slider.slider-2 .slide,
  .slider.slider-3 .slide {
    height: 400px !important;
    padding: 50px 0 !important;
  }
  
  .slider .slide .slide-content .slide-title { font-size: 32px; line-height: 1.4; color: #1a1a1a !important; margin-bottom: 15px; }
  
  .slider .slide .slide-content .slide-action { flex-direction: column; }
  .slider .slide .slide-content .slide-action .btn { 
    margin-right: 0; 
    margin-bottom: 15px; 
    height: 50px; 
    width: 100% !important; 
    max-width: 280px; 
    white-space: normal !important; 
  }
  .slider .slide .slide-content .slide-action .btn:last-child { margin-bottom: 0; }
  
  .slider .slide .slide-content .slide-list { flex-wrap: wrap; justify-content: space-evenly; }
  .slider .slide .slide-content .slide-list .icon { margin-right: 0; margin: 0 15px 25px; }
  .slider .slide .slide-content .slide-list .icon:last-child { margin-right: 15px; }
}
@media screen and (max-width: 767.98px) {
    .slider {
        margin-top: -1px; /* Beyaz çizgiyi yok etmek için küçük bir yukarı çekme */
    }

    .slider .slide {
        height: 480px !important; /* Yazıların sığması için yüksekliği biraz artırdık */
        padding: 40px 0 !important;
    }

    .slider .slide .slide-content {
        padding: 0 20px; /* Yazıların kenarlara çarpıp kesilmesini engeller */
        text-align: center;
    }

    .slider .slide .slide-content .slide-title {
        font-size: 28px !important; /* Çok uzun kelimeler için fontu biraz küçülttük */
        line-height: 1.3 !important;
        margin-bottom: 15px;
    }

    .slider .slide .slide-content .slide-desc {
        font-size: 15px !important;
        line-height: 1.5 !important;
    }
}
/* =========================================
  HERO
   ========================================= */
.hero {
  padding-top: 0;
  padding-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 680px;
  position: relative;
  padding-top: 110px;
}
@media screen and (max-width:991.98px) {
  .hero {
    height: 80vh;
    padding-top: 80px;
  }
}
@media screen and (max-width:767.98px) {
  .hero {
    height: 90vh;
  }
}
@media screen and (max-width:991.98px) {
  .hero .hero-content {
    text-align: center;
  }
}
.hero .hero-content .hero-subtitle {
  font-family: var(--global--font-secondary);
  text-transform: capitalize;
  color: var(--global--color-primary);
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 18px;
}
@media screen and (max-width:991.98px) {
  .hero .hero-content .hero-subtitle {
    line-height: 1.5;
  }
}
.hero .hero-content .hero-title {
  font-family: var(--global--font-heading);
  color: var(--global--color-white);
  font-weight: 700;
  font-size: 75px;
  line-height: 1;
  margin-bottom: 27px;
  text-transform: capitalize;
}
@media (min-width:992px) and (max-width:1199.98px) {
  .hero .hero-content .hero-title {
    font-size: 35px;
    line-height: 1.4;
  }
}
@media screen and (max-width:767.98px) {
  .hero .hero-content .hero-title {
    font-size: 32px;
    line-height: 1.4;
  }
}
.hero .hero-content .hero-desc {
  font-family: var(--global--font-body);
  color: #f9f9f9;
  font-size: 17px;
  font-weight: 700;
  line-height: 27px;
  margin-bottom: 32px;
}
.hero .hero-content .hero-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width:991.98px) {
  .hero .hero-content .hero-action {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width:767.98px) {
  .hero .hero-content .hero-action {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.hero .hero-content .hero-action .btn {
  width: 218px;
  height: 68px;
  margin-right: 30px;
}
.hero .hero-content .hero-action .btn:last-child {
  width: 176px;
  margin-right: 0;
}
@media (min-width:992px) and (max-width:1199.98px) {
  .hero .hero-content .hero-action .btn {
    width: 225px;
    margin-right: 15px;
  }
}
@media screen and (max-width:767.98px) {
  .hero .hero-content .hero-action .btn {
    margin-right: 0;
    margin-bottom: 25px;
    height: 60px;
    width: 225px;
  }
  .hero .hero-content .hero-action .btn:last-child {
    margin-bottom: 0;
  }
}
.hero .hero-content .hero-action .contact-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hero .hero-content .hero-action .contact-num .contact-icon-wrapper {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 68px;
  height: 68px;
  background: transparent;
  border: 2px solid var(--global--color-primary);
  border-radius: 50%;
  margin-right: 10px;
}
.hero .hero-content .hero-action .contact-num .contact-icon-wrapper .contact-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 46px;
  height: 46px;
  background: var(--global--color-white);
  border-radius: 50%;
}
.hero .hero-content .hero-action .contact-num .contact-icon-wrapper .contact-icon svg {
  color: var(--global--color-primary);
}
.hero .hero-content .hero-action .contact-num .contact-body a {
  display: block;
  font-family: var(--global--font-heading);
  font-weight: 700;
  font-size: 17px;
  color: var(--global--color-white);
  margin-bottom: 10px;
  line-height: 1;
}
.hero .hero-content .hero-action .contact-num .contact-body .job-title {
  font-family: var(--global--font-secondary);
  font-weight: 400;
  font-size: 13px;
  color: #f4f4f4;
  margin-bottom: 0;
  line-height: 1;
}
.hero .hero-content .hero-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width:991.98px) {
  .hero .hero-content .hero-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width:767.98px) {
  .hero .hero-content .hero-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}
.hero .hero-content .hero-list .icon {
  position: relative;
  margin-right: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  border-radius: 3px;
  width: 110px;
  height: 135px;
  background-color: var(--global--color-white);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.hero .hero-content .hero-list .icon:last-child {
  margin-right: 0;
}
@media (min-width:992px) and (max-width:1199.98px) {
  .hero .hero-content .hero-list .icon {
    margin-right: 15px;
  }
}
@media screen and (max-width:767.98px) {
  .hero .hero-content .hero-list .icon {
    margin-right: 0;
    margin: 0 15px 25px;
  }
  .hero .hero-content .hero-list .icon:last-child {
    margin-right: 15px;
  }
}
.hero .hero-content .hero-list .icon:hover {
  background-color: var(--global--color-primary);
  -webkit-animation: Bounce 0.8s ease-in-out;
          animation: Bounce 0.8s ease-in-out;
}
.hero .hero-content .hero-list .icon a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 5;
}
.hero .hero-content .hero-list .icon i {
  display: inline-block;
  font-size: 48px;
  color: var(--global--color-heading);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  margin-bottom: 13px;
}
.hero .hero-content .hero-list .icon span {
  font-family: var(--global--font-body);
  font-weight: 700;
  font-size: 15px;
  color: var(--global--color-heading);
  text-transform: capitalize;
}
.hero.hero-1 .hero-content .hero-action .btn:first-child {
  width: 220px;
}
@media screen and (min-width:992px) {
  .hero.hero-1 .hero-content .hero-action .btn:first-child {
    margin-right: 40px;
  }
}
.hero.hero-3 .hero-content .hero-action .btn {
  width: 244px;
}
.hero.hero-4 .hero-content .hero-action .btn {
  width: 260px;
}
.hero.hero-5 .hero-content .hero-action .btn {
  width: 228px;
}
@media screen and (min-width:992px) {
  .hero.hero-6 .hero-content .hero-desc {
    max-width: 80%;
  }
}
.hero.hero-6 .hero-content .hero-action .btn {
  width: 240px;
}
.hero.hero-7 .hero-content .hero-action .btn {
  width: 184px;
}
.hero.hero-7 .hero-content .hero-action .btn:last-child {
  width: 154px;
}
.hero.hero-8 .hero-content .hero-action .btn {
  width: 218px;
}
.hero.hero-8 .hero-content .hero-action .btn:last-child {
  width: 184px;
}
.hero.hero-9 .hero-content .hero-action .btn {
  width: 190px;
}
.hero.hero-9 .hero-content .hero-action .btn:last-child {
  width: 172px;
}
@media screen and (min-width:992px) {
  .hero.hero-10 {
    height: 832px;
  }
}
@media screen and (max-width:991.98px) {
  .hero.hero-10 {
    height: 100vh;
  }
}
@media screen and (max-width:767.98px) {
  .hero.hero-10 {
    height: 120vh;
  }
}
@media screen and (min-width:992px) {
  .hero.hero-11 {
    height: 765px;
  }
}
@media screen and (max-width:991.98px) {
  .hero.hero-11 {
    height: 85vh;
  }
}
@media screen and (max-width:767.98px) {
  .hero.hero-11 {
    height: 100vh;
  }
}
.hero.hero-12 {
  height: 572px;
}
.hero.hero-12 .hero-content .hero-desc {
  margin-bottom: 0;
}
.hero.hero-13 {
  height: 550px;
}
.hero.hero-13 .hero-content .hero-desc {
  margin-bottom: 0;
}
.hero.hero-14 {
  height: 600px;
}
@media screen and (max-width:767.98px) {
  .hero.hero-14 {
    height: 100vh;
  }
}
.hero.hero-14 .hero-content .hero-action {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hero.hero-14 .hero-content .hero-action .btn:first-child {
  width: 218px;
}
.hero.hero-14 .hero-content .hero-action .btn:last-child {
  width: 176px;
}
.hero.hero-15 .hero-content .hero-action .btn:first-child {
  width: 190px;
}
.hero.hero-15 .hero-content .hero-action .btn:last-child {
  width: 172px;
}
.hero.hero-16 .hero-content .hero-action .btn {
  width: 260px;
}

/*------------------------------------*\
    #Awards
\*------------------------------------*/
.awards {
  padding-top: 116px;
  padding-bottom: 121px;
}
@media screen and (max-width:991.98px) {
  .awards {
    padding-top: 70px;
    padding-bottom: 61px;
  }
}
@media screen and (max-width:991.98px) {
  .awards .award {
    max-width: 370px;
    margin: 0 auto;
  }
}
.awards .award:hover .award-img {
  background-color: var(--global--color-primary);
}
.awards .award .award-img {
  padding: 45px 85px;
  background-color: #f4f4f4;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width:992px) and (max-width:1199.98px) {
  .awards .award .award-img {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media screen and (max-width:991.98px) {
  .awards .award .award-img {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.awards .award .award-img img {
  max-width: 100%;
}
.awards .award .award-content {
  padding: 29px 0 0;
}
@media screen and (max-width:991.98px) {
  .awards .award .award-content {
    text-align: center;
  }
}
.awards .award .award-content .award-title {
  margin-bottom: 19px;
}
.awards .award .award-content .award-title a {
  font-family: var(--global--font-heading);
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  color: var(--global--color-heading-light);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  text-transform: capitalize;
}
.awards .award .award-content .award-title a:hover {
  color: var(--global--color-primary);
}
.awards .award .award-content .award-desc {
  font-family: var(--global--font-body);
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: var(--global--color-body);
  margin-bottom: 0;
}

/*------------------------------------*\
#Highlights
\*------------------------------------*/
.highlights.highlights-1 {
  padding-top: 28px;
}
@media screen and (min-width:992px) {
  .highlights.highlights-1 .carousel-navs .owl-nav {
    position: absolute;
    right: 0;
    top: -103px;
  }
}
.highlights.highlights-1 .note {
  position: relative;
  z-index: 5;
}
@media screen and (min-width:992px) {
  .highlights.highlights-1 .note {
    margin-top: 4px;
  }
}

.highlight-panel {
  background-color: var(--global-color-white);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: relative;
  margin-bottom: 40px;
  -webkit-box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.09);
          box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.09);
}
@media screen and (max-width:991.98px) {
  .highlight-panel {
    max-width: 370px;
    margin: 0 auto 40px;
  }
}
@media screen and (max-width:767.98px) {
  .highlight-panel {
    margin: 0 auto 30px;
  }
}
.highlight-panel:hover {
  -webkit-box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.12);
          box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.12);
}
.highlight-panel:hover .highlight-img::before {
  opacity: 1;
  visibility: visible;
}
.highlight-panel:hover .highlight-img .highlight-more {
  opacity: 1;
  visibility: visible;
}
.highlight-panel .highlight-img {
  position: relative;
}
.highlight-panel .highlight-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(225deg, rgba(0, 0, 0, 0.2) 55%, rgba(0, 0, 0, 0.35) 100%);
  z-index: 2;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.highlight-panel .highlight-img img {
  width: 100%;
  height: 192px;
  -o-object-fit: cover;
     object-fit: cover;
}
.highlight-panel .highlight-img .highlight-more {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 68px;
  height: 68px;
  background: transparent;
  border-radius: 50%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
}
.highlight-panel .highlight-img .highlight-more i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 68px;
  height: 68px;
  background: var(--global--color-white);
  border-radius: 50%;
  color: var(--global--color-heading);
  font-size: 11px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.highlight-panel .highlight-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 33px 40px 33px;
  background-color: var(--global--color-white);
}
@media (min-width:992px) and (max-width:1199.98px) {
  .highlight-panel .highlight-content {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (max-width:991.98px) {
  .highlight-panel .highlight-content {
    text-align: center;
  }
}
.highlight-panel .highlight-content .highlight-body .highlight-name {
  font-family: var(--global--font-heading);
  font-weight: 700;
  font-size: 20px;
  line-height: 29px;
  text-transform: capitalize;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: relative;
  margin-bottom: 16px;
}
.highlight-panel .highlight-content .highlight-body .highlight-name a {
  color: var(--global--color-heading-light);
}
.highlight-panel .highlight-content .highlight-body .highlight-name a:hover {
  color: var(--global--color-primary);
}
.highlight-panel .highlight-content .highlight-body .highlight-desc {
  color: var(--global--color-body);
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 0px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

/*------------------------------------*\
    #Reviews
\*------------------------------------*/
.reviews {
  padding-top: 0;
  padding-bottom: 0;
  overflow: visible;
  z-index: 2;
}
.reviews .social-rates-wrapper {
  background-color: #f9f9f9;
}
.reviews .social-rates-wrapper .social-rates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 60px 0;
}
@media screen and (max-width:767.98px) {
  .reviews .social-rates-wrapper .social-rates {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.reviews .social-rates-wrapper .social-rates .rate-panel-wrapper {
  border-right: 2px solid #eaeaea;
  position: relative;
  padding: 0 35px;
  max-width: 280px;
}
.reviews .social-rates-wrapper .social-rates .rate-panel-wrapper:last-child {
  border-right: 0;
}
@media screen and (max-width:991.98px) {
  .reviews .social-rates-wrapper .social-rates .rate-panel-wrapper {
    padding: 0 15px;
  }
}
@media screen and (max-width:767.98px) {
  .reviews .social-rates-wrapper .social-rates .rate-panel-wrapper {
    padding: 25px 0;
    border-right: 0;
    border-bottom: 2px solid #eaeaea;
  }
  .reviews .social-rates-wrapper .social-rates .rate-panel-wrapper:first-child {
    padding-top: 0;
  }
  .reviews .social-rates-wrapper .social-rates .rate-panel-wrapper:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }
}
.reviews .social-rates-wrapper .social-rates .rate-panel-wrapper .rate-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.reviews .social-rates-wrapper .social-rates .rate-panel-wrapper .rate-panel img {
  max-width: 100%;
  margin-right: 13px;
}
@media screen and (max-width:767.98px) {
  .reviews .social-rates-wrapper .social-rates .rate-panel-wrapper .rate-panel img {
    margin-right: 20px;
  }
}
.reviews .social-rates-wrapper .social-rates .rate-panel-wrapper .rate-panel .rating-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 2;
}
.reviews .social-rates-wrapper .social-rates .rate-panel-wrapper .rate-panel .rate-body .rate-title {
  font-family: var(--global--font-body);
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: #616161;
  margin-bottom: 9px;
}
.reviews .social-rates-wrapper .social-rates .rate-panel-wrapper .rate-panel .rate-body .rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.reviews .social-rates-wrapper .social-rates .rate-panel-wrapper .rate-panel .rate-body .rating i {
  font-size: 12px;
  color: var(--global--color-body);
  margin-right: 5px;
}
.reviews .social-rates-wrapper .social-rates .rate-panel-wrapper .rate-panel .rate-body .rating i:last-child {
  margin-right: 0;
}
.reviews .social-rates-wrapper .social-rates .rate-panel-wrapper .rate-panel .rate-body .rating i.active {
  color: var(--global--color-primary);
}
.reviews .clients-reviews {
  padding-top: 90px;
  padding-bottom: 127px;
}
@media screen and (max-width:991.98px) {
  .reviews .clients-reviews {
    padding-top: 70px;
    padding-bottom: 67px;
  }
}
.reviews .clients-reviews .review-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 47px;
  border-bottom: 2px solid #eaeaea;
}
.reviews .clients-reviews .review-panel:first-child {
  padding-top: 0;
}
.reviews .clients-reviews .review-panel:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
@media screen and (max-width:767.98px) {
  .reviews .clients-reviews .review-panel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}
.reviews .clients-reviews .review-panel .review-icon {
  margin-right: 40px;
  width: 65px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width:767.98px) {
  .reviews .clients-reviews .review-panel .review-icon {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
  }
}
.reviews .clients-reviews .review-panel .review-icon img {
  max-width: 100%;
}
@media screen and (min-width:768px) {
  .reviews .clients-reviews .review-panel .review-body {
    -webkit-transform: translateY(-8px);
        -ms-transform: translateY(-8px);
            transform: translateY(-8px);
    margin-bottom: -8px;
  }
}
.reviews .clients-reviews .review-panel .review-body p {
  font-family: var(--global--font-heading);
  font-size: 21px;
  line-height: 32px;
  font-weight: 700;
  color: var(--global--color-heading-light);
  margin-bottom: 19px;
}
.reviews .clients-reviews .review-panel .review-body .review-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width:767.98px) {
  .reviews .clients-reviews .review-panel .review-body .review-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}
.reviews .clients-reviews .review-panel .review-body .review-content .rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
}
@media screen and (max-width:767.98px) {
  .reviews .clients-reviews .review-panel .review-body .review-content .rating {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.reviews .clients-reviews .review-panel .review-body .review-content .rating i {
  font-size: 12px;
  color: var(--global--color-body);
  margin-right: 5px;
}
.reviews .clients-reviews .review-panel .review-body .review-content .rating i:last-child {
  margin-right: 0;
}
.reviews .clients-reviews .review-panel .review-body .review-content .rating i.active {
  color: var(--global--color-primary);
}
.reviews .clients-reviews .review-panel .review-body .review-content .review-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.reviews .clients-reviews .review-panel .review-body .review-content .review-meta .review-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: var(--global--font-body);
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  color: var(--global--color-heading);
  margin-bottom: 0px;
  margin-right: 6px;
  text-transform: capitalize;
}
.reviews .clients-reviews .review-panel .review-body .review-content .review-meta .review-author::after {
  content: ",";
}
.reviews .clients-reviews .review-panel .review-body .review-content .review-meta .review-title {
  font-family: var(--global--font-body);
  font-size: 13px;
  line-height: 1;
  font-weight: 400;
  color: var(--global--color-body);
  margin-bottom: 0px;
  text-transform: capitalize;
}

/*------------------------------------*\
    #CASE STUDIES
\*------------------------------------*/
.case-studies {
  padding-top: 123px;
  padding-bottom: 104px;
  /* Gallery Filter */
}
@media screen and (max-width:991.98px) {
  .case-studies {
    padding-top: 63px;
    padding-bottom: 64px;
  }
}
.case-studies .case-studies-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width:991.98px) {
  .case-studies .case-studies-action {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width:767.98px) {
  .case-studies .case-studies-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.case-studies .case-studies-action .btn {
  width: 218px;
  height: 68px;
  margin-right: 30px;
}
@media screen and (max-width:767.98px) {
  .case-studies .case-studies-action .btn {
    margin-right: 0;
    margin-bottom: 25px;
    height: 60px;
    width: 200px;
  }
}
@media (min-width:992px) and (max-width:1199.98px) {
  .case-studies .case-studies-action .btn {
    width: 200px;
    margin-right: 15px;
  }
}
.case-studies .case-studies-action .contact-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.case-studies .case-studies-action .contact-num .contact-icon-wrapper {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 68px;
  height: 68px;
  background: transparent;
  border: 2px solid var(--global--color-primary);
  border-radius: 50%;
  margin-right: 10px;
}
.case-studies .case-studies-action .contact-num .contact-icon-wrapper .contact-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 46px;
  height: 46px;
  background: var(--global--color-heading);
  border-radius: 50%;
}
.case-studies .case-studies-action .contact-num .contact-icon-wrapper .contact-icon svg {
  color: var(--global--color-primary);
}
.case-studies .case-studies-action .contact-num .contact-body a {
  display: block;
  font-family: var(--global--font-heading);
  font-weight: 700;
  font-size: 17px;
  color: var(--global--color-heading-light);
  margin-bottom: 10px;
  line-height: 1;
}
.case-studies .case-studies-action .contact-num .contact-body .job-title {
  font-family: var(--global--font-secondary);
  font-weight: 400;
  font-size: 13px;
  color: var(--global--color-body);
  margin-bottom: 0;
  line-height: 1;
}
.case-studies .carousel .owl-stage-outer {
  overflow: visible;
}
.case-studies .carousel .owl-stage-outer .owl-item {
  opacity: 0;
}
.case-studies .carousel .owl-stage-outer .owl-item.active {
  opacity: 1;
}
.case-studies .gallery-filters {
  text-align: center;
  margin-bottom: 20px;
}
.case-studies .gallery-filters ul {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.case-studies .gallery-filters ul li {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 10px;
}
.case-studies .gallery-filters ul li:last-child {
  margin-right: 0;
}
.case-studies .gallery-filters ul li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 32px;
  background-color: transparent;
  font-family: var(--global--font-body);
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  color: var(--global--color-heading);
  text-transform: capitalize;
  padding: 0px 15px;
  background-color: transparent;
  border-radius: 3px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.case-studies .gallery-filters ul li a.active-filter {
  background-color: var(--global--color-primary);
}
.case-studies.case-studies-1 .divider {
  height: 1px;
  background-color: rgb(234, 234, 234);
  margin-top: 70px;
  margin-bottom: 62px;
}
.case-studies.case-studies-1 .advantages-list {
  margin-bottom: 32px;
}
@media screen and (max-width:767.98px) {
  .case-studies.case-studies-1 .advantages-list {
    max-width: 550px;
    margin: 0 auto 32px;
  }
}
.case-studies.case-studies-2 {
  padding-top: 136px;
  padding-bottom: 0px;
  overflow: visible;
  z-index: 5;
}
@media screen and (max-width:991.98px) {
  .case-studies.case-studies-2 {
    padding-top: 63px;
    padding-bottom: 0px;
  }
}
.case-studies.case-studies-2 .case-entry {
  margin-bottom: 32px;
}
@media screen and (min-width:992px) {
  .case-studies.case-studies-2 .carousel .owl-nav {
    position: absolute;
    top: 0;
    right: 50px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (max-width:991.98px) {
  .case-studies.case-studies-2 .carousel .owl-nav {
    display: none;
  }
}
.case-studies.case-studies-2 .carousel .owl-nav .owl-prev,
.case-studies.case-studies-2 .carousel .owl-nav .owl-next {
  border: 10px solid #000;
  width: 78px;
  height: 78px;
}
.case-studies.case-studies-2 .carousel .owl-nav .owl-prev {
  margin-right: 0;
}
@media screen and (min-width:992px) {
  .case-studies.case-studies-2 .carousel .owl-dots {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: absolute;
    bottom: -13px;
    width: 100%;
  }
}
@media screen and (max-width:991.98px) {
  .case-studies.case-studies-2 .carousel .owl-dots {
    margin-bottom: 32px;
  }
}
.case-studies.case-studies-2 .note {
  margin-bottom: 122px;
}
@media screen and (max-width:991.98px) {
  .case-studies.case-studies-2 .note {
    margin-bottom: 72px;
  }
}
@media screen and (min-width:992px) {
  .case-studies.case-studies-2 .testimonial-1 {
    -webkit-transform: translateY(130px);
        -ms-transform: translateY(130px);
            transform: translateY(130px);
    margin-top: -130px;
  }
}
.case-studies.case-studies-3 {
  padding-top: 128px;
  padding-bottom: 110px;
}
@media screen and (max-width:991.98px) {
  .case-studies.case-studies-3 {
    padding-top: 63px;
    padding-bottom: 70px;
  }
}
.case-studies.case-studies-3 .btn {
  margin-top: 10px;
  width: 218px;
  height: 68px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.case-studies.case-studies-4 {
  padding-top: 100px;
  padding-bottom: 110px;
}
@media screen and (max-width:991.98px) {
  .case-studies.case-studies-4 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.case-entry {
  margin-bottom: 40px;
  position: relative;
  background-color: var(--global--color-white);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.09);
          box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.09);
}
@media screen and (max-width:991.98px) {
  .case-entry {
    max-width: 370px;
    margin: 0 auto 40px;
    text-align: center;
  }
}
.case-entry:hover {
  -webkit-box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.12);
          box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.12);
}
.case-entry:hover .entry-img .entry-img-holder img {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}
.case-entry:hover .entry-content .entry-body .entry-more a {
  color: var(--global--color-white);
  background-color: var(--global--color-heading);
  border-color: var(--global--color-heading);
}
.case-entry:hover .entry-content .entry-body .entry-more a i {
  color: var(--global--color-white);
}
.case-entry .entry-img {
  position: relative;
}
.case-entry .entry-img .entry-img-holder {
  overflow: hidden;
}
.case-entry .entry-img .entry-img-holder img {
  -webkit-transition: -webkit-transform 0.35s ease-in-out;
  transition: -webkit-transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
  width: 100%;
  -webkit-transform: scale3d(1.05, 1.05, 1);
          transform: scale3d(1.05, 1.05, 1);
  height: 267px;
  -o-object-fit: cover;
     object-fit: cover;
}
.case-entry .entry-img a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 4;
}
.case-entry .entry-content {
  padding: 32px 40px 40px;
  position: relative;
  z-index: 6;
}
@media (min-width:992px) and (max-width:1199.98px) {
  .case-entry .entry-content {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (max-width:991.98px) {
  .case-entry .entry-content {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.case-entry .entry-content .entry-category {
  position: absolute;
  left: 40px;
  top: -40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0px;
  text-transform: capitalize;
  height: 40px;
  padding: 0 15px;
  background-color: var(--global--color-primary);
  border-radius: 3px 3px 0 0;
}
@media (min-width:992px) and (max-width:1199.98px) {
  .case-entry .entry-content .entry-category {
    left: 25px;
  }
}
@media screen and (max-width:991.98px) {
  .case-entry .entry-content .entry-category {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.case-entry .entry-content .entry-category a {
  position: relative;
  color: var(--global--color-heading);
  font-family: var(--global--font-body);
  font-size: 13px;
  font-weight: 400;
  line-height: 26px;
  text-transform: capitalize;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.case-entry .entry-content .entry-category a::after {
  content: ", ";
  position: relative;
  margin-right: 4px;
}
.case-entry .entry-content .entry-category a:last-of-type::after {
  content: "";
}
.case-entry .entry-content .entry-category a:hover {
  color: var(--global--color-white);
}
.case-entry .entry-content .entry-body .entry-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  text-transform: capitalize;
  margin-bottom: 16px;
}
.case-entry .entry-content .entry-body .entry-title a {
  color: var(--global--color-heading);
}
.case-entry .entry-content .entry-body .entry-title a:hover {
  color: var(--global--color-primary);
}
.case-entry .entry-content .entry-body .entry-bio {
  font-family: var(--global--font-body);
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  color: var(--global--color-body);
  margin-bottom: 23px;
}
.case-entry .entry-content .entry-body .entry-more a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-color: #bcbcbc;
  height: 58px;
  width: 170px;
  padding: 0 15px;
  position: relative;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  color: var(--global--color-heading);
}
.case-entry .entry-content .entry-body .entry-more a::before {
  content: unset;
}
.case-entry .entry-content .entry-body .entry-more a i {
  color: var(--global--color-heading);
}
.case-entry.case-entry-2 {
  background-color: transparent;
  -webkit-box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.12);
          box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.12);
  height: 487px;
}
.case-entry.case-entry-2:hover .entry-content .entry-body {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.case-entry.case-entry-2:hover .entry-content .entry-body .entry-more {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.case-entry.case-entry-2 .entry-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: transparent;
}
.case-entry.case-entry-2 .entry-img .entry-img-holder::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.35)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 55%, rgba(0, 0, 0, 0.35) 100%);
  z-index: 2;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.case-entry.case-entry-2 .entry-img .entry-img-holder img {
  height: 487px;
}
.case-entry.case-entry-2 .entry-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 50px 50px 43px;
}
@media screen and (max-width:991.98px) {
  .case-entry.case-entry-2 .entry-content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.case-entry.case-entry-2 .entry-content .entry-category {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: relative;
  left: auto;
  top: auto;
}
@media screen and (max-width:991.98px) {
  .case-entry.case-entry-2 .entry-content .entry-category {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}
.case-entry.case-entry-2 .entry-content .entry-body {
  -webkit-transform: translateY(40px);
      -ms-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (min-width:1200px) {
  .case-entry.case-entry-2 .entry-content .entry-body .entry-title {
    max-width: 70%;
  }
}
.case-entry.case-entry-2 .entry-content .entry-body .entry-title a {
  color: var(--global--color-white);
}
.case-entry.case-entry-2 .entry-content .entry-body .entry-bio {
  color: #f9f9f9;
  margin-bottom: 17px;
}
@media screen and (min-width:1200px) {
  .case-entry.case-entry-2 .entry-content .entry-body .entry-bio {
    max-width: 80%;
  }
}
.case-entry.case-entry-2 .entry-content .entry-body .entry-more {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
          transform: translateY(5px);
}
.case-entry.case-entry-2 .entry-content .entry-body .entry-more .btn {
  background-color: transparent;
  padding: 0;
  width: auto;
  height: auto;
  color: var(--global--color-white);
  border: 0;
}
.case-entry.case-entry-2 .entry-content .entry-body .entry-more .btn:hover i {
  -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
          transform: translateX(5px);
}
.case-entry.case-entry-2 .entry-content .entry-body .entry-more .btn i {
  color: var(--global--color-white);
}
.case-entry.case-entry-3 {
  background-color: transparent;
  -webkit-box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.09);
          box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.09);
  height: 420px;
}
.case-entry.case-entry-3:hover {
  -webkit-box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.12);
          box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.12);
}
.case-entry.case-entry-3:hover .entry-img .entry-img-holder::before {
  opacity: 1;
  visibility: visible;
}
.case-entry.case-entry-3:hover .entry-img .entry-more {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}
.case-entry.case-entry-3:hover .entry-content {
  background-color: transparent;
}
.case-entry.case-entry-3:hover .entry-content .entry-category a {
  color: var(--global--color-primary);
}
.case-entry.case-entry-3:hover .entry-content .entry-body .entry-title a {
  color: var(--global--color-white);
}
.case-entry.case-entry-3 .entry-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: transparent;
}
.case-entry.case-entry-3 .entry-img .entry-img-holder::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.85)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 55%, rgba(0, 0, 0, 0.85) 100%);
  z-index: 2;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.case-entry.case-entry-3 .entry-img .entry-img-holder img {
  height: 420px;
}
.case-entry.case-entry-3 .entry-img .entry-more {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
      -ms-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 68px;
  height: 68px;
  background: transparent;
  border-radius: 50%;
  transition: 0.3s ease-in-out;
  z-index: 5;
}
.case-entry.case-entry-3 .entry-img .entry-more i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 68px;
  height: 68px;
  background: var(--global--color-white);
  border-radius: 50%;
  color: var(--global--color-heading);
  font-size: 12px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.case-entry.case-entry-3 .entry-content {
  background-color: var(--global--color-white);
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 32px 40px 33px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width:1199.98px) {
  .case-entry.case-entry-3 .entry-content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.case-entry.case-entry-3 .entry-content .entry-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: relative;
  left: auto;
  top: auto;
  padding: 0;
  background-color: transparent;
  height: auto;
  width: auto;
  margin-bottom: 5px;
}
@media screen and (min-width:992px) {
  .case-entry.case-entry-3 .entry-content .entry-category {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
  }
}
@media screen and (max-width:991.98px) {
  .case-entry.case-entry-3 .entry-content .entry-category {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}
.case-entry.case-entry-3 .entry-content .entry-category a {
  color: var(--global--color-heading);
}
.case-entry.case-entry-3 .entry-content .entry-body {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.case-entry.case-entry-3 .entry-content .entry-body .entry-title {
  margin-bottom: 0;
}
.case-entry.case-entry-3 .entry-content .entry-body .entry-title a {
  color: var(--global--color-heading);
}

.case-study-head {
  padding-top: 0;
  padding-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 660px;
  position: relative;
  padding-top: 110px;
}
@media screen and (max-width:991.98px) {
  .case-study-head {
    height: 80vh;
    padding-top: 80px;
  }
}
@media screen and (max-width:767.98px) {
  .case-study-head {
    height: 100vh;
  }
}
@media screen and (max-width:991.98px) {
  .case-study-head .case-study-head-content {
    text-align: center;
  }
}
.case-study-head .case-study-head-content .case-head-category {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0px;
  text-transform: capitalize;
  height: 30px;
  padding: 0 10px;
  background-color: var(--global--color-primary);
  border-radius: 3px;
  margin-bottom: 20px;
}
.case-study-head .case-study-head-content .case-head-category a {
  position: relative;
  color: var(--global--color-heading);
  font-family: var(--global--font-body);
  font-size: 13px;
  font-weight: 400;
  line-height: 26px;
  text-transform: capitalize;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.case-study-head .case-study-head-content .case-head-category a::after {
  content: ", ";
  position: relative;
  margin-right: 4px;
}
.case-study-head .case-study-head-content .case-head-category a:last-of-type::after {
  content: "";
}
.case-study-head .case-study-head-content .case-head-title {
  font-family: var(--global--font-heading);
  color: var(--global--color-white);
  font-weight: 700;
  font-size: 42px;
  line-height: 50px;
  margin-bottom: 24px;
  text-transform: capitalize;
}
@media (min-width:992px) and (max-width:1199.98px) {
  .case-study-head .case-study-head-content .case-head-title {
    font-size: 35px;
    line-height: 1.4;
  }
}
@media screen and (max-width:767.98px) {
  .case-study-head .case-study-head-content .case-head-title {
    font-size: 32px;
    line-height: 1.4;
  }
}
.case-study-head .case-study-head-content .case-head-desc {
  font-family: var(--global--font-body);
  color: #f9f9f9;
  font-size: 17px;
  font-weight: 700;
  line-height: 27px;
  margin-bottom: 0px;
}
.case-study-head .case-study-head-content .case-head-scroll-down {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width:991.98px) {
  .case-study-head .case-study-head-content .case-head-scroll-down {
    bottom: 25px;
  }
}
.case-study-head .case-study-head-content .case-head-scroll-down a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 58px;
  height: 58px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.case-study-head .case-study-head-content .case-head-scroll-down a:hover {
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
}

.case-study-body {
  padding-top: 124px;
  padding-bottom: 125px;
}
@media screen and (max-width:991.98px) {
  .case-study-body {
    padding-top: 64px;
    padding-bottom: 65px;
  }
}
.case-study-body .entry-infos {
  margin-bottom: 43px;
}
@media screen and (max-width:991.98px) {
  .case-study-body .entry-infos {
    text-align: center;
  }
}
.case-study-body .entry-infos .entry-title {
  font-family: var(--global--font-heading);
  font-size: 24px;
  line-height: 29px;
  font-weight: 700;
  color: var(--global--color-heading-darken);
  margin-bottom: 18px;
  text-transform: capitalize;
}
.case-study-body .entry-infos .entry-desc {
  font-family: var(--global--font-body);
  font-size: 17px;
  line-height: 27px;
  font-weight: 400;
  color: var(--global--color-body);
  margin-bottom: 26px;
}
.case-study-body .entry-infos .entry-desc:last-child {
  margin-bottom: 0;
}
.case-study-body .entry-infos .advantages-list {
  margin-top: 2px;
}
.case-study-body .entry-carousel {
  margin-bottom: 64px;
}
.case-study-body .entry-carousel img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 40px;
}

/*------------------------------------*\
    #Projects Gallery
\*------------------------------------*/
.projects-gallery {
  padding: 110px 0;
}
@media screen and (max-width:991.98px) {
  .projects-gallery {
    padding: 70px 0;
  }
}
.projects-gallery .project-panel {
  position: relative;
  margin-bottom: 40px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width:991.98px) {
  .projects-gallery .project-panel {
    max-width: 370px;
    margin: 0 auto 40px;
  }
}
.projects-gallery .project-panel:hover .project-img::before {
  opacity: 1;
  visibility: visible;
}
.projects-gallery .project-panel:hover .project-img .project-zoom {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}
.projects-gallery .project-panel .project-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.35)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 55%, rgba(0, 0, 0, 0.35) 100%);
  z-index: 2;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.projects-gallery .project-panel .project-img img {
  border-radius: 6px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 267px;
  width: 100%;
}
.projects-gallery .project-panel .project-img .project-zoom {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
      -ms-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.projects-gallery .project-panel .project-img .project-zoom i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 68px;
  height: 68px;
  background: var(--global--color-white);
  border-radius: 50%;
  color: var(--global--color-heading);
  font-size: 12px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.projects-gallery .project-panel .project-img .project-zoom a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.projects-gallery .btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 150px;
  height: 68px;
}

/*------------------------------------*\
#CTA
\*------------------------------------*/
.cta {
  padding-top: 130px;
  padding-bottom: 110px;
  position: relative;
  overflow: visible;
  z-index: 5;
}
@media screen and (max-width:991.98px) {
  .cta {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.cta .cta-wrapper {
  position: relative;
}
.cta .advantages-list {
  margin-bottom: 32px;
}
.cta .cta-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width:991.98px) {
  .cta .cta-action {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width:767.98px) {
  .cta .cta-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.cta .cta-action .btn {
  width: 228px;
  height: 68px;
  margin-right: 30px;
  padding: 0 15px;
}
@media screen and (max-width:767.98px) {
  .cta .cta-action .btn {
    margin-right: 0;
    margin-bottom: 25px;
    height: 60px;
    width: 220px;
  }
}
@media (min-width:992px) and (max-width:1199.98px) {
  .cta .cta-action .btn {
    width: 220px;
    margin-right: 15px;
  }
}
.cta .cta-action .btn:last-child {
  margin-right: 0;
}
@media screen and (max-width:767.98px) {
  .cta .cta-action .btn:last-child {
    margin-bottom: 0;
  }
}
.cta .cta-img-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width:992px) {
  .cta .cta-img-holder {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: absolute;
    top: 0;
    left: 0;
    max-width: 50%;
    z-index: 7;
  }
}
.cta .cta-img-holder .cta-img {
  position: relative;
}
@media screen and (max-width:991.98px) {
  .cta .cta-img-holder .cta-img {
    margin: 0 auto 50px;
  }
}
.cta .cta-img-holder .cta-img img {
  width: 100%;
  border-radius: 0px;
  height: 529px;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 1;
}
@media screen and (max-width:991.98px) {
  .cta .cta-img-holder .cta-img img {
    max-width: 550px;
    height: 550px;
    margin: 0 auto;
  }
}
@media screen and (max-width:767.98px) {
  .cta .cta-img-holder .cta-img img {
    max-width: 100%;
  }
}
.cta .cta-img-holder .cta-img .edge-shape {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
  width: 110px;
  height: 110px;
}
.cta .cta-img-holder .cta-img .cta-banner-holder {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: var(--global--color-primary);
  max-width: 250px;
  z-index: 5;
  padding: 33px 40px 12px;
}
.cta .cta-img-holder .cta-img .cta-banner-holder .banner-title {
  font-family: var(--global--font-heading);
  font-weight: 700;
  font-size: 20px;
  line-height: 29px;
  color: var(--global--color-white);
  margin-bottom: 19px;
}
.cta .cta-img-holder .cta-img .cta-banner-holder .banner-desc {
  margin-bottom: 35px;
  color: #f9f9f9;
  font-size: 14px;
  line-height: 22px;
}
.cta .cta-img-holder .cta-img .cta-banner-holder .btn {
  width: 100%;
  margin-bottom: 14px;
}
.cta .cta-img-holder .cta-img .cta-banner-holder .banner-note {
  font-size: 13px;
  line-height: 24px;
  color: var(--global--color-heading);
  margin-bottom: 0;
}
.cta.cta-2 {
  padding: 0;
  position: relative;
  background-color: var(--global--color-primary);
}
@media screen and (min-width:992px) {
  .cta.cta-2 {
    -webkit-transform: translateY(109px);
        -ms-transform: translateY(109px);
            transform: translateY(109px);
    margin-top: -109px;
    background-color: transparent;
  }
}
.cta.cta-2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--global--color-primary);
  height: 100%;
  width: 50%;
}
.cta.cta-2 .cta-wrapper {
  background-color: var(--global--color-primary);
  padding-top: 122px;
  padding-bottom: 120px;
  position: relative;
  -webkit-clip-path: polygon(90% 0, 100% 18%, 100% 100%, 0 100%, 0 0);
          clip-path: polygon(90% 0, 100% 18%, 100% 100%, 0 100%, 0 0);
}
@media screen and (max-width:991.98px) {
  .cta.cta-2 .cta-wrapper {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.cta.cta-2 .cta-wrapper .cta-newsletter {
  margin-top: 46px;
}
@media screen and (max-width:991.98px) {
  .cta.cta-2 .cta-wrapper .cta-newsletter {
    margin-bottom: 40px;
  }
}
.cta.cta-2 .cta-wrapper .cta-newsletter .form-newsletter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 22px;
}
@media screen and (max-width:767.98px) {
  .cta.cta-2 .cta-wrapper .cta-newsletter .form-newsletter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.cta.cta-2 .cta-wrapper .cta-newsletter .form-newsletter .form-control {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #616161;
  font-size: 15px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1;
  width: 290px;
  height: 68px;
  padding: 25px 25px 25px 40px;
  background-color: var(--global--color-white);
  border-radius: 3px;
  margin-bottom: 0;
  margin-right: 30px;
}
@media screen and (max-width:991.98px) {
  .cta.cta-2 .cta-wrapper .cta-newsletter .form-newsletter .form-control {
    padding-left: 25px;
  }
}
@media screen and (max-width:767.98px) {
  .cta.cta-2 .cta-wrapper .cta-newsletter .form-newsletter .form-control {
    margin-bottom: 25px;
    margin-right: 0px;
  }
}
.cta.cta-2 .cta-wrapper .cta-newsletter .form-newsletter .form-control::-webkit-input-placeholder {
  color: #616161;
  font-size: 15px;
  font-weight: 700;
  text-transform: capitalize;
}
.cta.cta-2 .cta-wrapper .cta-newsletter .form-newsletter .form-control:-moz-placeholder {
  color: #616161;
  font-size: 15px;
  font-weight: 700;
  text-transform: capitalize;
}
.cta.cta-2 .cta-wrapper .cta-newsletter .form-newsletter .form-control:-ms-input-placeholder {
  color: #616161;
  font-size: 15px;
  font-weight: 700;
  text-transform: capitalize;
}
.cta.cta-2 .cta-wrapper .cta-newsletter .form-newsletter .btn {
  width: 214px;
  height: 68px;
}
.cta.cta-2 .cta-wrapper .cta-newsletter .form-newsletter .btn::before {
  background-color: var(--global--color-white);
}
.cta.cta-2 .cta-wrapper .cta-newsletter p {
  font-weight: 700;
  font-size: 15px;
  color: var(--global--color-heading-light);
  margin-bottom: 0;
}
.cta.cta-2 .cta-wrapper .video-btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.cta.cta-2 .cta-wrapper .video-btn-wrapper .btn--video {
  background-color: var(--global--color-white);
  width: 128px;
  height: 128px;
}
@media screen and (max-width:767.98px) {
  .cta.cta-2 .cta-wrapper .video-btn-wrapper .btn--video {
    width: 80px;
    height: 80px;
  }
}

.call-to-action .cta-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width:991.98px) {
  .call-to-action .cta-action {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width:767.98px) {
  .call-to-action .cta-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.call-to-action .cta-action .btn {
  width: 260px;
  height: 68px;
  margin-right: 30px;
  padding: 0 15px;
}
@media screen and (max-width:767.98px) {
  .call-to-action .cta-action .btn {
    margin-right: 0;
    margin-bottom: 25px;
    height: 60px;
    width: 220px;
  }
}
@media (min-width:992px) and (max-width:1199.98px) {
  .call-to-action .cta-action .btn {
    width: 220px;
    margin-right: 15px;
  }
}
.call-to-action .cta-action .btn:last-child {
  margin-right: 0;
  width: 154px;
}
@media screen and (max-width:767.98px) {
  .call-to-action .cta-action .btn:last-child {
    margin-bottom: 0;
  }
}
.cta-banner {
    position: absolute;
    bottom: 30px;
    right: 30px;
    background-color: #ffffff !important;
    width: 100% !important;
    max-width: 380px !important; /* İdeal genişlik */
    min-height: 180px; /* Metinler için garanti alan */
    z-index: 10;
    padding: 0 !important; /* İçerik yönetimini body'e bıraktık */
    border-radius: 16px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
    border-left: 6px solid #FED000; /* Sarıyı sola çekerek daha modern bir vurgu yaptık */
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.cta-banner .cta-body {
    padding: 30px 25px !important; 
    margin: 0 !important;
    width: 100%;
    display: block;
}

.cta-banner .cta-body .cta-name {
    font-family: 'Poppins', sans-serif !important;
    font-size: 20px;
    font-weight: 800 !important;
    color: #000000 !important;
    margin-bottom: 10px;
    line-height: 1.2;
    display: block;
}

.cta-banner .cta-body .cta-desc {
    font-family: 'Poppins', sans-serif !important;
    font-size: 14.5px;
    line-height: 1.6 !important; 
    color: #444444 !important;
    font-weight: 500;
    margin: 0 !important;
    display: block;
    height: auto !important; 
    overflow: visible !important;
}
.cta-banner .owl-dots {
    position: absolute;
    bottom: 15px;
    right: 20px;
    line-height: 0;
}

.cta-banner .owl-dots .owl-dot span {
    background: #e0e0e0;
    width: 8px;
    height: 8px;
    margin: 0 3px;
    transition: 0.3s;
}

.cta-banner .owl-dots .owl-dot.active span {
    background: #FED000; /* Aktif nokta sarı */
    width: 18px; /* Aktif olanı uzatarak modern bir hava kat */
}

/* Mobil görünüm */
@media screen and (max-width: 767.98px) {
    .cta-banner {
        position: relative;
        bottom: 0;
        right: 0;
        /* Ekrandan her iki yanda 20px boşluk kalacak şekilde genişlik */
        width: calc(100% - 40px) !important; 
        margin: 40px auto 30px auto !important; /* Üst-alt 0/30px, sağ-sol otomatik */
        border-radius: 12px;
        border-left: none;
        border-top: 5px solid #FED000;
        float: none; /* Varsa float'ı temizle */
        display: block;
    }
    
    .cta-banner .cta-body {
        padding: 25px 20px !important;
    }
}
@media screen and (min-width:992px) {
  .cta-banner .carousel-dots .owl-dots {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.cta-banner .carousel-dots .owl-dots .owl-dot span {
  background-color: #505050;
  position: relative;
}
.cta-banner .carousel-dots .owl-dots .owl-dot span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 2px;
  width: 0px;
  height: 6px;
  background-color: var(--global--color-primary);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.cta-banner .carousel-dots .owl-dots .owl-dot.active span {
  background-color: #505050;
}
.cta-banner .carousel-dots .owl-dots .owl-dot.active span::before {
  width: 30px;
}

/*------------------------------------*\
#Counters
\*------------------------------------*/
.counters {
  padding-top: 260px;
  padding-bottom: 122px;
}
@media screen and (max-width:991.98px) {
  .counters {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.counters .counter-img-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.counters .counter-img-holder .counter-img {
  position: relative;
}
@media screen and (max-width:991.98px) {
  .counters .counter-img-holder .counter-img {
    margin: 0 auto 0px;
  }
}
.counters .counter-img-holder .counter-img img {
  border-radius: 0px;
  height: 520px;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 1;
}
@media screen and (max-width:991.98px) {
  .counters .counter-img-holder .counter-img img {
    max-width: 550px;
    margin: 0 auto;
  }
}
@media screen and (max-width:767.98px) {
  .counters .counter-img-holder .counter-img img {
    max-width: 100%;
  }
}
.counters .counter-img-holder .counter-img .edge-shape {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  width: 110px;
  height: 110px;
}
.counters .counter-img-holder .counter-img .counters-holder {
  position: absolute;
  left: 40px;
  bottom: 0;
  background-color: var(--global--color-primary);
  max-width: 210px;
  padding: 32px 30px 40px;
  z-index: 5;
}
.counters .counter-img-holder .counter-img .counters-holder::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 40px;
  height: 30px;
  background-color: var(--global--color-primary);
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
          clip-path: polygon(100% 0, 0 0, 0 100%);
}
.counters .counter-img-holder .counter-img .counters-holder .counter .counter-num {
  font-family: var(--global--font-heading);
  font-weight: 600;
  font-size: 50px;
  color: var(--global--color-heading-darken);
  margin-bottom: 19px;
}
.counters .counter-img-holder .counter-img .counters-holder .counter .counter-name h3 {
  font-family: var(--global--font-body);
  font-weight: 700;
  font-size: 15px;
  line-height: 25px;
  color: var(--global--color-heading-light);
  margin-bottom: 0;
}
.counters .counter-img-holder .counter-img .counters-holder .owl-dots {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 23px;
}
.counters.counters-1 .advantages-list {
  margin-bottom: 34px;
}
.counters.counters-2 {
  padding-top: 130px;
}
@media screen and (max-width:991.98px) {
  .counters.counters-2 {
    padding-top: 70px;
  }
}
.counters.counters-2 .advantages-list {
  margin-bottom: 34px;
}

/*------------------------------------*\
#How Works
\*------------------------------------*/
.how-works {
  padding-top: 0px;
  padding-bottom: 250px;
  position: relative;
  overflow: visible;
  z-index: 5;
}
@media screen and (max-width:991.98px) {
  .how-works {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.how-works .how-works-wrapper {
  position: relative;
}
.how-works .how-works-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width:991.98px) {
  .how-works .how-works-action {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width:767.98px) {
  .how-works .how-works-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.how-works .how-works-action .btn {
  width: 240px;
  height: 68px;
  margin-right: 30px;
  padding: 0 15px;
}
@media screen and (max-width:767.98px) {
  .how-works .how-works-action .btn {
    margin-right: 0;
    margin-bottom: 25px;
    height: 60px;
    width: 220px;
  }
}
@media (min-width:992px) and (max-width:1199.98px) {
  .how-works .how-works-action .btn {
    width: 220px;
    margin-right: 15px;
  }
}
.how-works .how-works-action .btn:last-child {
  width: 238px;
  margin-right: 0;
}
@media (min-width:992px) and (max-width:1199.98px) {
  .how-works .how-works-action .btn:last-child {
    width: 220px;
  }
}
@media screen and (max-width:767.98px) {
  .how-works .how-works-action .btn:last-child {
    margin-bottom: 0;
  }
}
.how-works .how-works-img-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width:992px) {
  .how-works .how-works-img-holder {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: absolute;
    top: 0;
    left: 0;
    max-width: 41%;
    z-index: 7;
  }
}
.how-works .how-works-img-holder .how-works-img {
  position: relative;
}
@media screen and (max-width:991.98px) {
  .how-works .how-works-img-holder .how-works-img {
    margin: 0 auto 50px;
  }
}
.how-works .how-works-img-holder .how-works-img img {
  width: 100%;
  border-radius: 0px;
  height: 890px;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 1;
}
@media screen and (max-width:991.98px) {
  .how-works .how-works-img-holder .how-works-img img {
    max-width: 550px;
    height: 550px;
    margin: 0 auto;
  }
}
@media screen and (max-width:767.98px) {
  .how-works .how-works-img-holder .how-works-img img {
    max-width: 100%;
  }
}
.how-works .how-works-img-holder .how-works-img .edge-shape {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
  width: 110px;
  height: 110px;
}
.how-works .how-works-img-holder .how-works-img .btn--video {
  width: 128px;
  height: 128px;
  background-color: var(--global--color-white);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.12);
          box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.12);
  z-index: 5;
}
@media screen and (min-width:992px) {
  .how-works .work-steps-wrapper {
    -webkit-transform: translate(-79px, 74px);
        -ms-transform: translate(-79px, 74px);
            transform: translate(-79px, 74px);
    margin-bottom: -100px;
    position: relative;
    z-index: 10;
  }
}
@media (min-width:992px) and (max-width:1199.98px) {
  .how-works .work-steps-wrapper {
    -webkit-transform: translate(-107px, 83px);
        -ms-transform: translate(-107px, 83px);
            transform: translate(-107px, 83px);
  }
}
.how-works .work-steps-wrapper .work-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width:767.98px) {
  .how-works .work-steps-wrapper .work-step {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.how-works .work-steps-wrapper .work-step:first-child .step-num {
  border-top: 1px solid var(--global--color-primary);
}
.how-works .work-steps-wrapper .work-step:first-child .step-info {
  border-top: 1px solid #eaeaea;
}
.how-works .work-steps-wrapper .work-step .step-num {
  width: 150px;
  min-height: 221px;
  background-color: var(--global--color-primary);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid #eaeaea;
}
@media screen and (max-width:767.98px) {
  .how-works .work-steps-wrapper .work-step .step-num {
    width: 100%;
    border-bottom: 0;
    min-height: 70px;
  }
}
.how-works .work-steps-wrapper .work-step .step-num h3 {
  font-family: var(--global--font-heading);
  font-weight: 500;
  font-size: 60px;
  color: var(--global--color-white);
  margin-bottom: 0;
}
@media screen and (max-width:767.98px) {
  .how-works .work-steps-wrapper .work-step .step-num h3 {
    font-size: 40px;
  }
}
.how-works .work-steps-wrapper .work-step .step-info {
  border-bottom: 1px solid #eaeaea;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 118px;
  padding-right: 30px;
}
@media screen and (min-width:992px) {
  .how-works .work-steps-wrapper .work-step .step-info {
    height: 221px;
  }
}
@media (min-width:992px) and (max-width:1199.98px) {
  .how-works .work-steps-wrapper .work-step .step-info {
    padding-left: 117px;
    padding-right: 0px;
  }
}
@media screen and (max-width:991.98px) {
  .how-works .work-steps-wrapper .work-step .step-info {
    padding: 40px;
  }
}
@media screen and (max-width:767.98px) {
  .how-works .work-steps-wrapper .work-step .step-info {
    padding: 40px 25px;
    text-align: center;
  }
}
.how-works .work-steps-wrapper .work-step .step-info .step-title {
  font-family: var(--global--font-heading);
  font-weight: 700;
  font-size: 22px;
  line-height: 29px;
  color: var(--global--color-heading-light);
  margin-bottom: 28px;
}
.how-works .work-steps-wrapper .work-step .step-info .step-desc {
  font-family: var(--global--font-body);
  font-size: 16px;
  line-height: 26px;
  color: var(--global--color-body);
  margin-bottom: 0;
}
.how-works.how-works-2 {
  padding-top: 130px;
}
@media screen and (max-width:991.98px) {
  .how-works.how-works-2 {
    padding-top: 70px;
  }
}
.how-works.how-works-3 {
  padding-top: 260px;
  z-index: 4;
}
@media screen and (max-width:991.98px) {
  .how-works.how-works-3 {
    padding-top: 70px;
  }
}

/*------------------------------------*\
# Solutions
\*------------------------------------*/
.solutions {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  overflow: visible;
  z-index: 5;
  background: #161616;
}
@media screen and (max-width:991.98px) {
  .solutions {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.solutions .solutions-wrapper {
  position: relative;
}
@media screen and (min-width:992px) {
  .solutions .solutions-wrapper {
    min-height: 830px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.solutions .solutions-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width:991.98px) {
  .solutions .solutions-tags {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 50px;
  }
}
.solutions .solutions-tags .btn {
  background-color: #eaeaea;
  color: var(--global--color-heading);
  height: 58px;
  width: auto;
  margin-bottom: 20px;
  margin-right: 20px;
  padding: 0 25px;
}
@media (min-width: 992px) and (max-width: 1399.98px) {
  .solutions .solutions-tags .btn {
    margin-right: 10px;
    padding: 0 20px;
  }
}
.solutions .solutions-tags .btn:hover {
  background-color: var(--global--color-primary);
  color: var(--global--color-white);
}
.solutions .solutions-img-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width:992px) {
  .solutions .solutions-img-holder {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: absolute;
    top: 0;
    right: 0;
    max-width: 50%;
    z-index: 7;
  }
}
.solutions .solutions-img-holder .solutions-img {
  position: relative;
}
@media screen and (max-width:991.98px) {
  .solutions .solutions-img-holder .solutions-img {
    margin: 0 auto 0px;
  }
}
.solutions .solutions-img-holder .solutions-img img {
  width: 100%;
  border-radius: 0px;
  height: 940px;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 1;
}
@media screen and (max-width:991.98px) {
  .solutions .solutions-img-holder .solutions-img img {
    max-width: 550px;
    height: 650px;
    margin: 0 auto;
  }
}
@media screen and (max-width:767.98px) {
  .solutions .solutions-img-holder .solutions-img img {
    max-width: 100%;
  }
}
.solutions .solutions-img-holder .solutions-img .edge-shape {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
  width: 110px;
  height: 110px;
}
.solutions .solutions-img-holder .solutions-img .btn--video {
  width: 128px;
  height: 128px;
  background-color: var(--global--color-white);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.12);
          box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.12);
  z-index: 5;
}

/*------------------------------------*\
	#Blog Section
\*------------------------------------*/
.blog {
  padding: 80px 0 45px;
}
.blog .more-blogs {
  text-align: center;
}
.blog .more-blogs p {
  font-family: var(--global--font-body);
  font-weight: 700;
  font-size: 14px;
  color: var(--global--color-body);
  line-height: 33px;
  margin-bottom: 0;
}
.blog .more-blogs p a {
  position: relative;
  font-weight: 700;
  color: var(--global--color-heading);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  text-transform: capitalize;
  padding-bottom: 6px;
}
.blog .more-blogs p a:hover::before {
  width: 80%;
}
.blog .more-blogs p a::before {
  content: "";
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 2px;
  background-color: var(--global--color-primary);
}
.blog .owl-carousel .owl-stage-outer {
  overflow: visible;
}
.blog .owl-carousel .owl-stage-outer .owl-item {
  opacity: 0;
}
.blog .owl-carousel .owl-stage-outer .owl-item.active {
  opacity: 1;
}
.blog.blog-2 {
  padding-top: 75px;
  padding-bottom: 60px;
}
@media screen and (max-width:991.98px) {
  .blog.blog-2 {
    padding-top: 40px;
    padding-bottom: 15px;
  }
}

.blog-entry {
  margin-bottom: 20px;
  position: relative;
  background-color: var(--global--color-white);
  border-radius: 8px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.09);
          box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.09);
}
@media screen and (max-width:991.98px) {
  .blog-entry {
    max-width: 370px;
    margin: 0 auto 33px;
    text-align: center;
  }
}
.blog-entry:hover {
  -webkit-box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.12);
          box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.12);
}
.blog-entry:hover .entry-img .entry-img-holder img {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}
.blog-entry:hover .entry-img::before {
  opacity: 1;
  visibility: visible;
}
.blog-entry:hover .entry-content .entry-more {
  bottom: 0;
}
.blog-entry .entry-img {
  position: relative;
}
.blog-entry .entry-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.85)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 55%, rgba(0, 0, 0, 0.85) 100%);
  z-index: 2;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.blog-entry .entry-img .entry-img-holder {
  overflow: hidden;
}
.blog-entry .entry-img .entry-img-holder img {
  -webkit-transition: -webkit-transform 0.35s ease-in-out;
  transition: -webkit-transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
  width: 100%;
  -webkit-transform: scale3d(1.05, 1.05, 1);
          transform: scale3d(1.05, 1.05, 1);
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-entry .entry-img a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 4;
}
.blog-entry .entry-category {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0px;
  text-transform: capitalize;
  height: 30px;
  padding: 0 10px;
  background-color: var(--global--color-primary);
  border-radius: 3px;
  margin-bottom: 24px;
}
.blog-entry .entry-category a {
  position: relative;
  color: var(--global--color-heading);
  font-family: var(--global--font-body);
  font-size: 13px;
  font-weight: 400;
  line-height: 26px;
  text-transform: capitalize;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.blog-entry .entry-category a::after {
  content: ", ";
  position: relative;
  margin-right: 4px;
}
.blog-entry .entry-category a:last-of-type::after {
  content: "";
}
.blog-entry .entry-category a:hover {
  color: var(--global--color-heading);
}
.blog-entry .entry-content {
  position: relative;
  z-index: 6;
  overflow: hidden;
}
.blog-entry .entry-content .entry-body {
  padding: 20px 40px 0px;
}
@media (min-width:992px) and (max-width:1199.98px) {
  .blog-entry .entry-content .entry-body {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (max-width:991.98px) {
  .blog-entry .entry-content .entry-body {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.blog-entry .entry-content .entry-body .entry-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 29px;
  text-transform: capitalize;
  margin-bottom: 16px;
}
.blog-entry .entry-content .entry-body .entry-title a {
  color: var(--global--color-heading);
}
.blog-entry .entry-content .entry-body .entry-title a:hover {
  color: var(--global--color-primary);
}
.blog-entry .entry-content .entry-body .entry-bio {
  font-family: var(--global--font-body);
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  color: var(--global--color-body);
  margin-bottom: 20px;
}
.blog-entry .entry-content .entry-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  height: 50px;
  border-top: 1px solid #eaeaea;
}
.blog-entry .entry-content .entry-meta .entry-date {
  margin-bottom: 0px;
  text-transform: capitalize;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.blog-entry .entry-content .entry-meta .entry-date span {
  position: relative;
  color: #616161;
  font-family: var(--global--font-body);
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.blog-entry .entry-content .entry-meta .entry-date span::after {
  content: ", ";
  position: relative;
}
.blog-entry .entry-content .entry-meta .entry-date span:last-of-type::after {
  content: "";
}
.blog-entry .entry-content .entry-meta .entry-date span:hover {
  color: var(--global--color-primary);
}
.blog-entry .entry-content .entry-meta .divider {
  width: 1px;
  height: 50px;
  background-color: #eaeaea;
}
.blog-entry .entry-content .entry-meta .entry-author {
  text-transform: capitalize;
}
.blog-entry .entry-content .entry-meta .entry-author p {
  font-family: var(--global--font-body);
  font-size: 13px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 0;
  color: var(--global--color-heading);
}
.blog-entry .entry-content .entry-more {
  position: absolute;
  bottom: -44px;
  left: 0;
  right: 0;
  -webkit-transition: 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  transition: 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}
.blog-entry .entry-content .entry-more a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  padding: 0 15px;
  position: relative;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  background-color: var(--global--color-primary);
  color: var(--global--color-heading);
  border-radius: 0;
}
.blog-entry .entry-content .entry-more a::before {
  content: unset;
}
.blog-entry.blog-standard {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.blog-entry.blog-standard .entry-img::before {
  content: unset;
}
.blog-entry.blog-standard .entry-img .entry-img-holder img {
  height: 250px;
}
.blog-entry.blog-standard .entry-img .entry-category {
  position: absolute;
  top: 0;
  left: 0;
  margin-bottom: 0;
  z-index: 2;
  border-radius: 0 0 3px 0;
}
.blog-entry.blog-standard .entry-content {
  padding: 15px 40px 0px;
}
.blog-entry.blog-standard .entry-content .entry-body {
  padding: 0;
}
.blog-entry.blog-standard .entry-content .entry-body .entry-meta {
  height: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-top: 0;
  margin-bottom: 6px;
}
@media screen and (max-width:991.98px) {
  .blog-entry.blog-standard .entry-content .entry-body .entry-meta {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.blog-entry.blog-standard .entry-content .entry-body .entry-meta .entry-date {
  margin-right: 20px;
}
.blog-entry.blog-standard .entry-content .entry-body .entry-title {
  font-size: 24px;
  line-height: 33px;
}
.blog-entry.blog-standard .entry-content .entry-body .entry-bio {
  margin-bottom: 18px;
}
.blog-entry.blog-standard .entry-content .entry-more {
  position: relative;
  bottom: auto;
  left: auto;
  right: auto;
}
.blog-entry.blog-standard .entry-content .entry-more a {
  width: auto;
  height: auto;
  padding: 0;
  background-color: transparent;
  display: inline-block;
}
.blog-entry.blog-thumb {
  -webkit-box-shadow: none;
          box-shadow: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
}
@media screen and (max-width:991.98px) {
  .blog-entry.blog-thumb {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.blog-entry.blog-thumb .entry-img::before {
  content: unset;
}
.blog-entry.blog-thumb .entry-img .entry-category {
  position: absolute;
  top: 0;
  left: 0;
  margin-bottom: 0;
  z-index: 2;
  border-radius: 0 0 3px 0;
}
.blog-entry.blog-thumb .entry-img .entry-img-holder img {
  height: 90px;
  width: 180px;
}
@media screen and (max-width:991.98px) {
  .blog-entry.blog-thumb .entry-img .entry-img-holder img {
    width: 100%;
    height: 150px;
  }
}
.blog-entry.blog-thumb .entry-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-left: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width:991.98px) {
  .blog-entry.blog-thumb .entry-content {
    padding-left: 0;
    padding-top: 32px;
  }
}
.blog-entry.blog-thumb .entry-content .entry-body {
  padding: 0;
}
.blog-entry.blog-thumb .entry-content .entry-body .entry-meta {
  height: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-top: 0;
  margin-bottom: 6px;
}
@media screen and (max-width:991.98px) {
  .blog-entry.blog-thumb .entry-content .entry-body .entry-meta {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.blog-entry.blog-thumb .entry-content .entry-body .entry-meta .entry-date {
  margin-right: 20px;
}
.blog-entry.blog-thumb .entry-content .entry-body .entry-title {
  margin-bottom: 0;
}

/* Blog Grid */
.blog-grid.blog-grid-1 {
  padding: 85px 0 65px;
}
@media screen and (max-width:991.98px) {
  .blog-grid.blog-grid-1 {
    padding: 69px 0 61px;
  }
}
.blog-grid.blog-grid-2 {
  padding: 150px 0 65px;
}
@media screen and (max-width:991.98px) {
  .blog-grid.blog-grid-2 {
    padding: 69px 0 61px;
  }
}
.blog-grid.blog-grid-3 {
  padding: 75px 0;
}
@media screen and (max-width:991.98px) {
  .blog-grid.blog-grid-3 {
    padding: 70px 0;
  }
}
.blog-grid.blog-grid-3 .blog-entry {
  margin-bottom: 25px;
}

/* Blog Single */
.blog-single {
  padding-top: 45px;
  padding-bottom: 70px;
}
@media screen and (max-width:991.98px) {
  .blog-single {
    padding-bottom: 70px;
  }
}
.blog-single .blog-entry-wrapper {
  background-color: var(--global--color-white);
  -webkit-box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.12);
          box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.12);
  margin-bottom: 0;
}
@media screen and (max-width:991.98px) {
  .blog-single .blog-entry-wrapper {
    max-width: unset;
  }
}
.blog-single .blog-entry-wrapper:last-of-type {
  margin-bottom: 0px;
}
.blog-single .blog-entry-wrapper .entry-img img {
  border-radius: 0px;
  width: 100%;
  height: 380px;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-single .blog-entry-wrapper .entry-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 2px solid #eaeaea;
  padding-top: 20px;
}
@media screen and (max-width:767.98px) {
  .blog-single .blog-entry-wrapper .entry-holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}
.blog-single .blog-entry-wrapper .entry-holder .entry-share,
.blog-single .blog-entry-wrapper .entry-holder .entry-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width:767.98px) {
  .blog-single .blog-entry-wrapper .entry-holder .entry-share,
  .blog-single .blog-entry-wrapper .entry-holder .entry-tags {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.blog-single .blog-entry-wrapper .entry-holder .entry-share span,
.blog-single .blog-entry-wrapper .entry-holder .entry-tags span {
  display: block;
  font-family: var(--global--font-body);
  font-weight: 700;
  font-size: 14px;
  color: var(--global--color-heading-light);
  text-transform: capitalize;
  margin-bottom: 9px;
}
.blog-single .blog-entry-wrapper .entry-holder .entry-share div,
.blog-single .blog-entry-wrapper .entry-holder .entry-tags div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.blog-single .blog-entry-wrapper .entry-holder .entry-share div {
  height: auto;
  line-height: normal;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.blog-single .blog-entry-wrapper .entry-holder .entry-share div a {
  background-color: var(--global--color-white);
  border-radius: 50%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  transition: 0.3s ease-in-out;
  border: 2px solid #eaeaea;
  margin-right: 10px;
  margin-bottom: 10px;
}
.blog-single .blog-entry-wrapper .entry-holder .entry-share div a:last-child {
  margin-right: 0;
}
.blog-single .blog-entry-wrapper .entry-holder .entry-share div a i {
  color: var(--global--color-heading);
  font-size: 15px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.blog-single .blog-entry-wrapper .entry-holder .entry-share div a:last-child {
  margin-right: 0;
}
.blog-single .blog-entry-wrapper .entry-holder .entry-share div a:hover {
  background-color: var(--global--color-heading);
  border-color: var(--global--color-heading);
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}
.blog-single .blog-entry-wrapper .entry-holder .entry-share div a:hover i {
  color: var(--global--color-white);
}
@media screen and (max-width:767.98px) {
  .blog-single .blog-entry-wrapper .entry-holder .entry-tags {
    margin-bottom: 20px;
  }
}
@media screen and (max-width:767.98px) {
  .blog-single .blog-entry-wrapper .entry-holder .entry-tags div {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.blog-single .blog-entry-wrapper .entry-holder .entry-tags a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 32px;
  margin-right: 10px;
  margin-bottom: 10px;
  font-family: var(--global--font-body);
  font-size: 12px;
  font-weight: 400;
  text-transform: capitalize;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: var(--global--color-heading);
  background-color: var(--global--color-primary);
  border-radius: 3px;
  padding: 0 14px;
}
.blog-single .blog-entry-wrapper .entry-holder .entry-tags a:hover {
  background-color: var(--global--color-heading);
  color: var(--global--color-white);
}
.blog-single .blog-entry-wrapper .entry-content {
  position: relative;
  padding: 25px 50px 25px;
}
@media (min-width:992px) and (max-width:1199.98px) {
  .blog-single .blog-entry-wrapper .entry-content {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (max-width:991.98px) {
  .blog-single .blog-entry-wrapper .entry-content {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (max-width:767.98px) {
  .blog-single .blog-entry-wrapper .entry-content {
    text-align: center;
  }
}
.blog-single .blog-entry-wrapper .entry-content::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(100% - 100px);
  height: 4px;
  background-color: var(--global--color-primary);
}
@media (min-width:992px) and (max-width:1199.98px) {
  .blog-single .blog-entry-wrapper .entry-content::after {
    width: calc(100% - 50px);
  }
}
@media screen and (max-width:991.98px) {
  .blog-single .blog-entry-wrapper .entry-content::after {
    width: calc(100% - 50px);
  }
}
.blog-single .blog-entry-wrapper .entry-content .entry-meta-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width:767.98px) {
  .blog-single .blog-entry-wrapper .entry-content .entry-meta-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.blog-single .blog-entry-wrapper .entry-content .entry-meta-wrapper .entry-category {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: capitalize;
  height: 30px;
  padding: 0 10px;
  background-color: var(--global--color-primary);
  border-radius: 3px;
}
@media screen and (max-width:767.98px) {
  .blog-single .blog-entry-wrapper .entry-content .entry-meta-wrapper .entry-category {
    margin-bottom: 20px;
  }
}
.blog-single .blog-entry-wrapper .entry-content .entry-meta-wrapper .entry-category a {
  position: relative;
  color: var(--global--color-heading);
  font-family: var(--global--font-body);
  font-size: 13px;
  font-weight: 400;
  line-height: 26px;
  text-transform: capitalize;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.blog-single .blog-entry-wrapper .entry-content .entry-meta-wrapper .entry-category a::after {
  content: ", ";
  position: relative;
  margin-right: 4px;
}
.blog-single .blog-entry-wrapper .entry-content .entry-meta-wrapper .entry-category a:last-of-type::after {
  content: "";
}
.blog-single .blog-entry-wrapper .entry-content .entry-meta-wrapper .entry-category a:hover {
  color: var(--global--color-heading);
}
.blog-single .blog-entry-wrapper .entry-content .entry-meta-wrapper .entry-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 20px;
}
@media screen and (max-width:767.98px) {
  .blog-single .blog-entry-wrapper .entry-content .entry-meta-wrapper .entry-meta {
    margin-left: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
.blog-single .blog-entry-wrapper .entry-content .entry-meta-wrapper .entry-meta div {
  margin-right: 20px;
}
.blog-single .blog-entry-wrapper .entry-content .entry-meta-wrapper .entry-meta div:last-child {
  margin-right: 0;
}
.blog-single .blog-entry-wrapper .entry-content .entry-meta-wrapper .entry-meta .entry-date {
  margin-bottom: 0px;
  text-transform: capitalize;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.blog-single .blog-entry-wrapper .entry-content .entry-meta-wrapper .entry-meta .entry-date span {
  position: relative;
  color: #616161;
  font-family: var(--global--font-body);
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.blog-single .blog-entry-wrapper .entry-content .entry-meta-wrapper .entry-meta .entry-date span::after {
  content: ", ";
  position: relative;
}
.blog-single .blog-entry-wrapper .entry-content .entry-meta-wrapper .entry-meta .entry-date span:last-of-type::after {
  content: "";
}
.blog-single .blog-entry-wrapper .entry-content .entry-meta-wrapper .entry-meta .entry-author {
  text-transform: capitalize;
}
.blog-single .blog-entry-wrapper .entry-content .entry-meta-wrapper .entry-meta .entry-author p {
  font-family: var(--global--font-body);
  font-size: 13px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 0;
}
.blog-single .blog-entry-wrapper .entry-content .entry-meta-wrapper .entry-meta .entry-author p a {
  color: var(--global--color-heading);
}
.blog-single .blog-entry-wrapper .entry-content .entry-meta-wrapper .entry-meta .entry-author p a:hover {
  color: var(--global--color-primary);
}
.blog-single .blog-entry-wrapper .entry-content .entry-meta-wrapper .entry-meta .entry-comments {
  text-transform: capitalize;
  font-family: var(--global--font-body);
  font-size: 13px;
  font-weight: 400;
  line-height: 26px;
  color: var(--global--color-body);
}
.blog-single .blog-entry-wrapper .entry-content .entry-meta-wrapper .entry-meta .entry-comments .num {
  color: var(--global--color-heading);
}
.blog-single .blog-entry-wrapper .entry-content .entry-title {
  margin-bottom: 19px;
}
.blog-single .blog-entry-wrapper .entry-content .entry-title h2 {
  font-family: var(--global--font-heading);
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  margin-bottom: 0;
}
@media screen and (max-width:767.98px) {
  .blog-single .blog-entry-wrapper .entry-content .entry-title h2 {
    font-size: 30px;
    line-height: 1.4;
  }
}
@media (min-width:992px) and (max-width:1199.98px) {
  .blog-single .blog-entry-wrapper .entry-content .entry-title h2 {
    font-size: 32px;
    line-height: 1.4;
  }
}
.blog-single .blog-entry-wrapper .entry-content .entry-images {
  margin-bottom: 25px;
}
@media screen and (max-width:767.98px) {
  .blog-single .blog-entry-wrapper .entry-content .entry-images {
    margin-bottom: 19px;
  }
}
.blog-single .blog-entry-wrapper .entry-content .entry-images img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 250px;
}
@media screen and (max-width:767.98px) {
  .blog-single .blog-entry-wrapper .entry-content .entry-images img {
    margin-bottom: 25px;
  }
}
.blog-single .blog-entry-wrapper .entry-content .entry-bio {
  margin-bottom: 20px;
}
.blog-single .blog-entry-wrapper .entry-content .entry-bio p {
  font-size: 17px;
  line-height: 27px;
  margin-bottom: 27px;
  font-weight: 400;
  margin-bottom: 25px;
}
.blog-single .blog-entry-wrapper .entry-content .entry-bio p:last-child {
  margin-bottom: 0px;
}
.blog-single .nav-posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 25px 0;
}
@media screen and (max-width:767.98px) {
  .blog-single .nav-posts {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.blog-single .nav-posts .btn {
  height: 45px;
  color: var(--global--color-heading);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: auto;
  font-size: 15px;
  font-weight: 700;
  padding: 0;
}
.blog-single .nav-posts .btn i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 45px;
  height: 45px;
  background: var(--global--color-primary);
  color: var(--global--color-heading);
  border-radius: 3px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  margin-left: 20px;
  font-size: 11px;
}
@media screen and (max-width:767.98px) {
  .blog-single .nav-posts .btn span {
    display: none;
  }
}
.blog-single .nav-posts .prev-post .btn i {
  background-color: var(--global--color-heading);
  color: var(--global--color-white);
  margin-left: 0;
  margin-right: 20px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.blog-single .entry-widget {
  margin-top: 40px;
}
.blog-single .entry-widget .entry-widget-title {
  position: relative;
  margin-bottom: 20px;
}
.blog-single .entry-widget .entry-widget-title h3 {
  font-family: var(--global--font-heading);
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 0;
  position: relative;
  text-transform: capitalize;
  color: var(--global--color-heading-darken);
}
.blog-single .entry-widget-bio {
  padding: 30px;
  border: 6px solid #eaeaea;
  position: relative;
}
@media screen and (max-width:767.98px) {
  .blog-single .entry-widget-bio {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width:992px) and (max-width:1199.98px) {
  .blog-single .entry-widget-bio {
    padding-right: 25px;
    padding-left: 25px;
  }
}
.blog-single .entry-widget-bio .entry-widget-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width:767.98px) {
  .blog-single .entry-widget-bio .entry-widget-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.blog-single .entry-widget-bio .entry-widget-content img {
  width: 120px;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 30px;
}
@media screen and (max-width:767.98px) {
  .blog-single .entry-widget-bio .entry-widget-content img {
    margin-right: 0;
    margin-bottom: 25px;
  }
}
@media screen and (max-width:767.98px) {
  .blog-single .entry-widget-bio .entry-widget-content .entry-bio-desc {
    text-align: center;
  }
}
@media screen and (min-width:768px) {
  .blog-single .entry-widget-bio .entry-widget-content .entry-bio-desc {
    -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
            transform: translateY(-5px);
    margin-bottom: -5px;
  }
}
.blog-single .entry-widget-bio .entry-widget-content .entry-bio-desc h3 {
  font-family: var(--global--font-body);
  color: var(--global--color-heading);
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 8px;
  text-transform: capitalize;
}
.blog-single .entry-widget-bio .entry-widget-content .entry-bio-desc p {
  color: var(--global--color-body);
  font-size: 15px;
  font-family: var(--global--font-body);
  font-weight: 400;
  line-height: 23px;
  margin-bottom: 13px;
}
.blog-single .entry-widget-bio .entry-widget-content .entry-bio-desc .social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width:767.98px) {
  .blog-single .entry-widget-bio .entry-widget-content .entry-bio-desc .social-icons {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.blog-single .entry-widget-bio .entry-widget-content .entry-bio-desc .social-icons a {
  background-color: var(--global--color-white);
  border-radius: 50%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  transition: 0.3s ease-in-out;
  border: 2px solid #eaeaea;
  margin-right: 10px;
}
.blog-single .entry-widget-bio .entry-widget-content .entry-bio-desc .social-icons a:last-child {
  margin-right: 0;
}
.blog-single .entry-widget-bio .entry-widget-content .entry-bio-desc .social-icons a i {
  color: var(--global--color-primary);
  font-size: 15px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.blog-single .entry-widget-bio .entry-widget-content .entry-bio-desc .social-icons a:last-child {
  margin-right: 0;
}
.blog-single .entry-widget-bio .entry-widget-content .entry-bio-desc .social-icons a:hover {
  background-color: var(--global--color-heading);
  border-color: var(--global--color-heading);
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}
.blog-single .entry-widget-bio .entry-widget-content .entry-bio-desc .social-icons a:hover i {
  color: var(--global--color-white);
}
.blog-single .entry-comments .entry-widget-content .comments-list {
  width: 100%;
  list-style: none;
  overflow: hidden;
  padding-left: 0;
  margin-bottom: 0;
}
.blog-single .entry-comments .entry-widget-content .comments-list .comment-body {
  position: relative;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width:767.98px) {
  .blog-single .entry-comments .entry-widget-content .comments-list .comment-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.blog-single .entry-comments .entry-widget-content .comments-list .comment-body:last-child {
  margin-bottom: 0;
}
.blog-single .entry-comments .entry-widget-content .comments-list .comment-body .replies-list {
  margin-top: 34px;
}
.blog-single .entry-comments .entry-widget-content .comments-list .comment-body .replies-list li {
  position: relative;
  margin-bottom: 30px;
}
.blog-single .entry-comments .entry-widget-content .comments-list .comment-body .replies-list li:last-child {
  margin-bottom: 0px;
}
.blog-single .entry-comments .entry-widget-content .comments-list .comment-body .avatar {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 80px;
  height: 80px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
}
@media screen and (max-width:767.98px) {
  .blog-single .entry-comments .entry-widget-content .comments-list .comment-body .avatar {
    margin-left: 20px;
    margin-bottom: 30px;
  }
}
.blog-single .entry-comments .entry-widget-content .comments-list .comment-body .comment {
  margin-left: 40px;
}
@media screen and (max-width:767.98px) {
  .blog-single .entry-comments .entry-widget-content .comments-list .comment-body .comment {
    margin-left: 20px;
  }
}
.blog-single .entry-comments .entry-widget-content .comments-list .comment-body .comment .comment-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 17px;
}
.blog-single .entry-comments .entry-widget-content .comments-list .comment-body .comment .comment-head h3 {
  font-family: var(--global--font-body);
  color: var(--global--color-heading);
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
  line-height: 18px;
  margin-bottom: 0;
  margin-right: 20px;
}
.blog-single .entry-comments .entry-widget-content .comments-list .comment-body .comment .comment-head .date {
  color: #616161;
  font-family: var(--global--font-body);
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}
.blog-single .entry-comments .entry-widget-content .comments-list .comment-body .comment .comment-content {
  background-color: #f4f4f4;
  padding: 20px 30px 20px;
  position: relative;
  margin-bottom: 16px;
}
@media (min-width:992px) and (max-width:1199.98px) {
  .blog-single .entry-comments .entry-widget-content .comments-list .comment-body .comment .comment-content {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (max-width:767.98px) {
  .blog-single .entry-comments .entry-widget-content .comments-list .comment-body .comment .comment-content {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.blog-single .entry-comments .entry-widget-content .comments-list .comment-body .comment .comment-content::before {
  content: "";
  width: 20px;
  height: 15px;
  background-color: #f4f4f4;
  position: absolute;
  right: calc(100% - 1px);
  top: 0;
  -webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
          clip-path: polygon(100% 0, 0 0, 100% 100%);
}
.blog-single .entry-comments .entry-widget-content .comments-list .comment-body .comment .comment-content p {
  font-family: var(--global--font-body);
  color: var(--global--color-body);
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0px;
}
.blog-single .entry-comments .entry-widget-content .comments-list .comment-body .comment a.reply {
  font-family: var(--global--font-body);
  font-size: 14px;
  font-weight: 700;
  text-transform: capitalize;
  color: var(--global--color-heading);
  line-height: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: relative;
}
.blog-single .entry-comments .entry-widget-content .comments-list .comment-body .comment a.reply i {
  font-size: 10px;
  margin-right: 10px;
}
.blog-single .entry-add-comment {
  padding-top: 0;
  margin-top: 35px;
}
.blog-single .entry-add-comment .custom-radio-group .custom-control {
  margin-right: 0;
  margin-bottom: 39px;
}
@media screen and (max-width:767.98px) {
  .blog-single .entry-add-comment .custom-radio-group .custom-control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width:767.98px) {
  .blog-single .entry-add-comment .custom-radio-group .custom-control label {
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .blog-single .entry-add-comment .custom-radio-group .custom-control label::After {
    left: 6px;
    top: 4px;
  }
}
.blog-single .entry-add-comment .form-control {
  border: 2px solid #eaeaea;
  padding: 15px 25px;
  height: 50px;
  border-radius: 3px;
  margin-bottom: 20px;
  color: #616161;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}
@media screen and (max-width:767.98px) {
  .blog-single .entry-add-comment .form-control {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.blog-single .entry-add-comment .form-control::-webkit-input-placeholder {
  color: #616161;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}
.blog-single .entry-add-comment .form-control:-moz-placeholder {
  color: #616161;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}
.blog-single .entry-add-comment .form-control:-ms-input-placeholder {
  color: #616161;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}
.blog-single .entry-add-comment textarea.form-control {
  height: 110px;
  margin-bottom: 15px;
}
.blog-single .entry-add-comment .btn {
  width: 240px;
  height: 55px;
}
@media screen and (max-width:767.98px) {
  .blog-single .entry-add-comment .btn {
    width: 100%;
    height: 50px;
  }
}
.blog-single .entry-add-comment .btn:hover i {
  background-color: var(--global--color-white);
  color: var(--global--color-heading);
}
.blog-single .entry-add-comment .btn i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 32px;
  height: 32px;
  background: var(--global--color-heading);
  color: var(--global--color-white);
  border-radius: 50%;
  margin-left: 10px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-size: 9px;
}
@media screen and (max-width:991.98px) {
  .blog-single .sidebar-blog {
    margin-top: 45px;
  }
}

/*------------------------------------*\
    #Shop
\*------------------------------------*/
.shop {
  padding-top: 110px;
  padding-bottom: 110px;
}
@media screen and (max-width:991.98px) {
  .shop {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.shop.shop-1 .pagination {
  margin-top: 10px;
}
.shop.shop-2 {
  padding-top: 25px;
  padding-bottom: 70px;
}
@media screen and (max-width:991.98px) {
  .shop.shop-2 {
    padding-top: 20px;
    padding-bottom: 28px;
  }
}
.shop.shop-2 h2 {
  font-family: var(--global--font-heading);
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: var(--global--color-heading-darken);
  text-transform: capitalize;
  margin-bottom: 23px;
}
@media screen and (max-width:991.98px) {
  .shop.shop-2 h2 {
    text-align: center;
  }
}
.shop .pagination {
  margin-top: 10px;
}
@media screen and (min-width:992px) {
  .shop .sidebar-shop {
    -webkit-transform: translateY(-8px);
        -ms-transform: translateY(-8px);
            transform: translateY(-8px);
  }
}

/* Product Item */
.product-item {
  margin-bottom: 40px;
  overflow: hidden;
}
@media screen and (max-width:991.98px) {
  .product-item {
    max-width: 370px;
    margin: 0 auto 40px;
  }
}
.product-item:hover .product-content {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.product-item .product-img {
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}
.product-item .product-img:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.product-item .product-img img {
  width: 100%;
  height: 290px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.product-item .product-img .badge {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #f9f9f9;
  border-radius: 3px;
  font-family: var(--global--font-body);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 30px;
  padding: 0px 15px;
  text-transform: capitalize;
}
.product-item .product-img .badge.badge-sale {
  background-color: #ff0000;
}
.product-item .product-img .badge.badge-new {
  background-color: var(--global--color-primary);
  color: var(--global--color-heading);
}
.product-item .product-content {
  -webkit-transform: translateY(98px);
      -ms-transform: translateY(98px);
          transform: translateY(98px);
  margin-top: -98px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: var(--global--color-white);
  position: relative;
  z-index: 5;
}
.product-item .product-content .product-body {
  padding-top: 21px;
  padding-bottom: 23px;
  text-align: center;
}
.product-item .product-content .product-body .product-title {
  margin-bottom: 6px;
}
.product-item .product-content .product-body .product-title a {
  text-transform: capitalize;
  font-family: var(--global--font-heading);
  font-size: 19px;
  line-height: 32px;
  font-weight: 700;
  color: var(--global--color-heading);
}
.product-item .product-content .product-body .product-title a:hover {
  color: var(--global--color-primary);
}
.product-item .product-content .product-body .product-price p {
  font-family: var(--global--font-body);
  font-weight: 700;
  font-size: 20px;
  color: var(--global--color-body);
  line-height: 28px;
  margin-bottom: 0;
}
.product-item .product-content .add-to-cart {
  width: 100%;
  height: 68px;
}
.product-item .product-content .add-to-cart i {
  font-size: 14px;
  margin-left: 10px;
}

/* Shop Options */
.shop-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}
@media screen and (max-width:767.98px) {
  .shop-options {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width:767.98px) {
  .shop-options .products-show {
    margin-bottom: 25px;
  }
}
.shop-options .products-show p {
  font-family: var(--global--font-body);
  font-weight: 700;
  font-size: 14px;
  color: var(--global--color-heading-light);
  text-transform: capitalize;
  margin-bottom: 0;
}
.shop-options .products-sort .nice-select {
  border: 2px solid #eaeaea;
  padding: 20px;
  padding-right: 30px;
  height: 55px;
  width: 290px;
  border-radius: 3px;
  color: #616161;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}
.shop-options .products-sort .nice-select::after {
  right: 20px;
}
.shop-options .products-sort .nice-select::-webkit-input-placeholder {
  color: #616161;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}
.shop-options .products-sort .nice-select:-moz-placeholder {
  color: #616161;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}
.shop-options .products-sort .nice-select:-ms-input-placeholder {
  color: #616161;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}

/* Shop Single */
.single-product {
  padding-top: 70px;
  padding-bottom: 0;
}
.single-product .checkout-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px;
  background-color: var(--global--color-white);
  border-radius: 6px;
  margin-bottom: 40px;
  border: 6px solid #eaeaea;
}
@media screen and (max-width:767.98px) {
  .single-product .checkout-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}
.single-product .checkout-banner p {
  font-family: var(--global--font-heading);
  font-weight: 700;
  font-size: 19px;
  line-height: 32px;
  color: var(--global--color-heading-light);
  margin-bottom: 0px;
}
@media screen and (max-width:767.98px) {
  .single-product .checkout-banner p {
    margin-bottom: 20px;
  }
}
.single-product .checkout-banner .btn {
  height: 60px;
  width: 180px;
}
.single-product .product-img {
  border-radius: 8px;
  position: relative;
}
@media screen and (max-width:991.98px) {
  .single-product .product-img {
    margin-bottom: 25px;
  }
}
.single-product .product-img img {
  max-width: 100%;
}
@media screen and (min-width:992px) {
  .single-product .product-img img {
    width: 100%;
    height: 600px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.single-product .product-img a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
@media screen and (min-width:992px) {
  .single-product .product-content {
    padding-top: 9px;
    padding-left: 30px;
  }
}
@media screen and (max-width:991.98px) {
  .single-product .product-content {
    text-align: center;
  }
}
.single-product .product-content .product-title h3 {
  font-family: var(--global--font-heading);
  font-weight: 700;
  color: var(--global--color-heading-darken);
  font-size: 29px;
  line-height: 1;
  text-transform: capitalize;
  margin-bottom: 14px;
}
.single-product .product-content .product-price {
  font-family: var(--global--font-body);
  color: var(--global--color-body);
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 26px;
}
.single-product .product-content .product-review {
  margin-bottom: 21px;
}
.single-product .product-content .product-review span {
  color: var(--global--color-body);
  font-size: 13px;
  line-height: 1;
  font-weight: 400;
  font-family: var(--global--font-body);
  text-transform: capitalize;
}
.single-product .product-content .product-review span::after {
  content: "/";
  margin: 0 6px;
}
.single-product .product-content .product-review span:last-child::after {
  content: unset;
}
.single-product .product-content .product-review span a {
  color: var(--global--color-body);
}
.single-product .product-content .product-review span a:hover {
  color: var(--global--color-primary);
}
.single-product .product-content .product-review .product-rating {
  margin-right: 30px;
  display: inline-block;
}
.single-product .product-content .product-review .product-rating i {
  color: var(--global--color-body);
  font-size: 15px;
  line-height: 1;
  margin-right: 5px;
}
.single-product .product-content .product-review .product-rating i:last-child {
  margin-right: 0;
}
.single-product .product-content .product-review .product-rating i.active {
  color: var(--global--color-primary);
}
.single-product .product-content .product-desc p {
  font-family: var(--global--font-body);
  font-weight: 400;
  font-size: 17px;
  line-height: 27px;
  margin-bottom: 32px;
  color: var(--global--color-body);
}
.single-product .product-content .product-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 37px;
}
@media screen and (max-width:991.98px) {
  .single-product .product-content .product-action {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.single-product .product-content .product-action .product-quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid #bcbcbc;
  border-radius: 3px 3px 0 3px;
  width: 80px;
  margin-right: 15px;
}
.single-product .product-content .product-action .product-quantity span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.single-product .product-content .product-action .product-quantity span a {
  border-left: 2px solid #bcbcbc;
}
.single-product .product-content .product-action .product-quantity span a:first-child {
  border-bottom: 2px solid #bcbcbc;
}
.single-product .product-content .product-action .product-quantity span a i {
  width: 24px;
  height: 24px;
  font-size: 10px;
  line-height: 25px;
  color: var(--global--color-heading);
  text-align: center;
}
.single-product .product-content .product-action .product-quantity input {
  width: 50px;
  height: 50px;
  color: var(--global--color-heading);
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  font-family: var(--global--font-body);
  text-align: center;
  background-color: transparent;
  border-color: transparent;
}
.single-product .product-content .product-action .btn {
  width: 170px;
  height: 54px;
}
.single-product .product-content .product-details {
  margin-bottom: 24px;
}
.single-product .product-content .product-details .table {
  margin-bottom: 0;
}
@media screen and (min-width:992px) {
  .single-product .product-content .product-details .table {
    width: 60%;
  }
}
.single-product .product-content .product-details .table td {
  border-top: 0;
  border-bottom: 0;
  padding-bottom: 9px;
}
.single-product .product-content .product-details .table .name {
  font-family: var(--global--font-body);
  font-weight: 700;
  font-size: 16px;
  color: var(--global--color-heading-light);
  text-transform: capitalize;
}
@media screen and (min-width:992px) {
  .single-product .product-content .product-details .table .name {
    padding-left: 0;
  }
}
.single-product .product-content .product-details .table .value {
  font-family: var(--global--font-body);
  font-weight: 400;
  font-size: 15px;
  color: var(--global--color-body);
  text-transform: capitalize;
}
.single-product .product-content .product-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media screen and (max-width:991.98px) {
  .single-product .product-content .product-share {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.single-product .product-content .product-share a {
  color: var(--global--color-heading);
  background-color: var(--global--color-primary);
  border-radius: 3px;
  margin-right: 10px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 52px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  transition: 0.3s ease-in-out;
}
.single-product .product-content .product-share a:last-child {
  margin-right: 0;
}
.single-product .product-content .product-share a:hover {
  background-color: var(--global--color-heading);
  color: var(--global--color-white);
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}
.single-product .product-content .product-share a.facebook-bg {
  background-color: #3b5999;
  color: var(--global--color-white);
}
.single-product .product-content .product-share a.facebook-bg:hover {
  background-color: var(--global--color-heading);
}
.single-product .product-content .product-share a.twitter-bg {
  background-color: #55acee;
  color: var(--global--color-white);
}
.single-product .product-content .product-share a.twitter-bg:hover {
  background-color: var(--global--color-heading);
}
.single-product .product-content .product-share a.instagram-bg {
  background-color: #0092ff;
  color: var(--global--color-white);
}
.single-product .product-content .product-share a.instagram-bg:hover {
  background-color: var(--global--color-heading);
}
.single-product .product-content .product-share a.pinterest-bg {
  background-color: #ca1f27;
  color: var(--global--color-white);
}
.single-product .product-content .product-share a.pinterest-bg:hover {
  background-color: var(--global--color-heading);
}
.single-product .product-tabs {
  background-color: var(--global--color-white);
  margin-top: 75px;
  margin-bottom: 40px;
}
.single-product .product-tabs .nav-tabs {
  background-color: var(--global--color-white);
  border: 0;
}
.single-product .product-tabs .nav-tabs li {
  margin-right: 30px;
}
.single-product .product-tabs .nav-tabs li:last-child {
  margin-right: 0;
}
.single-product .product-tabs .nav-tabs li a {
  color: var(--global--color-heading);
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
  font-family: var(--global--font-body);
  text-transform: capitalize;
  border-radius: 0;
  margin-right: 0;
  padding-bottom: 10px;
  display: block;
  border-right: 0;
  position: relative;
}
.single-product .product-tabs .nav-tabs li a::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0%;
  height: 4px;
  background-color: var(--global--color-primary);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media (max-width: 420px) {
  .single-product .product-tabs .nav-tabs li a::after {
    content: unset;
  }
}
.single-product .product-tabs .nav-tabs li a:focus, .single-product .product-tabs .nav-tabs li a:hover {
  color: var(--global--color-secondary);
}
.single-product .product-tabs .nav-tabs li > .active,
.single-product .product-tabs .nav-tabs li > .active:focus,
.single-product .product-tabs .nav-tabs li > .active:hover {
  color: var(--global--color-heading);
}
.single-product .product-tabs .nav-tabs li > .active::after,
.single-product .product-tabs .nav-tabs li > .active:focus::after,
.single-product .product-tabs .nav-tabs li > .active:hover::after {
  width: 100%;
}
.single-product .product-tabs .tab-content {
  border-top: 4px solid #e6eaef;
  padding-top: 23px;
}
.single-product .product-tabs .tab-content p {
  font-family: var(--global--font-body);
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  color: var(--global--color-body);
}
.single-product .product-tabs .tab-content h3 {
  font-size: 18px;
}
.single-product .product-tabs .tab-content .review-comment .review-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
}
.single-product .product-tabs .tab-content .review-comment .review-body img {
  width: 60px;
  height: 60px;
  border-radius: 3px;
  margin-right: 30px;
}
.single-product .product-tabs .tab-content .review-comment .review-body h4 {
  font-size: 18px;
  margin-bottom: 5px;
}
.single-product .product-tabs .tab-content .review-comment .review-body p {
  margin-bottom: 7px;
}
.single-product .product-tabs .tab-content .review-comment .review-body .product-rating i.active {
  color: var(--global--color-primary);
}
.single-product .product-tabs .tab-content .review-comment .product-comment {
  margin-bottom: 35px;
}
.single-product .product-tabs .tab-content .review-comment .product-comment p {
  margin-bottom: 0;
}
.single-product .product-tabs .tab-content .form-review .form-control {
  border: 2px solid #eaeaea;
  padding: 30px;
  height: 68px;
  border-radius: 3px;
  margin-bottom: 35px;
  color: #616161;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}
@media screen and (max-width:767.98px) {
  .single-product .product-tabs .tab-content .form-review .form-control {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.single-product .product-tabs .tab-content .form-review .form-control::-webkit-input-placeholder {
  color: #616161;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}
.single-product .product-tabs .tab-content .form-review .form-control:-moz-placeholder {
  color: #616161;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}
.single-product .product-tabs .tab-content .form-review .form-control:-ms-input-placeholder {
  color: #616161;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}
.single-product .product-tabs .tab-content .form-review .nice-select::after {
  right: 20px;
}
.single-product .product-tabs .tab-content .form-review textarea.form-control {
  height: 160px;
  margin-bottom: 40px;
}
.single-product .product-tabs .tab-content .form-review .btn {
  width: 240px;
  height: 78px;
}
@media screen and (max-width:767.98px) {
  .single-product .product-tabs .tab-content .form-review .btn {
    width: 100%;
    height: 68px;
  }
}
.single-product .product-tabs .tab-content .form-review .btn:hover i {
  background-color: var(--global--color-white);
  color: var(--global--color-heading);
}
.single-product .product-tabs .tab-content .form-review .btn i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 32px;
  height: 32px;
  background: var(--global--color-heading);
  color: var(--global--color-white);
  border-radius: 50%;
  margin-left: 10px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-size: 9px;
}

/*Shop Cart*/
.shop-cart {
  padding-top: 70px;
  padding-bottom: 110px;
}
@media screen and (max-width:991.98px) {
  .shop-cart {
    padding-bottom: 70px;
  }
}
.shop-cart .table-wrap {
  border: 1px solid #eaeaea;
  margin-bottom: 53px;
  overflow: hidden;
}
.shop-cart .table-wrap .cart-table {
  margin-bottom: 30px;
}
.shop-cart .table-wrap .cart-table.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}
.shop-cart .table-wrap .cart-table .table {
  background-color: var(--global--color-white);
  border-radius: 0;
  margin-bottom: 0;
  color: var(--global--color-body);
}
.shop-cart .table-wrap .cart-table .table tr:first-child th {
  border-top: 0;
}
.shop-cart .table-wrap .cart-table .table tr:first-child th:first-child {
  border-left: 0;
}
.shop-cart .table-wrap .cart-table .table tr:first-child th:last-child {
  border-right: 0;
}
.shop-cart .table-wrap .cart-table .table tr th {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-transform: capitalize;
  color: var(--global--color-body);
  font-family: var(--global--font-body);
  padding: 10px 0;
  border-right: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}
.shop-cart .table-wrap .cart-table .table tbody tr td {
  padding: 20px;
  border-right: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  border-top: 0;
  border-left: 0;
}
.shop-cart .table-wrap .cart-table .table tbody tr td:last-child {
  border-right: 0;
}
.shop-cart .table-wrap .cart-table .table tbody tr td.cart-product-price, .shop-cart .table-wrap .cart-table .table tbody tr td.cart-product-total {
  font-family: var(--global--font-body);
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: var(--global--color-body);
  vertical-align: baseline;
}
.shop-cart .table-wrap .cart-table .table tbody tr td.cart-product-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.shop-cart .table-wrap .cart-table .table tbody tr td.cart-product-item .cart-product-remove {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-content: center;
  width: 19px;
  height: 19px;
  background-color: var(--global--color-heading);
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  margin-right: 20px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.shop-cart .table-wrap .cart-table .table tbody tr td.cart-product-item .cart-product-remove:hover {
  background-color: var(--global--color-primary);
}
.shop-cart .table-wrap .cart-table .table tbody tr td.cart-product-item .cart-product-remove:hover svg {
  color: var(--global--color-heading);
}
.shop-cart .table-wrap .cart-table .table tbody tr td.cart-product-item .cart-product-remove svg {
  color: var(--global--color-white);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.shop-cart .table-wrap .cart-table .table tbody tr td.cart-product-item .cart-product-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 70px;
  height: 70px;
  margin-right: 20px;
}
.shop-cart .table-wrap .cart-table .table tbody tr td.cart-product-item .cart-product-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.shop-cart .table-wrap .cart-table .table tbody tr td.cart-product-item .cart-product-name h4 {
  font-family: var(--global--font-heading);
  color: var(--global--color-heading);
  font-size: 17px;
  font-weight: 700;
  line-height: 27px;
  text-transform: capitalize;
  margin-bottom: 0px;
}
.shop-cart .table-wrap .cart-table .table tbody tr td.cart-product-quantity .product-quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid #bcbcbc;
  border-radius: 3px 3px 0 3px;
  width: 80px;
  margin: 0 auto;
}
.shop-cart .table-wrap .cart-table .table tbody tr td.cart-product-quantity .product-quantity span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.shop-cart .table-wrap .cart-table .table tbody tr td.cart-product-quantity .product-quantity span a {
  border-left: 2px solid #bcbcbc;
}
.shop-cart .table-wrap .cart-table .table tbody tr td.cart-product-quantity .product-quantity span a:first-child {
  border-bottom: 2px solid #bcbcbc;
}
.shop-cart .table-wrap .cart-table .table tbody tr td.cart-product-quantity .product-quantity span a i {
  width: 24px;
  height: 24px;
  font-size: 10px;
  line-height: 25px;
  color: var(--global--color-heading);
  text-align: center;
}
.shop-cart .table-wrap .cart-table .table tbody tr td.cart-product-quantity .product-quantity input {
  width: 50px;
  height: 50px;
  color: var(--global--color-heading);
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  font-family: var(--global--font-body);
  text-align: center;
  background-color: transparent;
  border-color: transparent;
}
.shop-cart .table-wrap .cart-product-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width:767.98px) {
  .shop-cart .table-wrap .cart-product-action {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.shop-cart .table-wrap .cart-product-action form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
}
@media screen and (max-width:767.98px) {
  .shop-cart .table-wrap .cart-product-action form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
  }
}
.shop-cart .table-wrap .cart-product-action form .form-control {
  border: 1px solid #eaeaea;
  padding: 20px;
  height: 42px;
  width: 250px;
  border-radius: 3px;
  margin-bottom: 0;
  margin-right: 10px;
  color: #616161;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}
@media screen and (max-width:991.98px) {
  .shop-cart .table-wrap .cart-product-action form .form-control {
    width: 200px;
  }
}
@media screen and (max-width:767.98px) {
  .shop-cart .table-wrap .cart-product-action form .form-control {
    padding-left: 25px;
    padding-right: 25px;
    width: 100%;
    margin-bottom: 15px;
    margin-right: 0;
  }
}
.shop-cart .table-wrap .cart-product-action form .form-control::-webkit-input-placeholder {
  color: #616161;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}
.shop-cart .table-wrap .cart-product-action form .form-control:-moz-placeholder {
  color: #616161;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}
.shop-cart .table-wrap .cart-product-action form .form-control:-ms-input-placeholder {
  color: #616161;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}
.shop-cart .table-wrap .cart-product-action form .btn {
  margin-top: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.shop-cart .table-wrap .cart-product-action .btn {
  width: 134px;
  height: 42px;
  line-height: 39px;
  margin-right: 10px;
  padding: 0 18px;
}
@media screen and (max-width: 575.98px) {
  .shop-cart .table-wrap .cart-product-action .btn {
    margin-top: 20px;
  }
}
.shop-cart .table-wrap .cart-product-action .btn:last-child {
  margin-right: 0;
}
.shop-cart .table-wrap .cart-product-action div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.shop-cart .cart-calculate-shipping h3,
.shop-cart .cart-total-amount h3 {
  color: var(--global--color-heading-darken);
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  font-family: var(--global--font-heading);
  margin-bottom: 20px;
  position: relative;
  text-transform: capitalize;
}
.shop-cart .cart-total-amount .table {
  margin-bottom: 30px;
}
.shop-cart .cart-total-amount .table tbody .head {
  font-family: var(--global--font-body);
  font-weight: 700;
  font-size: 17px;
  color: var(--global--color-heading-light);
  text-transform: capitalize;
}
.shop-cart .cart-total-amount .table tbody td {
  font-family: var(--global--font-body);
  font-weight: 400;
  font-size: 17px;
  color: var(--global--color-body);
  border-top: 0;
  border-bottom: 1px solid #eaeaea;
  padding-left: 0;
}
.shop-cart .cart-total-amount .table tbody td.amount {
  font-weight: 700;
}
.shop-cart .cart-total-amount .btn {
  width: 200px;
  height: 60px;
}
@media screen and (max-width:767.98px) {
  .shop-cart .cart-total-amount .btn {
    width: 100%;
  }
}
@media screen and (max-width:991.98px) {
  .shop-cart .cart-calculate-shipping {
    margin-bottom: 50px;
  }
}
.shop-cart .cart-calculate-shipping h3 {
  margin-bottom: 34px;
}
.shop-cart .cart-calculate-shipping form {
  margin-bottom: 0;
}
.shop-cart .cart-calculate-shipping form .form-control {
  border: 2px solid #eaeaea;
  padding: 25px;
  height: 50px;
  border-radius: 3px;
  margin-bottom: 30px;
  color: #616161;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}
@media screen and (max-width:767.98px) {
  .shop-cart .cart-calculate-shipping form .form-control {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.shop-cart .cart-calculate-shipping form .form-control::-webkit-input-placeholder {
  color: #616161;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}
.shop-cart .cart-calculate-shipping form .form-control:-moz-placeholder {
  color: #616161;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}
.shop-cart .cart-calculate-shipping form .form-control:-ms-input-placeholder {
  color: #616161;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}
.shop-cart .cart-calculate-shipping form .nice-select::after {
  right: 20px;
}
.shop-cart .cart-calculate-shipping form textarea.form-control {
  height: 160px;
  margin-bottom: 21px;
}
.shop-cart .cart-calculate-shipping .btn {
  width: 200px;
  height: 60px;
}
@media screen and (max-width:767.98px) {
  .shop-cart .cart-calculate-shipping .btn {
    width: 100%;
  }
}

/* Shop Checkout */
.shop-checkout {
  padding: 70px 0 110px;
}
@media screen and (max-width:991.98px) {
  .shop-checkout {
    padding: 70px 0;
  }
}
.shop-checkout h3 {
  color: var(--global--color-heading-darken);
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  font-family: var(--global--font-heading);
  margin-bottom: 13px;
  position: relative;
  text-transform: capitalize;
}
.shop-checkout .cart-empty,
.shop-checkout .cart-coupon {
  padding: 30px;
  background-color: #f5f5f5;
  border-top: 3px solid #1e85be;
  font-size: 18px;
  font-weight: 400;
  font-family: var(--global--font-body);
  line-height: 1;
  color: #515151;
  margin-bottom: 35px;
}
.shop-checkout .cart-empty a,
.shop-checkout .cart-coupon a {
  color: var(--global--color-primary);
}
.shop-checkout .checkout-widget {
  margin-bottom: 45px;
}
.shop-checkout .checkout-widget .widget-title {
  margin-bottom: 15px;
  text-transform: capitalize;
}
.shop-checkout .checkout-widget .widget-title h2 {
  font-size: 22px;
}
.shop-checkout .checkout-widget label {
  font-family: var(--global--font-heading);
  font-weight: 500;
  font-size: 16px;
  line-height: 2;
  margin-bottom: 10px;
  text-transform: capitalize;
  color: var(--global--color-heading);
  display: block;
}
.shop-checkout .checkout-widget label .required {
  margin-left: 3px;
  color: red;
}
.shop-checkout .checkout-widget .form-control {
  border: 2px solid #eaeaea;
  padding: 25px;
  height: 50px;
  border-radius: 3px;
  margin-bottom: 30px;
  color: #616161;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}
@media screen and (max-width:767.98px) {
  .shop-checkout .checkout-widget .form-control {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.shop-checkout .checkout-widget .form-control::-webkit-input-placeholder {
  color: #616161;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}
.shop-checkout .checkout-widget .form-control:-moz-placeholder {
  color: #616161;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}
.shop-checkout .checkout-widget .form-control:-ms-input-placeholder {
  color: #616161;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}
.shop-checkout .checkout-widget textarea.form-control {
  height: 160px;
  margin-bottom: 21px;
}
.shop-checkout .checkout-widget .nice-select::after {
  right: 20px;
}
.shop-checkout .cart-totals {
  margin-bottom: 53px;
  border-radius: 4px;
  overflow: hidden;
}
@media screen and (max-width:991.98px) {
  .shop-checkout .cart-totals {
    margin-bottom: 40px;
  }
}
.shop-checkout .cart-totals h3 {
  margin-bottom: 26px;
}
.shop-checkout .cart-totals .table-order table {
  width: 100%;
  margin-bottom: 0;
}
.shop-checkout .cart-totals .table-order table tbody tr {
  border-bottom: 1px solid #eaeaea;
}
.shop-checkout .cart-totals .table-order table tbody tr:last-child {
  border-bottom: 0;
}
.shop-checkout .cart-totals .table-order table tbody tr td {
  font-family: var(--global--font-body);
  font-size: 17px;
  color: var(--global--color-heading);
  text-transform: capitalize;
  font-weight: 600;
  padding: 13px;
}
.shop-checkout .cart-totals .table-order table tbody tr td:last-of-type {
  font-weight: 400;
  color: var(--global--color-body);
}
.shop-checkout .cart-totals .table-order table tbody tr td.product-name {
  padding-left: 10px;
}
.shop-checkout .cart-totals .table-order table tbody tr.cart-total td:last-of-type {
  color: var(--global--color-primary);
}
.shop-checkout .your-order h3 {
  margin-bottom: 28px;
}
.shop-checkout .your-order .cart-table {
  margin-bottom: 65px;
}
@media screen and (max-width:991.98px) {
  .shop-checkout .your-order .cart-table {
    margin-bottom: 40px;
  }
}
.shop-checkout .your-order .cart-table.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}
.shop-checkout .your-order .cart-table .table {
  background-color: var(--global--color-white);
  border-radius: 0;
  margin-bottom: 0;
  color: var(--global--color-body);
}
.shop-checkout .your-order .cart-table .table tr:first-child th {
  border-top: 0;
}
.shop-checkout .your-order .cart-table .table tr:first-child th:first-child {
  border-left: 0;
}
.shop-checkout .your-order .cart-table .table tr:first-child th:last-child {
  border-right: 0;
}
.shop-checkout .your-order .cart-table .table tr th {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-transform: capitalize;
  color: var(--global--color-heading-darken);
  font-family: var(--global--font-body);
  padding: 10px 0;
  border-bottom: 1px solid #e5e8ed;
}
.shop-checkout .your-order .cart-table .table tbody tr td {
  padding: 20px;
  border-bottom: 1px solid #e5e8ed;
  border-top: 0;
  border-left: 0;
}
.shop-checkout .your-order .cart-table .table tbody tr td:last-child {
  border-right: 0;
}
.shop-checkout .your-order .cart-table .table tbody tr td.cart-product-total, .shop-checkout .your-order .cart-table .table tbody tr td.cart-product-quantity {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: var(--global--color-primary);
  font-family: var(--global--font-body);
  vertical-align: middle;
}
.shop-checkout .your-order .cart-table .table tbody tr td.cart-product-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.shop-checkout .your-order .cart-table .table tbody tr td.cart-product-item .cart-product-img {
  width: 70px;
  height: 70px;
  margin-right: 20px;
}
.shop-checkout .your-order .cart-table .table tbody tr td.cart-product-item .cart-product-img img {
  max-width: 100%;
}
.shop-checkout .your-order .cart-table .table tbody tr td.cart-product-item .cart-product-name h6 {
  font-family: var(--global--font-heading);
  color: var(--global--color-heading-darken);
  font-size: 16px;
  font-weight: 700;
  line-height: 27px;
  text-transform: capitalize;
  margin-bottom: 0px;
}
.shop-checkout .payment-wrapper {
  background-color: var(--global--color-gray);
  padding: 33px 15px;
  border-radius: 4px;
}
.shop-checkout .payment-wrapper .payment-method {
  margin: 0 15px;
}
.shop-checkout .payment-wrapper .payment-method .no-payment {
  border-top: 3px solid #1e85be;
  padding: 27px 0;
}
.shop-checkout .payment-wrapper .payment-method .no-payment p {
  font-family: var(--global--font-body);
  padding: 0 30px;
  font-size: 18px;
  line-height: 2;
  font-weight: 500;
  color: var(--global--color-heading);
}
.shop-checkout .payment-wrapper .payment-conditions {
  margin: 0 15px;
}
.shop-checkout .payment-wrapper .payment-conditions .message {
  padding-top: 10px;
  font-family: var(--global--font-body);
  font-size: 17px;
  line-height: 2;
  color: var(--global--color-body);
  font-weight: 400;
  margin-bottom: 30px;
}
.shop-checkout .payment-wrapper .payment-conditions label {
  text-transform: capitalize;
  font-weight: 500;
  color: var(--global--color-heading);
  font-size: 16px;
  margin-bottom: 30px;
}
.shop-checkout .payment-wrapper .payment-conditions label a {
  color: var(--global--color-primary);
}

.shop-login {
  padding: 110px 0;
}
@media screen and (max-width:991.98px) {
  .shop-login {
    padding: 70px 0;
  }
}
.shop-login .login-body {
  background-color: var(--global--color-body-light);
  border-radius: 3px;
  padding: 40px;
  -webkit-box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.09);
          box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.09);
}
@media screen and (max-width:991.98px) {
  .shop-login .login-body {
    text-align: center;
    padding: 40px 25px;
  }
}
.shop-login .login-body label {
  font-family: var(--global--font-heading);
  font-weight: 500;
  font-size: 16px;
  line-height: 2;
  margin-bottom: 5px;
  text-transform: capitalize;
  color: #222222;
}
.shop-login .login-body label .required {
  margin-left: 3px;
  color: red;
}
.shop-login .login-body .form-control {
  border: 2px solid #eaeaea;
  padding: 30px;
  height: 68px;
  border-radius: 3px;
  margin-bottom: 30px;
  color: #616161;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}
@media screen and (max-width:767.98px) {
  .shop-login .login-body .form-control {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.shop-login .login-body .form-control::-webkit-input-placeholder {
  color: #616161;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}
.shop-login .login-body .form-control:-moz-placeholder {
  color: #616161;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}
.shop-login .login-body .form-control:-ms-input-placeholder {
  color: #616161;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}
.shop-login .login-body .check {
  margin-top: 10px;
  margin-bottom: 10px;
}
.shop-login .login-body .check label {
  margin-left: 5px;
}
.shop-login .login-body .btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 200px;
  height: 68px;
}
.shop-login .login-body .forget {
  margin-top: 23px;
  font-family: var(--global--font-body);
  font-size: 15px;
  font-weight: 700;
  color: var(--global--color-heading);
}
.shop-login .login-body .forget:hover {
  color: var(--global--color-primary);
}

/* Shop Account */
.shop-account {
  padding: 110px 0;
}
@media screen and (max-width:991.98px) {
  .shop-account {
    padding: 70px 0;
  }
}
.shop-account .shop-account-nav {
  background-color: var(--global--color-body-light);
  padding: 0 30px;
  border: 1px solid var(--global--color-body-light);
  border-radius: 8px;
}
@media screen and (max-width: 991px) {
  .shop-account .shop-account-nav {
    margin-bottom: 30px;
  }
}
.shop-account .shop-account-nav ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  color: var(--global--color-heading);
  font-size: 15px;
  font-family: var(--global--font-body);
  font-weight: 700;
  line-height: 36px;
  text-transform: capitalize;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-bottom: 1px solid #eaeaea;
}
@media screen and (max-width: 500px) {
  .shop-account .shop-account-nav ul li a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.shop-account .shop-account-nav ul li a:hover {
  color: var(--global--color-primary);
}
.shop-account .shop-account-nav ul li a:hover i {
  color: var(--global--color-primary);
  -webkit-transform: translateX(-5px);
      -ms-transform: translateX(-5px);
          transform: translateX(-5px);
}
@media screen and (max-width: 500px) {
  .shop-account .shop-account-nav ul li a span {
    display: none;
  }
}
.shop-account .shop-account-nav ul li a i {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  margin-left: 10px;
  font-size: 15px;
}
@media screen and (max-width: 500px) {
  .shop-account .shop-account-nav ul li a i {
    margin-left: 0;
    font-size: 20px;
  }
}
.shop-account .shop-account-nav ul li:first-child a {
  border-top: none;
}
.shop-account .shop-account-nav ul li:last-child a {
  border-bottom: none;
}
.shop-account .shop-account-nav ul li.active a {
  color: var(--global--color-primary);
}
.shop-account .shop-account-nav ul li.active a i {
  color: var(--global--color-primary);
}
.shop-account .shop-account-nav ul li.active:hover a i {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.shop-account .shop-account-content {
  background-color: var(--global--color-body-light);
  padding: 50px 30px;
  border: 1px solid var(--global--color-body-light);
  border-radius: 8px;
}
@media screen and (max-width:767.98px) {
  .shop-account .shop-account-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.shop-account .shop-account-content h6 {
  font-family: var(--global--font-heading);
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 0;
}
.shop-account .shop-account-content p {
  font-family: var(--global--font-heading);
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 0;
  color: var(--global--color-heading);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.shop-account .shop-account-content p:last-child {
  margin-bottom: 0;
}
.shop-account .shop-account-content p a {
  color: var(--global--color-primary);
}

/*------------------------------------*\
    #Team
\*------------------------------------*/
.team {
  padding-top: 110px;
  padding-bottom: 10px;
}
@media screen and (max-width:991.98px) {
  .team {
    padding-top: 70px;
    padding-bottom: 0px;
  }
}
.team .carousel .owl-stage-outer {
  overflow: visible;
}
.team .carousel .owl-stage-outer .owl-item {
  opacity: 0;
}
.team .carousel .owl-stage-outer .owl-item.active {
  opacity: 1;
}
.team .member {
  -webkit-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  max-width: 370px;
  margin: 0 auto 70px;
  -webkit-filter: drop-shadow(0px 5px 83px rgba(27, 26, 26, 0.12));
          filter: drop-shadow(0px 5px 83px rgba(27, 26, 26, 0.12));
}
@media screen and (max-width:991.98px) {
  .team .member {
    margin: 0 auto 40px;
  }
}
.team .member:hover .member-wrapper .member-content .member-social {
  opacity: 1;
  visibility: visible;
}
.team .member .member-wrapper {
  -webkit-clip-path: polygon(100% 0, 100% 88%, 85% 100%, 0 100%, 0 0);
          clip-path: polygon(100% 0, 100% 88%, 85% 100%, 0 100%, 0 0);
}
.team .member .member-wrapper .member-img {
  position: relative;
}
.team .member .member-wrapper .member-img img {
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.team .member .member-wrapper .member-content {
  background-color: var(--global--color-white);
  padding: 32px 40px 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media (min-width:992px) and (max-width:1199.98px) {
  .team .member .member-wrapper .member-content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width:767.98px) {
  .team .member .member-wrapper .member-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}
.team .member .member-wrapper .member-content .member-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width:767.98px) {
  .team .member .member-wrapper .member-content .member-social {
    opacity: 1;
    visibility: visible;
  }
}
.team .member .member-wrapper .member-content .member-social a {
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--global--color-primary);
  width: 38px;
  height: 38px;
  color: var(--global--color-heading);
  font-size: 20px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  margin-right: 3px;
}
.team .member .member-wrapper .member-content .member-social a:last-child {
  margin-right: 0;
}
.team .member .member-wrapper .member-content .member-social a:hover {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}
@media screen and (max-width:767.98px) {
  .team .member .member-wrapper .member-content .member-info {
    margin-bottom: 25px;
  }
}
.team .member .member-wrapper .member-content .member-info a {
  display: inline-block;
  font-family: var(--global--font-heading);
  font-size: 20px;
  font-weight: 700;
  color: var(--global--color-heading-light);
  margin-bottom: 11px;
  text-transform: capitalize;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.team .member .member-wrapper .member-content .member-info a:hover {
  color: var(--global--color-primary);
}
.team .member .member-wrapper .member-content .member-info p {
  font-family: var(--global--font-body);
  color: var(--global--color-body);
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  text-transform: capitalize;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  margin-bottom: 0;
}
.team .member.member-2 {
  overflow: hidden;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-filter: unset;
          filter: unset;
}
.team .member.member-2:hover {
  -webkit-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.12);
          box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.12);
}
.team .member.member-2:hover .member-wrapper .member-content .member-social {
  opacity: 1;
  visibility: visible;
}
.team .member.member-2 .member-wrapper {
  -webkit-clip-path: unset;
          clip-path: unset;
}
.team .member.member-2 .member-wrapper .member-img img {
  height: 370px;
}
.team .member.member-2 .member-wrapper .member-content {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 22px;
  padding-bottom: 27px;
}
@media (min-width:992px) and (max-width:1199.98px) {
  .team .member.member-2 .member-wrapper .member-content {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.team .member.member-2 .member-wrapper .member-content .member-social {
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
  width: 100%;
  height: calc(100% + 40px);
  padding-top: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-color: var(--global--color-white);
  z-index: 1;
  -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
          transform-origin: bottom;
  visibility: hidden;
  opacity: 0;
}
.team .member.member-2 .member-wrapper .member-content .member-info {
  text-align: center;
  position: relative;
  z-index: 2;
}
.team .member.member-2 .member-wrapper .member-content .member-info a {
  font-size: 18px;
}

/*------------------------------------*\
	#Widgets
\*------------------------------------*/
.sidebar {
  max-width: 370px;
  margin-right: auto;
}
@media screen and (max-width:991.98px) {
  .sidebar {
    margin-right: auto;
    margin-left: auto;
  }
}
.sidebar.sidebar-shop .widget {
  margin-bottom: 52px;
  -webkit-filter: none;
          filter: none;
}
.sidebar.sidebar-shop .widget.widget-search {
  margin-bottom: 42px;
}
.sidebar.sidebar-shop .widget.widget-search .widget-content .form-search .form-control {
  border: 2px solid #eaeaea;
  height: 55px;
}
.sidebar.sidebar-shop .widget.widget-recent-products {
  margin-bottom: 42px;
}
.sidebar.sidebar-shop .widget.widget-filter {
  margin-bottom: 39px;
}

/* Widget */
.widget {
  margin-bottom: 40px;
  -webkit-filter: drop-shadow(0px 5px 83px rgba(27, 26, 26, 0.12));
          filter: drop-shadow(0px 5px 83px rgba(27, 26, 26, 0.12));
}
.widget .widget-wrapper {
  position: relative;
  padding: 43px 50px 50px;
  background-color: var(--global--color-white);
  -webkit-clip-path: polygon(84% 0, 100% 10%, 100% 100%, 0 100%, 0 0);
          clip-path: polygon(84% 0, 100% 10%, 100% 100%, 0 100%, 0 0);
}
@media (min-width:992px) and (max-width:1199.98px) {
  .widget .widget-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (max-width:767.98px) {
  .widget .widget-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.widget .widget-wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 4px;
  width: calc(100% - 100px);
  background-color: var(--global--color-primary);
}
@media (min-width:992px) and (max-width:1199.98px) {
  .widget .widget-wrapper::after {
    width: calc(100% - 50px);
  }
}
@media screen and (max-width:767.98px) {
  .widget .widget-wrapper::after {
    width: calc(100% - 50px);
  }
}
.widget .widget-title {
  text-align: center;
  margin-bottom: 23px;
}
@media screen and (min-width:992px) {
  .widget .widget-title {
    text-align: left;
  }
}
.widget .widget-title h3 {
  font-family: var(--global--font-heading);
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  color: var(--global--color-heading-darken);
  text-transform: capitalize;
  margin-bottom: 0;
  position: relative;
}

/* Category Widget */
.widget-categories .widget-wrapper {
  padding-top: 41px;
  -webkit-clip-path: polygon(84% 0, 100% 11%, 100% 100%, 0 100%, 0 0);
          clip-path: polygon(84% 0, 100% 11%, 100% 100%, 0 100%, 0 0);
}
.widget-categories .widget-content ul {
  margin-bottom: 0;
}
.widget-categories .widget-content ul li {
  margin-bottom: 4px;
}
.widget-categories .widget-content ul li:last-child {
  margin-bottom: 0;
}
.widget-categories .widget-content ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: var(--global--font-body);
  font-size: 15px;
  font-weight: 700;
  color: var(--global--color-white);
  text-transform: capitalize;
  background-color: var(--global--color-heading);
  border-radius: 3px;
  z-index: 1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  height: 68px;
  padding: 0 30px;
  position: relative;
  overflow: hidden;
}
.widget-categories .widget-content ul li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: var(--global--color-primary);
  border-radius: 3px;
  z-index: -1;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right center;
      -ms-transform-origin: right center;
          transform-origin: right center;
  -webkit-transition: -webkit-transform 0.24s ease-in-out;
  transition: -webkit-transform 0.24s ease-in-out;
  transition: transform 0.24s ease-in-out;
  transition: transform 0.24s ease-in-out, -webkit-transform 0.24s ease-in-out;
}
.widget-categories .widget-content ul li a:hover {
  color: var(--global--color-heading);
}
.widget-categories .widget-content ul li a:hover::before {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
}
.widget-categories .widget-content ul li a:hover i {
  background-color: var(--global--color-heading);
  color: var(--global--color-primary);
}
.widget-categories .widget-content ul li a i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 25px;
  height: 25px;
  background: var(--global--color-primary);
  font-style: normal;
  font-family: var(--global--font-body);
  color: var(--global--color-heading);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-size: 12px;
  font-weight: 400;
  margin-left: 5px;
  border-radius: 50%;
}
.widget-categories.widget-categories-2 .widget-content ul li a:hover i {
  color: var(--global--color-heading);
}
.widget-categories.widget-categories-2 .widget-content ul li a i {
  width: auto;
  height: auto;
  background-color: transparent;
  font-size: 10px;
  color: var(--global--color-white);
  border-radius: 0;
}

/* Tags Widget */
.widget-tags .widget-wrapper {
  padding-top: 41px;
  padding-bottom: 40px;
  -webkit-clip-path: polygon(84% 0, 100% 11%, 100% 100%, 0 100%, 0 0);
          clip-path: polygon(84% 0, 100% 11%, 100% 100%, 0 100%, 0 0);
}
.widget-tags .widget-content {
  text-align: left;
}
.widget-tags .widget-content a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 32px;
  background-color: transparent;
  font-family: var(--global--font-body);
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  color: var(--global--color-heading);
  margin-right: 10px;
  margin-bottom: 10px;
  text-transform: capitalize;
  padding: 0px 10px;
  background-color: var(--global--color-primary);
  border-radius: 3px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.widget-tags .widget-content a:hover {
  background-color: var(--global--color-heading);
  color: var(--global--color-white);
}

/* Recent Posts */
.widget-recent-posts .widget-wrapper {
  padding-bottom: 44px;
}
.widget-recent-posts .post {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  margin-bottom: 30px;
}
.widget-recent-posts .post:last-child {
  margin-bottom: 0;
}
.widget-recent-posts .post .post-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 100%;
  margin-right: 20px;
  overflow: hidden;
  width: 80px;
  height: 80px;
}
.widget-recent-posts .post .post-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.widget-recent-posts .post .post-content {
  position: relative;
}
.widget-recent-posts .post .post-content .post-date {
  font-family: var(--global--font-body);
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #616161;
  text-transform: capitalize;
  margin-bottom: 3px;
}
.widget-recent-posts .post .post-content .post-date span::after {
  position: relative;
  content: ",";
  margin-right: 4px;
}
.widget-recent-posts .post .post-content .post-date span:last-child::after {
  content: unset;
}
.widget-recent-posts .post .post-content .post-title a {
  font-family: var(--global--font-heading);
  color: var(--global--color-heading);
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
  text-transform: capitalize;
}
.widget-recent-posts .post .post-content .post-title a:hover {
  color: var(--global--color-primary);
}

/* Search Widget */
.widget-search .widget-wrapper {
  background-color: var(--global--color-primary);
  padding-top: 41px;
  -webkit-clip-path: polygon(84% 0, 100% 27%, 100% 100%, 0 100%, 0 0);
          clip-path: polygon(84% 0, 100% 27%, 100% 100%, 0 100%, 0 0);
}
.widget-search .widget-wrapper .widget-title h3 {
  color: var(--global--color-heading);
}
.widget-search .form-search {
  position: relative;
  background-color: var(--global--color-white);
  margin-bottom: 0;
}
.widget-search .form-search .form-control {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #616161;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 1;
  height: 65px;
  padding: 25px 55px 25px 25px;
  background-color: transparent;
  border-radius: 3px;
  margin-bottom: 0;
}
.widget-search .form-search .form-control::-webkit-input-placeholder {
  color: #616161;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}
.widget-search .form-search .form-control:-moz-placeholder {
  color: #616161;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}
.widget-search .form-search .form-control:-ms-input-placeholder {
  color: #616161;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}
.widget-search .form-search .btn {
  background-color: transparent;
  border-radius: 0;
  border: 0;
  width: auto;
  height: auto;
  font-size: 16px;
  height: 100%;
  z-index: 4;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 25px;
  padding: 0;
}
.widget-search .form-search .btn i {
  color: var(--global--color-heading);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-size: 15px;
  margin-left: 0;
}
.widget-search .form-search .btn:hover i {
  color: var(--global--color-primary);
}

/* Reservation Widget */
.widget-reservation {
  position: relative;
  overflow: visible;
}
.widget-reservation .widget-wrapper {
  -webkit-clip-path: polygon(84% 0, 100% 12%, 100% 100%, 0 100%, 0 0);
          clip-path: polygon(84% 0, 100% 12%, 100% 100%, 0 100%, 0 0);
  padding: 42px 50px 46px;
}
@media (min-width:992px) and (max-width:1199.98px) {
  .widget-reservation .widget-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (max-width:767.98px) {
  .widget-reservation .widget-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (max-width:991.98px) {
  .widget-reservation .widget-wrapper {
    text-align: center;
  }
}
.widget-reservation .widget-wrapper::before {
  content: "";
  display: inline-block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  background: rgba(254, 208, 0, 0.95);
}
.widget-reservation .widget-wrapper::after {
  content: unset;
}
.widget-reservation .widget-wrapper .widget-content {
  position: relative;
  z-index: 3;
}
.widget-reservation .widget-wrapper .widget-content .widget-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.widget-reservation .widget-wrapper .widget-content .widget-action .btn {
  width: 100%;
  height: 68px;
  margin-bottom: 40px;
}
.widget-reservation .widget-wrapper .widget-content .widget-action .btn:last-child {
  width: auto;
  height: auto;
  padding: 0;
  color: #f9f9f9;
  font-family: var(--global--font-heading);
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 0;
}
.widget-reservation .widget-wrapper .widget-content .widget-action .btn:last-child svg {
  margin-right: 20px;
}

/* Widget Download */
.widget-download .widget-wrapper {
  -webkit-clip-path: polygon(84% 0, 100% 17%, 100% 100%, 0 100%, 0 0);
          clip-path: polygon(84% 0, 100% 17%, 100% 100%, 0 100%, 0 0);
}
.widget-download .widget-wrapper ul {
  margin: 0;
}
.widget-download .widget-wrapper ul li:last-of-type a {
  margin-bottom: 0;
}
.widget-download .widget-wrapper ul li.inversed a {
  background-color: var(--global--color-heading);
  color: var(--global--color-white);
}
.widget-download .widget-wrapper ul li.inversed a .icon-wrapper {
  border-right: 2px solid #393939;
}
.widget-download .widget-wrapper ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 30px;
  height: 80px;
  background-color: var(--global--color-primary);
  color: var(--global--color-heading);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-radius: 3px;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width:767.98px) {
  .widget-download .widget-wrapper ul li a {
    padding-right: 20px;
    height: 50px;
  }
}
.widget-download .widget-wrapper ul li a .icon-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80px;
  height: 80px;
  background: transparent;
  margin-right: 25px;
  border-right: 2px solid #d2ad07;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.widget-download .widget-wrapper ul li a span {
  font-family: var(--global--font-body);
  font-size: 15px;
  font-weight: 700;
  text-transform: capitalize;
}

/* Widget Recent Products */
.widget-recent-products {
  margin-bottom: 42px;
}
.widget-recent-products .product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
.widget-recent-products .product:last-child {
  margin-bottom: 0;
}
.widget-recent-products .product .product-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 20px;
  width: 60px;
  height: 60px;
  overflow: hidden;
}
.widget-recent-products .product .product-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.widget-recent-products .product .product-desc .product-title a {
  text-transform: capitalize;
  font-family: var(--global--font-heading);
  font-weight: 700;
  font-size: 16px;
  line-height: 23px;
  color: var(--global--color-heading);
  margin-bottom: 5px;
  display: inline-block;
}
.widget-recent-products .product .product-desc .product-title a:hover {
  color: var(--global--color-primary);
}
.widget-recent-products .product .product-desc .product-meta p {
  font-family: var(--global--font-body);
  font-size: 15px;
  font-weight: 700;
  color: var(--global--color-body);
  margin-bottom: 0;
}

/* Widget Services */
.widget-services .widget-content ul {
  margin-bottom: 0;
}
.widget-services .widget-content ul li {
  margin-bottom: 4px;
}
.widget-services .widget-content ul li:last-child {
  margin-bottom: 0;
}
.widget-services .widget-content ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: var(--global--font-body);
  font-size: 15px;
  font-weight: 700;
  color: var(--global--color-white);
  text-transform: capitalize;
  background-color: var(--global--color-heading);
  border-radius: 3px;
  z-index: 1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  height: 68px;
  padding: 0 30px;
  position: relative;
  overflow: hidden;
}
.widget-services .widget-content ul li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: var(--global--color-primary);
  border-radius: 3px;
  z-index: -1;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right center;
      -ms-transform-origin: right center;
          transform-origin: right center;
  -webkit-transition: -webkit-transform 0.24s ease-in-out;
  transition: -webkit-transform 0.24s ease-in-out;
  transition: transform 0.24s ease-in-out;
  transition: transform 0.24s ease-in-out, -webkit-transform 0.24s ease-in-out;
}
.widget-services .widget-content ul li a:hover {
  color: var(--global--color-heading);
}
.widget-services .widget-content ul li a:hover::before {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
}
.widget-services .widget-content ul li a:hover i {
  color: var(--global--color-heading);
}
.widget-services .widget-content ul li a i {
  color: var(--global--color-white);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-size: 10px;
  margin-left: 5px;
}

/* Widget Filter */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  -webkit-filter: inherit;
          filter: inherit;
}

.ui-slider-horizontal .ui-slider-handle {
  position: absolute;
  top: -4px;
  margin-left: -0.6em;
}
.ui-slider-horizontal .ui-slider-range {
  position: absolute;
  top: -1px;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.ui-slider-vertical .ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.widget-filter .widget-title h3 {
  margin-bottom: 26px;
}
.widget-filter .ui-slider {
  position: relative;
  height: 4px;
  background-color: #eaeaea;
  border-radius: 0;
  margin-bottom: 19px;
  margin-top: 5px;
}
.widget-filter .ui-slider-handle {
  /* Style for "Line" */
  width: 10px;
  height: 10px;
  margin-left: 0;
  background-color: var(--global--color-primary);
  border-radius: 3px;
}
.widget-filter .ui-slider-range {
  height: 4px;
  background-color: var(--global--color-primary);
  margin-bottom: 19px;
}
.widget-filter .slider-mount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: var(--global--font-body);
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: var(--global--color-body);
  margin-bottom: 0;
}
.widget-filter label {
  color: var(--global--color-body);
  margin: 0;
}
.widget-filter input {
  color: var(--global--color-body);
  border: none;
  background-color: transparent;
}
.widget-filter .btn-filter {
  float: right;
  font-family: var(--global--font-body);
  font-size: 14px;
  font-weight: 700;
  text-transform: capitalize;
  color: var(--global--color-heading);
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  text-align: right;
}
.widget-filter .btn-filter:hover {
  color: var(--global--color-primary);
}

/*------------------------------------*\
    #About
\*------------------------------------*/
.about {
  padding-top: 130px;
  padding-bottom: 130px;
  position: relative;
  overflow: visible;
  z-index: 5;
}
@media screen and (max-width:991.98px) {
  .about {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.about .about-img-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.about .about-img-holder .about-img {
  position: relative;
}
@media screen and (max-width:991.98px) {
  .about .about-img-holder .about-img {
    margin: 0 auto 0px;
  }
}
.about .about-img-holder .about-img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 24px;
}

.about .about-img-holder .about-img img {
    height: 800px;
    width: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.about .about-img-holder .about-img .video-intro {
    display: flex;
    align-items: stretch;
    max-width: 420px;
    position: absolute;
    left: 25px;
    bottom: 25px;
    z-index: 10;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.about .about-img-holder .about-img .video-intro .intro-img {
    width: 140px;
    height: auto;
    position: relative;
    background-size: cover;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about .about-img-holder .about-img .video-intro .intro-img .btn--video {
    width: 50px;
    height: 50px;
    background: #FED000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 0 0 rgba(254, 208, 0, 0.4);
    animation: pulse-sari 2s infinite;
    transition: 0.3s;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

@keyframes pulse-sari {
    0% { box-shadow: 0 0 0 0 rgba(254, 208, 0, 0.7); }
    70% { box-shadow: 0 0 0 15px rgba(254, 208, 0, 0); }
    100% { box-shadow: 0 0 0 0 rgba(254, 208, 0, 0); }
}

.about .about-img-holder .about-img .video-intro .intro-body {
    padding: 20px 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: transparent;
    position: relative;
    flex-grow: 1;
}

.about .about-img-holder .about-img .video-intro .intro-body::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 6px;
    height: 100%;
    background-color: #FED000;
}

.about .about-img-holder .about-img .video-intro .intro-body .video-title {
    font-family: 'Poppins', sans-serif !important;
    font-size: 17px;
    font-weight: 800 !important;
    color: #1a1a1a !important;
    margin-bottom: 6px;
    letter-spacing: -0.3px;
}

.about .about-img-holder .about-img .video-intro .intro-body .video-desc {
    font-size: 13px;
    line-height: 1.5;
    color: #666 !important;
    font-weight: 500;
    margin: 0;
}

@media screen and (max-width: 991.98px) {
    .about .about-img-holder .about-img img { height: 450px; }
    .about .about-img-holder .about-img .video-intro { max-width: 90%; left: 5%; bottom: 15px; }
}

@media screen and (max-width: 480px) {
    .about .about-img-holder .about-img .video-intro { flex-direction: column; }
    .about .about-img-holder .about-img .video-intro .intro-img { width: 100%; height: 160px; }
    .about .about-img-holder .about-img .video-intro .intro-body { padding: 20px; }
    .about .about-img-holder .about-img .video-intro .intro-body::after { width: 100%; height: 6px; top: auto; bottom: 0; right: auto; left: 0; }
}
.about .about-img-holder .about-img .cta-banner-holder {
  position: absolute;
  right: -40px;
  bottom: -40px;
  background-color: var(--global--color-white);
  max-width: 300px;
  z-index: 5;
  padding-top: 40px;
  padding-left: 40px;
}
@media (min-width: 992px) and (max-width: 1099.98px) {
  .about .about-img-holder .about-img .cta-banner-holder {
    right: -20px;
    bottom: -20px;
  }
}
@media (min-width: 1200px) and (max-width: 1249.98px) {
  .about .about-img-holder .about-img .cta-banner-holder {
    right: -20px;
    bottom: -20px;
  }
}
.about .about-img-holder .about-img .cta-banner-holder .cta-banner-content {
  background-color: var(--global--color-primary);
  padding: 33px 40px 12px;
}
.about .about-img-holder .about-img .cta-banner-holder .cta-banner-content .banner-title {
  font-family: var(--global--font-heading);
  font-weight: 700;
  font-size: 20px;
  line-height: 29px;
  color: var(--global--color-white);
  margin-bottom: 19px;
}
.about .about-img-holder .about-img .cta-banner-holder .cta-banner-content .banner-subtitle {
  margin-bottom: 35px;
  color: #f9f9f9;
  font-size: 14px;
  font-weight: 700;
  line-height: 23px;
}
.about .about-img-holder .about-img .cta-banner-holder .cta-banner-content .btn {
  width: 100%;
  margin-bottom: 14px;
}
.about .about-img-holder .about-img .cta-banner-holder .cta-banner-content .banner-note {
  font-size: 13px;
  line-height: 24px;
  color: var(--global--color-heading);
  margin-bottom: 0;
}
.about .advantages-list {
  margin-bottom: 25px;
}
.about .about-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width:991.98px) {
  .about .about-action {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width:767.98px) {
  .about .about-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.about .about-action .btn {
  width: 220px;
  height: 68px;
  margin-right: 30px;
}
@media screen and (max-width:767.98px) {
  .about .about-action .btn {
    margin-right: 0;
    margin-bottom: 25px;
    height: 60px;
    width: 200px;
  }
}
@media (min-width:992px) and (max-width:1199.98px) {
  .about .about-action .btn {
    width: 200px;
    margin-right: 15px;
  }
}
.about .about-action .btn:last-child {
  margin-right: 0;
  width: 176px;
}
@media screen and (max-width:767.98px) {
  .about .about-action .btn:last-child {
    margin-bottom: 0;
  }
}
.about .signature-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 30px;
}
@media screen and (max-width:991.98px) {
  .about .signature-block {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width:767.98px) {
  .about .signature-block {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.about .signature-block img {
  width: 68px;
  height: 68px;
  border: 2px solid #49d5fc;
  padding: 8px;
  background-color: var(--global--color-white);
  border-radius: 50%;
  margin-right: 20px;
}
.about .signature-block .signature-body {
  position: relative;
}
.about .signature-block .signature-body h3 {
  font-family: var(--global--font-heading);
  font-weight: 600;
  color: #1e4873;
  font-size: 19px;
  line-height: 29px;
  text-transform: capitalize;
  margin-bottom: 0;
}
@media (min-width:992px) and (max-width:1199.98px) {
  .about .signature-block .signature-body h3 {
    font-size: 12px;
  }
}
.about .signature-block .signature-body p {
  font-family: var(--global--font-body);
  font-weight: 400;
  color: #1d65b9;
  font-size: 14px;
  line-height: 28px;
  text-transform: capitalize;
  margin-bottom: 0;
}
.about .offers-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (min-width:992px) {
  .about .offers-cta {
    -webkit-transform: translateY(-187px);
        -ms-transform: translateY(-187px);
            transform: translateY(-187px);
    margin-bottom: -144px;
  }
}
@media screen and (max-width:991.98px) {
  .about .offers-cta {
    margin-bottom: 70px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.about .offers-cta .cta-body {
  position: relative;
  border-radius: 6px;
  background-color: var(--global--color-white);
  max-width: 400px;
  padding: 60px 60px 0px;
}
@media screen and (max-width:1199.98px) {
  .about .offers-cta .cta-body {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (max-width:991.98px) {
  .about .offers-cta .cta-body {
    padding: 40px 25px 40px;
    max-width: 370px;
    -webkit-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.18);
            box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.18);
  }
}
@media screen and (min-width:992px) {
  .about .offers-cta .cta-body img {
    position: absolute;
    bottom: 6px;
    right: 100%;
    width: 200px;
    height: 153px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 6px 0 0 0;
  }
}
@media screen and (max-width:991.98px) {
  .about .offers-cta .cta-body img {
    max-width: 100%;
    border-radius: 6px;
  }
}
.about .badge-rate {
  -webkit-clip-path: polygon(0 0, 50% 0, 100% 0, 100% 100%, 50% 85%, 0 100%);
          clip-path: polygon(0 0, 50% 0, 100% 0, 100% 100%, 50% 85%, 0 100%);
  background-color: var(--global--color-primary);
  min-height: 130px;
  width: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  padding-top: 7px;
  position: relative;
}
@media screen and (max-width:991.98px) {
  .about .badge-rate {
    margin: 0 auto 40px;
  }
}
.about .badge-rate::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 58px;
  background-color: #1c7bfd;
  -webkit-clip-path: polygon(0 0, 50% 0, 100% 0, 100% 100%, 50% 70%, 0 100%);
          clip-path: polygon(0 0, 50% 0, 100% 0, 100% 100%, 50% 70%, 0 100%);
}
.about .badge-rate .num {
  font-weight: 500;
  font-size: 28px;
  font-family: var(--global--font-body);
  color: var(--global--color-white);
  margin-bottom: 18px;
  position: relative;
  z-index: 2;
}
.about .badge-rate .rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
  margin-bottom: 7px;
}
.about .badge-rate .rating i {
  color: var(--global--color-white);
  font-size: 12px;
  margin-right: 3px;
}
.about .badge-rate .rating i:first-child {
  font-size: 8px;
}
.about .badge-rate .rating i:last-child {
  margin-right: 0;
  font-size: 8px;
}
.about .badge-rate .info {
  font-family: var(--global--font-body);
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  color: var(--global--color-white);
  margin-bottom: 0px;
  text-transform: capitalize;
  position: relative;
  z-index: 2;
}
.about.about-1 {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (min-width:992px) {
  .about.about-1 {
    min-height: 690px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width:991.98px) {
  .about.about-1 {
    padding-top: 70px;
    padding-bottom: 0px;
  }
}
@media screen and (min-width:992px) {
  .about.about-1 .about-img-holder {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: absolute;
    top: 0;
    right: 0;
    max-width: 50%;
  }
}
.about.about-2 .panels-holder {
  margin-bottom: 70px;
}
@media screen and (max-width:991.98px) {
  .about.about-2 .about-action {
    margin-bottom: 70px;
  }
}
.about.about-2 .about-action .btn:first-child {
  width: 228px;
}
@media screen and (min-width:768px) {
  .about.about-2 .about-action .btn:first-child {
    margin-right: 20px;
  }
}
.about.about-2 .about-img-holder .about-img img {
  height: 757px;
}
.about.about-3 {
  padding-top: 0px;
  padding-bottom: 0px;
}
@media screen and (min-width:992px) {
  .about.about-3 {
    min-height: 690px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.about.about-3 .heading {
  position: relative;
  z-index: 6;
}
@media screen and (min-width:992px) {
  .about.about-3 .about-img-holder {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
  }
}
@media screen and (min-width:992px) {
  .about.about-3 .about-img-holder .testimonial-wrapper {
    position: absolute;
    bottom: -287px;
    left: 0;
    width: 100%;
  }
}
@media screen and (max-width:991.98px) {
  .about.about-3 .about-img-holder .testimonial-wrapper {
    position: absolute;
    bottom: 0;
    max-width: 550px;
  }
  .about.about-3 .about-img-holder .testimonial-wrapper .container-lg {
    padding: 0;
  }
}
@media screen and (max-width:767.98px) {
  .about.about-3 .about-img-holder .testimonial-wrapper {
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
  }
}
.about.about-3 .about-img-holder .testimonial-wrapper .testimonials-holder {
  padding: 78px 90px 80px;
  background-color: var(--global--color-primary);
  position: relative;
  z-index: 5;
}
@media (min-width:992px) and (max-width:1199.98px) {
  .about.about-3 .about-img-holder .testimonial-wrapper .testimonials-holder {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media screen and (max-width:991.98px) {
  .about.about-3 .about-img-holder .testimonial-wrapper .testimonials-holder {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media screen and (max-width:767.98px) {
  .about.about-3 .about-img-holder .testimonial-wrapper .testimonials-holder {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.about.about-3 .about-img-holder .testimonial-wrapper .testimonials-holder .testimonials-thumbs-wrapper {
  margin-bottom: 0;
  padding-bottom: 0;
}
.about.about-3 .about-img-holder .testimonial-wrapper .testimonials-holder .testimonials-thumbs-wrapper::before {
  content: unset;
}
.about.about-3 .about-img-holder .testimonial-wrapper .testimonials-holder .testimonial-panel {
  margin-bottom: 24px;
}
.about.about-3 .about-img-holder .testimonial-wrapper .testimonials-holder .quote-icon {
  position: absolute;
  bottom: 40px;
  right: 40px;
  z-index: 5;
}
@media screen and (max-width:767.98px) {
  .about.about-3 .about-img-holder .testimonial-wrapper .testimonials-holder .quote-icon {
    bottom: 25px;
    right: 25px;
  }
}
.about.about-3 .about-img-holder .testimonial-wrapper .testimonials-holder::before {
  content: "";
  position: absolute;
  bottom: calc(100% - 1px);
  left: 0;
  width: 35px;
  height: 30px;
  background-color: var(--global--color-primary);
  -webkit-clip-path: polygon(100% 100%, 0 0, 0 100%);
          clip-path: polygon(100% 100%, 0 0, 0 100%);
}
@media screen and (min-width:992px) {
  .about.about-3 .about-img-holder .about-img {
    max-width: 50%;
  }
}
.about.about-3 .about-img-holder .about-img img {
  height: 690px;
}

/*------------------------------------*\
    #Banner
\*------------------------------------*/

#banner1.banner-1 {
    position: relative;
    padding: 60px 0 !important; 
    overflow: hidden;
    background-color: #1a1a1a;
}

#banner1 .bg-section img {
    opacity: 0.2; 
    filter: grayscale(20%);
}

#banner1 .heading-3 {
    margin-bottom: 40px !important;
}

#banner1 .heading-title {
    font-size: 34px !important;
    font-weight: 800 !important;
    color: #ffffff !important;
    margin-bottom: 15px;
    letter-spacing: -1px;
}

#banner1 .heading-desc {
    font-size: 15px !important;
    color: rgba(255, 255, 255, 0.7) !important;
    max-width: 600px;
    line-height: 1.6;
}


.banner-carousel {
    margin-top: 30px; 
}


.industry-panel {
    background: #1a1a1a !important;
    border-radius: 24px;
    overflow: hidden;
    position: relative; 
    min-height: 480px !important; 
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    border-bottom: 6px solid #FED000;
}

.industry-panel:hover {
    transform: translateY(-10px);
    box-shadow: 0 40px 80px rgba(0, 0, 0, 0.6);
    border-color: rgba(254, 208, 0, 0.4);
}

.industry-panel .industry-img {
    height: 240px !important;
    position: relative;
    overflow: hidden;
}

.industry-panel .industry-img::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent 0%, #1a1a1a 100%);
    z-index: 2;
}

.industry-panel .industry-img img {
    height: 100% !important;
    width: 100%;
    object-fit: cover;
    transition: transform 0.8s ease;
}

.industry-panel:hover .industry-img img {
    transform: scale(1.1) rotate(1deg); /* Hafif dinamik hareket */
}

.industry-panel .industry-name a {
    font-size: 24px !important;
    font-weight: 800 !important;
    color: #ffffff !important;
    margin-bottom: 12px;
    display: inline-block;
    position: relative;
}

.industry-panel .industry-name a::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background: #FED000;
    transition: width 0.3s ease;
}

.industry-panel:hover .industry-name a::after {
    width: 50px;
}

.industry-panel .industry-desc p {
    font-size: 15px !important;
    line-height: 1.6 !important;
    color: rgba(255, 255, 255, 0.7) !important;
    margin: 0 !important;
    font-weight: 300;
}
@media (max-width: 991px) {
    .industry-panel {
        min-height: 420px !important;
    }
}
/* 4. SAĞ TARAF: BİLGİ PANELLERİ */
.panels-holder {
    display: flex;
    flex-direction: column;
    gap: 15px; /* Paneller arası mesafe */
}

.banner-panel {
    display: flex !important;
    align-items: flex-start;
    padding: 15px 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-top: none !important;
}

.banner-panel .panel-icon {
    margin-right: 20px;
    flex-shrink: 0;
}

.banner-panel .panel-icon i::before {
    font-size: 38px !important;
    color: #FED000 !important; /* Marka sarısı ikonlar */
}

.banner-panel .panel-content h3 {
    font-size: 17px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    margin-bottom: 5px !important;
}

.banner-panel .panel-content p {
    font-size: 13px !important;
    color: rgba(255, 255, 255, 0.6) !important;
    line-height: 1.4 !important;
    margin: 0 !important;
}
.call-to-action {
    margin-top: 40px !important;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.note-light p {
    font-size: 13px !important;
    color: rgba(255, 255, 255, 0.8) !important;
    line-height: 1.6;
}

.note-light a {
    color: #FED000 !important;
    font-weight: 700;
    margin-left: 10px;
    text-decoration: none;
}

.cta-action {
    display: flex;
    gap: 20px;
    justify-content: flex-end;
    align-items: center;
}
.cta-action .btn {
    position: relative; /* İçindeki kayan elementi sınırlandırmak için şart */
    overflow: hidden;
    border-radius: 12px !important;
    padding: 16px 32px !important; /* Biraz daha etli, dolgun butonlar */
    font-size: 14px !important;
    font-weight: 800 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-decoration: none !important;
    z-index: 1; /* Buton ana katmanı */
    transition: all 0.4s ease;
    border: none !important;
}

/* İkon ve Yazıların Arka Planın Altında Kalmaması İçin Sigorta */
.cta-action .btn * {
    position: relative;
    z-index: 5 !important; /* Yazılar her zaman en üstte kalacak */
    transition: color 0.3s ease, transform 0.3s ease !important;
}

/* İkon (Ok) Ayarları */
.cta-action .btn i {
    margin-left: 12px;
}

/* --- EFSANEVİ KAYMA EFEKTİ (SLIDE) --- */
/* Her butonun içine görünmez bir arka plan ekliyoruz */
.cta-action .btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0%; /* Başlangıçta genişliği 0, yani görünmez */
    z-index: -1; /* Yazının arkasında duracak */
    transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1); /* Hızlı başlayıp yavaşlayan premium ivme */
}

/* Hover olduğunda arka plan genişleyip butonu kaplasın ve ok sağa kaysın */
.cta-action .btn:hover::before {
    width: 100%;
}
.cta-action .btn:hover i {
    transform: translateX(6px); /* Ok simgesi hafifçe ileri fırlar */
}
.btn--white {
    background-color: #FED000 !important; /* Ana sarı zemin */
    color: #1a1a1a !important; 
    box-shadow: 0 4px 15px rgba(254, 208, 0, 0.2);
}

.btn--white::before {
    background-color: #ffffff !important; /* Kayarak gelecek renk: BEYAZ */
}

/* Hover durumunda butonun yükselmesi ve yazının siyah kalması */
.btn--white:hover {
    box-shadow: 0 10px 25px rgba(255, 255, 255, 0.3);
}

.btn--white:hover, 
.btn--white:hover * {
    color: #1a1a1a !important; /* Beyaz zemin üstünde siyah yazı garanti edildi */
}

.btn--transparent {
    background-color: rgba(255, 255, 255, 0.03) !important;
    border: 2px solid rgba(255, 255, 255, 0.2) !important;
    color: #ffffff !important; /* İlk başta beyaz yazı */
}

.btn--transparent::before {
    background-color: #FED000 !important; /* Kayarak gelecek renk: SARI */
}

/* Hover durumunda çerçevenin sarıya dönmesi ve yükselme */
.btn--transparent:hover {
    border-color: #FED000 !important;
    box-shadow: 0 10px 25px rgba(254, 208, 0, 0.3);
}

/* EN KRİTİK NOKTA: Hover olduğunda yazı ve ikon KESİNLİKLE koyu renk olacak */
.btn--transparent:hover, 
.btn--transparent:hover * {
    color: #1a1a1a !important; /* Sarı zemin üstünde okunaklı siyah yazı */
}
@media (max-width: 768px) {
    .cta-action {
        justify-content: center;
        flex-direction: column;
        width: 100%;
        gap: 15px;
    }
    .cta-action .btn {
        width: 100%; /* Telefondaki butonlar tam genişlikte dolsun */
    }
}
/* 6. RESPONSIVE AYARLAR */
@media (max-width: 991px) {
    #banner1.banner-1 { padding: 40px 0 !important; }
    .cta-action { justify-content: flex-start; margin-top: 20px; }
    .banner-carousel { margin-bottom: 40px; }
    .industry-panel { max-width: 400px; margin: 0 auto; }
}

@media (min-width: 992px) {
    /* Carousel ve Panellerin boyunu eşitleyen sihirli dokunuş */
    .banner-carousel {
        height: 100%;
        min-height: 400px;
    }
}
/* =========================================
   6. RESPONSIVE AYARLAR (TEMA ÇAKIŞMALARINI GİDEREN KESİN ÇÖZÜM)
   ========================================= */

@media (max-width: 991px) {
    /* Banner Genel Boşlukları */
    #banner1.banner-1 { 
        padding: 60px 0 40px 0 !important; 
    }
    
    .heading-3 .heading-title {
        font-size: 28px !important; 
        text-align: center !important;
        line-height: 1.3 !important;
    }
    
    .heading-3 .heading-desc {
        font-size: 14px !important;
        text-align: center !important;
        margin-bottom: 40px !important;
        padding: 0 10px;
    }

    .banner-carousel { 
        margin-bottom: 40px; 
    }

    /* --- 🌟 KART TASARIMI - SIFIRLANMIŞ YAPI --- */
    .industry-panel { 
        display: flex !important; 
        flex-direction: column !important; /* İçeriği alt alta zorla dizer */
        max-width: 400px; 
        margin: 0 auto; 
        height: auto !important;
        min-height: auto !important;
        border-radius: 20px;
        position: relative !important;
        overflow: hidden !important;
    }

    /* Üstteki Resim */
    .industry-panel .industry-img {
        position: relative !important;
        height: 220px !important;
        width: 100% !important;
        flex: 0 0 220px !important; /* Resmin yüksekliğini kilitler, ezilmesini önler */
    }

.industry-panel .industry-content {
        position: relative !important;
        top: 0 !important; 
        bottom: auto !important;
        left: 0 !important;
        right: auto !important;
        transform: none !important;
        background: #1a1a1a !important;
        /* Üstten 40px, SAĞ-SOL 15px, ALTTAN 50px BOŞLUK BIRAKTIK (Yazı yukarı kalkar) */
        padding: 40px 15px 50px 15px !important; 
        margin: 0 !important;
        height: auto !important;
        min-height: max-content !important; /* Kutu içerik kadar zorla uzar */
        width: 100% !important;
        display: block !important;
    }

    /* 🎯 Sarı Artı İkonu */
    .industry-panel .industry-more {
        position: absolute !important;
        top: 0 !important; /* Siyah kutunun tavanına hizalar */
        left: 50% !important;
        transform: translate(-50%, -50%) !important; /* Tam kesişim noktasına oturtur */
        margin: 0 !important;
        z-index: 20 !important;
    }

    /* Başlık ve Paragraf Kapsayıcısı */
.industry-panel .industry-body {
        position: relative !important;
        top: auto !important;
        bottom: auto !important;
        transform: none !important;
        padding: 0 !important;
        margin: 0 !important;
        text-align: center !important; 
        opacity: 1 !important; 
        visibility: visible !important;
        height: auto !important;
    }
    .industry-panel .industry-name {
        margin: 0 0 12px 0 !important; 
        text-align: center !important; 
    }

    .industry-panel .industry-name a {
        display: inline-block !important;
    }
    
    .industry-panel .industry-name a::after {
        left: 50% !important;
        transform: translateX(-50%) !important;
    }

.industry-panel .industry-desc p {
        text-align: center !important; 
        font-size: 13px !important; /* Mobilde daha rahat sığması için 1 punto küçülttük */
        line-height: 1.6 !important; /* Satır aralıklarını açarak okunabilirliği artırdık */
        margin: 0 !important;
        color: rgba(255, 255, 255, 0.7) !important;
        height: auto !important;
        max-height: none !important; /* Temadaki olası kırpma engellerini kaldırır */
        white-space: normal !important;
    }
    
    /* --- SAĞ BİLGİ PANELLERİ --- */
    .panels-holder {
        gap: 12px; 
        display: flex;
        flex-direction: column;
    }

    .banner-panel {
        background: rgba(255, 255, 255, 0.02) !important; 
        border: 1px solid rgba(255, 255, 255, 0.05) !important;
        border-radius: 16px; 
        padding: 20px 15px !important;
        margin: 0 !important;
        transition: background 0.3s ease;
    }

    .banner-panel:hover {
        background: rgba(255, 255, 255, 0.04) !important;
    }

    .banner-panel .panel-icon i::before {
        font-size: 32px !important; 
    }

    /* --- ÇAĞRI BUTONLARI (CTA) --- */
    .call-to-action { 
        margin-top: 50px !important; 
        padding-top: 40px; 
        text-align: center; 
    }

    .note-light p {
        font-size: 14px !important;
        line-height: 1.7;
        margin-bottom: 25px;
    }
}

/* Sadece Telefonlar İçin (768px ve altı) */
@media (max-width: 768px) {
    .cta-action { 
        justify-content: center; 
        flex-direction: column; 
        width: 100%; 
        gap: 15px; 
    }
    
    .cta-action .btn { 
        width: 100%; 
        padding: 14px 24px !important; 
        border-radius: 10px !important;
        font-size: 13px !important; 
    }
}

/* Masaüstü Düzeni Koruması */
@media (min-width: 992px) {
    .banner-carousel {
        height: 100%;
        min-height: 400px;
    }
}
/*------------------------------------*\
    #Features
\*------------------------------------*/
.features {
  padding-top: 70px; /* 114px'den düşürüldü */
  padding-bottom: 0;
  overflow: visible;
  position: relative;
  z-index: 4;
}
@media screen and (max-width:991.98px) {
  .features {
    padding-top: 40px;
  }
}
.features .carousel .owl-stage-outer {
  overflow: visible;
}
.features .carousel .owl-stage-outer .owl-item {
  opacity: 0;
}
.features .carousel .owl-stage-outer .owl-item.active {
  opacity: 1;
}
@media screen and (max-width:991.98px) {
  .features .carousel .owl-nav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px;
  }
}
.features .features-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width:991.98px) {
  .features .features-action {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width:767.98px) {
  .features .features-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width:992px) {
  .features .features-action {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

/* Aksiyon Butonları Zarifleştirildi */
.features .features-action .btn {
  width: auto;
  min-width: 180px; 
  height: 50px; /* 68px'den düşürüldü, daha modern */
  margin-right: 20px;
  padding: 0 20px;
  line-height: 48px; /* Metni dikeyde ortalar */
}
@media screen and (max-width:767.98px) {
  .features .features-action .btn {
    margin-right: 0;
    margin-bottom: 20px;
    height: 46px;
    min-width: 160px;
  }
}
@media (min-width:992px) and (max-width:1199.98px) {
  .features .features-action .btn {
    min-width: 160px;
    margin-right: 15px;
  }
}
.features .features-action .contact-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* İletişim İkonları Küçültüldü */
.features .features-action .contact-num .contact-icon-wrapper {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 52px; /* 68px'den 52px'e */
  height: 52px;
  background: transparent;
  border: 2px solid var(--global--color-primary);
  border-radius: 50%;
  margin-right: 10px;
}
.features .features-action .contact-num .contact-icon-wrapper .contact-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 36px; /* 46px'den 36px'e */
  height: 36px;
  background: var(--global--color-heading);
  border-radius: 50%;
}
.features .features-action .contact-num .contact-icon-wrapper .contact-icon svg {
  color: var(--global--color-primary);
  width: 16px;
  height: 16px;
}
.features .features-action .contact-num .contact-body a {
  display: block;
  font-family: var(--global--font-heading);
  font-weight: 700;
  font-size: 16px;
  color: var(--global--color-heading-light);
  margin-bottom: 6px;
  line-height: 1;
}
.features .features-action .contact-num .contact-body .job-title {
  font-family: var(--global--color-secondary);
  font-weight: 400;
  font-size: 12px;
  color: var(--global--color-body);
  margin-bottom: 0;
  line-height: 1;
}

/* Seksiyon Boşlukları Tıraşlandı */
.features.features-1 {
  padding-top: 80px; /* 128px idi */
  padding-bottom: 60px; /* 102px idi */
}
@media screen and (max-width:991.98px) {
  .features.features-1 {
    padding-top: 50px;
    padding-bottom: 40px;
  }
}
.features.features-1::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #f4f4f4;
  height: 220px; /* 376px idi, devasa yer kaplıyordu */
}
.features.features-1 .owl-carousel .owl-dots {
  margin-bottom: 30px;
}
@media screen and (min-width:992px) {
  .features.features-1 .owl-carousel .owl-dots {
    margin-bottom: 0;
    position: absolute;
    right: 0;
    bottom: -6px;
  }
}
.features.features-1 .owl-carousel .owl-stage-outer {
  overflow: visible;
}
.features.features-1 .owl-carousel .owl-stage-outer .owl-item {
  opacity: 0;
}
.features.features-1 .owl-carousel .owl-stage-outer .owl-item.active {
  opacity: 1;
}
.features.features-1 .note {
  position: relative;
  z-index: 10; /* YAZI GÜVENLİĞİ */
}
@media screen and (min-width:992px) {
  .features.features-1 .note {
    -webkit-transform: translateY(-8px);
        -ms-transform: translateY(-8px);
            transform: translateY(-8px);
    margin-bottom: -8px;
    max-width: 470px;
  }
}

.features.features-2 {
  padding-top: 100px; /* 208px'den düşürüldü */
  padding-bottom: 70px;
  position: relative;
}
@media screen and (max-width:991.98px) {
  .features.features-2 {
    padding-top: 50px;
    padding-bottom: 40px;
  }
}
.features.features-2 .bottom-shape {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 200px; /* 396px idi */
}
.features.features-2 .bottom-shape .edge-shape {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 60px; /* 80px idi */
  height: 60px;
}

.features.features-3 {
  padding-top: 80px; /* 134px idi */
  padding-bottom: 80px; /* 150px idi */
}
@media screen and (max-width:991.98px) {
  .features.features-3 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.features.features-3 .advantages-list {
  margin-bottom: 40px;
}
@media screen and (max-width:991.98px) {
  .features.features-3 .features-actions {
    text-align: center;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
.features.features-3 .features-actions p {
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  color: var(--global--color-body);
  margin-bottom: 25px;
}
.features.features-3 .features-actions .btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
  min-width: 180px;
  height: 50px;
}

.features.features-4 {
  padding: 0;
}
.features.features-5 {
  padding-top: 20px;
  padding-bottom: 60px; /* 103px idi */
}
@media screen and (max-width:991.98px) {
  .features.features-5 {
    padding-bottom: 40px;
  }
}
.features.features-5 .divider {
  height: 1px;
  background-color: rgb(234, 234, 234);
  margin-top: 50px;
  margin-bottom: 40px;
}
@media screen and (max-width:991.98px) {
  .features.features-5 .note {
    margin-bottom: 25px;
  }
}

.features.features-6 {
  padding-top: 80px; /* 128px idi */
  padding-bottom: 60px; /* 90px idi */
}
@media screen and (max-width:991.98px) {
  .features.features-6 {
    padding-top: 50px;
    padding-bottom: 30px;
  }
}

.features.features-7 {
  padding-top: 80px; /* 116px idi */
  padding-bottom: 70px; /* 110px idi */
  position: relative;
}
@media screen and (max-width:991.98px) {
  .features.features-7 {
    padding-top: 50px;
    padding-bottom: 40px;
  }
}
.features.features-7 .bottom-shape {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 200px; /* 396px idi */
}
.features.features-7 .bottom-shape .edge-shape {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 60px;
  height: 60px;
}

.features.features-8 {
  padding-top: 100px; /* 244px idi (Çok fazlaydı) */
  padding-bottom: 80px; /* 150px idi */
}
@media screen and (max-width:991.98px) {
  .features.features-8 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.features.features-8 .advantages-list {
  margin-bottom: 40px;
}
@media screen and (max-width:991.98px) {
  .features.features-8 .features-actions {
    text-align: center;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
.features.features-8 .features-actions p {
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  color: var(--global--color-body);
  margin-bottom: 25px;
}
.features.features-8 .features-actions .btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
  min-width: 180px;
  height: 50px;
}

/* ==========================================================================
   FEATURE PANELS (KARTLAR DAHA İNCE VE ZARİF)
   ========================================================================== */
.feature-panel {
  background-color: var(--global-color-white);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: relative;
  margin-bottom: 30px;
  border-radius: 12px; /* Zarif bir köşe yumuşaklığı eklendi */
  -webkit-box-shadow: 0px 5px 40px 0px rgba(27, 26, 26, 0.05); /* Gölge hafifletildi */
          box-shadow: 0px 5px 40px 0px rgba(27, 26, 26, 0.05);
}
@media screen and (max-width:991.98px) {
  .feature-panel {
    max-width: 370px;
    margin: 0 auto 30px;
  }
}
.feature-panel:hover {
  -webkit-box-shadow: 0px 10px 50px 0px rgba(27, 26, 26, 0.08);
          box-shadow: 0px 10px 50px 0px rgba(27, 26, 26, 0.08);
  transform: translateY(-5px); /* Hoverda zarif bir yükselme */
}
.feature-panel:hover .feature-img::before {
  opacity: 1;
  visibility: visible;
}
.feature-panel:hover .feature-img .feature-more::before {
  width: 90px; /* 130px idi, çok abartılıydı */
  height: 90px;
}
.feature-panel:hover .feature-content .feature-icon i {
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
}
.feature-panel .feature-img {
  position: relative;
}
.feature-panel .feature-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 55%, rgba(0, 0, 0, 0.25) 100%);
  z-index: 2;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  border-radius: 12px 12px 0 0;
}
.feature-panel .feature-img img {
  width: 100%;
  height: 160px; /* 192px'den 160'a düşürüldü */
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px 12px 0 0;   
}
.feature-panel .feature-img .feature-more {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50px; /* 68px'den düşürüldü */
  height: 50px;
  background: transparent;
  border-radius: 50%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  z-index: 5;
}
.feature-panel .feature-img .feature-more::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 2px solid var(--global--color-primary);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-radius: 50%;
}
.feature-panel .feature-img .feature-more i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50px;
  height: 50px;
  background: var(--global--color-primary);
  border-radius: 50%;
  color: var(--global--color-heading);
  font-size: 14px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

/* KART İÇERİĞİ VE YAZI GÜVENLİĞİ */
.feature-panel .feature-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px 25px 35px; /* DEHŞET BOŞLUKLAR ALINDI (Eskisi: 49px 50px 73px) */
  position: relative; 
  z-index: 10; /* Yazılar asla arka planda kalmaz */
}
@media screen and (max-width:991.98px) {
  .feature-panel .feature-content {
    text-align: center;
  }
}
.feature-panel .feature-content .feature-icon {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  margin-bottom: 20px;
}
.feature-panel .feature-content .feature-icon i {
  display: inline-block;
  font-size: 45px; /* 65px'den düşürüldü */
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: var(--global--color-primary);
}
.feature-panel .feature-content .feature-body .feature-name {
  font-family: var(--global--font-heading);
  font-weight: 700;
  font-size: 20px; /* 24px'den düşürüldü */
  line-height: 1.3;
  text-transform: capitalize;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: relative;
  margin-bottom: 15px;
}
.feature-panel .feature-content .feature-body .feature-name a {
  color: var(--global--color-heading);
}
.feature-panel .feature-content .feature-body .feature-name a:hover {
  color: var(--global--color-primary);
}
.feature-panel .feature-content .feature-body .feature-desc {
  color: var(--global--color-body);
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 0px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

/* Feature Panel 2 Varyasyonu */
.feature-panel.feature-panel-2 {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-filter: drop-shadow(0px 5px 30px rgba(27, 26, 26, 0.05));
          filter: drop-shadow(0px 5px 30px rgba(27, 26, 26, 0.05));
}
.feature-panel.feature-panel-2:hover .feature-img .feature-btn {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.feature-panel.feature-panel-2:hover .feature-content .feature-icon i {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}
.feature-panel.feature-panel-2 .feature-content {
  -webkit-clip-path: polygon(88% 0, 100% 10%, 100% 100%, 0 100%, 0 0);
          clip-path: polygon(88% 0, 100% 10%, 100% 100%, 0 100%, 0 0);
  background-color: var(--global--color-white);
  padding-bottom: 30px;
}
.feature-panel.feature-panel-2 .feature-img {
  overflow: hidden;
}
.feature-panel.feature-panel-2 .feature-img::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 55%, rgba(0, 0, 0, 0.8) 100%);
}
.feature-panel.feature-panel-2 .feature-img img {
  height: 140px; /* 170px idi */
}
.feature-panel.feature-panel-2 .feature-img .feature-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, calc(-50% + 100px));
      -ms-transform: translate(-50%, calc(-50% + 100px));
          transform: translate(-50%, calc(-50% + 100px));
  width: calc(100% - 60px);
  height: 50px; /* 78px idi */
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  transition: 0.4s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  color: var(--global--color-heading);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width:1199.98px) {
  .feature-panel.feature-panel-2 .feature-img .feature-btn {
    width: calc(100% - 40px);
  }
}
.feature-panel.feature-panel-2 .feature-img .feature-btn::before {
  content: unset;
}
.feature-panel.feature-panel-2 .feature-img .feature-btn i {
  color: var(--global--color-heading);
}

/* ==========================================================================
   FEATURES HOLDER (GENİŞ İÇERİK BLOKLARI)
   ========================================================================== */
.features-holder .feature-wrapper {
  margin-bottom: 60px; /* 110px'den düşürüldü */
}
@media screen and (max-width:991.98px) {
  .features-holder .feature-wrapper {
    margin-bottom: 40px;
    text-align: center;
  }
}
.features-holder .feature-wrapper .feature-img {
  position: relative;
}
@media screen and (min-width:992px) {
  .features-holder .feature-wrapper .feature-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media screen and (max-width:991.98px) {
  .features-holder .feature-wrapper .feature-img {
    max-width: 550px;
    margin: 0 auto;
  }
}
.features-holder .feature-wrapper .feature-img .edge-shape {
  position: absolute;
  top: 0;
  z-index: 5;
  width: 80px; /* 110px idi */
  height: 80px;
}
.features-holder .feature-wrapper .feature-img img {
  width: 100%;
  height: 320px; /* 413px idi, bu çok fazlaydı! */
  border-radius: 16px; /* Modern dokunuş */
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width:992px) {
  .features-holder .feature-wrapper .feature-img img {
    height: 100%;
  }
}
.features-holder .feature-wrapper .btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
  min-width: 180px;
  height: 50px;
  padding: 0 20px;
}
@media screen and (max-width:991.98px) {
  .features-holder .feature-wrapper .heading {
    margin-bottom: 40px;
  }
}
.features-holder .feature-wrapper .quote-card .client-quote {
  font-family: var(--global--font-heading);
  font-weight: 700;
  font-size: 16px;
  line-height: 1.6;
  color: var(--global--color-white);
  margin-bottom: 15px;
}
.features-holder .feature-wrapper .quote-card .client-rate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width:991.98px) {
  .features-holder .feature-wrapper .quote-card .client-rate {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width:767.98px) {
  .features-holder .feature-wrapper .quote-card .client-rate {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.features-holder .feature-wrapper .quote-card .client-rate .rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 15px;
}
@media screen and (max-width:767.98px) {
  .features-holder .feature-wrapper .quote-card .client-rate .rating {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.features-holder .feature-wrapper .quote-card .client-rate .rating i {
  font-size: 12px;
  color: var(--global--color-primary);
  margin-right: 3px;
}
.features-holder .feature-wrapper .quote-card .client-rate .rating i:last-child {
  margin-right: 0;
}
.features-holder .feature-wrapper .quote-card .client-rate .client-name {
  font-family: var(--global--font-body);
  font-weight: 700;
  font-size: 13px;
  color: #f9f9f9;
  margin-bottom: 0;
}
.features-holder .feature-wrapper .advantages-list {
  margin-bottom: 25px;
}
.features-holder .feature-wrapper.feature-right .feature-img .edge-shape {
  left: 0;
}
.features-holder .feature-wrapper.feature-left .feature-img .edge-shape {
  right: 0;
}

/* Features Holder 2 Varyasyonu */
.features-holder.features-holder-2 {
  -webkit-clip-path: polygon(95% 0, 100% 4%, 100% 100%, 0 100%, 0 0);
          clip-path: polygon(95% 0, 100% 4%, 100% 100%, 0 100%, 0 0);
  background-color: var(--global--color-white);
  border-radius: 16px; /* Ekstra estetik */
}
@media screen and (min-width:992px) {
  .features-holder.features-holder-2 {
    -webkit-transform: translateY(-60px); /* 110px idi, boşluk azaltıldı */
        -ms-transform: translateY(-60px);
            transform: translateY(-60px);
  }
}
.features-holder.features-holder-2 .feature-wrapper {
  margin-bottom: 0;
}

/* YAZI GÜVENLİĞİ VE BOŞLUK DARALTMA */
.features-holder.features-holder-2 .feature-wrapper .content-wrapper {
  padding: 60px 40px; /* 108px 70px 110px'den DEVASA DÜŞÜŞ */
  position: relative;
  z-index: 10; /* Yazılar asla kaybolmaz */
}
@media screen and (max-width:991.98px) {
  .features-holder.features-holder-2 .feature-wrapper .content-wrapper {
    padding: 40px 30px;
  }
}
@media screen and (max-width:767.98px) {
  .features-holder.features-holder-2 .feature-wrapper .content-wrapper {
    padding: 30px 20px;
  }
}
.features-holder.features-holder-2 .feature-wrapper .content-wrapper .heading {
  margin-bottom: 0;
}
.features-holder.features-holder-2 .feature-wrapper .content-wrapper .heading .heading-subtitle {
  color: var(--global--color-primary);
}
.features-holder.features-holder-2 .feature-wrapper .content-wrapper .quote-card .client-quote {
  color: var(--global--color-heading-darken);
}
.features-holder.features-holder-2 .feature-wrapper .content-wrapper .quote-card .client-rate .client-name {
  color: var(--global--color-heading-light);
}
.features-holder.features-holder-2 .feature-wrapper.feature-wrapper-3 .content-wrapper {
  padding: 60px 40px; /* 104px 70px 103px idi */
  position: relative;
  z-index: 10;
}
@media screen and (max-width:991.98px) {
  .features-holder.features-holder-2 .feature-wrapper.feature-wrapper-3 .content-wrapper {
    padding: 40px 30px;
  }
}

.features-holder-wrapper {
  -webkit-filter: drop-shadow(0px 5px 40px rgba(27, 26, 27, 0.08));
          filter: drop-shadow(0px 5px 40px rgba(27, 26, 27, 0.08));
}

/*--------------------------------
    #Pricing
---------------------------------*/
.pricing {
  padding-top: 125px;
  padding-bottom: 102px;
}
@media screen and (max-width:991.98px) {
  .pricing {
    padding-top: 65px;
    padding-bottom: 62px;
  }
}

.pricing-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 33px;
}
@media screen and (max-width:991.98px) {
  .pricing-table {
    max-width: 370px;
    margin: 0 auto 33px;
  }
}
.pricing-table .pricing-panel {
  background-color: #f4f4f4;
  padding: 43px 50px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  -webkit-clip-path: polygon(84% 0, 100% 12%, 100% 100%, 0 100%, 0 0);
          clip-path: polygon(84% 0, 100% 12%, 100% 100%, 0 100%, 0 0);
}
@media screen and (max-width:991.98px) {
  .pricing-table .pricing-panel {
    text-align: center;
  }
}
@media (min-width:992px) and (max-width:1199.98px) {
  .pricing-table .pricing-panel {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (max-width:767.98px) {
  .pricing-table .pricing-panel {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.pricing-table .pricing-panel.active {
  background-color: var(--global--color-primary);
  -webkit-box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.12);
          box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.12);
}
.pricing-table .pricing-panel.active::before {
  content: "";
  display: inline-block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  background: rgba(254, 208, 0, 0.95);
}
.pricing-table .pricing-panel.active .pricing-body .pricing-heading .pricing-desc {
  color: var(--global--color-heading-light);
}
.pricing-table .pricing-panel.active .pricing-body .pricing-list li i {
  background-color: var(--global--color-white);
}
.pricing-table .pricing-panel.active .pricing-price .btn {
  background-color: var(--global--color-white);
}
.pricing-table .pricing-panel .pricing-tag {
  position: absolute;
  top: -5px;
  left: -5px;
}
.pricing-table .pricing-panel .pricing-body .pricing-heading {
  margin-bottom: 25px;
}
.pricing-table .pricing-panel .pricing-body .pricing-heading .pricing-title {
  font-family: var(--global--font-heading);
  font-size: 23px;
  font-weight: 700px;
  line-height: 32px;
  color: var(--global--color-heading-darken);
  margin-bottom: 15px;
  position: relative;
  text-transform: capitalize;
  -webkit-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
}
.pricing-table .pricing-panel .pricing-body .pricing-heading .pricing-desc {
  font-family: var(--global--font-body);
  font-size: 15px;
  font-weight: 400;
  color: var(--global--color-body);
  line-height: 25px;
  margin-bottom: 0px;
}
.pricing-table .pricing-panel .pricing-body .pricing-list {
  margin-bottom: 33px;
}
.pricing-table .pricing-panel .pricing-body .pricing-list li {
  font-family: var(--global--font-body);
  font-size: 15px;
  font-weight: 700;
  line-height: 35px;
  margin-bottom: 0px;
  color: var(--global--color-heading-light);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pricing-table .pricing-panel .pricing-body .pricing-list li i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: var(--global--color-primary);
  color: var(--global--color-heading-light);
  font-size: 10px;
  margin-right: 15px;
}
.pricing-table .pricing-panel .pricing-price p {
  margin-bottom: 0;
  font-family: var(--global--font-heading);
  font-weight: 700;
  color: var(--global--color-heading-light);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  line-height: 30px;
  position: relative;
}
@media screen and (max-width:991.98px) {
  .pricing-table .pricing-panel .pricing-price p {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.pricing-table .pricing-panel .pricing-price p span::before {
  content: "/";
}
.pricing-table .pricing-panel .pricing-price p span:first-of-type::before {
  content: unset;
}
.pricing-table .pricing-panel .pricing-price p .currency {
  font-size: 30px;
}
.pricing-table .pricing-panel .pricing-price p .time {
  font-weight: 700;
  font-size: 14px;
  text-transform: capitalize;
}
.pricing-table .pricing-panel .pricing-price .btn {
  height: 68px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 37px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--global--color-heading);
}
.pricing-table .pricing-panel .pricing-price .btn span {
  font-size: 10px;
  margin-left: 10px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: var(--global--color-heading);
}
.pricing-table .pricing-panel .pricing-price .btn::before {
  background-color: var(--global--color-white);
}
.pricing-table .pricing-panel .pricing-price .btn:hover span {
  -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
          transform: translateX(5px);
}

/*------------------------------------*\
    #FAQs
\*------------------------------------*/
.faqs {
  padding-top: 115px;
  padding-bottom: 103px;
}
@media screen and (max-width:991.98px) {
  .faqs {
    padding-top: 65px;
    padding-bottom: 62px;
  }
}
.faqs.faqs-1 .note {
  margin-top: 33px;
}
.faqs.faqs-2 {
  padding-top: 115px;
}
@media screen and (max-width:991.98px) {
  .faqs.faqs-2 {
    padding-top: 65px;
  }
}
.faqs.faqs-2 .note {
  margin-top: 33px;
}

/*------------------------------------*\
    #Contacts
\*------------------------------------*/
.contact {
  position: relative;
}
.contact .contact-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 83px;
}
@media screen and (max-width:991.98px) {
  .contact .contact-action {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width:767.98px) {
  .contact .contact-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 50px;
  }
}
.contact .contact-action .btn {
  width: 190px;
  height: 68px;
  margin-right: 30px;
}
.contact .contact-action .btn:last-child {
  width: 172px;
  padding: 0 20px;
  margin-right: 0;
}
@media screen and (max-width:767.98px) {
  .contact .contact-action .btn {
    margin-right: 0;
    margin-bottom: 25px;
  }
  .contact .contact-action .btn:last-child {
    margin-bottom: 0;
  }
}
.contact .contact-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 97%;
  height: 100%;
  z-index: 1;
}
@media (min-width:992px) and (max-width:1199.98px) {
  .contact .contact-overlay {
    width: 98%;
  }
}
@media screen and (max-width:767.98px) {
  .contact .contact-overlay {
    width: 100%;
  }
}
@media screen and (min-width: 1400px) {
  .contact .contact-overlay {
    width: 95%;
  }
}
.contact .contact-content {
  position: relative;
  z-index: 2;
}
.contact.contact-1 {
  padding-top: 110px;
  padding-bottom: 110px;
  overflow: visible;
  position: relative;
  z-index: 5;
}
@media screen and (max-width:991.98px) {
  .contact.contact-1 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media screen and (max-width:991.98px) {
  .contact.contact-1 .advantages-list {
    margin-bottom: 70px;
  }
}
.contact.contact-2 {
  padding-top: 110px;
  padding-bottom: 110px;
  overflow: visible;
  position: relative;
  z-index: 5;
}
@media screen and (max-width:991.98px) {
  .contact.contact-2 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.contact.contact-2 .heading .heading-title {
  margin-bottom: 41px;
}
.contact.contact-2 .contact-panel .heading {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.contact.contact-2 .contact-panel .contact-card {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
@media screen and (max-width:991.98px) {
  .contact.contact-2 .contact-panel .contact-card {
    margin-bottom: 0;
  }
}
.contact.contact-3 {
  padding: 0;
  overflow: visible;
  position: relative;
  z-index: 5;
}

.contact-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media screen and (max-width:991.98px) {
  .contact-panel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width:992px) {
  .contact-panel {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.contact-panel .heading {
  z-index: 4;
}
@media screen and (min-width:992px) {
  .contact-panel .heading {
    -ms-flex-preferred-size: 41%;
        flex-basis: 41%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-bottom: 0;
    -webkit-transform: translateY(-11px);
        -ms-transform: translateY(-11px);
            transform: translateY(-11px);
    margin-bottom: -11px;
  }
}
@media (min-width:992px) and (max-width:1199.98px) {
  .contact-panel .heading {
    -ms-flex-preferred-size: 46%;
        flex-basis: 46%;
  }
}
.contact-panel .contact-card {
  z-index: 4;
}
@media screen and (min-width:992px) {
  .contact-panel .contact-card {
    -ms-flex-preferred-size: 53%;
        flex-basis: 53%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media (min-width:992px) and (max-width:1199.98px) {
  .contact-panel .contact-card {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
@media screen and (max-width:991.98px) {
  .contact-panel .contact-card {
    margin-bottom: 50px;
  }
}
.contact-panel.contact-panel-2 .contact-card {
  -webkit-clip-path: none;
          clip-path: none;
}
.contact-panel.contact-panel-2 .contact-card.contact-card-left {
  -webkit-box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.12);
          box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.12);
}
.contact-panel.contact-panel-2 .contact-card.contact-card-left .contact-body {
  padding: 57px 30px 60px;
}
@media (min-width:992px) and (max-width:1199.98px) {
  .contact-panel.contact-panel-2 .contact-card.contact-card-left .contact-body {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (min-width: 1400px) {
  .contact-panel.contact-panel-2 .contact-card.contact-card-left .contact-body {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (max-width:767.98px) {
  .contact-panel.contact-panel-2 .contact-card.contact-card-left .contact-body {
    padding: 37px 25px 30px;
  }
}
.contact-panel.contact-panel-2 .contact-card.contact-card-left .contact-body .pricing-table {
  margin-bottom: 0;
}
.contact-panel.contact-panel-2 .contact-card.contact-card-right {
  -webkit-box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.12);
          box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.12);
}
.contact-panel.contact-panel-2 .contact-card.contact-card-right .contact-body {
  padding: 57px 50px 60px;
}
@media (min-width:992px) and (max-width:1199.98px) {
  .contact-panel.contact-panel-2 .contact-card.contact-card-right .contact-body {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 1400px) {
  .contact-panel.contact-panel-2 .contact-card.contact-card-right .contact-body {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media screen and (max-width:767.98px) {
  .contact-panel.contact-panel-2 .contact-card.contact-card-right .contact-body {
    padding: 37px 25px 30px;
  }
}
.contact-panel.contact-panel-2 .contact-card.contact-card-right .contact-body .custom-radio-group {
  margin-bottom: 14px;
}
.contact-panel.contact-panel-2 .contact-card .contact-body .card-desc {
  margin-bottom: 34px;
}
.contact-panel.contact-panel-2 .contact-card .contact-body .btn i {
  background-color: var(--global--color-white);
  color: var(--global--color-heading);
}
.contact-panel.contact-panel-3 {
  -webkit-transform: translateY(-145px);
      -ms-transform: translateY(-145px);
          transform: translateY(-145px);
  margin-bottom: -145px;
  padding: 60px 70px 60px;
  background-color: var(--global--color-white);
  -webkit-box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.12);
          box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.12);
  z-index: 5;
}
@media (min-width:992px) and (max-width:1199.98px) {
  .contact-panel.contact-panel-3 {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width:767.98px) {
  .contact-panel.contact-panel-3 {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.contact-panel.contact-panel-3 .contact-card {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  padding-left: 70px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-clip-path: none;
          clip-path: none;
}
.contact-panel.contact-panel-3 .contact-card::after {
  content: unset;
}
@media screen and (max-width:991.98px) {
  .contact-panel.contact-panel-3 .contact-card {
    padding-left: 0;
    margin-bottom: 0;
  }
}
@media (min-width:992px) and (max-width:1199.98px) {
  .contact-panel.contact-panel-3 .contact-card {
    padding-left: 0;
  }
}
.contact-panel.contact-panel-3 .contact-card .contact-body {
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.contact-panel.contact-panel-3 .contact-card .contact-body .card-desc {
  margin-bottom: 33px;
}
.contact-panel.contact-panel-3 .contact-card .contact-body .form-control {
  border: 2px solid #eaeaea;
  padding: 20px;
  height: 55px;
  border-radius: 3px;
  margin-bottom: 30px;
  color: #616161;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}
.contact-panel.contact-panel-3 .contact-card .contact-body .form-control::-webkit-input-placeholder {
  color: #616161;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}
.contact-panel.contact-panel-3 .contact-card .contact-body .form-control:-moz-placeholder {
  color: #616161;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}
.contact-panel.contact-panel-3 .contact-card .contact-body .form-control:-ms-input-placeholder {
  color: #616161;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}
.contact-panel.contact-panel-3 .contact-card .contact-body textarea.form-control {
  height: 120px;
  margin-bottom: 40px;
}
.contact-panel.contact-panel-3 .contact-card .contact-body .nice-select::after {
  right: 20px;
}
.contact-panel.contact-panel-3 .contact-card .contact-body .btn {
  height: 68px;
  width: 190px;
  padding: 0 20px;
  -webkit-box-shadow: 0px 3px 63px 0px rgba(6, 52, 100, 0.11);
          box-shadow: 0px 3px 63px 0px rgba(6, 52, 100, 0.11);
}
@media screen and (max-width:991.98px) {
  .contact-panel.contact-panel-3 .contact-card .contact-body .btn {
    width: 100%;
  }
}
.contact-panel.contact-panel-3 .contact-card .contact-result {
  margin-top: 0;
}

.contact-card {
  background-color: var(--global--color-white);
  position: relative;
  -webkit-clip-path: polygon(82% 0, 100% 14%, 100% 100%, 0 100%, 0 0);
          clip-path: polygon(82% 0, 100% 14%, 100% 100%, 0 100%, 0 0);
}
.contact-card .contact-body {
  background-color: var(--global--color-white);
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  padding: 47px 50px 0px;
  -webkit-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.12);
          box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.12);
  position: relative;
  z-index: 2;
}
@media (min-width:992px) and (max-width:1199.98px) {
  .contact-card .contact-body {
    padding: 37px 25px 30px;
  }
}
@media screen and (max-width:767.98px) {
  .contact-card .contact-body {
    padding: 37px 25px 30px;
  }
}
.contact-card .contact-body .card-heading {
  font-family: var(--global--font-heading);
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  text-transform: capitalize;
  color: #1b1a1a;
  margin-bottom: 20px;
}
@media screen and (max-width:991.98px) {
  .contact-card .contact-body .card-heading {
    text-align: center;
    line-height: 1.4;
  }
}
.contact-card .contact-body .card-desc {
  font-family: var(--global--font-body);
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  color: var(--global--color-body);
  margin-bottom: 34px;
}
@media screen and (max-width:991.98px) {
  .contact-card .contact-body .card-desc {
    text-align: center;
  }
}
.contact-card .contact-body .card-desc a {
  position: relative;
  font-weight: 700;
  color: var(--global--color-heading);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  text-transform: capitalize;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact-card .contact-body .card-desc a:hover::before {
  width: 80%;
}
.contact-card .contact-body .card-desc a::before {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: var(--global--color-heading);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  height: 2px;
  width: 100%;
}
.contact-card .contact-body form {
  margin-bottom: 0;
}
.contact-card .contact-body .custom-radio-group {
  margin-bottom: 24px;
}
.contact-card .contact-body .btn {
  height: 60px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 3px 3px 0 0;
}
@media screen and (min-width:768px) {
  .contact-card .contact-body .btn {
    height: 78px;
    padding: 0 40px;
  }
}
.contact-card .contact-body .btn:hover i {
  background-color: var(--global--color-white);
  color: var(--global--color-heading);
}
.contact-card .contact-body .btn i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 32px;
  height: 32px;
  background: var(--global--color-heading);
  color: var(--global--color-white);
  border-radius: 50%;
  margin-left: 10px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-size: 9px;
}
.contact-card .contact-body .contact-result {
  margin-top: 10px;
  text-align: center;
}
.contact-card.contact-card-2 {
  -webkit-filter: drop-shadow(0px 5px 83px rgba(27, 26, 26, 0.12));
          filter: drop-shadow(0px 5px 83px rgba(27, 26, 26, 0.12));
  -webkit-clip-path: none;
          clip-path: none;
  background-color: transparent;
}
.contact-card.contact-card-2::after {
  content: unset;
}
@media screen and (max-width:991.98px) {
  .contact-card.contact-card-2 {
    margin-bottom: 70px;
  }
}
.contact-card.contact-card-2 .contact-body {
  -webkit-clip-path: polygon(85% 0, 100% 10%, 100% 100%, 0 100%, 0 0);
          clip-path: polygon(85% 0, 100% 10%, 100% 100%, 0 100%, 0 0);
  padding-bottom: 32px;
  background-color: var(--global--color-white);
}
.contact-card.contact-card-2 .custom-radio-group {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.contact-card.contact-card-2 .contact-note {
  margin-top: 24px;
}
.contact-card.contact-card-2 .contact-note p {
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 0;
}
.contact-card.contact-card-2 .block-info:first-child {
  border-bottom: 2px solid #eaeaea;
  margin-bottom: 36px;
}
.contact-card.contact-card-2 .block-info .card-desc {
  font-size: 14px;
  font-weight: 700;
  color: var(--global--color-heading-light);
  margin-bottom: 23px;
}

.img-card-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.img-card-holder .img-card-wrapper {
  position: relative;
  overflow: visible;
  -webkit-filter: drop-shadow(0px 5px 83px rgba(27, 26, 26, 0.12));
          filter: drop-shadow(0px 5px 83px rgba(27, 26, 26, 0.12));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.img-card-holder .img-card-wrapper .img-card {
  -webkit-clip-path: polygon(86% 0, 100% 11%, 100% 100%, 0 100%, 0 0);
          clip-path: polygon(86% 0, 100% 11%, 100% 100%, 0 100%, 0 0);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: auto;
  padding: 42px 50px 47px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: center;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (min-width:992px) {
  .img-card-holder .img-card-wrapper .img-card {
    text-align: left;
  }
}
@media (min-width:992px) and (max-width:1199.98px) {
  .img-card-holder .img-card-wrapper .img-card {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (max-width:767.98px) {
  .img-card-holder .img-card-wrapper .img-card {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width:991.98px) {
  .img-card-holder .img-card-wrapper .img-card {
    margin-bottom: 43px;
  }
}
.img-card-holder .img-card-wrapper .img-card::before {
  content: "";
  display: inline-block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  background: rgba(254, 208, 0, 0.95);
}
.img-card-holder .img-card-wrapper .img-card .card-content {
  max-width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 3;
}
@media screen and (max-width:991.98px) {
  .img-card-holder .img-card-wrapper .img-card .card-content .content-top {
    margin-bottom: 30px;
  }
}
.img-card-holder .img-card-wrapper .img-card .card-content .content-top .heading {
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
}
.img-card-holder .img-card-wrapper .img-card .card-content .content-bottom .contact-infos {
  margin-bottom: 27px;
}
.img-card-holder .img-card-wrapper .img-card .card-content .content-bottom .contact-infos .contact-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 14px;
}
.img-card-holder .img-card-wrapper .img-card .card-content .content-bottom .contact-infos .contact-info:last-child {
  margin-bottom: 0;
}
.img-card-holder .img-card-wrapper .img-card .card-content .content-bottom .contact-infos .contact-info svg {
  color: var(--global--color-heading-light);
  font-size: 16px;
  margin-right: 15px;
}
.img-card-holder .img-card-wrapper .img-card .card-content .content-bottom .contact-infos .contact-info a,
.img-card-holder .img-card-wrapper .img-card .card-content .content-bottom .contact-infos .contact-info p {
  font-family: var(--global--font-body);
  line-height: 22px;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0;
  color: var(--global--color-heading-light);
  text-transform: capitalize;
}
.img-card-holder .img-card-wrapper .img-card .card-content .content-bottom .contact-infos .contact-info a:hover {
  color: var(--global--color-heading);
}
.img-card-holder .img-card-wrapper .img-card .card-content .content-bottom .btn {
  width: 100%;
  height: 68px;
}
@media screen and (max-width:991.98px) {
  .img-card-holder .img-card-wrapper .img-card .card-content .content-bottom .btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

.map {
  position: relative;
  height: 560px;
}
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
.map iframe.map-gray {
  -webkit-filter: brightness(104%) contrast(99%) saturate(0%) blur(0px) hue-rotate(0deg);
          filter: brightness(104%) contrast(99%) saturate(0%) blur(0px) hue-rotate(0deg);
}

.request-quote {
  padding: 110px 0 130px;
}
@media screen and (max-width:991.98px) {
  .request-quote {
    padding: 70px 0;
  }
}

/*------------------------------------*\
    #Clients
\*------------------------------------*/
.clients {
  padding-top: 0;
  padding-bottom: 0;
}
.clients .clients-note {
  text-align: center;
}
@media screen and (min-width:992px) {
  .clients .clients-note {
    text-align: left;
  }
}
@media (min-width:992px) and (max-width:1199.98px) {
  .clients .clients-note {
    max-width: 100%;
  }
}
@media screen and (max-width:991.98px) {
  .clients .clients-note {
    margin: 0 auto 40px;
    max-width: 80%;
  }
}
@media screen and (max-width:767.98px) {
  .clients .clients-note {
    max-width: 100%;
  }
}
.clients .clients-note p {
  font-family: var(--global--font-body);
  font-weight: 700;
  font-size: 14px;
  color: #1e4873;
  line-height: 25px;
  margin-bottom: 0;
}
.clients .clients-note p a {
  position: relative;
  font-weight: 700;
  color: var(--global--color-heading);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  text-transform: capitalize;
  padding-bottom: 6px;
}
.clients .clients-note p a:hover::before {
  width: 80%;
}
.clients .clients-note p a::before {
  content: "";
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 2px;
  background-color: var(--global--color-primary);
}
.clients .client {
  cursor: pointer;
  max-width: 150px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 194px;
  opacity: 1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.clients .client:hover {
  opacity: 0.3;
}
@media (min-width:992px) and (max-width:1199.98px) {
  .clients .client {
    width: 130px;
  }
}
@media screen and (max-width:991.98px) {
  .clients .client {
    height: 140px;
  }
}
.clients .client a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.clients .client img {
  max-width: 100%;
  width: auto;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.clients.clients-1 {
  background-color: transparent;
}
.clients.clients-2 {
  background-color: transparent;
}
.clients.clients-2 .client {
  height: 176px;
}

/*------------------------------------*\
    #Global Locations
\*------------------------------------*/
.global-locations {
  padding-top: 105px;
  padding-bottom: 48px;
}
@media screen and (max-width:991.98px) {
  .global-locations {
    padding-top: 65px;
    padding-bottom: 16px;
  }
}
.global-locations .continent {
  margin-bottom: 70px;
}
@media screen and (max-width:991.98px) {
  .global-locations .continent {
    margin-bottom: 40px;
  }
}
.global-locations .continent .continent-name {
  margin-bottom: 27px;
  border-bottom: 2px solid #e6eaef;
  padding-bottom: 23px;
}
@media screen and (max-width:991.98px) {
  .global-locations .continent .continent-name {
    text-align: center;
  }
}
.global-locations .continent .continent-name h2 {
  font-family: var(--global--font-heading);
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
  text-transform: capitalize;
  color: var(--global--color-heading-darken);
  margin-bottom: 0;
}
.global-locations .continent .continent-offices {
  margin-bottom: 0;
}
@media screen and (max-width:991.98px) {
  .global-locations .continent .continent-offices {
    text-align: center;
  }
}
.global-locations .continent .continent-offices ul {
  margin: 0;
}
.global-locations .continent .continent-offices li a {
  font-family: var(--global--font-body);
  font-size: 14px;
  line-height: 40px;
  font-weight: 700;
  color: var(--global--color-heading);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  text-transform: capitalize;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.global-locations .continent .continent-offices li a:hover {
  color: var(--global--color-primary);
}
.global-locations .continent .continent-offices li a:hover i {
  color: var(--global--color-primary);
}
.global-locations .continent .continent-offices li a i {
  margin-right: 15px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: var(--global--color-heading);
}

/*------------------------------------*\
    #Carrers
\*------------------------------------*/
.careers {
  padding-top: 128px;
  padding-bottom: 110px;
}
@media screen and (max-width:991.98px) {
  .careers {
    padding-top: 68px;
    padding-bottom: 70px;
  }
}
.careers .career-item {
  -webkit-box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.09);
          box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.09);
  background-color: var(--global--color-white);
  padding: 40px 40px 40px;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  margin-bottom: 40px;
}
@media (min-width:992px) and (max-width:1199.98px) {
  .careers .career-item {
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media screen and (max-width:767.98px) {
  .careers .career-item {
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media screen and (max-width:991.98px) {
  .careers .career-item {
    max-width: 370px;
    margin: 0 auto 40px;
  }
}
.careers .career-item:hover {
  -webkit-box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.12);
          box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.12);
}
.careers .career-item:hover .career-content .career-more {
  color: var(--global--color-white);
  background-color: var(--global--color-heading);
  border-color: var(--global--color-heading);
}
.careers .career-item:hover .career-content .career-more i {
  color: var(--global--color-white);
}
.careers .career-item .career-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 23px;
}
.careers .career-item .career-meta .career-type,
.careers .career-item .career-meta .career-place {
  font-size: 13px;
  line-height: 28px;
  font-family: var(--global--font-body);
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 0;
}
.careers .career-item .career-meta .career-type {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 10px;
  height: 30px;
  border-radius: 3px;
  background-color: var(--global--color-primary);
  margin-right: 15px;
  color: var(--global--color-heading);
}
.careers .career-item .career-meta .career-place {
  color: #616161;
}
.careers .career-item .career-content .career-title {
  font-family: var(--global--font-heading);
  font-size: 22px;
  font-weight: 600;
  line-height: 29px;
  color: var(--global--color-heading);
  margin-bottom: 17px;
  text-transform: capitalize;
}
.careers .career-item .career-content .career-desc {
  font-family: var(--global--font-body);
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  color: var(--global--color-body);
  margin-bottom: 23px;
}
.careers .career-item .career-content .career-more {
  width: 150px;
  height: 48px;
  padding: 0 15px;
}
.careers .career-item .career-content .career-more i {
  color: var(--global--color-heading);
}
.careers .carousel-dots .owl-stage-outer {
  overflow: visible;
}
.careers .carousel-dots .owl-stage-outer .owl-item {
  opacity: 0;
  visibility: hidden;
}
.careers .carousel-dots .owl-stage-outer .owl-item.active {
  opacity: 1;
  visibility: visible;
}

/*------------------------------------*\
    #Testimonial
\*------------------------------------*/
.testimonial {
  padding-top: 93px;
  padding-bottom: 96px;
}
@media screen and (max-width:991.98px) {
  .testimonial {
    padding-top: 53px;
    padding-bottom: 70px;
  }
}
.testimonial.testimonial-1 {
  padding: 0;
  background-color: transparent;
  position: relative;
  overflow: visible;
  z-index: 5;
}
@media screen and (max-width:991.98px) {
  .testimonial.testimonial-1 {
    background-color: var(--global--color-primary);
  }
}
.testimonial.testimonial-1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--global--color-primary);
  height: 100%;
  width: 50%;
}
.testimonial.testimonial-1 .testimonial-wrapper {
  background-color: var(--global--color-primary);
  padding-top: 122px;
  padding-bottom: 117px;
  position: relative;
}
@media screen and (max-width:991.98px) {
  .testimonial.testimonial-1 .testimonial-wrapper {
    padding-top: 70px;
    padding-bottom: 67px;
  }
}
.testimonial.testimonial-1 .testimonial-wrapper .quote-icon {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  -webkit-transform: translateY(-28px);
      -ms-transform: translateY(-28px);
          transform: translateY(-28px);
}
.testimonial.testimonial-1 .testimonial-wrapper .edge-shape {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  width: 110px;
  height: 110px;
}
@media screen and (max-width:991.98px) {
  .testimonial.testimonial-1 .testimonial-wrapper .edge-shape {
    display: none;
  }
}

.testimonial-panel {
  position: relative;
}
@media screen and (max-width:991.98px) {
  .testimonial-panel .testimonial-body {
    text-align: center;
  }
}
.testimonial-panel .testimonial-body .testimonial-content p {
  font-family: var(--global--font-heading);
  color: var(--global--color-heading-darken);
  font-style: italic;
  font-size: 22px;
  font-weight: 600;
  line-height: 40px;
  margin-bottom: 0;
}
@media screen and (max-width:767.98px) {
  .testimonial-panel .testimonial-body .testimonial-content p {
    font-size: 19px;
    line-height: 1.5;
  }
}

.testimonials-thumbs-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-bottom: 37px;
  margin-bottom: 27px;
}
@media screen and (max-width:991.98px) {
  .testimonials-thumbs-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width:767.98px) {
  .testimonials-thumbs-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}
.testimonials-thumbs-wrapper::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 440px;
  height: 4px;
  background-color: #161616;
}
@media screen and (max-width:991.98px) {
  .testimonials-thumbs-wrapper::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    max-width: 100%;
  }
}
.testimonials-thumbs-wrapper .testimonial-thumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 23px;
  position: relative;
  z-index: 55;
}
@media screen and (max-width:767.98px) {
  .testimonials-thumbs-wrapper .testimonial-thumbs {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.testimonials-thumbs-wrapper .testimonial-thumbs-info .testimonial-thumb {
  margin-right: 0;
}

.testimonial-thumb {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  margin-right: 11px;
}
.testimonial-thumb:last-child {
  margin-right: 0;
}
@media screen and (max-width:991.98px) {
  .testimonial-thumb {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.testimonial-thumb.active .thumb-img {
  border-color: #282828;
}
.testimonial-thumb .thumb-img {
  padding: 5px;
  -webkit-box-shadow: 0px 0px 0px 2px rgba(40, 40, 40, 0.004);
          box-shadow: 0px 0px 0px 2px rgba(40, 40, 40, 0.004);
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: 2px solid transparent;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  padding: 5px;
}
.testimonial-thumb .thumb-img img {
  border-radius: 50%;
  max-width: 100%;
}
.testimonial-thumb .thumb-body {
  text-transform: capitalize;
}
.testimonial-thumb .thumb-body h3 {
  font-family: var(--global--font-body);
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 3px;
  color: var(--global--color-heading-light);
  text-transform: capitalize;
}
.testimonial-thumb .thumb-body p {
  font-family: var(--global--font-body);
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
  color: var(--global--color-heading-light);
  margin-bottom: 0;
  text-transform: capitalize;
}

.testimonial-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width:767.98px) {
  .testimonial-actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.testimonial-actions .custom-navs {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 15px;
}
@media screen and (max-width:767.98px) {
  .testimonial-actions .custom-navs {
    margin-left: 0;
  }
}
.testimonial-actions .custom-navs a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 34px;
  height: 34px;
  background: var(--global--color-heading);
  border-radius: 50%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
.testimonial-actions .custom-navs a:hover {
  background-color: #e6eaef;
}
.testimonial-actions .custom-navs a:hover i {
  color: var(--global--color-heading);
}
.testimonial-actions .custom-navs a i {
  font-size: 12px;
  color: var(--global--color-white);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.testimonial-actions .custom-navs a.prev {
  margin-right: 10px;
}

.section-head {
  font-family: var(--global--font-secondary);
  font-weight: 400;
  font-size: 30px;
  line-height: 1;
  color: var(--global--color-primary);
  text-transform: capitalize;
  margin-bottom: 23px;
}
@media screen and (max-width:991.98px) {
  .section-head {
    text-align: center;
  }
}

/*------------------------------------*\
    #Video
\*------------------------------------*/
.video {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 560px;
}
.video .btn--video {
  width: 128px;
  height: 128px;
  background-color: var(--global--color-white);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.12);
          box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.12);
  z-index: 5;
}
@media screen and (max-width:767.98px) {
  .video .btn--video {
    width: 68px;
    height: 68px;
  }
}
.video.video-2 {
  height: 853px;
  margin-bottom: 63px;
}
@media screen and (max-width:767.98px) {
  .video.video-2 {
    height: 560px;
  }
}

/* Custom, iPhone Retina */
/*------------------------------------*\
    #404
\*------------------------------------*/
.page-404 h3 {
  font-size: 280px;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 0;
}
.page-404 p {
  color: #a5a5a5;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .page-404 h3 {
    font-size: 150px;
  }
  .page-404 .btn {
    width: 125px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .page-404 h3 {
    font-size: 180px;
  }
}
/*------------------------------------*\
    #Services
\*------------------------------------*/
.services {
  padding-top: 128px;
  padding-bottom: 103px;
}
@media screen and (max-width:991.98px) {
  .services {
    padding-top: 68px;
    padding-bottom: 63px;
  }
}
.services .owl-carousel .owl-dots {
  margin-bottom: 40px;
}
@media screen and (min-width:992px) {
  .services .owl-carousel .owl-dots {
    margin-bottom: 0;
    position: absolute;
    right: 0;
    bottom: -13px;
  }
}
.services .owl-carousel .owl-stage-outer {
  overflow: visible;
}
.services .owl-carousel .owl-stage-outer .owl-item {
  opacity: 0;
}
.services .owl-carousel .owl-stage-outer .owl-item.active {
  opacity: 1;
}
.services .service-panel {
  -webkit-filter: drop-shadow(0px 5px 83px rgba(27, 26, 26, 0.12));
          filter: drop-shadow(0px 5px 83px rgba(27, 26, 26, 0.12));
}
.services .service-panel:hover .service-wrapper .service-img {
  opacity: 1;
  visibility: visible;
}
.services .service-panel:hover .service-wrapper .service-content .service-body .service-title h3 a {
  color: var(--global--color-white);
}
.services .service-panel:hover .service-wrapper .service-content .service-body .service-desc p {
  color: #f9f9f9;
}
.services .service-panel:hover .service-wrapper .service-content .service-more .btn {
  border-color: var(--global--color-primary);
  background-color: var(--global--color-primary);
  color: var(--global--color-heading);
}
.services .service-panel .service-wrapper {
  position: relative;
  -webkit-clip-path: polygon(84% 0, 100% 11%, 100% 100%, 0 100%, 0 0);
          clip-path: polygon(84% 0, 100% 11%, 100% 100%, 0 100%, 0 0);
  background-color: var(--global--color-white);
  -webkit-box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.09);
          box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.09);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  margin-bottom: 40px;
}
@media screen and (max-width:991.98px) {
  .services .service-panel .service-wrapper {
    max-width: 370px;
    margin: 0 auto 30px;
  }
}
.services .service-panel .service-wrapper .service-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  overflow: hidden;
}
.services .service-panel .service-wrapper .service-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, rgba(0, 0, 0, 0.75)), to(rgb(0, 0, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.75) 55%, rgb(0, 0, 0) 100%);
  z-index: 1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.services .service-panel .service-wrapper .service-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.services .service-panel .service-wrapper .service-content {
  position: relative;
  z-index: 3;
  text-align: center;
  border-radius: 4px;
  overflow: hidden;
}
@media screen and (min-width:992px) {
  .services .service-panel .service-wrapper .service-content {
    text-align: left;
  }
}
.services .service-panel .service-wrapper .service-content .service-body {
  padding: 60px 50px 42px;
}
@media screen and (max-width:991.98px) {
  .services .service-panel .service-wrapper .service-content .service-body {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width:992px) and (max-width:1199.98px) {
  .services .service-panel .service-wrapper .service-content .service-body {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.services .service-panel .service-wrapper .service-content .service-body .service-icon {
  position: relative;
  margin-bottom: 30px;
}
.services .service-panel .service-wrapper .service-content .service-body .service-icon:hover i {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}
.services .service-panel .service-wrapper .service-content .service-body .service-icon i {
  display: inline-block;
  color: var(--global--color-primary);
  font-size: 65px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.services .service-panel .service-wrapper .service-content .service-body .service-title h3 {
  font-family: var(--global--font-heading);
  font-size: 24px;
  font-weight: 700;
  line-height: 33px;
  margin-bottom: 26px;
  text-transform: capitalize;
}
.services .service-panel .service-wrapper .service-content .service-body .service-title h3 a {
  color: var(--global--color-heading);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.services .service-panel .service-wrapper .service-content .service-body .service-title h3 a:hover {
  color: var(--global--color-white);
}
.services .service-panel .service-wrapper .service-content .service-body .service-desc {
  margin-bottom: 0px;
}
.services .service-panel .service-wrapper .service-content .service-body .service-desc p {
  font-family: var(--global--font-body);
  color: var(--global--color-body);
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.services .service-panel .service-wrapper .service-content .service-more {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-top: 1px solid #eaeaea;
  padding: 40px 50px;
}
@media screen and (max-width:991.98px) {
  .services .service-panel .service-wrapper .service-content .service-more {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width:992px) and (max-width:1199.98px) {
  .services .service-panel .service-wrapper .service-content .service-more {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.services .service-panel .service-wrapper .service-content .service-more .btn {
  width: 100%;
  height: 58px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.services .service-panel .service-wrapper .service-content .service-more .btn:hover i {
  -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
          transform: translateX(5px);
}
.services .service-panel .service-wrapper .service-content .service-more .btn i {
  color: var(--global--color-heading);
  font-size: 10px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width:991.98px) {
  .services.services-1 {
    padding-top: 70px;
  }
}
.services.services-1 .service-panel {
  margin-bottom: 33px;
}

.service-single {
  padding-top: 110px;
  padding-bottom: 122px;
}
@media screen and (max-width:991.98px) {
  .service-single {
    padding-top: 70px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width:991.98px) {
  .service-single .sidebar-service {
    margin-top: 70px;
  }
}
.service-single .service-entry .entry-content .entry-infos {
  margin-bottom: 66px;
}
@media screen and (max-width:991.98px) {
  .service-single .service-entry .entry-content .entry-infos {
    text-align: center;
  }
}
.service-single .service-entry .entry-content .entry-infos .entry-heading {
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 21px;
  color: var(--global--color-heading-darken);
  text-transform: capitalize;
}
.service-single .service-entry .entry-content .entry-infos .entry-desc {
  font-size: 17px;
  line-height: 27px;
  margin-bottom: 25px;
}
.service-single .service-entry .entry-content .entry-infos .entry-desc:last-child {
  margin-bottom: 0;
}
.service-single .service-entry .entry-content .entry-infos.entry-introduction {
  margin-bottom: 32px;
}
.service-single .service-entry .entry-content .entry-infos.entry-introduction .entry-heading {
  margin-bottom: 17px;
}
@media screen and (min-width:992px) {
  .service-single .service-entry .entry-content .entry-infos.entry-introduction .entry-heading {
    -webkit-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
            transform: translateY(-3px);
  }
}
.service-single .service-entry .entry-content .entry-infos.entry-stats {
  margin-bottom: 0;
}
.service-single .service-entry .entry-content .entry-infos.entry-stats img {
  max-width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width:991.98px) {
  .service-single .service-entry .entry-content .entry-infos.entry-stats img {
    margin-top: 40px;
  }
}
@media screen and (min-width:992px) {
  .service-single .service-entry .entry-content .entry-infos.entry-stats img {
    margin-top: 7px;
  }
}
@media screen and (max-width:767.98px) {
  .service-single .service-entry .entry-content .entry-infos.entry-video {
    margin-bottom: 41px;
  }
}
.service-single .service-entry .entry-content .entry-infos.entry-video .video {
  margin-bottom: 43px;
}
.service-single .service-entry .entry-content .entry-infos.entry-video .entry-desc {
  margin-bottom: 26px;
}
.service-single .service-entry .entry-content .entry-infos.entry-video .entry-desc:last-of-type {
  margin-bottom: 32px;
}
.service-single .service-entry .entry-content .entry-infos.entry-video .entry-images img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 400px;
}
@media screen and (max-width:767.98px) {
  .service-single .service-entry .entry-content .entry-infos.entry-video .entry-images img {
    margin-bottom: 25px;
  }
}
.service-single .service-entry .entry-content .entry-infos.entry-benefits {
  margin-bottom: 66px;
}
.service-single .service-entry .entry-content .entry-infos.entry-benefits .entry-desc {
  margin-bottom: 32px;
}

/*------------------------------------*\
    #Industries
\*------------------------------------*/
.industries {
  position: relative;
  padding-top: 130px;
  padding-bottom: 0px;
}
@media screen and (max-width:991.98px) {
  .industries {
    padding-top: 65px;
    padding-bottom: 0px;
  }
}
.industries .industries-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 97%;
  border-radius: 12px;
  height: 100%;
  z-index: 1;
}
@media (min-width:992px) and (max-width:1199.98px) {
  .industries .industries-overlay {
    width: 98%;
  }
}
@media screen and (max-width:767.98px) {
  .industries .industries-overlay {
    width: 100%;
    border-radius: 8px 8px 0 0;
  }
}
@media screen and (min-width: 1400px) {
  .industries .industries-overlay {
    width: 95%;
  }
}
.industries .industries-content {
  position: relative;
  z-index: 2;
}
.industries .actions-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width:991.98px) {
  .industries .actions-holder {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width:767.98px) {
  .industries .actions-holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.industries .actions-holder .btn {
  width: 202px;
  height: 68px;
  -webkit-box-shadow: 0px 3px 63px 0px rgba(6, 52, 100, 0.11);
          box-shadow: 0px 3px 63px 0px rgba(6, 52, 100, 0.11);
  padding: 0 25px;
}
.industries .industries-note-wrapper .industries-note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width:991.98px) {
  .industries .industries-note-wrapper .industries-note {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width:767.98px) {
  .industries .industries-note-wrapper .industries-note {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.industries .industries-note-wrapper .industries-note .rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 40px;
  margin-top: 7px;
}
@media (min-width:992px) and (max-width:1199.98px) {
  .industries .industries-note-wrapper .industries-note .rating {
    margin-right: 20px;
  }
}
@media screen and (max-width:767.98px) {
  .industries .industries-note-wrapper .industries-note .rating {
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 20px;
  }
}
.industries .industries-note-wrapper .industries-note .rating i {
  font-size: 12px;
  color: var(--global--color-primary);
  margin-right: 5px;
}
.industries .industries-note-wrapper .industries-note .rating i:last-child {
  margin-right: 0;
}
@media screen and (max-width:991.98px) {
  .industries .industries-note-wrapper .industries-note .note {
    max-width: unset;
    margin: 0;
  }
}
.industries.industries-1 {
  padding-bottom: 73px;
}
@media screen and (max-width:991.98px) {
  .industries.industries-1 {
    padding-bottom: 15px;
  }
}
@media screen and (min-width:992px) {
  .industries.industries-1 .heading-wrapper {
    height: 500px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width:991.98px) {
  .industries.industries-1 .heading-wrapper {
    margin-bottom: 70px;
  }
}
.industries.industries-1 .industries-wrapper {
  position: relative;
  margin-bottom: 62px;
}
@media screen and (min-width:992px) {
  .industries.industries-1 .industries-wrapper {
    margin-bottom: 102px;
    height: 500px;
  }
}
@media screen and (min-width:992px) {
  .industries.industries-1 .industries-wrapper .industries-holder {
    position: absolute;
    right: 0;
    top: 0;
    max-width: 60%;
  }
}
.industries.industries-2 {
  padding-top: 129px;
  padding-bottom: 90px;
}
@media screen and (max-width:991.98px) {
  .industries.industries-2 {
    padding-top: 63px;
    padding-bottom: 30px;
  }
}
.industries.industries-2 .industry-panel {
  margin-bottom: 40px;
}

.industry-panel {
  position: relative;
}
@media screen and (max-width:991.98px) {
  .industry-panel {
    max-width: 370px;
    margin: 0 auto;
  }
}
.industry-panel:hover .industry-content .industry-more {
  width: 170px;
  height: 170px;
  border-color: rgba(255, 255, 255, 0.5);
}
.industry-panel:hover .industry-content .industry-more i {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}
.industry-panel:hover .industry-content .industry-body .industry-name {
  bottom: 43px;
}
.industry-panel:hover .industry-content .industry-body .industry-desc {
  bottom: 50%;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
}
.industry-panel .industry-img {
  position: relative;
}
.industry-panel .industry-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.85)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.25) 55%, rgba(0, 0, 0, 0.85) 100%);
  z-index: 2;
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}
.industry-panel .industry-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 619px;
}
.industry-panel .industry-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 42px 50px;
  z-index: 5;
  direction: ltr;
}
.industry-panel .industry-content .industry-more {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80px;
  height: 80px;
  background: transparent;
  border-radius: 50%;
  border: 2px solid var(--global--color-white);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.industry-panel .industry-content .industry-more i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 58px;
  height: 58px;
  background: var(--global--color-primary);
  border-radius: 50%;
  color: var(--global--color-heading);
  font-size: 12px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.industry-panel .industry-content .industry-body {
  text-align: left;
}
.industry-panel .industry-content .industry-body .industry-name {
  position: absolute;
  left: 0px;
  bottom: 161px;
  font-family: var(--global--font-heading);
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 0px;
  text-transform: capitalize;
  max-width: 90%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  padding: 0 50px;
  z-index: 6;
}
@media screen and (max-width:1199.98px) {
  .industry-panel .industry-content .industry-body .industry-name {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.industry-panel .industry-content .industry-body .industry-name a {
  color: var(--global--color-white);
}
.industry-panel .industry-content .industry-body .industry-desc {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: absolute;
  left: 0px;
  bottom: 43px;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  padding: 0 50px;
  z-index: 6;
}
@media screen and (max-width:1199.98px) {
  .industry-panel .industry-content .industry-body .industry-desc {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (min-width: 1400px) {
  .industry-panel .industry-content .industry-body .industry-desc {
    max-width: 85%;
  }
}
.industry-panel .industry-content .industry-body .industry-desc p {
  font-family: var(--global--font-body);
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #f9f9f9;
  margin-bottom: 0;
}
.industry-panel.industry-panel-2:hover .industry-content .industry-body .industry-desc {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
}
.industry-panel.industry-panel-2 .industry-img img {
  height: 500px;
}
.industry-panel.industry-panel-2 .industry-content .industry-more {
  width: auto;
  height: auto;
  border: 0;
}
.industry-panel.industry-panel-2 .industry-content .industry-more i {
  width: 68px;
  height: 68px;
}
.industry-panel.industry-panel-2 .industry-content .industry-body .industry-name {
  bottom: 43px;
}
@media (min-width:992px) and (max-width:1199.98px) {
  .industry-panel.industry-panel-2 .industry-content .industry-body .industry-name {
    padding-right: 60px;
  }
}
@media screen and (min-width:1200px) {
  .industry-panel.industry-panel-2 .industry-content .industry-body .industry-name {
    padding-right: 75px;
  }
}
.industry-panel.industry-panel-2 .industry-content .industry-body .industry-desc {
  opacity: 0;
  visibility: hidden;
  bottom: 50%;
  -webkit-transform: translateY(calc(50% + 30px));
      -ms-transform: translateY(calc(50% + 30px));
          transform: translateY(calc(50% + 30px));
}
.industry-panel.industry-panel-2 .industry-content .industry-body .industry-desc::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 50px;
  -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 170px;
  height: 170px;
  background: transparent;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.5);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width:1199.98px) {
  .industry-panel.industry-panel-2 .industry-content .industry-body .industry-desc::before {
    right: 25px;
  }
}

.industry-single {
  padding-top: 110px;
  padding-bottom: 110px;
}
@media screen and (max-width:991.98px) {
  .industry-single {
    padding-top: 70px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width:991.98px) {
  .industry-single .sidebar-industries {
    margin-top: 70px;
  }
}
.industry-single .industry-entry .entry-content .entry-infos {
  margin-bottom: 66px;
}
@media screen and (max-width:991.98px) {
  .industry-single .industry-entry .entry-content .entry-infos {
    text-align: center;
  }
}
.industry-single .industry-entry .entry-content .entry-infos .entry-heading {
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 21px;
  color: var(--global--color-heading-darken);
  text-transform: capitalize;
}
.industry-single .industry-entry .entry-content .entry-infos .entry-desc {
  font-size: 17px;
  line-height: 27px;
  margin-bottom: 25px;
}
.industry-single .industry-entry .entry-content .entry-infos .entry-desc:last-child {
  margin-bottom: 0;
}
.industry-single .industry-entry .entry-content .entry-infos.entry-introduction {
  margin-bottom: 32px;
}
.industry-single .industry-entry .entry-content .entry-infos.entry-introduction .entry-img {
  margin-bottom: 33px;
}
.industry-single .industry-entry .entry-content .entry-infos.entry-introduction .entry-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 560px;
}
.industry-single .industry-entry .entry-content .entry-infos.entry-banners {
  margin-bottom: 57px;
}
@media screen and (max-width:767.98px) {
  .industry-single .industry-entry .entry-content .entry-infos.entry-banners .entry-img {
    margin-bottom: 43px;
  }
}
.industry-single .industry-entry .entry-content .entry-infos.entry-banners .entry-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 480px;
}
.industry-single .industry-entry .entry-content .entry-infos.entry-banners .panels-holder .banner-panel:first-child {
  padding-top: 0;
  border-top: 0;
}
.industry-single .industry-entry .entry-content .entry-infos.entry-banners .panels-holder .banner-panel:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
@media screen and (min-width:768px) {
  .industry-single .industry-entry .entry-content .entry-infos.entry-banners .panels-holder .banner-panel {
    text-align: left;
  }
}
.industry-single .industry-entry .entry-content .entry-infos.entry-why .entry-desc {
  margin-bottom: 32px;
}
.industry-single .industry-entry .entry-content .entry-infos.entry-benefits {
  margin-bottom: 66px;
}
.industry-single .industry-entry .entry-content .entry-infos.entry-benefits .entry-desc {
  margin-bottom: 32px;
}
.industry-single .industry-entry .entry-content .entry-infos.entry-cases {
  margin-bottom: 0;
}
.industry-single .industry-entry .entry-content .entry-infos.entry-cases .entry-heading {
  margin-bottom: 29px;
}
.industry-single .industry-entry .entry-content .entry-infos.entry-cases .owl-stage-outer {
  overflow: visible;
}
.industry-single .industry-entry .entry-content .entry-infos.entry-cases .owl-stage-outer .owl-item {
  opacity: 0;
}
.industry-single .industry-entry .entry-content .entry-infos.entry-cases .owl-stage-outer .owl-item.active {
  opacity: 1;
}
@media screen and (min-width:992px) {
  .industry-single .industry-entry .entry-content .entry-infos.entry-cases .owl-dots {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

/*------------------------------------*\
    #Footer
\*------------------------------------*/
/* Parallax Effect */
#wrapperParallax {
  position: relative;
  z-index: 1060;
  min-height: 100vh;
}

#footerParallax {
  position: fixed;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
}

@media only screen and (max-width: 991px) {
  #wrapperParallax {
    margin-bottom: 0 !important;
  }
  #footerParallax {
    position: static;
    text-align: center;
  }
}
.footer {
  background-color: #161616;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  /* Footer Widgets */
}
.footer .footer-top {
  padding-top: 120px;
  padding-bottom: 140px;
}
@media screen and (max-width:991.98px) {
  .footer .footer-top {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.footer .footer-bottom {
  background-color: #161616;
}
@media screen and (max-width:991.98px) {
  .footer .footer-bottom {
    padding-top: 70px;
  }
}
.footer .footer-widget {
  text-align: center;
}
@media screen and (min-width:768px) {
  .footer .footer-widget {
    text-align: left;
  }
}
@media screen and (max-width:991.98px) {
  .footer .footer-widget {
    padding-top: 50px;
  }
}
.footer .footer-widget .footer-widget-title h3 {
  font-family: var(--global--font-heading);
  color: #eaeaea;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  text-transform: capitalize;
  margin-bottom: 37px;
}
.footer .footer-widget .widget-content p {
  color: var(--global--color-body);
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 29px;
}
.footer .footer-widget.widget-about .brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width:768px) {
  .footer .footer-widget.widget-about .brand {
    margin-top: 9px;
  }
}
@media screen and (max-width:767.98px) {
  .footer .footer-widget.widget-about .brand {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer .footer-widget.widget-contact .widget-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width:768px) {
  .footer .footer-widget.widget-contact .widget-content {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.footer .footer-widget.widget-contact .widget-content .contact-infos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer .footer-widget.widget-contact .widget-content .contact-infos .contact-info {
  margin-bottom: 22px;
}
.footer .footer-widget.widget-contact .widget-content .contact-infos .contact-info:last-child {
  margin-bottom: 0;
}
.footer .footer-widget.widget-contact .widget-content .contact-infos .contact-info .contact-label {
  display: block;
  font-family: var(--global-font-body);
  font-weight: 400;
  font-size: 14px;
  text-transform: capitalize;
  margin-bottom: 8px;
}
.footer .footer-widget.widget-contact .widget-content .contact-infos .contact-info a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .footer-widget.widget-contact .widget-content .contact-infos .contact-info a svg {
  color: var(--global--color-primary);
  margin-right: 20px;
}
.footer .footer-widget.widget-contact .widget-content .contact-infos .contact-info a span {
  font-family: var(--global--font-heading);
  font-weight: 700;
  font-size: 17px;
  line-height: 22px;
  color: var(--global--color-primary);
}
.footer .footer-widget.widget-links ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  overflow: hidden;
}
@media screen and (min-width:768px) {
  .footer .footer-widget.widget-links ul {
    -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
.footer .footer-widget.widget-links ul li {
  display: block;
}
.footer .footer-widget.widget-links ul li a {
  color: var(--global-color-white);
  font-size: 14px;
  font-weight: 400;
  line-height: 33px;
  text-transform: capitalize;
  font-family: var(--global--font-body);
}
.footer .footer-widget.widget-links ul li a:hover {
  color: var(--global--color-primary);
}
.footer .footer-copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 57px;
  position: relative;
}
@media screen and (max-width:991.98px) {
  .footer .footer-copyright {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.footer .footer-copyright::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: var(--global--color-primary);
  height: 12px;
}
@media screen and (max-width:991.98px) {
  .footer .footer-copyright .copyright-holder {
    margin-bottom: 15px;
    text-align: center;
  }
}
.footer .footer-copyright .copyright-holder .copyright {
  font-family: var(--global--font-body);
  font-weight: 400;
  font-size: 14px;
  color: var(--global--color-body);
  text-transform: capitalize;
  margin-bottom: 0;
}
.footer .footer-copyright .copyright-holder .copyright a {
  color: var(--global--color-primary);
}
.footer .footer-copyright .copyright-holder .copyright a:hover {
  color: var(--global--color-primary);
}
.footer .footer-copyright .copyright-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width:767.98px) {
  .footer .footer-copyright .copyright-actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer .footer-copyright .copyright-actions .social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
}
@media screen and (min-width:768px) {
  .footer .footer-copyright .copyright-actions .social-icons {
    margin-right: 30px;
  }
}
@media screen and (min-width:1200px) {
  .footer .footer-copyright .copyright-actions .social-icons {
    margin-right: 60px;
  }
}
@media screen and (max-width:767.98px) {
  .footer .footer-copyright .copyright-actions .social-icons {
    margin-bottom: 25px;
  }
}
.footer .footer-copyright .copyright-actions .social-icons li {
  margin-right: 30px;
}
.footer .footer-copyright .copyright-actions .social-icons li:last-child {
  margin-right: 0;
}
.footer .footer-copyright .copyright-actions .social-icons li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .footer-copyright .copyright-actions .social-icons li a:hover {
  color: var(--global--color-primary);
}
.footer .footer-copyright .copyright-actions .social-icons li a:hover span {
  -webkit-transform: translateX(-3px);
      -ms-transform: translateX(-3px);
          transform: translateX(-3px);
}
.footer .footer-copyright .copyright-actions .social-icons li a i {
  color: var(--global--color-primary);
  font-size: 20px;
  margin-right: 10px;
}
.footer .footer-copyright .copyright-actions .social-icons li a span {
  font-family: var(--global--font-body);
  font-weight: 700;
  font-size: 14px;
  color: var(--global--color-white);
  text-transform: capitalize;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (min-width:992px) {
  .footer.footer-2 .footer-top {
    padding-top: 230px;
  }
}


/* --- HITRON CSS --- */


header#navbar-spy.header-transparent .navbar {
    background-color: #ffffff !important;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05) !important;
}
header#navbar-spy.header-transparent .navbar-nav .nav-item a,
header#navbar-spy.header-transparent .navbar-nav .nav-item a span,
header#navbar-spy.header-transparent .module-icon i,
header#navbar-spy.header-transparent .module-body a,
header#navbar-spy.header-transparent .module-label {
    color: #222222 !important;
}
header#navbar-spy.header-transparent .module-phone:hover .module-body a {
    color: #fed000 !important; 
    transition: color 0.3s ease-in-out !important;
}
header#navbar-spy.header-transparent .module-search:hover .module-icon-search i {
    color: #fed000 !important;
    transition: color 0.3s ease-in-out !important;
}
header#navbar-spy.header-transparent .module-phone:hover .module-icon svg path {
    fill: #FED000 !important;
    transition: fill 0.3s ease-in-out !important;
}
header#navbar-spy.header-transparent .navbar-nav .nav-item a:hover,
header#navbar-spy.header-transparent .navbar-nav .nav-item a:hover span,
header#navbar-spy.header-transparent .navbar-nav .nav-item.has-dropdown:hover > a.dropdown-toggle,
header#navbar-spy.header-transparent .navbar-nav .nav-item.has-dropdown:hover > a.dropdown-toggle span {
    color: #FED000 !important; 
    font-weight: bold !important;
    transition: all 0.3s ease-in-out !important;
}
header#navbar-spy.header-transparent .module-phone .module-icon svg path {
    fill: #222222 !important;
}
header#navbar-spy.header-transparent .logo-light {
    display: none !important;
}
header#navbar-spy.header-transparent .logo-dark {
    display: block !important;
}
.navbar-toggler .navbar-toggler-icon {
    filter: invert(0) brightness(0) !important;
}
.navbar-toggler {
    border-color: rgba(0, 0, 0, 0.2) !important;
}
.header, 
.header.header-transparent, 
.header .navbar, 
.module-holder {
    height: 80px !important;
    min-height: 80px !important;
}
.header .navbar-brand img {
    max-height: 70px !important;
    width: auto !important;
}
.header .navbar-nav > li > a {
    line-height: 80px !important; 
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.header .navbar.navbar-fixed {
    height: 70px !important;
    min-height: 70px !important;
}
.header .navbar.navbar-fixed .navbar-brand img {
    max-height: 40px !important;
}
.header .navbar.navbar-fixed .navbar-nav > li > a {
    line-height: 70px !important;
}
@media screen and (max-width: 991.98px) {
    .header, 
    .header .navbar, 
    .module-holder-phone {
        height: 65px !important;
        min-height: 65px !important;
    }
    .header .navbar-brand img {
        max-height: 35px !important;
    }
}
.btn.btn--transparent.btn--white {
  position: relative !important;
  overflow: hidden !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  z-index: 1 !important;
  color: #ffffff !important; 
  border: 2px solid #ffffff !important;
  background-color: transparent !important;
  transition: color 0.4s ease-in-out !important;
}
.btn.btn--transparent.btn--white::before {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 0% !important;
  height: 100% !important;
  background-color: #ffffff !important;
  transition: width 0.4s cubic-bezier(0.25, 0.8, 0.25, 1) !important; 
  z-index: -1 !important;
}
.btn.btn--transparent.btn--white:hover::before {
  width: 100% !important;
}
.btn.btn--transparent.btn--white:hover {
  color: #222222 !important; 
}
.btn.btn--transparent.btn--white i {
  margin-left: 10px !important;
  transition: transform 0.3s ease-in-out !important;
}
.btn.btn--transparent.btn--white:hover i {
  transform: translateX(6px) !important;
}


@media only screen and (max-width: 991.98px) {
  
  .header .navbar .navbar-toggler {
    position: relative !important;
    z-index: 10001 !important;
    border: none !important;
    outline: none !important;
  }
  .header .navbar .navbar-collapse {
    position: fixed !important;
    top: 0 !important;
    bottom: 0 !important;
    right: -100% !important;
    left: auto !important;
    
    width: 75vw !important; 
    max-width: 320px !important; 
    min-height: 100% !important; 
    height: auto !important; 
    
    z-index: 10000 !important; 
    background-color: rgba(255, 255, 255, 0.88) !important;
    backdrop-filter: blur(15px) !important;
    -webkit-backdrop-filter: blur(15px) !important;
    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.1) !important;
    
    padding: 70px 15px 30px !important;
    overflow-y: auto !important;
    transition: right 0.4s ease-in-out, visibility 0.4s, opacity 0.4s !important; 
    visibility: hidden;
    opacity: 0;
  }

  .header .navbar .navbar-collapse.show {
    right: 0 !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  .header .navbar .navbar-nav .nav-link {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    font-size: 15px !important;
    color: #333 !important;
    display: flex !important;
    align-items: center;
  }

  .header .navbar .navbar-nav .dropdown-menu {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding-left: 15px !important;
    margin: 0 !important;
  }

  .header .navbar .navbar-nav .dropdown-menu li a {
    position: relative !important;
    padding-left: 25px !important;
    color: #555 !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }

  .header .navbar .navbar-nav .dropdown-menu li a::before {
    content: '→' !important; 
    position: absolute !important;
    left: 5px !important;
    color: #000000 !important; 
    font-size: 16px !important; 
    font-weight: bold !important;
    line-height: 1 !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
  }

  .header .navbar .navbar-nav > li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.04) !important;
  }
}
.collapsing {
    -webkit-transition: height 0.1s ease-out !important;
    transition: height 0.1s ease-out !important;
}

.navbar-collapse {
    -webkit-transition: all 0.1s ease-out !important;
    transition: all 0.1s ease-out !important;
}
.header .navbar .dropdown-menu {
    -webkit-transition: all 0.1s ease-out !important;
    transition: all 0.1s ease-out !important;
    animation-duration: 0.1s !important; 
}



.references-section {
  background-color: #f9f9fb;
}

.reference-card {
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease-in-out;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.reference-card:hover {
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px); 
}

.ref-image {
  width: 100%;
  height: 240px;
  overflow: hidden;
  position: relative;
}

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

.reference-card:hover .ref-image img {
  transform: scale(1.08); 
}

.ref-content {
  padding: 25px;
  flex-grow: 1;
}

.ref-title {
  font-size: 20px;
  font-weight: 700;
  color: #222222;
  margin-bottom: 15px;
  line-height: 1.3;
}

.ref-services {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 15px;
}

.ref-badge {
  font-size: 12px;
  font-weight: 600;
  padding: 5px 12px;
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.ref-badge.cctv { background-color: #e8f4fd; color: #1565c0; }
.ref-badge.fire { background-color: #fdece8; color: #c62828; }
.ref-badge.access { background-color: #e8fdf0; color: #2e7d32; }
.ref-badge.alarm { background-color: #fff4e5; color: #ef6c00; }
.ref-badge.smart { background-color: #f3e5f5; color: #6a1b9a; }
.ref-badge.integrate { background-color: #e0f7fa; color: #00838f; }

.ref-desc {
  font-size: 15px;
  color: #666666;
  line-height: 1.6;
  margin: 0;
}
.logo-cube-container {
    display: block;
    width: 150px;
    height: 60px;
    perspective: 1000px;
    text-decoration: none;
}

.logo-cube {
    position: relative;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: transform 0.8s ease-in-out;
    animation: rotateLogo 8s infinite ease-in-out;
}

.logo-cube-container:hover .logo-cube {
    transform: rotateX(180deg);
    animation-play-state: paused; 
}

.cube-face {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cube-face img {
    max-width: 100%;
    height: auto;
    display: block;
}

.front {
    transform: rotateX(0deg);
}

.back {
    transform: rotateX(180deg);
}

@keyframes rotateLogo {
    0%, 45% { transform: rotateX(0deg); }
    50%, 95% { transform: rotateX(180deg); }
    100% { transform: rotateX(0deg); }
}
.input-group,
.select-holder {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  width: 100% !important;
  height: auto !important;
  padding: 0 !important;
  border: none !important;
  margin-bottom: 20px !important;
}

.form-label {
  position: static !important;
  transform: none !important;
  font-size: 14px !important;
  margin-bottom: 6px !important;
  color: #ccc !important;
  text-align: left !important;
  display: block !important;
  width: 100% !important;
}

.form-control {
  opacity: 1 !important;
  visibility: visible !important;
  padding: 12px 15px !important;
  border: 1px solid #ccc !important;
  background: #fff !important;
  font-size: 14px !important;
  color: #000 !important;
  border-radius: 4px !important;
  width: 100% !important;
  height: 45px !important;
  display: block !important;
  text-align: left !important;
}

.form-control:focus {
  border-color: #fed000 !important;
  outline: none !important;
}

select.form-control {
  appearance: auto !important;
}

.input-group:hover .form-control,
.select-holder:hover .form-control {
  opacity: 1 !important;
  visibility: visible !important;
}

.input-group:hover .form-label,
.select-holder:hover .form-label {
  transform: none !important;
  font-size: 14px !important;
}

.custom-radio-group {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
}

.custom-control label {
  padding-left: 25px !important;
  cursor: pointer;
}

.select-holder select.form-control,
.input-group select.form-control {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}

.select-holder .current, 
.input-group .current,
.nice-select .current,
.select-holder select option {
  opacity: 1 !important;
  visibility: visible !important;
  color: #000000 !important;
  display: inline-block !important;
  text-align: left !important;
  justify-content: flex-start !important;
}

.select-holder .nice-select,
.input-group .nice-select {
  color: #000000 !important;
  text-align: left !important;
}

.nice-select .current {
  margin-left: 0 !important;
}
.btn--transparent.btn--primary:hover {
  background-color: #000000 !important;
  color: #ffffff !important;
}

/*------------------------------------*\
    Ürünler Css
\*------------------------------------*/
     .sidebar-category-menu { 
        border: 1px solid #e9ecef; 
        border-radius: 8px;
        background: #fff; 
        margin-bottom: 30px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
        overflow: hidden;
      }

      .sidebar-category-title { 
        background-color: #fcfcfc; 
        border-bottom: 3px solid #b3d4fc; 
        padding: 18px 20px;
        display: flex; 
        align-items: center; 
        gap: 15px; 
      }

      .sidebar-category-title i { 
        font-size: 26px; 
        color: #2c3e50;
      }

      .sidebar-category-title h5 { 
        margin: 0; 
        font-weight: 600;
        color: #2c3e50; 
        font-size: 18px; 
      }

      .sidebar-category-list { 
        list-style: none; 
        padding: 15px 0;
        margin: 0; 
      }

      .sidebar-category-list li { 
        margin-bottom: 4px;
      }

      .sidebar-category-list li:last-child { 
        margin-bottom: 0; 
      }

      .sidebar-category-list a {
        display: block;
        box-sizing: border-box;
        padding: 12px 25px 12px 20px !important;
        color: #475569 !important;
        text-decoration: none !important;
        font-size: 15px;
        font-weight: 500;
        transition: transform 0.4s ease, color 0.4s ease, background 0.4s ease, border-left-color 0.4s ease !important;
        border-left: 3px solid transparent !important; 
        white-space: normal; 
      }

      .sidebar-category-list a:hover {
        color: #fed000 !important;
        background: rgba(254, 208, 0, 0.05) !important;
        border-left-color: #fed000 !important;
        transform: translateX(8px) !important;
      }
.product-card {
  display: flex;
  flex-direction: column;
  border: 1px solid #e9ecef;
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.4s ease, box-shadow 0.4s ease, border-color 0.4s ease;
  height: 100%;
  background: #fff;
}

.product-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
  border-color: #fed000;
}

.product-image {
  padding: 30px 20px;
  background: #f8f9fa;
  text-align: center;
  border-bottom: 1px solid #f1f3f5;
  overflow: hidden;
}

.product-image img {
  max-width: 100%;
  height: 180px;
  object-fit: contain;
  transition: transform 0.5s ease;
}

.product-card:hover .product-image img {
  transform: scale(1.08);
}

.product-info {
  padding: 25px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.product-info h3 {
  font-size: 17px;
  margin-bottom: 12px;
  font-weight: 600;
  color: #2c3e50;
  transition: color 0.3s ease;
}

.product-card:hover .product-info h3 {
  color: #fed000;
}

.product-info p {
  font-size: 14px;
  color: #64748b;
  margin-bottom: 20px;
  line-height: 1.6;
  flex-grow: 1;
}
.btn-product {
  display: inline-block;
  padding: 10px 24px;
  background-color: #fed000;
  color: #222;
  border-radius: 6px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: color 0.4s ease;
}

.btn-product::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #222;
  z-index: -1;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

.btn-product:hover {
  color: #fff;
}

.btn-product:hover::before {
  transform: scaleX(1);
}
 .custom-category-header {
  background-color: #f8f9fa !important; 
  padding-top: 40px !important; 
  padding-bottom: 40px !important;
  margin-top: 0 !important; 
  border-bottom: 1px solid #eaeaec !important; 
}

.custom-category-header .title-container {
  text-align: center;
}

.custom-category-header .category-title {
  font-size: 32px !important;
  font-weight: 700 !important;
  color: #222 !important;
  margin-bottom: 10px !important;
}

.custom-category-header .category-subtitle {
  font-size: 16px !important;
  color: #666 !important;
  margin: 0 !important;
  font-weight: 400 !important;
}

.custom-breadcrumb-wrap {
  margin-top: 15px !important;
}
.custom-breadcrumb-wrap .breadcrumb {
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
  justify-content: center !important;
}
.custom-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6); 
  align-items: center;
  justify-content: center;
}

.custom-modal.show {
  display: flex; 
}

.custom-modal-content {
  background-color: #fff;
  padding: 30px;
  border-radius: 8px;
  max-width: 800px;
  width: 90%;
  position: relative;
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
  animation: modalFadeIn 0.3s; 
}

@keyframes modalFadeIn {
  from { opacity: 0; transform: translateY(-20px); }
  to { opacity: 1; transform: translateY(0); }
}

.close-modal {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 28px;
  font-weight: bold;
  color: #aaa;
  cursor: pointer;
}

.close-modal:hover {
  color: #000;
}

.custom-modal-body {
  display: flex;
  gap: 30px;
  margin-top: 10px;
}

.modal-img-container {
  flex: 1;
}

.modal-img-container img {
  width: 100%;
  border-radius: 4px;
}

.modal-text-container {
  flex: 1.5;
}

.modal-text-container h2 {
  margin-top: 0;
  color: #222;
  font-size: 24px;
}

.modal-text-container p {
  color: #555;
  line-height: 1.6;
}

.btn-pdf-download {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
  background-color: #e74c3c;
  color: #fff !important;
  padding: 10px 20px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.3s;
}

.btn-pdf-download:hover {
  background-color: #c0392b;
}
@media (max-width: 768px) {
  .custom-modal-body {
    flex-direction: column;
  }
}

/*------------------------------------*\
    #Hitron ÜRÜNLER - MOBİL CANAVAR
\*------------------------------------*/

@media screen and (max-width: 767.98px) {
    .custom-category-header {
        padding-top: 25px !important;
        padding-bottom: 25px !important;
    }
    .custom-category-header .category-title {
        font-size: 24px !important;
    }
    .custom-category-header .category-subtitle {
        font-size: 14px !important;
    }

    .sidebar-category-menu {
        border: none !important;
        box-shadow: none !important;
        background: transparent !important;
        margin-bottom: 20px !important;
    }
    .sidebar-category-title {
        display: none !important; 
    }
    .sidebar-category-list {
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        gap: 10px !important;
        padding: 5px 0 15px 0 !important;
        -webkit-overflow-scrolling: touch !important; 
        scrollbar-width: none; 
    }
    .sidebar-category-list::-webkit-scrollbar {
        display: none;
    }
    .sidebar-category-list li {
        flex: 0 0 auto !important;
        margin: 0 !important;
    }
    .sidebar-category-list a {
        padding: 8px 18px !important;
        border: 1px solid #e2e8f0 !important;
        border-radius: 25px !important;
        background: #ffffff !important;
        font-size: 13px !important;
        font-weight: 600 !important;
        white-space: nowrap !important;
        border-left: 1px solid #e2e8f0 !important; 
        transform: none !important; 
        box-shadow: 0 2px 8px rgba(0,0,0,0.04) !important;
    }
    .sidebar-category-list a[style*="bold"] {
        background: #fed000 !important;
        color: #111 !important;
        border-color: #fed000 !important;
    }
    #product-list {
        display: flex !important;
        flex-wrap: wrap !important;
        margin: 0 -5px !important; 
    }
    .product-item {
        width: 50% !important; 
        padding: 0 5px !important;
        margin-bottom: 15px !important;
    }
    .product-card {
        border-radius: 10px !important;
    }
    .product-card:hover {
        transform: none !important;
    }
    .product-image {
        padding: 15px 10px !important;
        height: 130px !important; 
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .product-image img {
        height: auto !important;
        max-height: 100px !important; 
    }
    .product-info {
        padding: 12px 10px !important;
    }
    .product-info h3 {
        font-size: 12px !important;
        margin-bottom: 10px !important;
        line-height: 1.3 !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 2 !important;
        line-clamp: 2 !important;
        -webkit-box-orient: vertical !important;
        overflow: hidden !important;
        height: 31px !important;
    }
    .product-info p {
        display: none !important; 
    }
    .btn-product {
        padding: 8px 10px !important;
        font-size: 11px !important;
        width: 100% !important; 
        border-radius: 6px !important;
        margin-top: auto !important;
    }

    .hitron-page-controls {
        flex-direction: column !important;
        justify-content: center !important;
        gap: 15px !important;
    }
    .custom-pagination {
        margin-top: 10px !important;
    }
    .custom-pagination li a {
        width: 35px !important;
        height: 35px !important;
        font-size: 14px !important;
    }
    .custom-modal-content {
        padding: 20px !important;
        width: 95% !important;
        max-height: 90vh !important;
        overflow-y: auto !important; 
        border-radius: 12px !important;
    }
    .close-modal {
        top: 10px !important;
        right: 10px !important;
        font-size: 26px !important;
        background: #f8f9fa !important;
        color: #333 !important;
        border-radius: 50% !important;
        width: 36px !important;
        height: 36px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        box-shadow: 0 2px 10px rgba(0,0,0,0.1) !important;
        z-index: 10 !important;
    }
    .modal-text-container h2 {
        font-size: 18px !important;
        margin-bottom: 10px !important;
    }
    .modal-text-container p {
        font-size: 14px !important;
    }
    .btn-pdf-download {
        font-size: 13px !important;
        padding: 12px !important;
        width: 100% !important; 
        justify-content: center !important;
    }
}
/*------------------------------------*\
	#Mobil İçin Düzenlemeler
\*------------------------------------*/


@media screen and (max-width: 991.98px) {
  .header.header-white .navbar, 
  .header.header-topbar.header-shadow .navbar {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    border-bottom: none !important;
  }
  .header {
    border: none !important;
    outline: none !important;
  }
}

@media screen and (max-width: 991.98px) {
  .header {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        z-index: 1050 !important; 
        background-color: #ffffff !important; 
    }
    .header, 
    .header.header-white, 
    .header.header-white .navbar,
    .header .navbar {
        height: 80px !important;
        min-height: 80px !important;
        box-shadow: none !important;
        -webkit-box-shadow: none !important;
        border: none !important;
        margin: 0 !important;
        padding: 0 !important;
        background-color: #ffffff !important;
        overflow: visible !important; 
    }

    .header .navbar-brand {
        height: 80px !important;
        display: flex !important;
        padding-left: 20px !important;
        align-items: center !important;
    }

    .slider {
        margin-top: -3px !important; 
        position: relative !important;
        z-index: 1 !important;
    }

    .cta-banner {
        position: relative !important;
        left: 0 !important;
        right: 0 !important;
        margin: 40px auto 20px auto !important; 
        width: 90% !important; 
        max-width: 450px !important; 
        float: none !important;
        display: block !important;
        border-radius: 15px !important;
        border-left: none !important;
        border-top: 6px solid #FED000 !important;
        box-shadow: 0 10px 30px rgba(0,0,0,0.1) !important;
    }

    .cta-banner .cta-body {
        padding: 30px 20px !important;
        text-align: center !important; 
    }

    .slider .slide .slide-content {
        padding: 0 25px !important;
        width: 100% !important;
    }

    .slider .slide .slide-content .slide-title {
        font-size: 26px !important;
        line-height: 1.3 !important;
        white-space: normal !important; 
        margin-bottom: 15px !important;
    }

    .slider .slide .slide-content .slide-desc {
        font-size: 15px !important;
        line-height: 1.6 !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 3; 
        line-clamp: 3;         
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .module-holder-phone {
    padding-right: 15px !important;
    } 
}

@media screen and (min-width: 992px) {
    .header {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        z-index: 1100 !important;
        background-color: #ffffff !important;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08) !important;
        height: 110px !important;
        display: flex !important;
        align-items: center !important;
    }
}

.custom-modal {
    display: none; 
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(5px);
}

.custom-modal.show {
    display: flex;
    animation: fadeIn 0.3s ease;
}

.custom-modal-content {
    background-color: #fff;
    border-radius: 16px;
    width: 90%;
    max-width: 800px;
    padding: 30px;
    position: relative;
    box-shadow: 0 20px 50px rgba(0,0,0,0.5);
    animation: slideUp 0.3s ease;
}

.close-modal {
    position: absolute;
    top: 15px;
    right: 25px;
    color: #666;
    font-size: 32px;
    font-weight: bold;
    cursor: pointer;
    transition: color 0.3s;
}

.close-modal:hover {
    color: #e74c3c;
}

.modal-body-flex {
    display: flex;
    gap: 30px;
    align-items: center;
}

.modal-img-box {
    flex: 0 0 40%;
}

.modal-img-box img {
    width: 100%;
    border-radius: 8px;
    object-fit: contain;
}

.modal-text-box {
    flex: 1;
}

.modal-text-box h3 {
    margin-top: 0;
    font-size: 24px;
    color: #333;
    margin-bottom: 15px;
}

.modal-text-box p {
    color: #666;
    line-height: 1.6;
    margin-bottom: 25px;
}

@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes slideUp { from { transform: translateY(30px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }

@media (max-width: 768px) {
    .modal-body-flex {
        flex-direction: column;
    }
    .modal-img-box {
        flex: 0 0 100%;
    }
}
@media (max-width: 768px) {
    .custom-modal-content {
        width: 92%; 
        padding: 35px 20px 25px 20px; 
        border-radius: 20px; 
        max-height: 90vh; 
        overflow-y: auto; 
    }
    .close-modal {
        top: 10px;
        right: 15px;
        font-size: 24px;
        background: #f5f5f5;
        width: 34px;
        height: 34px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        color: #333;
        z-index: 10;
    }

    .modal-body-flex {
        flex-direction: column;
        gap: 15px; 
    }

    .modal-img-box {
        flex: 0 0 100%;
        display: flex;
        justify-content: center;
    }

    .modal-img-box img {
        max-height: 200px; 
        width: auto;
        max-width: 100%;
        object-fit: contain;
    }
    .modal-text-box {
        text-align: center; 
    }

    .modal-text-box h3 {
        font-size: 20px;
        margin-bottom: 10px;
        font-weight: 700;
    }

    .modal-text-box p {
        font-size: 13px; 
        line-height: 1.6;
        margin-bottom: 20px;
        color: #666;
    }
    #modalPdfBtn {
        display: block;
        width: 100%; 
        padding: 14px 0;
        border-radius: 12px;
        font-size: 14px;
        font-weight: 700;
        text-align: center;
    }
}
.hero-minimal {
    height: 450px !important;     
    min-height: 0 !important;      
    padding-top: 50px !important;  
    padding-bottom: 50px !important;
    display: block !important; 
}
.hero-minimal .hero-title {
    font-size: 32px;
    margin-bottom: 15px;
    line-height: 1.2;
}
.hero-minimal .hero-desc {
    font-size: 16px;
    margin-bottom: 25px;
    max-width: 600px;
}
.hero-minimal .hero-action {
    margin-top: 20px;
}
.hero-title {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 900; 
    text-transform: uppercase; 
    letter-spacing: -1px;
}
.hero-action .btn {
    font-size: 16px !important; 
    font-weight: 700 !important; 
    padding: 15px 35px !important; 
    height: auto !important; 
}
.play-svg {
    width: 30px !important;  
    height: auto !important;
    display: block;
    margin-left: 5px; 
}
.btn--video {
    width: 100px !important;  
    height: 100px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 50% !important;
    background-color: #fff !important;
    transition: all 0.3s ease;
}

.entry-stats .entry-heading {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 900 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #333;
    border-bottom: 2px solid #007bff;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.contact-1 {
    position: relative;
    z-index: 2;
    margin-bottom: 100px;
    border-bottom: none;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.contact-1::after {
    content: "";
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background-color: #fed000;
    border-radius: 2px;
}

.footer-1 {
    padding-top: 150px;
    border-top: 1px solid rgba(255, 255, 255, 0.03);
}

.about-img .btn--video {
    width: 80px !important;
    height: 80px !important;
    background-color: #fed000 !important;
    border: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
    position: relative;
}

.about-img .btn--video svg, 
.about-img .btn--video svg path {
    fill: #111 !important;
    width: 20px !important;
    height: auto !important;
}

.about-img .btn--video::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid #fed000;
    animation: button-pulse 1.5s infinite;
}

@keyframes button-pulse {
    0% { transform: scale(1); opacity: 1; }
    100% { transform: scale(1.5); opacity: 0; }
}

.about-img .btn--video:hover {
    transform: scale(1.05);
    background-color: #333 !important;
}

.about-img .btn--video:hover svg path {
    fill: #fed000 !important;
}

.video-intro .intro-img {
    position: relative;
    width: 100px;
    height: 100px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-intro .btn--video {
    width: 55px !important;
    height: 55px !important;
    background-color: #fed000 !important;
    border: none !important;
    border-radius: 50% !important;
    position: relative !important;
    left: auto !important;
    top: auto !important;
    transform: none !important;
    margin: 0 !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2) !important;
}

.video-intro .btn--video svg {
    width: 14px !important;
    height: auto !important;
    margin-left: 3px;
}

.video-intro .btn--video svg path {
    fill: #000 !important;
}

.video-intro .intro-body {
    padding-left: 20px;
}

.about, .solutions, .contact {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
    background-color: #ffffff;
    margin-bottom: 0;
}

.solutions-1 {
    background-color: #f8f9fa !important;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin: 80px 0;
}

.footer-index {
    padding-top: 40px !important;
    border-top: 1px solid rgba(255, 255, 255, 0.03);
}

.contact-1 {
    position: relative;
    z-index: 2;
    margin-bottom: 100px;
    border-bottom: none;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.contact-1::after {
    content: "";
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background-color: #fed000;
    border-radius: 2px;
}

.footer-about {
    margin-top: 0 !important;
    padding-top: 50px !important;
    position: relative;
}

.footer-about::before {
    content: "";
    display: block;
    height: 100px;
    background-color: #ffffff;
    width: 100%;
    position: absolute;
    top: -50px;
    left: 0;
}

@media (max-width: 767px) {
    .footer-about::before {
        height: 30px;
        top: -30px;
    }
}

.about, .solutions, .contact {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
    background-color: #ffffff;
}

.solutions-1 {
    background-color: #f8f9fa !important;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin: 80px 0;
}

.solutions-1 .heading-title {
    color: #111111 !important;
    font-weight: 800 !important;
    text-transform: none;
}

.solutions-1 .heading-desc {
    color: #444444 !important;
}
.heading-title {
    margin-bottom: 30px !important;
    line-height: 1.3 !important;
    letter-spacing: -0.5px;
}

.heading-desc {
    margin-bottom: 40px !important;
    color: #666;
}

.solutions-tags .btn {
    background-color: #f5f5f5 !important;
    color: #111 !important;
    border: 1px solid #e0e0e0 !important;
    border-radius: 4px !important;
    padding: 8px 20px !important;
    font-weight: 600 !important;
    font-size: 13px !important;
    margin-right: 10px !important;
    margin-bottom: 10px !important;
    transition: all 0.3s ease !important;
}

.solutions-tags .btn:hover {
    background-color: #fed000 !important;
    border-color: #fed000 !important;
    transform: translateY(-2px);
}

.solutions-img .btn--video {
    background-color: #fed000 !important;
    width: 70px !important;
    height: 70px !important;
}

.solutions-img .btn--video svg path {
    fill: #000 !important;
}
/* =========================================
   YANGIN ALGILAMA SAYFASI ÖZEL HERO ALANI
========================================= */

.hitron-fire-hero {
    position: relative;
    padding: 70px 0; /* Üstten ve alttan boşlukları daralttık */
    min-height: 350px; /* Görseldeki gibi basık bir alan için ideal yükseklik */
    display: flex;
    align-items: center;
    color: #ffffff;
}

.hitron-fire-content {
    position: relative;
    z-index: 2; /* Arkaplanın (overlay) üstünde kalmasını sağlar */
}

.hitron-fire-title {
    font-family: 'Arial', 'Helvetica', sans-serif;
    font-size: 3.4rem; /* Standart 3-4rem yerine daha küçük ve şık */
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 12px;
    color: #ffffff;
    letter-spacing: -0.5px;
}

.hitron-fire-desc {
    font-size: 1rem; /* Okunaklı ama yer kaplamayan boyut */
    line-height: 1.6;
    margin-bottom: 25px;
    opacity: 0.9;
    max-width: 90%; /* Açıklamanın çok uzayıp dağılmasını engeller */
}

.hitron-fire-action {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap; /* Gerekirse alt alta geçmesi için */
}

/* --- Mobil Uyumluluk (Responsive) --- */
@media (max-width: 768px) {
    .hitron-fire-hero {
        padding: 50px 0;
        min-height: 280px;
    }
    
    .hitron-fire-title {
        font-size: 1.8rem; /* Mobilde daha da küçülür */
    }
    
    .hitron-fire-desc {
        font-size: 0.9rem;
        max-width: 100%;
        margin-bottom: 20px;
    }
    
    .hitron-fire-action {
        gap: 15px;
    }
}
/* =========================================
   GEÇİŞ KONTROL SAYFASI ÖZEL HERO ALANI
========================================= */

.hitron-access-hero {
    position: relative;
    padding: 85px 0; /* İçerik boşluğu */
    min-height: 380px; /* Basık ve geniş bir görünüm için */
    display: flex;
    align-items: center;
}

/* İçerik Kapsayıcısı ve Animasyon */
.hitron-access-content {
    position: relative;
    z-index: 2;
    padding-left: 25px; /* Sol çizgiden uzaklık */
    border-left: 5px solid #007bff; /* Teknolojik mavi/güvenlik vurgusu (Rengini temanıza göre değiştirebilirsiniz) */
    
    /* Sayfa açılışında soldan sağa kayarak gelme efekti */
    opacity: 0;
    animation: slideInAccess 0.8s cubic-bezier(0.25, 0.8, 0.25, 1) forwards;
}

/* Başlık Stili */
.hitron-access-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.6rem;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 15px;
    line-height: 1.2;
    letter-spacing: -0.5px;
    text-shadow: 0 4px 15px rgba(0, 0, 0, 0.6); /* Yazının arkasından hafif bir derinlik */
}

/* Açıklama Stili */
.hitron-access-desc {
    font-size: 1.05rem;
    color: rgba(255, 255, 255, 0.9); /* Tam beyaz yerine göz yormayan hafif kırık beyaz */
    line-height: 1.6;
    margin-bottom: 30px;
    max-width: 90%;
    font-weight: 300; /* Daha zarif, ince bir font ağırlığı */
}

/* Buton ve Video Linki Kapsayıcısı */
.hitron-access-action {
    display: flex;
    align-items: center;
    gap: 25px;
    flex-wrap: wrap;
}

/* --- Kayma Animasyonu Tanımı (Keyframes) --- */
@keyframes slideInAccess {
    0% {
        opacity: 0;
        transform: translateX(-40px); /* 40px geriden başla */
    }
    100% {
        opacity: 1;
        transform: translateX(0); /* Kendi orijinal konumuna gel */
    }
}

/* --- Mobil Cihazlar İçin Uyumluluk (Responsive) --- */
@media (max-width: 768px) {
    .hitron-access-hero {
        padding: 55px 0;
        min-height: 300px;
    }
    
    .hitron-access-content {
        padding-left: 15px;
        border-left-width: 4px;
    }

    .hitron-access-title {
        font-size: 1.9rem;
    }
    
    .hitron-access-desc {
        font-size: 0.95rem;
        max-width: 100%;
        margin-bottom: 25px;
    }
    
    .hitron-access-action {
        gap: 15px;
    }
}
/* BÜYÜK EKRANLAR İÇİN HEADER ORTALAMA VE YERLEŞİM DÜZELTMESİ */
@media (min-width: 992px) {
    /* 1. Tüm navigasyon barını sayfanın ortasına hizalar ve maksimum genişlik sınırı koyar */
    header#navbar-spy nav#primary-menu {
        max-width: 1320px !important; /* İsteğe göre 1200px veya 1400px yapabilirsiniz */
        margin-left: auto !important;
        margin-right: auto !important;
        width: 100% !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
    }

    /* 2. Orta kısımdaki menü linklerini (Anasayfa, Ürünler vs.) ekranın tam merkezine çeker */
    header#navbar-spy #navbarContent .navbar-nav {
        margin-left: auto !important;
        margin-right: auto !important;
        display: flex !important;
        justify-content: center !important;
    }

    /* 3. Sağ taraftaki modüllerin (Arama, Telefon, Gamanet Logosu) kendi içinde düzgün durmasını sağlar */
    header#navbar-spy #navbarContent .module-holder {
        display: flex !important;
        align-items: center !important;
        margin-left: 0 !important;
    }
}
/* BÜYÜK EKRANLAR İÇİN CTA VE FEATURES BÖLÜMÜ KESİŞME/TAŞMA DÜZELTMESİ */
@media (min-width: 1200px) {
    /* 1. Üstteki CTA bölümünün alt boşluğunu artırarak alttaki siyah bölümü aşağı iter */
    section#cta-1 {
        padding-bottom: 80px !important;
        margin-bottom: 50px !important;
    }

    /* 2. Siyah arka planlı bölümün iç üst boşluğunu artırarak yazıların güvenli bölgede başlamasını sağlar */
    section#features-2 {
        padding-top: 150px !important;
        clear: both !important;
    }

    /* 3. Altta kalan başlığın (Entegre Güvenlik Çözümleri...) z-index değerini yükseltip resmin altında ezilmesini kesin olarak önler ve ekstra üstten boşluk verir */
    section#features-2 .container > .row:first-child .heading-6 {
        margin-top: 60px !important;
        position: relative !important;
        z-index: 10 !important;
    }
}

@media (min-width: 1600px) {
    /* Çok daha büyük (Ultra geniş) monitörlerde taşma payı artabileceği için ekstra güvenlik boşluğu */
    section#features-2 {
        padding-top: 180px !important;
    }
}
/* --- SAYFALAMA SİSTEMİ (PAGINATION) TASARIMI --- */

.pagination-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
        "left right"
        "center center";
    gap: 20px;
    align-items: center;
    font-family: inherit;
    color: #6c757d;
    margin-top: 40px;
    margin-bottom: 20px;
}

/* Sol Alan: Sayfada Göster */
.pagination-left {
    grid-area: left;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
}

/* Sağ Alan: Sayfaya Git */
.pagination-right {
    grid-area: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    font-size: 14px;
}

/* Orta Alan: Numaralar (Araya çizgi ve alt satıra geçiş) */
.pagination-center {
    grid-area: center;
    display: flex;
    justify-content: center;
    border-top: 1px solid #ebebeb; /* Görseldeki ayırıcı çizgi */
    padding-top: 25px; 
}

/* Dropdown ve Input Ortak Stilleri */
#per-page-select, 
#go-page-input {
    padding: 8px 12px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    outline: none;
    color: #333;
    font-size: 14px;
    background-color: #fff;
    transition: border-color 0.3s;
}

#per-page-select:focus, 
#go-page-input:focus {
    border-color: #fed000; /* Odaklanınca ince sarı detay */
}

#go-page-input {
    width: 65px;
    text-align: center;
}

/* Git Butonu */
#go-page-btn {
    padding: 8px 16px;
    border: 1px solid #e0e0e0;
    background-color: #f8f9fa;
    color: #333;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
}

#go-page-btn:hover {
    background-color: #e2e6ea;
    border-color: #dae0e5;
}

/* --- SAYFALAMA KUTULARI (1, 2, 3...) --- */
.custom-pagination {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 8px; /* Kutular arası boşluk */
    align-items: center;
}

.custom-pagination li {
    min-width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    color: #555;
    cursor: pointer;
    font-size: 14px;
    background-color: #fff;
    transition: all 0.3s ease;
    user-select: none;
}

/* Hover (Üzerine gelince) Efekti */
.custom-pagination li:hover:not(.dots):not(.active) {
    border-color: #fed000;
    color: #fed000;
    background-color: #fffdf0; /* Çok hafif sarı arkaplan */
}

/* Aktif Sayfa (Sarı Kutu) */
.custom-pagination li.active {
    background-color: #fed000;
    border-color: #fed000;
    color: #fff;
    font-weight: 600;
}

/* Üç Nokta (...) Stili */
.custom-pagination li.dots {
    border: none;
    background: transparent;
    cursor: default;
    color: #999;
}

/* --- MOBİL UYUM (Responsive) --- */
@media (max-width: 768px) {
    .pagination-wrapper {
        grid-template-columns: 1fr; /* Mobilde tek sütun yap */
        grid-template-areas:
            "center"  /* Sayfalama numaraları en üste gelsin */
            "left"    /* Sayfada göster ortada olsun */
            "right";  /* Git butonu en altta kalsın */
        gap: 20px;
        margin-top: 30px;
        margin-bottom: 160px !important; /* Açılır menü (select) aşağı doğru rahatça açılsın */
    }
    
    .pagination-left, 
    .pagination-right {
        justify-content: center; /* Mobilde içerikleri ortala */
    }

    .pagination-center {
        padding-top: 0;
        padding-bottom: 20px;
        border-top: none; /* Üstteki çizgiyi mobilde kaldır */
        border-bottom: 1px solid #ebebeb; /* Çizgiyi numaraların altına ekle */
    }

    .custom-pagination {
        flex-wrap: wrap; /* Sayfa kutucukları ekrana sığmazsa alt satıra düzenli geçsin */
        justify-content: center;
    }
}
/* Ana footer kapsayıcısının boşluklarını daralt */
footer.footer, 
.footer-1 {
    padding-top: 0 !important; 
    margin-top: 30px !important; /* Üstündeki içerikle arasına sadece 30px mesafe koyar */
}

/* Footer içindeki üst bölümün (menüler ve logolar) boşlukları */
.footer-1 .footer-top {
    padding-top: 40px !important; /* Yukarıdan iç boşluk */
    padding-bottom: 20px !important; /* Aşağıdan iç boşluk */
}

/* Widget'ların (Hakkımızda, İletişim vb. sütunlar) alt boşluklarını kıs */
.footer-1 .footer-widget {
    margin-bottom: 20px !important;
}

/* Footer içindeki en alt bölümün (Telif hakkı ve sosyal medya) boşlukları */
.footer-1 .footer-bottom {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    margin-top: 0 !important;
}
:root {
  --hitron-dark: #0f172a;
  --hitron-blue: #1e3a8a;
  --hitron-light: #f8fafc;
  --hitron-accent: #3b82f6;
  --hitron-text: #475569;
  --hitron-gray: #e2e8f0;
}
.compact-hero {
  position: relative;
  padding: 70px 0 90px 0;   
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #ffffff;
  border-bottom: 4px solid var(--hitron-accent);
  overflow: hidden;
}

/* Arka plana teknolojik ve hafif bir doku katmak için ince çizgiler */
.compact-hero::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 100% 40px;
  pointer-events: none;
}

/* --- Etkileyici "Hakkımızda" Yazısı --- */
.hero-elegant-subtitle {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

.hero-elegant-subtitle .line {
  width: 60px;
  height: 3px;
  background: var(--hitron-accent);
  box-shadow: 0 0 10px var(--hitron-accent);
}

.hero-elegant-subtitle .text {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--hitron-accent);
  text-transform: uppercase;
  letter-spacing: 4px;
  text-shadow: 0 2px 10px rgba(59, 130, 246, 0.3);
}

/* --- Başlık ve Açıklama --- */
.compact-hero-title {
  /* Okunabilirliği yüksek, modern font ailesi */
  font-family: 'Montserrat', 'Inter', 'Segoe UI', Roboto, sans-serif;
  font-size: 3rem; 
  font-weight: 900; /* Çok daha kalın bir punto */
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 20px;
  letter-spacing: -0.5px; /* Kelime bütünlüğünü sağlar */
  
  /* Yazıyı arka plandan tamamen koparan, çift katmanlı güçlü gölge */
  text-shadow: 
    2px 2px 4px rgba(0, 0, 0, 0.9), 
    0 10px 30px rgba(0, 0, 0, 0.7);
}

/* Altındaki açıklama yazısının da okunabilirliğini artırmak isterseniz: */
.compact-hero-desc {
  font-family: 'Inter', 'Segoe UI', sans-serif;
  font-size: 1.15rem;
  color: #f8fafc; /* Tam beyaz yerine çok hafif kırık beyaz (göz yormaz) */
  margin-bottom: 35px;
  max-width: 650px;
  line-height: 1.7;
  font-weight: 500;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.9); /* Açıklamaya da hafif gölge eklendi */
}
/* --- Yeni Şık Buton --- */
.btn-elegant-primary {
  background-color: transparent;
  color: #ffffff;
  padding: 14px 32px;
  border-radius: 4px;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  border: 2px solid var(--hitron-accent);
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  background: rgba(59, 130, 246, 0.1);
}

.btn-elegant-primary i {
  transition: transform 0.3s ease;
}

.btn-elegant-primary:hover {
  background-color: var(--hitron-accent);
  color: #ffffff;
  box-shadow: 0 10px 20px rgba(59, 130, 246, 0.3);
}

.btn-elegant-primary:hover i {
  transform: translateX(5px);
}

/* Mobil Uyumluluk */
@media (max-width: 768px) {
  .compact-hero {
    padding: 50px 0 70px 0;
  }
  .compact-hero-title {
    font-size: 2.2rem;
  }
}

/* ============================
   Diğer Sayfa Bileşenleri
============================ */

/* Stats Bar */
.stats-bar {
  background: #ffffff;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  border-radius: 12px;
  padding: 30px;
  margin-top: -50px;
  position: relative;
  z-index: 10;
}
.stat-item h3 {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--hitron-blue);
  margin: 0;
}
.stat-item p {
  font-weight: 600;
  color: var(--hitron-text);
  margin: 0;
  text-transform: uppercase;
  font-size: 0.85rem;
  letter-spacing: 0.5px;
}

/* Modern About Content */
.about-section {
  padding: 100px 0;
  background-color: #ffffff;
}
.section-subtitle {
  color: var(--hitron-accent);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.9rem;
  display: block;
  margin-bottom: 10px;
}
.section-title {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--hitron-dark);
  margin-bottom: 25px;
}
.about-text {
  font-size: 1.05rem;
  color: var(--hitron-text);
  line-height: 1.8;
  margin-bottom: 20px;
}
.image-composition {
  position: relative;
}
.img-main {
  border-radius: 16px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.1);
  width: 85%;
}
.img-float {
  position: absolute;
  bottom: -30px;
  right: 0;
  width: 55%;
  border-radius: 16px;
  border: 8px solid #ffffff;
  box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

/* Modern Solutions Cards */
.solutions-section {
  padding: 100px 0;
  background-color: var(--hitron-light);
}
.solution-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 40px 30px;
  transition: all 0.3s ease;
  border: 1px solid #e2e8f0;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.solution-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 4px;
  height: 0;
  background-color: var(--hitron-accent);
  transition: all 0.3s ease;
}
.solution-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
  border-color: transparent;
}
.solution-card:hover::before {
  height: 100%;
}
.solution-icon {
  font-size: 2.5rem;
  color: var(--hitron-blue);
  margin-bottom: 20px;
}
.solution-card h4 {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--hitron-dark);
  margin-bottom: 15px;
}
.solution-card p {
  color: var(--hitron-text);
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 0;
}

/* Premium Partners Section */
.premium-partners-section {
  position: relative;
  padding: 90px 0 110px 0;
  background: linear-gradient(180deg, #ffffff 0%, #e8f0f8 100%);
  overflow: hidden;
  border-top: 1px solid #e2e8f0;
}
.premium-partners-section::before {
  content: '';
  position: absolute;
  bottom: -20%; left: -50%; right: -50%; 
  height: 60%;
  background-image: 
    linear-gradient(rgba(255, 255, 255, 0.6) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.6) 1px, transparent 1px);
  background-size: 40px 40px;
  transform: perspective(500px) rotateX(60deg);
  transform-origin: top center;
  opacity: 0.7;
  pointer-events: none;
  z-index: 1;
}
.premium-partners-section::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0; height: 200px;
  background: radial-gradient(ellipse at bottom, rgba(59, 130, 246, 0.12) 0%, transparent 60%);
  pointer-events: none;
  z-index: 1;
}
.premium-title {
  color: #334155;
  font-weight: 800;
  font-size: 2.2rem;
  letter-spacing: 1px;
  margin-bottom: 8px;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}
.premium-subtitle {
  color: #64748b;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 60px;
  position: relative;
  z-index: 2;
}
.partner-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  z-index: 2;
  min-width: 160px;
  margin-bottom: 30px;
}
.partner-item:hover {
  transform: translateY(-10px);
}
.partner-logo-container {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  transition: transform 0.3s ease;
}
.partner-item:hover .partner-logo-container {
  transform: scale(1.05);
}
.partner-logo-container img {
  max-height: 100%;
  max-width: 150px;
  object-fit: contain;
  filter: drop-shadow(0 4px 6px rgba(0,0,0,0.05));
}
.partner-tech {
  display: flex;
  gap: 12px;
  color: #475569;
  font-size: 1.4rem;
  background: #ffffff;
  padding: 10px 20px;
  border-radius: 30px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.05);
  border: 1px solid #e2e8f0;
  transition: all 0.3s ease;
}
.partner-item:hover .partner-tech {
  box-shadow: 0 15px 30px rgba(59, 130, 246, 0.15);
  border-color: #bfdbfe;
}
.partner-tech i {
  transition: color 0.3s ease, transform 0.3s ease;
}
.partner-item:hover .partner-tech i {
  color: var(--hitron-blue);
  transform: scale(1.1);
}
/* --- MOBİL İÇİN TAM OPTİMİZASYON --- */
@media (max-width: 768px) {
  /* Hero Alanı Düzenlemeleri */
  .compact-hero-title {
    font-size: 1.8rem !important; /* Başlığı mobilde küçülttük */
    margin-bottom: 15px;
  }
  .compact-hero-desc {
    font-size: 0.95rem;
    margin-bottom: 25px;
  }

  /* Stats Bar: 4 sütundan 2 sütuna düşürdük */
  .stats-bar {
    margin-top: -30px;
    padding: 20px;
  }
  .stat-item h3 {
    font-size: 1.8rem;
  }
  .stat-item p {
    font-size: 0.7rem;
  }

  /* About Section: Görseli yazının üstüne aldık */
  .about-section {
    padding: 50px 0;
  }
  .section-title {
    font-size: 1.8rem;
  }
  .image-composition {
    margin-top: 30px;
  }
  .img-main {
    width: 100%; /* Mobilde tam genişlik */
  }
  .img-float {
    display: none; /* Mobilde karmaşayı önlemek için float görseli gizledik */
  }

  /* Çözüm Kartları: Tek sütun yapısı */
  .solutions-section {
    padding: 50px 0;
  }
  
  /* Partners Section: Logo boyutlarını küçülttük */
  .premium-partners-section {
    padding: 50px 0;
  }
  .premium-title {
    font-size: 1.5rem;
  }
  .partner-item {
    min-width: 120px; /* Logoları daha sıkı dizdik */
    margin-bottom: 20px;
  }
  .partner-logo-container {
    height: 40px;
  }
  .partner-logo-container img {
    max-width: 100px;
  }
  .partner-tech {
    padding: 6px 12px;
    font-size: 1.1rem;
    gap: 8px;
  }
}
:root {
  --hitron-dark: #111111;
  --hitron-dark-2: #222222;
  --hitron-light: #f8f9fa;
  --hitron-accent: #f5b900;
  --hitron-text: #555555;
  --hitron-gray: #e5e5e5;
}

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@800;900&family=Plus+Jakarta+Sans:wght@500;600&display=swap');

/* ============================
   Hitron Şekilli Blog Hero
============================ */
.blog-hero {
  position: relative;
  padding: 130px 0 110px 0;
  background-color: #fdfdfd;
  color: #111111;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  border-bottom: 1px solid #e5e5e5;
  background-image: 
    radial-gradient(circle, #d1d5db 1px, transparent 1px),
    repeating-linear-gradient(45deg, transparent, transparent 20px, rgba(245, 185, 0, 0.03) 20px, rgba(245, 185, 0, 0.03) 22px);
  background-size: 30px 30px, 100% 100%;
}

.blog-hero::before {
  content: 'HITRON';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'Outfit', sans-serif;
  font-size: 22vw;
  font-weight: 900;
  color: rgba(245, 185, 0, 0.12);
  -webkit-text-stroke: 2px rgba(245, 185, 0, 0.4);
  white-space: nowrap;
  letter-spacing: -2vw;
  z-index: -2;
  user-select: none;
  animation: floatWatermark 10s ease-in-out infinite alternate;
}

.blog-hero::after {
  content: '';
  position: absolute;
  bottom: -50px;
  left: -50px;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(245, 185, 0, 0.1) 0%, transparent 70%);
  z-index: -1;
  border-radius: 50%;
}

.blog-hero-title {
  font-family: 'Outfit', sans-serif;
  font-size: 4.5rem;
  font-weight: 900;
  color: #111111;
  margin-bottom: 40px;
  letter-spacing: -1.5px;
  position: relative;
  display: inline-block;
  opacity: 0;
  animation: slideUpText 1s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.blog-hero-title::after {
  content: '';
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 8px;
  background-color: var(--hitron-accent);
  border-radius: 20px;
  animation: expandLine 1.2s cubic-bezier(0.16, 1, 0.3, 1) 0.6s forwards;
}

.blog-hero-title::before {
  content: '';
  position: absolute;
  bottom: -18px;
  left: calc(50% + 50px);
  width: 8px;
  height: 8px;
  background-color: #111111;
  border-radius: 50%;
  opacity: 0;
  animation: fadeInDot 0.5s ease 1.5s forwards;
}

.blog-hero-desc {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 1.2rem;
  color: #475569;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.8;
  font-weight: 500;
  opacity: 0;
  transform: translateY(20px);
  animation: slideUpText 1s cubic-bezier(0.16, 1, 0.3, 1) 0.3s forwards;
  position: relative;
  z-index: 2;
  background: rgba(255, 255, 255, 0.6);
  padding: 10px 20px;
  border-radius: 8px;
}

/* Hero Animasyonları */
@keyframes slideUpText {
  0% { opacity: 0; transform: translateY(40px); }
  100% { opacity: 1; transform: translateY(0); }
}
@keyframes expandLine {
  0% { width: 0; opacity: 0; left: 50%; }
  100% { width: 70px; opacity: 1; left: calc(50% - 10px); }
}
@keyframes fadeInDot {
  0% { opacity: 0; transform: scale(0); }
  100% { opacity: 1; transform: scale(1); }
}
@keyframes floatWatermark {
  0% { transform: translate(-50%, -48%) scale(1); }
  100% { transform: translate(-50%, -52%) scale(1.02); }
}

@media (max-width: 768px) {
  .blog-hero { padding: 90px 0 70px 0; }
  .blog-hero::before { font-size: 30vw; letter-spacing: 0; }
  .blog-hero-title { font-size: 3rem; margin-bottom: 35px; }
  .blog-hero-title::after, .blog-hero-title::before { bottom: -15px; }
  .blog-hero-desc { font-size: 1.05rem; padding: 10px; }
}

/* ============================
   Breadcrumb (Sayfa Yolu)
============================ */
.custom-breadcrumb {
  background-color: #ffffff;
  padding: 15px 0;
  border-bottom: 1px solid var(--hitron-gray);
}
.custom-breadcrumb .breadcrumb {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 0.9rem;
}
.custom-breadcrumb .breadcrumb a {
  color: var(--hitron-text);
  text-decoration: none;
  transition: color 0.3s;
}
.custom-breadcrumb .breadcrumb a:hover {
  color: var(--hitron-accent);
}

/* ============================
   Bilgi Kartları (Blog Grid)
============================ */
.blog-section {
  padding: 80px 0;
  background-color: var(--hitron-light);
}

.modern-blog-card {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.04);
  transition: all 0.4s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid transparent;
}

.modern-blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.08);
  border-color: var(--hitron-accent);
}

.card-img-wrapper {
  position: relative;
  overflow: hidden;
  height: 220px;
}

.card-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-category {
  position: absolute;
  top: 20px;
  left: 20px;
  background: var(--hitron-accent);
  color: var(--hitron-dark); 
  padding: 6px 14px;
  border-radius: 4px;
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  z-index: 2;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

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

.card-meta {
  font-size: 0.85rem;
  color: #888888;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

.card-meta i {
  color: var(--hitron-accent);
  margin-right: 8px;
  font-size: 1rem;
}

.card-title {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--hitron-dark);
  margin-bottom: 15px;
  line-height: 1.4;
}

.card-excerpt {
  color: var(--hitron-text);
  font-size: 0.95rem;
  line-height: 1.7;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  /* Hero Bölümü Daraltmaları */
  .blog-hero { 
    padding: 80px 15px 60px 15px; /* Mobilde kenarlardan hafif boşluk, üst/alt daraltıldı */
    background-size: 20px 20px, 100% 100%; /* Arka plan deseni mobilde küçültüldü */
  }
  .blog-hero::before { 
    font-size: 28vw; 
    letter-spacing: 0; 
  }
  .blog-hero-title { 
    font-size: 2.5rem; /* Küçük ekranlarda taşmaması için 2.5rem'e çekildi */
    margin-bottom: 30px; 
  }
  .blog-hero-title::after, 
  .blog-hero-title::before { 
    bottom: -15px; 
  }
  .blog-hero-desc { 
    font-size: 1rem; /* Okunabilirlik için 1rem idealdir */
    padding: 12px 15px; 
  }

  /* Breadcrumb (Sayfa Yolu) Mobilde Ortalama */
  .custom-breadcrumb {
    padding: 12px 0;
  }
  .custom-breadcrumb .breadcrumb {
    font-size: 0.85rem;
    flex-wrap: wrap; /* Uzun yolların taşmasını engeller */
    justify-content: center !important; /* Mobilde ortalanması daha profesyonel durur */
  }

  /* Blog Kartları ve Grid Yapısı */
  .blog-section {
    padding: 50px 15px; /* Mobilde 80px çok fazla beyaz alan yaratır, 50px'e düşürüldü */
  }
  
  .card-img-wrapper {
    height: 200px; /* Görsel yüksekliği mobil ekrana orantılandı */
  }

  .card-category {
    top: 15px;
    left: 15px;
    padding: 5px 10px;
    font-size: 0.75rem; /* Etiket boyutu zarifleştirildi */
  }

  .card-content {
    padding: 20px; /* Mobilde 30px padding kartı boğar, 20px idealdir */
  }

  .card-title {
    font-size: 1.15rem; /* Başlıklar mobilde çok yer kaplamaması için ayarlandı */
    margin-bottom: 10px;
  }

  .card-excerpt {
    font-size: 0.9rem; /* Açıklama metni akıllı telefonlar için uygun boyuta getirildi */
    line-height: 1.6;
  }
}

/* Ekstra Küçük Ekranlar İçin (Örn: iPhone SE vb. Max 480px) */
@media (max-width: 480px) {
  .blog-hero-title {
    font-size: 2rem;
  }
  .card-img-wrapper {
    height: 180px;
  }
}