
/* import fonts */
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Readex+Pro:wght@160..700&family=Sora:wght@100..800&display=swap');

:root {
  --global--color-primary: cc1133;
  --global--color-primary-alt: #53c5f8;
  --global--color-primary-light: #e6f8fb;
  --global--color-primary-darken: #263967;
  --global--color-secondary: #de0220;
  --global--color-secondary-alt: #de0220;
  --global--color-secondary-darken: #000d30;
  --global--color-secondary-darken-alt: #032259;
  --global--color-heading-light: #1d2a4d;
  --global--color-heading: #26365e;
  --global--color-heading-darken: #435ba1;
  --global--color-body: #9094a3;
  --global--color-white-light: #f4f4f4;
  --global--color-white: #ffffff;
  --global--color-white-darken: #fefefe;
  --global--color-gray-light: #fefefe;
  --global--color-gray: #f9f9f9;
  --global--color-gray-darken: #e6e8eb;
  --global--font-body: "sora","Roboto", sans-serif;
  --global--font-heading :"sora","Montserrat", sans-serif;
  --global--font-secondary: "sora","Heebo", sans-serif;
}

/* #de0220 */

/*------------------------------------*\
    #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;
}

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

::selection {
  text-shadow: none;
}

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

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

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

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

textarea {
  resize: none;
}

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

body {
  background-color: var(--global--color-white);
  font-family: var(--global--font-body);
  font-size: 14px;
  font-weight: 400;
  color: var(--global--color-body);
  margin: 0;
}

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

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

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

a {
  color: var(--global--color-primary);
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  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;
  }
}
@-webkit-keyframes Bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  60% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}
@keyframes Bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  60% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}
/*------------------------------------*\
    #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;
}

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

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

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

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

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

.pos-relative {
  position: relative;
}

.pos-absolute {
  position: absolute;
}

.pos-static {
  position: static;
}

.pos-top {
  top: 0;
}

.pos-bottom {
  bottom: 0;
}

.pos-right {
  right: 0;
}

.pos-left {
  left: 0;
}

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

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

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

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

@media only screen and (min-width: 992px) {
  .hidden-lg,
.hidden-md {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .col-lg-5ths {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
            flex: 0 0 20%;
    max-width: 20%;
  }
}
/*------------------------------------*\
    #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-secondary {
  background-color: var(--global--color-secondary) !important;
}

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

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

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

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

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

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

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

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

.bg-overlay-dark:before {
  background-color: rgba(29, 42, 77, 0.45);
}

.bg-overlay-dark2:before {
  background-color: #1B1A1A5e;
}

.bg-overlay-dark-slider:before {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(34%, var(--global--color-heading-light)), color-stop(84%, #1B1A1A));
  background-image: -o-linear-gradient(top, var(--global--color-heading-light) 34%, #1B1A1A 84%);
  background-image: linear-gradient(180deg, var(--global--color-heading-light) 34%, #1B1A1A 84%);
  /* opacity: 0.25; */
}

