/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header
5. Banner Style One
6. Feature Section
7. Service Section
9. Fact Counter
8. Teatimonial Section
10. Gallery Section
11. Pricing Section
12. News Section
14. Newsletter Section
15. Main Footer
16. Header Style Two
19. Banner Style Two
20. Feature Style Two
21. Creative Section
22. Counter Style Two
23. Service Style Two
24. Gallery Style Two
25. Pricing Style Two
26. Banner Style Three
27. Creative Style Two
28. Service Style Three
29. Counter Style Three
30. Work Section
31. Integration Section
32. Team Section
33. Footer Style Two
34. Header Style Three
35. Banner Style Four
36. Feature Style Three
37. Discover Section
38. Creative Style Three
39. Process Section
40. Pricing Style Two
41. Team Style Two
42. Testimonial Style Three
43. Header Style Four
44. Banner Style Five
45. Feature Style Four
46. Discover Style Two
47. Process Style Two
48. Visual Section
49. Whyus Section
50. Pricing Style Three
51. Team Style Three
52. Testimonail Style Three
53. Footer Style Three
54. Header Style Five
55. Banner Style Six
56. Service Style Four
57. Product Section
58. Testimonial Style Five
59. Portfolio Section
60. Footer Style Four
61. Header Style Six
62. Banner Style Seven
63. Portfolio Style Two
64. Footer Style Five
65. Services Type 01
66. Creative Style Four
67. Services Type 02
68. Services Style Six
69. Default Portfolio Section
70. Portfolio List
71. Portfolio Two Columns
72. Portfolio Three Columns
73. Portfolio Grid Masonary
74. Portfolio Fullwidth 01
75. Portfolio Fullwidth 02
76. Portfolio Single 01
77. Portfolio Single 02
78. About Type 01
79. Creative Style Five
80. Counter Style Three
81. About Type 02
82. Creative Style Four
83. Staff Page
84. Pricing Plan
85. Faq Page
86. Faq Section
87. Shop Page
88. Shop Section
89. Single Shop Page
90. ComingSoon Section
91. Error Section
92. Blog Grid 01
93. Blog Grid 02
94. Blog List
95. Blog Single 01
96. Blog Single 02
97. Blog Single 03
98. Contact Type 01
99. Contact Type 02
100. Contact Section
101. Google Map


**********************************************/


/* use font link */

@import url('https://fonts.googleapis.com/css?family=Comfortaa:300,400,700');
@import url('https://fonts.googleapis.com/css?family=Muli:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i');

/* use style sheet */

@import "font-awesome-all.css";
@import url("flaticon.css");
@import url("owl.css");
@import url("bootstrap.css");
@import url("jquery.fancybox.min.css");
@import url("animate.css");
@import url("jquery-ui.css");
@import url("jquery.bootstrap-touchspin.css");



/***

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

 ***/
* {
  margin:0px;
  padding:0px;
  border:none;
  outline:none;
}


/***

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

 ***/


body {
  font-size:18px;
  color:#7a7e7a;
  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;
  }
}

.large-container {
  position: static;
  max-width: 1600px;
  padding: 0px;
  margin: 0 auto;
}

.container-fluid{
  padding: 0px;
}
.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: #e343ff;
}

input,button,select,textarea{
  font-family: 'Muli', sans-serif;
  font-weight: 400;
  font-size: 16px;
}

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;
  font-weight: 400;
  color: #7a7e7a;
  margin-bottom: 10px;
  font-style: normal;
  transition: all 500ms ease;
}

h1,h2,h3,h4,h5,h6 {
  position:relative;
  font-weight: 400;
  color: #242425;
  margin: 0px;
  transition: all 500ms ease;
}


.centred{
  text-align: center;
}
.pull-left{
  float: left;
}
.pull-right{
  float: right;
}

figure{
  margin: 0px;
}

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


@keyframes pulse {
    50% {
        box-shadow: 0 0 0 30px rgba(21, 15, 23, 0.05),
        0 0 0 15px rgba(21, 15, 23, 0.10);
    }
}


/** button **/

.theme-btn {
  position: relative;
  display: inline-block;
  font-size: 20px;
  font-family: 'Muli', sans-serif;
  padding: 14px 35px;
  background: transparent;
  border: 3px solid;
  line-height: 26px;
  color: #3e3d3e;
  font-weight: 600;
  border-radius: 30px;
  text-transform: capitalize;
  transition: all 500ms ease;
  cursor: pointer;
  text-align: center;
  z-index: 1;
}

.btn-style-one{
  border: 3px solid #8cf18a;
}

.btn-style-one:hover{
  background: #8cf18a;
  color: #ffffff;
  transform: translateY(-3px);
}

.btn-style-two{
  color: #ffffff;
  border: 2px solid #ffffff;
  background: linear-gradient(to left, rgba(215, 133, 244, 0.8) 0%,rgba(227, 67, 255) 100%);
}

.btn-style-two:hover{
  transform: translateY(-3px);
}

.btn-style-three{
  border: 3px solid #e2fee1;
  background: #e2fee1;
  color: #3e3d3e;
}

.btn-style-three:hover{
  background: #d785f4;
  border: 3px solid #d785f4;
  color: #ffffff;
}

.btn-style-four{
  border: 3px solid #fbdfff;
}

.btn-style-four:hover{
  background: #e478f3;
  border: 3px solid #e478f3;
  color: #ffffff;
  transform: translateY(-3px);
}

.btn-style-five{
  color: #ffffff;
  border: none;
  width: 200px;
  text-transform: uppercase;
  background: -webkit-linear-gradient( 0deg, rgb(196,87,240) 0%, rgb(133,79,248) 100%);
}

.btn-style-five:hover{
  background: -webkit-linear-gradient( 0deg, rgb(133,79,248) 0%, rgb(196,87,240) 100%);
  color: #ffffff;
  transform: translateY(-3px);
}

.btn-style-six{
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-family: 'Muli', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
  background: #f9426d;
  padding: 9px 34px 9px 33px;
  transition: all 500ms ease;
}

.btn-style-six:hover{
  color: #ffffff;
  background: #ca56fa;
  transform: translateY(-3px);
}

.styled-pagination{
  position: relative;
  display: block;
  padding-top: 32px;
}

.styled-pagination li{
  display: inline-block;
  margin-right: 10px;
}

.styled-pagination li:last-child{
  margin-right: 0px;
}

.styled-pagination li a{
  position: relative;
  display: inline-block;
  font-size: 20px;
  font-family: 'Muli', sans-serif;
  height: 46px;
  font-weight: 600;
  width: 46px;
  line-height: 46px;
  text-align: center;
  border-radius: 50%;
  color: #537097;
  background: transparent;
  transition: all 500ms ease;
}

.styled-pagination li a:hover,
.styled-pagination li.active a{
  background: #8cf18a;
  color: #ffffff;
  box-shadow: 0px 10px 20px rgba(0,0,0,.10);
}

.sec-pad{
  padding: 113px 0px 120px 0px;
}

.preloader{
  position: fixed;
  left:0px;
  top:0px;
  height:100%;
  width: 100%;
  z-index:999999;
  background-color:#ffffff;
  background-position:center center;
  background-repeat:no-repeat;
  background-image:url(../images/icons/preloader.gif);
}

