/* Nafty | NFT Landing HTML Template

Template Name: Nafty
Version: 1.0.0
License: copyright commercial
/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global Settings
4. Main Header / TwO
5. Sticky Header 
6. Mobile Menu
7. Section Title
8. Main Slider
9. Banner Section
10. Project Section
11. Features Section / TwO / Three / Four / Five
12. About Section / Two
13. Services Section / Two
14. Call To Action / Two
15. FAQ's Sectiom
16.  Marquee Section
17. Fun Fact Section
18. Testimonial Section / Two
19. team Section 
20, Contact Section / Two
21. Why Choose Us / Two
22. News Section / Two
23. Video Section
24. Map Section
25. Clients Section
26. Main Footer
**********************************************/
@import url("https://fonts.googleapis.com/css2?family=Unbounded:wght@200;300;400;500;600;700;800;900&amp;display=swap");
@import url("animate.css");
@import url("jquery.fancybox.min.css");
@import url("linear.css");
@import url("fontawesome.css");
@import url("flaticon.css");
:root {
  --theme-color-light: #ffffff;
  --theme-color-dark: #0C0C2D;
  --theme-color-dark2: #000;
  --theme-color-gray: #F6F6F6;
  --theme-color1: #F06;
  --theme-color2: #210378;
  --theme-color3: #FF7C2B;
  --theme-color4: #5224B5;
  --bg-theme-color1: var(--theme-color1);
  --bg-theme-color2: var(--theme-color2);
  --bg-theme-color3: var(--theme-color3);
  --text-color: #555;
  --text-color2: #ECECEC;
  --headings-color: #222222;
  --link-color: var(--headings-color);
  --link-hover-color: var(--headings-color);
  --title-font: "Unbounded", sans-serif;
  --text-font: "Unbounded", sans-serif;
  --body-font-size: 16px;
  --body-line-height: 28px;
  --body-font-weight: 400;
  --line-height-heading-h1: 1.2em;
  --line-height-heading: 54px;
  --line-height-heading-small: 1.35em;
  --h1-font-size: 118px;
  --h2-font-size: 50px;
  --h3-font-size: 30px;
  --h4-font-size: 24px;
  --h5-font-size: 22px;
  --h6-font-size: 20px;
  --h1-font-weight: 400;
  --h2-font-weight: 400;
  --h3-font-weight: 400;
  --h4-font-weight: 400;
  --h5-font-weight: 400;
  --h6-font-weight: 400;
  --sec-title-subtitle-font-size: 14px;
  --sec-title-subtitle-color: var(--headings-color);
  --sec-title-subtitle-font-family: var(--text-font);
  --sec-title-subtitle-font-weight: 700;
  --sec-title-subtitle-line-height: 20px;
  --sec-title-color: var(--headings-color);
  --sec-title-font-size: var(--h2-font-size);
  --sec-title-font-family: var(--title-font);
  --sec-title-font-family-two: var(--title-font2);
  --sec-title-font-weight: var(--h2-font-weight);
  --theme-light-background: #F2F3F5;
  --theme-light-background-text-color: var(--headings-color);
  --theme-black: #131313;
  --container-width: 1320px;
  --small-container-width: 1000px;
  --large-container-width: 1600px;
  --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(--text-font);
  font-weight: var(--body-font-weight);
  line-height: var(--body-line-height);
}

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

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

h1,
h2,
h3,
h4,
h5,
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-small);
  letter-spacing: 0.15px;
}

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

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

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

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

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

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

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

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

iframe {
  border: none !important;
}

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

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

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

/*** 

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

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

/*** 

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

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

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

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

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

figure.image {
  margin-bottom: 0;
}

.title a {
  color: inherit;
}

.text {
  font-family: var(--text-font);
  line-height: 26px;
  text-transform: capitalize;
}

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

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

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

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

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

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

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

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

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

/*=======================
    List Styles
=======================*/
.list-style-one {
  position: relative;
}
.list-style-one li {
  position: relative;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  color: var(--theme-color-dark);
  margin-right: 50px;
  font-weight: 600;
  margin-bottom: 4px;
  padding-left: 22px;
}
.list-style-one li .icon {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--theme-color1);
}

/*=======================
    List Styles
=======================*/
.list-style-two {
  margin-top: 28px;
}
.list-style-two li {
  font-size: 16px;
  color: var(--text-color);
  position: relative;
  padding-left: 25px;
  margin-bottom: 8px;
}
.list-style-two li .icon {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--theme-color1);
}

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

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

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

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

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

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

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

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

/*================================
    Progress Bar
=================================*/
.skills {
  position: relative;
  margin-bottom: 50px;
}
.skills .skill-item {
  position: relative;
  margin-bottom: 25px;
}
.skills .skill-item:last-child {
  margin-bottom: 0px;
}
.skills .skill-item .skill-header {
  position: relative;
  margin-bottom: 0px;
}
.skills .skill-item .skill-header .skill-title {
  font-weight: 600;
  color: var(--theme-color-dark);
  letter-spacing: 0;
  margin-bottom: 10px;
}
.skills .skill-item .skill-bar {
  position: relative;
  width: 100%;
  height: 14px;
  border-radius: 10px;
}
.skills .skill-item .skill-bar .bar-inner {
  position: relative;
  width: 100%;
  height: 14px;
  background: #f2f3f6;
  border-radius: 10px;
}
.skills .skill-item .skill-bar .bar-inner .bar {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 14px;
  width: 0px;
  -webkit-transition: all 3000ms ease;
  transition: all 3000ms ease;
  border-radius: 10px;
  background: var(--bg-theme-color1);
}
.skills .skill-item .skill-bar .bar-inner .skill-percentage {
  position: absolute;
  right: 0;
  bottom: 100%;
  font-weight: 400;
  color: #6f7174;
  line-height: 25px;
  margin-bottom: 10px;
}

.overlay-anim {
  position: relative;
}
.overlay-anim:before {
  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:before {
  height: 100%;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}

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

@-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);
  }
}
.btn-anim {
  position: relative;
  z-index: 9;
}
.btn-anim:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  z-index: -1;
  background: #000;
  border-radius: inherit;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: top right;
  transform-origin: top right;
  transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1), cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.btn-anim:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}

.full-container {
  max-width: 100%;
}

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

@-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);
  }
}
.bounce-y {
  -webkit-animation: bounce-y 10s infinite linear;
  animation: bounce-y 10s infinite linear;
}

@-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);
  }
}
.pagination {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 37px;
}
.pagination .page-item .page-link {
  border-radius: 50px;
  border: 3px solid #E0E4FC;
  padding: 0;
  width: 50px;
  height: 50px;
  line-height: 46px;
  text-align: center;
  font-size: 12px;
  color: var(--theme-color-dark2);
  font-weight: 600;
  margin: 0 5px;
}
.pagination .page-item .page-link:hover {
  border-color: #f06;
  color: #f06;
  background-color: unset;
}
.pagination .page-item .page-link.active {
  border: 0;
  width: unset;
  height: unset;
  margin: 0 6px 0 10px;
  background: unset;
}
.pagination .page-item .page-link.active:hover {
  background: unset;
}
.pagination .page-item .page-link.current {
  border-color: #f06;
  background-color: #f06;
  color: var(--theme-color-light);
}
.pagination .page-item.arrow .page-link {
  width: 130px;
}

@media only screen and (max-width: 577px) {
  .pagination .page-item.arrow .page-link {
    width: 110px;
  }
}
@media only screen and (max-width: 480px) {
  .pagination .page-item.arrow .page-link {
    width: 40px;
  }
  .pagination .page-item .page-link {
    width: 40px;
    height: 40px;
    line-height: 35px;
  }
}

.theme-btnsmaller {
  background-color: var(--theme-color1);
  border-radius: 0;
  font-weight: 600;
  color: var(--theme-color-light);
  display: inline-block;
  padding: 0 30px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  font-family: var(--title-font2);
  position: relative;
  border: 0;
  z-index: 9;
  overflow: hidden;
}

.theme-btn {
  background-color: var(--theme-color1);
  border-radius: 0;
  font-weight: 600;
  color: var(--theme-color-light);
  display: inline-block;
  padding: 0 60px;
  height: 70px;
  line-height: 70px;
  font-size: 16px;
  font-family: var(--title-font2);
  position: relative;
  border: 0;
  z-index: 9;
  overflow: hidden;
}
.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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.theme-btn:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  z-index: -1;
  background: #000;
  border-radius: inherit;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: top right;
  transform-origin: top right;
  transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1), cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.theme-btn:hover {
  color: #fff;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}
.theme-btn:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}

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

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

