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

	Theme Name: Medisch
	Theme URI: http://themeforest.net/user/zytheme
	Description: Medisch is a pixel perfect creative medical HTML5 tempalte 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 VARIBALES
\*------------------------------------*/
:root {
  --global--color-primary: #9bcb3b;
  --global--color-primary-alt: #44d6fe;
  --global--color-primary-darken: #263967;
  --global--color-primary-light: #e6f8fb;
  --global--color-secondary: #1d65b9;
  --global--color-heading: #063464;
  --global--color-heading-darken: #435ba1;
  --global--color-heading-light: #1d2a4d;
  --global--color-body: #8e949e;
  --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: 'Rubik', sans-serif;
  --global--font-secondary: 'Caveat', cursive;
}

/*------------------------------------*\
    #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 {
  box-shadow: none;
}

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

textarea {
  resize: none;
}

/*------------------------------------*\
    #GLOBAL STYLES
\*------------------------------------*/
body,
html {
  overflow-x: hidden;
}

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

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

a {
  color: var(--global--color-primary);
  transition: all 300ms ease-in-out;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

textarea {
  resize: 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-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;
}

/*------------------------------------*\
    #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-40 {
  margin-bottom: 40px !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;
}

.p-0 {
  padding: 0;
}

.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-90 {
  padding-top: 90px;
}

.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%;
  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%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
/*------------------------------------*\
    #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: 600;
}
.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: #f3f7fb !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: linear-gradient(#021c37 0%, #041c35 6.74%, rgba(21, 27, 33, 0) 74.68%, rgba(27, 26, 26, 0) 100%);
  opacity: 0.45;
}

.bg-overlay-dark-2:before {
  background-color: rgba(4, 28, 53, 0.2196078431);
}

.bg-overlay-dark-3:before {
  background-color: rgb(3, 43, 86);
  opacity: 0.149;
}

.bg-overlay-theme-secondary:before {
  background: linear-gradient(rgba(40, 205, 250, 0) 0%, rgba(29, 101, 185, 0) 0%, rgba(29, 101, 185, 0) 16.43%, #1d65b9 97.66%, #1d65b9 100%);
}
.bg-overlay-theme-secondary::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(32, 115, 211, 0.85);
  z-index: 0;
}

.bg-overlay-theme-dark:before {
  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-theme-light:before {
  background: linear-gradient(rgba(29, 101, 185, 0) 0%, rgba(155, 203, 59, 0) 0%, rgba(155, 203, 59, 0) 16.43%, #9bcb3b 97.66%, #9bcb3b 100%);
}
.bg-overlay-theme-light::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(155, 203, 59, 0.95);
  z-index: 0;
}

.bg-overlay-theme-light:before {
  background: linear-gradient(rgba(29, 101, 185, 0) 0%, rgba(155, 203, 59, 0) 0%, rgba(155, 203, 59, 0) 16.43%, #9bcb3b 97.66%, #9bcb3b 100%);
}
.bg-overlay-theme-light::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(155, 203, 59, 0.95);
  opacity: 0.8;
  z-index: 0;
}

.bg-overlay-theme-light-inversed:before {
  background: linear-gradient(rgba(60, 152, 48, 0) 0%, rgba(155, 203, 59, 0) 0%, rgba(155, 203, 59, 0) 16.43%, #9bcb3b 97.66%, #9bcb3b 100%);
}
.bg-overlay-theme-light-inversed::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(155, 203, 59, 0.95);
  z-index: 0;
}

.bg-overlay-theme-primary:before {
  background: linear-gradient(rgba(29, 101, 185, 0) 100%, rgba(29, 101, 185, 0) 100%, rgba(29, 101, 185, 0) 84.57%, #1d65b9 97.66%, #1d65b9 100%);
}
.bg-overlay-theme-primary::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(29, 101, 185, 0.95);
  z-index: 0;
}

.bg-overlay-theme-primary-light:before {
  background: linear-gradient(rgba(155, 203, 59, 0) 0%, rgba(68, 214, 254, 0) 0%, rgba(68, 214, 254, 0) 16.43%, #44d6fe 97.66%, #44d6fe 100%);
}
.bg-overlay-theme-primary-light::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(68, 214, 254, 0.9);
  z-index: 0;
}

.bg-overlay-dark-slider:before {
  background: linear-gradient(#021c37 0%, #041c35 6.74%, rgba(21, 27, 33, 0) 74.68%, rgba(27, 26, 26, 0) 100%);
  opacity: 0.45;
}
.bg-overlay-dark-slider::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(3, 43, 86, 0.25);
}

.bg-overlay-theme:before {
  background-image: linear-gradient(-90deg, rgba(19, 193, 217, 0.7490196078) 18%, var(--global--color-primary) 70%);
}

.bg-overlay-theme2:before {
  background-image: linear-gradient(0deg, rgba(6, 22, 51, 0) 0%, #1d294d 0%);
}

.bg-overlay-theme3:before {
  background: rgba(29, 42, 77, 0.9411764706);
  background-image: -webkit-linear-gradient(90deg, rgba(6, 23, 51, 0) 0%, rgba(29, 42, 77, 0) 0%, rgb(29, 42, 77) 80%);
}

.bg-overlay-video:before {
  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;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transform: rotateZ(0);
}
.bg-video h2 {
  text-transform: capitalize;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
  z-index: 5;
}

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

.bg-animate {
  background-size: cover;
  background-position: 0px 0px;
  background-repeat: repeat-x;
  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;
  justify-content: center;
  align-items: center;
}
.el-bg h2 {
  color: var(--global--color-white);
}

/*------------------------------------*\
    #BREADCRUMB
\*------------------------------------*/
/* Breadcrumb Style 1 */
.breadcrumb > li {
  display: inline-flex;
  align-items: center;
}
/*------------------------------------*\
    #BUTTONS
\*------------------------------------*/
.btn {
  display: flex;
  justify-content: 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;
  transition: 0.3s ease-in-out;
  border-radius: 4px;
  color: var(--global--color-white);
  padding: 0 30px;
}
.btn.no-shadow {
  box-shadow: none;
}
.btn:focus, .btn.active, .btn:active {
  box-shadow: none;
  outline: none;
}
.btn::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: -1;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9);
  border-radius: inherit;
}
.btn:hover::before {
  transform: scaleX(1);
  transform-origin: left center;
}

/* Button Primary */
.btn--primary {
  background-color: var(--global--color-primary);
  color: var(--global--color-white);
}
.btn--primary::before {
  background-color: var(--global--color-secondary);
}
.btn--primary:active, .btn--primary:focus, .btn--primary:hover {
  border-color: var(--global--color-secondary);
  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 {
  border-color: var(--global--color-white);
  color: var(--global--color-heading);
}

/* Button Secondary*/
.btn--secondary {
  background-color: var(--global--color-secondary);
  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-white);
}
.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-dark {
  background-color: var(--global--color-heading);
  color: var(--global--color-white);
}
.btn--secondary-dark::before {
  background-color: var(--global--color-primary);
}
.btn--secondary-dark:active, .btn--secondary-dark:focus, .btn--secondary-dark:hover {
  color: var(--global--color-white);
}
.btn--secondary-dark.btn--inversed::before {
  background-color: var(--global--color-heading-darken);
}
.btn--secondary-dark.btn--inversed:active, .btn--secondary-dark.btn--inversed:focus, .btn--secondary-dark.btn--inversed:hover {
  color: var(--global--color-white);
  border-color: var(--global--color-heading-darken);
}

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

/* Button White */
.btn--white {
  background-color: var(--global--color-white);
  color: #063464;
}
.btn--white::before {
  background-color: var(--global--color-heading);
}
.btn--white:active, .btn--white:focus, .btn--white:hover {
  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);
}
.btn--transparent.btn--primary:active, .btn--transparent.btn--primary:focus, .btn--transparent.btn--primary:hover {
  background-color: var(--global--color-primary);
}
.btn--transparent.btn--white {
  border-color: var(--global--color-white);
}
.btn--transparent.btn--white:active, .btn--transparent.btn--white:focus, .btn--transparent.btn--white:hover {
  border-color: var(--global--color-primary);
  background-color: var(--global--color-primary);
}

/* 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 {
  box-shadow: 0px 9px 30px 0px rgba(40, 40, 40, 0.15);
}

.btn-shadow-hover:hover, .btn-shadow-hover:active, .btn-shadow-hover:focus {
  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: #cdd6e0;
}
.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-secondary);
  border-color: var(--global--color-secondary);
}
.btn--bordered.btn--white {
  color: var(--global--color-white);
  border-color: var(--global--color-white);
}
.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;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  background: url("../images/video/bg.png") no-repeat;
  border-radius: 50%;
  transition: 0.3s ease-in-out;
}
.btn-video:hover {
  transform: scale(0.8);
}
.btn-video .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 76px;
  height: 76px;
  background: var(--global--color-white);
  border-radius: 50%;
  position: relative;
  z-index: 2;
}
.btn-video .icon svg {
  color: rgb(6, 52, 100);
  transition: 0.3s ease-in-out;
}

.btn-transparent {
  color: var(--global--color-primary);
  border-color: var(--global--color-primary);
  background-color: transparent;
}
.btn-transparent:active, .btn-transparent:focus, .btn-transparent:hover {
  color: var(--global--color-white);
  background-color: var(--global--color-secondary);
  border-color: var(--global--color-secondary);
}

/* 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-body);
  font-size: 14px;
  font-weight: 400;
  height: 55px;
  line-height: 1;
  border-radius: 4px;
  border: none;
  background-color: transparent;
  border: 2px solid rgb(230, 234, 239);
  padding-left: 25px;
  margin-bottom: 40px;
  position: relative;
  box-shadow: none;
  transition: all 0.3s ease-in-out;
}
.form-control:focus {
  border-color: var(--global--color-heading);
  box-shadow: none;
}
.form-control::-webkit-input-placeholder {
  font-size: 14px;
  font-family: var(--global--font-body);
  color: var(--global--color-body);
  text-transform: capitalize;
}
.form-control:-moz-placeholder {
  font-size: 14px;
  font-family: var(--global--font-body);
  color: var(--global--color-body);
  text-transform: capitalize;
}
.form-control::-moz-placeholder {
  font-size: 14px;
  font-family: var(--global--font-body);
  color: var(--global--color-body);
  text-transform: capitalize;
}
.form-control:-ms-input-placeholder {
  font-size: 14px;
  font-family: var(--global--font-body);
  color: var(--global--color-body);
  text-transform: capitalize;
}
.form-control.nice-select {
  width: 100%;
  display: flex;
  align-items: center;
}
.form-control.nice-select::after {
  width: 7px;
  height: 7px;
  border-color: #1e4873;
  right: 20px;
}
.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: 700;
  font-size: 14px;
  color: #1e4873;
  margin-bottom: 9px;
}

.custom-radio-group {
  display: flex;
  margin-bottom: 10px;
}
@media screen and (max-width:767.98px) {
  .custom-radio-group {
    flex-wrap: wrap;
  }
}
.custom-radio-group .custom-control {
  position: relative;
  min-height: 0;
  margin-right: 23px;
  margin-bottom: 14px;
}
.custom-radio-group .custom-control .custom-control-input {
  opacity: 0;
}
.custom-radio-group .custom-control .custom-control-input:checked ~ label::after {
  background-color: #1e4873;
  opacity: 1;
  transform: scale(1);
}
.custom-radio-group .custom-control label {
  font-size: 14px;
  font-family: var(--global--font-body);
  font-weight: 400;
  color: var(--global--color-body);
  margin-bottom: 0;
  line-height: 1.9;
  text-transform: capitalize;
  cursor: pointer;
  padding-left: 10px;
}
.custom-radio-group .custom-control label::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  border-radius: 4px;
  border: 2px solid #e6eaef;
  width: 17px;
  height: 17px;
}
.custom-radio-group .custom-control label::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 2px;
  left: 5px;
  top: 9px;
  background-color: transparent;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 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;
  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;
  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;
}

/*------------------------------------*\
    #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: flex;
  width: 100%;
  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;
  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: flex;
  width: 100%;
  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;
  transition: 0.3s ease-in-out;
}
.tabs-2 .nav-pills .nav-link i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  color: var(--global--color-heading);
  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 .card,
.accordion .card:first-of-type,
.accordion .card:not(:first-of-type):not(:last-of-type) {
  padding: 25px 25px 18px 30px;
  box-shadow: none;
  border: 2px solid #cdd6e0;
  margin-bottom: 0px;
  border-radius: 0px;
  transition: 0.3s ease-in-out;
  text-align: left;
  border-radius: 4px;
  margin-bottom: 30px;
}
.accordion .card.active-acc,
.accordion .card:first-of-type.active-acc,
.accordion .card:not(:first-of-type):not(:last-of-type).active-acc {
  border-color: var(--global--color-secondary);
}
.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-secondary);
}
.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-heading);
  font-size: 18px;
  font-weight: 500;
  color: #1e4873;
  text-transform: capitalize;
  position: relative;
  transition: 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: space-between;
  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: #1e4873;
}
.accordion .card .card-heading .card-link::after,
.accordion .card:first-of-type .card-heading .card-link::after,
.accordion .card:not(:first-of-type):not(:last-of-type) .card-heading .card-link::after {
  /* symbol for "opening" cards */
  content: "\f068";
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  background: var(--global--color-secondary);
  border-radius: 50%;
  transition: 0.3s ease-in-out;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-size: 11px;
  margin-left: 10px;
  color: var(--global--color-white);
  background-color: var(--global--color-secondary);
}
.accordion .card .card-heading .card-link.collapsed::after,
.accordion .card:first-of-type .card-heading .card-link.collapsed::after,
.accordion .card:not(:first-of-type):not(:last-of-type) .card-heading .card-link.collapsed::after {
  /* symbol for "collapsed" cards */
  content: "\f067";
  color: #1e4873;
  background-color: transparent;
}
.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: 7px 0 5px 0px;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

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

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

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  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;
  transform: scale(0);
  transition: all 0.15s ease-out;
}

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

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

/*------------------------------------*\
    #PAGINATION
\*------------------------------------*/
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  border-radius: 0;
}
.pagination li {
  margin-right: 10px;
  display: inline-block;
}
.pagination li a,
.pagination li span {
  display: inline-flex;
  justify-content: 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: 50px;
  height: 50px;
  border-radius: 4px;
  border: 2px solid #cdd6e0;
  transition: 300ms ease-in-out;
}
.pagination li a:hover,
.pagination li span:hover {
  background-color: var(--global--color-secondary);
  color: var(--global--color-white);
  border-color: var(--global--color-secondary);
}
.pagination li a i,
.pagination li span i {
  font-size: 12px;
}
.pagination li a.current,
.pagination li span.current {
  background-color: var(--global--color-secondary);
  color: var(--global--color-white);
  border-color: var(--global--color-secondary);
}

/*------------------------------------*\
    #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;
  transform: translate3d(0, 200%, 0);
  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: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  background-color: rgba(0, 0, 0, 0.1);
  font-weight: 600;
  font-size: 18px;
  cursor: pointer;
  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;
}

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

/*------------------------------------*\
    #BACK TO TOP
\*------------------------------------*/
#back-to-top {
  z-index: 999;
  width: 38px;
  height: 38px;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 300ms ease-in-out;
  background-color: #032b56;
}
#back-to-top:hover {
  background-color: var(--global--color-primary);
}

/*------------------------------------*\
    #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: flex;
  justify-content: 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: 80px;
}
@media screen and (min-width:992px) {
  .header {
    height: auto;
  }
}
.header .navbar-brand {
  padding: 0;
  margin: 0;
  margin-right: 40px;
  padding-right: 40px;
  display: flex;
  align-items: center;
}
@media (min-width: 1200px) and (max-width: 1350px) {
  .header .navbar-brand {
    margin-right: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width:992px) {
  .header .navbar-brand {
    border-right: 1px solid var(--global--color-border);
    height: 87px;
  }
}
@media screen and (min-width:1200px) {
  .header .navbar-brand {
    height: 110px;
  }
}
@media screen and (max-width:991.98px) {
  .header .navbar-brand {
    height: 80px;
  }
}
.header .navbar-brand .logo {
  max-width: 100%;
  width: 160px;
  height: 60px;
}
@media screen and (max-width:991.98px) {
  .header .navbar-brand .logo {
    width: auto;
  }
}
.header.header-light {
  background-color: var(--global--color-white);
}
.header.header-light .navbar {
  background-color: var(--global--color-white);
}
.header.header-light .navbar .logo-dark {
  display: inline-block;
}
@media screen and (max-width:991.98px) {
  .header.header-light .navbar .logo-dark {
    display: none;
  }
}
.header.header-light .navbar .logo-light {
  display: none;
}
.header.header-light .navbar .logo-mobile {
  display: inline-block;
}
@media screen and (min-width:992px) {
  .header.header-light .navbar .logo-mobile {
    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);
}
@media screen and (max-width:991.98px) {
  .header.header-topbar .top-bar {
    display: none;
  }
}
.header.header-topbar.header-shadow .navbar {
  box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.12);
}
@media (min-width:992px) and (max-width:1199.98px) {
  .header.header-topbar.header-topbar-2 {
    min-height: 137px;
  }
}
@media (min-width: 1200px) and (max-width: 1440px) {
  .header.header-topbar.header-topbar-2 .navbar-brand {
    margin-right: 20px;
    padding-right: 20px;
    flex-shrink: 0;
    width: 85px;
  }
}
@media (min-width: 1200px) and (max-width: 1440px) {
  .header.header-topbar.header-topbar-2 .navbar-brand .logo-dark {
    display: none;
  }
  .header.header-topbar.header-topbar-2 .navbar-brand .logo-mobile {
    display: block;
  }
}
@media (min-width: 992px) and (max-width: 1185px) {
  .header.header-topbar.header-topbar-2 .top-bar-2 {
    padding: 0 40px;
    height: 50px;
  }
}
.header.header-topbar.header-topbar-2 .top-bar-2 .block-left {
  flex-basis: 45%;
}
@media (min-width: 992px) and (max-width: 1185px) {
  .header.header-topbar.header-topbar-2 .top-bar-2 .block-left {
    flex-direction: row;
    align-items: center;
  }
}
.header.header-topbar.header-topbar-2 .top-bar-2 .block-right {
  flex-basis: 55%;
}
@media (min-width: 992px) and (max-width: 1185px) {
  .header.header-topbar.header-topbar-2 .top-bar-2 .block-right {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) and (max-width: 1185px) {
  .header.header-topbar.header-topbar-2 .top-bar-2 .top-contact .contact-infos {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1440px) {
  .header.header-topbar.header-topbar-2 .navbar.navbar-fixed .navbar-brand .logo-dark {
    display: none;
  }
  .header.header-topbar.header-topbar-2 .navbar.navbar-fixed .navbar-brand .logo-mobile {
    display: block;
  }
}
.header.header-topbar.header-topbar-2 .module-holder {
  margin-left: 20px;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .header.header-topbar.header-topbar-2 .module-holder {
    margin-left: 15px;
  }
}
@media screen and (max-width:1199.98px) {
  .header.header-topbar.header-topbar-2 .module-holder {
    margin-left: 0;
  }
}
.header.header-topbar.header-topbar-2 .module-holder .module-cart {
  margin-right: 0;
  margin-left: 30px;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .header.header-topbar.header-topbar-2 .module-holder .module-cart {
    margin-left: 15px;
  }
}
.header.header-topbar.header-topbar-2 .module-holder .module-search {
  padding-right: 0;
  padding-left: 40px;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .header.header-topbar.header-topbar-2 .module-holder .module-search {
    padding-left: 15px;
  }
}
.header.header-topbar.header-topbar-2 .module-holder .module-search::after {
  content: unset;
}
.header.header-topbar.header-topbar-2 .module-holder .module-search i {
  margin-right: 0;
}
.header.header-topbar.header-topbar-2 .module-holder .module-search span {
  display: none;
}
@media screen and (max-width:1199.98px) {
  .header.header-topbar.header-topbar-2 .module-holder .module-phone {
    display: none;
  }
}
@media (min-width:992px) and (max-width:1199.98px) {
  .header.header-topbar.header-topbar-3 {
    min-height: 137px;
  }
}
.header.header-topbar.header-topbar-3 .navbar-brand {
  margin-right: 20px;
  padding-right: 0;
  border-right: 0;
}
@media (min-width: 992px) and (max-width: 1185px) {
  .header.header-topbar.header-topbar-3 .top-bar-3 {
    padding: 0 40px;
    height: 50px;
  }
}
.header.header-topbar.header-topbar-3 .top-bar-3 .block-left {
  flex-basis: 45%;
}
@media (min-width: 992px) and (max-width: 1185px) {
  .header.header-topbar.header-topbar-3 .top-bar-3 .block-left {
    flex-direction: row;
    align-items: center;
  }
}
.header.header-topbar.header-topbar-3 .top-bar-3 .block-right {
  flex-basis: 55%;
}
@media (min-width: 992px) and (max-width: 1185px) {
  .header.header-topbar.header-topbar-3 .top-bar-3 .block-right {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) and (max-width: 1185px) {
  .header.header-topbar.header-topbar-3 .top-bar-3 .top-contact .contact-infos {
    margin-bottom: 0;
  }
}
.header.header-topbar.header-topbar-3 .module-holder {
  margin-left: 30px;
}
.header.header-topbar.header-topbar-3 .module-holder .module-cart {
  margin-right: 0;
  margin-left: 30px;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .header.header-topbar.header-topbar-3 .module-holder .module-cart {
    margin-left: 15px;
  }
}
.header.header-topbar.header-topbar-3 .module-holder .module-search {
  padding-right: 0;
  padding-left: 0px;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .header.header-topbar.header-topbar-3 .module-holder .module-search {
    padding-left: 15px;
  }
}
.header.header-topbar.header-topbar-3 .module-holder .module-search::after {
  content: unset;
}
.header.header-topbar.header-topbar-3 .module-holder .module-search i {
  margin-right: 0;
}
.header.header-topbar.header-topbar-3 .module-holder .module-search span {
  display: none;
}

/*------------------------------------*\
    #Menu
\*------------------------------------*/
.header .navbar {
  margin-bottom: 0;
  border-radius: 0;
  border: none;
  z-index: 7777;
  padding: 0;
  transition: all 300ms ease-in-out;
  padding: 0 40px;
}
@media screen and (min-width:1200px) {
  .header .navbar {
    min-height: 110px;
    position: relative;
    top: auto;
    bottom: auto;
    right: auto;
    left: auto;
  }
}
@media (min-width: 992px) and (max-width: 1300px) {
  .header .navbar {
    padding: 0px 20px;
  }
}
.header .navbar.navbar-bordered {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media screen and (max-width:991.98px) {
  .header .navbar.navbar-sticky, .header .navbar.navbar.navbar-fixed {
    border-color: rgba(0, 0, 0, 0.1);
  }
}
.header .navbar .navbar-nav > li {
  margin-right: 30px;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1300px) {
  .header .navbar .navbar-nav > li {
    margin-right: 20px;
  }
}
.header .navbar .navbar-nav > li:last-child {
  margin-right: 0;
}
.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: flex;
  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: "";
  transition: transform 1s cubic-bezier(0.2, 1, 0.3, 1);
  transform-origin: 100% 50%;
  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--font-heading);
  transition: 0.3s ease-in-out;
}
.header .navbar .navbar-nav > li.active > a, .header .navbar .navbar-nav > li:hover > a {
  color: var(--global--color-primary);
}
@media screen and (min-width:1200px) {
  .header .navbar .navbar-nav > li.active > a::before, .header .navbar .navbar-nav > li:hover > a::before {
    transform: scale3d(1, 1, 1);
    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 {
  transform: scale3d(1, 1, 1);
  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;
  background: var(--global--color-white);
  animation: fadeInDown 1s ease-in-out;
  box-shadow: 0 2px 4px rgba(3, 27, 78, 0.1);
}
@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);
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-200px);
  }
  100% {
    opacity: 1;
    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;
  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: 1198.98px) {
  .header .navbar {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 1198.98px) and (max-width:767.98px) {
  .header .navbar {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 1198.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%;
    background-color: var(--global--color-white);
    padding: 15px 30px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: 0.3s linear;
  }
  .header .navbar .navbar-collapse.show {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
  }
  .header .navbar.navbar-bordered .navbar-collapse {
    top: calc(100% + 1px);
  }
}
@media only screen and (max-width: 1198.98px) {
  /* Navabar */
  .header .navbar .navbar-nav > li {
    margin-right: 0px;
  }
  .header .navbar .navbar-nav > li > a, .header .navbar .navbar-nav > li.active > a {
    line-height: 36px;
    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 .menu-item::before {
    display: none;
  }
  .header .navbar .has-dropdown > .dropdown-menu {
    transition: 0.3s ease-in-out;
  }
  .header .navbar .has-dropdown::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    content: "\f107";
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 5px;
    background-color: var(--global--color-secondary);
    color: var(--global--color-white);
    width: 25px;
    height: 25px;
    transition: 0.3s ease-in-out;
    border-radius: 8px;
  }
  .header .navbar .has-dropdown:hover::after, .header .navbar .has-dropdown.active::after {
    color: var(--global--color-white);
  }
  .header .navbar .has-dropdown.show::after {
    transform: rotate(180deg);
  }
  .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-secondary);
    color: var(--global--color-white);
  }
  .header .navbar .dropdown-menu li a {
    margin-left: 20px;
    color: var(--global--color-heading);
    font-size: 15px;
    font-weight: 500;
    display: block;
    padding: 4px 15px;
    margin-bottom: 5px;
    text-transform: capitalize;
    border-radius: 4px;
  }
  .header .navbar .dropdown-menu li a:hover {
    background-color: var(--global--color-secondary);
    color: var(--global--color-white);
  }
  .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 {
    /* Mega Menu Content */
  }
  .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;
  }
  /* Header Modifers */
  .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
