
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&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-agency.css");
@import url("flaticon-business.css");
@import url("bs-mp.css");



:root {
  --theme-color-dark: #000000;
  --theme-color-white: #ffffff;
  --theme-color-light: #f8f5f0;
  --theme-color-gray: #f6f6f6;
  --theme-color1: #0063ab;
  --theme-color2: #009cd3;
  --theme-color3: #b61228;
  --review-color: #fdc009;
  --text-color-bg-theme-color1: #fff;
  --text-color-bg-theme-color2: #fff;
  --text-color-bg-theme-color3: #fff;
  --bg-theme-color1: var(--theme-color1);
  --bg-theme-color2: var(--theme-color2);
  --bg-theme-color3: var(--theme-color3);
  --theme-color1-rgb: 0, 99, 171;
  --theme-color2-rgb: 0, 154, 210;
  --theme-color3-rgb: 36, 32, 31;
  --gradient-1: linear-gradient(to right,rgba(var(--theme-color1-rgb),1) 0%,rgba(var(--theme-color1-rgb),.7) 100%);
  --gradient-2: linear-gradient(to left,rgba(var(--theme-color1-rgb),1) 0%,rgba(var(--theme-color2-rgb),.7) 100%);
  --gradient-3: linear-gradient(-135deg,rgba(23,23,23,0) 50%,var(--theme-color1) 100%);
  --text-color: #6d6c74;
  --headings-color: #24201f;
  --link-color: #352f27;
  --link-hover-color: #5b8c51;
  --title-font: "Roboto", sans-serif;
  --text-font: "Roboto", sans-serif;
  --style-font: "Roboto", sans-serif;
  --body-font-size: 16px;
  --body-line-height: 1.9em;
  --body-font-weight: 400;
  --body-font-weight-bold: 700;
  --line-height-heading-h1: 1em;
  --line-height-heading: 1.4em;
  --line-height-heading-small: 1.4em;
  --h1-font-size: 3.8rem;
  --h2-font-size: 3rem;
  --h3-font-size: 1.95rem;
  --h4-font-size: 1.45rem;
  --h5-font-size: 1.125rem;
  --h6-font-size: 0.875rem;
  --h1-font-weight: 700;
  --h2-font-weight: 700;
  --h3-font-weight: 700;
  --h4-font-weight: 700;
  --h5-font-weight: 700;
  --h6-font-weight: 700;
  --sec-title-subtitle-color: var(--theme-color2);
  --sec-title-subtitle-font-size: 13px;
  --sec-title-subtitle-font-family: var(--title-font);
  --sec-title-subtitle-font-weight: 700;
  --sec-title-subtitle-line-height: 1.4;
  --sec-title-color: var(--theme-color2);
  --sec-title-font-size: 30px;
  --sec-title-font-family: var(--title-font);
  --sec-title-font-weight: var(--h2-font-weight);
  --theme-light-background: #f8f6f1;
  --theme-light-background-text-color: var(--headings-color);
  --theme-black: #131313;
  --container-width: 1240px;
  --small-container-width: 1050px;
  --large-container-width: 1800px;
  --container-pt: 120px;
  --container-pb: 120px;
}

/*
 * typography.scss
 * -----------------------------------------------
*/
::-moz-selection {
  background: var(--theme-color-dark);
  color: #fff;
  text-shadow: none;
}
::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(--title-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-weight: var(--body-font-weight);
  line-height: var(--body-line-height);
  letter-spacing: -0.02em;
}

/* -------- Headings ---------- */
h1, h2, h3, h4, h5, h6 {
  color: var(--headings-color);
 
  position: relative;
  line-height: var(--line-height-heading-);
  letter-spacing: -0.64px;
}
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,
h6 {
  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);
}

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

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



/*** 

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

.title a {
  color: inherit;
}

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

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

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

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

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.dropdown-toggle::after {
  display: none;
}

/*=======================
Scroll To Top style
=======================*/
.scroll-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 40px;
  font-size: 16px;
  line-height: 40px;
  color: var(--text-color-bg-theme-color1);
  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-color-dark);
  color: var(--theme-color-light);
}

.link-style-one {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  overflow: hidden;
  letter-spacing: 0.01em;
  text-transform: uppercase;
 
  color: var(--theme-color-dark);
}
.link-style-one:before {
  position: absolute;
  left: 0;
  right: 18px;
  bottom: 2px;
  height: 1px;
  background-color: var(--r1);
  content: "";
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.link-style-one i {
  position: relative;
  top: 1px;
  display: block;
  font-size: 14px;
  margin-left: 5px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.link-style-one:hover {
  color: var(--theme-color1);
}
.link-style-one:hover:before {
  right: 100%;
}

/*=== List Style One ===*/
.list-style-one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 0;
  position: relative;
}
.list-style-one li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--theme-color-dark);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 20px;
  margin-right: 20px;
  position: relative;
}
.list-style-one li:last-child {
  margin-right: 0;
}
.list-style-one li i {
  color: var(--theme-color1);
  font-size: 14px;
  line-height: 1em;
  margin-right: 10px;
  position: relative;
  top: 1px;
}
.list-style-one li a {
  color: var(--theme-color-dark);
  display: block;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.list-style-one li a:hover {
  color: var(--theme-color3) !important;
}
.list-style-one.light li,
.list-style-one.light a,
.list-style-one.light i {
  color: var(--theme-color-light) !important;
}
.list-style-one.light a:hover {
  text-decoration: underline;
  color: var(--theme-color3);
}

/*=== List Style Two ===*/
.list-style-two {
  padding: 12px 0;
  position: relative;
}
.list-style-two li {
  color: #181818;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  line-height: 40px;
  position: relative;
}
.list-style-two li:last-child {
  margin-right: 0;
}
.list-style-two li i {
  color: var(--theme-color1);
  font-size: 1.2rem;
  margin: 0 10px 0 0;
  margin-right: 10px;
  position: relative;
  top: 1px;
}
.list-style-two li a {
  display: block;
  color: var(--theme-color-dark);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.list-style-two li a:hover {
  color: var(--theme-color-light);
}
.list-style-two.light li,
.list-style-two.light a,
.list-style-two.light i {
  color: var(--theme-color-light) !important;
}
.list-style-two.light a:hover {
  text-decoration: underline;
}

.social-icon-one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
.social-icon-one li {
  display: inline-block;
  margin-left: 20px;
}
.social-icon-one li:last-child {
  margin-right: 0;
}
.social-icon-one li a {
  color: var(--theme-color2);
  display: block;
  font-size: 16px;
  line-height: 1em;
  position: relative;
}
.social-icon-one li a:hover {
  color: var(--theme-color1);
}

/*Social Icon Two*/
.social-icon-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.social-icon-two li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 8px;
  position: relative;
}
.social-icon-two li:last-child {
  margin-right: 0;
}
.social-icon-two li a {
  border-radius: 50%;
  background: var(--gradient-2);
  color: var(--theme-color-light);
  font-size: 14px;
  display: block;
  height: 42px;
  line-height: 41px;
  position: relative;
  text-align: center;
  width: 41px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.social-icon-two li a i {
  position: relative;
}
.social-icon-two li a::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  border-radius: 50px;
  background-color: var(--theme-color1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  content: "";
}
.social-icon-two li a:hover {
  color: var(--theme-color-light);
}
.social-icon-two li a:hover:before {
  -webkit-transform: scale(1);
          transform: scale(1);
}

/*Social Icon Three*/
.social-icon-three {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.social-icon-three li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 8px;
  position: relative;
}
.social-icon-three li:last-child {
  margin-right: 0;
}
.social-icon-three li a {
  border-radius: 50%;
  background: var(--theme-color-light);
  color: var(--theme-color1);
  font-size: 14px;
  display: block;
  height: 32px;
  line-height: 32px;
  position: relative;
  text-align: center;
  width: 32px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.social-icon-three li a i {
  position: relative;
}
.social-icon-three li a::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  border-radius: 50px;
  background-color: var(--theme-color1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  content: "";
}
.social-icon-three li a:hover {
  color: var(--text-color-bg-theme-color1);
}
.social-icon-three li a:hover:before {
  -webkit-transform: scale(1);
          transform: scale(1);
}

/*=======================
  List Styles
=======================*/
.list-style-three {
  margin-top: 28px;
}
.list-style-three li {
  color: var(--text-color);
  font-size: 16px;
  margin-bottom: 8px;
  padding-left: 35px;
  position: relative;
}
.list-style-three .icon {
  color: var(--theme-color1);
  left: 0;
  position: absolute;
  top: 0;
}
.list-style-three i {
  color: var(--theme-color1);
  font-size: 18px;
  left: 0px;
  line-height: 22px;
  position: absolute;
  top: 0px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.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.jpg);
}

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

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

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

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

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




.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: 52px;
  height: 52px;
  font-size: 16px;
  font-weight: 700;
  line-height: 52px;
  color: var(--theme-color-dark);
  background: #fff;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 50%;
  margin-right: 10px;
}
.default-navs .owl-next:hover,
.default-navs .owl-prev:hover {
  background-color: var(--theme-color-dark);
  color: var(--theme-color-light);
}

.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;
  width: 100%;
}
.default-dots .owl-dots .owl-dot {
  height: 14px;
  width: 14px;
  border: 2px solid #e7e7e7;
  background-color: #e7e7e7;
  margin: 0 5px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  border-radius: 50%;
}
.default-dots .owl-dots .owl-dot.active {
  background-color: var(--theme-color1);
  border-radius: 50%;
  border: 2px solid var(--theme-color1);
}

/*==========================
	Nav Style One
===========================*/
.nav-style-one {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 9;
}
.nav-style-one .next,
.nav-style-one .prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 38px;
  padding: 18px 25px;
  padding-left: 0;
}
.nav-style-one .next .icon,
.nav-style-one .prev .icon {
  display: inline-block;
  position: relative;
}
.nav-style-one .next .icon:before,
.nav-style-one .prev .icon:before {
  border: 1px dotted #fff;
  border-radius: 100px;
  content: "";
  height: 52px;
  margin-top: -20px;
  position: absolute;
  right: -25px;
  top: 0;
  width: 52px;
  z-index: -1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.nav-style-one .next:hover .icon:before,
.nav-style-one .prev:hover .icon:before {
  background-color: rgba(255, 255, 255, 0.15);
  width: 125px;
}
.nav-style-one .prev {
  margin-right: 0;
  padding-left: 25px;
  padding-right: 0;
}
.nav-style-one .prev .icon:before {
  left: -25px;
  right: auto;
}
.nav-style-one .swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.nav-style-one.dark .next .icon:before,
.nav-style-one.dark .prev .icon:before {
  border: 1px solid #797979;
}

/*==========================
	Prelaoder
===========================*/
.preloader {
  background-color: #ffffff;
  height: 100%;
  left: 0px;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 999999;
}

.preloader:after {
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/icons/preloader.png);
  background-size: 100px;
  content: "";
  height: 100px;
  margin-left: -33px;
  margin-top: -40px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 100px;
}


/*================================
  Own Nav Custom
=================================*/
.owl-carousel.owl-theme.nav_none .owl-nav {
  display: none;
}
.owl-carousel.owl-theme.nav_none .dots-nav {
  display: none;
}

.before_none:before {
  display: none;
}

.theme-btn {
  position: relative;
  display: block;
  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;
}
.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: 1.4;
  padding: 12px 40px;
  border-radius: 50px;
  font-weight: 600;
  letter-spacing: 0.7px;
  overflow: hidden;
  color: var(--text-color-bg-theme-color1);
  text-transform: uppercase;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  background: var(--gradient-2);
}
.btn-style-one:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  border-radius: 100px;
  -webkit-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
  background: var(--gradient-2);
}
.btn-style-one i {
  position: relative;
  top: 1px;
  display: block;
  margin-left: 10px;
}
.btn-style-one:hover {
  color: var(--text-color-bg-theme-color1);
}
.btn-style-one:hover:before {
  width: 0;
  left: 100%;
}
.btn-style-one.dark-bg {
  color: var(--theme-color-light);
  background-color: var(--theme-color-dark);
}
.btn-style-one.dark-bg::before {
  background-color: var(--theme-color1);
}
.btn-style-one.light-bg {
  color: var(--theme-color-dark);
  background: var(--theme-color2);
}
.btn-style-one.light-bg::before {
  background: var(--theme-color-light);
}
.btn-style-one.light-bg:hover {
  color: var(--theme-color-light);
}
.btn-style-one.bdr-white {
  background: transparent;
  border: 1px solid var(--theme-color-white);
  color: var(--theme-color-white);
}
.btn-style-one.bdr-white::before {
  background: transparent;
}
.btn-style-one.bdr-white:hover {
  color: var(--theme-color-dark);
}
.btn-style-one.bdr-white:hover:before {
  background: var(--theme-color-light);
  width: 100%;
  left: 0;
}
.btn-style-one.bdr-theme1 {
  background: transparent;
  border: 1px solid var(--theme-color1);
  color: var(--theme-color1);
}
.btn-style-one.bdr-theme1::before {
  background: transparent;
}
.btn-style-one.bdr-theme1:hover {
  color: var(--text-color-bg-theme-color1);
}
.btn-style-one.bdr-theme1:hover:before {
  background: var(--theme-color1);
  width: 100%;
  left: 0;
}
.btn-style-one.hover-light:hover {
  color: var(--theme-color-dark);
}
.btn-style-one.hover-light:before {
  background-color: var(--theme-color-light);
}

/*Btn Style Two*/
.btn-style-two {
  position: relative;
  font-size: 16px;
  line-height: 19px;
  padding: 12px 34px;
  border-radius: 50px;
  font-weight: 700;
  overflow: hidden;
  color: var(--theme-color2);
  border: 1px solid #d4d0e4;
  background-color: var(--theme-color-light);
  -webkit-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
}
.btn-style-two:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 100%;
  opacity: 1;
  border-radius: 100px;
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
  background: var(--gradient-1);
}
.btn-style-two i {
  position: relative;
  top: 1px;
  display: block;
  margin-left: 10px;
}
.btn-style-two:hover {
  color: var(--theme-color-light);
}
.btn-style-two:hover:before {
  width: 100%;
  left: 0;
}

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

/*** 

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

***/
.reveal {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  visibility: hidden;
  overflow: hidden;
}
.reveal img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform-origin: left;
          transform-origin: left;
}

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

[text-split] {
  opacity: 0;
}

.word {
  overflow: hidden;
  margin-bottom: -0.1em;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}

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

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

.icon-lines {
  width: 467px;
  height: 440px;
  background-image: url(../images/icons/icon-lines.png);
}

.icon-lines-1 {
  width: 390px;
  height: 866px;
  background-image: url(../images/icons/icon-lines-1.png);
}

.icon-lines-3 {
  width: 168px;
  height: 200px;
  background-image: url(../images/icons/icon-lines-3.png);
}

.icon-lines-4 {
  width: 560px;
  height: 649px;
  background-image: url(../images/icons/icon-lines-4.png);
}

.icon-lines-5 {
  width: 138px;
  height: 139px;
  background-image: url(../images/icons/icon-lines-5.png);
}

.icon-lines-6 {
  width: 150px;
  height: 150px;
  background-image: url(../images/icons/icon-lines-6.png);
}

