/* Css For Agopa */

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header
5. Banner Style One 
6. Clients Section
7. Features Section
9. Video Section
8. Creative Section
10. Agency Section
11. Testimonial Section
12. Pricing Section
14. News Section
15. Call-To-Action
16. Cta Section
19. Footer Subscribe
20. Main Footer
21. Header Style Two
22. Banner Style Two
23. Feature Style Two
24. Counter Style Two
25. Video Style Two
26. About Section
27. Agency Style Two
28. Testimonial Style Two
29. Portfolio Section
30. Header Style Three
31. Banner Style Three
32. Our Story
33. Discover Section
34. Team Section
35. Header Style Four
36. Banner Style Four
37. Header Style Five
38. Banner Style Five
39. Header Style Six
40. Banner Style Six
41. Heade Style Seven
42. Banner Style Seven
43. e-Commerce Slider
44. Service Page
45. Service Section
47. Portfolio Page
48. Portfolio Single
49. About Page
50. Team Page
51. Review Page
52. Feature Page
53. Our Causes
54. Contact Page
55. Contact Form
56. Google Map
57. Blog Page
58. Blog Single


**********************************************/


/* use font link */

@import url('https://fonts.googleapis.com/css?family=Poppins:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Muli:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Lobster+Two:400,400i,700,700i');


/* use style sheet */

@import url(../css/font-awesome-all.css);
@import url(../css/flaticon.css);
@import url('../css/header.css');
@import url(../css/owl.css);
@import url(../css/bootstrap.css);
@import url(../css/jquery.fancybox.min.css);
@import url(../css/animate.css);
@import url(../css/aos.css);
@import url(../css/jquery-ui.css);
@import url(../css/bootstrap-select.min.css);
@import url('jquery.bootstrap-touchspin.css');



/*** 

====================================================================
  Reset
====================================================================

 ***/
* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
}


/*** 

====================================================================
  Global Settings
====================================================================

 ***/


body {
  font-size: 16px;
  color: #6e6773;
  line-height: 28px;
  font-weight: 400;
  background: #ffffff;
  font-family: 'Muli', sans-serif;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-font-smoothing: antialiased;
}

@media (min-width:1200px) {
  .container {
    max-width: 1170px;
    padding: 0px;
  }
}

.container-fluid {
  padding: 0px 15px;
}

.large-container {
  max-width: 1600px;
  padding: 0px 15px;
  margin: 0 auto;
}

.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
}

.small-container {
  max-width: 680px;
  margin: 0 auto;
}

.boxed_wrapper {
  position: relative;
  overflow-x: hidden;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
}


a {
  text-decoration: none;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

a:hover {
  text-decoration: none;
  outline: none;
  color: #fff;
}

input,
button,
select,
textarea {
  font-family: 'Muli', sans-serif;
  font-weight: 400;
  font-size: 15px;
}

ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

input {
  transition: all 500ms ease;
}

button:focus,
input:focus,
textarea:focus {
  outline: none;
  box-shadow: none;
  transition: all 500ms ease;
}

p {
  position: relative;
  font-family: 'Muli', sans-serif;
  line-height: 28px;
  color: #6e6773;
  margin-bottom: 0px;
  font-style: normal;
  transition: all 500ms ease;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #34263c;
  margin: 0px;
  transition: all 500ms ease;
}


.centred {
  text-align: center;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

figure {
  margin: 0px;
}

@keyframes pulse {
  50% {
    box-shadow: 0 0 0 20px #f3faff,
      0 0 0 20px #f3faff;
  }
}

@keyframes pulse-2 {
  50% {
    box-shadow: 0 0 0 20px #fff2f5,
      0 0 0 20px #fff2f5;
  }
}

@keyframes pulse-3 {
  50% {
    box-shadow: 0 0 0 17px rgba(255, 241, 251, 0.8),
      0 0 0 17px rgba(255, 241, 251, 0.8);
  }
}

@keyframes pulse-4 {
  50% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0.05),
      0 0 0 40px rgba(0, 0, 0, 0.05);
  }
}

@keyframes pulse-5 {
  50% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.15),
      0 0 0 40px rgba(255, 255, 255, 0.10);
  }
}

/** button **/

.btn-style-one {
  background: #2ba2ff;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  border-radius: 15px;
  padding: 13.5px 48.5px;
  cursor: pointer;
  transition: all 500ms ease;
}

.btn-style-one:hover {
  background: #1c98f9;
  transform: translateY(-3px);
}

.btn-style-two {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 18px;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  padding: 13.5px 50px;
  border-radius: 25px;
  cursor: pointer;
  transition: all 500ms ease;
  background: linear-gradient(90deg, var(--c1, #FB4477), var(--c2, #FB996D) 51%, var(--c1, #FB4477)) var(--x, 0)/ 200%;
}

.btn-style-two:hover {
  --x: 100%;
}

.btn-style-three {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 18px;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  padding: 13.5px 49px;
  cursor: pointer;
  transition: all 500ms ease;
  background: linear-gradient(90deg, var(--c1, #9e23f9), var(--c2, #e059f9) 51%, var(--c1, #9e23f9)) var(--x, 0)/ 200%;
}

.btn-style-three:hover {
  --x: 100%;
}

.btn-style-four {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 18px;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  padding: 13.5px 29.5px;
  cursor: pointer;
  border-radius: 5px;
  box-shadow: 0px 20px 30px -10px rgba(211, 87, 251, 0.50);
  transition: all 500ms ease;
  background: linear-gradient(90deg, var(--c1, #2da5ff), var(--c2, #f147fc) 51%, var(--c1, #2da5ff)) var(--x, 0)/ 200%;
}

.btn-style-four:hover {
  --x: 100%;
}

.btn-style-five {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 18px;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  padding: 13.5px 33px;
  cursor: pointer;
  background: #ff3d3d;
  box-shadow: 0 10px 5px #f3d4d4;
  border-radius: 25px;
  transition: all 500ms ease;
}

.btn-style-five:hover {
  background: #f90606;
  transform: translateY(-3px);
  box-shadow: 0 -5px 5px #f3d4d4;

}

.btn-style-six {
  font-weight: 400;
  text-transform: capitalize;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  padding: 13.5px 33px;
  cursor: pointer;
  background: #ff3d3d;
  transition: all 500ms ease;
}

.btn-style-six:hover {
  background: #f90606;
  transform: translateY(-3px);

}


.pagination {
  position: relative;
  display: block;
}

.pagination li {
  display: inline-block;
  margin: 0px 5px;
}

.pagination li a {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-family: 'Playfair Display', sans-serif;
  height: 52px;
  font-weight: 900;
  width: 52px;
  line-height: 52px;
  text-align: center;
  color: #737879;
  background: #f4f3f0;
  transition: all 500ms ease;
}

.pagination li a:hover,
.pagination li a.active {
  background: #f18f20;
  color: #ffffff;
}

.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  z-index: 999999;
  background-color: #320740;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/icons/preloader.gif);
}

.scroll-top {
  position: fixed;
  right: -10%;
  bottom: 50px;
  font-size: 15px;
  line-height: 20px;
  z-index: 99;
  color: #2ba2ff;
  background: transparent;
  text-align: center;
  cursor: pointer;
  transition: all 900ms;
}

.scroll-top .text {
  position: relative;
  display: block;
  color: #2ba2ff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}

.scroll-top.open {
  right: 30px;
}

.sec-title h2 {
  position: relative;
  display: block;
  font-size: 42px;
  font-family: 'Poppins', sans-serif;
  line-height: 48px;
  color: #34263c;
  font-weight: 600;
  margin-bottom: 22px;
}

.sec-title p {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
}

.sec-title .title-text {
  position: relative;
  display: block;
  font-family: 'Muli', sans-serif;
  color: #6e6773;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
}



/*** 

====================================================================
                        Home-Page-One
====================================================================

***/


/** banner-style-one **/

.banner-style-one {
  padding-bottom: 330px;
  padding-top: 350px;
  position: relative;
  background: #ffffff;
}

.banner-style-one:before {
  position: absolute;
  content: '';
  background: url(../images/background/banner-1.png);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  animation-name: slideInDown;
  animation-duration: 2s;
  animation-iteration-count: 1;
  animation-timing-function: linear;
  -webkit-animation-name: slideInDown;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: slideInDown;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: linear;
  -ms-animation-name: slideInDown;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: 1;
  -ms-animation-timing-function: linear;
}

.banner-style-one h3 {
  font-family: 'Poppins', sans-serif;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 60px;
  line-height: 60px;
}

.banner-style-one .text {
  color: #fff;
  font-size: 22px;
  line-height: 30px;
  margin-top: 29px;
  margin-bottom: 50px;
}

.banner-style-one .content-box {
  position: relative;
}

.banner-style-one .image {
  position: absolute;
  top: -80px;
  right: -320px;
}

.flot-bob-y {
  animation-name: float-bob-y;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: float-bob-y;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: float-bob-y;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob-y;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob-y;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.banner-style-one .content-box {
  position: relative;
  display: block;
}

.banner-style-one .content-box .floted-text {
  position: absolute;
  left: -50px;
  top: -100px;
  font-size: 130px;
  line-height: 120px;
  font-family: 'Lobster Two', cursive;
  font-weight: 700;
  color: #ab41f3;
  animation: fa-spin 10s ease infinite;
}


/** clients-section **/

.clients-section {
  position: relative;
  display: block;
  padding: 110px 0px 112px 0px;
}

.clients-section .clients-outer {
  position: relative;
}

.clients-section .image-box {
  position: relative;
  display: block;
  text-align: center;
  margin-bottom: 0;
}

.clients-section .image-box img {
  display: block;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
  opacity: 0.4;
  -webkit-filter: grayscale(1005);
  filter: grayscale(1005);
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.clients-section .slide-item:hover .image-box img {
  opacity: 0.6;
  -webkit-filter: grayscale(50%);
  filter: grayscale(50%);
}

.clients-section .owl-nav.disabled {
  display: none;
}

.clients-section .title-text {
  color: #B750F3;
  font-family: 'Poppins', sans-serif;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  margin: 0;
  margin-top: 70px;
}


/** features-section **/

.features-section {
  position: relative;
  display: block;
  padding: 75px 0px 90px 0px;
}

.features-section .title-box h3 {
  position: relative;
  display: block;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 42px;
  line-height: 48px;
  color: #34263C;
  margin-bottom: 28px;
}

.features-section .title-box p {
  font-size: 18px;
  line-height: 28px;
  color: #34263C;
  opacity: 0.8;
}

.feature-block-one {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 61px 40px 58px 40px;
  border-radius: 10px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 14px 45px 0px rgba(205, 205, 205, 0.35);
  box-shadow: 0px 14px 45px 0px rgba(205, 205, 205, 0.35);
  transition: all 500ms ease;
}

.feature-block-one:before {
  content: '';
  width: 273px;
  height: 273px;
  background: #d858f5;
  border-radius: 50%;
  position: absolute;
  top: -148px;
  left: -83px;
  transform: scale(0);
}

.feature-block-one:hover:before {
  transform: scale(1);
  transition: all 0.5s linear;
  transition-delay: 0.1s;
}

.feature-block-one:hover {
  border-color: transparent;
}

.feature-block-one .snow-dot {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  z-index: -1;

}

.feature-block-one .snow-dot:nth-child(1) {
  top: 25px;
  left: 41%;
  z-index: 1;
  animation: scale-upOne 1s alternate infinite ease-in;
}

.feature-block-one .snow-dot:nth-child(2) {
  top: 25px;
  left: 78%;
  animation: scale-upOne 1.1s alternate infinite ease-in;
}

.feature-block-one .snow-dot:nth-child(3) {
  top: 75px;
  left: 61%;
  animation: scale-upOne 0.8s alternate infinite ease-in;
}

.feature-block-one .snow-dot:nth-child(4) {
  top: 136px;
  left: 84%;
  animation: scale-upOne 1s alternate infinite ease-in;
}

.feature-block-one .snow-dot:nth-child(5) {
  bottom: 35px;
  right: 12%;
  animation: scale-upOne 1.2s alternate infinite ease-in;
}

.feature-block-one .snow-dot:nth-child(6) {
  bottom: 80px;
  right: 31%;
  animation: scale-upOne 0.9s alternate infinite ease-in;
}

.feature-block-one .snow-dot:nth-child(7) {
  bottom: 40px;
  right: 51%;
  animation: scale-upOne 1s alternate infinite ease-in;
}

.feature-block-one:hover h3 a,
.feature-block-one:hover h3,
.feature-block-one:hover p {
  color: #fff !important;
}

.feature-block-one .hover-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #9a5be8;
  z-index: -3;
  opacity: 0;
  transition: all 0.3s linear;
}

.feature-block-one:hover .hover-content {
  opacity: 1;
}

.feature-block-one .hover-content:before {
  content: '';
  width: 493px;
  height: 493px;
  background: #c647fe;
  border-radius: 50%;
  position: absolute;
  top: -250px;
  left: -180px;
  z-index: 1;
  transform: translate(-50%, -50%);
  opacity: 0;
}

.feature-block-one:hover .hover-content:before {
  opacity: 1;
  transform: translate(0%, 0%);
  transition: all 0.9s linear;
}

.feature-block-one .hover-content:after {
  content: '';
  width: 602px;
  height: 602px;
  background: #a461e8;
  border-radius: 50%;
  position: absolute;
  top: -196px;
  left: -180px;
  z-index: -1;
  transform: translate(-50%, -50%);
  opacity: 0;
}

.feature-block-one:hover .hover-content:after {
  opacity: 1;
  transform: translate(0%, 0%);
  transition: all 1.3s linear;
}


.feature-block-one:hover {
  transform: translateY(-10px);
  box-shadow: 0px 25px 25px 0px rgba(0, 0, 0, 0.1);
}

.feature-block-one .icon-box {
  width: 52px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  position: relative;
}

.feature-block-one .icon-box::after {
  content: '';
  border-radius: 10px;
  background-image: -webkit-linear-gradient(-3deg, #8f52e9 0%, #d94efc 100%);
  background-image: -ms-linear-gradient(-3deg, #8f52e9 0%, #d94efc 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.feature-block-one .icon-box::before {
  content: '';
  width: 50px;
  height: 52px;
  border-radius: 10px;
  background-color: #f8e1ff;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  transform-origin: bottom right;
  z-index: -1;
  transition: all 500ms ease;
}

.feature-block-one:hover .icon-box::before {
  opacity: 0;
}

.feature-block-one .icon-box i {
  color: #fff;
  font-size: 22px;
  position: relative;
  z-index: 1;
}

.feature-block-one h3,
.feature-block-one p {
  margin: 0;
}

.feature-block-one h3 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 38px;
  color: #34263C;
  margin-bottom: 15px;
  margin-top: 24px;
}

.feature-block-one h3 a {
  position: relative;
  display: inline-block;
  color: #34263c;
}

.feature-block-one h3 a:hover {
  color: #B750F3;
}

.feature-block-one p {
  font-size: 16px;
  line-height: 28px;
  color: #34263C;
  opacity: 0.8;
  width: 81%;
}


/** video-section **/


.video-section {
  position: relative;
  display: block;
  background: #ffffff;
  padding-bottom: 130px;
}

.video-section .inner-box a {
  position: relative;
  display: inline-block;
  font-size: 24px;
  color: #bee2ff;
  width: 92px;
  height: 92px;
  line-height: 92px;
  text-align: center;
  background: #2ba2ff;
  margin-bottom: 44px;
  border-radius: 50%;
  transition: all 500ms ease;
  -webkit-animation: pulse 3s infinite;
  -o-animation: pulse 3s infinite;
  animation: pulse 3s infinite;
}

.video-section .inner-box h3 {
  position: relative;
  display: block;
  font-size: 30px;
  color: #34263c;
  line-height: 40px;
  font-weight: 600;
}

.video-section .inner-box h3 span {
  color: #b750f3;
}

/** creative-section **/


.creative-section {
  position: relative;
  display: block;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 230px 0px 150px 0px;
}

.creative-section .content-block {
  position: relative;
  display: block;
  padding-top: 15px;
  padding-right: 44px;
}

.creative-section .content-block .title-block {
  position: relative;
}

.creative-section .content-block .title-block .floated-text {
  color: #CD5EF5;
  font-family: 'Lobster Two', cursive;
  font-size: 75px;
  line-height: 1em;
  font-weight: 700;
  position: absolute;
  top: -40px;
  left: 0%;
  animation: fa-spin 10s ease infinite;
}

.creative-section .content-block .title-block h3 {
  margin: 0;
  font-family: 'Poppins', sans-serif;
  color: #FFFFFF;
  font-size: 42px;
  line-height: 48px;
  font-weight: 600;
  margin-bottom: 23px;
  position: relative;
  z-index: 10;
}

.creative-section .image-block {
  margin-left: 100px;
  position: relative;
}

.creative-section .image-block .alter-image {
  position: absolute;
  bottom: -225px;
  left: -120px;
  z-index: 1;
}

.creative-section .content-block p {
  position: relative;
  display: block;
  font-size: 18px;
  color: #f1dbfd;
  margin-bottom: 20px;
}

.creative-section .fact-counter {
  position: relative;
  display: block;
  padding: 44px 0px 62px 0px;
}

.creative-section .fact-counter .counter-block {
  position: relative;
  display: block;
  float: left;
  width: 33.333%;
}

.creative-section .fact-counter .counter-block h4 {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: #f4e3fd;
  margin-bottom: 11px;
  font-weight: 500;
}

.creative-section .fact-counter .counter-block span {
  position: relative;
  display: inline-block;
  font-size: 50px;
  line-height: 60px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: #f4e3fd;
}


/** agency-section **/

.agency-section {
  position: relative;
  display: block;
  padding: 170px 0px 75px 0px;
}

.agency-section:before {
  position: absolute;
  content: '';
  background: url(../images/icons/agency-icon-1.png);
  top: 40%;
  right: 0px;
  width: 58px;
  height: 224px;
  background-repeat: no-repeat;
}

.agency-section:after {
  position: absolute;
  content: '';
  background: url(../images/icons/agency-icon-2.png);
  bottom: 280px;
  left: 0px;
  width: 70px;
  height: 247px;
  background-repeat: no-repeat;
}

.agency-section .sec-title {
  margin-bottom: 160px;
}

.agency-section .inner-content .single-item .image-box {
  position: relative;
  float: right;
}

.agency-section .inner-content .single-item:nth-child(2) .image-box,
.agency-section .inner-content .single-item:last-child .image-box {
  float: left;
  left: 0px;
}

.agency-section .inner-content .single-item .content-box h2 {
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  color: #34263c;
  margin-bottom: 25px;
}

.agency-section .inner-content .single-item .content-box h2 a {
  position: relative;
  display: inline-block;
  color: #34263c;
}

.agency-section .inner-content .single-item .content-box h2 a:hover {
  color: #b750f3;
}

.agency-section .inner-content .single-item .content-box p {
  font-size: 16px;
  display: block;
  margin-bottom: 43px;
}

.agency-section .inner-content .single-item .content-box .btn-style-one {
  padding: 13.5px 40.5px;
  text-transform: capitalize;
}

.agency-section .inner-content .single-item .content-box {
  position: relative;
  display: block;
  padding-top: 96px;
}

.agency-section .inner-content .single-item {
  position: relative;
  display: block;
  margin-bottom: 40px;
}


/** testimonial-section **/

.testimonial-section {
  background-size: cover;
  padding-top: 160px;
  padding-bottom: 315px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center top;
}

.testimonial-section img[class*=testi-person-] {
  position: absolute;
  border-radius: 50%;
  box-shadow: 0px 25px 25px 0px rgba(0, 0, 0, 0.1);
}

.testimonial-section .testi-person-1 {
  top: 250px;
  left: 100px;
  -webkit-animation: zoom-fade 6s infinite linear;
  animation: zoom-fade 6s infinite linear;
}

.testimonial-section .testi-person-2 {
  bottom: 300px;
  left: 230px;
  -webkit-animation: zoom-fade-two 5s infinite linear;
  animation: zoom-fade-two 5s infinite linear;
}

.testimonial-section .testi-person-3 {
  bottom: 170px;
  left: 660px;
  -webkit-animation: zoom-fade 6s infinite linear;
  animation: zoom-fade 6s infinite linear;
}

.testimonial-section .testi-person-4 {
  bottom: 50px;
  right: 775px;
  -webkit-animation: zoom-fade-two 5s infinite linear;
  animation: zoom-fade-two 5s infinite linear;
}

.testimonial-section .testi-person-5 {
  bottom: 250px;
  right: 545px;
  -webkit-animation: zoom-fade 6s infinite linear;
  animation: zoom-fade 6s infinite linear;
}

.testimonial-section .testi-person-6 {
  bottom: 320px;
  right: 215px;
  -webkit-animation: zoom-fade-two 5s infinite linear;
  animation: zoom-fade-two 5s infinite linear;
}

.testimonial-section .testi-person-7 {
  top: 250px;
  right: 100px;
  -webkit-animation: zoom-fade 6s infinite linear;
  animation: zoom-fade 6s infinite linear;
}

.testimonial-section .title-block {
  margin-bottom: 57px;
}

.testimonial-section .title-block h3 {
  margin: 0;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: #2F2F2F;
}

.testimonial-section .container {
  position: relative;
}

.testimonial-section .container .bubbles-1,
.testimonial-section .container .bubbles-2,
.testimonial-section .container .bubbles-3,
.testimonial-section .container .bubbles-4 {
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background-color: #c563f5;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  -webkit-animation: zoom-fade-two 5s infinite linear;
  animation: zoom-fade-two 5s infinite linear;
}

.testimonial-section .container .bubbles-1 {
  top: 0;
  left: 125px;
}

.testimonial-section .container .bubbles-2 {
  bottom: 0;
  left: 215px;
  background-color: #c563f5;
}

.testimonial-section .container .bubbles-3 {
  right: 20px;
  bottom: 0;
  background-color: #c563f5;
}

.testimonial-section .container .bubbles-4 {
  right: 130px;
  top: 0;
  width: 17px;
  height: 17px;
  background-color: #d47df1;
}

.testimonial-section .testi-person-4 {
  bottom: 125px;
}

.testimonial-section .bubbles-1,
.testimonial-section .bubbles-2,
.testimonial-section .bubbles-3 {
  background-color: #c563f5;
}

.testimonial-section .bubbles-4 {
  background-color: #d47df1;
}

.testimonial-section .title-block h3 {
  color: #fff;
}

.testimonial-section .signle-testimonial-block img {
  position: relative;
  display: inline-block;
  margin-bottom: 73px;
}

.testimonial-section .signle-testimonial-block p {
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 32px;
  color: #f1e3fc;
  margin-bottom: 50px;
}

.testimonial-section .signle-testimonial-block .author-info h3 {
  position: relative;
  display: block;
  font-size: 22px;
  font-family: 'Muli', sans-serif;
  line-height: 30px;
  font-weight: 600;
  color: #f1e3fc;
  margin-bottom: 1px;
}

.testimonial-section .signle-testimonial-block .author-info span {
  position: relative;
  display: block;
  font-size: 18px;
  color: #f1e3fc;
}

.owl-dots-none .owl-dots {
  display: none !important;
}

.nav-style-one .owl-nav {
  position: relative;
  display: block;
  text-align: center;
  margin-top: 75px;
}

.nav-style-one .owl-nav .owl-prev,
.nav-style-one .owl-nav .owl-next {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 48px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #e9e9e9;
  color: #e9e9e9;
  font-size: 22px;
  cursor: pointer;
  margin: 0px 16px;
  transition: all 500ms ease;
}

.nav-style-one .owl-nav .owl-prev:before,
.nav-style-one .owl-nav .owl-next:before {
  position: absolute;
  content: '';
  background-image: -moz-linear-gradient(0deg, #2ba2ff 0%, #2ba2ff 100%);
  background-image: -webkit-linear-gradient(0deg, #2ba2ff 0%, #2ba2ff 100%);
  background-image: -ms-linear-gradient(0deg, #2ba2ff 0%, #2ba2ff 100%);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0, 0);
  transition: .5s ease;
  border-radius: 50%;
  z-index: -1;
}

.nav-style-one .owl-nav .owl-prev:hover:before,
.nav-style-one .owl-nav .owl-next:hover:before {
  transform: scale(1, 1);
}

.nav-style-one .owl-nav .owl-prev:hover,
.nav-style-one .owl-nav .owl-next:hover {
  color: #fff;
  border: 2px solid #2ba2ff;
}


/** pricing-section **/

.pricing-section {
  padding-top: 210px;
  padding-bottom: 300px;
  position: relative;
}

.pricing-section [class*="pricing-shape"] {
  position: absolute;
}

.pricing-section .sec-title {
  position: relative;
  margin-bottom: 123px;
}

.pricing-section .pricing-shape-one {
  top: 0;
  left: -7%;
}

.pricing-section .pricing-shape-two {
  top: 30%;
  left: 0%;
  -webkit-animation: zoom-fade 5s infinite linear;
  animation: zoom-fade 5s infinite linear;
}

.pricing-section .bubble {
  border-radius: 10px;
  background-image: -webkit-linear-gradient(106deg, #76fcf1 0%, #b7eaf0 100%);
  background-image: -ms-linear-gradient(106deg, #76fcf1 0%, #b7eaf0 100%);
  opacity: 0.561;
  -webkit-box-shadow: 0px 16px 30px 0px rgba(181, 179, 185, 0.35);
  box-shadow: 0px 16px 30px 0px rgba(181, 179, 185, 0.35);
  position: absolute;
  width: 50px;
  height: 48px;
  z-index: 10;
  left: 8%;
  top: 18%;
  -webkit-animation: zoom-fade-two 5s infinite linear;
  animation: zoom-fade-two 5s infinite linear;
}


.pricing-section .sec-title .floated-text {
  color: #fbf4ff;
  font-family: 'Lobster Two', cursive;
  font-size: 72px;
  line-height: 1em;
  font-weight: 700;
  position: absolute;
  top: -40px;
  left: 50%;
  animation: fa-spin 10s ease infinite;
}

.tabs-box .tab {
  position: relative;
  display: none;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}

.tabs-box .tab.active-tab {
  display: block;
}

.tabs-box .tab {
  transform: scale(0.9, 0.9) translateY(0px);
}

.tabs-box .tab.active-tab {
  transform: scale(1) translateY(0px);
}

.pricing-section .inner-box {
  position: relative;
  display: block;
  margin-right: 65px;
  padding-top: 56px;
}

.pricing-section .inner-box .sec-title {
  margin-bottom: 57px;
}

.pricing-section .inner-box .sec-title h2 {
  margin-bottom: 16px;
}

.pricing-section .inner-box .sec-title p {
  line-height: 31px;
}

.pricing-section .tab-btns {
  position: relative;
  display: inline-block;
  background: #ffffff;
  padding: 17px 32px;
  box-shadow: 0px 25px 25px 0px rgba(0, 0, 0, 0.1);
}

.pricing-section .tab-btns .tab-btn {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  font-family: 'Muli', sans-serif;
  color: #34263c;
  line-height: 28px;
  padding: 5.5px 21.5px;
  cursor: pointer;
  border-radius: 10px;
  transition: all 500ms ease;
}

.pricing-section .tab-btns .tab-btn.active-btn,
.pricing-section .tab-btns .tab-btn:hover {
  background: #d357fb;
  color: #ffffff;
}

.pricing-section .pricing-table {
  position: relative;
  float: right;
  max-width: 438px;
  width: 100%;
  background: #ffffff;
  padding: 42px 30px 67px 48px;
  border: 5px solid #f7e6fd;
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.10);
}

.pricing-section .pricing-table .table-head span {
  position: relative;
  display: block;
  font-size: 18px;
  font-family: 'Muli', sans-serif;
  font-weight: 600;
  color: #242425;
  margin-bottom: 8px;
}

.pricing-section .pricing-table .table-head h3 {
  position: relative;
  display: inline-block;
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
}

.pricing-section .pricing-table .table-head .price {
  position: absolute;
  top: 45px;
  right: 35px;
  font-size: 44px;
  line-height: 55px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: #d357fb;
  z-index: 1;
}

.pricing-section .pricing-table .table-head .price:after {
  position: absolute;
  content: '';
  background: #f8ebff;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  left: -13px;
  top: -14px;
  z-index: -1;
}

.pricing-section .pricing-table .table-head {
  padding-bottom: 35px;
}

.pricing-section .pricing-table .table-content li {
  position: relative;
  display: block;
  color: #847e87;
  margin-bottom: 4px;
  padding: 0px 0px 0px 26px;
}

.pricing-section .pricing-table .table-content li:last-child {
  margin-bottom: 0px;
}

.pricing-section .pricing-table .table-content li:before {
  position: absolute;
  content: "\f00c";
  font-size: 12px;
  color: #6abdfe;
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  left: 0px;
  top: 1px;
}

.pricing-section .pricing-table .table-content a {
  position: absolute;
  display: inline-block;
  right: 10px;
  bottom: 10px;
  font-size: 20px;
  color: #ffffff;
  font-weight: 700;
  background: #d357fb;
  height: 68px;
  width: 71px;
  line-height: 68px;
  text-align: center;
  border-radius: 10px;
}

.pricing-section .pricing-table .table-content a:hover {
  background: #2ba2ff;
}

.pricing-section .tabs-content {
  position: relative;
}

.pricing-section .tabs-content:before {
  position: absolute;
  content: '';
  background: url(../images/icons/price-shap.png);
  width: 642px;
  height: 530px;
  top: -85px;
  right: -140px;
  background-repeat: no-repeat;
}


/** news-section **/

.news-section {
  position: relative;
  padding: 0px;
}

.news-section .title-block {
  margin-bottom: 95px;
  position: relative;
}

.news-section .title-block .floated-text {
  color: #FBF4FF;
  font-family: 'Lobster Two', cursive;
  font-size: 72px;
  line-height: 1em;
  font-weight: 700;
  position: absolute;
  top: -40px;
  left: 50%;
  animation: fa-spin 10s ease infinite;
}

.news-section .title-block h2 {
  margin: 0;
  color: #34263C;
  font-size: 42px;
  font-family: 'Poppins', sans-serif;
  line-height: 48px;
  font-weight: 600;
  position: relative;
  z-index: 9;
}

.news-section .news-block-two {
  margin: 0px;
  -webkit-box-shadow: 0px 0px 30px rgba(190, 186, 194, 0.35);
  box-shadow: 0px 0px 30px rgba(190, 186, 194, 0.35);
}

.news-block-one {
  position: relative;
  display: block;
  padding: 72px 30px 59px 30px;
  background: #fff;
  box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.1);
  transition: all 500ms ease;
}

.news-block-one:hover {
  transform: translateY(-30px);
}

.news-block-one h3 {
  position: relative;
  display: block;
  line-height: 32px;
  font-size: 22px;
  font-weight: bold;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 10px;
}

.news-block-one h3 a {
  color: #34263C;
}

.news-block-one h3 a:hover {
  color: #d357fb;
}

.news-block-one .post-info {
  margin-bottom: 30px;
}

.news-block-one .post-info li {
  position: relative;
  display: inline-block;
  color: #6e6773;
}

.news-block-one .author-thumb {
  display: block;
  border-radius: 50%;
  margin: auto;
  height: 60px;
  width: 60px;
  overflow: hidden;
}

.news-block-one .author-thumb img {
  width: 100%;
  border-radius: 50%;
}

.news-block-one .author {
  position: relative;
  display: block;
  font-weight: 600;
  margin-top: 14px;
}


/** call-to-action **/

.call-to-action {
  position: relative;
  padding: 150px 0px;
}

.call-to-action:before {
  position: absolute;
  content: '';
  background: url(../images/icons/call-to-action-shap-1.png);
  width: 813px;
  height: 527px;
  left: 50px;
  top: 250px;
  background-repeat: no-repeat;
}

.call-to-action:after {
  position: absolute;
  content: '';
  background: url(../images/icons/call-to-action-shap-2.png);
  width: 546px;
  height: 438px;
  right: 0px;
  top: 35%;
  background-repeat: no-repeat;
}


.call-to-action .image-box {
  position: absolute;
  top: 225px;
  right: 120px;
  z-index: 1;
}

.call-to-action .title-block {
  margin-bottom: 87px;
}

.call-to-action .inner-box {
  position: relative;
  display: block;
  max-width: 570px;
  width: 100%;
}

.call-to-action .title-block span {
  color: #C64DFF;
  font-size: 20px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}

.call-to-action .title-block h3 {
  position: relative;
  display: block;
  margin-top: 30px;
  color: #34263C;
  font-size: 42px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}

.default-form .form-group {
  position: relative;
  margin-bottom: 0px;
}

.default-form .form-group input[type='text'],
.default-form .form-group input[type='email'],
.default-form .form-group textarea {
  position: relative;
  display: block;
  font-size: 16px;
  width: 100%;
  height: 50%;
  transition: all 500ms ease;
}

.default-form .form-group textarea {
  resize: none;
  height: 120px;
}

.call-to-action-form .form-group input[type='text'],
.call-to-action-form .form-group input[type='email'],
.call-to-action-form .form-group textarea {
  border-bottom: 1px solid #dfdae1;
  padding-bottom: 19px;
  margin-bottom: 48px;
  background: transparent;
}

.default-form .form-group input:focus,
.default-form .form-group textarea:focus {
  border-color: #d357fb;
}

.call-to-action-form .form-group textarea {
  height: 140px;
  margin-top: 67px;
}

.call-to-action-form .form-group.message-btn {
  padding-top: 12px;
}

.call-to-action-form .form-group.message-btn button {
  text-transform: capitalize;
  padding: 13.5px 34px;
}


/** cta-section **/

.cta-section {
  position: relative;
  display: block;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.cta-section .inner-shape-background:before {
  content: '';
  position: absolute;
  top: -55px;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background/cta-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.cta-section .inner-shape-background {
  position: relative;
  display: block;
  padding: 308px 0px;
}

.cta-section:before {
  content: '';
  position: absolute;
  bottom: 200px;
  left: 0;
  width: 258px;
  height: 359px;
  background-image: url(../images/icons/cta-1.png);
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
}

.cta-section:after {
  content: '';
  position: absolute;
  bottom: 100px;
  right: 0;
  width: 230px;
  height: 445px;
  background-image: url(../images/icons/cta-2.png);
  background-repeat: no-repeat;
  background-position: center center;
}

.cta-section .content-box h3 {
  position: relative;
  display: block;
  color: #fff;
  font-weight: 600;
  font-size: 36px;
  line-height: 48px;
  margin-bottom: 40px;
}

.cta-section .content-box .btn-style-one {
  text-transform: capitalize;
  padding: 13.5px 46px;
}

.cta-section .container {
  position: relative;
}

.cta-section .container .inner-shape-one {
  position: absolute;
  bottom: -70px;
  left: 10%;
  -webkit-animation: zoom-fade-two 5s infinite linear;
  animation: zoom-fade-two 5s infinite linear;
}

.cta-section .container .inner-shape-two {
  position: absolute;
  top: -50px;
  right: 10%;
  -webkit-animation: zoom-fade 6s infinite linear;
  animation: zoom-fade 6s infinite linear;
}


/** footer-subscribe **/


.footer-subscribe {
  position: relative;
  display: block;
  padding: 95px 0px 0px 0px;
}

.footer-subscribe .footer-subscribe-form {
  position: relative;
  display: block;
  padding: 67px 100px;
  background: #fff;
  -webkit-box-shadow: 1px 18px 34px rgba(203, 202, 203, 0.35);
  box-shadow: 1px 18px 34px rgba(203, 202, 203, 0.35);
  border-radius: 10px;
  margin: auto;
  width: 100%;
  z-index: 1;
}

.footer-subscribe .form-group {
  position: relative;
  display: block;
  margin: 0px;
}

.footer-subscribe .form-group input[type='email'] {
  position: relative;
  display: block;
  width: 100%;
  height: 80px;
  border: 1px solid #d357fb;
  border-radius: 10px;
  padding: 15px 300px 15px 30px;
  font-size: 16px;
  transition: all 500ms ease;
}

.footer-subscribe .form-group button {
  width: 271px;
  height: 80px;
  cursor: pointer;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 600;
  font-family: "Muli", sans-serif;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 500ms ease;
  background: linear-gradient(90deg, var(--c1, #C84FEF), var(--c2, #9A4CEA) 51%, var(--c1, #C84FEF)) var(--x, 0)/ 200%;
}

.footer-subscribe .form-group button:hover {
  --x: 100%;
}

/** main-footer **/

.main-footer {
  position: relative;
  display: block;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 143px;
}

.main-footer:before {
  position: absolute;
  content: '';
  background: url(../images/background/footer-bg.png);
  width: 100%;
  height: 396px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.main-footer .widget-content {
  position: relative;
  display: block;
  padding-bottom: 72px;
  border-bottom: 1px solid #f0e3fb;
}

.main-footer .about-widget {
  margin-top: 4px;
}

.main-footer .about-widget .footer-social li {
  position: relative;
  display: inline-block;
  margin-right: 6px;
}

.main-footer .about-widget .footer-social li:last-child {
  margin-right: 0px;
}

.main-footer .about-widget .footer-social a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #efd5f7;
  color: #C74FEF;
  text-align: center;
  line-height: 44px;
  z-index: 1;
}

.main-footer .about-widget .footer-social a:before {
  position: absolute;
  content: '';
  background-image: -moz-linear-gradient(0deg, #9e50ea 0%, #de53ef 100%);
  background-image: -webkit-linear-gradient(0deg, #9e50ea 0%, #de53ef 100%);
  background-image: -ms-linear-gradient(0deg, #9e50ea 0%, #de53ef 100%);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0, 0);
  transition: .5s ease;
  border-radius: 50%;
  z-index: -1;
}

.main-footer .about-widget .footer-social a:hover {
  color: #fff;
}

.main-footer .about-widget .footer-social a:hover:before {
  transform: scale(1, 1);
}

.main-footer .about-widget .footer-logo {
  margin-bottom: 52px;
}

.main-footer .about-widget .footer-logo img {
  position: relative;
  display: inline-block;
  width: auto;
}

.main-footer .about-widget .text {
  position: relative;
  display: block;
  color: #34263C;
  font-size: 18px;
  margin-bottom: 35px;
}

.main-footer .about-widget .text i {
  position: relative;
  color: #CFA7F6;
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.main-footer .widget-title {
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 41px;
}

.main-footer .contact-widget .widget-title {
  margin-bottom: 38px;
}

.main-footer .contact-widget .contact-list li {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 15px;
  padding: 0px 0px 0px 35px;
}

.main-footer .contact-widget .contact-list li a {
  position: relative;
  display: inline-block;
  color: #6e6773;
  font-size: 18px;
  line-height: 28px;
}

.main-footer .contact-widget .contact-list li a:hover {
  text-decoration: underline;
}

.main-footer .contact-widget .contact-list li:last-child {
  margin-bottom: 0px;
}

.main-footer .contact-widget .contact-list li i {
  position: absolute;
  top: 7px;
  left: 0;
  font-size: 18px;
  color: #615866;
}

.main-footer .contact-widget .contact-list li:first-child i {
  font-size: 21px;
}

.main-footer .link-widget .links-list li {
  position: relative;
  display: block;
  margin-bottom: 14px;
}

.main-footer .link-widget .links-list li:last-child {
  margin-bottom: 0px;
}

.main-footer .link-widget .links-list li a {
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: #827a88;
}

.main-footer .link-widget .links-list li a:hover,
.main-footer .footer-bottom .copyright a:hover {
  color: #d357fb;
}

.main-footer .footer-bottom .left-content {
  position: relative;
  float: left;
}

.main-footer .footer-widget.link-widget {
  float: right;
}

.main-footer .footer-bottom {
  position: relative;
  display: block;
  padding: 39px 0px 44px 0px;
}

.main-footer .footer-bottom .copyright {
  position: relative;
  display: block;
  margin-top: 5px;
}

.main-footer .footer-bottom .copyright a {
  color: #827988;
}

.main-footer .footer-bottom .right-content {
  position: relative;
  float: right;
}

.main-footer .footer-bottom .right-content .download-btn li {
  position: relative;
  display: inline-block;
  margin-left: 5px;
}

.main-footer .footer-bottom .right-content .download-btn li:first-child {
  margin-left: 0px;
}

.main-footer .footer-bottom .right-content .download-btn li a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-family: 'Muli', sans-serif;
  font-weight: 600;
  color: #ffffff;
  background: #ffffff;
  padding: 8.5px 32px;
  border-radius: 10px;
}

.main-footer .footer-bottom .right-content .download-btn li:first-child a {
  background: #2ba2ff;
}

.main-footer .footer-bottom .right-content .download-btn li:last-child a {
  background: #a94dec;
}

.main-footer .footer-bottom .right-content .download-btn li:first-child a:hover {
  background: #a94dec;
}

.main-footer .footer-bottom .right-content .download-btn li:last-child a:hover {
  background: #2ba2ff;
}

.main-footer .footer-bottom .right-content .download-btn li i {
  font-size: 18px;
  color: #ffffff;
  margin-right: 10px;
}

.rotate-me {
  animation-name: rotateme;
  animation-duration: 30s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: rotateme;
  -webkit-animation-duration: 30s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotateme;
  -moz-animation-duration: 30s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: rotateme;
  -ms-animation-duration: 30s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: rotateme;
  -o-animation-duration: 30s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}


/*** 

====================================================================
                        Home-Page-Two
====================================================================

***/

.banner-style-two {
  padding-bottom: 347px;
  padding-top: 393px;
  position: relative;
  background: #ffffff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.banner-style-two .inner-box {
  position: relative;
}

.banner-style-two .content-box {
  position: relative;
  display: block;
  margin-left: 50px;
}

.banner-style-two h1 {
  margin: 0;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  font-size: 60px;
  line-height: 82px;
  margin-bottom: 3px;
}

.banner-style-two h1 span {
  font-family: 'Lobster Two', cursive;
  color: #FB7671;
  font-size: 70px;
}

.banner-style-two .content-box .text {
  font-size: 22px;
  color: #f0e4ff;
  line-height: 30px;
  margin-bottom: 81px;
}

.banner-style-two .image-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
}

.banner-style-two .image-one {
  position: absolute;
  left: -160px;
  top: 45px;
}

.banner-style-two .image-two {
  position: relative;
  float: right;
  margin-right: 70px;
  top: -125px;
}

.banner-style-two .image-three {
  position: absolute;
  left: -150px;
  bottom: 200px;
}


/** feature-style-two **/


.features-style-two {
  position: relative;
  display: block;
  padding: 220px 0px 87px 0px;
}

.features-style-two .sec-title {
  margin-bottom: 67px;
}

.features-style-two .feature-block-one {
  padding: 70px 30px;
}

.features-style-two .feature-block-one .icon-box {
  position: relative;
  width: 87px;
  height: 82px;
  line-height: 110px;
  margin: 0 auto;
  font-size: 22px;
  color: #ffffff;
}

.features-style-two .feature-block-one .icon-box:after {
  position: absolute;
  content: '';
  background: url(../images/icons/feature-icon.png);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-repeat: no-repeat;
}

.features-style-two .feature-block-one .icon-box:before {
  display: none;
}

.features-style-two .feature-block-one .text {
  position: relative;
  display: block;
  transition: all 500ms ease;
}

.features-style-two .feature-block-one:hover .text {
  color: #ffffff;
}

/** fact-counter style-two **/

.fact-counter.style-two {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 0px;
}

.fact-counter.style-two .inner-content {
  position: relative;
  display: block;
  -webkit-box-shadow: 2px 30px 34px rgba(186, 185, 185, 0.35);
  box-shadow: 2px 30px 34px rgba(186, 185, 185, 0.35);
  background: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding: 64px 0;
  z-index: 1;
}

.fact-counter.style-two .counter-block {
  position: relative;
  display: inline-block;
  text-align: center;
  margin: 0px 40px;
}

.fact-counter.style-two .counter-block h4 {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: #6e6773;
  font-weight: 700;
  margin-bottom: 11px;
}

.fact-counter.style-two .counter-block span {
  position: relative;
  display: inline-block;
  font-size: 50px;
  line-height: 60px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: #d24ff7;
}


/** video-section style-two **/

.video-section.style-two {
  padding: 130px 0px 100px 0px;
}

.video-section.style-two .inner-box a {
  color: #ffffff;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #FB8470), color-stop(100%, #FB4777));
  background: -webkit-linear-gradient(341deg, #FB8470 0%, #FB4777 100%);
  background: -o-linear-gradient(341deg, #FB8470 0%, #FB4777 100%);
  background: linear-gradient(109deg, #FB8470 0%, #FB4777 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FB8470', endColorstr='#FB4777', GradientType=1);
  -webkit-animation: pulse-2 3s infinite;
  -o-animation: pulse-2 3s infinite;
  animation: pulse-2 3s infinite;
}

.video-section.style-two .inner-box h3 span {
  color: #fb8470;
}


/** about-section **/

.about-section {
  position: relative;
  display: block;
  padding: 53px 0px 150px 0px;
}

.about-section:before {
  position: absolute;
  content: '';
  background: url(../images/icons/about-bg-shap.png);
  width: 447px;
  height: 703px;
  top: 0px;
  right: 0px;
  background-repeat: no-repeat;
}

.about-section .title-box .icon-box {
  position: relative;
  display: inline-block;
  font-size: 28px;
  color: #ffffff;
  width: 134px;
  height: 151px;
  text-align: center;
  line-height: 120px;
}

.about-section .title-box .icon-box i {
  position: relative;
  right: 4px;
}

.about-section .title-box .icon-box:before {
  position: absolute;
  content: '';
  background: url(../images/icons/about-icon.png);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-repeat: no-repeat;
}

.about-section .title-box span {
  position: relative;
  display: block;
  font-size: 28px;
  line-height: 35px;
  font-family: 'Muli', sans-serif;
  font-weight: 600;
  margin-bottom: 38px;
  margin-top: -28px;
  color: transparent;
  background: -webkit-linear-gradient(0deg, #b351fb, #e14ef6 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.about-section .content-box {
  position: relative;
  display: block;
  margin-right: 50px;
}

.about-section .content-box p {
  position: relative;
  margin-bottom: 20px;
}

.about-section .content-box p:last-child {
  margin-bottom: 0px;
}

.about-section .content-box .text {
  margin-bottom: 45px;
}

.about-section .image-box {
  position: absolute;
  top: 0px;
  left: 63px;
  width: 100%;
  margin-top: 70px;
}

.about-section .image-box img {
  position: relative;
  width: 100%;
}

.about-section .image-box .image-1 {
  position: relative;
  float: left;
  margin-top: 210px;
  -webkit-box-shadow: 2px 30px 34px rgba(186, 185, 185, 0.80);
  box-shadow: 2px 30px 34px rgba(186, 185, 185, 0.80);
  z-index: 1;
}

.about-section .image-box .image-2 {
  position: absolute;
  top: 0px;
  right: -120px;
  margin-left: 100px;
  background: #ffffff;
  padding: 22px;
  -webkit-box-shadow: 2px 10px 34px rgba(186, 185, 185, 0.35);
  box-shadow: 2px 10px 34px rgba(186, 185, 185, 0.35);
}


/** agency-style-two **/

.agency-style-two {
  position: relative;
  display: block;
  padding: 175px 0px 300px 0px;
}

.agency-style-two:before {
  position: absolute;
  content: '';
  background: url(../images/icons/agency-shap.png);
  width: 507px;
  height: 688px;
  left: 0px;
  top: 265px;
  background-repeat: no-repeat;
}

.agency-style-two:after {
  position: absolute;
  content: '';
  background: url(../images/icons/agency-shap-2.png);
  width: 635px;
  height: 629px;
  right: 0px;
  bottom: 220px;
  background-repeat: no-repeat;
  z-index: -1;
}

.agency-style-two .inner-content .image-box {
  position: relative;
  margin-right: 100px;
}

.agency-style-two .inner-content .image-box img {
  position: relative;
  max-width: none;
  float: right;
}

.agency-style-two .inner-content .image-box .bubbles-1 {
  position: absolute;
  height: 26px;
  width: 27px;
  left: 170px;
  bottom: 50px;
  border-radius: 10px;
  background-image: -webkit-linear-gradient(90deg, #ceb3fa 0%, #fecaea 100%);
  background-image: -ms-linear-gradient(90deg, #ceb3fa 0%, #fecaea 100%);
  -webkit-box-shadow: 0px 16px 30px 0px rgba(181, 179, 185, 0.35);
  box-shadow: 0px 16px 30px 0px rgba(181, 179, 185, 0.35);
  -webkit-animation: zoom-fade-two 5s infinite linear;
  animation: zoom-fade-two 5s infinite linear;
}

.agency-style-two .inner-content .image-box .bubbles-2 {
  position: absolute;
  height: 26px;
  width: 27px;
  left: 0px;
  bottom: -80px;
  border-radius: 10px;
  background-image: -webkit-linear-gradient(90deg, #71b0fc 0%, #79f0d0 100%);
  background-image: -ms-linear-gradient(90deg, #71b0fc 0%, #79f0d0 100%);
  -webkit-box-shadow: 0px 16px 30px 0px rgba(181, 179, 185, 0.35);
  box-shadow: 0px 16px 30px 0px rgba(181, 179, 185, 0.35);
  -webkit-animation: zoom-fade 5s infinite linear;
  animation: zoom-fade 5s infinite linear;
}

.agency-style-two .inner-content .content-box {
  position: relative;
  display: block;
  padding-top: 145px;
  margin-right: 40px;
}

.agency-style-two .inner-content .content-box .top-text {
  position: relative;
  display: block;
  font-size: 28px;
  line-height: 38px;
  font-family: 'Muli', sans-serif;
  font-weight: 600;
  margin-bottom: 18px;
  color: transparent;
  background: -webkit-linear-gradient(0deg, #b351fb, #e14ef6 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

}

.agency-style-two .inner-content .content-box .top-text span {
  font-family: 'Lobster Two';
  font-weight: 400;
}

.agency-style-two .inner-content .content-box p {
  position: relative;
  display: block;
  font-size: 16px;
  margin-bottom: 45px;
}

.agency-style-two .sec-title h2 {
  margin-bottom: 18px;
}

.agency-style-two .inner-content .btn-style-two {
  padding: 13.5px 40.5px;
}

.agency-style-two .inner-content:last-child .image-box img {
  position: relative;
  max-width: none;
  float: left;
}

.agency-style-two .inner-content:last-child .image-box {
  margin: 15px 0px 0px 50px;
}

.agency-style-two .inner-content:last-child .image-box .bubbles-1 {
  position: absolute;
  height: 26px;
  width: 27px;
  bottom: 0px;
  left: 85%;
  border-radius: 10px;
  background-image: -webkit-linear-gradient(90deg, #ceb3fa 0%, #fecaea 100%);
  background-image: -ms-linear-gradient(90deg, #ceb3fa 0%, #fecaea 100%);
  -webkit-box-shadow: 0px 16px 30px 0px rgba(181, 179, 185, 0.35);
  box-shadow: 0px 16px 30px 0px rgba(181, 179, 185, 0.35);
  -webkit-animation: zoom-fade-two 5s infinite linear;
  animation: zoom-fade-two 5s infinite linear;
}

.agency-style-two .inner-content {
  position: relative;
  display: block;
  margin-bottom: 150px;
}

.agency-style-two .inner-content:last-child {
  margin-bottom: 0px;
}


/** testimonial-section style-two **/

.testimonial-section.style-two .title-block h3 {
  color: #222;
}

.testimonial-section.style-two .signle-testimonial-block p {
  color: #6b6a6c;
}

.testimonial-section.style-two .signle-testimonial-block .author-info h3 {
  color: #504f50;
}

.testimonial-section.style-two .signle-testimonial-block .author-info span {
  color: #828183;
}

.testimonial-section.style-two .nav-style-one .owl-nav .owl-prev:hover,
.testimonial-section.style-two .nav-style-one .owl-nav .owl-next:hover {
  color: #fff;
  border: 2px solid #fff;
}

.testimonial-section.style-two .nav-style-one .owl-nav .owl-prev:before,
.testimonial-section.style-two .nav-style-one .owl-nav .owl-next:before {
  background-image: -moz-linear-gradient(0deg, #FB4777 0%, #FB936E 100%);
  background-image: -webkit-linear-gradient(0deg, #FB4777 0%, #FB936E 100%);
  background-image: -ms-linear-gradient(0deg, #FB4777 0%, #FB936E 100%);
}

.testimonial-section.style-two .nav-style-one .owl-nav .owl-prev:hover:before,
.testimonial-section.style-two .nav-style-one .owl-nav .owl-next:hover:before {
  transform: scale(1, 1);
}

.testimonial-section.style-two .container .bubbles-1 {
  background-color: #fb936e;
  -webkit-box-shadow: 2px 30px 34px rgba(186, 185, 185, 0.80);
  box-shadow: 2px 30px 34px rgba(186, 185, 185, 0.80);
}

.testimonial-section.style-two .container .bubbles-2 {
  -webkit-box-shadow: 2px 30px 34px rgba(186, 185, 185, 0.80);
  box-shadow: 2px 30px 34px rgba(186, 185, 185, 0.80);
}

.testimonial-section.style-two .container .bubbles-3 {
  background-color: #fb4677;
  -webkit-box-shadow: 2px 30px 34px rgba(186, 185, 185, 0.80);
  box-shadow: 2px 30px 34px rgba(186, 185, 185, 0.80);
}

.testimonial-section.style-two .container .bubbles-4 {
  background-color: #f17ddf;
  -webkit-box-shadow: 2px 30px 34px rgba(186, 185, 185, 0.80);
  box-shadow: 2px 30px 34px rgba(186, 185, 185, 0.80);
}


/** portfolio-section **/

.portfolio-section {
  position: relative;
  display: block;
  padding: 300px 0px 180px 0px;
}

.portfolio-section .tab-btn-box {
  position: relative;
  display: block;
  margin-bottom: 130px;
}

.portfolio-section .project-tabs {
  position: relative;
  display: block;
  margin-left: -215px;
}

.portfolio-section .tab-btn-box .btn-box {
  position: absolute;
  top: -5px;
  right: -25px;
}

.portfolio-section .tab-btn-box .btn-box a {
  position: relative;
  display: inline-block;
  width: 79px;
  height: 79px;
  line-height: 79px;
  text-align: center;
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.50);
  font-weight: 600;
  font-size: 24px;
  background: linear-gradient(180deg, #FB4777 0%, #FB936E 100%);
}

.portfolio-section .tab-btn-box .btn-box .more {
  position: absolute;
  top: -53px;
  left: 70%;
  width: 102px;
  height: 56px;
  background: url(../images/icons/icon-2.png);
  background-repeat: no-repeat;
  opacity: 0;
  visibility: hidden;
  transition: all 500ms ease;
}

.portfolio-section .tab-btn-box .btn-box .clearfix:hover .more {
  opacity: 1;
  visibility: visible;
  left: 95%;
}

.portfolio-section .tab-btn-box .btn-box .more span {
  position: relative;
  display: block;
  font-size: 18px;
  font-family: 'Muli', sans-serif;
  font-weight: 400;
  color: #fc6680;
  text-align: center;
  left: 10px;
  top: 10px;
}

.portfolio-section .tab-btn-box .tab-btns {
  position: relative;
  display: inline-block;
  border-bottom: 2px solid #f3f2f3;
}

.portfolio-section .tab-btn-box .tab-btns li {
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 28px;
  font-family: 'Muli', sans-serif;
  font-weight: 400;
  color: #222;
  padding: 9px 0px 41px 55px;
  margin-right: 19px;
  cursor: pointer;
  transition: all 500ms ease;
}

.portfolio-section .tab-btn-box .tab-btns li.active-btn:before,
.portfolio-section .tab-btn-box .tab-btns li:before {
  position: absolute;
  content: '';
  background-color: #fe7b9d;
  width: 0%;
  height: 2px;
  left: 0px;
  bottom: -2px;
  transition: all 500ms ease;
}

.portfolio-section .tab-btn-box .tab-btns li.active-btn:nth-child(2):before,
.portfolio-section .tab-btn-box .tab-btns li:nth-child(2):before {
  background-color: #d977fa;
}

.portfolio-section .tab-btn-box .tab-btns li.active-btn:last-child:before,
.portfolio-section .tab-btn-box .tab-btns li:last-child:before {
  background-color: #8aeb66;
}

.portfolio-section .tab-btn-box .tab-btns li.active-btn:before,
.portfolio-section .tab-btn-box .tab-btns li:hover:before {
  width: 100%;
}

.portfolio-section .tab-btn-box .tab-btns li i {
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 18px;
  width: 43px;
  height: 43px;
  line-height: 43px;
  text-align: center;
  background-color: #222;
  color: #fff;
  border-radius: 50%;
  transition: all 500ms ease;
}

.portfolio-section .tab-btn-box .tab-btns li:first-child i {
  background-color: #ffe4eb;
  color: #fe7b9d;
}

.portfolio-section .tab-btn-box .tab-btns li:nth-child(2) i {
  background-color: #f9e7ff;
  color: #d977fa;
}

.portfolio-section .tab-btn-box .tab-btns li:last-child i {
  background-color: #e2fcd8;
  color: #8aeb66;
}

.portfolio-section .tab-btn-box .tab-btns li:first-child {
  color: #fe7b9d;
}

.portfolio-section .tab-btn-box .tab-btns li:nth-child(2) {
  color: #d977fa;
}

.portfolio-section .tab-btn-box .tab-btns li:last-child {
  color: #8aeb66;
  margin-right: 0px;
}

.portfolio-section .tabs-content .image-box {
  position: relative;
  display: block;
  width: 100%;
}

.portfolio-section .tabs-content .image-box .image {
  position: relative;
  float: left;
  background: #000;
  overflow: hidden;
}

.portfolio-section .tabs-content .image-box .image-2 {
  margin-left: 20px;
  margin-top: -60px;
}

.portfolio-section .tabs-content .image-box .image-3 {
  margin-left: 20px;
  margin-top: 20px;
}

.portfolio-section .tabs-content .image-box .image img {
  width: 100%;
  transition: all 1500ms ease;
}

.portfolio-section .tabs-content .image-box .image:hover img {
  opacity: 0.5;
  transform: scale(1.3) rotate(3deg);
}

.portfolio-section .content-box {
  position: relative;
  display: block;
  margin-left: 50px;
  padding-top: 284px;
}

.portfolio-section .content-box .top-text {
  position: relative;
  display: block;
  font-size: 28px;
  line-height: 38px;
  font-family: 'Muli', sans-serif;
  font-weight: 600;
  margin-bottom: 18px;
  color: transparent;
  background: -webkit-linear-gradient(0deg, #b351fb, #e14ef6 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.portfolio-section .content-box .top-text span {
  font-family: 'Lobster Two';
  font-weight: 400;
}

.portfolio-section .content-box .sec-title h2 {
  margin-bottom: 18px;
}

.portfolio-section .tabs-content .bubbles-1 {
  position: absolute;
  left: -50px;
  top: 170px;
  width: 29px;
  height: 29px;
  border-radius: 50%;
  background: linear-gradient(180deg, #f8e5ff 0%, #dd87fa 100%);
  -webkit-animation: zoom-fade-two 5s infinite linear;
  animation: zoom-fade-two 5s infinite linear;
}

.portfolio-section .tabs-content .bubbles-2 {
  position: absolute;
  left: 42%;
  top: 150px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: linear-gradient(180deg, #f1c1ec 0%, #fd468c 100%);
  -webkit-animation: zoom-fade-two 5s infinite linear;
  animation: zoom-fade-two 5s infinite linear;
}

.portfolio-section .tabs-content .bubbles-3 {
  position: absolute;
  left: 25%;
  bottom: -50px;
  width: 67px;
  height: 67px;
  border-radius: 50%;
  background: linear-gradient(180deg, #ff90ff 0%, #ff34fd 100%);
  -webkit-animation: zoom-fade 5s infinite linear;
  animation: zoom-fade 5s infinite linear;
}


/** cta-style-two **/

.cta-section.style-two .inner-shape-background:before {
  content: '';
  position: absolute;
  top: -55px;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background/cta-bg-2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.cta-section.style-two:before {
  background-image: url(../images/icons/cta-5.png);
  width: 258px;
  height: 359px;
}

.cta-section.style-two:after {
  background-image: url(../images/icons/cta-6.png);
  width: 230px;
  height: 445px;
}


/** news-style-two **/

.news-style-two {
  position: relative;
  display: block;
  padding: 140px 0px 194px 0px;
}

.news-style-two:before {
  position: absolute;
  content: '';
  background: url(../images/icons/news-shap-2.png);
  width: 70%;
  height: 316px;
  left: 0px;
  bottom: 165px;
  background-repeat: no-repeat;
}

.news-style-two .content-box {
  position: relative;
  display: block;
  padding-top: 200px;
}

.news-style-two .content-box .top-text {
  position: relative;
  display: block;
  font-size: 28px;
  line-height: 38px;
  font-family: 'Muli', sans-serif;
  font-weight: 600;
  margin-bottom: 12px;
  color: transparent;
  background: -webkit-linear-gradient(0deg, #b351fb, #e14ef6 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.news-style-two .sec-title h2 {
  margin-bottom: 22px;
}

.news-style-two .content-box .top-text span {
  font-family: 'Lobster Two';
  font-weight: 400;
}

.news-style-two .carousel-content {
  position: relative;
  display: block;
  padding: 0px;
  margin-left: 50px;
  margin-right: -120px;
}

.news-block-two {
  position: relative;
  display: block;
  text-align: center;
  margin-left: 30px;
  margin-bottom: 50px;
  margin-top: 30px;
  background: #ffffff;
  -webkit-box-shadow: -15px -2px 15px rgba(190, 186, 194, 0.35);
  box-shadow: -15px -2px 15px rgba(190, 186, 194, 0.35);
}

.news-style-two .three-column-carousel .owl-stage-outer .active+.active+.active .news-block-two {
  opacity: .4;
}

.news-style-two .blog-carousel-two .owl-stage-outer .active .single-blog-style-two {
  opacity: 1;
}

.news-style-two .owl-stage-outer {
  left: 100px;
}

.news-block-two .image-box {
  position: relative;
  display: block;
  overflow: hidden;
  background: #000;
}

.news-block-two .image-box img {
  width: 100%;
  opacity: 1;
  transition: all 1500ms ease;
}

.news-block-two:hover .image-box img {
  opacity: 0.5;
  transform: scale(1.3);
}

.news-block-two .lower-content {
  position: relative;
  display: block;
  padding: 72px 15px 60px 15px;
}

.news-block-two .lower-content h3 {
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 32px;
  color: #34263c;
  font-weight: 500;
  margin-bottom: 10px;
}

.news-block-two .lower-content h3 a {
  position: relative;
  display: inline-block;
  color: #34263c;
}

.news-block-two .lower-content h3 a:hover {
  color: #d357fb;
}

.news-block-two .lower-content .post-info {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.news-block-two .lower-content .author-thumb {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 6px;
}

.news-block-two .lower-content .author-thumb img {
  width: 100%;
  border-radius: 50%;
}

.news-block-two .lower-content .author-name {
  position: relative;
  display: block;
  color: #6e6773;
  font-weight: 600;
}

.news-style-two .nav-style-one .owl-nav {
  position: absolute;
  left: -465px;
  top: 125px;
  margin: 0px;
}

.news-style-two .nav-style-one .owl-nav .owl-prev:before,
.news-style-two .nav-style-one .owl-nav .owl-next:before {
  background: linear-gradient(180deg, #FB4777 0%, #FB936E 100%);
}

.news-style-two .nav-style-one .owl-nav .owl-prev:hover:before,
.news-style-two .nav-style-one .owl-nav .owl-next:hover:before {
  background: linear-gradient(180deg, #FB4777 0%, #FB936E 100%);
}

.news-style-two .nav-style-one .owl-nav .owl-prev:hover,
.news-style-two .nav-style-one .owl-nav .owl-next:hover {
  border-color: transparent;
}


/** footer-subscribe-two **/

.footer-subscribe .image-box {
  position: absolute;
  left: 30px;
  top: 0px;
  z-index: 1;
}

.footer-subscribe.style-two .form-group input[type='email'] {
  border: 1px solid #ffb9c8;
}

.footer-subscribe.style-two .form-group button {
  background: linear-gradient(90deg, var(--c1, #FB4477), var(--c2, #FB996D) 51%, var(--c1, #FB4477)) var(--x, 0)/ 200%;
}


/** footer-style-two **/

.main-footer.style-two {
  padding-top: 183px;
}

.main-footer.style-two:before {
  position: absolute;
  content: '';
  background: url(../images/background/footer-bg-2.png);
  width: 100%;
  height: 896px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.main-footer.style-two:after {
  position: absolute;
  content: '';
  background: url(../images/icons/footer-map.png);
  width: 813px;
  height: 527px;
  top: 50px;
  left: 25%;
  background-position: center center;
  background-repeat: no-repeat;
}

.main-footer.style-two .widget-content {
  z-index: 1;
}

.main-footer.style-two .about-widget .footer-social a {
  background: transparent;
  color: #222;
}

.main-footer.style-two .about-widget .footer-social a:before {
  background-image: -moz-linear-gradient(0deg, #FB4477 0%, #FB996D 100%);
  background-image: -webkit-linear-gradient(0deg, #FB4477 0%, #FB996D 100%);
  background-image: -ms-linear-gradient(0deg, #FB4477 0%, #FB996D 100%);
}

.main-footer.style-two .about-widget .footer-social a:hover {
  color: #fff;
}

.main-footer.style-two .footer-bottom .right-content .download-btn li:first-child a {
  background: linear-gradient(90deg, var(--c1, #FB4477), var(--c2, #FB996D) 51%, var(--c1, #FB4477)) var(--x, 0)/ 200%;
}

.main-footer.style-two .footer-bottom .right-content .download-btn li:first-child a:hover {
  --x: 100%;
}

.main-footer.style-two .footer-bottom .right-content .download-btn li:last-child a {
  background: linear-gradient(90deg, var(--c1, #9b4cea), var(--c2, #dd4fef) 51%, var(--c1, #9b4cea)) var(--x, 0)/ 200%;
}

.main-footer.style-two .footer-bottom .right-content .download-btn li:last-child a:hover {
  --x: 100%;
}


/*** 

====================================================================
                        Home-Page-Three
====================================================================

***/


/** banner-style-three **/

.banner-style-three {
  padding-bottom: 280px;
  padding-top: 325px;
  position: relative;
  background: #ffffff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.banner-style-three .inner-box {
  position: relative;
  display: block;
}

.banner-style-three .inner-box .image-box {
  position: absolute;
  top: 20px;
  right: -330px;
}

.banner-style-three .inner-box .image-box img {
  position: relative;
}

.banner-style-three .content-box h1 {
  position: relative;
  display: block;
  font-size: 60px;
  line-height: 60px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 36px;
}

.banner-style-three .content-box .text {
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 77px;
}

.clients-section.home-3 {
  padding: 150px 0px 53px 0px;
}


/** about-style-two **/

.about-style-two {
  position: relative;
  display: block;
  padding: 120px 0px 150px 0px;
}

.about-style-two:before {
  position: absolute;
  content: '';
  background: url(../images/icons/about-bg-shap-2.png);
  width: 447px;
  height: 645px;
  top: 0px;
  right: 0px;
  background-repeat: no-repeat;
}

.about-style-two .inner-box {
  position: relative;
  display: block;
  width: 100%;
}

.about-style-two .inner-box .image-box {
  position: absolute;
  top: -28px;
  right: -100px;
}

.about-style-two .content-box .title-box .icon-box {
  position: relative;
  display: inline-block;
  width: 110px;
  height: 93px;
  text-align: center;
  background: url(../images/icons/icon-3.png);
  background-repeat: no-repeat;
  margin-bottom: 5px;
}

.about-style-two .content-box .title-box .icon-box i {
  position: relative;
  display: inline-block;
  font-size: 32px;
  color: transparent;
  background: -webkit-linear-gradient(0deg, #9d4af6, #f94a79 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  top: 20px;
}

.about-style-two .content-box .title-box .top-text {
  position: relative;
  display: block;
  font-size: 28px;
  line-height: 35px;
  font-family: 'Muli', sans-serif;
  font-weight: 600;
  margin-bottom: 37px;
  color: transparent;
  background: -webkit-linear-gradient(0deg, #b351fb, #e14ef6 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.about-style-two .content-box .title-box .top-text span {
  font-family: 'Lobster Two';
  font-weight: 400;
}

.about-style-two .content-box .text {
  position: relative;
  display: block;
  padding-bottom: 48px;
}

.about-style-two .content-box p {
  position: relative;
  display: block;
  margin-bottom: 21px;
}

.about-style-two .content-box p:last-child {
  margin-bottom: 0px;
}


/** our-story **/

.our-story {
  position: relative;
  display: block;
  padding: 147px 0px 305px 0px;
}

.our-story:before {
  position: absolute;
  content: '';
  background: url(../images/background/story-bg.png);
  width: 100%;
  height: 663px;
  left: 0px;
  bottom: 0px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
}

.our-story .content-box .text {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 77px;
}

.our-story .content-box .icon-box {
  position: relative;
  display: inline-block;
}

.our-story .content-box .icon-box:before {
  position: absolute;
  content: '';
  background: #ffffff;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  right: 70px;
  bottom: 36px;
  box-shadow: 0 0 0px 10px rgba(249, 74, 121, 0.2);
  -webkit-animation: zoom-fade-two 5s infinite linear;
  animation: zoom-fade-two 5s infinite linear;
}

.our-story .content-box .icon-box img {
  width: 100%;
}

.our-story .content-box {
  position: relative;
  display: block;
  margin-right: 35px;
}

.our-story .content-box .sec-title h2 {
  margin-bottom: 26px;
}

.our-story .fact-counter {
  position: relative;
  display: block;
  margin-top: 50px;
  min-height: 350px;
  z-index: 1;
}

.counter-block-two {
  position: relative;
  display: block;
  width: 214px;
  height: 214px;
  text-align: center;
  border-radius: 50%;
  margin: 0 auto;
  padding: 74px 0px 40px 0px;
  -webkit-box-shadow: 2px 10px 34px rgba(186, 185, 185, 0.35);
  box-shadow: 2px 10px 34px rgba(186, 185, 185, 0.35);
}

.counter-block-two h4 {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  color: #34263c;
  margin-bottom: 11px;
}

.counter-block-two span {
  position: relative;
  display: inline-block;
  font-size: 50px;
  line-height: 60px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}

.counter-block-two:first-child {
  background: #c8fcff;
  position: absolute;
  left: 20px;
  top: 76px;
}

.counter-block-two:nth-child(2) {
  background: #f4dbff;
}

.counter-block-two:last-child {
  background: #ffe6ec;
  position: absolute;
  top: 76px;
  right: 20px;
  z-index: -1;
}

.counter-block-two:first-child span {
  color: #4ae0fd;
}

.counter-block-two:nth-child(2) span {
  color: #d24ff7;
}

.counter-block-two:last-child span {
  color: #fb4c76;
}

/** video-style-two **/

.video-style-two {
  position: relative;
  display: block;
  padding: 118px 0px 195px 0px;
}

.video-style-two .content-box .icon-box {
  position: relative;
  display: inline-block;
  width: 110px;
  height: 93px;
  text-align: center;
  background: url(../images/icons/icon-3.png);
  background-repeat: no-repeat;
  margin-bottom: 9px;
}

.video-style-two .content-box {
  position: relative;
  display: block;
  margin-top: 60px;
}

.video-style-two .content-box .icon-box i {
  position: relative;
  display: inline-block;
  font-size: 26px;
  color: transparent;
  background: -webkit-linear-gradient(0deg, #9d4af6, #f94a79 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  top: 25px;
}

.video-style-two .content-box h3 {
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 40px;
  color: #34263c;
  margin-bottom: 18px;
}

.video-style-two .content-box h3 span {
  color: #b750f3;
}

.video-style-two .image-box {
  position: relative;
  float: right;
  right: -30px;
}

.video-style-two .image-box:before {
  position: absolute;
  content: '';
  background: linear-gradient(90deg, var(--c1, #9b4cea), var(--c2, #dd4fef) 51%, var(--c1, #9b4cea)) var(--x, 0)/ 200%;
  width: 100%;
  height: 470px;
  top: -30px;
  right: -110px;
}

.video-style-two .image-box:after {
  position: absolute;
  content: '';
  background: #fff;
  width: 425px;
  height: 325px;
  right: -180px;
  bottom: -115px;
  z-index: -1;
  -webkit-box-shadow: 2px 10px 34px rgba(186, 185, 185, 0.35);
  box-shadow: 2px 10px 34px rgba(186, 185, 185, 0.35);
}

.video-style-two .image-box img {
  position: relative;
  width: 100%;
}

.video-style-two .image-box .video-btn {
  position: absolute;
  left: 130px;
  bottom: -50px;
}

.video-style-two .image-box .video-btn a {
  position: relative;
  display: inline-block;
  font-size: 25px;
  color: #fff;
  width: 92px;
  height: 92px;
  line-height: 92px;
  text-align: center;
  border-radius: 50%;
  transition: all 500ms ease;
  -webkit-animation: pulse-3 3s infinite;
  -o-animation: pulse-3 3s infinite;
  animation: pulse-3 3s infinite;
  background-image: -webkit-linear-gradient(270deg, #fb8470 0%, #fb4977 100%);
}

.video-style-two .inner-content .bubbles-1 {
  position: absolute;
  top: -52px;
  right: -168px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  -webkit-animation: zoom-fade 5s infinite linear;
  animation: zoom-fade 5s infinite linear;
  background-image: -webkit-linear-gradient(0deg, #b551fb 0%, #e04ef6 100%);
}

.video-style-two .inner-content .bubbles-2 {
  position: absolute;
  top: 193px;
  right: -250px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  z-index: -1;
  -webkit-animation: zoom-fade-two 5s infinite linear;
  animation: zoom-fade-two 5s infinite linear;
  background-image: -webkit-linear-gradient(0deg, #b551fb 0%, #e04ef6 100%);
}


/** discover-section **/

.discover-section {
  position: relative;
  display: block;
  padding: 150px 0px 150px 0px;
}

.discover-section .image-box {
  position: relative;
  display: block;
  margin-right: 150px;
}

.discover-section .image-box img {
  position: relative;
  max-width: none;
  float: right;
}

.discover-section .content-box .top-text {
  position: relative;
  display: block;
  font-size: 28px;
  line-height: 38px;
  font-family: 'Muli', sans-serif;
  font-weight: 600;
  margin-bottom: 18px;
  color: transparent;
  background: -webkit-linear-gradient(0deg, #b351fb, #e14ef6 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.discover-section .content-box .top-text span {
  font-family: 'Lobster Two';
  font-weight: 400;
}

.discover-section .content-box .text p {
  position: relative;
  display: block;
  margin-bottom: 43px;
}

.discover-section .content-box {
  position: relative;
  display: block;
  margin-right: 25px;
  padding-top: 128px;
}

.discover-section .content-box .sec-title h2 {
  margin-bottom: 22px;
}

.discover-section .content-box .btn-style-three {
  padding: 13.5px 37px;
}

.discover-section .image-box .bubbles-1 {
  position: absolute;
  height: 26px;
  width: 26px;
  left: -75px;
  top: 90px;
  border-radius: 10px;
  background-image: -webkit-linear-gradient(90deg, #d5bafb 0%, #c6cffc 100%);
  background-image: -ms-linear-gradient(90deg, #d5bafb 0%, #c6cffc 100%);
  -webkit-box-shadow: 0px 16px 30px 0px rgba(181, 179, 185, 0.35);
  box-shadow: 0px 16px 30px 0px rgba(181, 179, 185, 0.35);
  -webkit-animation: zoom-fade 5s infinite linear;
  animation: zoom-fade 5s infinite linear;
}

.discover-section .image-box .bubbles-2 {
  position: absolute;
  height: 26px;
  width: 26px;
  right: 0px;
  bottom: 45%;
  border-radius: 10px;
  background-image: -webkit-linear-gradient(90deg, #ceb3fa 0%, #fecbea 100%);
  background-image: -ms-linear-gradient(90deg, #ceb3fa 0%, #fecbea 100%);
  -webkit-box-shadow: 0px 16px 30px 0px rgba(181, 179, 185, 0.35);
  box-shadow: 0px 16px 30px 0px rgba(181, 179, 185, 0.35);
  -webkit-animation: zoom-fade-two 5s infinite linear;
  animation: zoom-fade-two 5s infinite linear;
}

.discover-section .image-box .bubbles-3 {
  position: absolute;
  height: 26px;
  width: 26px;
  left: 0px;
  bottom: -15px;
  border-radius: 10px;
  background-image: -webkit-linear-gradient(90deg, #ad32f9 0%, #ee9cff 100%);
  background-image: -ms-linear-gradient(90deg, #ad32f9 0%, #ee9cff 100%);
  -webkit-box-shadow: 0px 16px 30px 0px rgba(181, 179, 185, 0.35);
  box-shadow: 0px 16px 30px 0px rgba(181, 179, 185, 0.35);
  -webkit-animation: zoom-fade 5s infinite linear;
  animation: zoom-fade 5s infinite linear;
}


/** portfolio-style-two **/

.portfolio-section.style-two {
  padding-top: 94px;
  padding-bottom: 248px;
}

.portfolio-section.style-two .project-tabs {
  margin: 0px;
  margin-left: 15px;
}

.portfolio-section.style-two .tabs-content .column {
  padding: 0px 10px;
}

.portfolio-section.style-two .tabs-content .image-box .image {
  float: none;
}

.portfolio-section.style-two .tabs-content {
  position: relative;
  display: block;
  margin: 0px 5px;
}

.portfolio-section.style-two .tab-btn-box {
  max-width: 805px;
  width: 100%;
  margin-bottom: 75px;
}

.portfolio-section.style-two .tab-btn-box .btn-box a {
  background: linear-gradient(90deg, var(--c1, #9e23f9), var(--c2, #e059f9) 51%, var(--c1, #9e23f9)) var(--x, 0)/ 200%;
}

.portfolio-section.style-two .content-box {
  margin-left: 0px;
  padding-top: 215px;
  margin-right: 10px;
}

.portfolio-section.style-two .content-box .top-text {
  margin-bottom: 18px;
}

.portfolio-section.style-two .large-container {
  position: relative;
}

.portfolio-section.style-two .bubbles-1 {
  position: absolute;
  left: -50px;
  top: 100px;
  width: 29px;
  height: 29px;
  border-radius: 50%;
  background: linear-gradient(180deg, #cd6efe 0%, #fc66fe 100%);
  -webkit-animation: zoom-fade-two 5s infinite linear;
  animation: zoom-fade-two 5s infinite linear;
}

.portfolio-section.style-two .bubbles-2 {
  position: absolute;
  right: -20px;
  top: 100px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: linear-gradient(180deg, #f1c3ee 0%, #fd468c 100%);
  -webkit-animation: zoom-fade-two 5s infinite linear;
  animation: zoom-fade-two 5s infinite linear;
}

.portfolio-section.style-two .bubbles-3 {
  position: absolute;
  right: -80px;
  bottom: 0px;
  width: 67px;
  height: 67px;
  border-radius: 50%;
  background: linear-gradient(180deg, #ff90ff 0%, #ff32fd 100%);
  -webkit-animation: zoom-fade 5s infinite linear;
  animation: zoom-fade 5s infinite linear;
}


/** testimonial-style-three **/

.testimonial-section.style-three {
  padding-bottom: 260px;
}

.testimonial-section.style-three .nav-style-one .owl-nav .owl-prev:hover,
.testimonial-section.style-three .nav-style-one .owl-nav .owl-next:hover {
  color: #fff;
  border: 2px solid #fff;
}

.testimonial-section.style-three .nav-style-one .owl-nav .owl-prev:before,
.testimonial-section.style-three .nav-style-one .owl-nav .owl-next:before {
  background-image: -moz-linear-gradient(-90deg, #d855f9 0%, #a82df9 100%);
  background-image: -webkit-linear-gradient(-90deg, #d855f9 0%, #a82df9 100%);
  background-image: -ms-linear-gradient(-90deg, #d855f9 0%, #a82df9 100%);
}

.testimonial-section.style-three .nav-style-one .owl-nav .owl-prev:hover:before,
.testimonial-section.style-three .nav-style-one .owl-nav .owl-next:hover:before {
  transform: scale(1, 1);
}

/** style-bg **/

.style-bg {
  position: relative;
  display: block;
  padding: 80px 0px 100px 0px;
}

.style-bg .image-box {
  position: relative;
  display: block;
}

.style-bg .image-box .image-1 {
  position: relative;
  display: inline-block;
  margin-left: 130px;
  -webkit-animation: zoom-fade 15s infinite linear;
  animation: zoom-fade 15s infinite linear;
}

.style-bg .image-box .image-2 {
  position: absolute;
  top: 60px;
  right: 160px;
  -webkit-animation: zoom-fade 15s infinite linear;
  animation: zoom-fade 15s infinite linear;
}

.style-bg .image-box .image-3 {
  position: absolute;
  right: -30px;
  bottom: -100px;
}

.cta-section.style-three {
  background: #d142ee;
  padding: 188px 0px 166px 0px;
}

.cta-section.style-three .btn-style-three {
  padding: 13.5px 29px;
  text-transform: none;
}

.cta-section.style-three .container .inner-shape-two {
  top: -120px;
  right: 0px;
}

.cta-section.style-three:before {
  background: url(../images/icons/cta-9.png);
  left: 0px;
  bottom: 0px;
}

.cta-section.style-three:after {
  background: url(../images/icons/cta-10.png);
  right: 0px;
  bottom: 0px;
}


/** team-section **/

.team-section {
  position: relative;
  display: block;
  padding: 217px 0px 120px 0px;
}

.team-section .title-column .icon-box {
  position: relative;
  display: inline-block;
  width: 110px;
  height: 93px;
  text-align: center;
  background: url(../images/icons/icon-3.png);
  background-repeat: no-repeat;
  margin-bottom: 9px;
}

.team-section .title-column .icon-box i {
  position: relative;
  display: inline-block;
  font-size: 26px;
  color: transparent;
  background: -webkit-linear-gradient(0deg, #9d4af6, #f94a79 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  top: 25px;
}

.team-section .title-column h3 {
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
}

.team-section .title-column {
  position: relative;
  display: block;
  max-width: 450px;
  padding-top: 145px;
}

.team-block-one {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.team-block-one .image-box {
  position: relative;
  display: block;
  overflow: hidden;
}

.team-block-one img {
  width: 100%;
  transition: all 3000ms ease;
}

.team-block-one:hover img {
  transform: scale(1.3);
}

.team-block-one .info-box {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  background: rgba(14, 209, 246, 0.90);
  text-align: center;
  padding: 26px 15px 9px 15px;
  transform: scale(0);
  transition: all 900ms ease;
}

.team-block-one:hover .info-box {
  transform: scale(1);
}

.team-block-one .info-box .designation {
  position: relative;
  display: block;
  color: #fff;
  line-height: 20px;
  margin-bottom: 4px;
}

.team-block-one .info-box h4 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
}

.team-block-one .info-box h4 a {
  color: #fff;
}

.team-block-one .info-box h4 a:hover {
  color: #d357fb;
}

.team-block-one .button-box {
  position: absolute;
  left: -18px;
  top: -21px;
}

.team-block-one .button-box a {
  position: relative;
  display: inline-block;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.50);
  font-weight: 600;
  font-size: 20px;
  transform: scale(0);
  z-index: 1;
  background: linear-gradient(90deg, var(--c1, #9e23f9), var(--c2, #e059f9) 51%, var(--c1, #9e23f9)) var(--x, 0)/ 200%;
}

.team-block-one:hover .button-box a {
  transform: scale(1);
}

/** footer-subscribe-three **/


.footer-subscribe.style-three {
  padding-top: 163px;
}

.footer-subscribe.style-three .form-group button,
.footer-subscribe.style-four .form-group button {
  width: 250px;
  height: 70px;
  border-radius: 0px;
  background: linear-gradient(90deg, var(--c1, #C84FEF), var(--c2, #9A4CEA) 51%, var(--c1, #C84FEF)) var(--x, 0)/ 200%;
}

.footer-subscribe.style-three .form-group input[type='email'],
.footer-subscribe.style-four .form-group input[type='email'] {
  width: calc(100% - 270px);
  border: none;
  border-bottom: 1px solid #f2d6ff;
  border-radius: 0px;
  height: 70px;
  padding: 15px 0px;
}

.main-footer.style-three .footer-widget.link-widget {
  float: none;
}

.main-footer.style-six .footer-widget.link-widget {
  float: right;
}


/** footer-style-three **/


.main-footer.style-three {
  padding-top: 160px;
}

.main-footer.style-three:before {
  background: url(../images/background/footer-bg-3.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 1028px;
}

.main-footer.style-three .footer-top {
  position: relative;
  display: block;
  padding-bottom: 53px;
  border-bottom: 1px solid #efe8ee;
}

.main-footer.style-three .footer-top .right-content {
  position: relative;
  margin-top: 8px;
}

.main-footer.style-three .footer-top .right-content .text {
  position: relative;
  display: block;
  color: #34263C;
  font-size: 18px;
  margin: 10px 30px 0px 0px;
  float: left;
}

.main-footer.style-three .footer-top .right-content .text i {
  position: relative;
  color: #CFA7F6;
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.main-footer.style-three .footer-top .right-content .footer-social {
  position: relative;
  float: left;
}

.main-footer.style-three .footer-top .right-content .footer-social li {
  position: relative;
  display: inline-block;
}

.main-footer.style-three .footer-top .right-content .footer-social a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: transparent;
  color: #222;
  text-align: center;
  line-height: 44px;
  z-index: 1;
}

.main-footer.style-three .footer-top .right-content .footer-social a:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0, 0);
  transition: .5s ease;
  border-radius: 50%;
  background-image: -moz-linear-gradient(0deg, #9A4CEA 0%, #C84FEF 100%);
  background-image: -webkit-linear-gradient(0deg, #9A4CEA 0%, #C84FEF 100%);
  background-image: -ms-linear-gradient(0deg, #9A4CEA 0%, #C84FEF 100%);
  z-index: -1;
}

.main-footer.style-three .footer-top .right-content .footer-social a:hover:before {
  transform: scale(1, 1);
}

.main-footer.style-three .footer-top .right-content .footer-social a:hover {
  color: #fff;
}

.main-footer.style-three .widget-content {
  padding-top: 68px;
  border-bottom: none;
  padding-bottom: 78px;
}

.main-footer.style-three .footer-bottom .apps-btn li {
  position: relative;
  display: inline-block;
}

.main-footer.style-three .footer-bottom .apps-btn li a {
  position: relative;
  display: inline-block;
  font-size: 26px;
  color: #fff;
  width: 65px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  border-radius: 50%;
}

.main-footer.style-three .footer-bottom .apps-btn li:first-child {
  margin-right: 17px;
}

.main-footer.style-three .footer-bottom .apps-btn li:first-child a {
  background: linear-gradient(0deg, var(--c1, #12d2f6), var(--c2, #a14dea) 0%, var(--c1, #12d2f6)) var(--x, 0)/ 200%;
}

.main-footer.style-three .footer-bottom .apps-btn li:last-child a {
  background: linear-gradient(0deg, var(--c1, #d54fef), var(--c2, #9e4cea) 0%, var(--c1, #d54fef)) var(--x, 0)/ 200%;
}

.main-footer.style-three .footer-bottom {
  border-top: 1px solid #f6eef3;
  padding: 39px 0px;
}

.main-footer.style-three .footer-bottom .copyright {
  margin-top: 15px;
}


/*** 

====================================================================
                        Home-Page-Four
====================================================================

***/


/** banner-style-four **/

.banner-style-four {
  position: relative;
  display: block;
  padding: 345px 0px 285px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.banner-style-four .inner-box {
  position: relative;
  display: block;
  width: 100%;
}

.banner-style-four .inner-box .content-box {
  position: relative;
  display: block;
  max-width: 720px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

.banner-style-four .inner-box .content-box h1 {
  position: relative;
  display: block;
  font-size: 60px;
  line-height: 70px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 34px;
}

.banner-style-four .inner-box .content-box .text {
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 90px;
  color: #fff;
}

.banner-style-four .inner-box .content-box .video-btn a {
  position: relative;
  display: inline-block;
  font-size: 30px;
  color: #fff;
  width: 146px;
  height: 146px;
  line-height: 146px;
  text-align: center;
  border-radius: 50%;
  -webkit-box-shadow: 2px 30px 34px rgba(0, 0, 0, 0.20);
  box-shadow: 2px 30px 34px rgba(0, 0, 0, 0.20);
  transition: 1s ease;
  -webkit-animation: pulse-4 3s infinite;
  -o-animation: pulse-4 3s infinite;
  animation: pulse-4 3s infinite;
  background: linear-gradient(90deg, var(--c1, #a5b3fe), var(--c2, #e21dfb) 51%, var(--c1, #a5b3fe)) var(--x, 0)/ 200%;
}

.banner-style-four .inner-box .content-box .video-btn a:hover {
  --x: 100%;
}

.banner-style-four .inner-box .image-1 {
  position: absolute;
  left: -100px;
  bottom: -300px;
}

.banner-style-four .inner-box .image-2 {
  position: absolute;
  left: 50px;
  bottom: -270px;
}

.banner-style-four .inner-box .image-3 {
  position: absolute;
  left: 280px;
  bottom: -250px;
}

.banner-style-four .inner-box .image-4 {
  position: absolute;
  right: 0px;
  bottom: -310px;
}

.banner-style-four .inner-box .image-5 {
  position: absolute;
  right: -150px;
  bottom: -300px;
}


/** feature-style-three **/

.feature-style-three {
  position: relative;
  display: block;
  padding: 200px 0px 100px 0px;
}

.feature-block-two {
  position: relative;
  display: block;
  background: #fff;
  padding: 67px 30px 76px 30px;
  border-radius: 15px;
  box-shadow: none;
  transition: all 500ms ease;
}

.feature-block-two .icon-box {
  position: relative;
  display: block;
  min-height: 94px;
  margin: 0 auto;
  width: auto;
  height: auto;
  margin-bottom: 13px;
}

.feature-block-two .icon-box:before,
.feature-block-two .icon-box:after {
  display: none;
}

.feature-block-two h3 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  font-family: 'Muli', sans-serif;
  font-weight: 600;
  color: #34263c;
  margin-top: 0px;
  margin-bottom: 20px;
}

.feature-block-two h3 a {
  color: #34263c;
}

.feature-block-two p {
  width: 100%;
}


/** story-style-two **/

.our-story.style-two {
  position: relative;
  padding-top: 75px;
  padding-bottom: 270px;
}

.our-story.style-two .fact-counter {
  margin-top: 0px;
}

.our-story.style-two .counter-inner {
  position: relative;
  display: block;
  margin-top: 93px;
  left: -50px;
}

.our-story.style-two .sec-title h2 {
  margin-bottom: 26px;
}

.our-story.style-two .content-box .icon-box {
  margin-bottom: 51px;
}

.our-story.style-two .content-box h3 {
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  color: #2f2f2f;
  margin-bottom: 73px;
}

.our-story.style-two .content-box {
  position: relative;
  display: block;
  margin: 58px 0px 0px 145px;
}


/** about-style-three **/

.about-style-three {
  position: relative;
  display: block;
  padding: 150px 0px 90px 0px;
}

.about-style-three:before {
  position: absolute;
  content: '';
  background: url(../images/icons/about-bg-shap-3.png);
  width: 477px;
  height: 471px;
  left: 0px;
  bottom: 0px;
  background-repeat: no-repeat;
}

.about-style-three .image-box {
  position: relative;
  display: block;
  margin-right: 125px;
}

.about-style-three .image-box img {
  position: relative;
  max-width: none;
  float: right;
}

.about-style-three .content-box .icon-box {
  position: relative;
  display: inline-block;
  width: 110px;
  height: 93px;
  text-align: center;
  background: url(../images/icons/icon-3.png);
  background-repeat: no-repeat;
  margin-bottom: 4px;
}

.about-style-three .content-box .icon-box i {
  position: relative;
  display: inline-block;
  font-size: 32px;
  color: transparent;
  background: -webkit-linear-gradient(0deg, #9d4af6, #f94a79 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  top: 18px;
}

.about-style-three .content-box .top-text {
  position: relative;
  display: block;
  font-size: 28px;
  line-height: 38px;
  font-family: 'Muli', sans-serif;
  font-weight: 600;
  margin-bottom: 35px;
  color: transparent;
  background: -webkit-linear-gradient(0deg, #3b9fff, #e84bfc 25%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.about-style-three .content-box .top-text span {
  font-family: 'Lobster Two';
  font-weight: 400;
}

.about-style-three .content-box .text p {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: #6c6c6c;
  margin-bottom: 33px;
}

.about-style-three .content-box .sec-title h2 {
  margin-bottom: 18px;
  font-size: 38px;
}

.about-style-three .content-box .btn-style-four {
  padding: 13.5px 50.5px;
}

.about-style-three .content-box {
  position: relative;
  display: block;
  padding-top: 83px;
}


/** portfolio-style-three **/

.portfolio-section.style-three {
  position: relative;
  padding: 120px 0px 74px 0px;
}

.portfolio-section.style-three .tabs-content .image-box .image {
  float: none;
}

.portfolio-section.style-three .tab-btn-box .tab-btns li.active-btn:nth-child(3):before,
.portfolio-section.style-three .tab-btn-box .tab-btns li:nth-child(3):before {
  background: #8aeb66;
}

.portfolio-section.style-three .tab-btn-box .tab-btns li.active-btn:last-child:before,
.portfolio-section.style-three .tab-btn-box .tab-btns li:last-child:before {
  background: #36a1ff;
}

.portfolio-section.style-three .tab-btn-box .tab-btns li:nth-child(3) i {
  color: #8aeb66;
  background: #e2fcd8;
}

.portfolio-section.style-three .tab-btn-box .tab-btns li:nth-child(3) {
  color: #8aeb66;
}

.portfolio-section.style-three .tab-btn-box .tab-btns li:last-child i {
  background: #d7ecff;
  color: #36a1ff;
}

.portfolio-section.style-three .tab-btn-box .tab-btns li:last-child {
  color: #36a1ff;
}

.portfolio-section.style-three .project-tabs {
  margin-left: 0px;
}

.portfolio-section.style-three .tabs-content .column {
  padding: 0px 10px;
}

.portfolio-section.style-three .tabs-content {
  position: relative;
  display: block;
  margin: 0px 18px;
}

.portfolio-section.style-three .project-tabs .btn-box {
  position: relative;
  display: block;
  margin-top: 56px;
}

.portfolio-section.style-three .project-tabs .btn-box a {
  position: relative;
  display: inline-block;
  width: 79px;
  height: 79px;
  line-height: 79px;
  text-align: center;
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.50);
  font-weight: 600;
  font-size: 24px;
  background: linear-gradient(90deg, var(--c1, #32a3ff), var(--c2, #e94cfc) 51%, var(--c1, #32a3ff)) var(--x, 0)/ 200%;
}

.portfolio-section.style-three .project-tabs .btn-box a:hover {
  --x: 100%;
}

.portfolio-section.style-three .tab-btn-box {
  margin-bottom: 75px;
}

.portfolio-section.style-three .large-container {
  position: relative;
}

.portfolio-section.style-three .bubbles-1 {
  position: absolute;
  left: -50px;
  top: 100px;
  width: 29px;
  height: 29px;
  border-radius: 50%;
  background: linear-gradient(180deg, #cd6efe 0%, #fc66fe 100%);
  -webkit-animation: zoom-fade-two 5s infinite linear;
  animation: zoom-fade-two 5s infinite linear;
}

.portfolio-section.style-three .bubbles-2 {
  position: absolute;
  right: -20px;
  top: 100px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: linear-gradient(180deg, #f1c3ee 0%, #fd468c 100%);
  -webkit-animation: zoom-fade-two 5s infinite linear;
  animation: zoom-fade-two 5s infinite linear;
}

.portfolio-section.style-three .bubbles-3 {
  position: absolute;
  right: -100px;
  bottom: 130px;
  width: 67px;
  height: 67px;
  border-radius: 50%;
  background: linear-gradient(180deg, #ff90ff 0%, #ff32fd 100%);
  -webkit-animation: zoom-fade 5s infinite linear;
  animation: zoom-fade 5s infinite linear;
}

.video-style-two.home-4 {
  padding-bottom: 325px;
}

.video-style-two.home-4 .style-image {
  position: absolute;
  left: 80px;
  bottom: 50px;
}

.video-style-two.home-4 .style-image img {
  position: relative;
  width: auto;
  -webkit-animation: zoom-fade 15s infinite linear;
  animation: zoom-fade 15s infinite linear;
}


/** testimonial-style-four **/

.testimonial-section.style-four {
  position: relative;
  display: block;
  padding: 165px 0px 95px 0px;
}

.testimonial-section.style-four .title-block h3 {
  color: #2f2f2f;
  margin-bottom: 57px;
}

.testimonial-section.style-four .title-block .icon-box {
  position: relative;
  width: 40px;
  height: 36px;
  margin: 0 auto;
}

.testimonial-section.style-four .signle-testimonial-block .text {
  position: relative;
  display: block;
  background: #fff;
  font-size: 22px;
  line-height: 32px;
  padding: 66px 30px 69px 30px;
  border-radius: 15px;
  margin-bottom: 27px;
  box-shadow: 0px 20px 50px -10px rgba(211, 87, 251, 0.10);
}

.testimonial-section.style-four .signle-testimonial-block .author-info {
  position: relative;
  display: block;
  padding: 13px 0px 8px 100px;
}

.testimonial-section.style-four .signle-testimonial-block .author-info .author-thumb {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
}

.testimonial-section.style-four .signle-testimonial-block .author-info .author-thumb img {
  width: 100%;
  border-radius: 50%;
}

.testimonial-section.style-four .signle-testimonial-block .author-info h3 {
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-family: 'Muli', sans-serif;
  font-weight: 600;
  color: #504f50;
  margin-bottom: 1px;
}

.testimonial-section.style-four .signle-testimonial-block .author-info .designation {
  position: relative;
  display: block;
  font-size: 18px;
  color: #828183;
}

.testimonial-section.style-four .title-block {
  margin-bottom: 75px;
}

.testimonial-section.style-four .nav-style-one .owl-nav {
  margin-top: 110px;
}

.testimonial-section.style-four .nav-style-one .owl-nav .owl-prev:hover,
.testimonial-section.style-four .nav-style-one .owl-nav .owl-next:hover {
  color: #fff;
  border-color: transparent;
}

.testimonial-section.style-four .nav-style-one .owl-nav .owl-prev:before,
.testimonial-section.style-four .nav-style-one .owl-nav .owl-next:before {
  background-image: -moz-linear-gradient(-90deg, #d855f9 0%, #a82df9 100%);
  background-image: -webkit-linear-gradient(-90deg, #d855f9 0%, #a82df9 100%);
  background-image: -ms-linear-gradient(-90deg, #d855f9 0%, #a82df9 100%);
}

.testimonial-section.style-four .nav-style-one .owl-nav .owl-prev:hover:before,
.testimonial-section.style-four .nav-style-one .owl-nav .owl-next:hover:before {
  transform: scale(1, 1);
}

.testimonial-section.style-four .container .bubbles-1 {
  background: #fb936e;
  box-shadow: 2px 20px 34px rgba(0, 0, 0, 0.20);
}

.testimonial-section.style-four .container .bubbles-2 {
  background: #efb7fd;
  box-shadow: 2px 20px 34px rgba(0, 0, 0, 0.20);
  left: -100px;
  bottom: 45%;
}

.testimonial-section.style-four .container .bubbles-3 {
  background: #fb4677;
  box-shadow: 2px 20px 34px rgba(0, 0, 0, 0.20);
  right: -150px;
  bottom: 35%;
}

.testimonial-section.style-four .container .bubbles-4 {
  background: #f17ddf;
  right: 0px;
  box-shadow: 2px 20px 34px rgba(0, 0, 0, 0.20);
}


/** discover-style-two **/

.discover-section.style-two {
  padding: 197px 0px 220px 0px;
}

.discover-section.style-two .content-box .top-text {
  background: -webkit-linear-gradient(0deg, #3b9fff, #e84bfc 25%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.discover-section.style-two .style-image {
  position: absolute;
  top: 50px;
  right: 100px;
}

.discover-section.style-two .style-image img {
  position: relative;
  width: auto;
  -webkit-animation: zoom-fade 15s infinite linear;
  animation: zoom-fade 15s infinite linear;
}

.discover-section.style-two .user-image {
  position: absolute;
  right: 150px;
  top: 35%;
}

.discover-section.style-two .btn-style-four {
  padding: 13.5px 37px;
}


/** cta-style-four **/

.cta-section.style-four {
  position: relative;
  display: block;
  padding-bottom: 104px;
}

.cta-section.style-four:before,
.cta-section.style-four:after {
  display: none;
}

.cta-section.style-four .inner-content {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 187px 0px 120px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.cta-section.style-four .inner-content:before {
  position: absolute;
  content: '';
  background: url(../images/icons/cta-11.png);
  bottom: 0px;
  left: 0px;
  width: 258px;
  height: 359px;
  background-repeat: no-repeat;
}

.cta-section.style-four .inner-content:after {
  position: absolute;
  content: '';
  background: url(../images/icons/cta-10.png);
  bottom: 0px;
  right: 0px;
  width: 230px;
  height: 445px;
  background-repeat: no-repeat;
}

.cta-section.style-four .btn-style-four {
  text-transform: none;
  padding: 13.5px 36.5px;
  box-shadow: 0px 20px 30px -10px rgba(0, 0, 0, 0.20);
}

.cta-section.style-four .content-box {
  position: relative;
  display: block;
}

.cta-section.style-four .content-box:before {
  position: absolute;
  content: '';
  background: url(../images/icons/cta-12.png);
  right: -65px;
  bottom: -100px;
  width: 663px;
  height: 273px;
  background-repeat: no-repeat;
}

.cta-section.style-four .container {
  position: relative;
}

.cta-section.style-four .bubbles-1 {
  position: absolute;
  left: -150px;
  top: -100px;
  width: 106px;
  height: 106px;
  border-radius: 50%;
  -webkit-animation: zoom-fade 5s infinite linear;
  animation: zoom-fade 5s infinite linear;
  background-image: -webkit-linear-gradient(45deg, #d852f9 0%, #4a97fe 100%);
}

.cta-section.style-four .bubbles-2 {
  position: absolute;
  right: 0px;
  top: -70px;
  width: 106px;
  height: 106px;
  border-radius: 50%;
  -webkit-animation: zoom-fade 5s infinite linear;
  animation: zoom-fade 5s infinite linear;
  background-image: -webkit-linear-gradient(270deg, #fa48be 0%, #bd4ff1 100%);
}

.cta-section.style-four .lower-content .container {
  position: relative;
}

.cta-section.style-four .lower-content .style-image {
  position: absolute;
  left: 200px;
  top: 100px;
}

.cta-section.style-four .lower-content .style-image img {
  position: relative;
  width: auto;
  -webkit-animation: zoom-fade 15s infinite linear;
  animation: zoom-fade 15s infinite linear;
}

.cta-section.style-four .lower-content .lower-content-box {
  position: relative;
  float: right;
  max-width: 486px;
  width: 100%;
  background: #fff;
  padding: 64px 30px 57px 58px;
  margin-top: -185px;
  border-radius: 10px;
  box-shadow: 2px 10px 34px rgba(186, 185, 185, 0.35);
}

.cta-section.style-four .lower-content .lower-content-box h3 {
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  color: #32a3ff;
  margin-bottom: 19px;
}

.cta-section.style-four .lower-content .lower-content-box .text p {
  margin-bottom: 14px;
}

.cta-section.style-four .lower-content .lower-content-box .text {
  padding-bottom: 22px;
}

.cta-section.style-four .lower-content .lower-content-box .list li {
  position: relative;
  display: block;
  padding: 0px 0px 0px 33px;
}

.cta-section.style-four .lower-content .lower-content-box .list li:before {
  position: absolute;
  content: "\f00c";
  font-family: 'Font Awesome 5 Free';
  font-size: 13px;
  left: 0px;
  top: -2px;
  color: #32a3ff;
  font-weight: 600;
}

.cta-section.style-four .lower-content .lower-content-box .list li:last-child {
  margin-bottom: 0px;
}

.cta-section.style-four .lower-content .lower-content-box .list {
  position: relative;
  display: block;
  margin-bottom: 64px;
}

.cta-section.style-four .lower-content .lower-content-box .btn-style-four {
  padding: 13.5px 48.5px;
  text-transform: uppercase;
}

.footer-subscribe.style-three button.btn-style-four,
.footer-subscribe.style-four button.btn-style-four {
  border-radius: 5px;
  background: linear-gradient(90deg, var(--c1, #2da5ff), var(--c2, #f147fc) 51%, var(--c1, #2da5ff)) var(--x, 0)/ 200%;
}

.footer-subscribe.style-three .btn-style-four:hover,
.footer-subscribe.style-four .btn-style-four:hover {
  --x: 100%;
}


/** footer-style-four **/

.main-footer.style-four {
  position: relative;
}

.main-footer.style-four:before {
  background: url(../images/background/footer-bg-4.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.main-footer.style-four .footer-top .language .dropdown-toggle {
  color: #3c3b3c;
}

.main-footer.style-four .footer-top .footer-logo {
  position: relative;
  display: inline-block;
  margin-right: 42px;
}

.main-footer.style-four .footer-top .footer-logo img {
  position: relative;
  width: auto;
  transition: all 500ms ease;
}

.main-footer.style-four .footer-top .footer-logo:hover img {
  transform: rotate(360deg);
}

.main-footer.style-four .footer-top .language .dropdown-toggle:before {
  color: #b0b0b0;
}

.main-footer.style-four .footer-top .language:after {
  background: #04deff;
}

.main-footer.style-four .footer-top .language {
  top: 3px;
}

.main-footer.style-four .footer-top .right-content .footer-social a:before {
  background-image: -moz-linear-gradient(0deg, #2da5ff 0%, #f147fc 100%);
  background-image: -webkit-linear-gradient(0deg, #2da5ff 0%, #f147fc 100%);
  background-image: -ms-linear-gradient(0deg, #2da5ff 0%, #f147fc 100%);
}

.main-footer.style-four .footer-top .right-content .footer-social a:hover:before {
  transform: scale(1, 1);
}

.main-footer.style-four .footer-top .right-content .footer-social a:hover {
  color: #fff;
}


/*** 

====================================================================
                        Home-Page-Five
====================================================================

***/


/** banner-style-five **/

.banner-style-five {
  position: relative;
  display: block;
  padding: 345px 0px 494px 0px;
  background: #fff;
}

.banner-style-five:before {
  position: absolute;
  content: '';
  background: url(../images/icons/icon-5.png);
  width: 708px;
  height: 836px;
  top: 230px;
  right: 0px;
  background-repeat: no-repeat;
}

.banner-style-five .inner-box {
  position: relative;
  display: block;
  width: 100%;
}

.banner-style-five .content-box h1 {
  position: relative;
  display: block;
  font-size: 60px;
  line-height: 70px;
  color: #2f2f2f;
  font-weight: 700;
  margin-bottom: 24px;
}

.banner-style-five .content-box .text {
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  color: #6c6c6c;
  margin-bottom: 57px;
}

.banner-style-five .content-box .btn-style-four {
  padding: 13.5px 36.5px;
}

.banner-style-five .inner-box .content-box .video-btn {
  position: absolute;
  right: -250px;
  top: 30px;
}

.banner-style-five .inner-box .content-box .video-btn a {
  position: relative;
  display: inline-block;
  font-size: 30px;
  color: #fff;
  width: 146px;
  height: 146px;
  line-height: 146px;
  text-align: center;
  border-radius: 50%;
  -webkit-box-shadow: 2px 30px 34px rgba(0, 0, 0, 0.20);
  box-shadow: 2px 30px 34px rgba(0, 0, 0, 0.20);
  transition: 1s ease;
  -webkit-animation: pulse-4 3s infinite;
  -o-animation: pulse-4 3s infinite;
  animation: pulse-4 3s infinite;
  background: linear-gradient(90deg, var(--c1, #a5b3fe), var(--c2, #e21dfb) 51%, var(--c1, #a5b3fe)) var(--x, 0)/ 200%;
}

.banner-style-five .inner-box .content-box .video-btn a:hover {
  --x: 100%;
}

.banner-style-five .inner-box .image-1 {
  position: absolute;
  left: -330px;
  top: 70px;
}

.banner-style-five .inner-box .image-2 {
  position: absolute;
  left: -195px;
  bottom: -300px;
}

.banner-style-five .inner-box .image-3 {
  position: absolute;
  left: -30px;
  bottom: -385px;
}

.banner-style-five .inner-box .image-4 {
  position: absolute;
  right: -125px;
  top: 70px;
}

.banner-style-five .inner-box .image-5 {
  position: absolute;
  right: -290px;
  top: 430px;
}

.feature-style-three.home-5 {
  padding-top: 25px;
}

/** team-style-two **/

.team-section.style-two {
  position: relative;
  padding-top: 25px;
}

.team-section.style-two .title-column {
  padding: 0px;
}

.team-section.style-two .top-content {
  margin-bottom: 53px;
}

.team-section.style-two .top-content .btn-box {
  margin-top: 141px;
}

.team-section.style-two .top-content .btn-box .btn-style-four {
  padding: 13.5px 43.5px;
}


/** story-style-three **/

.about-style-four {
  position: relative;
  padding: 85px 0px 170px 0px;
}

.about-style-four:before {
  position: absolute;
  content: '';
  background: url(../images/icons/cloud-icon-1.png);
  width: 755px;
  height: 639px;
  right: 0px;
  top: 300px;
  background-repeat: no-repeat;
}

.about-style-four .title-box .icon-box {
  position: relative;
  display: inline-block;
  width: 110px;
  height: 93px;
  text-align: center;
  background: url(../images/icons/icon-3.png);
  background-repeat: no-repeat;
  margin-bottom: 4px;
}

.about-style-four .title-box .icon-box i {
  position: relative;
  display: inline-block;
  font-size: 30px;
  color: transparent;
  background: -webkit-linear-gradient(0deg, #9d4af6, #f94a79 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  top: 18px;
}

.about-style-four .title-box .top-text {
  position: relative;
  display: block;
  font-size: 28px;
  line-height: 38px;
  font-family: 'Muli', sans-serif;
  font-weight: 600;
  margin-bottom: 35px;
  color: transparent;
  background: -webkit-linear-gradient(0deg, #3b9fff, #e84bfc 25%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.about-style-four .title-box .top-text span {
  font-family: 'Lobster Two';
  font-weight: 400;
}

.about-style-four .sec-title h2 {
  margin-bottom: 18px;
}

.about-style-four .title-box .text {
  position: relative;
  display: block;
  font-size: 18px;
  margin: 0px;
}

.about-style-four .counter-inner {
  margin-top: 50px;
}

.about-style-four .image-box {
  position: relative;
  display: block;
  margin-left: 140px;
}

.about-style-four .image-box img {
  position: relative;
  max-width: none;
  float: left;
}

.about-style-four .title-box {
  position: relative;
  display: block;
  margin-top: 45px;
}

.about-style-four .counter-inner {
  position: relative;
  display: block;
  margin-top: 50px;
  left: -50px;
}


.our-story.home-5 .inner-box .title-box {
  margin-bottom: 57px;
}

.our-story.home-5 .inner-box .image-box img {
  position: relative;
  width: auto;
}

.our-story.home-5 .inner-box .title-box .text {
  font-size: 18px;
}

.our-story.home-5 .sec-title h2 {
  margin-bottom: 23px;
}

.our-story.home-5 .content-box {
  margin-top: 98px;
}

.our-story.home-5:before {
  position: absolute;
  content: '';
  background: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}

.our-story.home-5 {
  padding-bottom: 250px;
}

.style-bg.home-5 .image-box .image-1 {
  margin-left: 80px;
}

.style-bg.home-5 .image-box .image-2 {
  right: 10px;
}


/** discover-style-three **/

.discover-style-three {
  position: relative;
  display: block;
  padding: 368px 0px 313px 0px;
}

.discover-style-three .content-box {
  position: relative;
  display: block;
  margin-top: 107px;
}

.discover-style-three .content-box .top-text {
  position: relative;
  display: block;
  font-size: 28px;
  line-height: 38px;
  font-family: 'Muli', sans-serif;
  font-weight: 600;
  margin-bottom: 17px;
  color: transparent;
  background: -webkit-linear-gradient(0deg, #3b9fff, #e84bfc 25%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.discover-style-three .content-box .top-text span {
  font-family: 'Lobster Two';
  font-weight: 400;
}

.discover-style-three .content-box .text {
  position: relative;
  display: block;
  margin-bottom: 49px;
}

.discover-style-three .content-box .sec-title h2 {
  margin-bottom: 29px;
}

.discover-style-three .style-image {
  position: absolute;
  left: 180px;
  top: 112px;
}

.discover-style-three .style-image .image img {
  position: relative;
  display: inline-block;
  -webkit-animation: zoom-fade 15s infinite linear;
  animation: zoom-fade 15s infinite linear;
}

.discover-style-three .user-image {
  position: absolute;
  top: 50px;
  right: 120px;
}

.discover-style-three .image-box {
  position: relative;
  display: block;
  margin-left: 100px;
  margin-right: -242px;
}

.discover-style-three .image-box .image {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background: #000;
  -webkit-box-shadow: 2px 10px 50px rgba(0, 0, 0, 0.20);
  box-shadow: 2px 10px 50px rgba(0, 0, 0, 0.20);
}

.discover-style-three .image-box .image img {
  width: 100%;
  border-radius: 10px;
  transition: all 1500ms ease;
}

.discover-style-three .image-box .image:hover img {
  opacity: 0.5;
  transform: scale(1.3) rotate(3deg);
}

.discover-style-three .image-box .image-1 {
  position: relative;
  float: left;
  z-index: 1;
}

.discover-style-three .image-box .image-2 {
  position: relative;
  float: right;
  z-index: 1;
}

.discover-style-three .image-box .image-3 {
  position: absolute;
  left: 100px;
  bottom: -342px;
  z-index: 1;
}

.discover-style-three .image-box .image-4 {
  position: absolute;
  left: 170px;
  top: -55px;
  box-shadow: none;
}

.discover-style-three .image-column {
  position: relative;
}

.discover-style-three .image-column .bubbles-1 {
  position: absolute;
  height: 26px;
  width: 27px;
  left: 200px;
  top: -50px;
  border-radius: 10px;
  background-image: -webkit-linear-gradient(90deg, #d5bafb 0%, #c6cefc 100%);
  box-shadow: 2px 10px 30px rgba(0, 0, 0, 0.20);
  -webkit-animation: zoom-fade 5s infinite linear;
  animation: zoom-fade 5s infinite linear;
}

.discover-style-three .image-column .bubbles-2 {
  position: absolute;
  height: 26px;
  width: 27px;
  right: -300px;
  bottom: 160px;
  border-radius: 10px;
  background-image: -webkit-linear-gradient(90deg, #ceb3fa 0%, #fecbea 100%);
  box-shadow: 2px 10px 30px rgba(0, 0, 0, 0.20);
  -webkit-animation: zoom-fade 5s infinite linear;
  animation: zoom-fade 5s infinite linear;
}

.discover-style-three .image-column .bubbles-3 {
  position: absolute;
  height: 26px;
  width: 27px;
  right: -100px;
  bottom: -50px;
  border-radius: 10px;
  background-image: -webkit-linear-gradient(90deg, #ceb3fa 0%, #fecbea 100%);
  box-shadow: 2px 10px 30px rgba(0, 0, 0, 0.20);
  -webkit-animation: zoom-fade-two 5s infinite linear;
  animation: zoom-fade-two 5s infinite linear;
}

.discover-style-three .image-column .bubbles-4 {
  position: absolute;
  height: 26px;
  width: 27px;
  left: 150px;
  bottom: 0px;
  border-radius: 10px;
  background-image: -webkit-linear-gradient(90deg, #ae33f9 0%, #ee9cff 100%);
  box-shadow: 2px 10px 30px rgba(0, 0, 0, 0.20);
  -webkit-animation: zoom-fade-two 5s infinite linear;
  animation: zoom-fade-two 5s infinite linear;
}


/** footer-subscribe-four **/

.footer-subscribe.style-four {
  position: relative;
  padding-bottom: 164px;
  padding-top: 150px;
}

.footer-subscribe.style-four .content-box h2 {
  position: relative;
  display: block;
  font-size: 36px;
  font-weight: 500;
  color: #9a63ff;
  margin-bottom: 21px;
}

.footer-subscribe.style-four .footer-subscribe-form {
  max-width: 100%;
  margin: 0px;
  box-shadow: none;
  padding: 0px;
}

.footer-subscribe.style-four .content-box {
  position: relative;
  display: block;
  margin-bottom: 66px;
}

.footer-subscribe.style-four .image-box {
  left: 200px;
  top: -120px;
}

.footer-subscribe.style-four .inner-container {
  position: relative;
  float: right;
  max-width: 870px;
  width: 100%;
}

.footer-subscribe.style-four .inner-container .inner-box {
  position: relative;
  text-align: left;
}


/** footer-style-five **/

.main-footer.style-five {
  position: relative;
  background: #f6feff;
  padding-top: 55px;
}

.main-footer.style-five:before {
  display: none;
}

.main-footer.style-five .footer-top .footer-logo:hover img {
  transform: rotate(0deg);
}

.main-footer.style-five .footer-top .language {
  top: -26px;
}

.main-footer.style-five .footer-top .footer-logo {
  margin-right: 12px;
  margin-bottom: -40px;
}

.main-footer.style-five .footer-top {
  padding-bottom: 17px;
}


/** banner-style-six **/

.banner-style-six {
  position: relative;
  display: block;
  background: #fff;
  padding: 345px 0px 200px 0px;
}

.banner-style-six:before {
  position: absolute;
  content: '';
  background: url(../images/icons/cloud-icon-2.png);
  width: 660px;
  height: 818px;
  bottom: 0px;
  right: 0px;
  background-repeat: no-repeat;
}

.banner-style-six .content-box {
  position: relative;
  max-width: 600px;
  width: 100%;
}

.banner-style-six .content-box .video-btn {
  position: relative;
  margin-bottom: 66px;
}

.banner-style-six .content-box .video-btn a {
  position: relative;
  display: inline-block;
  font-size: 30px;
  color: #fff;
  width: 104px;
  height: 104px;
  line-height: 104px;
  text-align: center;
  border-radius: 50%;
  -webkit-box-shadow: 2px 30px 34px rgba(0, 0, 0, 0.20);
  box-shadow: 2px 30px 34px rgba(0, 0, 0, 0.20);
  transition: 1s ease;
  background: linear-gradient(90deg, var(--c1, #df7bff), var(--c2, #f8779d) 51%, var(--c1, #df7bff)) var(--x, 0)/ 200%;
}

.banner-style-six .content-box .video-btn a:hover {
  --x: 100%;
}

.banner-style-six .content-box h1 {
  position: relative;
  display: block;
  font-size: 60px;
  line-height: 75px;
  color: #2f2f2f;
  font-weight: 700;
  margin-bottom: 27px;
}

.banner-style-six .content-box .text {
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 80px;
}

.banner-style-six .content-box .rotate-text {
  position: absolute;
  left: -215px;
  bottom: 135px;
  font-size: 18px;
  font-weight: 600;
  color: #ff3d3d;
  text-transform: uppercase;
  background: #fff4f4;
  border-radius: 15px;
  padding: 6px 15px 8px 15px;
  transform: rotate(-90deg);
}

.banner-style-six .inner-box {
  position: relative;
  display: block;
  width: 100%;
}

.banner-style-six .inner-box .image-box {
  position: absolute;
  top: -107px;
  right: -210px;
}


/** feature-home-6 **/

.feature-style-three.home-6 {
  position: relative;
  padding: 94px 0px 20px 0px;
}

.feature-style-three.home-6:before {
  position: absolute;
  content: '';
  background: url(../images/icons/cloud-icon-3.png);
  width: 947px;
  height: 790px;
  left: 0px;
  top: 0px;
  background-repeat: no-repeat;
}

.feature-style-three.home-6 .feature-block-two {
  box-shadow: 2px 10px 50px rgba(0, 0, 0, 0.10);
}

.feature-style-three.home-6 .inner-content .feature-block:first-child {
  margin-top: 205px;
}

.feature-style-three.home-6 .content-box {
  position: relative;
  max-width: 550px;
  width: 100%;
  margin: 0 auto;
  padding-top: 300px;
}

.feature-style-three.home-6 .content-box .text {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 56px;
}

.feature-style-three.home-6 .content-box .sec-title h2 {
  margin-bottom: 18px;
}

.feature-style-three.home-6 .content-box .btn-style-five {
  padding: 13.5px 38px;
}


/** about-style-five **/

.about-style-four.about-style-five {
  position: relative;
}

.about-style-four.about-style-five .title-box {
  margin-bottom: 48px;
}

.about-style-four.about-style-five .title-box .top-text {
  color: transparent;
  background: -webkit-linear-gradient(0deg, #ff3d3e, #ea4afa 25%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.about-style-four.about-style-five .inner-box .single-item h4 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #2f2f2f;
  margin-bottom: 10px;
}

.about-style-four.about-style-five .inner-box .single-item:before {
  position: absolute;
  content: '';
  background-image: -webkit-linear-gradient(0deg, #7968fc 0%, #ee8df1 100%);
  width: 16px;
  height: 16px;
  left: 0px;
  top: 5px;
  border-radius: 50%;
}

.about-style-four.about-style-five .inner-box .column:nth-child(2) .single-item:before,
.about-style-four.about-style-five .inner-box .column:nth-child(3) .single-item:before,
.about-style-four.about-style-five .inner-box .column:nth-child(6) .single-item:before {
  background-image: -webkit-linear-gradient(0deg, #ff4242 0%, #ec53f5 100%);
}

.about-style-four.about-style-five .inner-box .single-item h4 a {
  position: relative;
  display: inline-block;
  color: #2f2f2f;
}

.about-style-four.about-style-five .inner-box .single-item h4 a:hover {
  color: #d357fb;
}

.about-style-four.about-style-five .inner-box .single-item {
  position: relative;
  display: block;
  margin-bottom: 45px;
  min-height: 125px;
  padding-left: 34px;
}

/** our-story/home-6 **/

.our-story.home-6 {
  position: relative;
  padding-top: 20px;
  padding-bottom: 235px;
}

.our-story.home-6:before {
  position: absolute;
  content: '';
  background: url(../images/background/story-bg-2.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}

.our-story.home-6 .title-box .text {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: #838383;
}

.our-story.home-6 .title-box {
  position: relative;
  display: block;
  margin-bottom: 103px;
}

.our-story.home-6 .content-box .icon-box {
  margin-bottom: 51px;
}

.our-story.home-6 .content-box h3 {
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  color: #2f2f2f;
  max-width: 350px;
  width: 100%;
}

.our-story.home-6 .fact-counter {
  margin-top: -2px;
}


/** creative-style-two **/

.creative-style-two {
  position: relative;
  display: block;
  padding: 167px 0px 145px 0px;
}

.creative-style-two:before {
  position: absolute;
  content: '';
  background: url(../images/icons/cloud-icon-4.png);
  width: 570px;
  height: 474px;
  left: 0px;
  bottom: 250px;
  background-repeat: no-repeat;
}

.creative-style-two .content-box .icon-box {
  position: relative;
  display: inline-block;
  width: 110px;
  height: 93px;
  text-align: center;
  background: url(../images/icons/icon-3.png);
  background-repeat: no-repeat;
  margin-bottom: 7px;
}

.creative-style-two .content-box .icon-box i {
  position: relative;
  display: inline-block;
  font-size: 30px;
  color: transparent;
  background: -webkit-linear-gradient(0deg, #9d4af6, #f94a79 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  top: 18px;
}

.creative-style-two .content-box .text {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 57px;
}

.creative-style-two .content-box {
  position: relative;
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  padding-top: 132px;
}

.creative-style-two .content-box .sec-title h2 {
  margin-bottom: 16px;
}

.creative-style-two .content-box .btn-style-five {
  padding: 13.5px 37.5px;
}

.creative-style-two .image-box img {
  position: relative;
  width: auto;
}

.creative-style-two .image-box {
  position: relative;
}

.creative-style-two .image-box .bubbles-1 {
  position: absolute;
  height: 53px;
  width: 53px;
  left: 0px;
  top: -70px;
  border-radius: 50%;
  background-image: -webkit-linear-gradient(0deg, #ff4141 30%, #e14ef4 100%);
  -webkit-animation: zoom-fade 5s infinite linear;
  animation: zoom-fade 5s infinite linear;
}

.creative-style-two .image-box .bubbles-2 {
  position: absolute;
  height: 53px;
  width: 53px;
  left: 70px;
  bottom: 40px;
  border-radius: 50%;
  background-image: -webkit-linear-gradient(0deg, #f5d3fc 0%, #2fa5ff 100%);
  -webkit-animation: zoom-fade 5s infinite linear;
  animation: zoom-fade 5s infinite linear;
}

.creative-style-two .style-image {
  position: absolute;
  right: 50px;
  bottom: 40px;
}

.creative-style-two .style-image .image img {
  position: relative;
  display: inline-block;
  -webkit-animation: zoom-fade 15s infinite linear;
  animation: zoom-fade 15s infinite linear;
}


/** testimonial-style-five **/

.testimonial-section.style-five {
  position: relative;
  padding: 275px 0px 150px 0px;
}

.testimonial-section.style-five .title-block h3 {
  color: #2f2f2f;
  margin-bottom: 57px;
}

.testimonial-section.style-five .signle-testimonial-block .text {
  position: relative;
  display: block;
  background: #fff;
  font-size: 22px;
  line-height: 32px;
  padding: 66px 30px 69px 30px;
  border-radius: 15px;
  margin-bottom: 27px;
  box-shadow: 0px 20px 50px -10px rgba(211, 87, 251, 0.10);
}

.testimonial-section.style-five .signle-testimonial-block .author-info {
  position: relative;
  display: block;
  padding: 13px 0px 8px 100px;
}

.testimonial-section.style-five .signle-testimonial-block .author-info .author-thumb {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
}

.testimonial-section.style-five .signle-testimonial-block .author-info .author-thumb img {
  width: 100%;
  border-radius: 50%;
}

.testimonial-section.style-five .signle-testimonial-block .author-info h3 {
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-family: 'Muli', sans-serif;
  font-weight: 600;
  color: #504f50;
  margin-bottom: 1px;
}

.testimonial-section.style-five .signle-testimonial-block .author-info .designation {
  position: relative;
  display: block;
  font-size: 18px;
  color: #828183;
}

.testimonial-section.style-five .signle-testimonial-block {
  margin-bottom: 80px;
}

.testimonial-section.style-five .title-block {
  margin-bottom: 75px;
}

.testimonial-section.style-five .nav-style-one .owl-nav .owl-prev,
.testimonial-section.style-five .nav-style-one .owl-nav .owl-next {
  border-color: #f9e4d2;
  color: #e8d3c0;
}

.testimonial-section.style-five .nav-style-one .owl-nav .owl-prev:hover,
.testimonial-section.style-five .nav-style-one .owl-nav .owl-next:hover {
  border-color: transparent;
  color: #fff;
}

.testimonial-section.style-five .nav-style-one .owl-nav .owl-prev:before,
.testimonial-section.style-five .nav-style-one .owl-nav .owl-next:before {
  background-image: -moz-linear-gradient(0deg, #ff3d3d 0%, #ff3d3d 100%);
  background-image: -webkit-linear-gradient(0deg, #ff3d3d 0%, #ff3d3d 100%);
  background-image: -ms-linear-gradient(0deg, #ff3d3d 0%, #ff3d3d 100%);
}

.testimonial-section.style-five .nav-style-one .owl-nav .owl-prev:hover:before,
.testimonial-section.style-five .nav-style-one .owl-nav .owl-next:hover:before {
  transform: scale(1, 1);
}

.testimonial-section.style-five .nav-style-one .owl-nav {
  margin-top: 39px;
}

.testimonial-section.style-five .style-image {
  position: absolute;
  right: 30px;
  bottom: 200px;
}

.testimonial-section.style-five .style-image .image img {
  position: relative;
  display: inline-block;
  -webkit-animation: zoom-fade 15s infinite linear;
  animation: zoom-fade 15s infinite linear;
}

.testimonial-section.style-five .container .bubbles-1 {
  background: #fb936e;
  box-shadow: 2px 20px 34px rgba(0, 0, 0, 0.20);
}

.testimonial-section.style-five .container .bubbles-2 {
  background: #efb7fd;
  box-shadow: 2px 20px 34px rgba(0, 0, 0, 0.20);
  left: -150px;
  bottom: 65%;
}

.testimonial-section.style-five .container .bubbles-3 {
  background: #fb4677;
  box-shadow: 2px 20px 34px rgba(0, 0, 0, 0.20);
  right: -150px;
  bottom: 60%;
}

.testimonial-section.style-five .container .bubbles-4 {
  background: #f17ddf;
  right: 0px;
  box-shadow: 2px 20px 34px rgba(0, 0, 0, 0.20);
}

.team-section.home-6 {
  padding: 118px 0px 120px 0px;
}

.cta-section.home-6 .inner-content .content-box .btn-style-four {
  background: linear-gradient(90deg, var(--c1, #e062fa), var(--c2, #ff3d3e) 51%, var(--c1, #e062fa)) var(--x, 0)/ 200%;
}

.cta-section.home-6 .lower-content .lower-content-box h3,
.cta-section.home-6 .lower-content .lower-content-box .list li:before {
  color: #ff3d3d;
}

/** footer-subscribe/home-6 **/

.footer-subscribe.style-five {
  position: relative;
  padding-bottom: 54px;
}

.footer-subscribe.style-five .content-box h2 {
  color: #ff3d3d;
}

.footer-subscribe.style-five .form-group input[type='email'] {
  background: #fff;
  box-shadow: 2px 20px 30px rgba(186, 185, 185, 0.20);
  border: none;
  height: 67px;
  border-radius: 10px;
  padding: 10px 270px 10px 25px;
  width: 100%;
}

.footer-subscribe.style-five .form-group button {
  font-weight: 600;
  text-transform: capitalize;
  font-size: 18px;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  padding: 13.5px 33px;
  cursor: pointer;
  background: #ff3d3d;
  height: 67px;
  border-radius: 25px;
  transition: all 500ms ease;
}

.footer-subscribe.style-five .form-group button:hover {
  background: #f90606;
}

.footer-subscribe.home-6 .content-box {
  margin-bottom: 64px;
}


/** clients-section/home-6 **/

.clients-section.home-6 {
  position: relative;
}

.clients-section.home-6 .title-text {
  margin-bottom: 90px;
  margin-top: 0px;
}


/** main-footer/style-six **/

.main-footer.style-six {
  position: relative;
  background: #fff9f4;
}

.main-footer.style-six .footer-top .right-content .footer-social a:before {
  background-image: -moz-linear-gradient(0deg, #ff4141 0%, #ec4af7 100%);
  background-image: -webkit-linear-gradient(0deg, #ff4141 0%, #ec4af7 100%);
  background-image: -ms-linear-gradient(0deg, #ff4141 0%, #ec4af7 100%);
}

.main-footer.style-six .footer-top .right-content .footer-social a:hover:before {
  transform: scale(1, 1);
}

.main-footer.style-six .footer-top .right-content .footer-social a:hover {
  color: #fff;
}

.main-footer.style-six.style-seven .footer-top {
  border-bottom: 1px solid #fce9d8;
}

.main-footer.style-six.style-seven .footer-widget.link-widget {
  float: right;
}

.service-block .inner-box:hover .icon {
  background: rgb(0, 174, 239);
  background: -moz-linear-gradient(0deg, rgba(0, 174, 239, 1) 0%, rgba(204, 93, 255, 1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(0, 174, 239, 1) 0%, rgba(204, 93, 255, 1) 100%);
  background: linear-gradient(0deg, rgba(0, 174, 239, 1) 0%, rgba(204, 93, 255, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00aeef', endColorstr='#cc5dff', GradientType=1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-transition: opacity 1200ms ease;
}

.service-block .icon {
  display: inline-block;
  font-size: 68px;
  line-height: 1em;
  color: #222222;
  margin-bottom: 20px;
}

.main-footer.style-six .footer-bottom .apps-btn li a {
  background: transparent !important;
  color: #3c3b3c;
  font-size: 20px;
  width: auto;
  height: auto;
}

.main-footer.style-six .footer-bottom .apps-btn li a:hover {
  color: #ff3d3d;
}

.main-footer.style-six .footer-bottom .apps-btn li:first-child a {
  font-size: 26px;
}

.main-footer.style-six .footer-bottom .apps-btn li {
  margin: 0px 10px !important;
}

.main-footer.style-six .footer-bottom {
  border: none;
}

.main-footer.style-six .widget-content {
  border-bottom: 1px solid #fce9d8;
}


/*** 

====================================================================
                        Home-e-commerce
====================================================================

***/


.eCommerce-banner {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 200px 0px 48px 0px;
}

.eCommerce-banner:before {
  position: absolute;
  content: '';
  background: url(../images/background/banner-5.png);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.eCommerce-banner .container {
  position: relative;
}

.eCommerce-banner .social-share {
  position: absolute;
  top: 50%;
  left: 20px;
}

.eCommerce-banner .social-share li {
  position: relative;
  display: block;
  margin-bottom: 11px;
}

.eCommerce-banner .social-share li:last-child {
  margin-bottom: 0px;
}

.eCommerce-banner .social-share li:before {
  position: absolute;
  content: '';
  background: #2f2f2f;
  width: 0px;
  height: 1px;
  left: 0px;
  top: 16px;
  transition: all 500ms ease;
}

.eCommerce-banner .social-share li:hover:before {
  width: 36px;
}

.eCommerce-banner .social-share li a {
  padding-left: 46px;
}

.eCommerce-banner .social-share li a {
  position: relative;
  display: inline-block;
  font-size: 20px;
  color: #4b4949;
  font-family: 'Muli', sans-serif;
  font-weight: 400;
  transition: all 500ms ease;
  z-index: 9;
}

.eCommerce-banner .social-share li span {
  position: relative;
  overflow: hidden;
  opacity: 0;
  transition: all 500ms ease;
}

.eCommerce-banner .social-share li:hover span {
  overflow: visible;
  opacity: 1;
}

.eCommerce-banner .inner-content {
  position: relative;
  display: block;
  width: 100%;
}

.eCommerce-banner .inner-content .image-box {
  position: absolute;
  right: 0px;
  top: 80px;
}

.eCommerce-banner .inner-content .image-box .image-1 {
  position: absolute;
  right: -365px;
  top: -90px;
}

.eCommerce-banner .inner-content .image-box .image-2 {
  position: absolute;
  right: 80px;
  top: 130px;
}

.eCommerce-banner .inner-content .content-box .porduct-name {
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  color: #ff3d3d;
  margin-bottom: 45px;
}

.eCommerce-banner .inner-content .content-box .brand {
  position: relative;
  display: block;
  font-size: 120px;
  line-height: 120px;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ff3d3d;
  -moz-animation: scroll-left-2 30s linear infinite;
  -webkit-animation: scroll-left-2 30s linear infinite;
  animation: scroll-left-2 30s linear infinite;
  transition: all 500ms ease;
  margin-bottom: 4px;
}

.eCommerce-banner .inner-content .content-box h2 {
  position: relative;
  display: block;
  font-size: 62px;
  line-height: 70px;
  color: #313131;
  font-weight: 700;
  margin-bottom: 85px;
}

.eCommerce-banner .inner-content .content-box {
  position: relative;
  display: block;
  z-index: 1;
}

.eCommerce-banner .inner-content .content-box .btn-style-six {
  padding: 21px 43px;
  font-size: 22px;
}

.eCommerce-banner .inner-content .image-box .price-box {
  position: absolute;
  top: -80px;
  left: -200px;
  background: rgba(255, 255, 255, 0.70);
  width: 220px;
  height: 220px;
  line-height: 220px;
  text-align: center;
  font-size: 60px;
  font-family: 'Muli', sans-serif;
  font-weight: 600;
  color: #ff3d3d;
  border-radius: 50%;
  z-index: 1;
}

.eCommerce-banner .text {
  font-size: 355px;
  font-family: 'Muli', sans-serif;
  color: #fef7f7;
  position: absolute;
  font-weight: 700;
  text-transform: uppercase;
  left: -250px;
  top: -20px;
  line-height: 290px;
  z-index: -3;
  animation-delay: 1.2s;
}

.eCommerce-banner .owl-nav {
  display: none;
}

.eCommerce-banner .owl-dots {
  position: relative;
  top: 0px;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

.eCommerce-banner .owl-theme .owl-dots .owl-dot span {
  background: #fde6e6;
  display: block;
  margin: 0px 11px;
  border: none;
  transition: opacity 500ms ease;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  cursor: pointer;
}

.eCommerce-banner .owl-theme .owl-dots .owl-dot.active span {
  background: #ff3d3d;
}

.eCommerce-banner .slide {
  position: relative;
  padding: 157px 0px 193px 0px;
}

/** shop-list **/

.shop-list {
  position: relative;
  display: block;
  padding: 193px 0px 58px 0px;
}

.shop-list .top-product-content .title-box {
  position: relative;
  display: block;
  margin-top: 65px;
}

.shop-list .top-product-content .title-box h2 {
  position: relative;
  display: block;
  font-size: 40px;
  line-height: 50px;
  color: #313131;
  margin-bottom: 73px;
}

.shop-list .top-product-content .title-box h4 {
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  color: #313131;
  margin-bottom: 28px;
}

.shop-list .top-product-content .title-box .mail-box .form-group {
  position: relative;
  display: block;
  margin-bottom: 0px;
  max-width: 370px;
  width: 100%;
}

.shop-list .top-product-content .title-box .mail-box .form-group input[type='email'] {
  position: relative;
  width: 100%;
  height: 80px;
  padding: 20px;
  font-size: 18px;
  border: 1px solid #eaeaea;
  transition: all 500ms ease;
}

.shop-list .top-product-content .title-box .mail-box .form-group input:focus {
  border-color: #ff3d3d;
}

.shop-list .top-product-content .title-box .mail-box .form-group input:focus+button,
.shop-list .top-product-content .title-box .mail-box .form-group button:hover {
  color: #ff3d3d;
}

.shop-list .top-product-content .title-box .mail-box .form-group button {
  position: absolute;
  top: 26px;
  right: 30px;
  background: transparent;
  color: #313131;
  font-size: 24px;
  cursor: pointer;
  transition: all 500ms ease;
}

.shop-list .top-product-content .product-box .image-box {
  position: relative;
  float: right;
  overflow: hidden;
  background: #fdf0f0;
}

.shop-list .top-product-content .product-box .image-box img {
  width: 100%;
  transition: all 300ms ease;
}

.shop-list .top-product-content .product-box .image-box:hover img {
  transform: scale(1.1);
}

.shop-list .top-product-content .product-box {
  position: relative;
}

.shop-list .top-product-content .product-box .product-title {
  position: absolute;
  left: 45px;
  bottom: 100px;
  font-size: 28px;
  line-height: 38px;
  color: #313131;
  font-weight: 600;
  text-align: center;
  margin-bottom: 38px;
}

.shop-list .top-product-content .product-box .btn-box {
  position: absolute;
  left: 127px;
  bottom: 43px;
}

.shop-list .top-product-content .product-box .btn-box .btn-style-six {
  padding: 8.5px 38px;
}

.shop-list .top-product-content .product-box .price-box {
  position: absolute;
  top: 86px;
  right: 82px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background: rgba(255, 61, 61, 0.80);
  border-radius: 50%;
  font-size: 26px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  color: #fff;
  -webkit-animation: zoom-fade 5s infinite linear;
  animation: zoom-fade 5s infinite linear;
}

.shop-list .top-product-content {
  position: relative;
  display: block;
  margin-bottom: 170px;
}

.product-block-one {
  position: relative;
  max-width: 370px;
  width: 100%;
  text-align: center;
  margin-bottom: 115px;
}

.product-block-one .image-box {
  position: relative;
  background: #fdf0f0;
  overflow: hidden;
  margin-bottom: 33px;
}

.product-block-one .image-box img {
  width: 100%;
  transition: all 300ms ease;
}

.product-block-one:hover .image-box img {
  transform: scale(1.1);
}

.product-block-one h3 {
  position: relative;
  display: block;
  font-size: 28px;
  line-height: 38px;
  font-weight: 600;
  color: #313131;
  margin-bottom: 31px;
}

.product-block-one h3 a {
  position: relative;
  display: inline-block;
  color: #313131;
}

.product-block-one h3 a:hover {
  color: #ff3d3d;
}

.product-block-one .shop-btn a {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
  color: #ff3d3d;
  vertical-align: middle;
  text-align: center;
  border: 1px solid #fdf0f0;
  padding: 7.5px 37px;
}

.product-block-one .shop-btn a:hover {
  color: #fff;
  background: #ff3d3d;
  border-color: #ff3d3d;
}

.product-block-one .price-box {
  position: absolute;
  left: -33px;
  top: -24px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background: #f677e9;
  border-radius: 50%;
  font-size: 26px;
  color: #fff;
  font-weight: 700;
  -webkit-animation: zoom-fade 5s infinite linear;
  animation: zoom-fade 5s infinite linear;
}

.shop-list .lower-product-content .product-column.pull-left .product-block-one:last-child .price-box {
  background: #5dee8d;
}

.shop-list .lower-product-content .product-column.pull-right .product-block-one:first-child .price-box {
  background: #ff3d3d;
}

.shop-list .lower-product-content .product-column.pull-right .product-block-one:last-child .price-box {
  background: #ff8a91;
}


/** other-shop **/

.other-shop {
  position: relative;
  display: block;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 203px 0px 230px 0px;
}

.other-shop .image-column {
  position: relative;
}

.other-shop .image-column .image-box {
  position: absolute;
  right: 100px;
  top: -260px;
}

.other-shop .content-box {
  position: relative;
  display: block;
  margin-left: 40px;
}

.other-shop .content-box h2 {
  position: relative;
  display: block;
  font-size: 38px;
  line-height: 50px;
  color: #313131;
  margin-bottom: 44px;
}

.other-shop .content-box .btn-style-six {
  padding: 8.5px 38px;
}

.other-shop .image-column .image-box .price-box {
  position: absolute;
  top: 80px;
  right: 140px;
  width: 90px;
  height: 90px;
  line-height: 90px;
  background: rgba(255, 61, 61, 0.80);
  text-align: center;
  border-radius: 50%;
  font-size: 26px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  color: #fff;
  -webkit-animation: zoom-fade 5s infinite linear;
  animation: zoom-fade 5s infinite linear;
}


/** footer-subscribe/home-7 **/

.footer-subscribe.style-six {
  position: relative;
  padding: 192px 0px 200px 0px;
}

.footer-subscribe.style-six .inner-content {
  position: relative;
  width: 100%;
  text-align: center;
}

/** main-footer/style-seven **/


.main-footer.style-seven .footer-bottom .copyright,
.main-footer.style-seven .footer-bottom .conditions {
  float: left;
  margin: 0px;
}

.main-footer.style-seven .footer-bottom .right-content .clearfix {
  position: relative;
  margin-top: 15px;
}

.main-footer.style-seven .footer-bottom .conditions {
  margin-right: 260px;
  padding-top: 5px;
}

.main-footer.style-seven .footer-bottom .conditions a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #857d83;
}

.main-footer.style-seven .footer-bottom .conditions a:hover {
  color: #d357fb;
}

.main-footer.style-six .footer-bottom {
  padding: 26px 0px 21px 0px;
}


/*** 

====================================================================
                        Service-Page
====================================================================

***/

/** page-title **/

.page-title {
  position: relative;
  display: block;
  background: #fff;
  padding: 340px 0px 200px 0px;
  box-shadow: 2px 20px 30px rgba(186, 185, 185, 0.20);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.page-title .content-box {
  position: relative;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}

.page-title .content-box h1 {
  position: relative;
  display: block;
  font-size: 46px;
  font-weight: 600;
  line-height: 50px;
  color: #2f2f2f;
  margin-bottom: 32px;
}

.page-title .content-box .page-breadcrumb li {
  position: relative;
  display: inline-block;
  font-size: 22px;
  line-height: 30px;
  color: #6c6c6c;
  text-transform: capitalize;
  padding-right: 14px;
  margin-right: 4px;
}

.page-title .content-box .page-breadcrumb li:before {
  position: absolute;
  content: '';
  background: #6c6c6c;
  width: 5px;
  height: 1px;
  right: 0px;
  top: 17px;
}

.page-title .content-box .page-breadcrumb li:last-child:before {
  display: none;
}

.page-title .content-box .page-breadcrumb li:last-child {
  padding: 0px;
  margin: 0px;
}

.page-title .content-box .page-breadcrumb li a {
  position: relative;
  display: inline-block;
  font-size: 22px;
  line-height: 30px;
  color: #6c6c6c;
}

.page-title .content-box .page-breadcrumb li a:hover {
  color: #d357fb;
}

.page-title .image-1 {
  position: absolute;
  left: 20px;
  bottom: 5px;
  z-index: 1;
}

.page-title .image-2 {
  position: absolute;
  left: 90px;
  bottom: 0px;
}

.page-title .image-3 {
  position: absolute;
  right: 30px;
  bottom: 0px;
}

/** agency-section/service-page-1 **/

.agency-section.service-page-1 {
  position: relative;
  padding-top: 203px;
  padding-bottom: 0px;
}

.agency-section.service-page-1:before,
.agency-section.service-page-1:after {
  display: none;
}

.agency-section.service-page-1 .content-box .btn-style-five {
  border-radius: 15px;
}

/** creative-style-two/service-page-1 **/

.creative-style-two.service-page-1 {
  padding-top: 10px;
}

.footer-subscribe.service-page-1,
.footer-subscribe.service-page-2 {
  padding-top: 112px;
}

.about-style-four.about-style-five.service-page-2 {
  padding-top: 165px;
  padding-bottom: 80px;
}

.creative-style-two.service-page-3 {
  padding-top: 320px;
  padding-bottom: 225px;
}

.creative-style-two.service-page-3:before {
  display: none;
}

.creative-style-two.service-page-3 .image-box {
  float: right;
}

.creative-style-two.service-page-3 .image-box .bubbles-3 {
  position: absolute;
  height: 53px;
  width: 53px;
  right: -15px;
  bottom: 40%;
  border-radius: 50%;
  background-image: -webkit-linear-gradient(0deg, #f5d3fc 0%, #2fa5ff 100%);
  -webkit-animation: zoom-fade 5s infinite linear;
  animation: zoom-fade 5s infinite linear;
}

.creative-style-two.service-page-3 .content-box {
  padding-top: 60px;
}

.creative-style-two.service-page-3 .content-box .btn-style-five {
  padding: 13.5px 50.5px;
}

/** service-section **/

.service-section {
  position: relative;
  display: block;
  background-image: -webkit-linear-gradient(0deg, #b283f9 50%, #d470ff 100%);
  padding: 100px 0px 47px 0px;
}

.service-section .image-box .image-1 {
  position: absolute;
  left: 40px;
  top: -230px;
}

.service-section .image-box .image-2 {
  position: absolute;
  right: 190px;
  bottom: 0px;
}

.service-section .single-item {
  position: relative;
  display: block;
  padding-left: 34px;
  max-width: 250px;
  width: 100%;
  min-height: 125px;
  margin-bottom: 80px;
}

.service-section .single-item:before {
  position: absolute;
  content: '';
  background-image: -webkit-linear-gradient(0deg, #7968fc 0%, #ee8df1 100%);
  width: 16px;
  height: 16px;
  left: 0px;
  top: 5px;
  border-radius: 50%;
}

.service-section .single-item h4 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 10px;
}

.service-section .single-item h4 a {
  position: relative;
  display: inline-block;
  color: #fff;
}

.service-section .single-item h4 a:hover {
  color: #ff3d3d;
}

.service-section .single-item .text {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 28px;
  color: #f2e9fe;
}

.footer-subscribe.service-page-3,
.footer-subscribe.service-page-4 {
  padding-top: 182px;
}

.footer-subscribe.service-page-3 .style-image,
.footer-subscribe.service-page-4 .style-image {
  position: absolute;
  left: 95px;
  bottom: 80px;
}

.footer-subscribe.service-page-3 .style-image img,
.footer-subscribe.service-page-4 .style-image img {
  position: relative;
  -webkit-animation: zoom-fade 15s infinite linear;
  animation: zoom-fade 15s infinite linear;
}


/** service-page-4 **/

.service-page-4.service-block-one {
  position: relative;
  display: block;
  background: #d8fff9;
  padding: 361px 0px 185px 0px;
}

.service-page-4 .content-column .content-box .icon-box {
  position: relative;
  display: inline-block;
  width: 110px;
  height: 93px;
  text-align: center;
  background: url(../images/icons/icon-3.png);
  background-repeat: no-repeat;
  margin-bottom: 7px;
}

.service-page-4 .content-column .content-box .icon-box i {
  position: relative;
  display: inline-block;
  font-size: 28px;
  color: transparent;
  background: -webkit-linear-gradient(0deg, #9d4af6, #f94a79 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  top: 21px;
}

.service-page-4 .content-column .content-box .text {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: #616771;
  margin-bottom: 28px;
}

.service-page-4 .content-column .content-box .btn-box a {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  color: #ff3d3d;
}

.service-page-4 .content-column .content-box .btn-box a i {
  position: relative;
  font-size: 35px;
  margin-left: 13px;
  font-weight: 600;
  top: 9px;
}

.service-page-4 .content-column .content-box .btn-box a:hover {
  color: #d357fb;
}

.service-page-4.service-block-one .content-column .content-box {
  position: relative;
  display: block;
  margin: 18px 70px 0px 50px;
}

.service-page-4 .content-column .content-box .sec-title h2 {
  margin-bottom: 14px;
}

.service-page-4 .image-column .image-box {
  position: relative;
  display: block;
}

.service-page-4 .image-column .image-box .bubbles-1 {
  position: absolute;
  height: 53px;
  width: 53px;
  left: 50%;
  top: -70px;
  border-radius: 50%;
  background-image: -webkit-linear-gradient(0deg, #ff4141 30%, #e14ef4 100%);
  -webkit-animation: zoom-fade 5s infinite linear;
  animation: zoom-fade 5s infinite linear;
}

.service-page-4 .image-column .image-box .bubbles-2 {
  position: absolute;
  height: 53px;
  width: 53px;
  left: 120px;
  bottom: -40px;
  border-radius: 50%;
  background-image: -webkit-linear-gradient(0deg, #f5d3fc 0%, #2fa5ff 100%);
  -webkit-animation: zoom-fade-two 5s infinite linear;
  animation: zoom-fade-two 5s infinite linear;
}

.service-page-4 .image-column .image-box .bubbles-3 {
  position: absolute;
  height: 53px;
  width: 53px;
  right: 0px;
  bottom: 15%;
  border-radius: 50%;
  background-image: -webkit-linear-gradient(0deg, #f5d3fc 0%, #2fa5ff 100%);
  -webkit-animation: zoom-fade 5s infinite linear;
  animation: zoom-fade 5s infinite linear;
}


.service-page-4.service-block-two {
  position: relative;
  display: block;
  padding: 185px 0px 135px 0px;
  background: #ceedff;
}

.service-page-4 .content-column .content-box {
  position: relative;
  display: block;
}

.service-page-4.service-block-two .content-column .content-box {
  margin-left: 100px;
  margin-top: 74px;
}


.service-page-4.service-block-three {
  position: relative;
  display: block;
  padding: 210px 0px 179px 0px;
  background: #ffeff5;
}

.service-page-4.service-block-three .content-column .content-box {
  margin-left: 50px;
  margin-top: 8px;
}

.service-page-4.service-block-three .image-column .image {
  position: relative;
  float: right;
  margin-right: 80px;
}

.service-page-4 .image-column .image-box img {
  width: 100%;
}


/*** 

====================================================================
                        Portfolio-Page
====================================================================

***/


.page-title.style-two {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 355px 0px 58px 0px;
}

.page-title.style-two .content-box {
  max-width: 100%;
}

.page-title.style-two .content-box h1 {
  margin-bottom: 160px;
}

.page-title.style-two .content-box .page-breadcrumb {
  position: relative;
  display: block;
  padding-top: 48px;
}

.portfolio-classic {
  position: relative;
  display: block;
  padding: 215px 0px 52px 0px;
}

.portfolio-classic .image-box {
  position: relative;
  display: block;
  overflow: hidden;
  background: #000;
  margin-bottom: 10px;
}

.portfolio-classic .image-box img {
  width: 100%;
  opacity: 1;
  transition: all 300ms ease;
}

.portfolio-classic .image-box:hover img {
  transform: scale(1.1);
  opacity: 0.5;
}

.portfolio-classic .inner-content {
  position: relative;
  display: block;
  margin: 0px 10px;
}

.portfolio-classic .inner-content .column {
  padding: 0px 5px;
}

.footer-subscribe.portfolio-page .image-box {
  left: 50px;
  top: 100px;
}

.footer-subscribe.portfolio-page .style-image {
  position: absolute;
  right: 30px;
  bottom: 230px;
}

.footer-subscribe.portfolio-page .style-image img {
  position: relative;
  -webkit-animation: zoom-fade 15s infinite linear;
  animation: zoom-fade 15s infinite linear;
}

.portfolio-fullwidth-box {
  position: relative;
  display: block;
  padding: 215px 0px 82px 0px;
}

.portfolio-fullwidth-box .image-box {
  position: relative;
  display: block;
  overflow: hidden;
  background: #000;
}

.portfolio-fullwidth-box .image-box img {
  width: 100%;
  opacity: 1;
  transition: all 300ms ease;
}

.portfolio-fullwidth-box .image-box:hover img {
  transform: scale(1.1);
  opacity: 0.5;
}

.portfolio-fullwidth-box .inner-content {
  position: relative;
  display: block;
}

.portfolio-fullwidth-box .inner-content .column {
  padding: 0px 0px;
}

.portfolio-grid {
  position: relative;
  display: block;
  padding: 215px 0px 0px 0px;
}

.portfolio-grid .image-box {
  position: relative;
  display: block;
  overflow: hidden;
  background: #000;
  margin-bottom: 30px;
}

.portfolio-grid .image-box img {
  width: 100%;
  opacity: 1;
  transition: all 300ms ease;
}

.portfolio-grid .image-box:hover img {
  transform: scale(1.1);
  opacity: 0.5;
}


.portfolio-fullwidth-filter {
  position: relative;
  display: block;
  padding: 215px 0px 12px 0px;
}

.portfolio-fullwidth-filter .image-box {
  position: relative;
  display: block;
  overflow: hidden;
  background: #000;
  margin-bottom: 0px;
}

.portfolio-fullwidth-filter .image-box img {
  width: 100%;
  opacity: 1;
  transition: all 300ms ease;
}

.portfolio-fullwidth-filter .image-box:hover img {
  transform: scale(1.1);
  opacity: 0.5;
}

.portfolio-fullwidth-filter .masonry-item {
  padding: 0px 0px;
}

.sortable-masonry .filter-btns {
  position: relative;
  display: block;
  margin-bottom: 121px;
}

.sortable-masonry .filter-btns li {
  position: relative;
  display: inline-block;
  font-size: 22px;
  font-family: 'Muli', sans-serif;
  font-weight: 400;
  color: #505050;
  vertical-align: middle;
  padding: 8.5px 16.5px;
  cursor: pointer;
  margin: 0px 3px;
  transition: all 500ms ease;
}

.sortable-masonry .filter-btns li.active,
.sortable-masonry .filter-btns li:hover {
  color: #fff;
  background: #ff3d3d;
}


.portfolio-three-column {
  position: relative;
  display: block;
  padding: 215px 0px 15px 0px;
}

.portfolio-three-column .image-box {
  position: relative;
  display: block;
  overflow: hidden;
  background: #000;
  margin-bottom: 30px;
}

.portfolio-three-column .image-box img {
  width: 100%;
  opacity: 1;
  transition: all 300ms ease;
}

.portfolio-three-column .image-box:hover img {
  transform: scale(1.1);
  opacity: 0.5;
}


.portfolio-four-column {
  position: relative;
  display: block;
  padding: 215px 0px 45px 0px;
}

.portfolio-four-column .image-box {
  position: relative;
  display: block;
  overflow: hidden;
  background: #000;
  margin-bottom: 10px;
}

.portfolio-four-column .image-box img {
  width: 100%;
  opacity: 1;
  transition: all 300ms ease;
}

.portfolio-four-column .image-box:hover img {
  transform: scale(1.1);
  opacity: 0.5;
}

.portfolio-four-column .masonry-item {
  padding: 0px 5px;
}

.portfolio-four-column .sortable-masonry {
  margin: 0px 10px;
}


.portfolio-left-filter {
  position: relative;
  display: block;
  padding: 215px 0px 30px 0px;
}

.portfolio-left-filter .image-box {
  position: relative;
  display: block;
  overflow: hidden;
  background: #000;
  margin-bottom: 30px;
}

.portfolio-left-filter .image-box img {
  width: 100%;
  opacity: 1;
  transition: all 300ms ease;
}

.portfolio-left-filter .image-box:hover img {
  transform: scale(1.1);
  opacity: 0.5;
}

.portfolio-left-filter .sortable-masonry {
  position: relative;
}

.portfolio-left-filter .sortable-masonry .filters {
  position: absolute;
  left: -240px;
  top: 0px;
}

.portfolio-left-filter .sortable-masonry .filter-btns {
  margin: 0px;
  position: relative;
  display: inline-block;
}

.portfolio-left-filter .sortable-masonry .filter-btns li {
  display: block;
  margin: 0px;
  margin-bottom: 7px;
}

.portfolio-left-filter .sortable-masonry .filter-btns li:last-child {
  margin-bottom: 0px;
}


.portfolio-fullwid-masonry {
  position: relative;
  display: block;
  padding: 215px 0px 70px 0px;
}

.portfolio-fullwid-masonry .image-box {
  position: relative;
  display: block;
  overflow: hidden;
  background: #000;
  margin-bottom: 0px;
}

.portfolio-fullwid-masonry .image-box img {
  width: 100%;
  opacity: 1;
  transition: all 300ms ease;
}

.portfolio-fullwid-masonry .image-box:hover img {
  transform: scale(1.1);
  opacity: 0.5;
}

.portfolio-fullwid-masonry .masonry-item {
  padding: 0px;
}


.portfolio-fullwid-masonry-filter {
  position: relative;
  display: block;
  padding: 215px 0px 70px 0px;
}

.portfolio-fullwid-masonry-filter .image-box {
  position: relative;
  display: block;
  overflow: hidden;
  background: #000;
  margin-bottom: 0px;
}

.portfolio-fullwid-masonry-filter .image-box img {
  width: 100%;
  opacity: 1;
  transition: all 300ms ease;
}

.portfolio-fullwid-masonry-filter .image-box:hover img {
  transform: scale(1.1);
  opacity: 0.5;
}

.portfolio-fullwid-masonry-filter .masonry-item {
  padding: 0px;
}

.page-title.style-three {
  box-shadow: none;
  padding: 350px 0px 100px 0px;
}

.page-title.style-three .content-box {
  max-width: 100%;
}

/** portfolio-two-column-slide **/

.portfolio-two-column-slide {
  position: relative;
  display: block;
  padding: 87px 0px 128px 0px;
}

.portfolio-two-column-slide .inner-box .image-box {
  position: relative;
  display: block;
  overflow: hidden;
  background: #000;
}

.portfolio-two-column-slide .inner-box img {
  position: relative;
  width: 100%;
  opacity: 1;
  transition: all 1500ms ease;
}

.portfolio-two-column-slide .inner-box:hover img {
  opacity: 0.5;
  transform: scale(1.3);
}

.portfolio-two-column-slide .owl-dots {
  position: absolute;
  bottom: -71px;
  left: 50%;
  margin-left: -80px;
  display: inline-block;
  counter-reset: count;
}

.portfolio-two-column-slide .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  margin: 0px 9px;
  text-align: center;
  background-color: transparent;
  cursor: pointer;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.portfolio-two-column-slide .owl-dots .owl-dot.active {
  margin: 0px 82px 0px 0px;
}

.portfolio-two-column-slide .owl-dots .owl-dot:before {
  position: relative;
  display: inline-block;
  font-size: 26px;
  color: #c1c0c0;
  font-weight: 400;
  counter-increment: count;
  content: "0" counter(count);
  font-family: 'Muli', sans-serif;
}

.portfolio-two-column-slide .owl-dots .owl-dot.active:before {
  color: #2f2f2f;
}

.portfolio-two-column-slide .owl-dots .owl-dot:after {
  position: absolute;
  content: '';
  background: #ff3d3d;
  width: 67px;
  height: 1px;
  left: 40px;
  top: 14px;
  transform: scale(0, 0);
}

.portfolio-two-column-slide .owl-dots .owl-dot.active:after {
  transform: scale(1, 1);
}

.portfolio-two-column-slide .owl-dots .owl-dot.active:last-child {
  margin: 0px 0px 0px 82px;
}

.portfolio-two-column-slide .owl-dots .owl-dot.active:last-child:after {
  left: -80px;
}

.portfolio-two-column-slide .owl-dots .owl-dot span {
  display: none;
}

.portfolio-two-column-slide .nav-style-one .owl-nav {
  margin-top: 0px;
  top: -124px;
}

.portfolio-two-column-slide .nav-style-one .owl-nav .owl-prev,
.portfolio-two-column-slide .nav-style-one .owl-nav .owl-next {
  position: relative;
  border-color: #fff;
  color: #fff;
  z-index: 1;
}

.portfolio-two-column-slide .nav-style-one .owl-nav .owl-prev:hover,
.portfolio-two-column-slide .nav-style-one .owl-nav .owl-next:hover {
  border-color: transparent;
}

.portfolio-two-column-slide .nav-style-one .owl-nav .owl-prev:before,
.portfolio-two-column-slide .nav-style-one .owl-nav .owl-next:before {
  position: absolute;
  content: '';
  background-image: -moz-linear-gradient(-90deg, #d855f9 0%, #a82df9 100%);
  background-image: -webkit-linear-gradient(-90deg, #d855f9 0%, #a82df9 100%);
  background-image: -ms-linear-gradient(-90deg, #d855f9 0%, #a82df9 100%);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0, 0);
  transition: .5s ease;
  border-radius: 50%;
  z-index: -1;
}

.portfolio-two-column-slide .nav-style-one .owl-nav .owl-prev:hover:before,
.portfolio-two-column-slide .nav-style-one .owl-nav .owl-next:hover:before {
  transform: scale(1, 1);
}

/** footer-style-eight **/

.footer-style-eight {
  position: relative;
  display: block;
  background: #fff;
  padding: 50px 0px 105px 0px;
}

.footer-style-eight .copyright {
  margin-top: 5px;
}

.footer-style-eight .copyright,
.footer-style-eight .copyright a {
  position: relative;
  color: #a5a5a5;
}

.footer-style-eight .copyright a:hover {
  color: #d357fb;
}

.footer-style-eight .social-links li {
  position: relative;
  display: inline-block;
  font-size: 22px;
  line-height: 30px;
  font-family: 'Muli', sans-serif;
  font-weight: 600;
  color: #2f2f2f;
}

.footer-style-eight .social-links li.share {
  margin-right: 35px;
}

.footer-style-eight .social-links li a {
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: #2F2F2F;
  font-weight: 400;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border-radius: 50%;
  z-index: 1;
}

.footer-style-eight .social-links li a:hover {
  color: #fff;
}

.footer-style-eight .social-links li a:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0, 0);
  transition: .5s ease;
  border-radius: 50%;
  background-image: -moz-linear-gradient(0deg, #ff4141 0%, #ec4af7 100%);
  background-image: -webkit-linear-gradient(0deg, #ff4141 0%, #ec4af7 100%);
  background-image: -ms-linear-gradient(0deg, #ff4141 0%, #ec4af7 100%);
  z-index: -1;
}

.footer-style-eight .social-links li a:hover:before {
  transform: scale(1, 1);
}

/** portfolio-banner **/

.portfolio-banner {
  padding: 0px;
  background: #fff6f4;
  margin-bottom: 184px;
}

.portfolio-banner .owl-carousel .owl-stage-outer {
  width: 70%;
}

.portfolio-banner .slide {
  position: relative;
  padding: 475px 0px 386px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.portfolio-banner .slide:before {
  position: absolute;
  content: '';
  background-image: -webkit-linear-gradient(45deg, rgba(82, 78, 252, 0.90) 0%, rgba(210, 77, 249, 0.90) 100%);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}

.portfolio-banner h1 {
  position: relative;
  font-size: 70px;
  line-height: 75px;
  font-weight: 700;
  color: #fff;
  opacity: 0;
  margin-bottom: 29px;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}

.portfolio-banner .active h1 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 1300ms;
}

.portfolio-banner .text {
  position: relative;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: #fff;
  opacity: 0;
  -webkit-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  transition: all 1500ms ease;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}

.portfolio-banner .active .text {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 1500ms;
}


.portfolio-page-11.portfolio-banner .content-box {
  position: relative;
  max-width: 650px;
  width: 100%;
}

.main-header.portfolio-page-11 .main-menu .navigation>li>a {
  color: #fff;
}

.portfolio-banner .owl-dots .owl-dot {
  display: block;
}

.portfolio-banner .owl-dots {
  left: 100%;
  bottom: 50%;
  margin-left: -100px;
  margin-bottom: -100px;
}

.portfolio-banner .owl-dots .owl-dot.active {
  margin: 0px 0px 95px 0px;
}

.portfolio-banner .owl-dots .owl-dot.active:last-child {
  margin: 95px 0px 0px 0px;
}

.portfolio-two-column-slide.portfolio-banner .owl-dots .owl-dot:after {
  height: 67px;
  width: 1px;
  left: 24px;
  top: 41px;
}

.portfolio-two-column-slide.portfolio-banner .owl-dots .owl-dot.active:last-child:after {
  left: 24px;
  top: -80px;
}

.portfolio-two-column-slide.portfolio-banner .owl-dots .owl-dot {
  -moz-transition: all 0s ease;
  -webkit-transition: all 0s ease;
  -ms-transition: all 0s ease;
  -o-transition: all 0s ease;
  transition: all 0s ease;
}

.portfolio-two-column-slide.portfolio-banner .nav-style-one .owl-nav {
  position: absolute;
  left: 50%;
  top: 100%;
  margin-top: 64px;
}

.portfolio-two-column-slide.portfolio-banner .nav-style-one .owl-nav .owl-prev,
.portfolio-two-column-slide.portfolio-banner .nav-style-one .owl-nav .owl-next {
  border-color: #e9e9e9;
  color: #e9e9e9;
}


/** portfolio-page-12 **/

.portfolio-page-12.portfolio-banner .owl-carousel .owl-stage-outer {
  width: 100%;
}

.portfolio-page-12.portfolio-banner .content-box {
  position: relative;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.portfolio-page-12.portfolio-banner .slide:before {
  background-image: -webkit-linear-gradient(45deg, rgba(253, 73, 120, 0.90) 0%, rgba(173, 140, 244, 0.90) 100%);
}

.portfolio-page-12.portfolio-banner .owl-dots {
  left: 0px;
  margin-left: 40px;
}

.portfolio-page-12.portfolio-banner .owl-dots .owl-dot:before {
  color: #ffb3c8;
}

.portfolio-page-12.portfolio-banner .owl-dots .owl-dot.active:before {
  color: #fff;
}

.portfolio-page-12.portfolio-banner .owl-dots .owl-dot:after {
  background: #fff;
}

.main-header.style-seven.portfolio-page-12 .main-menu .navigation>li>a,
.main-header.style-seven.portfolio-page-12 .cart-box-outer a,
.main-header.style-seven.portfolio-page-12 .search-box-btn {
  color: #fff;
}


/** portfolio-single **/

.portfolio-single {
  position: relative;
  display: block;
}

.portfolio-single .top-content {
  position: relative;
  display: block;
  padding: 146px 0px 44px 0px;
  box-shadow: 2px 5px 15px rgba(186, 185, 185, 0.20);
  overflow: hidden;
}

.portfolio-single .top-content:before {
  position: absolute;
  content: '';
  background: url(../images/icons/icon-6.png);
  width: 143px;
  height: 275px;
  left: 0px;
  bottom: 0px;
  background-repeat: no-repeat;
  -webkit-animation: zoom-fade 5s infinite linear;
  animation: zoom-fade 5s infinite linear;
}

.portfolio-single .top-content:after {
  position: absolute;
  content: '';
  background: url(../images/icons/icon-7.png);
  width: 236px;
  height: 368px;
  right: 0px;
  bottom: 0px;
  background-repeat: no-repeat;
  z-index: -1;
  -webkit-animation: zoom-fade 5s infinite linear;
  animation: zoom-fade 5s infinite linear;
}

.portfolio-single .top-content .inner-box {
  position: relative;
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
}

.portfolio-single .top-content .inner-box .inner-top span {
  position: relative;
  display: block;
  font-size: 16px;
  margin-bottom: 20px;
}

.portfolio-single .top-content .inner-box .inner-top h1 {
  position: relative;
  display: block;
  font-size: 46px;
  line-height: 50px;
  font-weight: 600;
  color: #37253c;
  margin-bottom: 27px;
}

.portfolio-single .top-content .inner-box .inner-top p {
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 28px;
  color: #706773;
}

.portfolio-single .top-content .inner-box .inner-top {
  position: relative;
  display: block;
  padding-bottom: 59px;
  margin-bottom: 37px;
  border-bottom: 1px solid #f5f5f5;
}

.portfolio-single .top-content .inner-box .info-box li {
  position: relative;
  float: left;
  width: 33.333%;
  font-size: 16px;
  line-height: 28px;
  color: #706773;
}

.portfolio-single .top-content .inner-box .info-box li h5 {
  position: relative;
  display: block;
  font-size: 18px;
  font-family: 'Muli', sans-serif;
  font-weight: 400;
  line-height: 28px;
  color: #37253c;
  margin-bottom: 5px;
}

.portfolio-single .top-content .inner-box .info-box {
  padding-bottom: 50px;
}

.social-style-one li {
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 28px;
  font-family: 'Muli', sans-serif;
  font-weight: 600;
  color: #2f2f2f;
}

.social-style-one li.share {
  margin-right: 22px;
}

.social-style-one li a {
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: #2F2F2F;
  font-weight: 400;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border-radius: 50%;
  z-index: 1;
}

.social-style-one li a:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0, 0);
  transition: .5s ease;
  border-radius: 50%;
  background-image: -moz-linear-gradient(0deg, #ff4141 0%, #ec4af7 100%);
  background-image: -webkit-linear-gradient(0deg, #ff4141 0%, #ec4af7 100%);
  background-image: -ms-linear-gradient(0deg, #ff4141 0%, #ec4af7 100%);
  z-index: -1;
}

.social-style-one li a:hover {
  color: #fff;
}

.social-style-one li a:hover:before {
  transform: scale(1, 1);
}

.portfolio-single .portfolio-services {
  position: relative;
  display: block;
  padding: 120px 0px 200px 0px;
}

.portfolio-single .portfolio-services .inner-box {
  position: relative;
  display: block;
  margin-bottom: 105px;
}

.portfolio-single .portfolio-services .inner-box .content-box h2 {
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 35px;
  font-weight: 600;
  color: #37253c;
  text-transform: uppercase;
  margin-bottom: 29px;
}

.portfolio-single .portfolio-services .inner-box .content-box h2 a {
  position: relative;
  display: inline-block;
  color: #37253c;
}

.portfolio-single .portfolio-services .inner-box .content-box h2 a:hover {
  color: #d357fb;
}

.portfolio-single .portfolio-services .inner-box .content-box .text p {
  position: relative;
  display: block;
  font-size: 18px;
  color: #706773;
  line-height: 28px;
}

.portfolio-single .portfolio-services .inner-box .image-box {
  position: relative;
  margin-right: -375px;
}

.portfolio-single .portfolio-services .inner-box .image-box:before {
  position: absolute;
  content: '';
  background-image: -webkit-linear-gradient(0deg, #fd4978 25%, #fbc2fe 100%);
  width: 645px;
  height: 532px;
  top: 128px;
  right: 0px;
}

.portfolio-single .portfolio-services .inner-box .image-box .image {
  position: relative;
  display: inline-block;
  border-radius: 50%;
  box-shadow: 0px 0px 15px rgba(211, 87, 251, 0.20);
}

.portfolio-single .portfolio-services .inner-box .image-box .image img {
  position: relative;
  width: auto;
  border-radius: 50%;
}

.portfolio-single .portfolio-services .inner-box .content-box {
  position: relative;
  display: block;
  padding-top: 200px;
  margin-right: 50px;
}

.portfolio-single .portfolio-services .inner-box:last-child .image-box {
  position: relative;
  margin-left: -375px;
  margin-right: 0px;
}

.portfolio-single .portfolio-services .inner-box:last-child .image-box:before {
  position: absolute;
  content: '';
  background-image: -webkit-linear-gradient(0deg, #e769f7 25%, #ba4dfe 100%);
  width: 645px;
  height: 532px;
  top: 128px;
  left: 0px;
}

.portfolio-single .portfolio-services .inner-box:last-child .image-box .image {
  float: right;
}

.portfolio-single .portfolio-services .inner-box:last-child .content-box {
  margin-right: 0px;
  margin-left: 50px;
  padding-top: 240px;
}

.portfolio-single .owl-nav,
.portfolio-single .owl-dots {
  display: none;
}

.portfolio-single .image-carousel .image-box {
  position: relative;
  display: block;
  overflow: hidden;
  background: #000;
}

.portfolio-single .image-carousel .image-box img {
  width: 100%;
  transform: scale(1);
  opacity: 1;
  transition: all 1500ms ease;
}

.portfolio-single .image-carousel .image-box:hover img {
  transform: scale(1.3);
  opacity: 0.5;
}

.portfolio-single .project-details {
  position: relative;
  display: block;
  padding: 150px 0px 63px 0px;
}

.portfolio-single .project-details .title-box {
  position: relative;
  display: block;
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
}

.portfolio-single .project-details .title-box h2 {
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 35px;
  font-weight: 600;
  color: #37253c;
  margin-bottom: 20px;
}

.portfolio-single .project-details .title-box .text {
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 28px;
  color: #706773;
}

.portfolio-single .project-details .title-box {
  position: relative;
  display: block;
  margin-bottom: 98px;
}

.portfolio-single .project-details .image-box {
  position: relative;
  display: block;
  overflow: hidden;
  background: #000;
  box-shadow: 0px 0px 15px rgba(211, 87, 251, 0.20);
}

.portfolio-single .project-details .image-box img {
  width: 100%;
  transition: all 500ms ease;
}

.portfolio-single .project-details .image-box:hover img {
  transform: scale(1.1);
  opacity: 0.5;
}

.portfolio-single .load-more-option {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 185px;
  z-index: 1;
}

.portfolio-single .load-more-option .left-content {
  position: absolute;
  left: 0px;
  top: -22px;
  max-width: 250px;
  width: 100%;
}

.portfolio-single .load-more-option .right-content {
  position: absolute;
  right: 0px;
  top: -22px;
  max-width: 260px;
  width: 100%;
}

.portfolio-single .load-more-option h4 {
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 28px;
  color: #37253c;
  font-weight: 600;
  margin-bottom: 25px;
}

.portfolio-single .load-more-option a {
  position: relative;
  display: inline-block;
  font-size: 60px;
  color: #a1a1a1;
}

.portfolio-single .load-more-option a:hover {
  color: #37253c;
}

.portfolio-single .load-more-option .nav-btn {
  max-width: 50px;
  margin: 0 auto;
  line-height: 18px;
  background: transparent;
  cursor: pointer;
  top: 0px;
}

.portfolio-single .load-more-option .nav-btn a {
  position: relative;
  display: inline-block;
  font-size: 16px;
}

.portfolio-single .load-more-option .nav-btn .icon-bar {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #ffecec;
  border-radius: 50%;
  transition: all 500ms ease;
}

.portfolio-single .load-more-option .nav-btn a:hover .icon-bar {
  background: #ff3d3d;
}

.portfolio-single .load-more-option .nav-btn .icon-bar:first-child,
.portfolio-single .load-more-option .nav-btn .icon-bar:last-child {
  background: #ff3d3d;
}

.single-page-bg {
  position: relative;
  display: block;
  width: 100%;
  min-height: 986px;
  background-repeat: no-repeat;
  background-size: cover;
}

.portfolio-single .related-project {
  position: relative;
  display: block;
  padding: 212px 0px 7px 0px;
}

.portfolio-single .related-project .title-box h2 {
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 35px;
  font-weight: 600;
  color: #37253c;
  margin-bottom: 52px;
}

.portfolio-single .related-project .inner-box {
  position: relative;
  display: block;
  overflow: hidden;
}

.portfolio-single .related-project .inner-box .image-box {
  position: relative;
  display: block;
  overflow: hidden;
  background: #25122b;
  box-shadow: 0px 0px 30px rgba(186, 185, 185, 0.20);
  margin: 30px 0px 30px 30px;
}

.portfolio-single .related-project .inner-box .image-box img {
  width: 100%;
  transition: all 300ms ease;
}

.portfolio-single .related-project .inner-box:hover .image-box img {
  opacity: 0.3;
  transform: scale(1.1);
}

.portfolio-single .related-project .inner-box .content-box {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  text-align: center;
  padding: 30px;
}

.portfolio-single .related-project .inner-box .content-box .icon-box {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -31px;
}

.portfolio-single .related-project .inner-box .content-box .icon-box a {
  position: absolute;
  width: 57px;
  height: 57px;
  z-index: 1;
  transform: translateY(-20px);
  opacity: 0;
  transition: all 500ms ease;
}

.portfolio-single .related-project .inner-box:hover .content-box .icon-box a {
  transform: translateY(0px);
  opacity: 1;
}

.portfolio-single .related-project .inner-box .content-box .icon-box a:before {
  position: absolute;
  content: '';
  background: #fff;
  width: 1px;
  height: 57px;
  left: 27px;
  top: 0px;
}

.portfolio-single .related-project .inner-box .content-box .icon-box a:after {
  position: absolute;
  content: '';
  background: #fff;
  width: 57px;
  height: 1px;
  left: 0px;
  top: 27px;
}

.portfolio-single .related-project .inner-box .content-box h4 {
  position: relative;
  text-align: center;
  top: 60%;
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
  color: #fff;
  margin-top: 12px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 500ms ease;
}

.portfolio-single .related-project .inner-box:hover .content-box h4 {
  opacity: 1;
  transform: translateY(0px);
}

.portfolio-single .related-project .inner-box .content-box h4 a {
  position: relative;
  display: inline-block;
  color: #fff;
}

/** portfolio-single-3 **/

.single-portfolio-banner {
  position: relative;
  display: block;
  padding: 335px 0px 0px 0px;
  background-image: -webkit-linear-gradient(0deg, #7002ea 0%, #b94cfe 100%);
}

.single-portfolio-banner .inner-content {
  position: relative;
  display: block;
}

.single-portfolio-banner .content-box {
  position: relative;
  max-width: 620px;
  padding-top: 78px;
}

.single-portfolio-banner .content-box span {
  position: relative;
  display: block;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 43px;
}

.single-portfolio-banner .content-box h1 {
  position: relative;
  display: block;
  font-size: 46px;
  line-height: 50px;
  color: #fff;
  font-weight: 700;
}

.single-portfolio-banner .bg-image-box .image-1 {
  position: absolute;
  left: 80px;
  bottom: 20px;
}

.single-portfolio-banner .bg-image-box .image-2 {
  position: absolute;
  right: 80px;
  bottom: 0px;
}

.portfolio-single.portfolio-single-3 .top-content .inner-box {
  max-width: 100%;
}

.portfolio-single .top-content .inner-box .inner-top h2 {
  position: relative;
  display: block;
  font-size: 30px;
  font-weight: 600;
  line-height: 42px;
  color: #37253c;
  margin-bottom: 20px;
}

.portfolio-single .top-content .inner-box .inner-top h2 span {
  position: relative;
  display: inline-block;
  font-size: 30px;
  line-height: 42px;
  font-weight: 700;
  color: #ff3d3d;
}

.portfolio-single.portfolio-single-3 .top-content .inner-box .inner-top {
  padding-bottom: 73px;
  margin-bottom: 57px;
}

.portfolio-single.portfolio-single-3 .top-content {
  padding: 134px 0px 36px 0px;
}

.portfolio-single.portfolio-single-3 .top-content .download-btn {
  position: relative;
  float: right;
  margin-top: 7px;
}

.portfolio-single.portfolio-single-3 .top-content .download-btn a {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  color: #37253c;
  line-height: 20px;
  border-bottom: 1px solid #ff3d3d;
}

.portfolio-single.portfolio-single-3 .top-content .download-btn a:hover {
  color: #ff3d3d;
}

.portfolio-single.portfolio-single-3 .top-content .social-style-one {
  position: relative;
  float: left;
}

.portfolio-single.portfolio-single-3 .top-content .inner-box .info-box {
  padding-bottom: 68px;
}

.portfolio-single.portfolio-single-3 .portfolio-services .inner-box .content-box {
  position: relative;
  float: left;
  margin: 0px;
  padding: 0px;
  max-width: 650px;
  margin-left: 110px;
  padding-top: 104px;
}

.portfolio-single.portfolio-single-3 .portfolio-services .inner-box .image-box {
  position: relative;
  padding: 0px;
  margin: 0px !important;
  float: left;
}

.portfolio-single.portfolio-single-3 .portfolio-services .inner-box .image-box .image {
  margin-top: -128px;
}

.portfolio-single.portfolio-single-3 .portfolio-services .inner-box .image-box:before {
  display: none !important;
}

.portfolio-single.portfolio-single-3 .portfolio-services .inner-box:first-child:before {
  position: absolute;
  content: '';
  background-image: -webkit-linear-gradient(0deg, #fd4978 -50%, #e366f7 100%);
  width: 100%;
  height: 100%;
  left: 370px;
  top: 0px;
}

.portfolio-single.portfolio-single-3 .portfolio-services .inner-box .content-box h2,
.portfolio-single.portfolio-single-3 .portfolio-services .inner-box .content-box h2 a {
  color: #fff;
  text-transform: capitalize;
}

.portfolio-single.portfolio-single-3 .portfolio-services .inner-box .content-box .text p {
  color: #fff;
  margin-bottom: 21px;
}

.portfolio-single.portfolio-single-3 .portfolio-services .inner-box .content-box .text p:last-child {
  margin-bottom: 0px;
}

.portfolio-single.portfolio-single-3 .portfolio-services .inner-box {
  padding-bottom: 66px;
}

.portfolio-single.portfolio-single-3 .portfolio-services {
  padding: 317px 0px 0px 0px;
}

.portfolio-single.portfolio-single-3 .portfolio-services .inner-box:last-child .image-box .image {
  margin-top: -128px;
}

.portfolio-single.portfolio-single-3 .portfolio-services .inner-box:last-child .image-box:before {
  display: none !important;
}

.portfolio-single.portfolio-single-3 .portfolio-services .inner-box:last-child:before {
  position: absolute;
  content: '';
  background-image: -webkit-linear-gradient(0deg, #e869f7 -50%, #b94dfe 100%);
  width: 100%;
  height: 100%;
  right: 370px;
  top: 0px;
}

.portfolio-single.portfolio-single-3 .portfolio-services .inner-box:last-child .content-box {
  margin-left: 200px;
}

.portfolio-single.portfolio-single-3 .portfolio-services .inner-box:last-child .image-box {
  float: right;
}

.portfolio-single.portfolio-single-3 .portfolio-services .inner-box:first-child {
  margin-bottom: 285px;
}

.portfolio-single.portfolio-single-3 .portfolio-services .inner-box:last-child {
  margin-bottom: 0px;
}

.portfolio-single.portfolio-single-3 .project-details .title-box {
  margin-bottom: 135px;
}

.portfolio-single.portfolio-single-3 .project-details .inner-box {
  margin-top: 144px;
}

/** single-portfolio-banner/style-two **/

.single-portfolio-banner.style-two {
  position: relative;
  padding: 335px 0px 370px 0px;
  background-image: -webkit-linear-gradient(0deg, #f5cfe5 0%, #865de4 100%);
}

.single-portfolio-banner.style-two .content-box {
  max-width: 570px;
  text-align: center;
  margin: 0 auto;
}

.single-portfolio-banner.style-two .inner-content {
  position: relative;
  display: block;
}

.single-portfolio-banner.style-two .inner-content .image-1 {
  position: absolute;
  left: 260px;
  top: 290px;
}

.single-portfolio-banner.style-two .inner-content .image-2 {
  position: absolute;
  right: 100px;
  top: 410px;
}

.portfolio-single.portfolio-single-4 {
  padding: 134px 0px 30px 0px;
}

.portfolio-single.portfolio-single-4 .upper-content .inner-box {
  position: relative;
  display: block;
  padding-bottom: 108px;
}

.portfolio-single.portfolio-single-4 .upper-content .inner-box .content-box {
  position: relative;
  display: block;
  margin-bottom: 25px;
}

.portfolio-single.portfolio-single-4 .upper-content .inner-box .content-box h2 {
  position: relative;
  display: block;
  font-size: 30px;
  font-weight: 600;
  line-height: 42px;
  color: #37253c;
  margin-bottom: 40px;
}

.portfolio-single.portfolio-single-4 .upper-content .inner-box .content-box h2 span {
  color: #ff3d3d;
}

.portfolio-single.portfolio-single-4 .upper-content .inner-box .content-box p {
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 28px;
  color: #706773;
}

.portfolio-single.portfolio-single-4 .upper-content .inner-box .social-links {
  position: relative;
}

.portfolio-single.portfolio-single-4 .upper-content .inner-box .social-links li {
  position: relative;
  display: inline-block;
  margin-left: 24px;
}

.portfolio-single.portfolio-single-4 .upper-content .inner-box .social-links li:first-child {
  margin-left: 0px;
}

.portfolio-single.portfolio-single-4 .upper-content .inner-box .social-links li a {
  position: relative;
  display: inline-block;
  font-size: 24px;
  color: #bbb1c3;
}

.portfolio-single.portfolio-single-4 .upper-content .inner-box .social-links li a:hover {
  color: #ff3d3d;
}

.portfolio-single.portfolio-single-4 .lower-box .image {
  position: relative;
  display: block;
  overflow: hidden;
  background: #000;
  margin-bottom: 30px;
}

.portfolio-single.portfolio-single-4 .lower-box .image:last-child {
  margin-bottom: 0px;
}

.portfolio-single.portfolio-single-4 .lower-box .image img {
  width: 100%;
  transition: all 500ms ease;
}

.portfolio-single.portfolio-single-4 .lower-box .image:hover img {
  opacity: 0.5;
  transform: scale(1.1);
}

.portfolio-single.portfolio-single-4 .lower-box .content-box {
  position: relative;
  display: block;
  margin-left: 40px;
}

.portfolio-single.portfolio-single-4 .lower-box .content-box h4 {
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  color: #ff3d3d;
  margin-bottom: 26px;
}

.portfolio-single.portfolio-single-4 .lower-box .content-box .text {
  position: relative;
  display: block;
  font-size: 18px;
  margin-bottom: 82px;
}

.portfolio-single.portfolio-single-4 .lower-box .content-box .info-box {
  position: relative;
  display: block;
  padding: 52px 30px 47px 30px;
  box-shadow: 0 10px 28px rgba(209, 198, 240, .35);
}

.portfolio-single.portfolio-single-4 .lower-box .content-box .info-box li {
  position: relative;
  display: block;
  font-size: 18px;
  padding: 10px 0px;
  margin-bottom: 20px;
}

.portfolio-single.portfolio-single-4 .lower-box .content-box .info-box li:last-child {
  margin-bottom: 0px;
}

.portfolio-single.portfolio-single-4 .lower-box .content-box .info-box span {
  position: relative;
  display: inline-block;
  max-width: 50%;
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  color: #282331;
}

.portfolio-single.portfolio-single-4 .lower-box .content-box .info-box li a {
  position: relative;
  display: inline-block;
  color: #807e83;
}

.portfolio-single.portfolio-single-4 .lower-box .content-box .info-box li a:hover {
  color: #ff3d3d;
}

.portfolio-single.portfolio-single-4 .lower-box .load-more-option {
  margin-top: 117px;
}

.portfolio-single.portfolio-single-4 .lower-box .load-more-option a {
  position: relative;
  display: inline-block;
  font-size: 21px;
  line-height: 30px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: #282331;
  text-shadow: 0 10px 3px #ffd5d5;
}

.portfolio-single.portfolio-single-4 .lower-box .load-more-option a:hover {
  color: #ff3d3d;
}


/*** 

====================================================================
                        About-Page
====================================================================

***/

.feature-style-three.about-page-1 {
  padding: 200px 0px 20px 0px;
}

.feature-style-three.about-page-1:before {
  display: none;
}

.feature-style-three.about-page-1 .content-box h4 {
  position: relative;
  display: block;
  font-size: 22px;
  color: #6e6773;
  font-weight: 700;
  margin-bottom: 25px;
}

.feature-style-three.about-page-1 .content-box {
  padding-top: 240px;
}

/** .our-story.about-page-1 **/

.our-story.about-page-1 {
  position: relative;
  padding-bottom: 330px;
}

.our-story.about-page-1:before {
  background: url(../images/background/story-bg-3.png);
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
}

.our-story.about-page-1 .counter-block-two:nth-child(3) {
  background: #e8ffe9;
  position: absolute;
  right: -150px;
  top: 0px;
}

.our-story.about-page-1 .counter-block-two:nth-child(3) span {
  color: #53e859;
}

.our-story.about-page-1 .upper-content .content-box .text p {
  position: relative;
  display: block;
  font-size: 18px;
  margin-bottom: 20px;
}

.our-story.about-page-1 .upper-content .content-box .text p:last-child {
  margin-bottom: 0px;
}

.our-story.about-page-1 .content-box .sec-title h2 {
  margin-bottom: 22px;
}

.our-story.about-page-1 .content-box .text {
  margin-bottom: 0px;
}

.our-story.about-page-1 .upper-content {
  position: relative;
  display: block;
  margin-bottom: 172px;
}

.our-story.about-page-1 .lower-content .content-box .icon-box {
  margin-bottom: 51px;
}

.our-story.about-page-1 .lower-content .content-box h3 {
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  color: #2f2f2f;
  padding-right: 165px;
}

.our-story.about-page-1 .lower-content .inner-content .single-box {
  position: relative;
  display: block;
  margin-bottom: 63px;
}

.our-story.about-page-1 .lower-content .inner-content .single-box:last-child {
  margin-bottom: 0px;
}

.our-story.about-page-1 .lower-content .inner-content .single-box h3 {
  position: relative;
  display: block;
  font-size: 22px;
  font-weight: 600;
  color: #2f2f2f;
  margin-bottom: 14px;
}

.our-story.about-page-1 .lower-content .inner-content .single-box h3 a {
  position: relative;
  display: inline-block;
  color: #2f2f2f;
}

.our-story.about-page-1 .lower-content .inner-content .single-box h3 a:hover {
  color: #d357fb;
}

.our-story.about-page-1 .lower-content .inner-content .single-box .text {
  position: relative;
  display: block;
  font-size: 18px;
}

.our-story.about-page-1 .fact-counter {
  margin-top: 27px;
}

.our-story.about-page-1 .lower-content .inner-content {
  position: relative;
  display: block;
  padding-top: 26px;
}

.about-style-four.about-style-five.about-page-1 {
  padding-top: 27px;
}

.about-style-four.about-style-five.about-page-1 .image-box {
  margin-top: 80px;
}

.about-style-four.about-style-five.about-page-1 .style-image {
  position: absolute;
  right: 30px;
  bottom: 50px;
}

.about-style-four.about-style-five.about-page-1 .style-image .image img {
  position: relative;
  display: inline-block;
  -webkit-animation: zoom-fade 15s infinite linear;
  animation: zoom-fade 15s infinite linear;
}

.team-section.about-page-1 {
  padding-top: 210px;
  padding-bottom: 197px;
}

.clients-section.about-page-1 .title-text {
  margin-bottom: 90px;
  margin-top: 0px;
}

.clients-section.about-page-2 {
  padding-top: 170px;
}

/** portfolio-style-four **/

.portfolio-style-four {
  position: relative;
  display: block;
  padding: 36px 0px 160px 0px;
}

.portfolio-style-four .inner-box .image-box {
  position: relative;
  display: block;
  overflow: hidden;
  background: #000;
}

.portfolio-style-four .inner-box .image-box img {
  width: 100%;
  transition: all 300ms ease;
}

.portfolio-style-four .inner-box:hover .image-box img {
  transform: scale(1.1);
  opacity: 0.5;
}

.portfolio-style-four .sec-title {
  position: relative;
  max-width: 580px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 62px;
}

.portfolio-style-four .nav-style-one .owl-nav {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  margin-top: 58px;
}

.portfolio-style-four .nav-style-one .owl-nav .owl-prev {
  position: absolute;
  left: 0px;
  top: 0px;
  border-color: #f9e4d2;
  color: #e8d3c0;
}

.portfolio-style-four .nav-style-one .owl-nav .owl-next {
  position: absolute;
  top: 0px;
  right: 0px;
  border-color: #f9e4d2;
  color: #e8d3c0;
}

.portfolio-style-four .nav-style-one .owl-nav .owl-prev:hover,
.portfolio-style-four .nav-style-one .owl-nav .owl-next:hover {
  border-color: transparent;
  color: #fff;
}

.portfolio-style-four .nav-style-one .owl-nav .owl-prev:before,
.portfolio-style-four .nav-style-one .owl-nav .owl-next:before {
  background: #ff3d3d;
}

.video-section.about-page-2 .inner-box a {
  background: #ff3d3d;
  color: #fff;
  -webkit-animation: pulse-2 3s infinite;
  -o-animation: pulse-2 3s infinite;
  animation: pulse-2 3s infinite;
}

.video-section.about-page-2 {
  padding-bottom: 25px;
}

.team-section.about-page-2 {
  padding-top: 18px;
  padding-bottom: 156px;
}

.cta-section.about-page-2 .inner-content .content-box .btn-style-four {
  background: linear-gradient(90deg, var(--c1, #e062fa), var(--c2, #ff3d3e) 51%, var(--c1, #e062fa)) var(--x, 0)/ 200%;
}

.cta-section.about-page-2 .lower-content .lower-content-box h3,
.cta-section.about-page-2 .lower-content .lower-content-box .list li:before {
  color: #ff3d3d;
}

.cta-section.about-page-2 {
  padding-bottom: 45px;
}

.footer-subscribe.about-page-2 {
  position: relative;
  padding-bottom: 200px;
}

.footer-subscribe.about-page-2 .style-image {
  position: absolute;
  top: 0px;
  right: 30px;
}

.footer-subscribe.about-page-2 .style-image img {
  position: relative;
  display: inline-block;
  -webkit-animation: zoom-fade 15s infinite linear;
  animation: zoom-fade 15s infinite linear;
}



/*** 

====================================================================
                        Team-Page
====================================================================

***/

.team-section.team-page-1 {
  position: relative;
  padding: 200px 0px 73px 0px;
}

.footer-subscribe.team-page {
  padding-top: 100px;
}

.footer-subscribe.team-page .style-image {
  position: absolute;
  top: 0px;
  right: 30px;
}

.footer-subscribe.team-page .style-image img {
  position: relative;
  display: inline-block;
  -webkit-animation: zoom-fade 15s infinite linear;
  animation: zoom-fade 15s infinite linear;
}

.page-title.team-page {
  position: relative;
  display: block;
  background-image: -webkit-linear-gradient(0deg, #4a72ff 0%, #94faf7 100%);
}

.page-title.team-page .content-box h1,
.page-title.team-page .content-box .page-breadcrumb li a,
.page-title.team-page .content-box .page-breadcrumb li,
.main-header.style-seven.team-page .main-menu .navigation>li>a {
  color: #fff;
}

.page-title.team-page .content-box .page-breadcrumb li:before {
  background: #fff;
}

/** team-style-three **/

.team-style-three {
  position: relative;
  display: block;
  padding: 200px 0px 103px 0px;
}

.team-block-two {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.team-block-two .image-box {
  position: relative;
  display: block;
  background: #d357fb;
  overflow: hidden;
}

.team-block-two .image-box img {
  width: 100%;
  transition: all 300ms ease;
}

.team-block-two:hover .image-box img {
  transform: scale(1.1);
  opacity: 0.5;
}

.team-block-two .image-box:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(211, 87, 251, 0.80);
  content: '';
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
}

.team-block-two:hover .image-box:before {
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
}

.team-block-two .content-box {
  position: relative;
  display: block;
}

.team-block-two .content-box span {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  font-family: 'Muli', sans-serif;
  font-weight: 400;
  color: #34263c;
  background: #ffe2e2;
  height: 23px;
  vertical-align: middle;
  text-align: center;
  padding: 0px 7px;
  margin-bottom: 12px;
}

.team-block-two .content-box h4 {
  position: relative;
  display: block;
  font-size: 22px;
  font-weight: 600;
  color: #34263c;
  margin-bottom: 18px;
}

.team-block-two .content-box h4 a {
  position: relative;
  display: inline-block;
  color: #34263c;
}

.team-block-two .content-box h4 a:hover {
  color: #d357fb;
}

.team-block-two .content-box .text {
  position: relative;
  display: block;
  margin-bottom: 13px;
}

.team-block-two .content-box .team-social li {
  position: relative;
  display: inline-block;
  margin-right: 17px;
}

.team-block-two .content-box .team-social li:last-child {
  margin-right: 0px;
}

.team-block-two .content-box .team-social li a {
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: #34263c;
}

.team-block-two .content-box .team-social li:first-child a {
  color: #eb4bd2;
}

.team-block-two .content-box .team-social li:nth-child(2) a {
  color: #7484f9;
}

.team-block-two .content-box .team-social li:last-child a {
  color: #53dee7;
}

.team-block-two .content-box .team-social li a:hover {
  color: #d357fb !important;
}

.team-block-two:nth-child(2) .content-box span {
  background: #dbfcef;
}

.team-block-two:nth-child(3) .content-box span {
  background: #fee5ff;
}


/** team-style-four **/

.team-style-four {
  position: relative;
  padding: 200px 0px 17px 0px;
}

.team-block-three {
  position: relative;
  display: block;
  margin-bottom: 60px;
}

.team-block-three .image-box {
  position: relative;
  display: block;
  overflow: hidden;
  background: #fff7f7;
}

.team-block-three .image-box img {
  width: 100%;
  transition: all 300ms ease;
}

.team-block-three:hover .image-box img {
  transform: scale(1.1);
}

.team-block-three .image-box:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(211, 87, 251, 0.80);
  content: '';
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
}

.team-block-three:hover .image-box:before {
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
}

.team-block-three .lower-content {
  position: relative;
  display: block;
  padding-top: 36px;
  padding-right: 85px;
}

.team-block-three .lower-content span {
  position: relative;
  display: block;
  font-size: 16px;
  color: #34263c;
  margin-bottom: 10px;
}

.team-block-three .lower-content h4 {
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
  color: #34263c;
  margin-bottom: 17px;
}

.team-block-three .lower-content h4 a {
  position: relative;
  display: inline-block;
  color: #34263c;
}

.team-block-three .lower-content h4 a:hover {
  color: #d357fb;
}

.team-block-three .lower-content .text {
  position: relative;
  display: block;
  margin-bottom: 13px;
}

.team-block-three .lower-content .team-social li {
  position: relative;
  display: inline-block;
  margin-right: 17px;
}

.team-block-three .lower-content .team-social li:last-child {
  margin-right: 0px;
}

.team-block-three .lower-content .team-social li a {
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: #34263c;
}

.team-block-three .lower-content .team-social li a:hover {
  color: #d357fb;
}

.footer-subscribe.team-page .style-image-2 {
  position: absolute;
  left: 50px;
  bottom: 130px;
}

.footer-subscribe.team-page .style-image-2 img {
  position: relative;
  display: inline-block;
  -webkit-animation: zoom-fade 15s infinite linear;
  animation: zoom-fade 15s infinite linear;
}


/*** 

====================================================================
                        Review-Page
====================================================================

***/


.style-bg.review-page {
  padding-top: 30px;
  padding-bottom: 10px;
}

.style-bg-2.review-page {
  position: relative;
  display: block;
  padding: 110px 0px 127px 0px;
}

.style-bg-2.review-page .image-1 {
  position: relative;
  float: right;
}

.style-bg-2.review-page .image-1 img {
  position: relative;
  display: inline-block;
  -webkit-animation: zoom-fade 15s infinite linear;
  animation: zoom-fade 15s infinite linear;
}

.footer-subscribe.review-page .style-image .image-1 {
  position: absolute;
  left: 120px;
  top: 215px;
}

.footer-subscribe.review-page .style-image .image-1 img {
  position: relative;
  display: inline-block;
  -webkit-animation: zoom-fade 15s infinite linear;
  animation: zoom-fade 15s infinite linear;
}

.footer-subscribe.review-page .style-image .image-2 {
  position: absolute;
  right: 250px;
  bottom: 30px;
}

.footer-subscribe.review-page {
  padding-top: 280px;
}


/*** 

====================================================================
                        Case-Page
====================================================================

***/


.case-section {
  position: relative;
  display: block;
  padding: 155px 0px 133px 0px;
  background: #fcf4ff;
}

.case-section:before {
  position: absolute;
  content: '';
  background: url(../images/background/case-bg.png);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-repeat: no-repeat;
  background-size: cover;
}

.case-section .tab-btn-box {
  position: relative;
  display: block;
  background: #f7e1ff;
  padding: 0px 30px;
  margin-bottom: 76px;
}

.case-section .tab-btn-box li {
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 28px;
  font-family: 'Muli', sans-serif;
  font-weight: 600;
  color: #34263c;
  background: transparent;
  transition: all 500ms ease;
  cursor: pointer;
  padding: 11px 15px;
  margin: 0px 6px;
}

.case-section .tab-btn-box li.active-btn,
.case-section .tab-btn-box li:hover {
  background: #ff3d3d;
  color: #fff;
}

.single-case-block {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.single-case-block .image-box {
  position: relative;
  display: block;
  background: #1f1123;
  overflow: hidden;
}

.single-case-block .image-box img {
  width: 100%;
  transition: all 300ms ease;
}

.single-case-block:hover .image-box img {
  opacity: 0.5;
  transform: scale(1.1);
}

.single-case-block .lower-content {
  position: relative;
  display: block;
  padding: 19px 0px 18px 82px;
  transition: all 500ms ease;
  background: #fff;
}

.single-case-block .lower-content:before {
  position: absolute;
  content: '';
  background-image: -webkit-linear-gradient(0deg, #ff3d3d 0%, #d868fe 100%);
  width: 100%;
  height: 0%;
  left: 0px;
  top: 0px;
  transition: all 500ms ease;
}

.single-case-block:hover .lower-content:before {
  height: 100%;
}

.single-case-block .lower-content .icon-box {
  position: absolute;
  left: 20px;
  top: 12px;
}

.single-case-block .lower-content .icon-box a {
  position: relative;
  display: inline-block;
  font-size: 15px;
  height: 41px;
  width: 41px;
  line-height: 41px;
  color: #ff3d3d;
  text-align: center;
  background: #ffe6e6;
}

.single-case-block:hover .lower-content .icon-box a {
  background: #fff;
}

.single-case-block .lower-content h4 {
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 28px;
  color: #545f80;
  font-weight: 400;
  transition: all 500ms ease;
}

.single-case-block .lower-content h4 a {
  position: relative;
  display: inline-block;
  color: #545f80;
}

.single-case-block:hover .lower-content h4,
.single-case-block:hover .lower-content h4 a {
  color: #fff;
}

.creative-style-two.case-page .content-box {
  padding-top: 30px;
}

.creative-style-two.case-page {
  padding-top: 205px;
  padding-bottom: 0px;
}

.creative-style-two.case-page .style-image {
  bottom: -140px;
}

.footer-subscribe.case-page {
  padding-top: 177px;
}

.footer-subscribe.case-page .style-image {
  position: absolute;
  left: 50px;
  bottom: 140px
}

.footer-subscribe.case-page .style-image img {
  position: relative;
  display: inline-block;
  -webkit-animation: zoom-fade 15s infinite linear;
  animation: zoom-fade 15s infinite linear;
}


/*** 

====================================================================
                        Feature-Page
====================================================================

***/

.feature-style-three.feature-page {
  position: relative;
  display: block;
}

.feature-style-three.feature-page .feature-block-two {
  box-shadow: 2px 10px 50px rgba(0, 0, 0, 0.10);
}

.feature-style-three.feature-page .inner-content .feature-block:first-child {
  padding-top: 205px;
}

.feature-style-three.feature-page .content-box {
  position: relative;
  display: block;
  margin-right: -230px;
  margin-left: 100px;
}

.feature-style-three.feature-page .content-box .text {
  position: relative;
  display: block;
  font-size: 18px;
  margin-bottom: 56px;
}

.feature-style-three.feature-page .sec-title h2 {
  margin-bottom: 18px;
}

.feature-style-three.feature-page {
  padding: 220px 0px 78px 0px;
}

.about-style-four.feature-page {
  position: relative;
  display: block;
  padding-bottom: 143px;
}

.about-style-four.feature-page .title-box {
  margin: 0px;
  padding-bottom: 114px;
}

.about-style-four.feature-page .title-box .top-text {
  color: transparent;
  background: -webkit-linear-gradient(0deg, #ff3d3e, #ea4afa 75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.about-style-four.feature-page .inner-box .single-item {
  max-width: 300px;
  width: 100%;
  margin-bottom: 79px;
}

.about-style-four.feature-page .inner-box .single-item:before {
  background-image: -webkit-linear-gradient(0deg, #f58fea 0%, #fd4f7e 100%);
}

.about-style-four.feature-page .inner-box .column:nth-child(2) .single-item:before {
  background-image: -webkit-linear-gradient(0deg, #f5bdfe 0%, #aebcfb 100%);
}

.about-style-four.feature-page .inner-box .column:nth-child(3) .single-item:before {
  background-image: -webkit-linear-gradient(0deg, #7968fc 0%, #f594f2 100%);
}

.about-style-four.feature-page .inner-box .column:nth-child(4) .single-item:before {
  background-image: -webkit-linear-gradient(0deg, #7968fc 0%, #f594f2 100%);
}

.about-style-four.feature-page .inner-box .column:nth-child(5) .single-item:before {
  background-image: -webkit-linear-gradient(0deg, #f5edfb 0%, #faabd2 100%);
}

.about-style-four.feature-page .inner-box .column:last-child .single-item:before {
  background-image: -webkit-linear-gradient(0deg, #fc6464 0%, #ed77f4 100%);
}

.about-style-four.feature-page:before {
  display: none;
}

.about-style-four.feature-page .anim-image .image-1 {
  position: absolute;
  top: -15px;
  right: 50px;
}

.about-style-four.feature-page .anim-image .image-2 {
  position: absolute;
  left: 80px;
  bottom: 210px;
}

.creative-style-two.feature-page {
  position: relative;
  padding: 198px 0px 145px 0px;
}

.creative-style-two.feature-page:before {
  display: none;
}

.creative-style-two.feature-page .image-box .image {
  position: relative;
  margin-left: -110px;
}

.creative-style-two.feature-page .content-box {
  padding-top: 60px;
}

.creative-style-two.feature-page .image-box .bubbles-1 {
  left: 120px;
  top: -40px;
}

.creative-style-two.feature-page .image-box .bubbles-2 {
  left: 180px;
  bottom: -50px;
}

.footer-subscribe.feature-page .image-box {
  left: 50px;
  top: 0px;
}

.footer-subscribe.feature-page .style-image .image {
  position: absolute;
  right: 30px;
  top: 150px;
}

.footer-subscribe.feature-page {
  padding-top: 91px;
}


/*** 

====================================================================
                        Contact-Page
====================================================================

***/


.page-title.contact-page .content-box h1 {
  margin-bottom: 82px;
}

.page-title.contact-page .image-3 {
  position: absolute;
  right: 20px;
  bottom: 45%;
}

.page-title.contact-page .image-4 {
  position: absolute;
  right: 30px;
  bottom: 0px;
}

.page-title.contact-page .image-5 {
  position: absolute;
  right: 400px;
  bottom: 0px;
}

/** contact-section **/

.contact-section {
  position: relative;
  display: block;
  padding: 220px 0px 0px 0px;
  margin-bottom: -60px;
}

#contact-form .form-group {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

#contact-form .form-group:last-child {
  margin-bottom: 0px;
}

#contact-form .form-group input[type='text'],
#contact-form .form-group input[type='email'],
#contact-form .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  font-size: 16px;
  border: 1px solid #f5f0ff;
  padding: 15px 20px;
}

#contact-form .form-group textarea {
  height: 210px;
  resize: none;
  margin-bottom: 18px;
}

#contact-form .form-group input:focus,
#contact-form .form-group textarea:focus {
  border-color: transparent;
  box-shadow: 0px 20px 30px #fcf1f1;
}

.contact-section .inner-content {
  position: relative;
  display: block;
  max-width: 885px;
  width: 100%;
  margin: 0 auto;
}

.contact-section .contact-form-area {
  position: relative;
  display: block;
  background: #fff;
  padding: 94px 70px 120px 70px;
  box-shadow: 0px 0px 30px #f7f1f1;
  margin-bottom: 90px;
}

#contact-form .form-group .btn-style-five {
  box-shadow: none;
}

.contact-section .contact-form-area:before {
  position: absolute;
  content: '';
  background: url(../images/icons/icon-9.png);
  width: 632px;
  height: 752px;
  left: -247px;
  top: -100px;
  background-repeat: no-repeat;
  z-index: -1;
  -webkit-animation: zoom-fade 15s infinite linear;
  animation: zoom-fade 15s infinite linear;
}

.contact-section .contact-info .single-info-box {
  position: relative;
  display: block;
  max-width: 385px;
  width: 100%;
  background: #fff;
  padding: 36px 30px 30px 70px;
  box-shadow: 0px 0px 20px #fcf1f1;
  z-index: 1;
}

.contact-section .contact-info .single-info-box h4 {
  position: relative;
  display: block;
  font-size: 20px;
  font-family: 'Muli', sans-serif;
  font-weight: 600;
  color: #503c57;
  margin-bottom: 31px;
}

.contact-section .contact-info .single-info-box li {
  position: relative;
  display: block;
  margin-bottom: 27px;
  line-height: 34px;
}

.contact-section .contact-info .single-info-box li:last-child {
  margin-bottom: 0px;
}

.contact-section .contact-info .single-info-box li h5 {
  position: relative;
  display: block;
  font-size: 18px;
  font-family: 'Muli', sans-serif;
  font-weight: 600;
  color: #503c57;
  margin-bottom: 7px;
}

.contact-section .contact-info .single-info-box li p {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 34px;
  color: #a3a1a1;
}

.contact-section .contact-info .single-info-box li a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 28px;
  color: #a3a1a1;
}

.contact-section .contact-info .single-info-box li a:hover,
.contact-section .contact-info .single-info-box li.phone h5 a:hover {
  color: #d357fb;
}

.contact-section .contact-info .single-info-box li.phone i {
  position: relative;
  display: inline-block;
  font-size: 20px;
  color: #e99ff3;
  margin-right: 15px;
}

.contact-section .contact-info .single-info-box li.phone h5 {
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 28px;
  font-family: 'Muli', sans-serif;
  font-weight: 600;
  color: #272626;
}

.contact-section .contact-info .single-info-box li.phone h5 a {
  position: relative;
  display: inline-block;
  color: #272626;
}

/** google-map-section **/

.google-map-section {
  position: relative;
  display: block;
  width: 100%;
}

#contact-google-map {
  position: relative;
  width: 100%;
  height: 745px;
}

.footer-subscribe.contact-page {
  position: relative;
  padding: 213px 0px 200px 0px;
}

.footer-subscribe.contact-page .style-image {
  position: absolute;
  top: 80px;
  right: 30px;
}

.footer-subscribe.contact-page .style-image img {
  position: relative;
  display: inline-block;
  -webkit-animation: zoom-fade 15s infinite linear;
  animation: zoom-fade 15s infinite linear;
}


/** contact-page-2 **/

.contact-section.contact-page-2 {
  padding: 200px 0px 125px 0px;
  margin: 0px;
}

.contact-section.contact-page-2 .inner-content {
  max-width: 100%;
}

.contact-section.contact-page-2 .title-box h2 {
  position: relative;
  display: block;
  font-size: 36px;
  line-height: 45px;
  color: #2f2f2f;
  font-weight: 600;
  margin-bottom: 92px;
}

.google-map-section.contact-page-2 {
  position: relative;
}

.google-map-section.contact-page-2 .contact-form-area {
  position: absolute;
  top: 0px;
  right: 0px;
  background: #fff;
  width: 40%;
  height: 100%;
  padding: 96px 70px 100px 70px;
  box-shadow: 0px 0px 30px rgba(186, 185, 185, 0.20);
}

.google-map-section.contact-page-2 #contact-google-map {
  height: 700px;
}


/** contact-page-3 **/

.page-title.contact-page-3 {
  box-shadow: none;
}

.page-title.contact-page-3 .image-2 {
  left: 260px;
  bottom: 100px;
}

.page-title.contact-page-3 .image-4 {
  right: 0px;
}

.page-title.contact-page-3 .image-3 {
  position: absolute;
  right: 390px;
  bottom: 22%;
}

.contact-section.contact-page-3 .inner-content {
  max-width: 100%;
}

.contact-section.contact-page-3 .contact-info .single-info-box {
  padding: 0px 30px 66px 30px;
}

.contact-section.contact-page-3 .contact-info .single-info-box li.phone i {
  color: #ff3d3d;
}

.contact-section.contact-page-3 .contact-info .single-info-box .icon-box {
  position: relative;
  display: inline-block;
  font-size: 40px;
  color: #a0a0a0;
  width: 116px;
  height: 116px;
  line-height: 116px;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  margin-top: -55px;
  margin-bottom: 54px;
  box-shadow: 0px 10px 20px rgba(186, 185, 185, 0.20);
  transition: all 500ms ease;
}

.contact-section.contact-page-3 .contact-info .single-info-box:hover .icon-box {
  transform: rotateY(180deg);
  color: #fff;
  background: #d357fb;
}

.contact-form-style-two {
  position: relative;
  display: block;
  padding-bottom: 210px;
  margin-top: 0px;
}

.contact-form-style-two .contact-form-area {
  position: relative;
  display: block;
  background: #fff;
  padding: 94px 70px 120px 70px;
  box-shadow: 0px 20px 30px rgba(186, 185, 185, 0.20);
  margin-top: -20px;
  z-index: 1;
}

.contact-form-style-two #contact-form .form-group input[type='text'],
.contact-form-style-two #contact-form .form-group input[type='email'],
.contact-form-style-two #contact-form .form-group textarea {
  border: none;
  border-bottom: 1px solid #2f2f2f;
}

.contact-form-style-two #contact-form .form-group input:focus,
.contact-form-style-two #contact-form .form-group textarea:focus {
  box-shadow: none;
  border-color: #ff3d3d;
}


/*** 

====================================================================
                        Shop-Page
====================================================================

***/

/** shop-section **/

.shop-section {
  position: relative;
  display: block;
  padding: 110px 0px 255px 0px;
}

.select-box .ui-state-default {
  position: relative;
  display: block;
  background: #ffffff;
  border: 1px solid #fff3fb !important;
  border: none;
  border-radius: 0;
  color: #838383;
  font-size: 18px;
  font-weight: 400;
  height: 50px;
  outline: medium none;
  width: 100%;
  cursor: pointer;
  font-family: 'Muli', sans-serif;
}

.select-box .ui-selectmenu-button span.ui-icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 60px;
  height: 48px;
  text-indent: 0;
  margin: 0;
}

.select-box .ui-selectmenu-button span.ui-icon::before {
  color: #dbdbdb;
  content: "\f107";
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  font-size: 17px;
  overflow: visible;
  position: absolute;
  right: 21px;
  top: 12px;
}

.select-box .ui-state-default {
  width: 100% !important;
}

.ui-selectmenu-open .ui-widget-content {
  border: none;
  background: #ffffff;
  color: #222222;
  border-radius: 0;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.10);
}

.ui-selectmenu-open .ui-widget-content .ui-state-focus {
  border: none;
  background: #ff3d3d;
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
}

.ui-selectmenu-open .ui-menu .ui-menu-item {
  border-bottom: 1px solid #efebea;
  position: relative;
  margin: 0;
  padding: 15px 15px;
  cursor: pointer;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  text-transform: none;
  transition: all 500ms ease;
}

.ui-selectmenu-open .ui-menu .ui-menu-item:last-child {
  border-bottom: none;
}

.select-box .ui-selectmenu-button span.ui-selectmenu-text {
  display: block;
  line-height: 18px;
  overflow: hidden;
  padding: 15px 19px;
  text-align: left;
  margin-right: 0px;
}

.ui-selectmenu-menu .ui-menu {
  transform: scaleY(0);
  transform-origin: top center;
  transition: .4s ease;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.ui-selectmenu-open .ui-menu {
  transform: scaleY(1);
  top: 100%;
}

.ui-selectmenu-menu {
  transform: scaleY(0);
  transform-origin: top center;
  display: block;
}

.ui-selectmenu-open {
  transform: scaleY(1);
}

.shop-section .item-sorting .select-column {
  position: relative;
  max-width: 230px;
  width: 100%;
}

.shop-section .top-content .product-categories {
  position: relative;
  max-width: 255px;
  width: 100%;
}

.shop-section .top-content .product-categories .ui-state-default {
  background: #fcecec;
  border: none;
  color: #313131;
  font-size: 22px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  height: 60px;
}

.shop-section .top-content .product-categories .ui-selectmenu-button span.ui-selectmenu-text {
  padding: 21px 19px;
}

.shop-section .top-content .product-categories .ui-selectmenu-button span.ui-icon {
  top: 6px;
}

.shop-section .top-content .product-categories .ui-selectmenu-button span.ui-icon::before {
  color: #313131;
}

.shop-section .item-sorting .result-column h4 {
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 28px;
  font-family: 'Muli', sans-serif;
  font-weight: 400;
  color: #313131;
  padding: 8px 33px 11px 33px;
  border: 1px solid #fff3fb;
  text-align: center;
}

.shop-section .top-content {
  position: relative;
  display: block;
  margin-bottom: 90px;
}

.shop-section .lower-content {
  position: relative;
  display: block;
  margin-bottom: 130px;
}

.shop-section .item-sorting {
  position: relative;
  display: block;
  margin-bottom: 72px;
}

.shop-section .price-filters {
  position: relative;
  display: block;
  margin-left: 105px;
}

.shop-section .price-filters h4 {
  position: relative;
  display: inline-block;
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
  color: #4d403e;
  margin-right: 42px;
  float: left;
  margin-top: 18px;
}

.range-slider {
  position: relative;
  display: inline-block;
  float: left;
}

.range-slider .title {
  position: relative;
}

.range-slider .title:before {
  position: absolute;
  content: '$';
  left: -11px;
  top: 11px;
  color: #808080;
  font-size: 16px;
}

.range-slider .input {
  float: right;
  color: #808080;
  max-width: 75px;
  font-size: 16px;
  margin-top: 11px;
  position: relative;
}

.range-slider .input input {
  background: none;
  color: #808080;
  font-size: 16px;
  font-family: 'Muli', sans-serif;
  font-weight: 400;
  text-align: left;
}

.range-slider .ui-widget.ui-widget-content {
  height: 4px;
  border: none;
  margin-bottom: 42px;
  background: #eef2f5;
}

.range-slider .ui-slider .ui-slider-range {
  top: 0px;
  height: 4px;
  background: #ff3d3d;
}

.range-slider .ui-state-default,
.range-slider .ui-widget-content .ui-state-default {
  top: -6px;
  width: 14px;
  height: 14px;
  background: #ffffff;
  border-radius: 50%;
  cursor: pointer;
  margin-left: 0px;
  box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.20);
  border: none;
}

.range-slider .filter-btn {
  position: relative;
  display: inline-block;
  font-size: 15px;
  font-family: 'Muli', sans-serif;
  color: #ffffff;
  background: #ff3d3d;
  margin-right: 37px;
  padding: 9px 32px 8px 31px;
  transition: all 500ms ease;
}

.range-slider .filter-btn:hover {
  background: #d357fb;
}

.product-block-two {
  position: relative;
  display: block;
  margin-bottom: 80px;
}

.product-block-two .inner-box {
  position: relative;
}

.product-block-two .inner-box .price {
  position: absolute;
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background: #ec72df;
  border-radius: 50%;
  font-size: 26px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  color: #fff;
  left: 40%;
  top: 20%;
  z-index: 1;
  -webkit-animation: zoom-fade 10s infinite linear;
  animation: zoom-fade 10s infinite linear;
}

.shop-section .product-block:nth-child(2) .inner-box .price {
  background: #ff3d3d;
}

.shop-section .product-block:nth-child(3) .inner-box .price {
  background: #50ebbd;
}

.shop-section .product-block:nth-child(4) .inner-box .price {
  background: #5dee8d;
}

.shop-section .product-block:nth-child(5) .inner-box .price {
  background: #ff8a91;
}

.shop-section .product-block:last-child .inner-box .price {
  background: #71e6ff;
}

.product-block-two .inner-box .product-image {
  position: relative;
  display: block;
  overflow: hidden;
  background: #000;
}

.product-block-two .inner-box .product-image img {
  width: 100%;
  transition: all 1500ms ease;
}

.product-block-two:hover .inner-box .product-image img {
  transform: scale(1.3);
  opacity: 0.5;
}

.product-block-two .inner-box .lower-content {
  position: relative;
  display: block;
  padding-top: 33px;
  margin: 0px;
}

.product-block-two .inner-box .lower-content h3 {
  position: relative;
  display: block;
  font-size: 28px;
  line-height: 38px;
  color: #313131;
  font-weight: 700;
  margin-bottom: 31px;
}

.product-block-two .inner-box .lower-content h3 a {
  position: relative;
  display: inline-block;
  color: #313131;
}

.product-block-two .inner-box .lower-content h3 a:hover {
  color: #d357fb;
}

.product-block-two .inner-box .lower-content .shop-btn a {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
  color: #ff3d3d;
  vertical-align: middle;
  text-align: center;
  border: 1px solid #fdf0f0;
  padding: 7.5px 37.5px;
}

.product-block-two .inner-box .lower-content .shop-btn a:hover {
  border-color: #ff3d3d;
  background: #ff3d3d;
  color: #fff;
}

.shop-section .populer-product .product-box {
  position: relative;
  display: block;
}

.shop-section .populer-product .product-box h3 {
  position: absolute;
  left: 0px;
  bottom: 138px;
  display: block;
  font-size: 28px;
  line-height: 38px;
  color: #313131;
  font-weight: 700;
  text-align: center;
}

.shop-section .populer-product .product-box .btn-box {
  position: absolute;
  left: 25px;
  bottom: 43px;
}

.shop-section .populer-product .product-box .btn-box .btn-style-six {
  padding: 8.5px 38px;
}

.shop-section .populer-product .product-box .price-box {
  position: absolute;
  top: 86px;
  right: 82px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background: rgba(165, 216, 76, 0.80);
  border-radius: 50%;
  font-size: 26px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  color: #fff;
  -webkit-animation: zoom-fade 5s infinite linear;
  animation: zoom-fade 5s infinite linear;
}

.shop-section .populer-product .title-box {
  position: relative;
  display: block;
  margin-left: 100px;
  padding-top: 65px;
}

.shop-section .populer-product .title-box h2 {
  position: relative;
  display: block;
  font-size: 40px;
  line-height: 50px;
  font-weight: 400;
  color: #313131;
  margin-bottom: 73px;
}

.shop-section .populer-product .title-box h4 {
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  color: #313131;
  margin-bottom: 28px;
}

.shop-section .populer-product .title-box .mail-box .form-group {
  position: relative;
  display: block;
  margin-bottom: 0px;
  max-width: 370px;
  width: 100%;
}

.shop-section .populer-product .title-box .mail-box .form-group input[type='email'] {
  position: relative;
  width: 100%;
  height: 80px;
  padding: 20px;
  font-size: 18px;
  border: 1px solid #eaeaea;
  transition: all 500ms ease;
}

.shop-section .populer-product .title-box .mail-box .form-group button {
  position: absolute;
  top: 26px;
  right: 30px;
  background: transparent;
  color: #313131;
  font-size: 24px;
  cursor: pointer;
  transition: all 500ms ease;
}

.shop-section .populer-product .title-box .mail-box .form-group input:focus {
  border-color: #ff3d3d;
}

.shop-section .populer-product .title-box .mail-box .form-group input:focus+button,
.shop-section .populer-product .title-box .mail-box .form-group button:hover {
  color: #ff3d3d;
}


/** single-shop **/

.page-title.shop-page {
  box-shadow: none;
  padding: 310px 0px 50px 0px;
}

.page-title.shop-page .content-box h1 {
  margin-bottom: 82px;
}

.single-shop {
  position: relative;
  display: block;
  padding: 100px 0px 200px 0px;
}

.single-shop .carousel-outer .owl-dots,
.single-shop .carousel-outer .owl-nav {
  display: none;
}

.single-shop .carousel-outer .image-carousel {
  position: relative;
  box-shadow: 2px 20px 30px rgba(186, 185, 185, 0.20);
  margin-bottom: 35px;
}

.single-shop .carousel-outer .image-carousel img {
  width: 100%;
}

.single-shop .carousel-outer .thumbs-carousel {
  position: relative;
  max-width: 545px;
  width: 100%;
  margin: 0 auto;
}

.single-shop .carousel-outer .thumbs-carousel li {
  position: relative;
  display: inline-block;
  background-color: #000;
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.single-shop .carousel-outer .thumbs-carousel li:hover img {
  opacity: .80;
}

.single-shop .carousel-outer .thumbs-carousel li img {
  position: relative;
  opacity: 1;
  transition: all 500ms ease;
}

.single-shop .products-details {
  position: relative;
  display: block;
  margin-bottom: 146px;
}

.single-shop .products-details .carousel-outer {
  margin-right: 40px;
}

.single-shop .products-details .content-box {
  position: relative;
  display: block;
  padding-top: 9px;
}

.single-shop .content-box .other-option .sel-colors {
  position: relative;
  float: left;
  margin-top: 12px;
}

.single-shop .content-box .other-option .sel-colors .color-box {
  position: relative;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  display: inline-block;
}

.single-shop .content-box .other-option .sel-colors .color-box input {
  position: absolute;
  visibility: hidden;
  opacity: 0;
}

.single-shop .content-box .other-option .sel-colors .color-box label {
  position: relative;
  display: block;
  width: 19px;
  height: 18px;
  margin: 0px;
  cursor: pointer;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.single-shop .content-box .other-option .sel-colors .color-box input[type="radio"]:checked+label:before {
  position: absolute;
  width: 11px;
  height: 10px;
  content: '';
  left: 4px;
  top: 4px;
  background: #fff;
}

.single-shop .content-box h2 {
  position: relative;
  display: block;
  font-size: 42px;
  line-height: 54px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  color: #4d403e;
  margin-bottom: 19px;
}

.single-shop .content-box .item-price {
  position: relative;
  display: block;
  font-size: 35px;
  line-height: 45px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: #ff3d3d;
  margin-bottom: 20px;
}

.single-shop .content-box .rating {
  position: relative;
  display: inline-block;
  margin-bottom: 3px;
}

.single-shop .content-box .rating li {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #ffb12a;
  margin-right: 1px;
}

.single-shop .content-box .rating li:last-child {
  margin-right: 0px;
}

.single-shop .content-box .reviews {
  position: relative;
  display: inline-block;
  margin-left: 10px;
  margin-bottom: 0px;
}

.single-shop .content-box .reviews a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #4d403e;
}

.single-shop .content-box .reviews a:hover {
  color: #ff3d3d;
}

.single-shop .content-box .other-links li {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-family: 'Muli', sans-serif;
  font-weight: 400;
  color: #4d403e;
}

.single-shop .content-box .other-links li a {
  position: relative;
  display: inline-block;
  color: #727272;
}

.single-shop .content-box .other-links li a:hover {
  color: #ff3d3d;
}

.single-shop .content-box .other-links .categories-box {
  margin-right: 25px;
}

.single-shop .content-box .other-links {
  position: relative;
  display: block;
  margin-bottom: 36px;
}

.item-quantity .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
  border: 1px solid #ffe2de;
  max-width: 70px;
  width: 100%;
  height: 45px;
}

.item-quantity input.quantity-spinner {
  line-height: 28px;
  width: 30px;
  padding: 5px 0px !important;
  box-shadow: none !important;
  border: none;
  text-align: center;
  font-size: 18px;
  color: #503c57;
}

.item-quantity input:focus {
  border: none;
  box-shadow: none;
}

.bootstrap-touchspin .input-group-btn-vertical>.btn.bootstrap-touchspin-up {
  position: relative;
  display: inline-block;
  background: transparent;
  padding: 0px 0px;
  left: -19px;
  top: -21px;
}

.bootstrap-touchspin .glyphicon-chevron-up:before {
  content: "\f106";
  font-size: 16px;
  font-style: normal;
  color: #c9c9c9;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.bootstrap-touchspin .input-group-btn-vertical>.btn.bootstrap-touchspin-down {
  position: relative;
  display: inline-block;
  background: transparent;
  padding: 0px 0px;
  left: -20px;
  top: -7px;
}

.bootstrap-touchspin .glyphicon-chevron-down:before {
  content: "\f107";
  font-size: 16px;
  font-style: normal;
  color: #c9c9c9;
  font-weight: 900;
  font-family: 'Font Awesome 5 Free';
}

.single-shop .content-box .other-option {
  position: relative;
  display: block;
  margin-bottom: 39px;
}

.single-shop .content-box .other-option .size-box {
  position: relative;
  width: 50%;
}

.single-shop .content-box .other-option h4 {
  position: relative;
  display: inline-block;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  color: #4d403e;
  margin-right: 16px;
}

.single-shop .content-box .other-option .size-box h4 {
  top: -21px;
}

.single-shop .content-box .other-option .color-box h4 {
  top: -2px;
}

.single-shop .content-box .other-option .size-box .select-box {
  position: relative;
  display: inline-block;
  max-width: 127px;
  width: 100%;
}

.single-shop .content-box .other-option .size-box .select-box .ui-state-default {
  border: 1px solid #ffe2de !important;
  color: #4d403e;
  height: 45px;
}

.single-shop .content-box .other-option .size-box .select-box .ui-selectmenu-button span.ui-icon::before {
  color: #ff3d3d;
  top: 9px;
}

.single-shop .content-box .other-option .color-box {
  position: relative;
  width: 50%;
}

.single-shop .content-box .addto-cart-box {
  position: relative;
  display: block;
  margin-bottom: 55px;
}

.single-shop .item-quantity {
  position: relative;
  float: left;
  width: 70px;
  height: 45px;
  margin-right: 30px;
}

.single-shop .content-box .addto-cart-box .cart-btn {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  font-family: 'Poppins', sans-serif;
  background: #ff3d3d;
  color: #fff;
  padding: 5px 29px;
  height: 45px;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  margin-right: 6px;
  transition: all 500ms ease;
}

.single-shop .content-box .addto-cart-box .cart-btn:hover {
  background: #d357fb;
}

.single-shop .content-box .addto-cart-box .wish-btn {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 40px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  vertical-align: middle;
  color: #645f5e;
  background: #fef9f8;
  height: 45px;
  padding: 5px 30px;
  text-align: center;
}

.single-shop .content-box .addto-cart-box .wish-btn:hover {
  background: #d357fb;
  color: #fff;
}

.single-shop .content-box .addto-cart-box .item-quantity input.quantity-spinner {
  padding: 8px 0px !important;
}

.single-shop .content-box .service-box {
  position: relative;
  display: block;
  margin-bottom: 51px;
}

.single-shop .content-box .service-box .single-item {
  position: relative;
  display: inline-block;
  float: left;
  width: 128px;
  height: 128px;
  text-align: center;
  vertical-align: middle;
  background: #fef9f8;
  border: 1px dashed #ffac9e;
  border-radius: 50%;
  margin-right: 30px;
  padding: 40px 10px;
}

.single-shop .content-box .service-box .single-item:last-child {
  margin-right: 0px;
}

.single-shop .content-box .service-box .single-item h5 {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  font-family: 'Muli', sans-serif;
  font-weight: 600;
  color: #ff3d3d;
  margin-bottom: 0px;
}

.single-shop .content-box .service-box .single-item span {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 24px;
  font-family: 'Muli', sans-serif;
  font-weight: 400;
  color: #fe9687;
}

.single-shop .content-box .other-service li {
  position: relative;
  display: block;
  font-size: 16px;
  color: #7c7574;
  margin-bottom: 0px;
  padding: 0px 0px 0px 27px;
}

.single-shop .content-box .other-service li:before {
  position: absolute;
  content: "\f061";
  font-size: 13px;
  color: #ffc0b7;
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  left: 0px;
  top: -1px;
}

.single-shop .product-info-tabs {
  position: relative;
  display: block;
  margin-bottom: 47px;
}

.single-shop .product-info-tabs .tab-btns {
  position: relative;
  display: inline-block;
  border-bottom: 2px solid #f1f1f1;
}

.single-shop .product-info-tabs .tab-btns li {
  position: relative;
  display: inline-block;
  padding-bottom: 26px;
  margin: 0px 22px;
  cursor: pointer;
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #503c57;
  text-transform: uppercase;
}

.single-shop .product-info-tabs .tab-btns li:before {
  position: absolute;
  content: '';
  background: #ff3d3d;
  width: 0%;
  height: 2px;
  left: 0px;
  bottom: -2px;
}

.single-shop .product-info-tabs .tab-btns li:first-child {
  margin-left: 0px;
}

.single-shop .product-info-tabs .tab-btns li:last-child {
  margin-right: 0px;
}

.single-shop .product-info-tabs .tab-btns li.active-btn:before {
  width: 100%;
}

.single-shop .product-info-tabs .tabs-content .text {
  position: relative;
  display: block;
  padding-top: 55px;
}

.single-shop .product-info-tabs .tabs-content .text p {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: #928895;
}

.single-shop .video-content {
  position: relative;
  display: block;
  padding: 220px 0px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-bottom: 146px;
}

.single-shop .video-content:before {
  position: absolute;
  content: '';
  background: rgba(0, 0, 0, 0.50);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}

.single-shop .video-content .content-box a {
  position: relative;
  display: inline-block;
  font-size: 24px;
  color: #fff;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  border: 4px solid #fff;
  border-radius: 50%;
  -webkit-animation: pulse-5 5s infinite;
  -o-animation: pulse-5 5s infinite;
  animation: pulse-5 5s infinite;
}

.single-shop .related-product .single-item {
  position: relative;
  display: block;
  box-shadow: 0 10px 20px 0px rgba(186, 185, 185, 0.20);
}

.single-shop .related-product .single-item .porduct-img {
  position: relative;
  overflow: hidden;
  background: #000;
}

.single-shop .related-product .single-item .porduct-img img {
  width: 100%;
  transition: all 300ms ease;
}

.single-shop .related-product .single-item:hover .porduct-img img {
  transform: scale(1.1);
  opacity: 0.5;
}

.single-shop .related-product .single-item .lower-content {
  position: relative;
  display: block;
  border-top: 1px solid #f3f3f3;
  padding: 50px 0px 45px 0px;
  margin: 0px 35px;
}

.single-shop .related-product .single-item .lower-content h3 {
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  color: #4d403e;
  margin-bottom: 3px;
}

.single-shop .related-product .single-item .lower-content h3 a {
  position: relative;
  display: inline-block;
  color: #4d403e;
}

.single-shop .related-product .single-item .lower-content h3 a:hover {
  color: #d357fb;
}

.single-shop .related-product .single-item .lower-content .price {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #4d403e;
  margin-bottom: 24px;
}

.single-shop .related-product .single-item .lower-content .btn-box a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: #4d403e;
  line-height: 20px;
  border-bottom: 1px solid #ffb0a5;
}

.single-shop .related-product .single-item .lower-content .btn-box a:hover {
  color: #ffb0a5;
}

.single-shop .related-product h2.title {
  position: relative;
  display: block;
  font-size: 36px;
  line-height: 45px;
  color: #4d403e;
  font-weight: 400;
  margin-bottom: 51px;
}


/*** 

====================================================================
                        cart-page
====================================================================

***/


.cart-section {
  padding: 112px 0px 185px 0px;
}

.cart-section .table-outer {
  overflow-x: auto;
  position: relative;
  width: 100%;
  border-bottom: 1px solid #fff2f0;
  padding-bottom: 60px;
}

.cart-section .cart-table {
  min-width: 1165px;
  width: 100%;
}

.cart-section .cart-table .cart-header {
  border-bottom: 1px solid #fff2f0;
  margin-bottom: 23px;
}

.cart-section .cart-table thead tr th {
  line-height: 30px;
  min-width: 110px;
  padding: 21px 45px 14px 45px;
  color: #4b4949;
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  font-weight: 500;
  position: relative;
}

.cart-section .cart-table thead tr th.quantity {
  padding: 15px 45px 14px 120px;
  position: relative;
}

.cart-section .cart-table thead tr th.prod-column {
  padding-left: 60px;
}

.cart-section .cart-table tbody tr td {
  color: #222222;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  min-width: 80px;
  padding: 30px 0px 30px 30px;
}

.cart-section .cart-table tbody tr td.prod-column {
  padding: 30px 0px 0px 0px;
}

.cart-section .cart-table tbody tr td.sub-total {
  padding: 27px 50px 27px 48px;
  text-align: center;
}

.cart-section .cart-table tbody tr .prod-column .column-box {
  min-height: 70px;
  position: relative;
  padding: 45px 0px 53px 200px;
}

.cart-section .cart-table tbody tr .prod-column .column-box .prod-thumb img {
  display: inline-block;
  max-width: 100%;
  transition: all 500ms ease;
}

.cart-section .cart-table tbody tr .prod-column .column-box .prod-thumb {
  position: absolute;
  left: 0px;
  top: 0px;
  background: #fff3f1;
  overflow: hidden;
  width: 170px;
  height: 160px;
}

.cart-section .cart-table tbody tr .prod-column .column-box .prod-thumb:hover img {
  transform: scale(1.1);
}

.cart-section .cart-table tbody tr .prod-column .column-box .title {
  padding-left: 20px;
}

.cart-section .cart-table tbody tr .qty {
  position: relative;
  padding: 27px 60px 27px 120px;
}

.cart-section .cart-table tbody tr td.price {
  color: #4b4949;
  font-size: 18px;
  text-align: center;
  position: relative;
  padding: 30px 25px 30px 30px;
}

.cart-section .cart-table tbody tr .sub-total {
  font-size: 18px;
  color: #4b4949;
}

.cart-section .cart-table tbody tr td .remove {
  text-align: right;
}

.cart-section .cart-table tbody tr td .remove a {
  font-size: 16px;
  color: #ff3d3d;
  padding: 0px;
}

.cart-section .cart-table .prod-title {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 31px;
  font-weight: 400;
  color: #4b4949;
  font-family: 'Muli', sans-serif;
}

.cart-section .other-box .inner-box {
  position: relative;
  display: block;
  margin-top: 26px;
  margin-bottom: 100px;
}

.cart-section .other-box .inner-box .coupon-box {
  position: relative;
  max-width: 563px;
  width: 100%;
  margin-top: 30px;
}

.cart-section .other-box .inner-box .coupon-box .form-group {
  position: relative;
  display: block;
  margin: 0px;
}

.cart-section .other-box .inner-box .coupon-box .form-group input[type='text'] {
  position: relative;
  display: block;
  width: 100%;
  height: 85px;
  padding: 15px 240px 15px 30px;
  border: 1px solid #ffe2de;
  font-size: 16px;
  transition: all 500ms ease;
}

.cart-section .other-box .inner-box .coupon-box .form-group input:focus {
  border-color: #ff3d3d;
}

.cart-section .other-box .inner-box .coupon-box .form-group button {
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 20px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  line-height: 28px;
  color: #fff;
  background: #ff3d3d;
  text-align: center;
  padding: 15px 32.5px;
  height: 85px;
  vertical-align: middle;
  transition: all 500ms ease;
  cursor: pointer;
}

.cart-section .other-box .inner-box .cost-box {
  position: relative;
  max-width: 370px;
  width: 100%;
}

.cart-section .other-box .inner-box .cost-box li {
  position: relative;
  display: block;
  font-size: 20px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  color: #2a2828;
  line-height: 30px;
  margin-bottom: 14px;
}

.cart-section .other-box .inner-box .cost-box li span {
  float: right;
}

.cart-section .other-box {
  position: relative;
  display: block;
}

.cart-section .other-box .inner-box .cost-box li:last-child {
  margin-bottom: 0px;
}

.cart-section .other-box .btn-box {
  position: relative;
  display: block;
}

.cart-section .other-box .btn-box .update-btn {
  position: relative;
  max-width: 270px;
  width: 100%;
}

.cart-section .other-box .btn-box .process-btn {
  position: relative;
  max-width: 570px;
  width: 100%;
}

.cart-section .other-box .btn-box button {
  position: relative;
  display: block;
  width: 100%;
  height: 70px;
  vertical-align: middle;
  font-size: 20px;
  line-height: 30px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  background: #fff3f1;
  color: #2a2828;
  text-align: center;
  padding: 10px 30px;
  cursor: pointer;
  transition: all 500ms ease;
}

.cart-section .other-box .btn-box button:hover {
  color: #fff;
  background: #ff3d3d;
}


/*** 

====================================================================
                        Checkout-Page
====================================================================

***/


/** checkout-section **/

.checkout-section {
  position: relative;
  display: block;
  padding: 130px 0px 200px 0px;
}

.checkout-section .billing-form {
  position: relative;
  display: block;
  border: 1px solid #eeeeee;
  padding: 32px 40px 63px 40px;
}

.billing-form .form-group {
  position: relative;
  display: block;
  margin-bottom: 31px;
}

.billing-form .form-group:last-child {
  margin-bottom: 0px;
}

.billing-form .form-group label {
  position: relative;
  display: block;
  font-size: 18px;
  font-family: 'Muli', sans-serif;
  font-weight: 400;
  color: #4b4949;
  margin-bottom: 8px;
}

.billing-form .form-group input[type='text'],
.billing-form .form-group input[type='email'],
.billing-form .form-group input[type='phone'],
.billing-form .form-group input[type='password'] {
  position: relative;
  display: block;
  width: 100%;
  height: 45px;
  border: 1px solid #f4efee;
  padding: 5px 15px;
  font-size: 16px;
  transition: all 500ms ease;
}

.billing-form .form-group input:focus {
  border-color: #ff3d3d;
}

.checkout-section h2 {
  position: relative;
  display: block;
  font-size: 36px;
  line-height: 45px;
  font-weight: 500;
  color: #2a2828;
  margin-bottom: 43px;
}

.billing-form .select-box .ui-state-default {
  height: 45px;
  border: 1px solid #f4efee !important
}

.billing-form .select-box .ui-selectmenu-button span.ui-selectmenu-text {
  padding: 13px 19px;
}

.billing-form .select-box .ui-selectmenu-button span.ui-icon::before {
  top: 9px;
}

.billing-form .create-acc {
  margin-top: 5px;
}

.billing-form .checkbox span {
  position: relative;
  font-size: 18px;
  font-family: 'Muli', sans-serif;
  color: #ff3d3d;
  font-weight: 600;
  cursor: pointer;
  margin-left: 6px;
  z-index: 1;
}

.billing-form .checkbox label {
  margin: 0px;
}

.billing-form .create-acc .login-box,
.billing-form .checkbox {
  position: relative;
  display: inline-block;
}

.billing-form .checkbox {
  margin-right: 35px;
  top: 6px;
}

.billing-form .create-acc .login-box a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  font-family: 'Muli', sans-serif;
  color: #fff;
  vertical-align: middle;
  background: #4b4949;
  padding: 3px 18.5px;
  text-align: center;
}

.billing-form .create-acc .login-box a:hover {
  background: #ff3d3d;
}

.checkout-section .order-info .coupon-box .form-group {
  position: relative;
  display: block;
  margin-bottom: 0px;
}

.checkout-section .order-info .coupon-box .form-group input[type='text'] {
  position: relative;
  display: block;
  width: 100%;
  height: 85px;
  padding: 15px 240px 15px 30px;
  border: 1px solid #ffe2de;
  font-size: 16px;
  transition: all 500ms ease;
}

.checkout-section .order-info .coupon-box .form-group input:focus {
  border-color: #ff3d3d;
}

.checkout-section .order-info .coupon-box .form-group button {
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 20px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  line-height: 28px;
  color: #fff;
  background: #ff3d3d;
  text-align: center;
  padding: 15px 32.5px;
  height: 85px;
  vertical-align: middle;
  transition: all 500ms ease;
  cursor: pointer;
}

.checkout-section .order-info .coupon-box {
  position: relative;
  display: block;
  margin-bottom: 53px;
}

.checkout-section .order-info .product-box h3 {
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
  color: #2a2828;
  margin-bottom: 12px;
}

.checkout-section .order-info .product-box .order-box {
  position: relative;
  display: block;
  border-top: 1px solid #fbe4e0;
  border-bottom: 1px solid #fbe4e0;
  padding: 29px 0px 37px 0px;
  margin-bottom: 17px;
}

.checkout-section .order-info .product-box .order-box li {
  position: relative;
  display: block;
  font-size: 20px;
  font-family: 'Muli', sans-serif;
  font-weight: 400;
  color: #2a2828;
  margin-bottom: 16px;
}

.checkout-section .order-info .product-box .order-box li:last-child {
  margin-bottom: 0px;
}

.checkout-section .order-info .product-box .order-box li span {
  position: relative;
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  float: right;
}

.checkout-section .order-info .product-box .total-cost {
  position: relative;
  display: block;
  font-size: 26px;
  line-height: 35px;
  font-weight: 500;
  color: #2a2828;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 48px;
}

.checkout-section .order-info .product-box .total-cost span {
  position: relative;
  display: inline-block;
  float: right;
}

.checkout-section .order-info .payment-box h3 {
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
  color: #4b4949;
  padding-bottom: 13px;
  border-bottom: 1px solid #fbe4e0;
  margin-bottom: 36px;
}

.checkout-section .order-info .payment-box .checkbox input {
  position: relative;
  width: 15px;
  height: 15px;
  display: inline-block;
}

.checkout-section .order-info .payment-box .checkbox span {
  position: relative;
  display: inline-block;
  font-size: 22px;
  line-height: 30px;
  font-family: 'Muli', sans-serif;
  color: #4b4949;
  font-weight: 400;
  cursor: pointer;
  margin-left: 15px;
  z-index: 1;
}

.checkout-section .order-info .payment-box .checkbox {
  position: relative;
  display: block;
  margin-bottom: 9px;
}

.checkout-section .order-info .payment-box .checkbox:last-child {
  margin-bottom: 0px;
}

.checkout-section .order-info .payment-box {
  position: relative;
  display: block;
  margin-bottom: 71px;
}

.checkout-section .order-info .order-btn a {
  position: relative;
  display: block;
  font-size: 20px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  line-height: 28px;
  color: #fff;
  background: #ff3d3d;
  text-align: center;
  padding: 21px 30px;
  vertical-align: middle;
  transition: all 500ms ease;
  cursor: pointer;
}

.checkout-section .order-info .order-btn a:hover {
  background: #d357fb;
}


/*** 

====================================================================
                        Faq-Page
====================================================================

***/

.page-title.faq-page {
  background: #eff4ff;
  padding: 320px 0px 50px 0px;
}

.faq-section {
  position: relative;
  display: block;
  background: #eff4ff;
  padding: 120px 0px 200px 0px;
}

.accordion-box {
  position: relative;
  height: 100%;
  margin-bottom: 90px;
}

.accordion-box .block {
  position: relative;
  margin-bottom: 20px;
}

.accordion-box .block:last-child {
  margin-bottom: 0px;
}

.accordion-box .block .acc-btn {
  position: relative;
  font-size: 22px;
  font-family: 'Muli', sans-serif;
  color: #37253c;
  line-height: 30px;
  cursor: pointer;
  margin-bottom: 0px;
  padding: 20px 70px 18px 30px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 0px 30px 0px rgba(0, 0, 0, 0.1);
  transition: all 500ms ease;
}

.accordion-box .block .acc-btn.active {
  background: linear-gradient(to left, #ffc4e2 0%, #ff8386 100%);
  color: #ffffff;
  box-shadow: none;
}

.accordion-box .block .acc-content {
  position: relative;
  display: none;
}

.accordion-box .block .acc-content.current {
  display: block;
}

.accordion-box .block .content {
  position: relative;
  padding: 34px 0px 27px 0px;
}

.accordion-box .block .content .text {
  position: relative;
  display: block;
  font-size: 18px;
  font-family: 'Muli', sans-serif;
  font-weight: 400;
  color: #867f88;
  margin-bottom: 0px;
}

.accordion-box .block .acc-btn .icon-outer {
  position: absolute;
  top: 21px;
  right: 26px;
}

.accordion-box .block .acc-btn.active .icon-outer .icon:before {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin: 0px;
  content: "\f068";
}

.accordion-box .block .acc-btn .icon-outer .icon:before {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  color: #ff8386;
  margin: 0px;
}

.faq-section .content-box {
  position: relative;
  display: block;
  margin-right: 70px;
}

.faq-section .content-box h2 {
  position: relative;
  display: block;
  font-size: 35px;
  font-family: 'Poppins', sans-serif;
  line-height: 48px;
  color: #37253c;
  font-weight: 700;
  margin-bottom: 62px;
}

.faq-section .content-box .inner-box {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 35px 30px 38px 30px;
  background: linear-gradient(to left, #ebf1ff 0%, #faf2fe 100%);
  box-shadow: 0 0px 50px 0px rgba(229, 229, 229, 0.7);
}

.faq-section .content-box .inner-box h4 {
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-family: 'Poppins', sans-serif;
  color: #37253c;
  font-weight: 600;
  margin-bottom: 22px;
}

.faq-section .content-box .inner-box .text {
  position: relative;
  display: block;
  font-size: 18px;
  color: #37253c;
  line-height: 28px;
  margin-bottom: 43px;
}

.faq-section .content-box .inner-box a {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-family: 'Muli', sans-serif;
  font-weight: 600;
  color: #fff;
  background: #ff3d3d;
  padding: 5px 15px 5px 15px;
}

.faq-section .content-box .inner-box a:hover {
  background: #d357fb;
  color: #ffffff;
}


/*** 

====================================================================
                        Coming-Soon-Page
====================================================================

***/


.coming-soon {
  position: fixed;
  height: 100%;
  width: 100%;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 134px 0px 50px 0px;
  overflow-y: auto;
  overflow-x: hidden;
}

.coming-soon .inner-content .logo {
  position: relative;
  margin-bottom: 145px;
}

.coming-soon .inner-content .title h1 {
  position: relative;
  display: block;
  font-size: 50px;
  line-height: 60px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: #292929;
  margin-bottom: 75px;
}

.coming-soon .timer {
  position: relative;
  display: inline-block;
}

.coming-soon .cs-countdown {
  position: relative;
  text-align: center;
  margin-bottom: 93px;
}

.coming-soon .cs-countdown .count-col {
  position: relative;
  display: inline-block;
  text-align: center;
  height: 160px;
  width: 160px;
  border: 2px solid #ffbbff;
  background: transparent;
  border-radius: 15px;
  box-shadow: 0 12px 23px rgba(0, 0, 0, .10);
  margin-right: 26px;
  margin-bottom: 30px;
}

.coming-soon .cs-countdown .count-col:last-child {
  margin: 0;
}

.coming-soon .cs-countdown .count-col span {
  position: relative;
  display: block;
  font-size: 50px;
  color: #ff3d3d;
  line-height: 50px;
  padding-top: 85px;
  font-family: 'Muli', sans-serif;
  font-weight: 700;
  text-align: center;
}

.coming-soon .cs-countdown .count-col h6 {
  position: absolute;
  left: 0;
  right: 0;
  top: 35px;
  margin: 0 auto;
  font-size: 21px;
  color: #292929;
  font-weight: 600;
  text-align: center;
  text-transform: capitalize;
  font-family: "Muli", sans-serif;
}

.coming-soon .inner-content .link a {
  position: relative;
  display: inline-block;
  font-size: 22px;
  line-height: 30px;
  font-family: 'Muli', sans-serif;
  font-weight: 600;
  color: #fff;
  background: #d357fb;
  padding: 20px 45px;
  border-radius: 30px;
}

.coming-soon .inner-content .link {
  position: relative;
  display: block;
  margin-bottom: 147px;
}

.coming-soon .inner-content .link a:hover {
  background: #f9426d;
  color: #ffffff;
}

.coming-soon .inner-content .email a {
  position: relative;
  display: inline-block;
  font-size: 26px;
  line-height: 35px;
  color: #ff3d3d;
}



/*** 

====================================================================
                        Pricing-Page
====================================================================

***/


.page-title.pricing-page {
  padding: 350px 0px 200px 0px;
  background-image: -webkit-linear-gradient(0deg, #586efc 25%, #b682fc 100%);
}

.page-title.pricing-page .content-box h1,
.page-title.pricing-page .content-box .page-breadcrumb li a,
.page-title.pricing-page .content-box .page-breadcrumb li {
  color: #fff;
}

.page-title.pricing-page .content-box .page-breadcrumb li:before {
  background: #fff;
}

.page-title.pricing-page .content-box h1 {
  margin-bottom: 72px;
}

/** pricing-style-two **/

.pricing-style-two {
  position: relative;
  display: block;
  padding: 0px 0px 200px 0px;
}

.pricing-style-two .price-table {
  position: relative;
  display: block;
  background: #f1f7fe;
  padding: 68px 15px 60px 15px;
  transition: all 500ms ease;
}

.pricing-style-two .price-table:hover {
  box-shadow: 0px 10px 25px 0px rgba(211, 87, 251, 0.20);
}

.pricing-style-two .price-table .table-header h2 {
  position: relative;
  display: block;
  font-size: 32px;
  line-height: 40px;
  color: #39436f;
  font-weight: 600;
  margin-bottom: 0px;
}

.pricing-style-two .price-table .table-header .text {
  position: relative;
  display: block;
  font-size: 16px;
  color: #6d5d6a;
  margin-bottom: 33px;
}

.pricing-style-two .price-table .table-header .icon-box {
  position: relative;
  display: inline-block;
  min-height: 80px;
  width: auto;
  margin-bottom: 29px;
}

.pricing-style-two .price-table .table-header .price {
  position: relative;
  display: block;
  font-size: 32px;
  line-height: 40px;
  color: #39436f;
  font-weight: 600;
}

.pricing-style-two .price-table .table-header .price span {
  font-size: 16px;
}

.pricing-style-two .price-table .table-header {
  position: relative;
  display: block;
  margin-bottom: 23px;
}

.pricing-style-two .price-table .table-content li {
  position: relative;
  display: block;
  font-size: 16px;
  color: #6a6472;
  margin-bottom: 10px;
}

.pricing-style-two .price-table .table-content li:last-child {
  margin-bottom: 0px;
}

.pricing-style-two .price-table .table-content {
  position: relative;
  display: block;
  margin-bottom: 44px;
}

.pricing-style-two .price-table .table-footer .btn-style-five {
  border-radius: 10px;
  padding: 11px 48px;
}

.pricing-style-two .sec-title {
  margin: 80px;
}

.pricing-section.pricing-page {
  padding-bottom: 145px;
}


/*** 

====================================================================
                        Error-Page
====================================================================

***/


.error-section {
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  background: #faf2fe;
  padding: 360px 0px 300px 0px;
}

.error-section .error-img {
  position: relative;
  display: block;
  margin-bottom: 48px;
}

.error-section .error-img img {
  position: relative;
  display: inline-block;
  width: auto;
}

.error-section .inner-content h3 {
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  color: #292929;
  margin-bottom: 95px;
}

/*** 

====================================================================
                        Blog-Page
====================================================================

***/

.blog-classic {
  position: relative;
  display: block;
  padding: 200px 0px 50px 0px;
}

.blog-classic .news-block-two {
  margin: 0px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 5px 15px rgba(190, 186, 194, 0.35);
  box-shadow: 0px 5px 15px rgba(190, 186, 194, 0.35);
}

.blog-classic .news-block-two .lower-content {
  padding: 72px 30px 60px 30px;
}

.page-title.blog-page .image-2 {
  left: 250px;
}

.page-title.blog-page .image-4 {
  position: absolute;
  right: 500px;
  bottom: 0px;
}

.news-block-three {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.news-block-three .inner-box {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 251px 30px 270px 30px;
  -webkit-box-shadow: 0px 5px 15px rgba(190, 186, 194, 0.35);
  box-shadow: 0px 5px 15px rgba(190, 186, 194, 0.35);
}

.news-block-three .inner-box h3 {
  position: relative;
  display: block;
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  line-height: 32px;
}

.news-block-three .inner-box h3 a {
  position: relative;
  display: inline-block;
  color: #fff;
}

.blog-masnory {
  padding: 200px 0px 0px 0px;
}

.news-block-four {
  position: relative;
  display: block;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 5px 15px rgba(190, 186, 194, 0.35);
  box-shadow: 0px 5px 15px rgba(190, 186, 194, 0.35);
}

.news-block-four .image-box {
  position: relative;
  display: block;
  background: #000;
  overflow: hidden;
}

.news-block-four .image-box img {
  width: 100%;
  transition: all 300ms ease;
}

.news-block-four:hover .image-box img {
  opacity: 0.5;
  transform: scale(1.1);
}

.news-block-four .lower-content {
  position: relative;
  display: block;
  padding: 56px 30px 58px 38px;
}

.news-block-four .lower-content .post-info {
  position: relative;
  display: block;
  font-size: 16px;
  color: #6e6773;
  font-weight: 600;
  margin-bottom: 6px;
}

.news-block-four .lower-content h3 {
  position: relative;
  display: block;
  font-size: 22px;
  font-weight: 500;
  color: #34263c;
  line-height: 32px;
  margin-bottom: 39px;
}

.news-block-four .lower-content h3 a {
  position: relative;
  display: inline-block;
  color: #34263c;
}

.news-block-four .lower-content h3 a:hover {
  color: #d357fb;
}

.news-block-four .lower-content .author-info {
  position: relative;
  display: block;
  padding: 15px 0px 17px 70px;
}

.news-block-four .lower-content .author-info .author-thumb {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
}

.news-block-four .lower-content .author-info .author-thumb img {
  width: 100%;
  border-radius: 50%;
}

.news-block-four .lower-content .author-info .author-name {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #6e6773;
}

.news-block-four .video-content {
  position: relative;
  display: block;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 202px 0px 200px 0px;
  text-align: center;
}

.news-block-four .video-content a {
  position: relative;
  display: inline-block;
  width: 92px;
  height: 92px;
  line-height: 92px;
  text-align: center;
  background: rgba(220, 162, 255, 0.90);
  border-radius: 50%;
  color: #fff;
  font-size: 24px;
  -webkit-animation: pulse-5 3s infinite;
  -o-animation: pulse-5 3s infinite;
  animation: pulse-5 3s infinite;
}

.footer-subscribe.blog-page {
  padding-top: 110px;
}

.blog-masnory-2 {
  position: relative;
  display: block;
  padding: 200px 0px 0px 0px;
}

.news-block-five {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 7px 30px 49px 50px;
  box-shadow: 25px 25px 40px 0px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
}

.news-block-five .inner-box .post-info {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 28px;
  color: #7f7f7f;
  margin-bottom: 20px;
}

.news-block-five .inner-box h2 {
  position: relative;
  display: block;
  font-size: 35px;
  line-height: 48px;
  font-weight: 500;
  color: #242425;
  margin-bottom: 23px;
}

.news-block-five .inner-box h2 a {
  position: relative;
  display: inline-block;
  color: #242425;
}

.news-block-five .inner-box h2 a:hover {
  color: #d357fb;
}

.news-block-five .inner-box .text p {
  position: relative;
  display: block;
  font-size: 18px;
  margin-bottom: 45px;
}

.news-block-five .author-info {
  margin-bottom: 59px;
  position: relative;
  padding: 16px 0px 11px 70px;
}

.news-block-five .author-info .author-image {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 53px;
  height: 53px;
  overflow: hidden;
  border-radius: 50%;
}

.news-block-five .author-info .author-name {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  font-family: 'Muli', sans-serif;
  font-weight: 600;
  color: #242425;
}

.news-block-five .inner-box .btn-box {
  position: relative;
  display: block;
  padding-top: 54px;
  border-top: 1px solid #f2f2f0;
}

.news-block-five .btn-style-five {
  padding: 11px 44.5px;
}

.blog-masnory-2 .news-block-four .lower-content h2 {
  position: relative;
  display: block;
  font-size: 35px;
  font-weight: 500;
  color: #242425;
  line-height: 48px;
  margin-bottom: 25px;
}

.blog-masnory-2 .news-block-four .lower-content h2 a {
  position: relative;
  display: inline-block;
  color: #242425;
}

.blog-masnory-2 .news-block-four .lower-content h2 a:hover {
  color: #d357fb;
}

.blog-masnory-2 .news-block-four .lower-content .btn-box {
  position: relative;
  display: block;
  margin-top: 55px;
}

.blog-masnory-2 .news-block-four .lower-content .btn-box .btn-style-five {
  padding: 11px 44.5px;
}

.blog-masnory-2 .news-block-four .lower-content .author-info .author-thumb {
  width: 53px;
  height: 53px;
}

.news-block-three .inner-box h2 {
  position: relative;
  display: block;
  font-size: 35px;
  line-height: 48px;
  font-weight: 600;
  color: #fff;
}

.news-block-three .inner-box .post-info {
  position: relative;
  display: block;
  font-size: 16px;
  color: #fff;
  margin-bottom: 18px;
}

.news-block-three .inner-box h2 a {
  position: relative;
  display: inline-block;
  color: #fff;
}

.blog-masnory-2 .news-block-three .inner-box {
  padding: 251px 30px 265px 30px;
}

.blog-list {
  position: relative;
  display: block;
  padding: 200px 0px 0px 0px;
}

.news-block-six {
  position: relative;
  display: block;
  margin-bottom: 50px;
  -webkit-box-shadow: 0px 5px 15px rgba(190, 186, 194, 0.35);
  box-shadow: 0px 5px 15px rgba(190, 186, 194, 0.35);
}

.news-block-six .image-box {
  position: relative;
  display: block;
  background: #000;
  overflow: hidden;
}

.news-block-six .image-box img {
  width: 100%;
  transition: all 300ms ease;
}

.news-block-six:hover .image-box img {
  transform: scale(1.1);
  opacity: 0.5;
}

.news-block-six .lower-content {
  position: relative;
  display: block;
  padding: 61px 30px;
}

.news-block-six .lower-content span {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  font-family: 'Muli', sans-serif;
  font-weight: 400;
  color: #fff;
  background: #ff3d3d;
  padding: 7.5px 17px;
  margin-bottom: 14px;
}

.news-block-six:nth-child(2) .lower-content span {
  background: #f56efa;
}

.news-block-six:nth-child(3) .lower-content span {
  background: #fe4a4a;
}

.news-block-six:last-child .lower-content span {
  background: #7d7ffa;
}

.news-block-six .lower-content .post-info {
  position: relative;
  display: block;
  font-size: 16px;
  color: #2f2f2f;
  margin-bottom: 18px;
}

.news-block-six .lower-content h2 {
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
  color: #2f2f2f;
  margin-bottom: 14px;
}

.news-block-six .lower-content h2 a {
  position: relative;
  display: inline-block;
  color: #2f2f2f;
}

.news-block-six .lower-content h2 a:hover {
  color: #d357fb;
}

.news-block-six .lower-content .text p {
  position: relative;
  display: block;
  color: #2f2f2f;
}

.footer-subscribe.blog-page {
  padding-top: 150px;
}

.blog-list-2 {
  position: relative;
  display: block;
  padding: 200px 0px 30px 0px;
}

.blog-list-2 .news-block-six {
  box-shadow: none;
  margin-bottom: 30px;
}

.blog-list-2 .news-block-six .lower-content span {
  background: #ff3d3d !important;
}

.blog-list-2 .news-block-six .lower-content .post-info {
  margin-bottom: 31px;
}

.blog-list-2 .news-block-six .lower-content h2 {
  margin-bottom: 18px;
}

.blog-list-2 .news-block-six .lower-content {
  padding: 0px 20px 0px 40px;
}

.blog-list-2 .news-block-six .lower-content .text p {
  color: #838383;
  margin-bottom: 34px;
}

.news-block-six .link-box a {
  position: relative;
  display: inline-block;
  font-size: 60px;
  font-weight: 400;
  color: #ff4a4a;
}

.news-block-six .link-box a:hover {
  color: #d357fb;
}

.footer-subscribe.blog-page .style-image {
  position: absolute;
  right: 30px;
  bottom: 230px;
}

.footer-subscribe.blog-page .style-image img {
  position: relative;
  -webkit-animation: zoom-fade 15s infinite linear;
  animation: zoom-fade 15s infinite linear;
}

.footer-subscribe.blog-page .image-box {
  left: 50px;
  top: 80px;
}

.sidebar-page-container {
  position: relative;
  display: block;
  padding: 200px 0px 120px 0px;
}

.sidebar-page-container .news-block-six {
  box-shadow: none;
}

.sidebar-page-container .news-block-six .lower-content span {
  background: #ff3d3d !important;
}

.sidebar-page-container .news-block-six .lower-content {
  padding: 40px 0px 55px 0px;
  border-bottom: 1px solid #ffeeee;
  margin-bottom: 70px;
}

.sidebar-page-container .news-block-six .lower-content .text p {
  color: #6c6c6c;
  margin-bottom: 40px;
}

.sidebar-page-container .news-block-six .lower-content h2 {
  margin-bottom: 19px;
}

.sidebar-page-container .news-block-six .video-box {
  position: relative;
  display: block;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 150px 0px;
  text-align: center;
}

.sidebar-page-container .news-block-six .video-box a {
  position: relative;
  display: inline-block;
  font-size: 24px;
  color: #fff;
  width: 105px;
  height: 105px;
  line-height: 105px;
  text-align: center;
  background: rgba(255, 61, 61, 0.75);
  margin-bottom: 44px;
  border-radius: 50%;
  transition: all 500ms ease;
  -webkit-animation: pulse-5 3s infinite;
  -o-animation: pulse-5 3s infinite;
  animation: pulse-5 3s infinite;
}

.sidebar-page-container .news-block-six.audio-block .image-box {
  -webkit-box-shadow: 0px 5px 15px rgba(190, 186, 194, 0.35);
  box-shadow: 0px 5px 15px rgba(190, 186, 194, 0.35);
}

.sidebar-page-container .news-block-six.audio-block:hover .image-box img {
  opacity: 1;
  transform: scale(1);
}

.sidebar-page-container .sidebar {
  position: relative;
  display: block;
}

.mar-left-30 {
  margin-left: 30px;
}

.mar-right-30 {
  margin-right: 30px;
}

.sidebar-page-container .sidebar .sidebar-welcome-box .inner-box {
  position: relative;
  display: block;
  text-align: center;
  background-image: -webkit-linear-gradient(30deg, #8888fd 25%, #d24df9 100%);
  padding: 47px 30px 133px 30px;
}

.sidebar-page-container .sidebar .sidebar-welcome-box .inner-box h3 {
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  color: #fff;
}

.sidebar-page-container .sidebar .sidebar-welcome-box .inner-box .image-1 {
  position: absolute;
  left: 30px;
  bottom: 0px;
}

.sidebar-page-container .sidebar .sidebar-welcome-box .inner-box .image-2 {
  position: absolute;
  right: 30px;
  bottom: 0px;
}

.sidebar-page-container .sidebar .sidebar-welcome-box {
  margin-bottom: 70px;
}

.sidebar-page-container .sidebar .sidebar-search {
  position: relative;
  display: block;
  margin-bottom: 69px;
}

.sidebar-page-container .sidebar .sidebar-search .form-group {
  position: relative;
  margin-bottom: 0px;
}

.sidebar-page-container .sidebar .sidebar-search .form-group input[type='search'] {
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  font-size: 16px;
  padding: 10px 50px 10px 25px;
  box-shadow: 0px 10px 15px rgba(190, 186, 194, 0.35);
  transition: all 500ms ease;
}

.sidebar-page-container .sidebar .sidebar-search .form-group button {
  position: absolute;
  top: 17px;
  right: 20px;
  font-size: 18px;
  font-weight: 700;
  color: #ad6bfb;
  background: transparent;
  transition: all 500ms ease;
  cursor: pointer;
}

.sidebar-page-container .sidebar .sidebar-search .form-group input:focus+button,
.sidebar-page-container .sidebar .sidebar-search .form-group button:hover {
  color: #ff3d3d;
}

.sidebar-page-container .sidebar h3.sidebar-title {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  color: #34263c;
  margin-bottom: 27px;
}

.sidebar-page-container .sidebar .sidebar-categories .categorie-list li {
  position: relative;
  display: block;
  padding: 15px 0px;
  border-bottom: 1px solid #e5e4e4;
}

.sidebar-page-container .sidebar .sidebar-categories .categorie-list li a {
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 28px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #807b81;
}

.sidebar-page-container .sidebar .sidebar-categories .categorie-list li a:hover {
  color: #ff3d3d;
}

.sidebar-page-container .sidebar .sidebar-categories {
  margin-bottom: 63px;
}

.sidebar-page-container .sidebar .sidebar-post .post {
  position: relative;
  display: block;
  padding: 9px 0px 27px 90px;
  margin-bottom: 28px;
  border-bottom: 1px solid #e5e4e4;
  min-height: 129px;
}

.sidebar-page-container .sidebar .sidebar-post .post:last-child {
  margin-bottom: 0px;
}

.sidebar-page-container .sidebar .sidebar-post .post .post-thumb {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 70px;
  height: 70px;
  overflow: hidden;
  border-radius: 50%;
  background: #d357fb;
}

.sidebar-page-container .sidebar .sidebar-post .post .post-thumb img {
  width: 100%;
  border-radius: 50%;
  transition: all 500ms ease;
}

.sidebar-page-container .sidebar .sidebar-post .post:hover .post-thumb img {
  opacity: 0.5;
  transform: scale(1.1);
}

.sidebar-page-container .sidebar .sidebar-post .post h4 {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  color: #503c57;
  margin-bottom: 12px;
}

.sidebar-page-container .sidebar .sidebar-post .post h4 a {
  position: relative;
  display: inline-block;
  color: #503c57;
}

.sidebar-page-container .sidebar .sidebar-post .post h4 a:hover {
  color: #d357fb;
}

.sidebar-page-container .sidebar .sidebar-post .post .post-info {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #626161;
}

.sidebar-page-container .sidebar .sidebar-post h3.sidebar-title {
  margin-bottom: 46px;
}

.sidebar-page-container .sidebar .sidebar-post {
  margin-bottom: 78px;
}

.sidebar-page-container .sidebar .select-box .ui-state-default {
  border: none !important;
  box-shadow: 0px 10px 15px rgba(190, 186, 194, 0.35);
  font-size: 16px;
  color: #656565;
  text-transform: uppercase;
}

.sidebar-page-container .sidebar .select-box .ui-selectmenu-button span.ui-icon::before {
  color: #ad6bfb;
}

.sidebar-page-container .sidebar .sidebar-archives h3.sidebar-title {
  margin-bottom: 44px;
}

.sidebar-page-container .sidebar .sidebar-archives {
  position: relative;
  display: block;
  margin-bottom: 58px;
}

.sidebar-page-container .sidebar .sidebar-links .list li {
  position: relative;
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 5px;
}

.sidebar-page-container .sidebar .sidebar-links .list li a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 14px;
  font-family: 'Muli', sans-serif;
  font-weight: 400;
  color: #737373;
  border-bottom: 1px solid #737373;
}

.sidebar-page-container .sidebar .sidebar-links .list li a:hover {
  color: #ff5151;
  border-color: #ff5151;
}

.sidebar-page-container .sidebar .sidebar-links h3.sidebar-title {
  margin-bottom: 17px;
}


/*** 

====================================================================
                        Blog-Single
====================================================================

***/


.blog-single-page .top-post-inner {
  position: relative;
  padding-top: 390px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.blog-single-page .top-post-inner .inner-content {
  position: relative;
  display: inline-block;
  width: 100%;
  background: #fff;
  padding: 69px 30px 72px 30px;
  box-shadow: 0px 10px 15px rgba(190, 186, 194, 0.35);
  margin-bottom: -100px;
}

.blog-single-1 .top-post-inner .inner-content .back-btn {
  position: absolute;
  right: 30px;
  top: 32px;
}

.blog-single-1 .top-post-inner .inner-content .back-btn a {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-family: 'Muli', sans-serif;
  font-weight: 600;
  color: #ff3d3d;
  z-index: 1;
}

.blog-single-1 .top-post-inner .inner-content .back-btn a:hover {
  color: #d357fb;
}

.blog-single-1 .top-post-inner .inner-content .back-btn i {
  position: relative;
  font-size: 14px;
  margin-right: 10px;
}

.blog-single-1 .top-post-inner .inner-content .author-info .author-thumb {
  position: relative;
  width: 91px;
  height: 91px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 11px;
}

.blog-single-1 .top-post-inner .inner-content .author-info .author-thumb img {
  width: 100%;
  border-radius: 50%;
}

.blog-single-1 .top-post-inner .inner-content .author-info span {
  position: relative;
  display: block;
  font-size: 16px;
  color: #838383;
  line-height: 24px;
  margin-bottom: 1px;
}

.blog-single-1 .top-post-inner .inner-content .author-info h4 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 28px;
  font-family: 'Muli', sans-serif;
  font-weight: 600;
  color: #2f2f2f;
}

.blog-single-1 .top-post-inner .inner-content .author-info {
  position: relative;
  display: block;
  margin-bottom: 36px;
}

.blog-single-1 .top-post-inner .inner-content h2 {
  position: relative;
  display: block;
  font-size: 36px;
  line-height: 50px;
  font-weight: 600;
  color: #2f2f2f;
  margin-bottom: 14px;
}

.blog-single-1 .top-post-inner .inner-content .post-info li {
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: #6d6d6d;
  margin: 0px 6px;
}

.blog-single-1 .top-post-inner .inner-content .post-info li i {
  position: relative;
  font-size: 15px;
  margin-right: 10px;
  color: #6d6d6d;
}

.blog-single-1 .top-post-inner .inner-content .post-info {
  position: relative;
  display: block;
  margin-bottom: 29px;
}

.blog-single-1 .top-post-inner .inner-content .text p {
  position: relative;
  display: block;
  font-size: 18px;
}

.blog-single-page .content-style-one .content-box .bold-text {
  position: relative;
  display: block;
  font-size: 26px;
  line-height: 38px;
  margin-bottom: 22px;
}

.blog-single-page .content-style-one .content-box .text {
  position: relative;
  display: block;
  font-size: 18px;
}

.blog-single-page .content-style-one .content-box .text p {
  margin-bottom: 48px;
}

.blog-single-page .content-style-one .content-box h2 {
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
  color: #2f2f2f;
  margin-bottom: 28px;
}

.blog-single-1 {
  position: relative;
  display: block;
}

.blog-single-page .lower-content {
  position: relative;
  display: block;
  padding-top: 146px;
}

.blog-single-page .content-style-one {
  position: relative;
  display: block;
  padding-bottom: 100px;
}

.blog-single-page .lower-content .video-content {
  position: relative;
  display: block;
  width: 100%;
  padding: 270px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.blog-single-page .lower-content .video-content .inner-box a {
  position: relative;
  display: inline-block;
  font-size: 24px;
  color: #fff;
  width: 115px;
  height: 115px;
  border: 5px solid #fff;
  line-height: 115px;
  text-align: center;
  border-radius: 50%;
  -webkit-animation: pulse-5 3s infinite;
  -o-animation: pulse-5 3s infinite;
  animation: pulse-5 3s infinite;
}

.blog-single-page .content-style-two {
  position: relative;
  display: block;
  padding: 92px 0px 120px 0px;
}

.blog-single-page .content-style-two .content-box .text p {
  position: relative;
  display: block;
  font-size: 18px;
  margin-bottom: 28px;
}

.blog-single-page .content-style-two .content-box .text blockquote {
  position: relative;
  display: block;
  padding: 0px 0px 0px 105px;
  margin: 73px 0px 44px 0px;
}

.blog-single-page .content-style-two .content-box .text blockquote .icon-box {
  position: absolute;
  left: 20px;
  top: 25px;
  font-size: 60px;
  line-height: 60px;
  color: #ffcece;
}

.blog-single-page .content-style-two .content-box .text blockquote .blockquote-text {
  position: relative;
  display: block;
  font-size: 26px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  line-height: 38px;
  color: #2f2f2f;
}

.blog-single-page .post-share-option {
  position: relative;
  display: block;
  padding-bottom: 140px;
}

.blog-single-page .post-share-option h4 {
  position: relative;
  display: block;
  font-size: 18px;
  font-family: 'Muli', sans-serif;
  font-weight: 600;
  color: #2f2f2f;
  margin-bottom: 28px;
}

.blog-single-page .post-share-option .post-share-inner .social-links li {
  position: relative;
  display: inline-block;
  margin: 0px 8px;
}

.blog-single-page .post-share-option .post-share-inner .social-links li a {
  position: relative;
  display: inline-block;
  font-size: 18px;
  height: 44px;
  width: 44px;
  line-height: 44px;
  color: #fff;
  text-align: center;
  background: #dddcdc;
  border-radius: 50%;
}

.blog-single-page .post-share-option .post-share-inner .social-links li a:hover {
  background: #ff3d3d;
}

.blog-single-page .post-share-option .post-share-inner {
  position: relative;
  display: block;
  margin-bottom: 41px;
}

.blog-single-page .post-share-option .othre-links-inner .links-box li {
  position: relative;
  display: inline-block;
  margin: 0px 10px;
}

.blog-single-page .post-share-option .othre-links-inner .links-box li a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
  color: #2f2f2f;
  border-bottom: 1px solid #2f2f2f;
}

.blog-single-page .post-share-option .othre-links-inner .links-box li a:hover {
  color: #ff3d3d;
  border-color: #ff3d3d;
}

.blog-single-page .othre-post-inner .post-block {
  position: relative;
  display: block;
}

.blog-single-page .post-share-option .othre-links-inner h4 {
  margin-bottom: 14px;
}

.blog-single-page .othre-post-inner .post-block .image-box {
  position: relative;
  display: block;
  overflow: hidden;
  background: #000;
}

.blog-single-page .othre-post-inner {
  position: relative;
  display: block;
  margin-bottom: 150px;
}

.blog-single-page .othre-post-inner .post-block .image-box img {
  width: 100%;
  transition: all 300ms ease;
}

.blog-single-page .othre-post-inner .post-block:hover .image-box img {
  transform: scale(1.1);
  opacity: 0.5;
}

.blog-single-page .othre-post-inner .post-block .lower-content {
  position: relative;
  display: block;
  padding: 36px 15px 26px 40px;
  box-shadow: 0px 10px 15px rgba(190, 186, 194, 0.35);
}

.blog-single-page .othre-post-inner .post-block .lower-content h3 {
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-family: 'Muli', sans-serif;
  font-weight: 600;
  color: #2f2f2f;
  margin-bottom: 25px;
}

.blog-single-page .othre-post-inner .post-block .lower-content h3 a {
  position: relative;
  display: inline-block;
  color: #2F2F2F;
}

.blog-single-page .othre-post-inner .post-block .lower-content h3 a:hover,
.blog-single-page .othre-post-inner .post-block .lower-content .link-box a:hover {
  color: #d357fb;
}

.blog-single-page .othre-post-inner .post-block .lower-content .link-box a {
  position: relative;
  display: inline-block;
  font-size: 50px;
  color: #646464;
}


.blog-single-page .lower-content h3.group-title {
  position: relative;
  display: block;
  font-size: 26px;
  line-height: 35px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  color: #503c57;
  margin-bottom: 49px;
}

.blog-single-page .comments-area .comment {
  position: relative;
  display: block;
  background: #ffffff;
  width: 100%;
  max-width: 840px;
  padding: 57px 60px 47px 180px;
  margin-bottom: 70px;
  box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.10);
}

.blog-single-page .comments-area .comment .author-thumb {
  position: absolute;
  left: 40px;
  top: 61px;
  width: 92px;
  height: 92px;
  border-radius: 50%;
}

.blog-single-page .comments-area .comment .author-thumb img {
  width: 100%;
  border-radius: 50%;
}

.blog-single-page .comments-area .comment .comment-info {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.blog-single-page .comments-area .comment .comment-info h4 {
  position: relative;
  float: left;
  font-size: 22px;
  line-height: 30px;
  font-family: 'Muli', sans-serif;
  font-weight: 600;
  color: #503c57;
}

.blog-single-page .comments-area .comment .comment-info span {
  position: relative;
  float: right;
  font-size: 16px;
  color: #928895;
  margin-top: 5px;
}

.blog-single-page .comments-area .comment .text {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 28px;
  color: #928895;
  padding-bottom: 23px;
}

.blog-single-page .comments-area .comment .type-comment .form-group {
  position: relative;
  max-width: 433px;
  margin-bottom: 0px;
}

.blog-single-page .comments-area .comment .type-comment .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 52px;
  padding: 10px 30px 10px 0px;
  border-bottom: 1px solid #e9e9e9;
  resize: none;
  transition: all 500ms ease;
}

.blog-single-page .comments-area .comment .type-comment .form-group textarea:focus {
  border-bottom: 1px solid #ff3d3d;
}

.blog-single-page .comments-area .comment .type-comment .form-group button {
  position: absolute;
  right: 0px;
  top: 15px;
  font-size: 15px;
  color: #bebebe;
  cursor: pointer;
  background: transparent;
  transition: all 500ms ease;
}

.blog-single-page .comments-area .comment .type-comment .form-group textarea:focus+button,
.blog-single-page .comments-area .comment .type-comment .form-group button:hover {
  color: #ff3d3d;
}

.blog-single-page .comments-area {
  position: relative;
  display: block;
  padding-bottom: 40px;
}

.blog-single-page .comments-area .comment.replay-comment {
  margin-left: 80px;
  max-width: 760px;
}

.blog-single-page .comments-form-area {
  position: relative;
  display: block;
  padding: 50px 0px 160px 0px;
}

.blog-single-page .comments-form-area .form-group {
  position: relative;
  display: block;
  margin-bottom: 50px;
}

.blog-single-page .comments-form-area .column:last-child .form-group {
  margin-bottom: 0px;
}

.blog-single-page .comments-form-area .form-group input[type='text'],
.blog-single-page .comments-form-area .form-group input[type='email'] {
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  background: #f9f9f9;
  padding: 15px 30px;
  border-radius: 30px;
  transition: all 500ms ease;
}

.blog-single-page .comments-form-area .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 220px;
  border-radius: 30px;
  padding: 15px 30px;
  background: #f9f9f9;
  resize: none;
  transition: all 500ms ease;
}

.blog-single-page .comments-form-area .form-group input:focus,
.blog-single-page .comments-form-area .form-group textarea:focus {
  box-shadow: 0 20px 50px 0px #f1eae2;
}

.blog-single-page.blog-single-5 .lower-content {
  padding-top: 150px;
}

.style-bg.home-5 {
  display: none;
}

/** blog-single-2 **/

.blog-single-2 .top-post-inner {
  position: relative;
  display: block;
  padding-bottom: 90px;
  padding-top: 330px;
  background-image: -webkit-linear-gradient(0deg, #647dff 0%, #fc9bff 100%);
}

.blog-single-2 .top-post-inner .inner-content {
  position: relative;
  display: block;
  padding: 0px;
  margin: 0px;
  box-shadow: none;
  background: transparent;
}

.blog-single-2 .top-post-inner .inner-content .author-info .author-thumb {
  position: relative;
  width: 91px;
  height: 91px;
  overflow: hidden;
  border-radius: 50%;
  margin-bottom: 11px;
}

.blog-single-2 .top-post-inner .inner-content .author-info .author-thumb img {
  width: 100%;
  border-radius: 50%;
}

.blog-single-2 .top-post-inner .inner-content .author-info span {
  position: relative;
  display: block;
  font-size: 16px;
  font-family: 'Muli', sans-serif;
  font-weight: 400;
  color: #fff;
  line-height: 24px;
}

.blog-single-2 .top-post-inner .inner-content .author-info h4 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-family: 'Muli', sans-serif;
  font-weight: 600;
  color: #fff;
}

.blog-single-2 .top-post-inner .inner-content .author-info {
  position: relative;
  display: block;
  margin-bottom: 35px;
}

.blog-single-2 .top-post-inner .inner-content h2 {
  position: relative;
  display: block;
  font-size: 36px;
  line-height: 50px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 14px;
}

.blog-single-2 .top-post-inner .inner-content .post-info li {
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: #fff;
  margin: 0px 6px;
}

.blog-single-2 .top-post-inner .inner-content .post-info li i {
  position: relative;
  font-size: 15px;
  margin-right: 10px;
  color: #fff;
}

.blog-single-2 .top-post-inner .inner-content .post-info {
  position: relative;
  display: block;
  margin-bottom: 59px;
}

.blog-single-2 .top-post-inner .inner-content .back-btn a {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-family: 'Muli', sans-serif;
  font-weight: 600;
  color: #fff;
}

.blog-single-2 .top-post-inner .inner-content .back-btn i {
  position: relative;
  font-size: 14px;
  margin-right: 10px;
}

.blog-single-2 .top-post-inner .inner-content .back-btn a:hover {
  color: #ff3d3d;
}

.blog-single-2 .lower-content {
  padding-top: 85px;
}

.blog-single-page.sidebar-page-container {
  padding: 0px;
}

.blog-single-3 .lower-content .video-content {
  padding: 183px 0px;
}

.blog-single-3 .content-style-two .content-box .text blockquote {
  position: relative;
  display: block;
  padding: 8px 10px 9px 30px;
}

.blog-single-3 .content-style-two .content-box .text blockquote:before {
  position: absolute;
  content: '';
  background: #ff3d3d;
  height: 100%;
  width: 1px;
  left: 0px;
  top: 0px;
}

.blog-single-3 .comments-area .comment .comment-info h4 {
  float: none;
}

.blog-single-3 .comments-area .comment .comment-info span {
  float: none;
}

.blog-single-3 .comments-area .comment .replay-btn a {
  position: relative;
  display: inline-block;
  font-size: 15px;
  font-family: 'Muli', sans-serif;
  font-weight: 400;
  color: #7b7b7b;
  background: #eeeeee;
  padding: 6px 21px;
  text-align: center;
  border-radius: 10px;
}

.blog-single-3 .comments-area .comment .replay-btn i {
  font-size: 14px;
  margin-left: 10px;
}

.blog-single-3 .comments-area .comment .replay-btn a:hover {
  color: #fff;
  background: #ff3d3d;
}

.blog-single-3 .comments-area .comment .text {
  padding-bottom: 52px;
}

.blog-single-3 .comments-area .comment.replay-comment {
  max-width: 690px;
}

.blog-single-3 .comments-form-area .form-group input[type='text'],
.blog-single-3 .comments-form-area .form-group input[type='email'],
.blog-single-3 .comments-form-area .form-group textarea {
  border-radius: 0px;
  border: 1px solid #e6e6e6;
}

.blog-single-3 .comments-form-area .form-group input:focus,
.blog-single-3 .comments-form-area .form-group textarea:focus {
  box-shadow: none;
  border-color: #ff3d3d;
}

.blog-single-3 .comments-form-area .form-group {
  margin-bottom: 40px;
}

.blog-single-4 .top-post-inner .inner-content .author-info .author-thumb {
  display: inline-block;
  margin-bottom: 3px;
}

.blog-single-4 .top-post-inner .inner-content .post-info {
  margin-bottom: 38px;
}

.blog-single-4 .top-post-inner {
  padding-top: 280px;
  padding-bottom: 140px;
}

.blog-single-4 .lower-content {
  padding-top: 0px;
}

.blog-single-4 .content-style-one .image-box {
  position: relative;
  display: block;
  margin-top: -70px;
  margin-bottom: 50px;
}

.blog-single-4 .content-style-one .image-box .image {
  position: relative;
  display: block;
  box-shadow: 0px 10px 15px rgba(190, 186, 194, 0.35);
}

.blog-single-4 .content-style-one .image-box .image img {
  width: 100%;
}

.blog-single-4 .lower-content .video-content .inner-box a {
  color: #f0b2ff;
  border-color: #f0b2ff;
}

.blog-single-4 .content-style-two .content-box .text blockquote .blockquote-text {
  text-align: left;
}


/** element-page **/

.service-page-4.service-block-one.call-action-page {
  padding: 185px 0px;
  margin-bottom: 230px;
}

.cta-section.style-three.call-action-page {
  margin-bottom: 200px;
  margin-top: 100px;
}

.fact-counter.style-two.counter-page {
  margin-top: 60px;
}

.footer-subscribe.style-three.subscribe-form .image-box {
  top: -50px;
}

.footer-subscribe.style-four.style-five.style-six.subscribe-form-page {
  padding-top: 0px;
}

.about-style-four.about-style-five.service-block:before {
  display: none;
}

.discover-section.style-two.service-block {
  padding: 0px;
}

.clients-style-two {
  position: relative;
  display: block;
  padding-bottom: 200px;
}

.clients-style-two .image-box {
  position: relative;
  display: block;
  text-align: center;
  margin-bottom: 0;
  background: #ff3d3d;
  opacity: 0.5;
  transition: all 500ms ease;
}

.clients-style-two .image-box:hover {
  opacity: 1;
}

.clients-style-two .image-box img {
  display: block;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
  -webkit-filter: grayscale(1005);
  filter: grayscale(1005);
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.clients-style-two .owl-dots {
  display: none;
}

.clients-style-three {
  position: relative;
  display: block;
  padding: 120px 0px 120px 0px;
  margin-bottom: 200px;
  background-image: -webkit-linear-gradient(-45deg, #ff94ea 25%, #ac4bff 100%);
}

.clients-style-three .owl-nav {
  display: none;
}

.clients-style-three .image-box {
  position: relative;
  display: block;
  text-align: center;
  overflow: hidden;
}

.clients-style-three .image-box img {
  display: block;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
  -webkit-filter: grayscale(1005);
  filter: grayscale(1005);
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.clients-style-three .image-box:hover img {
  opacity: 0.5;
  transform: scale(1.01);
}

.main-footer.style-three.style-four.style-five.black-bg.footer-page {
  background: #5c5c5c;
  margin-top: 130px;
}

.footer-subscribe.style-two.footer-page {
  margin-top: 100px;
}

.footer-subscribe.style-three.footer-page {
  margin-top: 100px;
}

.main-footer.style-three.style-four.footer-page {
  margin-top: 250px;
  margin-bottom: 100px;
}

.main-footer.style-three.style-four.style-five.black-bg.footer-page .language .dropdown-toggle {
  color: #fff;
}

.main-footer.style-three.style-four.style-five.black-bg.footer-page .footer-top .right-content .text {
  color: #fefefe;
}

.main-footer.style-three.style-four.style-five.black-bg.footer-page .footer-top .right-content .footer-social a {
  color: #fff;
}

.main-footer.style-three.style-four.style-five.black-bg.footer-page .footer-top {
  border-bottom: 1px solid #6e6e6e;
}

.main-footer.style-three.style-four.style-five.black-bg.footer-page .widget-title {
  color: #fff;
}

.main-footer.style-three.style-four.style-five.black-bg.footer-page .link-widget .links-list li a,
.main-footer.style-three.style-four.style-five.black-bg.footer-page .contact-widget .contact-list li,
.main-footer.style-three.style-four.style-five.black-bg.footer-page .contact-widget .contact-list li a,
.main-footer.style-three.style-four.style-five.black-bg.footer-page .footer-bottom .copyright,
.main-footer.style-three.style-four.style-five.black-bg.footer-page .footer-bottom .copyright a,
.main-footer.style-three.style-four.style-five.black-bg.footer-page .contact-widget .contact-list li i {
  color: #e5e5e5;
}

.main-footer.style-three.style-four.style-five.black-bg.footer-page .footer-bottom {
  border-top: 1px solid #6e6e6e;
}

.main-footer.style-three.style-four.style-five.black-bg-2.footer-page {
  background: #56475c;
}

.main-footer.style-three.style-four.style-five.black-bg-2.footer-page .footer-bottom {
  border-top: none;
}

.main-footer.style-three.style-four.style-five.black-bg-2.footer-page .footer-top {
  border-color: #5e5362;
}

.main-footer.style-three.style-four.style-five.black-bg-2.footer-page .footer-top .language .dropdown-toggle {
  color: #fff;
}

.main-footer.style-three.style-four.style-five.black-bg-2.footer-page .footer-top .right-content .text,
.main-footer.style-three.style-four.style-five.black-bg-2.footer-page .footer-bottom .copyright,
.main-footer.style-three.style-four.style-five.black-bg-2.footer-page .footer-bottom .copyright a {
  color: #fefefe;
}

.main-footer.style-three.style-four.style-five.black-bg-2.footer-page .footer-top .right-content .footer-social a {
  color: #fff;
}

.testimonial-section.testimonial-page,
.testimonial-section.style-two.style-three.testimonial-page,
.testimonial-section.style-five.testimonial-page {
  margin: 100px 0px;
}

.our-story.about-page-1.counter-page {
  padding: 0px 0px 150px 0px;
}

.our-story.about-page-1.counter-page:before {
  display: none;
}

.our-story.about-page-1.counter-page .upper-content {
  margin-bottom: 0px;
}

.video-section.video-btn-page {
  padding-bottom: 0px;
  margin-top: 100px;
}


/** progress-bar **/

.progress-bar-section.style-one {
  position: relative;
  display: block;
  padding: 120px 0px 120px 0px;
  background-image: -webkit-linear-gradient(0deg, #5f58e8 50%, #371c40 100%);
}

.progress-bar-section.style-one .content-box h3 {
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-family: 'Muli', sans-serif;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.progress-bar-section.style-one .content-box h2 {
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 45px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 34px;
}

.progress-bar-section.style-one .content-box .text {
  position: relative;
  display: block;
  color: #fff;
}

/** progress-bar **/

.single-progress-box {
  position: relative;
  margin-bottom: 31px;
}

.single-progress-box:last-child {
  margin-bottom: 0px;
}

.single-progress-box .progress {
  position: relative;
  background-color: #9c8fa4;
  height: 2px;
  border-radius: 0px;
  box-shadow: none;
  overflow: visible;
}

.single-progress-box .progress-bar {
  position: absolute;
  top: 0px;
  left: 0px;
  background: #ff3d3d;
  height: 2px;
  box-shadow: none;
  border-radius: 0px;
  -webkit-transition: all 3s ease 0s;
  -moz-transition: all 3s ease 0s;
  -ms-transition: all 3s ease 0s;
  -o-transition: all 3s ease 0s;
  transition: all 3s ease 0s;
  width: 0;
  background-size: cover;
  background-repeat: no-repeat;
}

.single-progress-box .progress-bar .value-holder {
  position: absolute;
  font-family: 'Muli', sans-serif;
  bottom: 11px;
  right: 0px;
  color: #fff;
  background: #ff3d3d;
  width: 40px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
}

.single-progress-box .progress-bar .value-holder:before {
  position: absolute;
  content: '';
  background: #ff3d3d;
  width: 6px;
  height: 6px;
  left: 50%;
  margin-left: -5px;
  bottom: -3px;
  transform: rotate(45deg);
}

.single-progress-box h6 {
  position: relative;
  display: block;
  font-family: 'Muli', sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.progress-bar-section.style-one .progress-content {
  position: relative;
  display: block;
  margin-left: 100px;
  margin-top: 50px;
}

.progress-bar-section.style-two {
  position: relative;
  display: block;
  background: #fff;
  padding: 120px 0px 120px 0px;
}

.progress-bar-section.style-two .title-box h3 {
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-family: 'Muli', sans-serif;
  font-weight: 600;
  color: #ff3d3d;
  text-transform: uppercase;
  margin-bottom: 33px;
}

.progress-bar-section.style-two .title-box h2 {
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 45px;
  color: #2f2f2f;
  font-weight: 700;
}

.progress-bar-section.style-two .title-box {
  position: relative;
  display: block;
  margin-bottom: 100px;
}

.progress-bar-section.style-two .single-progress-box h6 {
  color: #2f2f2f;
}

.progress-bar-section.style-two .single-progress-box .progress-bar .value-holder {
  background: transparent;
  color: #ff3d3d;
}

.progress-bar-section.style-two .single-progress-box .progress-bar .value-holder:before {
  display: none;
}

.progress-bar-section.style-two .single-progress-box .progress {
  background: #efefef;
}

.progress-bar-section.style-three {
  position: relative;
  display: block;
  padding: 50px 0px;
}

.progress-bar-section.style-three .single-progress-box .progress {
  height: 82px;
  background: #f5f5f5;
}

.progress-bar-section.style-three .single-progress-box .progress-bar {
  height: 82px;
}

.progress-bar-section.style-three .single-progress-box .progress-bar .value-holder {
  right: 5px;
  bottom: 31px;
  background: transparent;
}

.progress-bar-section.style-three .single-progress-box .progress-bar .value-holder:before {
  display: none;
}

.progress-bar-section.style-three .single-progress-box h6 {
  position: absolute;
  top: 28px;
  left: 40px;
  text-transform: capitalize;
  z-index: 1;
}

.progress-bar-section.style-three .single-progress-box:nth-child(2) .progress-bar {
  background: #fb8eff;
}

.progress-bar-section.style-three .single-progress-box:nth-child(3) .progress-bar {
  background: #aa7cff;
}

.progress-bar-section.style-three .single-progress-box:last-child .progress-bar {
  background: #52e9c0;
}

.progress-bar-section.style-four {
  position: relative;
  display: block;
  padding: 100px 0px 200px 0px;
}

.progress-bar-section.style-four .content-box h3 {
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-family: 'Muli', sans-serif;
  color: #ff3d3d;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 33px;
}

.progress-bar-section.style-four .content-box h2 {
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 45px;
  color: #2f2f2f;
  font-weight: 700;
}

.progress-bar-section.style-four .single-progress-box .progress {
  height: 46px;
  background: #f5f5f5;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

.progress-bar-section.style-four .single-progress-box .progress-bar {
  height: 46px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

.progress-bar-section.style-four .single-progress-box:nth-child(2) .progress-bar {
  background: #aa7cff;
}

.progress-bar-section.style-four .single-progress-box:nth-child(3) .progress-bar {
  background: #69b2f6;
}

.progress-bar-section.style-four .single-progress-box:last-child .progress-bar {
  background: #d991ff;
}

.progress-bar-section.style-four .single-progress-box .progress-bar .value-holder {
  right: 20px;
  bottom: 14px;
  background: transparent;
}

.progress-bar-section.style-four .single-progress-box .progress-bar .value-holder:before {
  display: none;
}

.progress-bar-section.style-four .single-progress-box h6 {
  position: absolute;
  top: 14px;
  left: 30px;
  text-transform: capitalize;
  z-index: 1;
}


/** button-page **/

.button-page {
  position: relative;
  display: block;
  padding: 60px 0px 20px 0px;
}

.button-page .inner-box {
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 25px;
}

.button-page .title {
  position: relative;
  display: block;
  margin-bottom: 70px;
}

.button-page .title h3 {
  position: relative;
  display: inline-block;
  font-size: 26px;
  line-height: 35px;
  font-family: 'Poppins', sans-serif;
  color: #fff;
  font-weight: 700;
  background: #ff3d3d;
  padding: 12.5px 24px;
}

.button-page .button-list h3 {
  position: absolute;
  left: 0px;
  top: 7px;
  font-size: 26px;
  line-height: 35px;
  font-family: 'Poppins', sans-serif;
  color: #2f2f2f;
  font-weight: 700;
}

.button-page .button-list li {
  position: relative;
  display: block;
  padding: 0px 0px 0px 300px;
  margin-bottom: 55px;
}

.button-page .button-list li a {
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 26px;
  font-family: 'Muli', sans-serif;
  font-weight: 600;
  color: #fff;
}

.button-page .button-list li a {
  border-radius: 10px;
  margin-right: 6px;
}

.button-box-one .button-list li a {
  background: #2ba2ff;
  padding: 14.5px 45px;
}

.button-box-one .button-list li a.btn-one {
  padding: 9.5px 37px;
  font-size: 16px;
}

.button-box-one .button-list li a.btn-one i {
  font-size: 18px;
}

.button-box-one .button-list li a.btn-two {
  padding: 9.5px 29px;
  font-size: 16px;
  background: #a94dec;
}

.button-box-one .button-list li a.btn-two i {
  font-size: 15px;
}

.button-page .button-list li a.video-btn-one {
  position: relative;
  display: inline-block;
  font-size: 24px;
  color: #bee2ff;
  width: 92px;
  height: 92px;
  line-height: 92px;
  text-align: center;
  background: #2ba2ff;
  margin: 0px;
  padding: 0px;
  border-radius: 50%;
  transition: all 500ms ease;
  -webkit-animation: pulse 3s infinite;
  -o-animation: pulse 3s infinite;
  animation: pulse 3s infinite;
}

.button-box-two .button-list li a {
  border-radius: 10px;
}

.button-box-two .button-list li a.btn-one {
  background: linear-gradient(90deg, var(--c1, #FB996D), var(--c2, #FB4477) 51%, var(--c1, #FB996D)) var(--x, 0)/ 200%;
}

.button-box-two .button-list li a {
  padding: 10px 30px;
  background: linear-gradient(90deg, var(--c1, #FB996D), var(--c2, #FB4477) 51%, var(--c1, #FB996D)) var(--x, 0)/ 200%;
}

.button-box-two .button-list li a.btn-two {
  background: linear-gradient(90deg, var(--c1, #9e23f9), var(--c2, #e059f9) 51%, var(--c1, #9e23f9)) var(--x, 0)/ 200%;
}

.button-box-two .button-list li a.btn-two {
  padding: 10px 18px;
}

.button-box-two .button-list li a.btn-three,
.button-box-two .button-list li a.btn-four {
  border-radius: 30px;
  text-transform: uppercase;
  padding: 14.5px 50px;
  background: linear-gradient(90deg, var(--c1, #FB4477), var(--c2, #FB996D) 51%, var(--c1, #FB4477)) var(--x, 0)/ 200%;
}

.button-box-two .button-list li a.video-btn-one,
.button-box-three .button-list li a.video-btn-one {
  color: #fff;
  background-image: -webkit-linear-gradient(270deg, #fb8470 0%, #fb4977 100%);
  -webkit-animation: pulse-2 3s infinite;
  -o-animation: pulse-2 3s infinite;
  animation: pulse-2 3s infinite;
}

.button-box-three .button-list li a.btn-one,
.button-box-four .button-list li a.btn-one,
.button-box-five .button-list li a.btn-one {
  height: 65px;
  width: 65px;
  line-height: 65px;
  font-size: 26px;
  border-radius: 50%;
  padding: 0px;
  text-align: center;
  background: linear-gradient(0deg, var(--c1, #12d2f6), var(--c2, #a14dea) 0%, var(--c1, #12d2f6)) var(--x, 0)/ 200%;
}

.button-box-three .button-list li a.btn-two,
.button-box-four .button-list li a.btn-two,
.button-box-five .button-list li a.btn-two {
  height: 65px;
  width: 65px;
  line-height: 65px;
  font-size: 26px;
  border-radius: 50%;
  padding: 0px;
  text-align: center;
  background: linear-gradient(0deg, var(--c1, #d54fef), var(--c2, #9e4cea) 0%, var(--c1, #d54fef)) var(--x, 0)/ 200%;
}

.button-box-three .button-list li a.btn-three,
.button-box-three .button-list li a.btn-four {
  border-radius: 0px;
  padding: 14.5px 29px;
  background: linear-gradient(90deg, var(--c1, #9e23f9), var(--c2, #e059f9) 51%, var(--c1, #9e23f9)) var(--x, 0)/ 200%;
}

.button-box-three .button-list li a.btn-four {
  text-transform: uppercase;
  padding: 14.5px 48px;
}

.button-box-four .button-list li a.btn-five {
  position: relative;
  display: inline-block;
  width: 79px;
  height: 79px;
  line-height: 79px;
  text-align: center;
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.50);
  font-weight: 600;
  font-size: 24px;
  background: linear-gradient(90deg, var(--c1, #32a3ff), var(--c2, #e94cfc) 51%, var(--c1, #32a3ff)) var(--x, 0)/ 200%;
}

.button-box-four .button-list li a.btn-three,
.button-box-four .button-list li a.btn-four,
.button-box-five .button-list li a.btn-three,
.button-box-five .button-list li a.btn-four,
.button-box-five .button-list li a.btn-five {
  border-radius: 5px;
  padding: 14.5px 36px;
  box-shadow: 0px 20px 30px -10px rgba(211, 87, 251, 0.50);
  background: linear-gradient(90deg, var(--c1, #2da5ff), var(--c2, #f147fc) 51%, var(--c1, #2da5ff)) var(--x, 0)/ 200%;
}

.button-box-four .button-list li a.btn-four,
.button-box-five .button-list li a.btn-four,
.button-box-five .button-list li a.btn-five {
  text-transform: uppercase;
}

.button-box-four .button-list li a.video-btn-one,
.button-box-five .button-list li a.video-btn-one {
  position: relative;
  display: inline-block;
  font-size: 30px;
  color: #fff;
  width: 146px;
  height: 146px;
  line-height: 146px;
  text-align: center;
  border-radius: 50%;
  -webkit-box-shadow: 2px 30px 34px rgba(0, 0, 0, 0.20);
  box-shadow: 2px 30px 34px rgba(0, 0, 0, 0.20);
  -webkit-animation: none;
  -o-animation: none;
  animation: none;
  background: linear-gradient(90deg, var(--c1, #a5b3fe), var(--c2, #e21dfb) 51%, var(--c1, #a5b3fe)) var(--x, 0)/ 200%;
}

.button-box-six .button-list li a.btn-one,
.button-box-six .button-list li a.btn-two,
.button-box-six .button-list li a.btn-three {
  color: #3c3b3c;
  font-size: 20px;
  margin-right: 15px;
}

.button-box-six .button-list li a.btn-one {
  font-size: 26px;
}

.button-box-six .button-list li a.btn-one:hover,
.button-box-six .button-list li a.btn-two:hover,
.button-box-six .button-list li a.btn-three:hover {
  color: #ff3d3d;
}

.button-box-six .button-list li a.btn-four {
  border-radius: 5px;
  padding: 14.5px 36px;
  box-shadow: 0px 20px 30px -10px rgba(211, 87, 251, 0.50);
  background: linear-gradient(90deg, var(--c1, #e062f9), var(--c2, #ff3e40) 51%, var(--c1, #e062f9)) var(--x, 0)/ 200%;
}

.button-box-six .button-list li:nth-child(3) a {
  background: #ff3d3d;
  padding: 14.5px 38px;
  box-shadow: 0 10px 5px #f3d4d4;
  text-transform: uppercase;
  border-radius: 30px;
}

.button-box-six .button-list li a.video-btn-one {
  position: relative;
  display: inline-block;
  font-size: 30px;
  color: #fff;
  width: 104px;
  height: 104px;
  line-height: 104px;
  text-align: center;
  border-radius: 50%;
  -webkit-box-shadow: 2px 30px 34px rgba(0, 0, 0, 0.20);
  box-shadow: 2px 30px 34px rgba(0, 0, 0, 0.20);
  -webkit-animation: none;
  -o-animation: none;
  animation: none;
  background: linear-gradient(90deg, var(--c1, #df7bff), var(--c2, #f8779d) 51%, var(--c1, #df7bff)) var(--x, 0)/ 200%;
}

.button-box-seven .button-list li a {
  background: #ff3d3d;
  border-radius: 0px;
  padding: 9.5px 40px;
}

.button-box-seven .button-list li a.btn-one {
  font-size: 22px;
  padding: 22px 46px;
}

.button-box-seven .button-list li a.btn-four {
  background: #fef9f8;
  color: #645f5e;
}

.button-box-eight .button-list li a.btn-one {
  background: #ff3d3d;
  padding: 14.5px 48px;
  border-radius: 30px;
}

.button-box-eight .button-list li a.btn-two {
  background: #ff3d3d;
  padding: 12px 60px;
  border-radius: 10px;
}

.button-box-eight .button-list li a.btn-three {
  color: #ff3d3d;
  margin-left: 15px;
}

.button-box-eight .button-list li a.btn-three i {
  font-size: 40px;
  position: relative;
  top: 9px;
  margin-left: 10px;
  font-weight: 700;
}

.button-box-eight .button-list .social-links a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: transparent;
  color: #222;
  text-align: center;
  line-height: 44px;
  z-index: 1;
}

.button-box-eight .button-list .social-links a:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0, 0);
  transition: .5s ease;
  border-radius: 50%;
  background-image: -webkit-linear-gradient(0deg, #ff4141 0%, #ec4af7 100%);
  z-index: -1;
}

.button-box-eight .button-list .social-links a:hover:before {
  transform: scale(1, 1);
}

.button-box-eight .button-list .social-links a:hover {
  color: #fff;
}

.button-box-eight .inner-box {
  border-bottom: none;
}


/** header-page **/

.header-page {
  position: relative;
  display: block;
  padding: 64px 0px;
  background: #fff;
  margin-bottom: 100px;
}

.header-style-one {
  background: #9736de;
  margin-top: 140px;
}

.header-page .logo-box,
.header-page .language {
  position: relative;
  display: inline-block;
}

.header-page .language {
  position: relative;
  color: #fff;
  font-size: 18px;
  font-family: 'Muli', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  padding-left: 10px;
  margin-left: 65px;
  top: 4px;
}

.header-page .language:after {
  top: 12px;
}

.header-page .menu-box,
.header-page .menu-right-content {
  position: relative;
  display: inline-block;
}

.header-page .menu-box {
  margin-right: 65px;
}

.header-page .menu-box ul li {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-family: 'Muli', sans-serif;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  margin: 0px 17px;
}

.header-page .nav-box .cart-box-outer {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #fff;
  top: 4px;
}

.header-page .nav-box .cart-box-outer .number {
  position: absolute;
  top: -11px;
  right: -17px;
  width: 22px;
  height: 22px;
  line-height: 22px;
  font-size: 14px;
  background: #2ba2ff;
  text-align: center;
  border-radius: 50%;
}

.header-page .nav-box .search-box-outer {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #fff;
  margin: 0px 16px 0px 32px;
}

.header-page .nav-box .nav-toggler {
  position: relative;
  display: inline-block;
}

.header-page .nav-box .nav-toggler .nav-btn {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  background: transparent;
  top: 14px;
}

.header-page .nav-box .nav-toggler .nav-btn .icon-bar {
  background: #ffffff;
  height: 1px;
  width: 35px;
  display: block;
  margin: 7px 0px;
  transition: all 500ms ease;
}

.header-page .nav-box .nav-toggler .nav-btn .icon-bar:last-child {
  width: 25px;
}

.header-style-two {
  background-image: -webkit-linear-gradient(-45deg, #f977ea 25%, #ff4546 100%);
}

.header-style-two .menu-box {
  margin-right: 250px;
}

.header-page .right-content {
  position: relative;
  top: -11px;
}

.header-page.white-bg {
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  padding: 50px 0px;
}

.header-page.white-bg .menu-box ul li {
  color: #2f2f2f;
}

.header-page.white-bg .logo-box {
  margin-bottom: -10px;
}

.header-page.white-bg .logo-box img {
  position: relative;
  margin-bottom: -40px;
}

.header-page.white-bg .nav-box .social-list {
  position: relative;
  display: inline-block;
  margin-right: 20px;
}

.header-page.white-bg .nav-box .social-list li {
  position: relative;
  display: inline-block;
}

.header-page.white-bg .nav-box .social-list li a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: transparent;
  color: #222;
  text-align: center;
  line-height: 44px;
  z-index: 1;
}

.header-page.white-bg .nav-box .social-list li a:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0, 0);
  transition: .5s ease;
  border-radius: 50%;
  background-image: -webkit-linear-gradient(0deg, #ff4141 0%, #ec4af7 100%);
  z-index: -1;
}

.header-page.white-bg .nav-box .social-list li a:hover {
  color: #fff;
}

.header-page.white-bg .nav-box .social-list li a:hover:before {
  transform: scale(1, 1);
}

.header-page.white-bg .nav-box .nav-toggler .nav-btn {
  box-shadow: 2px 20px 30px rgba(0, 0, 0, 0.10);
  width: 53px;
  height: 53px;
  line-height: 53px;
}

.header-page.white-bg .nav-box .nav-toggler .nav-btn .icon-bar {
  background: #ff3d3d;
  left: 10px;
  position: relative;
}

.header-page.white-bg .menu-box {
  margin-right: 220px;
}

.header-style-four {
  background-image: -webkit-linear-gradient(-45deg, #615afe 25%, #43b4fd 100%);
}

.header-style-four .nav-box .nav-toggler {
  margin-right: 18px;
  top: 4px;
}

.header-style-four .language {
  margin-left: 0px;
  top: -3px;
}

.header-style-four .nav-box .cart-box-outer .number,
.header-style-four .language:after {
  background: #fb8470;
}

.header-style-four .nav-box {
  position: relative;
  top: -9px;
}

.header-style-four .right-content {
  top: 0px;
}

.header-style-four .menu-box {
  margin-right: 0px;
  top: 6px;
}

.header-style-four .logo-box {
  margin-right: 160px;
}

.header-style-five {
  background-image: -webkit-linear-gradient(-45deg, #533bcf 25%, #43b4fd 100%);
}

.header-style-six {
  background-image: -webkit-linear-gradient(-0deg, #533acf 0%, #b879fe 100%);
}

.header-style-six .menu-box {
  margin: 0px;
  top: 18px;
}

.header-style-six .logo-box {
  margin-right: 40px;
  top: -8px;
}

.header-style-seven {
  background-image: -webkit-linear-gradient(-0deg, #5e41eb 0%, #b319fd 100%);
}

.header-style-seven .nav-box .nav-toggler .nav-btn {
  height: 53px;
  width: 53px;
  line-height: 53px;
  text-align: center;
  background: #b954ff;
}

.header-style-seven .nav-box .nav-toggler .nav-btn .icon-bar {
  position: relative;
  left: 10px;
}

.header-style-seven .nav-box .nav-toggler .nav-btn .icon-bar:first-child {
  width: 25px;
}

.header-page.white-bg .nav-box .cart-box-outer,
.header-page.white-bg .nav-box .search-box-outer {
  color: #2f2f2f;
}

.header-page.white-bg .nav-box .cart-box-outer .number {
  color: #fff;
  background: #ff3d3d;
}

.header-style-nine.white-bg .menu-box {
  margin-right: 30px;
}

.header-style-12 {
  background-image: -webkit-linear-gradient(-0deg, #9643fd 0%, #a854fd 100%);
}

.header-style-12 .language:after,
.header-style-12 .nav-box .cart-box-outer .number {
  background: #fb8470;
}

.header-style-13 {
  background-image: -webkit-linear-gradient(-0deg, #625afe 0%, #9643fd 100%);
  margin-bottom: 150px;
}

.header-style-13 .menu-box {
  margin: 0px;
  top: 18px;
}

.header-style-13 .logo-box {
  margin-right: 250px;
}

.header-style-13 .language {
  margin-left: 0px;
  margin-right: 15px;
}

.header-style-13 .language:after,
.header-style-13 .nav-box .cart-box-outer .number {
  background: #fb8470;
}


/** typhography-page **/

.typhography-style {
  position: relative;
  display: block;
  padding: 120px 0px;
}

.typhography-style .inner-box h2.title {
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 40px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #222222;
  margin-bottom: 25px;
}

.typhography-style .inner-box .banner-title h3 {
  position: relative;
  display: block;
  font-family: 'Poppins', sans-serif;
  color: #222;
  font-weight: bold;
  font-size: 60px;
  line-height: 60px;
  margin-bottom: 15px;
}

.typhography-style .inner-box h1 {
  position: relative;
  display: block;
  margin: 0;
  color: #222;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  font-size: 60px;
  line-height: 82px;
  margin-bottom: 15px;
}

.typhography-style .inner-box h1 span {
  font-family: 'Lobster Two';
  color: #FB7671;
  font-size: 70px;
}

.typhography-style .inner-box h2 {
  position: relative;
  display: block;
  font-size: 62px;
  line-height: 70px;
  color: #313131;
  font-weight: 700;
  margin-bottom: 85px;
}

.typhography-style .inner-box .banner-text .text {
  color: #2f2f2f;
  font-size: 22px;
  line-height: 30px;
  margin-top: 29px;
  margin-bottom: 50px;
}

.typhography-style .video-style .inner-box h3 {
  color: #B750F3;
  font-family: 'Poppins', sans-serif;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
}

.typhography-style .sec-title-style .inner-box .top-text {
  position: relative;
  display: inline-block;
  font-size: 28px;
  line-height: 35px;
  font-family: 'Muli', sans-serif;
  font-weight: 600;
  margin-bottom: 38px;
  margin-top: -28px;
  color: transparent;
  background: -webkit-linear-gradient(0deg, #b351fb, #e14ef6 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.typhography-style .sec-title-style .inner-box .top-text span {
  font-family: 'Lobster Two';
  font-weight: 400;
}

.typhography-style .body-text-style {
  margin-bottom: 40px;
}

.typhography-style .menu-text-style li {
  position: relative;
  display: inline-block;
  color: #2f2f2f;
  font-family: 'Muli', sans-serif;
  line-height: 30px;
  font-size: 15px;
  font-weight: 500;
  margin: 0px 15px;
  text-transform: uppercase;
  margin-bottom: 50px;
}

.typhography-style .page-title-style .inner-box h1 {
  position: relative;
  display: block;
  font-size: 46px;
  font-weight: 700;
  line-height: 50px;
  color: #2f2f2f;
  margin-bottom: 32px;
}

.typhography-style .title-style .floated-text {
  color: #FBF4FF;
  font-family: 'Lobster Two', cursive;
  font-size: 72px;
  line-height: 1em;
  font-weight: 700;
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.typhography-style .subscribe-style h2.subscribe-title {
  position: relative;
  display: block;
  font-size: 36px;
  font-weight: 700;
  color: #9a63ff;
  margin-bottom: 21px;
}

.main-footer {
  display: flex;
  flex-direction: column;
  /* Вертикальное расположение элементов */
  justify-content: space-between;
  /* Разделение контента футера, копирайт внизу */
  height: 100%;
  /* Обеспечивает, что футер будет растягиваться на всю высоту */
}

.footer-bottom {
  margin-top: auto;
  /* Это заставит копирайт располагаться внизу */
}

.large-container {
  width: 100%;
  /* Контейнер футера на всю ширину */
  padding: 0 70px;
  /* Дополнительные отступы, если нужно */
}

.left-content p {
  margin: 0;
  /* Убирает лишние отступы для текста в копирайте */
}


.pt-cus {
  padding-top: 160px;
  padding-bottom: 100px;
  padding-left: 50px;
  padding-right: 50px;

}


@media screen and (max-width: 776px) {
  .pt-cus {
    padding-top: 120px;
    padding-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.pt-cus h1,
.pt-cus h2,
.pt-cus h3,
.pt-cus h4,
.pt-cus h5,
.pt-cus p,
.pt-cus li,
.pt-cus a,
.pt-cus strong,
.pt-cus span {
  color: rgb(0, 0, 0);
}

.pt-cus p>a {
  color: red;
}