\*------------------------------------*/
/* Large Devices, Wide Screens */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .navbar-nav > li {
    margin-right: 16px;
  }
  .module .module-icon,
  .module-consultation .btn {
    margin-right: 0;
  }
}
/*------------------------------------*\
    #Menu
\*------------------------------------*/
@media only screen and (min-width: 1200px) {
  .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
  /* Menu with Dropdown */
  .navbar-nav > li.has-dropdown > ul.dropdown-menu {
    box-shadow: 0px 5px 41.5px rgba(40, 40, 40, 0.11);
    transition: all 300ms linear;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: -40px;
    right: auto;
    transform-origin: left top;
    transform: translateY(20px);
    display: block;
    width: 235px;
    padding: 24px 40px 25px;
    background-color: var(--global--color-white);
    border-radius: 0px 0px 4px 4px;
  }
  .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 {
    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;
    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::before {
    content: "\e901";
    color: var(--global--color-secondary);
    font-family: "icomoon";
    position: absolute;
    top: 50%;
    left: -22px;
    font-size: 9px;
    opacity: 0;
    visibility: hidden;
    transform: translate(-5px, -50%);
    transition: 0.3s ease-in-out;
  }
  .navbar-nav > li.has-dropdown > ul.dropdown-menu li a::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    height: 1px;
    width: 0px;
    transition: 0.3s ease;
    background-color: var(--global--color-secondary);
  }
  .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-secondary);
  }
  .navbar-nav > li.has-dropdown > ul.dropdown-menu li a:active::before, .navbar-nav > li.has-dropdown > ul.dropdown-menu li a:focus::before, .navbar-nav > li.has-dropdown > ul.dropdown-menu li a:hover::before {
    visibility: visible;
    opacity: 1;
    transform: translate(0px, -50%);
  }
  .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-secondary);
    color: var(--global--color-secondary);
  }
  .navbar-nav > li.has-dropdown > ul.dropdown-menu li.current > a::before {
    visibility: visible;
    opacity: 1;
    transform: translate(0px, -50%);
  }
  .navbar-nav > li.has-dropdown:hover > ul.dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    z-index: 100;
    display: block;
  }
  .navbar-nav li ul.dropdown-menu.left {
    left: -650px !important;
    margin-left: 0 !important;
  }
  .navbar-nav {
    /* Mega Menu Content */
  }
  .navbar-nav li.has-dropdown.mega-dropdown > .dropdown-menu {
    background-color: var(--global--color-white);
    padding: 0;
    width: 510px;
  }
  .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: 15px;
    font-family: var(--global--font-heading);
    font-weight: 700;
    color: #1e4873;
    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 {
    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;
    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::before {
    content: "\e901";
    color: var(--global--color-secondary);
    font-family: "icomoon";
    position: absolute;
    top: 50%;
    left: -22px;
    font-size: 9px;
    opacity: 0;
    visibility: hidden;
    transform: translate(-5px, -50%);
    transition: 0.3s ease-in-out;
  }
  .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;
    transition: 0.3s ease;
    background-color: var(--global--color-secondary);
  }
  .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-secondary);
  }
  .navbar-nav li.has-dropdown.mega-dropdown > .dropdown-menu .row ul li a:active::before, .navbar-nav li.has-dropdown.mega-dropdown > .dropdown-menu .row ul li a:focus::before, .navbar-nav li.has-dropdown.mega-dropdown > .dropdown-menu .row ul li a:hover::before {
    visibility: visible;
    opacity: 1;
    transform: translate(0px, -50%);
  }
  .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-secondary);
    color: var(--global--color-secondary);
  }
  .navbar-nav li.has-dropdown.mega-dropdown > .dropdown-menu .row ul li.current > a::before {
    visibility: visible;
    opacity: 1;
    transform: translate(0px, -50%);
  }
  .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: auto;
  display: flex;
  align-items: center;
  height: 105px;
}
@media (min-width: 1200px) and (max-width: 1350px) {
  .module-holder {
    margin-left: 20px;
  }
}
@media screen and (max-width:1199.98px) {
  .module-holder {
    margin-top: 20px;
    height: auto;
  }
}
@media screen and (max-width:1199.98px) {
  .module-holder .module-language,
  .module-holder .module-search,
  .module-holder .module-cart {
    display: none;
  }
}
.module-holder.module-holder-phone {
  display: none;
}
@media screen and (max-width:1199.98px) {
  .module-holder.module-holder-phone {
    display: flex;
    height: 80px;
    margin-top: 0;
  }
}
.module-holder.module-holder-phone .navbar-toggler {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  transition: 0.3s ease-in-out;
  border: 0;
  padding: 0;
  outline: 0;
  cursor: pointer;
  border-radius: 0;
}
.module-holder.module-holder-phone .navbar-toggler:focus {
  box-shadow: none;
}
@media screen and (min-width:1200px) {
  .module-holder.module-holder-phone .navbar-toggler {
    display: none;
  }
}
.module-holder.module-holder-phone .navbar-toggler:not(.collapsed) .navbar-toggler-icon {
  background-color: transparent;
}
.module-holder.module-holder-phone .navbar-toggler:not(.collapsed) .navbar-toggler-icon:before, .module-holder.module-holder-phone .navbar-toggler:not(.collapsed) .navbar-toggler-icon:after {
  top: 0;
}
.module-holder.module-holder-phone .navbar-toggler:not(.collapsed) .navbar-toggler-icon::before {
  transform: rotate(45deg);
}
.module-holder.module-holder-phone .navbar-toggler:not(.collapsed) .navbar-toggler-icon::after {
  transform: rotate(-45deg);
}
.module-holder.module-holder-phone .navbar-toggler .navbar-toggler-icon {
  background-color: var(--global--color-heading);
  width: 100%;
  height: 2px;
  position: relative;
  transition: 0.3s ease-in-out;
}
.module-holder.module-holder-phone .navbar-toggler .navbar-toggler-icon::before, .module-holder.module-holder-phone .navbar-toggler .navbar-toggler-icon::after {
  content: "";
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: var(--global--color-heading);
  transition: 0.3s ease-in-out;
}
.module-holder.module-holder-phone .navbar-toggler .navbar-toggler-icon::before {
  top: -10px;
}
.module-holder.module-holder-phone .navbar-toggler .navbar-toggler-icon::after {
  top: 10px;
}
.module-holder.module-holder-phone .module-language {
  display: inline-flex;
  margin-right: 15px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .module-holder.module-holder-phone .module-language {
    top: 140%;
  }
}
@media screen and (min-width:992px) {
  .module-holder.module-holder-phone .module-language {
    display: none;
  }
}
.module-holder.module-holder-phone .module-language .selected img {
  margin-right: 0;
}
.module-holder.module-holder-phone .module-language .selected span,
.module-holder.module-holder-phone .module-language .selected i {
  display: none;
}
.module-holder.module-holder-phone .module-language .selected .lang-list {
  left: -45px;
}
.module-holder.module-holder-phone .module-search {
  display: inline-flex;
  border-bottom: 0;
  padding: 0;
  padding-right: 20px;
  margin-right: 20px;
}
.module-holder.module-holder-phone .module-cart {
  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 .menu-icon-double i {
  margin-left: 30px;
}
.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 .module-box {
  position: absolute;
  display: block;
  box-shadow: 0 2px 3px rgba(40, 40, 40, 0.1);
  background-color: #1b1a1a;
  opacity: 0;
  visibility: hidden;
  transition: all 100ms linear;
  right: 0;
  width: 290px;
  border-radius: 6px;
  padding: 30px;
  z-index: 99;
  transform: translateY(10%);
  height: 0;
  margin-top: 1px;
}
.module .widget-contact-info {
  padding-bottom: 18px;
}
.module .widget-contact-info ul {
  transform: translateY(-5px);
}
.module .widget-contact-info ul li {
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  font-family: var(--global--font-body);
  line-height: 23px;
  color: #a5a5a5;
}
.module .widget-contact-info ul li:first-of-type {
  margin-bottom: 12px;
}

/* Module Fullscreen */
.module-fullscreen {
  left: 0;
  top: 0;
  right: 0;
  z-index: 9999;
  display: block;
  height: 100%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  background-color: var(--global--color-white);
  position: fixed;
}
.module-fullscreen .module-cancel {
  top: 0px;
  right: 0px;
  border-radius: 0px;
  position: absolute;
  width: 100px;
  height: 100px;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--global--color-white);
  background-color: var(--global--color-primary);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width:767.98px) {
  .module-fullscreen .module-cancel {
    font-size: 14px;
    width: 50px;
    height: 50px;
  }
}
.module-fullscreen.module-active {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}
.module-fullscreen.fullscreen-light {
  background-color: var(--global--color-white);
}

.module-active .module-box {
  opacity: 1;
  visibility: visible;
  display: block;
  transform: translateY(0px);
  height: inherit;
}

/* Module Search */
.module-search {
  position: relative;
  margin-right: 30px;
  padding-right: 30px;
  display: flex;
  align-items: center;
  height: 80px;
}
.module-search::after {
  content: "";
  width: 1px;
  height: 27px;
  display: inline-flex;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background-color: var(--global--color-border);
}
@media screen and (min-width:1200px) {
  .module-search::after {
    height: 110px;
  }
}
@media (min-width: 992px) and (max-width: 1300px) {
  .module-search {
    margin-right: 20px;
    padding-right: 20px;
  }
}
.module-search .module-icon:hover i,
.module-search .module-icon:hover span {
  color: var(--global--color-primary);
}
.module-search .module-icon i {
  transition: 0.3s ease-in-out;
  color: var(--global--color-heading);
}
@media screen and (min-width:1200px) {
  .module-search .module-icon i {
    margin-right: 15px;
  }
}
.module-search .module-icon span {
  transition: 0.3s ease-in-out;
  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;
}
@media screen and (max-width:1199.98px) {
  .module-search .module-icon span {
    display: none;
  }
}

.module-search-warp {
  left: 0;
  top: 0;
  right: 0;
  z-index: 9999;
  display: block;
  height: 100%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  background-color: var(--global--color-white);
  position: fixed;
}
.module-search-warp.search-warp-active {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}
.module-search-warp .module-cancel {
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 4px;
  position: absolute;
  width: 64px;
  height: 64px;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--global--color-white);
  background-color: var(--global--color-primary-alt);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width:767.98px) {
  .module-search-warp .module-cancel {
    top: 30px;
    font-size: 14px;
    width: 50px;
    height: 50px;
  }
}
.module-search-warp .form-search {
  margin-bottom: 0;
}
.module-search-warp .form-search button::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "\e906";
  color: var(--global--color-heading);
  font-family: "icomoon";
  font-size: 28px;
  font-weight: 400;
  line-height: 70px;
  z-index: 999;
  cursor: pointer;
  transform: translateY(-2px);
}
@media screen and (max-width:767.98px) {
  .module-search-warp .form-search button::before {
    font-size: 16px;
  }
}
.module-search-warp .form-control {
  position: relative;
  color: var(--global--color-white);
  font-family: var(--global--font-heading);
  font-size: 35px;
  font-weight: 400;
  line-height: 70px;
  height: 70px;
  color: var(--global--color-body);
  border: none;
  background-color: transparent;
  width: 100%;
  border-bottom: 2px solid #eaeaea;
  padding: 17px 30px 25px 46px;
  margin-bottom: 0;
  transition: 400ms linear;
  text-transform: capitalize;
  border-radius: 0;
}
@media screen and (max-width:767.98px) {
  .module-search-warp .form-control {
    font-size: 18px;
    padding-left: 30px;
    padding-bottom: 17px;
  }
}
.module-search-warp .form-control:focus, .module-search-warp .form-control:active {
  border-color: var(--global--color-primary-alt);
}
.module-search-warp .form-control::-webkit-input-placeholder {
  color: var(--global--color-body);
  font-family: var(--global--font-heading);
  font-size: 35px;
}
@media screen and (max-width:767.98px) {
  .module-search-warp .form-control::-webkit-input-placeholder {
    font-size: 18px;
  }
}
.module-search-warp .form-control::-moz-placeholder {
  color: var(--global--color-body);
  font-family: var(--global--font-heading);
  font-size: 35px;
}
@media screen and (max-width:767.98px) {
  .module-search-warp .form-control::-moz-placeholder {
    font-size: 18px;
  }
}
.module-search-warp .form-control::-moz-placeholder {
  color: var(--global--color-body);
  font-family: var(--global--font-heading);
  font-size: 35px;
}
@media screen and (max-width:767.98px) {
  .module-search-warp .form-control::-moz-placeholder {
    font-size: 18px;
  }
}
.module-search-warp .form-control:-ms-input-placeholder {
  color: var(--global--color-body);
  font-family: var(--global--font-heading);
  font-size: 35px;
}
@media screen and (max-width:767.98px) {
  .module-search-warp .form-control:-ms-input-placeholder {
    font-size: 18px;
  }
}
.module-search-warp .btn {
  background-color: transparent;
  border-radius: 0;
  width: 35px;
  line-height: 57px;
  color: var(--global--color-white);
  font-size: 28px;
  font-weight: 400;
  text-align: right;
  margin-left: 0;
  padding: 0;
}

/* Module Cart */
.module-cart {
  height: 80px;
  display: flex;
  align-items: center;
  margin-right: 30px;
}
@media (min-width: 992px) and (max-width: 1300px) {
  .module-cart {
    margin-right: 20px;
  }
}
@media screen and (min-width:992px) {
  .module-cart {
    height: 100px;
  }
}
@media (min-width: 992px) and (max-width: 1100px) {
  .module-cart {
    margin-left: 20px;
  }
}
.module-cart .module-icon {
  position: relative;
}
.module-cart .module-icon i {
  color: var(--global--color-heading);
  transition: 0.3s ease-in-out;
  font-size: 16px;
  position: relative;
  cursor: pointer;
}
.module-cart .module-cart-warp {
  position: absolute;
  box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.12);
  top: 100%;
  left: -150px;
  width: 290px;
  background-color: var(--global--color-white);
  padding: 40px;
  border-radius: 0 0 4px 4px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: 500ms;
}
@media screen and (max-width:991.98px) {
  .module-cart .module-cart-warp {
    left: -250px;
  }
}
@media screen and (max-width:767.98px) {
  .module-cart .module-cart-warp {
    left: -160px;
    padding: 30px;
  }
}
@media screen and (min-width:768px) {
  .module-cart .module-cart-warp {
    width: 330px;
  }
}
.module-cart .module-cart-warp .cart-overview {
  margin-bottom: 0;
  width: 100%;
}
.module-cart .module-cart-warp .cart-overview li {
  margin-bottom: 30px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.module-cart .module-cart-warp .cart-overview li:last-child {
  margin-bottom: 25px;
}
.module-cart .module-cart-warp .cart-overview li .cart-cancel {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--global--color-white);
  font-size: 7px;
  flex-shrink: 0;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  background-color: var(--global--color-heading);
  margin-left: 15px;
}
.module-cart .module-cart-warp .cart-overview li .cart-cancel:hover {
  background-color: var(--global--color-primary);
}
.module-cart .module-cart-warp .cart-overview li img {
  border-radius: 4px;
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  margin-right: 15px;
}
.module-cart .module-cart-warp .cart-overview li .product-meta {
  flex-grow: 1;
}
.module-cart .module-cart-warp .cart-overview li .product-meta h5 {
  color: var(--global--color-heading);
  font-family: var(--global--font-heading);
  font-size: 15px;
  text-transform: capitalize;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 8px;
}
.module-cart .module-cart-warp .cart-overview li .product-meta p {
  font-family: var(--global--font-body);
  color: var(--global--color-primary);
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  margin-bottom: 0;
}
.module-cart .module-cart-warp span {
  font-family: var(--global--font-heading);
  color: #9aaabb;
  font-size: 17px;
  font-weight: 500;
  line-height: 22px;
  display: inline-block;
  text-transform: capitalize;
  margin-bottom: 24px;
}
.module-cart .module-cart-warp span .total-price {
  font-style: normal;
}
.module-cart .module-cart-warp .cart--control .btn {
  height: 60px;
  width: 100%;
}
.module-cart.module-active .module-cart-warp {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Module Contact */
.module-contact {
  display: flex;
  align-items: center;
}
@media screen and (max-width:1199.98px) {
  .module-contact {
    flex-direction: column;
    width: 100%;
  }
}
.module-contact .btn {
  width: 180px;
  padding: 0 15px;
}
@media screen and (max-width:1199.98px) {
  .module-contact .btn {
    display: flex;
    width: 100%;
  }
}

.module-phone {
  padding-right: 40px;
  position: relative;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .module-phone {
    padding-right: 15px;
  }
}
.module-phone::after {
  content: "";
  width: 2px;
  height: 50px;
  display: inline-flex;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background-color: #e6eaef;
}
.module-phone a {
  display: flex;
  align-items: center;
  color: var(--global--color-heading);
  font-family: var(--global--font-heading);
  font-size: 24px;
  font-weight: 400;
  transition: 0.3s ease-in-out;
}
.module-phone a:hover {
  color: var(--global--color-primary-alt);
}
.module-phone a i {
  color: var(--global--color-primary);
  transition: 0.3s ease-in-out;
  display: inline-block;
  font-size: 16px;
  margin-right: 17px;
}

/* Module Language */
.module-language {
  display: inline-flex;
  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: flex;
  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: #839ab2;
  margin-bottom: 0px;
  text-transform: capitalize;
  margin-right: 5px;
  cursor: pointer;
}
.module-language .selected i {
  font-size: 11px;
  color: #839ab2;
}
.module-language .lang-list {
  background-color: var(--global--color-white);
  color: var(--global--color-heading);
  position: absolute;
  top: 100%;
  padding: 6px 22px;
  box-shadow: 0px 5px 41.5px rgba(9, 29, 62, 0.11);
  z-index: 5555;
  left: -22px;
  visibility: hidden;
  opacity: 0;
  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: flex;
  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;
  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;
  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);
}

.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: flex;
  align-items: center;
}
.module-social a {
  margin-right: 10px;
}
.module-social a:last-child {
  margin-right: 0;
}
.module-social a i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  background: var(--global--color-primary);
  color: var(--global--color-heading);
  font-size: 12px;
  border-radius: 50%;
  transition: 300ms ease-in-out;
}
.module-social a i:hover {
  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);
  transform: scale(1);
}

/*------------------------------------*\
    #TopBar
\*------------------------------------*/
.top-bar {
  padding: 0 40px;
  display: flex;
  height: 50px;
  position: relative;
  z-index: 8888;
  background-color: var(--global--color-heading);
}
@media (min-width: 992px) and (max-width: 1300px) {
  .top-bar {
    padding: 0px 20px;
  }
}
@media (min-width: 992px) and (max-width: 1185px) {
  .top-bar {
    padding: 0 20px;
  }
}
.top-bar .block-left {
  display: flex;
  align-items: center;
  flex-basis: 60%;
}
.top-bar .block-left .headline {
  font-family: var(--global--font-body);
  font-size: 13px;
  line-height: 22px;
  color: var(--global--color-primary);
  font-weight: 400;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.top-bar .block-left .headline svg {
  fill: var(--global--color-primary);
  margin-right: 9px;
}
.top-bar .block-left .headline a {
  color: #9aaabb;
  margin-left: 3px;
}
.top-bar .block-left .headline a:hover {
  color: var(--global--color-primary-alt);
}
.top-bar .block-right {
  display: flex;
  align-items: center;
  flex-basis: 40%;
}
@media screen and (min-width:992px) {
  .top-bar .block-right {
    justify-content: flex-end;
  }
}
.top-bar .block-right .module-language {
  margin-left: 30px;
}
@media (min-width: 992px) and (max-width: 1300px) {
  .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: 1300px) {
  .top-bar .block-right .module-social {
    margin-left: 15px;
  }
}
.top-bar .block-right .top-bar-links-wrapper .top-bar-link {
  display: inline-flex;
  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: 1065px) {
  .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: flex;
}
@media (min-width: 992px) and (max-width: 1185px) {
  .top-bar .top-contact {
    flex-wrap: wrap;
  }
}
.top-bar .top-contact .contact-infos {
  display: flex;
  align-items: center;
  margin-right: 30px;
}
@media (min-width: 992px) and (max-width: 1250px) {
  .top-bar .top-contact .contact-infos {
    margin-right: 10px;
  }
}
.top-bar .top-contact .contact-infos:last-child {
  margin-right: 0;
}
.top-bar .top-contact .contact-infos i {
  color: var(--global--color-primary);
  font-size: 15px;
  margin-right: 10px;
}
.top-bar .top-contact .contact-infos a,
.top-bar .top-contact .contact-infos p {
  font-family: var(--global--font-body);
  font-size: 13px;
  line-height: 21px;
  font-weight: 400;
  color: var(--global--color-gray-darken);
  margin-bottom: 0px;
  text-transform: capitalize;
}
.top-bar .top-contact .contact-infos a:hover {
  color: var(--global--color-primary);
}
@media (min-width: 992px) and (max-width: 1185px) {
  .top-bar .top-contact .contact-infos.contact-directions {
    display: none;
  }
}
.top-bar .top-contact .contact-infos.contact-directions a {
  color: var(--global--color-primary);
}
.top-bar.top-bar-2 .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top-bar.top-bar-2 .container p {
  margin-bottom: 0;
}
.top-bar.top-bar-2 .update svg {
  fill: var(--global--color-gray-darken);
  margin-right: 15px;
}
.top-bar.top-bar-2 .update a {
  font-family: var(--global--font-heading);
  font-weight: 500;
  font-size: 14px;
  line-height: 28px;
  color: var(--global--color-white);
}
.top-bar.top-bar-2 .update a:hover {
  color: var(--global--color-primary);
}
.top-bar.top-bar-2 .more {
  font-family: var(--global--font-body);
  font-weight: 400;
  font-size: 13px;
  line-height: 22px;
  color: var(--global--color-gray-darken);
}
.top-bar.top-bar-2 .more a {
  color: var(--global--color-white);
  display: inline-flex;
  align-items: center;
  text-transform: capitalize;
}
.top-bar.top-bar-2 .more a svg {
  fill: var(--global--color-white);
  transition: 0.3s ease-in-out;
  margin-left: 5px;
}
.top-bar.top-bar-2 .more a:hover {
  color: var(--global--color-primary);
}
.top-bar.top-bar-2 .more a:hover svg {
  fill: var(--global--color-primary);
}
@media (min-width: 992px) and (max-width: 1250px) {
  .top-bar.top-bar-3 {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.top-bar.top-bar-3 .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 992px) and (max-width: 1250px) {
  .top-bar.top-bar-3 .container .top-contact {
    flex-direction: column;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.top-bar.top-bar-3 .container .block-right {
  display: inline-flex;
  flex-basis: unset;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1250px) {
  .top-bar.top-bar-3 .container .block-right {
    flex-direction: row;
  }
}
.top-bar.top-bar-3 .container .block-right a {
  display: inline-flex;
  align-items: center;
  height: 100%;
  font-size: 13px;
  line-height: 21px;
  color: var(--global--color-white);
  font-weight: 400;
  font-family: var(--global--font-body);
  margin-right: 20px;
  text-transform: capitalize;
}
.top-bar.top-bar-3 .container .block-right a:last-child {
  margin-right: 0;
}
.top-bar.top-bar-3 .container .block-right a:hover {
  color: var(--global--color-primary);
}
.top-bar.top-bar-3 .container .block-right .widget-holder {
  padding: 0 20px;
  background-color: var(--global--color-heading-light);
  margin-left: 10px;
  height: 100%;
  position: relative;
}
.top-bar.top-bar-3 .container .block-right .widget-holder:hover .feature-panel {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.top-bar.top-bar-3 .container .block-right .widget-holder a {
  margin-right: 0;
}
.top-bar.top-bar-3 .container .block-right .widget-holder a i {
  margin-left: 10px;
}
.top-bar.top-bar-3 .container .block-right .widget-holder .feature-panel {
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: 0.3s ease-in-out;
  position: absolute;
  border-radius: 0 8px 8px 8px;
  width: 290px;
  background-color: var(--global--color-heading-light);
  top: 100%;
  left: 0;
  padding: 28px 40px 40px;
}
@media (min-width: 992px) and (max-width: 1250px) {
  .top-bar.top-bar-3 .container .block-right .widget-holder .feature-panel {
    left: auto;
    right: 0;
    border-radius: 8px 0 8px 8px;
  }
}
@media screen and (max-width:991.98px) {
  .top-bar.top-bar-3 .container .block-right .widget-holder .feature-panel {
    max-width: 370px;
    margin: 0 auto;
  }
}
.top-bar.top-bar-3 .container .block-right .widget-holder .feature-panel .feature-content {
  position: relative;
  z-index: 3;
}
@media screen and (max-width:991.98px) {
  .top-bar.top-bar-3 .container .block-right .widget-holder .feature-panel .feature-content {
    text-align: center;
  }
}
.top-bar.top-bar-3 .container .block-right .widget-holder .feature-panel .feature-content i {
  display: block;
  margin-bottom: 11px;
}
.top-bar.top-bar-3 .container .block-right .widget-holder .feature-panel .feature-content i:before {
  font-size: 50px;
  color: var(--global--color-white);
  margin-left: 0;
}
.top-bar.top-bar-3 .container .block-right .widget-holder .feature-panel .feature-content h5 {
  text-transform: capitalize;
  font-family: var(--global--font-heading);
  font-weight: 500;
  font-size: 19px;
  line-height: 28px;
  color: var(--global--color-white);
  margin-bottom: 16px;
}
.top-bar.top-bar-3 .container .block-right .widget-holder .feature-panel .feature-content p {
  font-family: var(--global--font-body);
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #f4f4f4;
  margin-bottom: 21px;
}
.top-bar.top-bar-3 .container .block-right .widget-holder .feature-panel .feature-content a {
  font-family: var(--global--font-heading);
  font-weight: 400;
  color: var(--global--color-white);
  font-size: 24px;
  display: flex;
  align-items: center;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width:991.98px) {
  .top-bar.top-bar-3 .container .block-right .widget-holder .feature-panel .feature-content a {
    justify-content: center;
  }
}
.top-bar.top-bar-3 .container .block-right .widget-holder .feature-panel .feature-content a span {
  transition: 0.3s ease-in-out;
  display: inline-flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  background-color: #283b69;
  color: var(--global--color-white);
  border-radius: 8px 8px 0 8px;
  font-size: 15px;
  margin-right: 10px;
}
.top-bar.top-bar-4 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 992px) and (max-width: 1250px) {
  .top-bar.top-bar-4 {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width:991.98px) {
  .top-bar.top-bar-4 {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1250px) {
  .top-bar.top-bar-4 .top-contact {
    flex-direction: column;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.top-bar.top-bar-4 .block-right {
  display: inline-flex;
  flex-basis: unset;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1250px) {
  .top-bar.top-bar-4 .block-right {
    flex-direction: row;
  }
}
.top-bar.top-bar-4 .block-right a {
  display: inline-flex;
  align-items: center;
  height: 100%;
  font-size: 13px;
  line-height: 21px;
  color: var(--global--color-white);
  font-weight: 400;
  font-family: var(--global--font-body);
  margin-right: 20px;
  text-transform: capitalize;
}
.top-bar.top-bar-4 .block-right a:last-child {
  margin-right: 0;
}
.top-bar.top-bar-4 .block-right a:hover {
  color: var(--global--color-primary);
}
.top-bar.top-bar-4 .block-right .module-language {
  margin-left: 10px;
}
@media (min-width: 992px) and (max-width: 1250px) {
  .top-bar.top-bar-4 .block-right .module-language {
    margin-top: 0;
  }
}
@media (min-width: 992px) and (max-width: 1250px) {
  .top-bar.top-bar-4 .block-right .module-language .lang-list {
    top: calc(100% + 15px);
  }
}
.top-bar.top-bar-4 .block-right .module-language .lang-list ul li a {
  color: var(--global--color-body);
}
.top-bar.top-bar-4 .block-right .module-language .lang-list ul li a:hover {
  color: var(--global--color-primary);
}
.top-bar.top-bar-5 {
  justify-content: space-between;
}
@media (min-width: 992px) and (max-width: 1250px) {
  .top-bar.top-bar-5 .block-left {
    justify-content: center;
  }
}
.top-bar.top-bar-5 .block-left .headline {
  color: var(--global--color-white);
}
@media (min-width: 992px) and (max-width: 1250px) {
  .top-bar.top-bar-5 .block-left .headline {
    margin-bottom: 0;
  }
}
.top-bar.top-bar-5 .block-right {
  flex-basis: unset;
}
@media (min-width: 992px) and (max-width: 1250px) {
  .top-bar.top-bar-5 .block-right .top-contact .contact-infos {
    margin-right: 10px;
  }
}

/*------------------------------------*\
    #Page Title
\*------------------------------------*/
.page-title {
  padding-top: 0;
  padding-bottom: 0;
}
.page-title .page-title-wrap {
  display: flex;
  align-items: center;
  height: 405px;
}
@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: 70px;
  font-weight: 500;
  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-2 {
  position: relative;
}
.page-title.page-title-2 .page-title-wrap {
  height: 460px;
}
@media screen and (max-width:991.98px) {
  .page-title.page-title-2 .page-title-wrap {
    height: 100vh;
  }
}
.page-title.page-title-2 .page-title-wrap .title .title-heading {
  margin-bottom: 23px;
}
.page-title.page-title-2 .page-title-wrap .title .title-desc {
  margin-bottom: 0;
}
.page-title.page-title-2 .page-title-wrap .breadcrumb-wrap {
  width: 100%;
  position: absolute;
  bottom: 15px;
  border: 0;
}
@media screen and (min-width:992px) {
  .page-title.page-title-2 .page-title-wrap .breadcrumb-wrap .breadcrumb {
    justify-content: flex-start;
  }
}

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

.breadcrumb {
  font-family: var(--global--font-body);
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
  color: var(--global--color-heading);
  margin-bottom: 0px;
  background: transparent;
  display: flex;
  justify-content: center;
  text-transform: capitalize;
}
.breadcrumb a {
  font-family: var(--global--font-body);
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
  color: var(--global--color-heading);
  margin-bottom: 0px;
  background: transparent;
}
.breadcrumb a:hover {
  color: var(--global--color-primary);
}
.breadcrumb .active {
  color: var(--global--color-body);
}
.breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding-left: 0;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-size: 11px;
  padding: 0 10px;
  color: var(--global--color-heading);
  content: "\f054";
}
.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;
  box-shadow: none;
}
.carousel-dots .owl-dots {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  z-index: 5;
}
.carousel-dots .owl-dots .owl-dot {
  margin-right: 10px;
  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);
  width: 38px;
}
.carousel-dots .owl-dots .owl-dot span {
  display: inline-block;
  width: 20px;
  height: 6px;
  border-radius: 2px;
  background-color: #6b7475;
  transition: 0.3s ease-in-out;
  margin-right: 0;
  position: relative;
  background-color: var(--global--color-heading);
}
.carousel-dots.carousel-dots-white .owl-dots .owl-dot span {
  background-color: rgba(255, 255, 255, 0.4);
}
.carousel-dots.carousel-dots-white .owl-dots .owl-dot.active span {
  background-color: var(--global--color-white);
}

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

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

/*------------------------------------*\
    #Heading
\*------------------------------------*/
.heading {
  margin-bottom: 46px;
}
@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-secondary);
  text-transform: capitalize;
  color: var(--global--color-primary);
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 13px;
}
@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: 500;
  color: #05213f;
}
@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: 16px;
  font-weight: 700;
  line-height: 27px;
  margin-bottom: 0;
}
.heading .paragraph {
  font-weight: 700;
  font-size: 16px;
  line-height: 27px;
  color: var(--global--color-secondary);
  margin-bottom: 0px;
}
.heading.heading-light .heading-title {
  color: var(--global--color-white);
}
.heading.heading-light .heading-desc {
  color: #f9f9f9;
}
.heading.heading-light .paragraph {
  color: #f9f9f9;
}
.heading.heading-light-2 .heading-subtitle {
  color: #f9f9f9;
}
.heading.heading-light-2 .heading-title {
  color: var(--global--color-white);
}
.heading.heading-light-2 .heading-desc {
  color: #f9f9f9;
}
.heading.heading-light-2 .paragraph {
  color: #f9f9f9;
}
.heading.heading-2 {
  margin-bottom: 60px;
}
@media screen and (max-width:991.98px) {
  .heading.heading-2 .heading-title {
    margin-bottom: 23px;
  }
}
.heading.heading-2 .heading-desc {
  margin-bottom: 32px;
}
@media screen and (min-width:992px) {
  .heading.heading-2 .heading-desc {
    padding-top: 7px;
  }
}
.heading.heading-3 {
  margin-bottom: 16px;
}
.heading.heading-4 {
  margin-bottom: 0;
}
.heading.heading-4 .heading-title {
  font-size: 40px;
  margin-bottom: 21px;
}
@media (min-width:992px) and (max-width:1199.98px) {
  .heading.heading-4 .heading-title {
    font-size: 32px;
    line-height: 1.4;
  }
}
@media screen and (max-width:991.98px) {
  .heading.heading-4 .heading-title {
    font-size: 32px;
    line-height: 1.4;
  }
}
.heading.heading-4 .heading-desc {
  margin-bottom: 33px;
}
.heading.heading-5 {
  margin-bottom: 53px;
}
.heading.heading-5 .heading-subtitle {
  margin-bottom: 20px;
}
.heading.heading-5 .heading-title {
  font-size: 22px;
  line-height: 33px;
  font-weight: 700;
  margin-bottom: 25px;
}
.heading.heading-6 {
  margin-bottom: 0;
}
.heading.heading-6 .heading-title {
  font-size: 40px;
  margin-bottom: 21px;
}
@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: 33px;
}
.heading.heading-10 {
  margin-bottom: 60px;
  position: relative;
  z-index: 5;
}
@media screen and (max-width:991.98px) {
  .heading.heading-10 .heading-title {
    margin-bottom: 23px;
  }
}
.heading.heading-10 .heading-desc {
  margin-bottom: 18px;
}
.heading.heading-10 .heading-desc:last-of-type {
  margin-bottom: 32px;
}
@media screen and (min-width:992px) {
  .heading.heading-10 .heading-desc {
    padding-top: 7px;
  }
}
.heading.heading-11 {
  margin-bottom: 0;
}
@media screen and (min-width:992px) {
  .heading.heading-11 {
    transform: translateY(-5px);
    margin-bottom: -5px;
  }
}
.heading.heading-11 .heading-title {
  margin-bottom: 49px;
}
.heading.heading-11 .heading-desc {
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 25px;
}
.heading.heading-11 .heading-desc:last-of-type {
  margin-bottom: 42px;
}
.heading.heading-12 {
  margin-bottom: 0;
}
.heading.heading-12 .heading-title {
  margin-bottom: 66px;
}
@media screen and (min-width:992px) {
  .heading.heading-12 .heading-title {
    margin-bottom: 59px;
  }
}
.heading.heading-12 .heading-desc {
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 25px;
}
.heading.heading-12 .heading-desc:last-of-type {
  margin-bottom: 42px;
}