.icon-lines-7 {
  width: 258px;
  height: 266px;
  background-image: url(../images/icons/icon-lines-7.png);
}

.icon-lines-8 {
  width: 647px;
  height: 541px;
  background-image: url(../images/icons/icon-lines-8.png);
}

.icon-lines-9 {
  width: 370px;
  height: 237px;
  background-image: url(../images/icons/icon-lines-9.png);
}

.icon-lines-10 {
  width: 112px;
  height: 109px;
  background-image: url(../images/icons/icon-lines-10.png);
}

.icon-lines-13 {
  width: 388px;
  height: 403px;
  background-image: url(../images/icons/icon-lines-13.png);
}

.icon-lines-14 {
  width: 222px;
  height: 231px;
  background-image: url(../images/icons/icon-lines-14.png);
}

.icon-lines-15 {
  width: 710px;
  height: 1173px;
  background-image: url(../images/icons/icon-lines-15.png);
}

.icon-lines-17 {
  width: 100%;
  height: 554px;
  background-image: url(../images/icons/icon-lines-17.png);
}

.icon-lines-18 {
  width: 449px;
  height: 540px;
  background-image: url(../images/icons/icon-lines-18.png);
}

.icon-lines-19 {
  width: 165px;
  height: 145px;
  background-image: url(../images/icons/icon-lines-19.png);
}

.icon-lines-21 {
  width: 389px;
  height: 317px;
  background-image: url(../images/icons/icon-lines-21.png);
}

.icon-lines-22 {
  width: 389px;
  height: 467px;
  background-image: url(../images/icons/icon-lines-22.png);
}

.icon-lines-23 {
  width: 1113px;
  height: 1584px;
  background-image: url(../images/icons/icon-lines-23.png);
}

.icon-lines-25 {
  height: 405px;
  width: 390px;
  background-image: url(../images/icons/icon-lines-25.png);
}

.icon-circles {
  width: 758px;
  height: 518px;
  background-image: url(../images/icons/icon-circles.png);
}

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

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

.icon-text {
  width: 247px;
  height: 83px;
  background-image: url(../images/icons/icon-text.png);
}

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

.icon-shape {
  width: 165px;
  height: 165px;
  background-image: url(../images/icons/icon-shape.png);
}

.icon-shape-3 {
  width: 221px;
  height: 80px;
  background-image: url(../images/icons/icon-shape-3.png);
}

.icon-shape-5 {
  width: 100%;
  height: 669px;
  background-image: url(../images/icons/icon-shape-5.png);
}

.icon-arrow {
  width: 54px;
  height: 49px;
  background-image: url(../images/icons/icon-arrow.png);
}

.icon-comment {
  width: 73px;
  height: 67px;
  background-image: url(../images/icons/icon-comment.png);
}

.icon-wave {
  width: 855px;
  height: 339px;
  background-image: url(../images/icons/icon-wave.png);
}

.overlay-1 {
  width: 932px;
  height: 739px;
  background-image: url(../images/icons/overlay-1.png);
}

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

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

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

.bg-pattern-4 {
  background-image: url(../images/icons/bg-pattern4.jpg);
}

.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;
  z-index: 9;
  pointer-events: none;
}
.overlay-anim:hover:after {
  height: 100%;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}

.circle {
  position: fixed;
  width: 10px;
  height: 10px;
  left: -10px;
  top: -10px;
  border-radius: 100%;
  z-index: 1;
  pointer-events: none;
  z-index: 10000;
  -webkit-transform: scale(1);
          transform: scale(1);
}
@supports (mix-blend-mode: difference) {
  .circle {
    background-color: white;
    mix-blend-mode: difference;
  }
}
@media only screen and (max-width: 1023px) {
  .circle {
    display: none !important;
  }
}

.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 {
  display: block;
  height: 110px;
  position: relative;
  width: 100%;
}

.main-header {
  position: relative;
  width: 100%;
  z-index: 999;
}

.header-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.header-top .inner-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 80px;
  position: relative;
  width: 100%;
}
@media (max-width: 1399.98px) {
  .header-top .inner-container {
    padding: 0 20px;
  }
}
.header-top .top-left {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.header-top .top-right {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.header-top .top-right .social-icon-one {
  margin-left: 41px;
}
.header-top .useful-links {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 0;
}
.header-top .useful-links li {
  color: #75767a;
  font-size: 12px;
  line-height: 20px;
  margin-left: 15px;
  padding-left: 15px;
  position: relative;
}
.header-top .useful-links li:first-child {
  margin-left: 0;
  padding-left: 0;
}
.header-top .useful-links li:first-child:before {
  display: none;
}
.header-top .useful-links li:before {
  content: "/";
  left: -3px;
  position: absolute;
  top: 0;
}
.header-top .useful-links li a {
  color: #808287;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.header-top .useful-links li a:hover {
  color: var(--theme-color-light);
}

.main-header .header-lower {
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-header .header-lower .logo-box {
  padding: 0px 0;
 
}

.main-header {
  width: 100%;
  z-index: 999;
}
.main-header .logo {
    display: block;
    position: relative;
    height: 100%;
    text-align: center;
}
.main-header .logo img {
  height: auto;
  max-width: 100%;
  height: 180px;
}
.main-header .main-box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 0px;
  position: relative;
  top: 0px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-header .main-box .nav-outer {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: end;
  position: relative;
  width: 100%;
  padding-right: 25px;
}

.main-menu {
  position: relative;
}
@media (max-width: 1024px) {
  .main-menu {
    display: none;
  }
  .mobile-nav-toggler {
        display: block;
        top: -1px;
    }
}

.main-menu .navbar-header {
  display: none;
}

.main-menu .navbar-collapse {
  padding: 0px;
}

.main-menu .navigation {
  margin: 0px;
  position: relative;
}

.main-menu .navigation > li {
  float: left;
  margin-right: 20px;
  padding: 14px 0px;
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 1399.98px) {
  .main-menu .navigation > li {
    margin-right: 15px;
  }
}
@media (max-width: 1247px) {
  .main-menu .navigation > li {
    margin-right: 13px;
  }
}
@media (max-width: 1123px) {
  .main-menu .navigation > li {
    margin-right: 10px;
  }
}
.main-menu .navigation > li:last-child {
  margin-right: 0;
}
.main-menu .navigation > li:before {
  background-color: #0f054c;
  height: 0;
  left: 50%;
  margin-top: 10px;
  position: absolute;
  top: 50%;
  width: 0%;
  z-index: 3;
  content: "";
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-menu .navigation > li:hover:before, .main-menu .navigation > li.current:before {
  left: 0;
  width: 100%;
}
.main-menu .navigation > li:hover > a, .main-menu .navigation > li.current > a {
  color: var(--theme-color1);
}
.main-menu .navigation > li > a {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-weight: 600;
  line-height: 30px;
  opacity: 1;
  padding: 0;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: var(--title-font);
  letter-spacing: 1px;
}
.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-color3);
}
.main-menu .navigation > li.current > a {
  color: var(--theme-color3);
}
.main-menu .navigation > li.dropdown > a {
  margin-right: 0;
  padding-right: 0;
}
.main-menu .navigation > li.dropdown > a:after {
  content: "\f107";
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 12px;
  font-weight: 900;
  height: 20px;
  line-height: 24px;
  margin-top: -2px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  z-index: 5;
  display: none;
}
.main-menu .navigation > li.dropdown:hover > ul {
  margin-top: 0;
  opacity: 1;
  top: 100%;
  visibility: visible;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-menu .navigation > li > ul {
  background-color: #ffffff;
  -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);
  display: none;
  left: 0px;
  margin-top: 30px;
  opacity: 0;
  padding: 10px 0 0;
  position: absolute;
  top: 100%;
  width: 300px;
  z-index: 100;
}
.main-menu .navigation > li > ul.from-right {
  left: auto;
  right: 0px;
}
.main-menu .navigation > li > ul > li {
  border-bottom: 1px solid #ebf1f5;
  position: relative;
  width: 100%;
}
.main-menu .navigation > li > ul > li:last-child {
  border-bottom: none;
}
.main-menu .navigation > li > ul > li > a {
  color: var(--theme-color-dark);
  display: block;
  font-size: 15px;
  font-weight: 400;
  line-height: 29px;
  margin: 0 30px;
  padding: 10px 0px;
  position: relative;
  text-align: left;
  text-transform: capitalize;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: var(--title-font);
}
.main-menu .navigation > li > ul > li.active a{
color: var(--theme-color3);
}
.main-menu .navigation > li > ul > li:hover > a {
  color: var(--theme-color1);
}
.main-menu .navigation > li > ul > li.dropdown > a:after {
  content: "\f105";
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 14px;
  font-weight: 900;
  line-height: 24px;
  position: absolute;
  right: 0;
  top: 11px;
  z-index: 5;
}
.main-menu .navigation > li > ul > li.dropdown:hover > ul {
  margin-top: 20px;
  opacity: 1;
  top: 0px;
  visibility: visible;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-menu .navigation > li > ul > li > ul {
  background-color: #ffffff;
  display: none;
  left: 100%;
  margin-top: 10px;
  opacity: 0;
  padding: 10px 0 0;
  position: absolute;
  top: 0px;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
  width: 220px;
  z-index: 100;
  -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 {
  border-bottom: 1px solid #ebf1f5;
  position: relative;
  width: 100%;
}
.main-menu .navigation > li > ul > li > ul > li:last-child {
  border-bottom: none;
}
.main-menu .navigation > li > ul > li > ul > li > a {
  color: var(--theme-color-dark);
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0 30px;
  padding: 10px 0;
  position: relative;
  text-align: l eft;
  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-color1);
}

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

.main-header .outer-box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}
.main-header .outer-box .theme-btn {
  font-size: 12px;
  margin-left: 40px;
  text-transform: uppercase;
}
.main-header .outer-box .ui-btn-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px 0;
  padding-right: 30px;
  margin-right: 30px;
  border-right: 1px solid #ebebeb;
}

@media only screen and (max-width: 1250px) {
.main-menu .navigation > li > a{
  font-size: 14px;
}
}
@media only screen and (max-width: 1199px) {
  .main-header .outer-box .ui-btn-outer {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
  }
}

@media only screen and (max-width: 1078px) {
.main-menu .navigation > li > a{
  font-size: 13px;
}
}

.main-header .ui-btn {
  background: none;
  color: #2f382f;
  display: block;
  font-size: 22px;
  height: 30px;
  line-height: 30px;
  position: relative;
  text-align: center;
  width: 30px;
  margin-left: 26px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 991.98px) {
  .main-header .ui-btn {
    line-height: 31px;
  }
}
@media (max-width: 575.98px) {
  .main-header .ui-btn {
    margin-left: 0;
    line-height: 36px;
  }
}
.main-header .ui-btn.cart-btn {
  font-size: 20px;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .main-header .ui-btn.cart-btn {
    margin-left: 15px;
  }
}
@media (max-width: 575.98px) {
  .main-header .ui-btn.cart-btn {
    display: none;
  }
}
.main-header .ui-btn.cart-btn .items-count {
  position: absolute;
  bottom: 0;
  right: 18px;
  height: 18px;
  width: 18px;
  line-height: 19px;
  font-size: 11px;
  border-radius: 50%;
  color: var(--text-color-bg-theme-color1);
  background-color: var(--theme-color1);
  text-align: center;
}
.main-header .ui-btn:hover {
  color: var(--theme-color1);
}

.main-header .info-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  margin-left: 40px;
  padding-left: 44px;
  position: relative;
  text-align: left;
  white-space: nowrap;
}
.main-header .info-btn small {
  color: var(--theme-color1);
  display: block;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
}
.main-header .info-btn .icon {
  font-size: 24px;
  height: 40px;
  line-height: 1em;
  margin-top: -12px;
  margin-right: 20px;
  padding-right: 20px;
  position: absolute;
  left: 0;
  top: 50%;
}
.main-header .info-btn:hover {
  color: var(--theme-color-light);
}
.main-header .info-btn.ui-info-btn {
  color: #fff;
  display: block;
  font-size: 16px;
  padding: 8px 0;
  padding-left: 54px;
  text-align: left;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.64px;
  margin-left: 0;
}

.main-header .info-btn.ui-info-btn .icon {
  margin-top: -22px;
  line-height: 44px;
  height: 44px;
  width: 44px;
  text-align: center;
  border-radius: 50%;
  color: var(--text-color-bg-theme-color1);
  background-color: var(--theme-color1);
  font-size: 16px;
  padding-right: 0;
}
.main-header .info-btn.ui-info-btn small {
  color: var(--text-color);
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 5px;
  text-transform: capitalize;
  letter-spacing: 0;
}
@media only screen and (max-width: 1101px) {
  .main-header .info-btn.ui-info-btn .icon {
           margin-top: -15px;
        line-height: 30px;
        height: 30px;
        width: 30px;
    }
  
  .main-header .info-btn.ui-info-btn {
    display: block;
    font-size: 15px;
    padding: 8px 0;
    padding-left: 36px;
  }
}



@media only screen and (max-width: 991px) {
  .main-header .info-btn.ui-info-btn{
    display: none;
  }
}