.scroll-top {
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: fixed;
  bottom: 105%;
  right: 50px;
  font-size: 16px;
  z-index: 99;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  background: -webkit-linear-gradient( 0deg, rgb(196,87,240) 0%, rgb(133,79,248) 100%);
  transition: 1s ease;
}
.scroll-top.open {
  bottom: 30px;
}
.scroll-top:hover{
  background: -webkit-linear-gradient( 0deg, rgb(133,79,248) 0%, rgb(196,87,240) 100%);
  transform: translateY(-3px);
}
.scroll-top span{
  color: #fff;
}
.scroll-top:after {
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
  background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

.sec-title span{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-family: 'Muli', sans-serif;
  color: #8cf18a;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 46px;
}

.sec-title h2{
  position: relative;
  display: block;
  font-size: 50px;
  line-height: 68px;
  font-family: 'Comfortaa', cursive;
  color: #242425;
  font-weight: 700;
}

.sec-title-two h2{
  position: relative;
  display: block;
  font-size: 45px;
  line-height: 65px;
  font-family: 'Comfortaa', cursive;
  font-weight: 700;
  color: #39373a;
}




/***

====================================================================
                        Home-Page-01
====================================================================

***/


/** main-header **/

.main-header{
  position:relative;
  left:0px;
  top:0px;
  z-index:999;
  width:100%;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.sticky-header{
  position:fixed;
  opacity:0;
  visibility:hidden;
  background: #150f17;
  box-shadow: 0 0 10px rgba(0,0,0,.50);
  left:0px;
  top:0px;
  width:100%;
  z-index:0;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.fixed-header .sticky-header{
  z-index:999;
  opacity:1;
  visibility:visible;
  -ms-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -op-animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -ms-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -op-animation-duration: 500ms;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -ms-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -op-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -op-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/** header-upper **/


.header-upper{
  position: relative;
  padding: 80px 0px;
}

.header-upper .outer-container{
  position: relative;
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  padding: 0px 15px;
}

.header-upper .logo-box{
  position: relative;
  float: left;
  margin-top: 8px;
}

.header-upper .logo-box .logo img {
  display: inline-block;
  max-width: 100%;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.header-upper .nav-outer{
  position: relative;
  float: right;
}

.header-upper .nav-outer .menu-area{
  position: relative;
  float: left;
  margin: 5px 38px 0px 0px;
}

.header-upper .nav-outer .outer-box{
  position: relative;
  float: right;
  margin-top: -4px;
}



/** main-menu **/

.main-menu{
  position: relative;
  display: block;
}

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

.main-menu .navigation > li{
  position:relative;
  float:left;
  margin: 0px 24px;
}
.main-header .menu-column{
  padding: 0px;
}

.main-menu .navigation > li > a{
  position:relative;
  display:block;
  font-size:22px;
  font-family: 'Muli', sans-serif;
  color:#4f4d4f;
  line-height:30px;
  font-weight:600;
  opacity:1;
  text-transform:capitalize;
  padding: 6px 0px;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.main-menu .navigation > li > a:before{
  position: absolute;
  content: '';
  background: #d785f4;
  width: 0%;
  height: 4px;
  left: 0px;
  bottom: 0px;
  transition: all 500ms ease;
  -webkit-mask-image: linear-gradient(-75deg, rgba(244,55,55,0.6) 50%, #f43737 50%, rgba(0,0,0,1) 70%);
  -webkit-mask-size: 200%;
  animation: shine 2s infinite;
}

@-webkit-keyframes shine {
  from {
    -webkit-mask-position: 150%;
  }

  to {
    -webkit-mask-position: -50%;
  }
}

.main-menu .navigation > li.current > a:after,
.main-menu .navigation > li:hover > a:after{
  position: absolute;
  content: '';
  background: #ffffff;
  width: 6px;
  height: 4px;
  right: 25%;
  bottom: 0px;
  transition: all 500ms ease;
}

.main-menu .navigation > li.current > a:before,
.main-menu .navigation > li:hover > a:before{
  width: 100%
}

.main-menu .navigation > li > ul{
  position:absolute;
  left:0px;
  top: 100%;
  width:250px;
  z-index:100;
  display:none;
  background: rgba(47,46,50,1);
  border-bottom: 2px solid #e343ff;
}

.main-menu .navigation > li > ul > li{
  position:relative;
  width:100%;
  padding: 0px;
  border-bottom: 1px solid rgba(255,255,255,0.10);
  transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li:last-child{
  border-bottom:none;
}

.main-menu .navigation > li > ul > li > a{
  position:relative;
  display:block;
  font-family: 'Muli', sans-serif;
  padding:10px 20px;
  line-height:24px;
  font-size:16px;
  color:#ffffff;
  font-weight: 500;
  text-align:left;
  text-transform:capitalize;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li:hover a{
  color: #e343ff;
  padding-left: 30px;
}

.main-menu .navigation > li > ul > li:last-child:hover{
  border-bottom: none;
}

.main-menu .navigation > li.dropdown:hover > ul{
  visibility:visible;
  opacity:1;
}

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn{
  position:absolute;
  right: 10px;
  top: 8px;
  font-size:18px;
  border: 1px solid rgba(255, 255, 255);
  color:#ffffff;
  width: 34px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  cursor:pointer;
  display: none;
  z-index: 1;
}

.navbar-header {
  display: none;
}

/** third-menu **/

.main-menu .navigation > li > ul > li > ul{
  position:absolute;
  left:100%;
  top:0%;
  width:230px;
  z-index:100;
  display:none;
  padding: 0px 0px;
  background: rgba(47,46,50,1);
  border-top: 2px solid #e343ff;
}

.main-menu .navigation li > ul > li.dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
  top: 0%;
}

.main-menu .navigation > li > ul > li > ul > li{
  position:relative;
  width:100%;
  margin:0px;
  border-bottom: 1px solid rgba(255,255,255,0.10);
}

.main-menu .navigation > li > ul > li > ul > li:last-child{
  border-bottom:none;
}

.main-menu .navigation > li > ul > li > ul > li > a{
  position:relative;
  display:block;
  line-height:24px;
  font-weight:500;
  padding: 10px 20px !important;
  font-size:16px;
  font-family: 'Muli', sans-serif;
  color: #ffffff !important;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul > li:hover > a{
  color: #e343ff !important;
  padding-left: 30px !important;
}

.main-menu .navigation > li > ul > li.dropdown > a:after {
  position: absolute;
  content: "\f105";
  font-size: 16px;
  color: #ffffff;
  top: 12px;
  right: 20px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  cursor: pointer;
  transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li.dropdown:hover > a:after{
  color: #e343ff;
}

/** stricky-header **/

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

.sticky-header .main-menu .navigation > li > a{
  padding: 19px 30px 20px 30px;
}

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

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

.sticky-header .menu-area{
  position: relative;
  float: right;
  padding: 0px;
  margin: 0px;
  border: none;
}

.sticky-header .main-menu .navigation > li > a:before,
.sticky-header .main-menu .navigation > li > a:after{
  display: none;
}

.sticky-header .logo-box{
  position: relative;
  float: left;
  margin-top: 8px;
}

.header-style-six .sticky-header{
  padding: 3px 0px 9px 0px;
}


/** banner-section **/

.banner-section{
  position: relative;
  background: #ffffff;
  padding-bottom: 62px;
}

.banner-section:before{
  position: absolute;
  content: '';
  background: url(../images/icons/banner-icon-2.png);
  width: 530px;
  height: 675px;
  left: 0px;
  top: 0px;
  background-repeat: no-repeat;
}

.banner-section .anim-icons .icon-1{
  background: url(../images/icons/anim-icon-23.png);
  width: 36px;
  height: 27px;
  left: 40%;
  top: 0px;
}

.banner-section .anim-icons .icon-2{
  background: url(../images/icons/anim-icon-38.png);
  width: 87px;
  height: 186px;
  left: -200px;
  top: 45%;
}

.banner-section .anim-icons .icon-3{
  background: url(../images/icons/anim-icon-39.png);
  width: 81px;
  height: 166px;
  left: 55%;
  bottom: 20%;
}

.banner-section .anim-icons .icon-4{
  background: url(../images/icons/anim-icon-67.png);
  width: 20px;
  height: 20px;
  left: -300px;
  top: 13px;
  -webkit-animation: zoom-fade-two 5s infinite linear;
  animation: zoom-fade-two 5s infinite linear;
}

.banner-section .anim-icons .icon-5{
  background: url(../images/icons/anim-icon-68.png);
  width: 20px;
  height: 20px;
  left: 0px;
  top: 78px;
  -webkit-animation: zoom-fade-two 5s infinite linear;
  animation: zoom-fade-two 5s infinite linear;
}

.banner-section .anim-icons .icon-6{
  background: url(../images/icons/anim-icon-69.png);
  width: 192px;
  height: 268px;
  top: 0px;
  right: -350px;
}

.banner-section .anim-icons .icon-7{
  background: url(../images/icons/anim-icon-28.png);
  width: 54px;
  height: 56px;
  bottom: 0px;
  right: -350px;
}

.banner-section .anim-icons .icon-8{
  right: 300px;
  bottom: 40px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: -webkit-linear-gradient( 0deg, rgb(232,141,255) 0%, rgb(228,197,252) 100%);
  -webkit-animation: zoom-fade-two 5s infinite linear;
  animation: zoom-fade-two 5s infinite linear;
}

.banner-section .inner-content{
  position: relative;
  padding: 193px 0px 150px 0px;
}

.banner-section .image-box{
  position: absolute;
  top: 95px;
  right: -330px;
}

.banner-section .image-box.parallax-scene .image-2 {
  position: absolute;
  width: 666px;
  height: 816px;
  left: 20px !important;
  top: -85px !important;
  z-index: -1;
}

.banner-section .image-box img{
  position: relative;
  width: 100%;
}

.banner-section .content-box{
  position: relative;
  max-width: 720px;
  width: 100%;
}

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

.banner-section .content-box h1{
  position: relative;
  display: block;
  font-size: 60px;
  line-height: 70px;
  font-family: 'Comfortaa', cursive;
  color: #3e3d3e;
  font-weight: 700;
  margin-bottom: 82px;
}

.banner-section .content-box .text{
  position: relative;
  display: block;
  font-size: 26px;
  line-height: 38px;
  color: #747374;
  margin-bottom: 108px;
}

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

.float-bob-x{
  animation-name: float-bob-x;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: float-bob-x;
  -webkit-animation-duration: 15s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: float-bob-x;
  -moz-animation-duration: 15s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob-x;
  -ms-animation-duration: 15s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob-x;
  -o-animation-duration: 15s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.banner-section .content-box .btns-box{
  position: relative;
  max-width: 485px;
  width: 100%;
}

.banner-section .content-box .btns-box a.theme-btn{
  border: 3px solid #8cf18a;
  background: #8cf18a;
  color: #ffffff;
  padding: 14px 53px;
}

.banner-section .content-box .btns-box a.theme-btn:hover{
  border: 3px solid #d785f4;
  background: #d785f4;
  transform: translateY(-3px);
}

.banner-section .content-box .btns-box a.video-link{
  position: relative;
  float: right;
  font-size: 20px;
  font-weight: 600;
  font-family: 'Muli', sans-serif;
  color: #3e3d3e;
}

.banner-section .content-box .btns-box a.video-link:hover{
  color: #8cf18a;
}

.banner-section .content-box .btns-box a.video-link .icon{
  position: relative;
  display: inline-block;
  font-size: 20px;
  color: #8cf18a;
  width: 62px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  border: 1px solid #8cf18a;
  margin-right: 10px;
  transition: all 500ms ease;
}

.banner-section .content-box .btns-box a.video-link:hover .icon{
  color: #fff;
  background: #8cf18a;
}


/** feature-section **/

.feature-section{
  position: relative;
  background: #ffffff;
  padding: 120px 0px 120px 0px;
}

.feature-section:before{
  position: absolute;
  content: '';
  background: url(../images/icons/icon-6.png);
  width: 280px;
  height: 700px;
  top: 110px;
  right: 0px;
  background-repeat: no-repeat;
}

.feature-section .anim-icons .icon-1{
  background: url(../images/icons/anim-icon-3.png);
  width: 104px;
  height: 153px;
  left: -150px;
  top: 35%;
}

.feature-section .anim-icons .icon-2{
  background: url(../images/icons/anim-icon-10.png);
  width: 184px;
  height: 33px;
  right: 40px;
  top: 150px;
}

.feature-section .anim-icons .icon-3{
  background: url(../images/icons/anim-icon-22.png);
  width: 191px;
  height: 125px;
  right: -100px;
  bottom: -20px;
}

.feature-section .top-content{
  position: relative;
  max-width: 1050px;
  width: 100%;
  margin-bottom: 92px;
}

.feature-section .lower-content{
  position: relative;
}


.font_30{
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 48px;
  color: #666667;
  margin-bottom: 32px;
}

.feature-section .top-content .btn-box{
  position: relative;
  float: right;
}

.feature-section .top-content .btn-box .btn-style-one{
  padding: 14px 56px;
  text-transform: uppercase;
}

.feature-section .top-content .sec-title{
  margin-bottom: 68px;
}

.feature-block-one{
  position: relative;
  display: block;
  overflow: hidden;
  background: #ffffff;
  padding: 42px 30px 107px 30px;
  box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.10);
  transition: all 500ms ease;
  -webkit-transition: opacity 500ms ease;
  z-index: 1;
}

.feature-block-one:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  transform: scale(1.0);
  background-repeat: no-repeat;
  transition: all 1500ms ease;
}

.feature-block-one:hover:before{
  transform: scale(0.5);
}

.feature-column:first-child .feature-block-one:before{
  background: url(../images/icons/feature-bg-1.png);
}

.feature-column:nth-child(2) .feature-block-one:before{
  background: url(../images/icons/feature-bg-2.png);
}

.feature-column:last-child .feature-block-one:before{
  background: url(../images/icons/feature-bg-3.png);
}

.feature-block-one .icon-box{
  position: relative;
  display: inline-block;
  width: 101px;
  height: 101px;
  line-height: 101px;
  text-align: center;
  color: #ffffff;
  font-size: 40px;
  margin-bottom: 45px;
  border-radius: 50%;
  transition: all 500ms ease;
  box-shadow: 0 5px 20px 10px rgba(0, 0, 0, 0.05);
}

.feature-block-one:hover .icon-box{
  background: rgb(133,79,248) !important;
  transform: scale(1.1);
  -webkit-animation: pulse-2 1s infinite;
  -o-animation: pulse-2 1s infinite;
  animation: pulse-2 1s infinite;
}

.feature-column:first-child .icon-box{
  background: #ebb1fd;
}

.feature-column:nth-child(2) .icon-box{
  background: #99fc97;
}

.feature-column:last-child .icon-box{
  background: #fcb1f4;
}

.feature-column:first-child:hover .feature-block-one h4 a{
  color: #ebb1fd;
}

.feature-column:nth-child(2):hover .feature-block-one h4 a{
  color: #99fc97;
}

.feature-column:last-child:hover .feature-block-one h4 a{
  color: #fcb1f4;
}

.feature-block-one h4{
  position: relative;
  display: block;
  font-size: 28px;
  line-height: 35px;
  font-family: 'Muli', sans-serif;
  font-weight: 600;
  color: #242425;
  margin-bottom: 34px;
  transition: all 500ms ease;
}

.feature-block-one h4 a{
  position: relative;
  display: inline-block;
  color: #242425;
}

.feature-block-one .text{
  position: relative;
  display: block;
  color: #666666;
  transition: all 500ms ease;
}


/** service-section **/


.service-section{
  position: relative;
  background: #ffffff;
  padding: 189px 0px 120px 0px;
}

.service-section:before{
  position: absolute;
  content: '';
  background: url(../images/icons/service-icon.png);
  left: 0px;
  top: 0px;
  width: 114px;
  height: 556px;
}

.service-section .anim-icons .icon-1{
  background: url(../images/icons/anim-icon-30.png);
  width: 56px;
  height: 56px;
  left: -300px;
  bottom: 150px;
}

.service-section .anim-icons .icon-2{
  background: url(../images/icons/anim-icon-8.png);
  width: 11px;
  height: 11px;
  right: -200px;
  top: 240px;
}

.service-section .anim-icons .icon-3{
  background: url(../images/icons/anim-icon-28.png);
  width: 54px;
  height: 56px;
  right: -300px;
  top: 50%;
}

.service-section .anim-icons .icon-4{
  background: url(../images/icons/anim-icon-29.png);
  width: 32px;
  height: 34px;
  right: -160px;
  bottom: 170px;
}

.service-section .image-box{
  position: relative;
  margin: -13px 108px 0px -185px;
  max-width: 740px;
}

.service-section .image-box .image{
  position: relative;
  z-index: 1;
}

.service-section .image-box .image-2{
  position: absolute;
  width: 740px;
  height: 580px;
  left: -75px;
  top: -35px;
}

.service-section .image-box img{
  position: relative;
  width: 100%;
}

.service-section .inner-column{
  position: relative;
  margin-left: -15px;
}

.service-section .inner-column .sec-title{
  margin-bottom: 96px;
}

.service-section .inner-column .single-service-content{
  position: relative;
  display: block;
  padding: 0px 0px 0px 70px;
  margin-bottom: 43px;
}

.service-section .inner-column .single-service-content:last-child{
  margin-bottom: 0px;
}

.service-section .inner-column .single-service-content .icon-box{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  border-radius: 15px;
  font-size: 20px;
  color: #ffffff;
  transition: all 500ms ease;
}

.service-section .inner-column .single-service-content:first-child .icon-box {
  background: #88ff98;
}

.service-section .inner-column .single-service-content:nth-child(2) .icon-box {
  background: #f64373;
}

.service-section .inner-column .single-service-content:nth-child(3) .icon-box {
  background: #ae81f9;
}

.service-section .inner-column .single-service-content:nth-child(4) .icon-box {
  background: #fb63b8;
}

.service-section .inner-column .single-service-content:last-child .icon-box {
  background: #65efff;
}

.service-section .inner-column .single-service-content h4{
  position: relative;
  display: block;
  font-size: 26px;
  line-height: 35px;
  font-weight: 600;
  margin-bottom: 25px;
  font-family: 'Muli', sans-serif;
  color: #000000;
}

.service-section .inner-column .single-service-content h4 a{
  position: relative;
  display: inline-block;
  color: #000000;
}

.service-section .inner-column .single-service-content h4 a:hover{
  color: #e343ff;
}

.service-section .inner-column .single-service-content .text{
  position: relative;
  display: block;
  color: #4d4d4d;
}


/** fact-counter **/

.fact-counter{
  position: relative;
  background: #ffffff;
  padding: 120px 0px 88px 0px;
}

.fact-counter:before{
  position: absolute;
  content: '';
  background: url(../images/icons/counter-bg-shap.png);
  width: 252px;
  height: 461px;
  right: 0px;
  bottom: 200px;
}

.fact-counter .anim-icons .icon-1{
  background: url(../images/icons/anim-icon-3.png);
  width: 104px;
  height: 153px;
  left: -200px;
  top: 35%;
}

.fact-counter .anim-icons .icon-2{
  background: url(../images/icons/anim-icon-4.png);
  width: 15px;
  height: 15px;
  left: 40%;
  top: 40%;
}

.fact-counter .anim-icons .icon-3{
  background: url(../images/icons/anim-icon-5.png);
  width: 56px;
  height: 56px;
  right: 30px;
  bottom: 300px;
}

.fact-counter .sec-title{
  position: relative;
  max-width: 720px;
  width: 100%;
  margin-bottom: 0px;
}

.fact-counter .sec-title span{
  margin-bottom: 44px;
}

.counter-block-one{
  position: relative;
  display: block;
  background: url(../images/icons/icon-4.png);
  background-repeat: no-repeat;
  width: 299px;
  height: 283px;
  text-align: center;
  padding: 55px 50px 70px 50px;
  margin: 0 auto;
}

.counter-block-one .text{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  color: #242425;
  margin-bottom: 38px;
}

.counter-block-one .count-outer{
  position: relative;
  display: block;
  font-size: 58px;
  line-height: 65px;
  font-family: 'Comfortaa', cursive;
  color: #242425;
  font-weight: 700;
}

.counter-column:first-child .counter-block-one .count-outer{
  color: #6ef76c;
}

.counter-column:nth-child(2) .counter-block-one .count-outer{
  color: #ea74fe;
}

.counter-column:nth-child(3) .counter-block-one .count-outer{
  color: #ff5f5f;
}

.counter-column:last-child .counter-block-one .count-outer{
  color: #bcdc35;
}

.fact-counter .counter-column:first-child{
  padding-top: 353px;
}

.fact-counter .counter-column:nth-child(2){
  padding-top: 251px;
}

.fact-counter .counter-column:nth-child(3){
  padding-top: 121px;
}

.fact-counter .counter-column:last-child{
  margin-top: -91px;
}

.fact-counter .inner-content{
  position: relative;
}

.fact-counter .inner-content:before{
  position: absolute;
  content: '';
  background: url(../images/icons/counter-shap.png);
  width: 100%;
  height: 100%;
  left: 140px;
  top: 0px;
  background-repeat: no-repeat;
}


/** testimonial-section **/

.testimonial-section{
  position: relative;
  background: #ffffff;
  padding: 120px 0px 120px 0px;
}

.testimonial-section:before{
  position: absolute;
  content: '';
  background: url(../images/icons/testimonial-icon.png);
  width: 187px;
  height: 665px;
  left: 0px;
  bottom: 0px;
  background-repeat: no-repeat;
}

.testimonial-section .anim-icons .icon-1{
  background: url(../images/icons/anim-icon-37.png);
  width: 138px;
  height: 123px;
  left: -260px;
  top: 25%;
}

.testimonial-section .anim-icons .icon-2{
  background: url(../images/icons/anim-icon-35.png);
  width: 30px;
  height: 28px;
  right: -150px;
  top: 30px;
}

.testimonial-section .anim-icons .icon-3{
  background: url(../images/icons/anim-icon-36.png);
  width: 136px;
  height: 131px;
  right: 20%;
  bottom: 200px;
}

.testimonial-section .inner-content{
  position: relative;
}

.testimonial-section .user-thumb{
  position: absolute;
  top: 72px;
  right: -330px;
  height: 658px;
  max-width: 703px;
  width: 100%
}

.testimonial-section .user-thumb .anim-icons{
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  max-width: 703px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.testimonial-section .user-thumb .anim-icons .icon-1 {
  background: url(../images/icons/anim-icon-40.png);
  width: 15px;
  height: 15px;
  left: 75%;
  top: 240px;
}

.testimonial-section .user-thumb .anim-icons .icon-2 {
  background: url(../images/icons/anim-icon-57.png);
  width: 15px;
  height: 15px;
  left: 50%;
  top: 78%;
}

.testimonial-section .user-thumb .user{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  max-width: 703px;
}

.testimonial-section .user-thumb .user .thumb-icon{
  position: absolute;
  border-radius: 50%;
  box-shadow: 0 20px 50px 0px rgba(0, 0, 0, 0.10);
}

.testimonial-section .user-thumb .user .thumb-icon img{
  width: 100%;
  border-radius: 50%;
  transition: all 500ms ease;
}

.testimonial-section .user-thumb .user .user-1{
  left: 112px;
  top: -2px;
  width: 85px;
  height: 85px;
}

.testimonial-section .user-thumb .user .user-1 img,
.testimonial-section .user-thumb .user .user-2 img,
.testimonial-section .user-thumb .user .user-3 img{
  -webkit-animation: zoom-fade 5s infinite linear;
  animation: zoom-fade 5s infinite linear;
}

.testimonial-section .user-thumb .user .user-4 img,
.testimonial-section .user-thumb .user .user-5 img,
.testimonial-section .user-thumb .user .user-6 img{
  -webkit-animation: zoom-fade-three 5s infinite linear;
  animation: zoom-fade-three 5s infinite linear;
}

.testimonial-section .user-thumb .user .user-2{
  left: 78px;
  top: 231px;
  width: 54px;
  height: 54px;
}

.testimonial-section .user-thumb .user .user-3{
  left: 50%;
  top: 50%;
  margin-left: -30px;
  margin-top: -87px;
  width: 122px;
  height: 122px;
}

.testimonial-section .user-thumb .user .user-4{
  top: 50%;
  margin-top: -133px;
  right: -20px;
  width: 85px;
  height: 85px;
}

.testimonial-section .user-thumb .user .user-5{
  left: 80px;
  bottom: 153px;
  width: 63px;
  height: 63px;
}

.testimonial-section .user-thumb .user .user-6{
  right: 165px;
  bottom: -30px;
  width: 85px;
  height: 85px;
}

.testimonial-section .testimonial-content{
  position: relative;
  max-width: 700px;
  width: 100%;
}

.testimonial-section .testimonial-content .sec-title{
  margin-bottom: 91px;
}

.testimonial-section .testimonial-content .sec-title .icon-box{
  position: relative;
  display: inline-block;
  background: url(../images/icons/quote-bg.png);
  width: 108px;
  height: 108px;
  padding: 32px 10px 30px 23px;
  text-align: center;
  font-size: 40px;
  color: #ffffff;
  margin-bottom: 54px;
  background-repeat: no-repeat;
}

.testimonial-block-one .text{
  position: relative;
  display: block;
  font-size: 26px;
  line-height: 46px;
  color: #7f7f7f;
  margin-bottom: 66px;
}

.testimonial-block-one .authore h4{
  position: relative;
  display: inline-block;
  font-size: 22px;
  line-height: 30px;
  font-family: 'Muli', sans-serif;
  font-weight: 600;
  color: #242425;
  text-transform: uppercase;
  margin-right: 14px;
}

.testimonial-block-one .authore span{
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-family: 'Muli', sans-serif;
  color: #9d9d9e;
  line-height: 30px;
}

.testimonial-block-one{
  position: relative;
  padding-left: 30px;
  padding-bottom: 5px;
}

.testimonial-block-one:before{
  position: absolute;
  content: '';
  background: linear-gradient(to top, rgba(140, 241, 138, 0.80) 0%,rgba(215, 133, 244, 0.8) 100%);
  width: 2px;
  height: 100%;
  left: 0px;
  top: 7px;
}

.owl-carousel .owl-prev,
.owl-carousel .owl-next{
  position: relative;
  display: inline-block;
  font-size: 28px;
  color: #c58be6;
  height: 63px;
  width: 79px;
  line-height: 63px;
  text-align: center;
  background: transparent;
  cursor: pointer;
  margin: 0px 5px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.owl-carousel .owl-prev:hover,
.owl-carousel .owl-next:hover{
  background: #8cf18a;
  font-size: 35px;
  color: #ffffff;
  box-shadow: 0 10px 20px rgba(187,187,187,.50);
}

.testimonial-section .owl-nav{
  position: absolute;
  left: -5px;
  bottom: -180px;
}


/** gallery-section **/

.gallery-section{
  position: relative;
  overflow: hidden;
  padding: 193px 0px 150px 0px;
}

.gallery-section:before{
  position: absolute;
  content: '';
  background: url(../images/icons/icon-5.png);
  width: 100%;
  height: 435px;
  left: 0px;
  top: 280px;
  background-repeat: no-repeat;
}

.gallery-section:after{
  position: absolute;
  content: '';
  background: url(../images/icons/anim-icon-12.png);
  width: 145px;
  height: 122px;
  right: 0px;
  top: 100px;
  background-repeat: no-repeat;
  z-index: -1;
}

.gallery-section .title-box{
  position: relative;
  margin-bottom: 149px;
}

.gallery-section .title-box .sec-title{
  position: relative;
  max-width: 450px;
}

.gallery-section .title-box .right-content{
  position: relative;
  max-width: 320px;
  text-align: center;
}

.gallery-section .title-box .right-content .text{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-family: 'Muli', sans-serif;
  color: #8cf18a;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 58px;
}

.gallery-section .title-box .right-content .btn-style-one{
  border: 2px solid #8cf18a;
  padding: 13px 53px 12px 54px;
}

.gallery-section .title-box .right-content .btn-style-one:hover{
  border: 2px solid #8cf18a;
}

.gallery-section .outer-container{
  position: relative;
  padding: 0px 50px;
}

.gallery-section  .owl-carousel {
  max-width: 1170px;
  margin: 0 auto;
  width: 100%;
  display: block;
}

.gallery-section .outer-container .owl-item.active .single-item .text{
  display: block;
}

.gallery-section .outer-container .single-item .text {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding-bottom: 30px;
  display: none;
}

.gallery-section .outer-container .single-item .text h3{
  position: relative;
  display: block;
  font-size: 30px;
  font-weight: 700;
  font-family: 'Comfortaa', cursive;
  color: #242425;
  transition: all 500ms ease;
}

.gallery-section .outer-container .single-item .text h3 a{
  position: relative;
  display: inline-block;
  font-family: 'Comfortaa', cursive;
  font-weight: 700;
  color: #242425;
  z-index: 1;
}

.gallery-section .owl-stage-outer{
  overflow:visible;
}

.gallery-section .single-item{
  position:relative;
  display:block;
  background: #e343ff;
  max-width: 1170px;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  text-align: center;
  -webkit-transform:translateY(0px);
  -ms-transform:translateY(0px);
  transform:translateY(0px);
}

.gallery-section .owl-item.active .single-item{
  max-width:none;
  -webkit-transform:translateY(50px);
  -ms-transform:translateY(50px);
  transform:translateY(50px);
  box-shadow: 0px 30px 50px 0px rgba(0, 0, 0, 0.20);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.gallery-section .owl-item.active .single-item:after {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(top,rgba(172, 39, 219, 0.0),rgba(172, 39, 219, 0.0),rgba(215, 133, 244, 0.50));
  transition: all 500ms ease;
}

.gallery-section .owl-item.active .single-item img{
  opacity: 1;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.gallery-section .owl-item .single-item img{
  position: relative;
  width: 100%;
  opacity: 0.2;
  display: block;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.gallery-section .owl-carousel .owl-prev{
  position: absolute;
  left: 15px;
  bottom: -35px;
  color: #ffffff;
}

.gallery-section .owl-dots{
  position: relative;
  display: none;
}

.gallery-section .owl-carousel .owl-next{
  position: absolute;
  right: 15px;
  bottom: -35px;
  color: #ffffff;
}


/** pricing-section **/

.pricing-section{
  position: relative;
  padding: 72px 0px 170px 0px;
}

.pricing-section:before{
  position: absolute;
  content: '';
  background: url(../images/icons/pricing-shape-1.png);
  width: 1352px;
  height: 970px;
  left: 0px;
  top: -240px;
  z-index: -1;
}

.pricing-section:after{
  position: absolute;
  content: '';
  background: url(../images/icons/icon-9.png);
  width: 185px;
  height: 247px;
  right: 0px;
  top: 0px;
}

.pricing-section .anim-icons .icon-1{
  background: url(../images/icons/anim-icon-19.png);
  width: 97px;
  height: 97px;
  right: -200px;
  top: 50%;
}

.pricing-section .sec-title{
  margin-bottom: 150px;
}

.price-table{
  position: relative;
  display: block;
  overflow: hidden;
  background: #ffffff;
  border-radius: 30px;
  padding: 52px 0px 60px 0px;
  box-shadow: 0 20px 20px 0px rgba(0, 0, 0, 0.10);
  transition: all 500ms ease;
}

.price-column:first-child .price-table:hover{
  box-shadow: 0 20px 20px 0px rgba(232, 169, 241, 0.50);
}

.price-column:nth-child(2) .price-table:hover{
  box-shadow: 0 20px 20px 0px rgba(186, 242, 185, 0.50);
}

.price-column:last-child .price-table:hover{
  box-shadow: 0 20px 20px 0px rgba(254, 195, 195, 0.50);
}

.price-table .table-header span{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  color: #8e8e8e;
  text-transform: uppercase;
  margin-bottom: 27px;
}

.price-table .table-header h2{
  position: relative;
  display: block;
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
  font-family: 'Comfortaa', cursive;
  margin-bottom: 23px;
}

.price-column:first-child .price-table .table-header h2{
  color: #e343ff;
}

.price-column:nth-child(2) .price-table .table-header h2{
  color: #5efb5b;
}

.price-column:last-child .price-table .table-header h2{
  color: #ff5959;
}

.price-table .table-header .text{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  color: #8e8e8e;
  margin-bottom: 10px;
}

.price-table .table-header{
  position: relative;
  padding-bottom: 64px;
  margin-bottom: 53px;
}

.price-table .table-header:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 63px;
  left: 0px;
  bottom: 0px;
  background-repeat: no-repeat;
  transition: all 500ms ease;
}

.price-table:hover .table-header:before{
  transform: scale(1.05);
}

.price-column:first-child  .table-header:before{
  background: url(../images/icons/table-header-icon.png);
}

.price-column:nth-child(2)  .table-header:before{
  background: url(../images/icons/table-header-icon-2.png);
}

.price-column:last-child  .table-header:before{
  background: url(../images/icons/table-header-icon-3.png);
}

.price-table .table-content .list li{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #656566;
  margin-bottom: 15px;
}

.price-table .table-content .list li:last-child{
  margin-bottom: 0px;
}

.price-table .table-content .list li span{
  position: relative;
  display: inline-block;
  color: #656566;
  padding: 0px 0px 0px 25px;
}

.price-table .table-content .list li span:before{
  position: absolute;
  content: "\f00c";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #656566;
  font-size: 14px;
  left: 0px;
  top: 2px;
}

.price-column:first-child .price-table .table-content .list li span:before{
  color: #e343ff;
}

.price-column:nth-child(2) .price-table .table-content .list li span:before{
  color: #5efb5b;
}

.price-column:last-child .price-table .table-content .list li span:before{
  color: #ff5959;
}

.price-table .table-content{
  padding: 0px 15px 80px 15px;
}

.price-table .table-footer a{
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 26px;
  font-family: 'Muli', sans-serif;
  font-weight: 600;
  color: #e343ff;
  background: transparent;
  text-transform: uppercase;
  padding: 13px 34px 12px 34px;
  border: 2px solid #e343ff;
  border-radius: 30px;
  transition: all 500ms ease;
  z-index: 1;
}

.price-column:first-child .price-table .table-footer a{
  border-color: #e343ff;
  color: #e343ff;
}

.price-column:nth-child(2) .price-table .table-footer a{
  border-color: #5efb5b;
  color: #5efb5b;
}

.price-column:last-child .price-table .table-footer a{
  border-color: #ff5959;
  color: #ff5959;
}

.price-table:hover .table-footer a{
  color: #ffffff !important;
}

.price-table .table-footer a:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-radius: 30px;
  transform: scale(1,0);
  background: #ffffff;
  z-index: -1;
  transition: all 500ms ease;
}

.price-table:hover .table-footer a:before{
  transform: scale(1);
}

.price-column:first-child .price-table:hover .table-footer a:before{
  background: #e343ff;
}

.price-column:nth-child(2) .price-table:hover .table-footer a:before{
  background: #5efb5b;
}

.price-column:last-child .price-table:hover .table-footer a:before{
  background: #ff5959;
}


/** news-section **/

.news-section{
  position: relative;
  background: #ffffff;
  padding: 276px 0px 290px 0px;
}

.news-section:before{
  position: absolute;
  content: '';
  background: url(../images/icons/news-shape-1.png);
  width: 100%;
  height: 875px;
  left: 0px;
  top: 0px;
  background-repeat: no-repeat;
  background-size: cover;
}

.news-section:after{
  position: absolute;
  content: '';
  background: url(../images/icons/news-shape-2.png);
  width: 100%;
  height: 184px;
  left: 0px;
  top: 190px;
  background-repeat: no-repeat;
}

.news-section .anim-icons .icon-1{
  background: url(../images/icons/anim-icon-7.png);
  width: 11px;
  height: 11px;
  left: -250px;
  bottom: 250px;
}

.news-section .sec-title{
  position: relative;
  margin: 0px -10px 0px 0px;
}

.news-section .sec-title .shape-1{
  position: absolute;
  left: -250px;
  bottom: -270px;
  background: url(../images/icons/news-shape-3.png);
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
}

.news-section .sec-title span{
  margin-bottom: 39px;
}

.news-section .inner-content{
  position: relative;
  margin: 36px -430px 0px 30px;
}

.news-block-one{
  position: relative;
  display: block;
  background: #ffffff;
  min-width: 370px;
  box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.10);
}

.news-section .inner-content .news-block-one{
  margin: 10px;
}

.news-block-one .image-box{
  position: relative;
  overflow: hidden;
  background: #ca56fa;
}

.news-block-one .image-box img{
  display: block;
  height: auto;
  width: 100%;
  transition: all 500ms ease
}

.news-block-one:hover .image-box img {
  opacity: .5;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.news-block-one .lower-content{
  position: relative;
  padding: 26px 20px 33px 33px;
}

.news-block-one .lower-content h4{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-family: 'Muli', sans-serif;
  font-weight: 600;
  color: #242425;
  margin-bottom: 27px;
}

.news-block-one .lower-content h4 a{
  position: relative;
  display: inline-block;
  color: #242425;
  font-family: 'Muli', sans-serif;
}

.news-block-one .lower-content h4 a:hover{
  color: #e343ff;
}

.news-block-one .lower-content .admin-info{
  position: relative;
  padding: 16px 0px 11px 70px;
}

.news-block-one .lower-content .admin-info .admin-image{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 53px;
  height: 53px;
  overflow: hidden;
  border-radius: 50%;
}

.news-block-one .lower-content .admin-info .admin-image img{
  width: 100%;
  border-radius: 50%;
}

.news-block-one .lower-content .admin-info .text{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  font-family: 'Muli', sans-serif;
  font-weight: 600;
  color: #242425;
}

.news-section .owl-nav{
  position: absolute;
  left: -435px;
  bottom: 107px;
}


/** newsletter-section **/

.newsletter-section{
  position: relative;
}

.newsletter-section .anim-icons .icon-1{
  background: url(../images/icons/anim-icon-14.png);
  width: 117px;
  height: 144px;
  left: -250px;
  top: 0px;
}

.newsletter-section .anim-icons .icon-2{
  background: url(../images/icons/anim-icon-40.png);
  width: 15px;
  height: 15px;
  right: 30px;
  top: 20px;
  z-index: 2;
}

.newsletter-section .anim-icons .icon-3{
  background: url(../images/icons/anim-icon-16.png);
  width: 107px;
  height: 107px;
  right: -250px;
  top: -40px;
}

.newsletter-section .inner-content{
  position: relative;
  display: block;
  width: 100%;
  max-width: 1316px;
  left: 40px;
  margin: 0 auto;
  padding: 87px 111px 200px 111px;
  margin-bottom: -170px;
  z-index: 1;
}

.newsletter-section .inner-content:before{
  position: absolute;
  content: '';
  background: url(../images/background/newsletter-bg.png);
  left: 0px;
  top: 0px;
  max-width: 1316px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}

.newsletter-section .inner-content .bg-column{
  position: absolute;
  left: -35px;
  top: -20px;
  width: 100%;
  height: 100%;
  max-width: 1316px;
  z-index: -1;
}

.newsletter-section .inner-content h2.title{
  position: relative;
  display: block;
  text-align: center;
  font-size: 40px;
  font-family: 'Comfortaa', cursive;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 78px;
}

.newsletter-section .inner-content .form-group{
  position: relative;
  float: left;
  max-width: 392px;
  width: 100%;
  margin: 0px 9px;
}

.newsletter-section .inner-content .form-group.message-btn{
  max-width: 159px;
  margin: 0px;
  margin-left: 40px;
  top: -2px;
}

.newsletter-section .inner-content .form-group input[type='text'],
.newsletter-section .inner-content .form-group input[type='email']{
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  border: 1px solid #e8e7e7;
  border-radius: 30px;
  padding: 15px 30px;
  transition: all 500ms ease;
}

.newsletter-section .inner-content .form-group input:focus{
  border: 1px solid #d785f4;
}

.newsletter-section .inner-content .form-group button{
  text-transform: uppercase;
  padding: 17px 52px;
  transition: all 500ms ease;
}


/** main-footer **/

.main-footer{
  position: relative;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 250px 0px 0px 0px;
}

.main-footer .widget-content{
  position: relative;
  padding-bottom: 116px;
}

.main-footer:before{
  position: absolute;
  content: '';
  background: url(../images/background/footer-bg.png);
  width: 100%;
  height: 100%;
  left: 0px;
  bottom: 0px;
  background-repeat: no-repeat;
  background-size: cover;
}

.main-footer .language {
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 30px;
  color: #4b4b4c;
  font-family: "Muli", sans-serif;
  margin-bottom: 23px;
}

.main-footer .language > a {
  width: auto !important;
  height: auto !important;
  padding: 10px 0;
  font-size: 16px;
  line-height: 30px;
  color: #e343ff;
  background: none !important;
  display: inline-block;
  border: 0px;
  font-weight: 400;
  margin-left: 10px;
}

.main-footer .language > a .icon {
  display: none;
}

.main-footer .language .dropdown-menu {
  top: 100% !important;
  left: auto !important;
  right: 0px !important;
  transform: none !important;
  width: 180px;
  border-radius: 0px;
  background-color: #ffffff;
  border: 1px solid #dadada;
  padding: 0px;
  border-top: 2px solid #e6a6f1;
}

.main-footer .language .dropdown-menu > li {
  padding-right: 0px !important;
  margin: 0px !important;
  padding: 0;
  float: none;
  display: block !important;
  border-bottom: 1px solid rgba(0,0,0,0.10);
}

.main-footer .language .dropdown-menu > li > a {
  padding: 6px 20px !important;
  line-height: 24px;
  font-size: 15px;
  width: auto;
  height: auto;
  display: block;
  color: #e343ff;
  text-align: left;
  border-radius: 0px;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-footer .logo-widget{
  position: relative;
  margin-top: 4px;
}

.main-footer .logo-widget .footer-logo{
  position: relative;
  margin-bottom: 40px;
}

.main-footer .logo-widget .text{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 32px;
  color: #4b4b4c;
  margin-bottom: 32px;
}

.main-footer .social-links li{
  position: relative;
  float: left;
  margin-right: 10px;
}

.main-footer .social-links li:last-child{
  margin-right: 0px;
}

.main-footer .social-links li a{
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: #ffffff;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: #82ff7f;
  border-radius: 50%;
}

.main-footer .social-links li a:hover{
  background: #e343ff;
}

.main-footer .widget-title{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-family: 'Comfortaa', sans-serif;
  color: #101010;
  font-weight: 700;
  margin-bottom: 51px;
}

.main-footer .link-widget .links li{
  position: relative;
  display: block;
  margin-bottom: 12px;
}

.main-footer .link-widget .links li:last-child{
  margin-bottom: 0px;
}

.main-footer .link-widget .links li a{
  position: relative;
  display: inline-block;
  font-size: 20px;
  line-height: 30px;
  color: #485e47;
  font-family: 'Muli', sans-serif;
}

.main-footer .link-widget .links li a:hover,
.main-footer .footer-bottom .copyright a:hover{
  color: #e343ff;
}

.main-footer .link-widget .links li a:hover{
  padding-left: 5px;
}

.main-footer .company-widget{
  margin-left: 50px;
}

.main-footer .contact-widget .contact-list li{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 32px;
  font-family: 'Muli', sans-serif;
  color: #465d46;
  margin-bottom: 21px;
}

.main-footer .contact-widget .contact-list li:last-child{
  margin-bottom: 0px;
}

.main-footer .footer-bottom{
  position: relative;
  padding-bottom: 40px;
}

.main-footer .footer-bottom .copyright{
  position: relative;
  display: block;
  color: #545e54;
}

.main-footer .footer-bottom .copyright a{
  color: #545e54;
}


/***

====================================================================
                        Home-Page-02
====================================================================

***/


/** banner-style-two **/

.banner-style-two{
  position: relative;
}

.banner-style-two .anim-icons .icon-1{
  background: url(../images/icons/anim-icon-41.png);
  width: 22px;
  height: 22px;
  left: 60%;
  top: 0px;
}

.banner-section.banner-style-two .anim-icons .icon-2{
  background: url(../images/icons/anim-icon-40.png);
  width: 15px;
  height: 15px;
  left: 100%;
  top: 140px;
}

.banner-section.banner-style-two .anim-icons .icon-3{
  background: url(../images/icons/anim-icon-42.png);
  width: 132px;
  height: 132px;
  left: 100%;
  bottom: 250px;
}

.banner-section.banner-style-two .anim-icons .icon-4{
  background: url(../images/icons/anim-icon-67.png);
  width: 20px;
  height: 20px;
  right: -300px;
  bottom: 250px;
}

.banner-section.banner-style-two .anim-icons .icon-5{
  background: url(../images/icons/anim-icon-68.png);
  width: 20px;
  height: 20px;
  left: 120px;
  top: 15%;
}

.banner-style-two .content-box{
  max-width: 100%;
}

.banner-style-two .image-box{
  position: relative;
  display: block;
  top: 0px;
  right: 0px;
  margin-bottom: 106px;
  z-index: 1;
}

.banner-style-two .image-box:after{
  position: absolute;
  content: '';
  background: url(../images/icons/banner-shape-5.png);
  width: 232px;
  height: 213px;
  right: 0px;
  bottom: 0px;
  background-repeat: no-repeat;
  z-index: -1;
  animation-name: rotateme;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: rotateme;
  -webkit-animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
}

.banner-style-two .image-box .ultimate-1{
  position: absolute;
  left: -74px;
  bottom: -60px;
  z-index: 1;
  box-shadow: 0px 10px 100px 0px rgba(0, 0, 0, 0.20);
}

.banner-style-two .image-box .ultimate-2{
  position: relative;
  display: inline-block;
  box-shadow: 0px 10px 100px 0px rgba(0, 0, 0, 0.20);
}

.banner-style-two .image-box .ultimate-3{
  position: absolute;
  top: -100px;
  right: -333px;
  box-shadow: 0px 10px 100px 0px rgba(0, 0, 0, 0.20);
}

.banner-style-two .image-box img{
  width: 100%;
}

.banner-style-two .image-box:before{
  display: none;
}

.banner-style-two .content-box .btns-box{
  max-width: 100%;
}

.banner-style-two .content-box .btns-box a.video-link{
  float: none;
}

.banner-style-two .content-box .btns-box a.theme-btn,
.banner-style-two .content-box .btns-box a.video-link{
  margin: 0px 25px;
}

.banner-style-two .image-box .shape-4{
  position: absolute;
  left: -300px;
  bottom: 200px;
  background: url(../images/icons/banner-shape-4.png);
  width: 129px;
  height: 136px;
}

.banner-style-two .image-box .shape-5{
  position: absolute;
  right: -10px;
  bottom: 40px;
  background: url(../images/icons/banner-shape-5.png);
  width: 232px;
  height: 213px;
}

.banner-style-two .image-box .shape-6{
  position: absolute;
  right: -90px;
  bottom: 250px;
  background: url(../images/icons/banner-shape-6.png);
  width: 132px;
  height: 132px;
}

.banner-style-two .image-box .shape-7{
  position: absolute;
  right: -250px;
  bottom: 320px;
  background: url(../images/icons/banner-shape-7.png);
  width: 141px;
  height: 122px;
}

.banner-style-two .inner-content {
  padding: 104px 0px 0px 0px;
}

.banner-style-two .content-box h1{
  margin-bottom: 53px;
}

.banner-style-two .content-box .text{
  margin-bottom: 76px;
}


/** feature-style-two **/

.feature-style-two{
  position: relative;
  background: #ffffff;
  padding: 220px 0px 167px 0px;
}

.feature-style-two .anim-icons .icon-1{
  background: url(../images/icons/anim-icon-22.png);
  width: 191px;
  height: 125px;
  left: 110%;
  top: 75%;
}

.feature-style-two .lower-content{
  position: relative;
  display: block;
  max-width: 1680px;
  width: 100%;
  margin: auto;
}

.feature-style-two .feature-block-one{
  position: relative;
  max-width: 370px;
  width: 100%;
  margin: auto;
  transform: rotate(30deg);
}

.feature-style-two:before{
  position: absolute;
  content: '';
  background: url(../images/icons/feature-shap.png);
  height: 352px;
  width: 90%;
  right: 0px;
  top: 0px;
  background-repeat: no-repeat;
  background-size: cover;
}


/** creative-section **/

.creative-section{
  position: relative;
  padding: 150px 0px 150px 0px;
}

.creative-section:before{
  position: absolute;
  content: '';
  background: url(../images/icons/creative-bg-shape.png);
  width: 288px;
  height: 860px;
  top: 60px;
  right: 0px;
}

.creative-section .anim-icons .icon-1{
  background: url(../images/icons/anim-icon-10.png);
  width: 184px;
  height: 33px;
  right: 0px;
  top: 60px;
}

.creative-section .anim-icons .icon-2{
  background: url(../images/icons/anim-icon-9.png);
  width: 169px;
  height: 85px;
  left: -320px;
  bottom: 0px;
}

.creative-section .left-content{
  position: relative;
  display: block;
  background: #ffffff;
  border: 25px solid #d4fed3;
  max-width: 558px;
  width: 100%;
  padding: 89px 40px 97px 82px;
  box-shadow: 0px 30px 50px 0px rgba(0, 0, 0, 0.10);
}

.creative-section .left-content:before{
  position: absolute;
  content: '';
  background: url(../images/icons/anim-icon-7.png);
  width: 11px;
  height: 11px;
  top: 55px;
  right: 75px;
  background-repeat: no-repeat;
}

.creative-section .left-content:after{
  position: absolute;
  content: '';
  background: url(../images/icons/anim-icon-8.png);
  width: 11px;
  height: 11px;
  bottom: 55px;
  right: 75px;
  background-repeat: no-repeat;
}


.creative-section .left-content .single-counter .count-text{
  position: relative;
  display: block;
  font-size: 75px;
  line-height: 80px;
  font-family: 'Comfortaa', cursive;
  color: #6ef56c;
  font-weight: 700;
  margin-bottom: 7px;
}

.creative-section .left-content .text{
  position: relative;
  display: block;
  font-size: 35px;
  line-height: 45px;
  color: #242425;
}

.creative-section .left-content .single-counter{
  position: relative;
  padding-bottom: 63px;
  margin-bottom: 18px;
}

.creative-section .left-content .lower-content h1{
  position: relative;
  display: block;
  font-size: 60px;
  line-height: 70px;
  font-family: 'Comfortaa', cursive;
  color: #e343ff;
  font-weight: 700;
  margin-bottom: 3px;
}

.creative-section .content-box{
  position: relative;
  display: block;
  margin: -7px 210px 0px -50px;
}

.creative-section .content-box .sec-title{
  margin-bottom: 53px;
  max-width: 600px;
}

.creative-section .content-box .text{
  margin-bottom: 67px;
}

.creative-section .content-box .link{
  position: relative;
  float: right;
}

.creative-section .content-box .link .btn-style-one{
  padding: 14px 56px;
  text-transform: uppercase;
}


/** service-style-two **/


.service-style-two{
  position: relative;
  padding-top: 140px;
  padding-bottom: 85px;
}

.service-style-two:before{
  top: 150px;
}

.service-style-two .anim-icons .icon-2 {
  background: url(../images/icons/anim-icon-28.png);
  width: 54px;
  height: 56px;
  left: -200px;
  top: 0px;
}

.service-style-two .anim-icons .icon-3 {
  background: url(../images/icons/anim-icon-31.png);
  width: 140px;
  height: 122px;
  right: 200px;
  top: -50px;
}

.service-style-two .anim-icons .icon-4 {
  background: url(../images/icons/anim-icon-15.png);
  width: 17px;
  height: 19px;
  right: -300px;
  top: 0px;
}

.service-style-two .anim-icons .icon-5 {
  background: url(../images/icons/anim-icon-29.png);
  width: 32px;
  height: 34px;
  right: -300px;
  bottom: 150px;
}

.service-style-two .image-box{
  position: relative;
  margin: 17px -300px 0px -35px;
}

.service-style-two .image-box .image-2{
  position: absolute;
  width: 740px;
  height: 580px;
  left: 5px;
  top: -35px;
}

.service-style-two .image-box .image{
  position: relative;
  float: right;
}

.service-style-two .inner-column{
  position: relative;
  margin: 0px 45px 0px 0px;
}

.service-style-two .inner-column .content-box{
  position: relative;
  margin: 0px 50px 0px 0px;
}

.fact-counter.counter-style-two .anim-icons .icon-3 {
  background: url(../images/icons/anim-icon-5.png);
  width: 56px;
  height: 56px;
  right: 150px;
  bottom: 90%;
}


/** gallery-style-two **/


.gallery-style-two{
  position: relative;
  padding-bottom: 170px;
}

.gallery-style-two .single-item{
  max-width: 480px;
}

.gallery-style-two .owl-carousel{
  max-width: 480px;
}

.gallery-style-two .outer-container .single-item .text{
  bottom: 70px;
}

.gallery-style-two .outer-container .single-item .text h3{
  font-size: 26px;
}

.gallery-style-two .owl-carousel .owl-prev,
.gallery-style-two .owl-carousel .owl-next {
  bottom: -35px;
}


.pricing-style-two{
  padding-bottom: 130px;
}


/***

====================================================================
                        Home-Page-03
====================================================================

***/


/** header-style-two **/

.header-style-two{
  position: relative;
}

.header-style-two .outer-box .buttons-box{
  position: relative;
  float: left;
}

.header-style-two .outer-box .buttons-box .btn-style-three{
  padding: 14px 41px;
}

.header-style-two .header-upper .outer-container .nav-outer .menu-area {
  margin: 1px 183px 0px 0px;
}


/** nav toggler **/

.main-header .nav-toggler{
  position: relative;
  float: right;
  margin-left: 41px;
  margin-top: 10px;
}

.main-header .nav-toggler .nav-btn{
  position:relative;
  background: transparent;
  cursor: pointer;
}

.main-header .nav-toggler .nav-btn .bar{
  position: relative;
  display: block;
  background: #c557f0;
  width: 34px;
  height: 1px;
  margin: 8px 0px;
  transition: all 500ms ease;
}

.main-header .nav-toggler .nav-btn .bar:last-child,
.main-header .nav-toggler .nav-btn:hover .bar:first-child{
  width: 23px;
}

.main-header .nav-toggler .nav-btn:hover .bar:last-child{
  width: 34px;
}

.main-header .nav-toggler .nav-btn .icon{
  display: inline-block;
}

/** hidden-sidebar **/

.hidden-bar{
  position: fixed;
  right: -350px;
  top: 0px;
  width: 350px;
  height:100%;
  overflow-y:auto;
  border-left: 1px solid #231b26;
  z-index: 99999;
  opacity: 0;
  background-color: #150f17;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.side-content-visible .hidden-bar{
  right:0px;
  opacity:1;
  visibility:visible;
}

.hidden-bar .inner-box{
  position:relative;
  background-color: #150f17;
  padding:55px 40px 50px;
}

.hidden-bar .inner-box .cross-icon{
  position:absolute;
  right:30px;
  top:30px;
  cursor:pointer;
  color:#ffffff;
  font-size:20px;
}

.hidden-bar .inner-box h2{
  position:relative;
  font-size:28px;
  font-weight:600;
  line-height:1.2em;
  color:#ffffff;
  margin-bottom:20px;
}

.mCSB_inside>.mCSB_container{
  margin-right: 0;
}

/*Appointment Form*/

.hidden-bar .appointment-form{
  position:relative;
}

.hidden-bar .appointment-form .form-group{
  position:relative;
  margin-bottom:15px;
}

.hidden-bar .appointment-form input[type="text"],
.hidden-bar .appointment-form input[type="email"],
.hidden-bar .appointment-form textarea{
  position:relative;
  display:block;
  width:100%;
  line-height:23px;
  padding:10px 25px;
  height:45px;
  color:#ffffff;
  font-size:16px;
  border:1px solid rgba(255,255,255,0.10);
  background:none;
  transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -webkit-transition:all 300ms ease;
}

.hidden-bar .appointment-form input::placeholder,
.hidden-bar .appointment-form textarea::placeholder{
  color:#bdbdbd;
}

.hidden-bar .appointment-form input:focus,
.hidden-bar .appointment-form textarea:focus{
  border-color: #ffffff;
}

.hidden-bar .appointment-form textarea{
  height:135px;
  resize:none;
}

.hidden-bar .appointment-form .form-group button{
  margin-top:10px;
  display: block;
  width: 100%;
  background: #ffffff;
  border: 2px solid #ffffff;
}

.hidden-bar .appointment-form .form-group button:hover{
  background: #e478f3;
  border: 2px solid #e478f3;
}

.contact-info-box{
  position:relative;
  padding-top:50px;
}

.contact-info-box .info-list{
  position:relative;
  padding-bottom:18px;
  margin-bottom:25px;
}

.contact-info-box .info-list li{
  position:relative;
  color:#ffffff;
  font-size:18px;
  font-weight:500;
  margin-bottom:5px;
}

.contact-info-box .info-list:before{
  position:absolute;
  content:'';
  left:0px;
  bottom:0px;
  width:50px;
  height:1px;
  background-color:#ffffff;
}

.contact-info-box .social-list{
  position:relative;
}

.contact-info-box .social-list li{
  position:relative;
  width:50%;
  float:left;
  margin-bottom:6px;
  display:inline-block;
}

.contact-info-box .social-list li a{
  position:relative;
  font-size:15px;
  font-weight:500;
  color:#f9426d;
  transition:all 0.3s ease;
  -moz-transition:all 0.3s ease;
  -webkit-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
}

.contact-info-box .social-list li a:hover{
  color:rgba(255,255,255,0.80);
}

.form-back-drop{
  position:fixed;
  right:0px;
  top:0px;
  width:100%;
  height:100%;
  opacity:0;
  background:rgba(0,0,0,0.70);
  visibility:hidden;
  z-index:9990;
  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;
}

.side-content-visible .form-back-drop{
  opacity:1;
  visibility:visible;
}


/** banner-style-three **/

.banner-style-three{
  position: relative;
  padding: 107px 0px 180px 0px;
}

.banner-style-three .content-box h1{
  position: relative;
  display: block;
  font-size: 60px;
  font-weight: 700;
  font-family: 'Comfortaa', cursive;
  line-height: 70px;
  color: #242425;
  margin-bottom: 65px;
}

.banner-style-three .content-box .image-box{
  position: relative;
  margin-bottom: 95px;
}

.banner-style-three .content-box .image-box .ultimate-4{
  position: absolute;
  left: -216px;
  bottom: -196px;
  z-index: 1;
}

.banner-style-three .content-box .image-box .ultimate-4:before{
  position: absolute;
  content: '';
  background: url(../images/icons/icon-7.png);
  width: 136px;
  height: 136px;
  top: -45px;
  right: -50px;
  -webkit-animation: zoom-fade-two 5s infinite linear;
  animation: zoom-fade-two 5s infinite linear;
}

.banner-style-three .content-box .image-box .ultimate-5{
  position: relative;
  display: inline-block;
}

.banner-style-three .content-box .image-box .ultimate-6{
  position: absolute;
  top: -80px;
  right: -385px;
}

.banner-style-three .content-box .image-box .ultimate-6:before{
  position: absolute;
  content: '';
  background: url(../images/icons/icon-8.png);
  width: 153px;
  height: 153px;
  bottom: -80px;
  left: -60px;
  -webkit-animation: zoom-fade 5s infinite linear;
  animation: zoom-fade 5s infinite linear;
}

.banner-style-three .content-box .btns-box a.theme-btn{
  position: relative;
  display: inline-block;
  border: 3px solid #fdf3fe;
  color: #e478f3;
  background: #ffffff;
  padding: 17px 53px 16px 52px;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
}

.banner-style-three .content-box .btns-box a.theme-btn:hover{
  color: #ffffff;
  background: #e343ff;
  border-color: #e343ff;
  transform: translateY(-3px);
}

.banner-style-three .content-box .image-box figure{
  box-shadow: 0 23px 50px rgba(176,176,176,.35);
}

.banner-style-three .anim-icons .icon-1 {
  background: url(../images/icons/anim-icon-65.png);
  width: 20px;
  height: 20px;
  left: -300px;
  top: 30%;
}

.banner-style-three .anim-icons .icon-2 {
  background: url(../images/icons/anim-icon-15.png);
  width: 17px;
  height: 17px;
  left: 50px;
  top: 250px;
}

.banner-style-three .anim-icons .icon-3 {
  background: url(../images/icons/anim-icon-59.png);
  width: 22px;
  height: 22px;
  top: 0px;
  right: 40%;
}

.banner-style-three .anim-icons .icon-4 {
  background: url(../images/icons/anim-icon-47.png);
  width: 15px;
  height: 15px;
  top: 150px;
  right: 0px;
}

.banner-style-three .anim-icons .icon-5 {
  background: url(../images/icons/anim-icon-66.png);
  width: 60px;
  height: 60px;
  top: 0px;
  right: -200px;
}

.banner-style-three .anim-icons .icon-6 {
  background: url(../images/icons/anim-icon-2.png);
  width: 141px;
  height: 122px;
  bottom: 25%;
  right: -250px;
}

.banner-style-three .anim-icons .icon-7 {
  background: url(../images/icons/anim-icon-42.png);
  width: 132px;
  height: 132px;
  bottom: 20%;
  right: -150px;
  -webkit-animation: zoom-fade-two 5s infinite linear;
  animation: zoom-fade-two 5s infinite linear;
}

.banner-style-three .anim-icons .icon-8 {
  background: url(../images/icons/anim-icon-37.png);
  width: 138px;
  height: 123px;
  bottom: 0px;
  left: -200px;
}


/** creative-style-two **/

.creative-style-two{
  position: relative;
}

.creative-style-two .anim-icons .icon-1 {
  background: url(../images/icons/anim-icon-10.png);
  width: 184px;
  height: 33px;
  right: 35%;
  top: 0px;
}

.creative-style-two .anim-icons .icon-2 {
  background: url(../images/icons/anim-icon-17.png);
  width: 15px;
  height: 15px;
  left: -200px;
  top: 45%;
}

.creative-style-two .anim-icons .icon-3 {
  background: url(../images/icons/anim-icon-9.png);
  width: 169px;
  height: 85px;
  left: -300px;
  bottom: 0px;
}

.creative-style-two .anim-icons .icon-4 {
  background: url(../images/icons/anim-icon-28.png);
  width: 54px;
  height: 56px;
  right: 50%;
  bottom: 0px;
}

.creative-style-two .content-box .sec-title{
  max-width: 700px;
}

.creative-style-two .content-box{
  margin: -7px -50px 0px 210px;
}

.creative-style-two .left-content{
  margin: 0px 0px 0px 90px;
}

.creative-style-two .content-box .button-box .btn-style-four{
  padding: 14px 57px;
  text-transform: uppercase;
}

.creative-style-two .content-box .sec-title span{
  color: #e478f3;
}


/** service-style-three **/

.service-style-three{
  position: relative;
  padding-top: 180px;
  padding-bottom: 153px;
}

.service-style-three .image-box:before{
  display: none;
}

.service-style-three:before{
  top: 180px;
}

.service-style-three .anim-icons .icon-1{
  bottom: 25%;
}

.service-style-three .anim-icons .icon-2{
  top: 150px;
}

.service-style-three .anim-icons .icon-3 {
  background: url(../images/icons/anim-icon-4.png);
  width: 15px;
  height: 15px;
  left: 30%;
  top: 90%;
}

.service-style-three .anim-icons .icon-4{
  right: -300px;
  bottom: 300px;
}

.service-style-three .image-box {
  margin: 31px -335px 0px 40px;
}

.service-style-three .inner-column .content-box .column:first-child .icon-box {
  background: rgba(140, 241, 138);
}

.service-style-three .inner-column .content-box .column:nth-child(2) .icon-box {
  background: rgba(215, 133, 244);
}

.service-style-three .inner-column .content-box .column:nth-child(3) .icon-box {
  background: rgba(174, 252, 242);
}

.service-style-three .inner-column .content-box .discover-box{
  position: relative;
  display: block;
  box-shadow: 0px 30px 50px 0px rgba(0, 0, 0, 0.10);
  margin-right: 35px;
  z-index: 1;
}

.service-style-three .inner-column .content-box .discover-box .content{
  position: relative;
  background: #ffffff;
  padding: 37px 50px 27px 40px;
}

.service-style-three .inner-column .content-box .discover-box:before{
  position: absolute;
  content: '';
  background: #d4ecd3;
  height: 100%;
  width: 100%;
  left: -8px;
  bottom: -12px;
}

.service-style-three .inner-column .content-box .discover-box:after{
  position: absolute;
  content: '';
  background: #fceffe;
  height: 100%;
  width: 100%;
  right: -10px;
  bottom: 11px;
  z-index: -1;
}

.service-style-three .inner-column .content-box .discover-box h3{
  position: relative;
  display: block;
  font-size: 28px;
  font-weight: 700;
  font-family: 'Comfortaa', cursive;
  line-height: 40px;
  margin-bottom: 34px;
}

.service-style-three .inner-column .content-box .discover-box h5{
  position: relative;
  display: block;
  text-align: right;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  font-family: 'Comfortaa', cursive;
}

.service-style-three .inner-column .content-box .discover-box h5 a{
  position: relative;
  display: inline-block;
  color: #242425;
}

.service-style-three .inner-column .content-box .discover-box h5 a:hover{
  color: #e478f3;
}

.service-style-three .inner-column .content-box .discover-box h5 a:before{
  position: absolute;
  content: '';
  background: #e478f3;
  width: 100%;
  height: 2px;
  left: 0px;
  bottom: 0px;
}

.service-style-three .inner-column .content-box .discover-box h5 a:after{
  position: absolute;
  content: '';
  background: #ffffff;
  width: 14px;
  height: 2px;
  right: 10px;
  bottom: 0px;
}

.service-style-three .inner-column{
  margin: 0px;
}

.service-style-three .inner-column .content-box{
  margin: 0px 70px 0px 0px;
}

.service-style-three .inner-column .single-service-content{
  margin: 0px 15px 66px 0px !important;
  padding: 0px;
}

.service-style-three .inner-column .single-service-content .icon-box{
  position: relative;
  margin-bottom: 24px;
}

.service-style-three .inner-column .sec-title{
  margin-bottom: 116px;
}


/** counter-style-three **/

.counter-style-three{
  position: relative;
  padding: 150px 0px 310px 0px;
}

.counter-style-three:before{
  position: absolute;
  content: '';
  background: url(../images/icons/icon-11.png);
  width: 262px;
  height: 572px;
  right: 0px;
  bottom: -150px;
  background-repeat: no-repeat;
}

.counter-style-three .anim-icons .icon-1 {
  background: url(../images/icons/anim-icon-3.png);
  width: 104px;
  height: 153px;
  left: -200px;
  top: 140px;
}

.counter-style-three .anim-icons .icon-2 {
  background: url(../images/icons/anim-icon-13.png);
  width: 22px;
  height: 22px;
  right: -150px;
  top: 0px;
}

.counter-style-three .content-box{
  position: relative;
  margin-right: 50px;
}

.counter-style-three .content-box .sec-title{
  margin-bottom: 38px;
}

.counter-style-three .content-box .text{
  margin-bottom: 0px;
}

.counter-style-three .inner-column{
  position: relative;
}

.counter-style-three .inner-content{
  position: relative;
  display: block;
  margin: 0px -140px 0px 25px;
}

.counter-block-two{
  position: absolute;
  display: block;
  text-align: center;
  width: 324px;
  height: 295px;
  padding: 62px 50px 90px 60px;
  background-repeat: no-repeat;
}

.counter-block-two:before{
  position: absolute;
  content: '';
  background: #ffffff;
  height: 52px;
  width: 52px;
  border-radius: 50%;
  left: 114px;
  top: -15px;
}

.counter-block-two:first-child{
  top: -145px;
  left: 10px;
  background: url(../images/icons/counter-icon-1.png);
}

.counter-block-two:nth-child(2){
  left: -37px;
  top: 156px;
  background: url(../images/icons/counter-icon-2.png);
}

.counter-block-two:nth-child(3){
  top: 55px;
  right: -25px;
  background: url(../images/icons/counter-icon-3.png);
}

.counter-block-two:last-child{
  right: 40px;
  top: 355px;
  background: url(../images/icons/counter-icon-4.png);
}

.counter-block-two:after{
  position: absolute;
  content: '';
  width: 24px;
  height: 24px;
  left: 129px;
  top: -1px;
  border-radius: 50%;
}

.counter-block-two:first-child:after{
  background: #f5fcd6;
}

.counter-block-two:nth-child(2):after{
  background: #fef7ff;
}

.counter-block-two:nth-child(3):after{
  background: #fff6f6;
}

.counter-block-two:last-child:after{
  background: #edffe7;
}

.counter-block-two .text{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-family: 'Muli', sans-serif;
  font-weight: 600;
  color: #242425;
  margin-bottom: 37px;
}

.counter-block-two .count-outer{
  position: relative;
  display: block;
  font-size: 58px;
  line-height: 65px;
  font-family: 'Comfortaa', cursive;
  font-weight: 700;
  color: #ffffff;
}

.counter-style-three .inner-content{
  position: relative;
}

.counter-style-three .inner-content:after{
  position: absolute;
  content: '';
  right: 0px;
  top: -150px;
  background: url(../images/icons/icon-9.png);
  width: 22px;
  height: 22px;
}

.counter-style-three .inner-content:before{
  position: absolute;
  content: '';
  right: -80px;
  top: 115px;
  background: url(../images/icons/icon-10.png);
  width: 1530px;
  height: 470px;
  background-repeat: no-repeat;
}


/** works-section **/

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

.works-section:before{
  position: absolute;
  content: '';
  background: url(../images/icons/icon-12.png);
  width: 145px;
  height: 122px;
  right: 0px;
  top: 40%;
  background-repeat: no-repeat;
}

.works-section .anim-icons .icon-1 {
  background: url(../images/icons/anim-icon-43.png);
  width: 177px;
  height: 58px;
  right: 150px;
  top: 0px;
}

.works-section .anim-icons .icon-2 {
  background: url(../images/icons/anim-icon-5.png);
  width: 56px;
  height: 56px;
  left: -300px;
  bottom: 50px;
}

.works-section .anim-icons .icon-3 {
  background: url(../images/icons/anim-icon-41.png);
  width: 22px;
  height: 22px;
  left: 0px;
  bottom: 20px;
}

.works-section .anim-icons .icon-4 {
  background: url(../images/icons/anim-icon-2.png);
  width: 141px;
  height: 122px;
  left: 50%;
  bottom: 0px;
}

.works-section .image-content{
  position: relative;
  display: block;
  margin-left: -335px;
  margin-right: 65px;
}

.works-section .image-content:before{
  position: absolute;
  content: '';
  background: url(../images/icons/shape-18.png);
  width: 925px;
  height: 515px;
  left: 0px;
  bottom: 0px;
  background-repeat: no-repeat;
}

.works-section .image-content .shape-1{
  position: absolute;
  right: -40px;
  bottom: -120px;
  background: url(../images/icons/shape-19.png);
  width: 158px;
  height: 97px;
}

.works-section .image-content .image-box{
  padding-bottom: 180px;
}

.works-section .image-content .image-box .image{
  position: absolute;
  width: 519px;
  height: 519px;
  border-radius: 50%;
  box-shadow: 0px 30px 50px 0px rgba(0, 0, 0, 0.10);
  transition: all 500ms ease-in-out;
}

.works-section .image-content .image-box .image-one{
  top: 0px;
  right: 0px;
}

.works-section .image-content .image-box .image-two{
  position: relative;
  top: 0px;
  left: 0px;
}

.works-section .image-content .image-box .image-three{
  bottom: 0px;
  left: 50%;
  margin-left: -207px;
}

.works-section .content-box{
  position: relative;
  margin-left: 35px;
  padding-top: 145px;
}

.works-section .content-box .sec-title span{
  margin-bottom: 48px;
}

.works-section .content-box .sec-title{
  margin-bottom: 42px;
}

.works-section .content-box .text{
  margin-bottom: 87px;
}

.works-section .content-box .btn-style-one{
  border: 2px solid #8cf18a;
  padding: 13px 53px 12px 54px;
}

.works-section .image-content .image{
  text-align: center;
  cursor: pointer;
  transition: all 500ms ease;
}

.works-section .image-content .image:hover{
  transform: scale(1.0);
  z-index: 2;
}

.works-section .image-content .image-box .image img{
  border-radius: 50%;
  transform: scale(1);
  transition: all 500ms ease-in-out;
}

.works-section .image-content .image-box .image:hover img{
  transform: scale(1.1);
}

.works-section .image-content .image a{
  position: relative;
  display: inline-block;
  background: #ffffff;
  font-size: 30px;
  color: #e6a1ef;
  width: 79px;
  height: 63px;
  line-height: 63px;
  text-align: center;
  top: -15px;
  z-index: 1;
  opacity: 0;
  box-shadow: 0px 30px 50px 0px rgba(0, 0, 0, 0.10);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.works-section .image-content .image:hover a{
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.works-section .image-content .image a:hover{
  background: #e6a1ef;
  color: #ffffff;
}


/** clients-logo **/

.clients-logo-section{
  position: relative;
  background: #ffffff;
  padding: 135px 15px 70px 15px;
}

.clients-logo-section .client-title{
  padding-top: 118px;
}

.clients-logo-section .client-title.sec-title span{
  margin-bottom: 43px;
}

.clients-logo-section .anim-icons .icon-1 {
  background: url(../images/icons/anim-icon-40.png);
  width: 15px;
  height: 15px;
  top: 100px;
  right: 0px;
}

.clients-logo-section .anim-icons .icon-2 {
  background: url(../images/icons/anim-icon-2.png);
  width: 141px;
  height: 122px;
  top: -30px;
  left: -300px;
}

.clients-logo-section .logo-box{
  position: relative;
  display: block;
  max-width: 1600px;
  width: 100%;
  min-height: 370px;
  height: auto;
  margin: 0 auto;
}

.clients-logo-section .logo-box:before{
  position: absolute;
  content: '';
  background: url(../images/icons/icon-24.png);
  width: 100%;
  height: 173px;
  left: 150px;
  bottom: -60px;
  background-repeat: no-repeat;
}

.clients-logo-section .logo-box .logo{
  position: absolute;
}

.clients-logo-section .logo-box .logo a{
  position: relative;
  display: inline-block;
  background: #ffffff;
  border-radius: 50%;
  text-align: center;
  box-shadow: 0 20px 50px 0px rgba(0, 0, 0, 0.10);
  transition: all 500ms ease;
}

.clients-logo-section .logo-box .logo-1{
  left: 0px;
  bottom: 0px;
}

.clients-logo-section .logo-box .logo-1 a{
  width: 209px;
  height: 209px;
  line-height: 209px;
  -webkit-animation: zoom-fade 5s infinite linear;
  animation: zoom-fade 5s infinite linear;
}

.clients-logo-section .logo-box .logo-2{
  left: 25%;
  margin-left: 53px;
  bottom: 64px;
}

.clients-logo-section .logo-box .logo-2 a{
  width: 118px;
  height: 118px;
  line-height: 118px;
  -webkit-animation: zoom-fade-two 5s infinite linear;
  animation: zoom-fade-two 5s infinite linear;
}

.clients-logo-section .logo-box .logo-3{
  left: 50%;
  margin-left: -55px;
  top: 0px;
}

.clients-logo-section .logo-box .logo-3 a{
  width: 118px;
  height: 118px;
  line-height: 118px;
  -webkit-animation: zoom-fade-two 5s infinite linear;
  animation: zoom-fade-two 5s infinite linear;
}

.clients-logo-section .logo-box .logo-4{
  left: 50%;
  margin-left: -55px;
  bottom: 0px;
}

.clients-logo-section .logo-box .logo-4 a{
  width: 118px;
  height: 118px;
  line-height: 118px;
  -webkit-animation: zoom-fade-three 5s infinite linear;
  animation: zoom-fade-three 5s infinite linear;
}

.clients-logo-section .logo-box .logo-5{
  left: 70%;
  margin-left: -63px;
  bottom: 64px;
}

.clients-logo-section .logo-box .logo-5 a{
  width: 118px;
  height: 118px;
  line-height: 118px;
  -webkit-animation: zoom-fade-two 5s infinite linear;
  animation: zoom-fade-two 5s infinite linear;
}

.clients-logo-section .logo-box .logo-6{
  right: 0px;
  bottom: 0px;
}

.clients-logo-section .logo-box .logo-6 a{
  width: 209px;
  height: 209px;
  line-height: 209px;
  -webkit-animation: zoom-fade 5s infinite linear;
  animation: zoom-fade 5s infinite linear;
}

.clients-logo-section.style-two{
  padding: 130px 15px 184px 15px;
}

.clients-logo-section.style-two .anim-icons .icon-2 {
  background: url(../images/icons/anim-icon-58.png);
  width: 158px;
  height: 95px;
  left: -200px;
  top: 0px;
}

.clients-logo-section.style-three .logo-box:before{
  display: none;
}

.clients-logo-section.style-three .logo-box .logo-3{
  top: 60%;
  left: 65%;
  margin-top: -33px;
  margin-left: 18px;
}

.clients-logo-section.style-three .logo-box{
  min-height: 220px;
}

.clients-logo-section.style-three{
  padding: 126px 15px 163px 15px;
}

.clients-logo-section.alternate-1{
  padding: 150px 15px 318px 15px;
}

.clients-logo-section.alternate-2 {
  padding: 92px 15px 238px 15px;
}




/** testimonial-style-two **/

.testimonial-style-two{
  position: relative;
  padding: 62px 0px 100px 0px;
}

.testimonial-style-two:before {
  position: absolute;
  content: '';
  background: url(../images/icons/testimonial-icon.png);
  width: 187px;
  height: 665px;
  left: 0px;
  bottom: 0px;
  background-repeat: no-repeat;
}

.testimonial-style-two .owl-carousel {
  max-width: 860px;
  width: 100%;
  display: block;
}

.testimonial-style-two .testimonial-content{
  position: relative;
  display: block;
  overflow: hidden;
  margin-right: -375px;
  padding-bottom: 250px;
  padding-left: 80px;
}

.testimonial-style-two .testimonial-block-one:before{
  display: none;
}

.testimonial-style-two .testimonial-block-one .content-box{
  position: relative;
}

.testimonial-style-two .testimonial-block-one .content-box:before {
  position: absolute;
  content: '';
  background: linear-gradient(to top, rgba(140, 241, 138, 0.5) 0%,rgba(215, 133, 244, 0.5) 100%);
  width: 2px;
  height: 100%;
  left: -30px;
  top: 5px;
}

.testimonial-style-two .owl-carousel .owl-stage-outer{
  overflow: visible;
}

.testimonial-style-two .owl-item.active .testimonial-block-one{
  max-width:none;
  opacity: 1;
  z-index: 1;
  -webkit-transform:translateY(170px);
  -ms-transform:translateY(170px);
  transform:translateY(170px);
}

.testimonial-style-two .owl-item .testimonial-block-one{
  position: relative;
  display: block;
  max-width: 860px;
  width: 100%;
  opacity: 0.4;
  padding: 112px 50px 91px 100px;
  background: #ffffff;
  box-shadow: 0px 0px 60px 0px #e5e5e5;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  -webkit-transform:translateY(0px);
  -ms-transform:translateY(0px);
  transform:translateY(0px);
}

.testimonial-style-two .title-box{
  position: relative;
  display: block;
  margin-top: 123px;
}

.testimonial-style-two .title-box .icon-box {
  position: relative;
  display: inline-block;
  background: url(../images/icons/quote-bg.png);
  width: 108px;
  height: 108px;
  padding: 32px 10px 30px 23px;
  text-align: center;
  font-size: 40px;
  color: #ffffff;
  margin-bottom: 54px;
  background-repeat: no-repeat;
}

.testimonial-style-two .owl-nav{
  display: none;
}

.testimonial-style-two .owl-dots {
  position: relative;
  text-align: center;
  top: 205px;
}

.testimonial-style-two .owl-dot.active,
.testimonial-style-two .owl-dot:hover {
  width: 50px;
  background-color: #8cf18a;
}

.testimonial-style-two .owl-dot {
  position: relative;
  display: inline-block;
  height: 11px;
  width: 18px;
  background-color: #e8ffe7;
  margin: 0px 4px;
  cursor: pointer;
  border-radius: 30px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.testimonial-style-two .anim-icons .icon-1 {
  background: url(../images/icons/anim-icon-37.png);
  width: 138px;
  height: 123px;
  left: -300px;
  top: 200px;
}

.testimonial-style-two .anim-icons .icon-2 {
  background: url(../images/icons/anim-icon-33.png);
  width: 20px;
  height: 20px;
  left: 0px;
  top: 150px;
}

.testimonial-style-two .anim-icons .icon-3 {
  background: url(../images/icons/anim-icon-34.png);
  width: 17px;
  height: 15px;
  right: 0px;
  top: 150px;
}

.testimonial-style-two .anim-icons .icon-4 {
  background: url(../images/icons/anim-icon-35.png);
  width: 30px;
  height: 28px;
  right: -250px;
  top: 150px;
}

.testimonial-style-two .anim-icons .icon-5 {
  background: url(../images/icons/anim-icon-40.png);
  width: 15px;
  height: 15px;
  bottom: 100px;
  left: 30%;
}


/** team-section **/

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

.single-team-content .image-box{
  position: relative;
  max-width: 328px;
  margin: 0 auto;
  width: 100%;
  display: block;
  overflow: hidden;
}

.single-team-content .image-box img{
  width: 100%;
  transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}

.single-team-content:hover .image-box img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.single-team-content .social-links{
  position: absolute;
  width: 100%;
  left: -10px;
  bottom: -35px;
  transition: all 500ms ease;
}

.single-team-content:hover .social-links{
  bottom: 50px;
  left: 0px;
}

.single-team-content .social-links li{
  position: relative;
  display: inline-block;
  margin: 0px 4px;
}

.single-team-content .social-links li a{
  position: relative;
  display: inline-block;
  font-size: 32px;
  color: #ffffff;
  transition: all 500ms ease;
}

.single-team-content .social-links li a:hover,
.single-team-content .lower-content h3 a:hover{
  color: #e343ff;
}

.single-team-content .lower-content h3{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  font-family: 'Comfortaa', cursive;
  color: #242425;
  margin-bottom: 3px;
}

.single-team-content .lower-content{
  position: relative;
  display: block;
  padding-top: 30px;
}

.single-team-content .lower-content h3 a{
  position: relative;
  display: inline-block;
  color: #242425;
  font-family: 'Comfortaa', cursive;
}

.single-team-content .lower-content span{
  position: relative;
  display: block;
  font-size: 18px;
  color: #fa78ff;
}


/** news-style-two **/

.news-style-two{
  position: relative;
  padding: 165px 0px 230px 0px;
}

.news-style-two:before {
  position: absolute;
  content: '';
  background: url(../images/icons/news-shape-4.png);
  width: 100%;
  height: 875px;
  left: 0px;
  top: 0px;
  background-repeat: no-repeat;
  background-size: cover;
}

.news-style-two .anim-icons .icon-1 {
  background: url(../images/icons/anim-icon-40.png);
  width: 15px;
  height: 15px;
  top: 150px;
  right: -100px;
}

.news-style-two .anim-icons .icon-2 {
  background: url(../images/icons/anim-icon-17.png);
  width: 15px;
  height: 15px;
  top: 250px;
  left: -200px;
}

.news-style-two .anim-icons .icon-3 {
  background: url(../images/icons/anim-icon-17.png);
  width: 15px;
  height: 15px;
  left: -300px;
  bottom: 25%;
}

.news-style-two .news-block-one{
  transition: all 500ms ease;
}

.news-style-two .news-block-one:hover{
  transform: translateY(-10px);
  box-shadow: 0px 25px 25px 0px rgba(0, 0, 0, 0.1);
}

.news-style-two .sec-title{
  margin-bottom: 69px;
}

.news-style-two .sec-title span{
  margin-bottom: 39px;
}


/** newsletter-style-two **/

.newsletter-style-two{
  position: relative;
}

.newsletter-style-two .inner-content:before{
  background: url(../images/background/newsletter-bg2.png);
  background-repeat: no-repeat;
}

.newsletter-style-two .inner-content{
  max-width: 1250px;
  padding: 87px 111px 200px 90px;
  margin-bottom: -300px;
}


/** footer-style-two **/

.footer-style-two{
  position: relative;
  padding-top: 360px;
}


/***

====================================================================
                        Home-Page-04
====================================================================

***/


/** header-style-three **/

.header-style-three{
  position: relative;
}

.main-header .outer-box .outer-content li{
  position: relative;
  display: inline-block;
  font-size: 26px;
  line-height: 35px;
  font-family: 'Comfortaa', cursive;
  font-weight: 700;
  color: #ffffff;
  margin-left: 30px;
}

.main-header .outer-box .outer-content .header-flyout-searchbar i:before{
  position: relative;
  font-size: 20px;
  color: #ffffff;
  cursor: pointer;
}

.main-header .outer-box .outer-content li.cart-box a{
  position: relative;
  display: inline-block;
  font-size: 24px;
  color: #ffffff;
}

.main-header .outer-box .outer-content li.cart-box a span{
  position: absolute;
  top: -17px;
  right: -17px;
  font-size: 14px;
  font-weight: 600;
  font-family: 'Muli', sans-serif;
  color: #ffffff;
  width: 27px;
  height: 27px;
  line-height: 27px;
  text-align: center;
  background: #8cf18a;
  border-radius: 50%;
}

.header-style-three .header-upper{
  position: absolute;
  width: 100%;
  left: 0px;
  top: 0px;
  padding: 76px 0px;
}

.header-style-three .main-menu .navigation > li > a{
  color: #ffffff;
}

.header-style-three .main-menu .navigation > li > a:before{
  background: #ffffff;
}

.header-style-three .main-menu .navigation > li.current > a:after,
.header-style-three .main-menu .navigation > li:hover > a:after{
  background: #ab3dd3;
}

.header-style-three .header-upper .outer-container .nav-outer .outer-box{
  margin-top: 10px;
}

/** search-box **/

.header-style-four .outer-box .outer-content .header-flyout-searchbar i:before{
  position: relative;
  font-size: 20px;
  color: #c157f0;
  margin: 0px;
  cursor: pointer;
  transition: all 500ms ease;
}


/** banner-style-four **/

.banner-style-four{
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  padding: 383px 0px 430px 0px;
}

.banner-section.banner-style-four:before{
  display: none;
}

.banner-style-four .content-box{
  position: relative;
  float: right;
  max-width: 720px;
}

.banner-section.banner-style-four .inner-content{
  padding: 0px;
}

.banner-section.banner-style-four .content-box h1{
  color: #ffffff;
  text-shadow: 0 20px 15px rgba(0, 0, 0, 0.20);
  margin-bottom: 46px;
}

.banner-section.banner-style-four .content-box .text{
  color: #ffffff;
  margin-bottom: 137px;
}

.banner-section.banner-style-four .content-box a.theme-btn{
  background: #ffffff;
  border-color: #ffffff;
  color: #e343ff;
  padding: 14px 53px;
}

.banner-section.banner-style-four .content-box a.theme-btn:hover{
  border-color: #8cf18a;
  background: #8cf18a;
  color: #ffffff;
}

.banner-section.banner-style-four .image-box{
  position: absolute;
  left: -375px;
  top: 0px;
  right: inherit;
}

.banner-section.banner-style-four .image-box:before{
  display: none;
}

.banner-section.banner-style-four .image-box .image-1{
  position: absolute;
  top: -150px;
  right: -100px;
  z-index: 1;
}

.banner-section.banner-style-four .image-box .image-2{
  position: relative;
  width: 839px;
  height: 966px;
  left: 0px;
  top: -230px;
}

.banner-section.banner-style-four .image-box .image-3{
  position: absolute;
  right: -80px;
  bottom: 135px;
}

.banner-section.banner-style-four .content-box .lower-image{
  position: absolute;
  bottom: -390px;
  right: 110px;
}

.banner-section.banner-style-four .content-box .lower-image .image{
  position: relative;
  box-shadow: 0 23px 50px rgba(176,176,176,.35);
}

.banner-section.banner-style-four .anim-icons .icon-1 {
  background: url(../images/icons/anim-icon-59.png);
  width: 22px;
  height: 22px;
  left: 60%;
  top: 250px;
}

.banner-section.banner-style-four .anim-icons .icon-2 {
  background: url(../images/icons/anim-icon-60.png);
  width: 14px;
  height: 14px;
  left: 100%;
  top: 300px;
}

.banner-section.banner-style-four .anim-icons .icon-3 {
  background: url(../images/icons/anim-icon-61.png);
  width: 141px;
  height: 120px;
  left: 110%;
  bottom: 420px;
}

.banner-section.banner-style-four .anim-icons .icon-4 {
  background: url(../images/icons/anim-icon-62.png);
  width: 22px;
  height: 22px;
  left: 90%;
  bottom: 550px;
  top: unset;
}

.banner-section.banner-style-four .anim-icons .icon-5 {
  background: url(../images/icons/anim-icon-63.png);
  width: 15px;
  height: 15px;
  left: 50%;
  bottom: 200px;
  top: unset;
}

.banner-section.banner-style-four .anim-icons .icon-6 {
  background: url(../images/icons/anim-icon-64.png);
  width: 128px;
  height: 134px;
  left: -300px;
  bottom: 200px;
  top: unset;
}


/** feature-style-three **/

.feature-style-three{
  position: relative;
  padding: 120px 0px 120px 0px;
}

.feature-style-three .anim-icons .icon-1 {
  background: url(../images/icons/anim-icon-26.png);
  width: 154px;
  height: 100px;
  left: -150px;
  top: 80px;
}

.feature-style-three .anim-icons .icon-2 {
  background: url(../images/icons/anim-icon-44.png);
  width: 22px;
  height: 22px;
  left: 170px;
  top: 80px;
}

.feature-style-three .anim-icons .icon-3 {
  background: url(../images/icons/anim-icon-45.png);
  width: 161px;
  height: 108px;
  right: -150px;
  top: 0px;
}

.feature-style-three .anim-icons .icon-4 {
  background: url(../images/icons/anim-icon-46.png);
  width: 9px;
  height: 9px;
  right: -250px;
  top: 200px;
}

.feature-style-three .anim-icons .icon-5 {
  background: url(../images/icons/anim-icon-15.png);
  width: 17px;
  height: 17px;
  left: -200px;
  top: 60%;
}

.feature-block-two{
  position: relative;
  display: block;
  overflow: hidden;
  background: #ffffff;
  padding: 34px 30px 58px 30px;
  box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.10);
  transition: all 500ms ease;
}

.feature-block-two:before {
  content: '';
  width: 273px;
  height: 273px;
  background: #d858f5;
  border-radius: 50%;
  position: absolute;
  top: -148px;
  left: -83px;
  transform: scale(0);
}

.feature-block-two:hover:before {
  transform: scale(1);
  transition: all 0.5s linear;
  transition-delay: 0.1s;
}

.feature-block-two:hover {border-color: transparent;}

.feature-block-two .snow-dot {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255,255,255,0.5);
  z-index: -1;

}
.feature-block-two .snow-dot:nth-child(1) {top:25px;left:41%; z-index: 1; animation: scale-upOne 1s alternate infinite ease-in;}
.feature-block-two .snow-dot:nth-child(2) {top:25px;left:78%; animation: scale-upOne 1.1s alternate infinite ease-in;}
.feature-block-two .snow-dot:nth-child(3) {top:75px;left:61%; animation: scale-upOne 0.8s alternate infinite ease-in;}
.feature-block-two .snow-dot:nth-child(4) {top:136px;left:84%; animation: scale-upOne 1s alternate infinite ease-in;}
.feature-block-two .snow-dot:nth-child(5) {bottom:35px;right:12%; animation: scale-upOne 1.2s alternate infinite ease-in;}
.feature-block-two .snow-dot:nth-child(6) {bottom:80px;right:31%; animation: scale-upOne 0.9s alternate infinite ease-in;}
.feature-block-two .snow-dot:nth-child(7) {bottom:40px;right:51%; animation: scale-upOne 1s alternate infinite ease-in;}
.feature-block-two:hover h3 a,.feature-block-two:hover h3,
.feature-block-two:hover .text{
  color: #fff !important;
}

.feature-block-two .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-two:hover .hover-content {
  opacity: 1;
}

.feature-block-two .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-two:hover .hover-content:before {
  opacity: 1;
  transform: translate(0% , 0%);
  transition: all 0.9s linear;
}

.feature-block-two .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-two:hover .hover-content:after {
  opacity: 1;
  transform: translate(0% , 0%);
  transition: all 1.3s linear;
}

.feature-block-two:hover{
  transform: translateY(-10px);
  box-shadow: 0px 25px 25px 0px rgba(0, 0, 0, 0.1);
}

.feature-block-two .icon-box{
  position: relative;
  background: url(../images/icons/feature-icon-1.png);
  width: 148px;
  height: 139px;
  line-height: 100px;
  color: #000000;
  margin: auto;
  font-size: 28px;
  margin-bottom: 14px;
  transition: all 500ms ease;
}

.feature-block-two:hover .icon-box{
  transform: translateY(-5px);
}

.feature-style-three .feature-block:first-child .feature-block-two,
.feature-style-three .feature-block:last-child .feature-block-two{
  margin-top: 145px;
}

.feature-style-three .feature-block:first-child .feature-block-two .icon-box{
  color: #e9aaff;
  background: url(../images/icons/feature-icon-1.png);
}

.feature-style-three .feature-block:nth-child(2) .feature-block-two .icon-box{
  color: #a6f5a4;
  background: url(../images/icons/feature-icon-2.png);
}

.feature-style-three .feature-block:last-child .feature-block-two .icon-box{
  color: #ffa1e2;
  background: url(../images/icons/feature-icon-3.png);
}

.feature-block-two h3{
  position: relative;
  display: block;
  font-size: 28px;
  line-height: 35px;
  font-family: 'Muli', sans-serif;
  font-weight: 600;
  color: #242425;
  margin-bottom: 34px;
  transition: all 500ms ease;
}

.feature-block-two h3 a{
  position: relative;
  display: inline-block;
  color: #242425;
}

.feature-block-two h3 a:hover{
  color: #e343ff;
}

.feature-block-two .text{
  position: relative;
  display: block;
  transition: all 500ms ease;
}


/** discover-section **/

.discover-section{
  position: relative;
  padding: 145px 0px 120px 0px;
}

.discover-section .image-box{
  position: relative;
  margin-right: 65px;
}

.discover-section:before{
  position: absolute;
  content: '';
  background: url(../images/icons/icon-6.png);
  width: 148px;
  height: 480px;
  bottom: 0px;
  right: 0px;
  z-index: -1;
  background-repeat: no-repeat;
}

.discover-section .anim-icons .icon-1 {
  background: url(../images/icons/anim-icon-27.png);
  width: 15px;
  height: 15px;
  left: 60%;
  top: 60px;
}

.discover-section .anim-icons .icon-2 {
  background: url(../images/icons/anim-icon-2.png);
  width: 141px;
  height: 122px;
  right: -100px;
  top: 0px;
}

.discover-section .anim-icons .icon-3 {
  background: url(../images/icons/anim-icon-9.png);
  width: 169px;
  height: 85px;
  left: -300px;
  bottom: 0px;
}

.discover-section .image-box .image{
  position: relative;
  margin-right: -90px;
  margin-left: -90px;
}

.discover-section .image-box .image-2{
  position: absolute;
  width: 777px;
  height: 669px;
  top: -70px;
  right: 0px;
  z-index: -1;
}

.discover-section .content-box{
  position: relative;
  margin: 92px -75px 0px 35px;
}

.discover-section .content-box .sec-title{
  margin-bottom: 53px;
}

.discover-section .content-box .text{
  margin-bottom: 67px;
}

.discover-section .content-box .link .theme-btn{
  border-color: #c55fce;
  color: #3e3d3e;
  text-transform: uppercase;
  padding: 14px 39px;
}

.discover-section .content-box .link .theme-btn:hover{
  background: #c55fce;
  color: #ffffff;
  transform: translateY(-3px);
}

.discover-section .image-box .icon-1{
  position: absolute;
  background: url(../images/icons/anim-icon-78.png);
  width: 15px;
  height: 15px;
  left: -150px;
  top: 120px;
  background-repeat: no-repeat;
}

.discover-section .image-box .icon-2{
  position: absolute;
  background: url(../images/icons/anim-icon-79.png);
  width: 290px;
  height: 82px;
  left: -300px;
  bottom: 320px;
  background-repeat: no-repeat;
}


/** creative-style-three **/

.creative-style-three{
  position: relative;
  padding: 140px 0px 120px 0px;
}

.creative-style-three:after{
  position: absolute;
  content: '';
  background: url(../images/icons/icon-13.png);
  width: 268px;
  height: 720px;
  left: 0px;
  bottom: 0px;
  z-index: -1;
}

.creative-style-three .anim-icons .icon-1 {
  background: url(../images/icons/anim-icon-47.png);
  width: 15px;
  height: 15px;
  top: 0px;
  right: 80px;
}

.creative-style-three .anim-icons .icon-2 {
  background: url(../images/icons/anim-icon-2.png);
  width: 141px;
  height: 122px;
  bottom: 0px;
  right: 40%;
}

.creative-style-three .content-box{
  position: relative;
  margin-top: 22px;
}

.creative-style-three .content-box .sec-title{
  margin-bottom: 52px;
}

.creative-style-three .content-box .list li{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 35px;
  margin-bottom: 23px;
  padding: 0px 0px 0px 48px;
}

.creative-style-three .content-box .list li:last-child{
  margin-bottom: 0px;
}

.creative-style-three .content-box .list li i{
  position: absolute;
  left: 0px;
  top: 9px;
  font-size: 20px;
  color: #e8b9ff;
}

.creative-style-three .content-box .list li:nth-child(2) i{
  color: #fbb6e8;
}

.creative-style-three .content-box .list li:last-child i{
  color: #93fad0;
}

.creative-style-three .content-box .text{
  margin-bottom: 38px;
}

.creative-style-three .image-box .image{
  position: relative;
  margin-right: -340px;
  margin-left: 80px;
}

.creative-style-three .image-box .image img{
  border-radius: 5px;
}

.creative-style-three .image-box .image .image-1{
  position: relative;
  display: inline-block;
  float: right;
  box-shadow: 0 23px 50px rgba(176,176,176,.35);
  border-radius: 5px;
  z-index: 1;
}

.creative-style-three .image-box .image .image-2{
  position: absolute;
  right: 120px;
  bottom: -340px;
  border-radius: 5px;
  box-shadow: 0 23px 50px rgba(176,176,176,.35);
}

.creative-style-three .image-box .image .image-3{
  position: absolute;
  width: 805px;
  height: 609px;
  top: 60px;
  left: -40px;
  z-index: -1;
}

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

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


/** process-section **/

.process-section{
  position: relative;
  padding: 190px 0px 405px 0px;
  z-index: 1;
}

.process-section:before{
  position: absolute;
  content: '';
  background: url(../images/background/process-shape.png);
  width: 100%;
  height: 100%;
  left: 0px;
  bottom: 0px;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
}

.process-section .sec-title{
  margin-bottom: 181px;
}

.process-section .column:nth-child(2){
  padding-top: 200px;
}

.process-section .inner-content{
  position: relative;
  margin: 0px -150px 0px -150px;
}

.process-section .inner-content:before{
  position: absolute;
  content: '';
  background: url(../images/icons/process-icon.png);
  width: 994px;
  height: 774px;
  left: 270px;
  top: -70px;
  background-repeat: no-repeat;
}

.single-process-content{
  position: relative;
  display: block;
  max-width: 370px;
  width: 100%;
  margin: auto;
  background: #ffffff;
  padding: 35px 40px 58px 40px;
  box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.10);
  transition: all 500ms ease;
}

.single-process-content:hover{
  transform: translateY(-10px);
  box-shadow: 0px 25px 25px 0px rgba(0, 0, 0, 0.1);
}

.single-process-content h3{
  position: relative;
  display: block;
  font-size: 28px;
  font-family: 'Muli', sans-serif;
  font-weight: 600;
  margin-bottom: 35px;
}

.single-process-content h3 a{
  position: relative;
  display: inline-block;
  color: #242425;
}

.single-process-content h3 a:hover{
  color: #e343ff;
}

.single-process-content .icon-box{
  position: relative;
  min-height: 126px;
  margin-bottom: 27px;
}

.single-process-content:hover .icon-box img {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.single-process-content .icon-box img {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}


/** team-style-two **/

.team-style-two{
  position: relative;
}

.team-section .anim-icons .icon-1 {
  background: url(../images/icons/anim-icon-33.png);
  width: 20px;
  height: 20px;
  top: 30px;
  left: -100px;
}

.team-section .anim-icons .icon-2 {
  background: url(../images/icons/anim-icon-34.png);
  width: 17px;
  height: 15px;
  top: 0px;
  right: -100px;
}


/** testimonial-style-three **/

.testimonial-style-three{
  position: relative;
  overflow: hidden;
  padding: 114px 0px 368px 0px;
}

.testimonial-style-three .title-box{
  margin-bottom: 45px;
}

.testimonial-style-three .title-box .icon-box {
  position: relative;
  display: inline-block;
  background: url(../images/icons/quote-bg.png);
  width: 108px;
  height: 108px;
  padding: 32px 10px 30px 23px;
  text-align: center;
  font-size: 40px;
  color: #ffffff;
  margin-bottom: 62px;
  background-repeat: no-repeat;
}

.testimonial-style-three .owl-carousel {
  max-width: 860px;
  margin: 0 auto;
  width: 100%;
  display: block;
}

.testimonial-style-three .owl-stage-outer{
  overflow:visible;
}

.testimonial-style-three .owl-item.active .testimonial-block-two{
  max-width:none;
  opacity: 1;
  z-index: 1;
  -webkit-transform:translateY(80px);
  -ms-transform:translateY(80px);
  transform:translateY(80px);
}

.testimonial-style-three .owl-item .testimonial-block-two{
  position: relative;
  display: block;
  max-width: 860px;
  width: 100%;
  opacity: 0.4;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  text-align: center;
  -webkit-transform:translateY(0px);
  -ms-transform:translateY(0px);
  transform:translateY(0px);
}

.testimonial-block-two{
  position: relative;
  display: block;
  background: #ffffff;
  padding: 120px 75px 75px 75px;
  box-shadow: 0px 0px 60px 0px #e5e5e5;
}

.testimonial-block-two:before {
  position: absolute;
  display: none;
  content: '';
  background: linear-gradient(to left, rgba(223, 253, 210, 1) 40%,rgba(255, 147, 237, 1) 100%);
  width: 235px;
  height: 2px;
  left: 50%;
  margin-left: -120px;
  top: 65px;
  transition: all 500ms ease;
}

.testimonial-style-three .owl-item.active .testimonial-block-two:before{
  display: block;
}

.testimonial-block-two .text{
  position: relative;
  display: block;
  font-size: 26px;
  line-height: 46px;
  color: #7f7f7f;
  margin-bottom: 40px;
}

.testimonial-block-two .authore h4{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-family: 'Muli', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.testimonial-block-two .authore span{
  position: relative;
  display: block;
  font-size: 18px;
  color: #959595;
}

.nav-style-two .owl-prev,
.nav-style-two .owl-next{
  position: absolute;
  bottom: -52px;
  background: #ffffff;
  color: #8cf18a;
  box-shadow: 0 10px 20px rgba(187,187,187,.50);
}

.nav-style-two .owl-prev{
  left: -97px;
}

.nav-style-two .owl-next{
  right: -97px;
}

.nav-style-two .owl-prev:hover,
.nav-style-two .owl-next:hover{
  background: #8cf18a;
  color: #ffffff;
}

.testimonial-style-three .owl-dots {
  position: relative;
  text-align: center;
  top: 124px;
}

.testimonial-style-three .owl-dot.active,
.testimonial-style-three .owl-dot:hover {
  width: 50px;
  background-color: #8cf18a;
}
.testimonial-style-three .owl-dot {
  position: relative;
  display: inline-block;
  height: 11px;
  width: 18px;
  background-color: #e8ffe7;
  margin: 0px 4px;
  cursor: pointer;
  border-radius: 30px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.testimonial-style-three .anim-icons .icon-1 {
  background: url(../images/icons/anim-icon-37.png);
  width: 138px;
  height: 123px;
  top: 180px;
  left: -200px;
}

.testimonial-style-three .anim-icons .icon-2 {
  background: url(../images/icons/anim-icon-40.png);
  width: 15px;
  height: 15px;
  top: 100px;
  left: 200px;
}

.testimonial-style-three .anim-icons .icon-3 {
  background: url(../images/icons/anim-icon-35.png);
  width: 30px;
  height: 28px;
  top: 130px;
  right: -150px;
}

.testimonial-style-three .anim-icons .icon-4 {
  background: url(../images/icons/anim-icon-36.png);
  width: 136px;
  height: 131px;
  bottom: 240px;
  right: -250px;
}

.testimonial-style-three .anim-icons .icon-5 {
  background: url(../images/icons/anim-icon-40.png);
  width: 15px;
  height: 15px;
  right: 40%;
  bottom: 100px;
}

.testimonial-style-three .anim-icons .icon-6 {
  background: url(../images/icons/anim-icon-17.png);
  width: 15px;
  height: 15px;
  left: -200px;
  bottom: 20%;
}


/***

====================================================================
                        Home-Page-05
====================================================================

***/


/** header-style-four **/

.header-style-four{
  position: relative;
}

.header-style-four .pull-left .logo,
.header-style-four .pull-left .phone{
  position: relative;
  display: inline-block;
}

.header-style-four .pull-left .phone{
  font-size: 26px;
  font-weight: 700;
  font-family: 'Comfortaa', cursive;
  color: #c157f0;
  margin-left: 46px;
  top: 11px;
}

.header-style-four .search-box-area .search-toggle i:before,
.header-style-four .outer-box .outer-content li.cart-box a:hover{
  color: #c157f0;
}

.header-style-four .outer-box .outer-content li.cart-box a{
  color: #404040;
}

.header-style-four .header-upper {
  padding: 62px 0px;
}

.header-style-four .header-upper .outer-container .nav-outer .menu-area {
  margin: 22px 150px 0px 0px;
}

.header-style-four .header-upper .outer-container .nav-outer .outer-box {
  margin-top: 25px;
}

.header-style-four .outer-box .outer-content .nav-toggler{
  margin-top: -4px;
  margin-left: 40px;
}

.logo-box-two a{
  position: relative;
  display: inline-block;
  width: 68px;
  height: 71px;
  line-height: 71px;
  text-align: center;
  z-index: 1;
}

.logo-box-two a:before{
  position: absolute;
  content: '';
  background: url(../images/icons/logo-bg.png);
  width: 68px;
  height: 71px;
  left: 0px;
  top: 0px;
  background-repeat: no-repeat;
  z-index: -1;
  transition: all 500ms ease;
}

.logo-box-two a:hover:before{
  transform: rotate(360deg);
}

.logo-box-two a{
  position: relative;
}


/** banner-style-five **/

.banner-style-five{
  position: relative;
  width: 100%;
  padding: 72px 0px 297px 0px;
}

.banner-style-five:before{
  position: absolute;
  content: '';
  background: url(../images/icons/cloud-icon-3.png);
  width: 640px;
  height: 790px;
  top: 80px;
  right: 0px;
  left: inherit;
  background-repeat: no-repeat;
}

.banner-style-five .inner-content {
  position: relative;
  padding: 123px 0px 100px 0px;
}

.banner-style-five .content-box h1{
  text-shadow: 0 15px 5px rgba(0, 0, 0, 0.10);
  margin-bottom: 46px;
}

.banner-style-five .content-box .text{
  margin-bottom: 77px;
}

.banner-style-five .content-box a.btn-style-five.theme-btn{
  padding: 17px 25px;
  border: none !important;
  width: 234px;
  background: -webkit-linear-gradient( 0deg, rgb(196,87,240) 0%, rgb(133,79,248) 100%);
}

.banner-style-five .content-box a.btn-style-five.theme-btn:hover {
  background: -webkit-linear-gradient( 0deg, rgb(133,79,248) 0%, rgb(196,87,240) 100%);
  color: #ffffff;
}

.banner-style-five .image-box:before{
  display: none;
}

.banner-style-five .inner-content .image-box{
  position: absolute;
  top: 0px;
  right: -375px;
}

.banner-style-five .inner-content .image-box .image-1{
  position: relative;
  margin-right: 135px;
}

.banner-style-five .inner-content .image-box .image-2{
  position: absolute;
  right: -10px;
  bottom: -45px;
  width: 316px;
  height: 489px;
  left: unset;
  top: unset;
  z-index: auto;
}

.banner-style-five .anim-icons .icon-1 {
  background: url(../images/icons/anim-icon-48.png);
  width: 121px;
  height: 129px;
  left: -375px;
  top: 55%;
}

.banner-style-five .anim-icons .icon-2 {
  background: url(../images/icons/anim-icon-49.png);
  width: 150px;
  height: 129px;
  left: 45%;
  top: 80%;
}


/** feature-style-four **/

.feature-style-four{
  position: relative;
  padding-bottom: 90px;
}

.feature-style-four .feature-block-two .icon-box{
  width: 99px;
  height: 97px;
  padding-right: 5px;
  margin-bottom: 55px;
}

.feature-style-four .feature-block-two:hover .icon-box{
  transform: rotateY(180deg);
}

.feature-style-four .feature-block-two{
  box-shadow: none;
}

.feature-style-four .feature-block-two:hover{
  transform: translateY(0px);
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
}

.feature-style-four .feature-block:first-child .feature-block-two .icon-box {
  color: #dd7dff;
  background: url(../images/icons/feature-icon-4.png);
}

.feature-style-four .feature-block:nth-child(2) .feature-block-two .icon-box {
  color: #7aff77;
  background: url(../images/icons/feature-icon-5.png);
}

.feature-style-four .feature-block:last-child .feature-block-two .icon-box {
  color: #ff71d4;
  background: url(../images/icons/feature-icon-6.png);
}


/** discover-style-two **/

.discover-style-two{
  position: relative;
  padding-bottom: 110px;
}

.discover-style-two:after{
  display: none;
}

.discover-style-two:before{

}

.discover-style-two .content-box {
  margin: 84px -120px 0px 35px;
}

.discover-style-two .content-box .sec-title{
  margin-bottom: 60px;
}

.discover-style-two .content-box .font_30{
  margin-bottom: 22px;
}

.discover-style-two .content-box .text{
  margin-bottom: 55px;
}

.discover-style-two .content-box .link .theme-btn{
  color: #ffffff;
  padding: 17px 25px;
  width: 185px;
}

.discover-style-two .content-box .link .theme-btn:hover{
  background: -webkit-linear-gradient( 0deg, rgb(133,79,248) 0%, rgb(196,87,240) 100%);
}

.discover-style-two .image-box{
  position: relative;
}

.discover-style-two .image-box .image{
  z-index: 1;
}

.discover-style-two .image-box .image-3{
  position: absolute;
  width: 1040px;
  height: 580px;
  right: -100px;
  top: 100px;
  z-index: -1;
}

.discover-style-two .image-box .image-2{
  position: absolute;
  bottom: 10px;
  left: -175px;
  width: 395px;
  height: 266px;
  top: unset;
  right: unset;
  z-index: auto;
  box-shadow: 0 23px 50px rgba(176,176,176,.35);
}

.discover-style-two .image-box .bubble-box .bubble-1{
  position: absolute;
  left: -300px;
  top: 90px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: -webkit-linear-gradient( 0deg, rgb(232,141,255) 0%, rgb(228,197,252) 100%);
  -webkit-animation: zoom-fade-two 5s infinite linear;
  animation: zoom-fade-two 5s infinite linear;
}

.discover-style-two .image-box .bubble-box .bubble-2{
  position: absolute;
  right: 40px;
  bottom: 170px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: -webkit-linear-gradient( 0deg, rgb(232,141,255) 0%, rgb(228,197,252) 100%);
  -webkit-animation: zoom-fade 5s infinite linear;
  animation: zoom-fade 5s infinite linear;
}

.discover-style-two .anim-icons .icon-1{
  left: -50px;
}

.discover-style-two .anim-icons .icon-2 {
  background: url(../images/icons/anim-icon-47.png);
  width: 15px;
  height: 15px;
  right: 100px;
  top: 50px;
}

.discover-style-two .anim-icons .icon-3 {
  background: url(../images/icons/anim-icon-17.png);
  width: 15px;
  height: 15px;
  left: 125%;
  top: 57%;
}

.discover-style-two .anim-icons .icon-4 {
  background: url(../images/icons/anim-icon-17.png);
  width: 15px;
  height: 15px;
  right: -25%;
  bottom: 7%;
}


/** process-style-two **/

.process-style-two{
  position: relative;
  padding: 120px 0px 300px 0px;
}

.process-style-two:before{
  position: absolute;
  content: '';
  background: url(../images/background/process-shape.png);
  width: 100%;
  height: 100%;
  left: 0px;
  bottom: 0px;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
}

.process-style-two .sec-title{
  margin-bottom: 103px;
}

.process-style-two .inner-content .number{
  position: relative;
  display: inline-block;
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  border: 2px solid #f5e2ff;
  color: #f5e2ff;
  background: #ffffff;
  font-size: 24px;
  font-family: 'Comfortaa', cursive;
  font-weight: 700;
  border-radius: 50%;
  margin-bottom: 50px;
  transition: all 500ms ease;
}

.process-style-two .inner-content .column{
  position: relative;
}

.process-style-two .inner-content .column:before{
  position: absolute;
  content: '';
  background: #f5e2ff;
  width: 100%;
  height: 2px;
  top: 28px;
  right: -180px;
}

.process-style-two .inner-content .column:last-child:before{
  display: none;
}

.process-style-two .inner-content .column:hover .number{
  color: #ffffff;
  background: #bd56f1;
}

.process-style-two .single-process-content{
  padding: 35px 35px 58px 35px;
  box-shadow: none;
  background: transparent;
}

.process-style-two .column:hover .single-process-content{
  background: #ffffff;
  box-shadow: 0 20px 20px 0px rgba(246, 219, 255, 0.80);
}


/** visual-section **/

.visual-section{
  position: relative;
  padding: 105px 0px 120px 0px;
}

.visual-section .content-box{
  position: relative;
  padding-top: 77px;
}

.visual-section .content-box .sec-title{
  margin-bottom: 61px;
}

.visual-section .content-box .text{
  margin-bottom: 45px;
}

.visual-section .content-box .list li{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 30px;
  font-family: 'Muli', sans-serif;
  margin-bottom: 28px;
  padding: 0px 0px 0px 47px;
}

.visual-section .content-box .list li i{
  position: absolute;
  left: 0px;
  top: 5px;
  font-size: 22px;
}

.visual-section .content-box .list li:first-child i{
  color: #ffba7c;
}

.visual-section .content-box .list li:nth-child(2) i{
  color: #99f15a;
}

.visual-section .content-box .list li:last-child i{
  color: #e4a8fa;
}

.visual-section .image-box{
  position: relative;
  margin-right: -265px;
}

.visual-section .image-box .image-1{
  position: relative;
  display: inline-block;
  margin-left: 110px;
  box-shadow: 0 20px 50px rgba(176,176,176,.40);
}

.visual-section .image-box .image-2{
  position: absolute;
  left: 0px;
  bottom: -150px;
  box-shadow: 0 20px 50px rgba(176,176,176,.40);
}

.visual-section .image-box .image-3{
  position: absolute;
  width: 820px;
  height: 610px;
  top: 80px;
  right: -110px;
  z-index: -1;
}

.visual-section .image-box .bubble-box .bubble-1 {
  position: absolute;
  left: 20px;
  bottom: 70px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: -webkit-linear-gradient( 0deg, rgb(232,141,255) 0%, rgb(228,197,252) 100%);
  -webkit-animation: zoom-fade-two 5s infinite linear;
  animation: zoom-fade-two 5s infinite linear;
}

.visual-section .anim-icons .icon-1 {
  background: url(../images/icons/anim-icon-17.png);
  width: 15px;
  height: 15px;
  left: -100px;
  top: 50px;
}

.visual-section .anim-icons .icon-2 {
  background: url(../images/icons/anim-icon-47.png);
  width: 15px;
  height: 15px;
  right: -150px;
  top: 0px;
}

.visual-section .anim-icons .icon-3 {
  background: url(../images/icons/anim-icon-2.png);
  width: 141px;
  height: 122px;
  bottom: 0px;
  left: -200px;
}


/** whyuse-section **/

.whyuse-section{
  position: relative;
  padding: 267px 0px 133px 0px;
}

.whyuse-section .sec-title{
  margin-bottom: 61px;
}

.whyuse-section .content-box .text{
  margin-bottom: 45px;
}

.whyuse-section .image-box{
  position: relative;
  margin-top: 198px;
}

.whyuse-section .image-box .image-1{
  position: absolute;
  top: -312px;
  right: 185px;
  z-index: 1;
  box-shadow: 0 20px 50px rgba(176,176,176,.40);
}

.whyuse-section .image-box .image-2{
  position: relative;
  display: inline-block;
  border-radius: 30px;
  box-shadow: 0 20px 50px rgba(176,176,176,.40);
}

.whyuse-section .image-box .image-3{
  position: absolute;
  width: 857px;
  height: 698px;
  right: 180px;
  top: -300px;
  z-index: -1;
}

.whyuse-section .image-box .bubble-box .bubble-1 {
  position: absolute;
  left: 120px;
  top: -100px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: -webkit-linear-gradient( 0deg, rgb(232,141,255) 0%, rgb(228,197,252) 100%);
  -webkit-animation: zoom-fade-two 5s infinite linear;
  animation: zoom-fade-two 5s infinite linear;
}

.whyuse-section .content-box .list li{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 30px;
  font-family: 'Muli', sans-serif;
  margin-bottom: 28px;
  padding: 0px 0px 0px 47px;
}

.whyuse-section .content-box .list li i {
  position: absolute;
  left: 0px;
  top: 5px;
  font-size: 22px;
}

.whyuse-section .content-box .list li:first-child i{
  color: #ffba7c;
}

.whyuse-section .content-box .list li:nth-child(2) i{
  color: #99f15a;
}

.whyuse-section .content-box .list li:nth-child(3) i{
  color: #e4a8fa;
}

.whyuse-section .content-box .list li:last-child i{
  color: #93e3f7;
}

.whyuse-section .anim-icons .icon-1 {
  background: url(../images/icons/anim-icon-17.png);
  width: 15px;
  height: 15px;
  right: -100px;
  bottom: 50px;
}

.whyuse-section .anim-icons .icon-2 {
  background: url(../images/icons/anim-icon-47.png);
  width: 15px;
  height: 15px;
  right: -150px;
  top: 200px;
}

.whyuse-section .anim-icons .icon-3 {
  background: url(../images/icons/anim-icon-2.png);
  width: 141px;
  height: 122px;
  bottom: -50px;
  left: -200px;
}


/** pricing-style-three **/

.pricing-style-three{
  position: relative;
  padding: 120px 0px 120px 0px;
}

.pricing-style-three .sec-title{
  margin-bottom: 150px;
}

.pricing-style-three .price-table .table-header{
  padding-bottom: 24px;
  margin-bottom: 13px;
}

.pricing-style-three .price-table .table-header:before{
  display: none;
}

.pricing-style-three .price-table .table-content {
  padding: 0px 15px 72px 15px;
}

.pricing-style-three .price-table{
  position: relative;
  transition: all 500ms ease !important;
}

.pricing-style-three .price-table:hover{
  box-shadow: 0 20px 20px 0px rgba(191, 87, 240, 0.50) !important;
}

.pricing-style-three .price-table:before{
  position: absolute;
  content: '';
  background: url(../images/icons/price-box.png);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  transform: scale(0);
  border-radius: 30px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 500ms ease;
}

.pricing-style-three .price-table:hover:before{
  transform: scale(1);
}

.pricing-style-three .price-table:hover .table-header span,
.pricing-style-three .price-table:hover .table-header h2,
.pricing-style-three .price-table:hover .table-header .text,
.pricing-style-three .price-table:hover .table-content .list li span,
.pricing-style-three .price-table:hover .table-content .list li span:before{
  color: #fefefe !important;
}

.pricing-style-three .price-table:hover .table-footer a{
  background: #ffffff !important;
  color: #5c5b5f !important;
  border: 2px solid #ffffff !important;
}

.pricing-style-three .price-table .table-footer a:before{
  display: none;
}

.pricing-style-three .anim-icons .icon-1 {
  background: url(../images/icons/anim-icon-19.png);
  width: 97px;
  height: 97px;
  right: -200px;
  top: 50%;
}

.pricing-style-three .anim-icons .icon-2 {
  background: url(../images/icons/anim-icon-47.png);
  width: 15px;
  height: 15px;
  left: -200px;
  top: 50%;
}


/** team-style-three **/

.team-style-three{
  position: relative;
  padding: 158px 0px 98px 0px;
}

.team-style-three .title-box .sec-title{
  margin-bottom: 53px;
}

.team-style-three .title-box .text{
  margin-bottom: 54px;
}

.team-style-three .title-box{
  position: relative;
  padding-top: 64px;
}

.team-style-three .title-box .link .btn-style-five{
  width: 239px;
  padding: 17px 25px
}

.team-style-three .inner-content{
  position: relative;
}

.team-style-three .inner-content:before{
  position: absolute;
  content: '';
  background: url(../images/icons/cloud-icon-6.png);
  width: 638px;
  height: 677px;
  left: -15px;
  top: -55px;
}

.team-block-two{
  position: relative;
  margin-bottom: 58px;
}

.team-block-two .image-box {
  position: relative;
  max-width: 160px;
  margin: 0 auto;
  width: 100%;
  display: block;
  overflow: hidden;
  margin-bottom: 14px;
}

.team-block-two .image-box img{
  width: 100%;
  transition: all 500ms ease;
}

.team-block-two:hover .image-box img{
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
}

.team-block-two .lower-content h3{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 34px;
  font-family: 'Comfortaa', cursive;
  font-weight: 700;
  color: #242425;
  margin-bottom: 1px;
}

.team-block-two .lower-content h3 a{
  position: relative;
  display: inline-block;
  color: #242425;
}

.team-block-two .lower-content h3 a:hover{
  color: #e343ff;
}

.team-block-two .lower-content span {
  position: relative;
  display: block;
  font-size: 18px;
  color: #9851f6;
}

.integration-style-two .inner-content{
  margin-bottom: 0px;
}


/** testimonial-style-four **/

.testimonial-style-four{
  position: relative;
  padding-top: 67px;
  padding-bottom: 235px;
}

.testimonial-style-four .title-box .icon-box {
  background: url(../images/icons/quote-bg-2.png);
  background-repeat: no-repeat;
}

.testimonial-style-four .testimonial-block-two:before {
  background: linear-gradient(to left, rgba(223, 253, 210) 40%,rgba(196,87,240) 100%);
}

.testimonial-style-four .nav-style-two .owl-prev:hover,
.testimonial-style-four .nav-style-two .owl-next:hover {
  background: -webkit-linear-gradient( 0deg, rgb(196,87,240) 0%, rgb(133,79,248) 100%);
}

.testimonial-style-four .owl-dot{
  background: #f4e3fd;
}

.testimonial-style-four .owl-dot.active,
.testimonial-style-four .owl-dot:hover{
  background: #bb55ef;
}


/** callus-section **/

.callus-section{
  position: relative;
  padding: 120px 0px 206px 0px;
}

.callus-section:before{
  position: absolute;
  content: '';
  background: url(../images/background/callout-bg-shape.png);
  width: 776px;
  height: 497px;
  top: 290px;
  right: 0px;
  background-repeat: no-repeat;
}

.callus-section .image-box{
  position: relative;
  padding-right: 150px;
  margin-top: 64px;
  float: right;
}

.callus-section .image-box img{
  position: relative;
  max-width: none;
}

.callus-section .inner-box{
  position: relative;
  margin-left: 45px;
}

.callus-section .inner-box h2{
  position: relative;
  display: block;
  font-size: 36px;
  line-height: 45px;
  font-family: 'Comfortaa', cursive;
  color: #242425;
  font-weight: 700;
  margin-bottom: 79px;
}

.callus-section .inner-box .form-group{
  position: relative;
  display: block;
  margin-bottom: 40px;
}

.callus-section .inner-box .form-group label{
  position: relative;
  display: block;
  font-size: 18px;
  font-family: 'Muli', sans-serif;
  color: #242425;
  margin-bottom: 18px;
}

.callus-section .inner-box .form-group input[type='text'],
.callus-section .inner-box .form-group input[type='email'],
.callus-section .inner-box .form-group textarea{
  position: relative;
  display: block;
  width: 100%;
  height: 65px;
  border: 1px solid #f3dcff;
  border-radius: 30px;
  line-height: 30px;
  background: #fdfaff;
  color: #7e7c7f;
  padding: 10px 35px;
  transition: all 500ms ease;
}

.callus-section .inner-box .form-group textarea{
  height: 193px;
  resize: none;
  padding: 30px 35px;
  margin-bottom: 0px;
}

.callus-section .inner-box .form-group input:focus,
.callus-section .inner-box .form-group textarea:focus{
  border: 1px solid #ae1ef9;
}

.callus-section .inner-box .form-group .btn-style-five{
  width: 239px;
  padding: 17px 25px;
}

.callus-section .inner-box .form-group:last-child{
  margin-bottom: 0px;
}


/** newsletter-style-three **/

.newsletter-style-three{
  position: relative;
}

.newsletter-style-three .anim-icons .icon-2{
  right: -180px;
}

.newsletter-style-three .inner-content .form-group button{
  width: 160px;
}

.newsletter-style-three .inner-content{
  margin-bottom: -350px;
}


/** footer-style-three **/

.footer-style-three{
  position: relative;
  padding-top: 405px;
}

.footer-style-three:before{
  display: none;
}

.footer-style-three .logo-widget .footer-logo{
  margin-bottom: 27px;
}

.footer-style-three .social-links li a{
  background: #f9edff;
  color: #c5a0fe;
}

.footer-style-three .social-links li a:hover,
.footer-style-three .footer-bottom .apps-btns li a:hover{
  background: -webkit-linear-gradient( 0deg, rgb(196,87,240) 0%, rgb(133,79,248) 100%);
  color: #ffffff;
}

.footer-style-three .company-widget{
  margin-left: 100px;
}

.footer-style-three .logo-widget{
  margin-top: -19px;
}

.footer-style-three .widget-content{
  border-bottom: 1px solid #f8edfe;
  margin-bottom: 0px;
  padding-bottom: 74px;
}

.footer-style-three .footer-bottom .apps-btns li{
  position: relative;
  display: inline-block;
  margin-left: 6px;
}

.footer-style-three .footer-bottom .apps-btns li:first-child{
  margin-left: 0px;
}

.footer-style-three .footer-bottom .apps-btns li a{
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  font-family: 'Muli', sans-serif;
  color: #ffffff;
  background: #222222;
  padding: 9px 22px;
  border-radius: 20px;
  transition: all 500ms ease;
}

.footer-style-three .footer-bottom .apps-btns li:first-child a,
.footer-style-three .footer-bottom .apps-btns li:last-child a:hover{
  background: #a653f4;
}

.footer-style-three .footer-bottom .apps-btns li:last-child a,
.footer-style-three .footer-bottom .apps-btns li:first-child a:hover{
  background: #8cf18a;
}

.footer-style-three .footer-bottom .apps-btns li i{
  margin-left: 10px;
}

.footer-style-three .footer-bottom{
  padding: 46px 0px 44px 0px;
}

.footer-style-three .footer-bottom .copyright{
  padding-top: 7px;
}



/***

====================================================================
                        Home-Page-06
====================================================================

***/


/** header-style-five **/

.header-style-five{
  position: relative;
}

.header-style-five .nav-toggler .nav-btn .bar{
  background: #f9426d;
}

.header-style-five .main-menu .navigation > li.current > a:before,
.header-style-five .main-menu .navigation > li:hover > a:before{
  display: none;
}

.header-style-five .header-upper{
  padding: 59px 0px 55px 0px;
}

.header-style-five .header-upper .logo-box{
  margin-top: 0px;
}

.header-style-five .header-upper .nav-outer .menu-area {
  margin: 10px 50px 0px 0px;
}

.header-style-five .header-upper .nav-outer .outer-box{
  margin-top: 2px;
}

.header-style-five .main-menu .navigation > li > a:hover,
.header-style-five .main-menu .navigation > li.current > a,
.header-style-five .main-menu .navigation > li > ul > li:hover a,
.header-style-five .main-menu .navigation > li > ul > li.dropdown:hover > a:after{
  color: #f9426d;
}

.header-style-five .main-menu .navigation > li > ul > li > ul > li:hover > a{
  color: #f9426d !important;
}

.header-style-five .nav-toggler .nav-btn:hover{
  color: #ca56fa;
}

.header-style-five .main-menu .navigation > li > ul{
  border-bottom: 2px solid #f9426d;
}

.header-style-five .main-menu .navigation > li > ul > li > ul{
  border-top: 2px solid #f9426d;
}

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

.header-style-five .sticky-header{
  background: #f9426d;
}


/** banner-style-six **/

.banner-style-six{
  position: relative;
  padding: 175px 0px 148px 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.banner-style-six:before{
  position: absolute;
  content: '';
 background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}

.banner-style-six .content-box{
  position: relative;
  margin-left: -62px;
  margin-right: -220px;
}

.banner-style-six .content-box .left-content{
  position: relative;
  display: inline-block;
  background: transparent;
  max-width: 832px;
  width: 100%;
  border: 7px solid #ffffff;
  padding: 82px 50px 0px 56px;
}

.banner-style-six .content-box .left-content h1{
  position: relative;
  display: block;
  font-size: 58px;
  line-height: 78px;
  font-family: 'Comfortaa', sans-serif;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 50px;
}

.banner-style-six .content-box .left-content h1 span{
  color: #ca56fa;
}

.banner-style-six .content-box .left-content .text{
  position: relative;
  display: block;
  font-size: 26px;
  font-family: 'Muli', sans-serif;
  color: #ffffff;
  line-height: 40px;
  margin-bottom: 67px;
}

.banner-style-six .content-box .btn-style-six{
  text-transform: uppercase;
  padding: 23px 47px 24px 46px;
  z-index: 1;
  top: 45px;
}

.banner-style-six .right-content{
  position: absolute;
  right: 0px;
  bottom: -305px;
  background: #ffffff;
  max-width: 350px;
  width: 100%;
  padding: 58px 30px 61px 30px;
  box-shadow: 0 23px 50px rgba(176,176,176,.35);
  z-index: 1;
}

.banner-style-six .right-content h2{
  position: relative;
  display: block;
  font-size: 38px;
  font-family: 'Muli', sans-serif;
  font-weight: 600;
  line-height: 55px;
  color: #503c57;
  margin-bottom: 46px;
}

.video-content{
  position: relative;
  margin-bottom: 31px;
}

.video-content a{
  position: relative;
  display: inline-block;
  font-size: 36px;
  color: #ffffff;
  width: 134px;
  height: 134px;
  line-height: 134px;
  background: linear-gradient(to top, rgba(249, 66, 109) 0%,rgba(202, 86, 250) 100%);
  text-align: center;
  border-radius: 50%;
  text-align: center;
  -webkit-animation: pulse 3s infinite;
  -o-animation: pulse 3s infinite;
  animation: pulse 3s infinite;
}

.banner-style-six .right-content .text{
  position: relative;
  display: block;
  font-size: 18px;
  color: #f9426d;
}


/** about-section **/

.about-section{
  position: relative;
  padding: 200px 0px 80px 0px;
}

.about-section .inner-content h2.title{
  position: relative;
  display: block;
  font-size: 45px;
  font-family: 'Comfortaa', cursive;
  line-height: 65px;
  font-weight: 700;
  color: #39373a;
  margin-bottom: 109px;
}

.about-section .inner-content .top-content .single-item{
  position: relative;
  display: block;
  float: left;
  max-width: 440px;
  width: 100%;
  background: #ffffff;
  padding: 28px 70px 26px 37px;
  margin-right: 130px;
  box-shadow: 0 0px 30px rgba(176,176,176,.30);
}

.about-section .inner-content .top-content .single-item:last-child{
  margin-right: 0px;
}

.about-section .inner-content .top-content .single-item .number{
  position: absolute;
  left: 20px;
  top: -39px;
  width: 55px;
  height: 55px;
  line-height: 55px;
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  background: #ca56fa;
  text-align: center;
  border-radius: 50%;
}

.about-section .inner-content .top-content .single-item:last-child .number{
  background: #f9426d;
}

.about-section .inner-content .top-content .single-item h4{
  position: relative;
  display: block;
  font-size: 20px;
  font-family: 'Muli', sans-serif;
  font-weight: 600;
  line-height: 32px;
  color: #39373a;
  margin-bottom: 19px;
}

.about-section .inner-content .top-content .single-item .text{
  position: relative;
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #ca56fa;
}

.about-section .inner-content .top-content .single-item:last-child .text{
  color: #f9426d;
}

.about-section .inner-content .top-content{
  position: relative;
  padding-bottom: 95px;
}

.about-section .inner-content .lower-content .text{
  position: relative;
  max-width: 860px;
  width: 100%;
}

.about-section .inner-content .lower-content .text p{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 34px;
  color: #717071;
  margin-bottom: 26px;
}

.about-section .inner-content .lower-content .text p:last-child{
  margin-bottom: 0px;
}

.about-section .inner-content .lower-content{
  position: relative;
}

.about-section .inner-content .lower-content .link{
  position: absolute;
  right: 0px;
  bottom: 6px;
}

.about-section .inner-content .lower-content .link .btn-style-six{
  padding: 21px 46px;
  box-shadow: 0 15px 30px rgba(249, 66, 109, 0.20);
}


/** service-style-four **/

.service-style-four{
  position: relative;
  padding: 94px 0px 120px 0px;
}

.service-style-four .inner-content{
  position: relative;
  padding: 290px 0px;
}

.service-style-four .inner-content:before{
  position: absolute;
  content: '';
  background: url(../images/icons/icon-14.png);
  width: 751px;
  height: 759px;
  left: 240px;
  top: -80px;
  background-repeat: no-repeat;
  animation-name: rotateme;
  animation-duration: 60s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: rotateme;
  -webkit-animation-duration: 60s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotateme;
  -moz-animation-duration: 60s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: rotateme;
  -ms-animation-duration: 60s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: rotateme;
  -o-animation-duration: 60s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.service-style-four .inner-content .single-item{
  position: relative;
  display: block;
  max-width: 468px;
  width: 100%;
  background: #ffffff;
  margin: 0 auto;
  padding: 58px 40px 56px 125px;
  border-radius: 15px;
  min-height: 321px;
  box-shadow: 0 0px 30px rgba(176,176,176,.30);
  z-index: 1;
}

.service-style-four .inner-content .single-item:first-child{
  position: absolute;
  left: 0px;
  top: 0px;
}

.service-style-four .inner-content .single-item:nth-child(2){
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 2;
}

.service-style-four .inner-content .single-item:nth-child(3){
  left: 36px;
}

.service-style-four .inner-content .single-item:nth-child(4){
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.service-style-four .inner-content .single-item:last-child{
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.service-style-four .inner-content .single-item .icon-box{
  position: absolute;
  left: 42px;
  top: 52px;
  font-size: 22px;
  color: #ffffff;
  width: 52px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #222222;
  text-align: center;
  border-radius: 10px;
}

.service-style-four .inner-content .single-item:first-child .icon-box{
  background: #88ff98;
}

.service-style-four .inner-content .single-item:nth-child(2) .icon-box{
  background: #65efff;
}

.service-style-four .inner-content .single-item:nth-child(3) .icon-box{
  background: #ae81f9;
}

.service-style-four .inner-content .single-item:nth-child(4) .icon-box{
  background: #fb63b8;
}

.service-style-four .inner-content .single-item:last-child .icon-box{
  background: #f64373;
}

.service-style-four .inner-content .single-item h3{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  font-family: 'Muli', sans-serif;
  font-weight: 700;
  color: #503c57;
  margin-bottom: 25px;
}

.service-style-four .inner-content .single-item h3 a{
  display: inline-block;
  color: #503c57;
  transition: all 500ms ease;
}

.service-style-four .inner-content .single-item h3 a:hover{
  color: #e343ff;
}

.service-style-four .inner-content .single-item .text{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #7e7383;
}

.service-style-four .sec-title-two{
  margin-bottom: 141px;
}

.service-style-four .sec-title-two h2 .text{
  background: -webkit-linear-gradient(top, rgba(246,67,115,1) 30%,rgba(57, 55, 58,1) 50%);
  background: linear-gradient(to bottom, rgba(246,67,115,1) 30%,rgba(57, 55, 58,1) 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.service-style-four .sec-title-two h2 .text-two{
  background: -webkit-linear-gradient(top, rgba(202,86,250,1) 50%,rgba(57, 55, 58,1) 50%);
  background: linear-gradient(to bottom, rgba(202,86,250,1) 50%,rgba(57, 55, 58,1) 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


/** product-section **/

.product-section{
  position: relative;
  padding: 174px 0px 120px 0px;
}

.product-section .image-box{
  position: relative;
  margin-left: -300px;
  padding-right: 65px;
}

.product-section .image-box:before{
  position: absolute;
  content: '';
  background: url(../images/icons/icon-15.png);
  width: 797px;
  height: 551px;
  left: -65px;
  top: -70px;
  background-repeat: no-repeat;
  animation-name: rotateme;
  animation-duration: 60s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: rotateme;
  -webkit-animation-duration: 60s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotateme;
  -moz-animation-duration: 60s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: rotateme;
  -ms-animation-duration: 60s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: rotateme;
  -o-animation-duration: 60s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.product-section .image-box .image-1{
  position: relative;
  float: right;
  box-shadow: 0 25px 50px rgba(0,0,0,0.20);
}

.product-section .image-box .image-2{
  position: relative;
  float: left;
  margin-top: -220px;
  box-shadow: 0 25px 50px rgba(0,0,0,0.20);
}

.product-section .image-box img{
  position: relative;
  display: block;
  width: 100%;
}

.product-section .content-box{
  position: relative;
  padding-top: 86px;
}

.product-section .content-box .top-title{
  position: relative;
  display: inline-block;
  font-size: 22px;
  line-height: 30px;
  color: #f64373;
  font-weight: 400;
  background: #fff2f5;
  border-radius: 10px;
  padding: 10px 24px 9px 23px;
  margin-bottom: 36px;
}

.product-section .content-box .sec-title-two{
  margin-bottom: 45px;
}

.product-section .content-box .text p{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 34px;
  font-family: 'Muli', sans-serif;
  font-weight: 400;
  color: #505051;
  margin-bottom: 19px;
}

.product-section .content-box .text{
  padding-bottom: 76px;
}

.product-section .content-box .link .btn-style-six{
  padding: 21px 47px 21px 46px;
  box-shadow: 0 15px 30px rgba(249, 66, 109, 0.20);
}


/** testimonial-style-five **/

.testimonial-style-five{
  position: relative;
  padding: 88px 0px 120px 0px;
  overflow: hidden;
}

.testimonial-style-five .sec-title-two{
  margin-bottom: 115px;
}

.testimonial-style-five .sec-title-two h2 .text{
  background: -webkit-linear-gradient(bottom, rgba(246,67,115,1) 45%,rgba(57, 55, 58,1) 0%);
  background: linear-gradient(to bottom, rgba(246,67,115,1) 45%,rgba(57, 55, 58,1) 0%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.testimonial-style-five .sec-title-two h2 .text-two{
  background: -webkit-linear-gradient(bottom, rgba(246,67,115,1) 45%,rgba(57, 55, 58,1) 0%);
  background: linear-gradient(to bottom, rgba(246,67,115,1) 45%,rgba(57, 55, 58,1) 0%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.testimonial-style-five .sec-title-two h2 .text-three{
  background: -webkit-linear-gradient(left, rgba(202,86,250,1) 30%,rgba(57, 55, 58,1) 0%);
  background: linear-gradient(to left, rgba(202,86,250,1) 30%,rgba(57, 55, 58,1) 0%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.testimonial-style-five .sec-title-two h2 .text-four{
  background: -webkit-linear-gradient(bottom, rgba(202,86,250,1) 50%,rgba(57, 55, 58,1) 0%);
  background: linear-gradient(to bottom, rgba(202,86,250,1) 50%,rgba(57, 55, 58,1) 0%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.testimonial-style-five .owl-carousel {
  max-width: 570px;
  margin: 0 auto;
  width: 100%;
  display: block;
}

.testimonial-style-five .owl-stage-outer{
  overflow:visible;
}

.testimonial-style-five .owl-item.active .testimonial-block-three{
  max-width:none;
  opacity: 1;
  box-shadow: 0px 10px 40px 0px rgba(202, 86, 249, 0.10);
}

.testimonial-style-five .owl-item .testimonial-block-three{
  position: relative;
  display: block;
  max-width: 570px;
  width: 100%;
  opacity: 0.4;
  background: #ffffff;
  padding: 72px 40px 81px 40px;
  box-shadow: 0px 0px 60px 0px #e5e5e5;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.testimonial-block-three .image-box{
  position: relative;
  display: inline-block;
  margin-bottom: 36px;
}

.testimonial-block-three .text{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 34px;
  color: #7e7383;
  margin-bottom: 54px;
}

.testimonial-block-three .authore{
  position: relative;
  display: block;
  padding: 5px 0px 0px 113px;
}

.testimonial-block-three .authore .authore-thumb{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 81px;
  height: 81px;
  overflow: hidden;
  border-radius: 50%;
}

.testimonial-block-three .authore .authore-thumb img{
  width: 100%;
  border-radius: 50%;
}

.testimonial-block-three .authore h4{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-family: 'Muli', sans-serif;
  color: #494949;
  font-weight: 400;
  margin-bottom: 6px;
}

.testimonial-block-three .authore span{
  position: relative;
  display: block;
  font-size: 18px;
  font-family: 'Muli', sans-serif;
  color: #ca56fa;
}

.testimonial-style-five .owl-item.active .testimonial-block-three .authore span{
  color: #f9426d;
}

.testimonial-style-five .owl-dots {
  position: relative;
  text-align: center;
  top: 88px;
}

.testimonial-style-five .owl-dot {
  position: relative;
  display: inline-block;
  height: 8px;
  width: 50px;
  background-color: #ffe2ea;
  margin: 0px 4px;
  cursor: pointer;
  border-radius: 30px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.testimonial-style-five .owl-dot.active,
.testimonial-style-five .owl-dot:hover {
  width: 110px;
  background-color: #f9426d;
}

.testimonial-style-five .owl-nav{
  display: none;
}


/** portfolio-section **/

.portfolio-section{
  position: relative;
  padding: 164px 0px 120px 0px;
  z-index: 1;
}

.portfolio-section .user-icon .icon-one{
  position: absolute;
  width: 217px;
  height: 469px;
  left: 0px;
  top: 0px;
}


.portfolio-section .user-icon .icon-two{
  position: absolute;
  width: 254px;
  height: 402px;
  left: 0px;
  bottom: 0px;
}


.portfolio-section .sec-title-two{
  margin-bottom: 120px;
}

.portfolio-section .sec-title-two h2 .text{
  background: -webkit-linear-gradient(bottom, rgba(246,67,115,1) 45%,rgba(57, 55, 58,1) 0%);
  background: linear-gradient(to bottom, rgba(246,67,115,1) 45%,rgba(57, 55, 58,1) 0%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.portfolio-section .sec-title-two h2 .text-two{
  background: -webkit-linear-gradient(top, rgba(202,86,250,1) 80%,rgba(57, 55, 58,1) 0%);
  background: linear-gradient(to top, rgba(202,86,250,1) 80%,rgba(57, 55, 58,1) 0%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.portfolio-section .sec-title-two h2 .text-three{
  background: -webkit-linear-gradient(right, rgba(202,86,250,1) 30%,rgba(57, 55, 58,1) 0%);
  background: linear-gradient(to right, rgba(202,86,250,1) 30%,rgba(57, 55, 58,1) 0%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.portfolio-section .content-box .content h2{
  position: relative;
  display: block;
  font-size: 45px;
  line-height: 65px;
  font-family: 'Comfortaa', cursive;
  font-weight: 700;
  color: #39373a;
  margin-bottom: 44px;
}

.portfolio-section .content-box .content .text{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 38px;
  color: #7e7383;
  margin-bottom: 58px;
}

.portfolio-section .content-box .content .link a{
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 28px;
  font-family: 'Muli', sans-serif;
  font-weight: 600;
  color: #f64373;
  border: 3px solid #f64373;
  padding: 18px 37px;
  text-transform: uppercase;
  text-align: center;
}

.portfolio-section .content-box{
  position: relative;
  margin-top: 110px;
}

.portfolio-section .content-box .content .link a:hover{
  background: #f64373;
  color: #ffffff;
  transform: translateY(-3px);
}

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

.portfolio-section .tabs-box .tab-buttons{
  position: relative;
  display: block;
  margin-bottom: 36px;
}

.portfolio-section .tabs-box .tab-buttons li{
  position: relative;
  float: left;
  font-size: 22px;
  line-height: 30px;
  font-family: 'Muli', sans-serif;
  color: #ffffff;
  background: #222222;
  width: 134px;
  padding: 9px 15px 10px 15px;
  margin-right: 10px;
  border-radius: 10px;
  cursor: pointer;
}

.portfolio-section .tabs-box .tab-buttons li:first-child{
  background: #e7fffb;
  color: #48f5d7;
}

.portfolio-section .tabs-box .tab-buttons li:nth-child(2){
  background: #faeeff;
  color: #d377fb;
}

.portfolio-section .tabs-box .tab-buttons li:nth-child(3){
  background: #e9ffeb;
  color: #74e17e;
}

.portfolio-section .tabs-box .tab-buttons li:last-child{
  margin-right: 0px;
  background: #ffe5ec;
  color: #ff89a9;
}

.portfolio-section .inner-column{
  position: relative;
  margin-right: -375px;
}

.portfolio-section .inner-box-1{
  position: relative;
  float: left;
  margin-left: 214px;
}

.portfolio-section .inner-box-2{
  position: relative;
  float: left;
  margin-top: -112px;
}

.portfolio-section .inner-box-3{
  position: absolute;
  top: 300px;
  right: 0px;
}

.portfolio-section .inner-box-4{
  position: absolute;
  left: 25px;
  bottom: -336px;
}

.portfolio-section .inner-column{
  margin-left: 100px;
  padding-bottom: 336px;
}

.portfolio-section .overlay-style-one{
  transition: all 500ms ease;
}

.portfolio-section .overlay-style-one:hover{
  z-index: 2;
  transform: scale(1.1);
}

.overlay-style-one{
  position: relative;
  display: block;
  overflow: hidden;
}

.overlay-style-one .image-box{
  position: relative;
  display: block;
  border-radius: 10px;
  box-shadow: 0px 0px 60px 0px #e5e5e5;
}

.overlay-style-one .image-box:before{
  position: absolute;
  content: '';
  background: linear-gradient(to top, rgba(215, 133, 244, 0.80) 0%,rgba(215, 133, 244, 0.20) 100%);
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.overlay-style-one:hover .image-box:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.overlay-style-one .image-box img{
  width: 100%;
  border-radius: 10px;
}

.overlay-style-one .icon-box{
  position: absolute;
  right: 25px;
  bottom: 15px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.overlay-style-one:hover .icon-box{
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.overlay-style-one .icon-box a{
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: #ffffff;
  width: 66px;
  height: 66px;
  line-height: 66px;
  background: #f64373;
  text-align: center;
  border-radius: 50%;
}


/** news-style-three **/

.news-style-three{
  position: relative;
  padding: 120px 0px 120px 0px;
}

.news-style-three .inner-content{
  position: relative;
  margin-left: -295px;
}

.news-style-three .news-block-two{
  margin-top: 30px;
}

.news-block-two{
  position: relative;
  display: block;
}

.news-block-two .image-box{
  position: relative;
  display: block;
  overflow: hidden;
  background: #ca56fa;
  box-shadow: 0 0px 20px rgba(176,176,176,.35);
}

.news-block-two .image-box img{
  width: 100%;
  transition: all 500ms ease;
}

.news-block-two:hover .image-box img{
  opacity: 0.75;
  transform: scale(1.1);
}

.news-block-two .lower-content{
  position: relative;
  padding-top: 34px;
}

.news-block-two .lower-content h3{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 34px;
  font-family: 'Muli', sans-serif;
  font-weight: 600;
  color: #39373a;
  margin-bottom: 13px;
}

.news-block-two .lower-content h3 a{
  position: relative;
  display: inline-block;
  color: #39373a;
}

.news-block-two .lower-content h3 a:hover{
  color: #d785f4;
}

.news-block-two .lower-content .post-date{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: #928895;
}

.news-style-three .content-box{
  position: relative;
  margin-left: 30px;
  margin-top: 18px;
}

.news-style-three .content-box .sec-title-two{
  margin-bottom: 34px;
}

.news-style-three .content-box .text{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 34px;
  color: #7e7383;
  margin-bottom: 0px;
}

.news-style-three .owl-nav{
  position: absolute;
  right: -200px;
  bottom: 27px;
}

.nav-style-three .owl-prev,
.nav-style-three .owl-next {
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: #febecf;
  height: 68px;
  width: 68px;
  line-height: 68px;
  text-align: center;
  background: transparent;
  transition: all 500ms ease;
  cursor: pointer;
  margin: 0px 5px;
  border-radius: 50%;
}

.nav-style-three .owl-prev:hover,
.nav-style-three .owl-next:hover{
  background: #f64373;
  box-shadow: none;
  font-size: 18px;
}


/** newsletter-style-four **/

.newsletter-style-four{
  position: relative;
  padding-top: 48px;
}

.newsletter-style-four .inner-box{
  position: relative;
  display: block;
  background: #ffffff;
  padding: 68px 157px 67px 151px;
  border-radius: 10px;
  margin-bottom: -108px;
  box-shadow: 0 10px 30px rgba(0,0,0,.10);
  z-index: 1;
}

.newsletter-style-four .inner-box .form-group{
  position: relative;
  margin-bottom: 0px;
}

.newsletter-style-four .inner-box .form-group input[type='email']{
  position: relative;
  display: block;
  width: 100%;
  height: 80px;
  border: 1px solid #f1f1f1;
  border-radius: 15px;
  padding: 15px 350px 15px 30px;
  font-size: 16px;
  transition: all 500ms ease;
}

.newsletter-style-four .inner-box .form-group input:focus{
  border-color: #f64373;
}

.newsletter-style-four .inner-box .form-group button{
  position: absolute;
  top: 0px;
  right: 0px;
  height: 80px;
  cursor: pointer;
  padding: 10px 70px;
}

.newsletter-style-four .inner-box .form-group button:hover{
  transform: translateY(0px);
}


/** footer-style-four **/

.footer-style-four{
  position: relative;
  background: #262527;
}

.footer-style-four:before{
  position: absolute;
  content: '';
  background: url(../images/background/footer-bg-4.png);
  width: 100%;
  height: 323px;
  left: 0px;
  bottom: 0px;
  background-repeat: no-repeat;
  background-size: cover;
}

.footer-style-four .logo-widget .text,
.footer-style-four .link-widget .links li a,
.footer-style-four .contact-widget .contact-list li{
  color: #dfdfdf;
}

.footer-style-four .widget-title{
  font-size: 20px;
  font-weight: 600;
  font-family: 'Muli', sans-serif;
  color: #ffffff;
  margin-bottom: 42px;
}

.footer-style-four .logo-widget .apps-btns{
  margin-bottom: 60px;
}

.footer-style-four .logo-widget .apps-btns li{
  position: relative;
  display: inline-block;
  margin-right: 5px;
}

.footer-style-four .logo-widget .apps-btns li:last-child{
  margin-right: 0px;
}

.footer-style-four .logo-widget .apps-btns li a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #ffffff;
  font-family: 'Muli', sans-serif;
  background: #f9426d;
  text-align: center;
  width: 128px;
  padding: 9px 10px 8px 10px;
}

.footer-style-four .logo-widget .apps-btns li a:hover{
  background: #ca56fa;
}

.footer-style-four .logo-widget .apps-btns li i{
  margin-right: 8px;
  font-size: 18px;
}

.footer-style-four .link-widget .links li a:hover,
.footer-style-four .logo-widget .footer-social li a:hover{
  color: #f64373;
}

.footer-style-four .logo-widget .footer-social li{
  position: relative;
  display: inline-block;
  margin-right: 30px;
}

.footer-style-four .logo-widget{
  position: relative;
  margin-right: 40px;
  margin-top: -21px;
}

.footer-style-four .logo-widget .footer-social li:last-child{
  margin-right: 0px;
}

.footer-style-four .logo-widget .footer-social li a{
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: #6c6671;
}

.footer-style-four .company-widget{
  margin-left: 0px;
}

.footer-style-four .about-widget,
.footer-style-four .contact-widget{
  position: relative;
  margin-left: 20px;
}

.footer-style-four .logo-widget .text{
  font-size: 18px;
  line-height: 34px;
  margin-bottom: 39px;
}

.footer-style-four .logo-widget .footer-logo {
  margin-bottom: 27px;
}

.footer-style-four .link-widget .links li a{
  font-size: 18px;
}

.footer-style-four .contact-widget .contact-list li{
  font-size: 18px;
  line-height: 34px;
}

.footer-style-four .contact-widget .contact-list{
  margin-bottom: 78px;
}

.footer-style-four .contact-widget .phone{
  position: relative;
  display: block;
  font-size: 26px;
  line-height: 35px;
  font-family: 'Muli', sans-serif;
  font-weight: 700;
  color: #f64373;
}

.footer-style-four .footer-bottom .copyright,
.footer-style-four .footer-bottom .copyright a{
  font-size: 16px;
  color: #cfcfcf;
}

.footer-style-four .widget-content{
  padding-bottom: 100px;
}


/***

====================================================================
                        Home-Page-07
====================================================================

***/


.header-style-six{
  position: relative;
  background: #150f17;
}

.header-style-six .header-upper .logo-box{
  margin: 0px;
}

.header-style-six .header-upper{
  padding: 55px 0px 52px 0px;
  border-bottom: 1px solid #231b26;
}

.header-style-six .outer-box .btns-box .btn-style-six{
  background: #be5af1;
  padding: 10px 32px 10px 31px;
}

.header-style-six .outer-box .btns-box .btn-style-six:hover{
  background: #f9426d;
}

.header-style-six .outer-box .social-list a{
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: #cbcbcb;
  margin: 0px 15px;
}

.header-style-six .outer-box .social-list a:hover{
  color: #ff3870;
}

.header-style-six .nav-toggler .nav-btn .bar{
  background: #ff3870;
}

.header-style-six .nav-toggler .nav-btn:hover{
  color: #be5af1;
}

.header-style-six .outer-box .outer-content li {
  margin-left: 23px;
}

.header-style-six .outer-box .outer-content li:first-child{
  margin-left: 0px;
}

.header-style-six .nav-outer{
  margin-top: 8px;
}

.header-style-six .sticky-header .nav-outer{
  margin-top: 5px;
}

.hidden-bar .side-menu {
  background-color: transparent;
  padding: 0;
  font-family: 'Muli', sans-serif;
  font-size:12px;
  letter-spacing:1px;
}

.hidden-bar .side-menu ul li ul a {
  background: transparent;
}

.hidden-bar .side-menu ul li ul li ul li a {
  background: transparent;
}

.hidden-bar .side-menu li.current > a {
  color: #fff;
}

.hidden-bar .side-menu ul li{
  position: relative;
  display: block;
}

.hidden-bar .side-menu ul li a {
  position: relative;
  background: transparent;
  color: #fff;
  display: block;
  font-size: 16px;
  font-family: 'Muli', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  border-bottom: 1px solid #ffffff;
  padding: 15px 0px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.hidden-bar .side-menu ul li a .btn.expander {
  background: none;
  color: #fff;
  padding: 4px 12px;
  font-size: 14px;
  border-radius: 0px;
  position: absolute;
  border: 1px solid #ffffff;
  top: 15px;
  right: 0px;
  outline: none;
}

.hidden-bar .side-menu ul li a .btn:focus{
  box-shadow: none;
}

.hidden-bar .navigation > li{
  display: block;
}

.hidden-bar .logo-box{
  position: relative;
  display: block;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.20);
  margin-bottom: 60px;
}


/** banner-style-seven **/

.banner-style-seven{
  position: relative;
  display: block;
  background: #150f17;
  padding: 90px 0px 125px 0px;
  z-index: 1;
}

.banner-style-seven .content-box .date{
  position: relative;
  display: block;
  margin-bottom: 51px;
  min-height: 93px;
}

.banner-style-seven .content-box span{
  position: relative;
  display: inline-block;
  font-size: 58px;
  font-family: 'Comfortaa', cursive;
  color: #ffffff;
  font-weight: 700;
  line-height: 65px;
  transition: all 500ms ease;
}

.banner-style-seven .content-box .date img{
  position: relative;
  display: inline-block;
  width: auto;
  margin: 0px 30px;
  margin-top: -80px;
}

.banner-style-seven .content-box .text{
  position: relative;
  display: block;
  font-size: 26px;
  font-family: 'Muli', sans-serif;
  color: #ffffff;
  line-height: 40px;
  margin-bottom: 83px;
}

.banner-style-seven .content-box .btn-style-six{
  background: #be5af1;
  padding: 24px 45px 23px 44px;
  box-shadow: -10px 10px rgba(190, 90, 241, 0.20);
}

.banner-style-seven .content-box .btn-style-six:hover{
  background: #f9426d;
  box-shadow: 10px -10px rgba(249, 66, 109, 0.20);
}

.banner-style-seven .content-box{
  position: relative;
  padding: 285px 0px 108px 0px;
}

.banner-style-seven .content-box:before{
  position: absolute;
  content: '';
  background: url(../images/background/banner-circle-icon.png);
  width: 1005px;
  height: 1005px;
  left: -330px;
  top: -25px;
  background-repeat: no-repeat;
  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;
}

.banner-style-seven .image-box{
  position: relative;
  display: block;
  margin-right: -345px;
}

.banner-style-seven .image-box .image-1{
  position: relative;
  display: block;
  margin-left: 190px;
  box-shadow: 0 25px 50px rgba(0,0,0,0.20);
}

.banner-style-seven .image-box .image-2{
  position: absolute;
  left: 120px;
  top: 325px;
  z-index: 1;
  box-shadow: 0 25px 50px rgba(0,0,0,0.20);
}

.banner-style-seven .image-box .image-3{
  position: absolute;
  top: 215px;
  right: 0px;
  z-index: 1;
  box-shadow: 0 25px 50px rgba(0,0,0,0.20);
}

.banner-style-seven .image-box .image-4{
  position: relative;
  display: block;
  float: right;
  margin-right: 50px;
  margin-top: -68px;
  box-shadow: 0 25px 50px rgba(0,0,0,0.20);
}

.banner-style-seven .image-box img{
  position: relative;
  display: inline-block;
  border: 10px solid transparent;
  transition: all 500ms ease;
}

.banner-style-seven .image-box img:hover{
  border: 10px solid #ffffff;
  transform: scale(1.1);
  z-index: 2;
}


/** about-style-two **/

.about-style-two{
  position: relative;
  background: #282529;
  padding: 135px 0px;
}

.about-style-two:before{
  position: absolute;
  content: '';
  background: url(../images/icons/icon-19.png);
  left: -20px;
  top: -60px;
  width: 87px;
  height: 134px;
  background-repeat: no-repeat;
  -webkit-animation: pulse-2 2s infinite;
  -o-animation: pulse-2 2s infinite;
  animation: pulse-2 2s infinite;
}

.about-style-two:after{
  position: absolute;
  content: '';
  background: url(../images/background/about-bg-icon.png);
  right: 0px;
  bottom: 0px;
  width: 345px;
  height: 256px;
  background-repeat: no-repeat;
}

.about-style-two .video-inner {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 58px 50px 61px 50px;
  margin-right: 20px;
  margin-top: 3px;
}

.about-style-two .video-inner h2 {
  position: relative;
  display: block;
  font-size: 38px;
  font-family: 'Muli', sans-serif;
  font-weight: 600;
  line-height: 55px;
  color: #503c57;
  margin-bottom: 46px;
}

.about-style-two .video-inner .text {
  position: relative;
  display: block;
  font-size: 18px;
  color: #f9426d;
}

.about-style-two .content-box{
  position: relative;
  display: block;
  margin-left: 30px;
}

.about-style-two .content-box h2{
  position: relative;
  display: block;
  font-size: 45px;
  line-height: 65px;
  font-family: 'Comfortaa', cursive;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 46px;
}

.about-style-two .content-box h2:before{
  position: absolute;
  content: '';
  background: url(../images/icons/icon-18.png);
  left: -30px;
  top: -35px;
  width: 134px;
  height: 134px;
  background-repeat: no-repeat;
}

.about-style-two .content-box h2 span{
  color: #be5af1;
}

.about-style-two .content-box .text p{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 34px;
  color: #e0dfe0;
  margin-bottom: 26px;
}

.about-style-two .content-box .text{
  position: relative;
  display: block;
  padding-bottom: 35px;
}

.about-style-two .content-box .btn-style-six{
  padding: 21px 47px 21px 46px;
  box-shadow: -10px 10px rgba(249, 66, 109, 0.10);
}

.about-style-two .content-box .btn-style-six:hover{
  box-shadow: 10px -10px rgba(249, 66, 109, 0.10);
}


/** portfolio-style-two **/

.portfolio-style-two{
  position: relative;
  padding: 160px 0px 90px 0px;
}

.portfolio-style-two .sec-title-two{
  margin-bottom: 94px;
}

.portfolio-style-two .small-column{
  position:relative;
  width:25%;
  float:left;
}

.portfolio-style-two .small-column{
  padding: 10px;
}

.portfolio-style-two .inner-content{
  position: relative;
  display: block;
  margin: 0px -20px;
}

.portfolio-style-two .small-column .image-box{
  position: relative;
  display: block;
  overflow: hidden;
  background: #ca56fa;
}

.portfolio-style-two .small-column .image-box img{
  width: 100%;
  -webkit-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  transition: all 1500ms ease;
}

.portfolio-style-two .small-column:hover .image-box img{
  opacity: 0.80;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.portfolio-style-two .small-column .image-box .icon-box {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.portfolio-style-two .small-column .image-box .icon-box a {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 140px;
  width: 140px;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  border-radius: 50%;
  line-height: 140px;
  background-color: rgba(249,66,109,0.80);
  margin-top: -70px;
  margin-left: -70px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.portfolio-style-two .small-column:hover .image-box .icon-box a {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.portfolio-style-two .filter-tabs{
  position: relative;
  margin-bottom: 38px;
}

.portfolio-style-two .filter-tabs li{
  position: relative;
  display: inline-block;
  font-size: 22px;
  font-family: 'Muli', sans-serif;
  font-weight: 400;
  color: #ffffff;
  background: #be5af1;
  border-radius: 10px;
  width: 134px;
  padding: 10px 10px 11px 10px;
  margin: 0px 3px;
  cursor: pointer;
  transition: all 500ms ease;
}

.portfolio-style-two .filter-tabs li:nth-child(2){
  background: #faeeff;
  color: #d377fb;
}

.portfolio-style-two .filter-tabs li:nth-child(3){
  background: #e9ffeb;
  color: #74e17e;
}

.portfolio-style-two .filter-tabs li:nth-child(4){
  background: #ffe5ec;
  color: #ff89a9;
}

.portfolio-style-two .filter-tabs li:last-child{
  background: #fff2e5;
  color: #fba54f;
}

.portfolio-style-two .inner-content .link{
  position: relative;
  display: block;
  margin-top: 104px;
}

.portfolio-style-two .inner-content .link a{
  position: relative;
  display: inline-block;
  font-size: 30px;
  line-height: 40px;
  font-family: 'Comfortaa', cursive;
  font-weight: 700;
  color: #ffffff;
  background: -webkit-linear-gradient( 0deg, rgb(202,86,250) 0%, rgb(249,66,109) 100%);
  padding: 18px 75px 16px 75px;
  border: 6px solid #fd91fd;
}

.portfolio-style-two .inner-content .link a:hover{
  transform: translateY(-3px);
}


/** footer-style-five **/

.footer-style-five{
  position: relative;
  background: #0e0b10;
  padding: 163px 0px 0px 0px;
}

.footer-style-five:before{
  background: url(../images/background/footer-bg-5.png);
  top: 0px;
  right: 0px;
  width: 100%;
  height: 280px;
  background-size: cover;
  background-repeat: no-repeat;
}

.footer-style-five .logo-widget .phone h3{
  position: relative;
  display: block;
  font-size: 26px;
  line-height: 35px;
  font-family: 'Muli', sans-serif;
  font-weight: 700;
  color: #be5af1;
  margin-bottom: 21px;
}

.footer-style-five .logo-widget .phone span{
  position: relative;
  display: block;
  font-size: 26px;
  line-height: 35px;
  font-family: 'Muli', sans-serif;
  font-weight: 700;
  color: #f64373;
}

.footer-style-five .logo-widget .footer-logo{
  margin-bottom: 26px;
}

.footer-style-five .link-widget .links li a,
.footer-style-five .contact-widget .contact-list li,
.footer-style-five .footer-bottom .copyright,
.footer-style-five .footer-bottom .copyright a{
  color: #dedede;
}

.footer-style-five .link-widget .links li a{
  font-size: 18px;
}

.footer-style-five .link-widget .links li{
  margin-bottom: 4px;
}

.footer-style-five .contact-widget .contact-list li{
  font-size: 18px;
  line-height: 34px;
  margin-bottom: 15px;
}

.footer-style-five .about-widget{
  position: relative;
  margin-left: 45px;
}

.footer-style-five .contact-widget{
  position: relative;
  margin-left: 60px;
}

.footer-style-five .logo-widget{
  margin-top: 7px;
}

.footer-style-five .footer-bottom .copyright{
  font-size: 16px;
}

.footer-style-five .widget-content{
  padding-bottom: 139px;
}


/***

====================================================================
                        Service-Page
====================================================================

***/


/** page-title **/

.page-title{
  position: relative;
  display: block;
  width: 100%;
  padding: 345px 0px 230px 0px;
  background: linear-gradient(to left, rgba(228, 137, 200, 1) 0%,rgba(135, 13, 218, 1) 80%);
}

.page-title:before{
  position: absolute;
  content: '';
  background: url(../images/icons/page-title-shape.png);
  width: 145px;
  height: 485px;
  left: 0px;
  top: 90px;
}

.page-title h1{
  position: relative;
  display: block;
  font-size: 60px;
  line-height: 70px;
  font-family: 'Comfortaa', cursive;
  font-weight: 700;
  color: #ffffff;
  text-shadow: 0 20px 15px rgba(0, 0, 0, 0.20);
}

.page-title .anim-icons .icon-1 {
  background: url(../images/icons/anim-icon-70.png);
  width: 14px;
  height: 14px;
  top: 60%;
  left: -275px;
  -webkit-animation: zoom-fade-two 5s infinite linear;
  animation: zoom-fade-two 5s infinite linear;
}

.page-title .anim-icons .icon-2 {
  background: url(../images/icons/anim-icon-71.png);
  width: 22px;
  height: 22px;
  right: 40%;
  top: 250px;
}

.page-title .anim-icons .icon-3 {
  background: url(../images/icons/anim-icon-72.png);
  width: 159px;
  height: 162px;
  right: -375px;
  top: 140px;
}

.page-title .anim-icons .icon-4 {
  background: url(../images/icons/anim-icon-73.png);
  width: 60px;
  height: 60px;
  right: -200px;
  top: 400px;
}

.page-title .anim-icons .icon-5 {
  background: url(../images/icons/anim-icon-74.png);
  width: 18px;
  height: 18px;
  right: -350px;
  bottom: 40px;
}

.page-title .anim-icons .icon-6 {
  background: url(../images/icons/anim-icon-75.png);
  width: 11px;
  height: 11px;
  right: 10%;
  bottom: 200px;
}

.page-title .anim-icons .icon-7 {
  background: url(../images/icons/anim-icon-76.png);
  width: 147px;
  height: 112px;
  right: 40%;
  bottom: 50px;
}

.page-title .anim-icons .icon-8 {
  background: url(../images/icons/anim-icon-77.png);
  width: 22px;
  height: 22px;
  left: 100px;
  bottom: 150px;
}

/** page-info **/

.page-info{
  position: relative;
  display: block;
  width: 100%;
  background: #ffffff;
  padding: 36px 0px 34px 0px;
  box-shadow: 0 10px 20px 0px rgba(229, 229, 229, 0.50);
}

.page-info .bread-crumb li{
  position: relative;
  display: inline-block;
  font-size: 26px;
  line-height: 35px;
  font-family: 'Muli', sans-serif;
  color: #706773;
  font-weight: 400;
  margin-right: 10px;
  padding-right: 12px;
}

.page-info .bread-crumb li:last-child{
  padding: 0px;
  margin: 0px;
}

.page-info .bread-crumb li a{
  position: relative;
  display: inline-block;
  color: #706773;
}

.page-info .bread-crumb li a:hover{
  color: #d785f4;
}

.page-info .bread-crumb li:before{
  position: absolute;
  content: '';
  background: #706773;
  width: 3px;
  height: 3px;
  right: 0px;
  bottom: 8px;
}

.page-info .bread-crumb li:last-child:before{
  display: none;
}


/** service-style-five **/


.service-style-five{
  position: relative;
  padding: 150px 0px 0px 0px;
}

.service-style-five .service-block-one{
  position: relative;
  display: block;
  min-height: 400px;
  margin-bottom: 0px;
}

.service-style-five .service-block-one .image-box{
  position: relative;
  display: block;
  text-align: center;
}

.service-style-five .service-block-one .image-box img{
  position: relative;
  display: inline-block;
  width: auto;
  max-width: 100%;
}

.service-style-five .service-block-one .content-box{
  position: relative;
  display: block;
  margin-top: 60px;
}

.service-style-five .service-block-one .content-box h3{
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 40px;
  font-family: 'Comfortaa', cursive;
  font-weight: 700;
  color: #503c57;
  margin-bottom: 29px;
}

.service-style-five .service-block-one .content-box h3 a{
  position: relative;
  display: inline-block;
  color: #503c57;
}

.service-style-five .service-block-one .content-box h3 a:hover{
  color: #d785f4;
}

.font_22{
  position: relative;
  display: block;
  font-size: 22px;
  font-family: 'Muli', sans-serif;
  color: #7e7383;
  line-height: 32px;
}

.service-style-five .anim-icons .icon-1 {
  background: url(../images/icons/anim-icon-50.png);
  width: 47px;
  height: 45px;
  top: 200px;
  left: -200px;
}

.service-style-five .anim-icons .icon-2 {
  background: url(../images/icons/anim-icon-33.png);
  width: 20px;
  height: 20px;
  top: 150px;
  right: 100px;
}

.service-style-five .anim-icons .icon-3 {
  background: url(../images/icons/anim-icon-51.png);
  width: 142px;
  height: 142px;
  top: 220px;
  right: -250px;
}

.service-style-five .anim-icons .icon-4 {
  background: url(../images/icons/anim-icon-40.png);
  width: 15px;
  height: 15px;
  top: 40%;
  right: -200px;
}

.service-style-five .anim-icons .icon-5 {
  background: url(../images/icons/anim-icon-52.png);
  width: 27px;
  height: 35px;
  top: 75%;
  right: -200px;
}

.service-style-five .anim-icons .icon-6 {
  background: url(../images/icons/anim-icon-27.png);
  width: 15px;
  height: 15px;
  top: 40%;
  left: -200px;
}

.integration-style-three{
  padding-top: 82px;
}


/** creative-style-four **/

.creative-style-four{
  position: relative;
  padding: 35px 0px 330px 0px;
}

.creative-style-four:before{
  position: absolute;
  content: '';
  background: url(../images/icons/icon-13.png);
  width: 268px;
  height: 720px;
  left: 0px;
  bottom: 200px;
  background-repeat: no-repeat;
}

.creative-style-four:after{
  position: absolute;
  content: '';
  background: url(../images/icons/cloud-icon-7.png);
  width: 805px;
  height: 609px;
  top: 210px;
  right: 0px;
  background-repeat: no-repeat;
  z-index: -1;
}

.creative-style-four .content-box{
  position: relative;
  margin-left: -30px;
  margin-top: 103px;
}

.creative-style-four .content-box .sec-title{
  margin-bottom: 52px;
}

.creative-style-four .content-box .text{
  margin-bottom: 38px;
}

.creative-style-four .content-box .list li{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 35px;
  font-family: 'Muli', sans-serif;
  color: #666667;
  margin-bottom: 23px;
  padding: 0px 0px 0px 45px;
}

.creative-style-four .content-box .list li:last-child{
  margin-bottom: 0px;
}

.creative-style-four .content-box .list li:before{
  position: absolute;
  content: "\f00c";
  font-size: 20px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  left: 0px;
  top: 0px;
}

.creative-style-four .content-box .list li:first-child:before{
  color: #e8b9ff;
}

.creative-style-four .content-box .list li:nth-child(2):before{
  color: #fbb6e8;
}

.creative-style-four .content-box .list li:last-child:before{
  color: #93fad0;
}

.creative-style-four .inner-content{
  position: relative;
  display: block;
  margin-left: 80px;
  margin-right: -342px;
}

.creative-style-four .inner-content .image-box{
  position: relative;
  display: block;
}

.creative-style-four .inner-content .image-box img{
  max-width: 100%;
  border-radius: 10px;
}

.creative-style-four .inner-content .image-box .image-1{
  position: relative;
  display: block;
  float: right;
  border-radius: 10px;
  box-shadow: 0 23px 50px rgba(176,176,176,.35);
  z-index: 1;
}

.creative-style-four .inner-content .image-box .image-2{
  position: relative;
  display: block;
  float: left;
  margin-top: -100px;
  border-radius: 10px;
  box-shadow: 0 23px 50px rgba(176,176,176,.35);
}

.creative-style-four .inner-content  .video-inner{
  position: absolute;
  left: -60px;
  bottom: 20px;
}

.creative-style-four .inner-content  .video-inner a{
  position: relative;
  display: inline-block;
  font-size: 36px;
  color: #ffffff;
  width: 133px;
  height: 133px;
  line-height: 133px;
  text-align: center;
  background: #8cf18a;
  border-radius: 50%;
  -webkit-animation: pulse 3s infinite;
  -o-animation: pulse 3s infinite;
  animation: pulse 3s infinite;
}

.creative-style-four .anim-icons .icon-1 {
  background: url(../images/icons/anim-icon-7.png);
  width: 11px;
  height: 11px;
  left: 100px;
  top: 0px;
}

.creative-style-four .anim-icons .icon-2 {
  background: url(../images/icons/anim-icon-47.png);
  width: 15px;
  height: 15px;
  left: 50%;
  top: 0px;
}

.creative-style-four .anim-icons .icon-3 {
  background: url(../images/icons/anim-icon-34.png);
  width: 17px;
  height: 15px;
  right: -100px;
  top: 0px;
}

.creative-style-four .anim-icons .icon-4 {
  background: url(../images/icons/anim-icon-53.png);
  width: 165px;
  height: 82px;
  left: 45%;
  bottom: 200px;
}

.creative-style-four .anim-icons .icon-5 {
  background: url(../images/icons/anim-icon-33.png);
  width: 20px;
  height: 20px;
  left: -300px;
  bottom: 150px;
}


/** service-style-six **/

.service-style-six{
  position: relative;
  padding: 225px 0px 300px 0px;
}

.service-style-six .service-block{
  position: relative;
  display: block;
}

.service-style-six .service-block .content-box h2{
  position: relative;
  display: block;
  font-size: 35px;
  line-height: 45px;
  font-family: 'Comfortaa', cursive;
  font-weight: 700;
  color: #424143;
  margin-bottom: 31px;
}

.service-style-six .service-block .content-box h2 a{
  position: relative;
  display: inline-block;
  color: #424143;
}

.service-style-six .service-block h2 a:hover{
  color: #d785f4;
}

.service-style-six .service-block-one .image-box{
  position: relative;
  display: block;
  margin-left: -375px;
  margin-right: 95px;
}

.service-style-six .service-block-one .image-box .image{
  position: relative;
  float: right;
  box-shadow: 0 23px 50px rgba(176,176,176,.35);
}

.service-style-six .service-block-one .image-box img{
  position: relative;
  width: 100%;
}

.service-style-six .service-block-one .image-box:before{
  position: absolute;
  content: '';
  background: url(../images/icons/service-cloud-1.png);
  left: 0px;
  top: -50px;
  width: 780px;
  height: 634px;
  background-repeat: no-repeat;
}

.service-style-six .service-block-one{
  position: relative;
  display: block;
  margin-bottom: 110px;
}

.service-style-six .service-block-one .content-box{
  padding-top: 200px;
  margin-right: 60px;
}

.service-style-six .service-block-two .content-box{
  position: relative;
  padding-top: 290px;
  margin-right: 90px;
}

.service-style-six .service-block-two .image-box{
  position: relative;
  display: block;
  margin-left: 30px;
  margin-right: -375px;
}

.service-style-six .service-block-two .image-box .image-1{
  position: relative;
  float: right;
  border: 10px solid #c4ffc3;
  margin-right: 70px;
  box-shadow: 0 23px 50px rgba(176,176,176,.35);
  z-index: 1;
}

.service-style-six .service-block-two .image-box .image-2{
  position: relative;
  display: block;
  float: left;
  margin-top: -280px;
  box-shadow: 0 23px 50px rgba(176,176,176,.35);
}

.service-style-six .service-block-two .image-box:before{
  position: absolute;
  content: '';
  background: url(../images/icons/service-cloud-2.png);
  right: 0px;
  top: -70px;
  width: 785px;
  height: 640px;
  background-repeat: no-repeat;
}

.service-style-six .service-block-two{
  position: relative;
  display: block;
  margin-bottom: 104px;
}

.service-style-six .service-block-three{
  margin-bottom: 135px;
}

.service-style-six .service-block-four .image-box .image-1{
  border: 10px solid #ffc3f8;
}

.service-style-six .service-block-four{
  margin-bottom: 125px;
}

.service-style-six .service-block-four .image-box:before{
  background: url(../images/icons/service-cloud-3.png);
}

.service-style-six .service-block-five .image-box {
  position: relative;
  display: block;
  margin-left: -375px;
  margin-right: 15px;
}

.service-style-six .service-block-five .image-box .image-1{
  position: relative;
  float: left;
  margin-left: 65px;
  border: 10px solid #ffffff;
  box-shadow: 0 23px 50px rgba(176,176,176,.35);
  z-index: 1;
}

.service-style-six .service-block-five .image-box .image-2{
  position: relative;
  float: right;
  margin-top: -268px;
  box-shadow: 0 23px 50px rgba(176,176,176,.35);
}

.service-style-six .service-block-five .content-box{
  padding-top: 322px;
  margin-left: 60px;
}

.service-style-six .service-block-five .image-box:before {
  position: absolute;
  content: '';
  background: url(../images/icons/service-cloud-4.png);
  left: 0px;
  top: -70px;
  width: 788px;
  height: 644px;
  background-repeat: no-repeat;
}

.service-style-six .anim-icons .icon-1 {
  background: url(../images/icons/anim-icon-50.png);
  width: 47px;
  height: 45px;
  left: 50%;
  top: 100px;
}

.service-style-six .anim-icons .icon-2 {
  background: url(../images/icons/anim-icon-41.png);
  width: 22px;
  height: 22px;
  right: 0px;
  top: 150px;
}

.service-style-six .anim-icons .icon-3 {
  background: url(../images/icons/anim-icon-51.png);
  width: 142px;
  height: 142px;
  right: -300px;
  top: 10%;
}

.service-style-six .anim-icons .icon-4 {
  background: url(../images/icons/anim-icon-33.png);
  width: 20px;
  height: 20px;
  left: 43%;
  top: 24%;
}

.service-style-six .anim-icons .icon-5 {
  background: url(../images/icons/anim-icon-52.png);
  width: 27px;
  height: 35px;
  top: 45%;
  right: -200px;
}

.service-style-six .anim-icons .icon-6 {
  background: url(../images/icons/anim-icon-54.png);
  width: 27px;
  height: 35px;
  top: 80%;
  right: -200px;
}

.service-style-six .anim-icons .icon-7 {
  background: url(../images/icons/anim-icon-47.png);
  width: 15px;
  height: 15px;
  left: -300px;
  bottom: 150px;
}

.service-style-six .anim-icons .icon-8 {
  background: url(../images/icons/anim-icon-40.png);
  width: 15px;
  height: 15px;
  left: -200px;
  top: 60%;
}


/***

====================================================================
                        Portfolio-Page
====================================================================

***/


/** portfolio-style-three **/

.portfolio-list{
  position: relative;
  padding: 190px 0px 182px 0px;
}

.portfolio-list .title-box{
  position: relative;
  display: block;
  margin-bottom: 218px;
}

.portfolio-list .title-box .sec-title{
  margin-bottom: 36px;
}

.portfolio-list .portfolio-block-one .image-box {
  position: relative;
  display: block;
  overflow: hidden;
  background: #ca56fa;
}

.portfolio-list .portfolio-block-one .image-box img {
  width: 100%;
  -webkit-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  transition: all 1500ms ease;
}

.portfolio-list .portfolio-block-one:hover .image-box img {
  opacity: 0.80;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}


.portfolio-list .portfolio-block-one:hover .image-box .icon-box a {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.portfolio-list .portfolio-block-one .image-box .icon-box a {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 140px;
  width: 140px;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  border-radius: 50%;
  line-height: 140px;
  background-color: rgba(249,66,109,0.80);
  margin-top: -70px;
  margin-left: -70px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.portfolio-list .portfolio-block-one .content-box{
  position: relative;
  display: block;
  padding-top: 80px;
  margin-left: 40px;
}

.portfolio-list .portfolio-block-one .content-box h2{
  position: relative;
  display: block;
  font-size: 35px;
  line-height: 45px;
  color: #37253c;
  font-family: 'Comfortaa', cursive;
  font-weight: 700;
  margin-bottom: 32px;
}

.portfolio-list .portfolio-block-one .content-box h2 a{
  position: relative;
  display: inline-block;
  color: #37253c;
}

.portfolio-list .portfolio-block-one .content-box h2 a:hover{
  color: #d785f4;
}

.portfolio-list .portfolio-block-one .content-box .text{
  margin-bottom: 46px;
}

.portfolio-list .portfolio-block-one .content-box .link a{
  position: relative;
  display: inline-block;
  font-size: 22px;
  line-height: 30px;
  font-family: 'Muli', sans-serif;
  color: #37253c;
  background: #8cf18a;
  padding: 7px 31px 8px 32px;
}

.portfolio-list .portfolio-block-one .content-box .link a:hover{
  background: rgb(228,121,243);
  color: #ffffff;
  box-shadow: 0 10px 25px rgba(228, 121, 243, 0.30);
}

.portfolio-list .portfolio-block-one{
  position: relative;
  display: block;
  margin-bottom: 80px;
}

.default-portfolio-section .anim-icons .icon-1 {
  background: url(../images/icons/anim-icon-50.png);
  width: 47px;
  height: 47px;
  left: -100px;
  top: 100px;
  background-repeat: no-repeat;
}

.default-portfolio-section .anim-icons .icon-2 {
  background: url(../images/icons/anim-icon-41.png);
  width: 22px;
  height: 22px;
  right: 0px;
  top: 100px;
  background-repeat: no-repeat;
}

.default-portfolio-section .anim-icons .icon-3 {
  background: url(../images/icons/anim-icon-51.png);
  width: 142px;
  height: 142px;
  right: -250px;
  top: 15%;
  background-repeat: no-repeat;
}

.default-portfolio-section .anim-icons .icon-4 {
  background: url(../images/icons/anim-icon-18.png);
  width: 153px;
  height: 125px;
  right: -350px;
  top: 28%;
  background-repeat: no-repeat;
}

.default-portfolio-section .anim-icons .icon-5 {
  background: url(../images/icons/anim-icon-33.png);
  width: 20px;
  height: 20px;
  right: -250px;
  top: 53%;
  background-repeat: no-repeat;
}

.default-portfolio-section .anim-icons .icon-6 {
  background: url(../images/icons/anim-icon-52.png);
  width: 27px;
  height: 35px;
  right: -250px;
  top: 80%;
  background-repeat: no-repeat;
}

.default-portfolio-section .anim-icons .icon-7 {
  background: url(../images/icons/anim-icon-54.png);
  width: 27px;
  height: 35px;
  right: 0px;
  bottom: 150px;
  background-repeat: no-repeat;
}

.default-portfolio-section .anim-icons .icon-8 {
  background: url(../images/icons/anim-icon-33.png);
  width: 20px;
  height: 20px;
  left: -250px;
  top: 12%;
  background-repeat: no-repeat;
}

.default-portfolio-section .anim-icons .icon-9 {
  background: url(../images/icons/anim-icon-40.png);
  width: 15px;
  height: 15px;
  left: -250px;
  top: 34%;
  background-repeat: no-repeat;
}

.default-portfolio-section .anim-icons .icon-10 {
  background: url(../images/icons/anim-icon-52.png);
  width: 27px;
  height: 35px;
  left: -250px;
  top: 63%;
  background-repeat: no-repeat;
}

.default-portfolio-section .anim-icons .icon-11 {
  background: url(../images/icons/anim-icon-17.png);
  width: 15px;
  height: 15px;
  left: -250px;
  top: 85%;
  background-repeat: no-repeat;
}

.default-portfolio-section .anim-icons .icon-12 {
  background: url(../images/icons/anim-icon-47.png);
  width: 15px;
  height: 15px;
  left: -200px;
  bottom: -100px;
  background-repeat: no-repeat;
}


/** portfolio-two-column **/

.portfolio-two-column{
  position: relative;
  padding: 208px 0px 120px 0px;
}

.portfolio-two-column .portfolio-block{
  position: relative;
  display: block;
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}

.portfolio-two-column .portfolio-block .image-box{
  position: relative;
  display: block;
}

.portfolio-two-column .portfolio-block .image-box .image{
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}

.portfolio-two-column .portfolio-block .image-box img{
  position: relative;
  width: 100%;
}

.portfolio-two-column .portfolio-block .image-2{
  position: absolute;
  width: 396px;
  height: 488px;
  left: -8px;
  top: -73px;
  transition: all 1500ms ease;
}

.portfolio-two-column .portfolio-block:hover .image-2{
  transform: rotate(-20deg);
}

.portfolio-two-column .portfolio-block:hover .image-box .image img {
  opacity: 0.80;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.portfolio-two-column .portfolio-block .image-box .image img {
  width: 100%;
  -webkit-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  transition: all 1500ms ease;
}

.portfolio-two-column .portfolio-block .image-box .icon-box a {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 140px;
  width: 140px;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  border-radius: 50%;
  line-height: 140px;
  background-color: rgba(249,66,109,0.80);
  margin-top: -70px;
  margin-left: -70px;
  z-index: 1;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.portfolio-two-column .portfolio-block:hover .image-box .icon-box a {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.portfolio-two-column .portfolio-block .lower-content{
  position: relative;
  display: block;
  padding-top: 75px;
}

.portfolio-two-column .portfolio-block .lower-content h3{
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 40px;
  font-family: 'Comfortaa', cursive;
  font-weight: 700;
  color: #503c57;
  margin-bottom: 20px;
}

.portfolio-two-column .portfolio-block .lower-content h3 a{
  position: relative;
  display: inline-block;
  color: #503c57;
}

.portfolio-two-column .portfolio-block .lower-content h3 a:hover{
  color: #e478f3;
}

.portfolio-two-column .portfolio-block{
  position: relative;
  display: block;
  margin-bottom: 80px;
  padding-bottom: 37px;
}


/** portfolio-three-column **/

.portfolio-three-column{
  position: relative;
  padding: 220px 0px 180px 0px;
}

.sortable-masonry{
  position: relative;
  display: block;
}

.portfolio-three-column .filter-btns{
  position: relative;
  display: block;
  margin-bottom: 103px;
}

.portfolio-three-column .filter-btns li{
  position: relative;
  display: inline-block;
  font-size: 20px;
  line-height: 30px;
  font-family: 'Muli', sans-serif;
  font-weight: 600;
  color: #503c57;
  margin: 0px 16px;
  padding-bottom: 6px;
  cursor: pointer;
  transition: all 500ms ease;
}

.portfolio-three-column .filter-btns li:before,
.portfolio-three-column .filter-btns li:hover:before {
  position: absolute;
  content: '';
  background: #e478f3;
  width: 0%;
  height: 3px;
  left: 0px;
  bottom: 0px;
  transition: all 500ms ease;
  -webkit-mask-image: linear-gradient(-75deg, rgba(244,55,55,0.6) 50%, #f43737 50%, rgba(0,0,0,1) 70%);
  -webkit-mask-size: 200%;
  animation: shine 2s infinite;
}

.portfolio-three-column .filter-btns li.active:before,
.portfolio-three-column .filter-btns li:hover:before{
  width: 100%;
}

.portfolio-three-column .filter-btns li:after {
  position: absolute;
  content: '';
  background: #ffffff;
  width: 6px;
  height: 4px;
  right: 25%;
  bottom: 0px;
  transition: all 500ms ease;
}

.portfolio-three-column .inner-box{
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.portfolio-three-column .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
  background: #3a2462;
}

.portfolio-three-column .inner-box:hover .image-box img {
  opacity: 0.40;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.portfolio-three-column .inner-box .image-box img {
  width: 100%;
  -webkit-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  transition: all 1500ms ease;
}

.portfolio-three-column .inner-box:hover .image-box .icon-box a {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.portfolio-three-column .inner-box .image-box .icon-box a {
  position: absolute;
  right: 17px;
  bottom: 29px;
  height: 45px;
  width: 45px;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  border-radius: 50%;
  line-height: 45px;
  background-color: #e478f3;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.portfolio-three-column .load-btns{
  position: relative;
  display: block;
  padding-top: 77px;
}

.portfolio-three-column .load-btns a{
  position: relative;
  display: inline-block;
  font-size: 20px;
  font-family: 'Muli', sans-serif;
  font-weight: 600;
  color: #e478f3;
  border: 1px solid #fbe1ff;
  padding: 12px 46px 13px 46px;
}

.portfolio-three-column .load-btns a:hover{
  background: #e478f3;
  color: #ffffff;
  border: 1px solid #e478f3;
}


/** portfolio-grid **/

.portfolio-grid{
  position: relative;
  padding: 270px 0px 220px 0px;
}

.portfolio-grid .portfolio-block .image-box {
  position: relative;
  display: block;
  overflow: hidden;
  background: #11001d;
}

.portfolio-grid .portfolio-block .image-box img {
  width: 100%;
  -webkit-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  transition: all 1500ms ease;
}

.portfolio-grid .portfolio-block:hover .image-box img {
  opacity: 0.6;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.portfolio-grid .portfolio-block:hover .image-box .icon-box a {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.portfolio-grid .portfolio-block .image-box .icon-box a {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 140px;
  width: 140px;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  border-radius: 50%;
  line-height: 140px;
  background-color: rgba(249,66,109,0.80);
  margin-top: -70px;
  margin-left: -70px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.portfolio-grid .portfolio-block{
  position: relative;
  display: block;
  margin-bottom: 28px;
}

.portfolio-grid .portfolio-block .lower-content{
  position: relative;
  display: block;
  padding: 55px 30px 30px 30px;
}

.portfolio-grid .portfolio-block .lower-content h3{
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 40px;
  font-family: 'Comfortaa', cursive;
  font-weight: 700;
  color: #503c57;
  margin-bottom: 20px;
}

.portfolio-grid .portfolio-block .lower-content h3 a{
  position: relative;
  display: inline-block;
  color: #503c57;
}

.portfolio-grid .portfolio-block .lower-content h3 a:hover{
  color: #e478f3;
}


/** portfolio-fullwidtn-one **/

.portfolio-fullwidtn-one{
  position: relative;
  padding: 219px 0px 200px 0px;
}

.portfolio-fullwidtn-one .masonry-item{
  padding: 0px;
}

.portfolio-fullwidtn-one .inner-box{
  margin-bottom: 0px;
}

.portfolio-fullwidtn-one .outer-container{
  position: relative;
  margin: 0px 15px;
}

.portfolio-fullwidtn-one .inner-box .content-box {
  position: absolute;
  left: 50%;
  top: 50%;
  text-align: center;
  margin-top: -25px;
  margin-left: -205px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.portfolio-fullwidtn-one .inner-box:hover .content-box {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.portfolio-fullwidtn-one .inner-box .content-box h3{
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 40px;
  font-family: 'Comfortaa', cursive;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 9px;
}

.portfolio-fullwidtn-one .inner-box .content-box h3 a{
  position: relative;
  display: inline-block;
  color: #ffffff;
}

.portfolio-fullwidtn-one .inner-box .content-box .text{
  position: relative;
  display: block;
  font-size: 16px;
  font-family: 'Muli', sans-serif;
  color: #ffffff;
}

.portfolio-fullwidtn-one .load-btns{
  padding-top: 102px;
}

.portfolio-fullwidtn-one .filter-btns{
  margin-bottom: 90px;
}

.portfolio-fullwidtn-one .anim-icons .icon-1 {
  background: url(../images/icons/anim-icon-55.png);
}

.portfolio-fullwidtn-one .anim-icons .icon-3{
  right: -300px;
  top: 90%;
  background: url(../images/icons/anim-icon-12.png);
  width: 145px;
  height: 122px;
  background-repeat: no-repeat;
}

.portfolio-fullwidtn-one .anim-icons .icon-4 {
  background: url(../images/icons/anim-icon-52.png);
  width: 27px;
  height: 35px;
  right: 120%;
  top: 93%;
  background-repeat: no-repeat;
}


/** portfolio-fullwidtn-two **/

.portfolio-fullwidtn-two{
  position: relative;
  padding-bottom: 284px;
}

.portfolio-fullwidtn-two .masonry-item{
  position: relative;
  float: left;
}

.portfolio-fullwidtn-two .masonry-item.big-column{
  width: 66.666%;
}

.portfolio-fullwidtn-two .masonry-item.small-column{
  width: 33.333%;
}

.portfolio-fullwidtn-two .inner-box{
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 0px;
}


/** portfolio-single-one **/

.portfolio-single-one{
  position: relative;
  padding: 224px 0px 234px 0px;
}

.portfolio-single-one .upper-box{
  position: relative;
  display: block;
  background: #ffffff;
  padding: 69px 200px 65px 200px;
  box-shadow: 0 0px 15px 0px rgba(0, 0, 0, 0.10);
  margin-bottom: 144px;
}

.portfolio-single-one .upper-box .inner-box span{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #37253c;
  margin-bottom: 26px;
}

.portfolio-single-one .upper-box .inner-box h2{
  position: relative;
  display: block;
  font-size: 35px;
  line-height: 45px;
  font-family: 'Comfortaa', cursive;
  color: #37253c;
  line-height: 48px;
  margin-bottom: 25px;
}

.portfolio-single-one .upper-box .inner-box{
  position: relative;
  display: block;
  padding-bottom: 51px;
  margin-bottom: 56px;
  border-bottom: 1px solid #f5f5f5;
}

.portfolio-single-one .upper-box .info-box li{
  position: relative;
  display: block;
  float: left;
  width: 33.333%;
}

.portfolio-single-one .upper-box .info-box li:nth-child(2){
  left: 30px;
}

.portfolio-single-one .upper-box .info-box li:last-child{
  left: 80px;
}

.portfolio-single-one .upper-box .info-box h5{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-family: 'Muli', sans-serif;
  color: #37253c;
  margin-bottom: 5px;
}

.portfolio-single-one .upper-box .info-box p{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 28px;
  color: #706773;
  margin-bottom: 0px;
}

.portfolio-single-one .upper-box .anim-icons .icon-1{
  left: 0px;
  top: 0px;
  background: url(../images/icons/icon-20.png);
  width: 200px;
  height: 253px;
  background-repeat: no-repeat;
}

.portfolio-single-one .upper-box .anim-icons .icon-2{
  right: 0px;
  bottom: 0px;
  background: url(../images/icons/icon-21.png);
  width: 340px;
  height: 446px;
  background-repeat: no-repeat;
}

.portfolio-single-one .image-box .outer-container{
  position: relative;
  display: block;
  margin-bottom: 166px;
}

.portfolio-single-one .image-box .outer-container .image{
  position: relative;
  display: block;
  overflow: hidden;
  background: #3a2462;
}

.portfolio-single-one .image-box .outer-container .image img{
  width: 100%;
  opacity: 1;
  transition: all 900ms ease;
}

.portfolio-single-one .image-box .outer-container .image:hover img{
  opacity: 0.5;
  transform: scale(1.1);
}

.portfolio-single-one .image-box .outer-container .owl-nav,
.portfolio-single-one .image-box .outer-container .owl-dots{
  display: none;
}

.portfolio-single-one .lower-box .single-box .content-box{
  position: relative;
  display: block;
  padding-top: 176px;
}

.portfolio-single-one .lower-box .single-box .content-box h5{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-family: 'Muli', sans-serif;
  font-weight: 600;
  color: #37253c;
  margin-bottom: 29px;
  text-transform: uppercase;
}

.portfolio-single-one .lower-box .single-box .content-box p{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: #706773;
}

.portfolio-single-one .lower-box .single-box .image-box{
  position: relative;
  display: block;
}

.portfolio-single-one .lower-box .single-box .image-box img{
  width: 100%;
}

.portfolio-single-one .lower-box .single-box-one .image-box{
  position: relative;
  margin-right: -375px;
  margin-left: 30px;
}

.portfolio-single-one .lower-box .single-box-one .image-box .image-2{
  position: absolute;
  width: 645px;
  height: 532px;
  right: 0px;
  top: 95px;
}

.portfolio-single-one .lower-box .single-box-one .image-box .image{
  position: relative;
  display: block;
  float: left;
  box-shadow: 0 0px 15px 0px rgba(0, 0, 0, 0.10);
  z-index: 1;
}

.portfolio-single-one .lower-box .single-box{
  position: relative;
  display: block;
  margin-bottom: 284px;
}

.portfolio-single-one .lower-box .single-box-two .image-box{
  position: relative;
  margin-left: -375px;
  margin-right: 30px;
}

.portfolio-single-one .lower-box .single-box-two .image-box .image-2{
  position: absolute;
  width: 645px;
  height: 532px;
  left: 0px;
  top: 95px;
}

.portfolio-single-one .lower-box .single-box-two .image-box .image{
  position: relative;
  display: block;
  float: right;
  box-shadow: 0 0px 15px 0px rgba(0, 0, 0, 0.10);
  z-index: 1;
}

.portfolio-single-one .load-more-option .left-content{
  position: relative;
  float: left;
  max-width: 570px;
  width: 100%;
  background: #efffef;
  padding: 59px 50px 48px 33px;
  text-align: center;
}

.portfolio-single-one .load-more-option .right-content{
  position: relative;
  float: right;
  max-width: 570px;
  width: 100%;
  background: #f6a4e8;
  padding: 59px 35px 48px 30px;
  text-align: center;
}

.portfolio-single-one .load-more-option .clearfix h5{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-family: 'Comfortaa', cursive;
  font-weight: 700;
  color: #37253c;
  margin-bottom: 36px;
}

.portfolio-single-one .load-more-option .clearfix h3{
  position: relative;
  display: block;
  font-size: 26px;
  line-height: 36px;
  font-family: 'Comfortaa', cursive;
  font-weight: 700;
  color: #37253c;
}

.portfolio-single-one .load-more-option .clearfix .right-content h5,
.portfolio-single-one .load-more-option .clearfix .right-content h3{
  color: #ffffff
}

.portfolio-single-one .load-more-option .left-content .content{
  position: relative;
  padding-left: 140px;
}

.portfolio-single-one .load-more-option .right-content .content{
  position: relative;
  padding-right: 140px;
}

.portfolio-single-one .load-more-option .left-content .content .prev-btn{
  position: absolute;
  left: 0px;
  bottom: -19px;
}

.portfolio-single-one .load-more-option .right-content .content .next-btn{
  position: absolute;
  right: 0px;
  bottom: -19px;
}

.portfolio-single-one .load-more-option .clearfix .content a{
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  background: transparent;
  border-radius: 50%;
  transition: all 500ms ease;
}

.portfolio-single-one .load-more-option .clearfix .content a:hover{
  box-shadow: 0 10px 50px 0px rgba(0, 0, 0, 0.10);
}

.portfolio-single-one .load-more-option{
  position: relative;
  display: block;
  padding-top: 81px;
}

.portfolio-single-one .anim-icons .icon-3{
  left: -100px;
  top: 200px;
  background: url(../images/icons/anim-icon-55.png);
  width: 47px;
  height: 45px;
  background-repeat: no-repeat;
}

.portfolio-single-one .anim-icons .icon-4{
  right: 50px;
  top: 100px;
  background: url(../images/icons/anim-icon-40.png);
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
}

.portfolio-single-one .anim-icons .icon-5{
  right: -350px;
  top: 15%;
  background: url(../images/icons/anim-icon-12.png);
  width: 145px;
  height: 122px;
  background-repeat: no-repeat;
}

.portfolio-single-one .anim-icons .icon-6{
  right: -300px;
  top: 80%;
  background: url(../images/icons/anim-icon-54.png);
  width: 27px;
  height: 35px;
  background-repeat: no-repeat;
}

.portfolio-single-one .anim-icons .icon-7{
  left: -300px;
  top: 60%;
  background: url(../images/icons/anim-icon-52.png);
  width: 27px;
  height: 35px;
  background-repeat: no-repeat;
}

.portfolio-single-one .anim-icons .icon-8{
  left: -200px;
  top: 15%;
  background: url(../images/icons/anim-icon-41.png);
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
}


/** portfolio-single-two **/

.portfolio-single-two{
  position: relative;
  padding: 233px 0px 267px 0px;
}

.portfolio-single-two .image-content .title-box{
  position: relative;
  display: block;
  margin-bottom: 64px;
}

.portfolio-single-two .image-content .title-box span{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: #282331;
  margin-bottom: 20px;
}

.portfolio-single-two .image-content .title-box h2{
  position: relative;
  display: block;
  font-size: 35px;
  font-family: 'Comfortaa', cursive;
  font-weight: 700;
  line-height: 48px;
  color: #282331;
}

.portfolio-single-two .image-content .image{
  position: relative;
  display: block;
  background: #3a2462;
  overflow: hidden;
  margin-bottom: 30px;
}

.portfolio-single-two .image-content .image img{
  width: 100%;
  opacity: 1;
  transition: all 900ms ease;
}

.portfolio-single-two .image-content .image:hover img{
  opacity: 0.2;
  transform: scale(1.1);
}

.portfolio-single-two .content-box{
  position: relative;
  display: block;
  margin-left: 40px;
}

.portfolio-single-two .content-box h5{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-family: 'Muli', sans-serif;
  color: #282331;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 26px;
}

.portfolio-single-two .content-box p{
  position: relative;
  display: block;
  font-size: 18px;
  color: #807e83;
  margin-bottom: 37px;
}

.portfolio-single-two .content-box .info-list li{
  position: relative;
  display: block;
  font-size: 18px;
  color: #807e83;
  padding: 22px 0px 17px 0px;
  border-bottom: 1px solid #f3f3f3;
}

.portfolio-single-two .content-box .info-list li a{
  position: relative;
  display: inline-block;
  color: #807e83;
}

.portfolio-single-two .content-box .info-list li a:hover{
  text-decoration: underline;
}

.portfolio-single-two .content-box .info-list span{
  position: relative;
  display: inline-block;
  max-width: 50%;
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  color: #282331;
}

.portfolio-single-two .content-box .info-list{
  position: relative;
  display: block;
  margin-bottom: 72px;
}

.portfolio-single-two .content-box .social-icons li{
  position: relative;
  display: inline-block;
  margin-right: 23px;
}

.portfolio-single-two .content-box .social-icons li:last-child{
  margin-right: 0px;
}

.portfolio-single-two .content-box .social-icons li a{
  position: relative;
  display: inline-block;
  font-size: 24px;
  color: #bbb1c3;
}

.portfolio-single-two .content-box .social-icons li a:hover{
  color: #8cf18a;
}

.portfolio-single-two .load-more-option a{
  position: relative;
  display: inline-block;
  font-size: 21px;
  line-height: 30px;
  font-family: 'Comfortaa', sans-serif;
  font-weight: 700;
  color: #282331;
  text-shadow: 0 10px 3px rgba(0, 0, 0, 0.20);
}

.portfolio-single-two .load-more-option{
  position: relative;
  display: block;
  padding-top: 127px;
}

.portfolio-single-two .load-more-option a:hover{
  color: #8cf18a;
}

.portfolio-single-two .anim-icons .icon-1 {
  background: url(../images/icons/anim-icon-55.png);
  width: 47px;
  height: 45px;
  left: -100px;
  top: 100px;
}

.portfolio-single-two .anim-icons .icon-2 {
  background: url(../images/icons/anim-icon-40.png);
  width: 15px;
  height: 15px;
  right: 150px;
  top: 150px;
}

.portfolio-single-two .anim-icons .icon-3 {
  background: url(../images/icons/anim-icon-12.png);
  width: 145px;
  height: 122px;
  right: -350px;
  top: 150px;
}

.portfolio-single-two .anim-icons .icon-4 {
  background: url(../images/icons/anim-icon-54.png);
  width: 27px;
  height: 35px;
  right: -300px;
  top: 70%;
}

.portfolio-single-two .anim-icons .icon-5 {
  background: url(../images/icons/anim-icon-52.png);
  width: 27px;
  height: 35px;
  left: -200px;
  top: 80%;
}

.portfolio-single-two .anim-icons .icon-6 {
  background: url(../images/icons/anim-icon-41.png);
  width: 22px;
  height: 22px;
  left: -200px;
  top: 25%;
}


/***

====================================================================
                        About-Page
====================================================================

***/

.discover-section.alternate-2{
  padding-top: 260px;
}

.discover-section.alternate-2:after{
  top: 160px;
}

.discover-section.alternate-2 .anim-icons .icon-1{
  top: 200px;
}

.discover-section.alternate-2 .anim-icons .icon-2{
  top: 200px;
  right: -150px;
}

.discover-section.alternate-2 .content-box .text{
  margin-bottom: 63px;
}

/** creative-style-five **/

.creative-style-five{
  position: relative;
  padding: 115px 0px 167px 0px;
}

.creative-style-five .content-box h2{
  position: relative;
  display: block;
  font-size: 38px;
  line-height: 52px;
  font-family: 'Comfortaa', cursive;
  font-weight: 700;
  color: #242425;
  margin-bottom: 28px;
}

.creative-style-five .content-box .text p{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 32px;
  color: #666667;
  margin-bottom: 45px;
}

.creative-style-five .content-box .text p:last-child{
  margin-bottom: 0px;
}

.creative-style-five .content-box .content-style-one{
  padding-bottom: 39px;
}

.creative-style-five .content-box .content-style-two h2{
  margin-bottom: 20px;
}

.creative-style-five .image-box{
  position: relative;
  display: block;
  margin-right: -375px;
  margin-top: 60px;
}

.creative-style-five .image-box:before{
  position: absolute;
  content: '';
  background: #8cf18a;
  width: 475px;
  height: 498px;
  top: -75px;
  right: 0px;
}

.creative-style-five .image-box .image{
  position: relative;
  display: block;
  float: left;
}

.creative-style-five .image-box .image img{
  width: 100%;
}

.creative-style-five .anim-icons .icon-1 {
  background: url(../images/icons/anim-icon-27.png);
  width: 15px;
  height: 15px;
  left: -250px;
  top: 30%;
}

.creative-style-five .anim-icons .icon-2 {
  background: url(../images/icons/anim-icon-17.png);
  width: 15px;
  height: 15px;
  left: -180px;
  top: 75%;
}

.creative-style-five .anim-icons .icon-3 {
  background: url(../images/icons/anim-icon-53.png);
  width: 165px;
  height: 82px;
  left: -250px;
  bottom: 0px;
}

.integration-section.alternate-2{
  padding-bottom: 200px;
}

.counter-style-three.alternate-2 .anim-icons .icon-3 {
  background: url(../images/icons/anim-icon-33.png);
  width: 20px;
  height: 20px;
  left: -100px;
  top: 0px;
}

.counter-style-three.alternate-2 .anim-icons .icon-4 {
  background: url(../images/icons/anim-icon-4.png);
  width: 15px;
  height: 15px;
  left: 200px;
  top: 0px;
}

.counter-style-three.alternate-2 .anim-icons .icon-5 {
  background: url(../images/icons/anim-icon-34.png);
  width: 17px;
  height: 15px;
  right: -200px;
  top: -50px;
}

.counter-style-three.alternate-2{
  padding-bottom: 285px;
}

.testimonial-style-three.alternate-2{
  padding-bottom: 450px;
}

.discover-section.alternate-3{
  padding-top: 250px;
  padding-bottom: 210px;
}

.discover-section.alternate-3 .image-box .image-2{
  width: 807px;
  height: 676px;
  top: -100px;
  right: -60px;
}

.discover-section.alternate-3 .image-box{
  margin-right: 94px;
  margin-left: -315px;
  margin-top: 62px;
}

.discover-section.alternate-3 .image-box .image{
  margin: 0px;
}

.discover-section.alternate-3 .anim-icons .icon-1{
  top: 150px;
}

.discover-section.alternate-3 .anim-icons .icon-2{
  top: 100px;
}

.creative-style-four.alternate-2{
  padding-bottom: 180px;
}

/** creative-style-six **/

.creative-style-six{
  position: relative;
  padding: 120px 0px 165px 0px;
}

.creative-style-six .content-box {
  position: relative;
  display: block;
  margin-left: 70px;
}

.creative-style-six .content-box .content-style-one {
  padding-bottom: 66px;
}

.creative-style-six .content-box h2 {
  position: relative;
  display: block;
  font-size: 38px;
  line-height: 52px;
  font-family: 'Comfortaa', cursive;
  font-weight: 700;
  color: #242425;
  margin-bottom: 28px;
}

.creative-style-six .content-box .text p {
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 32px;
  color: #666667;
  margin-bottom: 25px;
}

.creative-style-six .content-box .text p:last-child {
  margin-bottom: 0px;
}

.creative-style-six .content-box .content-style-two h2 {
  margin-bottom: 20px;
}

.creative-style-six .image-box{
  position: relative;
  display: block;
  margin-left: -300px;
  margin-top: 65px;
}

.creative-style-six .image-box .image-2{
  position: absolute;
  width: 472px;
  height: 588px;
  left: -80px;
  top: -95px;
  z-index: -1;
}

.creative-style-six .image-box img{
  position: relative;
  width: 100%;
}

.creative-style-six .anim-icons .icon-1 {
  background: url(../images/icons/anim-icon-17.png);
  width: 15px;
  height: 15px;
  left: 30%;
  top: 180px;
}

.creative-style-six .anim-icons .icon-2 {
  background: url(../images/icons/anim-icon-40.png);
  width: 15px;
  height: 15px;
  left: -200px;
  bottom: 0px;
}

.integration-section.alternate-3{
  padding-top: 70px;
}

.team-section.alternate-2{
  padding: 40px 0px 230px 0px;
}


/***

====================================================================
                        Staffs-Page
====================================================================

***/


.staffs-page{
  position: relative;
  padding: 252px 0px 228px 0px;
}

.staffs-page .single-team-content{
  margin-bottom: 75px;
}

.staffs-page .lower-box{
  position: relative;
  display: block;
  padding-top: 82px;
}

.staffs-page .lower-box h2{
  position: relative;
  display: block;
  font-size: 35px;
  line-height: 45px;
  font-family: 'Comfortaa', sans-serif;
  color: #242425;
  font-weight: 700;
  margin-bottom: 60px;
}

.staffs-page .lower-box .btn-style-two{
  padding: 17px 65px;
  text-transform: uppercase;
}

.staffs-page .lower-box .btn-style-two:hover{
  color: #ffffff;
}

.staffs-page .anim-icons .icon-1 {
  background: url(../images/icons/anim-icon-50.png);
  width: 47px;
  height: 45px;
  left: -100px;
  top: 150px;
}

.staffs-page .anim-icons .icon-2 {
  background: url(../images/icons/anim-icon-41.png);
  width: 22px;
  height: 22px;
  right: -100px;
  top: 150px;
}

.staffs-page .anim-icons .icon-3 {
  background: url(../images/icons/anim-icon-51.png);
  width: 142px;
  height: 142px;
  right: -250px;
  top: 25%;
}

.staffs-page .anim-icons .icon-4 {
  background: url(../images/icons/anim-icon-52.png);
  width: 27px;
  height: 35px;
  right: -300px;
  top: 65%;
}

.staffs-page .anim-icons .icon-5 {
  background: url(../images/icons/anim-icon-40.png);
  width: 15px;
  height: 15px;
  left: -250px;
  top: 70%;
}

.staffs-page .anim-icons .icon-6 {
  background: url(../images/icons/anim-icon-33.png);
  width: 20px;
  height: 20px;
  left: -300px;
  top: 40%;
}


/***

====================================================================
                        Pricing-Page
====================================================================

***/


.pricing-plan{
  position: relative;
  padding: 190px 0px 134px 0px;
}

.pricing-plan .sec-title{
  margin-bottom: 107px;
}

.pricing-plan .sec-title h2{
  margin-bottom: 36px;
}

.pricing-plan .single-plan-box{
  position: relative;
  display: block;
  min-height: 421px;
  padding: 47px 25px 77px 25px;
  margin: 20px 0px;
  transition: all 700ms ease;
}

.pricing-plan .single-plan-box:hover {
  padding: 67px 25px 97px 25px;
  margin: 0px;
  min-height: 100%;
}

.pricing-plan .plan-column:first-child .single-plan-box:hover{
  background: #8cf18a;
}

.pricing-plan .plan-column:nth-child(2) .single-plan-box:hover{
  background: #ffaeff;
}

.pricing-plan .plan-column:last-child .single-plan-box:hover{
  background: #ff9d9d;
}

.pricing-plan .plan-column:first-child .single-plan-box{
  background: #f2fff2;
}

.pricing-plan .plan-column:nth-child(2) .single-plan-box{
  background: #fff7ff;
}

.pricing-plan .plan-column:last-child .single-plan-box{
  background: #fff1f1;
}

.pricing-plan .single-plan-box .icon-box{
  position: relative;
  display: inline-block;
  font-size: 30px;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 49px;
  transition: all 500ms ease;
}

.pricing-plan .plan-column:first-child .single-plan-box .icon-box{
  background: #e2ffe1;
  color: #8cf18a;
}

.pricing-plan .plan-column:first-child .single-plan-box:hover .icon-box{
  background: #ffffff;
  color: #8cf18a;
}

.pricing-plan .plan-column:nth-child(2) .single-plan-box:hover .icon-box{
  background: #ffffff;
  color: #ffaeff;
}

.pricing-plan .plan-column:last-child .single-plan-box:hover .icon-box{
  background: #ffffff;
  color: #ff9d9d;
}

.pricing-plan .plan-column:nth-child(2) .single-plan-box .icon-box{
  background: #fee9ff;
  color: #ffaeff;
}

.pricing-plan .plan-column:last-child .single-plan-box .icon-box{
  background: #ffdcdc;
  color: #ff9d9d;
}

.pricing-plan .single-plan-box h3{
  position: relative;
  display: block;
  font-size: 26px;
  line-height: 35px;
  font-weight: 700;
  font-family: 'Comfortaa', cursive;
  color: #37253c;
  margin-bottom: 29px;
}

.pricing-plan .single-plan-box h3 a{
  position: relative;
  display: inline-block;
  color: #37253c;
}

.pricing-plan .single-plan-box:hover h3 a,
.pricing-plan .single-plan-box:hover h3,
.pricing-plan .single-plan-box:hover .text{
  color: #ffffff;
}

.pricing-plan .single-plan-box .text{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: #807f82;
  transition: all 500ms ease;
}

.pricing-section.alternate-2{
  padding-bottom: 253px;
}

.pricing-plan .anim-icons .icon-1 {
  background: url(../images/icons/anim-icon-50.png);
  width: 47px;
  height: 45px;
  left: -100px;
  top: 150px;
}

.pricing-plan .anim-icons .icon-2 {
  background: url(../images/icons/anim-icon-41.png);
  width: 22px;
  height: 22px;
  right: -100px;
  top: 150px;
}

.pricing-plan .anim-icons .icon-3 {
  background: url(../images/icons/anim-icon-51.png);
  width: 142px;
  height: 142px;
  right: -250px;
  top: 60%;
}


/***

====================================================================
                        Faq-Page
====================================================================

***/

.faq-section{
  position: relative;
  padding: 176px 0px 240px 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: 'Comfortaa', cursive;
  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;
  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: 'Comfortaa', cursive;
  color: #37253c;
  font-weight: 700;
  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: #8cf18a;
  padding: 5px 15px 5px 15px;
}

.faq-section .content-box .inner-box a:hover{
  background: #f9426d;
  color: #ffffff;
}

.faq-section .anim-icons .icon-1 {
  background: url(../images/icons/anim-icon-55.png);
  width: 47px;
  height: 45px;
  left: -250px;
  top: 150px;
}

.faq-section .anim-icons .icon-2 {
  background: url(../images/icons/anim-icon-40.png);
  width: 15px;
  height: 15px;
  left: 45%;
  top: 120px;
}

.faq-section .anim-icons .icon-3 {
  background: url(../images/icons/anim-icon-40.png);
  width: 15px;
  height: 15px;
  right: 0px;
  top: 120px;
}

.faq-section .anim-icons .icon-4 {
  background: url(../images/icons/anim-icon-14.png);
  width: 117px;
  height: 144px;
  right: -300px;
  top: 30%;
}

.faq-section .anim-icons .icon-5 {
  background: url(../images/icons/anim-icon-54.png);
  width: 27px;
  height: 35px;
  right: -200px;
  bottom: 0px;
}

.faq-section .anim-icons .icon-6 {
  background: url(../images/icons/anim-icon-40.png);
  width: 15px;
  height: 15px;
  left: -250px;
  top: 70%;
}

/** accrodian-box **/

.accordion-box{
  position:relative;
  min-height: 650px;
  height: 100%;
  margin-top: 150px;
}

.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:15px 70px 13px 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, rgba(253, 145, 247) 0%,rgba(194, 87, 233) 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: 17px;
  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: "\f112";
}

.accordion-box .block .acc-btn .icon-outer .icon:before{
  position: relative;
  font-size: 24px;
  font-weight: 700;
  color: #fd91f7;
  margin: 0px;
}


/***

====================================================================
                        Shop-Page
====================================================================

***/

.page-title-two:before{
  background: linear-gradient(to left, rgba(228, 137, 200, 0.8) 0%,rgba(135, 13, 218, 0.8) 80%);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}

/** shop-section **/

.shop-section{
  position: relative;
  padding: 150px 0px 134px 0px;
}

.sidebar{
  position: relative;
  display: block;
}

.shop-sidebar-content .sidebar-search{
  position: relative;
  display: block;
  margin-bottom: 76px;
}

.shop-sidebar-content .sidebar-search .form-group{
  position: relative;
  margin-bottom: 0px;
}

.shop-sidebar-content .sidebar-search .form-group input[type='search']{
  position: relative;
  width: 100%;
  height: 60px;
  border: 1px solid #e5e5e5;
  padding: 10px 50px 10px 20px;
  transition: all 500ms ease;
}

.shop-sidebar-content .sidebar-search .form-group input:focus + button,
.shop-sidebar-content .sidebar-search .form-group button:hover{
  color: #e478f3;
}

.shop-sidebar-content .sidebar-search .form-group input:focus{
  border: 1px solid #e478f3;
}

.shop-sidebar-content .sidebar-search .form-group button{
  position: absolute;
  top: 15px;
  right: 21px;
  font-size: 20px;
  color: #7a7e7a;
  font-weight: 600;
  background: transparent;
  cursor: pointer;
  transition: all 500ms ease;
}

.sidebar .sidebar-title{
  position: relative;
  display: block;
  font-size: 21px;
  font-family: 'Comfortaa', cursive;
  line-height: 30px;
  font-weight: 700;
  color: #503c57;
  margin-bottom: 24px;
}

.sidebar .sidebar-categories{
  position: relative;
  display: block;
  margin-bottom: 68px;
}

.sidebar .sidebar-categories .categories-list li{
  position: relative;
  display: block;
  margin-bottom: 10px;
}

.sidebar .sidebar-categories .categories-list li:last-child{
  margin-bottom: 0px;
}

.sidebar .sidebar-categories .categories-list li a{
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 28px;
  color: #39436f;
}

.sidebar .sidebar-categories .categories-list li a:hover{
  color: #e478f3;
  padding-left: 15px;
}

.sidebar .price-filters{
  position: relative;
  display: block;
  margin-bottom: 81px;
}

.sidebar .price-filters .sidebar-title{
  margin-bottom: 45px;
}

.range-slider{
  position:relative;
  min-height:48px;
}

.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:#fad9ff;
}

.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: #e343ff;
  padding: 9px 32px 8px 31px;
  transition: all 500ms ease;
}

.range-slider .filter-btn:hover{
  background: #f9426d;
}

.sidebar .product-post .post-box .post{
  position: relative;
  display: block;
  padding: 17px 0px 0px 103px;
  margin-bottom: 24px;
}

.sidebar .product-post .post-box .post .post-thumb{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 70px;
  height: 70px;
  background: #e478f3;
  overflow: hidden;
}

.sidebar .product-post .post-box .post .post-thumb img{
  width: 100%;
  opacity: 1;
  transition: all 500ms ease;
}

.sidebar .product-post .post-box .post:hover .post-thumb img{
  opacity: 0.8;
}

.sidebar .product-post .post-box .post h5{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 26px;
  font-family: 'Comfortaa', cursive;
  font-weight: 700;
  color: #503c57;
  margin-bottom: 0px;
}

.sidebar .product-post .post-box .post h5 a{
  position: relative;
  display: inline-block;
  color: #503c57;
}

.sidebar .product-post .post-box .post h5 a:hover{
  color: #e478f3;
}

.sidebar .product-post .post-box .post .price{
  position: relative;
  display: block;
  font-size: 18px;
  font-family: 'Comfortaa', cursive;
  font-weight: 700;
  color: #c5c1c7;
}

.sidebar .product-post .sidebar-title{
  margin-bottom: 41px;
}

.our-shop .single-product-content{
  position: relative;
  display: block;
  margin-bottom: 70px;
}

.our-shop .single-product-content .image-box{
  position: relative;
  display: block;
  overflow: hidden;
  background: #e478f3;
}

.our-shop .single-product-content .image-box img{
  width: 100%;
  opacity: 1;
  transition: all 500ms ease;
}

.our-shop .single-product-content:hover .image-box img{
  opacity: 0.8;
}

.our-shop .single-product-content .lower-content{
  position: relative;
  display: block;
  padding-top: 44px;
}

.our-shop .single-product-content .lower-content h4{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-family: 'Comfortaa', cursive;
  font-weight: 700;
  color: #503c57;
  margin-bottom: 12px;
}

.our-shop .single-product-content .lower-content h4 a{
  position: relative;
  display: inline-block;
  color: #503c57;
}

.our-shop .single-product-content .lower-content h4 a:hover{
  color: #e478f3;
}

.our-shop .single-product-content .lower-content .price{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 30px;
  font-family: 'Comfortaa', cursive;
  font-weight: 700;
  color: #b5afb7;
}

.our-shop .single-product-content .lower-content .link{
  position: absolute;
  top: 41px;
  right: 35px;
}

.our-shop .single-product-content .lower-content .link a{
  position: relative;
  display: inline-block;
  width: 74px;
  height: 74px;
  line-height: 74px;
  background: #efffef;
  text-align: center;
  border-radius: 50%;
  font-size: 21px;
  color: #8cf18a;
  font-weight: 700;
  box-shadow: 0 10px 50px 0px rgba(0, 0, 0, 0.10);
}

.our-shop .single-product-content:hover .lower-content .link a{
  color: #ffffff;
  background: #8cf18a;
}


/** single-shop **/

.single-shop{
  position: relative;
  padding: 160px 0px 214px 0px;
}

.single-shop .image-column .owl-dots,
.single-shop .image-column .owl-nav{
  display:none;
}

.single-shop .image-column .carousel-outer{
  position: relative;
  display: block;
  margin-left: -215px;
  margin-right: 60px;
}

.single-shop .image-column .image-carousel{
  margin-bottom:20px;
}

.single-shop .image-column .image-carousel img{
  width: 100%;
}

.single-shop .image-column .thumbs-carousel{
  position: relative;
  max-width: 240px;
  width: 100%;
  margin: 0 auto;
}

.single-shop .image-column .thumbs-carousel li{
  position: relative;
  display: inline-block;
  background-color: #e478f3;
  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 .image-column .thumbs-carousel li:hover img{
  opacity: .80;
}

.single-shop .image-column .thumbs-carousel li img{
  position: relative;
  opacity: 1;
  transition: all 500ms ease;
}

.single-shop .content-box{
  position: relative;
  display: block;
  padding-top: 94px;
  margin-left: 30px;
  margin-right: -70px;
}

.single-shop .content-box h3{
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  font-family: 'Comfortaa', cursive;
  color: #503c57;
  margin-bottom: 4px;
}

.single-shop .content-box .item-price{
  position: relative;
  display: block;
  font-size: 32px;
  line-height: 40px;
  font-family: 'Comfortaa', cursive;
  font-weight: 700;
  color: #e478f3;
  margin-bottom: 25px;
}

.single-shop .content-box .item-price span{
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: #503c57;
  line-height: 28px;
  margin-right: 10px;
}

.single-shop .content-box .rating{
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
}

.single-shop .content-box .rating li{
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: #ffb6a7;
  margin-right: 9px;
}

.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: 49px;
}

.single-shop .content-box .reviews a{
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: #7c84a7;
}

.single-shop .content-box .other-options{
  position: relative;
  display: block;
  max-width: 425px;
  width: 100%;
  border-radius: 10px;
  padding: 25px 20px 20px 29px;
  margin-bottom: 46px;
  box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.10);
}

.single-shop .item-quantity {
  position: relative;
  float: left;
  width: 100px;
  height: 50px;
  margin-right: 71px;
}

.single-shop .item-quantity .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.single-shop .item-quantity input.quantity-spinner {
  line-height: 28px;
  width: 50px;
  padding: 10px 15px !important;
  height: 50px !important;
  box-shadow: none !important;
  border: none;
  text-align: center;
  font-size: 18px;
  color: #503c57;
}

.single-shop .item-quantity input:focus{
  border: none;
  box-shadow: none;
}

.single-shop .bootstrap-touchspin .input-group-btn-vertical > .btn.bootstrap-touchspin-up {
  position: relative;
  display: inline-block;
  background: transparent;
  padding: 8px 14px;
  left: 28px;
  top: -19px;
  height: 32px;
  width: 32px;
  line-height: 32px;
  border: 2px solid #ebfcea;
  text-align: center;
  border-radius: 50%;
}

.single-shop .bootstrap-touchspin .input-group-btn-vertical i {
  font-size: 15px;
  line-height: 1.4em;
  left: 9px;
}

.single-shop .bootstrap-touchspin .glyphicon-chevron-up:before {
  content: "\f106";
  font-size: 15px;
  font-style: normal;
  color: #8cf18a;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.single-shop .bootstrap-touchspin .input-group-btn-vertical > .btn.bootstrap-touchspin-down {
  position: relative;
  display: inline-block;
  background: transparent;
  padding: 8px 14px;
  left: -3px;
  top: 24px;
  height: 32px;
  width: 32px;
  line-height: 32px;
  border: 2px solid #ebfcea;
  text-align: center;
  border-radius: 50%;
}

.single-shop .bootstrap-touchspin .input-group-btn-vertical i {
  font-size: 15px;
  line-height: 1.4em;
  left: 9px;
}

.single-shop .bootstrap-touchspin .glyphicon-chevron-down:before {
  content: "\f107";
  font-size: 15px;
  font-style: normal;
  color: #8cf18a;
  font-weight: 900;
  font-family: 'Font Awesome 5 Free';
}

.single-shop .content-box .other-options button{
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 28px;
  font-family: 'Muli', sans-serif;
  font-weight: 600;
  background: #8cf18a;
  padding: 14px 43px 13px 43px;
  color: #ffffff;
  border-radius: 25px;
  cursor: pointer;
  transition: all 500ms ease;
}

.single-shop .content-box .other-options button:hover{
  background: #e478f3;
}

.single-shop .content-box .text p{
  position: relative;
  display: block;
  font-size: 18px;
  color: #928895;
  margin-bottom: 34px;
}

.single-shop .content-box .product-tag li{
  position: relative;
  display: block;
  font-size: 16px;
  color: #928895;
  margin-bottom: 0px;
}

.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: 'Muli', sans-serif;
  font-weight: 600;
  color: #503c57;
  text-transform: uppercase;
}

.single-shop .product-info-tabs .tab-btns li:before{
  position: absolute;
  content: '';
  background: #e478f3;
  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 .products-details{
  position: relative;
  display: block;
  margin-bottom: 149px;
}

.single-shop .product-info-tabs{
  position: relative;
  display: block;
  margin-bottom: 132px;
}

.single-shop .related-product .title h3{
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 40px;
  font-family: 'Comfortaa', cursive;
  color: #503c57;
  font-weight: 700;
  margin-bottom: 58px;
}

.single-shop .related-product .inner-box .image-box{
  position: relative;
  display: block;
  background: #e478f3;
  overflow: hidden;
}

.single-shop .related-product .inner-box .image-box img{
  width: 100%;
  opacity: 1;
  transition: all 500ms ease;
}

.single-shop .related-product .inner-box:hover .image-box img{
  opacity:0.8;
}

.single-shop .related-product .inner-box .lower-content{
  position: relative;
  display: block;
  padding-top: 44px;
}

.single-shop .related-product .inner-box .lower-content h4{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-family: 'Comfortaa', cursive;
  font-weight: 700;
  color: #503c57;
  margin-bottom: 12px;
}

.single-shop .related-product .inner-box .lower-content h4 a{
  position: relative;
  display: inline-block;
  color: #503c57;
}

.single-shop .related-product .inner-box .lower-content h4 a:hover{
  color: #e478f3;
}

.single-shop .related-product .inner-box .lower-content .price {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 30px;
  font-family: 'Comfortaa', cursive;
  font-weight: 700;
  color: #b5afb7;
}


/***

====================================================================
                        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:before {
  position: fixed;
  content: '';
  background: url(../images/icons/icon-22.png);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.coming-soon .inner-content .logo {
  position: relative;
  margin-bottom: 145px;
}

.coming-soon .inner-content .title h1{
  position: relative;
  display: block;
  font-size: 60px;
  line-height: 70px;
  font-family: 'Comfortaa', cursive;
  font-weight: 700;
  color: #ffffff;
  text-shadow: 0 20px 15px rgba(0, 0, 0, 0.20);
  margin-bottom: 175px;
}

.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: #ffffff;
  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: #ffffff;
  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: #696367;
  background: #ffffff;
  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: #ffffff;
}



/***

====================================================================
                        Error-Page
====================================================================

***/


.error-section{
  position: relative;
  padding: 160px 0px 120px 0px;
}

.error-section .content-box h1{
  position: relative;
  display: block;
  font-size: 200px;
  line-height: 200px;
  color: #242425;
  font-weight: 900;
  font-family: 'Comfortaa', cursive;
  margin-bottom: 50px;
}

.error-section .content-box h2{
  position: relative;
  display: block;
  font-size: 44px;
  line-height: 52px;
  color: #706773;
  font-weight: 700;
  font-family: 'Comfortaa', cursive;
  margin-bottom: 21px;
}

.error-section .text a{
  color: #e478f3;
}

.error-section .text a:hover{
  text-decoration: underline;
}


/***

====================================================================
                        Blog-Page
====================================================================

***/


/** blog-grid-one **/

.blog-grid-one{
  position: relative;
  padding: 200px 0px 175px 0px;
}

.blog-grid-one .news-block-one{
  max-width: 100%;
  margin-bottom: 30px;
}

.news-block-three{
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 240px 50px 191px 50px;
  margin-bottom: 30px;
}

.news-block-three .post-date{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  margin-bottom: 26px;
}

.news-block-three h2{
  position: relative;
  display: block;
  font-size: 40px;
  line-height: 58px;
  font-family: 'Comfortaa', cursive;
  color: #ffffff;
  font-weight: 700;
}

.news-block-three h2 a{
  position: relative;
  display: inline-block;
  color: #ffffff;
}

.news-block-four{
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.news-block-four .image-box img{
  width: 100%;
}

.news-block-four .image-box .overlay {
  background: rgba(208, 93, 248, 0.80);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 30px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.news-block-four .image-box .content-box{
  width: 100%;
}

.news-block-four .image-box .content-box .post-date{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  margin-bottom: 19px;
}

.news-block-four .image-box .content-box h4{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-family: 'Muli', sans-serif;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 35px;
}

.news-block-four .image-box .content-box h4 a{
  position: relative;
  display: inline-block;
  color: #ffffff;
}

.news-block-four .image-box .content-box .video-box a{
  position: relative;
  display: inline-block;
  font-size: 30px;
  color: #ffffff;
  width: 95px;
  height: 95px;
  line-height: 95px;
  background: rgba(246, 161, 255, 0.60);
  text-align: center;
  border-radius: 50%;
  -webkit-animation: pulse 3s infinite;
  -o-animation: pulse 3s infinite;
  animation: pulse 3s infinite;
}

.news-block-four .image-box .content-box .video-box a:hover{
  background: rgba(246, 161, 255);
}

.blog-page .anim-icons .icon-1 {
  background: url(../images/icons/anim-icon-55.png);
  width: 47px;
  height: 45px;
  left: -200px;
  top: 150px;
}

.blog-page .anim-icons .icon-2 {
  background: url(../images/icons/anim-icon-17.png);
  width: 15px;
  height: 15px;
  left: 300px;
  top: 50px;
}

.blog-page .anim-icons .icon-3 {
  background: url(../images/icons/anim-icon-40.png);
  width: 15px;
  height: 15px;
  right: -200px;
  top: 150px;
}

.blog-page .anim-icons .icon-4 {
  background: url(../images/icons/anim-icon-56.png);
  width: 151px;
  height: 127px;
  right: -250px;
  top: 25%;
}

.blog-page .anim-icons .icon-5 {
  background: url(../images/icons/anim-icon-54.png);
  width: 27px;
  height: 35px;
  right: -250px;
  top: 55%;
}

.blog-page .anim-icons .icon-6 {
  background: url(../images/icons/anim-icon-52.png);
  width: 27px;
  height: 35px;
  left: -250px;
  bottom: 300px;
}

.blog-page .anim-icons .icon-7 {
  background: url(../images/icons/anim-icon-47.png);
  width: 15px;
  height: 15px;
  left: -250px;
  top: 25%;
}

.blog-page .anim-icons .icon-8 {
  background: url(../images/icons/anim-icon-41.png);
  width: 22px;
  height: 22px;
  left: -250px;
  top: 45%;
}


/** blog-grid-two **/

.blog-grid-two{
  position: relative;
  padding: 200px 0px 230px 0px;
}

.blog-grid-two .news-block-one{
  margin-bottom: 30px;
}

.news-block-five{
  position: relative;
  display: block;
  background: #ffffff;
  padding: 7px 40px 60px 30px;
  box-shadow: 25px 25px 40px 0px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
}

.news-block-five .inner-box .post-date{
  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-family: 'Comfortaa', cursive;
  font-weight: 700;
  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: #e478f3;
}

.news-block-five .inner-box .text p{
  position: relative;
  display: block;
  font-size: 18px;
  margin-bottom: 45px;
}

.admin-info {
  position: relative;
  padding: 16px 0px 11px 70px;
}

.news-block-five .admin-info{
  margin-bottom: 59px;
}

.admin-info .admin-image {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 53px;
  height: 53px;
  overflow: hidden;
  border-radius: 50%;
}

.admin-info .admin-image img {
  width: 100%;
  border-radius: 50%;
}

.admin-info .admin-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 .link{
  position: relative;
  display: block;
  padding-top: 54px;
  border-top: 1px solid #f2f2f0;
}

.news-block-five .inner-box .link .btn-style-four{
  border: 2px solid #c55fce;
  color: #3e3d3e;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  padding: 10px 43px;
}

.news-block-five .inner-box .link .btn-style-four:hover{
  background: #c55fce;
  color: #ffffff;
}

.news-block-six{
  position: relative;
  display: block;
  box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.10);
  margin-bottom: 30px;
}

.news-block-six .image-box{
  position: relative;
  display: block;
  background: #ca56fa;
  overflow: hidden;
}

.news-block-six .image-box img{
  width: 100%;
  opacity: 1;
  transition: all 500ms ease;
}

.news-block-six:hover .image-box img {
  opacity: .80;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.news-block-six .lower-content{
  position: relative;
  display: block;
  padding: 55px 30px 67px 60px;
}

.news-block-six .lower-content .post-date{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 28px;
  color: #7f7f7f;
  margin-bottom: 20px;
}

.news-block-six .lower-content h2 {
  position: relative;
  display: block;
  font-size: 35px;
  line-height: 48px;
  font-family: 'Comfortaa', cursive;
  font-weight: 700;
  color: #242425;
  margin-bottom: 32px;
}

.news-block-six .lower-content h2 a{
  position: relative;
  display: inline-block;
  color: #242425;
}

.news-block-six .lower-content h2 a:hover{
  color: #e478f3;
}

.news-block-six .lower-content .admin-info{
  margin-bottom: 55px;
}

.news-block-six .lower-content .link a{
  border: none;
  color: #ffffff;
  padding: 12px 45px;
  font-size: 18px;
  text-transform: uppercase;
  background: linear-gradient(to left, rgba(215, 133, 244, 0.8) 0%,rgba(227, 67, 255) 100%);
}

.news-block-six .lower-content .link a:hover{
  background: linear-gradient(to left, rgba(227, 67, 255) 0%,rgba(215, 133, 244, 0.8) 100%);
}

.blog-grid-two .news-block-one .lower-content {
  padding: 29px 20px 39px 33px;
}

.blog-grid-two .news-block-one .lower-content .post-date{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 28px;
  color: #7f7f7f;
  margin-bottom: 18px;
}


/** blog-list **/

.blog-list{
  position: relative;
  padding: 220px 0px 275px 0px;
}

.blog-list .blog-list-content{
  position: relative;
  display: block;
  margin-right: 30px;
}

.news-block-seven{
  position: relative;
  display: block;
  margin-bottom: 50px;
  box-shadow: 0 10px 30px 0px rgba(229, 229, 229, 0.50);
}

.news-block-seven .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
  background: #ca56fa;
}

.news-block-seven .inner-box .image-box img{
  width: 100%;
  opacity: 1;
  transition: all 500ms ease;
}

.news-block-seven:hover .inner-box .image-box img {
  opacity: .75;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.news-block-seven .inner-box .lower-content{
  position: relative;
  display: block;
  padding: 53px 30px 67px 50px;
}

.news-block-seven .inner-box .lower-content h2{
  position: relative;
  display: block;
  font-size: 35px;
  line-height: 48px;
  font-family: 'Comfortaa', cursive;
  font-weight: 700;
  color: #503c57;
  margin-bottom: 11px;
}

.news-block-seven .inner-box .lower-content h2 a{
  position: relative;
  display: inline-block;
  color: #503c57;
}

.news-block-seven .inner-box .lower-content h2 a:hover{
  color: #e478f3;
}

.news-block-seven .inner-box .lower-content .post-info{
  position: relative;
  display: block;
  margin-bottom: 26px;
}

.news-block-seven .inner-box .lower-content .post-info li{
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 26px;
  color: #4d4d4d;
  margin-right: 12px;
}

.news-block-seven .inner-box .lower-content .post-info li:last-child{
  margin-right: 0px;
}

.news-block-seven .inner-box .lower-content .post-info li i{
  position: relative;
  font-size: 15px;
  color: #8cf18a;
  margin-right: 10px;
}

.news-block-seven .inner-box .lower-content .text p{
  position: relative;
  display: block;
  font-size: 18px;
  color: #7e7383;
  margin-bottom: 30px;
}

.news-block-seven .inner-box .lower-content .link a{
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  color: #503c57;
  text-transform: uppercase;
}

.news-block-seven .inner-box .lower-content .link i{
  position: relative;
  color: #e683f4;
  font-size: 12px;
  margin-left: 10px;
}

.news-block-seven .inner-box .lower-content .link a:hover{
  color: #e683f4;
}

.blog-sidebar-content .sidebar-title {
  position: relative;
  display: block;
  font-size: 22px;
  font-family: 'Comfortaa', cursive;
  line-height: 30px;
  font-weight: 700;
  color: #503c57;
  margin-bottom: 29px;
}

.blog-sidebar-content .post-widget{
  position: relative;
  display: block;
  margin-bottom: 104px;
}

.blog-sidebar-content .post-widget .post{
  position: relative;
  display: block;
  padding: 3px 0px 0px 70px;
  margin-bottom: 23px;
}

.blog-sidebar-content .post-widget .post .post-thumb{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 58px;
  height: 58px;
  overflow: hidden;
  background: #e478f3;
  border-radius: 50%;
}

.blog-sidebar-content .post-widget .post .post-thumb img{
  width: 100%;
  opacity: 1;
  transition: all 500ms ease;
}

.blog-sidebar-content .post-widget .post:hover .post-thumb img{
  opacity: 0.8;
}

.blog-sidebar-content .post-widget .post h5{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-family: 'Muli', sans-serif;
  font-weight: 600;
  color: #503c57;
}

.blog-sidebar-content .post-widget .post h5 a{
  position: relative;
  display: inline-block;
  color: #503c57;
}

.blog-sidebar-content .post-widget .post h5 a:hover{
  color: #e478f3;
}

.blog-sidebar-content .post-widget .post .post-date{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 26px;
  color: #626161;
}

.blog-sidebar-content .sidebar-search{
  margin-bottom: 69px;
}

.blog-sidebar-content .sidebar-search .form-group{
  position: relative;
  margin-bottom: 0px;
}

.blog-sidebar-content .sidebar-search .form-group input[type='search']{
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  padding: 10px 50px 10px 20px;
  font-size: 16px;
  box-shadow: 0px 10px 20px rgba(0,0,0,.10);
  transition: all 500ms ease;
}

.blog-sidebar-content .sidebar-search .form-group input:focus + button,
.blog-sidebar-content .sidebar-search .form-group button:hover{
  color: #e478f3;
}

.blog-sidebar-content .sidebar-search .form-group button {
  position: absolute;
  top: 15px;
  right: 21px;
  font-size: 15px;
  color: #7a7e7a;
  background: transparent;
  cursor: pointer;
  transition: all 500ms ease;
}

.blog-sidebar-content .sidebar-categories .sidebar-title{
  margin-bottom: 24px;
}

.blog-sidebar-content .sidebar-categories .categories-list li{
  margin-bottom: 20px;
}

.blog-sidebar-content .sidebar-categories .categories-list li a{
  color: #503c57;
}

.blog-sidebar-content .sidebar-archives .archives-list li{
  position: relative;
  display: block;
  margin-bottom: 10px;
}

.blog-sidebar-content .sidebar-archives .archives-list li:last-child{
  margin-bottom: 0px;
}

.blog-sidebar-content .sidebar-archives .archives-list li a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #656565;
}

.blog-sidebar-content .sidebar-archives .archives-list li a:hover{
  color: #e478f3;
  padding-left: 15px;
}

.blog-sidebar-content .sidebar-archives{
  position: relative;
  display: block;
  margin-bottom: 50px;
}

.blog-sidebar-content .sidebar-tag .tag-list li{
  position: relative;
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 4px;
}

.blog-sidebar-content .sidebar-tag .tag-list li a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #656565;
}

.blog-sidebar-content .sidebar-tag .tag-list li a:hover{
  color: #e478f3;
}

.blog-sidebar-content .sidebar-tag .sidebar-title,
.blog-sidebar-content .sidebar-archives .sidebar-title{
  margin-bottom: 17px;
}


/** blog-single-one **/

.blog-single-one{
  position: relative;
  width: 100%;
  padding-bottom: 190px;
}

.other-post-inner{
  position: relative;
  padding-top: 267px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.other-post-inner .inner-content .content-box{
  position: relative;
  display: block;
  background: #ffffff;
  padding: 69px 200px 62px 100px;
  margin-bottom: 0px;
  box-shadow: 0 10px 20px 0px rgba(0, 0, 0, 0.10);
}

.other-post-inner .inner-content .content-box .link-box{
  position: absolute;
  right: 30px;
  top: 40px;
}

.other-post-inner .inner-content .content-box .link-box a{
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  color: #838383;
}

.other-post-inner .inner-content .content-box .link-box i{
  font-size: 14px;
  margin-right: 8px;
}

.other-post-inner .inner-content .content-box .link-box a:hover{
  color: #e478f3;
}

.other-post-inner .inner-content .content-box .admin-info{
  position: relative;
  display: block;
  padding: 0px;
  max-width: 120px;
  width: 100%;
  margin-bottom: 37px;
}

.other-post-inner .inner-content .content-box .admin-info .admin-image{
  position: relative;
  width: 91px;
  height: 91px;
  margin: 0 auto;
  margin-bottom: 11px;
}

.other-post-inner .inner-content .content-box .admin-info span{
  position: relative;
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  color: #838383;
  margin-bottom: 0px;
}

.other-post-inner .inner-content .content-box .admin-info h4{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-family: 'Muli', sans-serif;
  font-weight: 600;
  color: #503c57;
}

.other-post-inner .inner-content .content-box h2{
  position: relative;
  display: block;
  font-size: 35px;
  line-height: 48px;
  font-family: 'Comfortaa', cursive;
  font-weight: 700;
  color: #503c57;
  margin-bottom: 16px;
}

.other-post-inner .inner-content .post-info{
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.other-post-inner .inner-content .post-info li {
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 26px;
  color: #4d4d4d;
  margin-right: 12px;
}

.other-post-inner .inner-content .post-info li:last-child{
  margin-right: 0px;
}

.other-post-inner .inner-content .post-info li i {
  position: relative;
  font-size: 15px;
  color: #8cf18a;
  margin-right: 10px;
}

.other-post-inner .inner-content .content-box .text p{
  position: relative;
  display: block;
  font-size: 18px;
  color: #7e7383;
}

.blog-single-one .other-post-inner .inner-content{
  position: relative;
  display: inline-block;
  margin-bottom: -72px;
  bottom: -10px;
  width: 100%;
  z-index: 1;
}

.blog-single-one .lower-content{
  position: relative;
  padding-top: 154px;
}

.blog-single-content .lower-content .inner-box h3{
  position: relative;
  display: block;
  font-size: 26px;
  font-family: 'Muli', sans-serif;
  line-height: 38px;
  color: #503c57;
  margin-bottom: 24px;
}

.blog-single-content .lower-content .inner-box .text{
  position: relative;
  display: block;
  padding-bottom: 17px;
}

.blog-single-content .lower-content .inner-box .text p{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: #7e7383;
  margin-bottom: 28px;
}

.blog-single-content .lower-content .inner-box .text p span{
  color: #e478f3;
}

.blog-single-one .lower-content .inner-box .image-box{
  position: relative;
  display: block;
  margin-bottom: 42px;
  margin-top: 2px
}

.blog-single-one .lower-content .inner-box .image-box img{
  width: 100%;
}

.blog-single-content .lower-content .inner-box h2{
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 40px;
  font-family: 'Muli', sans-serif;
  color: #503c57;
  margin-bottom: 31px;
}

.blog-single-content .lower-content .inner-box .text blockquote{
  position: relative;
  display: block;
  padding: 0px 0px 0px 105px;
  margin: 73px 0px 44px 0px;
}

.blog-single-content .lower-content .inner-box .text blockquote .icon-box{
  position: absolute;
  left: 20px;
  top: 25px;
  font-size: 60px;
  line-height: 60px;
  color: #8cf18a;
}

.blog-single-content .lower-content .inner-box .text blockquote .blockquote-text{
  position: relative;
  display: block;
  font-size: 26px;
  font-family: 'Muli', sans-serif;
  line-height: 38px;
  color: #503c57;
}

.blog-single-content .post-share-option{
  position: relative;
  display: block;
  padding-top: 63px;
  padding-bottom: 117px;
}

.blog-single-content .post-share-option h5{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-family: 'Muli', sans-serif;
  color: #503c57;
  font-weight: 600;
  margin-bottom: 24px;
}

.blog-single-content .post-share-option .social-links li{
  position: relative;
  display: inline-block;
  margin: 0px 8px;
}

.blog-single-content .post-share-option .social-links li a{
  position: relative;
  display: inline-block;
  font-size: 18px;
  width: 44px;
  height: 44px;
  line-height: 44px;
  color: #e9abf1;
  background: #fef2ff;
  text-align: center;
  border-radius: 50%;
}

.blog-single-content .post-share-option .social-links li a:hover{
  color: #ffffff;
  background: #e343ff;
}

.blog-single-content .post-share-option .share-post{
  position: relative;
  display: block;
  margin-bottom: 38px;
}

.blog-single-content .post-share-option .tag-list li{
  position: relative;
  display: inline-block;
  margin: 0px 7px;
}

.blog-single-content .post-share-option .tag-list li a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #656565;
}

.blog-single-content .post-share-option .tag-list li a:hover{
  color: #e343ff;
}

.blog-single-content .post-share-option .tag-post h5{
  margin-bottom: 10px;
}

.blog-single-content .new-posts .news-block-one .lower-content{
  padding: 26px 20px 16px 33px;
}

.blog-single-content .new-posts .news-block-one .image-box{
  margin-bottom: 0px;
}

.blog-single-content .new-posts{
  position: relative;
  display: block;
  margin-bottom: 125px;
}

.blog-single-content .lower-content h3.group-title{
  position: relative;
  display: block;
  font-size: 26px;
  line-height: 35px;
  font-weight: 700;
  font-family: 'Comfortaa', cursive;
  color: #503c57;
  margin-bottom: 49px;
}

.blog-single-content .comments-area .comment{
  position: relative;
  display: block;
  background: #ffffff;
  max-width: 840px;
  width: 100%;
  padding: 57px 60px 47px 200px;
  margin-bottom: 70px;
  box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.10);
}

.blog-single-content .comments-area .comment .author-thumb{
  position: absolute;
  left: 40px;
  top: 71px;
  width: 121px;
  height: 121px;
  border-radius: 50%;
}

.blog-single-content .comments-area .comment .author-thumb img{
  width: 100%;
  border-radius: 50%;
}

.blog-single-content .comments-area .comment .comment-info{
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.blog-single-content .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-content .comments-area .comment .comment-info span{
  position: relative;
  float: right;
  font-size: 16px;
  color: #928895;
  margin-top: 5px;
}

.blog-single-content .comments-area .comment .text{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 28px;
  color: #928895;
  padding-bottom: 23px;
}

.blog-single-content .comments-area .comment .type-comment .form-group{
  position: relative;
  max-width: 433px;
  margin-bottom: 0px;
}

.blog-single-content .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-content .comments-area .comment .type-comment .form-group textarea:focus{
  border-bottom: 1px solid #8cf18a;
}

.blog-single-content .comments-area .comment .type-comment .form-group button{
  position: absolute;
  right: 0px;
  top: 15px;
  font-size: 15px;
  color: #8cf18a;
  cursor: pointer;
  background: transparent;
  transition: all 500ms ease;
}

.blog-single-content .comments-area .comment.replay-comment{
  margin-left: 80px;
  max-width: 762px;
}

.blog-single-content .comments-form-area .form-group{
  position: relative;
  margin-bottom: 50px;
}

.blog-single-content .comments-form-area{
  position: relative;
  display: block;
  max-width: 840px;
}

.blog-single-content .comments-form-area .form-group input[type='text'],
.blog-single-content .comments-form-area .form-group input[type='email']{
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  background: #f6fff6;
  padding: 15px 30px;
  border-radius: 30px;
  transition: all 500ms ease;
}

.blog-single-content .comments-form-area .form-group textarea{
  position: relative;
  display: block;
  width: 100%;
  height: 220px;
  background: #f6fff6;
  padding: 15px 30px;
  border-radius: 30px;
  resize: none;
}

.blog-single-content .comments-form-area .form-group input:focus,
.blog-single-content .comments-form-area .form-group textarea:focus{
  box-shadow: 0 20px 50px 0px rgba(0, 0, 0, 0.10);
}

.blog-single-content .comments-form-area .column:last-child .form-group{
  margin-bottom: 0px;
}

.blog-single-content .comments-form-area .message-btn button{
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 28px;
  font-family: 'Muli', sans-serif;
  font-weight: 600;
  color: #ffffff;
  background: #8cf18a;
  border-radius: 30px;
  padding: 11px 31px;
  text-transform: uppercase;
  transition: all 500ms ease;
  cursor: pointer;
}

.blog-single-content .comments-form-area .message-btn button:hover{
  background: #f9426d;
  transform: translateY(-3px);
}


/** blog-single-two **/

.blog-single-two{
  position: relative;
  padding-bottom: 215px;
}

.blog-single-two .other-post-inner .inner-content{
  position: relative;
  display: inline-block;
  margin-bottom: -200px;
}

.blog-single-two .other-post-inner .inner-content .image-box{
  position: relative;
  display: block;
  box-shadow: 0 23px 50px rgba(176,176,176,.35);
}

.blog-single-two .other-post-inner .inner-content .image-box img{
  width: 100%;
}

.blog-single-two .lower-content{
  position: relative;
  display: block;
  padding-top: 270px;
}

.blog-single-two .blog-single-content .inner-box .top-post .link-box {
  position: absolute;
  right: 30px;
  top: 40px;
}

.blog-single-two .blog-single-content .inner-box .top-post .link-box a {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  color: #838383;
}

.blog-single-two .blog-single-content .inner-box .top-post .link-box a:hover{
  color: #e478f3;
}

.blog-single-two .blog-single-content .inner-box .top-post .admin-info {
  position: relative;
  display: block;
  padding: 0px;
  max-width: 120px;
  width: 100%;
  margin-bottom: 37px;
}

.blog-single-two .blog-single-content .inner-box .top-post .admin-info .admin-image {
  position: relative;
  width: 91px;
  height: 91px;
  margin: 0 auto;
  margin-bottom: 11px;
}

.blog-single-two .blog-single-content .inner-box .top-post h2 {
  position: relative;
  display: block;
  font-size: 35px;
  line-height: 48px;
  font-family: 'Comfortaa', cursive;
  font-weight: 700;
  color: #503c57;
  margin-bottom: 16px;
}

.blog-single-two .blog-single-content .inner-box .top-post .post-info {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.blog-single-two .blog-single-content .inner-box .top-post .post-info li {
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 26px;
  color: #4d4d4d;
  margin-right: 12px;
}

.blog-single-two .blog-single-content .inner-box .top-post .post-info li i {
  position: relative;
  font-size: 15px;
  color: #8cf18a;
  margin-right: 10px;
}

.blog-single-two .blog-single-content .inner-box .top-post .text p {
  position: relative;
  display: block;
  font-size: 18px;
  color: #7e7383;
  margin-bottom: 25px;
}

.blog-single-two .blog-single-content .inner-box .top-post .admin-info span {
  position: relative;
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  color: #838383;
  margin-bottom: 0px;
}

.blog-single-two .blog-single-content .inner-box .top-post .admin-info h4 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-family: 'Muli', sans-serif;
  font-weight: 600;
  color: #503c57;
}


/** blog-single-three **/

.blog-single-three{
  position: relative;
  padding-bottom: 245px;
}

.blog-single-three .lower-content{
  position: relative;
  padding-top: 220px;
}

.blog-single-three .other-post-inner .inner-content{
  position: relative;
  display: inline-block;
  margin-bottom: -120px;
  z-index: 1;
}

.blog-single-three .other-post-inner .inner-content .content-box{
  width: 100%;
  padding: 130px 200px 110px 100px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.blog-single-three .other-post-inner .inner-content .content-box:before{
  position: absolute;
  content: '';
  background: rgba(24, 9, 26, 0.85);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}

.blog-single-three .other-post-inner .inner-content .content-box .admin-info{
  max-width: 100%;
}

.blog-single-three .other-post-inner .inner-content .content-box .link-box a,
.blog-single-three .other-post-inner .inner-content .content-box .admin-info span,
.blog-single-three .other-post-inner .inner-content .content-box .admin-info h4,
.blog-single-three .other-post-inner .inner-content .content-box h2{
  color: #ffffff;
}

.blog-single-three .other-post-inner .inner-content .post-info li{
  color: #aca8ad;
}

.blog-single-three .other-post-inner .inner-content .post-info li i{
  color: #8cf18a;
}

.blog-single-three .other-post-inner .inner-content .content-box .text p{
  color: #fefefe;
}

.blog-single-three .inner-box{
  position: relative;
  display: block;
  margin-right: 30px;
}

.blog-single-three .inner-box .image-box{
  position: relative;
  display: block;
  margin-bottom: 64px;
  margin-top: 18px;
}

.blog-single-three .inner-box .image-box .image-one{
  position: relative;
  display: inline-block;
  float: left;
}

.blog-single-three .inner-box .image-box .image-two{
  position: absolute;
  right: 0px;
  top: 34px;
  border: 8px solid #d6ffd5;
}

.blog-single-three .inner-box .image-box img{
  width: 100%;
}

.blog-single-three .blog-single-content .lower-content .inner-box h3{
  margin-bottom: 26px;
}

.blog-single-three .blog-single-content .lower-content .inner-box .text p{
  margin-bottom: 33px;
}

.blog-single-three .blog-single-content .lower-content .inner-box .text blockquote {
  margin: 53px 0px 46px 0px;
}

.blog-single-three .blog-single-content .post-share-option .social-links li:first-child{
  margin-left: 0px;
}

.blog-single-three .blog-single-content .post-share-option .tag-list li:first-child{
  margin-left: 0px;
}

.blog-single-three .blog-single-content .post-share-option{
  padding-top: 37px;
}

.blog-single-three .blog-single-content .lower-content h3.group-title{
  margin-bottom: 49px !important;
}

.blog-single-three .blog-single-content .new-posts{
  margin-bottom: 150px;
}

.blog-single-three .blog-single-content .new-posts .news-block-one{
  transition: all 500ms ease;
}

.blog-single-three .blog-single-content .new-posts .news-block-one:hover{
  box-shadow: 0 20px 20px 0px rgba(232, 169, 241, 0.20);
}


/***

====================================================================
                        Contact-Page
====================================================================

***/

/** contact-section **/

.contact-section{
  position: relative;
  padding-top: 220px;
}

.contact-section:before{
  position: absolute;
  content: '';
  background: url(../images/icons/cloud-icon-9.png);
  width: 548px;
  height: 684px;
  top: 180px;
  right: 0px;
  background-repeat: no-repeat;
}

.contact-form-area{
  position: relative;
  display: block;
  padding: 96px 50px 120px 50px;
  margin-right: -15px;
  box-shadow: 0 0px 20px 0px rgba(229, 229, 229, 0.50);
}

.contact-form-area .form-group{
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.contact-form-area .form-group:last-child{
  margin-bottom: 0px;
}

.contact-form-area .form-group input[type='text'],
.contact-form-area .form-group input[type='email'],
.contact-form-area .form-group textarea{
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  border: 1px solid #f5f0ff;
  padding: 10px 20px;
  transition: all 500ms ease;
}

.contact-form-area .form-group textarea{
  height: 210px;
  resize: none;
  margin-bottom: 21px;
}

.contact-form-area .form-group input:focus,
.contact-form-area .form-group textarea:focus{
  border: 1px solid transparent;
  box-shadow: 0 20px 20px 0px rgba(232, 169, 241, 0.20);
}

.contact-form-area .message-btn button{
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-family: 'Muli', sans-serif;
  font-weight: 600;
  color: #ffffff;
  background: #8cf18a;
  text-transform: uppercase;
  padding: 11px 40px;
  cursor: pointer;
  border-radius: 30px;
  transition: all 500ms ease;
}

.contact-form-area .message-btn button:hover{
  background: #f9426d;
}

.contact-section .image-box{
  position: relative;
  display: block;
}

.contact-section .image-box .image{
  position: relative;
  display: block;
  float: right;
}

.contact-section .image-box .image img{
  width: 100%;
}

.contact-section .anim-icons .icon-1 {
  background: url(../images/icons/anim-icon-55.png);
  width: 47px;
  height: 45px;
  left: -200px;
  top: 80px;
}

.contact-section .anim-icons .icon-2 {
  background: url(../images/icons/anim-icon-40.png);
  width: 15px;
  height: 15px;
  right: 100px;
  top: 100px;
}

.contact-section .anim-icons .icon-3 {
  background: url(../images/icons/anim-icon-12.png);
  width: 145px;
  height: 122px;
  right: -350px;
  top: 180px;
}


/** contact-info-section **/

.contact-info-section{
  position: relative;
  padding-bottom: 225px;
}

.google-map-area{
  position: absolute;
  width: 50%;
  height: 100%;
  left: 0px;
  top: 0px;
}

.google-map-area #contact-google-map{
  width: 100%;
  height: 745px;
}

.contact-info-section .info-column{
  position: relative;
  float: right;
  width: 50%;
}

.contact-info-section .info-column .inner-column{
  position: relative;
  display: block;
  padding-left: 80px;
}

.contact-info-section .info-column .inner-column .info-box{
  position: relative;
  max-width: 385px;
  width: 100%;
  background: #ffffff;
  padding: 45px 50px 35px 70px;
  margin-bottom: 13px;
  box-shadow: 0 5px 30px 0px rgba(232, 169, 241, 0.20);
}

.contact-info-section .info-column .inner-column .info-box h4{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-family: 'Muli', sans-serif;
  font-weight: 600;
  color: #503c57;
  margin-bottom: 25px;
}

.contact-info-section .info-column .inner-column .info-box h5{
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 28px;
  font-family: 'Muli', sans-serif;
  font-weight: 600;
  color: #503c57;
  margin-bottom: 3px;
}

.contact-info-section .info-column .inner-column .info-box p{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 34px;
  color: #a3a1a1;
  margin-bottom: 0px;
}

.contact-info-section .info-column .inner-column .info-box li{
  position: relative;
  display: block;
  margin-bottom: 18px;
}

.contact-info-section .info-column .inner-column .info-box li:last-child{
  margin-bottom: 0px;
}

.contact-info-section .info-column .inner-column .info-box li i{
  position: relative;
  display: inline-block;
  font-size: 20px;
  margin-right: 10px;
  color: #e99ff3;
}

.contact-info-section .anim-icons .icon-1 {
  background: url(../images/icons/anim-icon-54.png);
  width: 27px;
  height: 35px;
  right: -300px;
  bottom: 200px;
}

.contact-info-section .anim-icons .icon-2 {
  background: url(../images/icons/anim-icon-52.png);
  width: 27px;
  height: 35px;
  left: -250px;
  bottom: -100px;
}


/** contact-style-two **/

.contact-style-two{
  position: relative;
  padding-bottom: 90px;
}

.contact-style-two:before {
 display: none;
}

.contact-style-two:after{
  position: absolute;
  content: '';
  background: url(../images/icons/icon-23.png);
  width: 1486px;
  height: 670px;
  left: 0px;
  top: -160px;
  background-repeat: no-repeat;
  z-index: -1;
}

.contact-style-two .image-box{
  position: absolute;
  top: 125px;
  right: 30px;
  width: 413px;
  height: 356px;
}

.contact-style-two .image-box img{
  width: 100%;
}

.contact-style-two .contact-form-area{
  position: relative;
  background: #ffffff;
  max-width: 885px;
  width: 100%;
  margin: 0 auto;
  padding: 96px 50px 120px 50px;
}

.contact-style-two .contact-form-area:after{
  position: absolute;
  content: '';
  background: url(../images/icons/cloud-icon-10.png);
  width: 752px;
  height: 700px;
  left: -350px;
  top: -10px;
  background-repeat: no-repeat;
  z-index: -1;
}

.contact-style-two .anim-icons .icon-3 {
  background: url(../images/icons/anim-icon-56.png);
  width: 151px;
  height: 127px;
  right: -250px;
  top: 60%;
}

.contact-info-section.style-two{
  position: relative;
}

.contact-info-section.style-two .info-column{
  width: 100%;
  float: none;
}

.contact-info-section.style-two .info-column .inner-column{
  padding: 0px;
  max-width: 885px;
  width: 100%;
  margin: 0 auto;
}

.contact-info-section.style-two .info-column .inner-column .info-box{
  max-width: 385px;
  width: 100%;
  float: left;
  margin-right: 115px;
  margin-bottom: -60px;
  z-index: 1;
}

.contact-info-section.style-two .info-column .inner-column .info-box:last-child{
  margin-right: 0px;
}

.contact-info-section.style-two .google-map-area{
  position: relative;
  width: 100%;
}

.contact-info-section.style-two .anim-icons .icon-1 {
  background: url(../images/icons/anim-icon-54.png);
  width: 27px;
  height: 35px;
  right: -200px;
  bottom: 90%;
}

.contact-info-section.style-two .anim-icons .icon-3 {
  background: url(../images/icons/anim-icon-41.png);
  width: 22px;
  height: 22px;
  left: -250px;
  top: 100px;
}



 .wraper_flyout_search {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 99999;
opacity: 0;
visibility: hidden;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
}
.wraper_flyout_search > .table {
display: table;
table-layout: fixed;
width: 100%;
height: 100%;
margin: 0;
}
.wraper_flyout_search > .table > .table-cell {
position: relative;
display: table-cell;
width: 100%;
height: 100%;
vertical-align: middle;
text-align: center;
}
.wraper_flyout_search > .table > .table-cell > .flyout-search-layer {
position: absolute;
top: 0;
right: 0;
bottom: 0;
z-index: 1;
transform: translateX(100%);
-webkit-transform: translateX(100%);
}
.wraper_flyout_search > .table > .table-cell > .flyout-search-layer:nth-child(1) {
left: 0;
background-color: rgba(0, 0, 0, 0.5);
transition: all 0.3s ease-in-out 0s;
-webkit-transition: all 0.3s ease-in-out 0s;
}
.wraper_flyout_search > .table > .table-cell > .flyout-search-layer:nth-child(2) {
left: 300px;
background-color: rgba(0, 0, 0, 0.4);
transition: all 0.3s ease-in-out 0.3s;
-webkit-transition: all 0.3s ease-in-out 0.3s;
}
.wraper_flyout_search > .table > .table-cell > .flyout-search-layer:nth-child(3) {
left: 600px;
background-color: rgba(0, 0, 0, 0.9);
transition: all 0.9s ease-in-out 0.6s;
-webkit-transition: all 0.9s ease-in-out 0.6s;
}
.wraper_flyout_search > .table > .table-cell > .flyout-search-close {
position: absolute;
top: 40px;
right: 40px;
width: 30px;
z-index: 2;
text-align: center;
cursor: pointer;
}
.wraper_flyout_search > .table > .table-cell > .flyout-search-close > .flyout-search-close-line {
width: 100%;
height: 2px;
float: left;
margin-bottom: 5px;
background-color: #fff;
}
.wraper_flyout_search > .table > .table-cell > .flyout-search-close > .flyout-search-close-line:nth-child(1) {
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
}
.wraper_flyout_search > .table > .table-cell > .flyout-search-close > .flyout-search-close-line:nth-child(2) {
margin-top: -7px;
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
}
.wraper_flyout_search > .table > .table-cell .flyout_search {
position: relative;
z-index: 1;
float: right;
width: 100%;
max-width: 500px;
padding: 100px 40px 100px 40px;
text-align: right;
}
.wraper_flyout_search > .table > .table-cell .flyout_search > .flyout-search-title {
margin-bottom: 30px;
}
.wraper_flyout_search > .table > .table-cell .flyout_search > .flyout-search-title > *:last-child {
margin-bottom: 0 !important;
}
.wraper_flyout_search > .table > .table-cell .flyout_search > .flyout-search-title h4 {
margin-bottom: 20px;
text-transform: uppercase;
font-weight: 300;
font-size: 35px;
color: #fff;
line-height: 45px;
letter-spacing: 50px;
opacity: 0;
transition: all 1s ease-in-out 0s;
-webkit-transition: all 1s ease-in-out 0s;
}
.wraper_flyout_search > .table > .table-cell .flyout_search > .flyout-search-bar .form-row {
position: relative;
padding: 0;
margin: 0;
}
.wraper_flyout_search > .table > .table-cell .flyout_search > .flyout-search-bar .form-row input[type=search] {
width: 100%;
height: 60px;
padding: 0px 40px 0px 0px;
background-color: initial;
border: none;
border-bottom: 3px #dedede solid;
box-shadow: initial;
font-size: 20px;
color: #fff;
}
.wraper_flyout_search > .table > .table-cell .flyout_search > .flyout-search-bar .form-row button[type=submit] {
position: absolute;
top: 17px;
right: 0;
z-index: 1;
width: 40px;
height: auto;
background-color: initial;
border: none;
cursor: pointer;
}
.wraper_flyout_search > .table > .table-cell .flyout_search > .flyout-search-bar .form-row button[type=submit] i {
font-size: 20px;
color: #fff;
line-height: 20px;
}
body.flyout-searchbar-active .wraper_flyout_search {
opacity: 1;
visibility: visible;
}
body.flyout-searchbar-active .wraper_flyout_search > .table > .table-cell > .flyout-search-layer {
transform: translateX(0);
-webkit-transform: translateX(0);
}
body.flyout-searchbar-active .wraper_flyout_search > .table > .table-cell .flyout_search > .flyout-search-title h4 {
letter-spacing: 0;
opacity: 1;
} #hamburger-menu {
width: 100%;
}