/*------------------------------------*\
	#Slider
\*------------------------------------*/
.slider {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}
.slider .slide {
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  align-items: center;
  height: 740px;
}
@media screen and (max-width:991.98px) {
  .slider .slide {
    height: 120vh;
  }
}
@media screen and (max-width:767.98px) {
  .slider .slide {
    height: 140vh;
  }
}
.slider .slide .slide-content {
  position: relative;
  z-index: 5;
}
@media screen and (max-width:991.98px) {
  .slider .slide .slide-content {
    text-align: center;
  }
}
.slider .slide .slide-content .slide-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) {
  .slider .slide .slide-content .slide-subtitle {
    line-height: 1.5;
  }
}
.slider .slide .slide-content .slide-title {
  font-family: var(--global--font-heading);
  color: var(--global--color-white);
  font-weight: 500;
  font-size: 55px;
  line-height: 1;
  margin-bottom: 22px;
  text-transform: capitalize;
}
@media (min-width:992px) and (max-width:1199.98px) {
  .slider .slide .slide-content .slide-title {
    font-size: 35px;
    line-height: 1.4;
  }
}
@media screen and (max-width:767.98px) {
  .slider .slide .slide-content .slide-title {
    font-size: 32px;
    line-height: 1.4;
  }
}
.slider .slide .slide-content .slide-desc {
  font-family: var(--global--font-body);
  color: #f9f9f9;
  font-size: 17px;
  font-weight: 700;
  line-height: 27px;
  margin-bottom: 32px;
}
.slider .slide .slide-content .slide-action {
  display: flex;
  align-items: center;
}
@media screen and (max-width:991.98px) {
  .slider .slide .slide-content .slide-action {
    justify-content: center;
  }
}
@media screen and (max-width:767.98px) {
  .slider .slide .slide-content .slide-action {
    flex-direction: column;
  }
}
.slider .slide .slide-content .slide-action .btn {
  width: 232px;
  height: 68px;
  margin-right: 40px;
}
@media screen and (max-width:767.98px) {
  .slider .slide .slide-content .slide-action .btn {
    margin-right: 0;
    margin-bottom: 25px;
    height: 50px;
    width: 200px;
  }
}
@media (min-width:992px) and (max-width:1199.98px) {
  .slider .slide .slide-content .slide-action .btn {
    width: 200px;
    margin-right: 15px;
  }
}
.slider .slide .slide-content .slide-action .btn:last-child {
  margin-right: 0;
}
.slider .slide .slide-content .slide-action .btn i {
  font-size: 10px;
}
.slider .slide .slide-content .slide-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width:991.98px) {
  .slider .slide .slide-content .slide-list {
    justify-content: center;
  }
}
.slider .slide .slide-content .slide-list .icon {
  margin-right: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: 0.3s ease-in-out;
}
@media (min-width:992px) and (max-width:1199.98px) {
  .slider .slide .slide-content .slide-list .icon {
    margin-right: 20px;
  }
}
@media screen and (max-width:767.98px) {
  .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: 0;
}
.slider .slide .slide-content .slide-list .icon:hover {
  transform: translateY(-5px);
}
.slider .slide .slide-content .slide-list .icon i {
  font-size: 60px;
  color: var(--global--color-white);
}
.slider .slide .slide-content .slide-list .icon a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 2;
}
.slider .offer-banner {
  position: absolute;
  bottom: 100px;
  right: 5%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 242px;
  height: 242px;
  border-radius: 50%;
  background-color: var(--global--color-white);
  padding: 10px;
  box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.12);
  z-index: 70;
}
@media screen and (max-width:991.98px) {
  .slider .offer-banner {
    display: none;
  }
}
.slider .offer-banner .banner-body {
  border: 3px solid #e6eaef;
  border-radius: 50%;
  width: 222px;
  height: 222px;
  border-radius: 50%;
  text-align: center;
  padding: 42px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.slider .offer-banner .banner-body h3 {
  font-family: var(--global--font-heading);
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  color: #1e4873;
  margin-bottom: 7px;
  text-transform: capitalize;
}
.slider .offer-banner .banner-body p {
  font-family: var(--global--font-body);
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  color: var(--global--color-body);
  margin-bottom: 8px;
  text-transform: capitalize;
}
.slider .offer-banner .banner-body .price-info {
  margin-bottom: 0;
  font-family: var(--global--font-heading);
  font-weight: 400;
  color: var(--global--color-primary-alt);
  display: flex;
  align-items: baseline;
  line-height: 1;
  position: relative;
}
@media screen and (max-width:991.98px) {
  .slider .offer-banner .banner-body .price-info {
    justify-content: center;
  }
}
.slider .offer-banner .banner-body .price-info span::before {
  content: "/";
}
.slider .offer-banner .banner-body .price-info span:first-of-type::before {
  content: unset;
}
.slider .offer-banner .banner-body .price-info .currency {
  font-size: 30px;
}
.slider .offer-banner .banner-body .price-info .time {
  font-size: 14px;
}
.slider .offer-banner .banner-close {
  position: absolute;
  top: -11px;
  right: -11px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 41px;
  height: 41px;
  background: var(--global--color-primary-alt);
  color: var(--global--color-white);
  font-size: 12px;
  border-radius: 50%;
  cursor: pointer;
}
@media screen and (max-width:991.98px) {
  .slider .carousel-navs .owl-nav {
    display: none;
  }
}
.slider .carousel-navs .owl-nav span {
  font-size: 0;
}
.slider .carousel-navs .owl-nav {
  right: auto;
  top: auto;
  position: initial;
}
.slider .carousel-navs .owl-nav .owl-next:before,
.slider .carousel-navs .owl-nav .owl-prev:before {
  color: rgba(255, 255, 255, 0.5);
  font-family: "carousel" !important;
  font-size: 44px;
  transition: 0.3s ease-in-out;
}
.slider .carousel-navs .owl-nav .owl-prev:before {
  content: "\e990";
}
.slider .carousel-navs .owl-nav .owl-next:before {
  content: "\e991";
}
.slider .carousel-navs .owl-nav .owl-next,
.slider .carousel-navs .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.slider .carousel-navs .owl-nav .owl-next:hover::before,
.slider .carousel-navs .owl-nav .owl-prev:hover::before {
  color: white;
}
.slider .carousel-navs .owl-nav .owl-next {
  right: 40px;
}
@media (min-width:992px) and (max-width:1199.98px) {
  .slider .carousel-navs .owl-nav .owl-next {
    right: 20px;
  }
}
.slider .carousel-navs .owl-nav .owl-prev {
  margin-right: 0;
  left: 40px;
}
@media (min-width:992px) and (max-width:1199.98px) {
  .slider .carousel-navs .owl-nav .owl-prev {
    left: 20px;
  }
}
@media screen and (max-width:991.98px) {
  .slider.slider-1 .slide {
    height: 130vh;
  }
}
@media screen and (min-width:992px) {
  .slider.slider-1 .slide .slide-content .slide-desc {
    max-width: 80%;
  }
}
@media screen and (max-width:991.98px) {
  .slider.slider-1 .slide .slide-content .slide-action {
    margin-bottom: 40px;
  }
}
.slider.slider-1 .slide .slide-content .slide-action .btn {
  justify-content: space-between;
  height: 68px;
}
.slider.slider-1 .slide .slide-content .slide-action .btn:first-child {
  width: 192px;
}
@media screen and (min-width:768px) {
  .slider.slider-1 .slide .slide-content .slide-action .btn:first-child {
    margin-right: 30px;
  }
}
.slider.slider-1 .slide .slide-content .slide-action .btn:last-child {
  width: 170px;
  justify-content: center;
}
@media (min-width:992px) and (max-width:1199.98px) {
  .slider.slider-1 .slide .slide-content .slide-action .btn:last-child {
    padding: 0 20px;
  }
}
.slider.slider-1 .carousel-dots .owl-dots {
  bottom: 79px;
}
.slider.slider-1 .carousel-dots .owl-dots .owl-dot.active span {
  width: 30px;
}
@media screen and (max-width:991.98px) {
  .slider.slider-2 .slide {
    height: 100vh;
  }
}
@media screen and (min-width:992px) {
  .slider.slider-2 .slide .slide-content .slide-desc {
    max-width: 90%;
  }
}
@media screen and (max-width:991.98px) {
  .slider.slider-2 .slide .slide-content .slide-action {
    margin-bottom: 40px;
  }
}
.slider.slider-2 .slide .slide-content .slide-action .btn {
  height: 68px;
}
.slider.slider-2 .slide .slide-content .slide-action .btn:first-child {
  width: 170px;
}
@media (min-width:992px) and (max-width:1199.98px) {
  .slider.slider-2 .slide .slide-content .slide-action .btn:first-child {
    margin-right: 30px;
  }
}
@media screen and (max-width:767.98px) {
  .slider.slider-2 .slide .slide-content .slide-action .btn:first-child {
    margin-bottom: 40px;
  }
}
.slider.slider-2 .carousel-dots .owl-dots .owl-dot.active span {
  width: 30px;
}
.slider.slider-3 .slide .slide-content {
  text-align: center;
  align-items: center;
}
@media screen and (min-width:992px) {
  .slider.slider-3 .slide .slide-content .slide-action {
    justify-content: center;
  }
}
.slider.slider-3 .slide .slide-content .slide-action .btn {
  justify-content: space-between;
  height: 68px;
}
.slider.slider-3 .slide .slide-content .slide-action .btn:first-child {
  width: 192px;
}
@media screen and (min-width:768px) {
  .slider.slider-3 .slide .slide-content .slide-action .btn:first-child {
    margin-right: 30px;
  }
}
.slider.slider-3 .slide .slide-content .slide-action .btn:last-child {
  width: 170px;
  justify-content: center;
}
@media (min-width:992px) and (max-width:1199.98px) {
  .slider.slider-3 .slide .slide-content .slide-action .btn:last-child {
    padding: 0 20px;
  }
}

.hero {
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  align-items: center;
  height: 685px;
}
@media screen and (max-width:991.98px) {
  .hero {
    height: 100vh;
  }
}
@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: 500;
  font-size: 75px;
  line-height: 1;
  margin-bottom: 22px;
  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: flex;
  align-items: center;
}
@media screen and (max-width:991.98px) {
  .hero .hero-content .hero-action {
    justify-content: center;
  }
}
@media screen and (max-width:767.98px) {
  .hero .hero-content .hero-action {
    flex-direction: column;
  }
}
.hero .hero-content .hero-action .btn {
  width: 232px;
  height: 68px;
  margin-right: 40px;
}
@media screen and (max-width:767.98px) {
  .hero .hero-content .hero-action .btn {
    margin-right: 0;
    margin-bottom: 25px;
    height: 50px;
    width: 225px;
  }
}
@media (min-width:992px) and (max-width:1199.98px) {
  .hero .hero-content .hero-action .btn {
    width: 225px;
    margin-right: 15px;
  }
}
.hero .hero-content .hero-action .btn:last-child {
  margin-right: 0;
}
.hero .hero-content .hero-action .btn i {
  font-size: 10px;
}
.hero .hero-content .hero-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width:991.98px) {
  .hero .hero-content .hero-list {
    justify-content: center;
  }
}
.hero .hero-content .hero-list .icon {
  margin-right: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: 0.3s ease-in-out;
}
@media (min-width:992px) and (max-width:1199.98px) {
  .hero .hero-content .hero-list .icon {
    margin-right: 20px;
  }
}
@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: 0;
}
.hero .hero-content .hero-list .icon:hover {
  transform: translateY(-5px);
}
.hero .hero-content .hero-list .icon i {
  font-size: 60px;
  color: var(--global--color-white);
}
.hero .hero-content .hero-list .icon a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 2;
}
.hero .hero-content .btn-video {
  width: auto;
  height: auto;
  background: transparent;
}
.hero .hero-content .btn-video:hover {
  transform: scale(1);
}
.hero .hero-content .btn-video:hover .icon {
  background-color: var(--global--color-primary);
}
.hero .hero-content .btn-video:hover .icon svg {
  color: var(--global--color-white);
}
.hero .hero-content .btn-video span {
  font-family: var(--global--font-body);
  font-weight: 700;
  font-size: 15px;
  color: var(--global--color-white);
  margin-left: 35px;
  text-transform: capitalize;
}
.hero .hero-content .btn-video .icon {
  width: 68px;
  height: 68px;
}
.hero.hero-2 .hero-content {
  text-align: center;
}
.hero.hero-2 .hero-content .hero-action {
  justify-content: center;
}
.hero.hero-2 .hero-content .hero-action .btn {
  margin-right: 30px;
}
.hero.hero-2 .hero-content .hero-action .btn:last-child {
  margin-right: 0;
}
.hero.hero-2 .hero-content .hero-action .btn:first-child {
  width: 166px;
  height: 68px;
}
.hero.hero-2 .hero-content .hero-action .btn:last-child {
  width: 232px;
  height: 68px;
}
@media screen and (max-width:767.98px) {
  .hero.hero-2 .hero-content .hero-action .btn {
    margin-right: 0;
  }
}
.hero.hero-3 {
  height: 550px;
}
@media screen and (max-width:991.98px) {
  .hero.hero-3 {
    height: 100vh;
  }
}
.hero.hero-3 .hero-action .btn:first-child {
  width: 166px;
  margin-right: 35px;
}
@media screen and (max-width:767.98px) {
  .hero.hero-3 .hero-action .btn:first-child {
    margin-right: 0;
    margin-bottom: 25px;
  }
}
.hero.hero-4 {
  height: 530px;
}
@media screen and (max-width:991.98px) {
  .hero.hero-4 {
    height: 100vh;
  }
}
.hero.hero-4 .hero-content .hero-title {
  margin-bottom: 0;
}
.hero.hero-5 {
  height: 510px;
}
@media screen and (max-width:991.98px) {
  .hero.hero-5 {
    height: 100vh;
  }
}
.hero.hero-5 .hero-content .hero-title {
  margin-bottom: 0;
}
.hero.hero-6 {
  height: 650px;
}
@media screen and (max-width:991.98px) {
  .hero.hero-6 {
    height: 100vh;
  }
}
.hero.hero-6 .hero-content .hero-action .btn {
  justify-content: space-between;
  width: 166px;
  height: 68px;
}
.hero.hero-7 {
  height: 650px;
}
@media screen and (max-width:991.98px) {
  .hero.hero-7 {
    height: 100vh;
  }
}
@media screen and (max-width:991.98px) {
  .hero.hero-7 .hero-content .hero-action {
    margin-bottom: 40px;
  }
}
.hero.hero-7 .hero-content .hero-action .btn {
  height: 68px;
}
.hero.hero-7 .hero-content .hero-action .btn:first-child {
  width: 170px;
}
@media screen and (min-width:768px) {
  .hero.hero-7 .hero-content .hero-action .btn:first-child {
    margin-right: 30px;
  }
}
.hero.hero-7 .hero-content .hero-action .btn:last-child {
  justify-content: space-between;
  width: 232px;
}
@media (min-width:992px) and (max-width:1199.98px) {
  .hero.hero-7 .hero-content .hero-action .btn:last-child {
    padding: 0 20px;
  }
}
.hero.hero-7 .btn-video {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  background: url("../images/video/bg.png") no-repeat;
  border-radius: 50%;
  transition: 0.3s ease-in-out;
}
.hero.hero-7 .btn-video:hover {
  transform: scale(0.8);
}
.hero.hero-7 .btn-video:hover .icon {
  background-color: var(--global--color-white);
}
.hero.hero-7 .btn-video:hover .icon svg {
  color: rgb(6, 52, 100);
}
.hero.hero-7 .btn-video .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 76px;
  height: 76px;
  background: var(--global--color-white);
  border-radius: 50%;
  position: relative;
  z-index: 2;
}
.hero.hero-7 .btn-video .icon svg {
  color: rgb(6, 52, 100);
  transition: 0.3s ease-in-out;
}
.hero.hero-8 {
  height: 650px;
}
@media screen and (max-width:991.98px) {
  .hero.hero-8 {
    height: 100vh;
  }
}
.hero.hero-8 .hero-action .btn:first-child {
  width: 166px;
  margin-right: 35px;
}
@media screen and (max-width:767.98px) {
  .hero.hero-8 .hero-action .btn:first-child {
    margin-right: 0;
    margin-bottom: 25px;
  }
}
.hero.hero-9 {
  height: 650px;
}
@media screen and (max-width:991.98px) {
  .hero.hero-9 {
    height: 100vh;
  }
}
.hero.hero-9 .hero-content .hero-action .btn {
  margin-right: 30px;
}
.hero.hero-9 .hero-content .hero-action .btn:last-child {
  margin-right: 0;
}
.hero.hero-9 .hero-content .hero-action .btn:first-child {
  width: 166px;
  height: 68px;
}
.hero.hero-9 .hero-content .hero-action .btn:last-child {
  width: 232px;
  height: 68px;
}
@media screen and (max-width:767.98px) {
  .hero.hero-9 .hero-content .hero-action .btn {
    margin-right: 0;
  }
}
.hero.hero-10 {
  height: 650px;
}
@media screen and (max-width:991.98px) {
  .hero.hero-10 {
    height: 100vh;
  }
}
.hero.hero-10 .hero-content .hero-action .btn {
  justify-content: space-between;
  width: 192px;
  height: 68px;
}
.hero.hero-11 {
  height: 650px;
}
@media screen and (max-width:991.98px) {
  .hero.hero-11 {
    height: 100vh;
  }
}
.hero.hero-11 .hero-action .btn:first-child {
  width: 192px;
  margin-right: 35px;
}
@media screen and (max-width:767.98px) {
  .hero.hero-11 .hero-action .btn:first-child {
    margin-right: 0;
    margin-bottom: 25px;
  }
}
.hero.hero-12 {
  height: 650px;
}
@media screen and (max-width:991.98px) {
  .hero.hero-12 {
    height: 100vh;
  }
}
.hero.hero-12 .hero-action .btn {
  width: 232px;
  justify-content: space-between;
}

/*------------------------------------*\
    #Awards
\*------------------------------------*/
.awards {
  padding-top: 125px;
  padding-bottom: 80px;
}
@media screen and (max-width:991.98px) {
  .awards {
    padding-top: 70px;
    padding-bottom: 20px;
  }
}
.awards .award {
  margin-bottom: 30px;
}
.awards .award:hover .award-img {
  background-color: var(--global--color-primary);
}
.awards .award .award-img {
  padding: 45px 85px;
  background-color: #f3f3f3;
  border-radius: 4px;
  transition: 0.3s ease-in-out;
  display: flex;
  justify-content: 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 30px 12px;
}
@media screen and (max-width:991.98px) {
  .awards .award .award-content {
    text-align: center;
  }
}
@media (min-width:992px) and (max-width:1199.98px) {
  .awards .award .award-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.awards .award .award-content .award-title {
  margin-bottom: 17px;
}
.awards .award .award-content .award-title a {
  font-family: var(--global--font-heading);
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #1e4873;
  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: 15px;
  line-height: 25px;
  color: var(--global--color-body);
  margin-bottom: 0;
}

/*------------------------------------*\
    #PROJECTS GALERY
\*------------------------------------*/
.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;
  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 {
  box-shadow: 0px 3px 63px 0px rgba(6, 52, 100, 0.11);
}
.projects-gallery .project-panel:hover .project-img .project-zoom {
  opacity: 1;
  visibility: visible;
}
.projects-gallery .project-panel .project-img img {
  border-radius: 4px;
  object-fit: cover;
  height: 400px;
  width: 100%;
}
.projects-gallery .project-panel .project-img .project-zoom {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--global--color-primary-alt);
  opacity: 0;
  visibility: hidden;
  transition: 0.4s ease-in-out;
  color: var(--global--color-white);
  font-size: 20px;
}
.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: inline-flex;
  width: 180px;
  height: 65px;
}

/*------------------------------------*\
    #BLOG
\*------------------------------------*/
.blog {
  padding: 127px 0 70px;
}
.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);
  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: "";
  transition: 0.3s ease-in-out;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 2px;
  background-color: var(--global--color-primary);
}
.blog .carousel .owl-stage-outer {
  overflow: visible;
}
.blog .carousel .owl-stage-outer .owl-item {
  opacity: 0;
}
.blog .carousel .owl-stage-outer .owl-item.active {
  opacity: 1;
}