.bg-overlay-dark-hero:before {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(34%, var(--global--color-heading-light)), color-stop(84%, #1B1A1A));
  background-image: -o-linear-gradient(top, var(--global--color-heading-light) 34%, #1B1A1A 84%);
  background-image: linear-gradient(180deg, var(--global--color-heading-light) 34%, #1B1A1A 84%);
  opacity: 0.25;
}

.bg-overlay-theme:before {
  background-image: -webkit-gradient(linear, right top, left top, color-stop(18%, #13C1D9BF), color-stop(70%, var(--global--color-primary)));
  background-image: -o-linear-gradient(right, #13C1D9BF 18%, var(--global--color-primary) 70%);
  background-image: linear-gradient(-90deg, #13C1D9BF 18%, var(--global--color-primary) 70%);
}

.bg-overlay-theme-1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(8, 87, 222, 0.85);
  z-index: 1;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.bg-overlay-theme-1::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(40, 205, 250, 0)), color-stop(0%, rgba(29, 101, 185, 0)), color-stop(16.43%, rgba(29, 101, 185, 0)), color-stop(97.66%, #de0220), to(#de0220));
  background: -o-linear-gradient(rgba(40, 205, 250, 0) 0%, rgba(29, 101, 185, 0) 0%, rgba(29, 101, 185, 0) 16.43%, #de0220 97.66%, #de0220 100%);
  background: linear-gradient(rgba(40, 205, 250, 0) 0%, rgba(29, 101, 185, 0) 0%, rgba(29, 101, 185, 0) 16.43%, #de0220 97.66%, #de0220 100%);
  z-index: 2;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.bg-overlay-theme-2::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(4, 43, 111, 0.93);
  content: "";
  z-index: 1;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.bg-overlay-theme-2::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(3, 35, 89, 0)), color-stop(0%, rgba(4, 43, 111, 0)), color-stop(70%, #000d30));
  background: -o-linear-gradient(top, rgba(3, 35, 89, 0) 0%, rgba(4, 43, 111, 0) 0%, #000d30 70%);
  background: linear-gradient(180deg, rgba(3, 35, 89, 0) 0%, rgba(4, 43, 111, 0) 0%, #000d30 70%);
  z-index: 2;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.bg-overlay-theme-3::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(6, 70, 178, 0.9);
  content: "";
  z-index: 1;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.bg-overlay-theme-3::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(3, 35, 89, 0)), color-stop(0%, rgba(4, 43, 111, 0)), color-stop(70%, #de0220));
  background: -o-linear-gradient(bottom, rgba(3, 35, 89, 0) 0%, rgba(4, 43, 111, 0) 0%, #de0220 70%);
  background: linear-gradient(0deg, rgba(3, 35, 89, 0) 0%, rgba(4, 43, 111, 0) 0%, #de0220 70%);
  z-index: 2;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.bg-overlay-theme-4::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(228, 12, 58, 0.8);
  content: "";
  z-index: 1;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.bg-overlay-theme-4::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(3, 35, 89, 0)), color-stop(0%, rgba(4, 43, 111, 0)), color-stop(70%, #f71515));
  background: -o-linear-gradient(top, rgba(3, 35, 89, 0) 0%, rgba(4, 43, 111, 0) 0%, #f71515 70%);
  background: linear-gradient(180deg, rgba(3, 35, 89, 0) 0%, rgba(4, 43, 111, 0) 0%, #f71515 70%);
  z-index: 2;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.bg-overlay-theme-5::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(6, 70, 178, 0.9);
  content: "";
  z-index: 1;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.bg-overlay-theme-5::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(3, 35, 89, 0)), color-stop(0%, rgba(4, 43, 111, 0)), color-stop(70%, #de0220));
  background: -o-linear-gradient(top, rgba(3, 35, 89, 0) 0%, rgba(4, 43, 111, 0) 0%, #de0220 70%);
  background: linear-gradient(180deg, rgba(3, 35, 89, 0) 0%, rgba(4, 43, 111, 0) 0%, #de0220 70%);
  z-index: 2;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.bg-overlay-theme-6::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(40, 182, 246, 0.8);
  content: "";
  z-index: 1;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.bg-overlay-theme-6::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(3, 35, 89, 0)), color-stop(0%, rgba(4, 43, 111, 0)), color-stop(70%, cc1133));
  background: -o-linear-gradient(bottom, rgba(3, 35, 89, 0) 0%, rgba(4, 43, 111, 0) 0%, cc1133 70%);
  background: linear-gradient(0deg, rgba(3, 35, 89, 0) 0%, rgba(4, 43, 111, 0) 0%, cc1133 70%);
  z-index: 2;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

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

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

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

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

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

/*------------------------------------*\
    #BREADCRUMB
\*------------------------------------*/
/* Breadcrumb Style 1 */
.breadcrumb {
  background-color: transparent;
  margin-bottom: 0;
  padding: 0;
  border-radius: 0;
  color: #e5e4e4;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  text-transform: capitalize;
  display: block;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  padding: 0 10px;
  color: var(--global--color-secondary);
  content: "\f054";
}
.breadcrumb > li a {
  color: var(--global--color-secondary);
}
.breadcrumb > li a:hover {
  color: var(--global--color-secondary);
}
.breadcrumb > .active {
  color: var(--global--color-secondary-darken-alt);
}

/*------------------------------------*\
    #BUTTONS
\*------------------------------------*/
.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: var(--global--font-body);
  position: relative;
  z-index: 2;
  font-size: 15px;
  font-weight: 700;
  text-transform: capitalize;
  border: none;
  width: 210px;
  height: 50px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-radius: 0px;
  color: var(--global--color-white);
  padding: 0 20px;
  -webkit-box-shadow: 0px 3px 63px 0px rgba(33, 49, 81, 0.11);
          box-shadow: 0px 3px 63px 0px rgba(33, 49, 81, 0.11);
}
.btn.no-shadow {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn:focus, .btn.active, .btn:active {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
.btn i {
  font-size: 10px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.btn svg {
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.btn.btn-icon-right i, .btn.btn-icon-right svg {
  margin-left: 10px;
}
.btn.btn-icon-left i, .btn.btn-icon-left svg {
  margin-right: 10px;
}
.btn.btn-square-arrow {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.btn.btn-square-arrow span {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
          font-size:12px;
}
.btn.btn-square-arrow i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50px;
  height: 100%;
  background: transparent;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 10px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.btn.btn-square-arrow.btn-square-arrow-left {
  padding: 0;
  padding-right: 20px;
}
.btn.btn-square-arrow.btn-square-arrow-left i {
  margin-right: 20px;
}
.btn.btn-square-arrow.btn-square-arrow-right {
  padding: 0;
  padding-left: 20px;
}
.btn.btn-square-arrow.btn-square-arrow-right i {
  margin-left: 20px;
}

/* Button Primary */
.btn--primary {
  background-color: var(--global--color-primary);
  color: var(--global--color-white);
}
.btn--primary i {
  color: var(--global--color-white);
}
.btn--primary:active, .btn--primary:focus, .btn--primary:hover {
  background-color: var(--global--color-secondary-darken-alt);
  color: var(--global--color-white);
}
.btn--primary:active i, .btn--primary:focus i, .btn--primary:hover i {
  color: var(--global--color-white);
}
.btn--primary.btn-square-arrow i {
  background-color: var(--global--color-primary-alt);
}
.btn--primary.btn-square-arrow:active, .btn--primary.btn-square-arrow:focus, .btn--primary.btn-square-arrow:hover {
  background-color: var(--global--color-primary-alt);
  color: var(--global--color-white);
}
.btn--primary.btn-square-arrow:active i, .btn--primary.btn-square-arrow:focus i, .btn--primary.btn-square-arrow:hover i {
  background-color: var(--global--color-primary);
}

/* Button Secondary*/
.btn--secondary {
  background-color: var(--global--color-secondary);
  color: var(--global--color-white);
}
.btn--secondary i {
  color: var(--global--color-white);
}
.btn--secondary:active, .btn--secondary:focus, .btn--secondary:hover {
  background-color: var(--global--color-secondary-darken);
  color: var(--global--color-white);
}
.btn--secondary.btn-square-arrow i, .btn--secondary.btn-square-arrow svg {
  background-color: var(--global--color-secondary-alt);
}
.btn--secondary.btn-square-arrow:active, .btn--secondary.btn-square-arrow:focus, .btn--secondary.btn-square-arrow:hover {
  background-color: var(--global--color-secondary-alt);
  color: var(--global--color-white);
}
.btn--secondary.btn-square-arrow:active i, .btn--secondary.btn-square-arrow:active svg, .btn--secondary.btn-square-arrow:focus i, .btn--secondary.btn-square-arrow:focus svg, .btn--secondary.btn-square-arrow:hover i, .btn--secondary.btn-square-arrow:hover svg {
  background-color: var(--global--color-secondary);
}

/* Button Secondary*/
.btn--secondary-dark {
  background-color: var(--global--color-secondary-darken);
  color: var(--global--color-white);
}
.btn--secondary-dark i {
  color: var(--global--color-white);
}
.btn--secondary-dark:active, .btn--secondary-dark:focus, .btn--secondary-dark:hover {
  background-color: var(--global--color-secondary-darken-alt);
  color: var(--global--color-white);
}
.btn--secondary-dark.btn-square-arrow i {
  background-color: var(--global--color-secondary-darken-alt);
}
.btn--secondary-dark.btn-square-arrow:active, .btn--secondary-dark.btn-square-arrow:focus, .btn--secondary-dark.btn-square-arrow:hover {
  background-color: var(--global--color-secondary-darken-alt);
  color: var(--global--color-white);
}
.btn--secondary-dark.btn-square-arrow:active i, .btn--secondary-dark.btn-square-arrow:focus i, .btn--secondary-dark.btn-square-arrow:hover i {
  background-color: var(--global--color-secondary-darken);
}

/* Button White */
.btn--white {
  background-color: var(--global--color-white);
  color: var(--global--color-heading);
}
.btn--white i {
  color: var(--global--color-heading);
}
.btn--white:active, .btn--white:focus, .btn--white:hover {
  color: var(--global--color-white);
  background-color: var(--global--color-secondary-alt);
}
.btn--white:active i, .btn--white:focus i, .btn--white:hover i {
  color: var(--global--color-white);
}
.btn--white.btn-square-arrow {
  background-color: #fefefe;
  color: var(--global--color-secondary-darken);
}
.btn--white.btn-square-arrow i {
  color: var(--global--color-secondary-darken);
  background-color: #e6e8eb;
}
.btn--white.btn-square-arrow:active, .btn--white.btn-square-arrow:focus, .btn--white.btn-square-arrow:hover {
  background-color: #e6e8eb;
}
.btn--white.btn-square-arrow:active i, .btn--white.btn-square-arrow:focus i, .btn--white.btn-square-arrow:hover i {
  background-color: #fefefe;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-control {
  font-family: var(--global--font-body);
  color: #68738e;
  font-size: 14px;
  font-weight: 400;
  height: 50px;
  line-height: 1px;
  border-radius: 0px;
  border: 1px solid #f0f1f3;
  background-color: #f0f1f3;
  padding-left: 20px;
  margin-bottom: 25px;
  position: relative;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.form-control:focus {
  border-color: var(--global--color-heading);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.form-control::-webkit-input-placeholder {
  font-family: var(--global--font-body);
  color: #68738e;
  font-size: 14px;
  text-transform: capitalize;
}
.form-control::-moz-placeholder {
  font-family: var(--global--font-body);
  color: #68738e;
  font-size: 14px;
  text-transform: capitalize;
}
.form-control:-ms-input-placeholder {
  font-family: var(--global--font-body);
  color: #68738e;
  font-size: 14px;
  text-transform: capitalize;
}
.form-control.nice-select {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-control.nice-select::after {
  width: 6px;
  height: 6px;
  border-color: var(--global--color-body);
  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: 3px;
  left: 16px;
  color: red;
}
.form-control.error {
  border-color: red;
}

.form-label {
  font-family: var(--global--font-body);
  font-weight: 700;
  font-size: 14px;
  color: #032359;
  margin-bottom: 9px;
  text-transform: capitalize;
}

.custom-radio-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
@media screen and (max-width:767.98px) {
  .custom-radio-group {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.custom-radio-group .custom-control {
  position: relative;
  min-height: 0;
  margin-right: 30px;
  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: var(--global--color-primary);
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(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%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  border-radius: 4px;
  border: 3px solid #eaeaea;
  width: 17px;
  height: 17px;
}
.custom-radio-group .custom-control label::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  left: 5px;
  top: 9px;
  background-color: transparent;
  -webkit-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}

textarea.form-control {
  height: auto;
  min-height: 80px;
  padding-top: 15px;
}

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

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

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

.time-select,
.date-select {
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
  background-color: #f0f1f3;
}
.time-select:hover, .time-select:active, .time-select:focus,
.date-select:hover,
.date-select:active,
.date-select:focus {
  background-color: var(--global--color-white);
}
.time-select input,
.date-select input {
  position: relative;
  background-color: transparent;
  margin-bottom: 0;
  z-index: 1;
}
.time-select input:hover, .time-select input:active, .time-select input:focus,
.date-select input:hover,
.date-select input:active,
.date-select input:focus {
  background-color: transparent;
}
.time-select input::-webkit-calendar-picker-indicator, .time-select input::-webkit-inner-spin-button,
.date-select input::-webkit-calendar-picker-indicator,
.date-select input::-webkit-inner-spin-button {
  display: block;
  -webkit-appearance: block;
  opacity: 0;
}
.time-select i,
.date-select i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 16px;
  right: 20px;
  color: #032359;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .time-select i,
.date-select i {
    right: 10px;
  }
}

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

.advantages-list {
  text-align: left;
  margin: 0;
  padding: 0;
  list-style: none;
}
.advantages-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: var(--global--font-body);
  font-weight: 700;
  font-size: 15px;
  line-height: 36px;
  color: #68738e;
  text-transform: capitalize;
  position: relative;
}
@media (min-width:992px) and (max-width:1199.98px) {
  .advantages-list li {
    font-size: 14px;
  }
}
.advantages-list li i {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 22px;
  height: 22px;
  background: var(--global--color-primary);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 50%;
  margin-right: 15px;
  font-size: 10px;
  color: var(--global--color-white);
}
.advantages-list.advantages-list-white li {
  color: #f9f9f9;
}
.advantages-list.advantages-list-white li i {
  color: var(--global--color-heading);
}

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

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

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

/*------------------------------------*\
    #NOTE
\*------------------------------------*/
.note {
  text-align: center;
}
@media screen and (max-width:991.98px) {
  .note {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
.note p {
  font-family: var(--global--font-body);
  font-weight: 700;
  font-size: 14px;
  color: #9094a3;
  line-height: 25px;
  margin-bottom: 0;
}
.note p a {
  position: relative;
  color: var(--global--color-secondary-darken);
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  text-transform: capitalize;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 2px;
}
.note p a:hover::before {
  width: 80%;
}
.note p a::before {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: var(--global--color-primary);
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  height: 2px;
  width: 100%;
}
.note.note-light p {
  color: #f4f4f4;
}
.note.note-light p a {
  color: var(--global--color-primary);
}
.note.note-light p a::before {
  background-color: var(--global--color-primary);
}
.note.note-2 p a:hover i {
  margin-left: 5px;
}
.note.note-2 p a::before {
  content: unset;
}
.note.note-2 p a i {
  margin-left: 10px;
  color: var(--global--color-primary);
  font-size: 10px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.note.note-3 a {
  font-size: 15px;
  color: var(--global--color-secondary-darken);
  padding-bottom: 0;
}
.note.note-3 a i {
  font-size: 11px;
  color: var(--global--color-secondary);
  margin-left: 10px;
}
.note.note-3 a::before {
  content: unset;
}

/*------------------------------------*\
    #Accordion
\*------------------------------------*/
/* Accordion Base */
.accordion {
  border-top: 6px solid var(--global--color-secondary);
  margin-bottom: 40px;
}
.accordion .card,
.accordion .card:first-of-type,
.accordion .card:not(:first-of-type):not(:last-of-type) {
  padding: 21px 0px 21px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  border-bottom: 2px solid #e6e8eb;
  margin-bottom: 0px;
  border-radius: 0px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  text-align: left;
}
.accordion .card.active-acc .card-heading .card-link,
.accordion .card:first-of-type.active-acc .card-heading .card-link,
.accordion .card:not(:first-of-type):not(:last-of-type).active-acc .card-heading .card-link {
  color: var(--global--color-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: 0;
}
.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: 19px;
  font-weight: 500;
  color: var(--global--color-secondary-darken);
  text-transform: capitalize;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: block;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.accordion .card .card-heading .card-link::before,
.accordion .card:first-of-type .card-heading .card-link::before,
.accordion .card:not(:first-of-type):not(:last-of-type) .card-heading .card-link::before {
  /* symbol for "opening" cards */
  content: "\f054";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: var(--global--color-secondary);
  color: var(--global--color-white);
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-size: 10px;
  margin-right: 20px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.accordion .card .card-heading .card-link.collapsed::before,
.accordion .card:first-of-type .card-heading .card-link.collapsed::before,
.accordion .card:not(:first-of-type):not(:last-of-type) .card-heading .card-link.collapsed::before {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  /* symbol for "collapsed" cards */
  background-color: var(--global--color-secondary-darken);
  color: var(--global--color-white);
}
.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: #9094a3;
  padding: 16px 0 0 42px;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}
.accordion .card:last-of-type {
  margin-bottom: 0px;
}
.accordion.accordion-2 {
  padding-top: 0px;
  padding-bottom: 30px;
  border-top: 0;
  margin-bottom: 0;
  overflow: visible;
  z-index: 2;
  position: relative;
}
@media screen and (max-width:991.98px) {
  .accordion.accordion-2 {
    padding-bottom: 0px;
  }
}
.accordion.accordion-2 p {
  font-family: var(--global--font-body);
  font-size: 16px;
  line-height: 27px;
  font-weight: 700;
  color: var(--global--color-secondary-darken-alt);
  margin-bottom: 32px;
}
@media screen and (max-width:991.98px) {
  .accordion.accordion-2 p {
    text-align: center;
  }
}
.accordion.accordion-2 .accordion-holder {
  border-top: 6px solid var(--global--color-secondary);
}
@media screen and (max-width:991.98px) {
  .accordion.accordion-2 .accordion-holder {
    margin-bottom: 70px;
  }
}
@media screen and (min-width:992px) {
  .accordion.accordion-2 .sidebar-faqs {
    margin-top: 8px;
    margin-left: 0;
    margin-right: auto;
  }
}
.accordion.accordion-2 .divider {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 4;
}
.accordion.accordion-2 .divider::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  width: 50%;
  height: 100%;
  background-color: var(--global--color-white);
}
.accordion.accordion-2 .divider .bg {
  background-color: var(--global--color-white);
  height: 80px;
}
.accordion.accordion-3 {
  margin-bottom: 70px;
}

/*------------------------------------*\
    #PAGINATION
\*------------------------------------*/
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  border-radius: 0;
}
.pagination li {
  margin-left: 10px;
  display: inline-block;
}
.pagination li:first-child {
  margin-left: 0;
}
.pagination li:last-child {
  margin-left: 20px;
}
.pagination li a,
.pagination li span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--global--color-white);
  color: var(--global--color-secondary-darken);
  font-family: var(--global--font-body);
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0;
  width: 54px;
  height: 54px;
  border: 2px solid #e6e8eb;
  -webkit-transition: 300ms ease-in-out;
  -o-transition: 300ms ease-in-out;
  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: 11px;
}
.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;
  -webkit-transform: translate3d(0, 200%, 0);
          transform: translate3d(0, 200%, 0);
  -webkit-animation: alertfadein 0.35s ease 0.5s both;
          animation: alertfadein 0.35s ease 0.5s both;
}
.subscribe-alert .alert {
  margin: 0 auto;
  font-size: 18px;
  height: 60px;
  line-height: 60px;
  border: none;
  border-radius: 0;
  padding: 0 30px;
  color: var(--global--color-white);
}
.subscribe-alert .alert:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  background-color: rgba(0, 0, 0, 0.1);
  font-weight: 600;
  font-size: 18px;
  cursor: pointer;
  -webkit-transition: background-color 0.25s ease;
  -o-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
  content: "\f00d";
  font-family: "Font Awesome 5 Free";
}
.subscribe-alert .alert.alert-danger {
  background-color: #cc0000;
}
.subscribe-alert .alert.alert-success {
  background-color: #198c19;
}

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

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

/*------------------------------------*\
    #BACK TO TOP
\*------------------------------------*/
#back-to-top {
  z-index: 999;
  position: fixed;
  right: 0px;
  bottom: 0px;
  opacity: 0;
  width: 80px;
  height: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 300ms ease-in-out;
  -o-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
  background-color: var(--global--color-secondary);
}
#back-to-top:hover {
  background-color: var(--global--color-heading);
}
#back-to-top.show {
  opacity: 1;
}
#back-to-top svg {
  color: var(--global--color-white);
  margin-bottom: 6px;
}
#back-to-top span {
  font-family: var(--global--font-body);
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  color: var(--global--color-white);
  text-transform: uppercase;
}
@media screen and (max-width:991.98px) {
  #back-to-top {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    right: 20px;
    bottom: 20px;
  }
  #back-to-top svg {
    margin-bottom: 0;
  }
  #back-to-top span {
    display: none;
  }
}


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

/*------------------------------------*\
    #Menu
\*------------------------------------*/
.header .navbar {
  -webkit-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.11);
          box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.11);
  margin-bottom: 0;
  border-radius: 0;
  border: none;
  z-index: 7777;
  padding: 0;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  padding: 0 40px;
}
@media screen and (min-width:992px) {
  .header .navbar {
    min-height: 80px;
    position: relative;
    top: auto;
    bottom: auto;
    right: auto;
    left: auto;
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .header .navbar {
    padding: 0px 20px;
  }
}
.header .navbar.navbar-bordered {
  border-bottom: 1px solid rgba(234, 234, 234, 0.149);
}
.header .navbar .navbar-nav > li {
  margin-right: 30px;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1400px) {
  .header .navbar .navbar-nav > li {
    margin-right: 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .navbar .navbar-nav > li > a::before {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 4px;
  background: var(--global--color-primary);
  content: "";
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.2, 1, 0.3, 1);
  transition: -webkit-transform 1s cubic-bezier(0.2, 1, 0.3, 1);
  -o-transition: transform 1s cubic-bezier(0.2, 1, 0.3, 1);
  transition: transform 1s cubic-bezier(0.2, 1, 0.3, 1);
  transition: transform 1s cubic-bezier(0.2, 1, 0.3, 1), -webkit-transform 1s cubic-bezier(0.2, 1, 0.3, 1);
  -webkit-transform-origin: 100% 50%;
      -ms-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  -webkit-transform: scale3d(0, 1, 1);
          transform: scale3d(0, 1, 1);
}
.header .navbar .navbar-nav > li.has-dropdown > a {
  position: relative;
}
.header .navbar .navbar-nav > li.has-dropdown > a::after {
  border: 0;
  content: "\f078";
  position: relative;
  margin-left: 7px;
  font-size: 11px;
  font-family: "Font Awesome 5 Free";
  color: var(--global--font-heading);
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.header .navbar .navbar-nav > li.has-dropdown.active > a::after, .header .navbar .navbar-nav > li.has-dropdown:hover > a::after {
  color: var(--global--color-primary);
}
.header .navbar .navbar-nav > li.single-link.active > a, .header .navbar .navbar-nav > li.single-link:hover > a {
  color: var(--global--color-primary);
}
@media screen and (min-width:1200px) {
  .header .navbar .navbar-nav > li.single-link.active > a::before, .header .navbar .navbar-nav > li.single-link:hover > a::before {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
    -webkit-transform-origin: 0 50%;
        -ms-transform-origin: 0 50%;
            transform-origin: 0 50%;
    background-color: var(--global--color-primary);
  }
}
.header .navbar .navbar-nav > li.active > .dropdown-toggle, .header .navbar .navbar-nav > li:hover .dropdown-toggle {
  color: var(--global--color-secondary);
}
.header .navbar .navbar-nav > li.active > .dropdown-toggle::before, .header .navbar .navbar-nav > li:hover .dropdown-toggle::before {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  -webkit-transform-origin: 0 50%;
      -ms-transform-origin: 0 50%;
          transform-origin: 0 50%;
}
.header .navbar .navbar-nav > li.active > .dropdown-toggle::after, .header .navbar .navbar-nav > li:hover .dropdown-toggle::after {
  color: var(--global--color-secondary);
}
.header .navbar.navbar-fixed {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background: var(--global--color-white);
  -webkit-animation: fadeInDown 1s ease-in-out;
          animation: fadeInDown 1s ease-in-out;
  -webkit-box-shadow: 0 2px 4px rgba(3, 27, 78, 0.1);
          box-shadow: 0 2px 4px rgba(3, 27, 78, 0.1);
}
@media screen and (max-width:991.98px) {
  .header .navbar.navbar-fixed {
    border-color: var(--global--color-white);
  }
}
.header .navbar.navbar-fixed.navbar-bordered {
  border-bottom: 0;
}
@media screen and (min-width:992px) {
  .header .navbar.navbar-fixed .navbar-brand .logo-dark {
    display: inline-block;
  }
}
.header .navbar.navbar-fixed .navbar-brand .logo-light {
  display: none;
}
.header .navbar.navbar-fixed .navbar-nav > li > a {
  color: var(--global--color-heading);
}

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

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

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

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

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

/*------------------------------------*\
    #Menu
\*------------------------------------*/
/* Small Devices, Tablets */
@media only screen and (max-width:991.98px) {
  .header .navbar {
    padding: 0 40px;
  }

  /* Navabar */

  /* Header Modifers */
}
@media only screen and (max-width:991.98px) and (max-width:767.98px) {
  .header .navbar {
    padding: 0 20px;
  }
}
@media only screen and (max-width:991.98px) {
  .header .navbar .navbar-brand {
    margin-right: 0;
  }
  .header .navbar .navbar-brand .logo-light {
    display: none;
  }
  .header .navbar .navbar-brand .logo-phone {
    width: auto;
  }
}
@media only screen and (max-width:991.98px) {
  .header .navbar .navbar-collapse {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    max-height: calc(100vh - 80px);
    background-color: var(--global--color-white);
    padding: 13px 30px 30px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .header .navbar .navbar-collapse::-webkit-scrollbar {
    height: 7px;
    width: 4px;
  }
  .header .navbar .navbar-collapse::-webkit-scrollbar-thumb {
    margin-right: 4px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 7px;
    cursor: pointer;
  }
  .header .navbar .navbar-collapse.show {
    visibility: visible;
    opacity: 1;
  }
}
@media only screen and (max-width:991.98px) {
  .header .navbar.navbar-bordered .navbar-collapse {
    top: calc(100% + 1px);
  }
}
@media only screen and (max-width:991.98px) {
  .header .navbar {
    /* Mega Menu Content */
  }
  .header .navbar .navbar-nav > li {
    margin-right: 0px;
    border-bottom: 1px solid rgba(234, 234, 234, 0.5);
  }
  .header .navbar .navbar-nav > li > a, .header .navbar .navbar-nav > li.active > a {
    line-height: 45px;
    color: var(--global--color-heading);
    display: block;
    z-index: 5;
  }
  .header .navbar .navbar-nav > li > a::before, .header .navbar .navbar-nav > li > a::after, .header .navbar .navbar-nav > li.active > a::before, .header .navbar .navbar-nav > li.active > a::after {
    display: none;
  }
  .header .navbar .menu-item::before {
    display: none;
  }
  .header .navbar .has-dropdown > .dropdown-menu {
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .header .navbar .has-dropdown::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    content: "\f054";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 12px;
    position: absolute;
    right: 0;
    top: 13px;
    color: var(--global--color-heading);
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .header .navbar .has-dropdown:hover::after, .header .navbar .has-dropdown.active::after {
    color: var(--global--color-primary);
  }
  .header .navbar .has-dropdown.show::after {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .header .navbar .dropdown-menu.show {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 10px;
    border-radius: 0;
  }
  .header .navbar .dropdown-menu li {
    line-height: 26px;
  }
  .header .navbar .dropdown-menu li.current a {
    background-color: var(--global--color-primary);
    color: var(--global--color-heading);
  }
  .header .navbar .dropdown-menu li a {
    color: var(--global--color-heading);
    font-size: 15px;
    font-weight: 500;
    display: block;
    padding: 4px 15px;
    margin-bottom: 5px;
    text-transform: capitalize;
    border-radius: 3px;
  }
  .header .navbar .dropdown-menu li a:hover {
    background-color: var(--global--color-primary);
    color: var(--global--color-heading);
  }
  .header .navbar .show > .dropdown-menu {
    display: block;
  }
  .header .navbar .dropdown-submenu.show .dropdown-menu {
    display: block;
  }
  .header .navbar .dropdown-submenu .dropdown-menu {
    padding-left: 20px;
  }
  .header .navbar li.has-dropdown.mega-dropdown > .dropdown-menu {
    padding-left: 15px;
  }
}
@media only screen and (max-width:991.98px) and (max-width:767.98px) {
  .header .navbar li.has-dropdown.mega-dropdown > .dropdown-menu .row div {
    margin-bottom: 20px;
  }
  .header .navbar li.has-dropdown.mega-dropdown > .dropdown-menu .row div:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width:991.98px) {
  .header .navbar li.has-dropdown.mega-dropdown > .dropdown-menu .row .menu-head {
    font-size: 14px;
    font-family: var(--global--font-heading);
    font-weight: 700;
    color: var(--global--font-heading);
    text-transform: capitalize;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width:991.98px) {
  .navbar.navbar-light .navbar-nav > li > a {
    color: var(--global--color-heading);
  }
}
@media only screen and (max-width:991.98px) {
  .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");
  }
}
@media only screen and (max-width:991.98px) {
  .navbar-dark .navbar-toggler,
.navbar-light.navbar-fixed .navbar-toggler {
    color: #222;
    border-color: #222;
  }
  .navbar-dark .navbar-toggler-icon,
.navbar-light.navbar-fixed .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(34,34,34, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  }
}
/*------------------------------------*\
    #Menu
\*------------------------------------*/
@media only screen and (min-width:992px) {
  .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }

  /* Menu with Dropdown */
  .navbar-nav {
    /* Mega Menu Content */
  }
  .navbar-nav > li.has-dropdown > ul.dropdown-menu {
    -webkit-box-shadow: 0px 5px 41.5px rgba(40, 40, 40, 0.11);
            box-shadow: 0px 5px 41.5px rgba(40, 40, 40, 0.11);
    -webkit-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0px;
    right: auto;
    -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
            transform: translateY(20px);
    display: block;
    width: 235px;
    padding: 24px 40px 25px;
    background-color: var(--global--color-secondary-darken);
    border-radius: 0px;
    -webkit-box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.12);
            box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.12);
  }
  .navbar-nav > li.has-dropdown > ul.dropdown-menu > li {
    padding-right: 0;
    position: relative;
    vertical-align: top;
  }
  .navbar-nav > li.has-dropdown > ul.dropdown-menu li a {
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: relative;
    font-family: var(--global--font-body);
    color: var(--global--color-white);
    padding: 10px 0px 9px 0;
    display: block;
    font-size: 14px;
    font-weight: 600;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    text-transform: capitalize;
    border-radius: 0;
    position: relative;
  }
  .navbar-nav > li.has-dropdown > ul.dropdown-menu li a::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    height: 1px;
    width: 0;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    background-color: var(--global--color-white);
  }
  .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-white);
  }
  .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 {
    color: var(--global--color-white);
  }
  .navbar-nav > li.has-dropdown:hover > ul.dropdown-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    z-index: 100;
    display: block;
  }
  .navbar-nav li ul.dropdown-menu.left {
    left: -650px !important;
    margin-left: 0 !important;
  }
  .navbar-nav li.has-dropdown.mega-dropdown > .dropdown-menu {
    background-color: var(--global--color-white);
    padding: 0;
    width: 480px;
  }
  .navbar-nav li.has-dropdown.mega-dropdown > .dropdown-menu li {
    padding-left: 0;
    padding-right: 0;
  }
  .navbar-nav li.has-dropdown.mega-dropdown > .dropdown-menu .row {
    background-color: var(--global--color-white);
    margin-right: 0;
    margin-left: 0;
    padding: 38px 23px 25px;
  }
  .navbar-nav li.has-dropdown.mega-dropdown > .dropdown-menu .row .menu-head {
    font-size: 16px;
    font-family: var(--global--font-heading);
    font-weight: 700;
    color: var(--global--color-heading-light);
    text-transform: capitalize;
    margin-bottom: 13px;
  }
  .navbar-nav li.has-dropdown.mega-dropdown > .dropdown-menu .row ul {
    margin: 0;
    padding: 0;
  }
  .navbar-nav li.has-dropdown.mega-dropdown > .dropdown-menu .row ul li a {
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: relative;
    font-family: var(--global--font-body);
    color: var(--global--color-body);
    padding: 10px 0px 9px 0;
    display: block;
    font-size: 14px;
    font-weight: 400;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    text-transform: capitalize;
    border-radius: 0;
    border-bottom: 1px solid #eaeaea;
    position: relative;
  }
  .navbar-nav li.has-dropdown.mega-dropdown > .dropdown-menu .row ul li a::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    height: 1px;
    width: 0px;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    background-color: var(--global--color-heading);
  }
  .navbar-nav li.has-dropdown.mega-dropdown > .dropdown-menu .row ul li a:active, .navbar-nav li.has-dropdown.mega-dropdown > .dropdown-menu .row ul li a:focus, .navbar-nav li.has-dropdown.mega-dropdown > .dropdown-menu .row ul li a:hover {
    color: var(--global--color-heading);
  }
  .navbar-nav li.has-dropdown.mega-dropdown > .dropdown-menu .row ul li a:active::after, .navbar-nav li.has-dropdown.mega-dropdown > .dropdown-menu .row ul li a:focus::after, .navbar-nav li.has-dropdown.mega-dropdown > .dropdown-menu .row ul li a:hover::after {
    width: 100%;
  }
  .navbar-nav li.has-dropdown.mega-dropdown > .dropdown-menu .row ul li:last-child a {
    border-bottom: 0;
  }
  .navbar-nav li.has-dropdown.mega-dropdown > .dropdown-menu .row ul li:last-child a::after {
    content: unset;
  }
  .navbar-nav li.has-dropdown.mega-dropdown > .dropdown-menu .row ul li.current > a {
    border-color: var(--global--color-heading);
    color: var(--global--color-heading);
  }
  .navbar-nav.ms-auto.me-auto li.has-dropdown.mega-dropdown {
    position: absolute;
  }
  .navbar-nav.ms-auto:not(.me-auto) li.has-dropdown.mega-dropdown {
    position: relative;
  }
}
/*------------------------------------*\
    #MODULE
\*------------------------------------*/
.module-holder {
  margin-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 110px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width:991.98px) {
  .module-holder {
    margin-top: 30px;
    margin-left: 0;
    height: auto;
  }
}
@media screen and (max-width:991.98px) {
  .module-holder div:not(.module-contact) {
    display: none;
  }
}

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

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

/* Module 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: 40px;
  right: 40px;
  border-radius: 8px 8px 0 8px;
  position: absolute;
  width: 50px;
  height: 50px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--global--color-white);
  background-color: var(--global--color-primary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.module-fullscreen.module-active {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

/* Module Search */
.module-search {
  position: relative;
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px;
}
@media screen and (min-width:992px) {
  .module-search {
    height: 110px;
  }
}
.module-search .module-icon:hover i,
.module-search .module-icon:hover span {
  color: var(--global--color-primary);
}
.module-search .module-icon i {
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: var(--global--color-heading);
}

.module-search-warp {
  left: 0;
  top: 0;
  right: 0;
  z-index: 9999;
  display: block;
  height: 20%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  background-color: var(--global--color-white);
  position: fixed;
}
.module-search-warp.search-warp-active {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.module-search-warp .module-cancel {
  top: 40px;
  right: 40px;
  border-radius: 3px;
  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);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width:767.98px) {
  .module-search-warp .module-cancel {
    top: 30px;
    right: 20px;
    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: "\f002";
  color: var(--global--color-heading);
  font-family: "Font Awesome 5 Free";
  font-size: 28px;
  font-weight: 900;
  line-height: 70px;
  z-index: 999;
  cursor: pointer;
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          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;
  font-family: var(--global--font-heading);
  font-size: 35px;
  font-weight: 500;
  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;
  -webkit-transition: 400ms linear;
  -o-transition: 400ms linear;
  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);
}
.module-search-warp .form-control::-webkit-input-placeholder {
  color: var(--global--color-body);
  font-family: var(--global--font-heading);
  font-size: 35px;
  font-weight: 500;
}
@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;
  font-weight: 500;
}
@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;
  font-weight: 500;
}
@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;
  font-weight: 500;
}
@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 SideNav */
.module-sidenav .module-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 110px;
  height: 80px;
  background: var(--global--color-primary);
  border-right: 1px solid #404040;
}
@media (min-width: 992px) and (max-width: 1399.98px) {
  .module-sidenav .module-icon {
    width: 60px;
  }
}
@media screen and (min-width:992px) {
  .module-sidenav .module-icon {
    height: 110px;
  }
}
@media screen and (max-width:991.98px) {
  .module-sidenav .module-icon {
    width: 80px;
  }
}

/* Module Cart */
.module-cart {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 40px;
  margin-right: 40px;
}
@media (min-width: 992px) and (max-width: 1400px) {
  .module-cart {
    margin-right: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width:992px) {
  .module-cart {
    height: 110px;
    border-right: 1px solid rgba(234, 234, 234, 0.149);
  }
}
@media screen and (max-width:991.98px) {
  .module-cart {
    height: 80px;
    margin-right: 30px;
    padding-right: 0;
  }
}
.module-cart .module-icon {
  position: relative;
}
.module-cart .module-icon i {
  color: var(--global--color-heading);
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-size: 16px;
  position: relative;
  cursor: pointer;
}
.module-cart .module-cart-warp {
  position: absolute;
  -webkit-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.13);
          box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.13);
  top: 100%;
  left: -150px;
  width: 290px;
  background-color: var(--global--color-white);
  padding: 40px;
  border-radius: 0 0 6px 6px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(40px);
      -ms-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: 500ms;
  -o-transition: 500ms;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.module-cart .module-cart-warp .cart-overview li:last-child {
  margin-bottom: 25px;
}
.module-cart .module-cart-warp .cart-overview li .cart-cancel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--global--color-white);
  font-size: 7px;
  -ms-flex-negative: 0;
      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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 60px;
  height: 60px;
  margin-right: 15px;
}
.module-cart .module-cart-warp .cart-overview li .product-meta {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          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;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

/* Module Contact */
.module-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width:991.98px) {
  .module-contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}
@media screen and (max-width:991.98px) {
  .module-contact .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1300px) {
  .module-contact .btn:first-child {
    display: none;
  }
}
@media screen and (min-width:992px) {
  .module-contact .btn:first-child {
    padding: 0;
    padding-right: 20px;
    width: auto;
    height: auto;
    background-color: transparent;
    color: var(--global--color-secondary-darken);
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@media screen and (max-width:991.98px) {
  .module-contact .btn:first-child {
    color: var(--global--color-secondary-darken);
    -webkit-box-shadow: none;
            box-shadow: none;
    margin-bottom: 10px;
  }
}
@media screen and (min-width:992px) {
  .module-contact .btn:first-child::before {
    content: unset;
  }
}
@media screen and (min-width:992px) {
  .module-contact .btn:first-child:hover, .module-contact .btn:first-child:active, .module-contact .btn:first-child:focus {
    color: var(--global--color-primary);
  }
}
.module-contact .btn:last-child {
  padding: 0 15px;
}
@media (min-width:992px) and (max-width:1199.98px) {
  .module-contact .btn:last-child {
    padding: 0 15px;
    width: 170px;
  }
}
@media screen and (min-width:992px) {
  .module-contact .btn:last-child {
    width: 190px;
  }
}
.module-contact.module-contact-2 {
  margin-right: 30px;
}
@media screen and (max-width:991.98px) {
  .module-contact.module-contact-2 {
    margin-right: 0;
  }
}
@media screen and (min-width:992px) {
  .module-contact.module-contact-2 .btn {
    width: 190px;
    height: 50px;
  }
}

/* Module Phone */
.module-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-right: 30px;
}
@media (min-width: 992px) and (max-width: 1400px) {
  .module-phone {
    margin-right: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1150px) {
  .module-phone {
    display: none;
  }
}
.module-phone .module-icon {
  margin-right: 10px;
}
.module-phone .module-icon svg {
  color: var(--global--color-heading);
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: inline-block;
}
.module-phone .module-body {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.module-phone .module-body span {
  font-family: var(--global--font-body);
  font-size: 13px;
  font-weight: 400;
  color: var(--global--color-gray-darken);
  text-transform: capitalize;
}
.module-phone .module-body a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--global--color-heading);
  font-family: var(--global--font-body);
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.module-phone .module-body a:hover {
  color: var(--global--color-primary);
}
.module-phone:hover .module-icon svg {
  color: var(--global--color-primary);
}
.module-phone:hover .module-body a {
  color: var(--global--color-primary);
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .module-phone.module-phone-2 {
    display: none;
  }
}
.module-phone.module-phone-2 .module-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 53px;
  height: 53px;
  background: transparent;
  border: 2px solid var(--global--color-white);
  border-radius: 50%;
  margin-right: 15px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.module-phone.module-phone-2:hover .module-icon {
  background-color: var(--global--color-white);
}
.module-phone.module-phone-2:hover .module-icon svg {
  color: var(--global--color-heading);
}

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

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

/*------------------------------------*\
    #TopBar
\*------------------------------------*/
.top-bar {
  padding: 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 50px;
  position: relative;
  z-index: 8888;
  background-color: var(--global--color-heading-light);
}
@media (min-width: 992px) and (max-width: 1450px) {
  .top-bar {
    padding: 0px 20px;
  }
}
.top-bar .block-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
@media screen and (min-width: 1350px) {
  .top-bar .block-left {
    -ms-flex-preferred-size: 39%;
        flex-basis: 39%;
  }
}
.top-bar .block-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (min-width: 1350px) {
  .top-bar .block-right {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
  }
}
@media screen and (min-width:992px) {
  .top-bar .block-right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (min-width: 992px) and (max-width: 1185px) {
  .top-bar .block-right {
    margin-bottom: 0px;
  }
}
.top-bar .block-right .module-language {
  margin-left: 30px;
}
@media (min-width: 992px) and (max-width: 1549.98px) {
  .top-bar .block-right .module-language {
    margin-left: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1154.98px) {
  .top-bar .block-right .module-language {
    display: none;
  }
}
.top-bar .block-right .module-social {
  margin-left: 30px;
}
@media (min-width: 992px) and (max-width: 1399.98px) {
  .top-bar .block-right .module-social {
    margin-left: 15px;
  }
}
.top-bar .headline-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-bar .headline-wrapper .headline {
  font-family: var(--global--font-body);
  font-size: 13px;
  line-height: 22px;
  color: var(--global--color-white-light);
  font-weight: 400;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 5px;
}
.top-bar .headline-wrapper .headline svg {
  color: var(--global--color-primary);
  margin-right: 9px;
}
.top-bar .headline-wrapper .owl-carousel {
  width: 200px;
  display: inline-block;
}
.top-bar .headline-wrapper .owl-carousel a {
  font-family: var(--global--font-body);
  font-size: 13px;
  color: var(--global--color-primary);
  font-weight: 400;
  line-height: 22px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-bar .headline-wrapper .owl-carousel a:hover svg {
  -webkit-transform: translateX(-5px);
      -ms-transform: translateX(-5px);
          transform: translateX(-5px);
}
.top-bar .headline-wrapper .owl-carousel a svg {
  fill: var(--global--color-primary);
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  margin-left: 10px;
}
.top-bar .top-bar-links-wrapper {
  margin-right: 20px;
}
.top-bar .top-bar-links-wrapper .top-bar-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  font-family: var(--global--font-body);
  font-size: 13px;
  line-height: 21px;
  font-weight: 400;
  color: var(--global--color-white);
  margin-bottom: 0px;
  margin-right: 20px;
  text-transform: capitalize;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .top-bar .top-bar-links-wrapper .top-bar-link {
    margin-right: 10px;
  }
}
.top-bar .top-bar-links-wrapper .top-bar-link:last-child {
  margin-right: 0;
}
.top-bar .top-bar-links-wrapper .top-bar-link:hover {
  color: var(--global--color-primary);
}
.top-bar .top-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top-bar .top-contact .contact-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 30px;
}
@media (min-width: 992px) and (max-width: 1349.98px) {
  .top-bar .top-contact .contact-info {
    margin-right: 15px;
  }
}
@media (min-width: 1350px) and (max-width: 1549.98px) {
  .top-bar .top-contact .contact-info {
    margin-right: 10px;
  }
}
.top-bar .top-contact .contact-info:last-child {
  margin-right: 0;
}
@media (min-width: 992px) and (max-width: 1379.98px) {
  .top-bar .top-contact .contact-info:last-child {
    display: none;
  }
}
.top-bar .top-contact .contact-info .contact-icon svg {
  color: var(--global--color-primary);
  margin-right: 10px;
}
.top-bar .top-contact .contact-info .contact-body a,
.top-bar .top-contact .contact-info .contact-body p {
  font-family: var(--global--font-body);
  font-size: 13px;
  line-height: 22px;
  font-weight: 400;
  color: var(--global--color-white-light);
  margin-bottom: 0px;
  text-transform: capitalize;
}
.top-bar .top-contact .contact-info .contact-body a:hover {
  color: var(--global--color-primary);
}
.top-bar.top-bar-2 {
  background-color: #053485;
}
.top-bar.top-bar-2 .block-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
@media screen and (min-width: 1350px) {
  .top-bar.top-bar-2 .block-left {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
  }
}
.top-bar.top-bar-2 .block-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (min-width: 1350px) {
  .top-bar.top-bar-2 .block-right {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
  }
}
@media screen and (min-width:992px) {
  .top-bar.top-bar-2 .block-right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

/*------------------------------------*\
    #Page Title
\*------------------------------------*/
.page-title {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 500px;
  padding-bottom: 110px;
}
@media screen and (max-width:991.98px) {
  .page-title {
    padding-bottom: 70px;
  }
}
.page-title.page-title-blank {
  padding: 30px 0;
  height: auto;
}
@media screen and (max-width:991.98px) {
  .page-title .title {
    text-align: center;
  }
}
.page-title .title .title-subheading {
  font-family: var(--global--font-body);
  color: var(--global--color-gray);
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 15px;
}
@media screen and (max-width:991.98px) {
  .page-title .title .title-subheading {
    line-height: 1.5;
  }
}
.page-title .title .title-heading {
  font-family: var(--global--font-heading);
  color: var(--global--color-white);
  font-weight: 600;
  font-size: 60px;
  line-height: 1;
  margin-bottom: 18px;
  text-transform: capitalize;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .page-title .title .title-heading {
    font-size: 35px;
    line-height: 1.4;
  }
}
@media screen and (max-width:767.98px) {
  .page-title .title .title-heading {
    font-size: 32px;
    line-height: 1.4;
  }
}
.page-title .divider {
  position: absolute;
  bottom: 0%;
  left: 0;
  width: 100%;
  z-index: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-title .divider::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  width: 50%;
  height: 100%;
  background-color: var(--global--color-white);
}
.page-title .divider .bg {
  background-color: var(--global--color-white);
  height: 110px;
  -ms-flex-preferred-size: 95%;
      flex-basis: 95%;
}
@media screen and (max-width:991.98px) {
  .page-title .divider .bg {
    height: 70px;
  }
}
.page-title .divider .scroll-btn {
  height: 110px;
  -ms-flex-preferred-size: 5%;
      flex-basis: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width:991.98px) {
  .page-title .divider .scroll-btn {
    height: 70px;
  }
}
.page-title.page-title-2 {
  /* margin-bottom:30px; */

  height: 300px;
}
.page-title.page-title-2 .title .title-heading {
  margin-bottom: 0;
}

.breadcrumb {
  margin-bottom: 0;
}
@media screen and (max-width:991.98px) {
  .breadcrumb {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.breadcrumb .breadcrumb-item {
  font-family: var(--global--font-body);
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
  color: var(--global--color-secondary);
  margin-bottom: 0px;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: capitalize;
}
@media screen and (max-width:767.98px) {
  .breadcrumb .breadcrumb-item {
    line-height: 2.4;
  }
}
.breadcrumb .breadcrumb-item a {
  font-family: var(--global--font-body);
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
  color: var(--global--color-secondary);
  margin-bottom: 0px;
  background: transparent;
}
@media screen and (max-width:767.98px) {
  .breadcrumb .breadcrumb-item a {
    line-height: 2.4;
  }
}
.breadcrumb .breadcrumb-item a:hover {
  color: var(--global--color-primary);
}
.breadcrumb .breadcrumb-item.active {
  color: var(--global--color-secondary-darken-alt);
}
.breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding-left: 0;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-size: 10px;
  padding: 0 10px;
  color: var(--global--color-secondary);
  -webkit-transform: translateY(2px);
      -ms-transform: translateY(2px);
          transform: translateY(2px);
}
.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);
}

.breadcrumb-wrapper {
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width:991.98px) {
  .breadcrumb-wrapper {
    height: auto;
    padding: 40px 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.breadcrumb-wrapper .breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width:991.98px) {
  .breadcrumb-wrapper .breadcrumb {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

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

.carousel-dots {
  position: relative;
}
.carousel-dots button.owl-dot,
.carousel-dots button.owl-dot:focus {
  padding: 0;
  background-color: transparent;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.carousel-dots .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  z-index: 5;
}
.carousel-dots .owl-dots .owl-dot {
  margin-right: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.carousel-dots .owl-dots .owl-dot:last-child {
  margin-right: 0;
}
.carousel-dots .owl-dots .owl-dot.active span {
  border-bottom: 4px solid var(--global--color-secondary);
  border-width: 6px;
}
.carousel-dots .owl-dots .owl-dot span {
  display: inline-block;
  width: 24px;
  height: 6px;
  border-bottom: 4px solid var(--global--color-secondary-darken);
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  margin-right: 0;
  position: relative;
}
.carousel-dots.carousel-dots-white .owl-dot span {
  border-color: var(--global--color-white);
}
.carousel-dots.carousel-dots-white .owl-dot.active span {
  border-color: #113cac;
}

.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: -117px;
    right: 0;
  }
}
@media screen and (max-width:991.98px) {
  .carousel-navs .owl-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 30px;
  }
}
.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" !important;
  font-size: 43px;
  color: #687596;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  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: 47px;
}
@media screen and (max-width:991.98px) {
  .heading {
    /* text-align: center; */
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
.heading .heading-subtitle {
  font-family: var(--global--font-body);
  text-transform: capitalize;
  color: var(--global--color-secondary);
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 14px;
}
@media screen and (max-width:991.98px) {
  .heading .heading-subtitle {
    line-height: 1.5;
  }
}
.heading .heading-title {
  font-family: var(--global--font-heading);
  text-transform: capitalize;
  font-size: 37px;
  line-height: 54px;
  margin-bottom: 25px;
  font-weight: 700;
  color: #0e204d;
}
@media (min-width:992px) and (max-width:1199.98px) {
  .heading .heading-title {
    font-size: 32px;
    line-height: 1.4;
  }
}
@media screen and (max-width:767.98px) {
  .heading .heading-title {
    font-size: 32px;
    line-height: 1.4;
  }
}
.heading .heading-desc {
  font-family: var(--global--font-body);
  color: var(--global--color-body);
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  margin-bottom: 0;
}
.heading .paragraph {
  font-family: var(--global--font-body);
  font-weight: 700;
  font-size: 16px;
  line-height: 27px;
  color: var(--global--color-secondary);
  margin-bottom: 0px;
}
.heading.heading-light .heading-subtitle {
  color: var(--global--color-primary);
}
.heading.heading-light .heading-title {
  color: var(--global--color-white);
}
.heading.heading-light .heading-desc {
  color: #f4f4f4;
}
.heading.heading-light .paragraph {
  color: #f4f4f4;
}
.heading.heading-2 {
  margin-bottom: 60px;
}
.heading.heading-2 .heading-title {
  font-size: 40px;
  line-height: 55px;
}
@media (min-width:992px) and (max-width:1199.98px) {
  .heading.heading-2 .heading-title {
    font-size: 32px;
    line-height: 1.4;
  }
}
@media screen and (max-width:767.98px) {
  .heading.heading-2 .heading-title {
    font-size: 32px;
    line-height: 1.4;
  }
}
.heading.heading-2 .paragraph {
  margin-bottom: 24px;
}
@media screen and (min-width:992px) {
  .heading.heading-2 .paragraph {
    padding-top: 6px;
  }
}
.heading.heading-2 .heading-desc {
  color: var(--global--color-primary);
  margin-bottom: 42px;
}
.heading.heading-3 {
  margin-bottom: 42px;
}
.heading.heading-3 .heading-title {
  color: #021a42;
  margin-bottom: 9px;
}
.heading.heading-3 .heading-desc {
  color: #9094a3;
}
.heading.heading-4 {
  margin-bottom: 100px;
}
.heading.heading-4 .heading-title {
  color: #021a42;
  font-size: 40px;
  line-height: 55px;
  margin-bottom: 29px;
}
@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:767.98px) {
  .heading.heading-4 .heading-title {
    font-size: 32px;
    line-height: 1.4;
  }
}
.heading.heading-4 .heading-desc {
  color: #9094a3;
  margin-bottom: 31px;
}
@media screen and (min-width:992px) {
  .heading.heading-5 {
    -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
            transform: translateY(-15px);
    margin-bottom: -15px;
  }
}
.heading.heading-5 .heading-title {
  font-size: 40px;
  line-height: 55px;
  margin-bottom: 30px;
}
@media (min-width:992px) and (max-width:1199.98px) {
  .heading.heading-5 .heading-title {
    font-size: 32px;
    line-height: 1.4;
  }
}
@media screen and (max-width:767.98px) {
  .heading.heading-5 .heading-title {
    font-size: 32px;
    line-height: 1.4;
  }
}
.heading.heading-5 .heading-desc {
  margin-bottom: 32px;
}
.heading.heading-6 {
  margin-bottom: 0;
}
@media screen and (min-width:992px) {
  .heading.heading-6 {
    padding-top: 70px;
  }
}
.heading.heading-6 .heading-title {
  font-size: 40px;
  line-height: 55px;
  margin-bottom: 50px;
  color: #021a42;
}
@media (min-width:992px) and (max-width:1199.98px) {
  .heading.heading-6 .heading-title {
    font-size: 32px;
    line-height: 1.4;
  }
}
@media screen and (max-width:767.98px) {
  .heading.heading-6 .heading-title {
    font-size: 32px;
    line-height: 1.4;
  }
}
.heading.heading-6 .paragraph {
  color: #223865;
  margin-bottom: 26px;
}
.heading.heading-6 .heading-desc {
  color: #9094a3;
  margin-bottom: 42px;
}
.heading.heading-7 {
  position: relative;
  z-index: 4;
}
.heading.heading-7 .heading-subtitle {
  color: #f4f4f4;
}
.heading.heading-7 .heading-title {
  font-size: 40px;
  line-height: 55px;
  margin-bottom: 0px;
}
@media screen and (min-width:992px) {
  .heading.heading-7 .heading-title {
    -webkit-transform: translateY(-12px);
        -ms-transform: translateY(-12px);
            transform: translateY(-12px);
  }
}
@media (min-width:992px) and (max-width:1199.98px) {
  .heading.heading-7 .heading-title {
    font-size: 32px;
    line-height: 1.4;
  }
}
@media screen and (max-width:767.98px) {
  .heading.heading-7 .heading-title {
    font-size: 32px;
    line-height: 1.4;
  }
}
.heading.heading-9 {
  margin-bottom: 0;
}
.heading.heading-9 .heading-title {
  font-size: 40px;
  line-height: 55px;
  margin-bottom: 73px;
}
@media screen and (min-width:992px) {
  .heading.heading-9 .heading-title {
    -webkit-transform: translateY(-6px);
        -ms-transform: translateY(-6px);
            transform: translateY(-6px);
  }
}
@media (min-width:992px) and (max-width:1199.98px) {
  .heading.heading-9 .heading-title {
    font-size: 32px;
    line-height: 1.4;
  }
}
@media screen and (max-width:767.98px) {
  .heading.heading-9 .heading-title {
    font-size: 32px;
    line-height: 1.4;
  }
}
.heading.heading-9 .heading-desc {
  margin-bottom: 31px;
}
.heading.heading-10 {
  position: relative;
  z-index: 4;
  margin-bottom: 43px;
}
.heading.heading-10 .heading-title {
  margin-bottom: 10px;
}
.heading.heading-10 .heading-desc {
  color: #9094a3;
}
.heading.heading-11 {
  margin-bottom: 54px;
}
.heading.heading-11 .heading-subtitle {
  margin-bottom: 20px;
}
.heading.heading-11 .heading-title {
  font-size: 40px;
  line-height: 55px;
}
@media screen and (min-width:992px) {
  .heading.heading-11 .heading-title {
    -webkit-transform: translateY(-6px);
        -ms-transform: translateY(-6px);
            transform: translateY(-6px);
  }
}
@media (min-width:992px) and (max-width:1199.98px) {
  .heading.heading-11 .heading-title {
    font-size: 32px;
    line-height: 1.4;
  }
}
@media screen and (max-width:767.98px) {
  .heading.heading-11 .heading-title {
    font-size: 32px;
    line-height: 1.4;
  }
}
.heading.heading-11 .heading-desc {
  margin-bottom: 25px;
}
.heading.heading-12 {
  margin-bottom: 0;
}
@media screen and (max-width:991.98px) {
  .heading.heading-12 {
    margin-bottom: 70px;
  }
}
.heading.heading-12 .heading-title {
  font-size: 40px;
  line-height: 55px;
  margin-bottom: 40px;
  color: #021a42;
}
@media (min-width:992px) and (max-width:1199.98px) {
  .heading.heading-12 .heading-title {
    font-size: 32px;
    line-height: 1.4;
  }
}
@media screen and (max-width:767.98px) {
  .heading.heading-12 .heading-title {
    font-size: 32px;
    line-height: 1.4;
  }
}
.heading.heading-12 .paragraph {
  color: #223865;
  margin-bottom: 26px;
}
.heading.heading-12 .heading-desc {
  color: #9094a3;
  margin-bottom: 32px;
}
.heading.heading-13 {
  margin-bottom: 0;
}
@media screen and (min-width:992px) {
  .heading.heading-13 {
    -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
            transform: translateY(-15px);
    margin-bottom: -15px;
  }
}
.heading.heading-13 .heading-title {
  font-size: 40px;
  line-height: 55px;
  margin-bottom: 30px;
}
@media (min-width:992px) and (max-width:1199.98px) {
  .heading.heading-13 .heading-title {
    font-size: 32px;
    line-height: 1.4;
  }
}
@media screen and (max-width:767.98px) {
  .heading.heading-13 .heading-title {
    font-size: 32px;
    line-height: 1.4;
  }
}
.heading.heading-13 .heading-desc {
  margin-bottom: 32px;
}
.heading.heading-14 {
  margin-bottom: 54px;
}
.heading.heading-14 .heading-subtitle {
  margin-bottom: 20px;
}
.heading.heading-14 .heading-title {
  font-size: 40px;
  line-height: 55px;
}
@media screen and (min-width:992px) {
  .heading.heading-14 .heading-title {
    -webkit-transform: translateY(-6px);
        -ms-transform: translateY(-6px);
            transform: translateY(-6px);
  }
}
@media (min-width:992px) and (max-width:1199.98px) {
  .heading.heading-14 .heading-title {
    font-size: 32px;
    line-height: 1.4;
  }
}
@media screen and (max-width:767.98px) {
  .heading.heading-14 .heading-title {
    font-size: 32px;
    line-height: 1.4;
  }
}
.heading.heading-14 .heading-desc {
  margin-bottom: 25px;
}

/*------------------------------------*\
	#Slider
\*------------------------------------*/
.slider {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}
.slider .slide {
  padding-top: 0;
  padding-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 645px;
}
@media screen and (max-width:991.98px) {
  .slider .slide {
    height: auto;
    min-height: 120vh;
  }
}
.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-body);
  text-transform: capitalize;
  color: #f4f4f4;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 8px;
}
.slider .slide .slide-content .slide-title {
  font-family: var(--global--font-heading);
  color: var(--global--color-white);
  font-weight: 600;
  font-size: 50px;
  line-height: 1.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: 16px;
  font-weight: 700;
  line-height: 27px;
  margin-bottom: 32px;
}
.slider .slide .slide-content .slide-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width:991.98px) {
  .slider .slide .slide-content .slide-action {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width:767.98px) {
  .slider .slide .slide-content .slide-action {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.slider .slide .slide-content .slide-action .btn {
  width: 184px;
  height: 60px;
  margin-right: 30px;
}
@media screen and (max-width:767.98px) {
  .slider .slide .slide-content .slide-action .btn {
    margin-right: 0;
    margin-bottom: 25px;
    height: 60px;
    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;
}
@media screen and (max-width:767.98px) {
  .slider .slide .slide-content .slide-action .btn:last-child {
    margin-bottom: 0;
  }
}
.slider .slide .departments-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
}
@media screen and (max-width:991.98px) {
  .slider .slide .departments-wrapper {
    max-width: 370px;
    margin: 0 auto;
  }
}
@media screen and (max-width:767.98px) {
  .slider .slide .departments-wrapper {
    display: block;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}
.slider .slide .departments-wrapper .departments-card {
  padding: 40px;
  background-color: var(--global--color-white);
  -webkit-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
          box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
  max-width: 370px;
}
@media screen and (max-width:991.98px) {
  .slider .slide .departments-wrapper .departments-card {
    margin: 0px auto;
  }
}
@media screen and (max-width:767.98px) {
  .slider .slide .departments-wrapper .departments-card {
    padding: 40px 25px;
    max-width: 100%;
  }
}
@media screen and (min-width:992px) {
  .slider .slide .departments-wrapper .departments-card {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translateY(54px);
        -ms-transform: translateY(54px);
            transform: translateY(54px);
  }
}
.slider .slide .departments-wrapper .departments-card .department-info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 2px solid #e6e8eb;
}
.slider .slide .departments-wrapper .departments-card .department-info:hover::after {
  width: 100%;
}
.slider .slide .departments-wrapper .departments-card .department-info:hover .department-link i {
  background-color: var(--global--color-secondary);
}
.slider .slide .departments-wrapper .departments-card .department-info::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  background-color: var(--global--color-secondary);
  bottom: -2px;
  left: 0;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.slider .slide .departments-wrapper .departments-card .department-info:first-of-type {
  padding-top: 0;
}
.slider .slide .departments-wrapper .departments-card .department-info:last-of-type {
  padding-bottom: 40px;
  border-bottom: 0;
}
.slider .slide .departments-wrapper .departments-card .department-info:last-of-type::after {
  content: unset;
}
.slider .slide .departments-wrapper .departments-card .department-info .department-icon {
  margin-right: 30px;
}
.slider .slide .departments-wrapper .departments-card .department-info .department-icon i {
  font-size: 60px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #021a42;
}
@media screen and (max-width:767.98px) {
  .slider .slide .departments-wrapper .departments-card .department-info .department-icon i {
    font-size: 45px;
  }
}
.slider .slide .departments-wrapper .departments-card .department-info .department-title {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-family: var(--global--font-heading);
  font-size: 21px;
  line-height: 32px;
  font-weight: 600;
  color: var(--global--color-secondary-darken);
  margin-bottom: 0;
}
@media screen and (max-width:767.98px) {
  .slider .slide .departments-wrapper .departments-card .department-info .department-title {
    font-size: 18px;
    line-height: 1.5;
  }
}
@media screen and (max-width:767.98px) {
  .slider .slide .departments-wrapper .departments-card .department-info .department-link {
    margin-left: 20px;
  }
}
.slider .slide .departments-wrapper .departments-card .department-info .department-link i {
  width: 32px;
  height: 32px;
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--global--color-secondary-darken);
  border-radius: 50%;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.slider .slide .departments-wrapper .departments-card .department-info .department-link i::before {
  color: var(--global--color-white);
  font-size: 10px;
}
.slider .slide .departments-wrapper .departments-card .btn {
  width: 100%;
  height: 60px;
}
.slider .carousel-navs-slider .owl-nav {
  right: auto;
  top: auto;
  position: initial;
}
@media screen and (max-width:991.98px) {
  .slider .carousel-navs-slider .owl-nav {
    display: none;
  }
}
.slider .carousel-navs-slider .owl-nav span {
  font-size: 0;
}
.slider .carousel-navs-slider .owl-nav .owl-next:before,
.slider .carousel-navs-slider .owl-nav .owl-prev:before {
  color: rgba(255, 255, 255, 0.5);
  font-family: "carousel" !important;
  font-size: 44px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.slider .carousel-navs-slider .owl-nav .owl-prev:before {
  content: "\e990";
}
.slider .carousel-navs-slider .owl-nav .owl-next:before {
  content: "\e991";
}
.slider .carousel-navs-slider .owl-nav .owl-next,
.slider .carousel-navs-slider .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.slider .carousel-navs-slider .owl-nav .owl-next:hover::before,
.slider .carousel-navs-slider .owl-nav .owl-prev:hover::before {
  color: white;
}
.slider .carousel-navs-slider .owl-nav .owl-next {
  right: 30px;
}
@media (min-width:992px) and (max-width:1199.98px) {
  .slider .carousel-navs-slider .owl-nav .owl-next {
    right: 15px;
  }
}
.slider .carousel-navs-slider .owl-nav .owl-prev {
  margin-right: 0;
  left: 30px;
}
@media (min-width:992px) and (max-width:1199.98px) {
  .slider .carousel-navs-slider .owl-nav .owl-prev {
    left: 15px;
  }
}
.slider .carousel-dots {
  position: relative;
}
.slider .carousel-dots .owl-dots {
  position: absolute;
  bottom: 40px;
  width: 100%;
}
.slider.slider-1 .slide {
  height: 100vh;
  padding-bottom: 80px;
}
.slider.slider-1 .slide .slide-content .slide-action .btn:first-child {
  width: 220px;
}
.slider.slider-1 .slide .slide-content .slide-action .btn:first-child i {
  width: 60px;
}
.slider.slider-1 .slide .slide-content .slide-action .btn:last-child {
  width: 152px;
}
.slider.slider-2 {
  overflow: visible;
  z-index: 5;
}
.slider.slider-2 .slide {
  overflow: visible;
  z-index: 5;
}
@media screen and (max-width:991.98px) {
  .slider.slider-2 .slide {
    height: auto;
    padding: 150px 0 100px;
  }
}
.slider.slider-2 .slide .slide-content .slide-subtitle {
  font-size: 16px;
  color: #f4f4f4;
}
.slider.slider-2 .slide .slide-content .slide-desc {
  font-size: 17px;
}
@media screen and (max-width:991.98px) {
  .slider.slider-2 .slide .slide-content .slide-action {
    margin-bottom: 70px;
  }
}
.slider.slider-2 .slide .slide-content .slide-action .btn:first-child {
  width: 220px;
}
.slider.slider-2 .slide .slide-content .slide-action .btn:first-child i {
  width: 60px;
}
.slider.slider-2 .owl-carousel .owl-stage-outer {
  overflow: visible;
}
.slider.slider-2 .owl-carousel .owl-stage-outer .owl-item {
  opacity: 0;
}
.slider.slider-2 .owl-carousel .owl-stage-outer .owl-item.active {
  opacity: 1;
}
.slider.slider-3 .slide .slide-content .slide-action {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slider.slider-3 .slide .slide-content .slide-action .btn:first-child {
  width: 190px;
}
.slider.slider-3 .slide .slide-content .slide-action .btn:first-child i {
  width: 60px;
}
.slider.slider-3 .slide .slide-content .slide-action .btn:last-child {
  width: 174px;
}

/*------------------------------------*\
	# Hero
\*------------------------------------*/
.hero {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 670px;
  padding-bottom: 110px;
}
@media screen and (max-width:991.98px) {
  .hero {
    padding-bottom: 70px;
  }
}
@media screen and (max-width:991.98px) {
  .hero .hero-content {
    text-align: center;
  }
}
.hero .hero-content .hero-subtitle {
  font-family: var(--global--font-body);
  color: var(--global--color-gray);
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 15px;
}
@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: 600;
  font-size: 45px;
  line-height: 1;
  margin-bottom: 24px;
  text-transform: capitalize;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .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: var(--global--color-gray);
  font-size: 17px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 33px;
}
.hero .hero-content .hero-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width:991.98px) {
  .hero .hero-content .hero-action {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width:767.98px) {
  .hero .hero-content .hero-action {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.hero .hero-content .hero-action .btn {
  width: 184px;
  height: 60px;
  margin-right: 30px;
}
.hero .hero-content .hero-action .btn:last-child {
  margin-right: 0;
}
@media screen and (max-width:767.98px) {
  .hero .hero-content .hero-action .btn:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width:767.98px) {
  .hero .hero-content .hero-action .btn {
    margin-right: 0;
    margin-bottom: 25px;
    height: 60px;
    width: 200px;
  }
}
@media (min-width:992px) and (max-width:1199.98px) {
  .hero .hero-content .hero-action .btn {
    width: 200px;
    margin-right: 15px;
  }
}
@media screen and (max-width:767.98px) {
  .hero .hero-content .hero-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.hero .hero-content .hero-list .icon {
  margin-right: 40px;
  display: inline-block;
}
@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 i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 70px;
  color: var(--global--color-white);
}
.hero .hero-panel-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width:991.98px) {
  .hero .hero-panel-holder {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 30px;
  }
}
.hero .hero-panel-holder .hero-panel {
  background-color: var(--global--color-white);
  border-radius: 8px 0 8px 8px;
  padding: 26px 40px 39px;
  max-width: 290px;
}
.hero .hero-panel-holder .hero-panel .panel-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width:991.98px) {
  .hero .hero-panel-holder .hero-panel .panel-content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.hero .hero-panel-holder .hero-panel .panel-content i {
  color: #51668a;
  margin-bottom: 12px;
  display: inline-block;
}
.hero .hero-panel-holder .hero-panel .panel-content i::before {
  margin-left: 0;
  font-size: 49px;
}
.hero .hero-panel-holder .hero-panel .panel-content h5 {
  font-family: var(--global--font-heading);
  font-weight: 500;
  font-size: 19px;
  line-height: 28px;
  color: var(--global--color-heading);
  margin-bottom: 14px;
  text-transform: capitalize;
}
.hero .hero-panel-holder .hero-panel .panel-content p {
  font-family: var(--global--font-body);
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: var(--global--color-body);
  margin-bottom: 21px;
}
.hero .hero-panel-holder .hero-panel .panel-content .btn {
  width: 155px;
  height: 42px;
  border-radius: 8px 8px 0 8px;
  border: 2px solid;
  -webkit-transition-property: background, color, border-color;
  -o-transition-property: background, color, border-color;
  transition-property: background, color, border-color;
  border-color: #687596;
}
.hero .hero-panel-holder .hero-panel .panel-content .btn::before {
  background-color: var(--global--color-secondary);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  top: -2px;
  left: -2px;
}
.hero .hero-panel-holder .hero-panel .panel-content .btn:hover {
  border-color: #213360;
}
.hero .hero-panel-holder .hero-panel.hero-panel-dark {
  background-color: var(--global--color-heading-darken);
}
.hero .hero-panel-holder .hero-panel.hero-panel-dark .panel-content i,
.hero .hero-panel-holder .hero-panel.hero-panel-dark .panel-content h5,
.hero .hero-panel-holder .hero-panel.hero-panel-dark .panel-content p {
  color: var(--global--color-white);
}
.hero .hero-panel-holder .hero-panel.hero-panel-dark .panel-content .btn {
  background-color: transparent;
  color: var(--global--color-white);
  border-color: #7284b9;
  border: 2px solid;
  -webkit-transition-property: background, color, border-color;
  -o-transition-property: background, color, border-color;
  transition-property: background, color, border-color;
}
.hero .hero-panel-holder .hero-panel.hero-panel-dark .panel-content .btn::before {
  background-color: var(--global--color-primary);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  top: -2px;
  left: -2px;
}
.hero .hero-panel-holder .hero-panel.hero-panel-dark .panel-content .btn:hover {
  border-color: var(--global--color-primary);
  color: var(--global--color-white);
}
.hero .hero-panel-holder .phone-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: var(--global--color-heading-darken);
  padding: 35px 40px 31px;
  border-radius: 0 32px 0 0;
  max-width: 470px;
}
@media screen and (min-width:992px) {
  .hero .hero-panel-holder .phone-card {
    -webkit-transform: translateY(80px);
        -ms-transform: translateY(80px);
            transform: translateY(80px);
  }
}
@media screen and (max-width:767.98px) {
  .hero .hero-panel-holder .phone-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}
.hero .hero-panel-holder .phone-card .card-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 30px;
}
@media screen and (max-width:767.98px) {
  .hero .hero-panel-holder .phone-card .card-icon {
    margin-right: 0;
  }
}
.hero .hero-panel-holder .phone-card .card-icon i::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateY(-4px);
      -ms-transform: translateY(-4px);
          transform: translateY(-4px);
  font-size: 50px;
  margin-left: 0;
  color: var(--global--color-white);
}
.hero .hero-panel-holder .phone-card .card-content h5 {
  font-weight: 500;
  font-size: 19px;
  line-height: 28px;
  color: var(--global--color-white);
  text-transform: capitalize;
  margin-bottom: 16px;
}
.hero .hero-panel-holder .phone-card .card-content p {
  font-size: 14px;
  color: var(--global--color-gray);
  line-height: 24px;
  margin-bottom: 15px;
}
.hero .hero-panel-holder .phone-card .card-content a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: var(--global--color-white);
}
@media screen and (max-width:991.98px) {
  .hero .hero-panel-holder .phone-card .card-content a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.hero .hero-panel-holder .phone-card .card-content a span {
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-family: var(--global--font-heading);
  font-weight: 400;
  font-size: 24px;
}
.hero .hero-panel-holder .phone-card .card-content a i {
  margin-bottom: 4px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-size: 19px;
  margin-right: 15px;
}
.hero .hero-panel-holder.hero-panel-holder-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width:991.98px) {
  .hero .hero-panel-holder.hero-panel-holder-2 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.hero .breadcrumb-holder {
  position: absolute;
  bottom: 135px;
  left: 0;
  width: 100%;
}
@media screen and (max-width:991.98px) {
  .hero .breadcrumb-holder {
    bottom: 95px;
  }
}
.hero .divider {
  position: absolute;
  bottom: 0%;
  left: 0;
  width: 100%;
  z-index: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hero .divider::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  width: 50%;
  height: 100%;
  background-color: var(--global--color-white);
}
.hero .divider .bg {
  background-color: var(--global--color-white);
  height: 110px;
  -ms-flex-preferred-size: 95%;
      flex-basis: 95%;
}
@media screen and (max-width:991.98px) {
  .hero .divider .bg {
    height: 70px;
  }
}
.hero .divider .scroll-btn {
  height: 110px;
  -ms-flex-preferred-size: 5%;
      flex-basis: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width:991.98px) {
  .hero .divider .scroll-btn {
    height: 70px;
  }
}
.hero .hero-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width:991.98px) {
  .hero .hero-rating {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.hero .hero-rating .num {
  font-family: var(--global--font-heading);
  font-weight: 400;
  font-size: 37px;
  line-height: 22px;
  color: var(--global--color-white);
  margin-right: 18px;
}
.hero .hero-rating .rating-body p {
  font-family: var(--global--font-body);
  font-weight: 400;
  font-size: 13px;
  line-height: 23px;
  color: #f9f9f9;
  margin-bottom: 0;
}
.hero .hero-rating .rating-body p a {
  font-weight: 700;
  font-size: 14px;
  color: var(--global--color-white);
  text-transform: capitalize;
}
.hero.hero-1 .hero-action .btn:first-child {
  width: 250px;
}
@media screen and (min-width:768px) {
  .hero.hero-1 .hero-action .btn:first-child {
    margin-right: 40px;
  }
}
.hero.hero-1 .hero-action .btn--video-text .icon-wrapper {
  width: 60px;
  height: 60px;
}
.hero.hero-2 .hero-action .btn:first-child {
  width: 220px;
}
.hero.hero-2 .hero-action .btn:last-child {
  width: 150px;
}
.hero.hero-3 {

  height: 340px;
}
.hero.hero-1{
  height: 340px;
}



.hero.hero-3 .hero-content .hero-title {
  margin-bottom: 0;
}
.hero.hero-4 {
  height: 540px;
}
.hero.hero-4 .hero-content .hero-title {
  margin-bottom: 0;
}
.hero.hero-5 {
  height: 540px;
}
.hero.hero-5 .hero-content .hero-title {
  margin-bottom: 0;
}
.hero.hero-6 {
  height: 670px;
}
.hero.hero-6 .hero-action .btn:first-child {
  width: 212px;
}
.hero.hero-6 .hero-action .btn:last-child {
  width: 142px;
}
.hero.hero-7 {
  height: 460px;
}
.hero.hero-7 .hero-content .hero-title {
  margin-bottom: 0;
}
.hero.hero-8 {
  height: 680px;
}
.hero.hero-9 {
  height: 750px;
}
.hero.hero-9 .hero-action .btn:first-child {
  width: 248px;
}
.hero.hero-9 .hero-action .btn:last-child {
  width: 142px;
}
.hero.hero-9 {
  height: 670px;
}
.hero.hero-9 .hero-action .btn:first-child {
  width: 212px;
}
.hero.hero-9 .hero-action .btn:last-child {
  width: 142px;
}
.hero.hero-11 {
  height: 500px;
  padding-bottom: 160px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  overflow: visible;
  position: relative;
  z-index: 6;
}
@media screen and (max-width:991.98px) {
  .hero.hero-11 {
    padding-bottom: 120px;
    height: auto;
    padding-top: 150px;
  }
}
.hero.hero-11 .hero-content {
  position: relative;
  z-index: 575;
}
@media screen and (min-width:992px) {
  .hero.hero-11 .hero-content .team-modern {
    position: absolute;
    top: -220px;
    left: 0;
    width: 100%;
    max-width: 330px;
    z-index: 5;
  }
}
@media screen and (max-width:991.98px) {
  .hero.hero-11 .hero-content .hero-action {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 30px;
  }
}
.hero.hero-11 .hero-content .hero-action .btn:first-child {
  width: 248px;
}
.hero.hero-11 .hero-content .hero-action .btn:first-child i {
  width: 60px;
}
.hero.hero-11 .hero-content .hero-action .btn:last-child {
  width: 184px;
}

/*------------------------------------*\
    #BLOG
\*------------------------------------*/
.blog {
  padding: 127px 0 100px;
}
@media screen and (max-width:991.98px) {
  .blog {
    padding: 70px 0;
  }
}
.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 .note {
  margin-top: 2px;
}
.blog.blog-3 {
  padding-top: 237px;
}
@media screen and (max-width:991.98px) {
  .blog.blog-3 {
    padding-top: 70px;
  }
}
.blog.blog-grid {
  padding-top: 0;
  padding-bottom: 110px;
}
@media screen and (max-width:991.98px) {
  .blog.blog-grid {
    padding-bottom: 70px;
  }
}
.blog.blog-grid .pagination {
  margin-top: 10px;
}

.blog-entry {
  margin-bottom: 30px;
  position: relative;
}
@media screen and (max-width:991.98px) {
  .blog-entry {
    max-width: 370px;
    margin: 0 auto 30px;
  }
}
.blog-entry:hover .entry-img .entry-img-holder img {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}
.blog-entry:hover .entry-content {
  -webkit-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
          box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
}
.blog-entry:hover .entry-content .entry-body .entry-more .btn-square-arrow {
  color: #fefefe;
  background-color: var(--global--color-secondary);
}
.blog-entry:hover .entry-content .entry-body .entry-more .btn-square-arrow i {
  background-color: var(--global--color-secondary-alt);
  color: #e6e8eb;
}
.blog-entry .entry-img {
  position: relative;
}
.blog-entry .entry-img .entry-img-holder {
  overflow: hidden;
}

/* post image placeholder */
.blog-entry .entry-img .entry-img-holder img {
  -webkit-transition: -webkit-transform 0.35s ease-in-out;
  transition: -webkit-transform 0.35s ease-in-out;
  -o-transition: transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
  width: 100%;
  -webkit-transform: scale3d(1.05, 1.05, 1);
          transform: scale3d(1.05, 1.05, 1);
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-entry .entry-img a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 4;
}
.blog-entry .entry-content {
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.07);
          box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.07);
  background-color: var(--global--color-white);
}
@media screen and (min-width:768px) {
  .blog-entry .entry-content {
    margin-right: 20px;
    -webkit-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
            transform: translateY(-40px);
    margin-bottom: -40px;
  }
}
@media screen and (max-width:991.98px) {
  .blog-entry .entry-content {
    text-align: center;
  }
}
.blog-entry .entry-content .entry-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #021a42 !important;
}
@media screen and (max-width:991.98px) {
  .blog-entry .entry-content .entry-meta {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.blog-entry .entry-content .entry-meta .entry-category {
  height: 40px;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--global--color-primary);
  z-index: 3;
  position: relative;
  margin-right: 15px;
}
.blog-entry .entry-content .entry-meta .entry-category::before {
  content: "";
  bottom: -9px;
  width: 10px;
  height: 10px;
  background-color: var(--global--color-primary);
  position: absolute;
  -webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
          clip-path: polygon(100% 0, 0 0, 100% 100%);
  left: 20px;
}
.blog-entry .entry-content .entry-meta .entry-category a {
  font-family: var(--global--font-body);
  color: #f4f4f4;
  font-size: 13px;
  font-weight: 400;
  text-transform: capitalize;
}
.blog-entry .entry-content .entry-meta .entry-category a::after {
  content: ",";
  margin-right: 5px;
}
.blog-entry .entry-content .entry-meta .entry-category a:last-child::after {
  margin-right: 0;
  content: unset;
}
.blog-entry .entry-content .entry-meta .entry-category a:hover {
  text-decoration: underline;
}
.blog-entry .entry-content .entry-meta .entry-date {
  margin-bottom: 0px;
  text-transform: capitalize;
}
.blog-entry .entry-content .entry-meta .entry-date span {
  position: relative;
  color: #ffff !important;
  font-family: var(--global--font-body);
  font-size: 13px;
  font-weight: 400;
  line-height: 26px;
}
.blog-entry .entry-content .entry-meta .entry-date span::after {
  content: ", ";
  position: relative;
}
.blog-entry .entry-content .entry-meta .entry-date span:last-of-type::after {
  content: "";
}
.blog-entry .entry-content .entry-body {
  padding: 33px 40px 40px;
  height: 352px !important;
}
.blog-entry .entry-content .entry-body .entry-title {
  font-family: var(--font-family-heading);
  font-size: 19px;
  font-weight: 500;
  line-height: 27px;
  text-transform: capitalize;
  margin-bottom: 7px;
}
.blog-entry .entry-content .entry-body .entry-title a {
  color: var(--global--color-secondary-darken);
}
.blog-entry .entry-content .entry-body .entry-title a:hover {
  color: var(--global--color-primary);
}
.blog-entry .entry-content .entry-body .entry-author {
  margin-bottom: 25px;
}
.blog-entry .entry-content .entry-body .entry-author p {
  font-family: var(--global--font-body);
  font-size: 13px;
  font-weight: 400;
  line-height: 26px;
  color: #9094a3;
  margin-bottom: 0;
}
.blog-entry .entry-content .entry-body .entry-author p a {
  margin-left: 3px;
  color: var(--global--color-secondary);
  text-transform: capitalize;
  display: inline-block;
}
.blog-entry .entry-content .entry-body .entry-author p a:hover {
  color: var(--global--color-primary);
}
.blog-entry .entry-content .entry-body .entry-bio p {
  font-family: var(--global--font-body);
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #9094a3;
  margin-bottom: 23px;
}
.blog-entry .entry-content .entry-body .entry-more .btn {
  width: 179px;
  height: 50px;
}
.blog-entry .entry-content .entry-body .entry-more .btn i {
  width: 50px;
}
.blog-entry.blog-entry-2 .entry-content .entry-body {
  padding-bottom: 30px;
}
.blog-entry.blog-entry-2 .entry-content .entry-body .entry-author {
  margin-bottom: 0;
}
.blog-entry.blog-entry-2 .entry-content .entry-body .entry-bio {
  display: none;
}
.blog-entry.blog-entry-2 .entry-content .entry-body .entry-more {
  display: none;
}

/* Blog Single */
.blog-single {
  padding-top: 0px;
  padding-bottom: 110px;
}
@media screen and (max-width:991.98px) {
  .blog-single {
    padding-bottom: 30px;
    /* text-align: center; */
  }
}
.blog-single .blog-entry-wrapper {
  margin-bottom: 0;
}
@media screen and (max-width:991.98px) {
  .blog-single .blog-entry-wrapper {
    max-width: unset;
  }
}
.blog-single .blog-entry-wrapper:last-of-type {
  margin-bottom: 0px;
}
.blog-single .blog-entry-wrapper .entry-img img {
  border-radius: 0px;
  width: 100%;
  height: 530px;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-single .blog-entry-wrapper .entry-content {
  position: relative;
}
@media screen and (min-width:768px) {
  .blog-single .blog-entry-wrapper .entry-content {
    margin-right: 40px;
    -webkit-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
            transform: translateY(-40px);
    margin-bottom: -40px;
  }
}
.blog-single .blog-entry-wrapper .entry-content .entry-meta-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--global--color-white);
}
@media screen and (max-width:767.98px) {
  .blog-single .blog-entry-wrapper .entry-content .entry-meta-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.blog-single .blog-entry-wrapper .entry-content .entry-meta-wrapper .entry-category {
  height: 40px;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--global--color-primary);
  z-index: 3;
  position: relative;
  margin-right: 15px;
}
@media screen and (max-width:991.98px) {
  .blog-single .blog-entry-wrapper .entry-content .entry-meta-wrapper .entry-category {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.blog-single .blog-entry-wrapper .entry-content .entry-meta-wrapper .entry-category::before {
  content: "";
  bottom: -9px;
  width: 10px;
  height: 10px;
  background-color: var(--global--color-primary);
  position: absolute;
  -webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
          clip-path: polygon(100% 0, 0 0, 100% 100%);
  left: 20px;
}
.blog-single .blog-entry-wrapper .entry-content .entry-meta-wrapper .entry-category a {
  font-family: var(--global--font-body);
  color: #f4f4f4;
  font-size: 13px;
  font-weight: 400;
  text-transform: capitalize;
}
.blog-single .blog-entry-wrapper .entry-content .entry-meta-wrapper .entry-category a::after {
  content: ",";
  margin-right: 5px;
}
.blog-single .blog-entry-wrapper .entry-content .entry-meta-wrapper .entry-category a:last-child::after {
  margin-right: 0;
  content: unset;
}
.blog-single .blog-entry-wrapper .entry-content .entry-meta-wrapper .entry-category a:hover {
  text-decoration: underline;
}
.blog-single .blog-entry-wrapper .entry-content .entry-meta-wrapper .entry-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 20px;
}
@media screen and (max-width:767.98px) {
  .blog-single .blog-entry-wrapper .entry-content .entry-meta-wrapper .entry-meta {
    margin-left: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
.blog-single .blog-entry-wrapper .entry-content .entry-meta-wrapper .entry-meta .divider {
  width: 5px;
  height: 5px;
  background: #9baac5;
  margin: 0 10px;
}
.blog-single .blog-entry-wrapper .entry-content .entry-meta-wrapper .entry-meta .entry-date {
  margin-bottom: 0px;
  text-transform: capitalize;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          /* justify-content: center; */
}
.blog-single .blog-entry-wrapper .entry-content .entry-meta-wrapper .entry-meta .entry-date span {
  position: relative;
  color: var(--global--color-secondary-darken-alt);
  font-family: var(--global--font-body);
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.blog-single .blog-entry-wrapper .entry-content .entry-meta-wrapper .entry-meta .entry-date span::after {
  content: ", ";
  position: relative;
}
.blog-single .blog-entry-wrapper .entry-content .entry-meta-wrapper .entry-meta .entry-date span:last-of-type::after {
  content: "";
}
.blog-single .blog-entry-wrapper .entry-content .entry-meta-wrapper .entry-meta .entry-author p {
  font-family: var(--global--font-body);
  font-size: 13px;
  font-weight: 400;
  line-height: 26px;
  color: #9094a3;
  margin-bottom: 0;
  text-transform: capitalize;
}
.blog-single .blog-entry-wrapper .entry-content .entry-meta-wrapper .entry-meta .entry-author p a {
  margin-left: 3px;
  color: var(--global--color-secondary);
  text-transform: capitalize;
  display: inline-block;
}
.blog-single .blog-entry-wrapper .entry-content .entry-meta-wrapper .entry-meta .entry-author p a:hover {
  color: var(--global--color-primary);
}
.blog-single .blog-entry-wrapper .entry-content .entry-meta-wrapper .entry-meta .entry-comments {
  text-transform: capitalize;
  font-family: var(--global--font-body);
  font-size: 13px;
  font-weight: 400;
  line-height: 26px;
  color: #9094a3;
}
.blog-single .blog-entry-wrapper .entry-content .entry-meta-wrapper .entry-meta .entry-comments .num {
  color: var(--global--color-secondary);
}
.blog-single .blog-entry-wrapper .entry-content .entry-body {
  padding: 28px 40px 30px;
}
@media (min-width:992px) and (max-width:1199.98px) {
  .blog-single .blog-entry-wrapper .entry-content .entry-body {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (max-width:991.98px) {
  .blog-single .blog-entry-wrapper .entry-content .entry-body {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (max-width:767.98px) {
  .blog-single .blog-entry-wrapper .entry-content .entry-body {
    /* text-align: center; */
  }
}
.blog-single .blog-entry-wrapper .entry-content .entry-title {
  margin-bottom: 31px;
}
.blog-single .blog-entry-wrapper .entry-content .entry-title h2 {
  font-family: var(--global--font-heading);
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
  margin-bottom: 0;
  color: var(--global--color-secondary-darken);
}
@media screen and (max-width:767.98px) {
  .blog-single .blog-entry-wrapper .entry-content .entry-title h2 {
    font-size: 30px;
    line-height: 1.4;
  }
}
@media (min-width:992px) and (max-width:1199.98px) {
  .blog-single .blog-entry-wrapper .entry-content .entry-title h2 {
    font-size: 32px;
    line-height: 1.4;
  }
}
.blog-single .blog-entry-wrapper .entry-content .entry-bio {
  margin-bottom: 32px;
}
.blog-single .blog-entry-wrapper .entry-content .entry-bio p {
  font-size: 17px;
  line-height: 27px;
  margin-bottom: 27px;
  font-weight: 400;
  margin-bottom: 25px;
}
.blog-single .blog-entry-wrapper .entry-content .entry-bio p:last-child {
  margin-bottom: 0px;
}
.blog-single .blog-entry-wrapper .entry-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width:767.98px) {
  .blog-single .blog-entry-wrapper .entry-holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}
.blog-single .blog-entry-wrapper .entry-holder .entry-share,
.blog-single .blog-entry-wrapper .entry-holder .entry-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.blog-single .blog-entry-wrapper .entry-holder .entry-share span,
.blog-single .blog-entry-wrapper .entry-holder .entry-tags span {
  display: block;
  font-family: var(--global--font-body);
  font-weight: 700;
  font-size: 15px;
  color: var(--global--color-secondary-darken-alt);
  text-transform: capitalize;
  margin-right: 20px;
}
.blog-single .blog-entry-wrapper .entry-holder .entry-share div,
.blog-single .blog-entry-wrapper .entry-holder .entry-tags div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.blog-single .blog-entry-wrapper .entry-holder .entry-share span {
  margin-bottom: 10px;
}
.blog-single .blog-entry-wrapper .entry-holder .entry-share div {
  height: auto;
  line-height: normal;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.blog-single .blog-entry-wrapper .entry-holder .entry-share div a {
  color: var(--global--color-white);
  background-color: var(--global--color-heading);
  margin-right: 15px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 52px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  transition: 0.3s ease-in-out;
  margin-bottom: 10px;
}
@media screen and (min-width:992px) {
  .blog-single .blog-entry-wrapper .entry-holder .entry-share div a {
    margin-right: 10px;
  }
}
.blog-single .blog-entry-wrapper .entry-holder .entry-share div a:last-child {
  margin-right: 0;
}
.blog-single .blog-entry-wrapper .entry-holder .entry-share div a:hover {
  background-color: var(--global--color-primary);
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}
.blog-single .blog-entry-wrapper .entry-holder .entry-share div a.facebook-bg {
  background-color: #3b5999;
}
.blog-single .blog-entry-wrapper .entry-holder .entry-share div a.facebook-bg:hover {
  background-color: var(--global--color-heading);
}
.blog-single .blog-entry-wrapper .entry-holder .entry-share div a.twitter-bg {
  background-color: #55acee;
}
.blog-single .blog-entry-wrapper .entry-holder .entry-share div a.twitter-bg:hover {
  background-color: var(--global--color-heading);
}
.blog-single .blog-entry-wrapper .entry-holder .entry-share div a.instagram-bg {
  background-color: #0092ff;
}
.blog-single .blog-entry-wrapper .entry-holder .entry-share div a.instagram-bg:hover {
  background-color: var(--global--color-heading);
}
.blog-single .blog-entry-wrapper .entry-holder .entry-share div a.pinterest-bg {
  background-color: #ca1f27;
}
.blog-single .blog-entry-wrapper .entry-holder .entry-share div a.pinterest-bg:hover {
  background-color: var(--global--color-heading);
}
@media screen and (max-width:767.98px) {
  .blog-single .blog-entry-wrapper .entry-holder .entry-tags {
    margin-bottom: 20px;
  }
}
@media screen and (max-width:767.98px) {
  .blog-single .blog-entry-wrapper .entry-holder .entry-tags div {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.blog-single .blog-entry-wrapper .entry-holder .entry-tags a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 34px;
  margin-right: 10px;
  margin-bottom: 10px;
  font-family: var(--global--font-body);
  font-size: 12px;
  font-weight: 400;
  text-transform: capitalize;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: var(--global--color-secondary);
  background-color: transparent;
  border: 1px solid #e6e8eb;
  padding: 0 9px;
}
.blog-single .blog-entry-wrapper .entry-holder .entry-tags a:hover {
  background-color: var(--global--color-secondary);
  border-color: var(--global--color-secondary);
  color: var(--global--color-white);
}
.blog-single .nav-posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px 0 0px;
}
@media screen and (max-width:767.98px) {
  .blog-single .nav-posts {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.blog-single .nav-posts .btn {
  height: 50px;
  width: 157px;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.blog-single .nav-posts .btn span {
  color: var(--global--color-secondary-darken);
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.blog-single .nav-posts .btn i {
  width: 50px;
}
.blog-single .nav-posts .btn:hover {
  background-color: var(--global--color-secondary);
}
.blog-single .nav-posts .btn:hover span {
  color: var(--global--color-white);
}
.blog-single .nav-posts .btn:hover i {
  background-color: #de0220;
}
.blog-single .nav-posts .prev-post .btn i {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.blog-single .entry-widget {
  margin-top: 62px;
}
.blog-single .entry-widget .entry-widget-title {
  position: relative;
  margin-bottom: 35px;
}
.blog-single .entry-widget .entry-widget-title h3 {
  font-family: var(--global--font-heading);
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 0;
  position: relative;
  text-transform: capitalize;
  color: #021a42;
}
.blog-single .entry-widget-bio {
  padding: 42px 45px 36px;
  background-color: #f0f5fd;
  position: relative;
}
@media screen and (max-width:767.98px) {
  .blog-single .entry-widget-bio {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width:992px) and (max-width:1199.98px) {
  .blog-single .entry-widget-bio {
    padding-right: 25px;
    padding-left: 25px;
  }
}
.blog-single .entry-widget-bio .entry-widget-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width:767.98px) {
  .blog-single .entry-widget-bio .entry-widget-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.blog-single .entry-widget-bio .entry-widget-content img {
  width: 70px;
  height: 70px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 30px;
}
@media screen and (max-width:767.98px) {
  .blog-single .entry-widget-bio .entry-widget-content img {
    margin-right: 0;
    margin-bottom: 25px;
  }
}
@media screen and (max-width:767.98px) {
  .blog-single .entry-widget-bio .entry-widget-content .entry-bio-desc {
    text-align: center;
  }
}
@media screen and (min-width:768px) {
  .blog-single .entry-widget-bio .entry-widget-content .entry-bio-desc {
    -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
            transform: translateY(-5px);
    margin-bottom: -5px;
  }
}
.blog-single .entry-widget-bio .entry-widget-content .entry-bio-desc h3 {
  font-family: var(--global--font-body);
  color: var(--global--color-secondary-darken-alt);
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 8px;
  text-transform: capitalize;
}
.blog-single .entry-widget-bio .entry-widget-content .entry-bio-desc p {
  color: #9094a3;
  font-size: 15px;
  font-family: var(--global--font-body);
  font-weight: 400;
  line-height: 23px;
  margin-bottom: 21px;
}
.blog-single .entry-widget-bio .entry-widget-content .entry-bio-desc .social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width:767.98px) {
  .blog-single .entry-widget-bio .entry-widget-content .entry-bio-desc .social-icons {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.blog-single .entry-widget-bio .entry-widget-content .entry-bio-desc .social-icons a {
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  margin-right: 20px;
}
.blog-single .entry-widget-bio .entry-widget-content .entry-bio-desc .social-icons a:last-child {
  margin-right: 0;
}
.blog-single .entry-widget-bio .entry-widget-content .entry-bio-desc .social-icons a i {
  color: var(--global--color-secondary-darken);
  font-size: 15px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.blog-single .entry-widget-bio .entry-widget-content .entry-bio-desc .social-icons a:last-child {
  margin-right: 0;
}
.blog-single .entry-widget-bio .entry-widget-content .entry-bio-desc .social-icons a:hover {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}
.blog-single .entry-widget-bio .entry-widget-content .entry-bio-desc .social-icons a:hover i {
  color: var(--global--color-primary);
}
.blog-single .entry-comments .entry-widget-content .comments-list {
  width: 100%;
  list-style: none;
  overflow: hidden;
  padding-left: 0;
  margin-bottom: 0;
}
@media screen and (max-width:991.98px) {
  .blog-single .entry-comments .entry-widget-content .comments-list {
    text-align: left;
  }
}
.blog-single .entry-comments .entry-widget-content .comments-list .comment-body {
  position: relative;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width:767.98px) {
  .blog-single .entry-comments .entry-widget-content .comments-list .comment-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.blog-single .entry-comments .entry-widget-content .comments-list .comment-body:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.blog-single .entry-comments .entry-widget-content .comments-list .comment-body:last-child .comment {
  border-bottom: none;
}
.blog-single .entry-comments .entry-widget-content .comments-list .comment-body:last-child .replies-list {
  margin-top: 25px;
  padding-top: 30px;
  border-top: 2px solid #e6e8eb;
}
.blog-single .entry-comments .entry-widget-content .comments-list .comment-body .replies-list {
  margin-top: 25px;
  padding-top: 30px;
}
.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 {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.blog-single .entry-comments .entry-widget-content .comments-list .comment-body .replies-list li:last-child .comment {
  border-bottom: none;
}
.blog-single .entry-comments .entry-widget-content .comments-list .comment-body .replies-list .comment-body .comment {
  border-bottom: 2px solid #e6e8eb;
}
.blog-single .entry-comments .entry-widget-content .comments-list .comment-body .replies-list .comment-body:last-child .comment {
  border: 0;
}
.blog-single .entry-comments .entry-widget-content .comments-list .comment-body .avatar {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 60px;
  height: 60px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width:767.98px) {
  .blog-single .entry-comments .entry-widget-content .comments-list .comment-body .avatar {
    margin-left: 20px;
    margin-bottom: 30px;
  }
}
.blog-single .entry-comments .entry-widget-content .comments-list .comment-body .comment {
  margin-left: 30px;
  padding-bottom: 10px;
  border-bottom: 2px solid #e6e8eb;
}
@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 h4 {
  font-family: var(--global--font-heading);
  color: var(--global--color-secondary);
  font-size: 15px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 5px;
  line-height: 16px;
}
.blog-single .entry-comments .entry-widget-content .comments-list .comment-body .comment .date {
  color: var(--global--color-secondary-darken-alt);
  font-family: var(--global--font-body);
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 7px;
}
.blog-single .entry-comments .entry-widget-content .comments-list .comment-body .comment p {
  font-family: var(--global--font-body);
  color: #9094a3;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 8px;
}
.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-secondary-darken);
  line-height: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: relative;
}
.blog-single .entry-comments .entry-widget-content .comments-list .comment-body .comment a.reply:hover {
  color: var(--global--color-primary);
}
.blog-single .entry-add-comment {
  padding-top: 37px;
  margin-top: 0;
}
.blog-single .entry-add-comment .form-control {
  margin-bottom: 30px;
}
.blog-single .entry-add-comment textarea {
  line-height: normal;
  height: 120px;
  padding-top: 19px;
}
.blog-single .entry-add-comment .custom-radio-group .custom-control {
  margin-bottom: 20px;
}
.blog-single .entry-add-comment .btn {
  height: 70px;
  width: 284px;
}
.blog-single .entry-add-comment .btn i {
  width: 70px;
}
@media screen and (max-width:991.98px) {
  .blog-single .sidebar-blog {
    margin-top: 70px;
  }
}

/*------------------------------------*\
    #Shop
\*------------------------------------*/
.shop {
  padding-top: 110px;
  padding-bottom: 110px;
}
@media screen and (max-width:991.98px) {
  .shop {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.shop .sidebar-shop {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}
.shop.shop-1 .pagination {
  margin-top: 3px;
}
.shop.shop-2 {
  padding-top: 47px;
  padding-bottom: 61px;
}
.shop.shop-2 h5 {
  font-family: var(--global--font-heading);
  font-weight: 500;
  font-size: 21px;
  color: var(--global--color-heading);
  text-transform: capitalize;
}
@media screen and (max-width:991.98px) {
  .shop.shop-2 h5 {
    text-align: center;
  }
}
.shop.shop-3 {
  padding-top: 126px;
  padding-bottom: 0px;
}
@media screen and (max-width:991.98px) {
  .shop.shop-3 {
    padding-top: 70px;
    padding-bottom: 0px;
  }
}

/* Product Item */
.product-item {
  margin-bottom: 42px;
}
.product-item .product-img {
  position: relative;
  overflow: hidden;
}
.product-item .product-img:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.product-item .product-img:hover .add-to-cart {
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(0px);
      -ms-transform: translateX(-50%) translateY(0px);
          transform: translateX(-50%) translateY(0px);
  visibility: visible;
}
.product-item .product-img img {
  border-radius: 0px;
  max-width: 100%;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.product-item .product-img .badge {
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: var(--global--color-primary);
  color: var(--global--color-white);
  font-family: var(--global--font-body);
  font-size: 14px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 56px;
  height: 30px;
  text-transform: capitalize;
}
.product-item .product-img .badge.badge-sale {
  background-color: #f00;
}
.product-item .product-img .add-to-cart {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(20px);
      -ms-transform: translateX(-50%) translateY(20px);
          transform: translateX(-50%) translateY(20px);
  bottom: 40px;
  width: calc(100% - 80px);
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--global--color-white);
  background-color: var(--global--color-secondary);
  text-transform: capitalize;
  font-family: var(--global--font-body);
  font-weight: 700;
  font-size: 15px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  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: 8px;
}
.product-item .product-content .product-title a {
  text-transform: capitalize;
  font-family: var(--global--font-heading);
  font-size: 19px;
  line-height: 32px;
  font-weight: 700;
  color: var(--global--color-secondary-darken);
}
.product-item .product-content .product-price span {
  font-family: var(--global--font-body);
  font-weight: 700;
  font-size: 19px;
  color: var(--global--color-secondary);
  line-height: 28px;
}

/* Shop Options */
.shop-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
@media screen and (max-width:767.98px) {
  .shop-options {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width:767.98px) {
  .shop-options .products-show {
    margin-bottom: 25px;
  }
}
.shop-options .products-show p {
  font-family: var(--global--font-body);
  font-weight: 700;
  font-size: 14px;
  color: var(--global--color-secondary-darken-alt);
  text-transform: capitalize;
  margin-bottom: 0;
}
.shop-options .products-sort .nice-select {
  padding-left: 23px;
  border: var(--global--color-gray-light);
  height: 60px;
  width: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #68738e;
  border: 1px solid #e6e8eb;
  border-radius: 0;
}
.shop-options .products-sort .nice-select::after {
  width: 7px;
  height: 7px;
  border-color: #68738e;
  -webkit-transform: rotate(45deg) translateY(-50%);
      -ms-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  right: 24px;
}
.shop-options .products-sort .nice-select .current {
  font-family: var(--global--font-body);
  font-size: 14px;
  color: #68738e;
}
.shop-options .products-sort .nice-select .list {
  width: 100%;
}

/* Shop Single */
.single-product {
  padding-top: 0;
  padding-bottom: 0;
}
.single-product .checkout-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 25px;
  background-color: var(--global--color-primary-light);
  border-radius: 8px 8px 0 8px;
  margin-bottom: 40px;
}
@media screen and (max-width:767.98px) {
  .single-product .checkout-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.single-product .checkout-banner p {
  font-family: var(--global--font-heading);
  font-weight: 500;
  font-size: 19px;
  color: var(--global--color-heading);
  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;
  border-radius: 8px 8px 0 8px;
}
.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 a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.single-product .product-content {
  padding-top: 15px;
}
@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);
  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: 20px;
}
.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;
  padding-bottom: 5px;
}
.single-product .product-content .product-details .table .name {
  font-family: var(--global--font-heading);
  font-weight: 500;
  font-size: 16px;
  color: var(--global--color-heading);
  text-transform: capitalize;
}
@media screen and (min-width:992px) {
  .single-product .product-content .product-details .table .name {
    padding-left: 0;
  }
}
.single-product .product-content .product-details .table .value {
  font-family: var(--global--font-body);
  font-weight: 400;
  font-size: 15px;
  color: var(--global--color-body);
  text-transform: capitalize;
}
.single-product .product-content .product-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media screen and (max-width:991.98px) {
  .single-product .product-content .product-share {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.single-product .product-content .product-share a {
  color: var(--global--color-white);
  background-color: var(--global--color-heading);
  border-radius: 8px 8px 0 8px;
  margin-right: 15px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 52px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  transition: 0.3s ease-in-out;
}
@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);
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 31px;
}
@media screen and (max-width:991.98px) {
  .single-product .product-content .product-action {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.single-product .product-content .product-action .product-quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid #f0f1f3;
  width: 80px;
  margin-right: 15px;
}
.single-product .product-content .product-action .product-quantity span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.single-product .product-content .product-action .product-quantity span a {
  border-left: 2px solid #f0f1f3;
}
.single-product .product-content .product-action .product-quantity span a:first-child {
  border-bottom: 2px solid #f0f1f3;
}
.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: 95px;
  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: #273a69;
  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: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: transparent;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media (max-width: 420px) {
  .single-product .product-tabs .nav-tabs li a::after {
    content: unset;
  }
}
.single-product .product-tabs .nav-tabs li a:focus, .single-product .product-tabs .nav-tabs li a:hover {
  color: var(--global--color-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: 2px solid var(--global--color-gray-light);
  padding-top: 25px;
}
.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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: 0;
}
.shop-cart .cart-table {
  margin-bottom: 30px;
}
.shop-cart .cart-table.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}
.shop-cart .cart-table .table {
  background-color: var(--global--color-white);
  border-radius: 0;
  margin-bottom: 0;
  color: var(--global--color-body);
}
.shop-cart .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: 1px solid #e5e8ed;
}
.shop-cart .cart-table .table tbody tr td {
  padding: 20px;
  border: 1px solid #e5e8ed;
  border-bottom: 1px solid #e5e8ed;
  border-top: 0;
  border-left: 0;
}
.shop-cart .cart-table .table tbody tr td:first-child {
  border-left: 1px solid #e5e8ed;
}
.shop-cart .cart-table .table tbody tr td.cart-product-price, .shop-cart .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);
  font-family: var(--global--font-body);
  vertical-align: middle;
}
.shop-cart .cart-table .table tbody tr td.cart-product-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.shop-cart .cart-table .table tbody tr td.cart-product-item .cart-product-remove {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 19px;
  height: 19px;
  background-color: #283b6a;
  border-radius: 1px;
  text-align: center;
  cursor: pointer;
  margin-right: 20px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.shop-cart .cart-table .table tbody tr td.cart-product-item .cart-product-remove:hover {
  background-color: var(--global--color-primary);
}
.shop-cart .cart-table .table tbody tr td.cart-product-item .cart-product-img {
  width: 70px;
  height: 70px;
  margin-right: 20px;
}
.shop-cart .cart-table .table tbody tr td.cart-product-item .cart-product-img img {
  max-width: 100%;
}
.shop-cart .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: 16px;
  font-weight: 500;
  line-height: 27px;
  text-transform: capitalize;
  margin-bottom: 0px;
}
.shop-cart .cart-table .table tbody tr td.cart-product-quantity .product-quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid #f0f1f3;
  width: 80px;
  margin-right: 0px;
  margin: 0 auto;
}
.shop-cart .cart-table .table tbody tr td.cart-product-quantity .product-quantity span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.shop-cart .cart-table .table tbody tr td.cart-product-quantity .product-quantity span a {
  border-left: 2px solid #f0f1f3;
}
.shop-cart .cart-table .table tbody tr td.cart-product-quantity .product-quantity span a:first-child {
  border-bottom: 2px solid #f0f1f3;
}
.shop-cart .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 .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 .cart-product-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 82px;
}
@media screen and (max-width:767.98px) {
  .shop-cart .cart-product-action {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.shop-cart .cart-product-action form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
}
@media screen and (max-width:767.98px) {
  .shop-cart .cart-product-action form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
  }
}
.shop-cart .cart-product-action form .form-control {
  margin-bottom: 0;
  background-color: #f0f1f3;
  margin-right: 10px;
  height: 42px;
  width: 250px;
  line-height: 42px;
  margin-bottom: 0px;
}
@media screen and (max-width:767.98px) {
  .shop-cart .cart-product-action form .form-control {
    margin-bottom: 15px;
    margin-right: 0;
  }
}
.shop-cart .cart-product-action form .btn {
  margin-top: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.shop-cart .cart-product-action .btn {
  width: 134px;
  height: 42px;
  line-height: 39px;
  margin-right: 10px;
}
@media screen and (max-width: 575.98px) {
  .shop-cart .cart-product-action .btn {
    margin-top: 20px;
  }
}
.shop-cart .cart-product-action .btn:last-child {
  margin-right: 0;
}
.shop-cart .cart-product-action div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.shop-cart .cart-total-amount h5 {
  color: var(--global--color-heading);
  font-size: 21px;
  font-weight: 500;
  line-height: 30px;
  font-family: var(--global--font-heading);
  margin-bottom: 13px;
  position: relative;
}
.shop-cart .cart-total-amount .table {
  margin-bottom: 40px;
}
.shop-cart .cart-total-amount .table tbody .head {
  font-family: var(--global--font-heading);
  font-weight: 500;
  font-size: 17px;
  color: var(--global--color-heading);
  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 #e5e8ed;
  padding-left: 0;
}
.shop-cart .cart-total-amount .table tbody td.amount {
  font-weight: 700;
}
.shop-cart .cart-total-amount .btn {
  width: 270px;
  height: 50px;
}

/* Shop Checkout */
.shop-checkout {
  padding-bottom: 120px;
}
.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);
}

.checkout-widget {
  padding: 20px;
  margin-bottom: 45px;
}
.checkout-widget .widget-title {
  margin-bottom: 15px;
  text-transform: capitalize;
}
.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;
}
.checkout-widget label .required {
  margin-left: 3px;
  color: red;
}
.checkout-widget .form-control {
  margin-bottom: 12px;
}
.checkout-widget .nice-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.checkout-widget .nice-select .list {
  width: 100%;
}

.your-order {
  margin-bottom: 53px;
  border-radius: 8px 8px 0 8px;
  overflow: hidden;
}
.your-order h5 {
  text-transform: capitalize;
}
.your-order .table-order {
  background-color: var(--global--color-gray);
  padding: 30px 30px 12px;
}
.your-order .table-order table {
  width: 100%;
}
.your-order .table-order table thead .order-heading {
  border-bottom: 1px solid #eaeaea;
}
.your-order .table-order table thead .order-heading th {
  font-family: var(--global--font-body);
  font-size: 16px;
  color: var(--global--color-heading);
  font-weight: 700;
  text-transform: capitalize;
  padding-bottom: 3px;
}
.your-order .table-order table tbody tr {
  border-bottom: 1px solid #eaeaea;
}
.your-order .table-order table tbody tr:last-child {
  border-bottom: 0;
}
.your-order .table-order table tbody tr td {
  font-family: var(--global--font-body);
  font-size: 14px;
  color: var(--global--color-heading);
  text-transform: capitalize;
  font-weight: 700;
  padding-top: 13px;
  padding-bottom: 13px;
}
.your-order .table-order table tbody tr td:last-of-type {
  font-weight: 400;
  color: var(--global--color-body);
}
.your-order .table-order table tbody tr td.product-name {
  padding-left: 10px;
}
.your-order .table-order table tbody tr.cart-total td:last-of-type {
  font-weight: 700;
  color: var(--global--color-heading);
}

.payment {
  background-color: var(--global--color-gray);
  padding: 33px 15px;
  border-radius: 8px 8px 0 8px;
}
.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-primary-light);
  border-radius: 8px 8px 8px 0;
  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);
}

.shop-account {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  overflow: visible;
}
.shop-account .side-menu {
  width: 300px;
  background-color: #f4f4f4;
  position: sticky;
  height: 100%;
  top: 0;
  min-height: 100vh;
  overflow-y: auto;
  padding: 40px 0 30px;
}
@media screen and (max-width: 500px) {
  .shop-account .side-menu {
    border-right: 1px solid #eaeaea;
    width: 100px;
  }
}
.shop-account .side-menu .side-menu-wrapper {
  padding: 0 25px;
}
@media screen and (max-width: 500px) {
  .shop-account .side-menu .side-menu-wrapper {
    padding: 0;
  }
}
.shop-account .side-menu .side-menu-wrapper ul li:first-child {
  border-top: 1px solid #eaeaea;
}
.shop-account .side-menu .side-menu-wrapper ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  color: var(--global--color-heading);
  font-size: 15px;
  font-family: var(--global--font-body);
  font-weight: 700;
  line-height: 36px;
  text-transform: capitalize;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-bottom: 1px solid #eaeaea;
}
@media screen and (max-width: 500px) {
  .shop-account .side-menu .side-menu-wrapper ul li a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.shop-account .side-menu .side-menu-wrapper ul li a:hover {
  color: var(--global--color-primary);
}
.shop-account .side-menu .side-menu-wrapper ul li a:hover i {
  color: var(--global--color-primary);
  -webkit-transform: translateX(-5px);
      -ms-transform: translateX(-5px);
          transform: translateX(-5px);
}
@media screen and (max-width: 500px) {
  .shop-account .side-menu .side-menu-wrapper ul li a span {
    display: none;
  }
}
.shop-account .side-menu .side-menu-wrapper ul li a i {
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  margin-left: 10px;
  font-size: 15px;
}
@media screen and (max-width: 500px) {
  .shop-account .side-menu .side-menu-wrapper ul li a i {
    margin-left: 0;
    font-size: 20px;
  }
}
.shop-account .account-page {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 50px 40px 30px;
}
@media screen and (max-width:767.98px) {
  .shop-account .account-page {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.shop-account .account-page p {
  font-family: var(--global--font-heading);
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 0;
  text-transform: capitalize;
  color: var(--global--color-heading);
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  margin-bottom: 40px;
}
.shop-account .account-page p:last-child {
  margin-bottom: 0;
}
.shop-account .account-page 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;
  }
}
/*------------------------------------*\
    #Teams
\*------------------------------------*/
.team .pagination {
  margin-top: 10px;
}

/* Team Filter */
.team-filter {
  text-align: center;
  margin-bottom: 9px;
}
.team-filter li {
  display: inline-block;
}
.team-filter li:last-child a {
  margin-right: 0;
}
.team-filter li a {
  color: var(--global--color-heading);
  font-family: var(--global--font-body);
  font-size: 14px;
  font-weight: 700;
  line-height: 49px;
  margin-right: 26px;
  text-transform: capitalize;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.team-filter li a:hover {
  color: var(--global--color-primary);
}
.team-filter li a.active-filter {
  color: var(--global--color-primary);
}

/* Team Member */
.team-member {
  margin-bottom: 40px;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
@media screen and (max-width:991.98px) {
  .team-member {
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
  }
}
.team-member .team-member-holder {
  overflow: hidden;
}
.team-member .team-member-holder:hover .team-img img {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}
.team-member .team-member-holder:hover .team-img::before {
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
          transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
}
.team-member .team-img {
  position: relative;
  overflow: hidden;
}
.team-member .team-img::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  content: "";
  z-index: 1;
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  -o-transition: transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
          transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
}
.team-member .team-img .link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.team-member .team-img img {
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  -o-transition: transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale3d(1.05, 1.05, 1);
          transform: scale3d(1.05, 1.05, 1);
}
.team-member .team-img .team-social {
  position: absolute;
  left: 40px;
  bottom: 0;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  z-index: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(41px);
      -ms-transform: translateY(41px);
          transform: translateY(41px);
}
@media screen and (max-width:991.98px) {
  .team-member .team-img .team-social {
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(41px);
        -ms-transform: translateX(-50%) translateY(41px);
            transform: translateX(-50%) translateY(41px);
  }
}
.team-member .team-img .team-social .btn-social {
  width: 40px;
  height: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--global--color-white);
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: relative;
}
.team-member .team-img .team-social .btn-social.bg-facebook {
  background-color: var(--global--color-secondary);
}
.team-member .team-img .team-social .btn-social.bg-twitter {
  background-color: cc1133;
}
.team-member .team-img .team-social .btn-social.bg-call {
  background-color: var(--global--color-secondary-darken);
}
.team-member .team-img .team-social .btn-social i,
.team-member .team-img .team-social .btn-social svg {
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-size: 16px;
}
.team-member .team-img .team-social .btn-social i:hover,
.team-member .team-img .team-social .btn-social svg:hover {
  -webkit-animation: bounce 1s ease-in-out;
          animation: bounce 1s ease-in-out;
}
.team-member .team-content {
  padding: 23px 30px 0;
  text-align: center;
  background-color: var(--global--color-white);
}
@media screen and (min-width:992px) {
  .team-member .team-content {
    text-align: left;
  }
}
.team-member .team-content .team-title h4 {
  font-family: var(--global--font-heading);
  font-size: 19px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 3px;
  text-transform: capitalize;
}
.team-member .team-content .team-title h4 a {
  color: var(--global--color-secondary-darken);
}
.team-member .team-content .team-title h4 a:hover {
  color: var(--global--color-primary);
}
.team-member .team-content .team-cat a {
  color: var(--global--color-primary);
  font-family: var(--global--font-body);
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  position: relative;
  text-transform: capitalize;
}
.team-member .team-content .team-cat a::before {
  content: "";
  height: 1px;
  width: 100%;
  background-color: var(--global--color-primary);
  position: absolute;
  bottom: -2px;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.team-member .team-content .team-cat a:hover {
  color: var(--global--color-primary);
}
.team-member .team-content .team-cat a:hover::before {
  opacity: 1;
}
.team-member .team-content .team-cat a::after {
  content: ",";
  margin-right: 5px;
}
.team-member .team-content .team-cat a:last-of-type::after {
  content: none;
}
.team-member .team-content .team-desc p {
  font-family: var(--global--font-body);
  color: #9094a3;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 0;
}
.team-member .team-content .team-more .btn {
  height: 42px;
  width: 124px;
}

/* Team Standard */
.team-standard {
  padding: 40px 0 110px;
}
.team-standard .team-member {
  margin-bottom: 30px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.07);
          box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.07);
}
.team-standard .team-member:hover {
  -webkit-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
          box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
}
.team-standard .team-member:hover .team-social {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (max-width:991.98px) {
  .team-standard .team-member:hover .team-social {
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
.team-standard .team-member:hover .team-content::after {
  width: calc(100% - 80px);
}
.team-standard .team-member .team-content {
  padding-top: 33px;
  padding-bottom: 32px;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}
.team-standard .team-member .team-content .team-title h4 {
  margin-bottom: 4px;
}
.team-standard .team-member .team-content .team-cat {
  margin-bottom: 13px;
}
.team-standard .team-member .team-content .team-desc {
  margin-bottom: 0px;
}
.team-standard .team-member .team-content::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 6px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background-color: var(--global--color-secondary);
  width: 0;
}
.team-standard.team-standard-1 {
  position: relative;
  padding-top: 96px;
  padding-bottom: 100px;
}
@media screen and (max-width:991.98px) {
  .team-standard.team-standard-1 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.team-standard.team-standard-1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 97%;
  height: 100%;
  background-color: #f0f5fd;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .team-standard.team-standard-1::before {
    width: calc(100% - 30px);
  }
}
@media screen and (max-width:991.98px) {
  .team-standard.team-standard-1::before {
    width: calc(100% - 60px);
  }
}
@media screen and (max-width:767.98px) {
  .team-standard.team-standard-1::before {
    width: calc(100% - 20px);
  }
}
.team-standard.team-standard-1 .note {
  position: relative;
  z-index: 5;
}
.team-standard.team-standard-2 {
  padding-top: 0px;
  padding-bottom: 110px;
}
@media screen and (max-width:991.98px) {
  .team-standard.team-standard-2 {
    padding-bottom: 70px;
  }
}
.team-standard.team-standard-3 {
  text-align: center;
  padding-top: 116px;
  padding-bottom: 66px;
}
@media screen and (max-width:991.98px) {
  .team-standard.team-standard-3 {
    padding-top: 0;
    padding-bottom: 60px;
  }
}

/* Team Modern*/
.team-modern {
  padding-top: 186px;
  padding-bottom: 30px;
  position: relative;
  overflow: visible;
}
@media screen and (max-width:991.98px) {
  .team-modern {
    padding-top: 106px;
  }
}
.team-modern .team-member {
  -webkit-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.07);
          box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.07);
  overflow: hidden;
  margin-bottom: 33px;
}
.team-modern .team-member:hover {
  -webkit-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
          box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
}
.team-modern .team-member:hover .team-member-holder::after {
  width: 0;
}
.team-modern .team-member:hover .team-member-holder .team-content-holder .team-content {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.team-modern .team-member:hover .team-member-holder .team-content-holder .team-content::after {
  width: calc(100% - 80px);
}
@media (min-width:992px) and (max-width:1199.98px) {
  .team-modern .team-member:hover .team-member-holder .team-content-holder .team-content::after {
    width: calc(100% - 50px);
  }
}
@media screen and (max-width:767.98px) {
  .team-modern .team-member:hover .team-member-holder .team-content-holder .team-content::after {
    width: calc(100% - 40px);
  }
}
.team-modern .team-member:hover .team-member-holder .team-content-holder .team-content .team-desc p {
  margin-bottom: 22px;
}
.team-modern .team-member .team-member-holder {
  position: relative;
}
.team-modern .team-member .team-member-holder::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(100% - 80px);
  height: 6px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background-color: #e6e8eb;
  z-index: 5;
}
@media (min-width:992px) and (max-width:1199.98px) {
  .team-modern .team-member .team-member-holder::after {
    width: calc(100% - 50px);
  }
}
@media screen and (max-width:767.98px) {
  .team-modern .team-member .team-member-holder::after {
    width: calc(100% - 40px);
  }
}
.team-modern .team-member .team-member-holder .team-img {
  height: 370px;
}
.team-modern .team-member .team-member-holder .team-content-holder .team-content {
  padding: 31px 40px 40px;
  position: relative;
  -webkit-transform: translateY(163px);
      -ms-transform: translateY(163px);
          transform: translateY(163px);
  margin-top: -163px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  z-index: 5;
}
@media (min-width:992px) and (max-width:1199.98px) {
  .team-modern .team-member .team-member-holder .team-content-holder .team-content {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (max-width:767.98px) {
  .team-modern .team-member .team-member-holder .team-content-holder .team-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.team-modern .team-member .team-member-holder .team-content-holder .team-content::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 6px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
  background-color: #0857dc;
}
.team-modern .team-member .team-member-holder .team-content-holder .team-content .team-title h4 {
  margin-bottom: 3px;
}
.team-modern .team-member .team-member-holder .team-content-holder .team-content .team-cat {
  margin-bottom: 14px;
}
.team-modern .team-member .team-member-holder .team-content-holder .team-content .team-desc p {
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  margin-bottom: 32px;
}
.team-modern .team-member .team-member-holder .team-content-holder .team-content .team-info {
  margin: 0;
  padding: 0;
  margin-bottom: 28px;
}
.team-modern .team-member .team-member-holder .team-content-holder .team-content .team-info li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 14px;
}
.team-modern .team-member .team-member-holder .team-content-holder .team-content .team-info li:last-child {
  margin-bottom: 0;
}
.team-modern .team-member .team-member-holder .team-content-holder .team-content .team-info li svg {
  color: #021a42;
  margin-right: 10px;
}
.team-modern .team-member .team-member-holder .team-content-holder .team-content .team-info li p {
  margin-bottom: 0;
  font-family: var(--global--font-body);
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #68738e;
  text-transform: capitalize;
}
.team-modern .team-member .team-member-holder .team-content-holder .team-content .team-info li p a {
  color: #68738e;
}
.team-modern .team-member .team-member-holder .team-content-holder .team-content .team-info li p a:hover {
  color: var(--global--color-primary);
}
.team-modern .team-member .team-member-holder .team-content-holder .team-content .team-social {
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  z-index: 4;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.team-modern .team-member .team-member-holder .team-content-holder .team-content .team-social .btn-social {
  width: 40px;
  height: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--global--color-white);
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: relative;
  margin-left: 10px;
}
.team-modern .team-member .team-member-holder .team-content-holder .team-content .team-social .btn-social:first-child {
  margin-left: 0;
}
.team-modern .team-member .team-member-holder .team-content-holder .team-content .team-social .btn-social.bg-facebook {
  background-color: var(--global--color-secondary);
}
.team-modern .team-member .team-member-holder .team-content-holder .team-content .team-social .btn-social.bg-twitter {
  background-color: cc1133;
}
.team-modern .team-member .team-member-holder .team-content-holder .team-content .team-social .btn-social i {
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-size: 16px;
}
.team-modern .team-member .team-member-holder .team-content-holder .team-content .team-social .btn-social i:hover {
  -webkit-animation: bounce 1s ease-in-out;
          animation: bounce 1s ease-in-out;
}
.team-modern .team-member .team-member-holder .team-content-holder .team-content .team-social .btn-more {
  width: 135px;
  height: 40px;
  margin-left: 20px;
  background-color: var(--global--color-secondary-darken);
  padding: 0 10px;
}
.team-modern .team-member .team-member-holder .team-content-holder .team-content .team-social .btn-more i {
  font-size: 10px;
  margin-right: 10px;
}
@media screen and (max-width:991.98px) {
  .team-modern .team-member.team-member-2 {
    margin-bottom: 40px;
  }
}
.team-modern .team-member.team-member-2 .team-member-holder::after {
  content: unset;
}
.team-modern .team-member.team-member-2 .team-member-holder .team-img {
  height: 330px;
}
.team-modern .team-member.team-member-2 .team-member-holder .team-img img {
  width: 100%;
}
.team-modern .team-member.team-member-2 .team-member-holder .team-content-holder .team-content {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  margin-top: 0px;
}
.team-modern .team-member.team-member-2 .team-member-holder .team-content-holder .team-content::after {
  width: calc(100% - 80px);
}
@media (min-width:992px) and (max-width:1199.98px) {
  .team-modern .team-member.team-member-2 .team-member-holder .team-content-holder .team-content::after {
    width: calc(100% - 50px);
  }
}
@media screen and (max-width:767.98px) {
  .team-modern .team-member.team-member-2 .team-member-holder .team-content-holder .team-content::after {
    width: calc(100% - 40px);
  }
}
.team-modern .team-member.team-member-2 .team-member-holder .team-content-holder .team-content .team-cat {
  border-bottom: 2px solid #e6e8eb;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.team-modern .team-member.team-member-2 .team-member-holder .team-content-holder .team-content .team-desc {
  display: none;
}
.team-modern .team-member.team-member-2 .team-member-holder .team-content-holder .team-content .team-social .btn-more {
  display: none;
}
.team-modern.team-modern-1 {
  text-align: center;
}
.team-modern.team-modern-1 .note {
  margin-bottom: 33px;
}
.team-modern.team-modern-1 .btn-appointment {
  width: 250px;
  height: 60px;
  padding-left: 15px;
  -webkit-box-shadow: 0px 3px 63px 0px rgba(33, 49, 81, 0.11);
          box-shadow: 0px 3px 63px 0px rgba(33, 49, 81, 0.11);
  position: relative;
  z-index: 10;
}
.team-modern.team-modern-1 .btn-appointment i {
  width: 60px;
  margin-left: 15px;
}
.team-modern .divider {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 4;
}
.team-modern .divider::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  width: 50%;
  height: 100%;
  background-color: var(--global--color-white);
}
.team-modern .divider .bg {
  background-color: var(--global--color-white);
  height: 80px;
}
.team-modern.team-modern-2 {
  text-align: center;
  padding-top: 52px;
  padding-bottom: 100px;
}
@media screen and (max-width:991.98px) {
  .team-modern.team-modern-2 {
    padding-top: 0;
    padding-bottom: 60px;
  }
}
.team-modern.team-modern-3 {
  padding-top: 0;
  padding-bottom: 0;
}

/* Team Grid */
.team-grid {
  padding: 0px 0 110px;
}
@media screen and (max-width:991.98px) {
  .team-grid {
    padding: 0px 0 70px;
  }
}
.team-grid .team-member {
  margin-bottom: 30px;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  -webkit-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.07);
          box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.07);
}
.team-grid .team-member:hover {
  -webkit-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
          box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
}
.team-grid .team-member:hover .team-member-holder .team-img .team-info-overlay {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
}
.team-grid .team-member:hover .team-member-holder::after {
  width: 0;
}
.team-grid .team-member:hover .team-member-holder .team-content::after {
  width: calc(100% - 80px);
}
@media (min-width:992px) and (max-width:1199.98px) {
  .team-grid .team-member:hover .team-member-holder .team-content::after {
    width: calc(100% - 50px);
  }
}
@media screen and (max-width:767.98px) {
  .team-grid .team-member:hover .team-member-holder .team-content::after {
    width: calc(100% - 40px);
  }
}
.team-grid .team-member .team-member-holder {
  position: relative;
}
.team-grid .team-member .team-member-holder::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(100% - 80px);
  height: 6px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background-color: #e6e8eb;
  z-index: 5;
}
@media (min-width:992px) and (max-width:1199.98px) {
  .team-grid .team-member .team-member-holder::after {
    width: calc(100% - 50px);
  }
}
@media screen and (max-width:767.98px) {
  .team-grid .team-member .team-member-holder::after {
    width: calc(100% - 40px);
  }
}
.team-grid .team-member .team-member-holder .team-img .team-info-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 31px 40px 40px;
  border-radius: 4px;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
}
@media (min-width:992px) and (max-width:1199.98px) {
  .team-grid .team-member .team-member-holder .team-img .team-info-overlay {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (max-width:767.98px) {
  .team-grid .team-member .team-member-holder .team-img .team-info-overlay {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.team-grid .team-member .team-member-holder .team-img .team-info-overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(8, 87, 222, 0.85);
  z-index: 1;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.team-grid .team-member .team-member-holder .team-img .team-info-overlay::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(40, 205, 250, 0)), color-stop(0%, rgba(29, 101, 185, 0)), color-stop(24.43%, rgba(29, 101, 185, 0)), color-stop(97.66%, #de0220), to(#de0220));
  background: -o-linear-gradient(rgba(40, 205, 250, 0) 0%, rgba(29, 101, 185, 0) 0%, rgba(29, 101, 185, 0) 24.43%, #de0220 97.66%, #de0220 100%);
  background: linear-gradient(rgba(40, 205, 250, 0) 0%, rgba(29, 101, 185, 0) 0%, rgba(29, 101, 185, 0) 24.43%, #de0220 97.66%, #de0220 100%);
  z-index: 2;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.team-grid .team-member .team-member-holder .team-img .team-info-overlay .team-content {
  padding: 0;
  background-color: transparent;
  position: relative;
  z-index: 7;
}
.team-grid .team-member .team-member-holder .team-img .team-info-overlay .team-content::after {
  content: unset;
}
.team-grid .team-member .team-member-holder .team-img .team-info-overlay .team-content .team-desc p {
  color: var(--global--color-white);
}
.team-grid .team-member .team-member-holder .team-img .team-info-overlay .team-meta-container {
  z-index: 7;
}
.team-grid .team-member .team-member-holder .team-img .team-info-overlay .team-meta-container .team-social {
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  z-index: 4;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  left: auto;
  bottom: auto;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.team-grid .team-member .team-member-holder .team-img .team-info-overlay .team-meta-container .team-social .btn-social {
  width: 40px;
  height: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--global--color-white);
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: relative;
  margin-left: 10px;
  border: 2px solid #f4f4f4;
  background: transparent;
}
.team-grid .team-member .team-member-holder .team-img .team-info-overlay .team-meta-container .team-social .btn-social:first-child {
  margin-left: 0;
}
.team-grid .team-member .team-member-holder .team-img .team-info-overlay .team-meta-container .team-social .btn-social i {
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-size: 16px;
}
.team-grid .team-member .team-member-holder .team-img .team-info-overlay .team-meta-container .team-social .btn-social i:hover {
  -webkit-animation: bounce 1s ease-in-out;
          animation: bounce 1s ease-in-out;
}
.team-grid .team-member .team-member-holder .team-img .team-info-overlay .team-meta-container .team-contact {
  margin-bottom: 27px;
}
.team-grid .team-member .team-member-holder .team-img .team-info-overlay .team-meta-container .team-contact a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: var(--global--font-body);
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: var(--global--color-white);
  margin-bottom: 10px;
}
.team-grid .team-member .team-member-holder .team-img .team-info-overlay .team-meta-container .team-contact a:last-child {
  margin-bottom: 0;
}
.team-grid .team-member .team-member-holder .team-img .team-info-overlay .team-meta-container .team-contact a svg {
  color: var(--global--color-white);
  margin-right: 10px;
}
.team-grid .team-member .team-member-holder .team-content {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}
.team-grid .team-member .team-member-holder .team-content::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 6px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
  background-color: #0857dc;
}
.team-grid .team-member .team-member-holder .team-content .team-title h4 {
  font-size: 19px;
  margin-bottom: 2px;
}
.team-grid .team-member .team-member-holder .team-content .team-cat {
  margin-bottom: 0px;
}
.team-grid .team-member.team-member-1 .team-member-holder .team-img::before {
  content: unset;
}
.team-grid .team-member.team-member-1 .team-member-holder .team-img img {
  width: 100%;
  height: 370px;
  -o-object-fit: cover;
     object-fit: cover;
}
.team-grid .team-member.team-member-2 {
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 0;
}
@media screen and (max-width:991.98px) {
  .team-grid .team-member.team-member-2 {
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
  }
}
.team-grid .team-member.team-member-2:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.team-grid .team-member.team-member-2 .team-member-holder::after {
  content: unset;
}
.team-grid .team-member.team-member-2 .team-member-holder .team-content {
  padding: 0;
  padding-top: 22px;
}
.team-grid .team-member.team-member-2 .team-member-holder .team-content::after {
  content: unset;
}
.team-grid .team-member.team-member-2 .team-member-holder .team-content .team-title h4 {
  font-size: 19px;
}
.team-grid .team-member.team-member-2 .team-member-holder .team-content .team-cat {
  margin-bottom: 0;
}
.team-grid .pagination {
  margin-top: 10px;
}
.team-grid.team-grid-4 {
  padding: 0;
}

.doctor-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width:991.98px) {
  .doctor-action {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width:767.98px) {
  .doctor-action {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.doctor-action .btn {
  width: 210px;
  height: 60px;
  border-radius: 8px 8px 0 8px;
  margin-right: 70px;
}
@media screen and (max-width:767.98px) {
  .doctor-action .btn {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.doctor-action .doctor-info {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.doctor-action .doctor-info .doctor-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
}
.doctor-action .doctor-info .doctor-img img {
  max-width: 100%;
  border-radius: 50%;
}
.doctor-action .doctor-info i {
  width: 50px;
  height: 50px;
  color: var(--global--color-white);
  background-color: var(--global--color-primary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  left: -40px;
}
.doctor-action .doctor-info .doctor-body a {
  font-family: var(--global--font-heading);
  font-weight: 700;
  font-size: 19px;
  line-height: 29px;
  color: var(--global--color-secondary);
  margin-bottom: 0;
}
.doctor-action .doctor-info .doctor-body p {
  font-family: var(--global--font-body);
  font-weight: 400;
  font-size: 14px;
  color: var(--global--color-body);
  margin-bottom: 0;
  text-transform: capitalize;
}

/* Member Single */
.team-single {
  padding-top: 0;
  padding-bottom: 30px;
  position: relative;
  overflow: visible;
  z-index: 5;
}
@media screen and (max-width:991.98px) {
  .team-single {
    padding-bottom: 0;
  }
}
.team-single .divider {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 4;
}
.team-single .divider::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  width: 50%;
  height: 100%;
  background-color: var(--global--color-white);
}
.team-single .divider .bg {
  background-color: var(--global--color-white);
  height: 80px;
}
.team-single .entry-bio {
  margin-bottom: 32px;
}
@media screen and (max-width:991.98px) {
  .team-single .entry-bio {
    text-align: center;
  }
}
.team-single .entry-bio .entry-heading {
  font-family: var(--global--font-heading);
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 29px;
  color: #021a42;
  text-transform: capitalize;
}
.team-single .entry-bio .entry-desc {
  font-family: var(--global--font-body);
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  color: #9094a3;
  margin-bottom: 25px;
}
.team-single .entry-bio .entry-desc:last-child {
  margin-bottom: 0;
}
.team-single .entry-bio .entry-desc.strong {
  font-weight: 700;
  color: var(--global--color-secondary-darken-alt);
}
.team-single .entry-table {
  margin-bottom: 67px;
}
.team-single .entry-table .table {
  height: 1px;
  margin-bottom: 0;
}
.team-single .entry-table .table tbody tr {
  height: 100%;
}
.team-single .entry-table .table tbody tr:nth-of-type(odd) {
  background-color: transparent;
}
.team-single .entry-table .table tbody tr:nth-of-type(odd) .content {
  background-color: #f0f5fd;
}
.team-single .entry-table .table td {
  height: 100%;
  border-top: 0;
  border-bottom: 0;
  padding: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.team-single .entry-table .table td .content {
  border-radius: 0px;
  height: 100%;
  font-family: var(--global--font-body);
  font-size: 14px;
  font-weight: 400;
  color: #68738e;
  text-transform: capitalize;
  padding: 20px 30px 20px 50px;
}
@media screen and (max-width:767.98px) {
  .team-single .entry-table .table td .content {
    padding: 20px;
  }
}
.team-single .entry-table .table td .content.head {
  border-radius: 0px;
  font-weight: 700;
  color: var(--global--color-secondary-darken-alt);
}
.team-single .entry-table .table td .content .experties-list {
  margin-bottom: 0;
}
.team-single .entry-table .table td .content .experties-list li {
  margin-bottom: 14px;
}
.team-single .entry-table .table td .content .experties-list li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width:767.98px) {
  .team-single .entry-table .table td .content .experties-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.team-single .entry-table .table td .content .experties-list li i {
  font-size: 10px;
  margin-right: 10px;
  color: var(--global--color-secondary);
}
@media screen and (max-width:767.98px) {
  .team-single .entry-table .table td .content .experties-list li i {
    margin-top: 5px;
  }
}
.team-single .entry-table .table td:first-child .content {
  border-radius: 8px 0 0 8px;
}
.team-single .entry-table .table td:last-child .content {
  border-radius: 0px 8px 0 0px;
}
.team-single .entry-services {
  margin-bottom: 67px;
}
.team-single .entry-awards {
  margin-bottom: 37px;
}
.team-single .entry-awards .entry-desc {
  margin-bottom: 32px;
}
.team-single .entry-awards .entry-award {
  padding: 40px 40px 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.07);
          box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.07);
}
@media screen and (max-width:767.98px) {
  .team-single .entry-awards .entry-award {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 28px 25px 26px;
    text-align: center;
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
  }
}
.team-single .entry-awards .entry-award:hover {
  border-color: transparent;
  -webkit-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
          box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
}
.team-single .entry-awards .entry-award img {
  width: 48px;
  height: 40px;
  margin-right: 20px;
  display: inline-block;
}
@media screen and (max-width:767.98px) {
  .team-single .entry-awards .entry-award img {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.team-single .entry-awards .entry-award h5 {
  font-family: var(--global--font-heading);
  font-weight: 500;
  color: var(--global--color-secondary-darken-alt);
  font-size: 18px;
  margin-bottom: 1px;
  text-transform: capitalize;
}
.team-single .entry-awards .entry-award p {
  font-family: var(--global--font-body);
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #9094a3;
  margin-bottom: 0;
  text-transform: capitalize;
}
.team-single .entry-education {
  margin-bottom: 70px;
}
.team-single .entry-education .entry-desc {
  margin-bottom: 32px;
}
.team-single .entry-education .education-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width:767.98px) {
  .team-single .entry-education .education-panel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.team-single .entry-education .education-panel:last-child .education-body {
  padding-bottom: 0;
}
.team-single .entry-education .education-panel .education-year {
  margin-right: 40px;
}
@media screen and (max-width:767.98px) {
  .team-single .entry-education .education-panel .education-year {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.team-single .entry-education .education-panel .education-year .year {
  background-color: var(--global--color-secondary);
  padding-right: 12px;
  font-family: var(--global--font-body);
  font-size: 14px;
  font-weight: 700;
  color: var(--global--color-white);
  -webkit-clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0 100%, 0 50%, 0 0);
          clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0 100%, 0 50%, 0 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 87px;
  height: 30px;
}
.team-single .entry-education .education-panel .education-body {
  position: relative;
  padding-left: 40px;
  padding-bottom: 36px;
  margin-top: 3px;
}
@media screen and (max-width:767.98px) {
  .team-single .entry-education .education-panel .education-body {
    padding-left: 20px;
  }
}
.team-single .entry-education .education-panel .education-body::before {
  content: "";
  width: 2px;
  position: absolute;
  height: calc(100% + 3px);
  top: 0;
  left: -1px;
  background-color: #dcdee2;
}
@media screen and (max-width:767.98px) {
  .team-single .entry-education .education-panel .education-body::before {
    left: 0;
    height: calc(100% + 22px);
    top: -20px;
  }
}
.team-single .entry-education .education-panel .education-body .bullet {
  z-index: 4;
  position: absolute;
  top: 0px;
  left: -12px;
  width: 24px;
  height: 24px;
  background-color: var(--global--color-white);
  border: 2px solid #dcdee2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width:767.98px) {
  .team-single .entry-education .education-panel .education-body .bullet {
    display: none;
  }
}
.team-single .entry-education .education-panel .education-body .bullet::after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: var(--global--color-secondary);
}
.team-single .entry-education .education-panel .education-body h5 {
  font-family: var(--global--font-heading);
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: var(--global--color-secondary-darken-alt);
  margin-bottom: 15px;
  -webkit-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
          transform: translateY(-3px);
}
.team-single .entry-education .education-panel .education-body p {
  font-family: var(--global--font-body);
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  color: #9094a3;
  margin-bottom: 0;
}
.team-single .entry-skills {
  margin-bottom: 0px;
}
.team-single .entry-skills .entry-desc {
  margin-bottom: 30px;
}

/* Team Carousel */
.team-carousel {
  overflow: visible;
}
.team-carousel .owl-carousel .owl-stage-outer {
  overflow: visible;
}
.team-carousel .owl-carousel .owl-stage-outer .owl-item {
  opacity: 0;
  visibility: hidden;
}
.team-carousel .owl-carousel .owl-stage-outer .owl-item.active {
  opacity: 1;
  visibility: visible;
}

/* Team Projects */
.team-projects {
  padding-top: 0;
  padding-bottom: 0;
}
.team-projects .project {
  position: relative;
  overflow: hidden;
}
.team-projects .project:hover img {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.team-projects .project a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.team-projects .project img {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 auto;
  max-width: none;
  width: calc(100% + 50px);
  opacity: 0.9;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  -o-transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: translate3d(-40px, 0, 0);
          transform: translate3d(-40px, 0, 0);
}
@media screen and (max-width:767.98px) {
  .team-projects .project img {
    max-width: 100%;
    -webkit-transform: translate3d(0px, 0, 0);
            transform: translate3d(0px, 0, 0);
  }
}

/* Team Gallery */
.team-gallery {
  padding-top: 0px;
  padding-bottom: 110px;
}
@media screen and (max-width:991.98px) {
  .team-gallery {
    padding-bottom: 70px;
  }
}
.team-gallery .btn {
  width: 170px;
  height: 60px;
  margin-top: 10px;
}
.team-gallery .team-member {
  margin-bottom: 30px;
}
.team-gallery .team-member .team-member-holder {
  position: relative;
}
.team-gallery .team-member .team-member-holder:hover .team-hover {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.team-gallery .team-member .team-member-holder .team-img {
  height: 370px;
}
.team-gallery .team-member .team-member-holder .team-img::before {
  content: unset;
}
.team-gallery .team-member .team-member-holder .team-hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(8, 87, 222, 0.7);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.team-gallery .team-member .team-member-holder .team-hover .team-zoom {
  color: var(--global--color-white);
  font-size: 20px;
}
.team-gallery .team-member .team-member-holder .team-hover a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes bounce {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .team-filter li a {
    margin-right: 10px;
    font-size: 13px;
  }

  .team-member .team--img img,
.team .owl-carousel .owl-item img {
    width: 100%;
  }

  .team-grid .team-member-holder,
.team-masonry .team-member-holder {
    max-width: 370px;
    margin-right: auto;
    margin-left: auto;
  }

  .team-slider .carousel-navs .owl-nav .owl-next:before,
.team-slider .carousel-navs .owl-nav .owl-prev:before {
    font-size: 30px;
  }
}
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-masonry .team--img img {
    width: 100%;
  }
}
/*------------------------------------*\
    #Timetable
\*------------------------------------*/
.timetable {
  padding-top: 0px;
  padding-bottom: 110px;
}
@media screen and (max-width:991.98px) {
  .timetable {
    padding-bottom: 70px;
  }
}
.timetable .table-sort {
  margin-bottom: 50px;
  height: 60px;
}
@media screen and (max-width:991.98px) {
  .timetable .table-sort {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.timetable .table-sort .nice-select {
  padding: 9px 25px;
  width: 254px;
  border-color: #e6e8eb;
  height: 100%;
  font-size: var(--global--font-body);
  font-weight: 400;
  font-size: 14px;
  color: #68738e;
  text-transform: capitalize;
}
.timetable .table-sort .nice-select::after {
  width: 7px;
  height: 7px;
  border-color: var(--global--color-heading);
  right: 25px;
}
.timetable .table-sort .nice-select .list {
  width: 100%;
}
@media screen and (min-width:992px) {
  .timetable .table-holder {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
  }
}
.timetable .table-holder .day-appointment {
  background-color: #dae6fa;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: var(--global--font-body);
  font-weight: 700;
  font-size: 14px;
  color: var(--global--color-body);
  text-transform: capitalize;
  margin: 2px;
}
@media screen and (max-width:991.98px) {
  .timetable .table-holder .day-appointment {
    margin: 0;
    padding: 15px 0;
  }
}
.timetable .table-holder .appointment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-family: var(--global--font-body);
  font-weight: 700;
  font-size: 14px;
  color: var(--global--color-body);
  text-transform: capitalize;
  margin: 2px;
  border-radius: 4px;
  background-color: var(--global--color-primary-light);
}
.timetable .table-holder .time-table {
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background-color: #04245c;
  margin: 2px;
  border-radius: 4px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.timetable .table-holder .time-table.active {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .timetable .table-holder .time-table {
    padding: 0;
  }
}
.timetable .table-holder .time-table:hover {
  background-color: var(--global--color-primary);
}
@media screen and (max-width:991.98px) {
  .timetable .table-holder .time-table {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 15px 0;
    border-radius: 0;
    background-color: transparent;
    border-bottom: 1px solid #eaeaea;
    opacity: 1;
    visibility: visible;
    display: none;
  }
  .timetable .table-holder .time-table.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .timetable .table-holder .time-table:hover {
    background-color: transparent;
  }
  .timetable .table-holder .time-table:last-child {
    border-bottom: 0;
  }
}
.timetable .table-holder .time-table .clinic {
  font-weight: 500;
  font-family: var(--global--font-heading);
  font-size: 16px;
  line-height: 28px;
  color: var(--global--color-white);
  text-transform: capitalize;
  margin-bottom: 5px;
}
.timetable .table-holder .time-table .clinic:hover {
  text-decoration: underline;
}
@media screen and (max-width:991.98px) {
  .timetable .table-holder .time-table .clinic {
    color: var(--global--color-body);
  }
  .timetable .table-holder .time-table .clinic:hover {
    text-decoration: none;
  }
}
.timetable .table-holder .time-table .type {
  font-family: var(--global--font-body);
  font-weight: 400;
  font-size: 13px;
  line-height: 23px;
  color: #f4f4f4;
  text-transform: capitalize;
  margin-bottom: 19px;
}
@media screen and (max-width:991.98px) {
  .timetable .table-holder .time-table .type {
    display: none;
  }
}
.timetable .table-holder .time-table .hours {
  font-family: var(--global--font-body);
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #f4f4f4;
  margin-bottom: 14px;
}
.timetable .table-holder .time-table .hours span {
  display: block;
}
@media screen and (max-width:991.98px) {
  .timetable .table-holder .time-table .hours {
    color: var(--global--color-body);
    margin-bottom: 0;
  }
  .timetable .table-holder .time-table .hours span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .timetable .table-holder .time-table .hours span:last-child:after {
    content: unset;
  }
  .timetable .table-holder .time-table .hours span:after {
    content: "-";
    margin: 4px;
  }
}
.timetable .table-holder .time-table .doctor {
  font-family: var(--global--font-heading);
  font-weight: 400;
  font-size: 14px;
  line-height: 32px;
  color: #f4f4f4;
  margin-bottom: 0;
}
@media screen and (max-width:991.98px) {
  .timetable .table-holder .time-table .doctor {
    display: none;
  }
}
@media screen and (min-width:992px) {
  .timetable .table-holder .table-column {
    display: grid;
    grid-template-rows: 50px repeat(6, 200px);
  }
}
.timetable .table-holder .table-column .double {
  grid-row: span 2;
}
@media screen and (max-width:991.98px) {
  .timetable .table-holder .table-column.first-column {
    display: none;
  }
}
@media screen and (min-width:992px) {
  .timetable .table-holder .table-column.first-column .appointment {
    background-color: #dae6fa;
  }
  .timetable .table-holder .table-column.first-column .day-appointment {
    background-color: var(--global--color-white);
  }
}
.timetable .table-holder .day-appointment {
  width: auto;
  height: auto;
}
.timetable .table-holder .appointment {
  width: auto;
  height: auto;
}
.timetable .table-holder .time-table {
  width: auto;
  height: auto;
}

/*------------------------------------*\
#Skills
\*------------------------------------*/
.skills .progressbar {
  margin-bottom: 29px;
}
.skills .progressbar:last-of-type {
  margin-bottom: 0;
}
.skills .progressbar .progress-title {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 7px;
  line-height: 1;
}
.skills .progressbar .progress-title .title {
  font-family: var(--global--font-body);
  color: var(--global--color-secondary-darken-alt);
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 2px;
  text-transform: capitalize;
}
.skills .progressbar .progress-title .value {
  font-family: var(--global--font-body);
  color: #9094a3;
  font-weight: 700;
  font-size: 15px;
  line-height: 1px;
  text-transform: uppercase;
  bottom: 7px;
  position: absolute;
  margin-left: -27px;
  opacity: 0;
  -webkit-transition: opacity 300ms linear;
  -o-transition: opacity 300ms linear;
  transition: opacity 300ms linear;
}
.skills .progressbar .progress {
  height: 12px;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  width: 100%;
  border-bottom: 2px solid #dcdee2;
  margin-bottom: 0;
  border-radius: 0;
}
.skills .progressbar .progress .progress-bar {
  height: 7px;
  background-color: var(--global--color-secondary);
  width: 0;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .skills .heading {
    margin-bottom: 30px;
  }
}
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .skills .heading {
    margin-bottom: 30px;
  }
}
/*------------------------------------*\
	#Widgets
\*------------------------------------*/
@media screen and (min-width:992px) {
  .sidebar {
    max-width: 330px;
    margin-left: auto;
  }
}
@media screen and (max-width:991.98px) {
  .sidebar {
    max-width: 330px;
    margin: 0 auto;
  }
}
.sidebar.sidebar-faqs .widget-reservation::before {
  background: rgba(40, 182, 246, 0.8);
}
.sidebar.sidebar-departments .widget-reservation::before {
  background: rgba(40, 182, 246, 0.8);
}

/* Widget */
.widget {
  background-color: #eff4fc;
  padding: 33px 30px 40px;
  margin-bottom: 40px;
  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::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 6px;
  width: calc(100% - 80px);
  background-color: #0855d7;
}
@media (min-width:992px) and (max-width:1199.98px) {
  .widget::before {
    width: calc(100% - 50px);
  }
}
@media screen and (max-width:767.98px) {
  .widget::before {
    width: calc(100% - 50px);
  }
}
.widget .widget-title {
  text-align: center;
  margin-bottom: 22px;
}
@media screen and (min-width:992px) {
  .widget .widget-title {
    text-align: left;
  }
}
.widget .widget-title h5 {
  font-size: 19px;
  line-height: 30px;
  font-weight: 500;
  font-family: var(--global--font-heading);
  color: var(--global--color-secondary-darken-alt);
  text-transform: capitalize;
  margin-bottom: 0;
  position: relative;
}

/* Category Widget */
.widget-categories {
  padding-bottom: 32px;
}
.widget-categories .widget-title {
  margin-bottom: 15px;
}
.widget-categories ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.widget-categories ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.widget-categories ul li:hover a {
  padding-left: 15px;
  color: var(--global--color-secondary);
}
.widget-categories ul li:hover span {
  background-color: var(--global--color-secondary);
  border-color: var(--global--color-secondary);
  color: var(--global--color-white);
}
.widget-categories ul li a {
  color: var(--global--color-secondary-darken);
  font-size: 15px;
  font-family: var(--global--font-body);
  font-weight: 700;
  line-height: 36px;
  text-transform: capitalize;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.widget-categories ul li span {
  font-family: var(--global--font-body);
  font-weight: 400;
  font-size: 13px;
  color: var(--global--color-secondary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 24px;
  height: 24px;
  background: var(--global--color-white);
  border: 1px solid #e6e8eb;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

/* Tags Widget */
.widget-tags {
  padding-bottom: 30px;
}
.widget-tags .widget-title {
  margin-bottom: 22px;
}
.widget-tags .widget-content {
  text-align: center;
}
@media screen and (min-width:992px) {
  .widget-tags .widget-content {
    text-align: left;
  }
}
.widget-tags .widget-content a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 34px;
  margin-right: 10px;
  margin-bottom: 10px;
  font-family: var(--global--font-body);
  font-size: 12px;
  font-weight: 400;
  text-transform: capitalize;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: var(--global--color-secondary);
  background-color: transparent;
  border: 1px solid #e6e8eb;
  background-color: var(--global--color-white);
  padding: 0 9px;
}
.widget-tags .widget-content a:hover {
  background-color: var(--global--color-secondary);
  border-color: var(--global--color-secondary);
  color: var(--global--color-white);
}

/* Recent Posts */
.widget-recent-posts {
  padding-bottom: 36px;
  padding-top: 32px;
}
.widget-recent-posts .widget-title {
  margin-bottom: 20px;
}
.widget-recent-posts .post {
  position: relative;
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.widget-recent-posts .post:last-child {
  margin-bottom: 0;
}
.widget-recent-posts .post .post-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 100%;
  margin-right: 20px;
  overflow: hidden;
  width: 60px;
  height: 80px;
}
.widget-recent-posts .post .post-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.widget-recent-posts .post .post-content {
  position: relative;
}
.widget-recent-posts .post .post-content .post-date {
  font-family: var(--global--font-body);
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: var(--global--color-secondary-darken-alt);
  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-secondary-darken);
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  text-transform: capitalize;
}
.widget-recent-posts .post .post-content .post-title a:hover {
  color: var(--global--color-primary);
}
.widget-recent-posts .carousel-dots .owl-dots {
  text-align: center;
  margin-top: 26px;
}
@media screen and (min-width:992px) {
  .widget-recent-posts .carousel-dots .owl-dots {
    text-align: left;
  }
}
.widget-recent-posts .carousel-dots .owl-dots .owl-dot.active span {
  background-color: var(--global--color-primary);
  border-color: var(--global--color-primary);
}
.widget-recent-posts .carousel-dots .owl-dots .owl-dot span {
  width: 16px;
  height: 6px;
  border-radius: 2px;
  border-width: 3px;
  background-color: var(--global--color-heading);
  border-color: var(--global--color-heading);
  margin-right: 12px;
}

/* Search Widget */
.widget-search {
  background-color: var(--global--color-secondary-darken-alt);
  padding: 40px;
}
.widget-search::before {
  content: unset;
}
.widget-search .form-search {
  margin-bottom: 0;
  background-color: var(--global--color-white);
}
.widget-search .form-search .form-control {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #9094a3;
  font-size: 14px;
  font-family: var(--global--font-body);
  font-weight: 400;
  line-height: 5px;
  height: 55px;
  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: #9094a3;
  text-transform: capitalize;
}
.widget-search .form-search .form-control:-moz-placeholder {
  font-size: 14px;
  font-family: var(--global--font-body);
  color: #9094a3;
  text-transform: capitalize;
}
.widget-search .form-search .btn {
  background-color: transparent;
  border-radius: 0;
  border: 0;
  width: 45px;
  height: 55px;
  line-height: 29px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.widget-search .form-search .btn i {
  font-size: 16px;
  color: var(--global--color-secondary-darken-alt);
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  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: hidden;
  padding: 40px 40px 29px;
}
@media screen and (max-width:991.98px) {
  .widget-reservation {
    text-align: center;
  }
}
@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;
  }
}
.widget-reservation::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(6, 70, 178, 0.9);
  content: "";
  z-index: 1;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.widget-reservation .widget-content {
  position: relative;
  z-index: 3;
}
.widget-reservation .widget-content i {
  display: block;
  margin-bottom: 11px;
  font-size: 50px;
  color: var(--global--color-white);
}
.widget-reservation .widget-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;
}
.widget-reservation .widget-content p {
  font-family: var(--global--font-body);
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #f9f9f9;
  margin-bottom: 25px;
}
.widget-reservation .widget-content a {
  font-family: var(--global--font-heading);
  font-weight: 400;
  color: var(--global--color-white);
  font-size: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width:991.98px) {
  .widget-reservation .widget-content a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.widget-reservation .widget-content a svg {
  color: var(--global--color-white);
  margin-right: 15px;
}

/* Opening Hours Widget */
.widget-opening-hours {
  position: relative;
  overflow: hidden;
  padding: 40px 40px 40px;
  background-color: #f4f4f4;
}
@media screen and (max-width:991.98px) {
  .widget-opening-hours {
    text-align: center;
  }
}
@media (min-width:992px) and (max-width:1199.98px) {
  .widget-opening-hours {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (max-width:767.98px) {
  .widget-opening-hours {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.widget-opening-hours::before {
  content: "";
  background-color: var(--global--color-secondary-darken-alt);
}
.widget-opening-hours .widget-content {
  position: relative;
  z-index: 3;
}
.widget-opening-hours .widget-content i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  font-size: 60px;
  color: var(--global--color-secondary);
}
@media screen and (max-width:991.98px) {
  .widget-opening-hours .widget-content i {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.widget-opening-hours .widget-content h5 {
  text-transform: capitalize;
  font-family: var(--global--font-heading);
  font-weight: 500;
  font-size: 19px;
  line-height: 28px;
  color: var(--global--color-secondary-darken-alt);
  margin-bottom: 9px;
}
.widget-opening-hours .widget-content ul {
  margin-bottom: 0;
}
.widget-opening-hours .widget-content ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
  font-weight: 400;
  font-family: var(--global--font-body);
  color: #9094a3;
  text-transform: capitalize;
  border-bottom: 1px solid #dcdee2;
  padding: 9px 0;
}

/* Widget Download */
.widget-download {
  background-color: #f4f4f4;
}
.widget-download::before {
  content: "";
  background-color: var(--global--color-secondary-darken-alt);
}
.widget-download ul {
  margin: 0;
}
.widget-download ul li {
  margin-bottom: 20px;
}
.widget-download ul li:last-of-type {
  margin-bottom: 0;
}
.widget-download ul li.inversed a {
  background-color: cc1133;
}
.widget-download ul li.inversed a .icon-wrapper {
  background-color: #53c5f8;
}
.widget-download ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  font-family: var(--global--font-heading);
  position: relative;
  z-index: 2;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  border: none;
  width: 100%;
  height: 92px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-radius: 0px;
  color: var(--global--color-white);
  background-color: var(--global--color-secondary-darken);
  padding: 0;
  padding-right: 20px;
}
.widget-download ul li a:hover, .widget-download ul li a:active, .widget-download ul li a:focus {
  color: var(--global--color-white);
}
.widget-download ul li a span {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.widget-download ul li a .icon-wrapper {
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 62px;
  height: 100%;
  background: #032259;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  fill: var(--global--color-white);
}

/* Widget Recent Products */
.widget-recent-products .product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
.widget-recent-products .product .product-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 20px;
  width: 60px;
  height: 60px;
  border-radius: 8px 8px 0 8px;
}
.widget-recent-products .product .product-img img {
  border-radius: 8px 8px 0 8px;
  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: 16px;
  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);
}

/* Widget Services */
.widget-services .widget-content ul {
  margin-bottom: 0;
}
.widget-services .widget-content ul li {
  margin-bottom: 10px;
}
.widget-services .widget-content ul li:last-child {
  margin-bottom: 0;
}
.widget-services .widget-content ul li a {
  width: 100%;
  height: 60px;
}
.widget-services .widget-content ul li a i {
  width: 60px;
}
.widget-services .widget-content ul li a:hover, .widget-services .widget-content ul li a:active, .widget-services .widget-content ul li a:focus {
  background-color: #0955d7;
}
.widget-services .widget-content ul li a:hover i, .widget-services .widget-content ul li a:active i, .widget-services .widget-content ul li a:focus i {
  background-color: #0646b0;
}

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

.ui-slider-horizontal .ui-slider-handle {
  position: absolute;
  top: -2px;
  margin-left: -0.6em;
}
.ui-slider-horizontal .ui-slider-range {
  position: absolute;
  top: 0;
  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: rgba(34, 34, 34, 0.06);
  border-radius: 0;
  margin-bottom: 20px;
  margin-top: 5px;
}
.widget-filter .ui-slider-handle {
  /* Style for "Line" */
  width: 8px;
  height: 8px;
  margin-left: 0;
  background-color: var(--global--color-primary);
  border-radius: 50%;
}
.widget-filter .ui-slider-range {
  height: 4px;
  background-color: var(--global--color-primary);
  margin-bottom: 20px;
}
.widget-filter .slider-mount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: var(--global--font-body);
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}
.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: uppercase;
  color: var(--global--color-secondary);
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  text-align: right;
}
.widget-filter .btn-filter:hover {
  color: var(--global--color-primary);
}

/* Doctors sidebar */
@media screen and (min-width:992px) {
  .sidebar-doctors {
    margin-top: 240px;
    max-width: 330px;
    margin-left: 0;
    margin-right: auto;
  }
}
@media screen and (max-width:991.98px) {
  .sidebar-doctors {
    margin-top: 50px;
    margin-bottom: 0;
  }
}

/* blog sidebar */
.sidebar-blog .form-search {
  background-color: var(--global--color-white);
}
.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;
}

/* Shop Sidebar */
.sidebar-shop .widget {
  padding: 0;
  background-color: var(--global--color-white);
}
.sidebar-shop .widget::before {
  content: unset;
}
.sidebar-shop .widget-categories {
  margin-bottom: 35px;
}

/*------------------------------------*\
    #About
\*------------------------------------*/
.about {
  padding-top: 119px;
  padding-bottom: 180px;
  overflow: visible;
}
@media screen and (max-width:991.98px) {
  .about {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.about .about-img {
  position: relative;
  -webkit-transform: translateY(12px);
      -ms-transform: translateY(12px);
          transform: translateY(12px);
  -webkit-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
          box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
}
@media screen and (max-width:991.98px) {
  .about .about-img {
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
    margin: 0 auto 100px;
    max-width: 550px;
  }
}
.about .about-img img {
  height: 565px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media screen and (max-width:767.98px) {
  .about .about-img img {
    height: 450px;
  }
}
@media screen and (max-width:991.98px) {
  .about .about-img img {
    margin: 0 auto;
  }
}
.about .about-img .btn-video {
  position: absolute;
  left: 40px;
  top: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 54px;
  height: 36px;
  background-color: var(--global--color-white);
  color: #063d9b;
  z-index: 5;
}
.about .about-img .moving-image {
  position: absolute;
  right: -70px;
  bottom: -70px;
  -webkit-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
          box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
  width: 265px;
  height: 283px;
}
@media screen and (max-width:991.98px) {
  .about .about-img .moving-image {
    right: -10%;
    bottom: -10%;
  }
}
.about .about-img .moving-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about .signature-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width:991.98px) {
  .about .signature-block {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.about .signature-block .signature-body {
  position: relative;
}
.about .signature-block .signature-body img {
  position: absolute;
  top: -18px;
  left: 2px;
  right: 0;
}
@media screen and (max-width:767.98px) {
  .about .signature-block .signature-body img {
    top: 0;
    left: -20px;
    max-width: 130%;
  }
}
.about .signature-block .signature-body h6 {
  font-family: var(--global--font-heading);
  font-weight: 500;
  color: var(--global--color-secondary-darken-alt);
  font-size: 19px;
  line-height: 29px;
  text-transform: capitalize;
  margin-bottom: 0;
}
.about .signature-block .signature-body p {
  font-family: var(--global--font-body);
  font-weight: 400;
  color: var(--global--color-secondary);
  font-size: 14px;
  line-height: 26px;
  text-transform: capitalize;
  margin-bottom: 0;
}
.about .about-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width:991.98px) {
  .about .about-action {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width:767.98px) {
  .about .about-action {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.about .about-action .btn {
  margin-right: 30px;
  height: 60px;
}
.about .about-action .btn:last-child {
  margin-right: 0;
}
@media screen and (max-width:767.98px) {
  .about .about-action .btn {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.about .about-action .btn:first-child {
  width: 210px;
}
.about .about-action .btn:first-child i {
  width: 60px;
}
.about .about-action .btn:last-child {
  width: 180px;
}
.about.about-2 {
  padding-top: 0;
  padding-bottom: 130px;
}
@media screen and (max-width:991.98px) {
  .about.about-2 {
    padding-bottom: 70px;
  }
}
@media screen and (min-width:992px) {
  .about.about-2 {
    -webkit-transform: translateY(-12px);
        -ms-transform: translateY(-12px);
            transform: translateY(-12px);
    margin-bottom: -12px;
  }
}
.about.about-2 .about-img {
  position: relative;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (max-width:991.98px) {
  .about.about-2 .about-img {
    margin-bottom: 0;
  }
}
.about.about-2 .about-img img {
  height: 620px;
}
.about.about-2 .about-img .features-carousel {
  position: absolute;
  right: 0;
  bottom: -1px;
  z-index: 4;
}
@media screen and (min-width:992px) {
  .about.about-2 .about-img .features-carousel .owl-dots {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.about.about-2 .about-action {
  margin-bottom: 42px;
}
.about.about-2 .about-action .btn:first-child {
  width: 195px;
}
.about.about-3 {
  padding-top: 110px;
  padding-bottom: 130px;
}
@media screen and (max-width:991.98px) {
  .about.about-3 {
    padding-top: 54px;
    padding-bottom: 70px;
  }
}
@media screen and (min-width:992px) {
  .about.about-3 {
    -webkit-transform: translateY(-12px);
        -ms-transform: translateY(-12px);
            transform: translateY(-12px);
    margin-bottom: -12px;
  }
}
.about.about-3 .about-img {
  position: relative;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (max-width:991.98px) {
  .about.about-3 .about-img {
    margin-bottom: 0;
  }
}
.about.about-3 .about-img img {
  height: 620px;
}
.about.about-3 .about-img .features-carousel {
  position: absolute;
  right: 0;
  bottom: -1px;
  z-index: 4;
}
@media screen and (min-width:992px) {
  .about.about-3 .about-img .features-carousel .owl-dots {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.about.about-3 .about-action {
  margin-bottom: 42px;
}
.about.about-3 .about-action .btn:first-child {
  width: 195px;
}
.about.about-4 {
  padding-top: 109px;
  padding-bottom: 0;
}
@media screen and (max-width:991.98px) {
  .about.about-4 {
    padding-top: 70px;
  }
}
.about.about-4 .avatars-holder {
  position: relative;
  z-index: 5;
}
.about.about-4 .avatars-holder .avatar {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media screen and (max-width:991.98px) {
  .about.about-4 .avatars-holder .avatar {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px;
  }
}
.about.about-4 .avatars-holder .avatar img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width:991.98px) {
  .about.about-4 .avatars-holder .avatar img {
    width: auto;
    margin: 0 auto;
    max-width: 100%;
  }
}
.about.about-4 .avatars-holder .block-top {
  margin-bottom: 40px;
}
.about.about-4 .avatars-holder .block-top .col-12 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.about.about-4 .avatars-holder .block-top .col-12 .avatar {
  width: 100%;
}
@media screen and (min-width:992px) {
  .about.about-4 .avatars-holder .block-bottom {
    margin-bottom: -313px;
  }
}
.about.about-4 .avatars-holder .block-bottom .col-12 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width:991.98px) {
  .about.about-4 .avatars-holder .block-bottom .col-12 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.about.about-4 .avatars-holder .avatar-1 {
  height: 170px;
}
.about.about-4 .avatars-holder .avatar-1 img {
  border-radius: 32px 0 32px 32px;
}
.about.about-4 .avatars-holder .avatar-2 {
  height: 307px;
  border-radius: 0px 32px 32px 32px;
  padding: 71px 50px 50px;
}
.about.about-4 .avatars-holder .avatar-2::before {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(18%, #13c1d9bf), color-stop(70%, var(--global--color-primary)));
  background-image: -o-linear-gradient(top, #13c1d9bf 18%, var(--global--color-primary) 70%);
  background-image: linear-gradient(180deg, #13c1d9bf 18%, var(--global--color-primary) 70%);
}
@media screen and (max-width:767.98px) {
  .about.about-4 .avatars-holder .avatar-2 {
    height: auto;
  }
}
.about.about-4 .avatars-holder .avatar-2 .avatar-content p {
  font-family: var(--global--font-heading);
  font-weight: 500;
  font-style: italic;
  font-size: 18px;
  line-height: 29px;
  color: #f4f4f4;
  margin-bottom: 20px;
}
.about.about-4 .avatars-holder .avatar-2 .avatar-content .btn {
  width: 143px;
  height: 42px;
  border: 2px solid;
  border-color: #4ed4e6;
  -webkit-transition-property: background, color, border-color;
  -o-transition-property: background, color, border-color;
  transition-property: background, color, border-color;
}
.about.about-4 .avatars-holder .avatar-2 .avatar-content .btn::before {
  background-color: var(--global--color-secondary);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  top: -2px;
  left: -2px;
}
.about.about-4 .avatars-holder .avatar-2 .avatar-content .btn:hover, .about.about-4 .avatars-holder .avatar-2 .avatar-content .btn:active, .about.about-4 .avatars-holder .avatar-2 .avatar-content .btn:focus {
  border-color: var(--global--color-secondary);
}
.about.about-4 .avatars-holder .avatar-3 {
  height: 225px;
}
.about.about-4 .avatars-holder .avatar-3 img {
  border-radius: 32px 32px 32px 0px;
}
.about.about-4 .avatars-holder .avatar-4 {
  height: 405px;
}
@media screen and (min-width:992px) {
  .about.about-4 .avatars-holder .avatar-4 {
    -webkit-transform: translateY(-210px);
        -ms-transform: translateY(-210px);
            transform: translateY(-210px);
  }
}
.about.about-4 .avatars-holder .avatar-4 img {
  border-radius: 0px 32px 32px 32px;
}
.about.about-4 .avatars-holder .avatar-5 {
  height: 180px;
}
.about.about-4 .avatars-holder .avatar-5 img {
  border-radius: 32px 32px 32px 0px;
}
.about.about-4 .avatars-holder .avatar-6 {
  height: 307px;
}
.about.about-4 .avatars-holder .avatar-6 img {
  border-radius: 0px 32px 32px 32px;
}

/*------------------------------------*\
    #Features
\*------------------------------------*/
.features {
  padding-top: 163px;
  padding-bottom: 100px;
}
@media screen and (max-width:767.98px) {
  .features {
    padding-top: 200px;
    padding-bottom: 70px;
  }
}
@media (max-width: 424px) {
  .features {
    padding-top: 150px;
  }
}
.features .features-wrapper {
  position: relative;
  z-index: 5;
}
.features .features-holder {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-column-gap: 25px;
}
@media screen and (max-width:991.98px) {
  .features .features-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
@media screen and (max-width:767.98px) {
  .features .features-holder {
    grid-template-columns: 1fr;
  }
}
.features .feature-panel {
  position: relative;
  padding: 40px 30px 31px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  cursor: pointer;
  margin-bottom: 33px;
  background-color: var(--global--color-white);
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.features .feature-panel:hover::before {
  -webkit-transform: translateX(-50%) scale(1);
      -ms-transform: translateX(-50%) scale(1);
          transform: translateX(-50%) scale(1);
}
.features .feature-panel:hover .feature-content h4 {
  margin-bottom: 6px;
}
.features .feature-panel:hover .feature-content p {
  margin-bottom: 5px;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.features .feature-panel:hover .feature-link {
  -webkit-transform: translate(-50%, 50%);
      -ms-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  border-color: var(--global--color-secondary-darken);
}
.features .feature-panel:hover .feature-link i {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (min-width:992px) and (max-width:1199.98px) {
  .features .feature-panel {
    padding: 40px 15px 31px;
  }
}
@media screen and (max-width:991.98px) {
  .features .feature-panel {
    max-width: 200px;
    margin: 0 auto 33px;
  }
}
.features .feature-panel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) scale(0);
      -ms-transform: translateX(-50%) scale(0);
          transform: translateX(-50%) scale(0);
  height: 6px;
  width: calc(100% - 60px);
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background-color: var(--global--color-primary);
}
.features .feature-panel .feature-icon {
  margin-bottom: 23px;
}
.features .feature-panel .feature-icon i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #113cac;
  font-size: 60px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.features .feature-panel .feature-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.features .feature-panel .feature-content h4 {
  font-family: var(--global--font-heading);
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  text-transform: capitalize;
  margin-bottom: 11px;
  color: #032359;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.features .feature-panel .feature-content p {
  text-align: center;
  font-family: var(--global--font-body);
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0px;
  color: #9094a3;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  opacity: 0;
  visibility: hidden;
}
.features .feature-panel .feature-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 35px;
  height: 35px;
  border: 5px solid transparent;
  font-size: 13px;
  color: var(--global--color-white);
  background-color: var(--global--color-primary);
  position: absolute;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-33px);
      -ms-transform: translateX(-50%) translateY(-33px);
          transform: translateX(-50%) translateY(-33px);
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.features .feature-panel .feature-link i {
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.features .feature-panel.feature-panel-2 {
  height: 292px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
          box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
  padding-top: 50px;
  padding-bottom: 42px;
  margin-bottom: 0px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.features .feature-panel.feature-panel-2:hover {
  background-color: var(--global--color-secondary);
}
.features .feature-panel.feature-panel-2:hover .feature-icon i {
  color: var(--global--color-white);
}
.features .feature-panel.feature-panel-2:hover .feature-content h4 {
  color: var(--global--color-white);
}
@media screen and (min-width:992px) {
  .features .feature-panel.feature-panel-2 {
    text-align: left;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width:991.98px) {
  .features .feature-panel.feature-panel-2 {
    max-width: unset;
    margin: 0 auto;
    height: auto;
    min-height: 190px;
  }
}
.features .feature-panel.feature-panel-2::before {
  content: unset;
}
@media screen and (min-width:992px) {
  .features .feature-panel.feature-panel-2 .feature-content {
    text-align: left;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.features .feature-panel.feature-panel-2 .feature-content h4 {
  margin-bottom: 0;
}
.features .features-img {
  height: 584px;
  position: relative;
}
.features .features-img img {
  width: 100%;
  height: 684px;
  -o-object-fit: cover;
     object-fit: cover;
}
.features .features-img .features-img-holder {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  width: 100%;
}
.features .features-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width:991.98px) {
  .features .features-action {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width:767.98px) {
  .features .features-action {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.features .features-action .btn {
  margin-right: 30px;
  height: 60px;
}
.features .features-action .btn:last-child {
  margin-right: 0;
}
@media screen and (max-width:767.98px) {
  .features .features-action .btn {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.features .features-action .btn:first-child {
  width: 230px;
}
.features .features-action .btn:first-child i {
  width: 60px;
}
.features .features-action .btn:last-child {
  width: 180px;
}
.features .employee-info {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.features .employee-info .employee-img {
  width: 55px;
  height: 55px;
  padding: 3px;
  border: 3px solid var(--global--color-primary);
  border-radius: 50%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 15px;
}
.features .employee-info .employee-img img {
  max-width: 100%;
  border-radius: 50%;
}
.features .employee-info .employee-body h6 {
  font-family: var(--global--font-heading);
  font-weight: 700;
  font-size: 14px;
  line-height: 28px;
  color: #222222;
  margin-bottom: 0;
}
.features .employee-info .employee-body p {
  font-family: var(--global--font-body);
  font-weight: 400;
  font-size: 13px;
  color: var(--global--color-body);
  margin-bottom: 0;
}
.features .features-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateY(90px);
      -ms-transform: translateY(90px);
          transform: translateY(90px);
  margin-top: -90px;
}
@media screen and (min-width:992px) {
  .features .features-cards {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width:991.98px) {
  .features .features-cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.features .features-cards .card-panel {
  position: relative;
  -webkit-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
          box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
}
@media screen and (min-width:992px) {
  .features .features-cards .card-panel {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
  }
}
@media screen and (max-width:991.98px) {
  .features .features-cards .card-panel {
    margin-bottom: 40px;
  }
}
.features .features-cards .card-panel .card-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 2;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  overflow: hidden;
}
.features .features-cards .card-panel .card-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(8, 87, 222, 0.85);
  z-index: 1;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.features .features-cards .card-panel .card-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(40, 205, 250, 0)), color-stop(0%, rgba(29, 101, 185, 0)), color-stop(24.43%, rgba(29, 101, 185, 0)), color-stop(97.66%, #de0220), to(#de0220));
  background: -o-linear-gradient(rgba(40, 205, 250, 0) 0%, rgba(29, 101, 185, 0) 0%, rgba(29, 101, 185, 0) 24.43%, #de0220 97.66%, #de0220 100%);
  background: linear-gradient(rgba(40, 205, 250, 0) 0%, rgba(29, 101, 185, 0) 0%, rgba(29, 101, 185, 0) 24.43%, #de0220 97.66%, #de0220 100%);
  z-index: 2;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.features .features-cards .card-panel .card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.features .features-cards .card-panel .card-content {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 48px 40px 34px;
  -webkit-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
          box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
}
@media screen and (max-width:767.98px) {
  .features .features-cards .card-panel .card-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.features .features-cards .card-panel .card-content .card-icon {
  margin-right: 40px;
}
@media screen and (max-width:767.98px) {
  .features .features-cards .card-panel .card-content .card-icon {
    margin-bottom: 25px;
    margin-right: 0;
  }
}
.features .features-cards .card-panel .card-content .card-icon i {
  color: var(--global--color-white);
  font-size: 65px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.features .features-cards .card-panel .card-content .card-body {
  padding: 0;
}
@media screen and (min-width:768px) {
  .features .features-cards .card-panel .card-content .card-body {
    -webkit-transform: translateY(-7px);
        -ms-transform: translateY(-7px);
            transform: translateY(-7px);
  }
}
@media screen and (max-width:767.98px) {
  .features .features-cards .card-panel .card-content .card-body {
    text-align: center;
  }
}
.features .features-cards .card-panel .card-content .card-body h4 {
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
  color: var(--global--color-white);
  margin-bottom: 15px;
  text-transform: capitalize;
}
.features .features-cards .card-panel .card-content .card-body p {
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  color: #f4f4f4;
  margin-bottom: 23px;
}
.features .features-cards .card-panel .card-content .card-body .btn {
  width: 210px;
  height: 50px;
  -webkit-box-shadow: 0px 3px 63px 0px rgba(33, 49, 81, 0.11);
          box-shadow: 0px 3px 63px 0px rgba(33, 49, 81, 0.11);
  padding-right: 15px;
}
.features .features-cards .card-panel .card-content .card-body .btn i {
  width: 50px;
  margin-right: 15px;
}
.features .features-cards .card-panel.card-left .card-img::before {
  background-color: rgba(11, 173, 246, 0.85);
}
.features .features-cards .card-panel.card-left .card-img::after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(40, 205, 250, 0)), color-stop(0%, rgba(29, 101, 185, 0)), color-stop(24.43%, rgba(29, 101, 185, 0)), color-stop(97.66%, #0badf6), to(#0badf6));
  background-image: -o-linear-gradient(rgba(40, 205, 250, 0) 0%, rgba(29, 101, 185, 0) 0%, rgba(29, 101, 185, 0) 24.43%, #0badf6 97.66%, #0badf6 100%);
  background-image: linear-gradient(rgba(40, 205, 250, 0) 0%, rgba(29, 101, 185, 0) 0%, rgba(29, 101, 185, 0) 24.43%, #0badf6 97.66%, #0badf6 100%);
}
.features.features-1 {
  padding-top: 110px;
  padding-bottom: 0;
  overflow: visible;
}
@media screen and (max-width:991.98px) {
  .features.features-1 {
    padding-top: 70px;
  }
}
.features.features-1 .note {
  margin-bottom: 60px;
}
.features.features-2 {
  padding-top: 128px;
  padding-bottom: 0px;
  overflow: visible;
  z-index: 5;
}
@media screen and (max-width:767.98px) {
  .features.features-2 {
    padding-top: 70px;
  }
}

.features-carousel {
  background-color: var(--global--color-white);
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 10px;
  max-width: 220px;
  position: relative;
}
.features-carousel::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 6px;
  width: calc(100% - 40px);
  z-index: 1;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background-color: var(--global--color-primary);
}
.features-carousel .feature-info .feature-icon {
  margin-bottom: 22px;
}
.features-carousel .feature-info .feature-icon i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: var(--global--color-secondary);
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-size: 50px;
}
.features-carousel .feature-info .feature-content {
  padding-bottom: 22px;
}
.features-carousel .feature-info .feature-content h4 {
  font-family: var(--global--font-heading);
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  text-transform: capitalize;
  margin-bottom: 0px;
  color: #032359;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.features-bar {
  padding-top: 0;
  padding-bottom: 0px;
  overflow: visible;
}
.features-bar .features-holder {
  position: relative;
  z-index: 55;
  -webkit-transform: translateY(-80px);
      -ms-transform: translateY(-80px);
          transform: translateY(-80px);
  margin-bottom: -80px;
}
.features-bar .features-holder .feature-panel-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width:991.98px) {
  .features-bar .features-holder .feature-panel-wrapper {
    max-width: 500px;
    margin: 0 auto;
  }
}
@media screen and (max-width:767.98px) {
  .features-bar .features-holder .feature-panel-wrapper {
    max-width: 370px;
  }
}
.features-bar .features-holder .feature-panel-wrapper .feature-panel {
  padding: 38px 40px 50px;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width:992px) and (max-width:1199.98px) {
  .features-bar .features-holder .feature-panel-wrapper .feature-panel {
    padding: 38px 15px 50px;
  }
}
@media screen and (max-width:767.98px) {
  .features-bar .features-holder .feature-panel-wrapper .feature-panel {
    padding: 38px 25px 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.features-bar .features-holder .feature-panel-wrapper .feature-panel:hover .feature-icon-bg {
  -webkit-transform: translateX(-15px);
      -ms-transform: translateX(-15px);
          transform: translateX(-15px);
}
.features-bar .features-holder .feature-panel-wrapper .feature-panel .feature-icon-bg {
  position: absolute;
  bottom: 10px;
  right: -60px;
  -webkit-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}
.features-bar .features-holder .feature-panel-wrapper .feature-panel .feature-icon-bg i::before {
  color: var(--global--color-white);
  margin-left: 0;
  font-size: 130px;
  opacity: 0.1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}
.features-bar .features-holder .feature-panel-wrapper .feature-panel .feature-icon {
  margin-right: 40px;
}
@media screen and (min-width:768px) {
  .features-bar .features-holder .feature-panel-wrapper .feature-panel .feature-icon {
    -webkit-transform: translateY(7px);
        -ms-transform: translateY(7px);
            transform: translateY(7px);
  }
}
@media screen and (max-width:767.98px) {
  .features-bar .features-holder .feature-panel-wrapper .feature-panel .feature-icon {
    margin-right: 0;
    margin-bottom: 20px;
    text-align: center;
  }
}
.features-bar .features-holder .feature-panel-wrapper .feature-panel .feature-icon i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 60px;
  color: var(--global--color-white);
}
.features-bar .features-holder .feature-panel-wrapper .feature-panel .feature-content {
  position: relative;
  z-index: 3;
}
@media screen and (max-width:767.98px) {
  .features-bar .features-holder .feature-panel-wrapper .feature-panel .feature-content {
    text-align: center;
  }
}
.features-bar .features-holder .feature-panel-wrapper .feature-panel .feature-content h3 {
  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;
}
.features-bar .features-holder .feature-panel-wrapper .feature-panel .feature-content p {
  font-family: var(--global--font-body);
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #f9f9f9;
  margin-bottom: 16px;
}
.features-bar .features-holder .feature-panel-wrapper.feature-reservation {
  background-color: var(--global--color-secondary);
}
.features-bar .features-holder .feature-panel-wrapper.feature-reservation .feature-panel {
  padding-bottom: 41px;
}
.features-bar .features-holder .feature-panel-wrapper.feature-reservation .feature-panel a {
  font-family: var(--global--font-heading);
  font-weight: 400;
  color: var(--global--color-white);
  font-size: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width:767.98px) {
  .features-bar .features-holder .feature-panel-wrapper.feature-reservation .feature-panel a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.features-bar .features-holder .feature-panel-wrapper.feature-reservation .feature-panel a svg {
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: var(--global--color-white);
  margin-right: 15px;
}
.features-bar .features-holder .feature-panel-wrapper.feature-timetable {
  background-color: #074ec7;
}
.features-bar .features-holder .feature-panel-wrapper.feature-timetable .feature-panel .feature-content p {
  margin-bottom: 18px;
}
.features-bar .features-holder .feature-panel-wrapper.feature-timetable .feature-panel a {
  font-family: var(--global--font-body);
  font-weight: 700;
  color: var(--global--color-white);
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  text-transform: capitalize;
}
@media screen and (max-width:767.98px) {
  .features-bar .features-holder .feature-panel-wrapper.feature-timetable .feature-panel a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.features-bar .features-holder .feature-panel-wrapper.feature-timetable .feature-panel a i {
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: var(--global--color-white);
  margin-right: 10px;
  font-size: 11px;
}
.features-bar .features-holder .feature-panel-wrapper.feature-timetable .feature-panel a span {
  position: relative;
}
.features-bar .features-holder .feature-panel-wrapper.feature-timetable .feature-panel a span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--global--color-primary);
}
.features-bar .features-holder .feature-panel-wrapper.feature-opening-hours {
  background-color: #063d9b;
}
.features-bar .features-holder .feature-panel-wrapper.feature-opening-hours .feature-panel h3 {
  margin-bottom: 10px;
}
.features-bar .features-holder .feature-panel-wrapper.feature-opening-hours .feature-panel ul.appintments-list {
  margin-bottom: 0;
}
.features-bar .features-holder .feature-panel-wrapper.feature-opening-hours .feature-panel ul.appintments-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: var(--global--font-body);
  font-size: 14px;
  font-weight: 400;
  color: #f9f9f9;
  text-transform: capitalize;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 9px 0;
}

.note-section {
  background-color: var(--global--color-white);
  padding: 56px 0;
}
@media screen and (min-width:992px) {
  .note-section {
    text-align: left;
  }
}
@media screen and (max-width:991.98px) {
  .note-section {
    padding-top: 156px;
  }
}

/*--------------------------------
    #Pricing
---------------------------------*/
.pricing {
  padding-top: 0;
  padding-bottom: 50px;
  overflow: visible;
  z-index: 2;
  position: relative;
}
@media screen and (max-width:991.98px) {
  .pricing {
    padding-bottom: 30px;
  }
}
@media screen and (min-width:992px) {
  .pricing .sidebar-pricing {
    margin-top: 8px;
    margin-left: 0;
    margin-right: auto;
  }
}
.pricing .services-heading {
  font-family: var(--global--font-body);
  font-weight: 700;
  font-size: 16px;
  line-height: 27px;
  color: var(--global--color-secondary-darken-alt);
  margin-bottom: 42px;
}
@media screen and (min-width:992px) {
  .pricing.pricing-1 {
    -webkit-transform: translateY(-6px);
        -ms-transform: translateY(-6px);
            transform: translateY(-6px);
    margin-bottom: -6px;
  }
}
.pricing.pricing-1 .pricing-panel {
  margin-bottom: 90px;
}
.pricing.pricing-1 .pricing-panel:last-child {
  margin-bottom: 0;
}
@media screen and (max-width:991.98px) {
  .pricing.pricing-1 .pricing-panel {
    margin-bottom: 40px;
  }
  .pricing.pricing-1 .pricing-panel:last-child {
    margin-bottom: 40px;
  }
}
.pricing.pricing-1 .divider {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 4;
}
.pricing.pricing-1 .divider::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  width: 50%;
  height: 100%;
  background-color: var(--global--color-white);
}
.pricing.pricing-1 .divider .bg {
  background-color: var(--global--color-white);
  height: 80px;
}

@media screen and (max-width:991.98px) {
  .pricing-panel {
    max-width: 330px;
    margin: 0 auto;
  }
}
.pricing-panel .pricing-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #021a42;
  height: 84px;
  padding-left: 11px;
  position: relative;
}
.pricing-panel .pricing-head .pricing-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 100%;
  margin-right: 11px;
}
.pricing-panel .pricing-head .pricing-icon i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 60px;
  color: var(--global--color-white);
}
.pricing-panel .pricing-head .pricing-title h3 {
  font-family: var(--global--font-heading);
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  color: var(--global--color-white);
  margin-bottom: 0;
  text-transform: capitalize;
}
.pricing-panel .pricing-head .icon-bg {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width:991.98px) {
  .pricing-panel .pricing-head .icon-bg {
    right: 0;
  }
}
.pricing-panel .pricing-head .icon-bg i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 160px;
  color: var(--global--color-white);
  opacity: 0.1;
}
@media screen and (max-width:991.98px) {
  .pricing-panel .pricing-head .icon-bg i {
    font-size: 130px;
  }
}
.pricing-panel .pricing-body .pricing-list {
  margin-bottom: 0;
}
.pricing-panel .pricing-body .pricing-list li {
  font-family: var(--global--font-body);
  font-size: 16px;
  font-weight: 400;
  color: #9094a3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 70px;
  padding: 0 40px;
  background-color: #f0f5fd;
}
@media screen and (max-width:1199.98px) {
  .pricing-panel .pricing-body .pricing-list li {
    padding: 0 20px;
  }
}
.pricing-panel .pricing-body .pricing-list li:nth-child(odd) {
  background-color: var(--global--color-white);
}
.pricing-panel .pricing-body .pricing-list li span {
  margin-left: 5px;
}
.pricing-panel .pricing-body .pricing-list li span.price {
  font-weight: 700;
  color: var(--global--color-primary);
}

/*------------------------------------*\
    #Donations
\*------------------------------------*/
.donations {
  padding-top: 42px;
  padding-bottom: 110px;
}
@media screen and (max-width:991.98px) {
  .donations {
    padding-bottom: 70px;
  }
}
.donations .donations-map {
  position: relative;
  max-width: 470px;
  margin: 0 auto;
}
@media screen and (max-width:991.98px) {
  .donations .donations-map {
    margin: 0 auto 40px;
  }
}
.donations .donations-map img {
  max-width: 100%;
}
.donations .donations-map .map-pointer {
  position: absolute;
  width: 28px;
  height: 28px;
  cursor: pointer;
}
.donations .donations-map .map-pointer:hover .info {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.donations .donations-map .map-pointer:first-of-type {
  top: 29%;
  left: 15%;
}
.donations .donations-map .map-pointer:nth-of-type(2) {
  top: 48%;
  left: 48%;
}
.donations .donations-map .map-pointer:nth-of-type(3) {
  top: 23%;
  left: 68%;
}
.donations .donations-map .map-pointer .info {
  background-color: var(--global--color-white);
  -webkit-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
          box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
  border-radius: 10px 10px 10px 0px;
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  max-width: 170px;
  z-index: 2;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  left: 18px;
  top: -97px;
  padding: 15px 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
}
.donations .donations-map .map-pointer .info.left {
  left: -160px;
  border-radius: 10px 10px 0 10px;
}
.donations .donations-map .map-pointer .info.left::before {
  -webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
          clip-path: polygon(100% 0, 0 0, 100% 100%);
  left: auto;
  right: 0;
}
.donations .donations-map .map-pointer .info::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: var(--global--color-white);
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
          clip-path: polygon(100% 0, 0 0, 0 100%);
  position: absolute;
  bottom: -9px;
  left: 0;
}
.donations .donations-map .map-pointer .info span {
  font-family: var(--global--font-body);
  font-size: 14px;
  line-height: 24px;
  color: var(--global--color-body);
  text-transform: capitalize;
}
.donations .img-hotspot .img-hotspot-wrap {
  position: relative;
  max-width: 470px;
  margin: 0 auto;
}
@media screen and (max-width:991.98px) {
  .donations .img-hotspot .img-hotspot-wrap {
    margin: 0 auto 40px;
  }
}
.donations .img-hotspot .img-hotspot-wrap .img-hotspot-bg img {
  max-width: 100%;
}
.donations .img-hotspot .img-hotspot-wrap .img-hotspot-pointers {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
}
.donations .img-hotspot .img-hotspot-wrap .img-hotspot-pointers .img-hotspot-pointer {
  position: absolute;
  width: 28px;
  height: 28px;
  cursor: pointer;
}
.donations .img-hotspot .img-hotspot-wrap .img-hotspot-pointers .img-hotspot-pointer:hover .pointer-icon {
  background-color: var(--global--color-secondary);
}
.donations .img-hotspot .img-hotspot-wrap .img-hotspot-pointers .img-hotspot-pointer:hover .info {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.donations .img-hotspot .img-hotspot-wrap .img-hotspot-pointers .img-hotspot-pointer .pointer-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 28px;
  height: 28px;
  background: var(--global--color-secondary-darken);
  color: var(--global--color-white);
  border-radius: 50%;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.donations .img-hotspot .img-hotspot-wrap .img-hotspot-pointers .img-hotspot-pointer .info {
  background-color: var(--global--color-white);
  -webkit-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
          box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  max-width: 170px;
  z-index: 2;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  padding: 15px 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
}
.donations .img-hotspot .img-hotspot-wrap .img-hotspot-pointers .img-hotspot-pointer .info::before {
  content: "";
  bottom: -9px;
  width: 10px;
  height: 10px;
  background-color: var(--global--color-white);
  position: absolute;
}
.donations .img-hotspot .img-hotspot-wrap .img-hotspot-pointers .img-hotspot-pointer .info.left::before {
  -webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
          clip-path: polygon(100% 0, 0 0, 100% 100%);
  left: auto;
  right: 20px;
}
.donations .img-hotspot .img-hotspot-wrap .img-hotspot-pointers .img-hotspot-pointer .info.right::before {
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
          clip-path: polygon(100% 0, 0 0, 0 100%);
  left: 20px;
}
.donations .img-hotspot .img-hotspot-wrap .img-hotspot-pointers .img-hotspot-pointer .info span {
  font-family: var(--global--font-body);
  font-size: 14px;
  line-height: 24px;
  color: #9094a3;
  text-transform: capitalize;
}
.donations .donations-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width:991.98px) {
  .donations .donations-action {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width:767.98px) {
  .donations .donations-action {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.donations .donations-action .btn {
  margin-right: 30px;
  height: 60px;
}
.donations .donations-action .btn:last-child {
  margin-right: 0;
}
@media screen and (max-width:767.98px) {
  .donations .donations-action .btn {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.donations .donations-action .btn:first-child {
  width: 200px;
}
.donations .donations-action .btn:first-child i {
  width: 60px;
  font-size: 15px;
}
.donations .donations-action .btn:last-child {
  width: 180px;
}
@media screen and (min-width:992px) {
  .donations .donations-img {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 40%;
    height: 770px;
    -webkit-transform: translateY(-80px);
        -ms-transform: translateY(-80px);
            transform: translateY(-80px);
  }
}
@media screen and (max-width:991.98px) {
  .donations .donations-img {
    margin-bottom: 50px;
  }
}
.donations .donations-img img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.donations .accordion {
  margin-bottom: 0;
}
.donations.donations-1 .donations-action {
  margin-bottom: 100px;
}
.donations.donations-2 {
  position: relative;
  padding-top: 116px;
  padding-bottom: 130px;
  overflow: visible;
  z-index: 5;
}
@media screen and (max-width:991.98px) {
  .donations.donations-2 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.donations.donations-3 {
  padding-top: 234px;
}
@media screen and (max-width:991.98px) {
  .donations.donations-3 {
    padding-top: 70px;
  }
}
.donations.donations-3 .donations-action {
  margin-bottom: 100px;
}
.donations.donations-4 {
  padding-top: 121px;
}
@media screen and (max-width:991.98px) {
  .donations.donations-4 {
    padding-top: 70px;
  }
}
.donations.donations-4 .donations-action {
  margin-bottom: 100px;
}

/*------------------------------------*\
    #Processes
\*------------------------------------*/
.processes .processes-holder {
  border: 2px solid #e6e8eb;
  margin-bottom: 53px;
}
.processes .process-panel {
  padding: 40px 45px 34px;
  border-right: 2px solid #e6e8eb;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media (min-width:992px) and (max-width:1199.98px) {
  .processes .process-panel {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (max-width:767.98px) {
  .processes .process-panel {
    padding-left: 25px;
    padding-right: 25px;
    border-right: 0;
    border-bottom: 2px solid #e6e8eb;
  }
}
.processes .process-panel.last {
  border-right: 0;
}
@media screen and (max-width:767.98px) {
  .processes .process-panel.last {
    border-bottom: 0;
  }
}
.processes .process-panel.last-md {
  border-right: 0;
}
.processes .process-panel:hover {
  -webkit-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
          box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
}
.processes .process-panel:hover::before {
  width: calc(100% - 90px);
}
@media (min-width:992px) and (max-width:1199.98px) {
  .processes .process-panel:hover::before {
    width: calc(100% - 50px);
  }
}
@media screen and (max-width:767.98px) {
  .processes .process-panel:hover::before {
    width: calc(100% - 50px);
  }
}
.processes .process-panel:hover .process-body .process-icon i {
  color: var(--global--color-primary);
}
.processes .process-panel:hover .process-body .process-content a {
  color: var(--global--color-primary);
}
.processes .process-panel::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 6px;
  width: 0;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background-color: var(--global--color-primary);
}
.processes .process-panel .process-number {
  font-family: var(--global--font-heading);
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  font-style: italic;
  color: #e6e8eb;
  position: absolute;
  right: 40px;
  top: 30px;
}
@media screen and (max-width:991.98px) {
  .processes .process-panel .process-body {
    text-align: center;
  }
}
.processes .process-panel .process-body .process-icon {
  margin-bottom: 32px;
}
.processes .process-panel .process-body .process-icon i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 43px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: var(--global--color-secondary);
}
@media screen and (max-width:991.98px) {
  .processes .process-panel .process-body .process-icon i {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.processes .process-panel .process-body .process-content h5 {
  font-family: var(--global--font-heading);
  font-weight: 500;
  font-size: 18px;
  color: var(--global--color-secondary-darken-alt);
  line-height: 28px;
  margin-bottom: 16px;
  text-transform: capitalize;
}
.processes .process-panel .process-body .process-content p {
  font-family: var(--global--font-body);
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #9094a3;
  margin-bottom: 27px;
}
.processes .process-panel .process-body .process-content a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: var(--global--font-secondary);
  font-weight: 700;
  font-size: 15px;
  text-transform: capitalize;
  color: var(--global--color-secondary-darken);
}
@media screen and (max-width:991.98px) {
  .processes .process-panel .process-body .process-content a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.processes .process-panel .process-body .process-content a i {
  font-size: 10px;
  margin-right: 10px;
  color: var(--global--color-primary);
}

/*------------------------------------*\
    #Contacts
\*------------------------------------*/
.contact .advantages-list-holder {
  margin-bottom: 32px;
}
.contact .contact-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 80px;
}
@media screen and (max-width:991.98px) {
  .contact .contact-actions {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width:767.98px) {
  .contact .contact-actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 40px;
  }
}
.contact .contact-actions .btn {
  margin-right: 30px;
  height: 60px;
}
.contact .contact-actions .btn:last-child {
  margin-right: 0;
}
@media screen and (max-width:767.98px) {
  .contact .contact-actions .btn {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.contact .contact-actions .btn:first-child {
  width: 230px;
}
.contact .contact-actions .btn:first-child i {
  width: 60px;
}
.contact .contact-actions .btn:last-child {
  width: 142px;
}
.contact .contact-actions.contact-actions-2 {
  margin-bottom: 105px;
}
@media screen and (max-width:991.98px) {
  .contact .contact-actions.contact-actions-2 {
    margin-bottom: 50px;
  }
}
.contact .contact-quote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact .contact-quote img {
  margin-right: 15px;
}
.contact .contact-quote p {
  font-family: var(--font-family-body);
  font-weight: 700;
  font-size: 17px;
  line-height: 28px;
  color: var(--global--color-white);
}
.contact .contact-quote p a {
  color: var(--global--color-white);
  font-weight: 700;
  font-size: 15px;
  line-height: 25px;
  position: relative;
  padding-bottom: 6px;
}
.contact .contact-quote p a:hover::before {
  width: 80%;
}
.contact .contact-quote p a::before {
  content: "";
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 2px;
  background-color: var(--global--color-gray);
}
.contact .contact-quote.contact-quote-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width:767.98px) {
  .contact .contact-quote.contact-quote-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 370px;
    margin: 0 auto;
  }
}
.contact .contact-quote.contact-quote-2 i {
  color: var(--global--color-white);
  margin-right: 40px;
}
@media screen and (max-width:991.98px) {
  .contact .contact-quote.contact-quote-2 i {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.contact .contact-quote.contact-quote-2 i::before {
  font-size: 65px;
}
@media screen and (min-width:768px) {
  .contact .contact-quote.contact-quote-2 .quote-body {
    -webkit-transform: translateY(-8px);
        -ms-transform: translateY(-8px);
            transform: translateY(-8px);
  }
}
.contact .contact-quote.contact-quote-2 .quote-body p {
  font-size: 17px;
  line-height: 28px;
  margin-bottom: 22px;
  color: var(--global--color-white);
}
.contact .contact-quote.contact-quote-2 .quote-body a {
  color: var(--global--color-white);
  text-transform: capitalize;
  font-family: var(--global--font-body);
  font-weight: 700;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width:991.98px) {
  .contact .contact-quote.contact-quote-2 .quote-body a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.contact .contact-quote.contact-quote-2 .quote-body a:hover {
  padding-left: 10px;
}
.contact .contact-quote.contact-quote-2 .quote-body a i {
  width: 32px;
  height: 32px;
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--global--color-white);
  border-radius: 50%;
}
@media screen and (max-width:991.98px) {
  .contact .contact-quote.contact-quote-2 .quote-body a i {
    margin-bottom: 0;
  }
}
.contact .contact-quote.contact-quote-2 .quote-body a i::before {
  color: var(--global--color-primary);
  font-size: 10px;
}
.contact .contact-quote.contact-quote-3 p {
  color: var(--global--color-body);
}
.contact .contact-quote.contact-quote-3 p a {
  color: var(--global--color-heading);
}
.contact .contact-quote.contact-quote-3 p a::before {
  background-color: var(--global--color-primary);
}
.contact .contact-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width:991.98px) {
  .contact .contact-icons {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.contact .contact-icons .icon {
  max-width: 130px;
  margin-right: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (min-width:992px) {
  .contact .contact-icons .icon {
    -webkit-box-align: start;
        -ms-flex-align: start;
            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:hover {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}
.contact .contact-icons .icon i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 25px;
  font-size: 60px;
  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-1 {
  position: relative;
  padding-top: 110px;
  padding-bottom: 110px;
}
@media screen and (max-width:991.98px) {
  .contact.contact-1 {
    padding-top: 70px;
    padding-bottom: 60px;
  }
}
.contact.contact-1 .contact-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 95%;
  height: 100%;
  z-index: 1;
}
@media (min-width:992px) and (max-width:1199.98px) {
  .contact.contact-1 .contact-overlay {
    width: 98%;
  }
}
@media screen and (max-width:767.98px) {
  .contact.contact-1 .contact-overlay {
    width: 98%;
  }
}
@media screen and (max-width:991.98px) {
  .contact.contact-1 .contact-card {
    margin-bottom: 70px;
  }
}
.contact.contact-2 {
  position: relative;
  padding-top: 110px;
  padding-bottom: 110px;
}
@media screen and (max-width:991.98px) {
  .contact.contact-2 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.contact.contact-2 .contact-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 95%;
  height: 100%;
  z-index: 1;
}
@media (min-width:992px) and (max-width:1199.98px) {
  .contact.contact-2 .contact-overlay {
    width: 98%;
  }
}
@media screen and (max-width:767.98px) {
  .contact.contact-2 .contact-overlay {
    width: 98%;
  }
}
.contact.contact-4 {
  padding-top: 0px;
  padding-bottom: 30px;
  overflow: visible;
  z-index: 2;
  position: relative;
}
.contact.contact-4 .divider {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 4;
}
.contact.contact-4 .divider::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  width: 50%;
  height: 100%;
  background-color: var(--global--color-white);
}
.contact.contact-4 .divider .bg {
  background-color: var(--global--color-white);
  height: 80px;
}

.contact-panel {
  padding: 50px 55px;
}
@media screen and (max-width:767.98px) {
  .contact-panel {
    padding: 40px 25px;
  }
}
.contact-panel.contact-panel-2 {
  padding: 0px;
  background-color: var(--global--color-white);
  z-index: 5;
}
.contact-panel.contact-panel-2 .contact-card {
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (max-width:991.98px) {
  .contact-panel.contact-panel-2 .contact-card {
    margin-bottom: 30px;
    text-align: center;
  }
}
.contact-panel.contact-panel-2 .contact-card .form-control {
  margin-bottom: 30px;
}
.contact-panel.contact-panel-2 .contact-card textarea.form-control {
  padding-top: 25px;
  height: 110px;
  margin-bottom: 40px;
}
.contact-panel.contact-panel-2 .contact-card .card-desc {
  margin-bottom: 32px;
}
.contact-panel.contact-panel-2 .contact-card .btn {
  margin-top: 0;
  height: 70px;
  width: 237px;
}
.contact-panel.contact-panel-2 .contact-card .contact-result {
  margin-top: 0;
}
.contact-panel.contact-panel-3 {
  padding: 0;
  position: relative;
  z-index: 4;
}
.contact-panel.contact-panel-3 .contact-card {
  z-index: 4;
}
@media screen and (max-width:767.98px) {
  .contact-panel.contact-panel-3 .contact-card {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.contact-card {
  background-color: var(--global--color-white);
  padding: 47px 50px 40px;
  -webkit-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
          box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  position: relative;
}
@media screen and (max-width:767.98px) {
  .contact-card {
    padding: 37px 25px 30px;
  }
}
.contact-card .contact-body .card-heading {
  color: #021a42;
  font-family: var(--global--font-heading);
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 20px;
}
@media screen and (max-width:991.98px) {
  .contact-card .contact-body .card-heading {
    text-align: center;
  }
}
.contact-card .contact-body .card-desc {
  font-family: var(--global--font-body);
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  color: #9094a3;
  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 .btn {
  margin-top: 15px;
  height: 70px;
  text-align: left;
}
.contact-card .contact-body .btn i {
  width: 70px;
}
.contact-card .contact-body .contact-result {
  margin-top: 10px;
  text-align: center;
}

.img-card {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: auto;
  padding: 38px 50px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (min-width:992px) {
  .img-card {
    text-align: left;
  }
}
@media (min-width:992px) and (max-width:1199.98px) {
  .img-card {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width:991.98px) {
  .img-card {
    max-width: 370px;
    margin: 0 auto;
  }
}
@media screen and (max-width:767.98px) {
  .img-card {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.img-card .card-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 100%;
  position: relative;
  z-index: 4;
}
@media screen and (max-width:991.98px) {
  .img-card .card-content .content-top {
    margin-bottom: 30px;
  }
}
.img-card .card-content .content-top h3 {
  font-family: var(--global--font-heading);
  color: var(--global--color-white);
  text-transform: capitalize;
  font-weight: 500;
  font-size: 30px;
  line-height: 45px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  margin-bottom: 0;
}
.img-card .card-content .content-bottom p {
  font-family: var(--global--font-body);
  color: var(--global--color-white);
  text-transform: capitalize;
  font-weight: 700;
  font-size: 17px;
  line-height: 28px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  margin-bottom: 32px;
}
.img-card .card-content .content-bottom .btn {
  width: 142px;
  height: 61px;
  -webkit-box-shadow: 0px 3px 63px 0px rgba(33, 49, 81, 0.11);
          box-shadow: 0px 3px 63px 0px rgba(33, 49, 81, 0.11);
}

.img-card-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.map {
  position: relative;
  height: 465px;
}
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -webkit-filter: brightness(104%) contrast(99%) saturate(0%) blur(0px) hue-rotate(0deg);
          filter: brightness(104%) contrast(99%) saturate(0%) blur(0px) hue-rotate(0deg);
}
.map .divider {
  position: absolute;
  bottom: 0%;
  left: 0;
  width: 100%;
  z-index: 4;
}
.map .divider::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  width: 50%;
  height: 100%;
  background-color: var(--global--color-white);
}
.map .divider .bg {
  background-color: var(--global--color-white);
  height: 80px;
}

/*------------------------------------*\
    #Client
\*------------------------------------*/
.clients {
  padding-top: 0px;
  padding-bottom: 0;
  overflow: visible;
}
@media screen and (max-width:991.98px) {
  .clients {
    padding-top: 0;
  }
}
.clients.bg-grey {
  color: #f9f9f9;
}
.clients .client {
  padding-top: 60px;
  padding-bottom: 60px;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 130px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  opacity: 1;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.clients .client:hover {
  opacity: 1;
}
@media (min-width:992px) and (max-width:1199.98px) {
  .clients .client {
    width: 130px;
  }
}
.clients .client a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.clients .client img {
  max-width: 100%;
  width: auto;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.clients.clients-1 {
  padding-top: 70px;
}
@media screen and (max-width:991.98px) {
  .clients.clients-1 {
    padding-top: 0px;
  }
}

/*------------------------------------*\
    #Testimonial
\*------------------------------------*/
.testimonial {
  padding-top: 130px;
  padding-bottom: 0;
  overflow: visible;
}
@media screen and (max-width:767.98px) {
  .testimonial {
    padding-top: 70px;
  }
}
.testimonial .testimonials-wrapper {
  position: relative;
}
.testimonial .testimonials-wrapper .floating-icon {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 50%;
}
.testimonial .testimonials-wrapper .floating-icon img {
  max-width: 100%;
  -webkit-transform: translateY(-30px);
      -ms-transform: translateY(-30px);
          transform: translateY(-30px);
}
.testimonial .testimonials-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
}
.testimonial .testimonials-holder .testimonials-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 35px;
  padding-top: 13px;
  width: 65px;
}
@media screen and (max-width:767.98px) {
  .testimonial .testimonials-holder .testimonials-icon {
    padding-top: 4px;
    width: 20px;
    margin-right: 20px;
  }
}
.testimonial .testimonials-holder .testimonials-icon img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonial .testimonials-holder .testimonials-body {
  width: calc(100% - 102px);
}
@media screen and (max-width:767.98px) {
  .testimonial .testimonials-holder .testimonials-body {
    width: calc(100% - 42px);
  }
}
.testimonial .testimonial-thumb {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  margin-right: 11px;
}
.testimonial .testimonial-thumb:last-child {
  margin-right: 0;
}
.testimonial .testimonial-thumb .thumb-img {
  padding: 5px;
  -webkit-box-shadow: 0px 0px 0px 2px rgba(40, 40, 40, 0.004);
          box-shadow: 0px 0px 0px 2px rgba(40, 40, 40, 0.004);
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: 2px solid transparent;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  padding: 5px;
  border-color: #f9f9f9;
  margin-right: 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.testimonial .testimonial-thumb .thumb-img img {
  border-radius: 50%;
  max-width: 100%;
}
.testimonial .testimonial-thumb .thumb-body {
  text-transform: capitalize;
}
.testimonial .testimonial-thumb .thumb-body h3 {
  font-family: var(--global--font-body);
  font-size: 15px;
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 3px;
  color: #f9f9f9;
  text-transform: capitalize;
}
.testimonial .testimonial-thumb .thumb-body h4 {
  font-family: var(--global--font-body);
  font-size: 13px;
  font-weight: 400;
  line-height: 23px;
  color: #f9f9f9;
  margin-bottom: 0;
  text-transform: capitalize;
}
.testimonial .testimonial-panel .testimonial-body p {
  font-family: var(--global--font-heading);
  color: var(--global--color-white);
  font-size: 32px;
  font-weight: 300;
  line-height: 50px;
  margin-bottom: 46px;
}
@media screen and (max-width:767.98px) {
  .testimonial .testimonial-panel .testimonial-body p {
    font-size: 20px;
    line-height: 1.5;
  }
}
@media screen and (min-width:768px) {
  .testimonial .testimonial-panel .testimonial-body .testimonial-action-wrapper {
    padding-left: 140px;
  }
}
.testimonial .section-head {
  font-family: var(--global--font-body);
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  color: #f4f4f4;
  text-transform: capitalize;
  margin-bottom: 25px;
}
@media screen and (max-width:991.98px) {
  .testimonial .section-head {
    text-align: center;
    margin-bottom: 25px;
  }
}
.testimonial .section-content {
  position: relative;
  z-index: 5;
}
.testimonial.testimonial-1 {
  padding-top: 228px;
  padding-bottom: 110px;
}
@media screen and (max-width:991.98px) {
  .testimonial.testimonial-1 {
    padding-top: 150px;
    padding-bottom: 10px;
  }
}
.testimonial.testimonial-1 .custom-navs {
  position: relative;
  z-index: 10;
}
@media screen and (min-width:768px) {
  .testimonial.testimonial-1 .custom-navs {
    -webkit-transform: translateY(-55px);
        -ms-transform: translateY(-55px);
            transform: translateY(-55px);
    margin-bottom: -43px;
    padding-left: 100px;
  }
}
@media screen and (max-width:767.98px) {
  .testimonial.testimonial-1 .custom-navs {
    text-align: center;
    margin-top: 40px;
  }
}
.testimonial.testimonial-1 .custom-navs .owl-nav {
  position: relative;
  top: auto;
  right: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media screen and (max-width:991.98px) {
  .testimonial.testimonial-1 .custom-navs .owl-nav {
    margin-bottom: 0;
  }
}
.testimonial.testimonial-1 .custom-navs .owl-nav .owl-prev:hover::before,
.testimonial.testimonial-1 .custom-navs .owl-nav .owl-next:hover::before {
  color: var(--global--color-white);
}
.testimonial.testimonial-1 .custom-navs .owl-nav .owl-prev::before,
.testimonial.testimonial-1 .custom-navs .owl-nav .owl-next::before {
  color: rgba(255, 255, 255, 0.5);
}
.testimonial.testimonial-1 .custom-navs .owl-nav .owl-prev {
  margin-right: 40px;
}
.testimonial.testimonial-2 {
  padding-top: 228px;
  padding-bottom: 110px;
}
@media screen and (max-width:991.98px) {
  .testimonial.testimonial-2 {
    padding-top: 180px;
    padding-bottom: 90px;
  }
}
.testimonial.testimonial-2 .custom-navs {
  position: relative;
  z-index: 10;
}
@media screen and (min-width:768px) {
  .testimonial.testimonial-2 .custom-navs {
    -webkit-transform: translateY(-55px);
        -ms-transform: translateY(-55px);
            transform: translateY(-55px);
    margin-bottom: -43px;
    padding-left: 100px;
  }
}
@media screen and (max-width:767.98px) {
  .testimonial.testimonial-2 .custom-navs {
    text-align: center;
    margin-top: 40px;
  }
}
.testimonial.testimonial-2 .custom-navs .owl-nav {
  position: relative;
  top: auto;
  right: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.testimonial.testimonial-2 .custom-navs .owl-nav .owl-prev:hover::before,
.testimonial.testimonial-2 .custom-navs .owl-nav .owl-next:hover::before {
  color: var(--global--color-white);
}
.testimonial.testimonial-2 .custom-navs .owl-nav .owl-prev::before,
.testimonial.testimonial-2 .custom-navs .owl-nav .owl-next::before {
  color: rgba(255, 255, 255, 0.5);
}
.testimonial.testimonial-2 .custom-navs .owl-nav .owl-prev {
  margin-right: 40px;
}
.testimonial.testimonial-2 .divider {
  position: absolute;
  bottom: 0%;
  left: 0;
  width: 100%;
  z-index: 4;
}
.testimonial.testimonial-2 .divider::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0;
  width: 50%;
  height: 100%;
  background-color: var(--global--color-white);
}
.testimonial.testimonial-2 .divider .bg {
  background-color: var(--global--color-white);
  height: 80px;
}
.testimonial.testimonial-3 {
  padding-top: 228px;
  padding-bottom: 110px;
}
@media screen and (max-width:991.98px) {
  .testimonial.testimonial-3 {
    padding-top: 150px;
    padding-bottom: 90px;
  }
}
.testimonial.testimonial-3 .custom-navs {
  position: relative;
  z-index: 10;
}
@media screen and (min-width:768px) {
  .testimonial.testimonial-3 .custom-navs {
    -webkit-transform: translateY(-55px);
        -ms-transform: translateY(-55px);
            transform: translateY(-55px);
    margin-bottom: -43px;
    padding-left: 100px;
  }
}
@media screen and (max-width:767.98px) {
  .testimonial.testimonial-3 .custom-navs {
    text-align: center;
    margin-top: 40px;
  }
}
.testimonial.testimonial-3 .custom-navs .owl-nav {
  position: relative;
  top: auto;
  right: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media screen and (max-width:991.98px) {
  .testimonial.testimonial-3 .custom-navs .owl-nav {
    margin-bottom: 0;
  }
}
.testimonial.testimonial-3 .custom-navs .owl-nav .owl-prev:hover::before,
.testimonial.testimonial-3 .custom-navs .owl-nav .owl-next:hover::before {
  color: var(--global--color-white);
}
.testimonial.testimonial-3 .custom-navs .owl-nav .owl-prev::before,
.testimonial.testimonial-3 .custom-navs .owl-nav .owl-next::before {
  color: rgba(255, 255, 255, 0.5);
}
.testimonial.testimonial-3 .custom-navs .owl-nav .owl-prev {
  margin-right: 40px;
}
.testimonial.testimonial-3 .divider {
  position: absolute;
  bottom: 0%;
  left: 0;
  width: 100%;
  z-index: 4;
}
.testimonial.testimonial-3 .divider::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0;
  width: 50%;
  height: 100%;
  background-color: var(--global--color-white);
}
.testimonial.testimonial-3 .divider .bg {
  background-color: var(--global--color-white);
  height: 80px;
}
.testimonial.testimonial-4 {
  overflow: visible;
  position: relative;
  z-index: 15;
  padding-top: 210px;
}
@media screen and (max-width:991.98px) {
  .testimonial.testimonial-4 {
    padding-top: 150px;
    padding-bottom: 70px;
  }
}
.testimonial.testimonial-4 .divider {
  position: absolute;
  top: 0%;
  left: 0;
  width: 100%;
  z-index: 4;
}
.testimonial.testimonial-4 .divider::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  width: 50%;
  height: 100%;
  background-color: var(--global--color-white);
}
.testimonial.testimonial-4 .divider .bg {
  background-color: var(--global--color-white);
  height: 80px;
}
.testimonial.testimonial-4 .section-content .testimonials-wrap {
  position: relative;
}
.testimonial.testimonial-4 .section-content .testimonials-wrap .testimonials-panels-holder {
  position: relative;
  z-index: 4;
}
.testimonial.testimonial-4 .section-content .testimonials-wrap .testimonials-panels-holder .floating-icon {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 30%;
}
.testimonial.testimonial-4 .section-content .testimonials-wrap .testimonials-panels-holder .floating-icon img {
  max-width: 100%;
  -webkit-transform: translate(60px, -30px);
      -ms-transform: translate(60px, -30px);
          transform: translate(60px, -30px);
}
.testimonial.testimonial-4 .section-content .testimonials-wrap .testimonials-panels-holder .testimonials-panels-wrapper {
  padding-left: 100px;
  padding-bottom: 110px;
}
@media (min-width:992px) and (max-width:1199.98px) {
  .testimonial.testimonial-4 .section-content .testimonials-wrap .testimonials-panels-holder .testimonials-panels-wrapper {
    padding-left: 40px;
  }
}
@media screen and (max-width:991.98px) {
  .testimonial.testimonial-4 .section-content .testimonials-wrap .testimonials-panels-holder .testimonials-panels-wrapper {
    padding-left: 0;
    padding-bottom: 70px;
  }
}
.testimonial.testimonial-4 .section-content .testimonials-wrap .testimonials-panels-holder .testimonials-panels-wrapper .testimonials-holder {
  display: block;
}
.testimonial.testimonial-4 .section-content .testimonials-wrap .testimonials-panels-holder .testimonials-panels-wrapper .testimonials-holder .testimonials-body {
  width: 100%;
}
.testimonial.testimonial-4 .section-content .testimonials-wrap .testimonials-panels-holder .testimonials-panels-wrapper .testimonials-holder .testimonials-body .testimonial-panel .testimonial-body p {
  margin-bottom: 33px;
}
@media screen and (max-width:991.98px) {
  .testimonial.testimonial-4 .section-content .testimonials-wrap .testimonials-panels-holder .testimonials-panels-wrapper .testimonials-holder .testimonials-body .testimonial-panel .testimonial-body p {
    text-align: center;
  }
}
.testimonial.testimonial-4 .section-content .testimonials-wrap .testimonials-panels-holder .testimonials-panels-wrapper .testimonials-holder .testimonials-body .testimonial-panel .testimonial-action-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
}
@media screen and (min-width:992px) {
  .testimonial.testimonial-4 .section-content .testimonials-wrap .testimonials-panels-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: calc(100% + 130px);
  }
}
.testimonial.testimonial-4 .section-content .testimonials-wrap .testimonials-panels-image .container {
  height: 100%;
}
.testimonial.testimonial-4 .section-content .testimonials-wrap .testimonials-panels-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonial.testimonial-4 .custom-navs {
  position: relative;
  z-index: 10;
}
@media screen and (min-width:768px) {
  .testimonial.testimonial-4 .custom-navs {
    -webkit-transform: translateY(-49px);
        -ms-transform: translateY(-49px);
            transform: translateY(-49px);
    margin-bottom: -43px;
    padding-left: 0px;
  }
}
@media screen and (max-width:767.98px) {
  .testimonial.testimonial-4 .custom-navs {
    text-align: center;
    margin-top: 40px;
  }
}
.testimonial.testimonial-4 .custom-navs .owl-nav {
  position: relative;
  top: auto;
  right: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media screen and (max-width:991.98px) {
  .testimonial.testimonial-4 .custom-navs .owl-nav {
    margin-bottom: 0;
  }
}
.testimonial.testimonial-4 .custom-navs .owl-nav .owl-prev:hover::before,
.testimonial.testimonial-4 .custom-navs .owl-nav .owl-next:hover::before {
  color: var(--global--color-white);
}
.testimonial.testimonial-4 .custom-navs .owl-nav .owl-prev::before,
.testimonial.testimonial-4 .custom-navs .owl-nav .owl-next::before {
  color: rgba(255, 255, 255, 0.5);
}
.testimonial.testimonial-4 .custom-navs .owl-nav .owl-prev {
  margin-right: 40px;
}

/*------------------------------------*\
    #Video
\*------------------------------------*/
.video {
  position: relative;
  border-radius: 4px;
}
@media screen and (min-width: 992px) {
  .video {
    height: 528px;
  }
}
@media screen and (max-width: 991.98px) {
  .video {
    height: 400px;
  }
}
.video .player {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 600;
}
.video .player a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background-color: var(--global--color-white);
  color: var(--global--color-primary);
  -webkit-transition: 300ms ease-in-out;
  -o-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
  cursor: pointer;
}
.video .player a::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border: 3px solid rgba(255, 255, 255, 0.5);
  border-radius: 100%;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  -webkit-animation: pulse 1s cubic-bezier(0, 0.51, 0.45, 1.49) 0s infinite;
          animation: pulse 1s cubic-bezier(0, 0.51, 0.45, 1.49) 0s infinite;
}
.video .player a i {
  z-index: 5;
  color: var(--global--color-primary);
  font-size: 15px;
  -webkit-transition: 300ms ease-in-out;
  -o-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
}
.video.video-1 {
  height: 880px;
  overflow: visible;
  border-radius: 32px 0 0 0;
  margin-top: -98px;
  -webkit-transform: translateY(110px);
      -ms-transform: translateY(110px);
          transform: translateY(110px);
}
@media screen and (max-width:991.98px) {
  .video.video-1 {
    height: 500px;
  }
}
.video.video-2 {
  position: relative;
  border-radius: 8px 8px 0 8px;
  margin-bottom: 43px;
}
.video.video-2 .btn-video {
  position: absolute;
  bottom: 37px;
  left: 40px;
  background-color: transparent;
  height: auto;
  padding: 0;
}
.video.video-3 {
  margin-bottom: 65px;
}
.video.video-4 {
  height: 880px;
  border-radius: 0px 32px 0px 0;
}
@media screen and (max-width:991.98px) {
  .video.video-4 {
    height: 500px;
    max-width: 90%;
    margin: 0 auto 50px;
  }
}
.video.video-4 .btn-video {
  width: 90px;
  height: 90px;
  position: absolute;
  bottom: 70px;
  right: 70px;
}
@media screen and (max-width:767.98px) {
  .video.video-4 .btn-video {
    width: 70px;
    height: 70px;
  }
}

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

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

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
    opacity: 0;
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
    opacity: 0;
  }
}
/* Custom, iPhone Retina */
/*------------------------------------*\
    #Call To Action
\*------------------------------------*/
.cta {
  overflow: visible;
  padding-top: 147px;
  padding-bottom: 0;
}
.cta .icon-set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-top: 47px;
}
@media screen and (max-width:991.98px) {
  .cta .icon-set {
    margin-bottom: 30px;
  }
}
.cta .icon-set .icon-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width:992px) {
  .cta .icon-set .icon-panel {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-left: 50px;
  }
}
.cta .icon-set .icon-panel .icon {
  margin-bottom: 20px;
}
.cta .icon-set .icon-panel .icon::before {
  color: var(--global--color-white);
  font-size: 70px;
  margin-left: 0;
}
.cta .icon-set .icon-panel span {
  font-family: var(--global--font-heading);
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: var(--global--color-white);
  text-transform: capitalize;
  text-align: center;
}
@media screen and (min-width:992px) {
  .cta .icon-set .icon-panel span {
    text-align: left;
  }
}
.cta .icon-set.icon-set2 {
  margin-top: 44px;
  margin-bottom: 37px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width:991.98px) {
  .cta .icon-set.icon-set2 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 40px;
  }
}
.cta .icon-set.icon-set2 .icon-panel {
  max-width: 130px;
  margin-right: 80px;
}
@media screen and (max-width:991.98px) {
  .cta .icon-set.icon-set2 .icon-panel {
    margin-right: 0;
  }
}
@media screen and (min-width:992px) {
  .cta .icon-set.icon-set2 .icon-panel {
    margin-left: 0px;
  }
}
.cta .prief-set.prief-set-2 {
  margin-bottom: 77px;
}
.cta .prief-set.prief-set-2 p {
  margin-bottom: 24px;
  color: var(--global--color-gray-darken);
}
.cta .prief-set.prief-set-2 .advantages-list-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width:991.98px) {
  .cta .prief-set.prief-set-2 .advantages-list-holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.cta .prief-set.prief-set-2 .advantages-list-holder .advantages-list {
  margin-bottom: 0;
  text-align: left;
}
@media screen and (min-width:992px) {
  .cta .prief-set.prief-set-2 .advantages-list-holder .advantages-list {
    margin-right: 40px;
  }
}
.cta .prief-set.prief-set-2 .advantages-list-holder .advantages-list li {
  color: var(--global--color-gray);
}
.cta .phone-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: var(--global--color-heading-darken);
  padding: 35px 40px 31px;
  border-radius: 0 32px 0 0;
}
@media screen and (max-width:991.98px) {
  .cta .phone-card {
    margin-bottom: 30px;
  }
}
@media screen and (max-width:767.98px) {
  .cta .phone-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}
.cta .phone-card .card-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 30px;
}
@media screen and (max-width:767.98px) {
  .cta .phone-card .card-icon {
    margin-right: 0;
  }
}
.cta .phone-card .card-icon i::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateY(-4px);
      -ms-transform: translateY(-4px);
          transform: translateY(-4px);
  font-size: 50px;
  margin-left: 0;
  color: var(--global--color-white);
}
.cta .phone-card .card-content h5 {
  font-weight: 500;
  font-size: 19px;
  line-height: 28px;
  color: var(--global--color-white);
  text-transform: capitalize;
  margin-bottom: 16px;
}
.cta .phone-card .card-content p {
  font-size: 14px;
  color: var(--global--color-gray);
  line-height: 24px;
  margin-bottom: 15px;
}
.cta .phone-card .card-content a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: var(--global--color-white);
}
@media screen and (max-width:991.98px) {
  .cta .phone-card .card-content a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.cta .phone-card .card-content a span {
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-family: var(--global--font-heading);
  font-weight: 400;
  font-size: 24px;
}
.cta .phone-card .card-content a i {
  margin-bottom: 4px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-size: 19px;
  margin-right: 15px;
}
.cta .contact-panel {
  -webkit-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.11);
          box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.11);
  -webkit-transform: translateY(340px);
      -ms-transform: translateY(340px);
          transform: translateY(340px);
  margin-top: -340px;
  padding-top: 90px;
}
.cta .panel {
  position: relative;
}
.cta .panel .panel-img {
  position: relative;
}
.cta .panel .panel-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 26, 26, 0)), color-stop(0%, rgba(27, 26, 26, 0)), color-stop(105%, #1b1a1a));
  background: -o-linear-gradient(top, rgba(27, 26, 26, 0) 0%, rgba(27, 26, 26, 0) 0%, #1b1a1a 105%);
  background: linear-gradient(180deg, rgba(27, 26, 26, 0) 0%, rgba(27, 26, 26, 0) 0%, #1b1a1a 105%);
}
.cta .panel .panel-img img {
  height: 460px;
  max-width: 100%;
  border-radius: 4px;
}
.cta .panel .panel-action {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--global--color-primary);
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  padding: 35px 40px;
  border-radius: 0 4px 0 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 230px;
  cursor: pointer;
}
.cta .panel .panel-action:hover {
  background-color: var(--global--color-heading);
}
.cta .panel .panel-action:hover a i {
  -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px);
}
.cta .panel .panel-action .panel-icon {
  margin-bottom: 10px;
}
.cta .panel .panel-action .panel-icon i::before {
  color: var(--global--color-white);
  font-size: 50px;
  margin-left: 0;
}
.cta .panel .panel-action .panel-heading {
  margin-bottom: 13px;
}
.cta .panel .panel-action .panel-heading h6 {
  font-family: var(--global--font-body);
  font-weight: 700;
  font-size: 16px;
  line-height: 29px;
  margin-bottom: 0;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: var(--global--color-white);
}
.cta .panel .panel-action a i {
  display: inline-block;
  color: var(--global--color-white);
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.cta .panel .panel-action.inverted {
  background-color: var(--global--color-heading);
}
.cta .panel .panel-action.inverted:hover {
  background-color: var(--global--color-primary);
}
.cta.cta-1 {
  padding-top: 0px;
  padding-bottom: 50px;
}
.cta.cta-2 {
  padding-top: 0px;
  padding-bottom: 110px;
  position: relative;
  z-index: 5;
  overflow: visible;
}
@media screen and (max-width:991.98px) {
  .cta.cta-2 {
    padding-bottom: 70px;
  }
}
.cta.cta-2 .divider {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  z-index: 4;
}
.cta.cta-2 .divider::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0;
  width: 50%;
  height: 100%;
  background-color: var(--global--color-white);
}
.cta.cta-2 .divider .bg {
  background-color: var(--global--color-white);
  height: 80px;
}
.cta.cta-3 {
  padding-top: 129px;
  padding-bottom: 50px;
}
@media screen and (max-width:991.98px) {
  .cta.cta-3 {
    padding-top: 70px;
  }
}

.certificate {
  margin-bottom: 40px;
}

/*------------------------------------*\
    #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: 130px;
  padding-bottom: 90px;
}
@media screen and (max-width:991.98px) {
  .services {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.services .service-panel {
  position: relative;
  background-color: var(--global--color-white);
  -webkit-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.11);
          box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.11);
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  margin-bottom: 33px;
}
@media screen and (max-width:991.98px) {
  .services .service-panel {
    max-width: 370px;
    margin: 0 auto 30px;
  }
}
.services .service-panel:hover {
  -webkit-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
          box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
}
.services .service-panel:hover .service-img {
  opacity: 1;
  visibility: visible;
}
.services .service-panel:hover .service-shape {
  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: #f4f4f4;
}
.services .service-panel:hover .service-content .service-list li span {
  color: var(--global--color-white);
}
.services .service-panel:hover .service-content .service-more .btn-square-arrow {
  background-color: #fefefe;
  color: var(--global--color-secondary-darken);
}
.services .service-panel:hover .service-content .service-more .btn-square-arrow i {
  color: var(--global--color-secondary-darken);
  background-color: #e6e8eb;
}
.services .service-panel .service-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  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(8, 87, 222, 0.85);
  z-index: 1;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  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: -webkit-gradient(linear, left top, left bottom, from(rgba(40, 205, 250, 0)), color-stop(0%, rgba(29, 101, 185, 0)), color-stop(16.43%, rgba(29, 101, 185, 0)), color-stop(97.66%, #de0220), to(#de0220));
  background: -o-linear-gradient(rgba(40, 205, 250, 0) 0%, rgba(29, 101, 185, 0) 0%, rgba(29, 101, 185, 0) 16.43%, #de0220 97.66%, #de0220 100%);
  background: linear-gradient(rgba(40, 205, 250, 0) 0%, rgba(29, 101, 185, 0) 0%, rgba(29, 101, 185, 0) 16.43%, #de0220 97.66%, #de0220 100%);
  z-index: 2;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.services .service-panel .service-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.services .service-panel .service-content {
  position: relative;
  z-index: 3;
  text-align: center;
  padding: 40px 40px 40px;
  overflow: hidden;
}
@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: 32px;
}
.services .service-panel .service-content .service-icon:hover i {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}
.services .service-panel .service-content .service-icon i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #021a42;
  font-size: 70px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.services .service-panel .service-content .service-title {
  margin-bottom: 15px;
}
.services .service-panel .service-content .service-title h3 {
  font-family: var(--global--font-heading);
  font-size: 21px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 0px;
  text-transform: capitalize;
}
.services .service-panel .service-content .service-title h3 a {
  color: var(--global--color-secondary-darken);
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.services .service-panel .service-content .service-desc {
  margin-bottom: 17px;
}
.services .service-panel .service-content .service-desc p {
  font-family: var(--global--font-body);
  color: #9094a3;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 0;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.services .service-panel .service-content .service-list {
  margin-bottom: 25px;
}
.services .service-panel .service-content .service-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.services .service-panel .service-content .service-list li:last-child span {
  border-bottom: 0;
}
.services .service-panel .service-content .service-list li i {
  font-size: 10px;
  color: var(--global--color-primary);
  margin-bottom: 1px;
  margin-right: 15px;
}
.services .service-panel .service-content .service-list li span {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-top: 13px;
  padding-bottom: 13px;
  text-transform: capitalize;
  font-size: 15px;
  font-family: var(--global--font-body);
  font-weight: 700;
  color: #68738e;
  border-bottom: 1px solid #e6e8eb;
  text-align: left;
}
.services .service-panel .service-content .service-more {
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.services .service-panel .service-content .service-more .btn {
  width: 164px;
  height: 51px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.services .service-panel .service-content .service-more .btn i {
  font-size: 10px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.services .service-panel .service-shape {
  position: absolute;
  top: 0;
  right: 0;
  width: 160px;
  height: 133px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.services .service-panel .service-shape::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  -webkit-transform: translateX(-1px);
      -ms-transform: translateX(-1px);
          transform: translateX(-1px);
  background-image: url(../images/services/curl-shape.png);
  background-size: cover;
}
.services .service-panel .service-shape img {
  width: 100%;
}
.services .service-panel.service-panel-2:hover .service-img {
  opacity: 0;
  visibility: hidden;
}
.services .service-panel.service-panel-2:hover .service-content::before {
  background-color: var(--global--color-secondary);
}
.services .service-panel.service-panel-2:hover .service-content .service-body .service-icon {
  background-color: var(--global--color-secondary);
}
.services .service-panel.service-panel-2:hover .service-content .service-title h3 a {
  color: var(--global--color-secondary-darken);
}
.services .service-panel.service-panel-2:hover .service-content .service-desc p {
  color: #9094a3;
}
.services .service-panel.service-panel-2:hover .service-content .service-list li span {
  color: #68738e;
}
.services .service-panel.service-panel-2:hover .service-content .service-more .btn-square-arrow {
  color: #fefefe;
  background-color: var(--global--color-secondary);
}
.services .service-panel.service-panel-2:hover .service-content .service-more .btn-square-arrow i {
  background-color: var(--global--color-secondary-alt);
  color: #e6e8eb;
}
.services .service-panel.service-panel-2 .service-content {
  padding-top: 0px;
  position: relative;
}
.services .service-panel.service-panel-2 .service-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 40px;
  height: 6px;
  background-color: #021a42;
  z-index: 5;
  width: calc(100% - 40px);
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media (min-width:992px) and (max-width:1199.98px) {
  .services .service-panel.service-panel-2 .service-content::before {
    left: 25px;
    width: calc(100% - 25px);
  }
}
@media screen and (max-width:767.98px) {
  .services .service-panel.service-panel-2 .service-content::before {
    left: 25px;
    width: calc(100% - 25px);
  }
}
.services .service-panel.service-panel-2 .service-content .service-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 32px;
}
.services .service-panel.service-panel-2 .service-content .service-body .service-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 104px;
  height: 104px;
  background: #021a42;
  margin-right: 30px;
  margin-bottom: 0px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.services .service-panel.service-panel-2 .service-content .service-body .service-icon i {
  font-size: 60px;
  color: var(--global--color-white);
}
.services .service-panel.service-panel-2 .service-content .service-body .service-title {
  margin-bottom: 0px;
}
.services .service-panel.service-panel-2 .service-content .service-body .service-title h3 {
  margin-bottom: 0px;
}
.services .service-panel.service-panel-2 .service-content .service-desc {
  margin-bottom: 18px;
}
.services .owl-carousel .owl-stage-outer {
  overflow: visible;
}
.services .owl-carousel .owl-stage-outer .owl-item {
  opacity: 0;
}
.services .owl-carousel .owl-stage-outer .owl-item.active {
  opacity: 1;
}
.services.services-1 {
  padding-bottom: 135px;
}
@media screen and (max-width:991.98px) {
  .services.services-1 {
    padding-bottom: 70px;
  }
}
.services.services-1 .carousel-dots {
  position: relative;
}
@media screen and (min-width:992px) {
  .services.services-1 .carousel-dots .owl-dots {
    position: absolute;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    bottom: -52px;
  }
}
@media screen and (max-width:991.98px) {
  .services.services-1 .carousel-dots .owl-dots {
    margin-bottom: 25px;
  }
}
.services.services-2 {
  position: relative;
  overflow: visible;
  padding-bottom: 20px;
  z-index: 7;
}
@media screen and (max-width:991.98px) {
  .services.services-2 {
    padding-bottom: 70px;
  }
}
@media screen and (min-width:992px) {
  .services.services-2 .note {
    text-align: left;
  }
}
.services.services-2 .carousel-dots {
  position: relative;
}
@media screen and (min-width:992px) {
  .services.services-2 .carousel-dots .owl-dots {
    position: absolute;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100%;
    bottom: -15px;
  }
}
@media screen and (max-width:991.98px) {
  .services.services-2 .carousel-dots .owl-dots {
    margin-bottom: 25px;
  }
}
.services.services-2 .divider {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 4;
}
.services.services-2 .divider::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  width: 50%;
  height: 100%;
  background-color: var(--global--color-white);
}
.services.services-2 .divider .bg {
  background-color: var(--global--color-white);
  height: 80px;
}
.services.services-3 {
  padding-top: 0;
  padding-bottom: 100px;
}
@media screen and (max-width:991.98px) {
  .services.services-3 {
    padding-bottom: 40px;
  }
}
.services.services-3 .service-panel {
  margin-bottom: 30px;
}

.single-service {
  padding-top: 0px;
  padding-bottom: 102px;
}
@media screen and (max-width:991.98px) {
  .single-service {
    padding-top: 70px;
    padding-bottom: 30px;
    text-align: center;
  }
}
@media screen and (min-width:992px) {
  .single-service {
    -webkit-transform: translateY(-8px);
        -ms-transform: translateY(-8px);
            transform: translateY(-8px);
    margin-bottom: -8px;
  }
}
@media screen and (min-width:992px) {
  .single-service .sidebar-service {
    margin-top: 8px;
    margin-left: 0;
    margin-right: auto;
  }
}
.single-service .entry-introduction {
  margin-bottom: 62px;
}
.single-service .entry-introduction .service-heading {
  font-family: var(--global--font-heading);
  font-weight: 600;
  font-size: 24px;
  line-height: 38px;
  color: #021a42;
  margin-bottom: 22px;
}
.single-service .entry-introduction .service-desc {
  font-family: var(--global--font-body);
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  color: #9094a3;
  margin-bottom: 25px;
}
.single-service .entry-introduction .service-desc:last-child {
  margin-bottom: 0px;
}
.single-service .entry-introduction .entry-video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 527px;
  margin-top: 31px;
  margin-bottom: 33px;
}
.single-service .entry-introduction .entry-video .btn--video {
  background-color: var(--global--color-white);
  position: relative;
}
.single-service .entry-introduction .entry-video .btn--video::after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  border: 1px solid var(--global--color-white);
  border-radius: 100%;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  -webkit-animation: pulse 1s ease-out 0s infinite;
          animation: pulse 1s ease-out 0s infinite;
  z-index: -1;
}
.single-service .entry-introduction .entry-video .btn--video i {
  color: var(--global--color-secondary-darken);
}
.single-service .pricing-panel {
  margin-bottom: 67px;
}
@media screen and (max-width:991.98px) {
  .single-service .entry-infos {
    text-align: center;
  }
}
.single-service .entry-infos .entry-heading {
  font-family: var(--global--font-heading);
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 30px;
  color: #021a42;
  text-transform: capitalize;
}
.single-service .entry-infos .entry-desc {
  font-family: var(--global--font-body);
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  color: #9094a3;
  margin-bottom: 32px;
}
.single-service .core-values {
  margin-bottom: 27px;
}
.single-service .core-values .entry-value {
  padding: 46px 40px 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: var(--global--color-white);
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.07);
          box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.07);
  margin-bottom: 40px;
  position: relative;
}
@media screen and (max-width:767.98px) {
  .single-service .core-values .entry-value {
    max-width: 330px;
    margin: 0 auto 40px;
  }
}
@media (min-width:992px) and (max-width:1199.98px) {
  .single-service .core-values .entry-value {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (max-width:767.98px) {
  .single-service .core-values .entry-value {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 28px 25px 26px;
    text-align: center;
  }
}
.single-service .core-values .entry-value::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  height: 6px;
  width: 0;
  background-color: #0855d7;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}
.single-service .core-values .entry-value:hover {
  -webkit-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
          box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
}
.single-service .core-values .entry-value:hover::before {
  width: calc(100% - 80px);
}
@media (min-width:992px) and (max-width:1199.98px) {
  .single-service .core-values .entry-value:hover::before {
    width: calc(100% - 50px);
  }
}
@media screen and (max-width:767.98px) {
  .single-service .core-values .entry-value:hover::before {
    width: calc(100% - 50px);
  }
}
.single-service .core-values .entry-value i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 50px;
  color: var(--global--color-secondary);
  margin-right: 30px;
}
@media screen and (max-width:767.98px) {
  .single-service .core-values .entry-value i {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media screen and (min-width:768px) {
  .single-service .core-values .entry-value .entry-content {
    -webkit-transform: translateY(-8px);
        -ms-transform: translateY(-8px);
            transform: translateY(-8px);
    margin-bottom: -8px;
  }
}
.single-service .core-values .entry-value .entry-content h5 {
  font-family: var(--global--font-heading);
  font-weight: 500;
  color: var(--global--color-secondary-darken-alt);
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 12px;
  text-transform: capitalize;
}
.single-service .core-values .entry-value .entry-content p {
  font-family: var(--global--font-body);
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  text-transform: capitalize;
  color: #9094a3;
}
.single-service .tips-info {
  margin-bottom: 64px;
}
.single-service .tips-info .prices-list {
  padding: 40px 40px 28px;
  background-color: #f4f4f4;
}
@media screen and (max-width:991.98px) {
  .single-service .tips-info .prices-list {
    max-width: 330px;
    margin: 0 auto;
  }
}
.single-service .tips-info .prices-list h6 {
  font-family: var(--global--font-heading);
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 28px;
  color: #223865;
  text-transform: capitalize;
}
.single-service .tips-info .prices-list ul {
  margin-bottom: 0;
}
.single-service .tips-info .prices-list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 700;
  font-family: var(--global--font-body);
  color: #68738e;
  text-transform: capitalize;
  border-bottom: 1px solid #dcdee2;
  margin-bottom: 14px;
  padding-bottom: 12px;
}
@media screen and (min-width:768px) {
  .single-service .tips-info .prices-list ul li:last-child {
    margin-bottom: 0px;
    border-bottom: 0;
  }
}
.single-service .tips-info .prices-list ul li .price {
  font-family: var(--global--font-body);
  font-weight: 700;
  font-size: 15px;
  color: var(--global--color-white);
  background-color: var(--global--color-primary);
  width: 45px;
  height: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.single-service .tips-info .infos h6 {
  font-family: var(--global--font-body);
  font-weight: 700;
  font-size: 16px;
  line-height: 27px;
  color: var(--global--color-secondary-darken-alt);
  margin-bottom: 25px;
}
.single-service .tips-info .infos p {
  font-family: var(--global--font-body);
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  color: #9094a3;
  margin-bottom: 25px;
}
@media screen and (max-width:991.98px) {
  .single-service .doctors-prief {
    margin-bottom: 62px;
  }
}

/*------------------------------------*\
    #Departments
\*------------------------------------*/
.departments {
  padding-top: 0px;
  padding-bottom: 0px;
  overflow: visible;
  position: relative;
  z-index: 14;
}
@media screen and (max-width:991.98px) {
  .departments {
    padding-top: 40px;
  }
}
.departments .department-panel {
  margin-bottom: 30px;
  background-color: var(--global--color-white);
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.11);
          box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.11);
  position: relative;
}
@media screen and (max-width:991.98px) {
  .departments .department-panel {
    max-width: 370px;
    margin: 0 auto 30px;
  }
}
.departments .department-panel::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 6px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background-color: var(--global--color-secondary);
  width: 0;
}
.departments .department-panel:hover {
  -webkit-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
          box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
}
.departments .department-panel:hover::after {
  width: calc(100% - 80px);
}
@media (min-width:992px) and (max-width:1199.98px) {
  .departments .department-panel:hover::after {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width:767.98px) {
  .departments .department-panel:hover::after {
    width: calc(100% - 40px);
  }
}
.departments .department-panel:hover .department-img img {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}
.departments .department-panel:hover .department-img::before {
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 101%, 0);
          transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 101%, 0);
}
.departments .department-panel:hover .department-content .department-title a {
  color: var(--global--color-secondary);
}
.departments .department-panel:hover .department-content .department-more .btn-square-arrow {
  background-color: var(--global--color-secondary);
}
.departments .department-panel:hover .department-content .department-more .btn-square-arrow i {
  background-color: #de0220;
}
.departments .department-panel .department-img {
  position: relative;
  overflow: hidden;
}
.departments .department-panel .department-img a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.departments .department-panel .department-img img {
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  -o-transition: transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
  width: 100%;
  height: 247px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale3d(1.05, 1.05, 1);
          transform: scale3d(1.05, 1.05, 1);
}
.departments .department-panel .department-img::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  content: "";
  z-index: 1;
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  -o-transition: transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
          transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
}
.departments .department-panel .department-content {
  text-align: center;
  padding: 32px 40px 40px;
}
@media screen and (min-width:992px) {
  .departments .department-panel .department-content {
    text-align: left;
  }
}
@media (min-width:992px) and (max-width:1199.98px) {
  .departments .department-panel .department-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width:767.98px) {
  .departments .department-panel .department-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.departments .department-panel .department-content .department-title {
  font-family: var(--global--font-heading);
  font-size: 21px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 16px;
  text-transform: capitalize;
}
.departments .department-panel .department-content .department-title a {
  color: var(--global--color-secondary-darken);
}
.departments .department-panel .department-content .department-desc {
  margin-bottom: 34px;
}
.departments .department-panel .department-content .department-desc p {
  font-family: var(--global--font-body);
  color: #9094a3;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 0;
}
@media screen and (max-width:991.98px) {
  .departments .department-panel .department-content .department-more {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
.departments .department-panel .department-content .department-more .btn {
  -webkit-box-shadow: 0px 3px 63px 0px rgba(33, 49, 81, 0.11);
          box-shadow: 0px 3px 63px 0px rgba(33, 49, 81, 0.11);
  width: 164px;
  height: 51px;
}

.single-department {
  padding-top: 127px;
  padding-bottom: 110px;
  padding-top: 0px;
  padding-bottom: 102px;
}
@media screen and (max-width:991.98px) {
  .single-department {
    padding-top: 70px;
    padding-bottom: 30px;
    text-align: center;
  }
}
@media screen and (min-width:992px) {
  .single-department .sidebar-departments {
    margin-left: 0;
    margin-right: auto;
  }
}
@media screen and (max-width:991.98px) {
  .single-department .entry-infos {
    text-align: center;
  }
}
.single-department .entry-infos .entry-heading {
  font-family: var(--global--font-heading);
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 30px;
  color: #021a42;
  text-transform: capitalize;
}
.single-department .entry-infos .entry-desc {
  font-family: var(--global--font-body);
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  color: #9094a3;
  margin-bottom: 32px;
}
.single-department .entry-introduction {
  margin-bottom: 58px;
}
.single-department .entry-introduction .entry-desc {
  font-family: var(--global--font-body);
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  color: #9094a3;
  margin-bottom: 25px;
}
.single-department .entry-introduction .entry-desc:last-child {
  margin-bottom: 0px;
}
.single-department .entry-introduction .entry-image {
  height: 527px;
  margin-bottom: 33px;
}
.single-department .entry-introduction .entry-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-department .entry-prices {
  margin-bottom: 70px;
}
.single-department .entry-prices .prices-list {
  padding: 40px 40px 28px;
  background-color: #f4f4f4;
}
@media screen and (max-width:991.98px) {
  .single-department .entry-prices .prices-list {
    max-width: 330px;
    margin: 0 auto;
  }
}
.single-department .entry-prices .prices-list h6 {
  font-family: var(--global--font-heading);
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 28px;
  color: #223865;
  text-transform: capitalize;
}
.single-department .entry-prices .prices-list ul {
  margin-bottom: 0;
}
.single-department .entry-prices .prices-list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 700;
  font-family: var(--global--font-body);
  color: #68738e;
  text-transform: capitalize;
  border-bottom: 1px solid #dcdee2;
  margin-bottom: 14px;
  padding-bottom: 12px;
}
@media screen and (min-width:768px) {
  .single-department .entry-prices .prices-list ul li:last-child {
    margin-bottom: 0px;
    border-bottom: 0;
  }
}
.single-department .entry-prices .prices-list ul li .price {
  font-family: var(--global--font-body);
  font-weight: 700;
  font-size: 15px;
  color: var(--global--color-white);
  background-color: var(--global--color-primary);
  width: 45px;
  height: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.single-department .entry-prices .prices-list.prices-list-2 {
  background-color: #f0f5fd;
}
@media screen and (max-width:991.98px) {
  .single-department .entry-prices .prices-list.prices-list-2 {
    margin-bottom: 40px;
  }
}
.single-department .entry-prices .prices-list.prices-list-2 ul li span {
  background-color: var(--global--color-secondary);
}
.single-department .entry-tips {
  margin-bottom: 80px;
}
.single-department .entry-tips .accordion .card:last-child {
  margin-bottom: 0;
}
.single-department .health-plans {
  padding: 36px 50px 50px;
  border: 2px solid #e6e8eb;
  margin-bottom: 67px;
}
@media screen and (max-width:767.98px) {
  .single-department .health-plans {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.single-department .health-plans .entry-heading {
  margin-bottom: 20px;
}
.single-department .health-plans .advantages-box {
  background-color: #f0f5fd;
  padding: 32px 40px;
  margin-bottom: 40px;
}
@media (min-width:992px) and (max-width:1199.98px) {
  .single-department .health-plans .advantages-box {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width:767.98px) {
  .single-department .health-plans .advantages-box {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width:992px) {
  .single-department .health-plans .advantages-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.single-department .health-plans .advantages-box .advantages-list {
  margin-bottom: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (min-width:992px) {
  .single-department .health-plans .advantages-box .advantages-list {
    -ms-flex-preferred-size: 47%;
        flex-basis: 47%;
  }
}
@media screen and (max-width:991.98px) {
  .single-department .health-plans .advantages-box .advantages-list {
    margin-bottom: 0px;
  }
}
.single-department .health-plans .advantages-box .advantages-list li {
  display: block;
  font-family: var(--global--font-body);
  font-weight: 700;
  font-size: 15px;
  line-height: 36px;
  color: #68738e;
}
.single-department .health-plans .advantages-box .advantages-list li i {
  width: 22px;
  height: 22px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--global--color-secondary);
  color: var(--global--color-white);
  margin-right: 10px;
  border-radius: 50%;
  font-size: 10px;
}
.single-department .health-plans .entry-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width:991.98px) {
  .single-department .health-plans .entry-action {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.single-department .health-plans .entry-action p {
  margin-bottom: 0px;
  font-family: var(--global--font-heading);
  font-weight: 400;
  color: #032259;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media screen and (min-width:992px) {
  .single-department .health-plans .entry-action p {
    margin-right: 40px;
  }
}
@media screen and (max-width: 991.98px) {
  .single-department .health-plans .entry-action p {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px;
  }
}
.single-department .health-plans .entry-action p span::before {
  content: "/";
}
.single-department .health-plans .entry-action p span:first-of-type::before {
  content: unset;
}
.single-department .health-plans .entry-action p .currency {
  font-size: 50px;
}
.single-department .health-plans .entry-action p .time {
  font-size: 14px;
}
.single-department .health-plans .entry-action .btn {
  width: 228px;
  height: 60px;
}
@media screen and (max-width:991.98px) {
  .single-department .doctors-prief {
    margin-bottom: 62px;
  }
}

/*------------------------------------*\
    #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: #000d30;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  /* Footer Widgets */
  /* Module Social */
}
.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-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: var(--global--color-white);
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  text-transform: capitalize;
  margin-bottom: 25px;
}
.footer .footer-widget .widget-content p {
  color: #f4f4f4;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 25px;
}
.footer .footer-widget .widget-content .module-social {
  height: auto;
  line-height: normal;
}
@media screen and (min-width:992px) {
  .footer .widget-newsletter {
    text-align: right;
  }
}
.footer .widget-newsletter .footer-widget-title h3 {
  margin-bottom: 30px;
}
.footer .widget-newsletter .widget-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width:992px) {
  .footer .widget-newsletter .widget-content {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media screen and (max-width:767.98px) {
  .footer .widget-newsletter .widget-content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.footer .widget-newsletter .widget-content .btn {
  width: 250px;
  height: 60px;
  margin-bottom: 50px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (min-width:992px) and (max-width:1199.98px) {
  .footer .widget-newsletter .widget-content .btn {
    width: 200px;
  }
}
.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 {
    -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
.footer .widget-links ul li {
  display: block;
}
.footer .widget-links ul li a {
  color: #cdd2db;
  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: 19px;
}
.footer .widget-contact .widget-content .phone a {
  color: var(--global--color-primary);
  font-family: var(--global--font-heading);
  font-size: 22px;
  font-weight: 400;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width:767.98px) {
  .footer .widget-contact .widget-content .phone a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer .widget-contact .widget-content .phone a:hover {
  color: var(--global--color-white);
}
.footer .widget-contact .widget-content .phone a:hover svg {
  color: var(--global--color-white);
}
.footer .widget-contact .widget-content .phone a svg {
  color: var(--global--color-primary);
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: inline-block;
  margin-right: 15px;
}
.footer .widget-contact .widget-content .address a {
  color: #f0f1f3;
  font-family: var(--global--font-body);
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}
.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-primary);
  text-transform: capitalize;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: relative;
}
.footer .widget-contact .widget-content .directions i {
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  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 .module-social-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .module-social-footer a {
  margin-right: 30px;
}
.footer .module-social-footer a:last-child {
  margin-right: 0;
}
.footer .module-social-footer a i {
  color: var(--global--color-white);
  font-size: 18px;
  -webkit-transition: 300ms ease-in-out;
  -o-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
}
.footer .module-social-footer a i:hover {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
  color: var(--global--color-primary);
}

.footer-copyright {
  height: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width:767.98px) {
  .footer-copyright {
    height: auto;
    padding: 35px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width:767.98px) {
  .footer-copyright .copyright-holder {
    margin-bottom: 15px;
  }
}
@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: #68738e;
  text-transform: capitalize;
}
.footer-copyright .copyright-holder .copyright span a {
  color: var(--global--color-secondary);
}
.footer-copyright .copyright-holder .copyright span a:hover {
  color: var(--global--color-secondary-darken);
}
.footer-copyright .links-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width:767.98px) {
  .footer-copyright .links-holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer-copyright .links-holder .copyright-links ul {
  margin: 0;
}
@media screen and (max-width:767.98px) {
  .footer-copyright .links-holder .copyright-links ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.footer-copyright .links-holder .copyright-links ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-copyright .links-holder .copyright-links ul li:last-child::after {
  content: unset;
}
.footer-copyright .links-holder .copyright-links ul li::after {
  content: "-";
  margin: 0 15px;
  color: var(--global--color-heading);
}
@media screen and (max-width:767.98px) {
  .footer-copyright .links-holder .copyright-links ul li::after {
    margin: 0 5px;
  }
}
.footer-copyright .links-holder .copyright-links ul li a {
  font-family: var(--global--font-body);
  font-weight: 400;
  font-size: 14px;
  color: var(--global--color-secondary-darken);
  text-transform: capitalize;
}
.footer-copyright .links-holder .copyright-links ul li a:hover {
  color: var(--global--color-primary);
}

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