/*** 
====================================================================
  Header Style One
====================================================================
***/
.header-style-one {
  position: absolute;
  /*background-image: linear-gradient(0deg, rgb(23 23 23 / 0%) 6%, #000000 100%);*/
}
.header-style-one .header-top {
  position: relative;
}
@media (max-width: 991.98px) {
  .header-style-one .header-top {
    display: none;
  }
}
.header-style-one .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;
  padding-left: 250px;
  padding-right: 40px;
}
@media (max-width: 1399.98px) {
  .header-style-one .header-top .inner-container {
    padding-left: 200px;
    padding-right: 30px;
  }
}
@media (max-width: 1199.98px) {
  .header-style-one .header-top .inner-container {
    padding-left: 170px;
  }
}
@media only screen and (max-width: 1023px) {
  .header-style-one .header-top .inner-container {
    padding-right: 20px;
  }
}
.header-style-one .header-top .inner-container .list-style-one {
  padding: 15px 0;
}
.header-style-one .header-top .inner-container .list-style-one li {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
}
.header-style-one .header-top .inner-container .social-icon-one li a {
  color: var(--text-color-bg-theme-color1);
  font-size: 15px;
}
.header-style-one .header-top .inner-container .social-icon-one li a:hover {
  color: var(--theme-color3);
}
@media (max-width: 991.98px) {
  .header-style-one .header-top .inner-container .top-right {
    display: none;
  }
}
.header-style-one .header-top .inner-container .top-right .text {
  position: relative;
  color: var(--theme-color-light);
  font-size: 14px;
  font-weight: 500;
}
.header-style-one .main-box .logo-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 150px;
  margin-right: 30px;
  margin-top: -50px;
  min-width: 170px;
  position: relative;
}
@media (max-width: 1199.98px) {
  .header-style-one .main-box .logo-box {
    margin-right: 20px;
    min-width: 150px;
  }
}
@media (max-width: 1156px) {
  .header-style-one .main-box .logo-box {
    margin-right: 14px;
    min-width: 125px;
    padding-left: 10px;
  }
}
@media (max-width: 991.98px) {
  .header-style-one .main-box .logo-box {
    margin-top: 0;
    min-width: 210px;
    padding: 15px 0;
  }
}
@media (max-width: 575.98px) {
  .header-style-one .main-box .logo-box {
    min-width: 130px;
    margin-right: 15px;
  }
}
.header-style-one .main-box .logo-box:before {
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
/*.header-style-one .main-box .logo-box .logo img {
 height: 100%;
}*/
@media (max-width: 991.98px) {
  .header-style-one .main-box .logo-box .logo img {
    max-width: 150px;
    height: 150px;
  }
}
.header-style-one .main-box .outer-box {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-right: 40px;
  position: relative;
}
@media (max-width: 1399.98px) {
  .header-style-one .main-box .outer-box {
    padding-right: 30px;
  }
}
@media (max-width: 1200px) {
  .header-style-one .main-box .outer-box {
    padding-right: 10px;
  }
}
@media only screen and (max-width: 1023px) {
  .header-style-one .main-box .outer-box {
    padding-right: 20px;
  }
}
@media (max-width: 1399.98px) {
  .header-style-one .main-box .outer-box .social-icon-one {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .header-style-one .main-box .outer-box .btn-box {
    display: none;
  }
}
/*** 
====================================================================
  Sticky Header
====================================================================
***/
.sticky-header {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  left: 0px;
  top: 0px;
  width: 100%;
  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);
}
@media (max-width: 991.98px) {
  .sticky-header {
    padding: 5px 0;
  }
}

.sticky-header.fixed-header {
  opacity: 1;
  z-index: 9999;
  visibility: visible;
}

.sticky-header .logo {
  padding: 10px 0;
}
.sticky-header .logo img {
  max-height: 60px;
  width: 100%;
}
.sticky-header .nav-outer {
  background: none;
  position: relative;
}
.sticky-header .inner-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

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

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

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

.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 > ul > li > ul {
    display: block !important;
    opacity: 0;
    visibility: hidden;
  }
}
/*** 

====================================================================
      Mobile Menu
====================================================================

***/
.mobile-nav-toggler {
  position: relative;
  font-size: 28px;
  line-height: 20px;
  cursor: pointer;
  color: #2f382f;
  display: none;
  margin-left: 20px;
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}
@media (max-width: 1024px) {
  .mobile-nav-toggler {
    display: block;
    top: -1px;
  }
}
@media (max-width: 575.98px) {
  .mobile-nav-toggler {
    margin-left: 15px;
  }
}
.mobile-nav-toggler:hover {
  color: var(--theme-color1);
}

.mobile-menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 300px;
  max-width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
}
.mobile-menu .menu-backdrop {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
}
.mobile-menu .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 20px;
}
.mobile-menu .close-btn {
  position: relative;
  text-align: center;
  font-size: 18px;
  color: var(--theme-color1);
  cursor: pointer;
  z-index: 10;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}
.mobile-menu .close-btn:hover {
  opacity: 0.5;
}
.mobile-menu .nav-logo {
  position: relative;
  text-align: left;
  width: 100%;
}
.mobile-menu .nav-logo img {
  max-height: 40px;
}
.mobile-menu .menu-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background: var(--theme-color-white);
  padding: 0px 0px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  border-radius: 0px;
  -webkit-transform: translateX(101%);
          transform: translateX(101%);
}