.blog-entry {
  margin-bottom: 40px;
  position: relative;
  box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.07);
  background-color: var(--global--color-white);
  border-radius: 4px;
}
@media screen and (max-width:991.98px) {
  .blog-entry {
    max-width: 370px;
    margin: 0 auto 40px;
  }
}
.blog-entry:hover {
  box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.12);
}
.blog-entry:hover .entry-img .entry-img-holder img {
  transform: scale3d(1, 1, 1);
}
.blog-entry:hover .entry-img::before {
  opacity: 0.4;
  visibility: visible;
}
.blog-entry:hover .entry-content::after {
  background-color: var(--global--color-secondary);
  width: calc(100% - 50px);
}
@media (min-width:992px) and (max-width:1199.98px) {
  .blog-entry:hover .entry-content::after {
    width: calc(100% - 25px);
  }
}
@media screen and (max-width:767.98px) {
  .blog-entry:hover .entry-content::after {
    width: calc(100% - 25px);
  }
}
.blog-entry:hover .entry-content .entry-more a {
  padding: 0 20px;
  color: var(--global--color-white);
  background-color: var(--global--color-secondary);
}
.blog-entry:hover .entry-content .entry-more a i {
  color: var(--global--color-white);
}
.blog-entry .entry-img {
  position: relative;
  border-radius: 4px;
}
.blog-entry .entry-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(101, 100, 100, 0) 0%, #586e85 0%);
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  transition: 0.35s ease-in-out;
}
.blog-entry .entry-img .entry-img-holder {
  overflow: hidden;
}
.blog-entry .entry-img .entry-img-holder img {
  transition: transform 0.35s ease-in-out;
  width: 100%;
  transform: scale3d(1.05, 1.05, 1);
  height: 265px;
  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-img .entry-date {
  position: absolute;
  bottom: 0px;
  left: 50px;
  height: 65px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: var(--global--color-primary);
  border-radius: 4px 4px 0 0;
  text-align: center;
  z-index: 3;
}
@media (min-width:992px) and (max-width:1199.98px) {
  .blog-entry .entry-img .entry-date {
    left: 25px;
  }
}
@media screen and (max-width:991.98px) {
  .blog-entry .entry-img .entry-date {
    left: 25px;
    bottom: auto;
    top: 25px;
  }
}
.blog-entry .entry-img .entry-date::before {
  content: "";
  position: absolute;
  height: 8px;
  width: 8px;
  bottom: -8px;
  left: 0;
  background-color: var(--global--color-primary);
  clip-path: polygon(100% 0, 0 0, 0 100%);
}
.blog-entry .entry-img .entry-date .month {
  font-family: var(--global--font-body);
  text-transform: uppercase;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #eef3fa;
  margin-bottom: 6px;
}
.blog-entry .entry-img .entry-date .day {
  font-family: var(--global--font-heading);
  font-weight: 400;
  font-size: 26px;
  line-height: 22px;
  color: #fcfcfc;
}
.blog-entry .entry-content {
  padding: 32px 50px 24px;
  position: relative;
  overflow: hidden;
  border-radius: 0 0 4px 4px;
}
@media (min-width:992px) and (max-width:1199.98px) {
  .blog-entry .entry-content {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (max-width:767.98px) {
  .blog-entry .entry-content {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (max-width:991.98px) {
  .blog-entry .entry-content {
    text-align: center;
  }
}
.blog-entry .entry-content::after {
  content: "";
  position: absolute;
  left: 50px;
  bottom: 0;
  width: 94px;
  height: 6px;
  background-color: var(--global--color-heading);
  transition: 0.3s ease-in-out;
}
@media (min-width:992px) and (max-width:1199.98px) {
  .blog-entry .entry-content::after {
    left: 25px;
  }
}
@media screen and (max-width:991.98px) {
  .blog-entry .entry-content::after {
    left: 50%;
    transform: translate(-50%);
  }
}
.blog-entry .entry-meta {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
@media screen and (max-width:991.98px) {
  .blog-entry .entry-meta {
    justify-content: center;
  }
}
.blog-entry .entry-meta .entry-category {
  margin-bottom: 0px;
  text-transform: capitalize;
}
.blog-entry .entry-meta .entry-category a {
  position: relative;
  color: var(--global--color-primary-alt);
  font-family: var(--global--font-body);
  font-size: 13px;
  font-weight: 400;
  line-height: 26px;
}
.blog-entry .entry-meta .entry-category a::after {
  content: ", ";
  position: relative;
}
.blog-entry .entry-meta .entry-category a:last-of-type::after {
  content: "";
}
.blog-entry .entry-meta .entry-category a:hover {
  color: var(--global--color-primary);
}
.blog-entry .entry-meta .divider {
  width: 8px;
  height: 2px;
  background-color: #cdd6e0;
  margin: 0 10px;
}
.blog-entry .entry-meta .entry-author {
  text-transform: capitalize;
}
.blog-entry .entry-meta .entry-author p {
  font-family: var(--global--font-body);
  font-size: 13px;
  font-weight: 400;
  line-height: 26px;
  color: #1e4873;
  margin-bottom: 0;
}
.blog-entry .entry-title {
  margin-bottom: 17px;
}
.blog-entry .entry-title h4 {
  font-size: 21px;
  font-weight: 500;
  line-height: 29px;
  margin-bottom: 0;
  text-transform: capitalize;
}
.blog-entry .entry-title a {
  color: var(--global--color-heading);
}
.blog-entry .entry-title a:hover {
  color: var(--global--color-primary);
}
.blog-entry .entry-bio p {
  font-family: var(--global--font-body);
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  color: var(--global--color-body);
  margin-bottom: 23px;
}
.blog-entry .entry-more a {
  display: inline-flex;
  width: auto;
  padding: 0;
  height: 50px;
  position: relative;
  transition: all 300ms ease-in-out;
  color: var(--global--color-heading);
}
.blog-entry .entry-more a::before {
  content: unset;
}
.blog-entry .entry-more a i {
  font-size: 10px;
  margin-left: 10px;
  transition: all 300ms ease-in-out;
  color: var(--global--color-heading);
}

/* Blog Grid */
.blog-grid {
  padding: 125px 0 100px;
}
@media screen and (min-width:992px) {
  .blog-grid .blog-entry {
    margin-bottom: 30px;
  }
}
@media screen and (max-width:991.98px) {
  .blog-grid {
    padding: 65px 0 70px;
  }
}

/* Blog Single */
.blog-single {
  padding-top: 0px;
  padding-bottom: 110px;
}
@media screen and (max-width:991.98px) {
  .blog-single {
    padding-bottom: 70px;
  }
}
.blog-single .breadcrumb-wrap {
  margin-bottom: 50px;
}
.blog-single .blog-entry {
  box-shadow: none;
}
@media screen and (max-width:991.98px) {
  .blog-single .blog-entry {
    max-width: initial;
  }
}
.blog-single .blog-entry:last-of-type {
  margin-bottom: 0px;
}
.blog-single .blog-entry .entry-img {
  margin-bottom: 0;
  transform: translateY(0);
  margin-right: 0;
}
.blog-single .blog-entry .entry-img img {
  border-radius: 8px;
  max-width: 100%;
}
.blog-single .blog-entry .entry-img::before {
  content: unset;
}
.blog-single .entry-holder {
  display: flex;
  justify-content: space-between;
  margin-top: 37px;
}
@media screen and (max-width:767.98px) {
  .blog-single .entry-holder {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}
.blog-single .entry-holder .entry-share span,
.blog-single .entry-holder .entry-tags span {
  display: block;
  font-family: var(--global--font-body);
  font-weight: 700;
  font-size: 14px;
  color: #1e4873;
  text-transform: capitalize;
  margin-bottom: 9px;
}
.blog-single .entry-holder .entry-share div,
.blog-single .entry-holder .entry-tags div {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.blog-single .entry-holder .entry-share .module-social {
  height: auto;
  line-height: normal;
  flex-wrap: nowrap;
}
.blog-single .entry-holder .entry-share .module-social a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  background: #e6eaef;
  border-radius: 50%;
  margin-bottom: 10px;
}
.blog-single .entry-holder .entry-share .module-social a:hover i {
  width: 32px;
  height: 32px;
}
.blog-single .entry-holder .entry-share .module-social a i {
  background-color: #063464;
  color: #e6eaef;
}
.blog-single .entry-holder .entry-share .module-social a i:hover {
  transform: translateY(0px);
}
@media screen and (max-width:767.98px) {
  .blog-single .entry-holder .entry-tags {
    margin-bottom: 20px;
  }
}
.blog-single .entry-holder .entry-tags a {
  display: flex;
  align-items: center;
  height: 32px;
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-block;
  font-family: var(--global--font-body);
  font-size: 12px;
  font-weight: 400;
  line-height: 28px;
  text-transform: capitalize;
  transition: 0.3s ease-in-out;
  color: #1e4873;
  background-color: var(--global--color-white);
  border: 2px solid rgb(205, 214, 224);
  border-radius: 4px;
  padding: 0 14px;
}
.blog-single .entry-holder .entry-tags a:hover {
  background-color: var(--global--color-heading);
  color: var(--global--color-white);
  border-color: var(--global--color-heading);
}
.blog-single .entry-content {
  padding: 32px 40px 40px;
  border-bottom: 4px solid rgb(230, 234, 239);
}
@media (min-width:992px) and (max-width:1199.98px) {
  .blog-single .entry-content {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (max-width:991.98px) {
  .blog-single .entry-content {
    padding: 32px 0;
  }
}
.blog-single .entry-content::after {
  content: unset;
}
.blog-single .entry-content .entry-meta {
  margin-bottom: 11px;
}
@media screen and (max-width:767.98px) {
  .blog-single .entry-content .entry-meta {
    flex-direction: row;
  }
  .blog-single .entry-content .entry-meta div {
    margin-right: 5px;
  }
}
@media screen and (max-width:767.98px) {
  .blog-single .entry-content .entry-meta .divider {
    display: none;
  }
}
.blog-single .entry-content .entry-meta .entry-author a p {
  transition: 0.3s ease-in-out;
}
.blog-single .entry-content .entry-meta .entry-author a:hover p {
  color: var(--global--color-primary);
}
.blog-single .entry-content .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 .entry-content .entry-meta .entry-comments .num {
  color: #1d65b9;
}
.blog-single .entry-content .entry-meta .entry-share {
  display: flex;
  align-items: center;
}
.blog-single .entry-content .entry-meta .entry-share span {
  text-transform: capitalize;
  font-family: var(--global--font-body);
  font-size: 13px;
  font-weight: 400;
  line-height: 26px;
  color: var(--global--color-body);
  margin-right: 10px;
}
.blog-single .entry-content .entry-meta .entry-share .module-social {
  height: auto;
  line-height: normal;
}
.blog-single .entry-content .entry-meta .entry-share .module-social a i {
  color: var(--global--color-white);
}
.blog-single .entry-content .entry-title {
  margin-bottom: 31px;
}
.blog-single .entry-content .entry-title h2 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 500;
}
@media screen and (max-width:767.98px) {
  .blog-single .entry-content .entry-title h2 {
    font-size: 32px;
    line-height: 1.4;
  }
}
@media (min-width:992px) and (max-width:1199.98px) {
  .blog-single .entry-content .entry-title h2 {
    font-size: 32px;
    line-height: 1.4;
  }
}
.blog-single .entry-content .entry-infos {
  margin-top: 32px;
  margin-bottom: 33px;
}
.blog-single .entry-content .entry-infos img {
  width: 100%;
  min-height: 419px;
  object-fit: cover;
  border-radius: 8px;
}
@media screen and (max-width:767.98px) {
  .blog-single .entry-content .entry-infos img {
    margin-bottom: 30px;
  }
}
.blog-single .entry-content .entry-infos .prices-list {
  padding: 37px 40px 28px;
  border-radius: 8px;
  background-color: #f4f4f4;
}
.blog-single .entry-content .entry-infos .prices-list h3 {
  font-family: var(--global--font-heading);
  font-weight: 500;
  font-size: 19px;
  line-height: 1;
  margin-bottom: 26px;
  color: #05213f;
  text-transform: capitalize;
}
.blog-single .entry-content .entry-infos .prices-list ul {
  margin-bottom: 0;
}
.blog-single .entry-content .entry-infos .prices-list ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 700;
  font-family: var(--global--font-body);
  color: #848e9f;
  text-transform: capitalize;
  border-bottom: 1px solid rgb(230, 234, 239);
  margin-bottom: 14px;
  padding-bottom: 12px;
}
@media screen and (min-width:768px) {
  .blog-single .entry-content .entry-infos .prices-list ul li:last-child {
    margin-bottom: 0px;
    border-bottom: 0;
  }
}
.blog-single .entry-content .entry-infos .prices-list ul li .price {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 27px;
  margin-left: 5px;
  font-family: var(--global--font-body);
  font-weight: 700;
  font-size: 15px;
  color: var(--global--color-white);
  background-color: var(--global--color-secondary);
  padding: 0px 10px;
  border-radius: 2px;
}
.blog-single .entry-content .entry-bio p {
  font-size: 16px;
  line-height: 27px;
  margin-bottom: 27px;
}
.blog-single .entry-content .entry-bio p:last-child {
  margin-bottom: 0;
}
.blog-single .nav-posts {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 0;
}
.blog-single .nav-posts .btn {
  width: auto;
  padding: 0;
  height: 70px;
  color: var(--global--color-heading);
  transition: 0.3s ease-in-out;
}
.blog-single .nav-posts .btn:hover {
  padding: 0 30px;
  box-shadow: 0px 3px 63px 0px rgba(6, 52, 100, 0.11);
  color: var(--global--color-white);
  background-color: var(--global--color-heading);
}
.blog-single .nav-posts .btn:hover i {
  color: var(--global--color-white);
}
.blog-single .nav-posts .btn i {
  transition: 0.3s ease-in-out;
  margin-left: 20px;
  font-size: 12px;
}
.blog-single .nav-posts .prev-post .btn i {
  margin-left: 0;
  margin-right: 20px;
  transform: rotate(180deg);
}
.blog-single .entry-widget {
  padding-top: 62px;
}
.blog-single .entry-widget .entry-widget-title {
  position: relative;
  margin-bottom: 33px;
}
.blog-single .entry-widget .entry-widget-title h3 {
  font-family: var(--global--font-heading);
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 0;
  position: relative;
  text-transform: capitalize;
  color: #05213f;
}
.blog-single .entry-widget-bio {
  padding: 50px 50px 50px;
  border-radius: 4px;
  background-color: var(--global--color-white);
  position: relative;
  box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.12);
}
@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::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 4px;
  background-color: #1d65b9;
  border-radius: 4px 0 0 4px;
}
@media screen and (max-width:767.98px) {
  .blog-single .entry-widget-bio::before {
    width: 100%;
    height: 4px;
    border-radius: 4px 4px 0 0;
  }
}
.blog-single .entry-widget-bio .entry-widget-content {
  position: relative;
  display: flex;
}
@media screen and (max-width:767.98px) {
  .blog-single .entry-widget-bio .entry-widget-content {
    flex-direction: column;
    align-items: center;
  }
}
.blog-single .entry-widget-bio .entry-widget-content img {
  width: 120px;
  height: 120px;
  border-radius: 4px;
  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 {
    transform: translateY(-8px);
    margin-bottom: -8px;
  }
}
.blog-single .entry-widget-bio .entry-widget-content .entry-bio-desc h3 {
  font-family: var(--global--font-heading);
  color: #05213f;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 8px;
}
.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: 22px;
}
.blog-single .entry-widget-bio .entry-widget-content .entry-bio-desc .module-social {
  height: auto;
  line-height: normal;
}
@media screen and (max-width:767.98px) {
  .blog-single .entry-widget-bio .entry-widget-content .entry-bio-desc .module-social {
    justify-content: center;
  }
}
.blog-single .entry-widget-bio .entry-widget-content .entry-bio-desc .module-social i {
  background-color: var(--global--color-heading);
  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: 45px;
  display: flex;
}
@media screen and (max-width:767.98px) {
  .blog-single .entry-comments .entry-widget-content .comments-list .comment-body {
    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: 45px;
}
.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 {
  flex-shrink: 0;
  width: 100px;
  height: 100px;
  overflow: hidden;
  display: flex;
  border-radius: 4px;
}
@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: 30px;
}
@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 h3 {
  font-family: var(--global--font-heading);
  color: #1e4873;
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 12px;
  line-height: 16px;
}
.blog-single .entry-comments .entry-widget-content .comments-list .comment-body .comment .date {
  color: var(--global--color-secondary);
  font-family: var(--global--font-body);
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 3px;
}
.blog-single .entry-comments .entry-widget-content .comments-list .comment-body .comment p {
  font-family: var(--global--font-body);
  color: #8e949e;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 4px;
}
.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-primary-alt);
  line-height: 20px;
  display: inline-flex;
  align-items: center;
  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: 58px;
}
.blog-single .entry-add-comment .custom-radio-group .custom-control {
  margin-bottom: 20px;
}
.blog-single .entry-add-comment .btn {
  width: 290px;
  height: 75px;
  justify-content: space-between;
  padding: 0 30px;
  box-shadow: 0px 3px 63px 0px rgba(6, 52, 100, 0.11);
}
@media screen and (max-width:767.98px) {
  .blog-single .entry-add-comment .btn {
    width: 100%;
    height: 55px;
  }
}
.blog-single .entry-add-comment .btn i {
  font-size: 10px;
  margin-left: 10px;
}

/*------------------------------------*\
    #Shop
\*------------------------------------*/
.shop {
  padding-top: 110px;
  padding-bottom: 110px;
}
@media screen and (max-width:991.98px) {
  .shop {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.shop.shop-2 {
  padding-top: 30px;
  padding-bottom: 68px;
}
@media screen and (max-width:991.98px) {
  .shop.shop-2 {
    padding-top: 20px;
    padding-bottom: 28px;
  }
}
@media screen and (max-width:991.98px) {
  .shop.shop-2 h2 {
    text-align: center;
  }
}
.shop.shop-2 h2 {
  font-family: var(--global--font-heading);
  font-weight: 500;
  font-size: 21px;
  color: var(--global--color-heading);
  text-transform: capitalize;
}
.shop.shop-3 {
  padding-top: 125px;
  padding-bottom: 70px;
}
@media screen and (max-width:991.98px) {
  .shop.shop-3 {
    padding-top: 65px;
    padding-bottom: 30px;
  }
}
.shop.shop-4 {
  padding-top: 105px;
  padding-bottom: 70px;
}
@media screen and (max-width:991.98px) {
  .shop.shop-4 {
    padding-top: 65px;
    padding-bottom: 30px;
  }
}
.shop .pagination {
  margin-top: 10px;
}
.shop .sidebar-shop {
  transform: translateY(-5px);
}

/* Product Item */
.product-item {
  margin-bottom: 33px;
}
.product-item .product-img {
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}
.product-item .product-img:hover img {
  transform: scale(1.1);
}
.product-item .product-img:hover .add-to-cart {
  opacity: 1;
  transform: translateX(-50%) translateY(0px);
  visibility: visible;
}
.product-item .product-img img {
  border-radius: 4px;
  width: 100%;
  height: 290px;
  object-fit: cover;
  transition: 0.4s ease-in-out;
  transform: scale(1);
}
.product-item .product-img .badge {
  position: absolute;
  top: 20px;
  right: 20px;
  color: var(--global--color-white);
  border-radius: 4px;
  font-family: var(--global--font-body);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  padding: 8px 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);
}
.product-item .product-img .add-to-cart {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(20px);
  bottom: 40px;
  width: 210px;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--global--color-white);
  background-color: var(--global--color-primary-alt);
  text-transform: capitalize;
  border-radius: 4px;
  font-family: var(--global--font-body);
  font-weight: 700;
  font-size: 15px;
  transition: 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.product-item .product-img .add-to-cart:hover {
  background-color: var(--global--color-heading);
}
.product-item .product-img .add-to-cart i {
  font-size: 15px;
  margin-right: 10px;
}
.product-item .product-content {
  padding-top: 21px;
  text-align: center;
}
.product-item .product-content .product-title {
  margin-bottom: 6px;
}
.product-item .product-content .product-title a {
  text-transform: capitalize;
  font-family: var(--global--font-heading);
  font-size: 21px;
  line-height: 32px;
  font-weight: 500;
  color: var(--global--color-heading);
}
.product-item .product-content .product-price span {
  font-family: var(--global--font-body);
  font-weight: 700;
  font-size: 19px;
  color: var(--global--color-primary-alt);
  line-height: 28px;
}

/* Shop Options */
.shop-options {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media screen and (max-width:767.98px) {
  .shop-options {
    flex-direction: column;
    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: #1e4873;
  text-transform: capitalize;
  margin-bottom: 0;
}
.shop-options .products-sort .nice-select {
  border-radius: 4px;
  border-color: var(--global--color-gray-light);
  height: 55px;
  width: 290px;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.shop-options .products-sort .nice-select .current {
  font-family: var(--global--font-body);
  font-size: 14px;
}
.shop-options .products-sort .nice-select .list {
  width: 100%;
}

/* Shop Single */
.single-product {
  padding-top: 50px;
  padding-bottom: 0;
}
.single-product .checkout-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px;
  background-color: #e8eff8;
  border-radius: 4px;
  margin-bottom: 40px;
}
@media screen and (max-width:767.98px) {
  .single-product .checkout-banner {
    flex-direction: column;
    align-items: center;
  }
}
.single-product .checkout-banner p {
  font-family: var(--global--font-heading);
  font-weight: 500;
  font-size: 19px;
  color: #1d65b9;
  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;
}
.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;
    object-fit: cover;
  }
}
.single-product .product-img a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  cursor: zoom-in;
}
@media screen and (min-width:992px) {
  .single-product .product-content {
    padding-top: 9px;
  }
}
@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: 500;
  color: var(--global--color-heading);
  font-size: 29px;
  line-height: 1;
  text-transform: capitalize;
  margin-bottom: 12px;
}
.single-product .product-content .product-price {
  font-family: var(--global--font-body);
  color: var(--global--color-primary-alt);
  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: 15px;
  line-height: 25px;
  margin-bottom: 32px;
  color: var(--global--color-body);
}
.single-product .product-content .product-details {
  margin-bottom: 23px;
}
.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-heading);
  font-weight: 700;
  font-size: 16px;
  color: #1e4873;
  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: flex;
  align-items: center;
  flex-wrap: nowrap;
}
@media screen and (max-width:991.98px) {
  .single-product .product-content .product-share {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.single-product .product-content .product-share a {
  color: var(--global--color-white);
  background-color: var(--global--color-heading);
  border-radius: 4px;
  margin-right: 15px;
  transition: 0.3s ease-in-out;
  width: 52px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease-in-out;
}
@media screen and (min-width:992px) {
  .single-product .product-content .product-share a {
    margin-right: 10px;
  }
}
.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-primary);
  transform: translateY(-5px);
}
.single-product .product-content .product-share a.facebook-bg {
  background-color: #3b5999;
}
.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;
}
.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;
}
.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;
}
.single-product .product-content .product-share a.pinterest-bg:hover {
  background-color: var(--global--color-heading);
}
.single-product .product-content .product-action {
  display: flex;
  margin-bottom: 37px;
}
@media screen and (max-width:991.98px) {
  .single-product .product-content .product-action {
    justify-content: center;
  }
}
.single-product .product-content .product-action .product-quantity {
  display: flex;
  border: 2px solid var(--global--color-gray-light);
  border-radius: 4px 4px 0 4px;
  width: 80px;
  margin-right: 15px;
}
.single-product .product-content .product-action .product-quantity span {
  display: flex;
  flex-direction: column;
}
.single-product .product-content .product-action .product-quantity span a {
  border-left: 2px solid var(--global--color-gray-light);
}
.single-product .product-content .product-action .product-quantity span a:first-child {
  border-bottom: 2px solid var(--global--color-gray-light);
}
.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 {
  height: 54px;
  background-color: var(--global--color-secondary);
  color: var(--global--color-white);
}
.single-product .product-content .product-action .btn::before {
  background-color: var(--global--color-primary);
}
.single-product .product-content .product-action .btn:active, .single-product .product-content .product-action .btn:focus, .single-product .product-content .product-action .btn:hover {
  color: var(--global--color-white);
}
.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: 14px;
  display: block;
  border-right: 0;
  position: relative;
}
.single-product .product-tabs .nav-tabs li a::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: transparent;
  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-primary);
}
.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-primary);
}
.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 {
  background-color: var(--global--color-primary);
}
.single-product .product-tabs .tab-content {
  border-top: 4px solid #e6eaef;
  padding-top: 27px;
}
.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 h5 {
  font-size: 13px;
}
.single-product .product-tabs .tab-content .review-comment .review-body {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.single-product .product-tabs .tab-content .review-comment .review-body img {
  width: 60px;
  height: 60px;
  border-radius: 8px 8px 0 8px;
  margin-right: 30px;
}
.single-product .product-tabs .tab-content .review-comment .review-body h6,
.single-product .product-tabs .tab-content .review-comment .review-body p {
  margin-bottom: 0;
}
.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 .nice-select .list {
  width: 100%;
}
.single-product .form-review .form-control {
  margin-bottom: 30px;
}

/*Shop Cart*/
.shop-cart {
  padding-top: 50px;
  padding-bottom: 110px;
}
@media screen and (max-width:991.98px) {
  .shop-cart {
    padding-bottom: 70px;
  }
}
.shop-cart .table-wrap {
  border: 1px solid #eaeaea;
  border-radius: 8px;
  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 #e5e8ed;
  border-bottom: 1px solid #e5e8ed;
}
.shop-cart .table-wrap .cart-table .table tbody tr td {
  padding: 20px;
  border-right: 1px solid #e5e8ed;
  border-bottom: 1px solid #e5e8ed;
  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 {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: var(--global--color-primary-alt);
  font-family: var(--global--font-body);
  vertical-align: baseline;
}
.shop-cart .table-wrap .cart-table .table tbody tr td.cart-product-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.shop-cart .table-wrap .cart-table .table tbody tr td.cart-product-item .cart-product-remove {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 19px;
  height: 19px;
  background-color: var(--global--color-heading);
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  margin-right: 20px;
  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-img {
  flex-shrink: 0;
  width: 70px;
  height: 70px;
  margin-right: 20px;
  box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.11);
  border-radius: 4px;
}
.shop-cart .table-wrap .cart-table .table tbody tr td.cart-product-item .cart-product-img img {
  border-radius: 4px;
  max-width: 100%;
}
.shop-cart .table-wrap .cart-table .table tbody tr td.cart-product-item .cart-product-name h6 {
  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: flex;
  border: 2px solid #e6e8eb;
  border-radius: 4px;
  width: 80px;
  margin-right: 0px;
  margin: 0 auto;
}
.shop-cart .table-wrap .cart-table .table tbody tr td.cart-product-quantity .product-quantity span {
  display: flex;
  flex-direction: column;
}
.shop-cart .table-wrap .cart-table .table tbody tr td.cart-product-quantity .product-quantity span a {
  border-left: 2px solid #e6e8eb;
}
.shop-cart .table-wrap .cart-table .table tbody tr td.cart-product-quantity .product-quantity span a:first-child {
  border-bottom: 2px solid #e6e8eb;
}
.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: flex;
  align-items: center;
  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 {
    flex-direction: column;
    align-items: center;
  }
}
.shop-cart .table-wrap .cart-product-action form {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
@media screen and (max-width:767.98px) {
  .shop-cart .table-wrap .cart-product-action form {
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
  }
}
.shop-cart .table-wrap .cart-product-action form .form-control {
  border-radius: 4px;
  margin-bottom: 0;
  border: 1px solid #eaeaea;
  background-color: var(--global--color-white);
  margin-right: 10px;
  height: 42px;
  width: 250px;
  line-height: 42px;
  margin-bottom: 0px;
}
@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 {
    width: 100%;
    margin-bottom: 15px;
    margin-right: 0;
  }
}
.shop-cart .table-wrap .cart-product-action form .btn {
  margin-top: 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;
  box-shadow: 0px 3px 63px 0px rgba(6, 52, 100, 0.11);
}
@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: flex;
  align-items: center;
}
.shop-cart .cart-calculate-shipping h3,
.shop-cart .cart-total-amount h3 {
  color: #05213f;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  font-family: var(--global--font-heading);
  margin-bottom: 13px;
  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: #1e4873;
  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 {
  padding: 0 20px;
  width: 200px;
  height: 60px;
  border-radius: 5px;
  box-shadow: 0px 3px 63px 0px rgba(6, 52, 100, 0.11);
}
@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: 24px;
}
.shop-cart .cart-calculate-shipping .btn {
  padding: 0 20px;
  width: 200px;
  height: 60px;
  border-radius: 5px;
  box-shadow: 0px 3px 63px 0px rgba(6, 52, 100, 0.11);
}
@media screen and (max-width:767.98px) {
  .shop-cart .cart-calculate-shipping .btn {
    width: 100%;
  }
}

/* Shop Checkout */
.shop-checkout {
  padding-top: 90px;
  padding-bottom: 90px;
}
.shop-checkout h5 {
  color: var(--global--color-heading-darken);
  font-size: 21px;
  font-weight: 600;
  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 {
  margin-bottom: 12px;
}
.shop-checkout .checkout-widget textarea {
  height: 150px;
  padding-top: 25px;
  line-height: normal;
}
.shop-checkout .checkout-widget .nice-select {
  display: flex;
  align-items: center;
  width: 100%;
}
.shop-checkout .checkout-widget .nice-select .list {
  width: 100%;
}
.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 h5 {
  text-transform: capitalize;
}
.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 .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: flex;
  justify-content: flex-start;
  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;
}

.payment {
  background-color: var(--global--color-gray);
  padding: 33px 15px;
  border-radius: 4px;
}
.payment .payment-method {
  margin: 0 15px;
}
.payment .payment-method .no-payment {
  border-top: 3px solid #1e85be;
  padding: 27px 0;
}
.payment .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);
}
.payment .payment-conditions {
  margin: 0 15px;
}
.payment .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;
}
.payment .payment-conditions label {
  text-transform: capitalize;
  font-weight: 500;
  color: var(--global--color-heading);
  font-size: 16px;
  margin-bottom: 30px;
}
.payment .payment-conditions label a {
  color: var(--global--color-primary);
}

