@import url("https://fonts.googleapis.com/css2?family=Arimo:wght@400;500;600;700&amp;family=DM+Sans:wght@400;500;700&amp;display=swap");
@import url("animate.css");
@import url("owl.css");
@import url("jquery.fancybox.min.css");
@import url("linear.css");
@import url("fontawesome.css");
@import url("flaticon.css");
@import url("select2.min.css");
@import url("tm-bs-mp.css");
@import url("tm-utility-classes.css");
:root {
  --theme-color-light: #ffffff;
  --theme-color-dark: #27272f;
  --theme-color-gray: #f6f6f6;
  --theme-color1: #f3755b;
  --theme-color2: #f3755b;
  --reivew-color: #ffc737;
  --bg-theme-color1: var(--theme-color1);
  --bg-theme-color2: var(--theme-color2);
  --text-color: #696e77;
  --headings-color: #27272f;
  --link-color: var(--headings-color);
  --link-hover-color: var(--headings-color);
  --text-font: "DM Sans", sans-serif;
  --title-font: "Arimo", sans-serif;
  --body-font-size: 16px;
  --body-line-height: 1.87em;
  --body-font-weight: 400;
  --line-height-heading-h1: 1em;
  --line-height-heading: 1.29em;
  --line-height-heading-small: 1.35em;
  --h1-font-size: 88px;
  --h2-font-size: 35px;
  --h3-font-size: 36px;
  --h4-font-size: 24px;
  --h5-font-size: 22px;
  --h6-font-size: 20px;
  --h1-font-weight: 700;
  --h2-font-weight: 700;
  --h3-font-weight: 700;
  --h4-font-weight: 600;
  --h5-font-weight: 700;
  --h6-font-weight: 700;
  --sec-title-subtitle-font-size: 14px;
  --sec-title-subtitle-color: var(--headings-color);
  --sec-title-subtitle-font-family: var(--text-font);
  --sec-title-subtitle-font-weight: 700;
  --sec-title-subtitle-line-height: 20px;
  --sec-title-color: var(--headings-color);
  --sec-title-font-size: var(--h2-font-size);
  --sec-title-font-family: var(--title-font);
  --sec-title-font-weight: var(--h2-font-weight);
  --theme-light-background: #f2f3f5;
  --theme-light-background-text-color: var(--headings-color);
  --theme-black: #131313;
  --container-width: 1470px;
  --small-container-width: 1000px;
  --large-container-width: 1760px;
  --container-pt: 120px;
  --container-pb: 120px;
}

/*
 * typography.scss
 * -----------------------------------------------
*/
::-moz-selection {
  background: var(--theme-color-dark);
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #0294c8;
  color: #fff;
  text-shadow: none;
}

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

::-webkit-input-placeholder {
  color: #7c858c;
}

::-moz-input-placeholder {
  color: #7c858c;
}

::-ms-input-placeholder {
  color: #7c858c;
}

body {
  background-color: #fff;
  background-attachment: fixed;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  counter-reset: my-sec-counter;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  color: var(--text-color);
  font-size: var(--body-font-size);
  font-family: var(--text-font);
  font-weight: var(--body-font-weight);
  line-height: var(--body-line-height);
}

p,
.text {
  color: var(--text-color);
  font-size: var(--body-font-size);
  font-family: var(--text-font);
  font-weight: var(--body-font-weight);
  line-height: var(--body-line-height);
}

/* -------- Headings ---------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--headings-color);
  font-family: var(--title-font);
  position: relative;
  line-height: var(--line-height-heading-);
}
h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small {
  font-weight: normal;
  line-height: 1;
  color: var(--headings-color);
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
  font-weight: inherit;
}

h1,
h2,
h3,
h4,
h5 {
  margin-bottom: 1rem;
}

h1 {
  font-size: var(--h1-font-size);
  font-weight: var(--h1-font-weight);
  line-height: var(--line-height-heading-h1);
}

h2 {
  font-size: var(--h2-font-size);
  font-weight: var(--h2-font-weight);
  line-height: var(--line-height-heading);
}

h3 {
  font-size: var(--h3-font-size);
  font-weight: var(--h3-font-weight);
  line-height: var(--line-height-heading);
}

h4 {
  font-size: var(--h4-font-size);
  font-weight: var(--h4-font-weight);
  line-height: var(--line-height-heading-small);
  letter-spacing: 0.15px;
}

h5 {
  font-size: var(--h5-font-size);
  font-weight: var(--h5-font-weight);
  line-height: var(--line-height-heading-small);
}

h6 {
  font-size: var(--h6-font-size);
  font-weight: var(--h6-font-weight);
  line-height: var(--line-height-heading-small);
}

/* -------- Body Text ---------- */
table p {
  margin-bottom: 0;
}

p {
  margin-bottom: 20px;
}
p a:not(.button):not(.btn):hover,
p a:not(.button):not(.btn):focus {
  text-decoration: underline;
}

/* -------- other ---------- */
a {
  color: var(--link-color);
  text-decoration: none;
  font-weight: var(--body-font-weight);
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
  outline: none;
}
a b,
a strong {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a img {
  border: none;
}

pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset {
  margin-bottom: 10px;
}

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

b,
strong {
  color: #333;
  font-weight: var(--body-font-weight-bold);
}

iframe {
  border: none !important;
}

/*
 * container.scss
 * -----------------------------------------------
*/
.container .container {
  width: 100%;
}

/* .logo {
  width: 200px;
} */
.container .container,
.container .container-fluid,
.container-fluid .container,
.container-fluid .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

section > .container,
section > .container-fluid {
  padding-top: var(--container-pt);
  padding-bottom: var(--container-pt);
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: var(--container-width);
  }
}
/*=== Default Form ===*/
.form-control,
.input-text {
  height: calc(2.25rem + 27px);
  padding: 14px 30px;
  outline: 0;
  background-color: #f4f5f8;
  border: 1px solid #f4f5f8;
  color: #686a6f;
  font-size: 0.9rem;
  width: 100%;
}
.form-control::-webkit-input-placeholder,
.input-text::-webkit-input-placeholder {
  color: #686a6f;
  opacity: 1;
}
.form-control::-moz-placeholder,
.input-text::-moz-placeholder {
  color: #686a6f;
  opacity: 1;
}
.form-control:-ms-input-placeholder,
.input-text:-ms-input-placeholder {
  color: #686a6f;
  opacity: 1;
}
.form-control::-ms-input-placeholder,
.input-text::-ms-input-placeholder {
  color: #686a6f;
  opacity: 1;
}
.form-control::placeholder,
.input-text::placeholder {
  color: #686a6f;
  opacity: 1;
}
.form-control:-ms-input-placeholder,
.input-text:-ms-input-placeholder {
  color: #686a6f;
}
.form-control::-ms-input-placeholder,
.input-text::-ms-input-placeholder {
  color: #686a6f;
}

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

/* -------- Dark Theme Styling ---------- */
.dark-layout {
  background-color: var(--theme-color-dark) !important;
  --sec-title-color: var(--theme-color-light);
}
.dark-layout .sticky-header .main-menu .navigation > li > a,
.dark-layout h1,
.dark-layout h2,
.dark-layout h3,
.dark-layout h4,
.dark-layout h5,
.dark-layout h6 {
  color: var(--theme-color-light);
}
.dark-layout .preloader {
  background-color: var(--theme-color-dark);
}
.dark-layout .preloader:after {
  background-image: url(../images/logo.png);
}
.dark-layout .sticky-header {
  background-color: var(--theme-color-dark);
}
.dark-layout .hidden-bar .upper-box {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.dark-layout .hidden-bar .social-links {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.dark-layout .hidden-bar .social-links li {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

/*** 

====================================================================
Reset
====================================================================

***/
* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
  font-size: 100%;
}

/*** 

====================================================================
Global Settings
====================================================================

***/
textarea {
  overflow: hidden;
  resize: none;
}

button {
  outline: none !important;
  cursor: pointer;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

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

figure.image {
  margin-bottom: 0;
}

.title a {
  color: inherit;
}

.color1 {
  color: var(--theme-color1);
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
  z-index: 99;
  background-color: #ffffff;
}

.large-container {
  position: static;
  max-width: var(--large-container-width);
  padding: 0px 15px;
  margin: 0 auto;
  width: 100%;
}
.auto-container1 {
  width: 1500px;
  margin: auto;
}
.auto-container {
  position: static;
  max-width: var(--container-width);
  padding: 0px 15px;
  margin: 0 auto;
  width: 100%;
}

.small-container {
  position: static;
  max-width: var(--small-container-width);
  padding: 0px 15px;
  margin: 0 auto;
  width: 100%;
}

.bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.bg-pattern-1 {
  background-image: url(../images/icons/pattern-1.png);
}

.bg-pattern-2 {
  background-image: url(../images/icons/pattern-2.png);
}

.bg-pattern-3 {
  background-image: url(../images/icons/pattern-3.html);
}

.bg-theme-color2 {
  background-color: var(--theme-color2);
}

/*=======================
    Preloader
=======================*/
.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: #ffffff;
}
.preloader:after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 150px;
  margin-left: -75px;
  margin-top: -30px;
  height: 50px;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-animation: pulse 1s infinite linear;
  animation: pulse 1s infinite linear;
  background-image: url(../images/favicon.png);
  content: "";
}
.preloader:before {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  margin-top: 20px;
  color: var(--theme-color-dark);
  font-weight: 600;
  font-size: 14px;
  font-family: var(--title-font);
  letter-spacing: 2px;
  text-transform: uppercase;
  content: "Loading";
  -webkit-transition: none;
  transition: none;
}

/*=======================
Scroll To Top style
=======================*/
.scroll-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 40px;
  font-size: 16px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: var(--theme-color1);
  z-index: 100;
  display: none;
  border-radius: 50%;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.scroll-to-top:hover {
  background: var(--theme-color3);
  color: #000;
}

/*======================
    Tabs Box
======================*/
.tabs-box {
  position: relative;
}
.tabs-box .tab {
  display: none;
}
.tabs-box .tab.active-tab {
  display: block;
}

/*=======================
    List Styles
=======================*/
.list-style-one {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
}
.list-style-one li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  color: var(--theme-color2);
  margin-right: 30px;
  letter-spacing: 0;
}
.list-style-one li i {
  position: relative;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  margin-right: 10px;
}
.list-style-one li a {
  display: block;
  color: var(--theme-color2);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.list-style-one li a:hover {
  color: var(--theme-color1);
}

.list-style-two {
  position: relative;
}
.list-style-two li {
  position: relative;
  margin-bottom: 16px;
  padding-left: 32px;
}
.list-style-two li:last-child {
  margin-bottom: 0;
}
.list-style-two li i {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--theme-color-dark);
  font-size: 16px;
  border-radius: 50%;
}
.list-style-two.light li {
  color: var(--theme-color-light);
}
.list-style-two.two-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.list-style-two.two-column li {
  width: 50%;
}
@media (max-width: 767.98px) {
  .list-style-two.two-column li {
    width: 100%;
  }
}