.theme-btn-v2 {
  position: relative;
  z-index: 9;
}
.theme-btn-v2:before {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  content: "";
  z-index: -1;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  background: rgb(0, 0, 0);
  border-radius: inherit;
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1) 0s, -webkit-transform 500ms 0s;
}
.theme-btn-v2:hover:before {
  background: var(--theme-color1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}
.theme-btn-v2:hover svg path {
  stroke: #fff;
}
.theme-btn-v2 svg path {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.slick-prev {
  left: 20px;
}
.slick-prev:before {
  content: "\f177";
}

.slick-next {
  right: 20px;
}
.slick-next:before {
  content: "\f178";
}

.slick-next,
.slick-prev {
  width: 130px;
  height: 50px;
  border: 3px solid #e0e4fd;
  border-radius: 30px;
  top: auto;
  bottom: 0;
  -webkit-transform: unset;
          transform: unset;
  z-index: 99;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.slick-next:before,
.slick-prev:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 66px;
  height: 16px;
  background-image: url(../images/white-arrow2.svg);
  background-repeat: no-repeat;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.slick-next:hover,
.slick-prev:hover {
  background: #FF0066;
  border-color: transparent;
}
.slick-next:hover:before,
.slick-prev:hover:before {
  background-image: url(../images/white-arrow.svg);
}

.slick-next:before {
  -webkit-transform: rotate(-180deg) translate(-50%, -50%);
          transform: rotate(-180deg) translate(-50%, -50%);
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
.slick-next:hover:before {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.slick-prev:hover:before {
  -webkit-transform: rotate(-180deg) translate(-50%, -50%);
          transform: rotate(-180deg) translate(-50%, -50%);
  -webkit-transform-origin: top left;
          transform-origin: top left;
}

.theme-btn2 {
  font-size: 14px;
  font-weight: 500;
  color: var(--theme-color1);
  padding: 14px 39px 11px;
  border-radius: 30px;
  border: 3px solid #F06;
  background: var(--theme-color-light);
  display: inline-block;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(255, 0, 102, 0.4);
          box-shadow: 0px 0px 30px 0px rgba(255, 0, 102, 0.4);
}
.theme-btn2:hover {
  background-color: var(--theme-color1);
  color: #fff;
}

/*** 

====================================================================
  Search Popup
====================================================================

***/
.search-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  overflow: hidden;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
.search-popup .search-back-drop {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: var(--theme-color-dark);
  opacity: 0.95;
}
.search-popup .close-search {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 26px;
  color: var(--theme-color-light);
  z-index: 3;
  border-radius: 50%;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.search-popup .search-inner {
  position: relative;
  display: block;
  top: 40%;
  height: auto;
  z-index: 1;
  width: calc(100% - 60px);
  max-width: 800px;
  margin: auto;
  opacity: 0;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.search-popup .form-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.search-popup .form-group input[type=search],
.search-popup .form-group input[type=text] {
  position: relative;
  display: block;
  line-height: 20px;
  font-size: 16px;
  width: 100%;
  height: 50px;
  border: 1px solid #e1e6dc;
  padding: 15px 20px;
  color: #707070;
  background: #ffffff;
  border-radius: 5px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.search-popup .form-group input[type=search]:focus,
.search-popup .form-group input[type=text]:focus {
  border-color: var(--border-theme-color2);
}
.search-popup .form-group button {
  position: absolute;
  right: 5px;
  top: 5px;
  height: 40px;
  width: 40px;
  display: block;
  font-size: 18px;
  color: var(--theme-color-dark);
  line-height: 40px;
  border-radius: 5px;
  font-weight: normal;
  background: #ffffff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.search-popup .form-group button:hover {
  color: var(--theme-color-dark);
}
.search-popup textarea::-webkit-input-placeholder, .search-popup input::-webkit-input-placeholder {
  color: inherit;
}
.search-popup textarea::-moz-placeholder, .search-popup input::-moz-placeholder {
  color: inherit;
}
.search-popup textarea:-ms-input-placeholder, .search-popup input:-ms-input-placeholder {
  color: inherit;
}
.search-popup textarea::-ms-input-placeholder, .search-popup input::-ms-input-placeholder {
  color: inherit;
}
.search-popup textarea::placeholder,
.search-popup input::placeholder {
  color: inherit;
}

.moblie-search-active .search-popup {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
  border-radius: 0%;
}
.moblie-search-active .search-popup .search-inner {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}

/*** 

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

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

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

.mobile-nav-toggler {
  margin-top: 0;
}

.header-top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-top .header-top-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 0 10px;
}
.header-top .top-left {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-top .top-left .info-list {
  color: #ffffff;
  font-size: 14px;
}
.header-top .top-left .info-list span {
  color: #b5cf2b;
  font-size: 14px;
  font-weight: 600;
}
.header-top .top-center {
  margin-left: auto;
  margin-right: auto;
}
.header-top .top-right {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-top .top-right button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  font-size: 14px;
  background: transparent;
}
.header-top .top-right button span, .header-top .top-right button img {
  margin-right: 10px;
  display: inline-block;
}
.header-top .top-right button span {
  font-size: 20px;
}
.header-top .top-right button.login-btn {
  margin-left: 72px;
}
.header-top .top-right button.login-btn i {
  font-size: 18px;
  margin-right: 7px;
}

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

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

.main-menu {
  position: relative;
}
@media (max-width: 991.98px) {
  .main-menu {
    display: none;
  }
}

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

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

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

.main-menu .navigation > li {
  position: relative;
  float: left;
  padding: 25px 0px;
  margin-right: 44px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-menu .navigation > li:last-child {
  margin-right: 0;
}
.main-menu .navigation > li > a {
  position: relative;
  display: block;
  text-align: center;
  opacity: 1;
  color: #ffffff;
  font-size: 16px;
  line-height: 30px;
  text-transform: capitalize;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-menu .navigation > li > a:hover {
  color: var(--theme-color1);
}
.main-menu .navigation > li.dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
  top: 100%;
  margin-top: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

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

.main-menu .navigation li:hover > ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.main-menu .navigation > li > ul > li > ul {
  position: absolute;
  left: 100%;
  top: 0px;
  width: 220px;
  z-index: 100;
  display: none;
  background-color: #ffffff;
  opacity: 0;
  padding: 10px 0 0;
  margin-top: 10px;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
.main-menu .navigation > li > ul > li > ul > li {
  position: relative;
  border-bottom: 1px solid #ebf1f5;
  width: 100%;
}
.main-menu .navigation > li > ul > li > ul > li:last-child {
  border-bottom: none;
}
.main-menu .navigation > li > ul > li > ul > li > a {
  position: relative;
  display: block;
  padding: 10px 0;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: var(--theme-color2);
  text-align: left;
  margin: 0 30px;
  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 {
  position: absolute;
  right: 10px;
  top: 8px;
  width: 34px;
  height: 30px;
  border: 1px solid #ffffff;
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
  cursor: pointer;
  z-index: 5;
  display: none;
}

.main-header .outer-box {
  position: relative;
  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;
  height: 100%;
}
.main-header .outer-box .header-btn {
  display: inline-block;
  color: #ffffff;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 15px;
  padding: 0 5px 0 38px;
  height: 60px;
  line-height: 60px;
  border: 2px solid #fff;
  border-radius: 50px;
}
.main-header .outer-box .header-btn span {
  margin-left: 10px;
  position: relative;
  top: -2px;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--theme-color1);
}
.main-header .outer-box .header-btn span i {
  color: #000;
  font-size: 22px;
  font-weight: 900;
  top: 4px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main-header .outer-box .header-btn:hover {
  background-color: var(--theme-color1);
  border-color: transparent;
}

.main-header .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;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  padding-left: 17px;
  position: relative;
  right: 117px;
}

.main-header .ui-btn {
  position: relative;
  display: block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  background: none;
  font-size: 26px;
  color: #ffffff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-header .ui-btn:hover {
  color: var(--theme-color1);
}

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

/*** 

====================================================================
    header-style-one
====================================================================

***/
.header-style-one {
  position: absolute;
}
.header-style-one .header-top {
  padding: 21px 0 16px;
}
@media (max-width: 767.98px) {
  .header-style-one .header-top {
    padding-bottom: 5px;
  }
}
@media (max-width: 767.98px) {
  .header-style-one .header-top .outer-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.header-style-one .header-top .outer-box .top-left .social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-style-one .header-top .outer-box .top-left .social-links li {
  margin-right: 25px;
}
.header-style-one .header-top .outer-box .top-left .social-links li:last-child {
  margin-right: 0;
}
.header-style-one .header-top .outer-box .top-left .social-links li a {
  color: var(--theme-color-light);
}
.header-style-one .header-top .outer-box .top-left .social-links li a:hover {
  color: var(--theme-color1);
}
@media (max-width: 767.98px) {
  .header-style-one .header-top .outer-box .top-center {
    margin: 0;
    padding: 20px 0;
  }
}
@media only screen and (max-width: 767px) {
  .header-style-one .header-top .outer-box .top-center {
    width: 100%;
  }
}
.header-style-one .header-top .outer-box .top-center .subscribe-form .form-group {
  position: relative;
}
.header-style-one .header-top .outer-box .top-center .subscribe-form .form-group input {
  font-size: 12px;
  font-weight: 400;
  height: 40px;
  font-family: var(--text-font);
  width: 656px;
  border-radius: 5px;
  padding: 0 44px;
  background: rgba(255, 255, 255, 0.2);
}
.header-style-one .header-top .outer-box .top-center .subscribe-form .form-group input::-webkit-input-placeholder {
  color: var(--theme-color-light);
}
.header-style-one .header-top .outer-box .top-center .subscribe-form .form-group input::-moz-placeholder {
  color: var(--theme-color-light);
}
.header-style-one .header-top .outer-box .top-center .subscribe-form .form-group input:-ms-input-placeholder {
  color: var(--theme-color-light);
}
.header-style-one .header-top .outer-box .top-center .subscribe-form .form-group input::-ms-input-placeholder {
  color: var(--theme-color-light);
}
.header-style-one .header-top .outer-box .top-center .subscribe-form .form-group input::placeholder {
  color: var(--theme-color-light);
}
@media (max-width: 1199.98px) {
  .header-style-one .header-top .outer-box .top-center .subscribe-form .form-group input {
    width: 100%;
  }
}
.header-style-one .header-top .outer-box .top-center .subscribe-form .form-group i {
  position: absolute;
  top: 6px;
  left: 20px;
  color: rgb(255, 255, 255);
}
.header-style-one .header-top .outer-box .top-right .login-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: 500;
  color: var(--theme-color-light);
}
.header-style-one .header-top .outer-box .top-right .login-btn:hover {
  color: var(--theme-color1);
}
.header-style-one .header-top .outer-box .top-right .login-btn img {
  margin-right: 10px;
}
@media (max-width: 1399.98px) {
  .header-style-one .header-lower .main-box {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.header-style-one .header-lower .main-box .nav-outer {
  margin-left: auto;
  margin-right: 71px;
}
@media (max-width: 1399.98px) {
  .header-style-one .header-lower .main-box .nav-outer {
    margin-left: 53px;
    margin-right: 59px;
  }
}
@media (max-width: 1199.98px) {
  .header-style-one .header-lower .main-box .nav-outer {
    display: none;
  }
}
.header-style-one .header-lower .main-menu .navigation > li > a {
  color: var(--theme-color-light);
  font-size: 15px;
  font-weight: 500;
  font-family: var(--text-font);
}
.header-style-one .header-lower .main-menu .navigation > li > a:hover {
  color: var(--theme-color1);
}
@media (max-width: 1199.98px) {
  .header-style-one .header-lower .outer-box {
    margin-left: auto;
  }
}
.header-style-one .header-lower .outer-box .contact-info {
  position: relative;
  padding-left: 50px;
}
.header-style-one .header-lower .outer-box .contact-info .image {
  position: absolute;
  top: 12px;
  left: 0;
}
.header-style-one .header-lower .outer-box .contact-info span {
  font-size: 12px;
  color: var(--theme-color-light);
}
.header-style-one .header-lower .outer-box .contact-info .title {
  color: var(--theme-color-light);
  margin-top: -4px;
  margin-bottom: 0;
}
.header-style-one .header-lower .outer-box .social-list-one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 71px;
  position: relative;
}
.header-style-one .header-lower .outer-box .social-list-one::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -31px;
  width: 2px;
  height: 50px;
  background-color: #525c5c;
}
.header-style-one .header-lower .outer-box .social-list-one li {
  margin-right: 61px;
}
.header-style-one .header-lower .outer-box .social-list-one li:last-child {
  margin-right: 0;
}
.header-style-one .header-lower .outer-box .social-list-one li a {
  font-size: 24px;
  color: var(--theme-color-light);
}
.header-style-one .header-lower .main-menu .navigation > li {
  padding: 0;
  margin-right: 50px;
}
@media (max-width: 1399.98px) {
  .header-style-one .header-lower .main-menu .navigation > li {
    margin-right: 35px;
  }
}
.header-style-one .header-lower .main-menu .navigation > li:last-child {
  margin-right: 0;
}
.header-style-one .header-lower .main-menu .navigation li.dropdown .dropdown-btn {
  display: inline-block;
  border: 2px;
  top: auto;
  bottom: 1px;
  right: -14px;
  width: auto;
  height: unset;
  font-size: 10px;
  color: #8f8f8f;
}
.header-style-one .header-lower .main-menu .navigation li.dropdown ul .dropdown-btn {
  display: none;
}
.header-style-one .header-lower .mobile-nav-toggler {
  display: inline-block;
  -webkit-box-ordinal-group: unset;
      -ms-flex-order: unset;
          order: unset;
  color: #000;
  margin-left: 25px;
  display: none;
  margin-top: 8px;
}
@media (max-width: 1199.98px) {
  .header-style-one .header-lower .mobile-nav-toggler {
    display: inline-block;
    margin-top: 0;
  }
}
.header-style-one .header-lower .mobile-nav-toggler i {
  color: var(--theme-color-light);
}
.header-style-one .header-lower .main-menu .navigation > li > ul > li > a:hover {
  color: var(--theme-color1);
}
.header-style-one .header-lower .sticky-header {
  background-color: var(--theme-color-v2);
}
.header-style-one .header-lower .sticky-header .mobile-nav-toggler {
  display: none;
}
.header-style-one .header-lower .sticky-header .main-menu .navigation > li.current > a, .header-style-one .header-lower .sticky-header .main-menu .navigation > li:hover > a {
  color: var(--theme-color1);
}
.header-style-one .header-lower .sticky-header .main-menu .navigation > li {
  padding: 0;
}
.header-style-one .header-lower .sticky-header.fixed-header {
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #000;
}
.header-style-one .header-lower .sticky-header .main-menu {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-style-one .header-lower .sticky-header .main-menu .navigation > li.current > a, .header-style-one .header-lower .sticky-header .main-menu .navigation > li:hover > a {
  color: #fff;
}
.header-style-one .header-lower .sticky-header .main-menu .navigation li.dropdown .dropdown-btn {
  color: #fff;
}
.header-style-one .header-lower .sticky-header .inner-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767.98px) {
  .header-style-one .header-lower .contact-info {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .header-style-one .header-lower .contact-info {
    display: unset;
    width: 232px;
    margin-left: -170px;
  }
}
.header-style-one .header-lower .outer-box {
  position: relative;
}
@media (max-width: 767.98px) {
  .header-style-one .header-lower .outer-box:before {
    display: none;
  }
}
.header-style-one .header-lower .outer-box .theme-btn {
  padding: 0 35px;
  line-height: 54px;
  font-size: 14px;
  height: 54px;
  border-radius: 50px;
  padding: 0 35px 0 6px;
  font-family: var(--text-font);
  -webkit-box-shadow: 0px 0px 30px 0px rgba(255, 0, 102, 0.8);
          box-shadow: 0px 0px 30px 0px rgba(255, 0, 102, 0.8);
}
.header-style-one .header-lower .outer-box .theme-btn:hover {
  -webkit-box-shadow: unset;
          box-shadow: unset;
}
.header-style-one .header-lower .outer-box .theme-btn i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 2px solid var(--theme-color-light);
  border-radius: 50px;
  margin-right: 11px;
}
@media (max-width: 767.98px) {
  .header-style-one .header-lower .outer-box .theme-btn {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .header-style-one .header-lower .outer-box .cart-btn {
    display: none;
  }
}
.header-style-one .header-lower .outer-box .cart-btn .bucket {
  font-size: 30px;
  color: var(--theme-color-light);
}
.header-style-one .header-lower .outer-box .cart-btn .bucket:hover {
  color: var(--theme-color1);
}

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

/*** 

====================================================================
    header-style-two
====================================================================

***/
.header-style-two {
  position: absolute;
  padding: 5px 0 0;
}
.header-style-two .btn {
  padding: 0;
}
@media (max-width: 1399.98px) {
  .header-style-two .header-lower .main-box {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.header-style-two .header-lower .main-box .nav-outer {
  margin-left: auto;
  margin-right: 71px;
}
@media (max-width: 1399.98px) {
  .header-style-two .header-lower .main-box .nav-outer {
    margin-left: 53px;
  }
}
@media (max-width: 1199.98px) {
  .header-style-two .header-lower .main-box .nav-outer {
    display: none;
  }
}
.header-style-two .header-lower .main-menu .navigation > li > a {
  color: var(--theme-color-light);
  font-size: 15px;
  font-weight: 500;
  font-family: var(--text-font);
}
.header-style-two .header-lower .main-menu .navigation > li > a:hover {
  color: var(--theme-color1);
}
@media (max-width: 1199.98px) {
  .header-style-two .header-lower .outer-box {
    margin-left: auto;
  }
}
.header-style-two .header-lower .outer-box .contact-info {
  position: relative;
  padding-left: 50px;
}
.header-style-two .header-lower .outer-box .contact-info .image {
  position: absolute;
  top: 12px;
  left: 0;
}
.header-style-two .header-lower .outer-box .contact-info span {
  font-size: 12px;
  color: var(--theme-color-light);
}
.header-style-two .header-lower .outer-box .contact-info .title {
  color: var(--theme-color-light);
  margin-top: -4px;
  margin-bottom: 0;
}
.header-style-two .header-lower .outer-box .social-list-one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 71px;
  position: relative;
}
.header-style-two .header-lower .outer-box .social-list-one::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -31px;
  width: 2px;
  height: 50px;
  background-color: #525c5c;
}
.header-style-two .header-lower .outer-box .social-list-one li {
  margin-right: 61px;
}
.header-style-two .header-lower .outer-box .social-list-one li:last-child {
  margin-right: 0;
}
.header-style-two .header-lower .outer-box .social-list-one li a {
  font-size: 24px;
  color: var(--theme-color-light);
}
.header-style-two .header-lower .main-menu .navigation > li {
  padding: 0;
  margin-right: 50px;
}
@media (max-width: 1399.98px) {
  .header-style-two .header-lower .main-menu .navigation > li {
    margin-right: 35px;
  }
}
.header-style-two .header-lower .main-menu .navigation > li:last-child {
  margin-right: 0;
}
.header-style-two .header-lower .main-menu .navigation li.dropdown .dropdown-btn {
  display: inline-block;
  border: 2px;
  top: auto;
  bottom: 1px;
  right: -14px;
  width: auto;
  height: unset;
  font-size: 10px;
  color: #8f8f8f;
}
.header-style-two .header-lower .main-menu .navigation li.dropdown ul .dropdown-btn {
  display: none;
}
.header-style-two .header-lower .mobile-nav-toggler {
  display: inline-block;
  -webkit-box-ordinal-group: unset;
      -ms-flex-order: unset;
          order: unset;
  color: #000;
  margin-left: 25px;
  display: none;
  margin-top: 8px;
}
@media (max-width: 1199.98px) {
  .header-style-two .header-lower .mobile-nav-toggler {
    display: inline-block;
    margin-top: 0;
  }
}
.header-style-two .header-lower .mobile-nav-toggler i {
  color: var(--theme-color-light);
}
.header-style-two .header-lower .main-menu .navigation > li > ul > li > a:hover {
  color: var(--theme-color1);
}
.header-style-two .header-lower .sticky-header {
  background-color: var(--theme-color-v2);
}
.header-style-two .header-lower .sticky-header .mobile-nav-toggler {
  display: none;
}
.header-style-two .header-lower .sticky-header .main-menu .navigation > li.current > a, .header-style-two .header-lower .sticky-header .main-menu .navigation > li:hover > a {
  color: var(--theme-color1);
}
.header-style-two .header-lower .sticky-header .main-menu .navigation > li {
  padding: 0;
}
.header-style-two .header-lower .sticky-header.fixed-header {
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #000;
}
.header-style-two .header-lower .sticky-header .main-menu {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-style-two .header-lower .sticky-header .main-menu .navigation > li.current > a, .header-style-two .header-lower .sticky-header .main-menu .navigation > li:hover > a {
  color: #fff;
}
.header-style-two .header-lower .sticky-header .main-menu .navigation li.dropdown .dropdown-btn {
  color: #fff;
}
.header-style-two .header-lower .sticky-header .inner-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767.98px) {
  .header-style-two .header-lower .contact-info {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .header-style-two .header-lower .contact-info {
    display: unset;
    width: 232px;
    margin-left: -170px;
  }
}
.header-style-two .header-lower .outer-box {
  position: relative;
}
@media (max-width: 767.98px) {
  .header-style-two .header-lower .outer-box:before {
    display: none;
  }
}
.header-style-two .header-lower .outer-box .theme-btn {
  padding: 0 35px;
  line-height: 52px;
  font-size: 14px;
  height: 52px;
  border-radius: 50px;
  padding: 0 35px;
  font-family: var(--text-font);
  background-color: var(--theme-color3);
  -webkit-box-shadow: 0px 0px 30px 0px rgba(255, 124, 42, 0.3);
          box-shadow: 0px 0px 30px 0px rgba(255, 124, 42, 0.3);
}
.header-style-two .header-lower .outer-box .theme-btn:hover {
  -webkit-box-shadow: unset;
          box-shadow: unset;
}
.header-style-two .header-lower .outer-box .theme-btn i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 2px solid var(--theme-color-light);
  border-radius: 50px;
  margin-right: 11px;
}
@media (max-width: 767.98px) {
  .header-style-two .header-lower .outer-box .theme-btn {
    display: none;
  }
}
.header-style-two .header-lower .outer-box .cart-btn {
  margin-right: 20px;
}
@media (max-width: 767.98px) {
  .header-style-two .header-lower .outer-box .cart-btn {
    display: none;
  }
}
.header-style-two .header-lower .outer-box .cart-btn .bucket {
  font-size: 30px;
  color: var(--theme-color-light);
}

/*** 

====================================================================
    header-style-three
====================================================================

***/
.header-style-three .btn {
  padding: 0;
}
.header-style-three .header-top {
  padding: 19px 0 20px;
}
.header-style-three .header-top .outer-box {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 991.98px) {
  .header-style-three .header-top .outer-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.header-style-three .header-top .outer-box .top-left .contact-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767.98px) {
  .header-style-three .header-top .outer-box .top-left .contact-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.header-style-three .header-top .outer-box .top-left .contact-info li {
  margin-right: 63px;
  position: relative;
  font-weight: 500;
  font-size: 14px;
  display: inline-block;
  padding-left: 27px;
}
@media (max-width: 991.98px) {
  .header-style-three .header-top .outer-box .top-left .contact-info li {
    margin-right: 40px;
  }
  .header-style-three .header-top .outer-box .top-left .contact-info li:last-child {
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .header-style-three .header-top .outer-box .top-left .contact-info li:last-child {
    margin: 7px 0;
  }
}
.header-style-three .header-top .outer-box .top-left .contact-info li i {
  position: absolute;
  top: 0;
  left: 0;
}
.header-style-three .header-top .outer-box .top-left .contact-info li:last-child {
  margin-right: 0;
}
.header-style-three .header-top .outer-box .top-right .login-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: 500;
  color: var(--text-color);
}
.header-style-three .header-top .outer-box .top-right .login-btn:hover {
  color: #f06;
}
.header-style-three .header-top .outer-box .top-right .login-btn img {
  margin-right: 10px;
}
.header-style-three .header-lower {
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
}
@media (max-width: 1399.98px) {
  .header-style-three .header-lower .main-box {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.header-style-three .header-lower .main-box .nav-outer {
  margin-left: auto;
  margin-right: 0;
}
@media (max-width: 1199.98px) {
  .header-style-three .header-lower .main-box .nav-outer {
    display: none;
  }
}
.header-style-three .header-lower .main-menu .navigation > li > a {
  color: var(--theme-color-dark2);
  font-size: 15px;
  font-weight: 500;
  font-family: var(--text-font);
}
.header-style-three .header-lower .main-menu .navigation > li > a:hover {
  color: var(--theme-color1);
}
@media (max-width: 1199.98px) {
  .header-style-three .header-lower .outer-box {
    margin-left: auto;
  }
}
.header-style-three .header-lower .outer-box .contact-info {
  position: relative;
  padding-left: 50px;
}
.header-style-three .header-lower .outer-box .contact-info .image {
  position: absolute;
  top: 12px;
  left: 0;
}
.header-style-three .header-lower .outer-box .contact-info span {
  font-size: 12px;
  color: var(--theme-color-light);
}
.header-style-three .header-lower .outer-box .contact-info .title {
  color: var(--theme-color-light);
  margin-top: -4px;
  margin-bottom: 0;
}
.header-style-three .header-lower .outer-box .social-list-one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 71px;
  position: relative;
}
.header-style-three .header-lower .outer-box .social-list-one::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -31px;
  width: 2px;
  height: 50px;
  background-color: #525c5c;
}
.header-style-three .header-lower .outer-box .social-list-one li {
  margin-right: 61px;
}
.header-style-three .header-lower .outer-box .social-list-one li:last-child {
  margin-right: 0;
}
.header-style-three .header-lower .outer-box .social-list-one li a {
  font-size: 24px;
  color: var(--theme-color-light);
}
.header-style-three .header-lower .main-menu .navigation > li {
  position: relative;
  border-left: 1px solid #D9D9D9;
  margin-right: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0;
}
@media (max-width: 1399.98px) {
  .header-style-three .header-lower .main-menu .navigation > li {
    margin-right: 0 !important;
  }
}
.header-style-three .header-lower .main-menu .navigation > li a {
  padding: 41px 36px 40px 35px;
}
@media (max-width: 1399.98px) {
  .header-style-three .header-lower .main-menu .navigation > li a {
    padding: 41px 29px 40px 29px;
  }
}
.header-style-three .header-lower .main-menu .navigation > li::before {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 50%;
  width: 0;
  height: 9px;
  background-color: var(--theme-color1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
.header-style-three .header-lower .main-menu .navigation > li:hover::before {
  opacity: 1;
  left: 0;
  width: 100%;
  visibility: visible;
}
@media (max-width: 1399.98px) {
  .header-style-three .header-lower .main-menu .navigation > li {
    margin-right: 35px;
  }
}
.header-style-three .header-lower .main-menu .navigation > li:last-child {
  margin-right: 0;
}
.header-style-three .header-lower .main-menu .navigation li.dropdown .dropdown-btn {
  display: inline-block;
  border: 2px;
  top: auto;
  bottom: 1px;
  right: -14px;
  width: auto;
  height: unset;
  font-size: 10px;
  color: #8f8f8f;
}
.header-style-three .header-lower .main-menu .navigation li.dropdown ul .dropdown-btn {
  display: none;
}
.header-style-three .header-lower .mobile-nav-toggler {
  display: inline-block;
  -webkit-box-ordinal-group: unset;
      -ms-flex-order: unset;
          order: unset;
  color: #000;
  margin-left: 25px;
  display: none;
  margin-top: 8px;
}
@media (max-width: 1199.98px) {
  .header-style-three .header-lower .mobile-nav-toggler {
    display: inline-block;
    margin-top: 0;
  }
}
.header-style-three .header-lower .mobile-nav-toggler i {
  color: var(--theme-color1);
}
.header-style-three .header-lower .main-menu .navigation > li > ul > li > a:hover {
  color: var(--theme-color1);
}
.header-style-three .header-lower .sticky-header {
  background-color: var(--theme-color-v2);
}
.header-style-three .header-lower .sticky-header .mobile-nav-toggler {
  display: none;
}
.header-style-three .header-lower .sticky-header .main-menu .navigation > li.current > a, .header-style-three .header-lower .sticky-header .main-menu .navigation > li:hover > a {
  color: var(--theme-color1);
}
.header-style-three .header-lower .sticky-header .main-menu .navigation > li {
  padding: 0;
}
.header-style-three .header-lower .sticky-header.fixed-header {
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #000;
}
.header-style-three .header-lower .sticky-header .main-menu {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-style-three .header-lower .sticky-header .main-menu .navigation > li.current > a, .header-style-three .header-lower .sticky-header .main-menu .navigation > li:hover > a {
  color: #fff;
}
.header-style-three .header-lower .sticky-header .main-menu .navigation li.dropdown .dropdown-btn {
  color: #fff;
}
.header-style-three .header-lower .sticky-header .inner-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767.98px) {
  .header-style-three .header-lower .contact-info {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .header-style-three .header-lower .contact-info {
    display: unset;
    width: 232px;
    margin-left: -170px;
  }
}
.header-style-three .header-lower .outer-box {
  position: relative;
}
@media (max-width: 767.98px) {
  .header-style-three .header-lower .outer-box:before {
    display: none;
  }
}
.header-style-three .header-lower .outer-box .btn {
  line-height: 0;
  margin: -1px 0;
}
.header-style-three .header-lower .outer-box .btn .theme-btn {
  line-height: 111px;
  font-size: 14px;
  height: 111px;
  padding: 0 41px;
  font-family: var(--text-font);
  background: #F06;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(255, 0, 102, 0.2);
          box-shadow: 0px 4px 20px 0px rgba(255, 0, 102, 0.2);
}
@media (max-width: 767.98px) {
  .header-style-three .header-lower .outer-box .btn .theme-btn {
    display: none;
  }
}
.header-style-three .header-lower .outer-box .cart-btn {
  margin-right: 20px;
}
@media (max-width: 767.98px) {
  .header-style-three .header-lower .outer-box .cart-btn {
    display: none;
  }
}
.header-style-three .header-lower .outer-box .cart-btn .bucket {
  font-size: 30px;
  color: var(--theme-color-light);
}

.header-style-three .header-lower .main-menu .navigation > li > ul {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.header-style-three .header-lower .main-menu .navigation > li > ul li a {
  padding: 10px 20px;
  color: #000;
}
.header-style-three .header-lower .main-menu .navigation > li > ul li a:hover {
  color: var(--theme-color1);
}

/*** 

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

***/
.sticky-header {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  left: 0px;
  top: 0px;
  width: 100%;
  padding: 10px 0;
  z-index: 99999;
  background: #210279;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}
.sticky-header .inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

.sticky-header .logo {
  padding: 10px 0;
}
.sticky-header .logo img {
  max-height: 40px;
}
.sticky-header .nav-outer {
  position: relative;
  background: none;
  margin-left: auto;
}

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

.sticky-header .main-menu .navigation > li > a {
  color: #fff;
}

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

@media only screen and (max-width: 576px) {
  .header-style-one .header-top .outer-box .top-center .subscribe-form .form-group input {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .header-style-three .header-top .outer-box .top-left .contact-info li {
    margin-right: 0;
  }
}
/*** 

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

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

.mobile-menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 300px;
  max-width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
}
.mobile-menu .contact-info-box {
  color: #fff;
}
.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: 15px 20px;
}
.mobile-menu .close-btn {
  position: relative;
  top: 0px;
  right: -5px;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  height: 30px;
  width: 30px;
  line-height: 30px;
  background-color: rgba(255, 255, 255, 0.1);
  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: 50px;
}
.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-dark);
  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(255, 255, 255, 0.1);
}
.mobile-menu .navigation li {
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu .navigation li > ul > li:last-child {
  border-bottom: none;
}
.mobile-menu .navigation li > ul > li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu .navigation li > a {
  position: relative;
  display: block;
  line-height: 24px;
  padding: 10px 20px;
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  text-transform: capitalize;
}
.mobile-menu .navigation li > a:hover {
  color: var(--theme-color1);
}
.mobile-menu .navigation li:hover > a, .mobile-menu .navigation li.current > a {
  color: #ffffff;
}
.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: #ffffff;
  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(255, 255, 255, 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;
}
.contact-list-one li {
  position: relative;
  padding-left: 54px;
  min-height: 50px;
  margin-bottom: 20px;
}
.contact-list-one li:hover .icon {
  color: var(--theme-color1);
}
.contact-list-one li:hover a {
  color: var(--theme-color1);
}
.contact-list-one li .icon {
  position: absolute;
  left: 0;
  top: 3px;
  font-size: 34px;
  line-height: 50px;
  color: #ffffff;
}
.contact-list-one li .title {
  display: block;
  font-size: 12px;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
}
.contact-list-one li a {
  color: #fff;
}
.contact-list-one li .contact-box-info {
  color: #fff;
}
.contact-list-one li .text {
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
}
.contact-list-one li .text a {
  color: #ffffff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.mobile-menu .social-links {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: auto;
}
.mobile-menu .social-links li {
  position: relative;
  text-align: center;
  width: 100%;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu .social-links li a {
  position: relative;
  display: block;
  line-height: 50px;
  height: 50px;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.mobile-menu .social-links li a:hover {
  color: var(--theme-color2);
}

/***

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

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

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

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

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

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

.hidden-bar .social-links {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: var(--theme-color-dark);
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: auto;
}
.hidden-bar .social-links li {
  position: relative;
  text-align: center;
  width: 100%;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.hidden-bar .social-links li a {
  position: relative;
  display: block;
  line-height: 50px;
  height: 50px;
  font-size: 14px;
  text-align: center;
  color: var(--theme-color-light);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.hidden-bar .social-links li a:hover {
  color: var(--theme-color1);
}

/*** 

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

***/
.sec-title {
  position: relative;
  margin-bottom: 57px;
  margin-top: -16px;
}
@media (max-width: 575.98px) {
  .sec-title {
    margin-bottom: 40px;
  }
}
.sec-title .sub-title {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  display: block;
  letter-spacing: 1.6px;
  color: var(--text-color);
  margin-bottom: 15px;
}
.sec-title h2 {
  position: relative;
  font-weight: 700;
  line-height: 70px;
  padding-bottom: 37px;
  margin-bottom: 0;
}
.sec-title h2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 60px;
  height: 9.375px;
  background-image: url(../images/resource/dotes.png);
}
@media (max-width: 1199.98px) {
  .sec-title h2 {
    font-size: 40px;
  }
}
.sec-title .text {
  margin-top: 20px;
  font-size: 16px;
}
.sec-title.light .text,
.sec-title.light h2,
.sec-title.light h1 {
  color: #fff;
}
.sec-title.light .sub-title {
  color: #717171;
  letter-spacing: 1.5px;
}

/*** 

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

***/
.sec-title-two {
  position: relative;
  margin-bottom: 58px;
}
@media (max-width: 575.98px) {
  .sec-title-two {
    margin-bottom: 40px;
  }
}
.sec-title-two .sub-title {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  display: block;
  color: #000;
  margin-bottom: 0px;
}
.sec-title-two h2 {
  position: relative;
  font-size: 60px;
  font-weight: 700;
  line-height: 85px;
  padding-bottom: 39px;
  margin-bottom: 0;
}
.sec-title-two h2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 207px;
  height: 10px;
  background-color: var(--theme-color3);
  border-radius: 10px;
}
@media (max-width: 1199.98px) {
  .sec-title-two h2 {
    font-size: 40px;
  }
}
.sec-title-two .text {
  margin-top: 20px;
  font-size: 16px;
}
.sec-title-two.light .text,
.sec-title-two.light h2,
.sec-title-two.light h1 {
  color: #fff;
}
.sec-title-two.light .sub-title {
  color: #717171;
  letter-spacing: 1.5px;
}

/*** 

====================================================================
Section Title three
====================================================================

***/
.sec-title-three {
  position: relative;
  margin-bottom: 58px;
  margin-top: 79px;
}
@media (max-width: 575.98px) {
  .sec-title-three {
    margin-bottom: 40px;
  }
}
.sec-title-three .sub-title {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  display: block;
  color: #000;
  margin-bottom: 4px;
  letter-spacing: 5.4px;
  display: inline-block;
}
.sec-title-three .sub-title::before {
  content: "";
  position: absolute;
  top: -79px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 48.848px;
  height: 48.848px;
  border-radius: 50%;
  background-color: #F06;
  -webkit-filter: drop-shadow(0px 4px 50px rgba(255, 0, 102, 0.3));
          filter: drop-shadow(0px 4px 50px rgba(255, 0, 102, 0.3));
}
.sec-title-three h2 {
  position: relative;
  font-size: 60px;
  font-weight: 700;
  line-height: 85px;
  margin-bottom: 0;
}
@media (max-width: 1199.98px) {
  .sec-title-three h2 {
    font-size: 40px;
  }
}
.sec-title-three h2 span {
  color: #F06;
}
.sec-title-three .text {
  margin-top: 20px;
  font-size: 16px;
  line-height: 30px;
}
.sec-title-three.light .text,
.sec-title-three.light h2,
.sec-title-three.light h1 {
  color: #fff;
}
.sec-title-three.light .sub-title {
  color: #717171;
  letter-spacing: 1.5px;
}

/*** 

====================================================================
    banner-section
====================================================================

***/
.banner-section {
  position: relative;
  background-image: url(../images/background/banner1-1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 190px 0 39px;
}
@media (max-width: 767.98px) {
  .banner-section {
    padding: 275px 0 70px;
  }
}
.banner-section .banner-text {
  margin-top: 83px;
}
@media (max-width: 1399.98px) {
  .banner-section .banner-text {
    margin-top: 70px;
  }
}
@media (max-width: 1199.98px) {
  .banner-section .banner-text {
    margin-top: 50px;
  }
}
@media (max-width: 991.98px) {
  .banner-section .banner-text {
    margin-bottom: 50px;
  }
}
.banner-section .banner-text h1 {
  font-size: 50px;
  color: var(--theme-color-light);
  margin-bottom: 16px;
  font-weight: 700;
  line-height: 70px;
}
@media (max-width: 1399.98px) {
  .banner-section .banner-text h1 {
    font-size: 43px;
    line-height: 58px;
  }
}
@media (max-width: 1199.98px) {
  .banner-section .banner-text h1 {
    font-size: 38px;
  }
}
.banner-section .banner-text .text {
  font-size: 18px;
  color: var(--theme-color-light);
  line-height: normal;
  margin-bottom: 50px;
}
@media (max-width: 1399.98px) {
  .banner-section .banner-text .text {
    line-height: 28px;
  }
}
.banner-section .banner-text .theme-btn {
  font-size: 14px;
  font-weight: 500;
  height: 52px;
  line-height: 52px;
  padding: 0 46px;
  color: var(--theme-color-light);
  background-color: var(--theme-color1);
  border-radius: 50px;
  font-family: var(--title-font);
  -webkit-box-shadow: 0px 0px 30px 0px rgba(255, 0, 102, 0.8);
          box-shadow: 0px 0px 30px 0px rgba(255, 0, 102, 0.8);
  display: inline-block;
}
.banner-section .banner-text .theme-btn:hover {
  -webkit-box-shadow: unset;
          box-shadow: unset;
}
.banner-section .banner-img {
  position: relative;
}
.banner-section .banner-img:before {
  content: "";
  position: absolute;
  top: 40px;
  left: -40px;
  width: 745px;
  height: 400px;
  background-image: url(../images/vector.png);
  background-repeat: no-repeat;
}
.banner-section .banner-img .outer-box {
  margin-right: 50px;
}
@media (max-width: 1199.98px) {
  .banner-section .banner-img .outer-box {
    margin-right: 0;
  }
}
.banner-section .banner-img .outer-box-two {
  margin-left: 50px;
}
@media (max-width: 1199.98px) {
  .banner-section .banner-img .outer-box-two {
    margin-left: 0;
  }
}
.banner-section .banner-img .image-block {
  margin-bottom: 30px;
}
.banner-section .banner-img .image-block .inner-box {
  position: relative;
}
.banner-section .banner-img .image-block .inner-box .image-box .image.overlay-anim:before {
  border-radius: 20px;
}
.banner-section .banner-img .image-block .inner-box .image-box .image img {
  width: 100%;
  border-radius: 20px;
}
.banner-section .banner-img .image-block .inner-box .image-box .harte {
  position: absolute;
  bottom: 20px;
  right: 20px;
  margin-bottom: 0;
  color: var(--theme-color-light);
}
.banner-section .banner-img .image-block .inner-box .image-box .harte:hover {
  color: var(--theme-color1);
}
.banner-section .banner-img .image-block .inner-box .content-box {
  position: absolute;
  bottom: 24px;
  left: 21px;
}
.banner-section .banner-img .image-block .inner-box .content-box span {
  font-size: 13px;
  color: var(--theme-color-light);
  display: block;
  margin-bottom: 5px;
}
.banner-section .banner-img .image-block .inner-box .content-box .title {
  font-size: 16px;
  font-weight: 700;
  color: var(--theme-color-light);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
}
.banner-section .banner-img .image-block .inner-box .content-box .title img {
  margin-left: 6px;
}

/*** 

====================================================================
    banner-section two
====================================================================

***/
.banner-section-two {
  position: relative;
  background-image: url(../images/banner/banner1-2.png);
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1199.98px) {
  .banner-section-two {
    background: #5224B5;
    padding-bottom: 120px;
  }
}
.banner-section-two .banner-text-v2 {
  padding: 239px 0 143px;
}
@media (max-width: 1199.98px) {
  .banner-section-two .banner-text-v2 {
    padding-bottom: 0;
  }
}
.banner-section-two .banner-text-v2 .sub-title {
  position: relative;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 3.6px;
  text-transform: capitalize;
  color: var(--theme-color-light);
  padding-left: 35px;
  margin-bottom: 28px;
  display: inline-block;
}
.banner-section-two .banner-text-v2 .sub-title::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: var(--theme-color3);
}
.banner-section-two .banner-text-v2 h1 {
  font-size: 70px;
  font-weight: 700;
  color: var(--theme-color-light);
  text-transform: uppercase;
  line-height: normal;
  margin-bottom: 45px;
}
@media (max-width: 1399.98px) {
  .banner-section-two .banner-text-v2 h1 {
    font-size: 60px;
  }
}
@media (max-width: 1199.98px) {
  .banner-section-two .banner-text-v2 h1 {
    font-size: 48px;
  }
}
.banner-section-two .banner-text-v2 h1 span {
  color: var(--theme-color3);
  background-color: var(--theme-color-light);
  border-radius: 50px;
  display: inline-block;
  height: 77px;
  line-height: 77px;
  padding: 0 23px;
}
.banner-section-two .banner-text-v2 .text {
  font-size: 18px;
  line-height: 30px;
  max-width: 650px;
  color: var(--text-color2);
  margin-bottom: 36px;
}
.banner-section-two .banner-text-v2 .btn-box {
  margin-bottom: 110px;
}
@media (max-width: 1199.98px) {
  .banner-section-two .banner-text-v2 .btn-box {
    margin-bottom: 75px;
  }
}
.banner-section-two .banner-text-v2 .btn-box .play-btn {
  color: var(--theme-color-light);
}
.banner-section-two .banner-text-v2 .btn-box .play-btn i {
  width: 100px;
  height: 100px;
  border: 3px solid var(--theme-color-light);
  border-radius: 50%;
  text-align: center;
  line-height: 95px;
  font-size: 30px;
  margin-right: 19px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.banner-section-two .banner-text-v2 .btn-box .play-btn span {
  font-size: 18px;
  font-weight: 700;
}
.banner-section-two .banner-text-v2 .btn-box .play-btn:hover i {
  background-color: var(--theme-color3);
  border-color: transparent;
}
.banner-section-two .banner-text-v2 .rating-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.banner-section-two .banner-text-v2 .rating-sec .rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 52px;
}
.banner-section-two .banner-text-v2 .rating-sec .rating li {
  margin-right: 7px;
}
.banner-section-two .banner-text-v2 .rating-sec .rating li:last-child {
  margin-right: 0;
}
.banner-section-two .banner-text-v2 .rating-sec .rating li i {
  color: var(--theme-color3);
}
.banner-section-two .banner-text-v2 .rating-sec .rating li span {
  color: var(--theme-color-light);
  font-weight: 700;
  font-size: 14px;
  display: inline-block;
  margin-left: 6px;
}
.banner-section-two .banner-text-v2 .rating-sec .contact {
  font-size: 14px;
  font-weight: 500;
  color: var(--theme-color-light);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.banner-section-two .banner-text-v2 .rating-sec .contact img {
  display: inline-block;
  margin-right: 10px;
}
.banner-section-two .banner-img-v2 {
  position: absolute;
  top: 0;
  right: 60px;
}
@media (max-width: 1399.98px) {
  .banner-section-two .banner-img-v2 {
    top: auto;
    bottom: 190px;
    right: 0;
  }
}
@media (max-width: 1199.98px) {
  .banner-section-two .banner-img-v2 {
    display: none;
  }
}
@media (max-width: 1399.98px) {
  .banner-section-two .banner-img-v2 img {
    max-width: 555px;
  }
}

/*** 

====================================================================
    banner-section three
====================================================================

***/
.banner-section-three {
  position: relative;
  padding: 42px 0 74px;
}
.banner-section-three::before {
  content: "";
  position: absolute;
  bottom: -100px;
  right: 0;
  width: 443.375px;
  height: 895.375px;
  background-image: url(../images/background/shape1-3.png);
}
.banner-section-three .banner-text-v3 {
  padding-top: 109px;
}
.banner-section-three .banner-text-v3 h1 {
  font-size: 80px;
  font-weight: 700;
  color: var(--theme-color-dark2);
  margin-bottom: 66px;
}
@media (max-width: 1399.98px) {
  .banner-section-three .banner-text-v3 h1 {
    font-size: 76px;
  }
}
@media (max-width: 1199.98px) {
  .banner-section-three .banner-text-v3 h1 {
    font-size: 61px;
  }
}
@media (max-width: 767.98px) {
  .banner-section-three .banner-text-v3 h1 {
    font-size: 64px;
  }
}
.banner-section-three .banner-text-v3 .content-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.banner-section-three .banner-text-v3 .content-sec .image-box {
  margin-right: 25px;
}
.banner-section-three .banner-text-v3 .content-sec .image-box img {
  max-width: 195px;
}
.banner-section-three .banner-text-v3 .content-sec .content-box .text {
  font-size: 20px;
  line-height: 38px;
  padding-right: 70px;
  margin-bottom: 52px;
}
.banner-section-three .banner-text-v3 .content-sec .content-box .banner-btn {
  border-radius: 30px;
  background: #F06;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(255, 0, 102, 0.3);
          box-shadow: 0px 0px 30px 0px rgba(255, 0, 102, 0.3);
  color: var(--theme-color-light);
  height: 52px;
  line-height: 52px;
  display: inline-block;
  padding: 0 46px;
  border-radius: 50px;
}
.banner-section-three .banner-text-v3 .content-sec .content-box .banner-btn:hover {
  -webkit-box-shadow: unset;
          box-shadow: unset;
}
@media (max-width: 1399.98px) {
  .banner-section-three .banner-imgs-v3 {
    margin-top: 70px;
  }
}
.banner-section-three .banner-imgs-v3 .image-box {
  position: relative;
}
.banner-section-three .banner-imgs-v3 .image-box .exp-box {
  position: absolute;
  bottom: 17px;
  left: 0;
  width: 317px;
  border-radius: 58px;
  background-color: var(--theme-color-light);
  -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
  padding: 21px 39px 19px 92px;
  z-index: 99;
}
.banner-section-three .banner-imgs-v3 .image-box .exp-box img {
  position: absolute;
  top: 24px;
  left: 30px;
}
.banner-section-three .banner-imgs-v3 .image-box .exp-box span {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  text-transform: capitalize;
}
.banner-section-three .banner-imgs-v3 .image-box .exp-box span small {
  font-weight: 700;
  color: #52C948;
}

/*** 

====================================================================
    banner-section four
====================================================================

***/
.banner-section-four {
  position: relative;
  background-image: url(../images/banner/bg4-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.banner-section-four .outer-box {
  text-align: center;
  padding: 231px 0 156px;
}
@media (max-width: 1199.98px) {
  .banner-section-four .outer-box {
    padding: 176px 0 110px;
  }
}
.banner-section-four .outer-box .bread-crumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 13px;
}
.banner-section-four .outer-box .bread-crumbs li {
  position: relative;
  margin-right: 57px;
}
.banner-section-four .outer-box .bread-crumbs li::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -30px;
  width: 3px;
  height: 1px;
  background-color: #c3c3c3;
}
.banner-section-four .outer-box .bread-crumbs li:last-child {
  margin-right: 0;
}
.banner-section-four .outer-box .bread-crumbs li:last-child::before {
  display: none;
}
.banner-section-four .outer-box .bread-crumbs li a,
.banner-section-four .outer-box .bread-crumbs li span {
  position: relative;
  color: #C3C3C3;
  display: inline-block;
}
.banner-section-four .outer-box h1 {
  font-size: 70px;
  color: var(--theme-color-light);
  font-weight: 500;
  font-family: var(--title-font);
}
@media (max-width: 767.98px) {
  .banner-section-four .outer-box.v2 h1 {
    font-size: 55px;
  }
}

/*** 

====================================================================
    banner-section five
====================================================================

***/
.banner-section-five {
  position: relative;
  padding: 113px 0 91px;
}
@media (max-width: 991.98px) {
  .banner-section-five {
    padding-bottom: 50px;
  }
}
.banner-section-five .contact-column {
  margin-top: 48px;
}
@media (max-width: 991.98px) {
  .banner-section-five .contact-column {
    margin-top: 0;
  }
}
.banner-section-five .contact-column h1 {
  font-size: 80px;
  font-weight: 700;
  color: var(--theme-color-dark2);
  margin-bottom: 34px;
}
@media (max-width: 1199.98px) {
  .banner-section-five .contact-column h1 {
    font-size: 60px;
  }
}
.banner-section-five .contact-column .content-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.banner-section-five .contact-column .content-sec .image-box {
  margin-right: 25px;
}
.banner-section-five .contact-column .content-sec .image-box img {
  max-width: 195px;
}
.banner-section-five .contact-column .content-sec .content-box .text {
  font-size: 20px;
  line-height: 38px;
  margin-bottom: 52px;
}
.banner-section-five .contact-banner-img {
  text-align: right;
  margin-right: -100px;
}
@media (max-width: 1199.98px) {
  .banner-section-five .contact-banner-img {
    display: none;
  }
}
.banner-section-five .contact-banner-img .image-box {
  position: relative;
}

/*** 

====================================================================
    banner-section-six
====================================================================

***/
.banner-section-six {
  position: relative;
  background-image: url(../images/banner/bg6-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 166px 0 136px;
}
.banner-section-six .error-banner {
  margin-top: 180px;
  text-align: center;
}
@media (max-width: 1399.98px) {
  .banner-section-six .error-banner {
    margin-top: 120px;
  }
}
@media (max-width: 1199.98px) {
  .banner-section-six .error-banner {
    margin: 50px 0 100px;
  }
}
.banner-section-six .error-banner h1 {
  font-size: 210px;
  font-weight: 500;
  line-height: 159px;
  color: var(--theme-color-light);
  margin-bottom: 30px;
}
.banner-section-six .error-banner span {
  font-size: 26px;
  line-height: normal;
  display: inline-block;
  color: var(--theme-color-light);
  margin-bottom: 38px;
}
.banner-section-six .error-banner .text {
  font-size: 18px;
  line-height: 32px;
  color: var(--theme-color-light);
  padding: 0 15px 40px;
}
.banner-section-six .error-banner .banner-btn {
  height: 52px;
  line-height: 52px;
  border-radius: 30px;
  background: var(--theme-color3);
  -webkit-box-shadow: 0px 0px 30px 0px #FF7C2A;
          box-shadow: 0px 0px 30px 0px #FF7C2A;
  padding: 0 45px;
  color: var(--theme-color-light);
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
}
.banner-section-six .error-banner .banner-btn:hover {
  -webkit-box-shadow: unset;
          box-shadow: unset;
}
@media (max-width: 991.98px) {
  .banner-section-six .image-box {
    display: none;
  }
}

/*** 

====================================================================
    banner-section seven
====================================================================

***/
.banner-section-seven {
  position: relative;
  background-image: url(../images/banner/bg7-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.banner-section-seven .outer-box {
  padding: 231px 0 110px;
  position: relative;
}
@media (max-width: 767.98px) {
  .banner-section-seven .outer-box {
    padding: 310px 0 90px;
  }
}
.banner-section-seven .outer-box .bread-crumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
}
.banner-section-seven .outer-box .bread-crumbs li {
  position: relative;
  margin-right: 41px;
  font-size: 14px;
  color: #C3C3C3;
}
.banner-section-seven .outer-box .bread-crumbs li::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -25px;
  width: 7px;
  height: 7px;
  border-radius: 10px;
  background-color: rgb(105, 69, 183);
}
.banner-section-seven .outer-box .bread-crumbs li:last-child {
  margin-right: 0;
}
.banner-section-seven .outer-box .bread-crumbs li:last-child::before {
  display: none;
}
.banner-section-seven .outer-box .bread-crumbs li a {
  position: relative;
  color: #C3C3C3;
  display: inline-block;
}
.banner-section-seven .outer-box h1 {
  font-size: 50px;
  color: var(--theme-color-light);
  font-weight: 500;
  font-family: var(--title-font);
}
.banner-section-seven .outer-box .v1 {
  margin-bottom: 107px;
}
@media (max-width: 767.98px) {
  .banner-section-seven .outer-box .v1 {
    margin-bottom: 85px;
  }
}
.banner-section-seven .outer-box .pager-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1199.98px) {
  .banner-section-seven .outer-box .pager-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
.banner-section-seven .outer-box .pager-bottom .content-box .title {
  color: var(--theme-color-light);
  font-weight: 700;
  margin-bottom: 3px;
}
.banner-section-seven .outer-box .pager-bottom .content-box .title img {
  margin-left: 8px;
}
.banner-section-seven .outer-box .pager-bottom .content-box span {
  color: var(--theme-color-light);
}
.banner-section-seven .outer-box .pager-bottom .content-box span a {
  text-decoration-line: underline;
  color: var(--theme-color-light);
}
.banner-section-seven .outer-box .pager-bottom .image-box {
  position: absolute;
  right: 0;
  text-align: right;
  bottom: -50px;
}
.banner-section-seven .outer-box .pager-bottom .image-box img {
  border-radius: 50%;
}
@media (max-width: 767.98px) {
  .banner-section-seven .outer-box .pager-bottom .image-box img {
    display: none;
  }
}
.banner-section-seven .outer-box .pager-bottom .pricing-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 90px;
  background: rgba(255, 255, 255, 0.1);
  padding: 19px 60px 15px;
  margin-left: 153px;
}
@media (max-width: 1199.98px) {
  .banner-section-seven .outer-box .pager-bottom .pricing-sec {
    margin-left: 0;
    margin-top: 30px;
  }
}
.banner-section-seven .outer-box .pager-bottom .pricing-sec .price-box {
  margin-right: 50px;
}
.banner-section-seven .outer-box .pager-bottom .pricing-sec .price-box:last-child {
  margin-right: 0;
}
.banner-section-seven .outer-box .pager-bottom .pricing-sec .price-box span {
  color: var(--theme-color-light);
  display: block;
  margin-bottom: -6px;
}
.banner-section-seven .outer-box .pager-bottom .pricing-sec .price-box small {
  color: #A1A1A1;
  font-size: 14px;
}
.banner-section-seven .outer-box.v1 {
  padding-bottom: 50px;
}

/*** 

====================================================================
    banner-section eight
====================================================================

***/
.banner-section-eight {
  position: relative;
  background-image: url(../images/banner/bg8-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.banner-section-eight .outer-box {
  padding: 190px 0 102px;
  position: relative;
}
.banner-section-eight .outer-box .content-column .inner-column {
  margin-top: 45px;
}
@media (max-width: 991.98px) {
  .banner-section-eight .outer-box .content-column .inner-column {
    margin-bottom: 50px;
  }
}
@media (max-width: 767.98px) {
  .banner-section-eight .outer-box .content-column .inner-column {
    margin-top: 130px;
  }
}
.banner-section-eight .outer-box .content-column .inner-column .sub-title {
  color: #f06;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 12px;
}
.banner-section-eight .outer-box .content-column .inner-column .sub-title img {
  margin-left: 8px;
}
.banner-section-eight .outer-box .content-column .inner-column h3 {
  color: var(--theme-color-light);
  font-weight: 700;
  margin-bottom: -10px;
}
.banner-section-eight .outer-box .content-column .inner-column small {
  color: #C3C3C3;
}
.banner-section-eight .outer-box .content-column .inner-column .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 36px;
  margin-bottom: 65px;
}
.banner-section-eight .outer-box .content-column .inner-column .list li {
  color: #E0E4FC;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.1);
  padding: 6px 31px 5px 25px;
  margin-right: 7px;
}
.banner-section-eight .outer-box .content-column .inner-column .list li:last-child {
  margin-right: 0;
}
.banner-section-eight .outer-box .content-column .inner-column .list li i {
  font-size: 20px;
  margin-right: 6px;
}
.banner-section-eight .outer-box .content-column .inner-column .btn-box span {
  font-size: 13px;
  text-decoration-line: underline;
  text-transform: uppercase;
  color: #E0E4FC;
  display: inline-block;
  margin-bottom: -5px;
}
.banner-section-eight .outer-box .content-column .inner-column .btn-box .title {
  color: var(--theme-color-light);
  margin-bottom: 9px;
  font-weight: 400;
}
.banner-section-eight .outer-box .content-column .inner-column .btn-box .title small {
  font-size: 16px;
  color: #D9D9D9;
  margin-left: 12px;
}
.banner-section-eight .outer-box .content-column .inner-column .btn-box .offer-btn {
  font-size: 14px;
  font-weight: 500;
  color: var(--theme-color-light);
  border-radius: 30px;
  height: 52px;
  line-height: 52px;
  display: inline-block;
  background: #F06;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(255, 0, 102, 0.3);
          box-shadow: 0px 0px 30px 0px rgba(255, 0, 102, 0.3);
  padding: 0 62px;
}
.banner-section-eight .outer-box .content-column .inner-column .btn-box .offer-btn:hover {
  -webkit-box-shadow: unset;
          box-shadow: unset;
}
.banner-section-eight .outer-box .image-column .inner-column .image-box .image img {
  border-radius: 30px;
  width: 100%;
}

@media only screen and (max-width: 577px) {
  .banner-section-two .banner-text-v2 h1 {
    font-size: 43px;
  }
  .banner-section-two .banner-text-v2 {
    padding-top: 180px;
  }
  .banner-section-two .banner-text-v2 .rating-sec {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .banner-section-two .banner-text-v2 .rating-sec .rating {
    margin-bottom: 20px;
    margin-right: 0;
  }
  .banner-section-three .banner-text-v3 {
    padding-top: 40px;
  }
  .banner-section-three .banner-text-v3 h1 {
    font-size: 40px;
    margin-bottom: 35px;
  }
  .banner-section-three .banner-text-v3 .content-sec .content-box .text {
    padding-right: 0;
  }
  .banner-section-three .banner-text-v3 .content-sec .image-box img {
    display: none;
  }
  .banner-section-three .banner-text-v3 .content-sec .image-box {
    margin-right: 0;
  }
  .banner-section-three::before {
    display: none;
  }
  .banner-section-five .contact-column h1 {
    font-size: 60px;
  }
  .banner-section-five .contact-column .content-sec .image-box {
    display: none;
  }
  .banner-section-five {
    padding-top: 80px;
  }
  .banner-section-seven .outer-box h1 {
    font-size: 46px;
  }
  .banner-section-six .error-banner h1 {
    font-size: 163px;
  }
  .banner-section-six .error-banner span {
    font-size: 22px;
  }
  .banner-section-six {
    padding-bottom: 180px;
  }
  .banner-section-four .outer-box.v2 h1 {
    font-size: 47px;
  }
  .banner-section-seven .outer-box .pager-bottom .pricing-sec {
    padding: 19px 41px 15px;
  }
  .project-section .detail-title {
    line-height: 40px;
    margin-bottom: 20px;
  }
  .banner-section-five {
    padding-bottom: 20px;
  }
  .banner-section-five .contact-column {
    margin-top: 20px;
  }
  .banner-section-five .contact-column h1 {
    font-size: 40px;
  }
  .banner-section-four .outer-box h1 {
    font-size: 60px;
  }
  .banner-section-seven .outer-box {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 480px) {
  .banner-section .banner-text h1 {
    font-size: 25px;
    line-height: 40px;
  }
  .banner-section .banner-text .text {
    font-size: 16px;
  }
  .banner-section-two .banner-text-v2 .sub-title::before {
    display: none;
  }
  .banner-section-two .banner-text-v2 .sub-title {
    padding-left: 0;
    font-size: 14px;
    margin-bottom: 15px;
  }
  .banner-section-two .banner-text-v2 h1 {
    font-size: 27px;
    margin-bottom: 35px;
  }
  .banner-section-two .banner-text-v2 h1 span {
    height: 47px;
    line-height: 47px;
  }
  .banner-section-two .banner-text-v2 .text {
    font-size: 14px;
  }
  .banner-section-three .banner-text-v3 h1 {
    margin-bottom: 40px;
    font-size: 34px;
  }
  .banner-section-three .banner-imgs-v3 .image-box .exp-box {
    width: 298px;
    padding: 21px 39px 19px 85px;
  }
  .banner-section-three .banner-imgs-v3 .image-box .exp-box img {
    left: 22px;
  }
  .banner-section-four .outer-box h1 {
    font-size: 46px;
  }
  .banner-section-four .outer-box .bread-crumbs li {
    margin-right: 30px;
  }
  .banner-section-four .outer-box .bread-crumbs li::before {
    right: -17px;
  }
  .banner-section-five .contact-column h1 {
    font-size: 48px;
  }
  .banner-section-five .contact-column .content-sec .content-box .text {
    font-size: 16px;
    line-height: 28px;
  }
  .banner-section-seven .outer-box h1 {
    font-size: 30px;
  }
  .banner-section-six .error-banner h1 {
    font-size: 107px;
    line-height: 84px;
  }
  .banner-section-six .error-banner span {
    font-size: 15px;
    margin-bottom: 30px;
  }
  .banner-section-six .error-banner .text {
    font-size: 14px;
    line-height: 25px;
  }
  .footer-style-four .footer-bottom .footer-nav {
    margin-left: 15px;
  }
  .banner-section-six {
    padding-bottom: 120px;
  }
  .banner-section-four .outer-box.v2 h1 {
    font-size: 34px;
  }
  .banner-section-four .outer-box.v2 .bread-crumbs li {
    margin-right: 26px;
  }
  .banner-section-four .outer-box.v2 .bread-crumbs li:last-child {
    margin-right: 0;
  }
  .banner-section-four .outer-box.v2 .bread-crumbs li::before {
    right: -15px;
  }
  .banner-section-seven .outer-box.v3 .bread-crumbs li {
    margin-right: 25px;
  }
  .banner-section-seven .outer-box.v3 .bread-crumbs li:last-child {
    margin-right: 0;
  }
  .banner-section-seven .outer-box.v3 .bread-crumbs li::before {
    right: -17px;
  }
  .banner-section-seven .outer-box.v3 h1 {
    font-size: 29px;
  }
  .banner-section-seven .outer-box .pager-bottom .pricing-sec {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
    border-radius: 20px;
    padding: 19px 28px 15px;
  }
  .banner-section-eight .outer-box .content-column .inner-column .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .banner-section-eight .outer-box .content-column .inner-column .list li:last-child {
    margin-top: 10px;
  }
  .project-section .detail-title {
    font-size: 24px;
    line-height: 34px;
  }
  .banner-section-seven .outer-box h1 {
    margin-bottom: 0 !important;
  }
  .banner-section-seven .outer-box .v1 {
    margin-bottom: 50px !important;
  }
  .banner-section-five .contact-column h1 {
    font-size: 34px;
    margin-bottom: 22px;
  }
  .contact-us-section .input-form-column .sec-title-three h3 {
    font-size: 27px;
  }
  .banner-section-seven .outer-box .bread-crumbs li {
    margin-right: 35px;
  }
}
/*** 

====================================================================
    about-section
====================================================================

***/
.about-section {
  position: relative;
  padding: 120px 0 43px;
}
.about-section .sec-title-two {
  margin-bottom: 87px;
}
@media (max-width: 991.98px) {
  .about-section .sec-title-two .sub-title {
    margin-bottom: 10px;
  }
}
@media (max-width: 1199.98px) {
  .about-section .sec-title-two h2 {
    line-height: 60px;
  }
}
@media (max-width: 767.98px) {
  .about-section .sec-title-two h2 {
    font-size: 30px;
    line-height: 50px;
  }
}
.about-section .container {
  max-width: 1076px;
}
.about-section .about-content .text {
  line-height: 30px;
}
.about-section .about-content .content-box {
  max-width: 412px;
  margin-left: auto;
  margin-top: 73px;
}
@media (max-width: 991.98px) {
  .about-section .about-content .content-box {
    margin: 73px 0 0;
  }
}
@media (max-width: 767.98px) {
  .about-section .about-content .content-box {
    max-width: 100%;
    width: unset;
  }
}
@media only screen and (max-width: 1023px) {
  .about-section .about-content .content-box {
    max-width: 100%;
  }
}
.about-section .about-content .content-box .title {
  font-size: 22px;
  font-weight: 800;
  line-height: 30px;
  text-decoration-line: underline;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.about-section .about-content .content-box .about-btn {
  font-size: 14px;
  font-weight: 500;
  height: 52px;
  line-height: 52px;
  display: inline-block;
  padding: 0 46px;
  border-radius: 30px;
  background: var(--theme-color3);
  text-align: center;
  color: var(--theme-color-light);
  -webkit-box-shadow: 0px 0px 30px 0px rgba(255, 124, 42, 0.3);
          box-shadow: 0px 0px 30px 0px rgba(255, 124, 42, 0.3);
  margin-top: 44px;
}
.about-section .about-content .content-box .about-btn:hover {
  -webkit-box-shadow: unset;
          box-shadow: unset;
}
.about-section .about-img-v2 {
  margin: -70px -38px 0 -115px;
}
@media (max-width: 1199.98px) {
  .about-section .about-img-v2 {
    margin-left: -60px;
  }
}

/*** 

====================================================================
    about-section two
====================================================================

***/
.about-section-two {
  position: relative;
  padding: 120px 0 82px;
}
.about-section-two .about-v2 .content-box .sub-title {
  letter-spacing: 1.6px;
  color: var(--text-font);
  margin-bottom: 4px;
  display: inline-block;
}
.about-section-two .about-v2 .content-box h2 {
  font-size: 50px;
  font-weight: 700;
  color: #0C0C2D;
  line-height: 70px;
  margin-bottom: 11px;
}
@media (max-width: 1199.98px) {
  .about-section-two .about-v2 .content-box h2 {
    font-size: 49px;
    line-height: 60px;
  }
}
.about-section-two .about-v2 .content-box .text {
  line-height: 30px;
  margin-bottom: 29px;
}
.about-section-two .about-v2 .content-box .list {
  margin-bottom: 38px;
}
.about-section-two .about-v2 .content-box .list li {
  position: relative;
  color: var(--text-color);
  font-size: 18px;
  line-height: 40px;
  text-transform: capitalize;
  padding-left: 39px;
}
.about-section-two .about-v2 .content-box .list li i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  font-size: 23px;
  color: #f06;
}
.about-section-two .about-v2 .content-box .list li i::after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: -1px;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  border: 1px solid #f06;
}
.about-section-two .image-box {
  margin-right: -9px;
}

@media only screen and (max-width: 577px) {
  .about-section .sec-title-two h2 {
    font-size: 27px;
    line-height: 40px;
  }
  .about-section-two .about-v2 .content-box h2 {
    font-size: 44px;
    line-height: 54px;
  }
}
@media only screen and (max-width: 480px) {
  .about-section .sec-title-two h2 {
    font-size: 23px;
  }
  .about-section .about-content .content-box {
    margin-top: 50px;
  }
  .about-section-two .about-v2 .content-box h2 {
    font-size: 30px;
    line-height: 42px;
  }
  .about-section-two .about-v2 .content-box .list li i {
    -webkit-transform: unset;
            transform: unset;
    top: 0;
  }
  .about-section-two .about-v2 .content-box .list li {
    font-size: 14px;
    line-height: 30px;
  }
  .about-section-two .about-v2 .content-box .list li i::after {
    bottom: 6px;
  }
  .banner-section-four .outer-box {
    padding: 157px 0 64px;
  }
}
/*** 

====================================================================
    interface-section
====================================================================

***/
.main-section-four {
  position: relative;
  background-image: url(../images/background/Union3-1.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 0 30px;
}
@media (max-width: 1199.98px) {
  .main-section-four {
    background-image: unset;
    background: #F0F0F0;
  }
}
@media only screen and (max-width: 767px) {
  .main-section-four {
    padding-bottom: 80px;
  }
}

.interface-section {
  position: relative;
  padding-bottom: 69px;
}
.interface-section .sec-title-three {
  margin-bottom: 36px;
}
@media only screen and (max-width: 1199px) {
  .interface-section .sec-title-three {
    margin-bottom: 120px;
  }
}
@media only screen and (max-width: 424px) {
  .interface-section .sec-title-three {
    margin-bottom: 30px;
  }
}
@media (max-width: 1199.98px) {
  .interface-section .sec-title-three .sub-title {
    margin-bottom: 10px;
  }
}
@media (max-width: 1199.98px) {
  .interface-section .sec-title-three h2 {
    line-height: 50px;
  }
}
.interface-section .outer-box {
  position: relative;
}
.interface-section .outer-box::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 606.625px;
  height: 606.625px;
  background-image: url(../images/resource/interface.png);
}
@media only screen and (max-width: 424px) {
  .interface-section .outer-box::before {
    display: none;
  }
}
.interface-section .outer-box .interface-block .image img {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.interface-section .outer-box .slick-slide.slick-center .image img {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.interface-section .slick-next,
.interface-section .slick-prev {
  top: 50%;
  background: transparent;
  border: 0;
}
.interface-section .slick-next:before,
.interface-section .slick-prev:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 76px;
  height: 20px;
  background-image: url(../images/right-arrow.png);
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.interface-section .slick-next:hover:before,
.interface-section .slick-prev:hover:before {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.interface-section .slick-next {
  right: -70px;
}
.interface-section .slick-next:before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
@media (max-width: 1399.98px) {
  .interface-section .slick-next {
    right: -50px;
  }
}
.interface-section .slick-prev {
  left: -10px;
}
.interface-section .slick-prev:before {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
@media (max-width: 1399.98px) {
  .interface-section .slick-prev {
    left: 5px;
  }
}

@media only screen and (max-width: 577px) {
  .interface-section .sec-title-three h2 {
    line-height: 45px;
    font-size: 32px;
  }
}
@media only screen and (max-width: 480px) {
  .interface-section .sec-title-three h2 {
    line-height: 36px;
    font-size: 25px;
    z-index: 99;
  }
  .sec-title-three .sub-title {
    font-size: 14px;
    z-index: 99;
  }
}
/*** 

====================================================================
    service-section
====================================================================

***/
.service-section {
  position: relative;
  padding: 110px 0;
}
@media (max-width: 767.98px) {
  .service-section .service-slider {
    padding-bottom: 0;
  }
}
.service-section .service-slider .slick-center .service-block {
  border-color: #e0e5fb;
}
.service-section .service-slider .slick-center .service-block .service-img .auther-info {
  opacity: 1;
  visibility: visible;
}
.service-section .service-slider .slick-center .service-block .service-info {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.service-section .service-block {
  border: 3px solid transparent;
  padding: 19px 22px 21px;
  border-radius: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.service-section .service-block .service-img .image {
  position: relative;
}
.service-section .service-block .service-img .image img {
  border-radius: 20px;
  width: 100%;
}
.service-section .service-block .service-img .image .likes-number {
  display: inline-block;
  position: absolute;
  bottom: 10px;
  right: 10px;
  background-color: #fff;
  border-radius: 30px;
  color: #999999;
  font-size: 12px;
  font-weight: 400;
  height: 30px;
  line-height: 30px;
  border-radius: 30px;
  padding: 0 10px;
}
.service-section .service-block .service-img .image .likes-number i {
  margin-right: 3px;
}
.service-section .service-block .service-img .auther-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 9px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.service-section .service-block .service-img .auther-info span {
  margin-left: 8px;
  color: var(--theme-color-dark2);
  font-size: 16px;
}
.service-section .service-block .service-info {
  position: relative;
  margin-top: 17px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.service-section .service-block .service-info .title {
  font-weight: 700;
  margin-bottom: 10px;
}
.service-section .service-block .service-info .title img {
  display: inline-block;
}
.service-section .service-block .service-info span {
  font-size: 14px;
  color: #8E8E8E;
  display: block;
}
.service-section .service-block .service-info small {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 12px;
  font-weight: 400;
  text-decoration-line: underline;
  display: block;
}
@media (max-width: 991.98px) {
  .service-section .service-block .service-info small {
    position: static;
  }
}
@media (max-width: 991.98px) {
  .service-section .slick-next, .service-section .slick-prev {
    display: none !important;
  }
}

/*** 

====================================================================
    service-section-two
====================================================================

***/
.service-section-two {
  position: relative;
  padding: 120px 0 86px;
  z-index: -11;
}
.service-section-two .sec-title h2 {
  padding-bottom: 0;
}
@media (max-width: 1199.98px) {
  .service-section-two .sec-title h2 {
    line-height: 55px;
  }
}
@media (max-width: 991.98px) {
  .service-section-two .sec-title h2 {
    font-size: 35px;
    line-height: 50px;
  }
}
@media (max-width: 767.98px) {
  .service-section-two .sec-title h2 {
    font-size: 27px;
    line-height: 40px;
  }
}
.service-section-two .sec-title h2::before {
  display: none;
}

.service-block-two {
  margin-bottom: 30px;
  text-align: center;
  padding: 0 23px;
}
.service-block-two:hover .service-img-two img {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.service-block-two .service-img-two {
  text-align: center;
  position: relative;
  margin-bottom: 26px;
}
.service-block-two .service-img-two .image {
  padding-top: 56px;
}
.service-block-two .service-img-two .image img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.service-block-two .service-img-two::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 312px;
  height: 156px;
  background-image: url(../images/resource/shape.png);
  z-index: -1;
}
.service-block-two .service-info-two .title {
  font-weight: 700;
  font-family: var(--title-font);
  line-height: 40px;
  margin-bottom: 13px;
}
@media (max-width: 1199.98px) {
  .service-block-two .service-info-two .title {
    font-size: 28px;
  }
}
@media (max-width: 767.98px) {
  .service-block-two .service-info-two .title {
    font-size: 26px;
    line-height: 36px;
  }
}
.service-block-two .service-info-two .text {
  line-height: 30px;
}

/*** 

====================================================================
    service-section-three
====================================================================

***/
.service-section-three {
  position: relative;
  padding: 120px 0 69px;
  background: #E0E4FC;
}
.service-section-three .outer-box {
  margin-right: 110px;
}
@media (max-width: 1399.98px) {
  .service-section-three .outer-box {
    margin-right: 0;
  }
}
.service-section-three .outer-box-two {
  margin-left: 110px;
}
@media (max-width: 1399.98px) {
  .service-section-three .outer-box-two {
    margin-left: 0;
  }
}
.service-section-three .outer-box-two .service-block-three {
  margin-right: 31px;
  margin-left: 49px;
}
@media (max-width: 1399.98px) {
  .service-section-three .outer-box-two .service-block-three {
    margin-right: 48px;
    margin-left: 0;
  }
}
@media (max-width: 767.98px) {
  .service-section-three .outer-box-two .service-block-three {
    margin-right: 28px;
    margin-left: 0;
  }
}
@media (max-width: 575.98px) {
  .service-section-three .outer-box-two .service-block-three {
    margin-right: 0;
  }
}
@media (max-width: 767.98px) {
  .service-section-three .sec-title h2 {
    font-size: 31px;
  }
}

.service-block-three {
  margin-bottom: 51px;
  background-color: var(--theme-color-light);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 37px 0 36px 50px;
  border-radius: 30px;
  margin-right: 80px;
}
@media (max-width: 1399.98px) {
  .service-block-three {
    margin-right: 48px;
  }
}
@media (max-width: 991.98px) {
  .service-block-three {
    margin-right: 25px;
  }
}
@media (max-width: 767.98px) {
  .service-block-three {
    margin-right: 15px;
  }
}
@media (max-width: 575.98px) {
  .service-block-three {
    margin-right: 0 !important;
  }
}
.service-block-three .content-box {
  padding-right: 70px;
}
@media (max-width: 1199.98px) {
  .service-block-three .content-box {
    padding-right: 0;
  }
}
@media (max-width: 991.98px) {
  .service-block-three .content-box {
    padding-right: 20px;
  }
}
.service-block-three .content-box .title {
  font-weight: 700;
  font-size: 26px;
  margin-bottom: 11px;
}
@media (max-width: 767.98px) {
  .service-block-three .content-box .title {
    font-size: 25px;
  }
}
.service-block-three .service-img-v3 {
  margin-right: -31px;
  position: relative;
  z-index: 99;
}
.service-block-three .service-img-v3 .inner-box-two {
  position: relative;
  width: 180px;
  height: 180px;
  line-height: 180px;
  border-radius: 50%;
  border: 5px solid #E0E4FC;
  text-align: center;
  background-color: var(--theme-color-light);
}

@media (max-width: 767.98px) {
  .service-slider {
    padding-bottom: 100px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

/*** 

====================================================================
    main-section
====================================================================

***/
.main-section {
  position: relative;
  background-image: url(../images/background/ser-bg.jpg);
  z-index: -111;
}

/*** 

====================================================================
    services-section-four
====================================================================

***/
.services-section-four {
  position: relative;
  padding: 120px 0;
}
.services-section-four .image-box {
  margin: -83px -160px 0;
}
@media (max-width: 991.98px) {
  .services-section-four .image-box {
    margin: 0 0 50px;
  }
}
.services-section-four .service-column-v4 h2 {
  font-size: 60px;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 42px;
}
@media (max-width: 1199.98px) {
  .services-section-four .service-column-v4 h2 {
    font-size: 47px;
  }
}

@media (max-width: 991.98px) {
  .service-block-four:first-child {
    margin-bottom: 30px;
  }
}
.service-block-four .title {
  font-weight: 700;
  text-transform: uppercase;
  color: var(--theme-color-dark2);
  margin-bottom: 23px;
}
.service-block-four .text {
  line-height: 30px;
  padding-right: 40px;
}
@media (max-width: 1199.98px) {
  .service-block-four .text {
    padding-right: 17px;
  }
}

/*** 

====================================================================
    services-section-five
====================================================================

***/
.service-section-five {
  position: relative;
  padding: 120px 0 129px;
  background: #F8F8F8;
}
@media (max-width: 991.98px) {
  .service-section-five {
    padding-bottom: 50px;
  }
}

.service-block-five {
  margin-bottom: 44px;
}
.service-block-five .inner-box {
  position: relative;
  border-radius: 50px;
  background: #FFF;
  padding: 56px 50px 40px;
  margin: 20px 20px 0 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.service-block-five .inner-box:hover {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.service-block-five .inner-box .icon-box {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 100px;
  height: 100px;
  background-color: #f06;
  border-radius: 50%;
  line-height: 100px;
  text-align: center;
  color: var(--theme-color-light);
  font-size: 50px;
}
.service-block-five .inner-box .content-box .title {
  font-weight: 700;
  color: var(--theme-color-dark2);
  text-transform: capitalize;
  margin-bottom: 23px;
}
.service-block-five .inner-box .content-box .text {
  font-size: 14px;
  line-height: 30px;
  text-transform: capitalize;
}
.service-block-five .inner-box.active {
  top: 70px;
}
@media (max-width: 991.98px) {
  .service-block-five .inner-box.active {
    top: 0;
  }
}

.services-section-v3 {
  position: relative;
  padding: 120px 0;
}
@media (max-width: 767.98px) {
  .services-section-v3 {
    padding-top: 0;
  }
}

.service-block-v3 {
  position: relative;
  border-radius: 50px;
  background: rgba(206, 184, 255, 0.1);
  padding: 56px 50px 40px;
  margin-top: 20px;
  margin-right: 20px;
  z-index: -1;
}
@media (max-width: 1199.98px) {
  .service-block-v3 {
    padding: 56px 43px 40px;
  }
}
@media (max-width: 991.98px) {
  .service-block-v3 {
    margin-top: 50px;
  }
}
.service-block-v3:hover .icon-box i {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.service-block-v3 .icon-box {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  background-color: #8045FF;
  border-radius: 50%;
  z-index: 999;
}
@media (max-width: 1199.98px) {
  .service-block-v3 .icon-box {
    top: -34px;
    right: -28px;
  }
}
.service-block-v3 .icon-box i {
  font-size: 50px;
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: var(--theme-color-light);
}
.service-block-v3 .title {
  font-weight: 700;
  text-transform: capitalize;
  color: var(--theme-color-dark2);
  margin-bottom: 23px;
}
.service-block-v3 .text {
  font-size: 14px;
  line-height: 30px;
  text-transform: capitalize;
}
.service-block-v3.two {
  margin-top: 90px;
  background-color: rgba(255, 233, 35, 0.1);
}
@media (max-width: 991.98px) {
  .service-block-v3.two {
    margin-top: 50px;
  }
}
.service-block-v3.two .icon-box {
  background-color: #FFC700;
}
.service-block-v3.three {
  background-color: rgba(253, 85, 176, 0.1);
}
.service-block-v3.three .icon-box {
  background-color: #fe55b0;
}

.info-section {
  position: relative;
  padding: 120px 0 90px;
}
.info-section .outer-box {
  position: relative;
}
.info-section .outer-box::before {
  content: "";
  position: absolute;
  top: 68px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 85%;
  height: 5px;
  background: #E0E4FC;
  z-index: -1;
}
@media (max-width: 991.98px) {
  .info-section .outer-box::before {
    display: none;
  }
}
.info-section .sec-title-three {
  margin-bottom: 40px;
}
@media (max-width: 1199.98px) {
  .info-section .sec-title-three h2 {
    line-height: 55px;
  }
}

.info-block {
  text-align: center;
  margin-bottom: 30px;
}
.info-block:hover .icon-box i {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}
.info-block:hover .icon-box span {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}
.info-block .icon-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;
  margin-bottom: 31px;
}
.info-block .icon-box span {
  width: 120px;
  height: 120px;
  line-height: 115px;
  text-align: center;
  border: 5px solid #E0E4FC;
  border-radius: 50%;
  font-size: 20px;
  color: var(--theme-color-dark2);
  font-weight: 700;
  text-transform: capitalize;
  display: inline-block;
  background-color: var(--theme-color-light);
  margin-right: -29px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.info-block .icon-box i {
  font-size: 72px;
  color: var(--theme-color-light);
  width: 140px;
  height: 140px;
  line-height: 140px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--theme-color4);
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.info-block .content-box .title {
  font-weight: 700;
  color: var(--theme-color-dark2);
  text-transform: capitalize;
  line-height: 28px;
  margin-bottom: 24px;
}
.info-block .content-box .text {
  line-height: 30px;
  font-size: 14px;
  text-transform: capitalize;
  padding: 0 40px;
}

@media only screen and (max-width: 576px) {
  .service-section .sec-title h2 {
    font-size: 39px;
  }
  .service-section .sec-title .sub-title {
    font-size: 14px;
    line-height: 28px;
  }
  .service-section-two .sec-title h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .service-section-three .sec-title h2 {
    line-height: 45px;
  }
  .service-section-three .service-block-three .inner-box {
    padding-left: 30px;
    margin-right: 28px;
  }
  br {
    display: none;
  }
  .service-block-three .inner-box .image-box {
    margin-right: 0;
  }
  .service-block-three {
    padding-left: 25px;
  }
  .service-block-three .service-img-v3 {
    margin-right: 25px;
  }
  .services-section-four .service-column-v4 h2 {
    font-size: 37px;
  }
  .services-section-four .image-box {
    margin: 0 -74px 50px;
  }
  .services-section-v3 {
    padding-top: 0;
  }
  .service-section-five {
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .service-section .sec-title h2 {
    font-size: 27px;
  }
  .service-section .sec-title .sub-title {
    font-size: 14px;
    line-height: 25px;
  }
  .service-section-three .service-block-three .inner-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .service-section-three .service-block-three .inner-box .image-box {
    margin-right: 0;
    margin-top: 30px;
  }
  .service-block-three {
    display: inline-block;
    padding: 25px;
  }
  .service-block-three .service-img-v3 {
    margin-top: 20px;
  }
  .service-block-three .service-info-v3 {
    margin-bottom: 30px;
  }
  .service-section-three .sec-title h2 {
    font-size: 25px;
    line-height: 35px;
  }
  .service-section-two .sec-title h2 {
    font-size: 24px;
  }
  .info-section .sec-title-three .sub-title {
    font-size: 14px;
  }
  .info-section .sec-title-three h2 {
    font-size: 25px;
    line-height: 40px;
  }
  .services-section-four .service-column-v4 h2 {
    font-size: 26px;
  }
  .service-section-five .sec-title-three h2 {
    font-size: 25px;
    line-height: 55px;
  }
  .service-block-five .inner-box .icon-box {
    top: -42px;
    right: -30px;
  }
  .service-block-five .inner-box {
    padding: 56px 28px 40px;
  }
  .services-section-four {
    padding-bottom: 80px;
  }
}
/*** 

====================================================================
    PROJECTS COUNTER
====================================================================

***/
.projects-counter-section {
  position: relative;
  padding: 120px 0 120px;
}
.projects-counter-section .projects-box {
  position: relative;
  background-color: var(--theme-color2);
  padding: 0 47px 0 114px;
  border-radius: 30px;
  margin: 25px 0 33px;
}
@media (max-width: 1399.98px) {
  .projects-counter-section .projects-box {
    padding-left: 47px;
  }
}
@media (max-width: 991.98px) {
  .projects-counter-section .projects-box {
    padding: 80px 30px;
  }
}
.projects-counter-section .block-content {
  margin-bottom: -50px;
  margin-top: -25px;
}
@media (max-width: 991.98px) {
  .projects-counter-section .block-content {
    margin: 0;
  }
}
.projects-counter-section .pro-text .sec-title {
  padding: 83px 0 89px;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .projects-counter-section .pro-text .sec-title {
    padding: 0 0 50px;
  }
}
.projects-counter-section .pro-text .sec-title h2 {
  padding-bottom: 0;
}
.projects-counter-section .pro-text .sec-title h2::before {
  display: none;
}
@media (max-width: 1199.98px) {
  .projects-counter-section .pro-text .sec-title h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
.projects-counter-section .pro-text .sec-title .text {
  color: #C8C8C8;
  padding-right: 107px;
  line-height: 30px;
}
@media (max-width: 1399.98px) {
  .projects-counter-section .pro-text .sec-title .text {
    padding-right: 70px;
  }
}
@media (max-width: 1199.98px) {
  .projects-counter-section .pro-text .sec-title .text {
    font-size: 14px;
    padding-right: 36px;
  }
}

.project-counter-block {
  margin-bottom: 17px;
  padding: 52px 47px 69px;
  border-radius: 30px;
  background: #F06;
  -webkit-box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 991.98px) {
  .project-counter-block {
    padding: 30px 30px 30px;
  }
}
.project-counter-block .title {
  font-size: 70px;
  color: var(--theme-color-light);
  font-weight: 800;
  margin-bottom: 11px;
  line-height: 64px;
}
@media (max-width: 991.98px) {
  .project-counter-block .title {
    font-size: 46px;
  }
}
.project-counter-block .text {
  color: var(--theme-color-light);
  font-size: 16px;
}
.project-counter-block.v-1 {
  border-radius: 30px;
  background: var(--theme-color-light);
  -webkit-box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1);
  background-color: var(--theme-color-light);
  padding: 59px 30px 40px;
}
@media (max-width: 1199.98px) {
  .project-counter-block.v-1 {
    padding: 30px 12px 30px;
  }
}
@media (max-width: 991.98px) {
  .project-counter-block.v-1 {
    padding: 30px 30px 30px;
  }
}
.project-counter-block.v-1 .title {
  font-size: 60px;
  font-weight: 800;
  margin-bottom: 19px;
  color: #000;
}
@media (max-width: 1199.98px) {
  .project-counter-block.v-1 .title {
    font-size: 46px;
  }
}
.project-counter-block.v-1 .text {
  font-size: 14px;
  line-height: 26px;
  color: #000;
}

/*** 

====================================================================
    project-section
====================================================================

***/
.project-section {
  position: relative;
  padding: 120px 0;
}
@media (max-width: 767.98px) {
  .project-section .sec-title h2 {
    font-size: 40px;
  }
}
@media (max-width: 575.98px) {
  .project-section .sec-title h2 {
    font-size: 27px;
    line-height: 37px;
    margin-top: 10px;
  }
}
.project-section .detail-title {
  font-weight: 500;
  color: var(--theme-color-dark2);
}

.project-block {
  margin: 0 15px 30px;
  position: relative;
  border-radius: 30px;
  background: var(--theme-color-light);
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
}
.project-block:hover .project-img .image img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.project-block .project-img {
  position: relative;
}
.project-block .project-img .image {
  overflow: hidden;
  border-radius: 30px;
}
.project-block .project-img .image img {
  border-radius: 30px;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.project-block .project-img span {
  position: absolute;
  bottom: 11px;
  right: 10px;
  text-align: center;
  font-size: 12px;
  color: #999;
  width: 64px;
  height: 30px;
  line-height: 30px;
  border-radius: 30px;
  background-color: var(--theme-color-light);
  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;
}
.project-block .project-img span img {
  margin-right: 4px;
}
.project-block .project-img small {
  position: absolute;
  top: 11px;
  left: 10px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 30px;
  background-color: var(--theme-color2);
  color: var(--theme-color-light);
  display: inline-block;
  padding: 0 13px;
  height: 30px;
  line-height: 30px;
}
.project-block .project-info {
  padding: 21px 21px 11px;
}
.project-block .project-info .title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 2px;
}
.project-block .project-info .title:hover {
  color: var(--theme-color1);
}
.project-block .project-info .title img {
  margin-left: 8px;
}
.project-block .project-info .title a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.project-block .project-info .text {
  font-size: 14px;
  color: var(--text-color);
  font-weight: 400;
  padding-bottom: 19px;
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 5px;
}
.project-block .project-info span {
  font-size: 14px;
  display: block;
  color: #8E8E8E;
}
.project-block .project-info small {
  font-size: 12px;
  color: var(--text-color);
  text-decoration-line: underline;
}

.project-block-two {
  margin: 0 0px 30px;
}
.project-block-two:last-child {
  margin-bottom: 12px;
}
.project-block-two .inner-box {
  position: relative;
  border-radius: 30px;
  background: var(--theme-color-light);
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.project-block-two .inner-box:hover .image-box .image img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.project-block-two .inner-box .image-box {
  position: relative;
}
.project-block-two .inner-box .image-box .image {
  overflow: hidden;
  border-radius: 30px;
}
.project-block-two .inner-box .image-box .image img {
  border-radius: 30px;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.project-block-two .inner-box .image-box span {
  position: absolute;
  bottom: 11px;
  right: 10px;
  text-align: center;
  font-size: 12px;
  color: #999;
  width: 64px;
  height: 30px;
  line-height: 30px;
  border-radius: 30px;
  background-color: var(--theme-color-light);
  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;
}
.project-block-two .inner-box .image-box span img {
  margin-right: 4px;
}
.project-block-two .inner-box .image-box small {
  position: absolute;
  top: 11px;
  left: 10px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 30px;
  background-color: var(--theme-color2);
  color: var(--theme-color-light);
  display: inline-block;
  padding: 0 13px;
  height: 30px;
  line-height: 30px;
}
.project-block-two .inner-box .content-box {
  padding: 40px 50px 11px 38px;
  width: calc(100% - 300px);
}
.project-block-two .inner-box .content-box .title-box .title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 2px;
}
.project-block-two .inner-box .content-box .title-box .title:hover {
  color: var(--theme-color1);
}
.project-block-two .inner-box .content-box .title-box .title img {
  margin-left: 8px;
}
.project-block-two .inner-box .content-box .title-box .title a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.project-block-two .inner-box .content-box .title-box .text {
  font-size: 14px;
  color: var(--text-color);
  font-weight: 400;
  padding-bottom: 67px;
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 21px;
}
.project-block-two .inner-box .content-box .title-box .date {
  position: absolute;
  top: 10px;
  right: 11px;
  font-size: 14px;
  color: var(--text-color);
  height: 32px;
  line-height: 32px;
  border-radius: 20px;
  background: #E0E4FC;
  display: inline-block;
  padding: 0 11px;
}
.project-block-two .inner-box .content-box .btn-box {
  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;
}
.project-block-two .inner-box .content-box .btn-box .price-content span {
  font-size: 16px;
  display: block;
  color: #8E8E8E;
  margin-bottom: -2px;
}
.project-block-two .inner-box .content-box .btn-box .price-content small {
  font-size: 14px;
  color: var(--text-color);
  text-decoration-line: underline;
}
.project-block-two .inner-box .content-box .btn-box .project-btn {
  font-size: 14px;
  color: var(--theme-color-light);
  font-weight: 500;
  border-radius: 30px;
  height: 46px;
  line-height: 46px;
  padding: 0 22px;
  display: inline-block;
  background: #F06;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(255, 0, 102, 0.3);
          box-shadow: 0px 0px 30px 0px rgba(255, 0, 102, 0.3);
}
.project-block-two .inner-box .content-box .btn-box .project-btn:hover {
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

.project-block.v1 {
  margin: 0 0 36px;
}

.project-slider {
  padding-bottom: 70px;
}

@media only screen and (max-width: 567px) {
  .project-section .sec-title h2 {
    font-size: 30px;
  }
  .project-section .sec-title .sub-title {
    line-height: 28px;
  }
}
@media only screen and (max-width: 480px) {
  .projects-counter-section .pro-text .sec-title h2 {
    font-size: 24px;
    line-height: 34px;
  }
  .projects-counter-section .pro-text .sec-title .text {
    padding-right: 0;
  }
  .projects-counter-section .project-counter-block .title {
    font-size: 45px;
  }
}
/*** 

====================================================================
    testimonial-section
====================================================================

***/
.testimonial-section {
  position: relative;
  padding: 120px 0;
}
.testimonial-section .sec-title-two h2 {
  padding-bottom: 0;
}
.testimonial-section .sec-title-two h2::before {
  display: none;
}
.testimonial-section .sec-title-two h2 span {
  background-color: #e0e4fd;
  border-radius: 50px;
}
.testimonial-section .testi-box {
  position: relative;
  text-align: center;
  max-width: 818px;
  margin: 0 auto;
  position: relative;
  height: 818px;
  margin-top: 110px;
}
@media (max-width: 991.98px) {
  .testimonial-section .testi-box {
    height: unset;
    margin-top: 30px;
  }
}
.testimonial-section .testi-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 818px;
  height: 818px;
  background-image: url(../images/background/border1-1.png);
  z-index: 9;
}
@media (max-width: 991.98px) {
  .testimonial-section .testi-box::before {
    display: none;
  }
}
.testimonial-section .testi-box::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 784px;
  height: 784px;
  background-image: url(../images/background/border1-2.png);
  z-index: 9;
}
@media (max-width: 991.98px) {
  .testimonial-section .testi-box::after {
    display: none;
  }
}
.testimonial-section .testi-box .testimonial-slider {
  position: relative;
  height: 100%;
}
@media (max-width: 991.98px) {
  .testimonial-section .testi-box .testimonial-slider {
    height: unset;
  }
}
@media (max-width: 991.98px) {
  .testimonial-section .testi-box .testimonial-slider::before {
    display: none;
  }
}
.testimonial-section .testi-box .testimonial-slider .slick-track,
.testimonial-section .testi-box .testimonial-slider .slick-list {
  height: 100%;
}
.testimonial-section .testi-box .testimonial-slider .slick-prev,
.testimonial-section .testi-box .testimonial-slider .slick-next {
  width: 348px;
  height: 348px;
  border-radius: 50%;
  background: #fff;
  z-index: 99;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1399.98px) {
  .testimonial-section .testi-box .testimonial-slider .slick-prev,
  .testimonial-section .testi-box .testimonial-slider .slick-next {
    width: 255px;
    height: 255px;
  }
}
@media (max-width: 1199.98px) {
  .testimonial-section .testi-box .testimonial-slider .slick-prev,
  .testimonial-section .testi-box .testimonial-slider .slick-next {
    width: 148px;
    height: 148px;
  }
}
@media (max-width: 991.98px) {
  .testimonial-section .testi-box .testimonial-slider .slick-prev,
  .testimonial-section .testi-box .testimonial-slider .slick-next {
    display: none !important;
  }
}
.testimonial-section .testi-box .testimonial-slider .slick-prev:before,
.testimonial-section .testi-box .testimonial-slider .slick-next:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 167px;
  height: 40px;
  background-image: url(../images/left-arrow2.png);
  background-repeat: no-repeat;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1199.98px) {
  .testimonial-section .testi-box .testimonial-slider .slick-prev:before,
  .testimonial-section .testi-box .testimonial-slider .slick-next:before {
    width: 94px;
  }
}
.testimonial-section .testi-box .testimonial-slider .slick-prev:hover,
.testimonial-section .testi-box .testimonial-slider .slick-next:hover {
  border: 3px solid rgb(224, 228, 253);
}
.testimonial-section .testi-box .testimonial-slider .slick-prev:hover:before,
.testimonial-section .testi-box .testimonial-slider .slick-next:hover:before {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.testimonial-section .testi-box .testimonial-slider .slick-prev {
  right: 90%;
  left: auto;
}
.testimonial-section .testi-box .testimonial-slider .slick-prev:hover:before {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.testimonial-section .testi-box .testimonial-slider .slick-next {
  left: 90%;
  right: auto;
}
.testimonial-section .testi-box .testimonial-slider .slick-next:before {
  -webkit-transform: rotate(-180deg) translate(-50%, -50%);
          transform: rotate(-180deg) translate(-50%, -50%);
}
.testimonial-section .testi-box .testimonial-slider:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 719px;
  height: 963px;
  background-image: url(../images/resource/testi.png);
  background-repeat: no-repeat;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: -60px;
  z-index: 99;
}
.testimonial-section .testi-box .testimonial-slider .slick-dots {
  bottom: -50px;
}
.testimonial-section .testi-box .testimonial-slider .slick-dots li button {
  background: #5224B5;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}
.testimonial-section .testi-box .testimonial-slider .slick-dots li.slick-active button:before {
  display: none;
}
.testimonial-section .testi-box .testimonial-slider .slick-dots .slick-active button {
  background-color: var(--theme-color3);
}
.testimonial-section .testi-box .testimonial-slider .testimonial-slide {
  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;
  height: 100%;
  z-index: 99;
  background-color: #fff;
  border-radius: 50%;
}
.testimonial-section .testi-box .testimonial-slider .testimonial-slide .content-box {
  width: 565px;
}
.testimonial-section .testi-box .testimonial-slider .testimonial-slide .content-box .rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 44px;
}
.testimonial-section .testi-box .testimonial-slider .testimonial-slide .content-box .rating li {
  margin-right: 11px;
}
.testimonial-section .testi-box .testimonial-slider .testimonial-slide .content-box .rating li:last-child {
  margin-right: 0;
}
.testimonial-section .testi-box .testimonial-slider .testimonial-slide .content-box .rating li i {
  color: var(--theme-color3);
  font-size: 30px;
}
.testimonial-section .testi-box .testimonial-slider .testimonial-slide .content-box .text {
  font-size: 22px;
  line-height: 50px;
  margin-bottom: 33px;
}
.testimonial-section .testi-box .testimonial-slider .testimonial-slide .content-box .auther-info .name {
  color: var(--theme-color-dark2);
  font-size: 26px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 0;
  text-transform: capitalize;
  margin-bottom: -4px;
}
.testimonial-section .testi-box .testimonial-slider .testimonial-slide .content-box .auther-info .designation {
  color: #999;
  font-weight: 700;
  text-transform: capitalize;
}

@media only screen and (max-width: 577px) {
  .testimonial-section .sec-title-two h2 {
    font-size: 30px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 480px) {
  .testimonial-section .sec-title-two h2 {
    line-height: 40px;
  }
  .testimonial-section .sec-title-two h2 span {
    padding: 0;
    background-color: unset;
  }
  .testimonial-section .testi-box .testimonial-slider .testimonial-slide .content-box .text {
    font-size: 16px;
    line-height: 28px;
  }
  .testimonial-section .testi-box .testimonial-slider .testimonial-slide .content-box .rating li i {
    font-size: 24px;
  }
  .testimonial-section .testi-box .testimonial-slider .testimonial-slide .content-box .rating {
    margin-bottom: 20px;
  }
}
/*** 

====================================================================
    team-section
====================================================================

***/
.team-section {
  position: relative;
  padding: 120px 0 90px;
}
.team-section .sec-title-two {
  margin-bottom: 45px;
}
.team-section .sec-title-two h3 {
  font-weight: 700;
}
.team-section .outer-box .member-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1199px) {
  .team-section .outer-box .member-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (max-width: 424px) {
  .team-section .outer-box .member-list {
    display: block;
  }
}
.team-section .outer-box .member-list li {
  margin-right: 30px;
}
.team-section .outer-box .member-list li:last-child, .team-section .outer-box .member-list li.three, .team-section .outer-box .member-list li.six {
  margin-right: 0;
}
@media only screen and (max-width: 424px) {
  .team-section .outer-box .member-list li {
    margin-right: 0;
  }
}
.team-section .outer-box .member-list .circle {
  width: 120px;
  height: 120px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
  border-radius: 50%;
  background-color: var(--theme-color3);
  margin-right: 51px;
}
@media only screen and (max-width: 1199px) {
  .team-section .outer-box .member-list .circle {
    display: none;
  }
}
.team-section .outer-box .member-list .circle.two {
  background-color: rgba(82, 36, 181, 0.1);
  margin-right: 0;
  margin-left: 21px;
}
.team-section .outer-box .member-list .image-box {
  background-color: rgba(127, 87, 241, 0.1);
  padding: 38px 60px;
  border-radius: 100px;
  margin-right: 0;
  width: 296px;
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1400px) {
  .team-section .outer-box .member-list .image-box {
    width: 250px;
  }
}
@media only screen and (max-width: 1199px) {
  .team-section .outer-box .member-list .image-box {
    width: 260px;
    padding: 0 20px;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (max-width: 1023px) {
  .team-section .outer-box .member-list .image-box {
    width: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .team-section .outer-box .member-list .image-box {
    width: 150px;
  }
}
@media only screen and (max-width: 576px) {
  .team-section .outer-box .member-list .image-box {
    width: 120px;
    height: 70px;
  }
}
@media only screen and (max-width: 424px) {
  .team-section .outer-box .member-list .image-box {
    width: 100%;
    height: 100px;
  }
}
.team-section .outer-box .member-list .two .image-box {
  background-color: rgba(45, 248, 187, 0.1);
}
.team-section .outer-box .member-list .three .image-box {
  background-color: rgba(233, 50, 124, 0.1);
}
.team-section .outer-box .member-list .four .image-box {
  background-color: rgba(225, 29, 72, 0.1);
}
.team-section .outer-box .member-list .five .image-box {
  background-color: rgba(144, 251, 142, 0.1);
}
.team-section .outer-box .member-list .six .image-box {
  background-color: rgba(237, 64, 120, 0.1);
}
.team-section .outer-box .member-list.two .circle.two {
  margin-left: 0;
  margin-right: 51px;
}
.team-section .outer-box .member-list.two .circle {
  margin-right: 0;
  margin-left: 21px;
}

/*** 

====================================================================
    team-section
====================================================================

***/
.partners-section-v3 {
  position: relative;
  padding: 120px 0 0;
}
@media (max-width: 991.98px) {
  .partners-section-v3 {
    padding-top: 140px !important;
  }
}
@media (max-width: 767.98px) {
  .partners-section-v3 {
    padding-top: 20px !important;
  }
}
.partners-section-v3 .partner-column .sec-title-three {
  margin-top: 11px;
}
.partners-section-v3 .partner-column .sec-title-three .sub-title::before {
  display: none;
}
@media (max-width: 1399.98px) {
  .partners-section-v3 .partner-column .sec-title-three .sub-title {
    margin-bottom: 25px;
  }
}
@media (max-width: 767.98px) {
  .partners-section-v3 .partner-column .sec-title-three .sub-title {
    margin-bottom: 5px;
  }
}
@media (max-width: 1399.98px) {
  .partners-section-v3 .partner-column .sec-title-three h2 {
    line-height: 65px;
    font-size: 50px;
  }
}
@media (max-width: 1199.98px) {
  .partners-section-v3 .partner-column .sec-title-three h2 {
    font-size: 38px;
    line-height: 46px;
  }
}
@media (max-width: 991.98px) {
  .partners-section-v3 .partner-column .sec-title-three h2 {
    font-size: 36px;
  }
}
.partners-section-v3 .outer-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 991.98px) {
  .partners-section-v3 .outer-box {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.partners-section-v3 .outer-box .member-list .image-box {
  border-radius: 60px;
  background: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
  padding: 38px 60px;
  border-radius: 100px;
  margin-right: 30px;
  width: 296px;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .partners-section-v3 .outer-box .member-list .image-box {
    width: 256px;
  }
}
.partners-section-v3 .outer-box .member-list.two .image-box {
  margin-right: 0;
}

.team-section-two.v1 {
  background: #F0F0F0;
  padding-bottom: 90px;
}

/*** 

====================================================================
    team-section-three
====================================================================

***/
.team-section-three {
  position: relative;
  padding: 70px 0 90px;
}
.team-section-three .sec-title-two {
  margin-bottom: 73px;
}
.team-section-three .sec-title-two h2 {
  padding-bottom: 0;
}
.team-section-three .sec-title-two h2::before {
  display: none;
}
.team-section-three .sec-title-two .text {
  position: absolute;
  top: -27px;
  right: 0;
  max-width: 550px;
  line-height: 30px;
  text-transform: lowercase;
}
@media (max-width: 991.98px) {
  .team-section-three .sec-title-two .text {
    position: static;
  }
}

.team-block-three {
  position: relative;
  text-align: center;
  background-color: var(--theme-color-light);
  border: 3px solid #E0E4FC;
  border-radius: 175px;
  padding: 29px 0 67px;
  margin-bottom: 19px;
}
@media (max-width: 1199.98px) {
  .team-block-three {
    padding: 29px 15px 67px;
  }
}
@media (max-width: 991.98px) {
  .team-block-three {
    border-radius: 30px;
    margin-bottom: 50px;
  }
}
.team-block-three .image-box {
  margin-bottom: 13px;
}
.team-block-three .image-box .image img {
  border-radius: 50%;
}
.team-block-three .content-box .name {
  font-size: 18px;
  font-weight: 700;
  color: var(--theme-color-dark2);
  margin-bottom: 7px;
}
.team-block-three .content-box .designation {
  font-size: 14px;
  display: inline-block;
}
.team-block-three .content-box .social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: -22px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.team-block-three .content-box .social-icons li {
  margin-right: 10px;
}
.team-block-three .content-box .social-icons li:last-child {
  margin-right: 0;
}
.team-block-three .content-box .social-icons li a {
  background-color: #E0E4FC;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  font-size: 18px;
}
.team-block-three .content-box .social-icons li a:hover {
  -webkit-filter: drop-shadow(0px 4px 20px #FF7C2A);
          filter: drop-shadow(0px 4px 20px #FF7C2A);
  background-color: #FF7C2A;
  color: var(--theme-color-light);
}

.justify-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media only screen and (max-width: 577px) {
  .partners-section-v3 .outer-box .member-list .image-box {
    width: 210px;
    padding: 28px 33px;
  }
  .partners-section-v3 .partner-column .sec-title-three h2 {
    font-size: 30px;
    line-height: 45px;
  }
  .partners-section-v3 .sec-title-three .sub-title {
    font-size: 16px;
  }
  .partners-section-v3 .outer-box .member-list .image-box {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .sec-title-two .sub-title {
    margin-bottom: 10px;
  }
  .team-section-three .sec-title-two h2 {
    line-height: 34px;
    font-size: 31px;
  }
  .partners-section-v3 .partner-column .sec-title-three h2 {
    line-height: 39px;
  }
  .partners-section-v3 .outer-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
/*** 

====================================================================
    growth-section
====================================================================

***/
.growth-section {
  position: relative;
}
.growth-section .growth-box {
  position: relative;
  padding: 65px 60px 64px 91px;
  border-radius: 50px 260px;
  background: var(--theme-color4);
  margin-bottom: 41px;
}
@media (max-width: 1199.98px) {
  .growth-section .growth-box {
    border-radius: 20px;
  }
}
@media (max-width: 767.98px) {
  .growth-section .growth-box {
    padding: 65px 40px 64px 40px;
    border-radius: 10px;
  }
}
.growth-section .growth-box::before {
  content: "";
  position: absolute;
  bottom: -41px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1161px;
  height: 522px;
  background-color: rgba(82, 36, 181, 0.5);
  border-radius: 50px 260px;
  z-index: -1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1199.98px) {
  .growth-section .growth-box::before {
    display: none;
    padding: 0;
  }
}
.growth-section .growth-box .growth-column {
  margin-top: 38px;
}
@media (max-width: 1199.98px) {
  .growth-section .growth-box .growth-column {
    margin-bottom: 40px;
  }
}
.growth-section .growth-box .growth-column h2 {
  color: var(--theme-color-light);
  font-weight: 700;
  text-transform: capitalize;
  line-height: normal;
  margin-bottom: 29px;
}
@media (max-width: 767.98px) {
  .growth-section .growth-box .growth-column h2 {
    font-size: 40px;
  }
}
.growth-section .growth-box .growth-column .content-box {
  padding-left: 60px;
}
@media (max-width: 991.98px) {
  .growth-section .growth-box .growth-column .content-box {
    padding-left: 0;
  }
}
.growth-section .growth-box .growth-column .content-box .list {
  margin-bottom: 38px;
}
.growth-section .growth-box .growth-column .content-box .list li {
  position: relative;
  color: var(--theme-color-light);
  font-size: 18px;
  line-height: 40px;
  text-transform: capitalize;
  padding-left: 39px;
}
.growth-section .growth-box .growth-column .content-box .list li i {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 23px;
  color: var(--theme-color-light);
}
.growth-section .growth-box .growth-column .content-box .list li i::after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: -1px;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  border: 1px solid var(--theme-color-light);
}
.growth-section .growth-box .growth-column .content-box .btn-box .social-btn {
  position: relative;
  border-radius: 10px;
  border: 2px solid var(--theme-color-light);
  display: inline-block;
  padding: 14px 34px 9px 69px;
}
.growth-section .growth-box .growth-column .content-box .btn-box .social-btn i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 32px;
  color: var(--theme-color-light);
  font-size: 26px;
}
.growth-section .growth-box .growth-column .content-box .btn-box .social-btn span {
  font-size: 10px;
  color: var(--theme-color-light);
  text-transform: capitalize;
  display: block;
  line-height: 10px;
}
.growth-section .growth-box .growth-column .content-box .btn-box .social-btn small {
  font-size: 16px;
  font-weight: 700;
  color: var(--theme-color-light);
  text-transform: capitalize;
}
.growth-section .growth-box .growth-column .content-box .btn-box .social-btn:hover {
  background-color: var(--theme-color-dark2);
  border-color: var(--theme-color-dark2);
}
.growth-section .growth-box .growth-column .content-box .btn-box .social-btn.active {
  background-color: var(--theme-color-dark2);
  border-color: var(--theme-color-dark2);
  margin-left: 10px;
}
@media (max-width: 1199.98px) {
  .growth-section .growth-box .image-box {
    display: none;
  }
}

.growth-section.three {
  padding-bottom: 120px;
}

/*** 

====================================================================
    growth-section-two
====================================================================

***/
.growth-section-two {
  position: relative;
  padding: 120px 0;
}
.growth-section-two .outer-box {
  position: relative;
  padding: 35px 60px 77px 74px;
  border-radius: 50px;
  background: var(--theme-color-dark2);
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .growth-section-two .outer-box {
    padding: 35px 30px 77px;
  }
}
.growth-section-two .outer-box .growth-column {
  margin-top: 38px;
  position: relative;
  z-index: 99;
}
.growth-section-two .outer-box .growth-column h2 {
  color: var(--theme-color-light);
  font-weight: 700;
  text-transform: capitalize;
  line-height: normal;
  margin-bottom: 15px;
  font-size: 40px;
}
.growth-section-two .outer-box .growth-column .text {
  line-height: 30px;
  color: #D9D9D9;
  margin-bottom: 25px;
}
.growth-section-two .outer-box .growth-column .content-box .list {
  margin-bottom: 38px;
}
.growth-section-two .outer-box .growth-column .content-box .list li {
  position: relative;
  color: var(--theme-color-light);
  font-size: 18px;
  line-height: 40px;
  text-transform: capitalize;
  padding-left: 39px;
}
.growth-section-two .outer-box .growth-column .content-box .list li i {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 23px;
  color: rgb(255, 199, 0);
}
.growth-section-two .outer-box .growth-column .content-box .list li i::after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: -1px;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  border: 1px solid rgb(255, 199, 0);
}
.growth-section-two .outer-box .growth-column .content-box .btn-box .social-btn {
  position: relative;
  border-radius: 10px;
  display: inline-block;
  padding: 14px 34px 9px 69px;
  border: 2px solid transparent;
}
.growth-section-two .outer-box .growth-column .content-box .btn-box .social-btn i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 32px;
  color: var(--theme-color-light);
  font-size: 26px;
}
.growth-section-two .outer-box .growth-column .content-box .btn-box .social-btn span {
  font-size: 10px;
  color: var(--theme-color-light);
  text-transform: capitalize;
  display: block;
  line-height: 10px;
}
.growth-section-two .outer-box .growth-column .content-box .btn-box .social-btn small {
  font-size: 16px;
  font-weight: 700;
  color: var(--theme-color-light);
  text-transform: capitalize;
}
.growth-section-two .outer-box .growth-column .content-box .btn-box .social-btn:hover {
  border: 2px solid var(--theme-color-light);
}
.growth-section-two .outer-box .growth-column .content-box .btn-box .social-btn.active {
  border: 2px solid var(--theme-color-light);
  margin-left: 10px;
}
@media (max-width: 1199.98px) {
  .growth-section-two .outer-box .growth-img {
    display: none;
  }
}
.growth-section-two .outer-box .growth-img .image-box {
  position: absolute;
  top: 0;
  right: 0;
}

@media only screen and (max-width: 577px) {
  .growth-section .growth-box .growth-column .content-box .btn-box .social-btn.active {
    margin-left: 0;
    margin-top: 20px;
  }
  .growth-section-two .outer-box .growth-column h2 {
    font-size: 34px;
  }
  .growth-section .growth-box .growth-column h2 {
    font-size: 36px;
  }
  .growth-section-two .outer-box .growth-column .content-box .btn-box .social-btn.active {
    margin-left: 0;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .growth-section .growth-box .growth-column {
    margin-top: 0;
  }
  .growth-section .growth-box .growth-column h2 {
    font-size: 24px;
    line-height: 37px;
  }
  .growth-section .growth-box {
    padding: 40px 20px 64px 20px;
  }
  .growth-section .growth-box .growth-column .content-box .list li {
    font-size: 14px;
    padding-left: 32px;
    line-height: 30px;
  }
  .growth-section .growth-box .growth-column .content-box .list li i::after {
    bottom: 6px;
  }
  .growth-section-two .outer-box .growth-column h2 {
    font-size: 27px;
  }
  .growth-section-two .outer-box .growth-column .text {
    font-size: 14px;
  }
  .growth-section-two .outer-box .growth-column {
    margin-top: 0;
  }
  .growth-section-two .outer-box {
    padding-bottom: 35px;
  }
  .growth-section-two .outer-box .growth-column .content-box .list li {
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .growth-section-two .outer-box .growth-column .content-box .list li i::after {
    bottom: 6px;
  }
  .growth-section .growth-box {
    margin-bottom: 0;
    padding: 41px 20px 5px 20px;
  }
}
/*** 

====================================================================
    collection-section
====================================================================

***/
.collection-section {
  position: relative;
  padding: 120px 0;
}
@media (max-width: 767.98px) {
  .collection-section .sec-title {
    text-align: center;
  }
}
.collection-section .sec-title h2 {
  padding-bottom: 0;
}
@media (max-width: 767.98px) {
  .collection-section .sec-title h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
.collection-section .sec-title h2::before {
  display: none;
}
@media (max-width: 767.98px) {
  .collection-section .sec-title .sub-title {
    line-height: 26px;
    font-size: 16px;
  }
}

.collection-block {
  margin: 0 15px;
  position: relative;
  border-radius: 30px;
  border: 5px solid #E0E4FC;
  background: var(--theme-color-light);
  padding: 21px 26px 62px;
  margin-bottom: 35px;
}
.collection-block:hover .collection-imgs .image img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.collection-block .collection-imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.collection-block .collection-imgs .image {
  margin-right: 10px;
  overflow: hidden;
  border-radius: 30px;
}
.collection-block .collection-imgs .image:last-child {
  margin-right: 0;
}
.collection-block .collection-imgs .image img {
  border-radius: 30px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.collection-block .outer-box {
  padding-top: 27px;
}
.collection-block .outer-box .title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.collection-block .outer-box .title img {
  margin-left: 8px;
}
.collection-block .outer-box .collection-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 575.98px) {
  .collection-block .outer-box .collection-info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.collection-block .outer-box .collection-info .inner-box-two {
  margin-right: 30px;
}
@media (max-width: 1399.98px) {
  .collection-block .outer-box .collection-info .inner-box-two {
    margin-right: 25px;
  }
}
@media (max-width: 991.98px) {
  .collection-block .outer-box .collection-info .inner-box-two {
    margin-right: 17px;
  }
}
@media (max-width: 575.98px) {
  .collection-block .outer-box .collection-info .inner-box-two {
    margin-right: 10px;
    margin-bottom: 20px;
  }
}
.collection-block .outer-box .collection-info .inner-box-two:last-of-type {
  margin-right: 0;
  margin-bottom: 0;
}
.collection-block .outer-box .collection-info .inner-box-two span {
  font-size: 14px;
  color: var(--theme-color-dark2);
  display: block;
  line-height: 10px;
}
.collection-block .outer-box .collection-info .inner-box-two small {
  font-size: 14px;
  color: var(--text-color);
}
.collection-block .outer-box .auther-info {
  position: absolute;
  bottom: -43px;
  left: 20px;
}

.collection-slider .slick-next,
.collection-slider .slick-prev {
  bottom: auto;
  top: -120px;
  -webkit-transform: unset;
          transform: unset;
  z-index: 99;
}
@media (max-width: 991.98px) {
  .collection-slider .slick-next,
  .collection-slider .slick-prev {
    width: 50px;
    height: 50px;
    display: none !important;
  }
}
.collection-slider .slick-prev {
  left: auto;
  right: 160px;
}
@media (max-width: 991.98px) {
  .collection-slider .slick-prev {
    right: 80px;
    display: none !important;
  }
}

/*** 

====================================================================
    news-letter-section
====================================================================

***/
.news-letter-section {
  position: relative;
  padding: 120px 0;
}
.news-letter-section .outer-box .sec-title {
  margin-bottom: 0;
}
.news-letter-section .outer-box .sec-title h2 {
  padding-bottom: 0;
  margin-bottom: 50px;
}
.news-letter-section .outer-box .sec-title h2::before {
  display: none;
}
@media (max-width: 1199.98px) {
  .news-letter-section .outer-box .sec-title h2 {
    line-height: 55px;
  }
}
@media (max-width: 991.98px) {
  .news-letter-section .outer-box .sec-title h2 {
    font-size: 32px;
    line-height: 45px;
  }
}
@media (max-width: 767.98px) {
  .news-letter-section .outer-box .sec-title h2 {
    font-size: 24px;
    line-height: 38px;
    margin-bottom: 35px;
  }
}
.news-letter-section .outer-box .sec-title .image {
  margin-bottom: 31px;
}
.news-letter-section .outer-box .sec-title .theme-btn {
  font-size: 14px;
  font-weight: 500;
  background-color: var(--theme-color1);
  color: var(--theme-color-light);
  height: 52px;
  line-height: 52px;
  padding: 0 45px;
  border-radius: 50px;
  display: inline-block;
}

/*** 

====================================================================
    collection-section
====================================================================

***/
.page-content {
  position: relative;
  padding: 120px 0;
}
.page-content .upper-box {
  margin-bottom: 90px;
}
.page-content .upper-box .title {
  font-weight: 700;
  color: var(--theme-color-dark2);
  margin-bottom: 22px;
}
.page-content .upper-box .text {
  line-height: 30px;
  margin-bottom: 16px;
}
.page-content .upper-box .social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 36px;
}
.page-content .upper-box .social-icons li {
  margin-right: 20px;
}
.page-content .upper-box .social-icons li:last-child {
  margin-right: 0;
}
.page-content .upper-box .social-icons li a {
  color: var(--text-color);
  border: 2px solid #E0E4FC;
  border-radius: 50%;
  text-align: center;
  width: 50px;
  line-height: 48px;
  height: 50px;
  display: inline-block;
}
.page-content .upper-box .social-icons li a:hover {
  background: var(--theme-color3);
  color: #fff;
  border-color: transparent;
}
.page-content .upper-box .pricing-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767.98px) {
  .page-content .upper-box .pricing-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.page-content .upper-box .pricing-box .content-box {
  border-radius: 20px;
  background: #E0E4FC;
  display: inline-block;
  padding: 16px 58px 16px 29px;
  margin-right: 10px;
}
@media (max-width: 991.98px) {
  .page-content .upper-box .pricing-box .content-box {
    padding-right: 45px;
  }
}
@media (max-width: 767.98px) {
  .page-content .upper-box .pricing-box .content-box {
    padding-right: 38px;
    margin-bottom: 10px;
  }
}
.page-content .upper-box .pricing-box .content-box:last-child {
  margin-right: 0;
}
.page-content .upper-box .pricing-box .content-box span {
  display: block;
  color: var(--theme-color-dark2);
  margin-bottom: 2px;
}
.page-content .upper-box .pricing-box .content-box small {
  color: var(--theme-color-dark2);
  font-weight: 700;
  font-size: 16px;
}
.page-content .upper-box.v2 {
  margin-bottom: 0;
}
.page-content .upper-box.v2 .nav-tabs.v2 {
  margin-bottom: 63px;
  margin-top: 76px;
  border-bottom: 3px solid #D9D9D9;
}
.page-content .upper-box.v2 .nav-tabs.v2 .nav-link {
  position: relative;
  font-size: 18px;
  font-weight: 800;
  color: var(--theme-color-dark);
  border: 0;
  padding: 0 0 5px 0;
  margin-right: 52px;
  text-transform: uppercase;
}
.page-content .upper-box.v2 .nav-tabs.v2 .nav-link:hover {
  border: 0;
}
.page-content .upper-box.v2 .nav-tabs.v2 .nav-link.active {
  color: #f06;
}
.page-content .upper-box.v2 .nav-tabs.v2 .nav-link.active::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #f06;
}
.page-content .form-column .inner-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
@media (max-width: 991.98px) {
  .page-content .form-column .inner-column {
    margin-top: 50px;
  }
}
@media (max-width: 767.98px) {
  .page-content .form-column .inner-column {
    margin-top: 0;
  }
}
.page-content .form-column .inner-column .contact-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-content .form-column .inner-column .form-group .input-outer {
  position: relative;
}
.page-content .form-column .inner-column .form-group .input-outer i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 20px;
}
.page-content .form-column .inner-column .form-group .input-outer input,
.page-content .form-column .inner-column .form-group .input-outer select {
  border-radius: 30px;
  border: 3px solid #E0E4FC;
  background: #FFF;
  height: 50px;
  padding: 0 45px;
  font-size: 13px;
  text-transform: capitalize;
  color: var(--text-color);
  width: 611px;
}
.page-content .form-column .inner-column .form-group .input-outer input::-webkit-input-placeholder, .page-content .form-column .inner-column .form-group .input-outer select::-webkit-input-placeholder {
  color: var(--text-color);
}
.page-content .form-column .inner-column .form-group .input-outer input::-moz-placeholder, .page-content .form-column .inner-column .form-group .input-outer select::-moz-placeholder {
  color: var(--text-color);
}
.page-content .form-column .inner-column .form-group .input-outer input:-ms-input-placeholder, .page-content .form-column .inner-column .form-group .input-outer select:-ms-input-placeholder {
  color: var(--text-color);
}
.page-content .form-column .inner-column .form-group .input-outer input::-ms-input-placeholder, .page-content .form-column .inner-column .form-group .input-outer select::-ms-input-placeholder {
  color: var(--text-color);
}
.page-content .form-column .inner-column .form-group .input-outer input::placeholder,
.page-content .form-column .inner-column .form-group .input-outer select::placeholder {
  color: var(--text-color);
}
@media (max-width: 1399.98px) {
  .page-content .form-column .inner-column .form-group .input-outer input,
  .page-content .form-column .inner-column .form-group .input-outer select {
    width: 522px;
  }
}
@media (max-width: 1199.98px) {
  .page-content .form-column .inner-column .form-group .input-outer input,
  .page-content .form-column .inner-column .form-group .input-outer select {
    width: 365px;
  }
}
@media (max-width: 991.98px) {
  .page-content .form-column .inner-column .form-group .input-outer input,
  .page-content .form-column .inner-column .form-group .input-outer select {
    width: 389px;
  }
}
@media (max-width: 767.98px) {
  .page-content .form-column .inner-column .form-group .input-outer input,
  .page-content .form-column .inner-column .form-group .input-outer select {
    width: 214px;
  }
}
.page-content .form-column .inner-column .form-group .input-outer select {
  width: 217px;
  margin-left: 13px;
  padding: 0 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 95%;
  background-position-y: 10px;
}
@media (max-width: 767.98px) {
  .page-content .form-column .inner-column .form-group .input-outer select {
    width: 200px;
  }
}
.page-content .form-column .inner-column .nav-tabs {
  border: 0;
}
.page-content .form-column .inner-column .nav-tabs .nav-link.active {
  background: #E0E4FC;
}
.page-content .form-column .inner-column .nav-tabs .nav-link {
  border-radius: 30px;
  border: 3px solid #E0E4FC;
  background: #FFF;
  font-size: 20px;
  width: 50px;
  height: 50px;
  line-height: 46px;
  text-align: center;
  padding: 0;
  margin-left: 10px;
  color: var(--theme-color-dark2);
}

.sidebar {
  border: 10px solid #E0E4FC;
  border-radius: 30px;
  padding: 10px;
}
@media (max-width: 767.98px) {
  .sidebar {
    margin-bottom: 50px;
  }
}
.sidebar .sd-title {
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #E0E4FC;
  border-radius: 30px;
  padding: 0 20px;
  height: 42px;
  line-height: 42px;
  position: relative;
}
.sidebar .sd-title:before {
  content: "\f105";
  font-weight: 900;
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #000;
  font-size: 16px;
}

.sd-widget {
  margin-bottom: 30px;
}
.sd-widget:last-child {
  margin-bottom: 0;
}
.sd-widget ul {
  padding: 0 20px;
}
.sd-widget ul li {
  margin-bottom: 5px;
}
.sd-widget ul li:last-child {
  margin-bottom: 0;
}
.sd-widget .sm-field {
  margin-bottom: 10px;
}
.sd-widget .sm-field input {
  width: 100%;
  border-radius: 30px;
  border: 2px solid #E0E4FC;
  background: #FFF;
  height: 40px;
  color: #000;
  font-size: 13px;
  padding: 0 20px;
}
.sd-widget .col-lg-5 input {
  padding: 0 15px;
}
.sd-widget form {
  padding: 0 15px;
}
.sd-widget .text {
  display: block;
  color: #000;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
  position: relative;
  top: 5px;
}
@media (max-width: 991.98px) {
  .sd-widget .text {
    margin-bottom: 15px;
  }
}
.sd-widget button {
  width: 100%;
  border-radius: 30px;
  background: #F06;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(255, 0, 102, 0.3);
          box-shadow: 0px 0px 30px 0px rgba(255, 0, 102, 0.3);
  height: 52px;
  line-height: 52px;
  color: #fff;
}
@media (max-width: 1199.98px) {
  .sd-widget button {
    padding: 0 38px;
  }
}

.sd-widget .col-lg-2 {
  padding: 0;
  text-align: center;
}

/* The container */
.checkbox-container {
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 14px;
  color: #000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-left: 25px;
}

/* Hide the browser's default checkbox */
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 50%;
  left: 0;
  height: 16px;
  width: 16px;
  border-radius: 5px;
  border: 2px solid #E0E4FC;
  background: #FFF;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
  border-color: #F06;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
  border-color: #F06;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
  background-color: #FF0066;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.pagination .page-item .page-link i {
  font-size: 20px;
}
.pagination .page-item .page-link.pv:hover {
  background-color: var(--theme-color1);
  border-color: transparent;
  color: #fff;
}

@media only screen and (max-width: 576px) {
  .collection-section .sec-title h2 {
    font-size: 35px;
  }
  .news-letter-section .outer-box .sec-title .sub-title {
    font-size: 14px;
  }
  .news-letter-section .outer-box .sec-title h2 {
    font-size: 28px;
    line-height: 39px;
  }
  .page-content .form-column .inner-column #contact-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page-content .form-column .inner-column .form-group .input-outer select {
    margin-left: 0;
  }
  .page-content .form-column .inner-column .form-group .input-outer input {
    width: 331px;
  }
  .page-content .form-column .inner-column .form-group .input-outer select {
    width: 330px;
    margin-top: 10px;
  }
  .banner-section-seven .outer-box h1 {
    font-size: 35px;
  }
  .page-content .upper-box.v2 .nav-tabs.v2 .nav-item:last-child .nav-link {
    margin-right: 0;
  }
  .page-content .upper-box.v2 .nav-tabs.v2 .nav-link {
    margin-right: 36px;
  }
}
@media only screen and (max-width: 480px) {
  .collection-section .sec-title .sub-title {
    font-size: 14px;
    margin-bottom: 0;
  }
  .collection-section .sec-title h2 {
    font-size: 23px;
  }
  .news-letter-section .outer-box .sec-title h2 {
    font-size: 24px;
  }
  .news-letter-section .outer-box .sec-title .sub-title {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 15px;
  }
  .news-letter-section .outer-box .sec-title h2 {
    font-size: 20px;
    line-height: 32px;
  }
  .page-content .form-column .inner-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page-content .form-column .inner-column .form-group .input-outer input,
  .page-content .form-column .inner-column .form-group .input-outer select {
    width: 100%;
  }
  .page-content .form-column .inner-column .nav-tabs {
    margin-top: 10px;
  }
  .banner-section-seven .outer-box h1 {
    font-size: 24px;
    margin-bottom: 50px;
  }
  .page-content .upper-box.v2 .nav-tabs.v2 .nav-item {
    margin-bottom: 18px;
  }
}
/*** 

====================================================================
    feature-section
====================================================================

***/
.feature-section {
  position: relative;
  padding: 120px 0 14px;
}
@media (max-width: 1199.98px) {
  .feature-section {
    padding: 0 0 120px;
  }
}
.feature-section .feature-text .sec-title-two {
  margin-bottom: 16px;
}
@media (max-width: 991.98px) {
  .feature-section .feature-text .sec-title-two {
    margin-bottom: 50px;
  }
}
.feature-section .feature-text .sec-title-two h2 {
  padding-bottom: 0;
}
@media (max-width: 1399.98px) {
  .feature-section .feature-text .sec-title-two h2 {
    font-size: 59px;
  }
}
@media (max-width: 1199.98px) {
  .feature-section .feature-text .sec-title-two h2 {
    font-size: 43px;
    line-height: 55px;
  }
}
.feature-section .feature-text .sec-title-two h2::before {
  display: none;
}
.feature-section .feature-text .sec-title-two .text {
  line-height: 30px;
  max-width: 448px;
}
@media (max-width: 991.98px) {
  .feature-section .image-box {
    margin-bottom: 50px;
  }
}
@media (max-width: 991.98px) {
  .feature-section .image-box .image img {
    width: 100%;
  }
}
.feature-section .block-column {
  margin-top: 45px;
  margin-left: -65px;
  margin-right: 65px;
}
@media (max-width: 1199.98px) {
  .feature-section .block-column {
    margin-left: auto;
    margin-top: 0;
  }
}
.feature-section .block-column .feature-block {
  max-width: 440px;
  margin-bottom: 76px;
  margin-left: auto;
}
.feature-section .block-column .feature-block:last-child {
  margin-bottom: 0;
}
@media (max-width: 1199.98px) {
  .feature-section .block-column .feature-block {
    margin-bottom: 30px;
  }
}
@media (max-width: 991.98px) {
  .feature-section .block-column .feature-block {
    max-width: unset;
  }
}
.feature-section .block-column .feature-block .inner-box {
  position: relative;
  padding-left: 110px;
  padding-top: 19px;
}
.feature-section .block-column .feature-block .inner-box:hover .icon-box i {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.feature-section .block-column .feature-block .inner-box .icon-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 73px;
  height: 73px;
  line-height: 73px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--theme-color4);
  display: inline-block;
  margin-left: 19px;
}
.feature-section .block-column .feature-block .inner-box .icon-box::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -19px;
  width: 51px;
  height: 51px;
  border-radius: 50%;
  background-color: rgba(82, 36, 181, 0.1);
  z-index: -1;
}
.feature-section .block-column .feature-block .inner-box .icon-box i {
  font-size: 44px;
  color: var(--theme-color-light);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
}
.feature-section .block-column .feature-block .inner-box .title {
  font-size: 26px;
  font-weight: 700;
  color: var(--theme-color-dark2);
  margin-bottom: 20px;
}
.feature-section .block-column .feature-block .inner-box .text {
  line-height: 30px;
}
.feature-section .block-column .feature-block.v2 {
  margin-left: unset;
}
@media (max-width: 1399.98px) {
  .feature-section .block-column .feature-block.v2 {
    margin-left: 40px;
  }
}
@media (max-width: 1199.98px) {
  .feature-section .block-column .feature-block.v2 {
    margin-left: 0;
  }
}
.feature-section .block-column .feature-block.v2 .inner-box .icon-box {
  background-color: var(--theme-color3);
}
.feature-section .block-column .feature-block.v2 .inner-box .icon-box::before {
  background-color: #fff2ea;
}

@media (max-width: 1199.98px) {
  .feature-section.v1 {
    padding: 120px 0 0 !important;
  }
}

/*** 

====================================================================
    trial-section
====================================================================

***/
.trial-section {
  position: relative;
  padding: 84px 0 94px;
}
.trial-section .outer-box .sec-title-three {
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 1199.98px) {
  .trial-section .outer-box .sec-title-three h2 {
    line-height: 55px;
  }
}
@media (max-width: 767.98px) {
  .trial-section .outer-box .sec-title-three h2 {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 20px;
  }
}
.trial-section .outer-box .sec-title-three .text {
  margin-top: 13px;
}
.trial-section .outer-box .sec-title-three .trial-btn {
  font-size: 14px;
  font-weight: 500;
  color: var(--theme-color-light);
  height: 52px;
  line-height: 52px;
  font-family: var(--title-font);
  padding: 0 50px;
  border-radius: 30px;
  background: var(--theme-color3);
  -webkit-box-shadow: 0px 0px 30px 0px #FF7C2A;
          box-shadow: 0px 0px 30px 0px #FF7C2A;
  display: inline-block;
  margin-top: 36px;
}
.trial-section .outer-box .sec-title-three .trial-btn:hover {
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

@media only screen and (max-width: 577px) {
  .feature-section .block-column .feature-block .inner-box {
    padding-top: 0;
  }
  .feature-section .feature-text .sec-title-two h2 {
    font-size: 35px;
    line-height: 45px;
  }
}
@media only screen and (max-width: 480px) {
  .feature-section .block-column .feature-block .inner-box {
    padding-left: 0;
  }
  .feature-section .block-column .feature-block .inner-box .icon-box {
    position: relative;
    margin-bottom: 20px;
  }
  .feature-section .block-column {
    margin: 0;
  }
  .feature-section .feature-text .sec-title-two h2 {
    font-size: 29px;
    line-height: 40px;
  }
  .trial-section .outer-box .sec-title-three h2 {
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 20px;
  }
  .feature-section .block-column .feature-block .inner-box .title {
    font-size: 23px;
  }
  .funfact-section .fact-content {
    padding: 40px 30px 40px;
  }
}
/*** 

====================================================================
    pricing-section-two
====================================================================

***/
.pricing-section-two {
  position: relative;
  padding: 120px 0;
}
.pricing-section-two .pricing-column {
  margin-top: 162px;
}
@media (max-width: 1199.98px) {
  .pricing-section-two .pricing-column {
    margin-top: 60px;
  }
}
@media (max-width: 991.98px) {
  .pricing-section-two .pricing-column {
    margin-bottom: 50px;
  }
}
.pricing-section-two .pricing-column .sec-title-two {
  margin-bottom: 74px;
}
.pricing-section-two .pricing-column .sec-title-two h2 {
  padding-bottom: 0;
}
.pricing-section-two .pricing-column .sec-title-two h2::before {
  display: none;
}
.pricing-section-two .pricing-column .sec-title-two .text {
  max-width: 472px;
}
.pricing-section-two .nav {
  border-radius: 50px;
  background: #E0E4FC;
  max-width: 316px;
}
.pricing-section-two .nav-pills .nav-link {
  font-size: 16px;
  font-weight: 700;
  color: var(--theme-color-dark2);
  text-transform: uppercase;
  padding: 0 33px;
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pricing-section-two .nav-pills .nav-link.active {
  border-radius: 50px;
  background: #FF7C2A;
  -webkit-box-shadow: 0px 4px 20px 0px #FF7C2A;
          box-shadow: 0px 4px 20px 0px #FF7C2A;
  color: var(--theme-color-light);
}

.pricin-block-two {
  border-radius: 30px;
  border: 2px solid #E0E4FC;
  background: var(--theme-color-light);
  padding: 10px 0 28px;
  margin-left: 10px;
}
.pricin-block-two .price-box {
  position: relative;
  left: -12px;
  padding: 50px 42px 35px;
  border-radius: 30px;
  background: var(--theme-color4);
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
}
.pricin-block-two .price-box .sub-title {
  color: var(--theme-color-light);
  margin-bottom: 6px;
  display: block;
}
.pricin-block-two .price-box h2 {
  color: var(--theme-color-light);
  font-weight: 800;
  margin-bottom: 27px;
}
.pricin-block-two .price-box h2 span {
  color: var(--theme-color3);
}
.pricin-block-two .price-box h2 small {
  font-size: 13px;
  color: #D9D9D9;
  font-weight: 800;
  margin-left: 4px;
}
.pricin-block-two .price-box .text {
  line-height: 28px;
  color: #D9D9D9;
}
.pricin-block-two .price-box.two {
  background-color: var(--theme-color-dark2);
}
.pricin-block-two .price-box.two .sub-title {
  color: var(--theme-color-light);
}
.pricin-block-two .price-box.two h2 {
  color: var(--theme-color-light);
}
.pricin-block-two .content-box {
  padding: 0 33px;
}
@media (max-width: 1399.98px) {
  .pricin-block-two .content-box {
    padding: 0 28px;
  }
}
.pricin-block-two .content-box .list {
  margin-top: 30px;
}
.pricin-block-two .content-box .list li {
  position: relative;
  color: var(--text-color);
  font-size: 16px;
  line-height: 40px;
  text-transform: capitalize;
  padding-left: 38px;
}
.pricin-block-two .content-box .list li i {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 23px;
  color: var(--theme-color4);
}
.pricin-block-two .content-box .list li i::after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: -1px;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  border: 1px solid var(--theme-color4);
}
.pricin-block-two .content-box .choose-btn {
  font-size: 14px;
  font-weight: 500;
  height: 52px;
  line-height: 52px;
  display: inline-block;
  padding: 0 46px;
  border-radius: 30px;
  background: var(--theme-color3);
  text-align: center;
  color: var(--theme-color-light);
  -webkit-box-shadow: 0px 0px 30px 0px rgba(255, 124, 42, 0.3);
  box-shadow: 0px 0px 30px 0px rgba(255, 124, 42, 0.3);
  margin-top: 23px;
  width: 100%;
}
.pricin-block-two .content-box .choose-btn:hover {
  -webkit-box-shadow: unset;
          box-shadow: unset;
}
.pricin-block-two.active {
  margin-top: 100px;
}
@media (max-width: 767.98px) {
  .pricin-block-two.active {
    margin-top: 0;
    margin-bottom: 30px;
  }
}

/*** 

====================================================================
    pricing-section-three
====================================================================

***/
.pricing-section-three {
  position: relative;
  padding: 120px 0 90px;
}
@media (max-width: 991.98px) {
  .pricing-section-three {
    padding-bottom: 60px;
  }
}
.pricing-section-three .sec-title-three {
  margin-top: 0;
  margin-bottom: 32px;
}
.pricing-section-three .sec-title-three .text {
  max-width: 618px;
  margin: 0 auto;
  margin-top: 13px;
}
.pricing-section-three .container {
  max-width: 1240px;
}

.pricin-block-three {
  margin-bottom: 30px;
}
.pricin-block-three .inner-box {
  border-radius: 30px;
  border: 2px solid #E0E4FC;
  background: var(--theme-color-light);
  padding: 10px 0 28px;
  margin-left: 10px;
}
.pricin-block-three .inner-box .price-box {
  position: relative;
  left: -12px;
  padding: 50px 42px 35px;
  border-radius: 30px;
  background: var(--theme-color4);
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
}
@media (max-width: 1199.98px) {
  .pricin-block-three .inner-box .price-box {
    padding: 50px 27px 35px;
  }
}
.pricin-block-three .inner-box .price-box .sub-title {
  color: var(--theme-color-light);
  margin-bottom: 6px;
  display: block;
}
.pricin-block-three .inner-box .price-box h2 {
  color: var(--theme-color-light);
  font-weight: 800;
  margin-bottom: 27px;
}
.pricin-block-three .inner-box .price-box h2 span {
  color: var(--theme-color3);
}
.pricin-block-three .inner-box .price-box h2 small {
  font-size: 13px;
  color: #D9D9D9;
  font-weight: 800;
  margin-left: 4px;
}
.pricin-block-three .inner-box .price-box .text {
  line-height: 28px;
  color: #D9D9D9;
}
.pricin-block-three .inner-box .price-box.two {
  background-color: var(--theme-color-dark2);
}
.pricin-block-three .inner-box .price-box.two .sub-title {
  color: var(--theme-color-light);
}
.pricin-block-three .inner-box .price-box.two h2 {
  color: var(--theme-color-light);
}
.pricin-block-three .inner-box .content-box {
  padding: 0 33px;
}
@media (max-width: 1199.98px) {
  .pricin-block-three .inner-box .content-box {
    padding: 0 19px;
  }
}
.pricin-block-three .inner-box .content-box .list {
  margin-top: 30px;
}
.pricin-block-three .inner-box .content-box .list li {
  position: relative;
  color: var(--text-color);
  font-size: 16px;
  line-height: 40px;
  text-transform: capitalize;
  padding-left: 38px;
}
.pricin-block-three .inner-box .content-box .list li i {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 23px;
  color: var(--theme-color4);
}
.pricin-block-three .inner-box .content-box .list li i::after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: -1px;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  border: 1px solid var(--theme-color4);
}
.pricin-block-three .inner-box .content-box .choose-btn {
  font-size: 14px;
  font-weight: 500;
  height: 52px;
  line-height: 52px;
  display: inline-block;
  padding: 0 46px;
  border-radius: 30px;
  background: var(--theme-color3);
  text-align: center;
  color: var(--theme-color-light);
  -webkit-box-shadow: 0px 0px 30px 0px rgba(255, 124, 42, 0.3);
  box-shadow: 0px 0px 30px 0px rgba(255, 124, 42, 0.3);
  margin-top: 23px;
  width: 100%;
}
.pricin-block-three .inner-box .content-box .choose-btn:hover {
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

/*** 

====================================================================
    pricing-section-three
====================================================================

***/
.pricing-section-four {
  position: relative;
  padding: 120px 0;
}
.pricing-section-four .sec-title-three {
  margin-top: 0;
  margin-bottom: 0;
}
.pricing-section-four .sec-title-three .text {
  max-width: 618px;
  margin-top: 13px;
}
.pricing-section-four .container {
  max-width: 1240px;
}

.pricin-block-four .inner-box {
  padding: 50px 42px 33px;
  border-radius: 30px;
  background: #E0E4FC;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1199.98px) {
  .pricin-block-four .inner-box {
    padding: 30px 21px 33px;
  }
}
.pricin-block-four .inner-box:hover {
  background-color: var(--theme-color4);
}
.pricin-block-four .inner-box:hover .content-box .sub-title {
  color: #E0E4FC;
}
.pricin-block-four .inner-box:hover .content-box h2 {
  color: var(--theme-color-light);
}
.pricin-block-four .inner-box:hover .content-box h2 small {
  color: #D9D9D9;
}
.pricin-block-four .inner-box:hover .content-box .list li {
  color: var(--theme-color-light);
}
.pricin-block-four .inner-box:hover .content-box .list i {
  color: rgb(255, 255, 255);
}
.pricin-block-four .inner-box:hover .content-box .list i::after {
  border-color: rgb(255, 255, 255);
}
.pricin-block-four .inner-box .content-box .sub-title {
  color: var(--text-color);
  margin-bottom: 6px;
  display: block;
}
.pricin-block-four .inner-box .content-box h2 {
  color: var(--theme-color-dark2);
  font-weight: 800;
  margin-bottom: 27px;
}
.pricin-block-four .inner-box .content-box h2 span {
  color: var(--theme-color3);
}
.pricin-block-four .inner-box .content-box h2 small {
  font-size: 13px;
  color: var(--text-color);
  font-weight: 800;
  margin-left: 4px;
}
.pricin-block-four .inner-box .content-box .list {
  margin-top: 36px;
}
.pricin-block-four .inner-box .content-box .list li {
  position: relative;
  color: var(--text-color);
  font-size: 16px;
  line-height: 40px;
  text-transform: capitalize;
  padding-left: 38px;
}
.pricin-block-four .inner-box .content-box .list li i {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 23px;
  color: var(--theme-color4);
}
.pricin-block-four .inner-box .content-box .list li i::after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: -1px;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  border: 1px solid var(--theme-color4);
}
.pricin-block-four .inner-box .content-box .choose-btn {
  font-size: 14px;
  font-weight: 500;
  height: 52px;
  line-height: 52px;
  display: inline-block;
  padding: 0 46px;
  border-radius: 30px;
  background: var(--theme-color3);
  text-align: center;
  color: var(--theme-color-light);
  -webkit-box-shadow: 0px 0px 30px 0px rgba(255, 124, 42, 0.3);
  box-shadow: 0px 0px 30px 0px rgba(255, 124, 42, 0.3);
  margin-top: 23px;
  width: 100%;
}
.pricin-block-four .inner-box .content-box .choose-btn:hover {
  -webkit-box-shadow: unset;
          box-shadow: unset;
}
.pricin-block-four .inner-box.three {
  margin-top: -23px;
}
@media (max-width: 991.98px) {
  .pricin-block-four .inner-box.three {
    margin-top: 40px;
  }
}
.pricin-block-four .inner-box.two {
  margin-top: 47px;
}
.pricin-block-four .inner-box.one {
  margin-top: 117px;
}
@media (max-width: 991.98px) {
  .pricin-block-four .inner-box.one {
    margin-top: 47px;
  }
}

/*** 

====================================================================
    pricing-section
====================================================================

***/
.pricing-section-five {
  position: relative;
  padding: 120px 0 120px;
}

.pricing-block-five {
  margin-bottom: 17px;
}
.pricing-block-five .inner-box {
  padding: 52px 47px 69px;
  border-radius: 30px;
  background: #F06;
  -webkit-box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 991.98px) {
  .pricing-block-five .inner-box {
    padding: 30px 30px 30px;
  }
}
.pricing-block-five .inner-box .title {
  font-size: 70px;
  color: var(--theme-color-light);
  font-weight: 800;
  margin-bottom: 11px;
  line-height: 64px;
}
@media (max-width: 991.98px) {
  .pricing-block-five .inner-box .title {
    font-size: 46px;
  }
}
.pricing-block-five .inner-box .text {
  color: var(--theme-color-light);
  font-size: 16px;
}
.pricing-block-five .inner-box-v1 {
  border-radius: 30px;
  background: var(--theme-color-light);
  -webkit-box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1);
  background-color: var(--theme-color-light);
  padding: 59px 59px 40px 30px;
}
@media (max-width: 1199.98px) {
  .pricing-block-five .inner-box-v1 {
    padding: 30px 12px 30px;
  }
}
@media (max-width: 991.98px) {
  .pricing-block-five .inner-box-v1 {
    padding: 30px 30px 30px;
  }
}
.pricing-block-five .inner-box-v1 .title {
  font-size: 60px;
  font-weight: 800;
  margin-bottom: 19px;
}
@media (max-width: 1199.98px) {
  .pricing-block-five .inner-box-v1 .title {
    font-size: 46px;
  }
}
.pricing-block-five .inner-box-v1 .text {
  font-size: 14px;
  line-height: 26px;
}

@media only screen and (max-width: 577px) {
  .pricing-section-two .sec-title-two h2 {
    font-size: 29px;
    line-height: 33px;
  }
}
@media only screen and (max-width: 480px) {
  .pricing-section .outer-box .content-column .sec-title h2 {
    font-size: 24px;
    line-height: 34px;
  }
  .pricing-section .outer-box .content-column .sec-title .text {
    padding-right: 0;
  }
  .pricing-section .outer-box .block-content .pricing-block .inner-box .title {
    font-size: 43px;
  }
  .pricing-section .outer-box .block-content .pricing-block .inner-box,
  .pricing-section .outer-box .block-content .pricing-block .inner-box-v1 {
    padding: 30px 25px 30px;
  }
  .pricing-section-two .sec-title-two h2 {
    line-height: 46px;
    font-size: 34px;
  }
  .pricing-section-two .nav-pills .nav-link {
    padding: 0 26px;
  }
  .pricin-block-two .price-box {
    padding: 50px 26px 35px;
  }
  .pricin-block-three .inner-box .price-box.two h2 {
    font-size: 48px;
  }
  .pricing-section-three .sec-title-three h2 {
    font-size: 27px;
    line-height: 55px;
  }
  .pricing-section-four .sec-title-three h2 {
    font-size: 30px;
    line-height: 55px;
  }
  .pricin-block-two .content-box .list li {
    line-height: 24px;
    margin-bottom: 10px;
  }
  .pricin-block-two .content-box .list li i::after {
    bottom: 3px;
  }
  .pricin-block-three .inner-box .content-box .list li,
  .pricin-block-four .inner-box .content-box .list li {
    line-height: 25px;
    margin-bottom: 10px;
  }
  .pricin-block-three .inner-box .content-box .list li i::after,
  .pricin-block-four .inner-box .content-box .list li i::after {
    bottom: 3px;
  }
}
/*** 

====================================================================
    funfact-section
====================================================================

***/
.funfact-section {
  position: relative;
}

.fact-box {
  position: relative;
  padding: 62px 112px 58px 108px;
  background-image: url(../images/background/shape1-2.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1199.98px) {
  .fact-box {
    background-image: unset;
    padding: 62px 0 58px;
  }
}

.fact-content {
  position: relative;
  padding: 84px 173px 84px;
  text-align: center;
  border-radius: 80px 206px;
  background: #5224B5;
  margin-bottom: 111px;
  z-index: 99;
}
@media (max-width: 1399.98px) {
  .fact-content {
    padding: 84px 108px 84px;
  }
}
@media (max-width: 767.98px) {
  .fact-content {
    padding: 84px 30px 84px;
    border-radius: 10px;
  }
}
.fact-content::before {
  content: "";
  position: absolute;
  bottom: -28px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 968px;
  height: 396px;
  background-image: url(../images/resource/shape1-1.png);
  z-index: -1;
}
@media (max-width: 991.98px) {
  .fact-content::before {
    display: none;
  }
}
.fact-content h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 70px;
  color: var(--theme-color-light);
}
@media (max-width: 991.98px) {
  .fact-content h2 {
    font-size: 29px;
    line-height: 45px;
  }
}
@media (max-width: 767.98px) {
  .fact-content h2 {
    font-size: 24px;
    line-height: 27px;
  }
}
.fact-content .text {
  font-size: 20px;
  color: #E4E4E4;
  margin-bottom: 39px;
}
.fact-content .fac-btn {
  font-size: 14px;
  font-weight: 500;
  height: 52px;
  line-height: 52px;
  display: inline-block;
  padding: 0 51px;
  border-radius: 30px;
  background: var(--theme-color3);
  text-align: center;
  color: var(--theme-color-light);
  -webkit-box-shadow: 0px 0px 30px 0px rgba(255, 124, 42, 0.3);
          box-shadow: 0px 0px 30px 0px rgba(255, 124, 42, 0.3);
}
.fact-content .fac-btn:hover {
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

.counter-block {
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  margin-bottom: 65px;
}
.counter-block::before {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 340px;
  height: 80px;
  border-radius: 50px;
  background-color: var(--theme-color-light);
}
@media (max-width: 1399.98px) {
  .counter-block::before {
    width: 311px;
  }
}
@media (max-width: 991.98px) {
  .counter-block::before {
    display: none;
  }
}
.counter-block .content {
  position: relative;
  text-align: center;
}
@media (max-width: 991.98px) {
  .counter-block .content {
    text-align: left;
  }
}
.counter-block .count-box {
  font-size: 70px;
  line-height: 58px;
  font-weight: 700;
  font-family: var(--title-font);
  color: var(--theme-color4);
  margin-bottom: 17px;
}
.counter-block .count-box .count-text {
  font-size: 70px;
  line-height: 58px;
  font-weight: 700;
  color: var(--theme-color4);
  font-family: var(--title-font);
  margin-right: 17px;
}
.counter-block .counter-title {
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
  color: #000;
  font-family: var(--text-font);
}

@media only screen and (max-width: 577px) {
  .fact-content h2 {
    line-height: 37px;
  }
  .fact-content .text {
    font-size: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .fact-content h2 {
    line-height: 32px;
    font-size: 19px;
  }
  .fact-content .text {
    font-size: 14px;
  }
  .counter-block .count-box .count-text,
  .counter-block .count-box {
    font-size: 60px;
  }
}
/*** 

====================================================================
    investment-section
====================================================================

***/
.main-section-three {
  position: relative;
  background-image: url(../images/background/Union1-2.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 152px 0 95px;
}
@media (max-width: 1199.98px) {
  .main-section-three {
    background-image: unset;
    background: #F0F0F0;
    padding: 120px 0;
  }
}
@media (max-width: 1199.98px) {
  .main-section-three .anim-icons {
    display: none;
  }
}
.main-section-three .anim-icons .one {
  position: absolute;
  top: 145px;
  right: 155px;
}
@media (max-width: 1399.98px) {
  .main-section-three .anim-icons .one {
    top: 0;
    right: 0;
  }
}
.main-section-three .anim-icons .two {
  position: absolute;
  bottom: 300px;
  left: 30px;
}
.main-section-three .anim-icons .three {
  position: absolute;
  bottom: 27%;
  right: 0;
}
.main-section-three .investment-section {
  position: relative;
  padding: 0 0 57px;
}
.main-section-three .investment-section .sec-title-three {
  margin-bottom: 90px;
}
@media (max-width: 767.98px) {
  .main-section-three .investment-section .sec-title-three {
    margin-bottom: 50px;
  }
}
@media (max-width: 767.98px) {
  .main-section-three .investment-section .sec-title-three h2 {
    font-size: 30px;
    line-height: 55px;
  }
}
.main-section-three .investment-section .investment-column .text.one {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 60px;
}
.main-section-three .investment-section .investment-column .outer-box {
  border-radius: 50px;
  background: #F06;
  padding: 54px 60px 35px;
}
@media (max-width: 1199.98px) {
  .main-section-three .investment-section .investment-column .outer-box {
    padding: 54px 40px 35px;
  }
}
.main-section-three .investment-section .investment-column .outer-box .content-box {
  padding: 0 14px 71px;
}
.main-section-three .investment-section .investment-column .outer-box .content-box .title {
  font-size: 40px;
  font-weight: 700;
  line-height: 55px;
  text-transform: capitalize;
  color: var(--theme-color-light);
  margin-bottom: 18px;
}
@media (max-width: 1199.98px) {
  .main-section-three .investment-section .investment-column .outer-box .content-box .title {
    font-size: 31px;
    line-height: 45px;
  }
}
.main-section-three .investment-section .investment-column .outer-box .content-box .text {
  font-size: 18px;
  line-height: 28px;
  color: var(--theme-color-light);
  padding-right: 90px;
}
.main-section-three .investment-section .investment-column .outer-box .image {
  margin: 0 -36px;
}
.main-section-three .investment-section .investment-column .outer-box .image img {
  width: 100%;
}
.main-section-three .investment-section .outer-box .image {
  margin: 0 -20px;
}
@media (max-width: 991.98px) {
  .main-section-three .investment-section .investment-column-v2 {
    margin-top: 50px;
  }
}
.main-section-three .investment-section .investment-column-v2 .text.one {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 60px;
}
.main-section-three .investment-section .investment-column-v2 .outer-box {
  border-radius: 50px;
  background: var(--theme-color-light);
  padding: 54px 60px 35px;
}
@media (max-width: 1399.98px) {
  .main-section-three .investment-section .investment-column-v2 .outer-box {
    padding: 54px 40px 35px;
  }
}
.main-section-three .investment-section .investment-column-v2 .outer-box .content-box {
  padding: 0 14px 17px;
}
.main-section-three .investment-section .investment-column-v2 .outer-box .content-box .title {
  font-size: 40px;
  font-weight: 700;
  line-height: 55px;
  text-transform: capitalize;
  color: var(--theme-color-dark2);
  margin-bottom: 18px;
}
@media (max-width: 1199.98px) {
  .main-section-three .investment-section .investment-column-v2 .outer-box .content-box .title {
    font-size: 31px;
    line-height: 45px;
  }
}
.main-section-three .investment-section .investment-column-v2 .outer-box .content-box .text {
  font-size: 18px;
  line-height: 28px;
  padding-right: 90px;
  margin-bottom: 22px;
}
.main-section-three .investment-section .investment-column-v2 .outer-box .content-box .explore {
  height: 52px;
  line-height: 52px;
  font-size: 14px;
  color: var(--theme-color-light);
  border-radius: 50px;
  font-weight: 500;
  padding: 0 35px;
  display: inline-block;
  background: #F06;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(255, 0, 102, 0.3);
          box-shadow: 0px 0px 30px 0px rgba(255, 0, 102, 0.3);
}
.main-section-three .investment-section .investment-column-v2 .outer-box .content-box .explore:hover {
  -webkit-box-shadow: unset;
          box-shadow: unset;
}
.main-section-three .investment-section .investment-column-v2 .outer-box .image {
  margin: 0 3px;
}
@media (max-width: 1199.98px) {
  .main-section-three .investment-section .investment-column-v2 .outer-box .image {
    margin-top: 35px;
  }
}
@media (max-width: 991.98px) {
  .main-section-three .investment-section .investment-column-v2 .outer-box .image {
    margin-top: 0;
  }
}
.main-section-three .investment-section .investment-column-v2 .outer-box .image img {
  width: 100%;
}

@media only screen and (max-width: 577px) {
  .main-section-three .investment-section .investment-column .outer-box .content-box {
    padding-bottom: 50px;
  }
  .main-section-three .investment-section .investment-column-v2 .outer-box {
    padding: 54px 32px 35px;
  }
}
@media only screen and (max-width: 480px) {
  .main-section-three .investment-section .investment-column-v2 .outer-box .content-box .title {
    font-size: 22px;
    line-height: 33px;
  }
  .main-section-three .investment-section .investment-column-v2 .outer-box .content-box .text {
    font-size: 14px;
    line-height: 26px;
    padding-right: 0;
  }
  .main-section-three .investment-section .investment-column-v2 .outer-box .content-box {
    padding: 0 0 17px;
  }
  .main-section-three .investment-section .investment-column-v2 .outer-box .content-box .explore {
    text-align: center;
  }
  .main-section-three .investment-section .investment-column .outer-box {
    padding: 54px 30px 35px;
  }
  .main-section-three .investment-section .investment-column .outer-box .content-box .title {
    font-size: 22px;
    line-height: 32px;
  }
  .main-section-three .investment-section .investment-column .outer-box .content-box .text {
    font-size: 14px;
    line-height: 26px;
    padding-right: 0;
  }
  .main-section-three .investment-section .investment-column .outer-box .content-box {
    padding: 0 0 50px;
  }
  .main-section-three .investment-section .investment-column .text.one {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 40px;
  }
  .main-section-three .investment-section .sec-title-three h2 {
    font-size: 24px;
    line-height: 37px;
  }
  .main-section-three .investment-section .sec-title-three .sub-title {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.accordion-box {
  position: relative;
}
.accordion-box .block {
  position: relative;
  margin-bottom: 20px;
}
.accordion-box .block:last-child {
  margin-bottom: 0;
}
.accordion-box .block .acc-btn {
  position: relative;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: var(--theme-color-light);
  cursor: pointer;
  font-family: var(--title-font2);
  border: 1px solid #202020;
  letter-spacing: -0.8px;
  padding: 16px 0px 16px;
  padding-right: 70px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media (max-width: 1199.98px) {
  .accordion-box .block .acc-btn {
    padding-left: 18px;
  }
}
.accordion-box .block .acc-btn .icon {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 58px;
  width: 58px;
  font-size: 16px;
  line-height: 58px;
  color: var(--theme-color1);
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.accordion-box .block .acc-btn:active {
  background-color: var(--theme-color-light);
  color: var(--theme-color-dark);
}
.accordion-box .block .acc-btn.active {
  border: 0;
}
.accordion-box .block .acc-btn.active .icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.accordion-box .block .acc-content {
  position: relative;
  display: none;
  padding: 0 0 20px;
}
.accordion-box .block .acc-content .content {
  padding: 0px 0px 0;
}
.accordion-box .block .acc-content .content .text {
  margin-bottom: 0;
  color: var(--text-color);
  line-height: 28px;
  text-transform: lowercase;
}
.accordion-box .block .acc-content.current {
  display: block;
}
.accordion-box.style-two .block .acc-btn {
  background-color: var(--theme-color-light);
  padding: 20px 20px;
  padding-right: 60px;
  line-height: 30px;
}
.accordion-box.style-two .block .acc-btn .icon {
  right: 20px;
  top: 20px;
  height: 30px;
  width: 30px;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  color: var(--theme-color-light);
  background-color: var(--theme-color1);
}
.accordion-box.style-two .block .acc-btn:active {
  background-color: var(--theme-color-light);
  color: var(--theme-color-dark);
}
.accordion-box.style-two .block .acc-content .content {
  padding: 22px 0px 0;
}
.accordion-box.style-three .block {
  background-color: var(--theme-color-light);
  border-radius: 10px;
  margin-bottom: 30px;
}
.accordion-box.style-three .block:last-child {
  margin-bottom: 0;
}
.accordion-box.style-three .block .acc-btn {
  background-color: var(--theme-color-light);
  padding: 20px 30px;
  font-size: 20px;
  line-height: 30px;
}
.accordion-box.style-three .block .acc-btn .icon {
  right: 20px;
  top: 20px;
  height: 30px;
  width: 30px;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  color: var(--theme-color-light);
  background-color: var(--theme-color1);
}
.accordion-box.style-three .block .acc-btn:active {
  background-color: var(--theme-color-light);
  color: var(--theme-color-dark);
}
.accordion-box.style-three .block .acc-content .content {
  padding: 20px 30px 20px;
}
.accordion-box.style-four .block {
  background-color: var(--theme-color-light);
  border-bottom: 1px solid var(--theme-color-gray);
  margin-bottom: 0px;
}
.accordion-box.style-four .block .acc-btn {
  background-color: transparent;
  padding: 20px 0px;
}
.accordion-box.style-four .block .acc-btn .icon {
  right: 0px;
  top: 20px;
  height: 30px;
  line-height: 30px;
  width: auto;
  color: var(--theme-color1);
  background-color: transparent;
}
.accordion-box.style-four .block .acc-btn.active {
  color: var(--theme-color2);
  background-color: var(--theme-color-light);
  border-radius: 10px 10px 0 0;
}
.accordion-box.style-four .block .acc-btn.active .icon {
  background-color: var(--theme-color-light);
  color: var(--theme-color1);
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.accordion-box.style-four .block .acc-btn.active .icon:before {
  content: "\f101";
}
.accordion-box.style-four .block .acc-content .content {
  padding: 0px 0px 20px;
  background-color: var(--theme-color-light);
}

/*** 

====================================================================
		FAQ's Section
====================================================================

***/
.faqs-section {
  position: relative;
  padding: 120px 0;
}
.faqs-section .faq-img {
  position: relative;
}
@media (max-width: 991.98px) {
  .faqs-section .faq-img {
    margin-top: 50px;
  }
}
@media (max-width: 991.98px) {
  .faqs-section .faq-img .image img {
    width: 100%;
  }
}
.faqs-section .faq-img .exp-box {
  position: absolute;
  bottom: 196px;
  left: 0;
  width: 255px;
  background-color: var(--theme-color1);
  padding: 57px 55px 57px;
}
@media (max-width: 1399.98px) {
  .faqs-section .faq-img .exp-box {
    bottom: 50px;
  }
}
@media (max-width: 991.98px) {
  .faqs-section .faq-img .exp-box {
    left: 50px;
  }
}
@media (max-width: 575.98px) {
  .faqs-section .faq-img .exp-box {
    bottom: 20px;
    left: 20px;
  }
}
.faqs-section .faq-img .exp-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/resource/patterns-faq.html);
}
.faqs-section .faq-img .exp-box .text {
  font-size: 23px;
  font-weight: 600;
  color: var(--theme-color-light);
  font-family: var(--title-font2);
  margin-top: 25px;
}
.faqs-section .sec-title {
  margin-bottom: 38px;
}
@media (max-width: 1399.98px) {
  .faqs-section .sec-title {
    margin-top: 0;
  }
}
.faqs-section .sec-title h2 {
  padding-bottom: 0;
  position: relative;
}
.faqs-section .sec-title h2::before {
  display: none;
}
.faqs-section .accordion-box {
  border-radius: 30px;
  border: 3px solid #E0E4FC;
  background: var(--theme-color-light);
  padding: 23px 30px;
}
.faqs-section .accordion.block.active-block {
  border-color: var(--theme-color1);
}
@media (max-width: 1199.98px) {
  .faqs-section .accordion-box .block .acc-btn .icon {
    top: 7px;
  }
}
.faqs-section .accordion-box .block {
  background-color: unset;
  position: relative;
  border-bottom: 5px solid #E0E4FC;
  margin-bottom: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.faqs-section .accordion-box .block:last-child {
  border-bottom: 0;
}
.faqs-section .accordion-box .block:last-child .content {
  padding-bottom: 0;
}
.faqs-section .accordion-box .block:active {
  border-color: var(--theme-color1);
}
.faqs-section .accordion-box .block .acc-btn {
  font-size: 18px;
  font-family: var(--title-font);
  font-weight: 700;
  color: var(--theme-color-dark2);
  border: 0;
  padding: 21px 0 19px;
}
.faqs-section .accordion-box .block .acc-btn {
  background-color: var(--theme-color-light);
  color: var(--theme-color-dark);
}
.faqs-section .accordion-box .block.active-block .acc-btn {
  background-color: var(--theme-color-light);
  color: #f06;
}
.faqs-section .accordion-box {
  color: #f06;
}
.faqs-section .acc-btn:active {
  color: #f06;
}

/*** 

====================================================================
		FAQ's Section two
====================================================================

***/
.faq-section-two {
  position: relative;
  padding: 120px 0;
}
.faq-section-two .sec-title-three {
  margin-top: 0;
  margin-bottom: 91px;
}
.faq-section-two .sec-title-three .sub-title::before {
  display: none;
}
@media (max-width: 1199.98px) {
  .faq-section-two .sec-title-three .sub-title {
    margin-bottom: 10px;
  }
}
@media (max-width: 1199.98px) {
  .faq-section-two .sec-title-three h2 {
    line-height: 55px;
  }
}
.faq-section-two .sec-title-three .content-box {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 300px;
}
@media (max-width: 1199.98px) {
  .faq-section-two .sec-title-three .content-box {
    bottom: -20px;
  }
}
@media (max-width: 991.98px) {
  .faq-section-two .sec-title-three .content-box {
    position: static;
    width: 100%;
  }
}
.faq-section-two .sec-title-three .content-box .text {
  line-height: 30px;
  font-size: 14px;
  text-transform: capitalize;
  margin-bottom: 36px;
}
.faq-section-two .sec-title-three .content-box .faq-btn {
  font-size: 14px;
  font-weight: 500;
  color: var(--theme-color-light);
  height: 52px;
  line-height: 52px;
  padding: 0 46px;
  border-radius: 50px;
  display: inline-block;
  background: #474747;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
}
.faq-section-two .faq-column.one {
  margin-right: 19px;
}
@media (max-width: 991.98px) {
  .faq-section-two .faq-column.one {
    margin-right: 0;
  }
}
.faq-section-two .faq-column.two {
  margin-left: 19px;
}
@media (max-width: 991.98px) {
  .faq-section-two .faq-column.two {
    margin-left: 0;
    margin-top: 50px;
  }
}
@media (max-width: 991.98px) {
  .faq-section-two .faq-img-v3 .image {
    margin-bottom: 50px;
  }
}
@media (max-width: 991.98px) {
  .faq-section-two .faq-img-v3 .image img {
    width: 100%;
  }
}
.faq-section-two .accordion-box .block .acc-btn {
  color: var(--theme-color-dark2);
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  border-radius: 50px;
  padding: 17px 30px 19px;
  border: 3px solid #E0E4FC;
  background: #FFF;
}
@media (max-width: 1199.98px) {
  .faq-section-two .accordion-box .block .acc-btn {
    font-size: 16px;
  }
}
.faq-section-two .accordion-box .block .acc-content .content {
  padding: 20px 30px 17px;
}
.faq-section-two .accordion-box .block .acc-content {
  padding-bottom: 0;
}
.faq-section-two .accordion.block.active-block .acc-btn {
  border-color: #f06;
}
.faq-section-two .accordion.block.active-block .acc-btn .icon {
  color: var(--theme-color-light);
  background-color: #f06;
  border-color: #f06;
}
.faq-section-two .accordion-box .block .acc-btn {
  margin-right: 16px;
  background-color: var(--theme-color-light);
  z-index: 99;
}
.faq-section-two .accordion-box .block .acc-btn .icon {
  color: rgb(0, 0, 0);
  border: 3px solid #E0E4FC;
  border-radius: 50%;
  width: 57px;
  height: 57px;
  line-height: 52px;
  text-align: center;
  right: -47px;
  z-index: -1;
  background-color: #fff;
}
@media (max-width: 1399.98px) {
  .faq-section-two .accordion-box .block .acc-btn .icon {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: -25px;
  }
}

@media only screen and (max-width: 577px) {
  .faq-section-two .sec-title-three h2 {
    line-height: 45px;
    font-size: 32px;
  }
  .faq-section-two {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 480px) {
  .faqs-section .sec-title h2 {
    font-size: 25px;
    line-height: 35px;
  }
  .faqs-section .sec-title .sub-title {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
  }
  .faqs-section .accordion-box .block .acc-btn {
    font-size: 16px;
    padding-right: 40px;
  }
  .faq-section-two .sec-title-three .sub-title {
    font-size: 13px;
  }
  .faq-section-two .sec-title-three h2 {
    line-height: 39px;
    font-size: 28px;
  }
}
/*** 

====================================================================
    artical-section
====================================================================

***/
.artist-section {
  position: relative;
  padding: 120px 0 152px;
}
@media (max-width: 991.98px) {
  .artist-section {
    padding-bottom: 120px;
  }
}
.artist-section .artists {
  position: relative;
}
.artist-section .artists:before {
  content: "";
  position: absolute;
  top: 20px;
  right: -40px;
  width: 98px;
  height: 98px;
  background-image: url(../images/icons/icon-img1.png);
  background-repeat: no-repeat;
}

.artical-block {
  margin: 0 0 40px;
  position: relative;
  border-radius: 30px;
  background: #E0E4FC;
  padding: 20px 33px 24px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1399.98px) {
  .artical-block {
    padding: 20px 29px 24px;
  }
}
.artical-block:hover {
  background: #210378;
}
.artical-block:hover .artical-info .title {
  color: #fff;
}
.artical-block.two {
  background: #E0E4FC;
}
.artical-block.two .artical-img span {
  background-color: var(--theme-color-light);
  color: var(--theme-color-dark);
}
.artical-block.two .artical-info .title {
  color: var(--theme-color-dark);
}
.artical-block.two .artical-info span {
  color: var(--theme-color-dark);
}
.artical-block.two .artical-info .price {
  border: 3px solid #E0E4FC;
}
.artical-block.three {
  border: 3px solid #E0E4FC;
  background: var(--theme-color-light);
}
.artical-block.three .artical-img span {
  background-color: var(--theme-color-light);
  color: var(--theme-color-dark);
}
.artical-block.three .artical-info .title {
  color: var(--theme-color-dark);
}
.artical-block.three .artical-info span {
  color: var(--theme-color-dark);
}
.artical-block.three .artical-info .price {
  border: 3px solid #E0E4FC;
}
.artical-block.v1 {
  top: 70px;
}
@media (max-width: 991.98px) {
  .artical-block.v1 {
    top: 0;
  }
}

.artist-text {
  margin-top: 157px;
  padding-right: 60px;
}
@media (max-width: 991.98px) {
  .artist-text {
    margin-top: 0;
    margin-bottom: 50px;
  }
}
.artist-text h2 {
  font-weight: 700;
  line-height: 70px;
  margin-bottom: 7px;
}
@media (max-width: 1399.98px) {
  .artist-text h2 {
    line-height: 55px;
    margin-bottom: 25px;
  }
}
@media (max-width: 1199.98px) {
  .artist-text h2 {
    font-size: 40px;
    line-height: 45px;
  }
}
.artist-text .text {
  line-height: 26px;
  margin-bottom: 66px;
}
@media (max-width: 1199.98px) {
  .artist-text .text {
    margin-bottom: 50px;
  }
}
.artist-text .theme-btn {
  font-size: 14px;
  font-weight: 500;
  color: var(--theme-color1);
  height: 52px;
  line-height: 48px;
  padding: 0 39px;
  border-radius: 30px;
  border: 3px solid #F06;
  background: var(--theme-color-light);
  display: inline-block;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(255, 0, 102, 0.4);
          box-shadow: 0px 0px 30px 0px rgba(255, 0, 102, 0.4);
}
.artist-text .theme-btn:hover {
  -webkit-box-shadow: unset;
          box-shadow: unset;
  color: var(--theme-color-light);
  border-color: var(--theme-color-dark2);
}

.artical-img {
  margin-bottom: 11px;
  position: relative;
}
.artical-img .image img {
  border-radius: 50%;
}
.artical-img span {
  position: absolute;
  top: 0;
  left: -10px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  border-radius: 50px;
  background-color: var(--theme-color1);
  color: var(--theme-color-light);
  display: inline-block;
}

.artical-info .title {
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 0;
  color: #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1199.98px) {
  .artical-info .title {
    font-size: 21px;
  }
}
.artical-info .title img {
  margin-left: 8px;
}
.artical-info span {
  font-size: 13px;
  color: #B7B7B7;
  margin-bottom: 10px;
  display: block;
}
.artical-info .price {
  position: absolute;
  bottom: -18px;
  left: 50%;
  width: 233px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 30px;
  border: 3px solid #210378;
  background: var(--theme-color-light);
  padding: 1px 13px 0;
  height: 42px;
}
@media (max-width: 1199.98px) {
  .artical-info .price {
    width: 190px;
  }
}
.artical-info .price span {
  font-size: 13px;
  color: var(--theme-color-dark);
  font-weight: 700;
  display: inline-block;
  margin-right: 14px;
  margin-bottom: 0;
}
.artical-info .price small {
  color: #ACACAC;
  font-size: 13px;
  font-weight: 400;
}

/*** 

====================================================================
  menegement-section
====================================================================

***/
.management-section {
  position: relative;
  padding: 120px 0;
  background-image: url(../images/background/7.html);
}
@media (max-width: 991.98px) {
  .management-section .image-column {
    display: none;
  }
}
.management-section .image-column .inner-column {
  margin-left: -367px;
}
.management-section .image-column .inner-column .image-box {
  position: relative;
}
.management-section .image-column .inner-column .image-box .content-box {
  position: absolute;
  top: 0;
  right: 95px;
  background-color: rgba(243, 106, 21, 0.9);
  width: 201px;
  height: 100%;
  padding: 80px 30px 40px;
}
@media (max-width: 1199.98px) {
  .management-section .image-column .inner-column .image-box .content-box {
    right: 7px;
  }
}
.management-section .image-column .inner-column .image-box .content-box .play-now {
  position: relative;
  display: inline-block;
}
.management-section .image-column .inner-column .image-box .content-box .play-now .icon {
  color: var(--theme-color-light);
  font-size: 22px;
  width: 90px;
  height: 90px;
  line-height: 90px;
  background-color: var(--theme-color-dark);
}
.management-section .image-column .inner-column .image-box .content-box .play-now .ripple {
  width: 90px;
  height: 90px;
}
.management-section .image-column .inner-column .image-box .content-box .play-now .ripple:before {
  width: 90px;
  height: 90px;
}
.management-section .image-column .inner-column .image-box .content-box .play-now .ripple:after {
  width: 90px;
  height: 90px;
}
@media only screen and (max-width: 1199px) {
  .management-section .image-column .inner-column .image-box .content-box .play-now {
    margin: 0;
  }
}
.management-section .image-column .inner-column .image-box .content-box .text {
  position: absolute;
  bottom: 32px;
  left: 30px;
  text-align: left;
  color: var(--theme-color-light);
  font-weight: 700;
}
.management-section .content-column .inner-column {
  margin-top: 118px;
}
@media (max-width: 1199.98px) {
  .management-section .content-column .inner-column {
    margin-top: 60px;
  }
}
.management-section .content-column .inner-column .sec-title {
  margin-bottom: 50px;
}
.management-section .content-column .inner-column .sec-title .text {
  color: var(--text-color);
  margin-top: 28px;
}
@media (max-width: 575.98px) {
  .management-section .content-column .inner-column .sec-title h2 {
    font-size: 37px;
    line-height: 37px;
  }
}

.manegement-block {
  margin-bottom: 32px;
}
.manegement-block:last-child {
  margin-bottom: 0;
}
.manegement-block .inner-box {
  position: relative;
  padding-left: 85px;
}
@media (max-width: 575.98px) {
  .manegement-block .inner-box {
    padding-left: 0;
  }
}
.manegement-block .inner-box .icon-box {
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--theme-color1);
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  text-align: center;
}
@media (max-width: 575.98px) {
  .manegement-block .inner-box .icon-box {
    position: static;
    margin-bottom: 20px;
  }
}
.manegement-block .inner-box .content-box {
  position: relative;
  top: -6px;
}
.manegement-block .inner-box .content-box .title {
  margin-bottom: 6px;
  text-transform: uppercase;
  color: var(--theme-color-light);
}

/*** 

====================================================================
    blog-section-three
====================================================================

***/
/*** 

====================================================================
    blog-section-five
====================================================================

***/
.blog-section-five {
  position: relative;
  padding: 120px 0;
}
@media (max-width: 991.98px) {
  .blog-section-five .side-bar {
    margin-top: 50px;
  }
}
.blog-section-five .side-bar .widget-title {
  font-weight: 500;
  color: var(--theme-color-dark2);
  text-transform: uppercase;
  border-bottom: 3px solid #E0E4FC;
  padding-bottom: 8px;
  margin-bottom: 31px;
}
.blog-section-five .side-bar .news-box {
  border-radius: 30px;
  border: 3px solid #E0E4FC;
  background: var(--theme-color-light);
  padding: 39px 34px 31px 46px;
  margin-bottom: 20px;
}
@media (max-width: 1199.98px) {
  .blog-section-five .side-bar .news-box {
    padding: 39px 20px 31px;
  }
}
.blog-section-five .side-bar .news-box .news-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  margin-bottom: 13px;
}
@media (max-width: 991.98px) {
  .blog-section-five .side-bar .news-box .news-block {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.blog-section-five .side-bar .news-box .news-block .image-box img {
  border-radius: 10px;
  width: 235px;
}
.blog-section-five .side-bar .news-box .news-block .content-box {
  margin-left: 15px;
}
.blog-section-five .side-bar .news-box .news-block .content-box .date {
  font-size: 14px;
  color: var(--text-color);
}
@media (max-width: 1199.98px) {
  .blog-section-five .side-bar .news-box .news-block .content-box .date {
    font-size: 12px;
  }
}
.blog-section-five .side-bar .news-box .news-block .content-box .date i {
  color: #f06;
  margin-right: 6px;
}
.blog-section-five .side-bar .news-box .news-block .content-box .title {
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0;
}
@media (max-width: 1199.98px) {
  .blog-section-five .side-bar .news-box .news-block .content-box .title {
    font-size: 16px;
  }
}
@media (max-width: 991.98px) {
  .blog-section-five .side-bar .news-box .news-block .content-box .title {
    font-size: 24px;
    line-height: 34px;
  }
}
@media (max-width: 991.98px) {
  .blog-section-five .side-bar .news-box .news-block .content-box .title {
    line-height: 28px;
  }
}
.blog-section-five .side-bar .news-box .news-block .content-box .title:hover {
  color: #f06;
}
.blog-section-five .side-bar .categories {
  border-radius: 30px;
  border: 3px solid #E0E4FC;
  background: var(--theme-color-light);
  padding: 39px 48px 47px 46px;
  margin-bottom: 20px;
}
@media (max-width: 1199.98px) {
  .blog-section-five .side-bar .categories {
    padding: 39px 20px 31px;
  }
}
.blog-section-five .side-bar .categories .categories-list li {
  margin-bottom: 10px;
}
.blog-section-five .side-bar .categories .categories-list li:last-child {
  margin-bottom: 0;
}
.blog-section-five .side-bar .categories .categories-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
  color: var(--theme-color-dark2);
  font-weight: 700;
  border-radius: 30px;
  background: #E0E4FC;
  padding: 15px 31px 13px;
}
.blog-section-five .side-bar .categories .categories-list li a:hover {
  background-color: #f06;
  color: var(--theme-color-light);
}
.blog-section-five .side-bar .gallery {
  border-radius: 30px;
  border: 3px solid #E0E4FC;
  background: var(--theme-color-light);
  padding: 39px 48px 37px 46px;
  margin-bottom: 20px;
}
@media (max-width: 1199.98px) {
  .blog-section-five .side-bar .gallery {
    padding: 39px 20px 31px;
  }
}
.blog-section-five .side-bar .gallery .gallery-block {
  margin-bottom: 10px;
  padding-right: 10px;
}
.blog-section-five .side-bar .gallery .gallery-block .inner-box {
  position: relative;
}
.blog-section-five .side-bar .gallery .gallery-block .inner-box:hover .image-box:before {
  opacity: 1;
  visibility: visible;
}
.blog-section-five .side-bar .gallery .gallery-block .inner-box:hover .image-box img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.blog-section-five .side-bar .gallery .gallery-block .inner-box:hover .image-box i {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}
.blog-section-five .side-bar .gallery .gallery-block .inner-box .image-box {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.blog-section-five .side-bar .gallery .gallery-block .inner-box .image-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 0, 102, 0.8);
  border-radius: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 9;
}
.blog-section-five .side-bar .gallery .gallery-block .inner-box .image-box img {
  width: 100%;
  border-radius: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.blog-section-five .side-bar .gallery .gallery-block .inner-box .image-box i {
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.8);
          transform: translate(-50%, -50%) scale(0.8);
  z-index: 99;
  color: var(--theme-color-light);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.blog-section-five .side-bar .intro-box {
  border-radius: 30px;
  border: 3px solid #E0E4FC;
  background: var(--theme-color-light);
  padding: 39px 48px 27px 46px;
  margin-bottom: 34px;
}
@media (max-width: 1199.98px) {
  .blog-section-five .side-bar .intro-box {
    padding: 39px 20px 31px;
  }
}
.blog-section-five .side-bar .intro-box .image-box {
  position: relative;
}
.blog-section-five .side-bar .intro-box .image-box .image img {
  border-radius: 25px;
}
@media (max-width: 991.98px) {
  .blog-section-five .side-bar .intro-box .image-box .image img {
    width: 100%;
  }
}
.blog-section-five .side-bar .intro-box .image-box .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.blog-section-five .side-bar .intro-box .image-box .play-btn i {
  font-size: 23px;
  color: var(--theme-color-light);
  width: 87px;
  height: 87px;
  line-height: 87px;
  text-align: center;
  border-radius: 50%;
  background-color: #f06;
}
.blog-section-five .side-bar .intro-box .content-box {
  margin-top: 19px;
}
.blog-section-five .side-bar .intro-box .content-box .title {
  font-size: 18px;
  font-weight: 700;
  color: var(--theme-color-dark2);
  text-transform: capitalize;
  line-height: 30px;
}
.blog-section-five .side-bar .intro-box .content-box .title:hover {
  color: var(--theme-color1);
}
.blog-section-five .side-bar .news-letter {
  border-radius: 30px;
  background: #210378;
  padding: 55px 39px 46px 49px;
}
@media (max-width: 1199.98px) {
  .blog-section-five .side-bar .news-letter {
    padding: 39px 20px 31px;
  }
}
.blog-section-five .side-bar .news-letter .title {
  color: var(--theme-color-light);
  font-weight: 700;
  text-transform: capitalize;
}
.blog-section-five .side-bar .news-letter .text {
  line-height: 28px;
  color: #C3C3C3;
  margin-bottom: 27px;
}
.blog-section-five .side-bar .news-letter .subscribe-form .form-group input {
  font-size: 14px;
  color: var(--theme-color-dark2);
  border-radius: 30px;
  border: 3px solid #E0E4FC;
  background: var(--theme-color-light);
  height: 60px;
  width: 100%;
  padding: 0 25px;
  margin-bottom: 11px;
}
.blog-section-five .side-bar .news-letter .subscribe-form .form-group input::-webkit-input-placeholder {
  color: var(--theme-color-dark2);
}
.blog-section-five .side-bar .news-letter .subscribe-form .form-group input::-moz-placeholder {
  color: var(--theme-color-dark2);
}
.blog-section-five .side-bar .news-letter .subscribe-form .form-group input:-ms-input-placeholder {
  color: var(--theme-color-dark2);
}
.blog-section-five .side-bar .news-letter .subscribe-form .form-group input::-ms-input-placeholder {
  color: var(--theme-color-dark2);
}
.blog-section-five .side-bar .news-letter .subscribe-form .form-group input::placeholder {
  color: var(--theme-color-dark2);
}
.blog-section-five .side-bar .news-letter .subscribe-form .form-group .theme-btn {
  font-size: 14px;
  color: var(--theme-color-light);
  height: 52px;
  line-height: 52px;
  background-color: #f06;
  padding: 0 37px;
  border-radius: 50px;
  display: inline-block;
}

.blog-block-five {
  margin-bottom: 62px;
}
.blog-block-five:last-child {
  margin-bottom: 73px;
}
.blog-block-five .inner-box .image-box .image img {
  border-radius: 30px;
}
.blog-block-five .inner-box .content-box {
  padding: 32px 0 0;
}
.blog-block-five .inner-box .content-box .date-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.blog-block-five .inner-box .content-box .date-box .date {
  font-size: 14px;
  color: #0C0C2D;
  border-radius: 30px;
  background: #E0E4FC;
  height: 38px;
  line-height: 38px;
  display: inline-block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 15px;
  margin-right: 10px;
}
.blog-block-five .inner-box .content-box .date-box .date i {
  position: relative;
  top: 1px;
  font-size: 18px;
  margin-right: 9px;
}
.blog-block-five .inner-box .content-box .date-box .icon {
  color: var(--theme-color-light);
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 30px;
  background: #0C0C2D;
}
.blog-block-five .inner-box .content-box .title {
  font-size: 40px;
  line-height: 60px;
  text-transform: capitalize;
  color: var(--theme-color-dark2);
  font-weight: 700;
  margin-bottom: 8px;
}
@media (max-width: 1199.98px) {
  .blog-block-five .inner-box .content-box .title {
    font-size: 32px;
    line-height: 47px;
  }
}
@media (max-width: 767.98px) {
  .blog-block-five .inner-box .content-box .title {
    font-size: 28px;
    line-height: 42px;
  }
}
.blog-block-five .inner-box .content-box .title:hover {
  color: var(--theme-color1);
}
.blog-block-five .inner-box .content-box .text {
  line-height: 28px;
  margin-bottom: 39px;
}
.blog-block-five .inner-box .content-box .blog-btn {
  font-size: 14px;
  color: var(--theme-color-light);
  height: 52px;
  line-height: 52px;
  background-color: #f06;
  padding: 0 37px;
  border-radius: 50px;
  display: inline-block;
}

/*** 

====================================================================
    blog-section-six
====================================================================

***/
.blog-section-six {
  position: relative;
  padding: 120px 0;
}
.blog-section-six .outer-box .inner-column .text.v2,
.blog-section-six .outer-box .inner-column .text.v3 {
  line-height: 28px;
}
.blog-section-six .outer-box .inner-column .text.v3 {
  margin-bottom: 28px;
}
.blog-section-six .outer-box .inner-column .list-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 38px;
}
@media (max-width: 991.98px) {
  .blog-section-six .outer-box .inner-column .list-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
@media (max-width: 991.98px) {
  .blog-section-six .outer-box .inner-column .list-box .image-box {
    margin-top: 30px;
  }
}
.blog-section-six .outer-box .inner-column .list-box .image-box .image img {
  border-radius: 30px;
}
.blog-section-six .outer-box .inner-column .list-box .list li {
  position: relative;
  color: var(--text-color);
  font-size: 16px;
  line-height: 46px;
  text-transform: capitalize;
  padding-left: 41px;
}
@media (max-width: 1199.98px) {
  .blog-section-six .outer-box .inner-column .list-box .list li {
    line-height: 27px;
    margin-bottom: 10px;
  }
}
.blog-section-six .outer-box .inner-column .list-box .list li i {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 21px;
  color: #f06;
}
.blog-section-six .outer-box .inner-column .list-box .list li i::after {
  content: "";
  position: absolute;
  bottom: 14px;
  left: -1px;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  border: 1px solid #f06;
}
@media (max-width: 1199.98px) {
  .blog-section-six .outer-box .inner-column .list-box .list li i::after {
    bottom: 6px;
  }
}
.blog-section-six .outer-box .inner-column .text-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 44px;
  margin-bottom: 41px;
}
@media (max-width: 991.98px) {
  .blog-section-six .outer-box .inner-column .text-box {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.blog-section-six .outer-box .inner-column .text-box h2 {
  font-size: 120px;
  font-weight: 800;
  line-height: 90px;
  margin-bottom: 0;
  margin-right: 45px;
}
@media (max-width: 991.98px) {
  .blog-section-six .outer-box .inner-column .text-box h2 {
    margin-top: 5px;
  }
}
.blog-section-six .outer-box .inner-column .image-column {
  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: 67px 0 51px;
}
@media (max-width: 767.98px) {
  .blog-section-six .outer-box .inner-column .image-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
.blog-section-six .outer-box .inner-column .image-column .image-box {
  position: relative;
  display: inline-block;
}
@media (max-width: 1399.98px) {
  .blog-section-six .outer-box .inner-column .image-column .image-box:first-child {
    margin-right: 30px;
  }
}
@media (max-width: 767.98px) {
  .blog-section-six .outer-box .inner-column .image-column .image-box:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.blog-section-six .outer-box .inner-column .image-column .image-box:hover .play-btn {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}
.blog-section-six .outer-box .inner-column .image-column .image-box .image img {
  border-radius: 30px;
}
.blog-section-six .outer-box .inner-column .image-column .image-box .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.8);
          transform: translate(-50%, -50%) scale(0.8);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.blog-section-six .outer-box .inner-column .image-column .image-box .play-btn i {
  font-size: 27px;
  color: var(--theme-color-light);
  width: 101px;
  height: 101px;
  line-height: 101px;
  text-align: center;
  border-radius: 50%;
  background-color: #f06;
}
.blog-section-six .outer-box .inner-column .tags {
  margin: 74px 0 64px;
}
.blog-section-six .outer-box .inner-column .tags .tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 17px 36px;
  border-radius: 40px;
  border: 3px solid #E0E4FC;
  background: var(--theme-color-light);
}
.blog-section-six .outer-box .inner-column .tags .tag-list li {
  margin-right: 10px;
}
.blog-section-six .outer-box .inner-column .tags .tag-list li:last-child {
  margin-right: 0;
}
.blog-section-six .outer-box .inner-column .tags .tag-list li span {
  color: var(--theme-color-dark2);
  font-weight: 700;
  display: inline-block;
  margin-right: 14px;
}
.blog-section-six .outer-box .inner-column .tags .tag-list li a {
  color: var(--theme-color-dark2);
  font-weight: 700;
  height: 44px;
  line-height: 44px;
  border-radius: 30px;
  background: #E0E4FC;
  padding: 0 24px;
  display: inline-block;
}
.blog-section-six .outer-box .inner-column .tags .tag-list li a:hover {
  background-color: #f06;
  color: var(--theme-color-light);
}
.blog-section-six .outer-box .inner-column .admin-box {
  margin-bottom: 59px;
}
.blog-section-six .outer-box .inner-column .admin-box .inner-box {
  position: relative;
  border-radius: 30px;
  background: #210378;
  padding: 26px 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767.98px) {
  .blog-section-six .outer-box .inner-column .admin-box .inner-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
.blog-section-six .outer-box .inner-column .admin-box .inner-box .image-box {
  display: inline-block;
  margin-right: 34px;
}
@media (max-width: 767.98px) {
  .blog-section-six .outer-box .inner-column .admin-box .inner-box .image-box {
    margin-bottom: 30px;
  }
}
.blog-section-six .outer-box .inner-column .admin-box .inner-box .image-box .image {
  width: 180px;
}
.blog-section-six .outer-box .inner-column .admin-box .inner-box .image-box .image img {
  border-radius: 30px;
}
.blog-section-six .outer-box .inner-column .admin-box .inner-box .content-box .title {
  font-size: 32px;
  color: var(--theme-color-light);
  font-weight: 700;
  margin-bottom: 28px;
}
.blog-section-six .outer-box .inner-column .admin-box .inner-box .content-box .text {
  line-height: 28px;
  color: #E0E0E0;
}
.blog-section-six .outer-box .inner-column .admin-box .inner-box .content-box .social-icon {
  position: absolute;
  top: 44px;
  right: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 991.98px) {
  .blog-section-six .outer-box .inner-column .admin-box .inner-box .content-box .social-icon {
    top: 35px;
    right: 30px;
  }
}
.blog-section-six .outer-box .inner-column .admin-box .inner-box .content-box .social-icon li {
  margin-right: 9px;
}
.blog-section-six .outer-box .inner-column .admin-box .inner-box .content-box .social-icon li:last-child {
  margin-right: 0;
}
.blog-section-six .outer-box .inner-column .admin-box .inner-box .content-box .social-icon li a {
  color: var(--theme-color-dark2);
  font-size: 18px;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  background-color: var(--theme-color-light);
  border-radius: 50%;
  display: inline-block;
}
@media (max-width: 991.98px) {
  .blog-section-six .outer-box .inner-column .admin-box .inner-box .content-box .social-icon li a {
    width: 37px;
    height: 37px;
    line-height: 37px;
  }
}
.blog-section-six .outer-box .inner-column .admin-box .inner-box .content-box .social-icon li a:hover {
  background-color: var(--theme-color3);
  color: #fff;
  border-color: transparent;
}
.blog-section-six .outer-box .inner-column .comment-sec {
  margin-bottom: 69px;
}
.blog-section-six .outer-box .inner-column .comment-sec .comments-list li {
  margin-bottom: 20px;
}
.blog-section-six .outer-box .inner-column .comment-sec .comments-list ul {
  margin-left: 124px;
  margin-top: 20px;
}
@media (max-width: 991.98px) {
  .blog-section-six .outer-box .inner-column .comment-sec .comments-list ul {
    margin-left: 0;
  }
}
.blog-section-six .outer-box .inner-column .comment-sec .box-title {
  position: relative;
  font-weight: 700;
  color: var(--theme-color-dark2);
  letter-spacing: 1px;
  text-transform: capitalize;
  padding-bottom: 3px;
  margin-bottom: 30px;
}
.blog-section-six .outer-box .inner-column .comment-sec .box-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 120px;
  height: 3px;
  background-color: #f06;
  border-radius: 5px;
}
.blog-section-six .outer-box .inner-column .comment-sec .comment-block .inner-box {
  position: relative;
  border-radius: 30px;
  background: #E0E4FC;
  padding: 29px 52px 33px 140px;
  margin-left: 44px;
}
@media (max-width: 767.98px) {
  .blog-section-six .outer-box .inner-column .comment-sec .comment-block .inner-box {
    padding-left: 105px;
  }
}
.blog-section-six .outer-box .inner-column .comment-sec .comment-block .inner-box .image-box {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -44px;
}
.blog-section-six .outer-box .inner-column .comment-sec .comment-block .inner-box .image-box img {
  border-radius: 50%;
}
.blog-section-six .outer-box .inner-column .comment-sec .comment-block .inner-box .content-box .title {
  font-size: 28px;
  font-weight: 700;
  color: var(--theme-color-dark2);
  text-transform: capitalize;
  margin-bottom: -2px;
}
.blog-section-six .outer-box .inner-column .comment-sec .comment-block .inner-box .content-box .text {
  line-height: 28px;
  color: #444;
}
.blog-section-six .outer-box .inner-column .comment-sec .comment-block .inner-box .content-box .reply-btn {
  position: absolute;
  top: 10px;
  right: 11px;
  font-size: 14px;
  font-weight: 700;
  color: var(--theme-color-dark2);
  height: 37px;
  line-height: 37px;
  padding: 0 19px;
  border-radius: 50px;
  background-color: var(--theme-color-light);
}
.blog-section-six .outer-box .inner-column .comment-sec .comment-block .inner-box .content-box .reply-btn:hover {
  background-color: #f06;
  color: var(--theme-color-light);
}
.blog-section-six .outer-box .inner-column .comment-sec .inner-box.active {
  margin-left: 124px;
  margin-top: 20px;
}
.blog-section-six .outer-box .inner-column .form-column .inner-column .box-title {
  position: relative;
  font-weight: 700;
  color: var(--theme-color-dark2);
  letter-spacing: 1px;
  text-transform: capitalize;
  padding-bottom: 3px;
  margin-bottom: 36px;
}
.blog-section-six .outer-box .inner-column .form-column .inner-column .box-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 120px;
  height: 3px;
  background-color: #f06;
  border-radius: 5px;
}
.blog-section-six .outer-box .inner-column .form-column .inner-column .form-group {
  margin-bottom: 20px;
}
.blog-section-six .outer-box .inner-column .form-column .inner-column .form-group .input-outer input,
.blog-section-six .outer-box .inner-column .form-column .inner-column .form-group .input-outer textarea {
  border-radius: 30px;
  border: 2px solid #E0E4FC;
  background: var(--theme-color-light);
  height: 60px;
  padding: 0 33px;
  color: #444;
  text-transform: capitalize;
  width: 100%;
}
.blog-section-six .outer-box .inner-column .form-column .inner-column .form-group .input-outer input::-webkit-input-placeholder, .blog-section-six .outer-box .inner-column .form-column .inner-column .form-group .input-outer textarea::-webkit-input-placeholder {
  color: #444;
}
.blog-section-six .outer-box .inner-column .form-column .inner-column .form-group .input-outer input::-moz-placeholder, .blog-section-six .outer-box .inner-column .form-column .inner-column .form-group .input-outer textarea::-moz-placeholder {
  color: #444;
}
.blog-section-six .outer-box .inner-column .form-column .inner-column .form-group .input-outer input:-ms-input-placeholder, .blog-section-six .outer-box .inner-column .form-column .inner-column .form-group .input-outer textarea:-ms-input-placeholder {
  color: #444;
}
.blog-section-six .outer-box .inner-column .form-column .inner-column .form-group .input-outer input::-ms-input-placeholder, .blog-section-six .outer-box .inner-column .form-column .inner-column .form-group .input-outer textarea::-ms-input-placeholder {
  color: #444;
}
.blog-section-six .outer-box .inner-column .form-column .inner-column .form-group .input-outer input::placeholder,
.blog-section-six .outer-box .inner-column .form-column .inner-column .form-group .input-outer textarea::placeholder {
  color: #444;
}
.blog-section-six .outer-box .inner-column .form-column .inner-column .form-group .input-outer textarea {
  height: 150px;
  padding-top: 13px;
}
.blog-section-six .outer-box .inner-column .form-column .inner-column .form-group .theme-btn {
  font-size: 14px;
  font-weight: 500;
  height: 52px;
  line-height: 52px;
  padding: 0 48px;
  border-radius: 50px;
}

.blog-block-six {
  margin-bottom: 62px;
}
.blog-block-six:last-child {
  margin-bottom: 73px;
}
.blog-block-six .inner-box .image-box .image img {
  border-radius: 30px;
}
.blog-block-six .inner-box .content-box {
  padding: 32px 0 0;
}
.blog-block-six .inner-box .content-box .date-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
}
@media (max-width: 991.98px) {
  .blog-block-six .inner-box .content-box .date-box {
    margin-bottom: 15px;
  }
}
.blog-block-six .inner-box .content-box .date-box .date {
  font-size: 14px;
  color: #0C0C2D;
  border-radius: 30px;
  background: #E0E4FC;
  height: 38px;
  line-height: 38px;
  display: inline-block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 15px;
  margin-right: 10px;
}
.blog-block-six .inner-box .content-box .date-box .date i {
  position: relative;
  top: 1px;
  font-size: 18px;
  margin-right: 9px;
}
.blog-block-six .inner-box .content-box .date-box .icon {
  color: var(--theme-color-light);
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 30px;
  background: #0C0C2D;
}
.blog-block-six .inner-box .content-box .title {
  font-size: 45px;
  line-height: 64px;
  text-transform: capitalize;
  color: var(--theme-color-dark2);
  font-weight: 700;
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  .blog-block-six .inner-box .content-box .title {
    font-size: 37px;
    line-height: 43px;
  }
}
@media (max-width: 767.98px) {
  .blog-block-six .inner-box .content-box .title {
    font-size: 28px;
    line-height: 43px;
  }
}
.blog-block-six .inner-box .content-box .text {
  line-height: 28px;
  margin-bottom: 28px;
}
.blog-block-six .inner-box .content-box .blog-btn {
  font-size: 14px;
  color: var(--theme-color-light);
  height: 52px;
  line-height: 52px;
  background-color: #f06;
  padding: 0 37px;
  border-radius: 50px;
  display: inline-block;
}

@media only screen and (max-width: 577px) {
  .blog-block-five .inner-box .content-box .title {
    font-size: 26px;
    line-height: 38px;
  }
  .blog-section-five .side-bar .news-box .news-block .content-box .title {
    font-size: 19px;
  }
  .blog-block-six .inner-box .content-box .title {
    font-size: 26px;
    line-height: 36px;
  }
  .blog-section-six .outer-box .inner-column .comment-sec .comment-block .inner-box .image-box {
    position: static;
    -webkit-transform: unset;
            transform: unset;
    margin-bottom: 20px;
  }
  .blog-section-six .outer-box .inner-column .comment-sec .comment-block .inner-box {
    margin-left: 0;
    padding-left: 40px;
  }
  .blog-section-six .outer-box .inner-column .tags .tag-list {
    padding: 17px 20px;
  }
  .blog-section-six .outer-box .inner-column .tags .tag-list {
    padding: 0;
    border: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .blog-section-six .outer-box .inner-column .tags .tag-list li {
    margin-bottom: 10px;
  }
  .blog-section-six .outer-box .inner-column .admin-box .inner-box {
    padding: 40px 36px;
  }
}
@media only screen and (max-width: 480px) {
  .blog-section-five .side-bar .news-box .news-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .blog-section-five .side-bar .news-box .news-block .content-box {
    margin: 20px 0 20px;
  }
  .blog-section-six .outer-box .inner-column .text-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .blog-section-six .outer-box .inner-column .text-box h2 {
    margin: 0 0 30px;
  }
  .blog-section-six .outer-box .inner-column .admin-box .inner-box .content-box .social-icon {
    position: static;
    margin-top: 15px;
  }
  .blog-section-six .outer-box .inner-column .comment-sec .comment-block .inner-box {
    padding-left: 33px;
    padding-right: 33px;
  }
  .blog-block-five .inner-box .content-box .title {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 30px;
  }
  .blog-block-six .inner-box .content-box .title {
    font-size: 21px;
    line-height: 30px;
  }
  .blog-section-six .outer-box .inner-column .tags .tag-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .blog-section-six .outer-box .inner-column .tags .tag-list li a {
    width: 100%;
  }
  .blog-section-six .outer-box .inner-column .tags .tag-list li {
    width: 100%;
  }
  .blog-section-six .outer-box .inner-column .admin-box .inner-box .content-box .title {
    font-size: 25px;
    margin-bottom: 6px;
  }
  .blog-section-six .outer-box .inner-column .comment-sec .comment-block .inner-box .content-box .title {
    font-size: 23px;
  }
}
/*** 

====================================================================
    why-choose-us-section
====================================================================

***/
.main-section-two {
  position: relative;
  padding: 322px 0 0;
  background-image: url(../images/background/unicon.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -11;
}
@media (max-width: 1199.98px) {
  .main-section-two {
    background-image: unset;
    background-color: #E0E4FC;
    padding: 120px 0;
  }
}
@media (max-width: 767.98px) {
  .main-section-two .sec-title-two {
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .main-section-two .sec-title-two h2 {
    font-size: 32px;
  }
}
.main-section-two .why-choose-us-section {
  padding-bottom: 69px;
}
.main-section-two .why-choose-us-section .sec-title-two .sub-title {
  line-height: 25px;
  margin-bottom: 10px;
}
.main-section-two .why-choose-us-section .content-box {
  margin-top: 47px;
}
.main-section-two .why-choose-us-section .content-box .text {
  line-height: 30px;
}
@media (max-width: 767.98px) {
  .main-section-two .why-choose-us-section .content-box {
    margin-bottom: 45px;
  }
}
.main-section-two .why-choose-us-section .content-box-two {
  text-align: center;
  margin-top: 73px;
}
.main-section-two .why-choose-us-section .content-box-two .rating-sec .rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main-section-two .why-choose-us-section .content-box-two .rating-sec .rating li {
  margin-right: 7px;
}
.main-section-two .why-choose-us-section .content-box-two .rating-sec .rating li:last-child {
  margin-right: 0;
}
.main-section-two .why-choose-us-section .content-box-two .rating-sec .rating li i {
  color: var(--theme-color3);
}
.main-section-two .why-choose-us-section .content-box-two .rating-sec .rating li span {
  color: var(--theme-color-dark2);
  font-weight: 700;
  font-size: 14px;
  display: inline-block;
  line-height: 30px;
  margin-left: 6px;
}
.main-section-two .why-choose-us-section .content-box-two .rating-sec .choose-btn {
  font-size: 14px;
  font-weight: 500;
  height: 52px;
  line-height: 52px;
  display: inline-block;
  padding: 0 46px;
  border-radius: 30px;
  background: var(--theme-color3);
  text-align: center;
  color: var(--theme-color-light);
  -webkit-box-shadow: 0px 0px 30px 0px rgba(255, 124, 42, 0.3);
          box-shadow: 0px 0px 30px 0px rgba(255, 124, 42, 0.3);
  margin-top: 27px;
}
.main-section-two .why-choose-us-section .content-box-two .rating-sec .choose-btn:hover {
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

.choose-block {
  position: relative;
  text-align: center;
  background-color: var(--theme-color-light);
  border-radius: 30px;
  padding: 35px 40px 41px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 45px;
}
.choose-block::before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 366px;
  height: 212px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 30px;
  z-index: -1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1199.98px) {
  .choose-block::before {
    display: none;
  }
}
.choose-block:hover {
  background-color: var(--theme-color4);
}
.choose-block:hover::before {
  background-color: rgba(82, 36, 181, 0.5);
}
.choose-block:hover .icon-box::before {
  background-color: rgba(255, 255, 255, 0.1);
}
.choose-block:hover .icon-box i {
  color: var(--theme-color-light);
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.choose-block:hover .title {
  color: var(--theme-color-light);
}
.choose-block .icon-box {
  display: inline-block;
  position: relative;
  margin-top: 14px;
  margin-bottom: 28px;
}
.choose-block .icon-box::before {
  content: "";
  position: absolute;
  top: -14px;
  right: -19px;
  width: 51px;
  height: 51px;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: rgba(82, 36, 181, 0.1);
}
.choose-block .icon-box i {
  font-size: 90px;
  line-height: 90px;
  color: var(--theme-color4);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
}
.choose-block .title {
  font-weight: 600;
  color: var(--theme-color-dark2);
  margin-bottom: 0;
}

@media only screen and (max-width: 577px) {
  .main-section-two .sec-title-two h2 {
    line-height: 40px;
  }
  .main-section-two .sec-title-two .sub-title {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 481px) {
  .main-section-two .why-choose-us-section .content-box-two {
    margin-top: 40px;
  }
}
/*** 

====================================================================
    contact-us-section
====================================================================

***/
.contact-us-section {
  position: relative;
  padding: 120px 0;
}
@media (max-width: 991.98px) {
  .contact-us-section {
    padding-bottom: 80px;
  }
}
.contact-us-section .outer-box {
  position: relative;
  border-radius: 50px;
  background: #F8F8F8;
  padding: 94px 99px 84px 54px;
  margin-bottom: 44px;
}
@media (max-width: 767.98px) {
  .contact-us-section .outer-box {
    padding: 94px 50px 84px 50px;
  }
}
.contact-us-section .outer-box::before {
  content: "";
  position: absolute;
  bottom: -44px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1092px;
  height: 722px;
  border-radius: 50px;
  background: rgba(248, 248, 248, 0.5);
  z-index: -1;
}
.contact-us-section .input-form-column .sec-title-three {
  margin-top: 0;
}
.contact-us-section .input-form-column .sec-title-three h3 {
  font-size: 40px;
  font-weight: 700;
  color: var(--theme-color-dark2);
  text-transform: capitalize;
  margin-bottom: 0;
}
.contact-us-section .input-form-column .sec-title-three .text {
  margin-top: 7px;
}
.contact-us-section .input-form-column .subscribe-form .form-group {
  margin-bottom: 20px;
}
.contact-us-section .input-form-column .subscribe-form .form-group input,
.contact-us-section .input-form-column .subscribe-form .form-group textarea {
  width: 100%;
  border-radius: 30px;
  border: 2px solid #E0E4FC;
  background: var(--theme-color-light);
  height: 60px;
  padding: 0 32px;
  color: #444;
}
.contact-us-section .input-form-column .subscribe-form .form-group input::-webkit-input-placeholder, .contact-us-section .input-form-column .subscribe-form .form-group textarea::-webkit-input-placeholder {
  color: #444;
}
.contact-us-section .input-form-column .subscribe-form .form-group input::-moz-placeholder, .contact-us-section .input-form-column .subscribe-form .form-group textarea::-moz-placeholder {
  color: #444;
}
.contact-us-section .input-form-column .subscribe-form .form-group input:-ms-input-placeholder, .contact-us-section .input-form-column .subscribe-form .form-group textarea:-ms-input-placeholder {
  color: #444;
}
.contact-us-section .input-form-column .subscribe-form .form-group input::-ms-input-placeholder, .contact-us-section .input-form-column .subscribe-form .form-group textarea::-ms-input-placeholder {
  color: #444;
}
.contact-us-section .input-form-column .subscribe-form .form-group input::placeholder,
.contact-us-section .input-form-column .subscribe-form .form-group textarea::placeholder {
  color: #444;
}
.contact-us-section .input-form-column .subscribe-form .form-group textarea {
  height: 230px;
  padding-top: 18px;
}
.contact-us-section .input-form-column .subscribe-form .form-group .theme-btn {
  font-size: 14px;
  font-weight: 500;
  color: var(--theme-color-light);
  height: 52px;
  line-height: 52px;
  display: inline-block;
  border-radius: 30px;
  padding: 0 45px;
  background: #F06;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(255, 0, 102, 0.3);
          box-shadow: 0px 0px 30px 0px rgba(255, 0, 102, 0.3);
  margin-top: 23px;
}
.contact-us-section .input-form-column .subscribe-form .form-group .theme-btn:hover {
  -webkit-box-shadow: unset;
          box-shadow: unset;
}
@media (max-width: 1199.98px) {
  .contact-us-section .image-box {
    display: none;
  }
}
.contact-us-section .image-box .image img {
  width: 100%;
}

/*** 

====================================================================
   contact-us-section-two
====================================================================

***/
.contact-us-section-two {
  position: relative;
  padding: 120px 0 100px;
}
.contact-us-section-two .contact-heading {
  margin-bottom: 87px;
}
.contact-us-section-two .contact-heading .sub-title {
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: var(--text-color);
  margin-bottom: 10px;
  display: inline-block;
}
.contact-us-section-two .contact-heading h2 {
  font-size: 50px;
  font-weight: 700;
  color: #0C0C2D;
  line-height: normal;
  text-transform: capitalize;
}
@media (max-width: 1199.98px) {
  .contact-us-section-two .contact-heading h2 {
    font-size: 42px;
  }
}
@media (max-width: 991.98px) {
  .contact-us-section-two .contact-heading h2 {
    font-size: 36px;
  }
}
@media (max-width: 767.98px) {
  .contact-us-section-two .contact-heading h2 {
    font-size: 28px;
  }
}
@media (max-width: 991.98px) {
  .contact-us-section-two .input-form-column {
    margin-bottom: 50px;
  }
}
.contact-us-section-two .input-form-column .sec-title-three {
  margin-top: 0;
  margin-bottom: 42px;
}
.contact-us-section-two .input-form-column .sec-title-three h4 {
  position: relative;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 0;
  color: #0C0C2D;
  padding-bottom: 7px;
}
.contact-us-section-two .input-form-column .sec-title-three h4::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 96px;
  height: 2px;
  background-color: #f06;
}
.contact-us-section-two .input-form-column .subscribe-form .form-group {
  margin-bottom: 20px;
}
.contact-us-section-two .input-form-column .subscribe-form .form-group input,
.contact-us-section-two .input-form-column .subscribe-form .form-group textarea {
  width: 100%;
  border-radius: 30px;
  border: 2px solid #E0E4FC;
  background: var(--theme-color-light);
  height: 60px;
  padding: 0 32px;
  color: #444;
}
.contact-us-section-two .input-form-column .subscribe-form .form-group input::-webkit-input-placeholder, .contact-us-section-two .input-form-column .subscribe-form .form-group textarea::-webkit-input-placeholder {
  color: #444;
}
.contact-us-section-two .input-form-column .subscribe-form .form-group input::-moz-placeholder, .contact-us-section-two .input-form-column .subscribe-form .form-group textarea::-moz-placeholder {
  color: #444;
}
.contact-us-section-two .input-form-column .subscribe-form .form-group input:-ms-input-placeholder, .contact-us-section-two .input-form-column .subscribe-form .form-group textarea:-ms-input-placeholder {
  color: #444;
}
.contact-us-section-two .input-form-column .subscribe-form .form-group input::-ms-input-placeholder, .contact-us-section-two .input-form-column .subscribe-form .form-group textarea::-ms-input-placeholder {
  color: #444;
}
.contact-us-section-two .input-form-column .subscribe-form .form-group input::placeholder,
.contact-us-section-two .input-form-column .subscribe-form .form-group textarea::placeholder {
  color: #444;
}
.contact-us-section-two .input-form-column .subscribe-form .form-group textarea {
  height: 230px;
  padding-top: 18px;
}
.contact-us-section-two .input-form-column .subscribe-form .form-group .theme-btn {
  font-size: 14px;
  font-weight: 500;
  color: var(--theme-color-light);
  height: 52px;
  line-height: 52px;
  display: inline-block;
  border-radius: 30px;
  padding: 0 45px;
  background: #F06;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(255, 0, 102, 0.3);
          box-shadow: 0px 0px 30px 0px rgba(255, 0, 102, 0.3);
  margin-top: 23px;
}
.contact-us-section-two .input-form-column .subscribe-form .form-group .theme-btn:hover {
  -webkit-box-shadow: unset;
          box-shadow: unset;
}
.contact-us-section-two .contact-info-vv3 {
  margin-top: 15px;
  margin-left: 85px;
}
@media (max-width: 1399.98px) {
  .contact-us-section-two .contact-info-vv3 {
    margin-left: 40px;
    margin-right: 60px;
  }
}
@media (max-width: 991.98px) {
  .contact-us-section-two .contact-info-vv3 {
    margin: 0;
  }
}

/*** 

====================================================================
    contact-us-section-three
====================================================================

***/
.contact-section-three {
  position: relative;
  padding: 120px 0;
}
.contact-section-three .outer-box {
  position: relative;
  border-radius: 30px;
  background: #E0E4FC;
  padding: 42px 41px 74px;
  margin-bottom: 39px;
}
@media (max-width: 1199.98px) {
  .contact-section-three .outer-box {
    padding: 40px 20px 74px;
  }
}
.contact-section-three .outer-box::before {
  content: "";
  position: absolute;
  bottom: -39px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1164px;
  height: 940px;
  border-radius: 30px;
  background: rgba(224, 228, 252, 0.5);
  z-index: -1;
}
.contact-section-three .profile-box .inner-box {
  border-radius: 30px;
  background: #FFF;
  padding: 32px 30px 49px 45px;
  text-align: center;
  margin-right: 27px;
}
@media (max-width: 1199.98px) {
  .contact-section-three .profile-box .inner-box {
    padding: 32px 30px 32px 30px;
  }
}
@media (max-width: 991.98px) {
  .contact-section-three .profile-box .inner-box {
    margin-right: 0;
  }
}
.contact-section-three .profile-box .inner-box .btn-box {
  margin-top: 38px;
}
.contact-section-three .profile-box .inner-box .btn-box .uplode-btn {
  font-size: 14px;
  font-weight: 500;
  color: var(--theme-color-light);
  height: 52px;
  line-height: 52px;
  border-radius: 30px;
  background: #F06;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(255, 0, 102, 0.3);
          box-shadow: 0px 0px 30px 0px rgba(255, 0, 102, 0.3);
  display: inline-block;
  width: 100%;
  text-align: center;
}
.contact-section-three .profile-box .inner-box .btn-box .uplode-btn:hover {
  -webkit-box-shadow: unset;
          box-shadow: unset;
}
.contact-section-three .profile-box .inner-box .btn-box .uplode-btn.two {
  background: #767676;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
  margin-top: 13px;
}
.contact-section-three .profile-box .inner-box .btn-box .uplode-btn.two:hover {
  -webkit-box-shadow: unset;
          box-shadow: unset;
}
.contact-section-three .input-column {
  margin-top: 28px;
}
.contact-section-three .input-column .sec-title-three {
  margin-top: 0;
  margin-bottom: 22px;
}
.contact-section-three .input-column .sec-title-three h4 {
  position: relative;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 0;
  color: var(--theme-color-dark2);
  padding-bottom: 7px;
  text-decoration-line: underline;
}
.contact-section-three .input-column .subscribe-form .form-group {
  margin-bottom: 18px;
}
.contact-section-three .input-column .subscribe-form .form-group input,
.contact-section-three .input-column .subscribe-form .form-group textarea {
  width: 100%;
  border-radius: 30px;
  border: 1px solid #BBC5FF;
  background: var(--theme-color-light);
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.25);
  height: 62px;
  padding: 0 35px;
  font-size: 14px;
  color: var(--text-color);
}
.contact-section-three .input-column .subscribe-form .form-group input::-webkit-input-placeholder, .contact-section-three .input-column .subscribe-form .form-group textarea::-webkit-input-placeholder {
  color: var(--text-color);
}
.contact-section-three .input-column .subscribe-form .form-group input::-moz-placeholder, .contact-section-three .input-column .subscribe-form .form-group textarea::-moz-placeholder {
  color: var(--text-color);
}
.contact-section-three .input-column .subscribe-form .form-group input:-ms-input-placeholder, .contact-section-three .input-column .subscribe-form .form-group textarea:-ms-input-placeholder {
  color: var(--text-color);
}
.contact-section-three .input-column .subscribe-form .form-group input::-ms-input-placeholder, .contact-section-three .input-column .subscribe-form .form-group textarea::-ms-input-placeholder {
  color: var(--text-color);
}
.contact-section-three .input-column .subscribe-form .form-group input::placeholder,
.contact-section-three .input-column .subscribe-form .form-group textarea::placeholder {
  color: var(--text-color);
}
.contact-section-three .input-column .subscribe-form .form-group textarea {
  height: 160px;
  padding-top: 17px;
}
.contact-section-three .input-column .subscribe-form .form-group .theme-btn {
  font-size: 14px;
  font-weight: 500;
  color: var(--theme-color-light);
  height: 52px;
  line-height: 52px;
  display: inline-block;
  border-radius: 30px;
  padding: 0 45px;
  background: #F06;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(255, 0, 102, 0.3);
          box-shadow: 0px 0px 30px 0px rgba(255, 0, 102, 0.3);
  margin-top: 23px;
}
.contact-section-three .input-column .subscribe-form .form-group .theme-btn:hover {
  -webkit-box-shadow: unset;
          box-shadow: unset;
}
.contact-section-three .input-column .social-sec {
  margin-top: 32px;
}
.contact-section-three .input-column .social-sec .social-iocns li {
  margin-bottom: 20px;
}
.contact-section-three .input-column .social-sec .social-iocns li:last-child {
  margin-bottom: 0;
}
.contact-section-three .input-column .social-sec .social-iocns li span {
  background-color: var(--theme-color-light);
  display: inline-block;
  padding: 6px 7px;
  border-radius: 30px;
  border: 1px solid #BBC5FF;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.25);
  display: inline-block;
  width: 380px;
}
@media (max-width: 1199.98px) {
  .contact-section-three .input-column .social-sec .social-iocns li span {
    width: 338px;
  }
}
@media (max-width: 767.98px) {
  .contact-section-three .input-column .social-sec .social-iocns li span {
    width: 100%;
  }
}
.contact-section-three .input-column .social-sec .social-iocns li span i {
  font-size: 18px;
  color: var(--theme-color-dark2);
  width: 50px;
  height: 50px;
  background-color: #E0E4FC;
  text-align: center;
  border-radius: 50%;
  line-height: 50px;
  margin-right: 11px;
}
.contact-section-three .input-column .social-sec .social-iocns li .social-btn {
  font-size: 14px;
  color: var(--theme-color-light);
  font-weight: 500;
  border-radius: 30px;
  height: 46px;
  line-height: 46px;
  padding: 0 30px;
  background: #21067F;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(34, 5, 126, 0.2);
          box-shadow: 0px 0px 30px 0px rgba(34, 5, 126, 0.2);
  display: inline-block;
  margin-left: 23px;
  width: 245px;
}
@media (max-width: 767.98px) {
  .contact-section-three .input-column .social-sec .social-iocns li .social-btn {
    margin-left: 0;
    margin-top: 20px;
  }
}
.contact-section-three .input-column .social-sec .social-iocns li .social-btn:hover {
  background-color: var(--theme-color3);
  color: #fff;
}
.contact-section-three .input-column .social-sec .btn-box {
  margin-top: 36px;
}
.contact-section-three .input-column .social-sec .btn-box .uplode-btn {
  font-size: 14px;
  font-weight: 500;
  color: var(--theme-color-light);
  height: 52px;
  line-height: 52px;
  border-radius: 30px;
  background: #F06;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(255, 0, 102, 0.3);
          box-shadow: 0px 0px 30px 0px rgba(255, 0, 102, 0.3);
  display: inline-block;
  text-align: center;
  padding: 0 44px;
}
.contact-section-three .input-column .social-sec .btn-box .uplode-btn:hover {
  -webkit-box-shadow: unset;
          box-shadow: unset;
}
.contact-section-three .input-column .social-sec .btn-box .uplode-btn.two {
  background: #767676;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
}
.contact-section-three .input-column .social-sec .btn-box .uplode-btn.two:hover {
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

.contact-info-section {
  position: relative;
  padding: 120px 0;
}

.contact-info-three {
  position: relative;
  border-radius: 50px;
  border: 3px solid #D9D9D9;
  padding: 53px 57px 30px;
  margin-top: 35px;
}
@media (max-width: 1399.98px) {
  .contact-info-three {
    padding: 53px 35px 30px;
  }
}
@media (max-width: 1399.98px) {
  .contact-info-three {
    padding: 53px 17px 30px;
    border-radius: 25px;
  }
}
@media (max-width: 991.98px) {
  .contact-info-three {
    margin-bottom: 30px;
  }
}
.contact-info-three .icon-box {
  position: absolute;
  top: -38px;
  left: 58px;
  background-color: #f06;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 50%;
  -webkit-filter: drop-shadow(0px 4px 30px rgba(255, 0, 102, 0.3));
          filter: drop-shadow(0px 4px 30px rgba(255, 0, 102, 0.3));
}
.contact-info-three .icon-box i {
  font-size: 18px;
  color: var(--theme-color-light);
}
@media (max-width: 1199.98px) {
  .contact-info-three .icon-box {
    left: 20px;
  }
}
.contact-info-three .content-box .title {
  font-weight: 500;
  color: #0C0C2D;
  margin-bottom: 25px;
}
.contact-info-three .content-box span,
.contact-info-three .content-box small {
  font-size: 16px;
  display: block;
  line-height: 32px;
  color: var(--theme-color-dark2);
}

.contact-info-block-four {
  margin-bottom: 30px;
}
.contact-info-block-four .inner-box {
  position: relative;
  border-radius: 50px;
  background: #E0E4FC;
  padding: 56px 41px 51px;
}
.contact-info-block-four .inner-box .icon-box {
  position: absolute;
  top: 9px;
  right: 10px;
  background-color: #f06;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 50%;
  -webkit-filter: drop-shadow(0px 4px 30px rgba(255, 0, 102, 0.3));
          filter: drop-shadow(0px 4px 30px rgba(255, 0, 102, 0.3));
}
.contact-info-block-four .inner-box .icon-box i {
  font-size: 18px;
  color: var(--theme-color-light);
}
.contact-info-block-four .inner-box .content-box .title {
  font-weight: 500;
  color: #0C0C2D;
  margin-bottom: 18px;
}
.contact-info-block-four .inner-box .content-box span {
  font-size: 16px;
  display: block;
  line-height: 32px;
  color: var(--theme-color-dark2);
}
.contact-info-block-four .inner-box.active {
  margin-right: -50px;
  margin-left: 50px;
}
@media (max-width: 991.98px) {
  .contact-info-block-four .inner-box.active {
    margin: 0;
  }
}

@media only screen and (max-width: 577px) {
  .contact-us-section .outer-box {
    padding: 50px 35px 50px 35px;
  }
}
@media only screen and (max-width: 480px) {
  .contact-info-section {
    padding-bottom: 80px;
  }
  .contact-us-section .input-form-column .sec-title-three h3 {
    font-size: 27px;
  }
  .contact-us-section .outer-box {
    padding: 50px 20px 50px 20px;
  }
  .contact-us-section .input-form-column .subscribe-form .form-group textarea {
    height: 170px;
  }
  .contact-us-section {
    padding-bottom: 80px;
  }
  .contact-us-section-two .contact-heading h2 {
    font-size: 24px;
  }
  .contact-section-three .input-column .sec-title-three h4 {
    font-size: 21px;
  }
  .contact-section-three .input-column .social-sec .btn-box .uplode-btn {
    width: 100%;
    margin-top: 10px;
  }
  .contact-section-three .outer-box {
    padding-bottom: 45px;
  }
  .contact-us-section-two .input-form-column .sec-title-three h4 {
    font-size: 21px;
  }
  .contact-info-block-four .inner-box .content-box .title {
    margin-bottom: 7px;
  }
}
/*** 

====================================================================
    crypto-section
====================================================================

***/
.crypto-section {
  position: relative;
  padding: 100px 0 120px;
}
@media (max-width: 1199.98px) {
  .crypto-section {
    padding-top: 50px;
  }
}
.crypto-section .outer-box {
  text-align: center;
}
.crypto-section .outer-box .sec-title-three {
  margin-top: 0;
  margin-bottom: 0;
}
.crypto-section .outer-box .sec-title-three img {
  margin-bottom: -19px;
  position: relative;
  z-index: -1;
}
.crypto-section .outer-box .sec-title-three .sub-title {
  display: block;
  text-transform: uppercase;
}
@media (max-width: 1199.98px) {
  .crypto-section .outer-box .sec-title-three .sub-title {
    margin-bottom: 20px;
  }
}
.crypto-section .outer-box .sec-title-three .sub-title::before {
  display: none;
}
.crypto-section .outer-box .sec-title-three h2 {
  margin-bottom: 46px;
}
@media (max-width: 1199.98px) {
  .crypto-section .outer-box .sec-title-three h2 {
    line-height: 55px;
  }
}
@media (max-width: 767.98px) {
  .crypto-section .outer-box .sec-title-three h2 {
    line-height: 47px;
    font-size: 32px;
  }
}
.crypto-section .outer-box .sec-title-three .crypto-btn {
  font-size: 14px;
  font-weight: 500;
  color: var(--theme-color-light);
  height: 52px;
  line-height: 52px;
  display: inline-block;
  border-radius: 30px;
  padding: 0 45px;
  background: #F06;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(255, 0, 102, 0.3);
          box-shadow: 0px 0px 30px 0px rgba(255, 0, 102, 0.3);
}
.crypto-section .outer-box .sec-title-three .crypto-btn:hover {
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

@media only screen and (max-width: 577px) {
  .crypto-section .outer-box .sec-title-three h2 {
    font-size: 27px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .crypto-section .outer-box .sec-title-three .sub-title {
    font-size: 16px;
    line-height: 26px;
  }
  .crypto-section .outer-box .sec-title-three h2 {
    font-size: 24px;
    line-height: 34px;
  }
}
/*** 

====================================================================
    review-section
====================================================================

***/
.review-section {
  position: relative;
  padding: 120px 0 149px;
}
.review-section .pagination.v2 {
  margin-top: 19px;
}
.review-section .pagination.v2 .page-item .page-link:hover {
  background: #FF7C2A;
  border-color: #FF7C2A;
  color: var(--theme-color-light);
  background-color: #FF7C2A;
}
.review-section .pagination.v2 .page-item .page-link.current {
  border-color: #FF7C2A;
  background-color: #FF7C2A;
  color: var(--theme-color-light);
}

.review-block {
  margin-bottom: 15px;
}
.review-block .inner-box {
  border-radius: 50px;
  background: #E0E4FC;
  padding: 73px 20px 20px;
}
.review-block .inner-box .content-box {
  padding: 0 36px 40px;
}
@media (max-width: 1199.98px) {
  .review-block .inner-box .content-box {
    padding: 0 25px 40px;
  }
}
.review-block .inner-box .content-box .rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 49px;
}
.review-block .inner-box .content-box .rating li {
  font-size: 30px;
  color: #FF7C2A;
  margin-right: 11px;
}
.review-block .inner-box .content-box .rating li:last-child {
  margin-right: 0;
}
.review-block .inner-box .content-box .text {
  font-size: 22px;
  line-height: 50px;
}
.review-block .inner-box .auther-info {
  background-color: var(--theme-color-light);
  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;
  border-radius: 80px;
  padding-left: 37px;
}
.review-block .inner-box .auther-info .info-box .name {
  font-size: 26px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 3px;
}
@media (max-width: 1199.98px) {
  .review-block .inner-box .auther-info .info-box .name {
    font-size: 24px;
  }
}
.review-block .inner-box .auther-info .info-box .designation {
  font-weight: 700;
  color: #999;
}
.review-block .inner-box .auther-info img {
  border-radius: 50%;
}

@media only screen and (max-width: 480px) {
  .review-block .inner-box .content-box {
    padding: 0 0 40px;
  }
  .review-block .inner-box .content-box .rating li {
    font-size: 20px;
    margin-right: 5px;
  }
  .review-block .inner-box .content-box .rating {
    margin-bottom: 10px;
  }
  .review-block .inner-box {
    padding: 35px 20px 20px;
  }
  .review-block .inner-box .content-box .text {
    font-size: 16px;
    line-height: 33px;
  }
  .review-block .inner-box .auther-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .review-block .inner-box .auther-info {
    border-radius: 20px;
    padding: 20px;
  }
  .review-block .inner-box .auther-info .info-box .name {
    font-size: 20px;
  }
  .review-block .inner-box .auther-info .info-box .designation {
    font-size: 14px;
  }
  .review-block .inner-box .auther-info .info-box {
    margin-bottom: 20px;
  }
}
/*** 

====================================================================
    login-section
====================================================================

***/
.login-section {
  position: relative;
  padding: 120px 0;
}
.login-section .outer-box {
  position: relative;
  padding: 60px 30px 0;
}
.login-section .outer-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 472px;
  border-radius: 50px;
  background: #E0E4FC;
  z-index: -1;
}
.login-section .heading-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 55px;
}
@media (max-width: 991.98px) {
  .login-section .heading-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
.login-section .heading-section .title {
  font-weight: 500;
  color: var(--theme-color-dark2);
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .login-section .heading-section .title {
    margin-bottom: 20px;
  }
}
.login-section .heading-section .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767.98px) {
  .login-section .heading-section .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
.login-section .heading-section .list li {
  border-radius: 40px;
  background: #FFF;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
  padding: 17px 51px 15px 36px;
  margin-right: 17px;
}
@media (max-width: 1199.98px) {
  .login-section .heading-section .list li {
    padding: 12px 17px;
  }
}
.login-section .heading-section .list li:last-child {
  margin-right: 0;
}
@media (max-width: 767.98px) {
  .login-section .heading-section .list li:last-child {
    margin-top: 20px;
  }
}
.login-section .heading-section .list li a {
  font-size: 14px;
  font-weight: 500;
}
.login-section .heading-section .list li a img {
  margin-right: 13px;
}
.login-section .input-column .inner-column {
  position: relative;
  border-radius: 50px;
  background: var(--theme-color-light);
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 46px 35px 50px;
}
.login-section .input-column .inner-column .icon-box {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #E0E4FC;
  border-radius: 50px;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
}
.login-section .input-column .inner-column .icon-box i {
  font-size: 43px;
  color: rgb(33, 3, 120);
}
.login-section .input-column .inner-column .sec-title-three {
  margin-top: 0;
}
.login-section .input-column .inner-column .sec-title-three h4 {
  font-size: 30px;
  font-weight: 700;
}
.login-section .input-column .inner-column .subscribe-form .form-group input {
  height: 62px;
  border-radius: 30px;
  border: 1px solid #BBC5FF;
  background: var(--theme-color-light);
  width: 100%;
  padding: 0 45px;
  font-size: 14px;
  color: var(--text-color);
  margin-bottom: 21px;
}
.login-section .input-column .inner-column .subscribe-form .form-group input::-webkit-input-placeholder {
  color: var(--text-color);
}
.login-section .input-column .inner-column .subscribe-form .form-group input::-moz-placeholder {
  color: var(--text-color);
}
.login-section .input-column .inner-column .subscribe-form .form-group input:-ms-input-placeholder {
  color: var(--text-color);
}
.login-section .input-column .inner-column .subscribe-form .form-group input::-ms-input-placeholder {
  color: var(--text-color);
}
.login-section .input-column .inner-column .subscribe-form .form-group input::placeholder {
  color: var(--text-color);
}
.login-section .input-column .inner-column .subscribe-form .form-group .theme-btn {
  height: 52px;
  line-height: 52px;
  padding: 0 54px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 50px;
}
.login-section .input-column .inner-column .subscribe-form .form-group .form-btn {
  color: var(--text-color);
  font-weight: 500;
  font-size: 14px;
  margin-left: 24px;
}
.login-section .input-column .inner-column .subscribe-form .form-group .form-btn:hover {
  color: var(--theme-color1);
}
.login-section .input-column .inner-column.two {
  background: #210378;
}
@media (max-width: 991.98px) {
  .login-section .input-column .inner-column.two {
    margin-top: 50px;
  }
}
.login-section .input-column .inner-column.two .sec-title-three h4 {
  color: var(--theme-color-light);
}
.login-section .input-column .inner-column.two .subscribe-form .form-group input {
  border-radius: 30px;
  border: 1px solid #E0E4FC;
  background: #210378;
  color: #E0E4FC;
}
.login-section .input-column .inner-column.two .subscribe-form .form-group input::-webkit-input-placeholder {
  color: #E0E4FC;
}
.login-section .input-column .inner-column.two .subscribe-form .form-group input::-moz-placeholder {
  color: #E0E4FC;
}
.login-section .input-column .inner-column.two .subscribe-form .form-group input:-ms-input-placeholder {
  color: #E0E4FC;
}
.login-section .input-column .inner-column.two .subscribe-form .form-group input::-ms-input-placeholder {
  color: #E0E4FC;
}
.login-section .input-column .inner-column.two .subscribe-form .form-group input::placeholder {
  color: #E0E4FC;
}

@media only screen and (max-width: 577px) {
  .login-section .outer-box {
    padding: 40px 30px 0;
  }
  .login-section .input-column .inner-column .icon-box {
    display: none;
  }
  .login-section .input-column .inner-column .subscribe-form .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .login-section .input-column .inner-column .subscribe-form .form-group .form-btn {
    margin-top: 10px;
    margin-left: 0;
  }
}
@media only screen and (max-width: 480px) {
  .login-section .heading-section .title {
    font-size: 22px;
  }
  .login-section .input-column .inner-column .icon-box {
    display: none;
  }
  .login-section .input-column .inner-column .sec-title-three {
    margin-bottom: 25px;
  }
  .login-section .input-column .inner-column .sec-title-three h4 {
    font-size: 22px;
  }
  .login-section .input-column .inner-column {
    padding: 35px 32px 35px;
  }
  .login-section .input-column .subscribe-form .row .col-lg-12 {
    padding: 0;
  }
  .login-section .outer-box {
    padding: 40px 9px 0;
  }
  .login-section .heading-section .list li {
    margin-right: 0;
    padding: 12px 13px;
  }
  .login-section .input-column .inner-column .subscribe-form .form-group .theme-btn {
    width: 100%;
    margin-bottom: 10px;
  }
  .login-section .input-column .inner-column .subscribe-form .form-group .form-btn {
    margin-left: 7px;
  }
  .login-section .heading-section .list li a {
    font-size: 13px;
  }
}
/*** 

====================================================================
    intro-section
====================================================================

***/
.intro-section {
  position: relative;
  padding: 120px 0;
}
@media (max-width: 1199.98px) {
  .intro-section {
    padding-bottom: 100px !important;
  }
}
@media (max-width: 1199.98px) {
  .intro-section .intro-column .sec-title-three {
    top: 100px;
    margin-top: 0;
  }
}
.intro-section .intro-column .sec-title-three h2 {
  text-transform: capitalize;
}
@media (max-width: 1399.98px) {
  .intro-section .intro-column .sec-title-three h2 {
    font-size: 53px;
    line-height: 63px;
  }
}
@media (max-width: 1199.98px) {
  .intro-section .intro-column .sec-title-three h2 {
    font-size: 45px;
    line-height: 55px;
  }
}
.intro-section .intro-column .sec-title-three .text {
  margin-top: 29px;
  margin-bottom: 45px;
}
.intro-section .intro-column .sec-title-three .btn-box {
  margin-bottom: 110px;
}
.intro-section .intro-column .sec-title-three .btn-box .play-btn {
  color: var(--theme-color-dark2);
}
.intro-section .intro-column .sec-title-three .btn-box .play-btn:hover i {
  background: var(--theme-color2);
  border-color: transparent;
  color: #fff;
}
.intro-section .intro-column .sec-title-three .btn-box .play-btn i {
  width: 100px;
  height: 100px;
  border: 3px solid var(--theme-color-dark2);
  border-radius: 50%;
  text-align: center;
  line-height: 95px;
  font-size: 30px;
  margin-right: 19px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.intro-section .intro-column .sec-title-three .btn-box .play-btn span {
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  .intro-section .image-box {
    margin-top: -100px;
    z-index: -1;
    text-align: center;
  }
}
@media (max-width: 991.98px) {
  .intro-section .image-box .image img {
    max-width: 100%;
  }
}

@media only screen and (max-width: 577px) {
  .intro-section .intro-column .sec-title-three h2 {
    font-size: 37px;
    line-height: 48px;
  }
}
@media only screen and (max-width: 480px) {
  .intro-section .intro-column .sec-title-three h2 {
    font-size: 24px;
    line-height: 36px;
  }
  .intro-section .intro-column .sec-title-three .text {
    font-size: 14px;
    line-height: 29px;
  }
  .intro-section .image-box {
    margin-top: 0;
  }
}
/*** 

====================================================================
    details-section
====================================================================

***/
.details-section {
  position: relative;
  padding: 83px 0 84px;
}
.details-section .title {
  color: var(--theme-color-dark2);
  font-weight: 500;
  margin-bottom: 23px;
}
.details-section .text {
  line-height: 30px;
}
.details-section .text span {
  color: #f06;
  font-weight: 700;
}
.details-section .additonal-info {
  margin-top: 60px;
}
.details-section .additonal-info h3 {
  color: #000;
  font-size: 30px;
  font-weight: 500;
  text-transform: capitalize;
}
@media only screen and (max-width: 1699px) {
  .details-section .additonal-info h3 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 30px;
  }
}
.details-section .additonal-info .additional-info-table {
  border: 3px solid #E0E4FC;
  width: 100%;
  background-color: #fff;
  border-radius: 50px;
  padding: 10px 20px;
}
@media only screen and (max-width: 424px) {
  .details-section .additonal-info .additional-info-table {
    border-radius: 0;
  }
}
.details-section .additonal-info table {
  margin: 0;
  width: 100%;
  border-spacing: 0 10px;
  border-collapse: separate;
}
.details-section .additonal-info table tr {
  position: relative;
}
.details-section .additonal-info table tr:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border: 3px solid #E0E4FC;
  height: 100%;
  border-radius: 50px;
}
@media only screen and (max-width: 424px) {
  .details-section .additonal-info table tr:before {
    border-radius: 0;
  }
}
.details-section .additonal-info table td,
.details-section .additonal-info table th {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  padding: 7px 25px;
}
@media only screen and (max-width: 424px) {
  .details-section .additonal-info table td,
  .details-section .additonal-info table th {
    display: block;
  }
}
.details-section .additonal-info table th {
  background: #E0E4FC;
  border-radius: 30px;
  width: 400px;
}
@media only screen and (max-width: 424px) {
  .details-section .additonal-info table th {
    width: 100%;
    border-radius: 0;
  }
}
.details-section .additonal-info table td {
  background: #fff;
  border-radius: 30px;
}
.details-section .project-section {
  padding-top: 50px;
}

/*** 

====================================================================
	googel-maps-Section
====================================================================

***/
.googel-map-section {
  position: relative;
}
.googel-map-section .outer-box .goole-iframe iframe {
  width: 100%;
  height: 473px;
}

/*** 

====================================================================
	map-section
====================================================================

***/
.map-section {
  position: relative;
}
.map-section .goole-iframe iframe {
  width: 100%;
  height: 553px;
}
.map-section .map-content .content-box {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 370px;
  background-color: #191919;
  padding: 53px 60px 55px;
  border-radius: 10px;
}
@media (max-width: 575.98px) {
  .map-section .map-content .content-box {
    width: 292px;
    padding: 40px 27px 40px;
  }
}
.map-section .map-content .content-box .text {
  font-size: 17px;
  color: var(--theme-color-light);
  margin-bottom: 24px;
}
.map-section .map-content .content-box .content-list li {
  color: var(--theme-color-light);
  position: relative;
  font-size: 17px;
  padding-left: 27px;
  padding-bottom: 8px;
}
.map-section .map-content .content-box .content-list li:last-child {
  padding-bottom: 0;
}
.map-section .map-content .content-box .content-list li i {
  position: absolute;
  top: 2px;
  left: 0;
}

/***

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

***/
.main-footer {
  position: relative;
  background-color: var(--bg-theme-color2);
  /* Widget Section */
}
.main-footer .bg {
  background-size: auto;
}
.main-footer .footer-bg-1 {
  background-image: url(../images/icons/footer-bg-1.html);
  background-color: #101A29;
  background-position: left bottom;
}
.main-footer .footer-bg-2 {
  background-image: url(../images/icons/footer-bg-2.html);
  background-position: right bottom;
}
.main-footer .footer-bg-3 {
  background-image: url(../images/icons/footer-bg-3.html);
  background-position: right bottom;
}
.main-footer .footer-bg-4 {
  background-image: url(../images/icons/footer-bg-4.html);
  background-position: right bottom;
  opacity: 0.1;
}
.main-footer .footer-bg-5 {
  background-image: url(../images/icons/footer-bg-5.html);
  background-position: center;
  background-size: cover;
}
.main-footer .footer-bg-6 {
  background-image: url(../images/icons/footer-bg-6.html);
  background-position: right bottom;
}
.main-footer .footer-bg-7 {
  background-image: url(../images/icons/footer-bg-7.html);
}
.main-footer .footer-bg-8 {
  background-image: url(../images/icons/footer-bg-8.html);
}
.main-footer .footer-bg-9 {
  background-image: url(../images/icons/footer-bg-9.html);
  background-position: right bottom;
}
.main-footer .footer-bg-10 {
  background-image: url(../images/icons/footer-bg-10.html);
  background-position: right bottom;
}
.main-footer .footer-bg-11 {
  background-image: url(../images/icons/footer-bg-11.html);
}
.main-footer .widgets-section {
  position: relative;
  padding: 100px 0 10px;
}
.main-footer .footer-column {
  position: relative;
  margin-bottom: 50px;
}
.main-footer .footer-widget {
  position: relative;
}
.main-footer .widget-content {
  position: relative;
}
.main-footer .widget-content .text {
  color: var(--theme-color-light);
}

.user-links {
  position: relative;
}
.user-links li {
  position: relative;
  font-size: 14px;
  line-height: 38px;
  color: var(--theme-color-light);
  font-weight: 500;
  padding-left: 19px;
}
.user-links li::after {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 10px;
  background-color: #A1A1A1;
}
@media (max-width: 1399.98px) {
  .user-links li::after {
    top: 13px;
  }
}
.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: #FFFFFF;
}
.user-links li a:before {
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 0;
  height: 1px;
  background-color: var(--bg-theme-color1);
  content: "";
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.user-links li a:hover:before {
  width: 100%;
}

/*=== Footer Bottom ===*/
.footer-bottom {
  position: relative;
  padding-bottom: 37px;
}
.footer-bottom .inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  z-index: 3;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.1);
  padding: 24px 40px 22px;
}
@media (max-width: 991.98px) {
  .footer-bottom .inner-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 767.98px) {
  .footer-bottom .inner-container {
    text-align: center;
    padding: 24px 16px 22px;
  }
}
.footer-bottom .copyright-text {
  position: relative;
  margin-bottom: 0;
  color: var(--theme-color-light);
  font-family: var(--text-font);
  font-weight: 600;
}
@media (max-width: 991.98px) {
  .footer-bottom .copyright-text {
    margin-bottom: 10px;
  }
}
.footer-bottom .copyright-text a {
  color: inherit;
  text-decoration: underline;
}
.footer-bottom .copyright-text a:hover {
  color: #ffffff;
}
.footer-bottom .footer-nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer-bottom .footer-nav li {
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
  color: var(--theme-color-light);
  margin-left: 47px;
}
.footer-bottom .footer-nav li:first-child {
  margin-left: 0;
}
@media (max-width: 575.98px) {
  .footer-bottom .footer-nav li {
    margin: 0 30px;
    text-align: center;
    margin-left: 0;
  }
}
@media only screen and (max-width: 424px) {
  .footer-bottom .footer-nav li {
    margin-right: 15px;
    margin-left: 0;
  }
}
.footer-bottom .footer-nav li a {
  color: inherit;
}
.footer-bottom .footer-nav li a:hover {
  color: var(--theme-color1);
}
@media only screen and (max-width: 424px) {
  .footer-bottom .footer-nav li a {
    font-size: 14px;
  }
}

.footer-style-one {
  position: relative;
  background-color: #211674;
  z-index: 9;
}
.footer-style-one::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background/footer-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.footer-style-one .widgets-section {
  padding: 103px 0 56px;
}
@media (max-width: 575.98px) {
  .footer-style-one .widgets-section {
    padding-bottom: 36px;
  }
}
.footer-style-one .contact-widget .logo-box {
  margin-bottom: 42px;
  position: relative;
  left: -20px;
}
.footer-style-one .contact-widget .text {
  font-size: 22px;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 42px;
  padding-right: 90px;
}
@media (max-width: 1199.98px) {
  .footer-style-one .contact-widget .text {
    padding-right: 0;
  }
}
@media (max-width: 767.98px) {
  .footer-style-one .contact-widget .text {
    font-size: 16px;
    line-height: 28px;
  }
}
.footer-style-one .contact-widget .links-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 991.98px) {
  .footer-style-one .contact-widget .links-sec {
    margin-bottom: 50px;
  }
}
.footer-style-one .contact-widget .links-sec .user-links.v1 {
  padding-right: 92px;
}
@media (max-width: 575.98px) {
  .footer-style-one .contact-widget .links-sec .user-links.v1 {
    padding-right: 40px;
  }
}
.footer-style-one .about-widget .widget-title {
  font-weight: 700;
  color: var(--theme-color-light);
  margin-bottom: 9px;
}
.footer-style-one .about-widget .text {
  color: #C3C3C3;
  line-height: 28px;
  margin-bottom: 36px;
}
.footer-style-one .about-widget .subscribe-form-two {
  margin-bottom: 66px;
}
.footer-style-one .about-widget .subscribe-form-two .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 575.98px) {
  .footer-style-one .about-widget .subscribe-form-two .form-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.footer-style-one .about-widget .subscribe-form-two .form-group input {
  width: 100%;
  height: 54px;
  padding: 0 27px;
  border-radius: 50px;
  background-color: var(--theme-color-light);
  font-family: var(--text-font);
  font-size: 14px;
  color: var(--theme-color-dark2);
}
.footer-style-one .about-widget .subscribe-form-two .form-group input::-webkit-input-placeholder {
  color: var(--theme-color-dark2);
}
.footer-style-one .about-widget .subscribe-form-two .form-group input::-moz-placeholder {
  color: var(--theme-color-dark2);
}
.footer-style-one .about-widget .subscribe-form-two .form-group input:-ms-input-placeholder {
  color: var(--theme-color-dark2);
}
.footer-style-one .about-widget .subscribe-form-two .form-group input::-ms-input-placeholder {
  color: var(--theme-color-dark2);
}
.footer-style-one .about-widget .subscribe-form-two .form-group input::placeholder {
  color: var(--theme-color-dark2);
}
@media (max-width: 575.98px) {
  .footer-style-one .about-widget .subscribe-form-two .form-group input {
    margin-bottom: 20px;
  }
}
.footer-style-one .about-widget .subscribe-form-two .form-group .theme-btn {
  height: 54px;
  line-height: 54px;
  padding: 0 41px;
  color: var(--theme-color-light);
  font-family: var(--title-font);
  border-radius: 30px;
  background: #F06;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(255, 0, 102, 0.8);
          box-shadow: 0px 0px 30px 0px rgba(255, 0, 102, 0.8);
  white-space: nowrap;
  margin-left: 5px;
  min-width: 220px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer-style-one .about-widget .subscribe-form-two .form-group .theme-btn:hover {
  background: #000;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}
.footer-style-one .about-widget .subscribe-form-two .form-group .theme-btn:hover:before {
  display: none;
}
@media (max-width: 1199.98px) {
  .footer-style-one .about-widget .subscribe-form-two .form-group .theme-btn {
    padding: 0 15px;
  }
}
.footer-style-one .about-widget .socila-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
}
@media (max-width: 575.98px) {
  .footer-style-one .about-widget .socila-icon {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.footer-style-one .about-widget .socila-icon li {
  margin-right: 54px;
}
@media (max-width: 575.98px) {
  .footer-style-one .about-widget .socila-icon li {
    margin-bottom: 20px;
  }
}
.footer-style-one .about-widget .socila-icon li:last-child {
  margin-right: 0;
}
.footer-style-one .about-widget .socila-icon li a {
  font-size: 14px;
  font-weight: 500;
  color: var(--theme-color-light);
}
.footer-style-one .about-widget .socila-icon li a span {
  display: block;
}
.footer-style-one .about-widget .socila-icon li a i {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border: 2px solid #9286b6;
  border-radius: 50px;
  margin-bottom: 6px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer-style-one .about-widget .socila-icon li a:hover i {
  background-color: var(--theme-color1);
  color: #fff;
  border-color: transparent;
}

.footer-style-two {
  position: relative;
  background-image: url(../images/background/footer2-1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: unset;
}
@media (max-width: 1199.98px) {
  .footer-style-two {
    background-image: unset;
    background-color: var(--theme-color2);
    z-index: -1;
  }
}
.footer-style-two .widgets-section {
  padding: 110px 0 51px;
}
@media (max-width: 1399.98px) {
  .footer-style-two .widgets-section {
    padding-top: 160px;
  }
}
@media (max-width: 1199.98px) {
  .footer-style-two .widgets-section {
    padding-top: 120px;
    padding-bottom: 0;
  }
}
.footer-style-two .social-widget {
  border-radius: 30px;
  background: var(--theme-color-light);
  -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  padding: 50px 47px 49px;
}
.footer-style-two .social-widget .content-box .title {
  font-weight: 700;
  text-transform: capitalize;
}
.footer-style-two .social-widget .content-box .text {
  line-height: 30px;
  margin-bottom: 45px;
}
.footer-style-two .social-widget .content-box .social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-style-two .social-widget .content-box .social-icons li {
  margin-right: 10px;
}
.footer-style-two .social-widget .content-box .social-icons li:last-child {
  margin-right: 0;
}
.footer-style-two .social-widget .content-box .social-icons li a {
  font-size: 18px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  background-color: #E0E4FC;
  display: inline-block;
}
.footer-style-two .social-widget .content-box .social-icons li a:hover {
  background-color: var(--theme-color3);
  color: var(--theme-color-light);
}
@media (max-width: 1199.98px) {
  .footer-style-two .footer-block-sec {
    margin-top: 40px;
  }
}
.footer-style-two .footer-block-sec .footer-block {
  margin-bottom: 51px;
  position: relative;
  padding-left: 76px;
  padding-top: 14px;
}
.footer-style-two .footer-block-sec .footer-block .icon-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 46px;
  height: 46px;
  line-height: 46px;
  background-color: var(--theme-color3);
  border-radius: 50%;
  text-align: center;
  margin-left: 14px;
}
.footer-style-two .footer-block-sec .footer-block .icon-box::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -14px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(255, 124, 42, 0.5);
  z-index: -1;
}
.footer-style-two .footer-block-sec .footer-block .icon-box i {
  font-size: 24px;
  color: var(--theme-color-light);
}
.footer-style-two .footer-block-sec .footer-block .title {
  color: var(--theme-color-light);
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 24px;
}
.footer-style-two .footer-block-sec .footer-block .text {
  line-height: 30px;
  color: #E0E4FC;
}
@media (max-width: 991.98px) {
  .footer-style-two .footer-block-sec .footer-block .text {
    font-size: 14px;
  }
}
.footer-style-two .inner-column {
  margin-left: 15px;
  margin-top: 77px;
}
.footer-style-two .about-widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 5px solid #9175CE;
  border-bottom: 5px solid #9175CE;
  padding: 47px 0 51px;
}
@media (max-width: 991.98px) {
  .footer-style-two .about-widget {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 767.98px) {
  .footer-style-two .about-widget {
    display: inline-block;
    width: 100%;
  }
}
.footer-style-two .about-widget .widget-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: var(--theme-color-light);
  margin-bottom: 0;
}
@media (max-width: 1199.98px) {
  .footer-style-two .about-widget .widget-title {
    padding-right: 20px;
  }
}
@media (max-width: 991.98px) {
  .footer-style-two .about-widget .widget-title {
    padding-right: 0;
    padding-bottom: 30px;
  }
}
.footer-style-two .about-widget .subscribe-form .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767.98px) {
  .footer-style-two .about-widget .subscribe-form .form-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    max-width: 100%;
  }
}
.footer-style-two .about-widget .subscribe-form .form-group input {
  width: 483px;
  height: 54px;
  border-radius: 30px;
  background-color: var(--theme-color-light);
  padding: 0 43px;
  font-size: 14px;
  color: var(--theme-color-dark2);
}
.footer-style-two .about-widget .subscribe-form .form-group input::-webkit-input-placeholder {
  color: var(--theme-color-dark2);
}
.footer-style-two .about-widget .subscribe-form .form-group input::-moz-placeholder {
  color: var(--theme-color-dark2);
}
.footer-style-two .about-widget .subscribe-form .form-group input:-ms-input-placeholder {
  color: var(--theme-color-dark2);
}
.footer-style-two .about-widget .subscribe-form .form-group input::-ms-input-placeholder {
  color: var(--theme-color-dark2);
}
.footer-style-two .about-widget .subscribe-form .form-group input::placeholder {
  color: var(--theme-color-dark2);
}
@media (max-width: 1399.98px) {
  .footer-style-two .about-widget .subscribe-form .form-group input {
    width: 456px;
  }
}
@media (max-width: 767.98px) {
  .footer-style-two .about-widget .subscribe-form .form-group input {
    margin-bottom: 20px;
    width: 100%;
  }
}
.footer-style-two .about-widget .subscribe-form .form-group .theme-btn {
  height: 52px;
  padding: 0 41px;
  border-radius: 30px;
  line-height: 52px;
  background: var(--theme-color3);
  -webkit-box-shadow: 0px 0px 30px 0px var(--theme-color3);
          box-shadow: 0px 0px 30px 0px var(--theme-color3);
  font-size: 14px;
  font-weight: 500;
  margin-left: 12px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 767.98px) {
  .footer-style-two .about-widget .subscribe-form .form-group .theme-btn {
    margin-left: 0;
  }
}
.footer-style-two .about-widget .subscribe-form .form-group .theme-btn:hover {
  -webkit-box-shadow: unset;
          box-shadow: unset;
}
@media (max-width: 767.98px) {
  .footer-style-two .footer-column {
    margin-bottom: 20px;
  }
}
.footer-style-two .footer-bottom {
  padding-bottom: 100px;
}
@media (max-width: 1199.98px) {
  .footer-style-two .footer-bottom {
    padding-bottom: 50px;
    padding-top: 30px;
  }
}
.footer-style-two .footer-bottom .inner-container {
  padding: 0;
  background-color: unset;
}

.footer-style-three {
  position: relative;
  background-color: unset;
  /*=== Footer Bottom ===*/
}
.footer-style-three .widgets-section {
  padding: 0px 0 80px;
}
@media (max-width: 575.98px) {
  .footer-style-three .widgets-section {
    padding-bottom: 36px;
  }
}
.footer-style-three .about-widget {
  margin-top: -22px;
}
.footer-style-three .about-widget .logo-box {
  margin-bottom: 27px;
  margin-left: -20px;
}
.footer-style-three .about-widget .text {
  line-height: 30px;
  padding-right: 50px;
  text-transform: lowercase;
}
@media (max-width: 1199.98px) {
  .footer-style-three .about-widget .text {
    padding-right: 0;
  }
}
.footer-style-three .contact-widget .widget-title {
  font-weight: 700;
  color: var(--theme-color-dark2);
  margin-bottom: 50px;
}
.footer-style-three .contact-widget .footer-block {
  margin-bottom: 29px;
}
.footer-style-three .contact-widget .footer-block:last-child {
  margin-bottom: 0;
}
.footer-style-three .contact-widget .footer-block .inner-box {
  position: relative;
  padding-left: 85px;
}
.footer-style-three .contact-widget .footer-block .inner-box .icon-box {
  position: absolute;
  top: 1px;
  left: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  background-color: #f06;
  border-radius: 50%;
  text-align: center;
  margin-left: 17px;
}
.footer-style-three .contact-widget .footer-block .inner-box .icon-box::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -17px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: rgb(254, 220, 234);
  z-index: -1;
}
.footer-style-three .contact-widget .footer-block .inner-box .icon-box i {
  font-size: 24px;
  color: var(--theme-color-light);
}
.footer-style-three .contact-widget .footer-block .inner-box .title {
  color: var(--text-color);
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 24px;
}
.footer-style-three .contact-widget .footer-block .inner-box .text {
  line-height: 30px;
  color: var(--text-color);
}
.footer-style-three .form-widget .widget-title {
  font-weight: 700;
  color: var(--theme-color-dark2);
  margin-bottom: 50px;
}
@media (max-width: 991.98px) {
  .footer-style-three .form-widget .widget-title {
    margin-bottom: 35px;
  }
}
.footer-style-three .form-widget .text {
  line-height: 28px;
  margin-bottom: 35px;
}
.footer-style-three .form-widget .subscribe-form-two .form-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 575.98px) {
  .footer-style-three .form-widget .subscribe-form-two .form-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.footer-style-three .form-widget .subscribe-form-two .form-group input {
  width: 100%;
  height: 60px;
  padding: 0 33px;
  border-radius: 50px;
  background-color: var(--theme-color-light);
  font-family: var(--text-font);
  font-size: 14px;
  color: var(--theme-color-dark2);
  border: 3px solid #E0E4FC;
}
.footer-style-three .form-widget .subscribe-form-two .form-group input::-webkit-input-placeholder {
  color: var(--theme-color-dark2);
}
.footer-style-three .form-widget .subscribe-form-two .form-group input::-moz-placeholder {
  color: var(--theme-color-dark2);
}
.footer-style-three .form-widget .subscribe-form-two .form-group input:-ms-input-placeholder {
  color: var(--theme-color-dark2);
}
.footer-style-three .form-widget .subscribe-form-two .form-group input::-ms-input-placeholder {
  color: var(--theme-color-dark2);
}
.footer-style-three .form-widget .subscribe-form-two .form-group input::placeholder {
  color: var(--theme-color-dark2);
}
@media (max-width: 575.98px) {
  .footer-style-three .form-widget .subscribe-form-two .form-group input {
    margin-bottom: 20px;
  }
}
.footer-style-three .form-widget .subscribe-form-two .form-group .theme-btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 60px;
  font-size: 14px;
  font-weight: 500;
  line-height: 60px;
  padding: 0 41px;
  color: var(--theme-color-light);
  font-family: var(--title-font);
  border-radius: 30px;
  background: #F06;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(255, 0, 102, 0.8);
          box-shadow: 0px 0px 30px 0px rgba(255, 0, 102, 0.8);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer-style-three .form-widget .subscribe-form-two .form-group .theme-btn:hover {
  -webkit-box-shadow: unset;
          box-shadow: unset;
}
.footer-style-three .footer-bottom {
  position: relative;
  padding-bottom: 15px;
}
.footer-style-three .footer-bottom .inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-radius: 0;
  padding: 38px 0 22px;
  border-top: 3px solid #E0E4FC;
}
@media (max-width: 991.98px) {
  .footer-style-three .footer-bottom .inner-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
    text-align: left;
  }
}
@media (max-width: 575.98px) {
  .footer-style-three .footer-bottom .inner-container {
    padding: 30px 0;
  }
}
.footer-style-three .footer-bottom .copyright-text {
  position: relative;
  margin-bottom: 0;
  color: var(--text-color);
  font-family: var(--text-font);
}
@media (max-width: 991.98px) {
  .footer-style-three .footer-bottom .copyright-text {
    margin-bottom: 10px;
  }
}
.footer-style-three .footer-bottom .copyright-text a {
  color: inherit;
  text-decoration: underline;
}
.footer-style-three .footer-bottom .copyright-text a:hover {
  color: #f06;
}
.footer-style-three .footer-bottom .footer-nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer-style-three .footer-bottom .footer-nav li {
  font-size: 16px;
  line-height: 30px;
  color: var(--text-color);
  margin-left: 47px;
}
.footer-style-three .footer-bottom .footer-nav li:first-child {
  margin-left: 0;
}
@media (max-width: 575.98px) {
  .footer-style-three .footer-bottom .footer-nav li {
    margin: 0 30px !important;
    text-align: center;
    margin-left: 0 !important;
  }
}
.footer-style-three .footer-bottom .footer-nav li a {
  color: inherit;
}
.footer-style-three .footer-bottom .footer-nav li a:hover {
  color: var(--theme-color1);
}

.footer-style-four {
  position: absolute;
  z-index: 99;
  bottom: 0;
  width: 100%;
  background-color: unset;
}
.footer-style-four .footer-bottom {
  padding-bottom: 55px;
}
.footer-style-four .footer-bottom .inner-container {
  background-color: unset;
  padding: 0;
}

@media only screen and (max-width: 577px) {
  .footer-style-three .footer-bottom .inner-container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer-style-two .footer-bottom .inner-container {
    text-align: left;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
@media only screen and (max-width: 480px) {
  .footer-style-one .footer-bottom .copyright-text {
    font-weight: 400;
  }
  .footer-style-one .about-widget .socila-icon li {
    margin-right: 23px;
  }
  .footer-style-one .about-widget .widget-title {
    font-size: 20px;
  }
  .footer-style-two .social-widget {
    padding: 30px 24px 30px;
  }
  .footer-style-two .footer-block-sec .footer-block {
    padding-left: 70px;
  }
  .footer-style-three .contact-widget .footer-block .inner-box .icon-box {
    position: relative;
    margin-bottom: 20px;
  }
  .footer-style-three .contact-widget .footer-block .inner-box {
    padding-left: 0;
  }
  .footer-style-three .form-widget .subscribe-form-two .form-group .theme-btn {
    position: relative;
  }
  .footer-style-three .footer-bottom .footer-nav {
    margin-left: 0;
  }
  .footer-style-two .footer-bottom .footer-nav {
    margin-left: 17px;
  }
  .footer-style-two .about-widget .subscribe-form .form-group input {
    width: 285px;
  }
  .footer-style-three .footer-bottom .inner-container {
    text-align: left;
  }
  .footer-style-three .form-widget .widget-title {
    font-size: 21px;
    margin-bottom: 16px;
  }
  .footer-style-three .contact-widget .widget-title {
    margin-bottom: 33px;
  }
  .footer-style-four .footer-bottom .footer-nav li:last-child {
    margin-right: 0 !important;
    font-size: 13px;
  }
}