.login {
  padding-bottom: 140px;
}
.login .login-body {
  background-color: var(--global--color-body-light);
  border-radius: 8px;
  padding: 40px;
}
.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;
}
.login .login-body label .required {
  margin-left: 3px;
  color: red;
}
.login .login-body .form-control {
  background-color: var(--global--color-white);
  margin-bottom: 8px;
}
.login .login-body .check {
  margin-top: 10px;
  margin-bottom: 5px;
}
.login .login-body .check label {
  margin-left: 5px;
}
.login .login-body .forget {
  margin-top: 13px;
  font-family: var(--global--font-body);
  font-size: 15px;
  font-weight: 700;
  color: var(--global--color-heading);
}
.login .login-body .forget:hover {
  color: var(--global--color-primary);
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .product-item {
    max-width: 270px;
    margin: 0 auto 30px;
  }
  .product-options2 span {
    display: inline-block;
    min-width: 50px;
    margin-bottom: 10px;
  }
}
/* Shop Account */
.shop-account {
  padding-top: 60px;
}
.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: flex;
  justify-content: space-between;
  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;
  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 {
    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);
  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 {
  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 {
  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);
  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);
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .product-item {
    max-width: 270px;
    margin: 0 auto 30px;
  }
  .product-options2 span {
    display: inline-block;
    min-width: 50px;
    margin-bottom: 10px;
  }
}
/*------------------------------------*\
    #Team
\*------------------------------------*/
.team {
  padding-top: 110px;
  padding-bottom: 30px;
}
@media screen and (max-width:991.98px) {
  .team {
    padding-top: 70px;
    padding-bottom: 30px;
  }
}
.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 {
  transition: all 300ms linear 0ms;
  max-width: 370px;
  margin: 0 auto 70px;
  box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.12);
  border-radius: 4px;
}
@media screen and (max-width:991.98px) {
  .team .member {
    margin: 0 auto 40px;
  }
}
.team .member:hover .member-content .member-social {
  opacity: 1;
  visibility: visible;
}
.team .member .member-img {
  position: relative;
}
.team .member .member-img img {
  border-radius: 8px;
  max-width: 100%;
}
.team .member .member-content {
  background-color: var(--global--color-white);
  padding: 32px 40px 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  border-radius: 0 0 4px 4px;
}
@media (min-width:992px) and (max-width:1199.98px) {
  .team .member .member-content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width:767.98px) {
  .team .member .member-content {
    flex-direction: column;
    text-align: center;
  }
}
.team .member .member-content .member-social {
  display: flex;
  align-items: center;
  transition: 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.team .member .member-content .member-social a {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--global--color-primary-alt);
  width: 20px;
  height: 20px;
  color: var(--global--color-white);
  font-size: 11px;
  transition: 0.3s ease-in-out;
  margin-right: 10px;
}
.team .member .member-content .member-social a:last-child {
  margin-right: 0;
}
.team .member .member-content .member-social a:hover {
  transform: translateY(-5px);
}
@media screen and (max-width:767.98px) {
  .team .member .member-content .member-info {
    margin-bottom: 25px;
  }
}
.team .member .member-content .member-info a {
  display: inline-block;
  font-family: var(--global--font-heading);
  font-size: 20px;
  font-weight: 500;
  color: #1e4873;
  margin-bottom: 11px;
  text-transform: capitalize;
  transition: 0.3s ease-in-out;
}
.team .member .member-content .member-info a:hover {
  color: var(--global--color-primary-alt);
}
.team .member .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;
  transition: 0.3s ease-in-out;
  margin-bottom: 0;
}
.team .member.member-2 {
  border-radius: 4px;
  overflow: hidden;
  box-shadow: none;
}
.team .member.member-2:hover {
  box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.12);
}
.team .member.member-2:hover .member-content .member-social {
  opacity: 1;
  visibility: visible;
}
.team .member.member-2 .member-content {
  justify-content: center;
  padding-top: 22px;
  padding-bottom: 26px;
}
@media (min-width:992px) and (max-width:1199.98px) {
  .team .member.member-2 .member-content {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.team .member.member-2 .member-content .member-social {
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  width: 100%;
  height: calc(100% + 40px);
  padding-top: 30px;
  justify-content: center;
  align-items: flex-start;
  background-color: var(--global--color-white);
  z-index: 1;
  transform-origin: bottom;
  visibility: hidden;
  opacity: 0;
  border-radius: 4px;
}
.team .member.member-2 .member-content .member-info {
  text-align: center;
  position: relative;
  z-index: 2;
}

/*------------------------------------*\
	#Sidebar Widgets
\*------------------------------------*/
.sidebar {
  max-width: 370px;
  margin-right: auto;
}
@media screen and (max-width:991.98px) {
  .sidebar {
    margin-right: auto;
    margin-left: auto;
  }
}

/* Widget */
.widget {
  background-color: #e5edf6;
  padding: 43px 50px 50px;
  margin-bottom: 40px;
  border-radius: 4px;
  position: relative;
}
@media (min-width:992px) and (max-width:1199.98px) {
  .widget {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (max-width:767.98px) {
  .widget {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.widget::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 6px;
  width: calc(100% - 50px);
  background-color: var(--global--color-secondary);
  border-radius: 4px 0 0px 0;
}
@media (min-width:992px) and (max-width:1199.98px) {
  .widget::after {
    width: calc(100% - 25px);
  }
}
@media screen and (max-width:767.98px) {
  .widget::after {
    width: calc(100% - 25px);
  }
}
.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: 500;
  color: #05213f;
  text-transform: capitalize;
  margin-bottom: 0;
  position: relative;
}

/* Category Widget */
.widget-categories.widget-categories-1 ul {
  margin-bottom: 0;
}
.widget-categories.widget-categories-1 ul li a {
  font-family: var(--global--font-body);
  font-weight: 700;
  font-size: 15px;
  line-height: 36px;
  color: #1d65b9;
  text-transform: capitalize;
}
.widget-categories.widget-categories-2 ul {
  margin-bottom: 0;
}
.widget-categories.widget-categories-2 ul li {
  margin-bottom: 5px;
}
.widget-categories.widget-categories-2 ul li:last-child {
  margin-bottom: 0;
}
.widget-categories.widget-categories-2 ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: var(--global--font-body);
  font-size: 15px;
  font-weight: 700;
  color: var(--global--color-heading);
  text-transform: capitalize;
  background-color: var(--global--color-white);
  border-radius: 4px;
  z-index: 1;
  transition: 0.3s ease-in-out;
  box-shadow: 0px 3px 63px 0px rgba(6, 52, 100, 0.11);
  height: 65px;
  padding: 0 20px 0 30px;
  position: relative;
}
@media (min-width:992px) and (max-width:1199.98px) {
  .widget-categories.widget-categories-2 ul li a {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width:767.98px) {
  .widget-categories.widget-categories-2 ul li a {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.widget-categories.widget-categories-2 ul li a i {
  margin-left: 10px;
  font-family: var(--global--font-body);
  font-weight: 400;
  font-size: 12px;
  font-style: normal;
  padding: 1px 7px;
  color: var(--global--color-white);
  background-color: var(--global--color-primary);
  border-radius: 50%;
  transition: 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 25px;
  min-height: 25px;
}

/* Tags Widget */
.widget-tags .widget-title {
  margin-bottom: 22px;
}
.widget-tags .widget-content {
  text-align: left;
}
.widget-tags .widget-content a {
  display: inline-block;
  background-color: transparent;
  font-family: var(--global--font-body);
  font-size: 12px;
  font-weight: 400;
  line-height: 28px;
  color: #1e4873;
  margin-right: 10px;
  margin-bottom: 10px;
  text-transform: capitalize;
  padding: 0px 9px;
  border: 2px solid #cdd6e0;
  border-radius: 4px;
  transition: 0.3s ease-in-out;
}
.widget-tags .widget-content a:hover {
  color: var(--global--color-white);
  background-color: #1e4873;
  border-color: #1e4873;
}

/* Recent Posts */
.widget-recent-posts {
  padding-bottom: 29px;
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width:992px) and (max-width:1199.98px) {
  .widget-recent-posts {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width:767.98px) {
  .widget-recent-posts {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.widget-recent-posts .widget-title {
  margin-bottom: 0px;
  padding: 0 20px;
}
.widget-recent-posts .post {
  position: relative;
  display: flex;
  align-items: center;
  padding: 20px;
  border-radius: 4px;
  transition: 0.3s ease-in-out;
}
.widget-recent-posts .post:hover, .widget-recent-posts .post.active {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.12);
}
.widget-recent-posts .post:last-child {
  margin-bottom: 0;
}
.widget-recent-posts .post .post-img {
  flex-shrink: 0;
  max-width: 100%;
  margin-right: 20px;
  overflow: hidden;
  border-radius: 4px;
  width: 80px;
  height: 80px;
}
.widget-recent-posts .post .post-img img {
  width: 100%;
  height: 100%;
}
.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: #1d65b9;
  text-transform: capitalize;
}
.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: 500;
  line-height: 20px;
  text-transform: capitalize;
}
.widget-recent-posts .post .post-content .post-title a:hover {
  color: var(--global--color-primary);
}

/* Search Widget */
.widget-search .form-search {
  position: relative;
  border: 1px solid #eaeaea;
  margin-bottom: 0;
  border-radius: 4px;
  background-color: var(--global--color-white);
}
.widget-search .form-search .form-control {
  border: none;
  box-shadow: none;
  color: var(--global--color-body);
  font-size: 14px;
  font-family: var(--global--font-body);
  font-weight: 400;
  line-height: 5px;
  height: 65px;
  text-transform: capitalize;
  padding-left: 20px;
  background-color: transparent;
  border-radius: 0;
  margin-bottom: 0;
}
.widget-search .form-search .form-control::-webkit-input-placeholder {
  font-size: 14px;
  font-family: var(--global--font-body);
  color: var(--global--color-body);
  text-transform: capitalize;
}
.widget-search .form-search .form-control:-moz-placeholder {
  font-size: 14px;
  font-family: var(--global--font-body);
  color: var(--global--color-body);
  text-transform: capitalize;
}
.widget-search .form-search .btn {
  background-color: transparent;
  border-radius: 0;
  border: 0;
  width: auto;
  height: auto;
  font-size: 16px;
  z-index: 2;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  padding: 0;
}
.widget-search .form-search .btn i {
  color: var(--global--color-secondary);
  transition: 0.3s ease-in-out;
  margin-right: 0;
}
.widget-search .form-search .btn:hover i {
  color: var(--global--color-primary);
}

/* Reservation Widget */
.widget-reservation {
  position: relative;
  overflow: visible;
  padding: 46px 50px 40px;
  border-radius: 4px;
}
@media (min-width:992px) and (max-width:1199.98px) {
  .widget-reservation {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (max-width:767.98px) {
  .widget-reservation {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (max-width:991.98px) {
  .widget-reservation {
    text-align: center;
  }
}
.widget-reservation::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(155, 203, 59, 0.95);
  z-index: 0;
  border-radius: 4px;
}
.widget-reservation::before {
  border-radius: 4px;
}
.widget-reservation .card-badge {
  position: absolute;
  top: -4px;
  right: -4px;
  z-index: 5;
}
.widget-reservation .widget-content {
  position: relative;
  z-index: 3;
}
.widget-reservation .widget-content a {
  font-family: var(--global--font-heading);
  font-weight: 400;
  color: #fafbfc;
  font-size: 24px;
  display: flex;
  align-items: center;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width:991.98px) {
  .widget-reservation .widget-content a {
    justify-content: center;
  }
}
.widget-reservation .widget-content a span {
  font-size: 18px;
  margin-right: 15px;
}
.widget-reservation .widget-content .btn {
  font-family: var(--global--font-body);
  font-size: 15px;
  font-weight: 700;
  justify-content: space-between;
  width: 100%;
  height: 70px;
  background-color: var(--global--color-heading);
  margin-bottom: 22px;
  transition: 0.3s ease-in-out;
}
.widget-reservation .widget-content .btn::before {
  background: var(--global--color-white);
}
.widget-reservation .widget-content .btn i {
  color: var(--global--color-white);
  font-size: 10px;
  transition: 0.3s ease-in-out;
}
.widget-reservation .widget-content .btn:active, .widget-reservation .widget-content .btn:focus, .widget-reservation .widget-content .btn:hover {
  color: var(--global--color-heading);
}
.widget-reservation .widget-content .btn:active i, .widget-reservation .widget-content .btn:focus i, .widget-reservation .widget-content .btn:hover i {
  color: var(--global--color-heading);
}

/* Widget Download */
.widget-download ul {
  margin: 0;
}
.widget-download ul li:last-of-type a {
  margin-bottom: 0;
}
.widget-download ul li.inversed a {
  background-color: var(--global--color-heading);
}
.widget-download ul li a {
  display: flex;
  align-items: center;
  padding: 0 30px;
  height: 80px;
  background-color: var(--global--color-secondary);
  color: var(--global--color-white);
  transition: 0.3s ease-in-out;
  border-radius: 4px;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width:767.98px) {
  .widget-download ul li a {
    padding: 0 20px;
    height: 50px;
  }
}
.widget-download ul li a svg {
  margin-right: 20px;
  fill: var(--global--color-white);
}
.widget-download 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 .product {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.widget-recent-products .product .product-img {
  flex-shrink: 0;
  margin-right: 20px;
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 4px;
}
.widget-recent-products .product .product-img img {
  border-radius: 4px;
  max-width: 100%;
}
.widget-recent-products .product .product-desc .product-title a {
  text-transform: capitalize;
  font-family: var(--global--font-heading);
  font-weight: 500;
  font-size: 17px;
  line-height: 23px;
  color: var(--global--color-heading);
  margin-bottom: 4px;
  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 span {
  font-family: var(--global--font-body);
  font-size: 15px;
  font-weight: 700;
  color: var(--global--color-primary-alt);
}

/* Widget Services */
.widget-services .widget-content ul {
  margin-bottom: 0;
}
.widget-services .widget-content ul li {
  margin-bottom: 5px;
}
.widget-services .widget-content ul li:last-child {
  margin-bottom: 0;
}
.widget-services .widget-content ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: var(--global--font-body);
  font-size: 15px;
  font-weight: 700;
  color: var(--global--color-heading);
  text-transform: capitalize;
  background-color: var(--global--color-white);
  border-radius: 4px;
  z-index: 1;
  transition: 0.3s ease-in-out;
  box-shadow: 0px 3px 63px 0px rgba(6, 52, 100, 0.11);
  height: 65px;
  padding: 0 30px;
  position: relative;
}
.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-heading);
  border-radius: 4px;
  z-index: -1;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.24s ease-in-out;
}
.widget-services .widget-content ul li a:hover {
  color: var(--global--color-white);
}
.widget-services .widget-content ul li a:hover::before {
  transform: scaleX(1);
  transform-origin: left center;
}
.widget-services .widget-content ul li a:hover i {
  color: var(--global--color-white);
}
.widget-services .widget-content ul li a i {
  color: var(--global--color-heading);
  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 {
  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 .ui-slider {
  position: relative;
  height: 4px;
  background-color: #e6eaef;
  border-radius: 0;
  margin-bottom: 20px;
  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: 2px;
}
.widget-filter .ui-slider-range {
  height: 4px;
  background-color: var(--global--color-primary);
  margin-bottom: 20px;
}
.widget-filter .slider-mount {
  display: flex;
  align-items: center;
  font-family: var(--global--font-body);
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: var(--global--color-body);
}
.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);
  flex-grow: 2;
  text-align: right;
}
.widget-filter .btn-filter:hover {
  color: var(--global--color-primary);
}

/* blog sidebar */
@media screen and (min-width:992px) {
  .sidebar-blog {
    margin-left: auto;
  }
}
@media screen and (max-width:991.98px) {
  .sidebar-blog {
    margin-top: 70px;
  }
}
.sidebar-blog .widget {
  background-color: #f4f4f4;
}
.sidebar-blog .widget-search {
  background-color: var(--global--color-primary);
}
.sidebar-blog .widget-search::after {
  content: unset;
}
.sidebar-blog .widget-search .widget-title h3 {
  color: var(--global--color-white);
}
.sidebar-blog .widget-search .form-search {
  border: 0;
  box-shadow: 0px 3px 63px 0px rgba(6, 52, 100, 0.05);
}
.sidebar-blog .widget-recent-posts .entry {
  margin-bottom: 30px;
}
.sidebar-blog .widget-recent-posts .entry:last-of-type {
  margin-bottom: 0;
}
.sidebar-blog .widget-recent-posts .entry-title a {
  font-weight: 700;
}
.sidebar-blog .widget-recent-posts .entry-date {
  font-family: var(--global--font-body);
  font-size: 13px;
  font-weight: 600;
  color: #616161;
}
.sidebar-blog .widget-tags {
  padding-bottom: 40px;
}

/* Shop Sidebar */
.sidebar-shop .widget {
  padding: 0;
  background-color: var(--global--color-white);
}
.sidebar-shop .widget::after {
  content: unset;
}
.sidebar-shop .widget-categories {
  margin-bottom: 29px;
}
.sidebar-shop .widget-categories .widget-title {
  margin-bottom: 10px;
}
.sidebar-shop .widget-search .form-search .form-control {
  height: 55px;
}

/*------------------------------------*\
    #About
\*------------------------------------*/
.about {
  padding-top: 126px;
  padding-bottom: 130px;
}
@media screen and (max-width:991.98px) {
  .about {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.about {
  overflow: visible;
}
@media screen and (max-width:991.98px) {
  .about .block-left,
  .about .block-right {
    margin-bottom: 30px;
  }
}
.about .about-img-holder {
  display: flex;
  justify-content: center;
  box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.12);
}
@media screen and (min-width:992px) {
  .about .about-img-holder {
    justify-content: flex-end;
  }
}
@media screen and (max-width:991.98px) {
  .about .about-img-holder {
    margin: 0 auto 70px;
  }
}
.about .about-img-holder .about-img {
  position: relative;
}
.about .about-img-holder .about-img img {
  border-radius: 4px;
  height: 600px;
  object-fit: cover;
}
@media screen and (max-width:767.98px) {
  .about .about-img-holder .about-img img {
    height: 450px;
  }
}
.about .about-img-holder .about-img .offer-banner {
  position: absolute;
  bottom: 110px;
  right: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 242px;
  height: 242px;
  border-radius: 50%;
  background-color: var(--global--color-white);
  padding: 10px;
  transform: translateX(50%);
  box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.12);
}
@media screen and (max-width:991.98px) {
  .about .about-img-holder .about-img .offer-banner {
    transform: translateX(0%);
    right: 30px;
  }
}
.about .about-img-holder .about-img .offer-banner .banner-body {
  border: 3px solid #e6eaef;
  border-radius: 50%;
  width: 222px;
  height: 222px;
  border-radius: 50%;
  text-align: center;
  padding: 42px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.about .about-img-holder .about-img .offer-banner .banner-body h3 {
  font-family: var(--global--font-heading);
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  color: #1e4873;
  margin-bottom: 7px;
  text-transform: capitalize;
}
.about .about-img-holder .about-img .offer-banner .banner-body p {
  font-family: var(--global--font-body);
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  color: var(--global--color-body);
  margin-bottom: 8px;
  text-transform: capitalize;
}
.about .about-img-holder .about-img .offer-banner .banner-body .price-info {
  margin-bottom: 0;
  font-family: var(--global--font-heading);
  font-weight: 400;
  color: var(--global--color-primary-alt);
  display: flex;
  align-items: baseline;
  line-height: 1;
  position: relative;
}
@media screen and (max-width:991.98px) {
  .about .about-img-holder .about-img .offer-banner .banner-body .price-info {
    justify-content: center;
  }
}
.about .about-img-holder .about-img .offer-banner .banner-body .price-info span::before {
  content: "/";
}
.about .about-img-holder .about-img .offer-banner .banner-body .price-info span:first-of-type::before {
  content: unset;
}
.about .about-img-holder .about-img .offer-banner .banner-body .price-info .currency {
  font-size: 30px;
}
.about .about-img-holder .about-img .offer-banner .banner-body .price-info .time {
  font-size: 14px;
}
.about .about-action {
  display: flex;
  align-items: center;
}
@media screen and (max-width:991.98px) {
  .about .about-action {
    justify-content: center;
  }
}
@media screen and (max-width:767.98px) {
  .about .about-action {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.about .about-action .btn {
  width: 166px;
  height: 65px;
  justify-content: space-between;
  margin-right: 30px;
}
@media screen and (max-width:767.98px) {
  .about .about-action .btn {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.about .about-action .btn i {
  font-size: 10px;
}
.about .signature-block {
  display: flex;
  align-items: center;
}
@media screen and (max-width:991.98px) {
  .about .signature-block {
    justify-content: center;
  }
}
.about .signature-block .signature-body {
  position: relative;
}
.about .signature-block .signature-body img {
  position: absolute;
  top: -18px;
  left: 2px;
  right: 0;
}
@mediascreen and (max-width:767.98px) {
  .about .signature-block .signature-body img {
    top: 0;
    left: -20px;
    max-width: 130%;
  }
}
.about .signature-block .signature-body h3 {
  font-family: var(--global--font-heading);
  font-weight: 500;
  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: var(--global--color-primary);
  font-size: 14px;
  line-height: 29px;
  text-transform: capitalize;
  margin-bottom: 0;
}
.about.about-1 {
  padding-top: 130px;
  padding-bottom: 130px;
}
@media screen and (max-width:991.98px) {
  .about.about-1 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.about.about-2 {
  padding-top: 106px;
  padding-bottom: 0;
  background-size: contain;
}
@media screen and (max-width:991.98px) {
  .about.about-2 {
    padding-top: 66px;
  }
}
.about.about-2 .about-img-holder {
  transform: translateY(60px);
  margin-top: -60px;
}
@media screen and (min-width:992px) {
  .about.about-2 .about-img-holder {
    margin-top: -67px;
  }
}
@media screen and (max-width:991.98px) {
  .about.about-2 .about-img-holder {
    margin-top: 10px;
  }
}
@media screen and (max-width:991.98px) {
  .about.about-2 .about-img-holder .about-img {
    margin: 0;
  }
}
.about.about-2 .about-img-holder .about-img .offer-banner {
  right: auto;
  bottom: 60px;
  left: 60px;
  transform: translate(0);
}
@media screen and (max-width:767.98px) {
  .about.about-2 .about-img-holder .about-img .offer-banner {
    left: 50%;
    transform: translateX(-50%);
  }
}

/*------------------------------------*\
    #Features
\*------------------------------------*/
.features .actions-holder {
  display: flex;
  align-items: center;
}
@media screen and (max-width:991.98px) {
  .features .actions-holder {
    justify-content: center;
  }
}
@media screen and (max-width:767.98px) {
  .features .actions-holder {
    flex-direction: column;
  }
}
.features .actions-holder .btn {
  width: 234px;
  height: 65px;
  box-shadow: 0px 3px 63px 0px rgba(6, 52, 100, 0.11);
}
.features .actions-holder .btn i {
  font-size: 10px;
}
.features.features-2 {
  padding-top: 126px;
  padding-bottom: 0;
}
@media screen and (max-width:991.98px) {
  .features.features-2 {
    padding-top: 66px;
  }
}
.features.features-2 .features-holder {
  padding-bottom: 50px;
  border-bottom: 2px solid rgb(230, 234, 239);
}
.features.features-3 {
  padding-top: 104px;
  padding-bottom: 0;
  overflow: visible;
  position: relative;
  z-index: 4;
}
@media screen and (max-width:991.98px) {
  .features.features-3 {
    padding-top: 64px;
  }
}
.features.features-3 .features-holder {
  margin-bottom: 70px;
}
.features.features-4 {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width:991.98px) {
  .features.features-4 {
    padding-bottom: 30px;
  }
}

.feature-panel {
  padding: 55px 20px 60px;
  background-color: #eef3fa;
  border-radius: 4px;
  transition: 0.3s ease-in-out;
}
.feature-panel:hover .feature-icon {
  transform: translateY(-5px);
}
@media screen and (max-width:991.98px) {
  .feature-panel {
    max-width: 370px;
    margin: 0 auto;
  }
}
@media screen and (max-width:767.98px) {
  .feature-panel {
    margin: 0 auto 30px;
  }
}
.feature-panel .feature-icon {
  text-align: center;
  transition: 0.3s ease-in-out;
}
.feature-panel .feature-icon i {
  font-size: 55px;
  transition: 0.3s ease-in-out;
  color: #1d65b9;
}
.feature-panel .feature-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.feature-panel .feature-content h3 {
  font-family: var(--global--font-heading);
  font-weight: 500;
  font-size: 18px;
  color: #1e4873;
  line-height: 27px;
  padding-bottom: 15px;
  margin-bottom: 24px;
  text-transform: capitalize;
  transition: 0.3s ease-in-out;
  position: relative;
}
@media screen and (min-width:1200px) {
  .feature-panel .feature-content h3 {
    padding: 0 30px 15px;
  }
}
@media (min-width:992px) and (max-width:1199.98px) {
  .feature-panel .feature-content h3 {
    font-size: 16px;
  }
}
.feature-panel .feature-content h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 2px;
  background-color: #cdd6e0;
}
.feature-panel .feature-content p {
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 33px;
  transition: 0.3s ease-in-out;
}
.feature-panel.feature-panel-2 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .feature-panel.feature-panel-2 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width:992px) and (max-width:1199.98px) {
  .feature-panel.feature-panel-2 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width:767.98px) {
  .feature-panel.feature-panel-2 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.feature-panel.feature-panel-2:hover {
  box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.12);
  background-color: var(--global--color-white);
}
.feature-panel.feature-panel-2:hover .feature-icon {
  transform: translateY(0px);
}
.feature-panel.feature-panel-2:hover .feature-explore {
  background-color: var(--global--color-heading);
}
.feature-panel.feature-panel-2:hover .feature-explore i {
  color: var(--global--color-white);
}
.feature-panel.feature-panel-2 .feature-icon {
  position: relative;
  display: inline-block;
}
.feature-panel.feature-panel-2 .feature-icon::before {
  content: "";
  position: absolute;
  top: -15px;
  left: -15px;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: #eef3fa;
  z-index: -1;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width:991.98px) {
  .feature-panel.feature-panel-2 .feature-icon::before {
    left: 50%;
    transform: translateX(calc(-50% - 15px));
  }
}
.feature-panel.feature-panel-2 .feature-explore {
  transition: 0.3s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  background: var(--global--color-white);
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
}
.feature-panel.feature-panel-2 .feature-explore i {
  font-size: 10px;
  transition: 0.3s ease-in-out;
  color: var(--global--color-heading);
}
.feature-panel.feature-panel-3 {
  background-color: var(--global--color-white);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width:992px) and (max-width:1199.98px) {
  .feature-panel.feature-panel-3 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width:767.98px) {
  .feature-panel.feature-panel-3 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.feature-panel.feature-panel-3 .feature-icon {
  position: relative;
  display: inline-block;
}
.feature-panel.feature-panel-3 .feature-icon::before {
  content: "";
  position: absolute;
  top: -15px;
  left: -15px;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: #eef3fa;
  z-index: 1;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width:991.98px) {
  .feature-panel.feature-panel-3 .feature-icon::before {
    left: 50%;
    transform: translateX(calc(-50% - 15px));
  }
}
.feature-panel.feature-panel-3 .feature-icon i {
  display: inline-block;
  position: relative;
  z-index: 2;
}
.feature-panel.feature-panel-4 {
  display: flex;
  padding: 0;
  background: transparent;
}
@media screen and (max-width:991.98px) {
  .feature-panel.feature-panel-4 {
    margin: 0 auto 30px;
  }
}
.feature-panel.feature-panel-4 .feature-icon {
  position: relative;
  display: inline-block;
  margin-right: 30px;
  transform: translateY(21px);
}
@media (min-width:992px) and (max-width:1199.98px) {
  .feature-panel.feature-panel-4 .feature-icon {
    margin-right: 20px;
  }
}
@media screen and (max-width:767.98px) {
  .feature-panel.feature-panel-4 .feature-icon {
    margin-right: 20px;
  }
}
.feature-panel.feature-panel-4 .feature-icon::before {
  content: "";
  position: absolute;
  top: -15px;
  left: -15px;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: #eef3fa;
  z-index: 1;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width:991.98px) {
  .feature-panel.feature-panel-4 .feature-icon::before {
    left: 50%;
    transform: translateX(calc(-50% - 15px));
  }
}
@media screen and (max-width:767.98px) {
  .feature-panel.feature-panel-4 .feature-icon::before {
    transform: translateX(-50%);
  }
}
.feature-panel.feature-panel-4 .feature-icon i {
  display: inline-block;
  position: relative;
  z-index: 2;
}
.feature-panel.feature-panel-4 .feature-content {
  text-align: left;
  align-items: flex-start;
}
.feature-panel.feature-panel-4 .feature-content h3 {
  padding: 0;
  margin-bottom: 17px;
}
.feature-panel.feature-panel-4 .feature-content h3::after {
  content: unset;
}
.feature-panel.feature-panel-4 .feature-content p {
  margin-bottom: 0;
}

.features-card {
  display: flex;
  position: relative;
  z-index: 3;
  transform: translateY(85px);
  margin-top: -85px;
}
@media screen and (min-width:992px) {
  .features-card {
    justify-content: space-between;
  }
}
@media screen and (max-width:991.98px) {
  .features-card {
    flex-direction: column;
  }
}
.features-card .card-panel {
  display: flex;
  background: var(--global--color-white);
  border-radius: 4px;
  padding: 63px 110px 147px 70px;
  box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.12);
  position: relative;
}
@media screen and (max-width:767.98px) {
  .features-card .card-panel {
    flex-direction: column;
    align-items: center;
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width:992px) and (max-width:1199.98px) {
  .features-card .card-panel {
    padding-left: 35px;
  }
}
@media screen and (max-width:991.98px) {
  .features-card .card-panel {
    border-radius: 4px 4px 0 0;
  }
}
@media screen and (min-width:992px) {
  .features-card .card-panel {
    flex-basis: 48%;
  }
}
.features-card .card-panel:hover .panel-icon i {
  transform: translateY(-15px);
}
.features-card .card-panel.reversed {
  padding-right: 70px;
  padding-left: 110px;
  text-align: right;
}
@media (min-width:992px) and (max-width:1199.98px) {
  .features-card .card-panel.reversed {
    padding-right: 35px;
  }
}
@media screen and (max-width:991.98px) {
  .features-card .card-panel.reversed {
    border-radius: 0 0 4px 4px;
  }
}
@media screen and (max-width:767.98px) {
  .features-card .card-panel.reversed {
    flex-direction: column;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.features-card .card-panel.reversed .panel-icon {
  right: auto;
  left: 30px;
}
@media screen and (max-width:767.98px) {
  .features-card .card-panel.reversed .panel-icon {
    right: auto;
    left: auto;
  }
}
.features-card .card-panel.reversed .btn {
  left: auto;
  right: 0;
  border-radius: 4px 0 4px 0;
  flex-direction: row-reverse;
  padding-right: 70px;
  padding-left: 40px;
}
@media (min-width:992px) and (max-width:1199.98px) {
  .features-card .card-panel.reversed .btn {
    padding-right: 35px;
  }
}
@media screen and (max-width:991.98px) {
  .features-card .card-panel.reversed .btn {
    border-radius: 4px 0 0 0;
  }
}
@media screen and (max-width:767.98px) {
  .features-card .card-panel.reversed .btn {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.features-card .card-panel.reversed .btn::before {
  background-color: var(--global--color-primary-alt);
}
.features-card .card-panel.reversed .btn i {
  transform: rotate(180deg);
}
.features-card .card-panel .panel-icon {
  position: absolute;
  top: 30px;
  right: 30px;
  opacity: 0.5;
  z-index: 3;
}
@media screen and (max-width:767.98px) {
  .features-card .card-panel .panel-icon {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    margin-bottom: 40px;
  }
}
.features-card .card-panel .panel-icon i,
.features-card .card-panel .panel-icon svg {
  font-size: 70px;
  color: var(--global--color-white);
  transition: 0.3s ease-in-out;
}
.features-card .card-panel .panel-icon svg {
  width: 70px;
  height: 70px;
  fill: var(--global--color-white);
}
.features-card .card-panel .panel-body {
  position: relative;
  z-index: 3;
}
@media screen and (max-width:767.98px) {
  .features-card .card-panel .panel-body {
    text-align: center;
  }
}
.features-card .card-panel .panel-body h3 {
  font-family: var(--global--font-heading);
  font-size: 24px;
  line-height: 1.4;
  font-weight: 700;
  color: var(--global--color-white);
  margin-bottom: 14px;
  text-transform: capitalize;
}
.features-card .card-panel .panel-body p {
  font-family: var(--global--font-heading);
  font-weight: 700;
  font-size: 16px;
  line-height: 27px;
  color: #f9f9f9;
  margin-bottom: 0px;
}
.features-card .card-panel .btn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 110px);
  height: 85px;
  z-index: 3;
  border-radius: 0 4px 0 4px;
  justify-content: space-between;
  padding-left: 70px;
  padding-right: 40px;
  overflow: hidden;
}
@media (min-width:992px) and (max-width:1199.98px) {
  .features-card .card-panel .btn {
    padding-left: 35px;
  }
}
@media screen and (max-width:991.98px) {
  .features-card .card-panel .btn {
    border-radius: 0 4px 0 0;
  }
}
@media screen and (max-width:767.98px) {
  .features-card .card-panel .btn {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.features-card .card-panel .btn i {
  font-size: 10px;
}

.features-bar {
  padding-top: 0;
  padding-bottom: 0px;
  overflow: visible;
}
.features-bar .features-container {
  background-color: var(--global--color-white);
  display: flex;
  box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.12);
  border-radius: 4px;
  transform: translateY(-50px);
  position: relative;
  z-index: 55;
  margin-bottom: -50px;
  flex-direction: row-reverse;
}
@media screen and (max-width:991.98px) {
  .features-bar .features-container {
    flex-direction: column;
    max-width: 370px;
    margin: 0 auto;
    text-align: center;
  }
}
.features-bar .features-container .feature-head {
  overflow: visible;
  position: relative;
  padding: 32px 50px 42px;
}
@media screen and (min-width:992px) {
  .features-bar .features-container .feature-head {
    flex-basis: 35%;
  }
}
@media (min-width:992px) and (max-width:1199.98px) {
  .features-bar .features-container .feature-head {
    flex-basis: 38%;
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (min-width:992px) {
  .features-bar .features-container .feature-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width:991.98px) {
  .features-bar .features-container .feature-head {
    min-height: 200px;
    display: flex;
    align-items: center;
  }
}
.features-bar .features-container .feature-head .card-badge {
  position: absolute;
  top: -4px;
  right: -4px;
  z-index: 5;
}
.features-bar .features-container .feature-head .head-content {
  position: relative;
  z-index: 3;
}
.features-bar .features-container .feature-head .head-content h2 {
  font-family: var(--global--font-heading);
  font-weight: 400;
  font-size: 25px;
  line-height: 34px;
  margin-bottom: 16px;
  color: var(--global--color-white);
  text-transform: capitalize;
}
.features-bar .features-container .feature-head .head-content p {
  font-family: var(--global--font-body);
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  color: #f9f9f9;
  margin-bottom: 0;
  text-transform: capitalize;
}
.features-bar .features-container .feature-panels-holder {
  flex-grow: 1;
  display: flex;
}
@media screen and (max-width:991.98px) {
  .features-bar .features-container .feature-panels-holder {
    flex-direction: column;
  }
}
.features-bar .features-container .feature-panel {
  background-color: var(--global--color-white);
  padding: 35px 40px 30px;
}
@media (min-width:992px) and (max-width:1199.98px) {
  .features-bar .features-container .feature-panel {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width:991.98px) {
  .features-bar .features-container .feature-panel {
    max-width: unset;
    margin: 0;
  }
}
@media screen and (max-width:767.98px) {
  .features-bar .features-container .feature-panel {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width:992px) {
  .features-bar .features-container .feature-panel {
    max-width: 255px;
    border-right: 2px solid #e6eaef;
  }
  .features-bar .features-container .feature-panel:last-child {
    border-right: 0;
  }
}
@media screen and (max-width:991.98px) {
  .features-bar .features-container .feature-panel {
    border-bottom: 2px solid #e6eaef;
  }
  .features-bar .features-container .feature-panel:last-child {
    border-bottom: 0;
  }
}
.features-bar .features-container .feature-panel h2 {
  font-family: var(--global--font-heading);
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  color: #1e4873;
  margin-bottom: 11px;
  text-transform: capitalize;
}
.features-bar .features-container .feature-panel p {
  font-family: var(--global--font-body);
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 10px;
  color: var(--global--color-body);
}
.features-bar .features-container .feature-panel a {
  display: flex;
  align-items: center;
  font-family: var(--global--font-body);
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  color: var(--global--color-heading);
  transition: 0.3s ease-in-out;
  text-transform: capitalize;
}
@media screen and (max-width:991.98px) {
  .features-bar .features-container .feature-panel a {
    justify-content: center;
  }
}
.features-bar .features-container .feature-panel a:hover {
  color: var(--global--color-primary);
}
.features-bar .features-container .feature-panel a i {
  color: var(--global--color-primary);
  font-size: 10px;
  margin-right: 10px;
}

/*--------------------------------
    #Pricing
---------------------------------*/
.pricing {
  padding-top: 125px;
  padding-bottom: 0;
}
@media screen and (max-width:991.98px) {
  .pricing {
    padding-top: 65px;
    padding-bottom: 40px;
  }
}
.pricing .pricing-table {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width:991.98px) {
  .pricing .pricing-table {
    max-width: 370px;
    margin: 0 auto 40px;
  }
}
.pricing .pricing-table .pricing-panel {
  background-color: var(--global--color-white);
  padding: 53px 50px 50px;
  box-shadow: 0px 5px 83px 0px rgba(6, 52, 100, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
  border-radius: 4px;
  position: relative;
}
@media screen and (max-width:991.98px) {
  .pricing .pricing-table .pricing-panel {
    text-align: center;
  }
}
@media (min-width:992px) and (max-width:1199.98px) {
  .pricing .pricing-table .pricing-panel {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (max-width:767.98px) {
  .pricing .pricing-table .pricing-panel {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.pricing .pricing-table .pricing-panel::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 6px;
  width: calc(100% - 50px);
  background-color: var(--global--color-primary-alt);
  border-radius: 4px 0 0px 0;
}
@media (min-width:992px) and (max-width:1199.98px) {
  .pricing .pricing-table .pricing-panel::after {
    width: calc(100% - 25px);
  }
}
@media screen and (max-width:767.98px) {
  .pricing .pricing-table .pricing-panel::after {
    width: calc(100% - 25px);
  }
}
.pricing .pricing-table .pricing-panel.alternative::after {
  background-color: var(--global--color-primary-alt);
}
.pricing .pricing-table .pricing-panel.alternative .pricing-body .pricing-list li i {
  background-color: var(--global--color-primary-alt);
}
.pricing .pricing-table .pricing-panel.alternative .pricing-price .btn {
  background-color: var(--global--color-primary-alt);
}
.pricing .pricing-table .pricing-panel.secondary::after {
  background-color: var(--global--color-secondary);
}
.pricing .pricing-table .pricing-panel.secondary .pricing-body .pricing-list li i {
  background-color: var(--global--color-secondary);
}
.pricing .pricing-table .pricing-panel.secondary .pricing-price .btn {
  background-color: var(--global--color-secondary);
}
.pricing .pricing-table .pricing-panel.primary::after {
  background-color: var(--global--color-primary);
}
.pricing .pricing-table .pricing-panel.primary .pricing-body .pricing-list li i {
  background-color: var(--global--color-primary);
}
.pricing .pricing-table .pricing-panel.primary .pricing-price .btn {
  background-color: var(--global--color-primary);
}
.pricing .pricing-table .pricing-panel .pricing-body .pricing-heading {
  margin-bottom: 24px;
}
.pricing .pricing-table .pricing-panel .pricing-body .pricing-heading .pricing-title {
  font-family: var(--global--font-heading);
  font-size: 24px;
  font-weight: 700px;
  line-height: 32px;
  color: #05213f;
  margin-bottom: 16px;
  position: relative;
  text-transform: capitalize;
  transition: 300ms ease-in-out;
}
.pricing .pricing-table .pricing-panel .pricing-body .pricing-heading .pricing-desc {
  font-family: var(--global--font-body);
  font-size: 17px;
  font-weight: 400;
  color: var(--global--color-body);
  line-height: 27px;
  margin-bottom: 0px;
}
.pricing .pricing-table .pricing-panel .pricing-body .pricing-list {
  margin-bottom: 73px;
}
.pricing .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-body);
  display: flex;
  align-items: center;
}
.pricing .pricing-table .pricing-panel .pricing-body .pricing-list li i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: var(--global--color-primary-alt);
  color: var(--global--color-white);
  font-size: 10px;
  margin-right: 15px;
}
.pricing .pricing-table .pricing-panel .pricing-price p {
  margin-bottom: 0;
  font-family: var(--global--font-heading);
  font-weight: 400;
  color: #1e4873;
  display: flex;
  align-items: baseline;
  line-height: 30px;
  position: relative;
}
@media screen and (max-width:991.98px) {
  .pricing .pricing-table .pricing-panel .pricing-price p {
    justify-content: center;
  }
}
.pricing .pricing-table .pricing-panel .pricing-price p span::before {
  content: "/";
}
.pricing .pricing-table .pricing-panel .pricing-price p span:first-of-type::before {
  content: unset;
}
.pricing .pricing-table .pricing-panel .pricing-price p .currency {
  font-size: 50px;
}
.pricing .pricing-table .pricing-panel .pricing-price p .time {
  font-weight: 700;
  font-size: 14px;
}
.pricing .pricing-table .pricing-panel .pricing-price .btn {
  background-color: var(--global--color-primary-alt);
  height: 65px;
  justify-content: space-between;
  margin-bottom: 44px;
}
.pricing .pricing-table .pricing-panel .pricing-price .btn i {
  font-size: 10px;
}
.pricing .pricing-table .pricing-panel .pricing-price .btn::before {
  background-color: var(--global--color-heading);
}
@media screen and (max-width:991.98px) {
  .pricing .processes-note {
    padding-top: 23px;
    padding-bottom: 22px;
  }
}

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

/*------------------------------------*\
    #FAQS
\*------------------------------------*/
.faqs {
  padding-top: 125px;
  padding-bottom: 98px;
}
@media screen and (max-width:991.98px) {
  .faqs {
    padding-top: 65px;
    padding-bottom: 68px;
  }
}
.faqs .more-faqs {
  text-align: center;
}
.faqs .more-faqs p {
  font-family: var(--global--font-body);
  font-weight: 700;
  font-size: 14px;
  color: var(--global--color-body);
  line-height: 33px;
  margin-bottom: 0;
}
.faqs .more-faqs p a {
  position: relative;
  font-weight: 700;
  color: var(--global--color-heading);
  transition: 0.3s ease-in-out;
  text-transform: capitalize;
  padding-bottom: 6px;
}
.faqs .more-faqs p a:hover::before {
  width: 80%;
}
.faqs .more-faqs p a::before {
  content: "";
  transition: 0.3s ease-in-out;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 2px;
  background-color: var(--global--color-primary);
}

/*------------------------------------*\
    #Processes
\*------------------------------------*/
.processes {
  padding-top: 125px;
  padding-bottom: 0;
}
@media screen and (max-width:991.98px) {
  .processes {
    padding-top: 65px;
  }
}
.processes .process-panel {
  padding: 50px 30px 50px;
  position: relative;
  transition: 0.3s ease-in-out;
  border-radius: 4px;
  background-color: var(--global-color-white);
}
@media screen and (max-width:991.98px) {
  .processes .process-panel {
    max-width: 370px;
    margin: 0 auto 10px;
  }
}
@media (min-width:992px) and (max-width:1199.98px) {
  .processes .process-panel {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.processes .process-panel:hover {
  background-color: #eef3f8;
}
.processes .process-panel:hover .panel-shape {
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in-out;
}
.processes .process-panel:hover .process-body .process-content a {
  color: var(--global--color-white);
  background-color: var(--global--color-secondary);
  border-color: var(--global--color-secondary);
  box-shadow: 0px 3px 63px 0px rgba(6, 52, 100, 0.11);
}
.processes .process-panel .panel-shape {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 100%;
  z-index: 0;
}
.processes .process-panel .process-number {
  position: absolute;
  top: 21px;
  left: 30px;
  font-family: var(--global--font-body);
  font-size: 60px;
  font-weight: 300;
  line-height: 1;
  font-style: italic;
  color: #cdd6e0;
  z-index: 2;
}
.processes .process-panel .process-body {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.processes .process-panel .process-body .process-icon {
  margin-bottom: 24px;
}
.processes .process-panel .process-body .process-icon i {
  display: flex;
  font-size: 55px;
  transition: 0.3s ease-in-out;
  color: #1d65b9;
}
.processes .process-panel .process-body .process-content h3 {
  font-family: var(--global--font-heading);
  font-weight: 500;
  font-size: 18px;
  color: #1e4873;
  line-height: 27px;
  margin-bottom: 16px;
  text-transform: capitalize;
}
@media screen and (min-width:1200px) {
  .processes .process-panel .process-body .process-content h3 {
    padding: 0 15px;
  }
}
.processes .process-panel .process-body .process-content p {
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 22px;
}
.processes .process-panel .process-body .process-content a {
  display: inline-flex;
  width: 130px;
  height: 50px;
  padding: 0 18px;
}
.processes .processes-holder {
  padding-bottom: 60px;
  border-bottom: 2px solid #e6eaef;
}
@media screen and (max-width:991.98px) {
  .processes .processes-holder {
    padding-bottom: 30px;
  }
}
.processes.processes-2 {
  padding-top: 190px;
}
@media screen and (max-width:991.98px) {
  .processes.processes-2 {
    padding-top: 140px;
  }
}
.processes.processes-3 .process-panel:hover {
  background-color: var(--global--color-white);
}

.processes-note {
  position: relative;
  text-align: center;
  padding-top: 53px;
  padding-bottom: 52px;
}
.processes-note p {
  font-family: var(--global--font-body);
  font-weight: 700;
  font-size: 14px;
  line-height: 25px;
  color: var(--global--color-body);
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}
.processes-note p a {
  color: var(--global--color-heading);
  text-transform: capitalize;
}
.processes-note p a:hover i {
  transform: translateX(5px);
}
.processes-note p a i {
  display: inline-block;
  transition: 0.3s ease-in-out;
  color: var(--global--color-primary);
  font-size: 10px;
  margin-left: 10px;
}
.processes-note .note-bg {
  position: absolute;
  left: -44px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width:991.98px) {
  .processes-note .note-bg {
    left: -20px;
  }
}
@media screen and (max-width:767.98px) {
  .processes-note .note-bg {
    display: none;
  }
}
.processes-note .note-bg i {
  font-size: 85px;
  color: #dde8f5;
}

/*------------------------------------*\
    #BANNERS
\*------------------------------------*/
.banners {
  padding: 0;
  overflow: visible;
  position: relative;
  z-index: 3;
}
.banners .banner-card {
  position: relative;
  border-radius: 4px;
  padding: 45px 50px 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 413px;
  overflow: visible;
  margin-bottom: 30px;
}
@media screen and (max-width:991.98px) {
  .banners .banner-card {
    align-items: center;
    text-align: center;
  }
}
.banners .banner-card .banner-tag {
  position: absolute;
  top: 30px;
  right: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  height: 30px;
  border-radius: 4px 4px 4px 0;
  background-color: var(--global--color-primary-alt);
}
@media (min-width:992px) and (max-width:1199.98px) {
  .banners .banner-card .banner-tag {
    right: 20px;
  }
}
@media screen and (max-width:767.98px) {
  .banners .banner-card .banner-tag {
    right: 15px;
    top: 10px;
  }
}
.banners .banner-card .banner-tag::before {
  content: "";
  width: 9px;
  height: 7px;
  position: absolute;
  top: 99%;
  left: 0;
  background-color: var(--global--color-primary-alt);
  clip-path: polygon(100% 0, 0 0, 0 100%);
}
.banners .banner-card .banner-tag span {
  font-family: var(--global--font-body);
  font-weight: 400;
  font-size: 14px;
  color: var(--global--color-white);
}
.banners .banner-card .banner-badge {
  position: absolute;
  top: -4px;
  right: -4px;
  z-index: 5;
}
.banners .banner-card .banner-content {
  position: relative;
  z-index: 2;
}
.banners .banner-card .banner-content p {
  font-family: var(--global--font-secondary);
  text-transform: capitalize;
  color: var(--global--color-white);
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 19px;
}
.banners .banner-card .banner-content h2 {
  font-family: var(--global--font-heading);
  text-transform: capitalize;
  color: var(--global--color-white);
  font-size: 32px;
  font-weight: 500;
  line-height: 43px;
  margin-bottom: 0px;
}
@media screen and (max-width:767.98px) {
  .banners .banner-card .banner-content h2 {
    font-size: 30px;
    line-height: 1.4;
  }
}
.banners .banner-card .banner-action {
  display: flex;
  align-items: center;
}
@media screen and (max-width:991.98px) {
  .banners .banner-card .banner-action {
    justify-content: center;
  }
}
@media screen and (max-width:767.98px) {
  .banners .banner-card .banner-action {
    flex-direction: column;
  }
}
.banners .banner-card .banner-action .btn {
  width: 130px;
  height: 68px;
  margin-right: 30px;
  padding: 0 25px;
}
@media screen and (max-width:767.98px) {
  .banners .banner-card .banner-action .btn {
    margin-right: 0;
    margin-bottom: 25px;
    height: 50px;
  }
}
@media (min-width:992px) and (max-width:1199.98px) {
  .banners .banner-card .banner-action .btn {
    margin-right: 15px;
  }
}
.banners .banner-card .banner-action .btn:last-child {
  width: 167px;
  margin-right: 0;
}
.banners .banner-card .banner-action .btn i {
  font-size: 14px;
}
.banners .banner-card .banner-action.banner-action-2 .btn {
  width: 215px;
}

/*------------------------------------*\
    #Contacts
\*------------------------------------*/
.contact {
  position: relative;
}
.contact .contact-action {
  margin-bottom: 100px;
}
@media screen and (max-width:767.98px) {
  .contact .contact-action {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
  }
}
.contact .contact-action .btn {
  display: inline-flex;
  justify-content: space-between;
  width: 180px;
  height: 65px;
  margin-right: 40px;
}
@media (min-width:992px) and (max-width:1199.98px) {
  .contact .contact-action .btn {
    margin-right: 10px;
  }
}
@media screen and (max-width:991.98px) {
  .contact .contact-action .btn {
    margin: 0 30px 0 0;
  }
}
@media screen and (max-width:767.98px) {
  .contact .contact-action .btn {
    margin-right: 0;
    margin-bottom: 15px;
    height: 50px;
  }
}
.contact .contact-action .btn i {
  color: inherit;
  transition: 0.3s ease-in-out;
  font-size: 10px;
}
.contact .contact-action .btn:first-child i {
  color: #063464;
}
.contact .contact-action .btn:first-child:hover i {
  color: var(--global--color-white);
}
.contact .contact-action .btn:last-child {
  padding: 0 28px;
  margin-right: 0;
}
.contact .contact-action .btn.btn--white {
  box-shadow: 0px 3px 63px 0px rgba(6, 52, 100, 0.11);
}
.contact .contact-action.contact-action-2 {
  display: flex;
  align-items: center;
  margin-bottom: 85px;
}
@media screen and (max-width:991.98px) {
  .contact .contact-action.contact-action-2 {
    justify-content: center;
  }
}
@media screen and (max-width:767.98px) {
  .contact .contact-action.contact-action-2 {
    flex-direction: column;
  }
}
.contact .contact-action.contact-action-2 .contact-icons {
  margin-right: 40px;
}
@media screen and (max-width:767.98px) {
  .contact .contact-action.contact-action-2 .contact-icons {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .contact .contact-action.contact-action-2 .contact-icons .icon {
    margin-bottom: 0;
  }
}
.contact .contact-action.contact-action-2 .btn:hover i {
  color: var(--global--color-white);
}
.contact .contact-action.contact-action-2 .btn i {
  transition: 0.3s ease-in-out;
}
.contact .contact-icons {
  display: flex;
  flex-wrap: no-wrap;
  align-items: center;
}
@media screen and (max-width:991.98px) {
  .contact .contact-icons {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.contact .contact-icons .icon {
  max-width: 130px;
  margin-right: 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  transition: 0.3s ease-in-out;
}
@media screen and (min-width:992px) {
  .contact .contact-icons .icon {
    align-items: flex-start;
  }
}
@media (min-width:992px) and (max-width:1199.98px) {
  .contact .contact-icons .icon {
    margin-right: 20px;
  }
}
@media screen and (max-width:767.98px) {
  .contact .contact-icons .icon {
    margin-right: 0;
    margin: 0 15px 25px;
  }
  .contact .contact-icons .icon:last-child {
    margin-bottom: 0;
  }
}
.contact .contact-icons .icon:hover {
  transform: translateY(-5px);
}
.contact .contact-icons .icon i {
  display: inline-block;
  margin-bottom: 26px;
  font-size: 65px;
  color: var(--global--color-white);
}
.contact .contact-icons .icon h4 {
  font-family: var(--global--font-heading);
  color: var(--global--color-white);
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  margin-bottom: 0;
}
.contact .contact-icons .icon a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 2;
}
.contact .contact-icons.contact-icons-2 .icon {
  margin-right: 40px;
  max-width: unset;
}
.contact .contact-icons.contact-icons-2 .icon:last-child {
  margin-right: 0;
}
.contact .contact-icons.contact-icons-2 .icon i {
  margin-bottom: 0;
}
.contact .contact-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 95%;
  border-radius: 8px;
  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%;
    border-radius: 8px 8px 0 0;
  }
}
.contact .contact-content {
  position: relative;
  z-index: 2;
}
.contact.contact-1 {
  padding-top: 110px;
  padding-bottom: 0;
  overflow: visible;
  position: relative;
  z-index: 5;
}
@media screen and (max-width:991.98px) {
  .contact.contact-1 {
    padding-top: 70px;
    padding-bottom: 63px;
  }
}
@media screen and (min-width:992px) {
  .contact.contact-1 .contact-panel .contact-card {
    transform: translateY(50px);
    margin-top: -50px;
  }
}
.contact.contact-2 {
  padding-top: 110px;
  padding-bottom: 110px;
}
@media screen and (max-width:991.98px) {
  .contact.contact-2 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media screen and (max-width:991.98px) {
  .contact.contact-2 .contact-panel .heading {
    margin-bottom: 50px;
  }
}
.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: flex;
  position: relative;
}
@media screen and (max-width:991.98px) {
  .contact-panel {
    flex-direction: column;
  }
}
@media screen and (min-width:992px) {
  .contact-panel {
    justify-content: space-between;
  }
}
.contact-panel .heading {
  z-index: 4;
}
@mediascreen and (min-width:992px) {
  .contact-panel .heading {
    flex-basis: 40%;
    flex-shrink: 0;
    margin-bottom: 0;
    transform: translateY(-12px);
    margin-bottom: -12px;
  }
}
@media (min-width:992px) and (max-width:1199.98px) {
  .contact-panel .heading {
    flex-basis: 46%;
  }
}
.contact-panel .contact-card {
  z-index: 4;
}
@media screen and (min-width:992px) {
  .contact-panel .contact-card {
    flex-basis: 54%;
    flex-shrink: 0;
  }
}
@media (min-width:992px) and (max-width:1199.98px) {
  .contact-panel .contact-card {
    flex-basis: 50%;
  }
}
@media screen and (max-width:991.98px) {
  .contact-panel .contact-card {
    margin-bottom: 50px;
  }
}
@mediascreen and (min-width:992px) {
  .contact-panel.contact-panel-2 .heading {
    transform: translateY(-6px);
    margin-bottom: -6px;
  }
}
.contact-panel.contact-panel-3 {
  transform: translateY(-145px);
  margin-bottom: -145px;
  padding: 60px 70px 60px;
  background-color: var(--global--color-white);
  box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.12);
  border-radius: 4px;
  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-left: 0;
  box-shadow: none;
}
@media screen and (max-width:991.98px) {
  .contact-panel.contact-panel-3 .contact-card {
    padding-right: 0;
  }
}
@media (min-width:992px) and (max-width:1199.98px) {
  .contact-panel.contact-panel-3 .contact-card {
    padding-right: 0;
  }
}
.contact-panel.contact-panel-3 .contact-card .contact-body .card-desc {
  margin-bottom: 32px;
}
.contact-panel.contact-panel-3 .contact-card .contact-body textarea.form-control {
  margin-bottom: 40px;
}
.contact-panel.contact-panel-3 .contact-card .contact-body .btn {
  height: 75px;
  width: 100%;
}
.contact-panel.contact-panel-3 .contact-card .contact-body .btn i {
  font-size: 10px;
}
.contact-panel.contact-panel-3 .contact-card .contact-result {
  margin-top: 0;
}

.contact-card {
  background-color: var(--global--color-white);
  padding: 47px 50px 40px;
  border-radius: 4px;
  box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.12);
  position: relative;
  height: max-content;
}
@media (min-width:992px) and (max-width:1199.98px) {
  .contact-card {
    padding: 37px 25px 30px;
  }
}
@media screen and (max-width:767.98px) {
  .contact-card {
    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: #05213f;
  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: #8e949e;
  margin-bottom: 28px;
}
@media screen and (max-width:991.98px) {
  .contact-card .contact-body .card-desc {
    text-align: center;
  }
}
.contact-card .contact-body form {
  margin-bottom: 0;
}
.contact-card .contact-body form .form-control {
  margin-bottom: 26px;
}
.contact-card .contact-body .custom-radio-group {
  margin-bottom: 22px;
}
.contact-card .contact-body .btn {
  justify-content: space-between;
  height: 60px;
}
@media screen and (min-width:768px) {
  .contact-card .contact-body .btn {
    height: 75px;
  }
}
.contact-card .contact-body .btn i {
  font-size: 10px;
}
.contact-card .contact-body .contact-result {
  margin-top: 10px;
  text-align: center;
}
@media screen and (max-width:991.98px) {
  .contact-card.contact-card-2 {
    margin-bottom: 70px;
  }
}
.contact-card.contact-card-2 .custom-radio-group {
  flex-wrap: wrap;
}
.contact-card.contact-card-2 .price-value {
  display: block;
  width: 100%;
  color: var(--global--color-body);
  font-size: 14px;
  font-weight: 700;
  height: 55px;
  line-height: 1;
  border-radius: 4px;
  background-color: #e6eaef;
  border: 0;
  padding-left: 25px;
  margin-bottom: 50px;
  color: #1d65b9;
}
.contact-card.contact-card-2 .block-info:first-child {
  border-bottom: 2px solid #e6eaef;
  margin-bottom: 42px;
}

.img-card-holder {
  display: flex;
  flex-direction: column;
}
.img-card-holder .img-card {
  border-radius: 4px;
  flex-shrink: 0;
  height: auto;
  padding: 44px 50px 47px;
  display: flex;
  align-items: flex-end;
  text-align: center;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
@media screen and (min-width:992px) {
  .img-card-holder .img-card {
    text-align: left;
  }
}
@media (min-width:992px) and (max-width:1199.98px) {
  .img-card-holder .img-card {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (max-width:767.98px) {
  .img-card-holder .img-card {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.img-card-holder .img-card .card-content {
  max-width: 100%;
  flex-direction: column;
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  position: relative;
  z-index: 3;
}
@media screen and (max-width:991.98px) {
  .img-card-holder .img-card .card-content .content-top {
    margin-bottom: 30px;
  }
}
.img-card-holder .img-card .card-content .content-top .heading-subtitle {
  font-family: var(--global--font-secondary);
  text-transform: capitalize;
  color: var(--global--color-white);
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 19px;
}
.img-card-holder .img-card .card-content .content-top .heading-title {
  font-family: var(--global--font-heading);
  text-transform: capitalize;
  color: var(--global--color-white);
  font-size: 22px;
  font-weight: 700;
  line-height: 33px;
  margin-bottom: 26px;
}
.img-card-holder .img-card .card-content .content-top .heading-desc {
  font-family: var(--global--font-body);
  text-transform: capitalize;
  color: #f9f9f9;
  font-size: 16px;
  font-weight: 700;
  line-height: 27px;
  margin-bottom: 0px;
}
.img-card-holder .img-card .card-content .content-bottom .contact-infos {
  margin-bottom: 0;
}
.img-card-holder .img-card .card-content .content-bottom .contact-infos .contact-info {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
.img-card-holder .img-card .card-content .content-bottom .contact-infos .contact-info:last-child {
  margin-bottom: 0;
}
.img-card-holder .img-card .card-content .content-bottom .contact-infos .contact-info i {
  color: #f4f4f4;
  font-size: 16px;
  margin-right: 10px;
}
.img-card-holder .img-card .card-content .content-bottom .contact-infos .contact-info a,
.img-card-holder .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: #f4f4f4;
  text-transform: capitalize;
}
.img-card-holder .img-card .card-content .content-bottom .contact-infos .contact-info a:hover {
  color: var(--global--color-heading);
}
.img-card-holder .img-card .card-content .content-bottom .btn {
  width: 150px;
  height: 55px;
  box-shadow: 0px 3px 63px 0px rgba(40, 40, 40, 0.11);
  padding: 0 20px;
  color: var(--global--color-primary);
}
.img-card-holder .img-card .card-content .content-bottom .btn i {
  color: var(--global--color-primary);
}
.img-card-holder .img-card .card-content .content-bottom .btn:hover {
  color: var(--global--color-white);
}
.img-card-holder .img-card .card-content .content-bottom .btn:hover i {
  color: var(--global--color-white);
}
@media screen and (max-width:991.98px) {
  .img-card-holder .img-card .card-content .content-bottom .btn {
    display: inline-flex;
  }
}

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

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

/*------------------------------------*\
    #Client
\*------------------------------------*/
.clients {
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: 2px solid #e6eaef;
  overflow: visible;
}
@media screen and (max-width:991.98px) {
  .clients {
    padding-top: 40px;
  }
}
.clients .clients-note {
  text-align: center;
}
@media screen and (min-width:992px) {
  .clients .clients-note {
    max-width: 80%;
    margin: 0 auto;
    transform: translateY(24px);
  }
}
@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;
    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: var(--global--color-body);
  line-height: 33px;
  margin-bottom: 0;
}
.clients .clients-note p a {
  position: relative;
  font-weight: 700;
  color: var(--global--color-heading);
  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: "";
  transition: 0.3s ease-in-out;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 2px;
  background-color: var(--global--color-primary);
}
.clients .client {
  padding-top: 49px;
  padding-bottom: 49px;
  cursor: pointer;
  transition: 0.3s ease;
  width: 150px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  opacity: 0.5;
}
@media (min-width:992px) and (max-width:1199.98px) {
  .clients .client {
    width: 130px;
  }
}
.clients .client:hover {
  opacity: 1;
}
.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;
}

/*------------------------------------*\
    #LOCATIONS
\*------------------------------------*/
.global-locations {
  padding-top: 105px;
  padding-bottom: 30px;
}
@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: 500;
  font-size: 25px;
  line-height: 30px;
  text-transform: capitalize;
  color: #1e4873;
  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);
  transition: 0.3s ease-in-out;
  text-transform: capitalize;
  display: flex;
  align-items: center;
}
.global-locations .continent .continent-offices li a:hover {
  color: var(--global--color-primary-alt);
}
.global-locations .continent .continent-offices li a:hover i {
  color: var(--global--color-primary-alt);
}
.global-locations .continent .continent-offices li a i {
  margin-right: 15px;
  transition: 0.3s ease-in-out;
  color: var(--global--color-heading);
}

/*------------------------------------*\
    #Carrers
\*------------------------------------*/
.careers {
  padding-top: 125px;
  padding-bottom: 110px;
}
@media screen and (max-width:991.98px) {
  .careers {
    padding-top: 65px;
    padding-bottom: 70px;
  }
}
.careers .career-item {
  border-radius: 4px;
  box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.1);
  background-color: var(--global--color-white);
  padding: 40px 40px 40px;
  position: relative;
  transition: 0.3s ease-in-out;
}
@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;
  }
}
.careers .career-item::after {
  content: "";
  position: absolute;
  right: 0px;
  bottom: 0;
  width: calc(100% - 40px);
  height: 6px;
  background-color: var(--global--color-secondary);
  transition: 0.3s ease-in-out;
  border-radius: 0 0 4px 0;
}
@media (min-width:992px) and (max-width:1199.98px) {
  .careers .career-item::after {
    width: calc(100% - 25px);
  }
}
@media screen and (max-width:767.98px) {
  .careers .career-item::after {
    width: calc(100% - 25px);
  }
}
.careers .career-item:hover {
  box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.12);
}
.careers .career-item:hover .career-content .career-more {
  color: var(--global--color-white);
  background-color: var(--global--color-secondary);
  border-color: var(--global--color-secondary);
  box-shadow: 0px 3px 63px 0px rgba(6, 52, 100, 0.11);
}
.careers .career-item .career-meta {
  display: flex;
  align-items: center;
  margin-bottom: 33px;
}
.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: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  height: 30px;
  border-radius: 4px 4px 4px 0;
  background-color: var(--global--color-primary-alt);
  margin-right: 15px;
  font-family: var(--global--font-body);
  font-weight: 400;
  font-size: 13px;
  color: var(--global--color-white);
  text-transform: capitalize;
}
.careers .career-item .career-meta .career-type::before {
  content: "";
  width: 9px;
  height: 7px;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: var(--global--color-primary-alt);
  clip-path: polygon(100% 0, 0 0, 0 100%);
}
.careers .career-item .career-meta .career-place {
  color: #1e4873;
}
.careers .career-item .career-content .career-title {
  font-family: var(--global--font-heading);
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  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: 32px;
}
.careers .career-item .career-content .career-more {
  width: 130px;
  height: 50px;
  padding: 0 18px;
}
.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;
}
.careers .carousel-dots .owl-dots {
  margin-top: 40px;
}

/*------------------------------------*\
    #Testimonial
\*------------------------------------*/
.testimonial {
  padding-top: 93px;
  padding-bottom: 96px;
}
@media screen and (max-width:991.98px) {
  .testimonial {
    padding-top: 53px;
    padding-bottom: 70px;
  }
}
.testimonial .clients-img img {
  max-width: 100%;
}
@media screen and (max-width:991.98px) {
  .testimonial .clients-img img {
    display: block;
    margin: 0 auto;
  }
}
.testimonial.testimonial-1 {
  padding-top: 64px;
  padding-bottom: 54px;
}
@media screen and (max-width:991.98px) {
  .testimonial.testimonial-1 {
    padding-top: 14px;
    padding-bottom: 70px;
  }
}
.testimonial.testimonial-3 {
  padding-top: 94px;
  padding-bottom: 94px;
}
@media screen and (max-width:991.98px) {
  .testimonial.testimonial-3 {
    padding-top: 13px;
    padding-bottom: 70px;
  }
}

.testimonials-holder {
  margin-bottom: 41px;
}

.testimonial-panel .testimonial-body {
  position: relative;
}
.testimonial-panel .testimonial-body .testimonial-content {
  position: relative;
}
@media screen and (max-width:991.98px) {
  .testimonial-panel .testimonial-body .testimonial-content {
    text-align: center;
  }
}
.testimonial-panel .testimonial-body .testimonial-content p {
  font-family: var(--global--font-heading);
  color: #1e4873;
  font-size: 26px;
  font-weight: 400;
  line-height: 41px;
  margin-bottom: 0;
}
@media screen and (max-width:767.98px) {
  .testimonial-panel .testimonial-body .testimonial-content p {
    font-size: 19px;
    line-height: 1.5;
  }
}
.testimonial-panel.testimonial-panel-2 .testimonial-body .testimonial-content p {
  color: var(--global--color-white);
}

.testimonial-thumbs {
  display: flex;
}
@media screen and (max-width:991.98px) {
  .testimonial-thumbs {
    justify-content: center;
  }
}
@media screen and (max-width:767.98px) {
  .testimonial-thumbs {
    flex-direction: column;
  }
}

.testimonial-thumb {
  flex-shrink: 0;
  margin-right: 40px;
  display: flex;
  align-items: center;
  transition: 0.3s ease-in-out;
  opacity: 0.5;
  cursor: pointer;
}
.testimonial-thumb:last-child {
  margin-right: 0;
}
@media screen and (max-width:767.98px) {
  .testimonial-thumb {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.testimonial-thumb.active {
  opacity: 1;
}
.testimonial-thumb.active .thumb-img {
  padding: 5px;
  border-color: var(--global--color-primary-alt);
}
@media (min-width:992px) and (max-width:1199.98px) {
  .testimonial-thumb {
    margin-right: 25px;
  }
}
@media screen and (max-width:767.98px) {
  .testimonial-thumb {
    margin-right: 25px;
  }
}
.testimonial-thumb .thumb-img {
  box-shadow: 0px 0px 0px 2px rgba(155, 203, 59, 0.004);
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: 3px solid transparent;
  position: relative;
  transition: 0.3s ease-in-out;
  margin-right: 18px;
}
.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: 24px;
  margin-bottom: 0px;
  color: #05213f;
  text-transform: capitalize;
}
.testimonial-thumb .thumb-body p {
  font-family: var(--global--font-body);
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  color: var(--global--color-body);
  margin-bottom: 0;
  text-transform: capitalize;
}
.testimonial-thumb.testimonial-thumb-2 {
  opacity: 1;
  margin-right: 10px;
}
.testimonial-thumb.testimonial-thumb-2:last-child {
  margin-right: 0;
}
.testimonial-thumb.testimonial-thumb-2.active .thumb-img {
  border-color: var(--global--color-white);
}
.testimonial-thumb.testimonial-thumb-2 .thumb-img {
  padding: 5px;
  margin-right: 0;
}
.testimonial-thumb.testimonial-thumb-3 {
  opacity: 1;
}
.testimonial-thumb.testimonial-thumb-3 .thumb-body h3 {
  color: var(--global--color-white);
}
.testimonial-thumb.testimonial-thumb-3 .thumb-body p {
  color: #f9f9f9;
}

.testimonial-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width:767.98px) {
  .testimonial-actions {
    flex-direction: column;
    justify-content: center;
  }
}
.testimonial-actions .custom-navs {
  display: inline-flex;
  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: flex;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  background: var(--global--color-heading);
  border-radius: 50%;
  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);
  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;
  }
}

.testimonial-wrapper {
  display: flex;
  width: 450px;
}
@media screen and (max-width:991.98px) {
  .testimonial-wrapper {
    width: auto;
    margin: 0 auto;
  }
}
.testimonial-wrapper .testimonial-icon {
  flex-shrink: 0;
  margin-right: 35px;
}
@media (min-width:992px) and (max-width:1199.98px) {
  .testimonial-wrapper .testimonial-icon {
    margin-right: 20px;
  }
}
@media screen and (max-width:767.98px) {
  .testimonial-wrapper .testimonial-icon {
    display: none;
  }
}
.testimonial-wrapper .testimonial-icon img {
  transform: translateY(9px);
}
.testimonial-wrapper .testimonial-panel {
  margin-bottom: 27px;
}
.testimonial-wrapper .owl-carousel {
  max-width: 100%;
}
.testimonial-wrapper .testimonial-actions {
  justify-content: flex-start;
}
.testimonial-wrapper .testimonial-actions .custom-navs {
  margin-left: 0;
  margin-right: 38px;
}
.testimonial-wrapper .testimonial-actions .testimonial-thumbs {
  justify-content: flex-start;
  margin-right: 22px;
}

/*------------------------------------*\
    #OFFERS
\*------------------------------------*/
.offers {
  padding: 0 5%;
}
.offer-plan {
  border-radius: 8px;
  padding: 110px 0 110px 60px;
}
@media (min-width:992px) and (max-width:1199.98px) {
  .offer-plan {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width:767.98px) {
  .offer-plan {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 350px) {
  .offer-plan {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.offer-plan .card-content {
  padding: 90px 85px 84px 110px;
  background-color: var(--global--color-white);
  border-radius: 4px;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .offer-plan .card-content {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width:992px) and (max-width:1199.98px) {
  .offer-plan .card-content {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (max-width:991.98px) {
  .offer-plan .card-content {
    padding-left: 40px;
    padding-right: 40px;
    text-align: left;
  }
}
@media screen and (max-width:767.98px) {
  .offer-plan .card-content {
    padding-top: 50px;
    padding-bottom: 44px;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.offer-plan .card-content .plan-badge {
  position: absolute;
  top: -5px;
  left: 60px;
}
@media screen and (max-width: 500px) {
  .offer-plan .card-content .plan-badge {
    left: 30px;
  }
}
.offer-plan .card-content .card-icon {
  margin-bottom: 45px;
}
.offer-plan .card-content .card-icon i {
  font-size: 80px;
  color: #1d65b9;
}
.offer-plan .card-content .card-body {
  padding: 0;
}
.offer-plan .card-content .card-body .entry-heading {
  font-size: 37px;
  color: #05213f;
  margin-bottom: 28px;
}
@media screen and (max-width: 500px) {
  .offer-plan .card-content .card-body .entry-heading {
    font-size: 28px;
  }
}
.offer-plan .card-content .card-body .entry-desc {
  margin-bottom: 23px;
}
.offer-plan .card-content .card-body .advantages-box {
  margin-bottom: 42px;
}
@media screen and (min-width:768px) {
  .offer-plan .card-content .card-body .advantages-box {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .offer-plan .card-content .card-body .advantages-box {
    justify-content: flex-start;
  }
}
.offer-plan .card-content .card-body .advantages-box .advantages-list {
  margin-bottom: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .offer-plan .card-content .card-body .advantages-box .advantages-list {
    margin-right: 30px;
  }
}
@media screen and (max-width:991.98px) {
  .offer-plan .card-content .card-body .advantages-box .advantages-list {
    margin-bottom: 0px;
  }
}
.offer-plan .card-content .card-body .advantages-box .advantages-list li {
  display: flex;
  align-items: center;
  font-family: var(--global--font-body);
  font-weight: 700;
  font-size: 15px;
  line-height: 35px;
  color: var(--global--color-body);
}
.offer-plan .card-content .card-body .advantages-box .advantages-list li i {
  width: 20px;
  height: 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: var(--global--color-secondary);
  color: var(--global--color-white);
  margin-right: 15px;
  border-radius: 50%;
  font-size: 10px;
}
.offer-plan .card-content .card-body .entry-action {
  display: flex;
  align-items: center;
}
@media screen and (max-width:767.98px) {
  .offer-plan .card-content .card-body .entry-action {
    flex-direction: column;
    align-items: flex-start;
  }
}
.offer-plan .card-content .card-body .entry-action .price {
  margin-bottom: 0px;
  display: flex;
  align-items: baseline;
}
@media screen and (max-width:767.98px) {
  .offer-plan .card-content .card-body .entry-action .price {
    justify-content: center;
  }
}
.offer-plan .card-content .card-body .entry-action .price span {
  font-family: var(--global--font-heading);
  font-weight: 400;
  color: #1e4873;
}
.offer-plan .card-content .card-body .entry-action .price span::before {
  content: "/";
}
.offer-plan .card-content .card-body .entry-action .price span:first-of-type::before {
  content: unset;
}
.offer-plan .card-content .card-body .entry-action .price span.currency {
  font-size: 50px;
}
.offer-plan .card-content .card-body .entry-action .price span.time {
  font-size: 14px;
  font-weight: 700;
  flex-shrink: 0;
}
.offer-plan .card-content .card-body .entry-action .btn {
  box-shadow: 0px 3px 63px 0px rgba(6, 52, 100, 0.11);
  width: 188px;
  height: 65px;
}
@media screen and (min-width:768px) {
  .offer-plan .card-content .card-body .entry-action .btn {
    margin-right: 50px;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .offer-plan .card-content .card-body .entry-action .btn {
    margin-right: 40px;
  }
}
@media (min-width:992px) and (max-width:1199.98px) {
  .offer-plan .card-content .card-body .entry-action .btn {
    margin-right: 25px;
  }
}
@media screen and (max-width:991.98px) {
  .offer-plan .card-content .card-body .entry-action .btn {
    margin-right: 25px;
  }
}
@media screen and (max-width:767.98px) {
  .offer-plan .card-content .card-body .entry-action .btn {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.offer-plan .card-content .card-body .entry-action .btn i {
  font-size: 10px;
}
.offer-plan.panel-left {
  border-radius: 8px 0 0 8px;
}
@media (min-width:992px) and (max-width:1199.98px) {
  .offer-plan.panel-left {
    padding-right: 0;
    padding-left: 40px;
  }
}
@media screen and (max-width:991.98px) {
  .offer-plan.panel-left {
    padding: 50px;
    border-radius: 8px 8px 0 0;
  }
}
@media screen and (max-width: 500px) {
  .offer-plan.panel-left {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.offer-plan.panel-left .card-content {
  border-radius: 4px 0 0 4px;
  position: relative;
}
@media screen and (min-width:992px) {
  .offer-plan.panel-left .card-content::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background-color: #eaeaea;
    width: 2px;
    height: calc(100% - 180px);
  }
}
.offer-plan.panel-left .card-content .card-icon i {
  color: var(--global--color-primary-alt);
}
.offer-plan.panel-left .card-content .advantages-box .advantages-list li i {
  background-color: var(--global--color-primary-alt);
}
.offer-plan.panel-right {
  border-radius: 0 8px 8px 0;
  padding-left: 0;
  padding-right: 60px;
  text-align: right;
}
@media (min-width:992px) and (max-width:1199.98px) {
  .offer-plan.panel-right {
    padding-left: 0;
    padding-right: 40px;
  }
}
@media screen and (max-width:991.98px) {
  .offer-plan.panel-right {
    padding: 50px;
    border-radius: 0 0 8px 8px;
  }
}
@media screen and (max-width: 500px) {
  .offer-plan.panel-right {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.offer-plan.panel-right .card-content {
  border-radius: 0 4px 4px 0;
  position: relative;
}
@media screen and (min-width:992px) {
  .offer-plan.panel-right .card-content::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background-color: #eaeaea;
    width: 2px;
    height: calc(100% - 180px);
  }
}
@media screen and (max-width:991.98px) {
  .offer-plan.panel-right .card-content {
    text-align: right;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .offer-plan.panel-right .card-content .card-body .advantages-box {
    justify-content: flex-end;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .offer-plan.panel-right .card-content .card-body .advantages-box .advantages-list {
    margin-right: 0;
    margin-left: 30px;
  }
}
.offer-plan.panel-right .card-content .card-body .advantages-box .advantages-list li {
  flex-direction: row-reverse;
}
.offer-plan.panel-right .card-content .card-body .advantages-box .advantages-list li i {
  margin-right: 0px;
  margin-left: 15px;
}
.offer-plan.panel-right .card-content .card-body .entry-action {
  flex-direction: row-reverse;
}
@media screen and (max-width:767.98px) {
  .offer-plan.panel-right .card-content .card-body .entry-action {
    flex-direction: column;
    align-items: flex-end;
  }
}
.offer-plan.panel-right .card-content .card-body .entry-action .btn {
  margin-right: 0;
}
@media screen and (min-width:768px) {
  .offer-plan.panel-right .card-content .card-body .entry-action .btn {
    margin-left: 50px;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .offer-plan.panel-right .card-content .card-body .entry-action .btn {
    margin-left: 40px;
  }
}
@media (min-width:992px) and (max-width:1199.98px) {
  .offer-plan.panel-right .card-content .card-body .entry-action .btn {
    margin-left: 25px;
  }
}
@media screen and (max-width:991.98px) {
  .offer-plan.panel-right .card-content .card-body .entry-action .btn {
    margin-left: 25px;
  }
}
@media screen and (max-width:767.98px) {
  .offer-plan.panel-right .card-content .card-body .entry-action .btn {
    margin-left: 0;
    margin-bottom: 20px;
  }
}

.offers-holder {
  padding: 110px 60px;
  border-radius: 8px;
}
@media screen and (max-width:991.98px) {
  .offers-holder {
    padding: 70px 40px;
  }
}
@media (min-width:992px) and (max-width:1199.98px) {
  .offers-holder {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (max-width:767.98px) {
  .offers-holder {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.offers-holder .offer-plan {
  padding: 0;
  position: relative;
}
.offers-holder .offer-plan::after {
  content: "";
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  background-color: #e6eaef;
  height: 2px;
  width: calc(100% - 180px);
  z-index: 5;
}
@media screen and (max-width:767.98px) {
  .offers-holder .offer-plan::after {
    width: calc(100% - 60px);
  }
}
@media (min-width:992px) and (max-width:1199.98px) {
  .offers-holder .offer-plan::after {
    width: calc(100% - 60px);
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .offers-holder .offer-plan::after {
    width: calc(100% - 60px);
  }
}
.offers-holder .offer-plan.plan-top {
  border-radius: 4px 4px 0 0;
}
.offers-holder .offer-plan.plan-top::after {
  bottom: 0;
}
.offers-holder .offer-plan.plan-top .card-content {
  border-radius: 4px 4px 0 0;
  padding-top: 90px;
}
@media screen and (max-width:767.98px) {
  .offers-holder .offer-plan.plan-top .card-content {
    padding-top: 50px;
  }
}
.offers-holder .offer-plan.plan-top .card-content .card-icon i {
  color: var(--global--color-primary-alt);
}
.offers-holder .offer-plan.plan-top .card-content .advantages-box .advantages-list li i {
  background-color: var(--global--color-primary-alt);
}
.offers-holder .offer-plan.plan-bottom {
  border-radius: 0 0 4px 4px;
}
.offers-holder .offer-plan.plan-bottom::after {
  top: 0;
}
.offers-holder .offer-plan.plan-bottom .card-content {
  padding-bottom: 85px;
  border-radius: 0 0 4px 4px;
}
@media screen and (max-width:767.98px) {
  .offers-holder .offer-plan.plan-bottom .card-content {
    padding-bottom: 45px;
  }
}
@media screen and (max-width:991.98px) {
  .offers-holder .offer-plan.plan-bottom .card-content .card-body {
    align-items: flex-end;
    text-align: right;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .offers-holder .offer-plan.plan-bottom .card-content .card-body .advantages-box {
    justify-content: flex-end;
  }
  .offers-holder .offer-plan.plan-bottom .card-content .card-body .advantages-box .advantages-list {
    margin-right: 0;
    margin-left: 30px;
  }
  .offers-holder .offer-plan.plan-bottom .card-content .card-body .advantages-box .advantages-list li {
    flex-direction: row-reverse;
  }
  .offers-holder .offer-plan.plan-bottom .card-content .card-body .advantages-box .advantages-list li i {
    margin-left: 10px;
    margin-right: 0;
  }
}
@media screen and (max-width:767.98px) {
  .offers-holder .offer-plan.plan-bottom .card-content .card-body .advantages-box {
    justify-content: flex-end;
  }
  .offers-holder .offer-plan.plan-bottom .card-content .card-body .advantages-box li {
    flex-direction: row-reverse;
  }
  .offers-holder .offer-plan.plan-bottom .card-content .card-body .advantages-box li i {
    margin-left: 10px;
    margin-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .offers-holder .offer-plan.plan-bottom .card-content .card-body .entry-action {
    justify-content: flex-end;
  }
}
@mediascreen and (max-width:767.98px) {
  .offers-holder .offer-plan.plan-bottom .card-content .card-body .entry-action {
    align-items: flex-end;
  }
}
@media screen and (min-width:992px) {
  .offers-holder .offer-plan .card-infos {
    transform: translateY(-5px);
    margin-bottom: -5px;
  }
}
.offers-holder .offer-plan .card-content {
  border-radius: 0;
  padding: 70px 90px;
}
@media (min-width:992px) and (max-width:1199.98px) {
  .offers-holder .offer-plan .card-content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .offers-holder .offer-plan .card-content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width:767.98px) {
  .offers-holder .offer-plan .card-content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.offers-holder .offer-plan .card-content .plan-badge {
  top: 50px;
  left: auto;
  right: -5px;
}
@media screen and (max-width:991.98px) {
  .offers-holder .offer-plan .card-content .plan-badge {
    top: 9px;
  }
}
.offers-holder .offer-plan .card-content .card-body {
  display: flex;
}
@media screen and (max-width:991.98px) {
  .offers-holder .offer-plan .card-content .card-body {
    flex-direction: column;
  }
}
.offers-holder .offer-plan .card-content .card-body .card-icon {
  margin-right: 50px;
}
@media screen and (max-width:1199.98px) {
  .offers-holder .offer-plan .card-content .card-body .card-icon {
    margin-right: 25px;
  }
}
@media screen and (max-width:991.98px) {
  .offers-holder .offer-plan .card-content .card-body .card-icon {
    margin-right: 0;
    margin-bottom: 50px;
  }
}
.offers-holder .offer-plan .card-content .card-body .entry-desc {
  margin-bottom: 26px;
}
@media screen and (max-width:991.98px) {
  .offers-holder .offer-plan .card-content .card-body .advantages-box {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .offers-holder .offer-plan .card-content .card-body .advantages-box {
    display: flex;
    justify-content: flex-start;
  }
}
@media screen and (max-width:991.98px) {
  .offers-holder .offer-plan .card-content .card-body .entry-action {
    justify-content: center;
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .offers-holder .offer-plan .card-content .card-body .entry-action {
    justify-content: flex-start;
  }
}
@media (min-width:992px) and (max-width:1199.98px) {
  .offers-holder .offer-plan .card-content .card-body .entry-action .btn {
    padding: 0 15px;
  }
}

/*------------------------------------*\
    #Video
\*------------------------------------*/
.video {
  position: relative;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 560px;
}
.video.video-2 {
  margin-bottom: 67px;
}

.mfp-bg {
  z-index: 1543;
}

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

@-webkit-keyframes pulse {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.4);
    opacity: 0;
  }
}
@-moz-keyframes pulse {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.4);
    opacity: 0;
  }
}
@-ms-keyframes pulse {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.4);
    opacity: 0;
  }
}
@-o-keyframes pulse {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.4);
    opacity: 0;
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.4);
    opacity: 0;
  }
}
/* Custom, iPhone Retina */
/*------------------------------------*\
    #Call To Action
\*------------------------------------*/
.cta {
  padding-top: 50px;
  padding-bottom: 50px;
}
.cta .cta-wrapper {
  display: flex;
  align-items: center;
}
@media screen and (max-width:991.98px) {
  .cta .cta-wrapper {
    flex-direction: column;
    justify-content: center;
  }
}
.cta .cta-wrapper .cta-body {
  display: flex;
  align-items: center;
}
@media screen and (max-width:991.98px) {
  .cta .cta-wrapper .cta-body {
    margin-bottom: 40px;
  }
}
@media screen and (max-width:767.98px) {
  .cta .cta-wrapper .cta-body {
    flex-direction: column;
    text-align: center;
  }
}
.cta .cta-wrapper .cta-body .cta-icon {
  flex-shrink: 0;
  margin-right: 60px;
}
@media (min-width:992px) and (max-width:1199.98px) {
  .cta .cta-wrapper .cta-body .cta-icon {
    margin-right: 30px;
  }
}
@media screen and (max-width:767.98px) {
  .cta .cta-wrapper .cta-body .cta-icon {
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.cta .cta-wrapper .cta-body .cta-icon img {
  max-width: 100%;
}
.cta .cta-wrapper .cta-body .cta-content {
  flex-grow: 1;
}
.cta .cta-wrapper .cta-body .cta-content h2 {
  font-family: var(--global--font-heading);
  font-size: 24px;
  line-height: 1.4;
  font-weight: 700;
  color: #05213f;
  margin-bottom: 15px;
}
.cta .cta-wrapper .cta-body .cta-content p {
  font-family: var(--global--font-body);
  font-size: 16px;
  line-height: 27px;
  font-weight: 400;
  color: var(--global--color-body);
  margin-bottom: 0px;
}
.cta .cta-wrapper .cta-action {
  flex-basis: 30%;
  flex-shrink: 0;
  display: flex;
  justify-content: flex-end;
}
@media (min-width:992px) and (max-width:1199.98px) {
  .cta .cta-wrapper .cta-action {
    flex-basis: 20%;
    margin-left: 20px;
  }
}
.cta .cta-wrapper .cta-action .btn {
  width: 290px;
  height: 70px;
  justify-content: space-between;
}
@media (min-width:992px) and (max-width:1199.98px) {
  .cta .cta-wrapper .cta-action .btn {
    width: 220px;
  }
}
.cta .cta-wrapper .cta-action .btn i {
  font-size: 10px;
}

/*------------------------------------*\
    #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: 124px;
  padding-bottom: 90px;
}
@media screen and (max-width:991.98px) {
  .services {
    padding-top: 59px;
    padding-bottom: 40px;
  }
}
.services .service-panel {
  position: relative;
  background-color: var(--global--color-white);
  border-radius: 4px;
  box-shadow: 0px 5px 83px 0px rgba(6, 52, 100, 0.1);
  transition: 0.3s ease-in-out;
  margin-bottom: 40px;
}
@media screen and (max-width:991.98px) {
  .services .service-panel {
    max-width: 370px;
    margin: 0 auto 30px;
  }
}
.services .service-panel:hover {
  box-shadow: 0px 5px 83px 0px rgba(6, 52, 100, 0.12);
}
.services .service-panel:hover .service-img {
  opacity: 1;
  visibility: visible;
}
.services .service-panel:hover .service-content::before {
  width: 0;
}
.services .service-panel:hover .service-content .service-icon::before {
  opacity: 0;
  visibility: hidden;
}
.services .service-panel:hover .service-content .service-icon i {
  color: var(--global--color-white);
}
.services .service-panel:hover .service-content .service-title h3 a {
  color: var(--global--color-white);
}
.services .service-panel:hover .service-content .service-desc p {
  color: var(--global--color-white);
}
.services .service-panel:hover .service-content .service-more {
  padding-top: 0;
}
.services .service-panel:hover .service-content .service-more .btn {
  height: 70px;
  background-color: var(--global--color-primary);
}
.services .service-panel .service-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 2;
  opacity: 0;
  border-radius: 4px;
  visibility: hidden;
  transition: 0.3s ease-in-out;
  overflow: hidden;
}
.services .service-panel .service-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(32, 115, 211, 0.85);
  z-index: 1;
  transition: 0.3s ease-in-out;
}
.services .service-panel .service-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(40, 205, 250, 0) 0%, rgba(29, 101, 185, 0) 0%, rgba(29, 101, 185, 0) 16.43%, #1d65b9 97.66%, #1d65b9 100%);
  z-index: 2;
  transition: 0.3s ease-in-out;
}
.services .service-panel .service-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s ease-in-out;
}
.services .service-panel .service-content {
  position: relative;
  z-index: 3;
  text-align: center;
  padding: 60px 50px 50px;
  border-radius: 4px;
  overflow: hidden;
}
.services .service-panel .service-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 6px;
  width: calc(100% - 50px);
  background-color: var(--global--color-secondary);
  transition: 0.3s ease-in-out;
}
@media (min-width:992px) and (max-width:1199.98px) {
  .services .service-panel .service-content::before {
    width: calc(100% - 25px);
  }
}
@media screen and (max-width:767.98px) {
  .services .service-panel .service-content::before {
    width: calc(100% - 25px);
  }
}
@media screen and (max-width:767.98px) {
  .services .service-panel .service-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width:992px) and (max-width:1199.98px) {
  .services .service-panel .service-content {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (min-width:992px) {
  .services .service-panel .service-content {
    text-align: left;
  }
}
.services .service-panel .service-content .service-icon {
  position: relative;
  margin-bottom: 42px;
}
.services .service-panel .service-content .service-icon:hover i {
  transform: translateY(-5px);
}
.services .service-panel .service-content .service-icon::before {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #eef3fa;
  z-index: -1;
  transition: 0.3s ease-in-out;
}
@media (min-width:992px) and (max-width:1199.98px) {
  .services .service-panel .service-content .service-icon::before {
    left: -10px;
  }
}
@media screen and (max-width:991.98px) {
  .services .service-panel .service-content .service-icon::before {
    left: 50%;
    transform: translateX(calc(-50% - 20px));
  }
}
.services .service-panel .service-content .service-icon i {
  display: inline-block;
  color: var(--global--color-secondary);
  font-size: 75px;
  transition: 0.3s ease-in-out;
}
.services .service-panel .service-content .service-title h3 {
  font-family: var(--global--font-heading);
  font-size: 23px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 16px;
  text-transform: capitalize;
}
.services .service-panel .service-content .service-title h3 a {
  color: var(--global--color-heading);
  transition: 0.3s ease-in-out;
}
.services .service-panel .service-content .service-title h3 a:hover {
  color: var(--global--color-white);
}
.services .service-panel .service-content .service-desc {
  margin-bottom: 52px;
}
.services .service-panel .service-content .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;
  transition: 0.3s ease-in-out;
}
.services .service-panel .service-content .service-more {
  padding-top: 20px;
  transition: 0.3s ease-in-out;
}
.services .service-panel .service-content .service-more .btn {
  width: 100%;
  height: 50px;
  background-color: var(--global--color-heading);
  transition: 0.3s ease-in-out;
}
.services .service-panel .service-content .service-more .btn:hover {
  color: var(--global--color-white);
}
.services .service-panel .service-content .service-more .btn:hover i {
  transform: translateX(5px);
}
.services .service-panel .service-content .service-more .btn i {
  font-size: 10px;
  transition: 0.3s ease-in-out;
}
.services .service-panel.service-panel-2:hover .service-img {
  opacity: 0;
  visibility: hidden;
}
.services .service-panel.service-panel-2:hover .service-content::before {
  width: calc(100% - 50px);
  background-color: var(--global--color-primary);
}
@media (min-width:992px) and (max-width:1199.98px) {
  .services .service-panel.service-panel-2:hover .service-content::before {
    width: calc(100% - 25px);
  }
}
@media screen and (max-width:767.98px) {
  .services .service-panel.service-panel-2:hover .service-content::before {
    width: calc(100% - 25px);
  }
}
.services .service-panel.service-panel-2:hover .service-content .service-icon::before {
  opacity: 1;
  visibility: visible;
}
.services .service-panel.service-panel-2:hover .service-content .service-icon i {
  color: var(--global--color-primary);
}
.services .service-panel.service-panel-2:hover .service-content .service-title h3 a {
  color: var(--global--color-heading);
}
.services .service-panel.service-panel-2:hover .service-content .service-desc p {
  color: var(--global--color-body);
}
.services .service-panel.service-panel-2 .service-content {
  padding-top: 50px;
}
.services .service-panel.service-panel-2 .service-content .service-icon {
  margin-bottom: 32px;
}
.services .service-panel.service-panel-2 .service-content .service-title h3 {
  margin-bottom: 26px;
}
.services .service-panel.service-panel-2 .service-content .service-desc {
  margin-bottom: 32px;
}
.services .service-panel.service-panel-2 .service-content .service-more {
  padding-top: 0;
}
.services .service-panel.service-panel-2 .service-content .service-more .btn {
  width: 164px;
  height: 65px;
  box-shadow: 0px 3px 63px 0px rgba(6, 52, 100, 0.11);
}
@media screen and (max-width:991.98px) {
  .services .service-panel.service-panel-2 .service-content .service-more .btn {
    display: inline-flex;
  }
}
.services.services-2 {
  padding-top: 124px;
  padding-bottom: 125px;
}
@media screen and (max-width:991.98px) {
  .services.services-2 {
    padding-bottom: 85px;
  }
}
.services.services-2 .owl-carousel .owl-dots {
  transform: translateY(40px);
}
@media screen and (max-width:767.98px) {
  .services.services-2 .owl-carousel .owl-dots {
    transform: translateY(70px);
  }
}
.services.services-2 .owl-carousel .owl-stage-outer {
  overflow: visible;
}
.services.services-2 .owl-carousel .owl-stage-outer .owl-item {
  opacity: 0;
}
.services.services-2 .owl-carousel .owl-stage-outer .owl-item.active {
  opacity: 1;
}
.services.services-2 .processes-note {
  padding: 0;
  transform: translateY(-12px);
}
.services.services-2 .processes-note a {
  position: relative;
  padding-bottom: 6px;
}
.services.services-2 .processes-note a:hover::before {
  width: 80%;
}
.services.services-2 .processes-note a::before {
  content: "";
  transition: 0.3s ease-in-out;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 2px;
  background-color: var(--global--color-primary);
}
.services.services-3 {
  padding-top: 189px;
  padding-bottom: 100px;
}
@media screen and (max-width:991.98px) {
  .services.services-3 {
    padding-bottom: 149px;
    padding-bottom: 70px;
  }
}
.services.services-3 .owl-carousel .owl-dots {
  margin-bottom: 30px;
}
@media screen and (min-width:992px) {
  .services.services-3 .owl-carousel .owl-dots {
    margin-bottom: 0;
    position: absolute;
    bottom: -6px;
    right: 0;
  }
}
.services.services-3 .owl-carousel .owl-stage-outer {
  overflow: visible;
}
.services.services-3 .owl-carousel .owl-stage-outer .owl-item {
  opacity: 0;
}
.services.services-3 .owl-carousel .owl-stage-outer .owl-item.active {
  opacity: 1;
}
.services.services-3 .processes-note {
  padding: 0;
}
@media screen and (min-width:992px) {
  .services.services-3 .processes-note {
    text-align: left;
    transform: translateY(-6px);
    margin-bottom: -6px;
  }
}
.services.services-3 .processes-note a {
  position: relative;
  padding-bottom: 6px;
}
.services.services-3 .processes-note a:hover::before {
  width: 80%;
}
.services.services-3 .processes-note a::before {
  content: "";
  transition: 0.3s ease-in-out;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 2px;
  background-color: var(--global--color-primary);
}

.service-single {
  padding-top: 110px;
  padding-bottom: 110px;
}
@media screen and (max-width:991.98px) {
  .service-single {
    padding-top: 70px;
    padding-bottom: 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: #05213f;
  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 {
    transform: translateY(-3px);
  }
}
.service-single .service-entry .entry-content .entry-infos.health-plans {
  border-radius: 8px;
  margin-bottom: 67px;
  padding: 60px;
}
@media (min-width:992px) and (max-width:1199.98px) {
  .service-single .service-entry .entry-content .entry-infos.health-plans {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width:767.98px) {
  .service-single .service-entry .entry-content .entry-infos.health-plans {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 350px) {
  .service-single .service-entry .entry-content .entry-infos.health-plans {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.service-single .service-entry .entry-content .entry-infos.health-plans .card-content {
  padding: 70px 70px 63px;
  background-color: var(--global--color-white);
  border-radius: 4px;
  position: relative;
  z-index: 2;
  display: flex;
}
@media (min-width:992px) and (max-width:1199.98px) {
  .service-single .service-entry .entry-content .entry-infos.health-plans .card-content {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (max-width:991.98px) {
  .service-single .service-entry .entry-content .entry-infos.health-plans .card-content {
    padding-left: 40px;
    padding-right: 40px;
    text-align: left;
  }
}
@media screen and (max-width:767.98px) {
  .service-single .service-entry .entry-content .entry-infos.health-plans .card-content {
    padding-left: 25px;
    padding-right: 25px;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.service-single .service-entry .entry-content .entry-infos.health-plans .card-content .plan-badge {
  position: absolute;
  top: 40px;
  right: -5px;
}
@media screen and (max-width: 350px) {
  .service-single .service-entry .entry-content .entry-infos.health-plans .card-content .plan-badge {
    top: 10px;
  }
}
.service-single .service-entry .entry-content .entry-infos.health-plans .card-content .card-icon {
  margin-right: 50px;
}
@media screen and (max-width:991.98px) {
  .service-single .service-entry .entry-content .entry-infos.health-plans .card-content .card-icon {
    margin-right: 30px;
  }
}
@media screen and (max-width:767.98px) {
  .service-single .service-entry .entry-content .entry-infos.health-plans .card-content .card-icon {
    margin-right: 0px;
    margin-bottom: 30px;
  }
}
.service-single .service-entry .entry-content .entry-infos.health-plans .card-content .card-icon i {
  font-size: 80px;
  color: #1d65b9;
}
.service-single .service-entry .entry-content .entry-infos.health-plans .card-content .card-body {
  padding: 0;
}
@media screen and (min-width:768px) {
  .service-single .service-entry .entry-content .entry-infos.health-plans .card-content .card-body {
    transform: translateY(-5px);
    margin-bottom: -5px;
  }
}
.service-single .service-entry .entry-content .entry-infos.health-plans .card-content .card-body .entry-heading {
  font-size: 37px;
  color: #05213f;
  margin-bottom: 28px;
}
.service-single .service-entry .entry-content .entry-infos.health-plans .card-content .card-body .advantages-box {
  margin-bottom: 42px;
}
@media screen and (min-width:768px) {
  .service-single .service-entry .entry-content .entry-infos.health-plans .card-content .card-body .advantages-box {
    display: flex;
    justify-content: space-between;
  }
}
.service-single .service-entry .entry-content .entry-infos.health-plans .card-content .card-body .advantages-box .advantages-list {
  margin-bottom: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width:991.98px) {
  .service-single .service-entry .entry-content .entry-infos.health-plans .card-content .card-body .advantages-box .advantages-list {
    margin-bottom: 0px;
  }
}
.service-single .service-entry .entry-content .entry-infos.health-plans .card-content .card-body .advantages-box .advantages-list li {
  display: flex;
  align-items: center;
  font-family: var(--global--font-body);
  font-weight: 700;
  font-size: 15px;
  line-height: 35px;
  color: var(--global--color-body);
}
.service-single .service-entry .entry-content .entry-infos.health-plans .card-content .card-body .advantages-box .advantages-list li i {
  width: 20px;
  height: 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: var(--global--color-secondary);
  color: var(--global--color-white);
  margin-right: 15px;
  border-radius: 50%;
  font-size: 10px;
}
.service-single .service-entry .entry-content .entry-infos.health-plans .card-content .card-body .entry-action {
  display: flex;
  align-items: center;
}
@media screen and (max-width:767.98px) {
  .service-single .service-entry .entry-content .entry-infos.health-plans .card-content .card-body .entry-action {
    flex-direction: column;
    align-items: center;
  }
}
.service-single .service-entry .entry-content .entry-infos.health-plans .card-content .card-body .entry-action .price {
  margin-bottom: 0px;
  display: flex;
  align-items: baseline;
}
@media screen and (max-width:767.98px) {
  .service-single .service-entry .entry-content .entry-infos.health-plans .card-content .card-body .entry-action .price {
    justify-content: center;
  }
}
.service-single .service-entry .entry-content .entry-infos.health-plans .card-content .card-body .entry-action .price span {
  font-family: var(--global--font-heading);
  font-weight: 400;
  color: #1e4873;
}
.service-single .service-entry .entry-content .entry-infos.health-plans .card-content .card-body .entry-action .price span::before {
  content: "/";
}
.service-single .service-entry .entry-content .entry-infos.health-plans .card-content .card-body .entry-action .price span:first-of-type::before {
  content: unset;
}
.service-single .service-entry .entry-content .entry-infos.health-plans .card-content .card-body .entry-action .price span.currency {
  font-size: 50px;
}
.service-single .service-entry .entry-content .entry-infos.health-plans .card-content .card-body .entry-action .price span.time {
  font-size: 14px;
  font-weight: 700;
  flex-shrink: 0;
}
.service-single .service-entry .entry-content .entry-infos.health-plans .card-content .card-body .entry-action .btn {
  width: 188px;
  height: 65px;
}
@media screen and (min-width:768px) {
  .service-single .service-entry .entry-content .entry-infos.health-plans .card-content .card-body .entry-action .btn {
    margin-right: 50px;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .service-single .service-entry .entry-content .entry-infos.health-plans .card-content .card-body .entry-action .btn {
    margin-right: 40px;
  }
}
@media (min-width:992px) and (max-width:1199.98px) {
  .service-single .service-entry .entry-content .entry-infos.health-plans .card-content .card-body .entry-action .btn {
    margin-right: 25px;
  }
}
@media screen and (max-width:991.98px) {
  .service-single .service-entry .entry-content .entry-infos.health-plans .card-content .card-body .entry-action .btn {
    margin-right: 25px;
  }
}
@media screen and (max-width:767.98px) {
  .service-single .service-entry .entry-content .entry-infos.health-plans .card-content .card-body .entry-action .btn {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.service-single .service-entry .entry-content .entry-infos.health-plans .card-content .card-body .entry-action .btn i {
  font-size: 10px;
}
.service-single .service-entry .entry-content .entry-infos.entry-stats {
  margin-bottom: 67px;
}
.service-single .service-entry .entry-content .entry-infos.entry-stats img {
  max-width: 100%;
  margin: 0 auto;
  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;
  }
}
.service-single .service-entry .entry-content .entry-infos.entry-video .entry-desc {
  margin-bottom: 32px;
}
.service-single .service-entry .entry-content .entry-infos.entry-why {
  margin-bottom: 68px;
}
.service-single .service-entry .entry-content .entry-infos.entry-why .entry-desc {
  margin-bottom: 32px;
}
.service-single .service-entry .entry-content .entry-infos.entry-benefits {
  margin-bottom: 66px;
}
.service-single .service-entry .entry-content .entry-infos.entry-benefits .entry-heading {
  margin-bottom: 37px;
}
.service-single .service-entry .entry-content .entry-infos.entry-industries .entry-heading {
  margin-bottom: 36px;
}
.service-single .service-entry .entry-content .entry-infos.entry-industries .carousel-dots .owl-stage-outer {
  overflow: visible;
}
.service-single .service-entry .entry-content .entry-infos.entry-industries .carousel-dots .owl-stage-outer .owl-item {
  opacity: 0;
  visibility: hidden;
}
.service-single .service-entry .entry-content .entry-infos.entry-industries .carousel-dots .owl-stage-outer .owl-item.active {
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width:992px) {
  .service-single .service-entry .entry-content .entry-infos.entry-industries .carousel-dots .owl-dots {
    justify-content: flex-start;
  }
}
.service-single .service-entry .entry-content .projects {
  margin-bottom: 0;
}
.service-single .service-entry .entry-content .projects .entry-heading {
  margin-bottom: 37px;
}

/*------------------------------------*\
    #INDUSTRIES
\*------------------------------------*/
.industries {
  position: relative;
  padding-top: 104px;
  padding-bottom: 110px;
}
@media screen and (max-width:991.98px) {
  .industries {
    padding-top: 64px;
    padding-bottom: 70px;
  }
}
.industries .industries-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 95%;
  border-radius: 8px;
  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;
  }
}
.industries .industries-content {
  position: relative;
  z-index: 2;
}
.industries .actions-holder {
  display: flex;
  align-items: center;
}
@media screen and (max-width:991.98px) {
  .industries .actions-holder {
    justify-content: center;
  }
}
@media screen and (max-width:767.98px) {
  .industries .actions-holder {
    flex-direction: column;
  }
}
.industries .actions-holder .btn {
  width: 232px;
  height: 65px;
  box-shadow: 0px 3px 63px 0px rgba(6, 52, 100, 0.12);
}
.industries .actions-holder .btn i {
  font-size: 10px;
}
.industries.industries-2 {
  padding-top: 124px;
  padding-bottom: 0px;
}
@media screen and (max-width:991.98px) {
  .industries.industries-2 {
    padding-top: 64px;
  }
}
.industries.industries-2 .processes-note {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 13px;
  margin-bottom: 52px;
}

.industry-panel {
  border-radius: 4px;
  box-shadow: 0px 3px 63px 0px rgba(6, 52, 100, 0.11);
  padding: 50px;
  display: flex;
  align-items: flex-end;
  min-height: 470px;
  margin-bottom: 40px;
  position: relative;
}
@mediascreen and (max-width:991.98px) {
  .industry-panel {
    max-width: 370px;
    margin: 0 auto 40px;
  }
}
@media (min-width:992px) and (max-width:1199.98px) {
  .industry-panel {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (max-width:767.98px) {
  .industry-panel {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.industry-panel:hover .industry-img img {
  transform: scale(1.05);
}
.industry-panel:hover .industry-img .industry-img-overlay {
  opacity: 1;
  visibility: visible;
}
.industry-panel:hover .industry-content .industry-title {
  transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
}
.industry-panel:hover .industry-content .industry-body {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.industry-panel .industry-content {
  position: relative;
  z-index: 5;
  overflow: hidden;
}
.industry-panel .industry-content .industry-title {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 20px;
  height: 70px;
  width: 100%;
  background-color: var(--global--color-white);
  border-radius: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.3s ease-in-out;
}
@media (min-width:992px) and (max-width:1199.98px) {
  .industry-panel .industry-content .industry-title {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width:767.98px) {
  .industry-panel .industry-content .industry-title {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.industry-panel .industry-content .industry-title h3 {
  font-family: var(--global--font-heading);
  font-size: 19px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 0px;
  text-transform: capitalize;
}
.industry-panel .industry-content .industry-title h3 a {
  color: var(--global--color-heading);
  transition: 0.3s ease-in-out;
}
.industry-panel .industry-content .industry-title h3 a:hover {
  color: var(--global--color-heading);
}
.industry-panel .industry-content .industry-body {
  margin-top: 15px;
  padding: 32px 30px 37px;
  background-color: var(--global--color-white);
  border-radius: 4px;
  position: relative;
  transition: 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  transform: translateY(100%);
}
@media (min-width:992px) and (max-width:1199.98px) {
  .industry-panel .industry-content .industry-body {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width:767.98px) {
  .industry-panel .industry-content .industry-body {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.industry-panel .industry-content .industry-body .industry-label {
  position: absolute;
  top: -15px;
  left: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  height: 30px;
  border-radius: 4px 4px 4px 0;
  background-color: var(--global--color-primary-alt);
}
@media (min-width:992px) and (max-width:1199.98px) {
  .industry-panel .industry-content .industry-body .industry-label {
    left: 20px;
  }
}
@media screen and (max-width:767.98px) {
  .industry-panel .industry-content .industry-body .industry-label {
    left: 20px;
  }
}
.industry-panel .industry-content .industry-body .industry-label::before {
  content: "";
  width: 9px;
  height: 7px;
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  background-color: var(--global--color-primary-alt);
  clip-path: polygon(100% 0, 0 0, 0 100%);
}
.industry-panel .industry-content .industry-body .industry-label span {
  font-family: var(--global--font-body);
  font-weight: 400;
  font-size: 14px;
  color: var(--global--color-white);
}
.industry-panel .industry-content .industry-body .industry-name {
  margin-bottom: 15px;
}
.industry-panel .industry-content .industry-body .industry-name h3 {
  font-family: var(--global--font-heading);
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 0px;
  text-transform: capitalize;
}
.industry-panel .industry-content .industry-body .industry-name h3 a {
  color: var(--global--color-heading);
  transition: 0.3s ease-in-out;
}
.industry-panel .industry-content .industry-body .industry-name h3 a:hover {
  color: var(--global--color-heading);
}
.industry-panel .industry-content .industry-body .industry-desc {
  margin-bottom: 19px;
}
.industry-panel .industry-content .industry-body .industry-desc p {
  font-family: var(--global--font-body);
  color: #8e949e;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 0;
  transition: 0.3s ease-in-out;
}
.industry-panel .industry-content .industry-body .industry-more a {
  font-family: var(--global--font-body);
  color: var(--global--color-heading);
  font-size: 14px;
  font-weight: 700;
  transition: 0.3s ease-in-out;
  text-transform: capitalize;
}
.industry-panel .industry-content .industry-body .industry-more a:hover i {
  margin-right: 15px;
}
.industry-panel .industry-content .industry-body .industry-more a i {
  font-size: 10px;
  color: var(--global--color-primary);
  transition: 0.3s ease-in-out;
  margin-right: 10px;
}
.industry-panel .industry-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 2;
  border-radius: 4px;
  transition: 0.3s ease-in-out;
  overflow: hidden;
}
.industry-panel .industry-img .industry-img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 3;
  border-radius: 4px;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: 0.3s ease-in-out;
}
.industry-panel .industry-img .industry-img-overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(32, 115, 211, 0.85);
  z-index: 1;
  transition: 0.3s ease-in-out;
}
.industry-panel .industry-img .industry-img-overlay::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(40, 205, 250, 0) 0%, rgba(29, 101, 185, 0) 0%, rgba(29, 101, 185, 0) 16.43%, #1d65b9 97.66%, #1d65b9 100%);
  z-index: 2;
  transition: 0.3s ease-in-out;
}
.industry-panel .industry-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s ease-in-out;
}

.industry-single {
  padding-top: 110px;
  padding-bottom: 100px;
}
@media screen and (max-width:991.98px) {
  .industry-single {
    padding-top: 70px;
    padding-bottom: 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: #05213f;
  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-heading {
  margin-bottom: 17px;
}
@media screen and (min-width:992px) {
  .industry-single .industry-entry .entry-content .entry-infos.entry-introduction .entry-heading {
    transform: translateY(-3px);
  }
}
.industry-single .industry-entry .entry-content .entry-infos.entry-offers .prices-list {
  padding: 37px 40px 28px;
  border-radius: 8px;
  background-color: #f4f4f4;
}
.industry-single .industry-entry .entry-content .entry-infos.entry-offers .prices-list h3 {
  font-family: var(--global--font-heading);
  font-weight: 500;
  font-size: 19px;
  line-height: 1;
  margin-bottom: 26px;
  color: #05213f;
  text-transform: capitalize;
}
.industry-single .industry-entry .entry-content .entry-infos.entry-offers .prices-list ul {
  margin-bottom: 0;
}
.industry-single .industry-entry .entry-content .entry-infos.entry-offers .prices-list ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 700;
  font-family: var(--global--font-body);
  color: #848e9f;
  text-transform: capitalize;
  border-bottom: 1px solid rgb(230, 234, 239);
  margin-bottom: 14px;
  padding-bottom: 12px;
}
@media screen and (min-width:768px) {
  .industry-single .industry-entry .entry-content .entry-infos.entry-offers .prices-list ul li:last-child {
    margin-bottom: 0px;
    border-bottom: 0;
  }
}
.industry-single .industry-entry .entry-content .entry-infos.entry-offers .prices-list ul li .price {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 27px;
  margin-left: 5px;
  font-family: var(--global--font-body);
  font-weight: 700;
  font-size: 15px;
  color: var(--global--color-white);
  background-color: var(--global--color-secondary);
  padding: 0px 10px;
  border-radius: 2px;
}
@media screen and (max-width:991.98px) {
  .industry-single .industry-entry .entry-content .entry-infos.entry-offers .prices-list.inversed {
    margin-top: 30px;
  }
}
.industry-single .industry-entry .entry-content .entry-infos.entry-offers .prices-list.inversed ul li .price {
  background-color: var(--global--color-primary-alt);
}
.industry-single .industry-entry .entry-content .entry-infos.entry-why {
  margin-bottom: 68px;
}
.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: 0px;
}
@media screen and (max-width:991.98px) {
  .industry-single .industry-entry .entry-content .entry-infos.entry-benefits {
    margin-bottom: 70px;
  }
}
.industry-single .industry-entry .entry-content .entry-infos.entry-benefits .entry-heading {
  margin-bottom: 37px;
}

/*------------------------------------*\
    #Processes
\*------------------------------------*/
.processes {
  padding-top: 125px;
  padding-bottom: 0;
}
@media screen and (max-width:991.98px) {
  .processes {
    padding-top: 65px;
  }
}
.processes .process-panel {
  padding: 50px 30px 50px;
  position: relative;
  transition: 0.3s ease-in-out;
  border-radius: 4px;
  background-color: var(--global-color-white);
}
@media screen and (max-width:991.98px) {
  .processes .process-panel {
    max-width: 370px;
    margin: 0 auto 10px;
  }
}
@media (min-width:992px) and (max-width:1199.98px) {
  .processes .process-panel {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.processes .process-panel:hover {
  background-color: #eef3f8;
}
.processes .process-panel:hover .panel-shape {
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in-out;
}
.processes .process-panel:hover .process-body .process-content a {
  color: var(--global--color-white);
  background-color: var(--global--color-secondary);
  border-color: var(--global--color-secondary);
  box-shadow: 0px 3px 63px 0px rgba(6, 52, 100, 0.11);
}
.processes .process-panel .panel-shape {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 100%;
  z-index: 0;
}
.processes .process-panel .process-number {
  position: absolute;
  top: 21px;
  left: 30px;
  font-family: var(--global--font-body);
  font-size: 60px;
  font-weight: 300;
  line-height: 1;
  font-style: italic;
  color: #cdd6e0;
  z-index: 2;
}
.processes .process-panel .process-body {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.processes .process-panel .process-body .process-icon {
  margin-bottom: 24px;
}
.processes .process-panel .process-body .process-icon i {
  display: flex;
  font-size: 55px;
  transition: 0.3s ease-in-out;
  color: #1d65b9;
}
.processes .process-panel .process-body .process-content h3 {
  font-family: var(--global--font-heading);
  font-weight: 500;
  font-size: 18px;
  color: #1e4873;
  line-height: 27px;
  margin-bottom: 16px;
  text-transform: capitalize;
}
@media screen and (min-width:1200px) {
  .processes .process-panel .process-body .process-content h3 {
    padding: 0 15px;
  }
}
.processes .process-panel .process-body .process-content p {
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 22px;
}
.processes .process-panel .process-body .process-content a {
  display: inline-flex;
  width: 130px;
  height: 50px;
  padding: 0 18px;
}
.processes .processes-holder {
  padding-bottom: 60px;
  border-bottom: 2px solid #e6eaef;
}
@media screen and (max-width:991.98px) {
  .processes .processes-holder {
    padding-bottom: 30px;
  }
}
.processes.processes-2 {
  padding-top: 190px;
}
@media screen and (max-width:991.98px) {
  .processes.processes-2 {
    padding-top: 140px;
  }
}
.processes.processes-3 .process-panel:hover {
  background-color: var(--global--color-white);
}

.processes-note {
  position: relative;
  text-align: center;
  padding-top: 53px;
  padding-bottom: 52px;
}
.processes-note p {
  font-family: var(--global--font-body);
  font-weight: 700;
  font-size: 14px;
  line-height: 25px;
  color: var(--global--color-body);
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}
.processes-note p a {
  color: var(--global--color-heading);
  text-transform: capitalize;
}
.processes-note p a:hover i {
  transform: translateX(5px);
}
.processes-note p a i {
  display: inline-block;
  transition: 0.3s ease-in-out;
  color: var(--global--color-primary);
  font-size: 10px;
  margin-left: 10px;
}
.processes-note .note-bg {
  position: absolute;
  left: -44px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width:991.98px) {
  .processes-note .note-bg {
    left: -20px;
  }
}
@media screen and (max-width:767.98px) {
  .processes-note .note-bg {
    display: none;
  }
}
.processes-note .note-bg i {
  font-size: 85px;
  color: #dde8f5;
}

/*------------------------------------*\
    #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: #032b56;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}
.footer .footer-top {
  padding-top: 120px;
  padding-bottom: 100px;
}
@media screen and (max-width:991.98px) {
  .footer .footer-top {
    padding-top: 40px;
    padding-bottom: 15px;
  }
}
@media screen and (max-width:767.98px) {
  .footer .footer-top {
    padding-bottom: 70px;
  }
}
.footer .footer-bottom {
  background-color: var(--global--color-white);
}
.footer {
  /* Footer Widgets */
}
.footer .footer-widget {
  text-align: center;
}
@media screen and (min-width:768px) {
  .footer .footer-widget {
    text-align: left;
  }
}
.footer .footer-widget .footer-widget-title h3 {
  font-family: var(--global--font-heading);
  color: #f9f9f9;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  text-transform: capitalize;
  margin-bottom: 35px;
}
.footer .footer-widget .widget-content p {
  color: #9aaabb;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 25px;
}
.footer .footer-widget .widget-content .module-social {
  height: auto;
  line-height: normal;
}
.footer .widget-newsletter .widget-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width:768px) {
  .footer .widget-newsletter .widget-content {
    align-items: flex-end;
  }
}
.footer .widget-newsletter .widget-content .btn {
  box-shadow: 0px 3px 63px 0px rgba(6, 52, 100, 0.11);
  width: 200px;
  height: 61px;
  margin-bottom: 40px;
  padding: 0 15px;
}
.footer .widget-newsletter .widget-content .module-social a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: transparent;
  border-radius: 50%;
  border: 2px solid rgba(154, 170, 187, 0.4);
}
.footer .widget-newsletter .widget-content .module-social a:hover {
  border-color: var(--global--color-primary);
}
.footer .widget-newsletter .widget-content .module-social a:hover i {
  width: 38px;
  height: 38px;
}
.footer .widget-newsletter .widget-content .module-social a i:hover {
  transform: translateY(0px);
}
.footer .widget-links ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  overflow: hidden;
}
@media screen and (min-width:768px) {
  .footer .widget-links ul {
    transform: translateY(-5px);
  }
}
.footer .widget-links ul li {
  display: block;
}
.footer .widget-links ul li a {
  color: #cdd5dd;
  font-size: 14px;
  font-weight: 400;
  line-height: 33px;
  text-transform: capitalize;
  font-family: var(--global--font-body);
}
.footer .widget-links ul li a:hover {
  color: var(--global--color-primary);
}
.footer .widget-contact .widget-content p {
  margin-bottom: 15px;
}
.footer .widget-contact .widget-content .phone {
  margin-bottom: 18px;
}
.footer .widget-contact .widget-content .phone a {
  color: var(--global--color-primary);
  font-family: var(--global--font-heading);
  font-size: 19px;
  font-weight: 500;
  transition: 0.3s ease-in-out;
}
.footer .widget-contact .widget-content .phone a:hover {
  color: var(--global--color-white);
}
.footer .widget-contact .widget-content .phone a:hover i {
  color: var(--global--color-white);
}
.footer .widget-contact .widget-content .phone a i {
  color: var(--global--color-primary);
  transition: 0.3s ease-in-out;
  display: inline-block;
  font-size: 16px;
  margin-right: 20px;
}
.footer .widget-contact .widget-content .address a {
  color: #9aaabb;
}
.footer .widget-contact .widget-content .address a:hover {
  color: var(--global--color-primary);
}
.footer .widget-contact .widget-content .directions {
  font-family: var(--global--font-body);
  font-weight: 700;
  font-size: 14px;
  color: var(--global--color-white);
  text-transform: capitalize;
  display: inline-flex;
  align-items: center;
  transition: 0.3s ease-in-out;
  position: relative;
}
.footer .widget-contact .widget-content .directions i {
  transition: 0.3s ease-in-out;
  font-size: 12px;
  margin-right: 10px;
}
.footer .widget-contact .widget-content .directions:hover {
  color: var(--global--color-primary);
}
.footer .widget-contact .widget-content .directions:hover i {
  color: var(--global--color-primary);
}

.footer-copyright {
  height: 110px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width:767.98px) {
  .footer-copyright {
    height: auto;
    padding: 35px 0;
    flex-direction: column;
    justify-content: center;
  }
}
@media screen and (max-width:767.98px) {
  .footer-copyright .copyright-holder {
    margin-bottom: 15px;
  }
}
.footer-copyright .copyright-holder .copyright {
  margin-bottom: 9px;
}
@media screen and (max-width:991.98px) {
  .footer-copyright .copyright-holder .copyright {
    text-align: center;
  }
}
.footer-copyright .copyright-holder .copyright span {
  font-family: var(--global--font-body);
  font-weight: 400;
  font-size: 14px;
  color: var(--global--color-body);
  text-transform: capitalize;
}
.footer-copyright .copyright-holder .copyright span a {
  color: #1d65b9;
}
.footer-copyright .copyright-holder .copyright span a:hover {
  color: var(--global--color-primary);
}
.footer-copyright .copyright-holder .copyright-links ul {
  margin: 0;
}
@media screen and (max-width:767.98px) {
  .footer-copyright .copyright-holder .copyright-links ul {
    display: flex;
    align-items: center;
  }
}
.footer-copyright .copyright-holder .copyright-links ul li {
  display: inline-flex;
  align-items: center;
}
.footer-copyright .copyright-holder .copyright-links ul li:last-child::after {
  content: unset;
}
.footer-copyright .copyright-holder .copyright-links ul li::after {
  content: "-";
  margin: 0 15px;
  color: var(--global--color-heading);
}
@media screen and (max-width:767.98px) {
  .footer-copyright .copyright-holder .copyright-links ul li::after {
    margin: 0 5px;
  }
}
.footer-copyright .copyright-holder .copyright-links ul li a {
  font-family: var(--global--font-body);
  font-weight: 400;
  font-size: 14px;
  color: var(--global--color-heading);
  text-transform: capitalize;
}
.footer-copyright .copyright-holder .copyright-links ul li a:hover {
  color: var(--global--color-primary);
}
.footer-copyright .payment-holder {
  display: flex;
  align-items: center;
}
@media screen and (max-width:767.98px) {
  .footer-copyright .payment-holder {
    flex-direction: column;
    justify-content: center;
  }
}
.footer-copyright .payment-holder .payment-methods {
  margin-right: 30px;
}
@media screen and (max-width:767.98px) {
  .footer-copyright .payment-holder .payment-methods {
    margin-right: 0px;
    margin-bottom: 10px;
  }
}
.footer-copyright .payment-holder .payment-methods a {
  margin-right: 10px;
}
.footer-copyright .payment-holder .payment-methods a:last-child {
  margin-right: 0;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .footer .footer-widget {
    padding-top: 40px;
    padding-bottom: 0;
  }
  .footer .footer-widget-title h5 {
    margin-bottom: 15px;
  }
}
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer .footer-widget {
    padding-bottom: 40px;
    padding-top: 60px;
  }
  .footer .footer-widget .footer-widget-title h5 {
    margin-bottom: 15px;
  }
}

/*# sourceMappingURL=style.css.map */