.mobile-menu-visible {
  overflow: hidden;
}
.mobile-menu-visible .mobile-menu {
  opacity: 1;
  visibility: visible;
}
.mobile-menu-visible .mobile-menu .menu-backdrop {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mobile-menu-visible .mobile-menu .menu-box {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s ease 200ms;
  transition: all 0.4s ease 200ms;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
.mobile-menu-visible .mobile-menu .close-btn {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.mobile-menu-visible .scroll-to-top {
  opacity: 0;
  visibility: hidden;
}

.mobile-menu .navigation {
  position: relative;
  display: block;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.mobile-menu .navigation li {
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.mobile-menu .navigation li > ul > li:last-child {
  border-bottom: none;
}
.mobile-menu .navigation li > ul > li:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.mobile-menu .navigation li > a {
  position: relative;
  display: block;
  line-height: 20px;
  padding: 10px 20px;
  font-size: 14px;
  color: #000000;
  font-weight: 400;
  text-transform: uppercase;
}
.mobile-menu .navigation li:hover > a, .mobile-menu .navigation li.current > a {
  color: var(--theme-color1);
}
.mobile-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 44px;
  height: 44px;
  text-align: center;
  font-size: 16px;
  line-height: 44px;
  color: #000000;
  cursor: pointer;
  z-index: 5;
}
.mobile-menu .navigation li.dropdown .dropdown-btn:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 10px;
  width: 1px;
  height: 24px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.mobile-menu .navigation li.dropdown .dropdown-btn.active i:before {
  content: "\f106";
}

.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul {
  display: none;
}

.mobile-menu .navigation li > ul > li {
  padding-left: 20px;
}

.contact-list-one {
  position: relative;
  padding: 30px 20px 20px;
  width: 100%;
}
.contact-list-one li {
  position: relative;
  padding-left: 0px;
  margin-bottom: 10px;
}
.contact-list-one li .icon {
  position: absolute;
  left: 0;
  top: 0px;
  font-size: 34px;
  line-height: 40px;
  color: var(--theme-color1);
}
.contact-list-one li .title {
  display: block;
  font-size: 14px;
  color: var(--theme-color-dark);
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
}
.contact-list-one li .text {
  font-size: 14px;
  line-height: 24px;
  color: var(--theme-color-dark);
}
.contact-list-one li .text a {
  color: var(--theme-color-dark);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.contact-list-one li .text a:hover {
  color: var(--theme-color1);
}
.contact-list-one.light li .icon {
  color: var(--theme-color7);
}
.contact-list-one.light li .text,
.contact-list-one.light li .title {
  color: var(--theme-color-white);
}
.contact-list-one.light li .text a,
.contact-list-one.light li .title a {
  color: var(--theme-color-white);
}

.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-color-white);
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: auto;
}
.mobile-menu .social-links li {
  position: relative;
  text-align: center;
  width: 100%;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.mobile-menu .social-links li a {
  position: relative;
  display: block;
  line-height: 50px;
  height: 50px;
  font-size: 14px;
  text-align: center;
  color: #000000;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.mobile-menu .social-links li a:hover {
  color: var(--theme-color2);
}

/*** 

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

***/
.sec-title {
  position: relative;
  margin-bottom: 50px;
}
@media (max-width: 767.98px) {
  .sec-title br {
    display: none;
  }
}
.sec-title .sub-title {
  position: relative;
  display: 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);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 0px;
  padding-top: 0px;
  background: linear-gradient(173deg, var(--theme-color1), #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sec-title .sub-title:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 43px;
  height: 5px;
  border-radius: 5px;
  background: var(--theme-color3);
  content: "";
}
.sec-title .sub-title.style-two {
  padding-top: 0;
}
.sec-title .sub-title.style-two:before {
  display: none;
}
.sec-title .sub-title.style-three {
  background: transparent;
  color: var(--text-color);
  -webkit-text-fill-color: var(--text-color);
}
.sec-title .sub-title.style-four {
  background: transparent;
  color: var(--theme-color1);
  -webkit-text-fill-color: var(--theme-color1);
}
.sec-title h1 {
  position: relative;
  font-size: var(--h1-font-size);
  line-height: 1.2em;
  margin-bottom: 0;
}
@media (max-width: 1199.98px) {
  .sec-title h1 {
    font-size: 84px;
  }
}
@media (max-width: 991.98px) {
  .sec-title h1 {
    font-size: 72px;
  }
}
@media (max-width: 767.98px) {
  .sec-title h1 {
    font-size: 68px;
  }
}
@media (max-width: 575.98px) {
  .sec-title h1 {
    font-size: 54px;
  }
}
.sec-title h2 {
  position: relative;
  font-size: var(--sec-title-font-size);
  color: var(--theme-color1);
  font-family: var(--sec-title-font-family);
  font-weight: var(--sec-title-font-weight);
  margin-bottom: 0;
  line-height: 1.2;
  z-index: 2;
  padding-top: 10px;
  text-transform: uppercase;
}
@media (max-width: 575.98px) {
  .sec-title h2 {
    font-size: 25px;
  }
  .sec-title h2 br {
    display: none;
  }
}
.sec-title .text {
  margin-top: 20px;
}
.sec-title.light .sub-title {
  color: #8077b4;
}
.sec-title.light .sub-title:before {
  background: var(--gradient-1);
}
.sec-title.light .text {
  color: var(--theme-color-light);
}
.sec-title.light h2,
.sec-title.light h1 {
  color: var(--theme-color-light);
}
.sec-title.text-center .sub-title:before {
  margin: 0 auto;
}
/*** 
====================================================================
  Main Slider
====================================================================
***/
.main-slider {
  min-height: 740px;
  position: relative;
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
  overflow: hidden;
}
.main-slider .shape-curve {
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  line-height: 0;
  direction: ltr;
}
@media (max-width: 991.98px) {
  .main-slider .shape-curve {
    display: none;
  }
}
.main-slider .shape-curve svg {
  width: calc(100% + 1.3px);
  height: 120px;
  display: block;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.main-slider .shape-curve svg .shape-fill {
  fill: #fff;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}
.main-slider .tp-dottedoverlay {
  background-color: transparent;
  background-image: linear-gradient(312deg, rgba(0, 0, 0, 0.58) 64%, #0e6ffd 100%);
  opacity: 1;
}
.main-slider .tp-dottedoverlay:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  top: 35px;
  z-index: 3;
  width: 390px;
  height: 540px;
  background-image: url(../images/banner/shape-lines-1.png);
  opacity: 0.5;
}
.main-slider .tp-dottedoverlay:after {
  content: "";
  position: absolute;
  width: 389px;
  height: 404px;
  background-image: url(../images/banner/shape-lines-2.png);
  position: absolute;
  top: calc(50% - 255px);
  left: calc(50% - 735px);
  opacity: 0.35;
  -webkit-animation: flicker-animation 3s infinite;
          animation: flicker-animation 3s infinite;
}
.main-slider .icon-lines {
  left: 0;
  position: absolute;
  top: 0;
}
.main-slider h1 {
  position: relative;
  display: block;
  color: var(--theme-color-light);
  font-size: 100px;
  font-weight: 800;
  line-height: 110px;
  letter-spacing: -0.64px;
  z-index: 3;
}
@media (max-width: 1399.98px) {
  .main-slider h1 {
    font-size: 80px;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 1023px) {
  .main-slider h1 {
    font-size: 64px;
  }
}
@media (max-width: 767.98px) {
  .main-slider h1 {
    font-size: 50px;
  }
}
@media (max-width: 575.98px) {
  .main-slider h1 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 424px) {
  .main-slider h1 br {
    display: none;
  }
}
.main-slider .theme-btn {
  padding: 20px 49px;
}
.main-slider .rev_slider_wrapper .tparrows {
  display: none;
}

/* Animate 1 */
.owl-carousel .animate-7,
.owl-carousel .animate-6,
.owl-carousel .animate-5,
.owl-carousel .animate-4,
.owl-carousel .animate-3,
.owl-carousel .animate-2,
.owl-carousel .animate-1 {
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.owl-carousel .animate-x {
  opacity: 0;
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.owl-carousel .active .animate-7,
.owl-carousel .active .animate-6,
.owl-carousel .active .animate-5,
.owl-carousel .active .animate-4,
.owl-carousel .active .animate-3,
.owl-carousel .active .animate-2,
.owl-carousel .active .animate-1 {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.owl-carousel .active .animate-2 {
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}
.owl-carousel .active .animate-3 {
  -webkit-transition-delay: 600ms;
          transition-delay: 600ms;
}
.owl-carousel .active .animate-4 {
  -webkit-transition-delay: 900ms;
          transition-delay: 900ms;
}
.owl-carousel .active .animate-5 {
  -webkit-transition-delay: 1200ms;
          transition-delay: 1200ms;
}
.owl-carousel .active .animate-6 {
  -webkit-transition-delay: 1500ms;
          transition-delay: 1500ms;
}
.owl-carousel .active .animate-7 {
  -webkit-transition-delay: 1800ms;
          transition-delay: 1800ms;
}


/*** 
====================================================================
  Banner Section
====================================================================
***/
.banner-section {
  background-color: var(--theme-color2);
  overflow: hidden;
  position: relative;
  height: 100vh;
}
.banner-section .slide-item {
  position: relative;
  display: flex;
    align-items: center;
    height: 100vh;
}
.banner-section .slide-item .bg-image {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.banner-section .slide-item:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  pointer-events: none;
  background-color: #000;
  opacity: 0;
  content: "";
}
.banner-section .slide-item .shape-lines-1 {
  position: absolute;
  left: 0;
  top: 0;
  top: 35px;
  z-index: 3;
  width: 390px;
  height: 540px;
  background-image: url(../images/banner/shape-lines-1.png);
}
@media (max-width: 1199.98px) {
  .banner-section .slide-item .shape-lines-1 {
    display: none;
  }
}
.banner-section .slide-item .shape-lines-2 {
  width: 389px;
  height: 404px;
  background-image: url(../images/banner/shape-lines-2.png);
  position: absolute;
  top: calc(50% - 54px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation: flicker-animation 3s infinite;
          animation: flicker-animation 3s infinite;
}
@media (max-width: 767.98px) {
  .banner-section .slide-item .shape-lines-2 {
    display: none;
  }
}
.banner-section .content-box {
  position: relative;
  padding: 0;
  text-align: center;
  padding-top: 110px;
}
@media (max-width: 575.98px) {
  .banner-section .content-box {
    padding: 50px 0 0px;
  }
}
.banner-section .content-box .text-stroke {
  font-size: 280px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 100px;
  letter-spacing: 20px;
  color: rgba(255, 255, 255, 0.11);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(0, 0, 0, 0.16);
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 252px;
}
@media (max-width: 1199.98px) {
  .banner-section .content-box .text-stroke {
    font-size: 200px;
  }
}
@media (max-width: 991.98px) {
  .banner-section .content-box .text-stroke {
    font-size: 150px;
  }
}
@media (max-width: 767.98px) {
  .banner-section .content-box .text-stroke {
    letter-spacing: 10px;
  }
}
@media (max-width: 575.98px) {
  .banner-section .content-box .text-stroke {
    display: none;
  }
}
.banner-section .content-box .sub-title {
  color: var(--theme-color-light);
 
  font-size: 15px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 1.5px;
  margin: 0 0 19px;
  text-transform: uppercase;
}
.banner-section .content-box .title {
  position: relative;
  font-size: 50px;
  line-height: 1;
  color: var(--theme-color-white);
  margin-bottom: 45px;
  z-index: 1;
}
@media (max-width: 1399.98px) {
  .banner-section .content-box .title {
    font-size: 40px;
  }
}
@media (max-width: 1199.98px) {
  .banner-section .content-box .title {
    letter-spacing: normal;
        font-size: 35px;
        line-height: 45px;
  }
}
@media (max-width: 991.98px) {
  .banner-section .content-box .title {
    font-size: 30px;
    letter-spacing: 0.02em;
    line-height: 1.2em;
    margin-bottom: 20px;
  }
}
@media (max-width: 575.98px) {
  .banner-section .content-box .title {
    font-size: 25px;
  }
}
.banner-section .content-box .theme-btn {
  padding: 19.5px 51px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.7px;
}
.banner-carousel{
  position: absolute !important;
}
.banner-carousel .owl-nav {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  padding: 0 60px;
  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-top: -40px;
  display: none;
}
@media (max-width: 1100px) {
.banner-section .content-box .theme-btn {
    padding: 10.5px 40px;

  }
}
@media (max-width: 991.98px) {
  .banner-carousel .owl-nav {
    display: none;
  }
}
.banner-carousel .owl-nav .owl-next,
.banner-carousel .owl-nav .owl-prev {
  display: block;
  height: 53px;
  width: 53px;
  line-height: 53px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 50%;
  color: var(--theme-color1);
  background-color: var(--theme-color-light);
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.banner-carousel .owl-nav .owl-next:hover,
.banner-carousel .owl-nav .owl-prev:hover {
  background-color: var(--theme-color1);
  color: var(--theme-color-light);
}

.video_banner {
    width: 100%;
    position: relative;
}

.video_banner video {
    height: 100vh !important;
    object-fit: cover;
    object-position: center;
    overflow: hidden;
    width: 100%;
}

/*** 
====================================================================
  About Section
====================================================================
***/
.about-section {
  padding: 80px 0 50px;
  position: relative;
  background-repeat: no-repeat;
  background-image: url(../images/icons/gradient-bg1.jpg);
  background-position: bottom left;
}
@media (max-width: 1399.98px) {
  .about-section {
    background-image: none;
  }
}
.about-section:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-image: url(../images/icons/icon-shape-1.png);
  content: "";
  background-position: bottom left;
}
@media (max-width: 1399.98px) {
  .about-section:before {
    display: none;
  }
}
.about-section .content-column {
  margin-bottom: 50px;
}
.about-section .content-column .inner-column {
  position: relative;
  padding-right: 30px;
}
@media (max-width: 1199.98px) {
  .about-section .content-column .inner-column {
    padding-right: 0;
  }
}
.about-section .content-column .inner-column .sec-title {
  margin-bottom: 20px;
}
.about-section .content-column .inner-column .sec-title .text {
  margin-top: 15px;
  text-align: justify;
}
.text-justify{
  text-align: justify;
}
.about-section .content-column .inner-column .theme-btn {
  margin-top: 10px;
}
.about-section .image-column {
  margin-bottom: 50px;
}
.about-section .image-column .inner-column {
  margin-bottom: 115px;
  position: relative;
}
@media (max-width: 991.98px) {
  .about-section .image-column .inner-column {
    margin-bottom: 0;
    text-align: center;
  }
}
.about-section .image-column .inner-column .icon-dots-2 {
  bottom: -75px;
  left: -70px;
  position: absolute;
}
@media (max-width: 991.98px) {
  .about-section .image-column .inner-column .icon-dots-2 {
    display: none;
  }
}
.about-section .image-column .inner-column .image-box {
  position: relative;
}
.about-section .image-column .inner-column .image-box .image {
  display: inline-block;
  margin-bottom: 0;
  position: relative;
  max-width: 430px;
}
.about-section .image-column .inner-column .image-box .image:before {
  background: var(--theme-color1);
  content: "";
  height: 300px;
  position: absolute;
  top: 0;
  right: -26px;
  width: 11px;
}
@media (max-width: 991.98px) {
  .about-section .image-column .inner-column .image-box .image:before {
    display: none;
  }
}
.about-section .image-column .inner-column .image-box .image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.about-section .image-column .inner-column .image-box .image-2 {
  bottom: -105px;
  left: 90px;
  margin-bottom: 0;
  position: absolute;
}
@media (max-width: 600px) {
  .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: 20px;
  border: 10px solid var(--theme-color-light);
}
.about-section .image-column .inner-column .image-box .image-3 {
  bottom: -22px;
  left: -72px;
  margin-bottom: 0;
  position: absolute;
}
@media (max-width: 991.98px) {
  .about-section .image-column .inner-column .image-box .image-3 {
    display: none;
  }
}
.about-section .image-column .inner-column .image-box .info-box {
  
    position: absolute;
    top: 260px;
    right: 35px;
}
@media (max-width: 991.98px) {
  .about-section .image-column .inner-column .image-box .info-box {
    bottom: 20px;
    left: 20px;
  }
}
@media (max-width: 575.98px) {
  .about-section .image-column .inner-column .image-box .info-box {
    bottom: -30px;
        left: 10px;
        top: auto;
  }
}
.about-section .image-column .inner-column .image-box .info-box .inner {
  background-color: var(--theme-color1);
  border: 8px solid var(--theme-color-white);
  display: inline-block;
  padding: 19px 34px 14px 20px;
  position: relative;
}
.about-section .image-column .inner-column .image-box .info-box .inner .icon {
  color: var(--text-color-bg-theme-color1);
  display: block;
  font-size: 50px;
  line-height: 1;
  margin-bottom: 14px;
  position: relative;
}
.about-section .image-column .inner-column .image-box .info-box .inner .title {
  color: var(--text-color-bg-theme-color1);
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 0;
  position: relative;
}
.about-section .image-column .inner-column .image-box .info-box .inner .icon-shape-3 {
  bottom: 0;
  left: 0;
  position: absolute;
}

.about-block {
  margin-bottom: 41px;
}
.about-block .inner-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 50px;
  position: relative;
}
@media (max-width: 575.98px) {
  .about-block .inner-box {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 0;
  }
}
.about-block .inner-box:hover .icon:before {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.about-block .inner-box .icon {
  color: var(--theme-color1);
  font-size: 60px;
  line-height: 1em;
  margin-right: 45px;
  margin-top: 5px;
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 575.98px) {
  .about-block .inner-box .icon {
    margin-right: 0;
    margin-bottom: 20px;
    text-align: left;
  }
}
.about-block .inner-box .icon:before {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  display: inline-block;
}
.about-block .inner-box .icon:after {
  background-color: rgba(221, 221, 221, 0.4);
  border-radius: 50%;
  top: 25px;
  content: "";
  height: 56px;
  position: absolute;
  right: -20px;
  width: 56px;
  z-index: -1;
}
@media (max-width: 575.98px) {
  .about-block .inner-box .icon:after {
    display: none;
  }
}
.about-block .inner-box .title {
  color: var(--theme-color2);
  margin-bottom: 10px;
  position: relative;
}
.about-block .inner-box .text {
  margin-bottom: 0;
}

/*** 

====================================================================
    News Section
====================================================================

***/
.news-section {
  position: relative;
  padding: 90px 0 90px;
  background-image: url(../images/background/service.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.news-section .icon-lines-20 {
  position: absolute;
  top: 310px;
  left: 0;
}
.color-white{
  color: var(--theme-color-white) !important;
}

.news-block {
  margin-bottom: 30px;
}
.news-block .inner-box {
  position: relative;
  padding: 14px 14px;
  border: 1px solid #d4d0e4;
  -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
          box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
  background-color: var(--theme-color-white);
}
.news-block .inner-box:hover .image-box .image img:first-child {
  -webkit-transform: translateX(0) scaleX(1);
          transform: translateX(0) scaleX(1);
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
}
.news-block .inner-box:hover .image-box .image img:nth-child(2) {
  -webkit-transform: translateX(-50%) scaleX(2);
          transform: translateX(-50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
}
.news-block .inner-box .image-box {
  position: relative;
  overflow: hidden;
}
.news-block .inner-box .image-box .image {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}
.news-block .inner-box .image-box .image img {
  position: relative;
  width: 100%;
  display: block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.news-block .inner-box .image-box .image img:first-child {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  -webkit-transform: translateX(50%) scaleX(2);
          transform: translateX(50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
}
.news-block .inner-box .image-box .date {
  background: var(--gradient-2);
  bottom: 0;
  color: var(--text-color-bg-theme-color1);
  font-size: 12px;
  font-weight: 600;
  height: 34px;
  left: 20px;
  line-height: 34px;
  position: absolute;
  width: 110px;
  text-align: center;
  z-index: 1;
}
.news-block .inner-box .content-box {
  position: relative;
  padding: 15px 10px 0px;
}
@media (max-width: 575.98px) {
  .news-block .inner-box .content-box {
    padding: 10px 0px 0px;
  }
}
.news-block .inner-box .content-box .post-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}
.news-block .inner-box .content-box .post-meta li {
  color: var(--text-color);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.02em;
  margin: 0 20px 0 0;
  position: relative;
}
.news-block .inner-box .content-box .post-meta li i {
  color: var(--theme-color1);
  position: relative;
  line-height: 1em;
  margin-right: 5px;
}
.news-block .inner-box .content-box .author-info {
  margin-bottom: 5px;
}
.news-block .inner-box .content-box .author-info img {
  position: relative;
  border-radius: 50%;
  border: 2px solid var(--theme-color1);
}
.news-block .inner-box .content-box .author-info .name {
  position: relative;
  color: var(--text-color);
  font-size: 14px;
  font-weight: 500;
  margin-top: 1px;
  margin-bottom: 0;
}
.news-block .inner-box .content-box .title {
  position: relative;
  color: var(--theme-color2);
  margin-bottom: 0px;
  font-size: 20px;
  text-align: center;
}
@media (max-width: 575.98px) {
  .news-block .inner-box .content-box .title {
    font-size: 18px;
  }
}
.news-block .inner-box .content-box .title a:hover {
  color: var(--theme-color1);
}
.news-block .inner-box .content-box .read-more {
 
  position: relative;
  color: #6d6c74;
  font-size: 14.4px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.news-block .inner-box .content-box .read-more i {
  color: var(--headings-color);
  font-size: 16px;
  margin-right: 3px;
  font-weight: 800;
  position: relative;
  top: 1px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.news-block .inner-box .content-box .read-more:hover {
  color: var(--theme-color1);
}
.news-block .inner-box .content-box .read-more:hover i {
  color: var(--theme-color1);
}



/*** 
====================================================================
  Clients Section
====================================================================
***/
.clients-section {
  position: relative;
  padding: 60px 0 60px;
  z-index: 1;
}
.clients-section .clients-carousel {
  z-index: 10;
}
.clients-section .clients-carousel .owl-nav {
  display: none;
}
.clients-section .outer-box {
  position: relative;
}
/*.clients-section .outer-box:before {
  background-color: #dfdfdf;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
}*/
.clients-section .sponsors-outer {
  padding: 61px 0px 0;
}

.client-block {
  overflow: hidden;
  position: relative;
  text-align: center;
  padding: 20px 10px;
}
.client-block:hover {
  background-color: #f9f6ff;
}
.client-block:hover a {
  opacity: 1;
}
.client-block:hover a img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.client-block a {
  display: inline-block;
  opacity: 1;
  position: relative;
  text-align: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.client-block img {
  display: inline-block;
  width: auto;
  max-width: 180px;
}
.client-block.home3-style a {
  padding: 20px 10px;
}
.client-block.home3-style a img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.client-block.home3-style a:hover img {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}


/*** 
====================================================================
  Contact Section Two
====================================================================
***/
.contact-section-two {
  background-color: #f6f5fb;
  overflow: hidden;
  padding: 120px 0;
  position: relative;
}
.contact-section-two:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-image: url(../images/icons/pattern-shape-4.png);
  content: "";
  opacity: 0.48;
  background-position: top right;
}
.contact-section-two .bg {
  left: auto;
  right: 0;
  width: 630px;
}
.contact-section-two .content-column .inner-column {
  padding: 80px 0 90px 91px;
  position: relative;
  margin-right: -4px;
}
@media (max-width: 1399.98px) {
  .contact-section-two .content-column .inner-column {
    padding-left: 40px;
  }
}
@media (max-width: 1199.98px) {
  .contact-section-two .content-column .inner-column {
    padding-left: 20px;
  }
}
@media (max-width: 991.98px) {
  .contact-section-two .content-column .inner-column {
    padding-left: 0;
  }
}
.contact-section-two .content-column .inner-column .sec-title {
  margin-bottom: 30px;
}
.contact-section-two .content-column .inner-column .features-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 31px;
}
@media (max-width: 1199.98px) {
  .contact-section-two .content-column .inner-column .features-list {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.contact-section-two .content-column .inner-column .features-list li {
  color: var(--theme-color2);
  letter-spacing: -0.02em;
  position: relative;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
}
.contact-section-two .content-column .inner-column .features-list li i {
  color: var(--theme-color1);
  margin-right: 5px;
  position: relative;
}
.contact-section-two .form-column {
  position: relative;
}
.contact-section-two .form-column .bg {
  left: -375px;
  right: 0;
  width: auto;
}
.contact-section-two .form-column .inner-column {
  margin-right: 105px;
  padding: 80px 0;
  position: relative;
}
@media (max-width: 1399.98px) {
  .contact-section-two .form-column .inner-column {
    margin-right: 50px;
  }
}
@media (max-width: 1199.98px) {
  .contact-section-two .form-column .inner-column {
    margin-right: 20px;
  }
}
@media (max-width: 991.98px) {
  .contact-section-two .form-column .inner-column {
    margin-right: 0;
  }
}
.contact-section-two .form-column .overlay-1 {
  bottom: -23px;
  left: -375px;
  position: absolute;
}
@media (max-width: 991.98px) {
  .contact-section-two .form-column .overlay-1 {
    bottom: 0;
  }
}

.contact-form {
  background-color: var(--theme-color-white);
  border-bottom-right-radius: 100px;
  padding: 30px 60px 30px;
  position: relative;
}
@media (max-width: 575.98px) {
  .contact-form {
    border-radius: 0;
    padding: 40px;
  }
}
.contact-form .icon-lines-7 {
  position: absolute;
  right: 0;
  bottom: 0;
}
.contact-form .title {
  margin-bottom: 35px;
  position: relative;
}
@media (max-width: 575.98px) {
  .contact-form .title {
    font-size: 26px;
  }
}
.contact-form .form-group {
  margin-bottom: 20px;
  position: relative;
}
.contact-form .form-group:last-child {
  margin-bottom: 0;
}
.contact-form .select2-container--default .select2-selection--single,
.contact-form input:not([type=submit]),
.contact-form textarea,
.contact-form select {
  background-color: #f6f6f6;
  border: 1px solid transparent;
  color: var(--text-color);
  display: block;
  font-size: 14px;
  font-weight: 500;
  height: 50px;
  line-height: 32px;
  margin-bottom: 0;
  padding: 18px 30px;
  position: relative;
  width: 100%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.contact-form ::-webkit-input-placeholder {
  color: var(--text-color);
}
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--theme-color2);
}
.contact-form textarea {
  height: auto;
  resize: none;
}
.contact-form input[type=submit],
.contact-form button {
  padding: 20px 49px;
}
.contact-form.style-two {
  background-color: transparent;
  border-radius: 0;
  padding: 0;
}
.contact-form.style-two .title {
  color: var(--theme-color-light);
  font-size: 36px;
}

.feature-block-three {
  margin-bottom: 16px;
  position: relative;
}
.feature-block-three .inner-box {
  position: relative;
  background-color: var(--theme-color-white);
  text-align: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.feature-block-three .inner-box:before {
  background-color: var(--theme-color1);
  bottom: 0;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 0%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.feature-block-three .inner-box:hover:before {
  width: 100%;
}
.feature-block-three .inner-box:hover .icon {
  color: var(--text-color-bg-theme-color1);
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.feature-block-three .inner-box:hover .title {
  color: var(--text-color-bg-theme-color1);
}
.feature-block-three .content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--theme-color-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 18px 30px;
}
@media (max-width: 1199.98px) {
  .feature-block-three .content {
    padding: 18px 20px;
  }
}
.feature-block-three .content:before {
  border-bottom: 23px solid rgba(255, 255, 255, 0.2);
  border-right: 43px solid transparent;
  bottom: 0;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  width: 0;
  z-index: 3;
}
.feature-block-three .content:after {
  border-top: 23px solid rgba(255, 255, 255, 0.2);
  border-left: 43px solid transparent;
  content: "";
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  z-index: 3;
}
.feature-block-three .icon {
  color: var(--theme-color1);
  display: inline-block;
  font-size: 30px;
  line-height: 1em;
  margin-right: 15px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.feature-block-three .title {
  color: var(--theme-color2);
  display: block;
  margin-bottom: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}


/*** 
====================================================================
  Testimonials Section
====================================================================
***/
.testimonial-section {
  background-color: #fff;
  position: relative;
  padding: 120px 0 115px;
  overflow: hidden;
  z-index: 3;
}
/*.testimonial-section:before {
  content: "";
  position: absolute;
  left: 30px;
  top: 60px;
  width: 550px;
  height: 550px;
  background: #0065a78f;
  opacity: 0.3;
  -webkit-filter: blur(75px);
          filter: blur(75px);
  border-radius: 50%;
  z-index: -3;
}
.testimonial-section:after {
  content: "";
  position: absolute;
  width: 550px;
  height: 550px;
  opacity: 0.3;
  -webkit-filter: blur(75px);
          filter: blur(75px);
  border-radius: 50%;
  z-index: -3;
  background: #009bd30a;
  top: -105px;
  left: auto;
  right: 30%;
}*/
.testimonial-section .content-column .inner-column {
  margin-right: -71px;
}
@media (max-width: 991.98px) {
  .testimonial-section .content-column .inner-column {
    margin-right: 0;
    margin-bottom: 50px;
  }
}
.testimonial-section .content-column .inner-column .sec-title {
  margin-bottom: 30px;
}
@media (max-width: 1399.98px) {
  .testimonial-section .content-column .inner-column .sec-title h2 {
    font-size: 35px;
  }
}

@media (max-width: 991.98px) {
  .testimonial-section .content-column .inner-column .sec-title h2 {
    font-size: 25px;
  }
}
.testimonial-section .content-column .rating {
  margin-bottom: 25px;
}
.testimonial-section .content-column .rating i {
  background-color: var(--theme-color1);
  color: var(--text-color-bg-theme-color1);
  font-size: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.testimonial-section .content-column .text {
  color: var(--theme-color3);
  font-weight: 600;
}
.testimonial-section .outer-box {
  margin-right: -280px;
  margin-left: 70px;
}
@media (max-width: 991.98px) {
  .testimonial-section .outer-box {
    margin-right: 0;
    margin-left: 0;
  }
}
.testimonial-section .default-dots .owl-dots {
  bottom: 55px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  left: 52px;
  position: absolute;
}
@media (max-width: 767.98px) {
  .testimonial-section .default-dots .owl-dots {
    bottom: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    left: 0;
    position: relative;
  }
}
.testimonial-section .default-dots .owl-dots .owl-dot {
  background-color: #a4a1a8;
  border: none;
  height: 10px;
  width: 9px;
}
.testimonial-section .default-dots .owl-dots .owl-dot.active {
  background-color: var(--theme-color1);
  border: none;
  height: 13px;
  width: 13px;
}
.testimonial-section.style-two {
  background: transparent;
}
.testimonial-section.style-two:before, .testimonial-section.style-two:after {
  display: none;
}
.testimonial-section.style-two .testimonial-block {
  padding: 10px 0 0 10px;
}

.testimonial-block .inner-box {
  background-color: #0065a814;
  background-position: right top;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.04);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.04);
  margin-bottom: 30px;
  position: relative;
  padding: 22px 32px 22px 22px;
  text-align: justify;
}
@media (max-width: 575.98px) {
  .testimonial-block .inner-box {
    background-image: none;
    padding: 35px 20px 40px 20px;
  }
}
.testimonial-block .inner-box .text {
  font-family: var(--style-font);
  font-size: 18px;
  line-height: 30px;
  position: relative;
}
@media (max-width: 575.98px) {
  .testimonial-block .inner-box .text {
    font-size: 16px;
  }
}
.testimonial-block .inner-box:before {
  background: -webkit-gradient(linear, right top, left top, from(var(--theme-color2)), to(var(--theme-color1)));
  background: linear-gradient(to left, var(--theme-color2), var(--theme-color1));
  bottom: 0;
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  width: 100%;
}
.testimonial-block .inner-box:after {
  background-color: var(--theme-color1);
  bottom: -22px;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  content: "";
  height: 23px;
  left: 30px;
  position: absolute;
  width: 54px;
}
.testimonial-block .author-box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6px;
  position: relative;
}
.testimonial-block .author-box img {
  border: 5px solid var(--theme-color-light);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 96px;
  width: 96px;
}
@media (max-width: 575.98px) {
  .testimonial-block .author-box img {
    height: 64px;
    width: 64px;
  }
}
.testimonial-block .author-box .author-info {
  padding-left: 20px;
  position: relative;
}
.testimonial-block .author-box .author-info .rating {
  color: var(--theme-color1);
  font-size: 10.8px;
  line-height: 1.9;
}
.testimonial-block .author-box .author-info .rating i {
  margin-right: -3px;
}
.testimonial-block .author-box .author-info .rating i.fa-regular {
  color: #d3ced2;
}
.testimonial-block .author-box .author-info .name {
  margin-bottom: 0;
  position: relative;
}
.testimonial-block .author-box .author-info .designation {
  display: block;
  position: relative;
}

.testimonial-carousel-two .owl-nav {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  opacity: 1;
  position: absolute;
  right: 0;
  left: -48%;
  bottom:0;
  max-width: 115px;
  text-align: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 1199.98px) {
  .testimonial-carousel-two .owl-nav {
    bottom: -10px;
    left: -64%;
  }
}
@media (max-width: 991.98px) {
  .testimonial-carousel-two .owl-nav {
    margin-top: 30px;
    top: 0;
    left: 0;
    position: relative;
    -webkit-transform: none;
            transform: none;
  }
}
.testimonial-carousel-two .owl-nav .owl-prev,
.testimonial-carousel-two .owl-nav .owl-next {
  background-color: var(--theme-color-white);
  border: 2px solid var(--theme-color-white);
  -webkit-box-shadow: 0 1px 72px 0 rgba(0, 0, 0, 0.14);
          box-shadow: 0 1px 72px 0 rgba(0, 0, 0, 0.14);
  border-radius: 50%;
  color: var(--theme-color1);
  font-size: 16px;
  height: 52px;
  line-height: 50px;
  width: 52px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.testimonial-carousel-two .owl-nav .owl-prev:hover,
.testimonial-carousel-two .owl-nav .owl-next:hover {
  background-color: var(--theme-color1);
  border-color: var(--theme-color1);
  color: var(--text-color-bg-theme-color1);
}


/***
==================================================================
  Main Footer
==================================================================
***/
.main-footer {
  position: relative;
  background-color: var(--theme-color2);
}
.main-footer .widgets-section {
  position: relative;
  padding: 60px 0 60px;
}
.main-footer .footer-column {
  position: relative;
  margin-bottom: 0px;
}
.main-footer .footer-widget {
  position: relative;
}
.main-footer .widget-title {
  position: relative;
  display: inline-block;
  font-size: 20px;
  line-height: 1.2em;
  color: var(--theme-color-white);
  font-weight: 800;
  margin-bottom: 25px;
}
.main-footer .about-widget .logo {
  margin-bottom: 28px;
}
.main-footer .about-widget .logo img {
  max-width: 175px;
}
.main-footer .about-widget .text {
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 20px;
}
.main-footer.style-two .widget-title {
  color: #fff;
  font-weight: 700;
}
.main-footer.style-two .logo img {
  width: 130px;
}
.main-footer.style-two .social-icon-two li a {
  background: var(--theme-color1);
  color: var(--text-color-bg-theme-color1);
  line-height: 43px;
}
.main-footer.style-two .social-icon-two li a:before {
  background: var(--theme-color-white);
}
.main-footer.style-two .social-icon-two li a:hover {
  background: var(--theme-color-white);
  color: var(--theme-color1);
}
.main-footer.style-two .about-widget .text,
.main-footer.style-two .about-widget .text2,
.main-footer.style-two .newsletter-widget .text,
.main-footer.style-two .newsletter-widget .text2 {
  color: #fff;
  font-weight: 400;
}
.main-footer.style-two .widget-content .text2 b {
  color: #98999b;
}
.main-footer.style-two .user-links a {
  color: #fff;
}
.main-footer.style-two .user-links a:hover {
  color: var(--theme-color-white);
}
.main-footer.style-two .user-links a .icon {
  color: var(--theme-color3);
  position: relative;
  top: -2px;
}
.main-footer.style-two .contact-list-two li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  margin-bottom: 15px;
}
.main-footer.style-two .contact-list-two li:last-child {
  margin-bottom: 0;
}
.main-footer.style-two .contact-list-two p {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 400;
  width: 100%;
  margin-bottom: 0;
}
.main-footer.style-two .contact-list-two p:hover .icon {
  background-color: var(--theme-color1);
  color: var(--text-color-bg-theme-color1);
}
.main-footer.style-two .contact-list-two .icon {
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  color: var(--theme-color-white);
  font-size: 22px;
  height: 50px;
  line-height: 50px;
  position: relative;
  text-align: center;
  width: 50px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-footer.style-two .newsletter-form .form-group input[type=text],
.main-footer.style-two .newsletter-form .form-group input[type=email] {
  color: #dbdbdb;
  background: rgba(255, 255, 255, 0.13);
  border-color: rgba(255, 255, 255, 0.11);
}
.main-footer.style-two .newsletter-form .form-group .theme-btn {
  font-size: 12px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  top: 7px;
}
.main-footer.style-two .footer-widget.gallery-widget {
  padding-left: 70px;
}
@media (max-width: 1399.98px) {
  .main-footer.style-two .footer-widget.gallery-widget {
    padding-left: 30px;
  }
}
@media (max-width: 1199.98px) {
  .main-footer.style-two .footer-widget.gallery-widget {
    padding-left: 0;
  }
}
.main-footer.home4-style {
  background-color: #f6f6f6;
}
.main-footer.home4-style .widget-title {
  color: var(--headings-color);
  font-size: 22px;
}
.main-footer.home4-style .about-widget .text {
  color: #707070;
  font-weight: 400;
  margin-right: 50px;
}
.main-footer.home4-style .footer-bottom {
  background: #f6f6f6;
}
.main-footer.home4-style .footer-bottom .inner-container {
  border-top: 1px solid #e6e6e6;
}
.main-footer.home4-style .footer-bottom .copyright-text {
  color: #636b74;
  font-weight: 400;
  text-align: center;
}
.main-footer.home4-style .newsletter-form .form-group input[type=text],
.main-footer.home4-style .newsletter-form .form-group input[type=email] {
  background-color: var(--theme-color-white);
  height: 66px;
}
.main-footer.home4-style .newsletter-form .form-group .theme-btn {
  background-color: var(--theme-color1);
  border-radius: 10%;
  color: var(--text-color-bg-theme-color1);
  height: 50px;
  line-height: 50px;
  margin: 0;
  padding: 0 25px;
  right: 10px;
  top: 8px;
  width: 15px;
}
.main-footer.home4-style .user-links a {
  color: #707070;
  padding: 0;
}
.main-footer.home4-style .contact-list-two li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  margin-bottom: 15px;
}
.main-footer.home4-style .contact-list-two li:last-child {
  margin-bottom: 0;
}
.main-footer.home4-style .contact-list-two a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #707070;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-footer.home4-style .contact-list-two a:hover .icon {
  background-color: var(--theme-color1);
  color: var(--text-color-bg-theme-color1);
}
.main-footer.home4-style .contact-list-two .icon {
  background-color: var(--theme-color-white);
  border-radius: 50%;
  color: var(--theme-color1);
  font-size: 22px;
  height: 50px;
  line-height: 50px;
  position: relative;
  text-align: center;
  width: 50px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-footer.home4-style .newsletter-widget .text {
  color: #707070;
}
.main-footer.home4-style .social-icon-two a {
  background: var(--theme-color1);
  border-radius: 5px;
  color: var(--text-color-bg-theme-color1);
  font-size: 18px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  width: 45px;
}
.main-footer.home4-style .social-icon-two a:before {
  display: none;
}
.main-footer.home4-style .social-icon-two a:hover {
  background-color: var(--theme-color2);
  color: var(--text-color-bg-theme-color2);
}
.main-footer.footer-style-one .footer-upper {
  position: relative;
  padding: 30px 0 0;
  background-color: #151419;
}
.main-footer.footer-style-one .widgets-section {
  padding: 106px 0 51px;
}
.main-footer.footer-style-one .widget-title {
  font-size: 23.2px;
  font-weight: 700;
  line-height: 1.4em;
  margin-bottom: 19px;
}
.main-footer.footer-style-one .about-widget {
  margin-right: 0;
}
.main-footer.footer-style-one .about-widget .text {
  color: #98999b;
  font-weight: 400;
  line-height: 1.9;
  letter-spacing: 0;
  margin-bottom: 21px;
}
.main-footer.footer-style-one .about-widget .logo {
  margin-bottom: 26px;
}
.main-footer.footer-style-one .social-icon-two li {
  margin-right: 10px;
}
.main-footer.footer-style-one .social-icon-two li a {
  background: transparent;
  background-color: var(--theme-color1);
  color: var(--text-color-bg-theme-color1);
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 18px;
}
.main-footer.footer-style-one .social-icon-two li a:hover {
  background-color: var(--theme-color-white);
}
.main-footer.footer-style-one .user-links li {
  margin-bottom: 4px;
}
.main-footer.footer-style-one .user-links li a {
  color: #98999b;
  line-height: 40px;
  letter-spacing: 0;
}
.main-footer.footer-style-one .user-links li a:hover {
  color: var(--theme-color1);
}
.main-footer.footer-style-one .links-widget {
  padding-left: 46px;
  margin-right: -32px;
}
@media (max-width: 991px) {
  .main-footer .footer-column {
    position: relative;
    margin-bottom: 30px;
  }

}
@media (max-width: 575.98px) {
  .main-footer.footer-style-one .links-widget {
    padding-left: 0;
    margin-right: 0;
  }
  .main-footer .footer-column {
    position: relative;
    margin-bottom: 30px;
  }
}
.main-footer.footer-style-one .newsletter-widget {
  margin-left: 78px;
}
@media (max-width: 1199.98px) {
  .main-footer.footer-style-one .newsletter-widget {
    margin-left: 0;
  }
}
.main-footer.footer-style-one .newsletter-widget .widget-content .text {
  color: #98999b;
  padding-top: 1px;
  margin-bottom: 28px;
}
.main-footer.footer-style-one .newsletter-form .form-group input[type=text],
.main-footer.footer-style-one .newsletter-form .form-group input[type=email] {
  background-color: transparent;
  border-bottom: 1px solid var(--theme-color-white);
  font-size: 16px;
  font-weight: 400;
  padding: 9px 20px 17px 0;
  height: auto;
  color: #98999b;
}
.main-footer.footer-style-one .newsletter-form .form-group ::-webkit-input-placeholder {
  color: #98999b;
  opacity: 1;
}
.main-footer.footer-style-one .newsletter-form .form-group ::-moz-placeholder {
  color: #98999b;
  opacity: 1;
}
.main-footer.footer-style-one .newsletter-form .form-group .theme-btn {
  background: transparent;
  color: var(--theme-color-white);
  width: auto;
}
.main-footer.footer-style-one .footer-bottom {
  background: transparent;
}
.main-footer.footer-style-one .footer-bottom .inner-container {
  border-top: 2px solid rgba(148, 148, 148, 0.18);
  padding: 30px 0;
}
.main-footer.footer-style-one .footer-bottom .copyright-text {
  color: #98999b;
  font-weight: 400;
  letter-spacing: 0;
}

.contact-info-block-two {
  position: relative;
  margin-bottom: 30px;
}
.contact-info-block-two:last-child .inner:before {
  display: none;
}
.contact-info-block-two .inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 110px;
  min-height: 80px;
}
@media only screen and (max-width: 576px) {
  .contact-info-block-two .inner {
    padding-left: 70px;
  }
}
.contact-info-block-two .inner:before {
  position: absolute;
  right: 20px;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: var(--theme-color-white);
  opacity: 0.1;
  content: "";
  display: none;
}
@media (max-width: 767.98px) {
  .contact-info-block-two .inner {
    margin-bottom: 30px;
    padding-left: 100px;
    text-align: left;
  }
}
@media (max-width: 575.98px) {
  .contact-info-block-two .inner {
    margin-bottom: 0;
    padding-left: 0;
    text-align: center;
  }
}
.contact-info-block-two .inner:hover .icon {
  background-color: var(--theme-color1);
  border-radius: 50%;
  color: var(--text-color-bg-theme-color1);
}
.contact-info-block-two .inner .icon {
  background-color: var(--theme-color3);
  color: var(--theme-color1);
  display: block;
  font-size: 24px;
  height: 80px;
  left: 0;
  line-height: 80px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 80px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 575.98px) {
  .contact-info-block-two .inner .icon {
    position: relative;
    margin: 0 auto 20px;
  }
}
.contact-info-block-two .inner .sub-title {
  color: #98999b;
  display: block;
 
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  margin: 0 0 5px;
}
@media (max-width: 767.98px) {
  .contact-info-block-two .inner .sub-title {
    margin: 0;
  }
}
.contact-info-block-two .inner .text {
  font-size: 16px;
  font-weight: 800;
  color: var(--theme-color-light);
  line-height: 24px;
}
.contact-info-block-two .inner .text a {
  color: var(--theme-color-light);
}
.contact-info-block-two .inner .text a:hover {
  color: var(--theme-color1);
}

/*=== User LInks ===*/
.user-links {
  position: relative;
}
.user-links li {
  position: relative;
  font-size: 16px;
  line-height: 20px;
  color: #eeeeee;
  font-weight: 500;
  margin-bottom: 16px;
  letter-spacing: -0.02em;
}
.user-links li:last-child {
  margin-bottom: 0;
}
.user-links li a {
  position: relative;
  display: inline-block;
  color: inherit;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.user-links li a:hover {
  color: var(--theme-color-light);
}
/*.user-links li a:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: var(--theme-color3);
  content: "";
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}*/
.user-links li a:hover:before {
  width: 100%;
}
.user-links li i {
  font-weight: 300;
  margin-right: 2px;
  font-size: 12px;
}
.user-links.two-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.user-links.two-column li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  width: 50%;
  padding-right: 15px;
}

.contact-list-two {
  position: relative;
  padding: 0;
}
.contact-list-two li {
  position: relative;
  margin-bottom: 6px;
  padding-left: 25px;
}
.contact-list-two li i {
  position: absolute;
  top: 3px;
  left: 0;
  color: #b081ff;
  font-size: 14px;
}
.contact-list-two li:last-child {
  margin-bottom: 0;
}
.contact-list-two li a {
  position: relative;
  display: inline-block;
  font-weight: 500;
  color: var(--theme-color-dark);
  letter-spacing: -0.02em;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.contact-list-two.light li,
.contact-list-two.light a {
  color: var(--theme-color-light);
}


/*=== Footer Bottom ===*/
.footer-bottom {
  position: relative;
  width: 100%;
  background: var(--gradient-2);
}
.footer-bottom .inner-container {
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 10px 0;
}
@media (max-width: 575.98px) {
  .footer-bottom .inner-container {
    padding: 15px 0;
  }
}
.footer-bottom .copyright-text {
  position: relative;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  color: var(--text-color-bg-theme-color1);
  margin-bottom: 0px;
  text-align: center;
}
@media (max-width: 575.98px) {
  .footer-bottom .copyright-text {
    font-size: 12px;
  }
}
.footer-bottom .copyright-text a {
  color: inherit;
}
.footer-bottom .copyright-text a:hover {
  color: var(--text-color-bg-theme-color1);
}
/***
==================================================================
  Main Footer
==================================================================
***/
.main-footer {
  position: relative;
  background-color: var(--theme-color2);
  background-image: url(../images/background/bg-footer.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-filter: url(#turbulence);
    filter: url(#turbulence);
    background-size: cover;
}
.main-footer:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background:#000;
    content: "";
    opacity: 0.5;
    background-size: cover;
    background-position: center center;
  }
.main-footer .about-widget {
  margin-right: -24px;
}
@media (max-width: 1199.98px) {
  .main-footer .about-widget {
    margin-right: 0;
  }
}
.main-footer .links-widget {
  padding-left: 70px;
}
@media (max-width: 1199.98px) {
  .main-footer .links-widget {
    padding-left: 0;
  }
}
.main-footer .newsletter-form {
  margin-bottom: 18px;
}


/***********************************************************************/
.desk-non{
      display: none;
    }
@media only screen and (max-width: 1024px) {
  .mobile-nav-toggler {
        display: block;
        top: -1px;
        background: #fff;
        padding: 6px 12px;
    }
    .dropdown .icons{
      display: none;
    }

}
@media only screen and (max-width: 991px) {


  .header-style-one .main-box .logo-box:before{
    display: none;
  }
  .header-style-one{
    position: absolute;
/*    background-image: linear-gradient(358deg, rgb(23 23 23 / 0%) 5%, #ffffff 100%);*/
  }
  .mobile-nav-toggler {
        display: block;
        top: -1px;
        background: #fff;
        padding: 6px 12px;
    }

    .mob-none{
      display: none !important;
    }
    .desk-non{
      display: block;
    }
}

@media only screen and (max-width: 700px) {

.header-style-one .main-box .logo-box .logo img {
        max-width: 150px;
        height: 130px;
    }
}

@media only screen and (max-width: 550px) {

.header-style-one .main-box .logo-box .logo img {
        max-width: 150px;
        height: 130px;
    }
}


@media only screen and (max-width: 416px) {

.copyright-text br{
  display: none;

}
}

.dropdown .icons{
  padding-left: 5px;
}


@media only screen and (max-width: 1313px) {

  .main-menu .navigation > li > a{
    letter-spacing: 0;
  }
}

@media only screen and (max-width: 1156px) {

  .main-header .logo img {
    
    height: 145px;
}
}

.page-title {
  background-color: var(--theme-color2);
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 170px 0 70px;
  min-height: 250px;
}

.page-title:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #131313;
  opacity: 0.6;
  content: "";
}
.page-title .title {
  font-size: 40px;
  color: #ffffff;
  margin-bottom: 0px;
}
.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: #fff;
  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: var(--theme-color3);
}

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



@media only screen and (max-width: 1100px) {
.page-title {
    
    padding: 166px 0 78px;
    min-height: 186px;
}
.page-title .title {
    font-size: 35px;
    color: #ffffff;
    margin-bottom: 0px;
}
}

@media only screen and (max-width: 768px) {
  .page-title {
    padding: 160px 0 60px;
  }
  .page-title .title {
    font-size: 38px;
    color: #ffffff;
    margin-bottom: 0px;
  }
  .page-title .title {
        font-size: 26px;
        color: #ffffff;
        margin-bottom: 0px;
        line-height: 33px;
  }
}



/*** 
====================================================================
  About Section Two
====================================================================
***/
.about-section-two {
  position: relative;
  padding: 80px 0 17px;
}
.about-section-two .content-column {
  margin-bottom: 50px;
}
.about-section-two .content-column .inner-column {
  position: relative;
}
.about-section-two .content-column .inner-column .sec-title {
  margin-bottom: 20px;
}
.about-section-two .content-column .inner-column .text {
  
  margin-bottom: 40px;
  text-align: justify;
}
.about-section-two .content-column .inner-column .text.two {
  color: var(--theme-color1);
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.04em;
  margin-bottom: 35px;
}
.about-section-two .content-column .inner-column .list-style-two li {
  display: block;
  font-size: 16px;
  font-weight: 400;
}
.about-section-two .content-column .inner-column .theme-btn {
  margin-top: 40px;
  padding: 20px 50px;
}
.about-section-two .image-column {
  margin-bottom: 50px;
}
.about-section-two .image-column .inner-column {
  position: relative;
}
.about-section-two .image-column .inner-column .image-box {
  position: relative;
}
.about-section-two .image-column .inner-column .image-box .image {
  display: inline-block;
  margin-bottom: 0;
  position: relative;
  max-width: 465px;
}
@media (max-width: 991.98px) {
  .about-section-two .image-column .inner-column .image-box .image {
    display: block;
  }
}
.about-section-two .image-column .inner-column .image-box .image img {
  border-radius: 10px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.about-section-two .image-column .inner-column .image-box .image-2 {
  position: absolute;
  top: 70px;
  right: 26px;
  margin-bottom: 0;
  max-width: 225px;
}
@media (max-width: 1199.98px) {
  .about-section-two .image-column .inner-column .image-box .image-2 {
    display: none;
  }
}
.about-section-two .image-column .inner-column .image-box .image-2 img {
  border-radius: 10px;
  border: 7px solid var(--theme-color-white);
}
.about-section-two .image-column .inner-column .image-box .info-box {
  border-radius: 10px;
  position: absolute;
  bottom: 85px;
  left: -85px;
  display: inline-block;
  padding: 13px 10px 20px;
  -webkit-box-shadow: 0 15px 57px rgba(0, 0, 0, 0.15);
          box-shadow: 0 15px 57px rgba(0, 0, 0, 0.15);
  background-color: var(--theme-color1);
  border: 5px solid #fff;
}
@media (max-width: 1399.98px) {
  .about-section-two .image-column .inner-column .image-box .info-box {
    left: -20px;
  }
}
@media (max-width: 991.98px) {
  .about-section-two .image-column .inner-column .image-box .info-box {
    left: 20px;
  }
}
@media (max-width: 575.98px) {
  .about-section-two .image-column .inner-column .image-box .info-box {
    bottom: 20px;
    border-radius: 0;
  }
}
.about-section-two .image-column .inner-column .image-box .info-box .inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 25px;
  position: relative;
}
@media (max-width: 575.98px) {
  .about-section-two .image-column .inner-column .image-box .info-box .inner {
    padding: 10px;
  }
}
.about-section-two .image-column .inner-column .image-box .info-box .inner .icon {
  color: var(--text-color-bg-theme-color1);
  font-size: 64px;
  line-height: 1em;
  margin-right: 20px;
  position: relative;
}
.about-section-two .image-column .inner-column .image-box .info-box .inner .count {
  color: var(--text-color-bg-theme-color1);
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 0;
}
.about-section-two .image-column .inner-column .image-box .info-box .inner .text-two {
  color: var(--text-color-bg-theme-color1);
  font-size: 16px;
  margin-bottom: 0;
  position: relative;
}
.about-section-two .about-block-img {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.about-section-two .about-block-img img {
  border: 2px solid var(--theme-color1);
  border-radius: 50%;
  height: 60px;
  width: 62px;
}
.about-section-two .about-block-img .title {
  font-size: 18px;
}


/*** 
====================================================================
  Projects Section
====================================================================
***/
.our-project {
  position: relative;
  padding: 80px 0 50px;
}


.project-block {
  margin-bottom: 30px;
}
.project-block .inner-box {
  position: relative;
  
}
.project-block .inner-box:hover .image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.project-block .inner-box:hover .content-box:before {
  width: 100%;
}
.project-block .inner-box:hover .content-box .title {
  color: var(--theme-color-white);
}
.project-block .inner-box:hover .content-box .content .read-more {
  background-color: var(--theme-color1);
}
.project-block .inner-box .image {
  position: relative;
  margin-bottom: 0;
  overflow: hidden;
}
.project-block .inner-box .image img {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.project-block .inner-box .content-box {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  z-index: 2;
}
.project-block .inner-box .content-box:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  width: 0;
  background-color: var(--theme-color2);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  content: "";
  z-index: 2;
}
.project-block .inner-box .content-box .content {
  position: relative;
  padding: 18px 60px 18px 28px;
  background: var(--gradient-2);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 1399.98px) {
  .project-block .inner-box .content-box .content {
    padding-left: 15px;
  }
}
.project-block .inner-box .content-box .content:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-bottom: 23px solid rgba(255, 255, 255, 0.2);
  border-right: 43px solid transparent;
}
.project-block .inner-box .content-box .content:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-top: 23px solid rgba(255, 255, 255, 0.2);
  border-left: 43px solid transparent;
}
.project-block .inner-box .content-box .title {
  position: relative;
  color: var(--text-color-bg-theme-color1);
  font-weight: 700;
  margin-bottom: 0;
  z-index: 3;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.project-block .inner-box .content-box .read-more {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  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;
  color: var(--text-color-bg-theme-color1);
  z-index: 3;
}
.project-block .inner-box .content-box .inner {
  position: relative;
  display: none;
  overflow: hidden;
  padding-top: 10px;
}
.project-block .inner-box .content-box .inner .text {
  position: relative;
  color: var(--theme-color-light);
  font-weight: 500;
  margin-bottom: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  z-index: 2;
}
.project-block.home4-style .content-box {
  bottom: 50px;
  left: auto;
  right: -30px;
  max-width: 310px;
}


/***
=============================================
    Services Details
=============================================
***/

.services-details{
padding: 60px 0;
}
.service-sidebar {
  position: relative;
  display: block;
  max-width: 365px;
  width: 100%;
}
.service-sidebar .service-sidebar-single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}
.service-sidebar .service-sidebar-single-services {
  position: relative;
  display: block;
  background: #f6f4ec;
  border-radius: 10px;
  padding: 35px 30px 25px;
}
.service-sidebar .service-sidebar-single-services .title {
  position: relative;
  display: block;
  margin-bottom: 12px;
  padding-left: 20px;
}
.service-sidebar .service-sidebar-single-services .title h3 {
  color: var(--headings-color);
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.02em;
}
.service-sidebar .service-sidebar-single-services ul {
  position: relative;
  display: block;
  margin-top: 10px;
}
.service-sidebar .service-sidebar-single-services ul li {
  position: relative;
  display: block;
  margin-bottom: 5px;
  margin-top: -10px;
}
.service-sidebar .service-sidebar-single-services ul li:last-child {
  margin-bottom: 0;
}
.service-sidebar .service-sidebar-single-services ul li a {
  position: relative;
  display: block;
  color: var(--agriox-color-1, #687469);
  font-size: 18px;
  padding: 22px 20px 22px;
  border-radius: 10px;
  background: transparent;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.service-sidebar .service-sidebar-single-services ul li a:hover {
  color: var(--headings-color);
}
.service-sidebar .service-sidebar-single-services ul li a:hover::before {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateX(0deg);
          transform: perspective(400px) rotateX(0deg);
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.service-sidebar .service-sidebar-single-services ul li a:hover i {
  color: var(--theme-color1);
}
.service-sidebar .service-sidebar-single-services ul li a::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  z-index: -1;
  opacity: 1;
  -webkit-transform: perspective(400px) rotateX(90deg);
          transform: perspective(400px) rotateX(90deg);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  background: #ffffff;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}
.service-sidebar .service-sidebar-single-services ul li a i {
  font-size: 16px;
}
.service-sidebar .service-sidebar-single-services ul li.current a::before {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateX(0deg);
          transform: perspective(400px) rotateX(0deg);
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.service-sidebar .service-sidebar-single-services ul li.current a i {
  color: var(--theme-color1);
}
.service-sidebar .service-sidebar-single-services ul li.current:first-child {
  margin-top: 20px;
}
.service-sidebar .service-sidebar-single-services ul li.current:last-child {
  margin-bottom: 35px;
}
.service-sidebar .service-sidebar-single-contact-box {
  position: relative;
  display: block;
  background-attachment: scroll;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  padding: 50px 0px 44px;
  z-index: 1;
}
.service-sidebar .service-sidebar-single-contact-box::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(109, 140, 84, 0.93);
  border-radius: 10px;
  content: "";
  z-index: -1;
}
.service-sidebar .service-sidebar-single-contact-box .icon {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 50%;
  background: var(--theme-color2);
}
.service-sidebar .service-sidebar-single-contact-box .icon:hover {
  background-color: var(--headings-color);
}
.service-sidebar .service-sidebar-single-contact-box .icon:hover span::before {
  color: #fff;
}
.service-sidebar .service-sidebar-single-contact-box .icon span::before {
  position: relative;
  display: inline-block;
  color: var(--headings-color);
  font-size: 30px;
  line-height: 60px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.service-sidebar .service-sidebar-single-contact-box .title {
  position: relative;
  display: block;
  margin-top: 20px;
  margin-bottom: 42px;
}
.service-sidebar .service-sidebar-single-contact-box .title h2 {
  color: #ffffff;
  font-size: 36px;
}
.service-sidebar .service-sidebar-single-contact-box .phone {
  font-size: 24px;
  line-height: 34px;
}
.service-sidebar .service-sidebar-single-contact-box .phone a {
  color: #ffffff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.service-sidebar .service-sidebar-single-contact-box .phone a:hover {
  color: var(--theme-color1);
}
.service-sidebar .service-sidebar-single-contact-box p {
  color: #ffffff;
  font-size: 14px;
  line-height: 22px;
}
.service-sidebar .service-sidebar-single-btn {
  position: relative;
  display: block;
}
.service-sidebar .service-sidebar-single-btn .thm-btn {
  font-size: 16px;
  padding: 13px 50px 28px;
}
.service-sidebar .service-sidebar-single-btn .thm-btn span::before {
  position: relative;
  display: inline-block;
  top: 13px;
  color: #334b35;
  font-size: 40px;
  padding-right: 25px;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  font-weight: 500;
}
.service-sidebar .service-sidebar-single-btn .thm-btn:hover span::before {
  color: #ffffff;
}
.service-sidebar .banner-widget {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
}
.service-sidebar .banner-widget .widget-content {
  position: relative;
  display: block;
  width: 100%;
  padding: 45px 30px 40px 30px;
  background-size: cover;
  background-repeat: no-repeat;
}
.service-sidebar .banner-widget .widget-content .shape {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 278px;
  background-repeat: no-repeat;
  background-size: cover;
}
.service-sidebar .banner-widget .content-box {
  position: relative;
  max-width: 200px;
  width: 100%;
}
.service-sidebar .banner-widget .content-box .icon-box {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 40px;
  background-color: var(--theme-color2);
  color: var(--text-color-bg-theme-color2);
  text-align: center;
  border-radius: 5px;
  margin-bottom: 23px;
}
.service-sidebar .banner-widget .content-box .icon-box .icon-shape {
  position: absolute;
  top: -15px;
  right: -38px;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
}
.service-sidebar .banner-widget .content-box h3 {
  display: block;
  font-size: 24px;
  line-height: 32px;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 22px;
}
.service-sidebar .banner-widget .content-box .theme-btn-two:hover {
  background: #0a267a;
}
.service-sidebar .service-sidebar-single-btn .theme-btn {
  padding: 20px 50px;
}
.service-sidebar .service-sidebar-single-btn .theme-btn .btn-title {
  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;
}
.service-sidebar .service-sidebar-single-btn .theme-btn span::before {
  position: relative;
  display: inline-block;
  font-size: 36px;
  padding-right: 25px;
  margin-top: 7px;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  font-weight: 500;
}

.services-details__content .feature-list .single-item {
  position: relative;
  display: block;
  border: 1px solid #e1e8e4;
  padding: 16px 30px 16px 53px;
  margin-bottom: 20px;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}
.services-details__content .feature-list .single-item .icon-box {
  color: var(--theme-color1);
  position: absolute;
  left: 20px;
  top: 16px;
  font-size: 18px;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}
.services-details__content .feature-list .single-item .title {
  display: block;
  margin: 0;
  font-size: 16px;
  line-height: 32px;
  font-weight: 600;
  text-transform: uppercase;
}
.services-details__content .feature-list .single-item:hover {
  background-color: var(--theme-color2);
  color: var(--text-color-bg-theme-color2);
}
.services-details__content .feature-list .single-item:hover .icon-box {
  color: var(--text-color-bg-theme-color2);
}
.services-details__content p{
  text-align: justify;
}

.service-list li {
  position: relative;
  display: block;
  margin-bottom: 10px;
}
.service-list li:last-child {
  margin-bottom: 0px;
}
.service-list li a {
  position: relative;
  display: block;
  font-size: 18px;
  color: var(--headings-color);
  font-weight: 600;
  background-color: #fff;
  padding: 17px 20px 17px 50px;
  -webkit-box-shadow: 20px 5px 20px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 20px 5px 20px 0px rgba(0, 0, 0, 0.05);
}
.service-list li a:hover, .service-list li a.current {
  color: var(--text-color-bg-theme-color1);
  background-color: var(--theme-color1);
  padding-left: 80px;
}
.service-list li a:hover i, .service-list li a.current i {
  width: 60px;
  color: var(--text-color-bg-theme-color2);
  background-color: var(--theme-color2);
}
.service-list li i {
  position: absolute;
  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;
  left: 0px;
  top: 0px;
  width: 30px;
  height: 100%;
  background-color: #f6f4ec;
  text-align: center;
  font-size: 16px;
  color: #707582;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.sidebar-service-list {
  position: relative;
    display: block;
    border: 2px solid var(--theme-color1);
    margin-bottom: 30px;
  
}

.sidebar-service-list .btn-style-one{
    width: 100%;
    border-radius: 0px;
    margin-top: 15px;
    background: var(--gradient-2);
    color: #000;
}
.sidebar-service-list .btn-style-one:hover{
    
    color: #fff;
}
.sidebar-service-list .btn-style-one:before {
    border-radius: 0px ;
    background: #f4faff;
}
.services-details__services-title {
    position: relative;
    display: block;
    background-color: var(--theme-color1);
    padding: 11px 11px 11px;
    margin-bottom: 10px;
}
.services-details__services-title h3{
    padding: 0px;
    color: var(--theme-color-white);
    font-size: 22px;
    margin: 0px;
    text-align: center;
    font-weight: 500;
}
/*.services-details__services-title::before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 46px;
    border-top: 10px solid var(--theme-color1);
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
}*/
.sidebar-service-list li + li {
  margin-top: 10px;
}
.sidebar-service-list li a {
  font-size: 16px;
    font-weight: 500;
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    display: block;
    background-color: #f5faff;
    border-radius: 0px;
    padding: 10px 37px 10px 10px;

}

.sidebar-service-list .accordion-button:not(.collapsed){
  background: transparent;

}

.sidebar-service-list .accordion-button{
  background: transparent;
  padding: 0px;
    color: var(--theme-color-white);
    font-size: 22px;
    margin: 0px;
    text-align: center;
    font-weight: 500;
}
.sidebar-service-list .accordion-button:not(.collapsed)::after{
  filter: brightness(0.5);
}
.sidebar-service-list .accordion-button:focus {
    z-index: 3;
    border-color:none;
    box-shadow: unset;
}
.service-sidebar-single .accordion-body{
  padding: 0;
  padding-top: 10px;
}
.accordion-item .services-details__services-title{
  margin-bottom: 0;
}
.sidebar-service-list .accordion-button:not(.collapsed){
  border-color:none;
    box-shadow: unset;
}
.sidebar-service-list li a:hover {
  color: var(--theme-color2);
}
.sidebar-service-list li a:hover i {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  background-color: var(--theme-color2);
}
.sidebar-service-list li a i {
  height: 32px;
    width: 32px;
    position: absolute;
    top: 50%;
    right: 4px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #191825;
  background-color: #fff;
  text-align: center;
  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;
  font-size: 16px;
  border-radius: 15px;
}
.sidebar-service-list li.current a {
  color: var(--theme-color2);
}
.sidebar-service-list li.current a i {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  background-color: var(--theme-color2);
}

.service-details-help {
  position: relative;
  display: block;
  padding: 57px 55px 50px;
  margin-top: 30px;
  text-align: center;
  z-index: 1;
  background-color: var(--theme-color2);
  border-radius: 15px;
  overflow: hidden;
}

.mob-view{
  display: none;
}
.services-details__content .carousel-control-next, .carousel-control-prev{
  opacity: 1;
}






/*** 
====================================================================
  Services Section Four
====================================================================
***/
.services-section-four {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0 80px;
  position: relative;
}
.services-section-four .bg {
  opacity: 0.4;
}
.services-section-four .bg.bg-image {
  background-position: top center;
}

.service-block-four {
  margin-bottom: 0px;
  height: 100%;
}
.service-block-four .inner-box {
  background-color: var(--theme-color-white);
  border: 1px solid rgba(96, 94, 94, 0.1215686275);
  border-radius: 5px;
  -webkit-box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.03);
          box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.03);
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 100%;
}
.service-block-four .inner-box:hover:before {
  height: 100%;
}
.service-block-four .inner-box:hover .image-box .image img {
  -webkit-transform: scale(1.1) rotate(2deg);
          transform: scale(1.1) rotate(2deg);
}
.service-block-four .inner-box:hover .image-box:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.service-block-four .inner-box:hover .image-box:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.service-block-four .inner-box:hover .icon {
  color: var(--text-color-bg-theme-color1);
}
.service-block-four .inner-box:hover .icon:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.service-block-four .inner-box .image-box {
  position: relative;
  overflow: hidden;
  padding: 2px;
}
.service-block-four .inner-box .image-box:before {
  bottom: 0;
  content: "";
  background-color: rgba(var(--theme-color2-rgb), 0.4);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 1;
}
.service-block-four .inner-box .image-box:after {
  background: var(--theme-color1);
  bottom: 0;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 1;
}
.service-block-four .inner-box .image-box .image {
  margin-bottom: 0;
  text-align: center;
}
.service-block-four .inner-box .image-box .image img {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block-four .inner-box .icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--theme-color1);
  border: 6px solid #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: -20px;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 50px;
  height: 50px;
  z-index: 1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block-four .inner-box .icon:after {
  background: var(--theme-color1);
  border-radius: 50%;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}
.service-block-four .inner-box .title {
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block-four .inner-box .caption-box {
  padding: 10px 10px 10px;
  position: relative;
  text-align: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  
}
.service-block-four .inner-box .caption-box .title {
  font-weight: 600;
  line-height: 32px;
  font-size: 16px;
}
.service-block-four.style2 .inner-box {
  background-image: url(../images/icons/service-bg-pattern.jpg);
  background-size: cover;
  padding: 50px 50px 62px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.service-block-four.style2 .title {
  font-weight: 700;
  letter-spacing: -0.64px;
  line-height: 32.48px;
  margin-bottom: 30px;
}
.service-block-four.style2 p {
  margin-bottom: 15px;
}




/***
====================================================================
  Features Section
====================================================================
***/
.features-section {
  background-color: #f2f3f6;
  position: relative;
  z-index: 2;
/*  padding: 80px 0;*/
}


.features-section .content-column .inner-column {
  padding: 120px 40px 80px;
}
.features-section .content-column .inner-column p{
  margin: 0;
  text-align: justify;
}
@media (max-width: 575.98px) {
  .features-section .content-column .inner-column {
    padding: 40px 10px 40px;
  }
}
.features-section .content-column .inner-column .sec-title {
  margin-bottom: 00px;
}
.features-section .content-column .inner-column .sec-title .text {
  font-size: 18px;
  margin-top: 45px;
}
.features-section .content-column .inner-column .theme-btn {
  margin-top: 15px;
  padding: 20px 49px;
}
.features-section .image-column .inner-column {
  height: 100%;
}
@media (max-width: 991px) {


.myorder-2{
order: 2;
}

.myorder-1{
order: 1;
}
.features-section{
  padding-bottom: 40px;
}
}
@media (max-width: 767.98px) {
  .features-section .image-column .inner-column {
    height: auto;
  }
}
.features-section .image-column .inner-column .image-box {
  position: relative;
  height: 100%;
}
.features-section .image-column .inner-column .image-box .image {
  position: relative;
  margin-right: 0px;
  margin-bottom: 0;
  height: 100%;
}
@media (max-width: 991.98px) {
  .features-section .image-column .inner-column .image-box .image {
    margin-right: 0;
  }
}
.features-section .image-column .inner-column .image-box .image:before {
  background-color: var(--theme-color-dark);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0.3;
}
.features-section .image-column .inner-column .image-box .image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.features-section .image-column .inner-column .image-box .info-box {
  background: var(--gradient-2);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 342px;
}
@media (max-width: 767.98px) {
  .features-section .image-column .inner-column .image-box .info-box {
    position: relative;
    top: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    max-width: none;
  }
}
.features-section .image-column .inner-column .image-box .info-box .text {
  font-weight: 700;
}
.features-section .image-column .inner-column .image-box .info-box .title {
  color: var(--text-color-bg-theme-color1);
  margin-bottom: 0;
  position: relative;
  padding: 30px 30px 30px 44px;
}
@media (max-width: 575.98px) {
  .features-section .image-column .inner-column .image-box .info-box .title {
    padding: 30px 20px 30px 20px;
  }
}
.features-section .image-column .inner-column .image-box .info-box .title-2 {
  background-color: var(--theme-color2);
  color: var(--theme-color-white);
  padding: 50px 50px 50px 46px;
  line-height: 1.3;
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  .features-section .image-column .inner-column .image-box .info-box .title-2 {
    padding: 50px 20px 50px 20px;
  }
}

.feature-block {
  margin-bottom: 40px;
}
.feature-block:first-child .inner-box:before {
  display: none;
}
.feature-block .inner-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 575.98px) {
  .feature-block .inner-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.feature-block .inner-box:hover .icon {
  background-color: var(--theme-color1);
  color: var(--text-color-bg-theme-color1);
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.feature-block .inner-box .icon {
  background-color: var(--theme-color-white);
  border-radius: 50%;
  color: var(--theme-color1);
  font-size: 36px;
  height: 75px;
  line-height: 85px;
  margin-right: 15px;
  position: relative;
  text-align: center;
  width: 75px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 575.98px) {
  .feature-block .inner-box .icon {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.feature-block .inner-box .title {
  font-weight: 800;
  line-height: 30px;
  margin-bottom: 0;
  position: relative;
}
@media (max-width: 575.98px) {
  .feature-block .inner-box .title br {
    display: none;
  }
}
.feature-block .content {
  margin-top: 15px;
}
@media (max-width: 575.98px) {
  .feature-block .content {
    text-align: center;
  }
}


/***

====================================================================
    Team Section
====================================================================

***/
.team-section {
  position: relative;
  padding: 80px 0 24px;
}

.team-block {
  position: relative;
  margin-bottom: 15px;
}
.team-block .inner-box {
  position: relative;
  margin-right: -4.5px;
}
.team-block .inner-box:hover .social-links a {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.team-block .inner-box:hover .image-box::before {
  border: 2px solid var(--theme-color1);
}
.team-block .inner-box:hover .image-box .image::before {
  -webkit-transform: scale(0);
          transform: scale(0);
}
.team-block .inner-box:hover .image-box .image::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.team-block .inner-box:hover .image-box .image a img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.team-block .image-box {
  position: relative;
  padding: 10px;
  overflow: hidden;
}
.team-block .image-box::before {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 50px;
  bottom: 0px;
  content: "";
  border: 2px solid #ebeef5;
  border-radius: 5px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.team-block .image-box .image {
  position: relative;
  margin-bottom: 0;
  z-index: 1;
}
.team-block .image-box .image::before {
  position: absolute;
  left: -70px;
  top: -110px;
  height: 200px;
  width: 200px;
  background-color: #ebeef5;
  border-radius: 50%;
  -webkit-transform: scale(1);
          transform: scale(1);
  content: "";
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.team-block .image-box .image::after {
  position: absolute;
  left: -70px;
  top: -110px;
  height: 200px;
  width: 200px;
  background-color: var(--theme-color1);
  border-radius: 50%;
  -webkit-transform: scale(0);
          transform: scale(0);
  content: "";
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.team-block .image-box .image a {
  position: relative;
  display: block;
  overflow: hidden;
}
.team-block .image-box .image img {
  border-radius: 5px;
  position: relative;
  width: 100%;
  z-index: 2;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.team-block .info-box {
  position: relative;
  padding: 10px 0px 0;
  text-align: center;
}
.team-block .info-box .designation {
  position: relative;
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #6a6f78;
  z-index: 2;
  line-height: 1em;
  letter-spacing: 0.1em;
  font-family: var(--title-font);
  text-transform: uppercase;
  margin-bottom: 5px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.team-block .info-box .name {
  font-weight: 500;
  z-index: 2;
  font-size: 20px;
}
.team-block .info-box .name:hover {
  color: var(--theme-color2);
}
.team-block .social-links {
  position: absolute;
  right: 20px;
  bottom: 20px;
  padding: 0px 10px 20px;
  z-index: 3;
}
.team-block .social-links a {
  position: relative;
  height: 42px;
  width: 42px;
  font-size: 14px;
  line-height: 34px;
  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;
  color: var(--text-color-bg-theme-color1);
  background-color: var(--theme-color1);
  border-radius: 50%;
  margin-top: 10px;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.team-block .social-links a:hover {
  color: var(--theme-color1);
  background-color: var(--theme-color-white);
}


.blog-one__single{
  position: relative;
  overflow: hidden;
}
.blog-one__img-box {
  position: relative;
  display: block;
}

.blog-one__img {
  position: relative;
  display: block;
  background-color: #000;
  overflow: hidden;
  z-index: 1;
}

.blog-one__img img {
  width: 100%;
  transition: all 500ms ease;
  transform: scale(1);
}

.blog-one__single:hover .blog-one__img img {
  transform: scale(1.05);
}

.blog-one__single > a {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #006ab094;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  color: #fff;
  transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-30%);
  z-index: 99;
}

.blog-one__single > a > span {
  position: relative;

}

.blog-one__single > a > span::before {
  content: "";
  width: 20px;
  height: 2px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 500ms ease;
}

.blog-one__single > a > span::after {
  content: "";
  transition: all 500ms ease;
  width: 2px;
  height: 20px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-one__single > a:hover > span::before,
.blog-one__single > a:hover > span::after {
  background-color: #fff;
}

.blog-one__single:hover > a {
  visibility: visible;
  transform: translateY(0%);
  opacity: 1;
}

.blog-one__content {
    position: relative;
    display: block;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    padding: 15px;
    text-align: center;
}

.blog-one__content h2{
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
}
.pa-view-all{
  font-size: 18px;
  padding-bottom: 30px;
  color: var(--text-color);
  width: fit-content;
}
.pa-view-all:hover{
  
  color: var(--theme-color2);
}
.fancybox-caption-wrap{
  padding-top: 20px;
}
.fancybox-caption {
    padding: 28px 0;
    text-align: center;
    border-top: 1px solid hsla(0, 0%, 100%, .4);
    font-size: 23px;
    color: #fff;
    line-height: 20px;
    -webkit-text-size-adjust: none;
}




/***

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

***/
.contact-details{
  padding: 80px 0px;
}
.contact-details__info {
  position: relative;
  display: block;
  margin-top: 41px;
}
.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: auto;
  padding: 15px;
  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-color-light);
  font-size: 25px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.contact-details__info li:hover .icon {
  background-color: var(--theme-color2);
}
.contact-details__info li:hover .icon span {
  color: var(--theme-color-light);
}
.contact-details__info li .text a:hover {
  color: var(--theme-color3);
}
.contact-details__info li:hover .text a span {
  color: var(--theme-color3);
}
.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: 18px;
  color: #000;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  display: block;
  width: 100%;
}
.contact-details__info li .text span {
  font-size: 18px;
  color: #000;
}
.contact-details__info li + li {
  margin-top: 19px;
}
.reset-bg:before{
  background: #818181;

}

.map-section .map {
    position: relative;
    min-height: 480px;
    width: 100%;
    display: block;
}


@media (max-width: 991px) {
  .contact-details__right{
    margin-bottom: 40px;

  }
  .order-my-1{
    order: 2;
  }
  .order-my-2{
    order: 1;
  }
}



/***

====================================================================
    Featured Products
====================================================================

***/
.featured-products {
  position: relative;
  padding: 80px 0 80px;
}

.featured-products .bg-shape {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: url(../images/icons/pattern-7.png) left bottom no-repeat;
  background-size: 700px;
}

/*=== Mixitup Gallery ===*/
.featured-products .filters {
  margin-bottom: 40px;
  text-align: center;
}

.featured-products .filters .filter-tabs {
  position: relative;
  display: inline-block;
}

.featured-products .filters li {
  cursor: pointer;
  color: #797f7d;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  margin: 0 5px 0;
  padding: 6px 12px 10px;
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.featured-products .filters li:last-child {
  margin-right: 0;
}

.featured-products .filters .filter.active,
.featured-products .filters .filter:hover {
  background-color: var(--theme-color1);
  color: #fff;
}

.featured-products .filters li:before {
  position: absolute;
  left: 0;
  bottom: 8px;
  height: 2px;
  width: 100%;
  content: "";
  background-color: #fff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: top right;
  transform-origin: top right;
  -webkit-transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  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); /* easeInOutQuint */
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1); /* easeInOutQuint */
}

.featured-products .filters li.active:before,
.featured-products .filters li:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}

.product-block {
  position: relative;
  margin-bottom: 30px;
}

.product-block.mix {
  display: none;
}

.product-block .inner-box {
  position: relative;
  border: 2px solid #e4e1d5;
  border-radius: 10px;
  text-align: center;
  background: #ffffff;
  overflow: hidden;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  height: 100%;
}

.product-block .inner-box:hover {
  border: 2px solid var(--theme-color1);
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}

.product-block .image {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  margin-bottom: 0px;
}

.product-block .image:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#00ffffff",GradientType=1 );
  content: "";
  opacity: 0.3;
  left: -100%;
  pointer-events: none;
  z-index: 1;
}

.product-block .inner-box:hover .image:before {
  left: 100%;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.product-block .image img {
  width: auto;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.product-block .inner-box:hover .image img {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.product-block .content {
  position: relative;
  padding: 15px;
}

.product-block h2 {
  display: block;
  font-size: 22px;
  color: var(--theme-color2);
  font-weight: 700;
  margin-bottom: 5px;
}

.product-block h2 a {
  color: var(--theme-color2);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.product-block h2 a:hover {
  color: var(--theme-color1);
}

.product-block .content p{
  text-align: justify;
}


.shop-sidebar .sidebar-widget {
  position: relative;
  display: block;
  background-color: var(--theme-light-background);
  padding: 0px;
  border-radius: 10px;
  margin-bottom: 0px;
}
.shop-sidebar .sidebar-widget:last-child {
  margin-bottom: 0px;
}
.shop-sidebar .sidebar-widget .widget-title {
  position: relative;
  display: block;
  margin-bottom: 0px;
  padding: 15px;
}
.shop-sidebar .sidebar-widget .btn-style-one{
    width: 100%;
    border-radius: 0px 0px 10px 10px;
}
.shop-sidebar .sidebar-widget .btn-style-one:before {
    border-radius: 0px 0px 10px 10px;
}

.shop-sidebar .sidebar-widget .widget-content{
  padding: 0px 15px 20px 15px;
}
.shop-sidebar .sidebar-widget .widget-title h5{
  margin: 0;
}
.shop-sidebar .category-widget .category-list li {
  position: relative;
  display: block;
  margin-bottom: 14px;
}
.shop-sidebar .category-widget .category-list li:last-child {
  margin-bottom: 0px;
}
.shop-sidebar .category-widget .category-list li a {
  position: relative;
  display: inline-block;
  color: #646578;
  font-weight: 500;
  padding-left: 20px;
  font-size: 16px;
}
.shop-sidebar .category-widget .category-list li a:before {
  position: absolute;
  content: "\f0da";
  font-family: "Font Awesome 6 Pro";
  left: 0px;
  top: 0px;
  font-size: 16px;
  font-weight: 600;
  color: var(--theme-color1);
}
.shop-sidebar .category-widget .category-list li a:hover {
  color: var(--theme-color1);
}
.shop-sidebar .price-filters .widget-title {
  margin-bottom: 28px;
}
.shop-sidebar .post-widget {
  padding-bottom: 9px;
}
.shop-sidebar .post-widget .post {
  position: relative;
  padding-left: 90px;
  padding-bottom: 24px;
  margin-bottom: 23px;
  min-height: 108px;
  border-bottom: 1px solid #e1e1e1;
}
.shop-sidebar .post-widget .post:last-child {
  margin-bottom: 0px;
  border-bottom: none;
}

.shop-sidebar .category-widget .category-list li.active a {
  color: var(--theme-color3);
}
.shop-sidebar .category-widget .category-list li.active a:before {
    
    color: var(--theme-color3);
}

.sidebar-widget .accordion-body{
  margin: 0;
  padding: 0;
}

.sidebar-widget .accordion-button{
  background:transparent;
  padding: 0;
}
.sidebar-widget .accordion-button:focus{
  border: none;
  box-shadow: unset;

}


@media (max-width: 767px) {
  .mob-view{
  display: block;
}
.desk-view{
  display: none !important;
}

.service-sidebar {
    position: relative;
    display: block;
    max-width: 100%;
    width: 100%;
}
.shop-sidebar{
  margin-bottom: 20px;
}



}


.wa_icon{
  width: 40px;
  height: 40px;
  position: fixed;
  display: block;
  bottom: 20px;
  left: 5px;
  z-index: 999;
  padding: 0;
  background:#26af36;
  border-radius: 50%;
}
.wa_icon i{
  color: #fff;
  font-size: 30px;
  padding: 4px 7px;
  -webkit-animation: ring 4s .7s ease-in-out infinite;
    -webkit-transform-origin: 50% 4px;
    -moz-animation: ring 4s .7s ease-in-out infinite;
    -moz-transform-origin: 50% 4px;
    animation: ring 4s .7s ease-in-out infinite;
    transform-origin: 50% 4px;
}
@keyframes ring {
  0% { transform: rotate(0); }
  1% { transform: rotate(30deg); }
  3% { transform: rotate(-28deg); }
  5% { transform: rotate(34deg); }
  7% { transform: rotate(-32deg); }
  9% { transform: rotate(30deg); }
  11% { transform: rotate(-28deg); }
  13% { transform: rotate(26deg); }
  15% { transform: rotate(-24deg); }
  17% { transform: rotate(22deg); }
  19% { transform: rotate(-20deg); }
  21% { transform: rotate(18deg); }
  23% { transform: rotate(-16deg); }
  25% { transform: rotate(14deg); }
  27% { transform: rotate(-12deg); }
  29% { transform: rotate(10deg); }
  31% { transform: rotate(-8deg); }
  33% { transform: rotate(6deg); }
  35% { transform: rotate(-4deg); }
  37% { transform: rotate(2deg); }
  39% { transform: rotate(-1deg); }
  41% { transform: rotate(1deg); }
  43% { transform: rotate(0); }
  100% { transform: rotate(0); }
}


@media (max-width: 450px) {
.main-footer.style-two .contact-list-two a{
  font-size: 14px;
  width: 100%;
}

}

.service-text-block {
    /*background: #009bd324;*/
    padding: 30px 30px;
    border-bottom: 2px solid #006cb11f;
    float: left;
    
}
.service-text-block p{
    
    color: #000;
    text-align: justify;
}

.service-text-block img {
    width: 350px;
    margin: 7px 0px 7px 17px;
    float: right;
}


@media (max-width: 600px) {
.service-text-block img {
    width: 100%;
    margin: 0px 0px 15px 0px;
    float: none;
}
.service-text-block {
    background: #009bd324;
    padding: 25px;
    border-bottom: 2px solid #006cb1;
    
}

}