/*===========================
    Social Icons Styles
============================*/
.social-icon-one {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.social-icon-one li {
  position: relative;
  margin-left: 25px;
}
.social-icon-one li:first-child {
  margin-left: 0;
}
.social-icon-one li a {
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 30px;
  color: var(--theme-color2);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.social-icon-one li a:hover {
  color: var(--theme-color1);
}

.social-icon-two {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.social-icon-two li {
  position: relative;
  margin-right: 10px;
}
.social-icon-two li:last-child {
  margin-right: 0;
}
.social-icon-two li a {
  position: relative;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: var(--theme-color-light);
  border-radius: 5px;
  background-color: rgba(61, 61, 68, 0.9);
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.social-icon-two li a:hover {
  background-color: var(--theme-color1);
  color: var(--theme-color-dark);
}

.social-icon-three {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.social-icon-three li {
  margin-right: 10px;
}
.social-icon-three li:last-child {
  margin-right: 0;
}
.social-icon-three li a {
  width: 30px;
  height: 30px;
  text-align: center;
  color: var(--theme-color-light);
  border-radius: 5px;
  line-height: 30px;
  background-color: rgba(61, 61, 68, 0.9);
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.social-icon-three li a:hover {
  background-color: var(--theme-color1);
  color: var(--theme-color-dark);
}

.social-icon-four {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.social-icon-four li {
  position: relative;
}
.social-icon-four li a {
  position: relative;
  display: block;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  color: var(--theme-color-light);
  background-color: rgba(61, 61, 68, 0.9);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.social-icon-four li a:hover {
  background-color: var(--theme-color1);
  color: var(--theme-color-dark);
}
.social-icon-four.light li a {
  background-color: var(--theme-color-gray);
  color: var(--theme-color-dark);
  height: 50px;
  width: 50px;
  line-height: 50px;
}

/*======================
    Play Buttons
======================*/
.play-btn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.play-btn .icon {
  position: relative;
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  font-size: 20px;
  color: var(--theme-color1);
  background-color: var(--theme-color-light);
  border: 1px solid var(--theme-color1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.play-btn .title {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  padding: 10px 25px;
  text-transform: capitalize;
  padding-left: 30px;
  margin-left: -10px;
  color: var(--theme-color2);
  background: var(--theme-color-gray);
  border-radius: 0px 22px 22px 0px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.play-btn:hover .icon {
  background-color: var(--bg-theme-color1);
  color: var(--theme-color-light);
}
.play-btn:hover .title {
  background-color: var(--bg-theme-color2);
  color: var(--theme-color-light);
}

/*======================
    Media Play Button 
======================*/
.play-now {
  position: relative;
  display: block;
  z-index: 9;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.play-now .icon {
  position: relative;
  display: inline-block;
  height: 85px;
  width: 85px;
  text-align: center;
  line-height: 85px;
  background-color: #ffffff;
  color: var(--bg-theme-color2);
  z-index: 1;
  font-size: 18px;
  display: block;
  border-radius: 50%;
  -webkit-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
  box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
  -webkit-transform-origin: center;
  transform-origin: center;
}
.play-now .ripple:before,
.play-now .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 70px;
  width: 70px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  content: "";
}
.play-now .ripple.light {
  -webkit-box-shadow: 0 0 0 0 rgb(255, 255, 255);
  box-shadow: 0 0 0 0 rgb(255, 255, 255);
}
.play-now .ripple:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.play-now .ripple::after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 50px rgba(233, 35, 47, 0);
    box-shadow: 0 0 0 50px rgba(233, 35, 47, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(233, 35, 47, 0);
    box-shadow: 0 0 0 0 rgba(233, 35, 47, 0);
  }
}

@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 50px rgba(233, 35, 47, 0);
    box-shadow: 0 0 0 50px rgba(233, 35, 47, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(233, 35, 47, 0);
    box-shadow: 0 0 0 0 rgba(233, 35, 47, 0);
  }
}
/*======================
    Carousel Navs
======================*/
.default-navs .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.default-navs .owl-next,
.default-navs .owl-prev {
  display: block;
  width: 60px;
  height: 60px;
  font-size: 20px;
  font-weight: 700;
  line-height: 58px;
  color: var(--theme-color-dark);
  background: #fff;
  border: 1px solid #e3e3e3;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 50%;
  margin-left: 20px;
}
.default-navs .owl-next:hover,
.default-navs .owl-prev:hover {
  border-color: var(--theme-color1);
}
.default-navs .owl-prev {
  margin-left: 0;
}

.default-dots .owl-dots {
  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;
}
.default-dots .owl-dots .owl-dot {
  position: relative;
  height: 10px;
  width: 10px;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.2);
  margin: 0 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;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.default-dots .owl-dots .owl-dot::before {
  position: absolute;
  height: 24px;
  width: 24px;
  left: -7px;
  top: -7px;
  border-radius: 24px;
  border: 2px solid var(--theme-color-dark);
  content: "";
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.default-dots .owl-dots .owl-dot.active {
  background-color: var(--theme-color-dark);
}
.default-dots .owl-dots .owl-dot.active::before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.default-dots-two .owl-dots {
  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;
}
.default-dots-two .owl-dots .owl-dot {
  position: relative;
  height: 10px;
  width: 10px;
  border-radius: 10px;
  border: 1px solid var(--theme-color-dark);
  margin: 0 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;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.default-dots-two .owl-dots .owl-dot::before {
  position: absolute;
  height: 24px;
  width: 24px;
  left: -8px;
  top: -8px;
  border-radius: 24px;
  border: 2px solid var(--theme-color-dark);
  content: "";
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.default-dots-two .owl-dots .owl-dot.active {
  background-color: var(--theme-color-dark);
}
.default-dots-two .owl-dots .owl-dot.active::before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.default-dots-three .owl-dots {
  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;
}
.default-dots-three .owl-dots .owl-dot {
  position: relative;
  height: 10px;
  width: 10px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 0 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;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.default-dots-three .owl-dots .owl-dot::before {
  position: absolute;
  height: 24px;
  width: 24px;
  left: -7px;
  top: -7px;
  border-radius: 24px;
  border: 2px solid var(--theme-color1);
  content: "";
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.default-dots-three .owl-dots .owl-dot.active {
  background-color: var(--theme-color-light);
}
.default-dots-three .owl-dots .owl-dot.active::before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.default-dots-four .owl-dots {
  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;
}
.default-dots-four .owl-dots .owl-dot {
  position: relative;
  height: 10px;
  width: 10px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.2);
  margin: 0 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;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.default-dots-four .owl-dots .owl-dot::before {
  position: absolute;
  height: 24px;
  width: 24px;
  left: -7px;
  top: -7px;
  border-radius: 24px;
  border: 2px solid var(--theme-color1);
  content: "";
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.default-dots-four .owl-dots .owl-dot.active {
  background-color: var(--theme-color1);
}
.default-dots-four .owl-dots .owl-dot.active::before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.disable-navs .owl-nav {
  display: none;
}

.disable-dots .owl-dots {
  display: none;
}








/*==========================
	Default Tabs
===========================*/
.default-tabs {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.default-tabs .tab-buttons {
  position: relative;
  margin-bottom: 30px;
}
.default-tabs .tab-btn {
  position: relative;
  float: left;
  font-weight: 600;
  font-size: 18px;
  padding: 15px 35px;
  color: var(--theme-color1);
  line-height: 20px;
  border-radius: 5px;
  background-color: #ffffff;
  cursor: pointer;
  margin-right: 20px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.default-tabs .tab-btn:last-child {
  margin-right: 0;
}
.default-tabs .tab-btn.active-btn {
  background: var(--gradient-1);
  color: #ffffff;
}
.default-tabs .tabs-content {
  position: relative;
  width: 100%;
}

/*================================
    Progress Bar
=================================*/
.skills {
  position: relative;
  margin-bottom: 0px;
}
.skills .skill-item {
  position: relative;
  margin-bottom: 25px;
}
.skills .skill-item:last-child {
  margin-bottom: 0px;
}
.skills .skill-item .skill-header {
  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;
  margin-bottom: 0px;
}
.skills .skill-item .skill-header .skill-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 27px;
}
.skills .skill-item .skill-header .skill-percentage {
  font-size: 16px;
  font-weight: 400;
  color: #696e77;
  line-height: 25px;
  margin-bottom: 10px;
}
.skills .skill-item .skill-bar {
  position: relative;
  width: 100%;
  height: 6px;
  border-radius: 5px;
}
.skills .skill-item .skill-bar .bar-inner {
  position: relative;
  width: 100%;
  height: 6px;
  background: var(--theme-color-light);
  border-radius: 10px;
}
.skills .skill-item .skill-bar .bar-inner .bar {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 6px;
  width: 0px;
  -webkit-transition: all 3000ms ease;
  transition: all 3000ms ease;
  border-radius: 10px;
  background-color: var(--theme-color-dark);
}

/*
 * typography.scss
 * -----------------------------------------------
*/
::-moz-selection {
  background: var(--theme-color-dark);
  color: #fff;
  text-shadow: none;
}

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

::-webkit-input-placeholder {
  color: #7c858c;
}

::-moz-input-placeholder {
  color: #7c858c;
}

::-ms-input-placeholder {
  color: #7c858c;
}

body {
  background-color: #fff;
  background-attachment: fixed;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  counter-reset: my-sec-counter;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  color: var(--text-color);
  font-size: var(--body-font-size);
  font-family: var(--text-font);
  font-weight: var(--body-font-weight);
  line-height: var(--body-line-height);
}

p,
.text {
  color: var(--text-color);
  font-size: var(--body-font-size);
  font-family: var(--text-font);
  font-weight: var(--body-font-weight);
  line-height: var(--body-line-height);
}

/* -------- Headings ---------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--headings-color);
  font-family: var(--title-font);
  position: relative;
  line-height: var(--line-height-heading-);
}
h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small {
  font-weight: normal;
  line-height: 1;
  color: var(--headings-color);
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
  font-weight: inherit;
}

h1,
h2,
h3,
h4,
h5 {
  margin-bottom: 1rem;
}

h1 {
  font-size: var(--h1-font-size);
  font-weight: var(--h1-font-weight);
  line-height: var(--line-height-heading-h1);
}

h2 {
  font-size: var(--h2-font-size);
  font-weight: var(--h2-font-weight);
  line-height: var(--line-height-heading);
}

h3 {
  font-size: var(--h3-font-size);
  font-weight: var(--h3-font-weight);
  line-height: var(--line-height-heading);
}

h4 {
  font-size: var(--h4-font-size);
  font-weight: var(--h4-font-weight);
  line-height: var(--line-height-heading-small);
  letter-spacing: 0.15px;
}

h5 {
  font-size: var(--h5-font-size);
  font-weight: var(--h5-font-weight);
  line-height: var(--line-height-heading-small);
}

h6 {
  font-size: var(--h6-font-size);
  font-weight: var(--h6-font-weight);
  line-height: var(--line-height-heading-small);
}

/* -------- Body Text ---------- */
table p {
  margin-bottom: 0;
}

p {
  margin-bottom: 20px;
}
p a:not(.button):not(.btn):hover,
p a:not(.button):not(.btn):focus {
  text-decoration: underline;
}

/* -------- other ---------- */
a {
  color: var(--link-color);
  text-decoration: none;
  font-weight: var(--body-font-weight);
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
  outline: none;
}
a b,
a strong {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a img {
  border: none;
}

pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset {
  margin-bottom: 10px;
}

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

b,
strong {
  color: #333;
  font-weight: var(--body-font-weight-bold);
}

iframe {
  border: none !important;
}

/*
 * container.scss
 * -----------------------------------------------
*/
.container .container {
  width: 100%;
}

.container .container,
.container .container-fluid,
.container-fluid .container,
.container-fluid .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

section > .container,
section > .container-fluid {
  padding-top: var(--container-pt);
  padding-bottom: var(--container-pt);
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: var(--container-width);
  }
}
/*=== Default Form ===*/
.form-control,
.input-text {
  height: calc(2.25rem + 27px);
  padding: 14px 30px;
  outline: 0;
  background-color: #f4f5f8;
  border: 1px solid #f4f5f8;
  color: #686a6f;
  font-size: 0.9rem;
  width: 100%;
}
.form-control::-webkit-input-placeholder,
.input-text::-webkit-input-placeholder {
  color: #686a6f;
  opacity: 1;
}
.form-control::-moz-placeholder,
.input-text::-moz-placeholder {
  color: #686a6f;
  opacity: 1;
}
.form-control:-ms-input-placeholder,
.input-text:-ms-input-placeholder {
  color: #686a6f;
  opacity: 1;
}
.form-control::-ms-input-placeholder,
.input-text::-ms-input-placeholder {
  color: #686a6f;
  opacity: 1;
}
.form-control::placeholder,
.input-text::placeholder {
  color: #686a6f;
  opacity: 1;
}
.form-control:-ms-input-placeholder,
.input-text:-ms-input-placeholder {
  color: #686a6f;
}
.form-control::-ms-input-placeholder,
.input-text::-ms-input-placeholder {
  color: #686a6f;
}

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

/* -------- Dark Theme Styling ---------- */
.dark-layout {
  background-color: var(--theme-color-dark) !important;
  --sec-title-color: var(--theme-color-light);
}
.dark-layout .sticky-header .main-menu .navigation > li > a,
.dark-layout h1,
.dark-layout h2,
.dark-layout h3,
.dark-layout h4,
.dark-layout h5,
.dark-layout h6 {
  color: var(--theme-color-light);
}
.dark-layout .preloader {
  background-color: var(--theme-color-dark);
}
.dark-layout .preloader:after {
  background-image: url(../images/logo.png);
}
.dark-layout .sticky-header {
  background-color: var(--theme-color-dark);
}
.dark-layout .hidden-bar .upper-box {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.dark-layout .hidden-bar .social-links {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.dark-layout .hidden-bar .social-links li {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.theme-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: var(--title-font);
}
.theme-btn .btn-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/*Btn Style One*/
.btn-style-one {
  position: relative;
  font-size: 14px;
  line-height: 30px;
  padding: 15px 26px;
  font-weight: 700;
  overflow: hidden;
  color: #fff;
  background: #0294c8;
  border-radius: 5px;
  letter-spacing: 1.4px;
  text-transform: capitalize;
}
.btn-style-one i {
  position: relative;
  display: block;
  margin-left: 10px;
}
.error {
  color: red;
}
.btn-style-one:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: #f3755b;
  border-radius: inherit;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: top right;
  transform-origin: top right;
  transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1),
    -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.btn-style-one:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}
.btn-style-one:hover {
  color: #fff;
}
.btn-style-one.hover-light:before {
  background-color: #f3755b;
}
.btn-style-one.hover-light:hover {
  color: #fff;
}
.btn-style-one.dark-bg {
  background-color: var(--theme-color-dark);
  color: var(--theme-color1);
}
.btn-style-one.dark-bg:before {
  background-color: var(--theme-color-light);
}
.btn-style-one.dark-bg:hover {
  color: var(--theme-color-dark);
}
.btn-style-two2 {
  background: #0294c8 !important;
  color: #fff !important;
  position: relative;
}
.btn-style-two2:hover {
  color: #0294c8 !important;
}

/*Btn Style two*/
.btn-style-two {
  position: relative;
  color: #f3755b;
  background: transparent;
  /*border: 2px solid #ffffff;*/
  position: relative;
  font-size: 14px;
  line-height: 30px;
  /* padding: 13px 30px; */
  padding: 10px 18px;
  font-weight: 700;
  overflow: hidden;
  border-radius: 5px;
  letter-spacing: 1.4px;
  text-transform: capitalize;
}
.btn-style-two i {
  position: relative;
  display: block;
  margin-left: 10px;
}
.btn-style-two:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";

  background-color: #ffff;
  border-radius: inherit;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: top right;
  transform-origin: top right;
  transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1),
    -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.btn-style-two:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}
.btn-style-two:hover {
  color: var(--theme-color1);
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.btn-style-two.light {
  border: 2px solid var(--theme-color-light);
  color: var(--theme-color-light);
}
.btn-style-two.light:hover {
  color: var(--theme-color-dark);
  border: 2px solid var(--theme-color1);
}
.btn-style-two.light::before {
  background-color: var(--theme-color1);
}

.theme-btn.small {
  padding: 10px 30px;
  line-height: 20px;
  font-size: 10px;
}

.theme-btn.large {
  padding: 20px 60px;
  line-height: 25px;
}

/*** 

====================================================================
  Anim Icons
====================================================================

***/
.anim-icons {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}

.anim-icons.full-width {
  max-width: 100%;
}

.anim-icons .icon {
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.bounce-y {
  -webkit-animation: bounce-y 10s infinite linear;
  animation: bounce-y 10s infinite linear;
}

.bounce-x {
  -webkit-animation: bounce-x 10s infinite linear;
  animation: bounce-x 10s infinite linear;
}

.zoom-one {
  -webkit-animation: zoom-one 10s infinite linear;
  animation: zoom-one 10s infinite linear;
}

.zoom-two {
  -webkit-animation: zoom-two 5s infinite linear;
  animation: zoom-two 5s infinite linear;
}

@-webkit-keyframes float {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes float {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes bounce-y {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounce-y {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes bounce-x {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bounce-x {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes zoom-one {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
}
@keyframes zoom-one {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
}
@-webkit-keyframes zoom-two {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes zoom-two {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.overlay-anim {
  position: relative;
}
.overlay-anim:after {
  background: rgba(255, 255, 255, 0.3);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  opacity: 1;
  pointer-events: none;
}
.overlay-anim:hover:after {
  height: 100%;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}

.icon-circle {
  width: 169px;
  height: 169px;
  background-image: url(../images/icons/icon-circle.svg);
}

.icon-dots-2 {
  width: 111px;
  height: 103px;
  background-image: url(../images/icons/icon-dots-2.png);
}

.circle-follow {
  position: fixed;
  mix-blend-mode: difference;
  width: 30px;
  height: 30px;
  left: -21px;
  top: -21px;
  border-radius: 100%;
  z-index: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  z-index: 10000;
  -webkit-transform: scale(1);
  transform: scale(1);
}
@supports (mix-blend-mode: difference) {
  .circle-follow {
    border: 1px solid #fff;
    mix-blend-mode: difference;
  }
}
@media only screen and (max-width: 1023px) {
  .circle-follow {
    display: none !important;
  }
}

/*** 

====================================================================
Main Header
====================================================================

***/
.header-span {
  position: relative;
  height: 110px;
  display: block;
  width: 100%;
}

.header-top {
  position: relative;
  padding: 3px;
  background-color: #0294c8;
}

.header-top:after {
  width: 55%;
  position: absolute;
  top: 0px;
  content: "";
  border-bottom: 6.5px solid #f3755b;
  border-left: 25px solid transparent;
  right: 0;
}
.header-top .inner-container {
  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;
  width: 100%;
}
.header-top .top-right,
.header-top .top-left {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-header {
  position: relative;
  width: 100%;
  z-index: 999;
}
.main-header .header-lower {
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, -1.76) 0px 1px 2px;
}
.main-header .logo {
  position: relative;
  display: block;
}
.main-header .logo img {
  max-width: 100%;
  height: auto;
}
.main-header .main-box {
  position: relative;
  left: 0px;
  top: 0px;
  /* display: -webkit-box; */
  display: -ms-flexbox;
  padding: 0px 60px;
  display: flex;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-header .main-box .nav-outer {
  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;
  /* width: 100%; */
}
.main-header .main-menu {
  position: static;
}

.main-header .main-menu .navbar-header {
  display: none;
}
.main-header .main-menu .navbar-collapse {
  padding: 0px;
}
.main-header .main-menu .navigation {
  position: static;
  margin: 0px;
}
.main-header .outer-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

/* .main-menu .navigation > li {
  position: relative;
  float: left;
  padding: 15px 0px;
  margin-right: 37px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
} */
.main-menu .navigation > li {
  position: relative;
  float: left;
  padding: 15px 0px;
  margin-right: 9px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (min-width: 1201px) and (max-width: 1570px) {
  /* .toggle-hidden-bar {
    display: none !important;
  } */
  .header-style-nine .main-box .nav-outer .navigation > li a {
    font-size: 15px !important;
  }
}
@media (max-width: 1200px) {
  .bannerbtn {
    background-color: #fff;
    color: #0294c8;
  }
}
@media (max-width: 1300px) {
  .headerbtn {
    display: none !important;
  }
}

.main-menu .navigation > li > a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  font-size: 16px;
  color: var(--theme-color-dark);
  line-height: 30px;
  font-weight: 700;
  padding: 0;
  /* letter-spacing: 1.4px; */
  text-transform: capitalize;
  font-family: var(--title-font);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-menu .navigation > li > a .icon {
  position: relative;
  font-size: 22px;
  line-height: 24px;
  margin-left: 10px;
}
.main-menu .navigation > li > a:hover {
  color: var(--theme-color-dark);
}
.main-menu .navigation > li.current > a:before {
  left: 0;
  width: 100%;
}
.main-menu .navigation > li.dropdown > a {
  padding-right: 15px;
}
.main-menu .navigation > li.dropdown > a:after {
  content: "\f107";
  position: absolute;
  right: 0;
  top: 50%;
  width: 10px;
  height: 20px;
  display: block;
  line-height: 24px;
  font-size: 12px;
  z-index: 5;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  margin-top: -2px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.main-menu .navigation > li.dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
  top: 100%;
  margin-top: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.header-style-two .main-box .nav-outer .navigation li.dropdown ul li a,
.header-style-four .main-box .nav-outer .navigation li.dropdown ul li a,
.header-style-five .main-box .nav-outer .navigation li.dropdown ul li a,
.header-style-six .main-box .nav-outer .navigation li.dropdown ul li a,
.header-style-seven .main-box .nav-outer .navigation li.dropdown ul li a,
.header-style-eight .main-box .nav-outer .navigation li.dropdown ul li a {
  color: var(--theme-color-dark);
}

.main-menu .navigation > li > ul {
  position: absolute;
  left: 0px;
  top: 100%;
  min-width: 300px;
  z-index: 100;
  padding: 10px 0;
  background-color: #ffffff;
  margin-top: 30px;
  opacity: 0;
  display: none;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
.main-menu .navigation > li > ul.from-right {
  left: auto;
  right: 0px;
}
.main-menu .navigation > li > ul > li {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #ebf1f5;
}
.main-menu .navigation > li > ul > li:hover {
  background-color: #f5f5f5;
  color: #fff;
}
.main-menu .navigation > li > ul > li:hover a {
  padding-left: 10px;
}
.main-menu .navigation > li > ul > li:last-child {
  border-bottom: none;
}
.main-menu .navigation > li > ul > li > a {
  position: relative;
  display: block;
  padding: 10px 0px;
  line-height: 29px;
  font-weight: 400;
  font-size: 15px;
  color: var(--theme-color-dark);
  text-align: left;
  margin: 0 15px;
  text-transform: capitalize;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.main-menu
  .navigation
  > li
  > ul
  > li:hover
  .main-menu
  .navigation
  > li
  > ul
  > li
  > a {
  color: #f3755b;
}
/* .main-menu .navigation > li > ul > li:hover > a {
  color: #f3755b;
} */
.main-menu .navigation > li > ul > li.dropdown > a:after {
  font-family: "Font Awesome 6 Pro";
  content: "\f105";
  position: absolute;
  right: 0;
  top: 11px;
  display: block;
  line-height: 24px;
  font-size: 14px;
  font-weight: 900;
  z-index: 5;
}
.main-menu .navigation > li > ul > li.dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
  top: 0px;
  margin-top: 20px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-menu .navigation > li > ul > li > ul {
  position: absolute;
  left: 100%;
  top: 0px;
  width: 300px;
  z-index: 100;
  display: none;
  background-color: #ffffff;
  opacity: 0;
  padding: 10px 0;
  margin-top: 10px;
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
.main-menu .navigation > li > ul > li > ul > li {
  position: relative;
  border-bottom: 1px solid #ebf1f5;
  width: 100%;
}
.main-menu .navigation > li > ul > li > ul > li:hover {
  background-color: #f5f5f5;
  color: #fff;
}
.main-menu .navigation > li > ul > li > ul > li:hover a {
  padding: 10px;
}
.main-menu .navigation > li > ul > li > ul > li:last-child {
  border-bottom: none;
}
.main-menu .navigation > li > ul > li > ul > li > a {
  position: relative;
  display: block;
  padding: 10px 0;
  line-height: 24px;
  font-weight: 400;
  font-size: 15px;
  color: var(--theme-color-dark);
  text-align: left;
  margin: 0 15px;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-menu .navigation > li > ul > li > ul > li > a:hover {
  color: var(--theme-color-dark);
}

/* .Manage-business start css */
/* .Manage-business start css */
/* .Manage-business start css */
/* .Manage-business start css */

.Manage-business {
  display: flex;
}
.Manage-business ul {
  width: 250px;
}

.maange-b2 {
  margin-left: 20px;
}
.main-menu .navigation > li > ul > .Manage-business > ul > li {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #ebf1f5;
}
.main-menu .navigation > li > ul > .Manage-business > ul > li:hover {
  background-color: #f5f5f5;
  color: #fff;
}
.main-menu .navigation > li > ul > .Manage-business > ul > li:hover a {
  padding-left: 10px;
}
.main-menu .navigation > li > ul > .Manage-business > ul > li:last-child {
  border-bottom: none;
}
.main-menu .navigation > li > ul > .Manage-business > ul > li a {
  position: relative;
  display: block;
  padding: 10px 0px;
  line-height: 29px;
  font-weight: 400;
  font-size: 15px;
  color: var(--theme-color-dark);
  text-align: left;
  margin: 0 15px;
  text-transform: capitalize;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.main-menu
  .navigation
  > li
  > ul
  > li:hover
  .main-menu
  .navigation
  > li
  > ul
  > li
  > a {
  color: #f3755b;
}
/* .main-menu .navigation > li > ul > li:hover > a {
  color: #f3755b;
} */
.main-menu .navigation > li > ul > ul > li.dropdown > a:after {
  font-family: "Font Awesome 6 Pro";
  content: "\f105";
  position: absolute;
  right: 0;
  top: 11px;
  display: block;
  line-height: 24px;
  font-size: 14px;
  font-weight: 900;
  z-index: 5;
}
.main-menu .navigation > li > ul > ul > li.dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
  top: 0px;
  margin-top: 20px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

/* .Manage-business end css */
/* .Manage-business end css */
/* .Manage-business end css */
/* .Manage-business end css */
/* .Manage-business end css */
/* .Manage-business end css */

.main-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  right: 10px;
  top: 8px;
  width: 34px;
  height: 30px;
  border: 1px solid #ffffff;
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
  cursor: pointer;
  z-index: 5;
  display: none;
}

.main-header .ui-btn-outer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.main-header .ui-btn {
  position: relative;
  display: none;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: none;
  font-size: 20px;
  color: var(--theme-color-dark);
  margin-left: 15px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-header .ui-btn:first-child {
  margin-left: 0;
}
.main-header .ui-btn .count {
  position: absolute;
  right: -10px;
  top: -10px;
  height: 21px;
  width: 21px;
  line-height: 21px;
  background-color: var(--bg-theme-color-dark);
  font-size: 10px;
  border-radius: 50%;
  color: #ffffff;
}
.main-header .ui-btn:hover {
  color: var(--theme-color-dark);
}

.info-btn {
  position: relative;
  color: var(--theme-color1);
  padding-left: 65px;
  text-align: left;
  white-space: nowrap;
}
.info-btn .icon {
  position: absolute;
  left: 0;
  top: 7px;
  height: 50px;
  font-size: 40px;
  line-height: 1em;
  color: var(--theme-color1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.info-btn .title {
  display: block;
  font-size: 12px;
  line-height: 1.6em;
  font-weight: 400;
  color: var(--theme-color-dark);
}
.info-btn .text {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: -0.8px;
  font-family: var(--title-font);
}
.info-btn:hover {
  color: var(--theme-color1);
}
.info-btn:hover .icon {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  background-color: var(--bg-theme-color-dark);
}

.header-contact-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 25px;
}
.header-contact-list li {
  position: relative;
  padding-left: 50px;
  min-height: 52px;
  margin-left: 35px;
  margin-bottom: 25px;
}
.header-contact-list li:last-child {
  padding-right: 0;
  border-right: 0;
  margin-right: 0;
}
.header-contact-list li:hover .icon {
  background-color: var(--theme-color-dark);
  color: var(--theme-color-light);
  border-radius: 50%;
}
.header-contact-list li .icon {
  position: absolute;
  left: 0;
  top: 5px;
  height: 40px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid rgba(39, 39, 47, 0.1);
  font-size: 18px;
  color: var(--theme-color-dark);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.header-contact-list li .title {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: var(--theme-color-dark);
}
.header-contact-list li .text {
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  color: var(--theme-color-dark);
}
.header-contact-list li .text a {
  color: var(--theme-color-dark);
  font-weight: 700;
}

/*** 

====================================================================
Header Style One
====================================================================

***/
.header-style-one .header-top {
  border-bottom: 1px solid #e3e3e3;
}
.header-style-one .header-top .inner-container {
  padding-left: 60px;
  padding-right: 20px;
}
@media only screen and (max-width: 1699px) {
  .header-style-one .header-top .inner-container {
    padding: 0 40px;
  }
}
@media (max-width: 991.98px) {
  .header-style-one .header-top .inner-container {
    padding: 0 20px;
  }
}
@media (max-width: 991.98px) {
  .header-style-one .header-top .inner-container .header-contact-list {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .header-style-one
    .header-top
    .inner-container
    .header-contact-list
    li:last-child {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .header-style-one .header-lower {
    display: none;
  }
}
.header-style-one .header-lower .main-box .toggle-hidden-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 60px;
  width: 90px;
  border-right: 1px solid #e3e3e3;
  padding-left: 30px;
  margin-right: 20px;
}
.header-style-one .header-lower .main-box .toggle-hidden-bar .line {
  width: 30px;
  height: 2px;
  background-color: var(--theme-color-dark);
  margin: 5px 0;
}
.header-style-one .header-lower .main-box .toggle-hidden-bar .line:first-child {
  width: 20px;
}
.header-style-one .header-lower .main-box .toggle-hidden-bar .line:last-child {
  width: 25px;
}
@media (max-width: 991.98px) {
  .header-style-one .header-lower .main-box .nav-outer {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.header-style-one .header-lower .main-box .outer-box .theme-btn {
  border-radius: 0;
}
@media (max-width: 575.98px) {
  .header-style-one .header-lower .main-box .outer-box .theme-btn {
    display: none;
  }
}

/*** 

====================================================================
Header Style Two
====================================================================

***/
.header-style-two {
  position: relative;
  background-color: var(--theme-color-light);
}
.header-style-two .header-top {
  padding: 0 100px;
  background-color: var(--bg-theme-color1);
}
@media (max-width: 1399.98px) {
  .header-style-two .header-top {
    padding: 0 20px;
  }
}
@media (max-width: 991.98px) {
  .header-style-two .header-top {
    display: none;
  }
}
.header-style-two .header-top .inner-container {
  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;
}
.header-style-two .header-top .list-style-one li {
  margin-right: 41px;
  color: var(--theme-color-dark);
}
.header-style-two .header-top .list-style-one li:last-child {
  margin-right: 0;
}
.header-style-two .header-top .list-style-one li a {
  color: var(--theme-color-dark);
}
.header-style-two .header-top .list-style-one li .icon {
  color: var(--theme-color-dark);
  margin-right: 8px;
}
@media (max-width: 767.98px) {
  .header-style-two .header-top .top-right .list-style-one li {
    margin-right: 0;
  }
}
@media (max-width: 767.98px) {
  .header-style-two .header-top .top-right .list-style-one li:last-child {
    display: none;
  }
}
.header-style-two .header-lower {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
}
.header-style-two .header-lower:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: var(--theme-color-dark);
  opacity: 0.8;
}
.header-style-two .main-box {
  padding: 0 100px;
}
@media (max-width: 1399.98px) {
  .header-style-two .main-box {
    padding: 0 20px;
  }
}
.header-style-two .main-box .logo {
  position: relative;
  padding: 20px 0;
  min-width: 186px;
}
.header-style-two .main-box .nav-outer {
  margin-right: 3px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.header-style-two .main-box .nav-outer .current > a {
  color: var(--theme-color1);
}
.header-style-two .main-box .nav-outer .navigation > li {
  padding: 45px 0px;
  margin-right: 30px;
}
.header-style-two .main-box .nav-outer .navigation > li a {
  color: var(--theme-color-light);
}
.header-style-two .outer-box {
  position: relative;
}

.header-style-two .outer-box .theme-btn {
  margin-left: 62px;
  border-width: 1px;
}
@media (max-width: 1399.98px) {
  .header-style-two .outer-box .theme-btn {
    display: none;
  }
}

/*** 

====================================================================
Header Style Three
====================================================================

***/
.header-style-three {
  position: relative;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
  background-color: var(--theme-color-light);
}
.header-style-three .header-top {
  background-color: var(--theme-color-dark);
}
@media (max-width: 991.98px) {
  .header-style-three .header-top {
    display: none;
  }
}
.header-style-three .header-top .inner-container {
  padding-left: 398px;
  padding-right: 94px;
}
@media only screen and (max-width: 1699px) {
  .header-style-three .header-top .inner-container {
    padding: 0 20px;
  }
}
.header-style-three .header-top .inner-container .list-style-one {
  color: var(--theme-color-light);
  padding: 9px 0;
}
.header-style-three .header-top .inner-container .list-style-one .icon {
  color: var(--theme-color-light);
}
.header-style-three .header-top .inner-container .social-icon-one a {
  color: var(--theme-color-light);
}
.header-style-three .header-top .inner-container .social-icon-one a:hover {
  color: var(--theme-color1);
}
.header-style-three .header-lower .logo-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 271px;
  margin-top: -48px;
  height: 136px;
  padding: 20px 20px;
  margin-right: 127px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.header-style-three .header-lower .logo-box:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: var(--theme-color1);
}
@media only screen and (max-width: 1699px) {
  .header-style-three .header-lower .logo-box {
    margin: 0 30px 0 0;
    height: 100px;
  }
}
@media (max-width: 1199.98px) {
  .header-style-three .header-lower .logo-box {
    min-width: auto;
    height: 90px;
  }
}
@media (max-width: 991.98px) {
  .header-style-three .header-lower .logo-box {
    height: 80px;
  }
}
@media only screen and (max-width: 1699px) {
  .header-style-three .main-box {
    width: auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 15px;
  }
}
@media (max-width: 1399.98px) {
  .header-style-three .main-box .nav-outer {
    width: auto;
  }
}
.header-style-three .main-box .nav-outer .navigation > li {
  padding: 29px 0px;
}
@media (max-width: 1199.98px) {
  .header-style-three .main-box .nav-outer .navigation > li {
    margin-right: 35px;
  }
}
.header-style-three .main-box .outer-box .ui-btn {
  color: #757474;
  margin-left: 63px;
}
@media only screen and (max-width: 1699px) {
  .header-style-three .main-box .outer-box .ui-btn {
    margin-left: 40px;
  }
}
@media (max-width: 1199.98px) {
  .header-style-three .main-box .outer-box .ui-btn {
    margin-left: 20px;
  }
}

.header-style-three .main-box .outer-box .info-btn {
  position: relative;
  margin-left: 227px;
  padding-left: 62px;
  margin-right: 95px;
  -webkit-transform: all 300ms ease;
  transform: all 300ms ease;
}
@media only screen and (max-width: 1699px) {
  .header-style-three .main-box .outer-box .info-btn {
    margin-left: 40px;
    margin-right: 0;
  }
}
@media (max-width: 1399.98px) {
  .header-style-three .main-box .outer-box .info-btn {
    display: none;
  }
}
.header-style-three .main-box .outer-box .info-btn:hover .icon {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.header-style-three .main-box .outer-box .info-btn .icon {
  position: absolute;
  left: 0;
  top: 0px;
  line-height: 1.7em;
  font-size: 40px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  color: var(--theme-color-dark);
  text-align: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.header-style-three .main-box .outer-box .info-btn small {
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: var(--theme-color-dark);
}
.header-style-three .main-box .outer-box .info-btn strong {
  color: var(--theme-color-dark);
  font-family: Arimo;
  font-size: 20px;
  font-weight: 700;
  line-height: 27px;
}

/*** 

====================================================================
Header Style Four
====================================================================

***/
.header-style-four {
  position: relative;
  background-color: var(--theme-color-light);
}
.header-style-four .header-top {
  background-color: var(--theme-color1);
}
@media (max-width: 991.98px) {
  .header-style-four .header-top {
    display: none;
  }
}
.header-style-four .header-top .inner-container {
  padding: 0 120px;
}
@media (max-width: 1399.98px) {
  .header-style-four .header-top .inner-container {
    padding: 0 20px;
  }
}
.header-style-four .header-top .inner-container .list-style-one {
  color: var(--theme-color-dark);
  padding: 9px 0;
}
.header-style-four .header-top .inner-container .list-style-one li {
  color: var(--theme-color-dark);
}
@media (max-width: 991.98px) {
  .header-style-four
    .header-top
    .inner-container
    .list-style-one
    li:last-child {
    display: none;
  }
}
.header-style-four .header-top .inner-container .list-style-one li a {
  color: var(--theme-color-dark);
}
.header-style-four .header-top .inner-container .list-style-one .icon {
  color: var(--theme-color-dark);
}
.header-style-four .header-top .inner-container .social-icon-one a {
  color: var(--theme-color-dark);
}
.header-style-four .header-lower {
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
}
.header-style-four .main-box {
  padding: 0 120px;
}
@media (max-width: 1399.98px) {
  .header-style-four .main-box {
    padding: 0 20px;
  }
}
.header-style-four .main-box .logo {
  position: relative;
  padding: 20px 0;
  min-width: 150px;
}
@media (max-width: 991.98px) {
  .header-style-four .main-box .logo {
    padding: 10px 0;
  }
}
.header-style-four .main-box .nav-outer {
  margin-right: 3px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.header-style-four .main-box .nav-outer .current > a {
  color: var(--theme-color1);
}
.header-style-four .main-box .nav-outer .navigation > li {
  padding: 32px 0px;
}
@media (max-width: 1199.98px) {
  .header-style-four .main-box .nav-outer .navigation > li {
    margin-right: 25px;
  }
}
.header-style-four .main-box .nav-outer .navigation > li a {
  color: var(--theme-color-dark);
  text-transform: uppercase;
}
.header-style-four .outer-box .ui-btn {
  color: var(--theme-color-dark);
  margin-left: 63px;
}
@media (max-width: 1399.98px) {
  .header-style-four .outer-box .ui-btn {
    margin-left: 29px;
  }
}

.header-style-four .outer-box .divider {
  position: relative;
}
.header-style-four .outer-box .divider:before {
  content: "";
  position: absolute;
  top: -25px;
  left: 30px;
  width: 1px;
  height: 60px;
  background-color: #e3e3e3;
  display: inline-block;
}

/*** 

====================================================================
    Header Style Five
====================================================================

***/
.header-style-five {
  background-color: var(--theme-color-dark);
}
.header-style-five .main-box {
  padding-right: 140px;
}
@media only screen and (max-width: 1699px) {
  .header-style-five .main-box {
    padding-right: 20px;
  }
}
@media (max-width: 991.98px) {
  .header-style-five .main-box {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.header-style-five .main-box .logo-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 409px;
  min-height: 138px;
  padding-left: 100px;
  margin-bottom: -40px;
}
@media only screen and (max-width: 1699px) {
  .header-style-five .main-box .logo-box {
    margin: 0;
    padding: 20px 20px;
    min-width: 300px;
    min-height: 110px;
    text-align: center;
  }
}
@media (max-width: 1399.98px) {
  .header-style-five .main-box .logo-box {
    min-width: 200px;
  }
}
@media (max-width: 1199.98px) {
  .header-style-five .main-box .logo-box {
    min-height: 80px;
    padding: 10px 20px;
  }
}
.header-style-five .main-box .logo-box:before {
  position: absolute;
  right: 0;
  top: -2px;
  height: 100%;
  width: 507px;
  content: "";
  background-color: var(--bg-theme-color1);
  -webkit-transform: skewX(-33deg);
  transform: skewX(-33deg);
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
@media only screen and (max-width: 1699px) {
  .header-style-five .main-box .logo-box:before {
    -webkit-transform: none;
    transform: none;
  }
}
@media (max-width: 1399.98px) {
  .header-style-five .main-box .logo-box:before {
    width: 100%;
  }
}
@media (max-width: 1199.98px) {
  .header-style-five .main-box .logo-box:before {
    top: 0;
  }
}
.header-style-five .main-box .nav-outer {
  padding-left: 152px;
}
@media (max-width: 1399.98px) {
  .header-style-five .main-box .nav-outer {
    padding-left: 40px;
  }
}
@media (max-width: 1199.98px) {
  .header-style-five .main-box .nav-outer {
    width: auto;
  }
}
.header-style-five .main-box .nav-outer .navigation > li {
  padding: 36px 0px;
}
.header-style-five .main-box .nav-outer .navigation > li a {
  color: var(--theme-color-light);
}
@media only screen and (max-width: 1699px) {
  .header-style-five .outer-box .social-icon-one {
    display: none;
  }
}
.header-style-five .outer-box .social-icon-one li {
  margin-left: 10px;
}
.header-style-five .outer-box .social-icon-one li:hover a {
  color: var(--theme-color1);
}
.header-style-five .outer-box .social-icon-one a {
  color: var(--theme-color-light);
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.header-style-five .outer-box .btn-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 98px;
}
@media only screen and (max-width: 1699px) {
  .header-style-five .outer-box .btn-box {
    margin-left: 20px;
  }
}
@media (max-width: 1199.98px) {
  .header-style-five .outer-box .btn-box {
    display: none;
  }
}
.header-style-five .outer-box .btn-box .info-btn {
  position: relative;
  display: inline-block;
  padding-left: 50px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.header-style-five .outer-box .btn-box .info-btn .icon {
  position: absolute;
  left: 0;
  top: 10px;
  font-size: 36px;
  line-height: 1.1em;
  color: var(--theme-color1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.header-style-five .outer-box .btn-box .info-btn small {
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: var(--theme-color-light);
}
.header-style-five .outer-box .btn-box .info-btn strong {
  font-size: 20px;
  line-height: 27px;
  color: var(--theme-color-light);
  font-weight: 700;
}

/*** 

====================================================================
Header Style six
====================================================================

***/
.header-style-six {
  position: relative;
  background-color: var(--theme-color-gray);
}
@media (max-width: 991.98px) {
  .header-style-six .header-top {
    display: none;
  }
}
.header-style-six .header-top .inner-container .list-style-one {
  color: var(--theme-color-dark);
  padding: 10px 0;
}
@media (max-width: 991.98px) {
  .header-style-six .header-top .inner-container .list-style-one li:last-child {
    display: none;
  }
}
.header-style-six .header-top .inner-container .list-style-one .icon {
  color: var(--theme-color-dark);
}
.header-style-six .header-top .inner-container .social-icon-one a {
  color: var(--theme-color-dark);
}
.header-style-six .header-lower {
  background-color: var(--theme-color-dark);
}
.header-style-six .main-box {
  position: relative;
}
.header-style-six .main-box .logo-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 310px;
  min-height: 80px;
}
@media (max-width: 1199.98px) {
  .header-style-six .main-box .logo-box {
    min-width: 230px;
  }
}
@media (max-width: 991.98px) {
  .header-style-six .main-box .logo-box {
    min-width: auto;
    min-height: auto;
    padding: 20px 0;
  }
}
.header-style-six .main-box .logo-box:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 1000%;
  border-right: 20px solid var(--theme-color1);
  background-color: var(--theme-color-gray);
  -webkit-transform: skewX(-33deg);
  transform: skewX(-33deg);
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
@media (max-width: 1199.98px) {
  .header-style-six .main-box .logo-box:before {
    width: 150%;
  }
}
@media (max-width: 991.98px) {
  .header-style-six .main-box .logo-box:before {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .header-style-six .main-box .logo-box .logo {
    display: none;
  }
}
.header-style-six .main-box .logo-box .logo-2 {
  display: none;
}
@media (max-width: 991.98px) {
  .header-style-six .main-box .logo-box .logo-2 {
    display: block;
  }
}
.header-style-six .main-box .nav-outer {
  margin-right: 4px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media (max-width: 1399.98px) {
  .header-style-six .main-box .nav-outer {
    margin-right: 0;
  }
}
.header-style-six .main-box .nav-outer .current > a {
  color: var(--theme-color1);
}
.header-style-six .main-box .nav-outer .navigation > li {
  padding: 25px 0px;
}
.header-style-six .main-box .nav-outer .navigation > li a {
  color: var(--theme-color-light);
}
.header-style-six .outer-box {
  padding: 10px 0;
}
.header-style-six .outer-box .theme-btn:before {
  background-color: var(--theme-color-light);
}
.header-style-six .outer-box .theme-btn:hover {
  color: var(--theme-color-dark);
}
@media (max-width: 1399.98px) {
  .header-style-six .outer-box .theme-btn {
    display: none;
  }
}

/*** 

====================================================================
Header Style Seven
====================================================================

***/
.header-style-seven {
  position: relative;
}
.header-style-seven .header-top {
  position: relative;
  min-height: 40px;
  background-color: var(--theme-color-dark);
}
@media (max-width: 991.98px) {
  .header-style-seven .header-top {
    display: none;
  }
}
.header-style-seven .header-top .inner-container {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header-style-seven .header-top .inner-container .top-left .social-icon-one {
  padding: 5px 0;
  padding-right: 16px;
  margin-right: 16px;
}
.header-style-seven
  .header-top
  .inner-container
  .top-left
  .social-icon-one::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1000%;
  height: 100%;
  display: inline-block;
  background-color: var(--theme-color1);
}
.header-style-seven .header-top .inner-container .top-left .social-icon-one a {
  color: var(--theme-color-dark);
}
.header-style-seven .header-top .inner-container .top-left .list-style-one {
  padding: 5px 0;
}
.header-style-seven .header-top .inner-container .top-left .list-style-one li {
  margin-left: 0;
}
.header-style-seven .header-top .inner-container .list-style-one {
  padding: 5px 0;
}
.header-style-seven .header-top .inner-container .list-style-one li {
  color: var(--theme-color-light);
  margin-left: 60px;
  margin-right: 0;
}
.header-style-seven .header-top .inner-container .list-style-one li .icon {
  color: var(--theme-color-light);
}
.header-style-seven .header-lower {
  z-index: 10;
}
.header-style-seven .header-lower .main-box .logo {
  position: relative;
  padding: 5px 0;
  min-width: 185px;
}
.header-style-seven .header-lower .main-box .nav-outer {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.header-style-seven .header-lower .main-box .nav-outer .current > a {
  color: var(--theme-color1);
}
.header-style-seven .header-lower .main-box .nav-outer .navigation > li {
  padding: 25px 0px;
  margin: 0 15px;
}
.header-style-seven .header-lower .main-box .nav-outer .navigation > li a {
  color: var(--theme-color-dark);
}
.header-style-seven .header-lower .outer-box .ui-btn {
  color: var(--theme-color-dark);
}

.header-style-seven .header-lower .outer-box .theme-btn {
  line-height: 20px;
  padding: 15px 20px;
}
@media (max-width: 1199.98px) {
  .header-style-seven .header-lower .outer-box .theme-btn {
    display: none;
  }
}

/*** 

====================================================================
Header Style Eight
====================================================================

***/
.header-style-eight {
  position: relative;
}
@media (max-width: 991.98px) {
  .header-style-eight {
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  }
}
.header-style-eight .header-lower .main-box .logo {
  position: relative;
  padding: 20px 0;
  min-width: 150px;
}
@media (max-width: 1199.98px) {
  .header-style-eight .header-lower .main-box .logo {
    padding: 10px 0;
  }
}
.header-style-eight .header-lower .main-box .nav-outer {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.header-style-eight .header-lower .main-box .nav-outer .current > a {
  color: var(--theme-color1);
}
.header-style-eight .header-lower .main-box .nav-outer .navigation > li {
  padding: 32px 0px;
  margin-right: 30px;
}
.header-style-eight .header-lower .main-box .nav-outer .navigation > li a {
  color: var(--theme-color-dark);
}
.header-style-eight .header-lower .outer-box .ui-btn {
  color: var(--theme-color-dark);
  margin-left: 24px;
  font-size: 20px;
}
@media (max-width: 1199.98px) {
  .header-style-eight .header-lower .outer-box .ui-btn {
    display: none;
  }
}

.header-style-eight .header-lower .outer-box .toggle-hidden-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-left: 60px;
}
@media (max-width: 1199.98px) {
  .header-style-eight .header-lower .outer-box .toggle-hidden-bar {
    margin-left: 20px;
  }
}
@media (max-width: 991.98px) {
  .header-style-eight .header-lower .outer-box .toggle-hidden-bar {
    display: none;
  }
}
.header-style-eight .header-lower .outer-box .mobile-nav-toggler {
  color: var(--theme-color-dark);
  font-size: 24px;
}

/*** 

====================================================================
Header Style Nine
====================================================================

***/
/*.header-style-nine {*/
/*  position: relative;*/
/*  background-color: var(--theme-color-light);*/
/*}*/

.header-style-nine {
	position: fixed;
	background-color: var(--theme-color-light);
	top: 0;
	left: 0;
	width: 100%;
}

.header-style-nine .header-top .inner-container {
  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;
}
.header-style-nine .header-top .list-style-one li {
  margin-right: 41px;
  color: var(--theme-color-light);
}
.header-style-nine .header-top .list-style-one li:last-child {
  margin-right: 0;
}
.header-style-nine .header-top .list-style-one li a {
  color: var(--theme-color-light);
}
.header-style-nine .header-top .list-style-one li .icon {
  margin-right: 8px;
  font-size: 18px;
}
.header-style-nine .header-top .social-icon-one li {
  margin-left: 25px;
}
.header-style-nine .header-top .social-icon-one li:first-child {
  margin-right: 15px;
}
.header-style-nine .header-top .social-icon-one li a {
  color: var(--theme-color-light);
}
.header-style-nine .header-top .social-icon-one li .icon {
  margin-right: 8px;
}
/* .header-style-nine .main-box {
  padding: 0 80px;
} */
/* @media only screen and (max-width: 1699px) {
  .header-style-nine .main-box {
    padding: 0 20px;
  }
} */
/* .header-style-nine .main-box .logo-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 210px;
  min-height: 93px;
} */
.header-style-nine .main-box .logo-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 194px;
  min-height: 93px;
}

.logo-box {
  width: 200px;
}
/* @media only screen and (max-width: 1699px) {
  .header-style-nine .main-box .logo-box {
    min-width: 200px;
  }
} */
@media (max-width: 1199.98px) {
  .header-style-nine .main-box .logo-box {
    min-width: auto;
    min-height: auto;
  }
}
@media (max-width: 991.98px) {
  .header-style-nine .main-box .logo-box {
    padding: 10px 0;
  }
}
/* .header-style-nine .main-box .logo-box:before {
  content: "";
  position: absolute;
  right: 0px;
  top: 0;
  height: 100%;
  width: 1000%;
  background-color: #f1f1ff;
  -webkit-transform: skewX(35deg);
  transform: skewX(35deg);
  -webkit-transform-origin: right top;
  transform-origin: right top;
} */
@media (max-width: 1199.98px) {
  .header-style-nine .main-box .logo-box:before {
    display: none;
  }
}
.header-style-nine .main-box .nav-outer {
  margin-right: 3px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.header-style-nine .main-box .nav-outer .current > a {
  color: var(--theme-color1);
}
.header-style-nine .main-box .nav-outer .navigation > li {
  padding: 15px 0px;
}
@media (max-width: 1199.98px) {
  .header-style-nine .main-box .nav-outer .navigation > li {
    margin-right: 30px;
  }
}
.header-style-nine .main-box .nav-outer .navigation > li a {
  color: var(--theme-color-dark);
}
.header-style-nine .outer-box {
  position: relative;
}

.header-style-nine .outer-box .theme-btn {
  margin-left: 16px;
}
/* @media (min-width: 1250px) and (max-width: 1340px) {
 .main-header .main-box { 
    justify-content: unset !important;
  }
} */
/* @media (min-width: 1250px) and (max-width: 1540px) {
  .main-menu .navigation > li {
    margin-right: 22px;
  }
} */
@media (min-width: 1300px) and (max-width: 1440px) {
  .main-header .main-box {
    padding: 0px 10px;
  }
}
@media (min-width: 1250px) and (max-width: 1440px) {
  .header-style-nine .outer-box .theme-btn {
    margin-left: 10px;
  }
  /* .main-menu .navigation > li {
    margin-right: 22px;
  } */
  .main-menu .navigation > li {
    margin-right: 9px;
}
}
@media (max-width: 700px) {
  .main-header .main-box {
    padding: 0px 10px;
  }
}

/*** 

====================================================================
Header Style Ten
====================================================================

***/
.header-style-ten {
  position: relative;
}
.header-style-ten .header-top {
  background-color: var(--theme-color-dark);
}
@media (max-width: 991.98px) {
  .header-style-ten .header-top {
    display: none;
  }
}
.header-style-ten .header-top .inner-container {
  padding-bottom: 30px;
}
.header-style-ten .header-top .header-contact-list li {
  color: var(--theme-color-light);
}
.header-style-ten .header-top .header-contact-list li .icon {
  color: var(--theme-color1);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.header-style-ten .header-top .header-contact-list li .title {
  color: var(--theme-color-light);
  font-size: 16px;
  line-height: 30px;
}
.header-style-ten .header-top .header-contact-list li .text {
  color: var(--theme-color-light);
  font-size: 16px;
  font-weight: 400;
}
.header-style-ten .header-top .header-contact-list li a {
  color: var(--theme-color-light);
  font-weight: 400;
}
.header-style-ten .header-lower {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-top: -30px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  background-color: transparent;
  width: 100%;
}
@media (max-width: 991.98px) {
  .header-style-ten .header-lower {
    position: relative;
    margin-top: 0;
  }
}
.header-style-ten .main-box .logo-box {
  display: none;
  padding: 20px 0;
}
@media (max-width: 991.98px) {
  .header-style-ten .main-box .logo-box {
    display: block;
    padding: 10px 0;
  }
}
.header-style-ten .main-box .nav-outer {
  background-color: var(--theme-color-light);
  border-radius: 5px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 25px;
}
@media (max-width: 991.98px) {
  .header-style-ten .main-box .nav-outer {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
.header-style-ten .main-box .outer-box .theme-btn {
  border-radius: 0 5px 5px 0;
}
@media (max-width: 991.98px) {
  .header-style-ten .main-box .outer-box .theme-btn {
    display: none;
  }
}
.header-style-ten .main-box .outer-box .mobile-nav-toggler {
  color: var(--theme-color-dark);
}

/*** 

====================================================================
Sticky Header
====================================================================

***/
.sticky-header {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  left: 0px;
  top: 0px;
  width: 100%;
  padding: 0px 0px;
  z-index: 99999;
  background: #ffffff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}
.sticky-header.fixed-header {
  opacity: 1;
  z-index: 9999;
  visibility: visible;
}
.sticky-header .logo {
  padding: 10px 0;
}
.sticky-header .logo img {
  max-height: 50px;
}
.sticky-header .nav-outer {
  position: relative;
  background: none;
}
.sticky-header .inner-container {
  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;
}

.sticky-header .main-menu .navigation > li {
  margin: 0;
  margin-left: 40px;
  padding: 20px 0;
}

.sticky-header .main-menu .navigation > li > a {
  color: var(--theme-color-dark);
  font-size: 16px;
  text-transform: capitalize;
}

.sticky-header .main-menu .navigation > li.current > a,
.sticky-header .main-menu .navigation > li:hover > a {
  color: var(--theme-color-dark);
}

.sticky-header .outer-box,
.sticky-header .navbar-header {
  display: none;
}

.sticky-header .mobile-nav-toggler {
  color: var(--theme-color-dark);
}

@media only screen and (min-width: 768px) {
  .main-menu .navigation > li > ul,
  .main-menu .navigation > li > .mega-menu,
  .main-menu .navigation > li > ul > li > ul {
    display: block !important;
    visibility: hidden;
    opacity: 0;
  }
}
/*** 

====================================================================
      Mega Menu
====================================================================

***/
.main-header .navigation > li.has-mega-menu {
  position: static;
}
@media (max-width: 991.98px) {
  .main-header .navigation > li.has-mega-menu {
    position: relative !important;
  }
}
.main-header .navigation > li > .mega-menu {
  position: absolute;
  width: 100%;
  max-width: 740px;
  min-width: 600px;
  background-color: var(--theme-color-light);
  padding: 30px 35px 25px;
  top: 100%;
  z-index: 100;
  margin-top: 20px;
  opacity: 0;
  display: none;
  border-radius: 0 0 10px 10px;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
@media (max-width: 991.98px) {
  .main-header .navigation > li > .mega-menu {
    position: relative;
    display: none;
    opacity: 1;
    visibility: visible;
    margin: 0px;
    padding: 0px;
    width: 100%;
    border-radius: 0px;
    -webkit-transition: none !important;
    transition: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
    width: 100%;
    padding: 0px !important;
    background: none !important;
    margin: 0px !important;
    left: 0px !important;
    top: 0px !important;
  }
}
.main-header .navigation > li:hover > .mega-menu {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-header .navigation > li > .mega-menu .mega-menu-bar {
  position: relative;
}
.main-header .navigation > li > .mega-menu .mega-menu-bar h3 {
  position: relative;
  color: var(--theme-color-dark);
}
.main-header .navigation > li > .mega-menu .mega-menu-bar ul {
  position: relative;
  margin-bottom: -1px;
}
.main-header .navigation > li > .mega-menu .mega-menu-bar ul > li {
  position: relative;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.main-header .navigation > li > .mega-menu .mega-menu-bar .column {
  position: relative;
  margin-bottom: 10px;
}
@media (max-width: 991.98px) {
  .main-header .navigation > li > .mega-menu .mega-menu-bar .column {
    margin-bottom: 0;
  }
}
.main-header
  .navigation
  > li
  > .mega-menu
  .mega-menu-bar
  .column
  > ul
  > li:last-child {
  border: none;
}
@media (max-width: 991.98px) {
  .main-header .navigation > li > .mega-menu .mega-menu-bar .column > ul > li {
    padding-left: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background-color: var(--theme-color-dark);
  }
  .main-header
    .navigation
    > li
    > .mega-menu
    .mega-menu-bar
    .column
    > ul
    > li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .main-header
    .navigation
    > li
    > .mega-menu
    .mega-menu-bar
    .column
    > ul
    > li:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}
.main-header
  .navigation
  > li
  > .mega-menu
  .mega-menu-bar
  .column
  > ul
  > li
  > a {
  position: relative;
  display: block;
  padding: 10px 0px;
  line-height: 29px;
  font-weight: 400;
  font-size: 16px;
  color: var(--theme-color-dark);
  text-align: left;
  text-transform: capitalize;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.main-header
  .navigation
  > li
  > .mega-menu
  .mega-menu-bar
  .column
  > ul
  > li
  > a:hover {
  color: var(--theme-color-dark);
  font-weight: 500;
}
@media (max-width: 991.98px) {
  .main-header
    .navigation
    > li
    > .mega-menu
    .mega-menu-bar
    .column
    > ul
    > li
    > a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 20px;
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    text-transform: capitalize;
  }
}

.sidebarss {
  background-color: #0294c8;
  width: 300px !important;
}
.sidebarss .btn-close {
  position: relative;
  right: -85%;
  top: -34px;
  color: #fff;
}

.sidebarss .offcanvas-body .mobile-menu .menu-box .upper-box .nav-logo a img{
    max-height: 50px;
}

.mobile-menu .navigation {
  padding-right: 20px;
}

.mobile-menu .navigation {
  position: relative;
  display: block;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu .navigation li {
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu .navigation li > a {
  position: relative;
  display: block;
  line-height: 24px;
  padding: 10px 20px;
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  text-transform: capitalize;
}
.mobile-menu .navigation li > ul, .mobile-menu .navigation li > ul > li > ul {
  display: none;
}
.mobile-menu .navigation li > ul > li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu .navigation li > ul > li {
  padding-left: 20px;
}
.mobile-menu .navigation li {
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100%;
  height: 44px;
  text-align: end;
  font-size: 16px;
  line-height: 44px;
  color: #ffffff;
  cursor: pointer;
  z-index: 5;
}

.contact-list-one {
  position: relative;
  padding: 30px 20px 20px;
}
.contact-list-one li {
  position: relative;
  padding-left: 54px;
  min-height: 50px;
  margin-bottom: 20px;
}
.contact-list-one li .icon {
  position: absolute;
  left: 0;
  font-size: 26px;
  line-height: 50px;
  color: #ffffff;
}
.contact-list-one li .title {
  display: block;
  font-size: 12px;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
}
.contact-list-one li .text {
  font-size: 14px;
  line-height: 24px;
  color: #cdcdcd;
}
.contact-list-one li .text a {
  color: #cdcdcd;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.mobile-menu .social-links {
    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;
    background: var(--theme-color2);
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 100%;
}
.mobile-menu .social-links li {
  position: relative;
  text-align: center;
  width: 100%;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu .social-links li a {
  position: relative;
  display: block;
  line-height: 50px;
  height: 50px;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.dispaly_bioe{
  display: none !important;
}
.dispaly_bioe_two{
  display: block !important;
}
@media (max-width:767px){
  .dispaly_bioe{
    display: block !important;
  }
  .dispaly_bioe a {
    position: relative;
    color: #fff;
    background: #F3755B;
    position: relative;
    font-size: 14px;
    line-height: 30px;
    padding: 10px 18px;
    font-weight: 700;
    overflow: hidden;
    border-radius: 10px;
    margin: 10px;
    border: 0;
}
  .dispaly_bioe_two{
    display: none !important;
  }
  .main-header .main-box {
    padding: 15px 18px !important;
}
}
@media (max-width:380px){
.header-lower .main-box .logo-box .logo a img{
  max-width: 135px !important;
}
.main-header .main-box {
  padding: 7px 18px !important;
}
.header-style-nine .outer-box .theme-btn {
  margin-left: 5px;
}
.btn-style-two {
  font-size: 12px;
  padding: 4px 9px;
}
}

/***

====================================================================
  Hidden Sidebar style
====================================================================

***/
.toggle-hidden-bar {
  position: relative;
}

.hidden-bar {
  position: fixed;
  right: 0;
  top: 0px;
  height: 100%;
  overflow-y: auto;
  z-index: 99999;
  max-width: 302px;
  width: 100%;
  opacity: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  visibility: hidden;
  background: #ffffff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.hidden-bar::-webkit-scrollbar {
  width: 2px;
}
.hidden-bar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 2px #cecece;
  box-shadow: inset 0 0 2px #cecece;
  border-radius: 10px;
}
.hidden-bar::-webkit-scrollbar-thumb {
  background: #7a7a7a;
  border-radius: 10px;
}
.hidden-bar::-webkit-scrollbar-thumb:hover {
  background: #7a7a7a;
}
.hidden-bar .inner-box {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #014a64;
  height: 100%;
}
.hidden-bar .upper-box {
  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;
  width: 100%;
  padding: 20px 30px 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.hidden-bar .upper-box .close-btn {
  position: relative;
  top: -5px;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  color: var(--theme-color1);
  cursor: pointer;
  z-index: 10;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.hidden-bar .upper-box .close-btn:hover {
  opacity: 0.5;
}
.hidden-bar .upper-box .nav-logo {
  position: relative;
  text-align: left;
  width: 100%;
}
.hidden-bar .upper-box .nav-logo img {
  max-height: 40px;
}
.hidden-bar .text-box {
  position: relative;
  padding: 25px 30px 25px;
}
.hidden-bar .text-box .title {
  color: var(--theme-color-light);
}
.hidden-bar .text-box .text {
  color: var(--theme-color-light);
}

.hidden-bar-back-drop {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.active-hidden-bar .hidden-bar {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.active-hidden-bar .hidden-bar-back-drop {
  opacity: 1;
  visibility: visible;
}

.hidden-bar .social-links {
  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;
  background: var(--theme-color-dark);
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: auto;
}
.hidden-bar .social-links li {
  position: relative;
  text-align: center;
  width: 100%;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.hidden-bar .social-links li a {
  position: relative;
  display: block;
  line-height: 50px;
  height: 50px;
  font-size: 14px;
  text-align: center;
  color: var(--theme-color-light);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.hidden-bar .social-links li a:hover {
  color: var(--theme-color1);
}

/*** 

====================================================================
Section Title
====================================================================

***/
.sec-title {
  position: relative;
  margin-bottom: 50px;
}
@media (max-width: 991.98px) {
  .sec-title br {
    display: none;
  }
}
.sec-title .sub-title {
  position: relative;
  display: inline-block;
  font-size: var(--sec-title-subtitle-font-size);
  line-height: var(--sec-title-subtitle-line-height);
  font-weight: var(--sec-title-subtitle-font-weight);
  font-family: var(--sec-title-subtitle-font-family);
  color: var(--sec-title-subtitle-color);
  text-transform: uppercase;
  padding-right: 46px;
  letter-spacing: 1.3px;
  margin-bottom: 10px;
}

.sec-title h2 {
  position: relative;
  display: block;
  font-size: var(--sec-title-font-size);
  color: var(--sec-title-color);
  font-family: var(--sec-title-font-family);
  font-weight: var(--sec-title-font-weight);
  margin-bottom: 0;
  z-index: 2;
}
@media (max-width: 575.98px) {
  .sec-title h2 {
    font-size: 28px;
    line-height: 45px;
    letter-spacing: -1px;
  }
}
.sec-title .text {
  margin-top: 20px;
}
.sec-title.light .sub-title,
.sec-title.light .text,
.sec-title.light h2,
.sec-title.light h1 {
  color: #fff;
}
.sec-title.light .sub-title::before {
  background-image: url(../images/icons/sub-title-before-colored.png);
}
.sec-title.alt .sub-title::before {
  background-image: url(../images/icons/sub-title-before-colored.png);
}
.sec-title.alt .sub-title::after {
  background-image: url(../images/icons/sub-title-before-colored.png);
}
.sec-title.text-center .sub-title {
  padding-left: 46px;
}
.sec-title.text-center .sub-title::after {
  position: absolute;
  left: 0;
  top: 2px;
  height: 14px;
  width: 32px;
  background-image: url(../images/icons/sub-title-before.png);
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.sec-title.v2 .sub-title {
  padding-left: 0;
}
.sec-title.v2 .sub-title:after {
  display: none;
}
.sec-title.v3 .sub-title {
  padding-left: 0;
  padding-right: 0;
}
.sec-title.v3 .sub-title:after {
  display: none;
}
.sec-title.v3 .sub-title:before {
  display: none;
}

/*** 

====================================================================
Banner Section Nine
====================================================================

***/
.banner-section {
  position: relative;
  background-color: #0294c8;
}
.banner-section .overlay-shape {
  position: absolute;
  top: 0;
  right: 0;
  width: 322px;
  height: 607px;
  background-image: url(../images/banner/overlay-6.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
}
@media (max-width: 1199.98px) {
  .banner-section .overlay-shape {
    display: none;
  }
}
.banner-section .content-column .inner-column {
  position: relative;
  padding: 120px 0 113px;
}
@media (max-width: 991.98px) {
  .banner-section .content-column .inner-column {
    max-width: 650px;
    text-align: center;
    margin: 0 auto;
  }
}
.banner-section .content-column .inner-column .title {
  position: relative;
  color: #fff;
  font-family: Arimo;
  font-size: 72px;
  font-weight: 700;
  line-height: 90px;
  text-transform: uppercase;
  margin-bottom: 40px;
}
@media (max-width: 1399.98px) {
  .banner-section .content-column .inner-column .title {
    font-size: 70px;
    text-transform: capitalize;
    line-height: 1.2em;
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .banner-section .content-column .inner-column .title {
    font-size: 60px;
  }
}
@media (max-width: 575.98px) {
  .banner-section .content-column .inner-column .title {
    font-size: 40px;
  }
}
.banner-section .content-column .inner-column .text {
  color: var(--theme-color-light);
  margin-bottom: 40px;
}
.banner-section .content-column .inner-column .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 991.98px) {
  .banner-section .content-column .inner-column .btn-box {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 575.98px) {
  .banner-section .content-column .inner-column .btn-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.banner-section .content-column .inner-column .btn-box .theme-btn {
  margin-right: 40px;
}
@media (max-width: 575.98px) {
  .banner-section .content-column .inner-column .btn-box .theme-btn {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.banner-section .content-column .inner-column .info-btn {
  position: relative;
  padding-left: 75px;
  -webkit-transform: all 300ms ease;
  transform: all 300ms ease;
}
.banner-section .content-column .inner-column .info-btn:hover .icon {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.banner-section .content-column .inner-column .info-btn .icon {
  position: absolute;
  left: 0;
  top: 0px;
  font-size: 20px;
  color: #fff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  line-height: 55px;
  background-color: rgb(50, 50, 57);
  width: 55px;
  height: 55px;
  border-radius: 50%;
  text-align: center;
}
.banner-section .content-column .inner-column .info-btn small {
  display: block;
  font-size: 12px;
  line-height: 1.6em;
  font-weight: 400;
  color: var(--theme-color-light);
  margin-bottom: 3px;
}
.banner-section .content-column .inner-column .info-btn strong {
  font-size: 20px;
  line-height: 28px;
  color: var(--theme-color-light);
  font-weight: 500;
  letter-spacing: -0.8px;
  font-family: var(--title-font);
}
.banner-section .image-column .inner-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 100%;
}
.banner-section .image-column .image-box {
  position: relative;
  display: inline-block;
}
@media (max-width: 991.98px) {
  .banner-section .image-column .image-box {
    display: none;
  }
}
.banner-section .image-column .image-box .image {
  text-align: center;
}

/*** 

====================================================================
		About Section two
====================================================================

***/
.about-section-two {
  position: relative;
  padding: 70px 0 70px;
}
@media (max-width: 767.98px) {
  .about-section-two {
    padding: 80px 0 20px;
  }
}
.about-section-two .content-column {
  position: relative;
  margin-bottom: 25px;
  z-index: 1;
}
.about-section-two .content-column .inner-column {
  position: relative;
  padding-left: 79px;
  padding-right: 25px;
}
@media only screen and (max-width: 1699px) {
  .about-section-two .content-column .inner-column {
    padding: 0;
  }
}
.about-section-two .content-column .sec-title {
  margin-bottom: 42px;
}
@media (max-width: 1199.98px) {
  .about-section-two .content-column .sec-title {
    margin-bottom: 30px;
  }
}
.about-section-two .image-column {
  position: relative;
  margin-bottom: 50px;
}
@media (max-width: 575.98px) {
  .about-section-two .image-column {
    margin-bottom: 0;
  }
}
.about-section-two .image-column .inner-column {
  position: relative;
  /* padding-bottom: 82px; */
  margin-left: 42px;
  margin-top: 10px;
}
@media (max-width: 1399.98px) {
  .about-section-two .image-column .inner-column {
    margin: 0;
    padding-bottom: 50px;
  }
}
@media (max-width: 991.98px) {
  .about-section-two .image-column .inner-column {
    text-align: center;
  }
}
.about-section-two .image-column .image {
  position: relative;
  display: inline-block;
  margin-bottom: 0px;
}
.about-section-two .image-column .image img {
  width: 100%;
  border-radius: 100px 0 0 0;
}
/* @media (max-width: 991.98px) {
  .about-section-two .image-column .image img {
    border-radius: 0;
  }
} */
.about-section-two .image-column .icon-circle {
  position: absolute;
  top: -35px;
  left: -50px;
}
@media (max-width: 1399.98px) {
  .about-section-two .image-column .icon-circle {
    left: -9px;
  }
}
@media (max-width: 991.98px) {
  .about-section-two .image-column .icon-circle {
    display: none;
  }
}
.about-section-two .image-column .icon-dots-2 {
  position: absolute;
  top: -2px;
  left: -22px;
  z-index: 99;
}
@media (max-width: 1399.98px) {
  .about-section-two .image-column .icon-dots-2 {
    left: 23px;
  }
}
@media (max-width: 991.98px) {
  .about-section-two .image-column .icon-dots-2 {
    display: none;
  }
}
.about-section-two .image-column .exp-box {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 265px;
  -webkit-box-shadow: 0 15px 60px rgba(68, 67, 67, 0.08);
  box-shadow: 0 15px 60px rgba(68, 67, 67, 0.08);
  border-radius: 5px;
  background: var(--theme-color-light);
}
@media (max-width: 991.98px) {
  .about-section-two .image-column .exp-box {
    display: none;
  }
}
.about-section-two .image-column .exp-box .inner {
  position: relative;
  padding: 19px 26px 26px;
}
.about-section-two .image-column .exp-box .icon-box {
  padding: 6px 0 5px 85px;
}
.about-section-two .image-column .exp-box .icon-box .icon {
  position: absolute;
  left: 53px;
  top: 30px;
  font-size: 30px;
  color: var(--theme-color-dark);
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-weight: 300;
  background-color: var(--theme-color1);
  text-align: center;
  border-radius: 50%;
}
.about-section-two .image-column .exp-box .title {
  color: var(--theme-color-dark);
  margin-bottom: 10px;
}
.about-section-two .image-column .exp-box .text {
  position: relative;
  font-size: 20px;
  line-height: 27px;
  font-weight: 700;
  color: var(--theme-color-dark);
  margin-bottom: 0;
}

.info-block-two {
  position: relative;
  margin-bottom: 25px;
}
.info-block-two .inner {
  position: relative;
  padding-left: 100px;
}
@media (max-width: 1199.98px) {
  .info-block-two .inner {
    padding-left: 90px;
  }
}
@media (max-width: 575.98px) {
  .info-block-two .inner {
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.info-block-two .inner:hover .icon-box {
  background-color: var(--theme-color-dark);
  color: var(--theme-color-light);
}
.info-block-two .icon-box {
  position: absolute;
  left: 0;
  top: 6px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  font-size: 40px;
  color: var(--theme-color-dark);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  border: 2px solid var(--theme-color-dark);
  border-radius: 10px;
}
.info-block-two .icon-box i {
  position: relative;
}
@media (max-width: 1199.98px) {
  .info-block-two .icon-box {
    font-size: 30px;
    width: 70px;
    height: 70px;
    line-height: 70px;
  }
}
@media (max-width: 575.98px) {
  .info-block-two .icon-box {
    position: relative;
    top: 0;
    margin-bottom: 10px;
  }
}
.info-block-two .title {
  color: var(--theme-color-dark);
  margin-bottom: 6px;
}
.info-block-two .text {
  line-height: 30px;
}

/*** 

====================================================================
		About Section nine
====================================================================

***/
.about-section {
  position: relative;
  padding: 75px 0 70px;
}
@media (max-width: 767.98px) {
  .about-section {
    padding: 80px 0 30px;
  }
}
.about-section .content-column {
  margin-bottom: 50px;
}
.about-section .content-column .inner-column .sec-title {
  margin-bottom: 20px;
}
@media (max-width: 1199.98px) {
  .about-section .content-column .inner-column .sec-title br {
    display: none;
  }
}
.about-section .content-column .inner-column .read-more {
  border-radius: 0;
}
.about-section .image-column {
  margin-bottom: 50px;
}
.about-section .image-column .inner-column {
  position: relative;
  padding-bottom: 0;
  padding-right: 89px;
}
@media (max-width: 1199.98px) {
  .about-section .image-column .inner-column {
    padding-right: 0;
  }
}
.about-section .image-column .inner-column .image-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 991.98px) {
  .about-section .image-column .inner-column .image-box {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.about-section .image-column .inner-column .image-box .icon-circle-3 {
  position: absolute;
  top: 95px;
  left: 45px;
  z-index: -1;
}
@media (max-width: 767.98px) {
  .about-section .image-column .inner-column .image-box .icon-circle-3 {
    display: none;
  }
}
.about-section .image-column .inner-column .image-box .image-1 {
  margin-top: 175px;
  margin-right: 21px;
}
@media (max-width: 767.98px) {
  .about-section .image-column .inner-column .image-box .image-1 {
    margin: 0;
  }
}
.about-section .image-column .inner-column .image-box .image-1 img {
  border-radius: 130px;
}
@media (max-width: 767.98px) {
  .about-section .image-column .inner-column .image-box .image-1 img {
    width: 100%;
  }
}
.about-section .image-column .inner-column .image-box .image-2 {
  height: 100%;
}
@media (max-width: 767.98px) {
  .about-section .image-column .inner-column .image-box .image-2 {
    display: none;
  }
}
.about-section .image-column .inner-column .image-box .image-2 img {
  border-radius: 130px;
}
.about-section .image-column .inner-column .image-box .play-btn {
  position: absolute;
  top: 58%;
  left: 95px;
}
@media (max-width: 1199.98px) {
  .about-section .image-column .inner-column .image-box .play-btn {
    top: 330px;
    left: 68px;
  }
}
@media (max-width: 991.98px) {
  .about-section .image-column .inner-column .image-box .play-btn {
    left: 25%;
  }
}
@media (max-width: 767.98px) {
  .about-section .image-column .inner-column .image-box .play-btn {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.about-section .image-column .inner-column .image-box .play-btn .icon {
  width: 88px;
  height: 88px;
  line-height: 82px;
  border: 3px solid var(--theme-color-dark);
  font-size: 24px;
  color: var(--theme-color-dark);
  border-radius: 5px;
}
.about-section .image-column .inner-column .image-box .play-btn:hover .icon {
  background-color: var(--theme-color-dark);
  color: var(--theme-color1);
}

.info-block {
  position: relative;
}
.info-block .inner-box {
  position: relative;
  padding: 10px;
  /* text-align: center; */
  border-radius: 5px;
  background: var(--theme-color-light);
  margin-bottom: 10px;
}
@media (max-width: 1199.98px) {
  .info-block .inner-box {
    padding: 30px 18px 35px;
  }
}
.info-block .inner-box:hover .img {
  -webkit-transform: rotate(180deg) scale(-1);
  transform: rotate(180deg) scale(-1);
}
.info-block .img {
  display: inline-block;
  margin-bottom: 30px;
  border-radius: 50%;
  text-align: center;
  font-size: 63px;
  line-height: 63px;
  background: #f6f4f4;
  padding: 17px;
  color: var(--theme-color-dark);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.info-block .title {
  margin-bottom: 7px;
  letter-spacing: -0.96px;
}
.info-block .text {
  color: #696e77;
  font-size: 20px;
  font-weight: 700;
}

/***

====================================================================
    Services Section Nine
====================================================================

***/
.services-section {
  position: relative;
  padding: 70px 0 70px;
  background: #0294c8;
}
@media (max-width: 767.98px) {
  .services-section {
    padding: 80px 0 50px;
  }
}

.service-block {
  position: relative;
  margin-bottom: 30px;
}
.service-block .inner-box {
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  /* padding-right: 50px; */
  border: 1px solid #fff;
  /* padding: 40px 30px 56px; */
  /* margin-left: 26px; */
}
@media (max-width: 1199.98px) {
  .service-block .inner-box {
    margin-left: 0;
    padding: 20px;
  }
}
.service-block .inner-box:hover .content-box .icon {
  background-color: var(--theme-color-light);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.service-block .inner-box:hover .count {
  color: var(--theme-color1);
}
.service-block .inner-box .content-box {
  position: relative;
  padding: 50px 18px;
  /* margin-bottom: 20px; */
}
@media (max-width: 1199.98px) {
  .service-block .inner-box .content-box {
    padding: 0;
    margin-bottom: 0;
  }
}

.service-block .inner-box:hover .icon i {
  color: #000;
}
.service-block .inner-box .content-box .icon {
  position: absolute;
  top: -35px;
  left: 14px;
  font-size: 40px;
  color: #fff;
  /* line-height: 75px; */
  text-align: center;
  width: 70px;
  height: 70px;
  /* line-height: 113px; */
  background-color: var(--theme-color1);
  border-radius: 5px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 1199.98px) {
  .service-block .inner-box .content-box .icon {
    position: relative;
    left: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 575.98px) {
  .service-block .inner-box .content-box .icon {
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 50px;
  }
}
.service-block .inner-box .content-box .title {
  position: relative;
  color: var(--theme-color-light);
  margin-bottom: 0;
  line-height: 31px;
}
@media (max-width: 575.98px) {
  .service-block .inner-box .content-box .title {
    font-size: 20px;
  }
}
.service-block .inner-box .content-box .title a:hover {
  color: var(--theme-color1);
}
.service-block .inner-box .text {
  position: relative;
  margin-top: 50px;
  margin-bottom: 38px;
  color: var(--theme-color-light);
}
@media (max-width: 1199.98px) {
  .service-block .inner-box .text {
    margin-top: 20px;
  }
}
.service-block .inner-box .count {
  position: absolute;
  bottom: 36px;
  right: 40px;
  color: #e3e3e3;
  font-family: Arimo;
  font-size: 48px;
  font-weight: 700;
  line-height: 62.4px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 991.98px) {
  .service-block .inner-box .count {
    bottom: 10px;
    right: 30px;
  }
}
.service-block .inner-box .read-more {
  font-size: 14px;
  color: var(--theme-color-light);
  font-weight: 700;
}
.service-block .inner-box .read-more:hover {
  color: var(--theme-color1);
}
.service-block .inner-box .read-more i {
  margin-left: 8px;
  position: relative;
  top: 1px;
}
/*** 

====================================================================
    Project Section
====================================================================

***/
.project-section {
  padding: 70px 0 70px;
  position: relative;
  background: #0294c8;
}

.project-block .inner-box:hover .image-box .image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.project-block .inner-box:hover .image-box .overlay-box {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.project-block .inner-box:hover .image-box .overlay-box .title {
  top: 0;
  opacity: 1;
  -webkit-transition-delay: 300ms;
  transition-delay: 300ms;
}
.project-block .inner-box:hover .image-box .overlay-box .text {
  top: 0;
  opacity: 1;
  -webkit-transition-delay: 450ms;
  transition-delay: 450ms;
}
.project-block .inner-box:hover .image-box .overlay-box .read-more {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: 600ms;
  transition-delay: 600ms;
}
.project-block .inner-box .image-box {
  position: relative;
}
.project-block .inner-box .image-box .image {
  margin-bottom: 30px;
  overflow: hidden;
}
.project-block .inner-box .image-box .image img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  min-height: 280px;
  -o-object-fit: cover;
  object-fit: cover;
}
.project-block .inner-box .image-box .overlay-box {
  padding: 0 59px;
  position: absolute;
  top: 33px;
  left: 27px;
  bottom: 32px;
  right: 28px;
  opacity: 0;
  background: #0294c8;
  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;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.project-block .inner-box .image-box .overlay-box:before {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  width: 150px;
  height: 140px;
  background-image: url(../images/icons/bg-border.png);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 9;
}
.project-block .inner-box .image-box .overlay-box:after {
  content: "";
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 150px;
  height: 140px;
  background-image: url(../images/icons/bg-border-2.png);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 9;
}
.project-block .inner-box .image-box .overlay-box .text {
  color: var(--theme-color-light);
  position: relative;
  z-index: 99;
  top: 20px;
  opacity: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.project-block .inner-box .image-box .overlay-box .title {
  font-weight: 700;
  margin-bottom: 22px;
  line-height: 31px;
  color: var(--theme-color-light);
  top: 20px;
  opacity: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.project-block .inner-box .image-box .overlay-box .read-more {
  position: relative;
  width: 50px;
  height: 50px;
  background-color: var(--theme-color1);
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  margin: 0 auto 20px;
  margin-top: 10px;
  color: var(--theme-color-dark);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

/***

====================================================================
    Process Section Eight
====================================================================

***/
.process-section {
  position: relative;
  padding: 70px 0 70px;
  background: var(--theme-color-gray);
}

.process-block-eight {
  position: relative;
  margin-bottom: 30px;
}
.inner-boxes {
  background-color: #fff;
  padding: 20px;
  margin-top: 10px;
  border-radius: 20px;
}
.process-block-eight .inner-box {
  position: relative;
  text-align: center;
  padding: 49px 30px 58px;
  background-color: var(--theme-color-light);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 767.98px) {
  .process-block-eight .inner-box {
    padding: 40px 24px 40px;
  }
}
.process-block-eight .inner-box:hover .icon {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  background-color: var(--theme-color-dark);
  color: #fff;
}
.process-block-eight .inner-box .icon {
  width: 85px;
  height: 85px;
  background-color: var(--theme-color1);
  line-height: 85px;
  text-align: center;
  display: inline-block;
  font-size: 54px;
  color: #fff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  margin-bottom: 32px;
}
.process-block-eight .inner-box .title {
  color: var(--theme-color-dark);
  margin-bottom: 21px;
}
.process-block-eight .inner-box .title a:hover {
  color: var(--theme-color1);
}
.process-block-eight .inner-box .text {
  margin-bottom: 30px;
}
.process-block-eight .inner-box .theme-btn {
  padding: 9px 30px;
}

/*** 

====================================================================
    Fun Fact Section nine
====================================================================

***/
.fun-fact-section {
  position: relative;
  padding: 120px 0 70px;
  background: var(--theme-color-gray);
}
@media (max-width: 767.98px) {
  .fun-fact-section {
    padding-bottom: 30px;
  }
}

.counter-block {
  position: relative;
  margin-bottom: 50px;
}
.counter-block .inner {
  position: relative;
  background-color: var(--theme-color-light);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  padding: 30px 30px 30px;
  height: 100%;
}
.counter-block .inner:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  opacity: 0;
  background-color: #0294c812;
  visibility: hidden;
  background-size: cover;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.footer_logo {
  width: 200px;
}
.error-message {
  color: red;
}
.counter-block .inner:hover:before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.counter-block .inner:hover .icon {
  color: var(--theme-color-dark);
}
.counter-block .icon {
  position: absolute;
  right: 30px;
  display: inline-block;
  color: rgb(212, 212, 213);
  font-size: 75px;
  line-height: 75px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  margin-bottom: 0;
}
@media (max-width: 1199.98px) {
  .counter-block .icon {
    right: 9px;
  }
}
@media (max-width: 991.98px) {
  .counter-block .icon {
    right: 20px;
  }
}
.counter-block .count-box {
  position: relative;
  font-size: 48px;
  line-height: 58px;
  font-weight: 600;
  font-family: var(--title-font);
  color: var(--theme-color-dark);
  letter-spacing: -1.92px;
  margin-bottom: 5px;
  z-index: 9;
}
.counter-block .count-box .count-text {
  font-size: 48px;
  line-height: 58px;
  font-weight: 600;
  font-family: var(--title-font);
  color: var(--theme-color-dark);
}
.counter-block .counter-title {
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  color: var(--theme-color-dark);
  margin-bottom: 0;
  font-family: var(--text-font);
}

/***

==================================================================
	Contact Section Three
==================================================================

***/
.contact-section {
  position: relative;
  background-color: var(--theme-color-gray);
}
.contact-section:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #0294c8;
  height: 50%;
}
.contact-section .outer-box {
  position: relative;
  background-color: var(--theme-color1);
  padding: 74px 40px 70px 0;
  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-left: 275px;
  padding-right: 40px;
}
@media (max-width: 1199.98px) {
  .contact-section .outer-box {
    -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 (max-width: 991.98px) {
  .contact-section .outer-box {
    padding: 20px 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  .contact-section .outer-box {
    padding: 20px 20px;
  }
}
.contact-section .outer-box .image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  max-width: 275px;
}
@media (max-width: 991.98px) {
  .contact-section .outer-box .image {
    display: none;
  }
}
.contact-section .outer-box .image img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.contact-section .outer-box .content-column {
  position: relative;
}
.contact-section .outer-box .content-column .info-btn-three {
  position: relative;
  left: -45px;
  display: inline-block;
  color: var(--theme-color1);
  padding-left: 120px;
  text-align: left;
  white-space: nowrap;
}
@media (max-width: 991.98px) {
  .contact-section .outer-box .content-column .info-btn-three {
    left: 0;
    padding-left: 0;
    text-align: center;
    white-space: wrap;
  }
}
.contact-section .outer-box .content-column .info-btn-three .icon {
  position: absolute;
  left: 0;
  top: 0px;
  font-size: 30px;
  color: var(--theme-color-light);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  line-height: 89px;
  background-color: rgb(1 148 200);
  width: 89px;
  height: 89px;
  border-radius: 50%;
  text-align: center;
}
@media (max-width: 991.98px) {
  .contact-section .outer-box .content-column .info-btn-three .icon {
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
  }
}
.contact-section .outer-box .content-column .info-btn-three small {
  display: block;
  font-size: 26px;
  line-height: 1.6em;
  font-weight: 400;
  color: #fff;
  margin-bottom: 3px;
  font-weight: 700;
}
@media (max-width: 575.98px) {
  .contact-section .outer-box .content-column .info-btn-three small {
    font-size: 20px;
  }
}
.contact-section .outer-box .content-column .info-btn-three strong {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  line-height: 52px;
  letter-spacing: 0.18px;
}
.contact-section .outer-box .content-column .info-btn-three:hover {
  color: var(--theme-color1);
}
.contact-section .outer-box .content-column .info-btn-three:hover .icon {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  background-color: var(--theme-color-light);
  color: var(--theme-color-dark);
}
.contact-section .outer-box .btn-column {
  text-align: right;
}
@media (max-width: 1199.98px) {
  .contact-section .outer-box .btn-column {
    padding-left: 80px;
  }
}
@media (max-width: 991.98px) {
  .contact-section .outer-box .btn-column {
    padding-left: 0;
    text-align: center;
    margin-top: 20px;
  }
}
.contact-section .outer-box .btn-column .theme-btn {
  margin-top: 10px;
  padding: 13px 69px;
}

/*** 

====================================================================
	Testimonial Section nine
====================================================================

***/
.testimonial-section .two-items-carousel .owl-nav .owl-prev,
.testimonial-section .two-items-carousel .owl-nav .owl-next {
  background-color: rgb(2 148 200 / 14%);
  border: 0;
}
.testimonial-section {
  position: relative;
  padding: 120px 0 20px;
  background: var(--theme-color-gray);
}
.testimonial-section .two-items-carousel {
  z-index: 10;
}
.testimonial-section .two-items-carousel .owl-nav {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 8;
  top: -120px;
  max-width: 1290px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media (max-width: 1199.98px) {
  .testimonial-section .two-items-carousel .owl-nav {
    position: relative;
    top: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px;
  }
}
.testimonial-section .two-items-carousel .owl-nav .owl-prev,
.testimonial-section .two-items-carousel .owl-nav .owl-next {
  background-color: rgb(2 148 200 / 14%);
  border: 0;
}
.testimonial-section .two-items-carousel .owl-nav .owl-prev:hover,
.testimonial-section .two-items-carousel .owl-nav .owl-next:hover {
  color: #fff;
  background-color: var(--bg-theme-color1);
}

.testimonial-block-nine {
  position: relative;
  margin-bottom: 30px;
}
.testimonial-block-nine .inner-box {
  position: relative;
  padding: 40px 40px 40px;
  background-color: var(--theme-color-light);
  border: 1px solid #27272f;
  border-radius: 5px;
}
@media (max-width: 575.98px) {
  .testimonial-block-nine .inner-box {
    padding: 25px 22px 30px;
  }
}
.testimonial-block-nine .info-box {
  position: relative;
  text-align: left;
  padding-left: 120px;
  padding-top: 12px;
  z-index: 2;
  margin-bottom: 40px;
}
@media (max-width: 575.98px) {
  .testimonial-block-nine .info-box {
    padding-left: 0;
    margin-bottom: 20px;
  }
}
.testimonial-block-nine .info-box .thumb {
  margin-bottom: 0;
  position: absolute;
  left: 0;
  top: 2px;
  height: 95px;
  width: 95px;
}
.testimonial-block-nine .info-box .thumb img {
  border-radius: 10px;
}
@media (max-width: 575.98px) {
  .testimonial-block-nine .info-box .thumb {
    position: static;
    margin-bottom: 20px;
  }
}
.testimonial-block-nine .info-box .name {
  margin-bottom: 0px;
}
.testimonial-block-nine .info-box .designation {
  font-size: 14px;
  line-height: 20px;
  display: block;
  color: #b0b0b0;
  margin-bottom: 8px;
}
.testimonial-block-nine .info-box .rating {
  position: relative;
  font-size: 14px;
  z-index: 2;
  line-height: 20px;
  color: #f3755b;
}
@media (max-width: 575.98px) {
  .testimonial-block-nine .text {
    font-size: 14px;
  }
}

/***

==================================================================
	Main Footer
==================================================================

***/
.main-footer {
  position: relative;
  /* Widget Section */
  background: #0294c8;
}
.main-footer .bg {
  background-size: auto;
}

.main-footer .widgets-section {
  position: relative;
}
.main-footer .footer-column {
  position: relative;
  margin-bottom: 50px;
}
.main-footer .footer-widget {
  position: relative;
}
.main-footer .widget-title {
  position: relative;
  color: var(--theme-color-light);
  margin-bottom: 30px;
}
.main-footer .widget-content {
  position: relative;
}
.main-footer .widget-content .text {
  color: var(--theme-color-light);
}

.recent-post {
  position: relative;
  margin-bottom: 30px;
}
.recent-post:last-child {
  margin-bottom: 0;
}
.recent-post .inner {
  position: relative;
  padding-left: 100px;
  min-height: 80px;
}
.recent-post .inner:hover .post-thumb img {
  opacity: 0.7;
}
.recent-post .inner .post-thumb {
  position: absolute;
  left: 0;
  top: 10px;
  height: 80px;
  width: 80px;
  border-radius: 5px;
  overflow: hidden;
}
.recent-post .inner .post-thumb img {
  width: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.recent-post .inner .post-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--theme-color-light);
  line-height: 30px;
  margin-bottom: 5px;
}
.recent-post .inner .post-info i {
  font-size: 12px;
  margin-right: 10px;
  color: var(--theme-color1);
}
.recent-post .inner .post-title {
  color: var(--theme-color-light);
  letter-spacing: -0.8px;
  margin-bottom: 15px;
  font-family: var(--text-font);
}

.user-links {
  position: relative;
}
.user-links li {
  margin-bottom: 10px;
  padding-left: 33px;
}
.user-links li i {
  position: absolute;
  left: 0;
  color: var(--theme-color1);
}
.user-links li:last-child {
  margin-bottom: 0;
}
.user-links li a {
  position: relative;
  font-size: 15px;
  display: inline-block;
  color: #d1d1d1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.user-links li a:before {
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 0;
  height: 1px;
  background-color: #d1ccce;
  content: "";
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.user-links li a:hover:before {
  width: 100%;
}
.user-links.style-two li {
  padding-left: 0;
}
.user-links.style-two li i {
  display: none;
}
.user-links.light li i {
  color: var(--theme-color-light);
}
.user-links.light li a {
  color: var(--theme-color-light);
}
.user-links.two-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.user-links.two-column li {
  width: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.insta-gallery {
  position: relative;
  margin: 0px -15px 0;
}
.insta-gallery .image {
  position: relative;
  float: left;
  width: 33.3333%;
  padding: 0px 15px;
  margin-bottom: 20px;
}
.insta-gallery img {
  display: block;
  width: 100%;
  border-radius: 5px;
}
.insta-gallery a {
  position: relative;
  display: block;
}
.insta-gallery a:hover:after {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.insta-gallery a:hover:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.insta-gallery a:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: var(--bg-theme-color1);
  opacity: 0.8;
  content: "";
  border-radius: 5px;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.insta-gallery a:after {
  position: absolute;
  height: 20px;
  width: 20px;
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px;
  content: "\f0b2";
  text-align: center;
  line-height: 20px;
  font-size: 20px;
  color: var(--theme-color-light);
  font-family: "Font Awesome 6 Pro";
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

/*=== Footer Bottom ===*/
.footer-bottom {
  position: relative;
  z-index: 3;
  border-top: 1px solid #333f4d;
  padding: 30px 0;
}
@media (max-width: 991.98px) {
  .footer-bottom {
    text-align: center;
  }
}
.footer-bottom .inner-container {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991.98px) {
  .footer-bottom .inner-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.footer-bottom .copyright-text {
  position: relative;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 991.98px) {
  .footer-bottom .copyright-text {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    text-align: center;
    margin-top: 30px;
  }
}
.footer-bottom .copyright-text a {
  color: inherit;
}
.footer-bottom .copyright-text a:hover {
  color: var(--theme-color-light);
}
.footer-bottom .footer-nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media (max-width: 575.98px) {
  .footer-bottom .footer-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.footer-bottom .footer-nav li {
  font-size: 16px;
  line-height: 32px;
  color: rgba(255, 255, 255, 0.7);
  margin-left: 30px;
}
.footer-bottom .footer-nav li:first-child {
  margin-left: 0;
}
@media (max-width: 991.98px) {
  .footer-bottom .footer-nav li {
    margin: 0 20px !important;
    text-align: center;
  }
}
.footer-bottom .footer-nav li a {
  color: inherit;
}
.footer-bottom .footer-nav li a:hover {
  color: var(--theme-color-light);
}

.footer-style-one {
  position: relative;
  background-color: #27272f;
}
.footer-style-one .widgets-section {
  padding: 178px 0 30px;
}
.footer-style-one .about-widget .logo {
  position: relative;
  top: -20px;
}
@media (max-width: 767.98px) {
  .footer-style-one .about-widget .logo {
    top: 0;
  }
}
.footer-style-one .about-widget .text {
  margin-bottom: 30px;
}
.footer-style-one .links-widget {
  padding-left: 50px;
  margin-bottom: 50px;
}
@media (max-width: 1199.98px) {
  .footer-style-one .links-widget {
    padding-left: 0;
  }
}
.footer-style-one .links-widget .user-links li .icon {
  color: var(--theme-color1);
}
.footer-style-one .blog-widget {
  margin-left: -45px;
}
@media (max-width: 991.98px) {
  .footer-style-one .blog-widget {
    margin-left: 0;
  }
}
.footer-style-one .newsletter-widget .text {
  color: var(--theme-color-light);
  margin-bottom: 20px;
}
@media (max-width: 575.98px) {
  .footer-style-one .footer-bottom .inner-container .footer-nav li {
    margin: 0 8px !important;
  }
}
@media (max-width: 575.98px) {
  .footer-style-one .footer-bottom .inner-container .copyright-text {
    text-align: left;
  }
}

.footer-style .widgets-section {
  padding: 80px 0 0;
}
@media (max-width: 575.98px) {
  .footer-style .widgets-section {
    padding-bottom: 0;
  }
}
.footer-style .widgets-section .widget-title {
  color: #fff;
}
.footer-style .widgets-section .newsletter-widget {
  margin-right: -20px;
  padding-left: 20px;
}
@media (max-width: 991.98px) {
  .footer-style .widgets-section .newsletter-widget {
    margin: 0;
    padding: 0;
  }
}
.footer-style .widgets-section .newsletter-widget .text {
  color: #f7f7f7;
  margin-bottom: 30px;
}
.footer-style
  .widgets-section
  .newsletter-widget
  .newsletter-form-three
  .form-group
  input {
  background-color: var(--theme-color-gray);
}
.footer-style
  .widgets-section
  .newsletter-widget
  .newsletter-form-three
  .form-group
  .theme-btn:hover {
  background-color: var(--theme-color-dark);
  color: var(--theme-color-light);
}
.footer-style .widgets-section .gallery-widget {
  position: relative;

  margin-right: -28px;
}
@media (max-width: 991.98px) {
  .footer-style .widgets-section .gallery-widget {
    margin: 0;
    padding: 0;
  }
}
.footer-style .widgets-section .gallery-widget .insta-gallery {
  position: relative;
  margin: 0px -5px 0;
}
.footer-style .widgets-section .gallery-widget .insta-gallery .image {
  position: relative;
  padding: 0px 5px;
  margin-bottom: 10px;
}
/* .footer-style .widgets-section .links-widget {
  margin-bottom: 50px;
} */

.footer-info p {
  color: #959595;
}

.footer-info h6 {
  color: #0294c8;
}
.footer-hr {
  color: #f7f7f7;
  margin-top: 10px;
}
/* .footer-info h6 {
  padding-top: 10px;
} */

@media (max-width: 991.98px) {
  .footer-style .widgets-section .links-widget {
    padding: 0;
  }
  .style-two2 {
    margin-left: 25px;
  }
}
@media (max-width: 530px) {
  .widget-content2 {
    flex-wrap: wrap;
  }
  .style-two2 {
    margin-left: 0px;
    margin-top: 10px;
  }
}
.widget-content2 {
  display: flex;
}
/* .footer-style .widgets-section .links-widget .user-links li a {
  color: #f7f7f7;
} */
/* .footer-style .widgets-section .contact-widget {
  margin-left: -15px;
} */
@media (max-width: 991.98px) {
  .footer-style .widgets-section .contact-widget {
    margin-left: 0;
  }
}
.footer-style .widgets-section .contact-widget .widget-content .text {
  color: #f7f7f7;
  line-height: 30px;
  margin-bottom: 20px;
}
.footer-style .footer-bottom {
  padding: 30px 0;
  border: 0;
}

@media (max-width: 1199.98px) {
  .footer-style .footer-bottom {
    padding-top: 20px;
  }
}
.footer-style .footer-bottom .inner-container .copyright-text {
  color: #f7f7f7;
}
@media (max-width: 575.98px) {
  .footer-style .footer-bottom .inner-container .footer-nav li {
    margin: 0 8px !important;
  }
}
.footer-style .footer-bottom .inner-container .footer-nav li a {
  color: #f7f7f7;
}

@media only screen and (max-width: 767px) {
  .product-details__title span {
    margin-left: 0;
    display: block;
  }
  .product-details__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .product-details__buttons-2 {
    margin-left: 0;
    margin-top: 10px;
  }
  .product-details__social-link {
    margin-left: 0;
    margin-top: 20px;
  }
}

.page-title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(../images/banner/about-bg2.svg);
  /* background: url(../images/banner/about-bg2.svg); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* height: 200px; */
  position: relative;
  padding-top: 120px;
}

.page-title .title {
  font-size: 35px;
  color: #ffffff;
  line-height: 50px;
  margin-bottom: 17px;
}

@media only screen and (max-width: 888.98px) {
  .page-title .title {
    font-size: 40px;
  }
}
.page-title .text {
  position: relative;
  color: #ffffff;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.05em;
  max-width: 520px;
}

.page-breadcrumb {
  position: relative;
  margin-top: 5px;
}
.page-breadcrumb li {
  position: relative;
  display: inline-block;
  margin-right: 12px;
  padding-right: 13px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}
.page-breadcrumb li:after {
  position: absolute;
  content: "\f105";
  right: -6px;
  top: 1px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  font-family: "Font Awesome 6 Pro";
  color: #ffffff;
}
.page-breadcrumb li:last-child {
  padding-right: 0px;
  margin-right: 0px;
}
.page-breadcrumb li:last-child::after {
  display: none;
}
.page-breadcrumb li a {
  color: var(--theme-color3);
  font-weight: 500;
  text-transform: capitalize;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.page-breadcrumb li a:hover {
  color: #ffffff;
}

.page-title.style-two {
  background-position: center center;
}
.page-title.style-two .page-breadcrumb-outer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 8;
}
.page-title.style-two .page-breadcrumb li {
  color: rgb(7, 7, 16);
  font-weight: 600;
}
.page-title.style-two .page-breadcrumb li:after {
  color: rgb(7, 7, 16);
}
.page-title.style-two .page-breadcrumb li a {
  color: rgba(7, 7, 16, 0.6);
}
.page-title.style-two .page-breadcrumb li a:hover {
  color: rgb(7, 7, 16);
}

/***

====================================================================
        Contact
====================================================================

***/
.contact-details__info {
  position: relative;
  display: block;
  /* margin-top: 41px; */
}
.contact-details__info li .icon i {
  font-size: 20px;
}
.contact-details__info li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  /* align-items: center; */
}
.contact-details__info li .icon {
  /* height: 80px;
  width: 80px;
  background-color: var(--theme-color1); */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  /* align-items: center; */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.contact-details__info li .icon span {
  color: var(--theme-color1);
  font-size: 25px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.contact-details__info li:hover .icon {
  background-color: #fff;
}
.contact-details__info li:hover .icon span {
  color: var(--theme-color1);
}
.contact-details__info li:hover .text a {
  color: var(--notech-base);
}
.contact-details__info li:hover .text a span {
  color: var(--notech-gray);
}
.contact-details__info li .text {
  margin-left: 30px;
}
.contact-details__info li .text p {
  font-size: 14px;
  line-height: 24px;
}
.contact-details__info li .text a {
  font-size: 14px;
  color: var(--notech-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.contact-details__info li .text span {
  font-size: 14px;
  color: var(--notech-black);
}
.contact-details__info li + li {
  margin-top: 19px;
}

.map {
  height: 550px;
}

/* Nav Links */
.nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 53px;
}
@media only screen and (max-width: 767px) {
  .nav-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
}
.nav-links .prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  width: calc(50% - 15px);
  margin-right: 30px;
}
@media only screen and (max-width: 767px) {
  .nav-links .prev {
    width: 100%;
  }
}
.nav-links .prev .thumb {
  margin-right: 20px;
}
.nav-links .next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  width: calc(50% - 15px);
}
@media only screen and (max-width: 767px) {
  .nav-links .next {
    width: 100%;
  }
}
.nav-links .next .thumb {
  margin-left: 20px;
}
.nav-links > div {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.nav-links > div .thumb {
  display: inline-block;
  min-width: 60px;
  width: 60px;
  height: 60px;
  overflow: hidden;
}
.nav-links > div .thumb a {
  display: inline-block;
}
.nav-links > div > a {
  display: inline-block;
  word-wrap: break-word;
  white-space: -moz-pre-wrap;
  white-space: pre-wrap;
  font-size: 20px;
  line-height: 1.637;
  font-weight: var(--body-font-weight-bold);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: var(--theme-light-background-text-color);
  background-color: var(--theme-light-background);
  padding: 52px 50px;
  border-radius: 10px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .nav-links > div > a {
    padding: 30px;
  }
}
.nav-links > div > a:hover {
  background-color: var(--headings-color);
  color: var(--theme-color1);
}

a {
  text-decoration: none !important;
}

.sidebar {
  position: sticky;
  top: 100px;
  padding-top: 0px;
  flex-basis: calc(100% - 400px - 60px);
  flex-grow: 1;
}

.section-nav a {
  display: block;
  text-decoration: none;
  line-height: 2rem;
  /* padding: 0.5rem 1rem; */
  color: #202020;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #0294c8 !important;
}

.section-nav a:hover,
.section-nav a.active {
  color: #fff !important;
  text-decoration: underline;
  background-color: #1d9fce;
}

.section-nav .nav-pills .nav-item a.active h2 {
  color: #fff;
}

.tab-pane {
  padding: 5rem 0;
  scroll-snap-align: start;
}

.nav-item a h2 {
  font-size: 16px;
  color: #0294c8;
  margin-bottom: 0;
  border: 1px solid #ccc !important;
}
/* .nav-item a h2:hover {
  color: #f3755b;
} */
.section-nav li {
  /* margin: 0.5rem 0; */
  padding-left: 1rem;
}

/* .section-nav ul {
  margin-left: 1rem;
} */

.ul-li {
  list-style-type: disc !important;
}
.ul-li li {
  padding: 5px 0;
}

.details p,
.details ul li {
  font-size: 16px;
}
.leading-7 {
  font-size: 15px !important;
}

.details ul li p {
  font-size: 15px;
}
.details ul li svg {
  color: #0294c8;
}

.details h4 {
  color: #f3755b !important;
  font-size: 22px !important;
  font-weight: 600 !important;
  /* padding: 10px 0;
  margin-top: 10px; */
}

.sticky-bar {
  position: sticky;
  top: 100px;
  cursor: pointer;
  z-index: 1;
}

.sticky-bar-ul {
  display: flex;
  justify-content: center;
}
.sticky-bar-ul ul {
  display: flex !important;
  gap: 27px;
  max-width: 880px;
  cursor: pointer;
}
.tab-main-img {
  cursor: pointer;
  background: #fff;
  border: 1px solid #caced1;
  border-radius: 47px;
  padding: 12px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tab-main-img-title {
  font-size: 16px;
  line-height: 19px;
  display: flex;
  align-items: center;
  color: #231f20;
  /* margin-bottom: 7px; */
}

.sticky-info h2 {
  color: #f3755b;
  font-weight: 600;
  font-size: 32px;
}

.sticky-bar1 h2,
.sticky-bar2 h2,
.sticky-bar3 h2,
.title-registration h2 {
  color: #0294c8;
  font-weight: 600;
  font-size: 27px;
}
.ul-li li {
  list-style-type: disc !important;
}

.sticky-bar2-main {
  background: hsl(0, 0%, 99%);
  border: 1px solid #caced1;
  border-radius: 4px;
  border-bottom: 0;
}
.sticky-bar2-ul .first {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #000;
  padding: 16px 16px 12px;
}
.sticky-bar2-ul .second {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #606162;
  padding: 0 16px 16px;
  border-bottom: 1px dashed #caced1;
}

.applicationCard {
  background: #e6f2ff;
  border-radius: 4px;
  padding: 30px;
  margin-bottom: 20px;
}
.rightSection {
  font-size: 16px;
  line-height: 22px;
  color: #606162;
}
.details-title {
  color: #0394c8 !important;
  font-size: 25px;
  font-weight: 600;
  padding: 10px 0;
}

.formSection {
  border: 1px solid transparent;
  padding: 10px;
  border-radius: 8px;
  box-shadow: 0 4px 29px 0 hsla(0, 0%, 79%, 0.25);
  display: flex;
  background-color: #fff;
}
.formSection input {
  flex-grow: 2;
  border: none;
  height: 50px;
  font-size: 20px;
  padding-left: 17px;
  padding-right: 10px;
}
.formSection button {
  padding: 0 27px;
  height: 50px;
  background: #f3755b;
  border: 1px solid #f3755b;
  border-radius: 5px;
  font-size: 20px;
  font-weight: 700;
  outline: none;
  color: #fff;
  white-space: nowrap;
}

.banner-section {
  position: relative;
  overflow: hidden;
}
.inner-content {
  position: absolute;
  top: 50%;
  width: 42%;
  left: 11%;
  transform: translateY(-50%);
  color: #fff;
  z-index: 1;
  /* padding: 120px 0 113px; */
}

.inner-content h1 {
  color: #0294c8;
  font-family: Arimo;
  font-size: 60px;
  font-weight: 700;
  line-height: 90px;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.inner-content .text {
  color: #0693c5b5;
  margin-bottom: 15px;
}
.overlay-shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0;
}
.carousel-item img {
  width: 100%;
  height: auto;
}
@media (min-width: 1400px) and (max-width: 1600px) {
  .inner-content h1 {
    font-size: 52px;
    line-height: 78px;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .inner-content h1 {
    font-size: 52px;
    line-height: 69px;
  }
}
@media (max-width: 1300px){
  .main-header .ui-btn {
    display: block;
  }
}
@media (max-width: 1200px) {
  .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(2 148 200);
    z-index: 1;
  }
  .carousel-item {
    height: 400px;
  }
  .inner-content {
    width: 86%;
  }
  .inner-content h1,
  .inner-content .text {
    color: #fff;
  }
  .main-header .main-box{
    padding: 15px 60px;
  }
}
@media (min-width: 701px) and ((max-width: 930px)) {
  /* .carousel-item img {
    height: 280px;
  } */
  .inner-content h1 {
    font-size: 40px;
    line-height: 55px;
  }
}

@media (max-width: 700px) {
  /* .carousel-item img {
    height: 280px;
  } */
  .inner-content h1 {
    font-size: 31px;

    line-height: 47px;
  }
  .title-outer {
    margin-bottom: 20px;
  }
}

@media (max-width: 576px) {
.page-title {
  padding-top: 90px;
}
}
.carousel-control-prev,
.carousel-control-next {
  width: 4% !important;
}

.mainform {
  background-color: #fff;
}
.form-control {
  padding: 10px !important;
  height: auto !important;
}
.mainform input {
  background-color: #fff;
  padding: 12px;
  outline: none;
  border-radius: 1px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
  margin-top: 10px;
  width: 99%;
  height: 43px;
}
.form-control,
.input-text {
  border: none !important;
}
.submit-form-bg {
  background-color: #0294c8 !important;
  color: #fff;
  text-align: center;
  cursor: pointer;
  border: 1px solid transparent;
  font-size: 15px;
  line-height: 1.5384616;
  border-radius: 3px;
  font-weight: 700;
  letter-spacing: 0.08em;
  /* box-shadow: 0 2px 0 #f3755b; */
  padding: 11px;
  border-radius: 6px;
  width: 100%;
}

.bi-patch-check {
  font-size: 20px;
  color: #0294c8;
}

.listar-feature-item .listar-feature-item-inner {
  padding: 20px 30px;
  border-radius: 6px;
  z-index: 5;
  position: relative;
  height: 100%;
}

/* .listar-feature-item .listar-feature-item-inner {
  padding-top: 60px;
  padding-bottom: 60px;
} */

.listar-feature-items {
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.listar-feature-item .listar-feature-block-content-wrapper {
  position: relative;
  display: block;
  text-decoration: none;
  /* margin: -30px; */
  padding: 30px;
  height: calc(100% + 100px);
}

.listar-features-design-2 .listar-feature-item-wrapper {
  margin-bottom: 120px;
  padding-left: 27px;
  padding-right: 27px;
}

.listar-feature-icon-wrapper {
  width: 148px;
  height: 148px;
  line-height: 148px;
  border-radius: 500px;
  position: relative;
  background-color: #0a8fc517;
  box-shadow: 8px 8px 30px rgba(0, 0, 0, 0.06);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  left: 50%;
  vertical-align: middle;
  margin-left: -74px;
  top: -66px;
  /* margin-top: -74px; */
}

.listar-feature-icon-inner {
  width: 120px;
  height: 120px;
  line-height: 120px;
  border-radius: 500px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.14);
  background: #fff;
}

.listar-feature-icon-inner div {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  display: inline-block;
  position: relative;
  width: 120px;
  height: 120px;
  line-height: 120px;
  text-align: left;
}

.listar-feature-icon-inner img {
  position: relative;
  margin: 0 auto;
  vertical-align: middle;
  display: inline-block;
  width: auto;
  left: 50%;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
  transform: translate(-50%);
  height: 82px;
}

.listar-feature-item img,
.listar-feature-item i {
  position: relative;
  display: inline-block;
  border-bottom: 0;
  font-size: 40px;
  top: 0;
  padding: 0;
  color: #258bd5;
}

.listar-feature-with-image .listar-feature-content-wrapper {
  top: 0;
}
.listar-feature-content-wrapper {
  position: relative;
  margin-top: -15.5px;
}

.listar-feature-item .listar-feature-item-title {
  padding-top: 0;
  /* margin: 0 0 30px; */
  text-align: center;
  line-height: 1.5;
}

.listar-feature-item
  .listar-feature-item-title.listar-feature-counter-added
  > span {
  margin-left: 25px;
  border-radius: 0 50px 50px 0;
}

.listar-feature-item .listar-feature-item-title > span {
  box-shadow: 15px 20px 30px rgba(80, 80, 80, 0.12),
    5px 0px 40px rgba(80, 80, 80, 0.1);
  padding: 10px 20px;
  display: inline-block;
  position: relative;
  background-color: #fff;
}

.listar-feature-item .listar-feature-item-title > span span {
  box-shadow: 15px 15px 30px rgba(80, 80, 80, 0.2),
    5px 0px 80px rgba(80, 80, 80, 0.15);
  padding: 10px 0;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 30px;
  white-space: nowrap;
  position: absolute;
  top: -3px;
  left: -40px;
  border-radius: 50px;
  background-color: #fff;
}

.listar-feature-item .listar-feature-item-title span {
  display: inline-block;
  font-size: 14px;
  line-height: normal;
  font-weight: 400;
  text-shadow: none;
  border-radius: 50px;
  color: #252525;
  font-size: 18px;
}

.listar-feature-item-excerpt {
  padding: 0 20px;
}

.listar-feature-item-excerpt {
  color: #252525;
  position: relative;
  top: 0;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.pset {
  padding-top: 180px;
  padding-bottom: 80px;
}

.listar-map-button-text span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  height: 44px;
  line-height: 1.6;
  padding: 10px 25px;
  box-shadow: 0 0 31px rgba(0, 0, 0, 0.65), 0 0 4px rgba(0, 0, 0, 0.06);
  border-radius: 50px;
  background-color: rgba(35, 40, 45, 0.9);
  color: #fff;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
}

.listar-map-button-text span {
  background-color: #fff;
  color: #252525;
  text-shadow: none;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.listar-map-button-text span:after {
  border: 12px solid #fff;
}

.listar-map-button-text span:after {
  content: "";
  position: absolute;
  top: -14px;
  left: -14px;
  width: calc(100% + 28px);
  height: calc(100% + 28px);
  border-radius: 36px;
}

.listar-map-button:hover .listar-map-button-text span {
  padding: 10px 43px 10px 51px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.listar-feature-with-image .listar-feature-item a:before {
  content: "";
  position: absolute;
  top: -74px;
  left: 50%;
  margin-left: -74px;
  width: 148px;
  height: 148px;
  border-radius: 1000px;
  z-index: 10;
}

.details ul li {
  list-style-type: disc !important;
}
.details ul {
  padding-left: 20px !important;
}
.details ul li b {
  font-weight: 600 !important;
}
.details {
  padding-bottom: 20px !important;
}

/* @media (min-width: 1200px) and (max-width: 1350px) {
  .outer-box button {
    display: none !important;
  }
  .outer-box a {
    display: none !important;
  }
} */
.mainform h3 {
  font-size: 25px;
}

/* @media (max-width: 1250px) {
  .bannerbtn {
    display: block !important;
  }
} */
@media (max-width: 1500px) {
  .mainform h3 {
    font-size: 20px;
  }
  /* .title {
    padding: 30px 0;
  } */
}
@media (min-width: 768px) and (max-width: 1300px) {
  .footer-style .widgets-section .contact-widget {
    margin-left: 0;
    padding-left: 20px;
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .footer-social-icons {
    margin-top: 20px;
  }
  .footer_logo {
    margin: auto;
    text-align: center;
    padding-bottom: 20px;
  }
  .footer-info {
    text-align: center;
  }
  .px-sm-4 {
    padding: 0px 20px;
  }
}
@media (max-width: 1500px) {
  .footer-row {
    justify-content: unset !important;
  }
}
@media (max-width: 1300px) {
  .header-style-nine .main-box .logo-box:before {
    display: none;
  }
  .footer-style .widgets-section .contact-widget {
    margin-left: 0;
    margin-top: 20px;
  }
  .mobile-menu .navigation {
    padding-right: 20px;
  }

  .footer-row {
    justify-content: unset !important;
  }
  .Manage-business {
    flex-wrap: wrap;
  }
  .Manage-business ul {
    margin-left: 0px;
    padding-left: 20px;
  }
}
.footer-row {
  display: flex;
  justify-content: space-between;
}
.main-section-start {
  background-color: #f9fafb;
  padding: 40px 0;
}

.title-outer span {
  color: #fff;
  font-size: 25px;
  font-weight: 500;
}
.title-outer b {
  color: #fff;
}

.icon i {
  color: #0294c8;
}

.footer-bottom-section {
  background-color: #fff;
  border-radius: 10px;
}
.footer-social-icons li {
  margin-right: 20px;
}
.footer-social-icons li a {
  padding: 12px;
  background: #f1f1f1;
  color: #888888;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.footer-social-icons li a:hover {
  color: #ffffff;
  background: #187bd0;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  margin: 0;
  padding: 0;
}

.terms_content span {
  font-weight: 600;
  color: #3b3b3b;
}

.terms_content ul li {
  list-style: disc;
}

.terms_content a {
  font-weight: 600;
  color: #0394c8;
}
