/*
Template: Chaos
Author:
Version: 1.0
Designed and Development by:
*/
/*
====================================
[ CSS TABLE CONTENT ]
------------------------------------
    1.0 - General
    2.0 - Typography
    3.0 - Global Style
    4.0 - Navigation
    5.0 - Search Box
    6.0 - Page Title Section
    7.0 - Slider Section
    8.0 - Creative Section
    9.0 - Recent Project Section
    9.1 - Overlay and hover effect
    10.0 - Magnific Popup CSS
    11.0 - Feature Section
    12.0 - About Section
    13.0 - Counter Section
    14.0 - Team Section
    15.0 - Video Section
    16.0 - Service Section
    17.0 - Process Section
    18.0 - Portfolio Section
    19.0 - Portfolio Single Page
    20.0 - Partner Section
    21.0 - Case study section
    22.0 - Map Section
    23.0 - Contact Section
    24.0 - Footer Section
    25.0 - Preloader
    26.0 - Homepage Two
    27.0 - Homepage Three
    28.0 - About us Page
    29.0 - About us page two
    30.0 - Blog Page
    31.0 - Blog Page Version Two
    32.0 - Full Width Section
    33.0 - Call to action section
    34.0 - Client Testimonial Style
    35.0 - Parallax Homepage
    36.0 - Contact Page
    37.0 - 404 page
    38.0 - Slick slider customization
-------------------------------------
[ END CSS TABLE CONTENT ]
=====================================
/*----------------------------------------------------*/
*:after,
*:before,
p a,
a,
.team-memberpic img,
.team-memberpic figcaption,
.postimg figcaption, .team-memberinfo, .theme-btn, .gallery-filter li, #contactForm input, #contactForm textarea, .theme-btn-white, .navbar-nav li a, #back-to-top, .client-logo img, .icon-view code, .box-shadow-hover, ul#portfolio-filter li, #product-slider .slick-prev i, #product-slider .slick-next i, .portfolio .folio-overlay, .team-member-container .member-caption, .product-wrap .product-caption, .main-service-box, .testimonial .slick-dots li button, .testimonial-two .slick-dots li button, .img-icon, .pricing-box:hover h4, .pricing-box:hover h2, .pricing-box:hover ul li, .blog-grid-slider .slick-prev, .blog-grid-slider .slick-next {
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {
    opacity: 1;
  }
}

@-moz-keyframes empty {
  0% {
    opacity: 1;
  }
}

@keyframes empty {
  0% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
}

@-moz-keyframes backSlideOut {
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
}

@keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
    transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
    transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
    transform: translateZ(-500px) translateX(-200%);
  }
}

@-webkit-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
  }
}

@-moz-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0);
  }
}

@keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%);
    transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
    transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
    transform: translateZ(0) translateX(0);
  }
}

@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}

@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(0.8);
  }
}

@keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
  }
}

@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%);
  }
}

@keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}

@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}

@keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}

@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}

@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}

@keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}

@-webkit-keyframes scaleIn {
  from {
    -webkit-transform: translateY(-50%) scale(0);
  }
  to {
    -webkit-transform: translateY(-50%) scale(1);
  }
}

@-moz-keyframes scaleIn {
  from {
    -moz-transform: translateY(-50%) scale(0);
  }
  to {
    -moz-transform: translateY(-50%) scale(1);
  }
}

@keyframes scaleIn {
  from {
    -webkit-transform: translateY(-50%) scale(0);
    -moz-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    -o-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
  }
  to {
    -webkit-transform: translateY(-50%) scale(1);
    -moz-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    -o-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
  }
}

@-webkit-keyframes slideIn {
  from {
    opacity: 0;
    -webkit-transform: translateX(-25px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@-moz-keyframes slideIn {
  from {
    opacity: 0;
    -moz-transform: translateX(-25px);
  }
  to {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}

@keyframes slideIn {
  from {
    opacity: 0;
    -webkit-transform: translateX(-25px);
    -moz-transform: translateX(-25px);
    -ms-transform: translateX(-25px);
    -o-transform: translateX(-25px);
    transform: translateX(-25px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

#loader-overlay {
  width: 100%;
  height: 100vh;
  background: #6a82fb;
  background: -moz-linear-gradient(-45deg, #6a82fb 0%, #f45451 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #6a82fb), color-stop(100%, #f45451));
  background: -webkit-linear-gradient(-45deg, #6a82fb 0%, #f45451 100%);
  background: -o-linear-gradient(-45deg, #6a82fb 0%, #f45451 100%);
  background: -ms-linear-gradient(-45deg, #6a82fb 0%, #f45451 100%);
  background: -webkit-linear-gradient(315deg, #6a82fb 0%, #f45451 100%);
  background: -o-linear-gradient(315deg, #6a82fb 0%, #f45451 100%);
  background: linear-gradient(135deg, #6a82fb 0%, #f45451 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6a82fb', endColorstr='#f45451', GradientType=1 );
  position: fixed;
  z-index: 999999;
}

.loader {
  width: 70px;
  height: 35px;
  overflow: hidden;
  position: absolute;
  top: calc(50% - 17px);
  left: calc(50% - 35px);
}

.loader-inner {
  width: 70px;
  height: 70px;
  border-style: solid;
  border-top-color: #FFF;
  border-right-color: #FFF;
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-animation: rotate 3s ease-in-out infinite;
  animation: rotate 3s ease-in-out infinite;
  -webkit-transform: rotate(-200deg);
  -ms-transform: rotate(-200deg);
  transform: rotate(-200deg);
}

@-webkit-keyframes rotate {
  0% {
    border-width: 10px;
  }
  25% {
    border-width: 3px;
  }
  50% {
    -webkit-transform: rotate(115deg);
    transform: rotate(115deg);
    border-width: 10px;
  }
  75% {
    border-width: 3px;
  }
  100% {
    border-width: 10px;
  }
}

@keyframes rotate {
  0% {
    border-width: 10px;
  }
  25% {
    border-width: 3px;
  }
  50% {
    -webkit-transform: rotate(115deg);
    transform: rotate(115deg);
    border-width: 10px;
  }
  75% {
    border-width: 3px;
  }
  100% {
    border-width: 10px;
  }
}

@-webkit-keyframes fadeTop {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeTop {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeTop {
  -webkit-animation-name: fadeTop;
  animation-name: fadeTop;
}

@-webkit-keyframes fadeLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeLeft {
  -webkit-animation-name: fadeLeft;
  animation-name: fadeLeft;
}

@-webkit-keyframes fadeRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeRight {
  -webkit-animation-name: fadeRight;
  animation-name: fadeRight;
}

::-moz-selection {
  background-color: #212121;
  color: #fff;
}

::selection {
  background-color: #212121;
  color: #fff;
}

* {
  margin: 0;
  padding: 0;
  min-height: 0;
  min-width: 0;
}

*, :after, :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  position: relative;
  height: 100%;
}

body {
  color: #878787;
  background: #fff;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

.wrapper {
  position: relative;
  z-index: 20;
  overflow-x: hidden;
}

.eicon {
  display: inline-block;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lato-font {
  font-family: 'Lato', sans-serif;
}

.opensans-font {
  font-family: 'Open Sans', sans-serif;
}

.poppins-font {
  font-family: 'Poppins', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  color: #141414;
  margin: 20px 0 10px 0;
  font-style: normal;
  font-family: 'Poppins', sans-serif;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  line-height: 1.2em;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 12px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #fff;
}

p a:hover {
  color: #1a237e;
}

p {
  letter-spacing: normal;
  line-height: 28px;
  color: #878787;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}

a {
  text-decoration: none;
}

a:hover, a:focus, a:active {
  outline: none;
  text-decoration: none;
}

ul {
  list-style: disc;
}

li > ul,
li > ol {
  padding: 0;
  margin-left: 15px;
}

figure {
  margin-bottom: 6px;
  position: relative;
}

img {
  max-width: 100%;
}

.mark, mark {
  background-color: #1de9b6;
  color: #fff;
}

pre {
  padding: 10px;
  border: 1px solid #e2e2e2;
  background: #f1f1f1;
  border-radius: 0;
}

blockquote {
  border: none;
  padding: 0;
  position: relative;
}

.blockquote-reverse, blockquote.pull-right {
  border-right: 5px solid #1de9b6;
  background: #fff;
}

.outline-alert {
  background-color: transparent !important;
}

strong {
  color: #414141;
}

hr {
  border: 0;
  height: 3px;
  width: 70px;
  margin: 10px auto;
}

hr.left-line {
  margin: 10px 0 20px 0;
}

.display-block {
  display: block;
}

.display-inline {
  display: inline-block;
}

.p0 {
  padding: 0px;
}

textarea {
  resize: none;
}

label {
  margin-bottom: 10px;
  font-weight: 500;
  color: #212121;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0 none;
}

section {
  position: relative;
  z-index: 0;
  background-color: transparent;
}

.sec_pad{
  padding-top: 130px;
  padding-bottom: 130px;
}

section .border-block {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}

.section-heading {
  text-align: center;
  margin: auto;
  float: none;
  padding-bottom: 20px;
}

.section-heading h2 {
  font-weight: 700;
}

.section-heading h4 {
  color: #777;
  font-size: 16px;
}

.section-heading p.font-26px {
  line-height: 1.5;
  color: #616161;
  font-weight: 300;
}

.center-layout {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
  position: relative;
}

.v-align-middle {
  display: table-cell;
  vertical-align: middle;
}

.title-section {
  position: relative;
  z-index: 10;
}

.title-section h2[data-backletter], .title-section h4[data-backletter] {
  position: relative;
}

.title-section h2[data-backletter]:before, .title-section h4[data-backletter]:before {
  z-index: -1;
  content: attr(data-backletter);
  font-size: 3em;
  opacity: .06;
  position: absolute;
  top: -0.5em;
  left: -0.15em;
  text-align: center;
  text-transform: uppercase;
}

.title-section.text-center h2[data-backletter]:before {
  left: 0;
  right: 0;
  margin: auto;
}

.title_two {
  font-size: 34px;
  color: #212121;
}

.display-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-item-align: center;
  align-self: center;
}

.bg_color {
  background: #fcfcfc;
  z-index: 10;
  position: relative;
}

.bg_color_two {
  background: #f3f5f8;
}

.embed-responsive-16by9 {
  padding-bottom: 67.25%;
}

.br-top {
  border-top: 1px solid #e6e9ed;
}

.hr {
  width: 100%;
  height: 1px;
  background: #e6e9ed;
}

.btn.btn-md.btn_round {
  border-radius: 3px;
}

.bg-flex-cover img {
  width: 100%;
  height: 100%;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*====== header css
==================================*/
.navbar {
  margin: 0px;
  border: 0px;
  border-radius: 0px;
  background: transparent;
  -webkit-transition: all 0.35s linear;
  -o-transition: all 0.35s linear;
  transition: all 0.35s linear;
}

.navbar .navbar-header .navbar-brand {
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  padding: 0px;
  line-height: 85px;
  height: auto;
  display: inline-block;
  -webkit-transition: all 0.35s linear;
  -o-transition: all 0.35s linear;
  transition: all 0.35s linear;
}

.navbar .navbar-header .navbar-brand img {
  display: inline-block;
  margin-top: -5px;
}

.navbar .navbar-header .navbar-brand img + img {
  display: none;
}

.navbar .nav li {
  padding: 30px 0px;
  margin-left: 25px;
  margin-right: 25px;
  -webkit-transition: all 0.35s linear;
  -o-transition: all 0.35s linear;
  transition: all 0.35s linear;
}

.navbar .nav li > a {
  font-size: 12px;
  font-weight: 500;
  line-height: 25px;
  font-family: 'Poppins', sans-serif;
  padding: 0px;
  color: #fff;
  text-transform: uppercase;
  position: relative;
}

.navbar .nav>li>a:before {
  content: "";
  width: 0;
  height: 1px;
  left: 0;
  bottom: 0;
  background: #fff;
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.navbar .nav li > a:focus, .navbar .nav li > a:hover {
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  color: #fff;
}

.navbar .nav li.dropdown .dropdown-menu {
  border: 0px;
  background: transparent;
  margin: 0px;
  border-radius: 0px;
  left: 0;
  min-width: 180px;
  padding-bottom: 0px;
}

@media (min-width: 768px) {
  .navbar .nav li.dropdown .dropdown-menu {
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    opacity: 0;
    top: 100%;
    visibility: hidden;
    display: block;
    -webkit-box-shadow: 0px 15px 27px 0px rgba(14, 0, 40, 0.05);
    box-shadow: 0px 15px 27px 0px rgba(14, 0, 40, 0.05);
  }
}

.navbar .nav li.dropdown .dropdown-menu li {
  position: relative;
  margin: 0px;
  padding: 6px 30px;
  display: block;
  background: #fff;
}

@media (min-width: 768px) {
  .navbar .nav li.dropdown .dropdown-menu li:first-child {
    padding-top: 30px;
  }
  .navbar .nav li.dropdown .dropdown-menu li:last-child {
    padding-bottom: 30px;
  }
}

.navbar .nav li.dropdown .dropdown-menu li > a {
  color: #40434b;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  text-transform: capitalize;
  padding: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  display: inline-block;
}

.navbar .nav li.dropdown .dropdown-menu li > a:hover, .navbar .nav li.dropdown .dropdown-menu li > a:focus {
  text-shadow: none;
}

.navbar .nav li.dropdown .dropdown-menu li:hover > a {
  color: #ff5f6d;
}

.navbar .nav li.dropdown .dropdown-menu li:hover > a:before {
  background: #ff5f6d;
}

.navbar .nav li.dropdown .dropdown-menu li .dropdown-menu {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  display: block;
  position: absolute;
  left: 100%;
  top: 0;
}

.navbar .nav li.dropdown .dropdown-menu li .dropdown-menu:before {
  display: none;
}

@media (min-width: 768px) {
  .navbar .nav li.dropdown .dropdown-menu li .dropdown-menu {
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
    visibility: hidden;
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }
}

.navbar .nav li.active a, .navbar .nav li.open a {
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
}

.navbar .nav li.active a:before, .navbar .nav li.open a:before {
  width: 100%;
  opacity: 1;
}

.navbar .nav li.active a:hover, .navbar .nav li.active a:focus, .navbar .nav li.open a:hover, .navbar .nav li.open a:focus {
  background: transparent;
  color: #fff;
}

.navbar .nav li.active .dropdown-menu li.active a, .navbar .nav li.open .dropdown-menu li.active a {
  color: #ff5f6d;
}

.navbar .nav li.active .dropdown-menu li.active a:before, .navbar .nav li.open .dropdown-menu li.active a:before {
  background: #ff5f6d;
}

.navbar .nav li:hover > a {
  background: none;
}

.navbar .nav li:hover > a:before {
  width: 100%;
  opacity: 1;
}

@media (min-width: 768px) {
  .navbar .nav li:hover .dropdown-menu {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    margin-top: -3px;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .navbar .nav li:hover .dropdown-menu li:hover .dropdown-menu {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
  }
}

.navbar .attr-nav {
  float: right;
}

.navbar .attr-nav ul {
  list-style: none;
  margin: 0px;
}

.navbar .attr-nav ul li {
  padding: 30px 17px;
  float: left;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  margin: 0px;
}

.navbar .attr-nav ul li a:before {
  display: none;
}

.navbar .attr-nav ul li.dropdown .dropdown-menu {
  min-width: 350px;
  left: auto;
  right: 0;
}

.navbar .attr-nav ul li.dropdown.cart-menu a {
  padding: 0px;
  font-size: 20px;
  color: #fff;
  position: relative;
}

.navbar .attr-nav ul li.dropdown.cart-menu a .cart {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  color: #fc5c7d;
  background: #fff;
  display: inline-block;
  text-align: center;
  position: absolute;
  right: -14px;
  top: -5px;
}

.navbar .attr-nav ul li.dropdown.cart-menu li {
  width: 100%;
  padding: 0px;
}

.navbar .attr-nav ul li.dropdown.cart-menu .cart-single-item {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
}

.navbar .attr-nav ul li.dropdown.cart-menu .cart-single-item .cart-img {
  display: block;
  float: left;
  width: 30%;
}

.navbar .attr-nav ul li.dropdown.cart-menu .cart-single-item .action {
  line-height: 80px;
}

.navbar .attr-nav ul li.dropdown.cart-menu .cart-single-item a {
  color: #212121;
}

.navbar .attr-nav ul li.dropdown.cart-menu .cart-single-item a:hover {
  color: #fc5c7d;
}

.navbar .attr-nav ul li.dropdown.cart-menu .cart-single-item .cart-content {
  float: left;
  width: 60%;
  padding-left: 15px;
  padding-top: 18px;
}

.navbar .attr-nav ul li.dropdown.cart-menu .cart-single-item .cart-content p {
  font-size: 14px;
  line-height: 20px;
  color: #212121;
  font-weight: 500;
  margin-bottom: 5px;
}

.navbar .attr-nav ul li.dropdown.cart-menu .cart-single-item .cart-content p a {
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
}

.navbar .attr-nav ul li.dropdown.cart-menu .cart-single-item .cart-content p del {
  color: #919191;
}

.navbar .attr-nav ul li.dropdown.cart-menu .cart_f {
  background: #f9f9f9;
  padding: 25px 30px 30px;
}

.navbar .attr-nav ul li.dropdown.cart-menu .cart_f .total {
  font-size: 15px;
  color: #676b75;
}

.navbar .attr-nav ul li.dropdown.cart-menu .cart_f .p-total {
  float: right;
  font-size: 15px;
  color: #1b1d22;
  font-weight: 500;
}

.navbar .attr-nav ul li.dropdown.cart-menu .cart_f .btn-cart {
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
  background: #fc5c7d;
  color: #fff;
  font-weight: 500;
  min-width: 135px;
  padding: 10px 30px;
  border-radius: 45px;
  border: 1px solid #fc5c7d;
  margin-bottom: 0px;
  margin-top: 5px;
}

.navbar .attr-nav ul li.dropdown.cart-menu .cart_f .btn-cart:hover {
  border-color: #6a82fb;
  color: #6a82fb;
  background: transparent;
}

.navbar .attr-nav ul li.dropdown.cart-menu .cart_f .btn-cart + .btn-cart {
  margin-left: 15px;
  border-color: #6a82fb;
  color: #6a82fb;
  background: transparent;
}

.navbar .attr-nav ul li.dropdown.cart-menu .cart_f .btn-cart + .btn-cart:hover {
  background: #fc5c7d;
  border-color: #fc5c7d;
  color: #fff;
}

.navbar .attr-nav ul .side-menu {
  padding-right: 0px;
  position: relative;
}

.navbar .attr-nav ul .side-menu a {
  padding: 0px;
}

.navbar .attr-nav ul .side-menu span {
  width: 30px;
  height: 2px;
  background: #fff;
  display: block;
  margin: 6px 0px;
}

.navbar .attr-nav ul .side-menu span:nth-child(2) {
  width: 20px;
}

.navbar .attr-nav ul .side-menu span:nth-child(3) {
  width: 24px;
  margin-bottom: 0px;
}

.navbar-default .navbar-toggle {
  padding: 0px;
  border: 0px;
  height: 68px;
}

.navbar-default .navbar-toggle .icon-bar {
  width: 25px;
  height: 2px;
  background: #fff;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background: transparent;
}

.gradiant {
  background: -webkit-gradient(linear, right top, left top, from(#ff5f6d), to(#ffc371));
  background: -webkit-linear-gradient(right, #ff5f6d 0%, #ffc371 100%);
  background: -o-linear-gradient(right, #ff5f6d 0%, #ffc371 100%);
  background: linear-gradient(to left, #ff5f6d 0%, #ffc371 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*=============== mega_menu css ===============*/
.navbar .nav .mega_menu {
  position: static;
}

.navbar .nav .mega_menu.dropdown {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.navbar .nav .mega_menu.dropdown .mega_menu_inner {
  width: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #fff;
  padding: 40px 0px;
}

.navbar .nav .mega_menu.dropdown .mega_menu_inner .mega_item {
  width: calc(100% / 4);
  padding: 0px 40px;
  border-left: 1px solid #e5e8f0;
}

.navbar .nav .mega_menu.dropdown .mega_menu_inner .mega_item li {
  padding: 5px 0px;
}

.navbar .nav .mega_menu.dropdown .mega_menu_inner .mega_item:first-child {
  border-left: 0px;
}

.m_title {
  font: 500 16px 'Poppins', sans-serif;
  color: #1b1d22;
  margin-top: 0px;
}

/*================== header_area_two css ===================*/
.header_two .navbar .nav > li > a {
  color: #1b1d22;
}

.header_two .navbar .nav > li > a:before {
  background: #6a82fb;
}

.header_two .navbar .nav > li.active > a, .header_two .navbar .nav > li.open > a {
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #6a82fb;
}

.header_two .navbar .nav > li.active > a:before, .header_two .navbar .nav > li.open > a:before {
  width: 100%;
  background: #6a82fb;
  opacity: 1;
}

.header_two .navbar .nav > li.active > a:hover, .header_two .navbar .nav > li.active > a:focus, .header_two .navbar .nav > li.open > a:hover, .header_two .navbar .nav > li.open > a:focus {
  background: transparent;
  color: #6a82fb;
}

.header_two .navbar .nav > li:hover > a {
  color: #6a82fb;
}

.header_two .navbar .nav > li.dropdown .dropdown-menu li:hover a {
  color: #6a82fb;
}

.header_two .navbar .nav > li.dropdown .dropdown-menu li:hover a:before {
  background: #6a82fb;
}

.header_two .navbar .nav > li.active .dropdown-menu li.active a, .header_two .navbar .nav > li.open .dropdown-menu li.active a {
  color: #6a82fb;
}

.header_two .navbar .nav > li.active .dropdown-menu li.active a:before, .header_two .navbar .nav > li.open .dropdown-menu li.active a:before {
  background: #6a82fb;
}

.header_two .navbar .attr-nav ul li {
  padding: 28px 17px;
}

.header_two .navbar .attr-nav ul li.dropdown.cart-menu a {
  color: #1b1d22;
}

.header_two .navbar .attr-nav ul li.dropdown.cart-menu a .cart {
  color: #fff;
  background: #6a82fb;
}

/*=========== header_three css ==========*/
.header_three .navbar .nav > li > a:before {
  background: #fff;
}

.header_three .navbar .nav > li.active > a, .header_three .navbar .nav > li.open > a {
  color: #fff;
}

.header_three .navbar .nav > li.active > a:before, .header_three .navbar .nav > li.open > a:before {
  background: #fff;
}

.header_three .navbar .nav > li.active > a:hover, .header_three .navbar .nav > li.active > a:focus, .header_three .navbar .nav > li.open > a:hover, .header_three .navbar .nav > li.open > a:focus {
  color: #fff;
}

.header_three .navbar .nav > li:hover > a {
  color: #fff;
}

.header_three .navbar .nav > li.dropdown .dropdown-menu li:hover a {
  color: #6a82fb;
}

.header_three .navbar .nav > li.dropdown .dropdown-menu li:hover a:before {
  background: #6a82fb;
}

.header_three .navbar .nav > li.active .dropdown-menu li.active a, .header_three .navbar .nav > li.open .dropdown-menu li.active a {
  color: #6a82fb;
}

.header_three .navbar .nav > li.active .dropdown-menu li.active a:before, .header_three .navbar .nav > li.open .dropdown-menu li.active a:before {
  background: #6a82fb;
}

.header_three .navbar .attr-nav ul li {
  padding: 28px 17px;
}

.header_three .navbar .attr-nav ul li.dropdown.cart-menu > a {
  color: #fff;
}

.header_three .navbar .attr-nav ul li.dropdown.cart-menu > a .cart {
  color: #ff5f6d;
  background: #fff;
}

/*=================== affix menu css =================*/
.header_area.affix {
  background: #fff;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(14, 0, 40, 0.1);
  box-shadow: 0px 3px 6px 0px rgba(14, 0, 40, 0.1);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.header_area.affix .navbar .nav li {
  padding: 25px 0px;
}

.header_area.affix .navbar .nav li > a {
  color: #212121;
}

.header_area.affix .navbar .nav li:hover > a {
  color: #ff5f6d;
}

.header_area.affix .navbar .nav li:hover > a:before {
  background: #ff5f6d;
}

.header_area.affix .navbar .nav li.active > a, .header_area.affix .navbar .nav li.open > a {
  color: #ff5f6d;
}

.header_area.affix .navbar .nav li.active > a:before, .header_area.affix .navbar .nav li.open > a:before {
  background: #ff5f6d;
}

.header_area.affix .navbar .attr-nav ul li {
  padding: 25px 17px;
}

.header_area.affix .navbar .attr-nav ul li a {
  color: #212121;
}

.header_area.affix .navbar .attr-nav ul .side-menu {
  padding-right: 0px;
}

.header_area.affix .navbar .attr-nav ul .side-menu span {
  background: #212121;
}

.header_area.affix .navbar .navbar-header .navbar-brand {
  line-height: 75px;
}

.header_area.affix .navbar .navbar-header .navbar-brand img {
  display: none;
}

.header_area.affix .navbar .navbar-header .navbar-brand img + img {
  display: inline-block;
}

.header_area.affix .navbar-default .navbar-toggle {
  height: 57px;
}

.header_area.affix .navbar-default .navbar-toggle .icon-bar {
  background: #212121;
}

.header_two.affix .navbar .nav li.active > a, .header_two.affix .navbar .nav li.open > a, .header_two.affix .navbar .nav li:hover > a {
  color: #6a82fb;
}

.header_two.affix .navbar .nav li.active > a:before, .header_two.affix .navbar .nav li.open > a:before, .header_two.affix .navbar .nav li:hover > a:before {
  background: #6a82fb;
}

.header_three.affix .navbar .nav li.active > a, .header_three.affix .navbar .nav li.open > a, .header_three.affix .navbar .nav li:hover > a {
  color: #6a82fb;
}

.header_three.affix .navbar .nav li.active > a:before, .header_three.affix .navbar .nav li.open > a:before, .header_three.affix .navbar .nav li:hover > a:before {
  background: #6a82fb;
}

.header_three.affix .navbar .attr-nav ul li.dropdown.cart-menu a {
  color: #212121;
}

.header_three.affix .navbar .attr-nav ul li.dropdown.cart-menu a .cart {
  -webkit-box-shadow: 0px 3px 6px 0px rgba(14, 0, 40, 0.1);
  box-shadow: 0px 3px 6px 0px rgba(14, 0, 40, 0.1);
}

.header_three.affix .navbar .attr-nav ul li.dropdown.cart-menu a:hover {
  color: #6a82fb;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*=============================================
			Sliders and Hero Section
=============================================*/
.hero-text {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  width: 100%;
  z-index: 10;
  color: #fff;
}

.hero-text h1 {
  font-size: 65px;
  line-height: 1.2;
}

.hero-text h1.letter-spacing-10 {
  letter-spacing: 10px;
}

.hero-text h1.letter-spacing-0 {
  letter-spacing: 0px;
}

.hero-text-wrap .hero-text h1.font-90px {
  font-size: 90px;
}

.hero-text h2 {
  font-size: 80px;
}

.hero-text h3 {
  font-size: 60px;
  line-height: 35px;
}

.hero-text h4 {
  font-size: 30px;
  line-height: 25px;
}

.hero-text h5 {
  font-size: 38px;
  line-height: 20px;
}

.hero-text h6 {
  font-size: 14px;
  line-height: 16px;
}

.call-us {
  float: left;
  margin-top: 50px;
}

.hero-text p {
  display: inline-block;
  float: left;
  margin-right: 10px;
}

.white-color .call-us h5 {
  margin-top: 0;
  color: #fc5c7d;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 2px;
}

.white-color .call-us h6 {
  margin-top: 3px;
  font-size: 14px;
  color: #ccc !important;
}

.rd-imgs {
  width: inherit;
  margin: 0 auto;
  display: block;
}

.rounded-triangle {
  height: 1006px;
  background: url(../images/triangle-yellow-hero.png) no-repeat center center;
  background-size: cover;
}

.rounded-image {
  height: 1020px;
  background: url(../images/background/bg-image.png) no-repeat center center;
  background-size: cover;
}

.rounded-image .hero-text h3 {
  line-height: 75px;
}

.rounded-image .inline-btn p {
  float: none;
}

.rounded-image .inline-btn .btn.btn-sm {
  padding: 12px;
}

.rounded-image .inline-btn .btn.btn-outline-white {
  width: 50px;
  height: 50px;
  background: #fff;
  color: #f45551;
  line-height: 25px;
}

.rounded-image .inline-btn .btn.btn-outline-white i {
  font-size: 30px;
}

.rounded-image .inline-btn .btn.btn-outline-white:hover, .rounded-image .inline-btn .btn.btn-outline-white:active, .rounded-image .inline-btn .btn.btn-outline-white:focus {
  color: #f45551;
}

.hero-style-two .hero-text-wrap {
  background-color: transparent;
}

.hero-style-two .hero-text-wrap .hero-text h3 {
  font-size: 20px;
  font-weight: 400;
  margin-top: 0px;
}

.hero-style-two .hero-text-wrap .btn-purple {
  color: #fff;
  border-color: #6a82fb;
  background-color: #6a82fb;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0px;
}

.hero-style-two .call-us {
  padding-left: 25px;
}

.hero-style-two .hero-text-wrap .btn-purple:hover, .hero-style-two .hero-text-wrap .btn-purple:active, .hero-style-two .hero-text-wrap .btn-purple:focus {
  background-color: #6a82fb;
  border-color: #6a82fb;
  color: #fff;
}

.hero-style-two .white-color .call-us h5 {
  color: #fff !important;
}

.hero-style-two .white-color .call-us h6 {
  color: #fff !important;
}

.dark-bg {
  background-color: #212121;
}

.darken-bg {
  background-color: #151515;
}

.d-dark-bg {
  background-color: #0a0a0a;
}

.white-bg {
  background-color: #fff;
}

.default-bg {
  background-color: #1de9b6;
}

.red-bg {
  background-color: #cb2d3e;
}

.grey-bg {
  background-color: #eee;
}

.orange-bg {
  background-color: #ffab40;
}

.green-bg {
  background-color: #8BC34A;
}

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

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

.light-br-r {
  border-right: 1px solid #eeeeee;
}

.fixed-bg {
  background-attachment: fixed !important;
}

.overlay-bg {
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}

.hero-text-wrap.overlay-bg {
  background: rgba(0, 0, 0, 0.75);
  width: 100%;
  height: 101vh;
  position: absolute;
  z-index: 1;
}

.hero-text-wrap.color-overlay-bg {
  background: rgba(57, 73, 171, 0.82);
  width: 100%;
  height: 101vh;
  position: absolute;
  z-index: 1;
}

.hero-text-wrap.white-overlay-bg {
  background: rgba(225, 225, 225, 0.82);
  width: 100%;
  height: 101vh;
  position: absolute;
  z-index: 1;
}

.hero-text-wrap.light-overlay-bg {
  background-color: #cb2d3e;
  width: 100%;
  height: 101vh;
  position: absolute;
  z-index: 1;
}

.overlay-bg-dark {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}

.overlay-bg-light {
  background: rgba(255, 255, 255, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}

section.dark-block .hero-text-wrap, section.dark-block.title-hero-bg::before {
  background-color: transparent;
}

.parallax-overlay {
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}

.parallax-overlay img {
  width: auto;
  height: auto;
  max-width: inherit;
}

.hero-text-wrap.gradient-overlay {
  position: absolute;
  z-index: 1;
  background: rgba(255, 127, 95, 0.6);
  background: -moz-linear-gradient(top, rgba(255, 127, 95, 0.6) 0%, rgba(254, 179, 123, 0.6) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 127, 95, 0.6)), color-stop(100%, rgba(254, 179, 123, 0.6)));
  background: -webkit-linear-gradient(top, rgba(255, 127, 95, 0.6) 0%, rgba(254, 179, 123, 0.6) 100%);
  background: -o-linear-gradient(top, rgba(255, 127, 95, 0.6) 0%, rgba(254, 179, 123, 0.6) 100%);
  background: -ms-linear-gradient(top, rgba(255, 127, 95, 0.6) 0%, rgba(254, 179, 123, 0.6) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 127, 95, 0.6)), to(rgba(254, 179, 123, 0.6)));
  background: linear-gradient(to bottom, rgba(255, 127, 95, 0.6) 0%, rgba(254, 179, 123, 0.6) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7f5f', endColorstr='#feb37b', GradientType=0 );
}

.hero-text-wrap h1.font-100px {
  font-size: 100px;
}

.bg-video .hero-text-wrap.gradient-overlay {
  height: 101vh;
}

.gradient-overlay {
  background: rgba(255, 95, 109, 0.3);
  background-image: -moz-linear-gradient(180deg, rgba(255, 95, 109, 0.3) 0%, rgba(255, 195, 113, 0.3) 100%);
  background-image: -webkit-linear-gradient(180deg, rgba(255, 95, 109, 0.3) 0%, rgba(255, 195, 113, 0.3) 100%);
  background-image: -ms-linear-gradient(180deg, rgba(255, 95, 109, 0.3) 0%, rgba(255, 195, 113, 0.3) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}

.parallax-bg {
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.box-shadow {
  -webkit-box-shadow: 0 10px 30px 5px rgba(17, 21, 23, 0.1);
  box-shadow: 0 10px 30px 5px rgba(17, 21, 23, 0.1);
}

.box-shadow-hover:hover {
  -webkit-box-shadow: 0 10px 30px 5px rgba(17, 21, 23, 0.1);
  box-shadow: 0 10px 30px 5px rgba(17, 21, 23, 0.1);
}

.member-socialicons {
  overflow: hidden;
  list-style: none;
  text-align: center;
  line-height: 20px;
}

.member-socialicons li {
  float: left;
  padding: 0 10px;
  line-height: inherit;
  list-style-type: none;
}

.member-socialicons li a {
  color: #fff;
  display: block;
}

.member-socialicons li a:hover {
  color: #ff4552;
}

.member-socialicons li a i {
  display: block;
  font-size: 13px;
  text-align: center;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-bottom-padding {
  padding-bottom: 0;
}

.no-gutters > [class^="col-"],
.no-gutters > [class*="col-"],
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.no-top-padding {
  padding-top: 0;
}

/*=======================================================
     SLIDERS
========================================================*/
.hero-fullslide {
  position: relative;
  height: 100vh;
  padding: 120px 0;
  overflow: hidden;
}

.hero-fullslide .container, .home-fullslide .container {
  z-index: 2;
}

.hero-fullslide .container, .home-fullslide .container {
  position: relative;
  padding-top: 60px;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.default-slider, .home-fullslide {
  position: relative;
  height: 768px;
  overflow: hidden;
}

.home-fullslide.parallax > .parallax-img {
  height: 100%;
  top: 0;
}

.half-height-slider {
  position: relative;
  top: 0;
  background-color: #212121;
  z-index: 1;
}

.default-slider .container {
  padding-top: 60px;
}

.default-slider.slick-dotted.slick-slider, .blog-grid-slider.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.home-slider {
  height: 100vh;
  padding: 0;
}

.home-slider .default-slider, .home-slider .slick-list, .home-slider .slide-img, .home-slider .hero-text-wrap {
  height: 100vh;
  width: 100%;
}

.home-slider .slide-img:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.70;
  position: absolute;
}

.slider_two .slide-img:before {
  display: none;
}

.slider_two .hero-text {
  color: #1b1d22;
}

.slider_two .hero-text h1 {
  font-size: 80px;
  margin-top: 0px;
  margin-bottom: 30px;
}

.slider_two .hero-text h3 {
  font-size: 50px;
  letter-spacing: 4px;
  line-height: 55px;
}

.slider_two .hero_call_btn .btn-md {
  font-weight: 500;
  margin-top: -12px;
}

.slider_two .hero_call_btn .call-us {
  float: none;
  display: inline-block;
  text-align: left;
  padding-left: 30px;
}

.slider_two .hero_call_btn .call-us h5 {
  margin: 0px;
  color: #6a82fb;
  font-size: 16px;
}

.slider_two .hero_call_btn .call-us h6 {
  margin: 5px 0px 0px;
  color: #adadad;
  font-size: 14px;
}

.slider_two .default-slider .slick-dots {
  top: auto;
  bottom: 50px;
  right: 80px;
}

.slider_two .default-slider .slick-dots li {
  display: inline-block;
}

.slider_two .default-slider .slick-dots li button {
  width: 12px;
  height: 12px;
  background: #e0e0e0;
}

.slider_two .default-slider .slick-dots li.slick-active button {
  background: #6a82fb;
  width: 12px;
  height: 12px;
}

.default-slider .slide {
  position: relative;
  height: 768px;
}

.default-slider .slick-dots {
  text-align: right;
}

.default-slider .slick-dots {
  bottom: 0px;
  top: 50%;
  right: 2%;
  width: auto;
}

.blog-grid-slider .slick-next {
  right: 0px;
}

.blog-grid-slider .slick-prev {
  right: 40px;
  left: auto;
}

.default-slider .slick-dots li {
  display: block;
}

.default-slider .slick-dots li button {
  font-size: 0;
  width: 12px;
  height: 12px;
  padding: 0px;
  cursor: pointer;
  border: 0;
  border-radius: 50%;
  outline: none;
  background: #a9a8a8;
  position: relative;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.default-slider .slick-dots {
  text-align: center;
}

.default-slider .slick-dots li.slick-active button {
  background-color: #fff;
  width: 14px;
  height: 14px;
  left: 0px;
}

section.dark-block .default-slider .slick-dots li button {
  background: rgba(33, 33, 33, 0.5);
}

.default-slider .slide.slick-active .zoom-text, .hero-text-slider .slick-active.zoom-text {
  -webkit-animation-delay: .4s;
  animation-delay: .4s;
  -webkit-animation-duration: .6s;
  animation-duration: .6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

.default-slider .slide.slick-active .fade-left-text h1, .default-slider .slide.slick-active .fade-left-text h2, .default-slider .slide.slick-active .fade-left-text h3, .default-slider .slide.slick-active .fade-left-text h4, .default-slider .slide.slick-active .fade-left-text h5, .default-slider .slide.slick-active .fade-left-text h6, .default-slider .slide.slick-active .fade-left-text p {
  -webkit-animation-delay: .4s;
  animation-delay: .4s;
  -webkit-animation-duration: .6s;
  animation-duration: .6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

.default-slider .slide.slick-active .fade-center-text h1, .default-slider .slide.slick-active .fade-center-text h2, .default-slider .slide.slick-active .fade-center-text h3, .default-slider .slide.slick-active .fade-center-text h4, .default-slider .slide.slick-active .fade-center-text h5, .default-slider .slide.slick-active .fade-center-text h6, .default-slider .slide.slick-active .fade-center-text p {
  -webkit-animation-delay: .4s;
  animation-delay: .4s;
  -webkit-animation-duration: .6s;
  animation-duration: .6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.default-slider .slide.slick-active .fade-left-text h5, .default-slider .slide.slick-active .fade-center-text h5 {
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}

.default-slider .slide.slick-active .fade-left-text p, .default-slider .slide.slick-active .fade-center-text p {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

.overlay-bg {
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}

.hero-text-wrap.purple-overlay-bg {
  background: rgba(33, 150, 243, 0.82);
  width: 100%;
  height: 101vh;
  position: absolute;
  z-index: 1;
}

.overlay-bg-dark {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}

.overlay-bg-light {
  background: rgba(255, 255, 255, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}

.slider-bg {
  border: 0;
  margin: 0;
  height: 100vh;
  background-color: #222225;
}

.slider-bg .slides {
  height: 100%;
}

.slider-bg .slides > li {
  height: 100%;
}

.slider-bg .hero-text {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  width: 100%;
  z-index: 10;
  color: #fff;
}

.slider-bg .hero-text P {
  line-height: 50px;
  font-size: 35px;
}

.slider-bg .hero-text h1 {
  font-size: 120px;
  line-height: 120px;
  letter-spacing: -5px;
}

.slide-img, .parallax-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.home-slider .slick-active .hero-text h5, .home-slider .slick-active .hero-text h6 {
  -webkit-animation: 0.8s 0.8s fadeInUp both;
  animation: 0.8s 0.8s fadeInUp both;
}

.home-slider .slick-active .hero-text h1 {
  -webkit-animation: 1s 1.6s fadeInUp both;
  animation: 1s 1.6s fadeInUp both;
}

.home-slider .slick-active .hero-text h3 {
  -webkit-animation: 1s 1.6s fadeInRight both;
  animation: 1s 1.6s fadeInRight both;
}

.home-slider .slick-active .hero-text .btn {
  -webkit-animation: 1s 2s fadeInUp both;
  animation: 1s 2s fadeInUp both;
}

/* ----------------------------------------
	Flex Slider
-------------------------------------------*/
.slide-img-static {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slider-bg-static {
  border: 0;
  margin: 0;
  height: 500px;
  background-color: #222225;
}

.slider-bg-static .slides {
  height: 100%;
}

.slider-bg-static .slides > li {
  height: 100%;
}

.slider-bg-static .hero-text {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  width: 100%;
  z-index: 10;
  color: #fff;
}

.parallax-effect {
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 100%;
  height: 100%;
}



/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*=============================================
                Welcome Section
=============================================*/
.intro-img {
  position: relative;
  padding-bottom: 50px;
  padding-right: 100px;
  z-index: 1;
}

.intro-img:before {
  content: "";
  position: absolute;
  right: 30px;
  left: 70px;
  bottom: 0;
  top: 50px;
  border: 15px solid transparent;
  -moz-border-image: -moz-linear-gradient(top, #ffac70 0%, #ff5f6d 100%);
  -webkit-border-image: -webkit-linear-gradient(to bottom, #ffac70 0%, #ff5f6d 100%);
  -o-border-image: -o-linear-gradient(top, #ffac70 0%, #ff5f6d 100%);
  border-image: -webkit-gradient(linear, left top, left bottom, from(#ffac70), to(#ff5f6d));
  border-image: linear-gradient(to bottom, #ffac70 0%, #ff5f6d 100%);
  border-image-slice: 1;
  z-index: -1;
}

.intro-img-two {
  padding-right: 0px;
  padding-left: 100px;
}

.intro-img-two:before {
  border: 16px solid rgba(106, 130, 251, 0.3);
  right: 80px;
  left: 35px;
}

.heading-style-one hr.gradient-bg, .heading-style-two h2 span:after {
  background: #fc5c7c;
  background-image: -moz-linear-gradient(180deg, #ff5f6d 0%, #ffc371 100%);
  background-image: -webkit-linear-gradient(180deg, #ff5f6d 0%, #ffc371 100%);
  background-image: -ms-linear-gradient(180deg, #ff5f6d 0%, #ffc371 100%);
  background: -webkit-gradient(linear, right top, left top, from(#ff5f6d), to(#ffc371));
  background: -webkit-linear-gradient(right, #ff5f6d 0%, #ffc371 100%);
  background: -o-linear-gradient(right, #ff5f6d 0%, #ffc371 100%);
  background: linear-gradient(to left, #ff5f6d 0%, #ffc371 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgb(255,95,109)', endColorstr='rgba(252,92,124,1)', GradientType=1 );
}

.heading-style-one p {
  font-size: 14px;
}

.heading-style-one h6 {
  margin-top: 0;
  font-weight: 600;
}

.heading-style-one h2 {
  font-size: 34px;
  color: #212121;
  font-weight: 700;
  margin-top: 14px;
}

.heading-style-two h2 span {
  position: relative;
}

.heading-style-two h2 span:after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 50%;
  margin-left: -40px;
  height: 3px;
  width: 80px;
}

.heading-style-two h2.purple_br span:after {
  background: #ff5f6d;
}

.thin-borders {
  height: 1px;
  width: 80px;
}

.thin-borders.mt-40 {
  margin-top: 40px;
}

.thin-borders.mb-35 {
  margin-bottom: 35px;
}

.thin-border-purple {
  background-color: #ff5f6d;
}

.welcome-style-two {
  width: 100%;
  float: left;
  position: relative;
}

.welcome-style-two .thin-border-purple {
  margin-top: 10px;
  margin-right: 20px;
}

.welcome-style-two p {
  width: 80%;
}

.box-title, .box-title-two, .box-title-three {
  position: relative;
}

.box-title:after {
  -ms-transform: translate(-50%, -120%);
  transform: translate(-50%, -120%);
  -webkit-transform: translate(-50%, -120%);
  -moz-transform: translate(-50%, -120%);
  background: url(../images/polygon-box-2.png) no-repeat;
}

.box-title-two:after, .box-title-three:after {
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}

.box-title:after, .box-title-two:after, .box-title-three:after {
  content: '';
  position: absolute;
  top: 46%;
  left: 50%;
  width: 207px;
  height: 207px;
  z-index: 0;
}

.box-title-three h2 {
  font-size: 34px;
  line-height: 44px;
}

.box-title-three p {
  max-width: 600px;
  margin: 0 auto;
}

.img-icon {
  width: 60px;
  height: 65px;
  display: block;
  position: relative;
  text-align: center;
}

.img-icon:before {
  content: "";
  background: url(../images/bulb-icon.png) no-repeat left 0;
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.img-icon i:before {
  font-size: 35px;
  text-align: center;
  margin: 0px;
  line-height: 65px;
}

.feature-box .img-icon.big-icon {
  width: 110px;
  height: 110px;
}

.bulb-icon {
  background: url(../images/bulb-icon.png) no-repeat;
}

.bulb-shadow-icon {
  background: url(../images/bulb-shadow-icon.png) no-repeat;
}

.diamond-shadow-icon {
  background: url(../images/bulb-shadow-icon.png) no-repeat;
}

.diamond-shadow-icon:hover {
  background: url(../images/diamond-shadow-icon-hover.png) no-repeat;
}

.magic-shadow-icon {
  background: url(../images/magic-shadow-icon.png) no-repeat;
}

.magic-shadow-icon:hover {
  background: url(../images/magic-shadow-icon-hover.png) no-repeat;
}

.connect-shadow-icon {
  background: url(../images/connect-shadow-icon.png) no-repeat;
}

.connect-shadow-icon:hover {
  background: url(../images/connect-shadow-icon-hover.png) no-repeat;
}

.feature-box .btn.btn-sm {
  font-size: 12px !important;
  font-weight: normal;
  text-transform: capitalize;
}

.single-portfolio h1 {
  text-align: center;
  font-size: 130px;
  font-weight: 900;
  margin: 0;
  color: #ff5f6d;
  padding: 20px 0;
  opacity: 0.2;
}

.single-portfolio-title-right h2, .single-portfolio-title-left h2 {
  font-size: 25px;
  position: relative;
}

.single-portfolio-title-right h2 {
  padding-right: 100px;
}

.single-portfolio-title-left h2 {
  padding-left: 100px;
}

.single-portfolio-title-right h2:after {
  right: 0;
}

.single-portfolio-title-left h2:after {
  left: 0;
}

.single-portfolio-title-right h2:after, .single-portfolio-title-left h2:after {
  height: 1px;
  width: 80px;
  content: '';
  position: absolute;
  top: 15px;
  background-color: #ff5f6d;
}

.single-portfolio p {
  font-size: 14px;
  line-height: 30px;
}

.single-portfolio img {
  display: block;
  margin: 0 auto;
}

.skew-bg {
  position: relative;
}

.skew-bg:after {
  position: absolute;
  top: -2%;
  left: 0;
  content: '';
  background-color: rgba(255, 179, 0, 0.078);
  height: 976px;
  width: 100%;
  z-index: -1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: skewY(-6deg);
  -ms-transform: skewY(-6deg);
  transform: skewY(-6deg);
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

/*=============================================
                Services Section
=============================================*/
.main-service-box {
  padding: 35px;
}

.main-service-box i {
  font-size: 40px;
  line-height: 40px;
}

.main-service-box h4 {
  font-size: 20px;
  color: #141414;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 13px;
  padding-top: 25px;
}

.main-service-box p {
  font-size: 14px;
  color: #878787;
}

.main-service-box:hover {
  background-color: transparent;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
}

.shapes {
  position: absolute;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: -1;
}

.hexagon-gradient-left {
  left: -10%;
  top: 10%;
  width: 302px;
  height: 306px;
  background: url(../images/hexagon-gradient-left.png) no-repeat;
}

.triangle-light-blue {
  right: -7%;
  bottom: 0%;
  width: 218px;
  height: 236px;
  background: url(../images/triangle-light-blue.png) no-repeat;
}

.polygon-box {
  left: -4%;
  bottom: -23%;
  width: 276px;
  height: 276px;
  background: url(../images/polygon-box.png) no-repeat;
}

.circle-box {
  right: -7%;
  top: 2%;
  width: 300px;
  height: 300px;
  background: url(../images/circle-box.png) no-repeat;
}

.circle-box-big:after {
  left: -10%;
  margin-top: 44%;
  width: 848px;
  height: 849px;
  background: url(../images/circle-box-big.png) no-repeat;
}

.service_area {
  overflow: hidden;
  background: #fff;
}

.triangle-yellow-big:after {
  left: -34%;
  margin-top: 0px;
  width: 1345px;
  height: 1345px;
  background: url(../images/triangle-yellow-big.png) no-repeat;
}

.triangle-light-blue-big {
  right: -40%;
  top: -50%;
  width: 755px;
  height: 813px;
  background: url(../images/triangle-light-blue-big.png) no-repeat;
  -webkit-transform: translateY(-77%);
  -ms-transform: translateY(-77%);
  transform: translateY(-77%);
}

.square-light-green-big {
  right: -50%;
  top: -50%;
  width: 681px;
  height: 682px;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}

.shapes-wrap:after {
  z-index: -1;
  position: absolute;
  content: '';
}

.hexagon-big-green:after {
  right: -100%;
  margin-top: -30%;
  width: 1443px;
  height: 1453px;
  background: url(../images/hexagon-big-green.png) no-repeat;
}

.bubble-gradient-blue {
  left: 0;
  top: 109px;
  width: 497px;
  height: 497px;
  position: absolute;
}

.bubble-gradient-purple {
  left: 0;
  top: 354px;
  width: 260px;
  height: 284px;
  position: absolute;
}

.bubble-big-gradient-purple {
  right: -1%;
  top: 50%;
  width: 273px;
  height: 283px;
  position: absolute;
  -webkit-transform: translateY(-170%);
  -ms-transform: translateY(-170%);
  transform: translateY(-170%);
}

.bubble-sm-gradient-blue {
  right: 8%;
  top: 50%;
  width: 168px;
  height: 172px;
  -webkit-transform: translateY(-150%);
  -ms-transform: translateY(-150%);
  transform: translateY(-150%);
  position: absolute;
}

/*=============================================
                Widgets
=============================================*/
input.form-control::-webkit-input-placeholder {
  color: #8e8e8e;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}

input.form-control::-moz-placeholder {
  color: #8e8e8e;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}

input.form-control:-ms-input-placeholder {
  color: #8e8e8e;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}

input.form-control:-moz-placeholder {
  color: #8e8e8e;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}

textarea.form-control::-webkit-input-placeholder {
  color: #8e8e8e;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}

textarea.form-control::-moz-placeholder {
  color: #8e8e8e;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}

textarea.form-control:-ms-input-placeholder {
  color: #8e8e8e;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}

textarea.form-control:-moz-placeholder {
  color: #8e8e8e;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}

input.search-bar-top::-webkit-input-placeholder {
  color: #fff !important;
}

input.search-bar-top::-moz-placeholder {
  color: #fff !important;
}

input.search-bar-top:-ms-input-placeholder {
  color: #fff !important;
}

input.search-bar-top:-moz-placeholder {
  color: #fff !important;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.upper-case {
  text-transform: uppercase;
}

.lower-case {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.text-left {
  text-align: left;
}

.hero-text-wrap .hero-text .type-it {
  font-size: 78px;
  letter-spacing: -2px;
  line-height: 1.25;
}

.font-100 {
  font-weight: 100;
}

.font-200 {
  font-weight: 200;
}

.font-300 {
  font-weight: 300;
}

.font-400 {
  font-weight: 400;
}

.font-500 {
  font-weight: 500;
}

.font-600 {
  font-weight: 600;
}

.font-700 {
  font-weight: 700;
}

.font-900 {
  font-weight: 900;
}

.font-12px {
  font-size: 12px;
}

.font-14px {
  font-size: 14px;
}

.font-16px {
  font-size: 16px;
}

.font-18px {
  font-size: 18px;
}

.font-20px {
  font-size: 20px;
}

.font-26px {
  font-size: 26px;
}

.font-28px {
  font-size: 28px;
}

.font-30px {
  font-size: 30px;
}

.font-35px {
  font-size: 35px;
}

.font-40px {
  font-size: 40px;
}

.font-50px {
  font-size: 50px;
}

.font-60px {
  font-size: 60px;
}

.font-70px {
  font-size: 70px;
}

.font-80px {
  font-size: 80px;
}

.font-90px {
  font-size: 90px;
}

.font-100px {
  font-size: 100px;
}

.font-120px {
  font-size: 120px;
}

.font-130px {
  font-size: 130px;
}

.font-italic {
  font-style: italic;
}

.font-light {
  font-weight: 400;
}

.font-bold {
  font-weight: bold;
}

a:hover, a:focus {
  color: #ff5f6d;
}

.default-color {
  color: #ff5f6d;
}

.secondary-color {
  color: #1a237e;
}

.white-color {
  color: #fff;
}

.white-color p, .white-color h1, .white-color h2, .white-color h3, .white-color h4, .white-color h5, .white-color h6 {
  color: #fff;
}

.dark-color {
  color: #212121 !important;
}

.dark-color p, .dark-color h1, .dark-color h2, .dark-color h3, .dark-color h4, .dark-color h5, .dark-color h6 {
  color: #212121 !important;
}

.pink-color {
  color: #fc5c7d;
}

.purple-color {
  color: #6a82fb;
}

.blue-color {
  color: #41a4f7;
}

.green-color {
  color: #8cc34c;
}

.yellow-color {
  color: #ff5f6d;
}

.brown-color {
  color: #795548;
}

.red-color {
  color: #f45551;
}

.nil {
  color: #1cbfd2;
}

.line-height-24 {
  line-height: 24px;
}

.line-height-22 {
  line-height: 22px;
}

.line-height-26 {
  line-height: 26px;
}

.line-height-30 {
  line-height: 30px;
}

.line-height-35 {
  line-height: 35px;
}

.line-height-40 {
  line-height: 40px;
}

.line-height-45 {
  line-height: 45px;
}

.line-height-50 {
  line-height: 50px;
}

.letter-spacing-0 {
  letter-spacing: 0px;
}

.letter-spacing-5 {
  letter-spacing: 5px;
}

.letter-spacing-10 {
  letter-spacing: 10px;
}

.letter-spacing-15 {
  letter-spacing: 15px;
}

.letter-spacing-20 {
  letter-spacing: 20px;
}

.letter-spacing-25 {
  letter-spacing: 25px;
}

.mt-minus-10 {
  margin-top: -10px;
}

.mt-minus-20 {
  margin-top: -20px;
}

.mt-minus-30 {
  margin-top: -30px;
}

.mt-minus-40 {
  margin-top: -40px;
}

.mt-minus-50 {
  margin-top: -50px;
}

.mt-0 {
  margin-top: 0px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-135 {
  margin-top: 135px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-150 {
  margin-top: 150px;
}

.ml-0 {
  margin-left: 0px !important;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-70 {
  margin-left: 70px;
}

.ml-80 {
  margin-left: 80px;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-120 {
  margin-bottom: 120px;
}

.p-0 {
  padding: 0;
}

.pt-0 {
  padding-top: 0;
}

.pt-10 {
  padding-top: 10px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-105 {
  padding-top: 105px;
}

.pt-106 {
  padding-top: 106px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-160 {
  padding-top: 160px;
}

.pt-170 {
  padding-top: 170px;
}

.pt-180 {
  padding-top: 180px;
}

.pt-190 {
  padding-top: 190px;
}

.pt-200 {
  padding-top: 200px;
}

.pb-0 {
  padding-bottom: 0;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-105 {
  padding-bottom: 105px;
}

.pb-106 {
  padding-bottom: 106px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pb-170 {
  padding-bottom: 170px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pb-190 {
  padding-bottom: 190px;
}

.pb-200 {
  padding-bottom: 200px;
}

.pl-0 {
  padding-left: 0;
}

.pl-10 {
  padding-left: 10px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-100 {
  padding-left: 100px;
}

.pl-110 {
  padding-left: 110px;
}

.pl-120 {
  padding-left: 120px;
}

.pr-0 {
  padding-right: 0;
}

.pr-10 {
  padding-right: 10px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-100 {
  padding-right: 100px;
}

.pr-110 {
  padding-right: 110px;
}

.pr-120 {
  padding-right: 120px;
}

.radius-50 {
  border-radius: 50px !important;
  -webkit-border-radius: 50px !important;
  -moz-border-radius: 50px !important;
}

.border-radius-25 {
  border-radius: 25px;
}

.remove-padding {
  padding: 0 !important;
}

.remove-margin {
  margin: 0 !important;
}

.margin-auto {
  margin: 0 auto;
}

.img-responsive, .full-width {
  width: 100%;
}

.btn,
.form-control,
.form-control:hover,
.form-control:focus,
.navbar-custom .dropdown-menu {
  -webkit-box-shadow: none;
  box-shadow: none;
}

button:focus {
  outline: none !important;
}

.btn {
  font-family: 'Poppins', sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: #35383c;
  background-color: transparent;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 1px;
  padding: 8px 10px 7px 10px;
  margin: 0px 0px 10px 0px;
  -webkit-transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  border-radius: 4px;
  border: 0;
}

.btn:hover, .btn:focus, .btn.focus {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

.btn.btn-animated-none {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.btn.btn-animated-none:hover, .btn.btn-animated-none:focus, .btn.btn-animated-none.focus {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.btn + .btn {
  margin-left: 10px;
}

.btn:focus, .btn:focus:active {
  outline: none;
}

.btn-circle {
  border-radius: 100px;
}

.btn-rounded {
  border-radius: 10px;
}

.btn-square {
  border-radius: 0px;
}

.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn.btn-lg {
  padding: 15px 50px;
  font-size: 12px;
}

.more_btn {
  font: 500 14px/30px 'Poppins', sans-serif;
  color: #ff5f6d;
  text-transform: capitalize;
  border: 1px solid #ff5f6d;
  letter-spacing: 0px;
  width: 175px;
  height: 48px;
  text-align: center;
  margin: 80px auto 0;
  display: block;
}

.more_btn:hover, .more_btn:focus {
  color: #fff;
  background: #ff5f6d;
}

.btn.btn-md {
  padding: 22px 36px;
  font-size: 15px;
  border-radius: 45px;
  text-transform: capitalize;
  font-weight: 600;
}

.btn.btn-sm {
  padding: 16px 24px;
  font-size: 9px;
}

.btn.btn-xs {
  padding: 15px 14px;
  font-size: 7px;
}

.btn.btn-fullwidth {
  width: 100%;
  min-width: 300px;
}

.btn.font-300 {
  font-weight: 300;
}

.btn.font-400 {
  font-weight: 400;
}

.btn.font-500 {
  font-weight: 500;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  opacity: 1;
}

.has-error .form-control:focus {
  border-top: 1px solid #ffc171;
  border-bottom: 1px solid #ff656d;
  border-left: 1px solid #ffc171;
  border-right: 1px solid #ff656d;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-gradient {
  color: #fff;
  padding: 1px;
  position: relative;
}

.btn-gradient:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  border: double 1px transparent;
  border-radius: 80px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8))), radial-gradient(circle at top left, #ff5f6d, #ffc371);
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.8)), -webkit-radial-gradient(top left, circle, #ff5f6d, #ffc371);
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0.8)), -o-radial-gradient(top left, circle, #ff5f6d, #ffc371);
  background-image: linear-gradient(rgba(0, 0, 0, 0.8)), radial-gradient(circle at top left, #ff5f6d, #ffc371);
  background-origin: border-box;
  background-clip: content-box, border-box;
  bottom: 1px;
  right: 1px;
  z-index: -1;
  border-radius: inherit;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.btn-gradient:hover, .btn-gradient:focus {
  color: #fff;
}

.btn-gradient:hover:before, .btn-gradient:focus:before {
  background: -webkit-gradient(linear, left top, right top, from(#ff5f6d), to(#ffc371));
  background: -webkit-linear-gradient(left, #ff5f6d 0%, #ffc371 100%);
  background: -o-linear-gradient(left, #ff5f6d 0%, #ffc371 100%);
  background: linear-gradient(left, #ff5f6d 0%, #ffc371 100%);
}

.btn-color {
  color: #fff;
  border-color: #6a82fb;
  background-color: #6a82fb;
}

.btn-color:hover, .btn-color:active, .btn-color:focus {
  background-color: #5470ff;
  border-color: #5470ff;
  color: #fff;
}

.btn-green {
  color: #8bc34a;
  border: 2px solid #8bc34a;
  background-color: transparent;
}

.btn-green:hover, .btn-green:active, .btn-green:focus {
  background-color: #8bc34a;
  border-color: #8bc34a;
  color: #fff;
}

.btn-outline-color {
  color: #1de9b6;
  border: 2px solid #1de9b6;
  background-color: transparent;
}

.btn-outline-color:hover, .btn-outline-color:active, .btn-outline-color:focus {
  color: #fff;
  border: 2px solid #1de9b6;
  background-color: #1de9b6;
}

.btn-outline {
  color: #212121;
  border: 2px solid #e0e0e0;
  background-color: transparent;
}

.btn-outline:hover, .btn-outline:active, .btn-outline:focus {
  color: #212121;
  border: 2px solid #212121;
  background-color: transparent;
}

.btn-light {
  color: #212121;
  border-color: #eeeeee;
  background-color: #eeeeee;
}

.btn-light:hover, .btn-light:active, .btn-light:focus {
  color: #212121;
  border-color: #e0e0e0;
  background-color: #e0e0e0;
}

.btn-outline-white {
  color: #fff;
  border-color: #fff;
  background-color: transparent;
}

.btn-outline-white:hover, .btn-outline-white:active, .btn-outline-white:focus {
  color: #212121;
  border-color: #fff;
  background-color: #fff;
}

.btn-dark {
  color: #fff;
  border-color: #212121;
  background-color: #212121;
}

.btn-dark:hover, .btn-dark:active, .btn-dark:focus {
  color: #fff;
  border-color: #000;
  background-color: #000;
}

.btn-dark-outline {
  color: #212121;
  border-color: #212121;
  background-color: transparent;
}

.btn-dark-outline:hover, .btn-dark-outline:active, .btn-dark-outline:focus {
  color: #fff;
  border-color: #212121;
  background-color: #212121;
}

.btn-orange {
  color: #fff;
  border-color: #ffab40;
  background-color: #ffab40;
}

.btn-orange:hover, .btn-orange:active, .btn-orange:focus {
  color: #fff;
  border-color: #ff9100;
  background-color: #ff9100;
}

.btn-red {
  color: #fff;
  border-color: #f45551;
  background-color: #f45551;
}

.btn-red:hover, .btn-red:active, .btn-red:focus {
  color: #fff;
  border-color: #ee433f;
  background-color: #ee433f;
}

.btn-animate {
  text-align: center;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.btn-animate span {
  display: inline-block;
  position: relative;
  padding: 0 8.5px 0 8.5px;
  -webkit-transition: padding 0.2s;
  -o-transition: padding 0.2s;
  transition: padding 0.2s;
}

.btn-animate i {
  position: absolute;
  top: 50%;
  right: 0px;
  opacity: 0;
  margin-top: -6px;
  -webkit-transition: opacity 0.2s, right 0.2s;
  -o-transition: opacity 0.2s, right 0.2s;
  transition: opacity 0.2s, right 0.2s;
}

.btn-animate:hover span {
  padding: 0 17px 0 0;
}

.btn-animate:hover i {
  -webkit-transition: opacity 0.2s, right 0.2s;
  -o-transition: opacity 0.2s, right 0.2s;
  transition: opacity 0.2s, right 0.2s;
  opacity: 1;
  top: 50%;
  right: 0;
}

.icon {
  margin-left: 6px;
}

.feature-box {
  margin-top: 50px;
}

.feature-box, .feature-box-right {
  float: left;
}

.feature_box_two i {
  margin-bottom: 20px;
}

.feature_box_two i:before {
  font-size: 50px;
  margin-left: 0px;
}

.mt-25 {
  margin-top: 25px;
}

.feature-box-three {
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0);
  padding: 40px 28px 30px;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
}

.feature-box-three:hover .img-icon.no_image_shape i:before{
  color:#fff !important;
}
.feature-box-three .img-icon.no_image_shape {
  width: 90px;
  height: 90px;
  border: 1px solid #ddd;
  border-radius: 50%;
}

.feature-box-three .img-icon {
  margin: 0 auto;
  width: 72px;
  height: 78px;
}

.feature-box-three .img-icon:before {
  display: none;
}

.feature-box-three .img-icon i {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
}

.feature-box-three .img-icon .green-color:before {
  color: #8cc34c;
}

.feature-box-three .img-icon .purple-color:before {
  color: #6a82fb;
}

.feature-box-three h3 {
  font-size: 24px;
  margin: 26px 0px 13px;
}

.feature-box-three p {
  font-size: 15px;
  color: #878787;
  line-height: 28px;
  margin-bottom: 0px;
}

.feature-box-three .btn-sm {
  border: 1px solid #ffb507;
  font-weight: 500;
  padding: 8px 13px;
  font-weight: 500;
  color: #ff5f6d;
}

.feature-box-three .btn-sm:hover {
  color: #fff;
  background: #ff5f6d;
}

.feature_box_four {
  margin-top: 0px;
}

.feature_box_four .img-icon {
  margin: 0 auto;
  width: 106px;
  height: 106px;
}

.feature_box_four .img-icon:before {
  display: none;
}

.feature_box_four .img-icon i:before {
  line-height: 90px;
  margin-left: 9px;
}

.feature_box_four h3 {
  font-size: 22px;
  margin-top: 4px;
  margin-bottom: 14px;
}

.feature_box_four p {
  font-size: 14px;
  line-height: 28px;
}

.default-icon {
  color: #1de9b6;
}

.dark-icon {
  color: #212121;
}

.light-icon {
  color: #fff;
}

.red-icon {
  color: #cb2d3e;
}

.blue-bg-icon {
  background-color: #1de9b6;
  border-color: #1de9b6;
}

.box-icon {
  margin-top: 25px;
  margin-bottom: 25px;
  position: relative;
  background-color: #fff;
  padding: 40px 30px;
  -webkit-box-shadow: 0 7px 20px -10px rgba(171, 171, 171, 0.7);
  -moz-box-shadow: 0 7px 20px -10px rgba(171, 171, 171, 0.7);
  box-shadow: 0 7px 20px -10px rgba(171, 171, 171, 0.7);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.box-icon:hover {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-box-shadow: 0 10px 50px -12px rgba(171, 171, 171, 0.9);
  -moz-box-shadow: 0 10px 50px -12px rgba(171, 171, 171, 0.9);
  box-shadow: 0 10px 50px -12px rgba(171, 171, 171, 0.9);
}

.box-icon h6 {
  font-size: 13px;
}

.box-icon i {
  margin-bottom: 25px;
}

.white-bg-icon {
  background-color: #fff;
  border-color: #fff;
}

.white-bg-icon:hover {
  background-color: #1de9b6;
  border-color: #1de9b6;
  color: #fff;
}

.border-bg-dark-icon {
  border: 2px solid #212121;
}

.border-bg-dark-icon:hover {
  background-color: #1de9b6;
  border-color: #1de9b6;
  color: #fff;
}

.border-bottom {
  border-bottom: 1px solid #eee;
}

.circle-icon {
  position: relative;
  width: 85px;
  height: 85px;
  line-height: 85px !important;
  border-radius: 100%;
  text-align: center;
  display: inline-block !important;
}

.gradient-bg-icon {
  background: #e91e62;
  background: -moz-linear-gradient(-45deg, #e91e62 0%, #03a8f4 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #e91e62), color-stop(100%, #03a8f4));
  background: -webkit-linear-gradient(-45deg, #e91e62 0%, #03a8f4 100%);
  background: -o-linear-gradient(-45deg, #e91e62 0%, #03a8f4 100%);
  background: -ms-linear-gradient(-45deg, #e91e62 0%, #03a8f4 100%);
  background: -webkit-linear-gradient(315deg, #e91e62 0%, #03a8f4 100%);
  background: -o-linear-gradient(315deg, #e91e62 0%, #03a8f4 100%);
  background: linear-gradient(135deg, #e91e62 0%, #03a8f4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e91e62', endColorstr='#03a8f4', GradientType=1 );
}

.feature-box .pull-left {
  width: 15%;
}

.feature-box .pull-right {
  width: 80%;
}

.feature-box-right .pull-left {
  width: 80%;
}

.feature-box-right .pull-right {
  width: 15%;
}

.box {
  padding: 60px;
  position: relative;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.box h2 {
  font-size: 32px;
}

.box h4 {
  font-size: 28px;
}

.box img {
  margin: 0 auto 20px auto;
  display: block;
  width: 200px;
}

.bordered {
  border: 1px solid #eee;
}

/*=============================================
                        Counter
=============================================*/
.border {
  border-top: 1px solid #f0f1f0;
  border-bottom: 1px solid #f0f1f0;
}

.counter {
  margin: 25px 0;
}

.counter i {
  font-size: 40px;
  color: #f95d80;
}

.counter h2 {
  margin: 20px 0 20px;
  font-size: 60px;
  line-height: 50px;
  color: #f95d80;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}

.counter h3 {
  margin: 0;
  font-size: 20px;
  line-height: 22px;
  color: #666666;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}

.counter-style-two .counter i {
  font-size: 40px;
}

.counter-style-two .counter i.blue-color {
  color: #41a4f7;
}

.counter-style-two .counter i.purple-color {
  color: #6a82fb;
}

.counter-style-two .counter i.green-color {
  color: #8bc34a;
}

.counter-style-two .counter i.yellow-color {
  color: #f9a825;
}

.counter-style-two .counter h2 {
  display: block;
  font-size: 50px;
  margin: 15px 0 13px;
}

.counter-style-two .counter h3 {
  font-size: 22px;
  font-weight: 400;
}

/*=============================================
                        Portfolio
=============================================*/
#work {
  position: relative;
  overflow: hidden;
}

/* Portfolio overlay default
/* ------------------------------ */
.portfolio .folio-overlay {
  background-color: rgba(20, 20, 20, 0.8);
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}

.portfolio:hover .folio-overlay {
  opacity: 1;
  visibility: visible;
}

.work_img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 670px;
  background-color: #000;
}

.work_img img {
  opacity: 0.20;
  width: 100%;
  height: 100%;
  position: absolute;
}

.gallery-style-two .with-spacing {
  padding: 15px;
}

.gallery-style-two .portfolio {
  position: relative;
}

.work_portfolio_filter {
  text-align: center;
}

.work_portfolio_filter .work_portfolio_f_item {
  display: inline-block;
  background-color: transparent;
  color: #212121;
  cursor: pointer;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  position: relative;
  overflow: visible;
  padding: 7.5px 25px;
  display: inline-block;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  font-weight: 400;
  border-radius: 50px;
  position: relative;
  border: 1px solid #ff5f6d;
  overflow: hidden;
}

.work_portfolio_filter .work_portfolio_f_item.active, .work_portfolio_filter .work_portfolio_f_item:hover {
  background-image: -moz-linear-gradient(0deg, #ff5f6d 0%, #ffc371 100%);
  background-image: -webkit-linear-gradient(0deg, #ff5f6d 0%, #ffc371 100%);
  background-image: -ms-linear-gradient(0deg, #ff5f6d 0%, #ffc371 100%);
}

.w_por_filter_two .work_portfolio_f_item {
  color: #212121;
}

.w_por_filter_two .work_portfolio_f_item.active, .w_por_filter_two .work_portfolio_f_item:hover {
  color: #fff;
}

.gallery-style-two .portfolio:hover .folio-overlay {
  opacity: 0.8;
}

.gallery-style-two .portfolio-description h3:after {
  background-color: #ff5f6d;
}

.gallery-style-two .portfolio-description .links {
  color: #ff5f6d;
  font-weight: 400;
}

.gallery-style-fluid .work-item {
  padding: 0px;
}

.gallery-style-fluid .work-item .portfolio .folio-overlay {
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.gallery-style-fluid .work-item .portfolio .portfolio-description {
  top: 0;
  bottom: auto;
  overflow: hidden;
}

.gallery-style-fluid .work-item .portfolio .portfolio-description .portfolio-title {
  bottom: 10px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin-bottom: 35px;
}

.gallery-style-fluid .work-item .portfolio .portfolio-description .portfolio-title:after {
  width: 0;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.gallery-style-fluid .work-item .portfolio .portfolio-description .links {
  -webkit-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
  bottom: -20px;
}

.gallery-style-fluid .work-item .portfolio .portfolio-details {
  bottom: 20px;
  top: auto;
}

.gallery-style-fluid .work-item .portfolio:hover .portfolio-description .portfolio-title {
  bottom: 0;
}

.gallery-style-fluid .work-item .portfolio:hover .portfolio-description .portfolio-title:after {
  width: 70px;
}

.gallery-style-fluid .work-item .portfolio:hover .portfolio-description .links {
  bottom: 0;
}

/* ============== gallery-style-three css ===========*/
.gallery-style-three .with-spacing {
  padding: 0px;
}

.portfolio-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.portfolio-description {
  padding: 0px 30px;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.portfolio-description .portfolio-title,
.portfolio-description .links {
  position: relative;
  left: 0;
  color: #fff;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}

.portfolio-description .portfolio-title {
  bottom: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-size: 24px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 28px;
}

.portfolio-description .portfolio-title.inner-title {
  font-size: 24px;
  margin-bottom: 25px;
}

.portfolio-description h3:after {
  content: '';
  position: absolute;
  top: 42px;
  left: 0;
  background-color: #fc5c7d;
  height: 2px;
  width: 70px;
}

.portfolio:hover .portfolio-description .portfolio-title {
  bottom: 30px;
  opacity: 1;
  visibility: visible;
}

.portfolio-description .links {
  bottom: 0px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #fc5c7d;
}

.portfolio:hover .portfolio-description .links {
  bottom: 25px;
  opacity: 1;
  visibility: visible;
}

.portfolio_two .portfolio-description h3:after {
  background: #6a82fb;
}

.portfolio_two .portfolio-description .links {
  color: #6a82fb;
}

.portfolio_two .portfolio-details li a:hover {
  color: #6a82fb;
}

.photo-gallery .portfolio-wrap {
  margin-top: -60px;
}

.portfolio-details {
  position: absolute;
  right: 0;
  top: 0%;
  width: 100%;
  padding: 0px 15px;
}

.portfolio-details li {
  display: block;
  position: relative;
  top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  text-align: right;
  font-size: 30px;
}

.portfolio:hover .portfolio-details li {
  top: 10px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.portfolio-details li a {
  display: block;
  color: #fff;
}

.portfolio-details li a:hover {
  color: #fc5c7d;
}

.default-filter.cbp-l-filters-alignCenter .cbp-filter-item {
  color: #212121;
}

.default-filter.cbp-l-filters-alignCenter .cbp-filter-item.cbp-filter-item-active, .default-filter.cbp-l-filters-alignCenter .cbp-filter-item:hover {
  color: #fff;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #000;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: 'Poppins', sans-serif;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.92;
}

.mfp-bottom-bar {
  display: none;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-arrow-right::after,
.mfp-arrow-left::after {
  font-family: 'FontAwesome';
  border: none;
  color: #fff;
  font-size: 65px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.mfp-arrow-right::after {
  content: "\f105";
}

.mfp-arrow-left::after {
  content: "\f104";
}

.mfp-arrow-right::before,
.mfp-arrow-left::before {
  border: none;
}

.mfp-arrow {
  height: 60px;
}

.mfp-arrow::before,
.mfp-arrow::after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  margin-top: 15px;
  top: -1px;
}

img.mfp-img {
  padding: 40px 0px 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.project-info {
  list-style: none;
  padding-top: 50px;
  text-align: left;
}

.project-info li {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 15px 0;
  color: #212121;
}

.project-info li span {
  font-family: 'Poppins', sans-serif;
  color: #6d747c;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 1px;
}

.project-title {
  padding-top: 20px;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  text-align: left;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 2px;
  color: #212121;
  margin-bottom: 20px;
}

.project-details {
  text-align: left;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;
  padding-bottom: 50px;
}

.project-details p {
  color: #212121;
  font-size: 16px;
  font-weight: 300;
  margin-top: 35px;
}

.portfolio-slider {
  margin-bottom: 30px;
}

.portfolio-slider .slick-dots {
  position: absolute;
  bottom: 25px;
}

.portfolio-right .project-detail-box {
  margin-top: 10px;
}

.portfolio-right .project-detail-box.mt-50 {
  margin-top: 50px;
}

.portfolio-right .project-detail-box li strong {
  min-width: 110px;
  display: inline-block;
}

.portfolio-right .project-detail-box li strong.display-block {
  display: block;
}

.portfolio-right .project-detail-box li {
  line-height: 30px;
  list-style: none;
}

.portfolio-right .project-detail-box li a {
  color: #888;
}

.portfolio-right .project-detail-box li a:hover {
  color: #1de9b6;
}

.project-type-list {
  margin-top: 30px;
}

.project-type-list li {
  padding: 10px 0;
  border-bottom: 1px solid #E8E8E8;
  font-weight: 300;
  font-size: 14px;
  list-style: none;
}

.project-type-list li i {
  margin-right: 10px;
}

.portfolio-right .project-type-list li, .portfolio-right .project-detail-box li {
  text-transform: uppercase;
}

.portfolio-nav a {
  overflow: hidden;
  color: inherit;
  cursor: default;
  display: block;
}

.portfolio-nav a.disabled {
  opacity: .6;
  pointer-events: none;
}

.portfolio-nav a.disabled > span {
  cursor: default;
}

.portfolio-nav a.disabled > span:hover {
  color: inherit;
}

.portfolio-nav a.disabled:hover {
  opacity: .4;
}

.portfolio-nav a.prev i {
  margin-right: 10px;
}

.portfolio-nav a.showall {
  text-align: center;
}

.portfolio-nav a.showall span {
  padding: 36px 0;
}

.portfolio-nav a.showall span i {
  font-size: 24px;
  display: block;
}

@media only screen and (max-width: 767px) {
  .portfolio-nav a.showall span i {
    font-size: 30px;
  }
}

.portfolio-nav a.next {
  text-align: right;
}

.portfolio-nav a.next i {
  margin-left: 10px;
}

.portfolio-nav a > span {
  display: inline-block;
  padding: 40px 0;
  font-size: 12px;
  cursor: pointer;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.portfolio-nav a > span:hover {
  color: #212121;
}

.portfolio-nav a > span i {
  font-size: 14px;
}

.portfolio-nav a > span i:before {
  vertical-align: middle;
}

@media only screen and (max-width: 767px) {
  .portfolio-nav a > span {
    font-size: 0;
  }
  .portfolio-nav a > span i {
    font-size: 30px;
  }
}

/*=============================================
                Call to Action
=============================================*/
.call_to_action_bg {
  position: relative;
  background: #000;
  overflow: hidden;
}

.call_action_bg {
  position: absolute;
  width: 100%;
  height: 100% !important;
  opacity: 0.20;
  top: 0;
  background-attachment: fixed;
}

.cta h1 {
  color: #fff;
  font-weight: 600;
  margin-top: 0;
  padding: 0px 80px;
}

.btn.btn-candy {
  background-image: -moz-linear-gradient(0deg, #ff5f6d 0%, #ffc371 100%);
  background-image: -webkit-linear-gradient(0deg, #ff5f6d 0%, #ffc371 100%);
  background-image: -ms-linear-gradient(0deg, #ff5f6d 0%, #ffc371 100%);
  color: #fff;
  padding: 12px 30px;
  cursor: pointer;
}

.btn-candy:hover, .btn-candy:focus, .btn-candy:active {
  color: #fff;
}

.btn.btn-candy:active {
  background-image: -webkit-linear-gradient(bottom, #ff5f6d 0%, #ffc371 100%);
  background-image: -o-linear-gradient(bottom, #ff5f6d 0%, #ffc371 100%);
  background-image: -webkit-gradient(linear, right top, left top, from(#ff5f6d), to(#ffc371));
  background-image: -webkit-linear-gradient(right, #ff5f6d 0%, #ffc371 100%);
  background-image: -o-linear-gradient(right, #ff5f6d 0%, #ffc371 100%);
  background-image: linear-gradient(to left, #ff5f6d 0%, #ffc371 100%);
  color: #fff;
}

.btn.btn_white {
  background: #fff;
  color: #fc5c7d;
}

.btn.btn_white:hover {
  background: #fc5c7d;
  color: #fff;
}

/*=============================================
                        Pricing Table
=============================================*/
.pricing-table {
  margin: 40px 0;
}

.pricing-box {
  padding: 40px;
  text-align: center;
  border-radius: 15px;
  -webkit-box-shadow: 0px 0px 36px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 36px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 36px 0px rgba(0, 0, 0, 0.13);
  position: relative;
}

.pricing-box:after {
  content: '';
  position: absolute;
  background: transparent;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  border-radius: 15px;
}

.pricing-box:hover:after {
  background-image: -moz-linear-gradient(0deg, #ff5f6d 0%, #ffc371 100%);
  background-image: -webkit-linear-gradient(0deg, #ff5f6d 0%, #ffc371 100%);
  background-image: -ms-linear-gradient(0deg, #ff5f6d 0%, #ffc371 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ff5f6d), to(#ffc371));
  background-image: -webkit-linear-gradient(bottom, #ff5f6d 0%, #ffc371 100%);
  background-image: -o-linear-gradient(bottom, #ff5f6d 0%, #ffc371 100%);
  background-image: linear-gradient(0deg, #ff5f6d 0%, #ffc371 100%);
  visibility: visible;
  opacity: 1;
  z-index: -1;
}

.pricing-box:hover i, .pricing-box:hover h4, .pricing-box:hover h2, .pricing-box:hover ul li {
  color: #fff;
}

.pricing-box-bottom {
  margin-top: 50px;
}

.pricing-box .btn-candy {
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
}

.pricing-box:hover .btn.btn-candy {
  background: #fff;
  color: #f45551;
}

.pricing-box i {
  font-size: 65px;
  color: #cacaca;
}

.pricing-box i:before {
  font-size: 65px;
  margin: 0px;
}

.pricing-box h4 {
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  color: #212121;
  font-weight: 600;
  margin: 5px 0;
}

.pricing-box h2 {
  font-family: 'Poppins', sans-serif;
  margin-top: 25px;
  margin-bottom: 25px;
  color: #f45551;
  font-size: 40px;
}

.pricing-box h2 span {
  font-weight: 800;
}

.pricing-box ul {
  margin: 20px 0;
  padding: 0;
}

.pricing-box ul li {
  display: block;
  margin-bottom: 12px;
  list-style: none;
  font-size: 14px;
  color: #212121;
  font-family: 'Open Sans', sans-serif;
}

.pricing-box ul li i {
  font-size: 20px;
  text-align: left;
  float: left;
  color: #212121;
}

.pricing-box ul li i:before {
  font-size: 20px;
}

.pricing-box li span {
  font-weight: 600;
}

.big-skew-box:after {
  content: '';
  position: absolute;
  right: -20%;
  top: 50%;
  -ms-transform: translateY(15%) rotate(-10deg);
  transform: translateY(15%) rotate(-10deg);
  -webkit-transform: translateY(15%) rotate(-10deg);
  -moz-transform: translateY(15%) rotate(-10deg);
  -o-transform: translateY(15%) rotate(-10deg);
  width: 100%;
  height: 150%;
  background-color: rgba(244, 85, 81, 0.15);
  border-radius: 200px;
  z-index: -1;
}

/*=============================================
                        Our Team
=============================================*/
.member {
  margin: 40px 0;
  padding: 0 10px;
}

.team-slider .member {
  margin: 20px 0 30px 0;
  padding: 0 10px;
}

.team-fullwidth .member {
  margin: 0;
  padding: 0;
}

.p0.member {
  margin: 0;
  padding: 0;
}

.team-member-container {
  position: relative;
  overflow: hidden;
  margin-top: 30px;
}

.team-member-img img {
  width: 100%;
}

.team-member-container .member-caption {
  width: 100%;
  position: absolute;
  z-index: 2;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  top: 0;
  background: rgba(255, 95, 109, 0.7);
  background-image: -moz-linear-gradient(180deg, rgba(255, 95, 109, 0.7) 0%, rgba(255, 195, 113, 0.5) 100%);
  background-image: -webkit-linear-gradient(180deg, rgba(255, 95, 109, 0.7) 0%, rgba(255, 195, 113, 0.5) 100%);
  background-image: -ms-linear-gradient(180deg, rgba(255, 95, 109, 0.7) 0%, rgba(255, 195, 113, 0.5) 100%);
}

.team-member-container:hover .member-caption {
  opacity: 1;
  visibility: visible;
}

.member-description {
  width: 100%;
  height: 100%;
}

.member-description-wrap {
  position: absolute;
  top: 0%;
  left: 0;
  width: 100%;
  margin-top: 0px;
  padding: 25px;
  height: 100%;
}

.member-description .member-title, .member-description .member-subtitle {
  position: relative;
  left: 0;
  color: #fff;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}

.member-description .member-title {
  top: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin-top: -35px;
  font-family: 'Poppins', sans-serif;
  font-size: 25px;
  font-weight: 600;
  position: relative;
}

.member-description .member-title:after {
  position: absolute;
  top: 35px;
  left: 0;
  width: 50px;
  height: 2px;
  background-color: #fff;
  content: '';
}

.member-description .member-subtitle {
  top: 0;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  margin-top: 15px;
}

.team-member-container:hover .member-description .member-title {
  opacity: 1;
  visibility: visible;
  top: 30px;
}

.team-member-container:hover .member-description .member-subtitle {
  opacity: 1;
  visibility: visible;
  top: 25px;
}

.member-icons, .product-btn-group {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  padding: 25px;
  margin-bottom: 0;
}

.member-icons li {
  display: inline-block;
  position: relative;
  bottom: -40px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  margin-right: 5px;
  width: 40px;
  height: 40px;
}

.member-icons li a {
  display: block;
  color: #fff;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
  border: 1px solid #fff;
}

.member-icons li a:hover {
  color: #fc5c7d;
  background-color: #fff;
}

.team-member-container:hover .member-icons li, .product-wrap:hover .product-btn-group li {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}

.team-member-container:hover .member-icons li:nth-child(1), .product-wrap:hover .product-btn-group li:nth-child(1) {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.team-member-container:hover .member-icons li:nth-child(2), .product-wrap:hover .product-btn-group li:nth-child(2) {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.team-member-container:hover .member-icons li:nth-child(3), .product-wrap:hover .product-btn-group li:nth-child(3) {
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

.team-member-container:hover .member-icons li:nth-child(4) {
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}

.corporate-member .member-description-wrap, .startup-member .member-description-wrap, .media-member .member-description-wrap, .product-description-wrap {
  position: absolute;
  left: 0;
  width: 100%;
  margin-top: -40px;
}

.startup-member .member-description-wrap .member-icons, .corporate-member .member-description-wrap .member-icons, .media-member .member-description-wrap .member-icons, .product-description-wrap .product-btn-group {
  top: 50%;
}

.corporate-member h4, .startup-member h4 {
  margin-top: 30px;
  margin-bottom: 5px;
}

.startup-member .member {
  padding: 0;
}

.media-member h4 {
  margin-top: 0;
}

.media-member .member-icons li a, .product-btn-group li a {
  display: block;
  color: #fff;
  background: #1de9b6;
  width: 35px;
  height: 35px;
  line-height: 37px;
  border-radius: 100px;
}

.media-member .member-icons li a:hover, .product-btn-group li a:hover {
  color: #fff;
  background: #212121;
}

/*=============================================
                        Our Blog
=============================================*/
.blog-slider .post {
  margin: 20px 0;
  padding: 0 10px;
}

.post .post-img {
  overflow: hidden;
  position: relative;
  z-index: 10;
}

.post-info {
  padding: 28px 0;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.post-info p {
  float: right;
  margin-bottom: 0px;
}

.post-info .post-meta {
  margin-bottom: 15px;
}

.post-info .post-meta li {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  color: #8f8f8f;
}

.post-info .post-meta li span {
  color: #141414;
}

.post-info .post-meta li a {
  display: inline-block;
  padding: 0px;
  color: #8f8f8f;
}

.post-info .post-meta li a:hover {
  background: transparent;
  color: #ff5f6d;
}

.post-info .post-meta li + li:before {
  content: "/";
  display: inline-block;
  margin-right: 5px;
}

.post-info-two {
  padding-bottom: 0px;
}

.post-info-two blockquote p {
  color: #141414;
  padding: 0px;
  font-size: 20px;
  line-height: 34px;
  font-style: italic;
  border: 0px;
  overflow: hidden;
  position: relative;
  padding-bottom: 16px;
  z-index: 1;
}

.post-info-two blockquote img {
  height: 49px;
  position: absolute;
  right: 0;
  z-index: -1;
}


.post-info-two p {
  font-size: 15px;
  line-height: 28px;
  color: #8f8f8f;
  margin-bottom: 30px;
  float: none;
}

.post .post-img img {
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  z-index: 0;
  -webkit-backface-visibility: hidden;
}

.post:hover .post-img img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.post-info h3 {
  font-size: 18px;
  margin-top: 0;
  line-height: 25px;
  margin-bottom: 5px;
  font-weight: 600;
}

.post-info h1.single-post-title {
  font-size: 27px;
  line-height: 35px;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 600;
}

.post-info h6 {
  font-size: 12px;
  margin-top: 0px;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
}

.post_info_three h3 {
  font-size: 20px;
  line-height: 26px;
}

.post-info a, .post-content a {
  color: #141414;
}

.post-info a:hover, .post-content a:hover {
  color: #fc5c7d;
}

.post-info h6.purple-color {
  color: #6a82fb;
}

.post-info h6.pink-color {
  color: #fc5c7d;
}

.post-info h6.blue-color {
  color: #72c3fc;
}

a.readmore {
  letter-spacing: 1px;
  color: #878787;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  display: block;
  font-weight: 400;
}

a:hover.readmore {
  color: #fc5c7d;
}

a.readmore > span {
  display: inline-block;
  vertical-align: middle;
}

.post-info hr {
  border-top: 1px solid #e0e0e0;
  width: 100%;
  height: 1px;
}

.blog-grid-video .post .post-img:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(20, 20, 20, 0.5);
  left: 0;
  top: 0;
}

.blog-grid-video .video-blog .video-play {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 60px;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  background-color: #fff;
  border-radius: 100%;
  color: #ff5f6d;
  line-height: 50px;
  text-align: center;
  z-index: 300;
  font-size: 30px;
  line-height: 60px;
}

.blog-grid-video .video-blog .video-play:hover {
  color: #fff;
  background-color: #fc5c7d;
}

.blog_list {
  padding-bottom: 30px;
  margin-top: 30px;
}

.blog_list .media-left {
  padding-right: 30px;
}

.blog_list .media-left img {
  max-width: inherit;
  width: auto;
}

.blog_list .media-body {
  vertical-align: middle;
}

.blog_list .media-body .post-info {
  padding: 0px;
}

.blog_list .media-body .post-info .post-meta {
  margin-bottom: 10px;
}

.blog_list .media-body h3 {
  margin-bottom: 0;
  line-height: 34px;
}

.blog_list .media-body p {
  font-size: 14px;
  line-height: 26px;
  color: #8f8f8f;
  float: none;
  padding: 20px 0px 15px;
}

.blog_list:last-child {
  border-bottom: 0px;
}

.post_author {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 34px;
  margin: 0px;
  padding-top: 40px;
}

.post_author .media-left {
  padding-right: 30px;
}

.post_author .media-left img {
  max-width: inherit;
}

.post_author .media-body .author {
  float: none;
  margin: 0px;
}

.post_author .media-body .author a {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #8f8f8f;
  text-transform: capitalize;
}

.post_author .media-body h6 {
  color: #8f8f8f;
  font-size: 12px;
  line-height: 24px;
  margin-top: 0px;
  text-transform: uppercase;
  font-weight: 300;
}

.post_author .media-body p {
  color: #8f8f8f;
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 0px;
}

.post_two .post-info a:hover {
  color: #6a82fb;
}

.post_two_yellow .post-info a:hover {
  color: #ff5f6d;
}

.widget {
  margin-bottom: 50px;
  float: left;
  width: 100%;
}

.widget:last-child {
  margin-bottom: 0px;
}

.widget-about-title {
  font-size: 16px;
  margin-top: 15px;
  margin-bottom: 0;
}

/* 10.5 Widget Search */
.search-form {
  position: relative;
}

.search-form .form-control {
  background: #fcfcfc;
  border-color: #e8e8e8;
  height: 55px;
  font-family: 'Open Sans', sans-serif;
}

.search-form .form-control:focus {
  border-color: #ff5f6d;
}

/* Widget Categories */
.widget_nav_menu ul li:first-child,
.widget_meta ul li:first-child,
.widget_pages ul li:first-child,
.widget_categories ul li:first-child,
.widget_archive ul li:first-child {
  margin-top: 0;
}

.widget_nav_menu ul li,
.widget_meta ul li,
.widget_pages ul li,
.widget_categories ul li,
.widget_archive ul li {
  margin-top: 15px;
  line-height: 23px;
  list-style: none;
}

.blog_sidebar .recent-post-widget .post-sm-content h6,
.widget_nav_menu ul li a,
.widget_recent_entries ul li a,
.widget_meta ul li a,
.widget_pages ul li a,
.widget_categories ul li a,
.widget_archive ul li a {
  color: #888;
  font-size: 14px;
}

.widget_recent_news a {
  color: #141414;
  font-size: 14px;
  line-height: 25px;
}

.widget_recent_news p {
  font-size: 13px;
  line-height: 30px;
  color: #757575;
}

.recent-post-widget .post-sm-content a:hover h6,
.widget_recent_entries ul li a:hover,
.widget_nav_menu ul li a:hover,
.widget_pages ul li a:hover,
.widget_meta ul li a:hover,
.widget_categories ul li a:hover,
.widget_archive ul li a:hover {
  color: #f45551;
  text-decoration: none;
}

.widget_archive ul li a em {
  float: right;
  font-style: normal;
}

/* Widget Tags */
.tagcloud {
  margin-left: -3px;
  margin-right: -3px;
  padding-top: 8px;
}

.tagcloud a {
  display: inline-block;
  padding: 9px 19px;
  margin: 0 2px 10px 2px;
  font-size: 14px !important;
  color: #888;
  border-radius: 100px;
  border: 1px solid #ccc;
  letter-spacing: 0px;
}

.tagcloud a:hover {
  background: #ff5f6d;
  color: #fff !important;
  text-decoration: none;
  border-color: #ff5f6d;
}

.posts_social {
  overflow: hidden;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 15px;
  padding-top: 20px;
  clear: both;
}

.posts_social .post-nam {
  font: 600 14px/28px 'Poppins', sans-serif;
  color: #8f8f8f;
  text-transform: uppercase;
  display: inline-block;
}

.posts_social .pull-left a {
  font-size: 14px;
  color: #6f6e6e;
  line-height: 28px;
}

.posts_social .pull-left a:hover {
  color: #ff5f6d;
}

.posts_social .pull-right a {
  color: #a3a3a3;
  font-size: 12px;
  padding-left: 5px;
}

.posts_social .pull-right a:hover {
  color: #ff5f6d;
}

.pagination {
  display: block;
  margin: 20px auto 0 auto;
  text-align: center;
}

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

.pagination li a {
  color: #141414;
  width: 40px;
  height: 40px;
  border-radius: 50% !important;
  display: inline-block;
  line-height: 38px;
  padding: 0px;
  background: #f9f9f9;
  border-color: #f1f1f1;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-align: center;
}

.pagination li.active a, .pagination li:hover a, .pagination li:focus a {
  background: #ff5f6d !important;
  color: #fff;
  border-color: #ff5f6d !important;
}

.pagination li.active:hover a, .pagination li:hover:hover a, .pagination li:focus:hover a {
  background: #ff5f6d;
  color: #fff;
  border-color: #ff5f6d;
}

.pagination.text-left {
  text-align: left;
  margin-top: 10px;
}

.blog-standard {
  margin-top: 20px;
}

.blog-standard blockquote {
  margin: 40px 0;
  background-color: #fff;
  padding: 30px;
  position: relative;
  border-left-color: #1de9b6;
  font-size: inherit;
  line-height: 1.7;
  color: #888;
}

.post-controls {
  margin-top: 30px;
  overflow: hidden;
}

.post-share li {
  display: inline-block;
  padding-right: 10px;
  margin: 0;
}

.post-controls .post-share {
  float: left;
}

.post-controls .comments-info {
  float: right;
}

.post-controls .post-share li a {
  color: #212121;
}

.post-controls .post-share li a:hover {
  color: #1de9b6;
}

/* 10.3 Comments */
.comments-info a {
  color: #212121;
}

.comments-info a:hover {
  color: #1de9b6;
  text-decoration: none;
}

.comment-respond {
  margin-top: 30px;
}

.widget-contact h1 {
  font-size: 20px;
  margin-bottom: 20px;
  padding-bottom: 12px;
  font-weight: 600;
  position: relative;
}

.widget-contact h1:before {
  background: #ff5f6d;
}

.comment-form-title {
  font-size: 22px;
  line-height: 30px;
  color: #212121;
  position: relative;
  padding-bottom: 10px;
  font-weight: 600;
}

.blog_single_pad {
  padding-left: 200px;
  padding-right: 200px;
}

.post-comment {
  margin: 30px 0 20px 0;
}

.comment-box > li.post-comment {
  list-style: none;
  margin-bottom: 10px;
}

li.post-comment {
  list-style: none;
}

.comment-content {
  float: left;
  width: 100%;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 22px;
  padding-top: 40px;
}

.post-comment .avatar {
  margin-right: 10px;
  float: left;
}

.post-comment .avatar img {
  width: 70px;
  height: 70px;
  border-radius: 100px;
  border: 1px solid #ff5f6d;
}

.post-comment .post-body {
  overflow: hidden;
}

.post-comment .comment-header {
  line-height: 1;
  font-size: 13px;
  margin-top: 13px;
  margin-bottom: 10px;
  float: left;
  width: 100%;
}

.post-comment .author a {
  font-size: 15px;
  font-weight: 600;
  color: #141414;
}

.post-comment .comment-header .time-ago a {
  font-size: 13px;
  color: #878787;
}

.post-comment .reply a {
  font-size: 13px;
  color: #444;
  float: right;
  background-color: transparent;
  padding: 8px 17px;
  border-radius: 20px;
  border: 1px solid #b7b7b7;
}

.post-comment .reply a:hover {
  background: #ff5f6d;
  border-color: #ff5f6d;
  color: #fff;
}

.post-comment .reply-comment {
  padding-left: 90px;
  float: left;
}

.post-comment .reply-comment .post-comment .comment-header {
  margin-top: 5px;
}

.post-comment .reply-comment .avatar img {
  width: 50px;
  height: 50px;
  border-radius: 100px;
}

.post-message {
  margin-top: 25px;
  font-size: 14px;
  line-height: 28px;
  color: #8f8f8f;
}

.author {
  float: left;
  display: block;
  margin-bottom: 10px;
}

.author-left {
  float: left;
  width: 70%;
  text-align: left;
}

.time-ago {
  float: left;
  display: block;
}

.comment-form .form-control {
  background: #fcfcfc;
  height: 60px;
}

.comment-form .form-control:focus {
  border-color: #ff5f6d;
  background: #fff;
  -webkit-box-shadow: 0px 4px 30px 0px rgba(0, 21, 46, 0.14);
  box-shadow: 0px 4px 30px 0px rgba(0, 21, 46, 0.14);
}

#contact-form .btn.btn-candy,
.comment-form .btn.btn-candy {
  background: #ff5f6d;
  font-size: 13px;
  letter-spacing: 0px;
  border: 1px solid transparent;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

#contact-form .btn.btn-candy:hover,
.comment-form .btn.btn-candy:hover {
  border-color: #ff5f6d;
  background: transparent;
  color: #ff5f6d;
}

.comment-form textarea.form-control {
  height: auto;
}

.sidebar_widget .widget-title {
  position: relative;
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 10px;
  margin-bottom: 30px;
  margin-top: 0px;
  display: block;
}

.sidebar_widget .widget-title:before {
  background: #999;
}

/*=============================================
                        Footer
=============================================*/
.footer {
  font-size: 16px;
}

.footer a {
  color: #fc5c7d;
}

.footer .widget {
  margin-bottom: 30px;
}

.copy-right a {
  color: #888;
  font-weight: 700;
}

.copy-right a:hover {
  color: #fc5c7d;
}

.footer-main {
  padding: 89px 0 0 0;
  background-color: transparent;
  position: relative;
}

.footer .widget-title {
  position: relative;
  margin-bottom: 25px;
  color: #212121;
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 8px;
}

.footer .widget-text p {
  color: #888888;
}

.footer-about p {
  font-size: 14px;
  line-height: 28px;
  color: #888888;
}

.footer .widget-title:before, .footer-two .widget-title:before, .comment-form-title:before, .sidebar_widget .widget-title:before, .widget-contact h1:before {
  content: '';
  position: absolute;
  bottom: 0;
  margin-top: 10px;
  left: 0;
  width: 50px;
  height: 1px;
}

.footer .widget-title:before, .footer-two .widget-title:before {
  background-image: -moz-linear-gradient(180deg, #ff5f6d 0%, #ffc371 100%);
  background-image: -webkit-linear-gradient(180deg, #ff5f6d 0%, #ffc371 100%);
  background-image: -ms-linear-gradient(180deg, #ff5f6d 0%, #ffc371 100%);
}

.footer-two .pink-color.widget-title:before, .comment-form-title:before {
  background: #fc5c7d;
}

.comment-form-title:before {
  height: 2px;
}

.post-title:before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.footer-two .purple-color.widget-title:before {
  background: #6a82fb;
}

.footer-two .blue-color.widget-title:before {
  background: #72c3fc;
}

.footer-two .yellow-color.widget-title:before {
  background: #f9a825;
}

.footer .widget-links {
  font-family: 'Open Sans', sans-serif;
  position: relative;
}

.footer-three {
  background: #e0eafc;
}

.footer .widget-links li {
  margin-bottom: 10px;
  list-style: none;
  color: #888;
  font-size: 14px;
}

.footer .widget-links li i {
  color: #888;
  padding-right: 10px;
}

.footer .widget-links a {
  color: #888;
}

.footer .widget-links a:hover {
  color: #fc5c7d;
  text-decoration: none;
}

.footer-copyright {
  padding: 38px 0 46px 0;
  background-color: transparent;
}

.copy-right {
  color: #888;
  font-size: 14px;
  text-align: center;
}

.footer-main ul.social-media {
  float: left;
  display: block;
  margin-bottom: 0;
  margin-top: 10px;
}

.footer-main ul.social-media li {
  display: inline-block;
  margin-right: 15px;
}

.footer-main ul.social-media li:last-child {
  margin-right: 0;
}

.footer-main ul.social-media li a {
  font-size: 20px;
  display: inline-block;
  color: #999999;
}

.footer-main ul.social-media li a:hover {
  color: #fc5c7d;
}

.post-sm-content h6 {
  font-size: 14px;
  font-weight: 400;
  margin-top: 0px;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 5px;
  margin-top: 10px;
}

.post-sm-content h6:hover {
  color: #ff5f6d;
}

.post-sm-content p {
  font-size: 13px;
  color: #888888;
}

ul.footer-contact {
  list-style: none;
  float: left;
}

ul.footer-contact li {
  display: block;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 25px;
  float: left;
  width: 100%;
}

ul.footer-contact li i {
  color: #fc5c7d;
  margin-right: 10px;
  float: left;
  width: 6%;
}

ul.footer-contact li i.purple-color {
  color: #6a82fb;
}

ul.footer-contact li i.yellow-color {
  color: #f9a825;
}

ul.footer-contact li p {
  float: left;
  width: 90%;
}

ul.footer-contact li p a {
  color: #9e9e9e;
}

.flat-footer ul.social-media {
  float: none;
  display: block;
  margin-bottom: 0;
  margin-top: 5px;
}

.flat-footer ul.social-media li {
  display: inline-block;
  margin-right: 17px;
}

.flat-footer ul.social-media li:last-child {
  margin-right: 0;
}

.flat-footer ul.social-media li a {
  font-size: 20px;
  display: inline-block;
  color: #fff;
}

.flat-footer ul.social-media li a:hover {
  color: #1de9b6;
}

ul.footer-gallery {
  margin: 0;
}

ul.footer-gallery li {
  display: inline-block;
  width: 24%;
  padding: 0 2px 0px 0;
  margin-bottom: 5px;
}

ul.footer-gallery li img {
  max-width: 100%;
  width: 100%;
}

.footer-gallery-box {
  position: relative;
  overflow: hidden;
}

.footer-gallery-box .skin-overlay {
  background-color: rgba(30, 192, 255, 0.9);
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}

.footer-gallery-box:hover .skin-overlay {
  opacity: 1;
}

.footer-gallery-box .zoom-wrap {
  position: absolute;
  top: 0%;
  left: 0;
  width: 100%;
  height: 100%;
}

.footer-gallery-zoom {
  position: absolute;
  left: 0;
  top: 40%;
  width: 100%;
}

.footer-gallery-zoom li {
  position: relative;
  bottom: -40px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.footer-gallery-box:hover .footer-gallery-zoom li {
  bottom: 0;
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.footer-gallery-zoom li a {
  color: #fff;
}

.footer-gallery-zoom li a:hover, .footer-gallery-zoom li a:focus {
  color: #212121;
}

.logo-footer {
  height: auto;
  margin-bottom: 8px;
}

.logo-footer a {
  font-size: 38px;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  text-transform: uppercase;
  color: #212121;
}

.logo-footer img {
  text-align: center;
  margin: 0 auto;
}

.contact-widget.widget ul li {
  padding-left: 25px;
  position: relative;
}

.contact-widget.widget ul li i {
  position: absolute;
  left: 0;
  top: 1px;
}

/*===============footer two css ===================*/
.footer-two .widget-title:before {
  width: 60px;
  height: 1px;
}

.footer-two .footer-main ul.social-media li a:hover {
  color: #6a82fb;
}

.footer-two .widget-links a:hover, .footer-two a, .footer-two .post-sm-content h6:hover {
  color: #6a82fb;
}

/*================= footer-two-yellow css ==================*/
.footer-two-yellow .widget-title:before {
  background: #ff5f6d;
}

.footer-two-yellow .footer-main ul.social-media li a:hover, .footer-two-yellow.footer .widget-links a:hover, .footer-two-yellow .post-sm-content a h6:hover, .footer-two-yellow a {
  color: #ff5f6d;
}

/*============ l_footer_area css=================*/
.l_footer_area .widget-title:before {
  background: #ff5f6d;
}

.l_footer_area .footer-main ul.social-media li a:hover, .l_footer_area.footer .widget-links a:hover, .l_footer_area .post-sm-content a h6:hover {
  color: #ff5f6d;
}

/*=========== footer_three css ==========*/
.footer_three {
  background: #f8f8f8;
}

.widget-copy .copy-right {
  text-align: left;
}

.widget-copy .copy-right .pink-color {
  color: #ff5f6d;
}

/*=============================================
                Contact Us Page
=============================================*/
.form-group {
  margin-bottom: 20px;
}

.form-control {
  height: 50px;
  padding: 20px 30px;
  font-size: 14px;
  line-height: 25px;
  font-weight: 300;
  color: #212121;
  border-radius: 100px;
  border-color: #ededed;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #f9f9f9;
}

.form-control:focus {
  border-top: 1px solid #ffc171;
  border-bottom: 1px solid #ff656d;
  border-left: 1px solid #ffc171;
  border-right: 1px solid #ff656d;
}

textarea.form-control {
  border-radius: 20px;
}

.has-error .help-block, .has-error .control-label, .has-error .radio,
.has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label,
.has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #fc5c7d;
  font-size: 14px;
}

.has-error .form-control {
  border-color: #ededed;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #f9f9f9;
}

.contact-us p, .contact-us address {
  font-size: 14px;
}

.contact-us h3 {
  margin-top: 0;
}

.contact-us address {
  margin-bottom: 40px;
  line-height: 25px;
}

.contact-us address a {
  color: #1de9b6;
}

.contact-us address a:hover {
  color: #212121;
}

.search-submit {
  position: absolute;
  right: 30px;
  top: 14px;
  background: none;
  border: 0;
  padding: 0;
  font-size: 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #888;
}

.search-submit:hover, .search-field:focus {
  color: #212121;
}

.contact-box {
  background-color: white;
  -webkit-box-shadow: 0px 10px 44px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 10px 44px 0px rgba(0, 0, 0, 0.08);
  padding: 40px 50px 70px;
  position: relative;
  z-index: 99;
}

.contact-box h2 {
  font: 700 20px 'Poppins', sans-serif;
  color: #212121;
  text-transform: uppercase;
}

.widget-contact p {
  margin-bottom: 5px;
  color: #878787;
  font-size: 16px;
  line-height: 30px;
}

.widget-contact p a {
  color: #878787;
  font-size: 20px;
  line-height: 30px;
}

.widget-contact p a:hover {
  color: #fc5c7d;
}

/*=============================================
                Google Maps
=============================================*/
.map-section {
  position: relative;
  min-height: 500px;
}

.map-parallax {
  position: fixed;
  width: 100%;
  height: 45%;
  z-index: -3;
}

#myMap, #map-style-2, #map-style-3 {
  min-height: 448px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}

#myMap.wide, #map-style-2.wide, #map-style-3.wide {
  height: 500px;
  width: 100%;
  position: relative !important;
}

#mapcontent p {
  margin: 0;
  font-size: 16px;
}

/*=============================================
                Go Top
=============================================*/
#back-to-top {
  position: fixed;
  bottom: 75px;
  right: 40px;
  z-index: 999;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: rgba(0, 0, 0, 0.4);
  cursor: pointer;
  border: 0;
  border-radius: 50%;
  text-decoration: none;
  opacity: 0;
  -webkit-box-shadow: 0 0 9px 4px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 9px 4px rgba(0, 0, 0, 0.05);
}

#back-to-top:hover {
  background: #1de9b6;
  color: #fff;
}

#back-to-top.show {
  opacity: 1;
}

#back-to-top:before {
  font-size: 22px;
  color: #fff;
}

.full-screen-bg {
  height: 100vh;
  background-color: #212121;
  min-height: 100vh;
}

.hero-text-wrap {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 200;
}

.video-container video.fillWidth {
  width: 100% !important;
  margin-left: 0 !important;
}

.video-container .filter {
  display: none;
}

.video-container video {
  position: absolute;
  top: 0%;
  left: 0%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100% !important;
  width: 100% !important;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.about-video {
  padding-bottom: 88.25%;
}

.about-video iframe {
  height: 318px;
}

.arcon-video-box {
  position: relative;
  overflow: hidden;
}

.arcon-video-box:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.arcon-video-box:hover .arcon-video-box_overlay {
  background-color: rgba(0, 0, 0, 0.25);
}

.arcon-video-box:hover .arcon-video-box_overlay .play-button {
  background-color: #fff;
  color: #2d2d2d;
}

.arcon-video-box img {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.arcon-video-box_overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  cursor: pointer;
}

.play-button {
  cursor: pointer;
  width: 80px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid #fff;
  border-radius: 50%;
  line-height: 80px;
  color: #fff;
  text-align: center;
  font-size: 50px;
  position: relative;
  z-index: 10;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.play-button i {
  line-height: inherit;
}

.play-button:hover {
  background-color: #fff;
  color: #fc5c7d;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.btn[data-play-button] {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.btn[data-play-button]:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.inline-btn p {
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  margin: 0 10px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  vertical-align: middle;
  color: #6a82fb;
}

.inline-btn p:focus {
  color: #fff;
}

.inline-btn p.red-color {
  color: #f45551;
}

.inline-btn i {
  font-size: 20px;
}

.inline-btn .btn.btn-sm {
  padding: 16px;
  margin-bottom: 0px;
}

.popup-youtube {
  background: #6a82fb;
  color: #fff;
}

.popup-youtube:hover, .popup-youtube:focus {
  color: #fff;
}

.inline_btn_two .popup-youtube {
  background: #ff5f6d;
  color: #fff;
}

.inline_btn_two .popup-youtube:hover, .inline_btn_two .popup-youtube:focus {
  color: #fff;
}

.inline_btn_two p {
  color: #ff5f6d;
}

.inline_btn_three .popup-youtube {
  background: #fc5c7d;
}

.inline_btn_three p {
  color: #fc5c7d;
}

.video-alpha .video-play {
  position: absolute;
  top: 65%;
  left: 50%;
  margin-top: 0px;
  margin-left: -37px;
  width: 74px;
  height: 74px;
  font-size: 30px;
  line-height: 71px;
  text-align: center;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 100%;
}

.video-alpha .video-play i.fa-play {
  margin-left: 5px;
}

.music-event .video-play {
  font-size: 100px;
  color: #fff;
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1);
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1);
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  transform: scale(1);
  display: inline-block;
}

.music-event .video-play:hover {
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1.5);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1.5);
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1.5);
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  transform: scale(1.5);
}

.hero-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.hero-video video {
  position: absolute;
  max-width: none;
}

.about-me {
  margin-bottom: 20px;
}

.about-me img {
  width: 200px;
}

.about-us-bg {
  background: url(../images/about-us.jpg) center no-repeat;
  background-size: cover;
}

.startup-bg-left {
  background: url(../images/startup-bg-left.jpg) center no-repeat;
  background-size: cover;
}

.startup-bg-right {
  background: url(../images/travel-bg-right.jpg) center no-repeat;
  background-size: cover;
}

.travel-bg-left {
  background: url(../images/travel-bg-left.jpg) center no-repeat;
  background-size: cover;
}

.travel-bg-right {
  background: url(../images/travel-bg-right.jpg) center no-repeat;
  background-size: cover;
}

.gym-bg-left {
  background: url(../images/gym-bg-left.jpg) center no-repeat;
  background-size: cover;
}

.gym-bg-right {
  background: url(../images/gym-bg-right.jpg) center no-repeat;
  background-size: cover;
}

.barber-bg-left {
  background: url(../images/barber-bg-left.jpg) center no-repeat;
  background-size: cover;
}

.barber-bg-right {
  background: url(../images/barber-bg-right.jpg) center no-repeat;
  background-size: cover;
}

.archi-bg-left {
  background: url(../images/archi-bg-left.jpg) center no-repeat;
  background-size: cover;
}

.bg-flex.bg-flex-left {
  left: 0;
}

.bg-flex.bg-flex-right {
  right: 0;
}

.bg-flex {
  padding: 0;
  position: absolute !important;
  top: 0px;
  height: 100%;
  overflow: hidden;
  z-index: 100;
}

.bg-flex-holder {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.bg-flex-cover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.bg-flex-right {
  position: absolute;
  padding: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.col-about-right {
  padding-left: 60px;
}

.col-about-left {
  padding-right: 60px;
}

.row-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row-flex:before {
  content: none;
}

.row-flex > [class*="col-"] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

@media only screen and (max-width: 767px) {
  .row-flex > [class*="col-"]:not([class*="col-xs"]) {
    width: 100%;
  }
}

.row-flex > [class*="col-"] .col-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: -15px;
  margin-right: -15px;
}

.col-inner.spacer {
  padding: 80px 170px 54px;
}

.row-flex.flex-center > [class*="col-"] {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (min-width: 768px) {
  .row-flex.full-width-flex > [class*="col-"] {
    padding-left: 6.5%;
    padding-right: 6.5%;
  }
}

.row-flex.padding-row > [class*="col-"] {
  padding: 7.5% 6.5%;
}

.row-flex.flex-horizontal > [class*="col-"]:last-child {
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.row-flex.flex-spacing .column-inner {
  margin-left: 0;
  margin-right: 0;
}

.social-networks {
  padding: 0;
  list-style: none;
}

.social-networks > li {
  display: inline-block;
  margin-right: 12px;
}

.social-networks > li > a {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 47px;
  text-align: center;
  font-size: 16px;
  border: 1px solid #e8e8e8;
  color: #212121;
  border-radius: 100%;
}

.social-networks > li > a:hover {
  color: #fff;
}

.social-networks > li.social-icon-fb > a:hover {
  background-color: #3b5998;
  border-color: #3b5998;
}

.social-networks > li.social-icon-tw > a:hover {
  background-color: #55acee;
  border-color: #55acee;
}

.social-networks > li.social-icon-lk > a:hover {
  background-color: #0077b5;
  border-color: #0077b5;
}

.social-networks > li.social-icon-be > a:hover {
  background-color: #053eff;
  border-color: #053eff;
}

.social-networks > li.social-icon-de > a:hover {
  background-color: #ea4c89;
  border-color: #ea4c89;
}

.social-networks > li.social-icon-sk > a:hover {
  background-color: #00aff0;
  border-color: #00aff0;
}

.social-networks > li > a i {
  font-size: 20px;
}

/*=======================================================
      PROGRESS BAR
========================================================*/
.progress-bar-title {
  margin-bottom: 10px;
}

.progress-bar-title,
.progress-bar {
  font-size: 16px;
  color: #212121;
}

.progress {
  height: 14px;
  margin-bottom: 30px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  overflow: visible;
}

.progress-bar {
  position: relative;
  border-radius: 10px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  background-image: -moz-linear-gradient(0deg, #ff5f6d 0%, #ffc371 100%);
  background-image: -webkit-linear-gradient(0deg, #ff5f6d 0%, #ffc371 100%);
  background-image: -ms-linear-gradient(0deg, #ff5f6d 0%, #ffc371 100%);
  -webkit-box-shadow: none;
  box-shadow: none;
  color: inherit;
  width: 20%;
}

.progress-bar span {
  position: absolute;
  top: -30px;
  right: 0px;
  color: #212121;
}

/*=======================================================
      TESTIMONIALS
========================================================*/
.testimonial-item h5, .testimonial-item h6 {
  font-family: 'Poppins', sans-serif;
}

.testimonial-item h5 {
  margin-bottom: 3px;
  font-size: 20px;
  font-weight: 500;
  margin-top: 45px;
  color: #888;
}

.testimonial-item h6 {
  font-weight: 400;
  font-size: 16px;
  color: #fc5c7d;
  margin-top: 0;
  padding-bottom: 20px;
}

.testimonial-two .testimonial-item h6 {
  color: #b0b0b0;
}

.testimonial-item p {
  color: #878787;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
}

.testimonial .testimonial-item .img, .testimonial-two .testimonial-item .img {
  position: relative;
  width: 110px;
  height: 110px;
  text-align: center;
  margin: 0 auto;
  display: block;
  margin-bottom: 20px;
  margin-top: -146px;
}

.testimonial .testimonial-item .img:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-top: 1px solid #ffba71;
  border-bottom: 1px solid #ff786e;
  border-left: 1px solid #ffba71;
  border-right: 1px solid #ff786e;
  border-radius: 50%;
}

.testimonial-two .testimonial-item .img:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-top: 1px solid #27a9f8;
  border-bottom: 1px solid #27a9f8;
  border-left: 1px solid #27a9f8;
  border-right: 1px solid #27a9f8;
  border-radius: 50%;
}

.testimonial-two .testimonial-item .img {
  margin-top: 0;
}

.testimonial-three .testimonial-item .img {
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  width: 90px;
  height: 90px;
  overflow: hidden;
  border-radius: 20px;
}

.testimonial-three .testimonial-item .img:after {
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

.testimonial-two .testimonial-item h5 {
  margin-top: 30px;
  color: #444444;
}

.testimonial-three .testimonial-item h5 {
  margin-top: 50px;
}

.testimonial-three .testimonial-item .testimonial-content:after {
  display: none;
}

.testimonial-three .testimonial-item .img img, .testimonial-three .testimonial-item .img:after {
  border-radius: 20px;
}

.testimonial-three .testimonial-item .img img {
  -ms-transform: scale(1.25) rotate(-45deg);
  transform: scale(1.25) rotate(-45deg);
  -webkit-transform: scale(1.25) rotate(-45deg);
  -moz-transform: scale(1.25) rotate(-45deg);
  -o-transform: scale(1.25) rotate(-45deg);
}

.slick.testimonial-two {
  max-width: 82.99%;
  margin: 0 auto;
}

.testimonial-item:focus {
  outline: none;
}

.testimonial-item .testimonial-content {
  margin: 50px auto;
  text-align: center;
  position: relative;
}

.testimonial-item .testimonial-content-in {
  background-color: white;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  padding: 108px 40px 70px;
  border-radius: 0px;
  background-color: #fff;
}

.testimonial-two .testimonial-item .testimonial-content-in {
  padding: 50px 80px;
  -webkit-box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.1);
}

.testimonial-two .testimonial-item .testimonial-content {
  padding: 0px;
}

.testimonial-item .testimonial-content:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-image: -moz-linear-gradient(180deg, #ff5f6d 0%, #ffc371 100%);
  background-image: -webkit-linear-gradient(180deg, #ff5f6d 0%, #ffc371 100%);
  background-image: -ms-linear-gradient(180deg, #ff5f6d 0%, #ffc371 100%);
}

.testimonial-two .testimonial-item .testimonial-content:after {
  display: none;
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  bottom: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 10;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: #fff;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

.testimonial .slick-prev:before,
.testimonial .slick-next:before {
  font-family: "Ionicons";
  font-size: 35px;
  line-height: 1;
  opacity: 0.5;
  color: #212121;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.testimonial .slick-prev:hover:before, .testimonial .slick-prev:focus:before, .testimonial .slick-next:hover:before, .testimonial .slick-next:focus:before {
  opacity: 1;
}

.slick-prev {
  left: 25px;
}

.testimonial .slick-prev:before {
  content: '\f2ca';
}

.slick-next {
  right: 25px;
}

.testimonial .slick-next:before {
  content: '\f30f';
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  display: inline-block;
  margin: 0 4px;
}

.testimonial .slick-dots li button, .testimonial-two .slick-dots li button {
  font-size: 0;
  width: 20px;
  height: 6px;
  padding: 0px;
  cursor: pointer;
  border: 0;
  outline: none;
  background: rgba(252, 92, 125, 0.5);
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}

.testimonial-two .slick-dots li button {
  width: 20px;
}

.testimonial .slick-dots li button:hover {
  background-image: -moz-linear-gradient(180deg, #ff5f6d 0%, #ffc371 100%);
  background-image: -webkit-linear-gradient(180deg, #ff5f6d 0%, #ffc371 100%);
  background-image: -ms-linear-gradient(180deg, #ff5f6d 0%, #ffc371 100%);
}

.testimonial .slick-dots li.slick-active button, .testimonial-two .slick-dots li.slick-active button {
  background-image: -moz-linear-gradient(180deg, #ff5f6d 0%, #ffc371 100%);
  background-image: -webkit-linear-gradient(180deg, #ff5f6d 0%, #ffc371 100%);
  background-image: -ms-linear-gradient(180deg, #ff5f6d 0%, #ffc371 100%);
  width: 30px;
}

.testimonial-two .slick-dots li button {
  background: #c3cdfd;
}

.testimonial-two .slick-dots li button:hover, .testimonial-two .slick-dots li.slick-active button {
  background: #6a82fb;
}

.testimonial_two_yellow .testimonial-item .img:after {
  border-color: #ff5f6d;
}

.testimonial_two_yellow .slick-dots li button {
  background: #ffe199;
}

.testimonial_two_yellow .slick-dots li.slick-active button, .testimonial_two_yellow .slick-dots li:hover button {
  background: #ff5f6d;
}

.testimonial_four .slick-dots li button:hover {
  background: #fc5c7d;
}

.testimonial_four .slick-dots li.slick-active button {
  background: #fc5c7d;
}

.blog-grid-slider .slick-prev:before {
  content: "\23";
}

.blog-grid-slider .slick-next:before {
  content: "\24";
}

.blog-grid-slider .slick-prev:before, .blog-grid-slider .slick-next:before {
  font-family: ElegantIcons;
  font-size: 25px;
  line-height: 42px;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.blog-grid-slider .slick-prev,
.blog-grid-slider .slick-next {
  width: 40px;
  height: 40px;
  color: #212121;
  background: rgba(255, 255, 255, 0.8);
}

.blog-grid-slider .slick-prev:hover, .blog-grid-slider .slick-next:hover {
  color: #212121;
  background: #fff;
}

/*=======================================================
      Client Logo
========================================================*/
.client-logo {
  margin: 0px 15px;
}

.client-logo img {
  margin: auto;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.client-logo img:hover {
  opacity: 1.0;
  filter: alpha(opacity=100);
}

.client-logo:focus {
  outline: none;
}

/*=======================================================
      Title Hero Backgrounds
========================================================*/
.title-hero-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  min-height: 500px;
  overflow: hidden;
}

.title-hero-bg .font-600 {
  font-weight: 600;
}

.title-hero-bg::before {
  content: "";
  background-color: rgba(33, 33, 33, 0.85);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.error-section .hero-text h1 {
  font-size: 165px;
  color: #1de9b6;
  font-weight: 700;
  line-height: 1;
}

.error-section .hero-text h3 {
  font-size: 40px;
}

.error-section .hero-text h3, .error-section .hero-text p {
  color: #fff;
}

.error-section .hero-text p {
  font-size: 18px;
  font-weight: 300;
}

.page-title {
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0;
  z-index: 15;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  padding: 0px 15px;
}

.page-title h1 {
  font-size: 65px;
  line-height: 1.5em;
  font-weight: 700;
  margin: 0;
}

.page-title h4 {
  font-size: 25px;
  margin: 0;
  font-weight: 300;
}

.page-title h5 {
  font-size: 25px;
}

/*=======================================================
      Login / Coming Soon / 404 Page
========================================================*/
.title-hero-bg.coming-soon-section {
  height: 100%;
  min-height: 100vh;
}

.title-hero-bg.coming-soon-section h1, .title-hero-bg.coming-soon-section p {
  color: #fff;
}

.signup-box {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  padding: 30px;
  background: #fff;
}

.v-align {
  vertical-align: middle;
  display: table-cell;
}

.v-align a {
  color: #1de9b6;
}

.v-align a:hover {
  color: #212121;
}

.table-display {
  display: table;
  width: 100%;
  height: 100%;
  table-layout: fixed;
  position: relative;
}

#signup-tabs {
  border-bottom: 0;
  margin: 0;
}

#signup-tabs > li a {
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #888;
  border-radius: 0;
  border: 1px solid #fff;
}

#signup-tabs > li a:hover {
  background-color: #1de9b6;
  border: 1px solid #1de9b6;
  color: #fff;
}

#signup-tabs > li.active > a {
  background-color: #1de9b6;
  border: 1px solid #1de9b6;
  color: #fff;
}

#signup-content {
  padding: 40px 0;
}

.countdown-container, .countdown-container-white {
  margin-top: 50px;
  margin-bottom: 50px;
}

.countdown-container .countdown li {
  border-right: 1px solid #fff;
  min-width: 100px;
  padding: 20px 0px;
  width: 200px;
}

.countdown-container .countdown li:last-child {
  border-right: 0;
}

.countdown {
  margin-bottom: 0;
  border: 1px solid #fff;
}

.countdown li {
  display: inline-block;
  text-align: center;
}

.countdown li:last-child {
  margin-right: 0;
}

.countdown li span {
  font-size: 60px;
  font-weight: 700;
  color: #fff;
}

.countdown li p {
  text-transform: uppercase;
  margin-bottom: 20px;
}

.countdown-container-white .countdown li {
  min-width: 100px;
  padding: 5px 20px;
  width: 145px;
  background: #fff;
}

.countdown-container-white .countdown li span {
  font-size: 60px;
  font-weight: 700;
  color: #212121;
}

/*=======================================================
      Personal Resume
========================================================*/
canvas {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.contact-me {
  background: #fff;
  padding: 50px 40px 35px 40px;
  -webkit-box-shadow: 0 10px 30px 5px rgba(17, 21, 23, 0.1);
  box-shadow: 0 10px 30px 5px rgba(17, 21, 23, 0.1);
}

.resume-bar .progress {
  margin-bottom: 40px;
}

#resume h3 {
  color: #1de9b6;
}

ul.resume-slider {
  margin: 0;
  padding: 0;
  margin-top: 30px;
}

ul.resume-slider li {
  background: #fff;
  padding: 30px;
  list-style: none;
  -webkit-box-shadow: 0 10px 30px 5px rgba(17, 21, 23, 0.1);
  box-shadow: 0 10px 30px 5px rgba(17, 21, 23, 0.1);
  margin-right: 20px;
  margin-bottom: 20px;
}

ul.resume-slider li h3 {
  font-size: 14px;
  margin-bottom: 15px;
  color: #212121 !important;
  margin-top: 0px;
  display: inline-block;
  margin-right: 20px;
  font-family: 'Poppins', sans-serif;
  font-feature-settings: 'lnum';
  -moz-font-feature-settings: 'lnum=1';
  -ms-font-feature-settings: 'lnum';
  -webkit-font-feature-settings: 'lnum';
  -o-font-feature-settings: 'lnum';
}

ul.resume-slider li i {
  font-size: 20px;
  margin-right: 5px;
}

ul.resume-slider li h2 {
  font-size: 18px;
  color: #1de9b6;
  margin-top: 8px;
  text-transform: uppercase;
}

ul.social-media-dark {
  display: block;
  text-align: center;
}

ul.social-media-dark li {
  display: inline-block;
  margin-right: 12px;
}

ul.social-media-dark li:last-child {
  margin-right: 0;
}

ul.social-media-dark li a {
  font-size: 16px;
  display: inline-block;
  color: #212121;
}

ul.social-media-dark li a:hover {
  color: #1de9b6;
}

ul.social-top li {
  margin-right: 0;
}

ul.social-top li a {
  font-size: 14px;
}

.info ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.info ul li {
  margin-bottom: 30px;
}

.info ul li h3 {
  margin: 0 0 8px 0;
  font-size: 18px;
  line-height: 1;
}

.info ul li h3 i {
  margin-right: 10px;
  color: #212121;
  font-size: 24px;
  vertical-align: middle;
  margin-top: -3px;
}

.info ul li p {
  margin: 0;
  font-weight: 300;
  font-size: 18px;
}

.timeline {
  line-height: 1.4em;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.timeline h1, .timeline h2, .timeline h3, .timeline h4, .timeline h5, .timeline h6 {
  line-height: inherit;
}

.timeline-content h3.timeline-title {
  color: #fff;
  margin-top: 0;
  font-size: 18px;
}

.timeline-content h2.timeline-title {
  color: #fff;
}

/*----- TIMELINE ITEM -----*/
.timeline-item {
  padding-left: 40px;
  position: relative;
}

.timeline-item:last-child {
  padding-bottom: 0;
}

/*----- TIMELINE INFO -----*/
.timeline-info {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  margin: 0 0 .5em 0;
  text-transform: uppercase;
  white-space: nowrap;
}

/*----- TIMELINE MARKER -----*/
.timeline-marker {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15px;
}

.timeline-marker:before {
  background: #1de9b6;
  border: 3px solid transparent;
  border-radius: 100%;
  content: "";
  display: block;
  height: 15px;
  position: absolute;
  top: 4px;
  left: 0;
  width: 15px;
  -webkit-transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
}

.timeline-marker:after {
  content: "";
  width: 3px;
  background: #CCD5DB;
  display: block;
  position: absolute;
  top: 24px;
  bottom: 0;
  left: 6px;
}

.timeline-item:last-child .timeline-marker:after {
  content: none;
}

.timeline-item:not(.period):hover .timeline-marker:before {
  background: transparent;
  border: 3px solid #1de9b6;
}

/*----- TIMELINE CONTENT -----*/
.timeline-content {
  padding-bottom: 40px;
}

.timeline-content p:last-child {
  margin-bottom: 0;
}

/*----- TIMELINE PERIOD -----*/
.period {
  padding: 0;
}

.period .timeline-info {
  display: none;
}

.period .timeline-marker:before {
  background: transparent;
  content: "";
  width: 15px;
  height: auto;
  border: none;
  border-radius: 0;
  top: 0;
  bottom: 30px;
  position: absolute;
  border-top: 3px solid #CCD5DB;
  border-bottom: 3px solid #CCD5DB;
}

.period .timeline-marker:after {
  content: "";
  height: 32px;
  top: auto;
}

.period .timeline-content {
  padding: 40px 0 70px;
}

.period .timeline-title {
  margin: 0;
}

/*----------------------------------------------
    MOD: TIMELINE SPLIT
----------------------------------------------*/
@media (min-width: 768px) {
  .timeline-split .timeline, .timeline-centered .timeline {
    display: table;
  }
  .timeline-split .timeline-item, .timeline-centered .timeline-item {
    display: table-row;
    padding: 0;
  }
  .timeline-split .timeline-info, .timeline-centered .timeline-info,
  .timeline-split .timeline-marker,
  .timeline-centered .timeline-marker,
  .timeline-split .timeline-content,
  .timeline-centered .timeline-content,
  .timeline-split .period .timeline-info,
  .timeline-centered .period .timeline-info {
    display: table-cell;
    vertical-align: top;
  }
  .timeline-split .timeline-marker, .timeline-centered .timeline-marker {
    position: relative;
  }
  .timeline-split .timeline-content, .timeline-centered .timeline-content {
    padding-left: 30px;
  }
  .timeline-split .timeline-info, .timeline-centered .timeline-info {
    padding-right: 30px;
  }
  .timeline-split .period .timeline-title, .timeline-centered .period .timeline-title {
    position: relative;
    left: -45px;
  }
}

/*----------------------------------------------
    MOD: TIMELINE CENTERED
----------------------------------------------*/
@media (min-width: 992px) {
  .timeline-centered,
  .timeline-centered .timeline-item,
  .timeline-centered .timeline-info,
  .timeline-centered .timeline-marker,
  .timeline-centered .timeline-content {
    display: block;
    margin: 0;
    padding: 0;
  }
  .timeline-centered .timeline-item {
    padding-bottom: 40px;
    overflow: hidden;
  }
  .timeline-centered .timeline-marker {
    position: absolute;
    left: 50%;
    margin-left: -7.5px;
  }
  .timeline-centered .timeline-info,
  .timeline-centered .timeline-content {
    width: 50%;
  }
  .timeline-centered > .timeline-item:nth-child(odd) .timeline-info {
    float: left;
    text-align: right;
    padding-right: 30px;
  }
  .timeline-centered > .timeline-item:nth-child(odd) .timeline-content {
    float: right;
    text-align: left;
    padding-left: 30px;
  }
  .timeline-centered > .timeline-item:nth-child(even) .timeline-info {
    float: right;
    text-align: left;
    padding-left: 30px;
  }
  .timeline-centered > .timeline-item:nth-child(even) .timeline-content {
    float: left;
    text-align: right;
    padding-right: 30px;
  }
  .timeline-centered > .timeline-item.period .timeline-content {
    float: none;
    padding: 0;
    width: 100%;
    text-align: center;
  }
  .timeline-centered .timeline-item.period {
    padding: 50px 0 90px;
  }
  .timeline-centered .period .timeline-marker:after {
    height: 30px;
    bottom: 0;
    top: auto;
  }
  .timeline-centered .period .timeline-title {
    left: auto;
  }
}

/*----------------------------------------------
    MOD: MARKER OUTLINE
----------------------------------------------*/
.marker-outline .timeline-marker:before {
  background: transparent;
  border-color: #FF6B6B;
}

.marker-outline .timeline-item:hover .timeline-marker:before {
  background: #FF6B6B;
}

/*=======================================================
      Widgets / Shortcodes
========================================================*/
.light-tabs .nav-tabs {
  border-top: 1px solid #f1f1f1;
  border-bottom: 0;
  margin-bottom: 5px;
}

.light-tabs .nav-tabs > li {
  float: none;
  display: inline-block;
}

.light-tabs p {
  margin-top: 20px;
  font-weight: 300;
}

.light-tabs .nav-tabs > li > a {
  margin-right: 0;
  font-size: 14px;
  line-height: 25px;
  color: #212121;
  border: 0;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.light-tabs .nav > li > a:focus,
.light-tabs .nav > li > a:hover {
  background-color: transparent;
}

.light-tabs .nav-tabs > li.active > a,
.light-tabs .nav-tabs > li.active > a:focus,
.light-tabs .nav-tabs > li.active > a:hover {
  border: 0;
  color: #212121;
  position: relative;
  background: transparent;
}

.light-tabs .nav-tabs > li.active > a::before {
  content: "";
  background-color: #1de9b6;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: -1px;
}

section.dark-block .light-tabs .nav-tabs > li.active > a::before {
  background-color: #212121;
}

.icon-tabs .nav-tabs {
  border-top: 0px solid #f1f1f1;
  border-bottom: 0;
  margin-bottom: 5px;
}

.icon-tabs .nav-tabs > li {
  float: none;
  display: inline-block;
}

.icon-tabs p {
  margin-top: 20px;
}

.icon-tabs .nav-tabs > li > a {
  margin-right: 0;
  font-size: 14px;
  line-height: 25px;
  color: #212121;
  border: 0;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.icon-tabs .nav > li > a:focus,
.icon-tabs .nav > li > a:hover {
  background-color: transparent;
}

.icon-tabs .nav-tabs > li.active > a,
.icon-tabs .nav-tabs > li.active > a:focus,
.icon-tabs .nav-tabs > li.active > a:hover {
  border: 0;
  color: #1de9b6;
  position: relative;
  background: transparent;
}

.icon-tabs .nav-tabs > li > a i {
  display: block;
  font-size: 30px;
  margin-bottom: 20px;
}

/* ----------------------------------------
	Accordion Color
-------------------------------------------*/
.accordion-color .panel {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-radius: 0;
}

.accordion-color .panel .panel-heading {
  position: relative;
  padding: 0;
  border-bottom: 0px solid #fff;
}

.accordion-color .panel-title a.collapsed {
  display: block;
  color: #212121;
  background-color: #fff;
  border-color: #f1f1f1;
  padding: 22px 15px 22px 64px;
  border-radius: 0px;
}

.accordion-color .panel-title a {
  display: block;
  color: #fff;
  border-color: #f1f1f1;
  padding: 22px 15px 22px 64px;
  background-color: #1de9b6;
  border-bottom: 1px solid #1de9b6;
}

.accordion-color .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border: 1px solid #fff;
  background: #fff;
}

.accordion-color .panel .panel-heading a:after {
  font-family: "Ionicons";
  content: "\f415";
  font-size: 24px;
  width: 64px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}

.accordion-color .panel .panel-heading a.collapsed:after {
  content: "\f374";
}

/* ----------------------------------------
	Accordion Transparent
-------------------------------------------*/
.accordion-transparent .panel {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  background-color: transparent;
}

.accordion-transparent .panel .panel-heading {
  position: relative;
  padding: 0;
  background-color: transparent;
  border-bottom: 1px solid #1de9b6;
  border-top: 1px solid #1de9b6;
  border-left: 1px solid #1de9b6;
  border-right: 1px solid #1de9b6;
  border-radius: 0;
}

.accordion-transparent .panel-title a.collapsed {
  display: block;
  color: #212121;
  background-color: transparent;
  border-color: transparent;
  padding: 22px 15px 22px 80px;
  border-radius: 0px;
}

.accordion-transparent .panel-title a {
  display: block;
  color: #212121;
  border-color: transparent;
  padding: 22px 15px 22px 80px;
  background-color: transparent;
}

.accordion-transparent .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border: 1px solid transparent;
  background: transparent;
  border-bottom: 1px solid #1de9b6;
  border-left: 1px solid #1de9b6;
  border-right: 1px solid #1de9b6;
}

.accordion-transparent .panel .panel-heading a:after {
  font-family: "Ionicons";
  content: "\f462";
  font-size: 24px;
  width: 64px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  border-right: 1px solid #1de9b6;
}

.accordion-transparent .panel .panel-heading a.collapsed:after {
  content: "\f489";
}

section.dark-block .accordion-transparent .panel .panel-heading {
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

section.dark-block .accordion-transparent .panel .panel-heading a:after {
  border-right: 1px solid #fff;
  color: #fff;
}

section.dark-block .accordion-transparent .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-bottom: none;
  border-left: none;
  border-right: none;
}

section.dark-block .accordion-transparent .panel-title a.collapsed, section.dark-block .accordion-transparent .panel-title a {
  color: #fff;
}

/*============= service details area css =============*/
.service_offer_img {
  padding-right: 30px;
  position: relative;
  z-index: 1;
}

.service_offer_img:before {
  content: "";
  background: url("../images/background/pattern2.jpg");
  width: 170px;
  height: 550px;
  position: absolute;
  bottom: -50px;
  left: -50px;
  z-index: -2;
}

.s_content h2 {
  font-size: 30px;
  line-height: 34px;
  color: #141414;
  font-weight: 700;
  margin-top: 0px;
}

.s_content h5 {
  font-size: 18px;
  line-height: 30px;
  color: #8f8f8f;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  font-style: italic;
}

.s_content h3 {
  font-size: 30px;
  font-weight: 500;
  line-height: 35px;
}

.s_content p {
  font-size: 14px;
  line-height: 30px;
  color: #8f8f8f;
  padding-top: 20px;
}

.s_content .service_list {
  list-style: none;
}

.s_content .service_list li {
  font-size: 16px;
  line-height: 36px;
  color: #353535;
  position: relative;
  padding-left: 32px;
}

.s_content .service_list li i {
  font-size: 14px;
  color: #ff5f6d;
  position: absolute;
  left: 0;
  top: 10px;
}

.key_service_area {
  background: #f9f9f9;
}

.key_features {
  padding-right: 70px;
}

.key_features h2 {
  font-size: 30px;
  color: #353535;
  margin-top: 0px;
  font-weight: 700;
}

.key_features h2 span {
  font-weight: 400;
  line-height: 40px;
}

.key_features p {
  font-size: 14px;
  line-height: 30px;
  color: #8f8f8f;
  padding-top: 15px;
}

.key_features p + p {
  margin-bottom: 0px;
}

.service_video {
  border: 2px solid #f4c2c7;
  position: relative;
  z-index: 1;
}

.service_video:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  z-index: 0;
}

.service_video .video-play {
  width: 70px;
  height: 70px;
  border: 1px solid #ff5f6d;
  background: #fff;
  text-align: center;
  color: #ff5f6d;
  display: inline-block;
  line-height: 70px;
  font-size: 30px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  border-radius: 50%;
}

/*============= memder_details css ==============*/
.memder_details {
  padding-right: 30px;
}

.memder_details h2 {
  margin-top: 0px;
  font-size: 24px;
  line-height: 30px;
  color: #141414;
}

.memder_details h6 {
  font-size: 14px;
  color: #535353;
  margin-top: 0px;
  font-family: 'Open Sans', sans-serif;
}

.memder_details p {
  font-size: 14px;
  color: #8f8f8f;
  line-height: 30px;
  padding-top: 18px;
}

.memder_details .about_details {
  list-style: none;
  border-top: 1px solid #e7eaee;
  padding: 10px 0px 20px;
  margin-top: 20px;
}

.memder_details .about_details li {
  font-size: 14px;
  line-height: 24px;
  color: #5e5e5e;
  font-weight: 500;
  padding-top: 10px;
}

.memder_details .about_details li a {
  color: #5e5e5e;
}

.memder_details .about_details li a:hover {
  color: #ff5f6d;
}

.memder_details .about_details li span {
  color: #8f8f8f;
  font-weight: 300;
  width: 85px;
  display: inline-block;
}

.memder_details .social_icon a {
  font-size: 14px;
  color: #919396;
  padding-right: 15px;
}

.memder_details .social_icon a:hover {
  color: #ff5f6d;
}

.port_skilll .heading-style-two h2 {
  font-size: 24px;
  color: #141414;
}

.port_skilll .heading-style-two h2 span:after {
  left: 0;
  margin-left: 0;
}

.port_skilll .progress-bar-title {
  display: inline-block;
  text-transform: uppercase;
}

.port_skilll .pr-count {
  display: inline-block;
  float: right;
  position: relative;
  font-weight: 600;
  font-size: 20px;
  color: #141414;
}

.port_skilll .progress {
  background: #ededed;
  border-radius: 0px;
  height: 16px;
}

.port_skilll .progress .progress-bar {
  border-radius: 0px;
  background: #ff5f6d;
}

.port_skilll .progress:last-child {
  margin-bottom: 0px;
}

.team_one .team_image {
  position: relative;
}

.team_one .team_image:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ff5f6d;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.team_one .member-icons {
  text-align: center;
}

.team_one .member-icons li:nth-child(1) {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.team_one .member-icons li:nth-child(2) {
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.team_one .member-icons li:nth-child(3) {
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.team_one .member-icons li:nth-child(4) {
  -webkit-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
}

.team_one .team_content {
  text-align: center;
  background: #f8f8f8;
  border: 1px solid #f3f3f3;
  padding: 22px 0px;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.team_one .team_content h2 {
  font-size: 20px;
  line-height: 26px;
  margin: 0px;
  text-transform: capitalize;
}

.team_one .team_content h5 {
  font-size: 14px;
  line-height: 28px;
  color: #999999;
  font-family: 'Open Sans', sans-serif;
  margin: 0px;
}

.team_one:hover .team_image:before {
  opacity: 0.85;
  visibility: visible;
}

.team_one:hover .member-icons li {
  opacity: 1;
  bottom: 0;
  visibility: visible;
}

.team_one:hover .team_content {
  background-color: white;
  -webkit-box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.16);
}

.table-responsive {
  border: 0px;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
.shop_list {
  margin-bottom: 0px;
}

.shop_list .panel {
  border: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.shop_list .panel .panel-heading {
  padding: 0px;
  background: transparent;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 5px;
}

.shop_list .panel .panel-heading .panel-title a {
  font-size: 14px;
  line-height: 30px;
  display: block;
  color: #212121;
}

.shop_list .panel .panel-heading .panel-title a i {
  float: right;
  line-height: 30px;
  font-size: 18px;
  display: none;
  color: #ff5f6d;
}

.shop_list .panel .panel-heading .panel-title a i + i {
  display: inline-block;
}

.shop_list .panel .panel-heading .panel-title a.collapsed i {
  color: #212121;
  display: inline-block;
}

.shop_list .panel .panel-heading .panel-title a.collapsed i + i {
  display: none;
}

.shop_list .panel .panel-body {
  padding: 8px 15px;
  border: 0px !important;
}

.shop_list .panel .panel-body ul {
  list-style: none;
}

.shop_list .panel .panel-body ul li a {
  font-size: 14px;
  line-height: 30px;
  color: #686868;
  font-family: 'Poppins', sans-serif;
}

.single_product_item {
  position: relative;
}

.single_product_item .product_img {
  position: relative;
  z-index: 1;
}

.single_product_item .product_img:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 0;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.single_product_item .product_img:hover .hover_content a {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.single_product_item .product_quary {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 600;
  border-radius: 45px;
  border: 2px solid #ff5f6d;
  color: #ff5f6d;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  padding: 2px 15px;
  position: absolute;
  top: 20px;
  right: 20px;
}

.single_product_item .product_quary.pr_red {
  border-color: #ff5f6d;
  color: #ff5f6d;
}

.single_product_item .hover_content {
  position: absolute;
  bottom: 15px;
  left: 20px;
  overflow: hidden;
}

.single_product_item .hover_content a {
  width: 44px;
  height: 44px;
  text-align: center;
  display: inline-block;
  font-size: 15px;
  color: #141414;
  border-radius: 50%;
  line-height: 44px;
  background: #f2f2f2;
  display: block;
  margin: 5px 0px;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.single_product_item .hover_content a:nth-child(1) {
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.single_product_item .hover_content a:nth-child(2) {
  -webkit-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
}

.single_product_item .hover_content a:nth-child(3) {
  -webkit-transition: all 0.8s linear;
  -o-transition: all 0.8s linear;
  transition: all 0.8s linear;
}

.single_product_item .hover_content a:hover {
  background: #ff5f6d;
  color: #fff;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.single_product_item .single_pr_details {
  text-align: center;
  padding: 15px 0px;
}

.single_product_item .single_pr_details h2 {
  margin: 0px;
  font-size: 16px;
  line-height: 26px;
  color: #141414;
  font-weight: 600;
}

.single_product_item .single_pr_details .price {
  font-size: 14px;
  line-height: 24px;
  color: #898989;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
}

.single_product_item .single_pr_details .price del:after {
  content: "-";
  display: inline-block;
  margin-left: 5px;
}

.single_product_item .single_pr_details .pr_rating {
  padding-top: 5px;
}

.single_product_item .single_pr_details .pr_rating i {
  color: #ff5f6d;
  font-size: 12px;
}

.single_product_item .single_pr_details .pr_rating i:last-child {
  color: #bbbbbb;
}

.single_product_item:hover .product_img:before {
  opacity: 0.70;
  visibility: visible;
}

.filter_slider_area {
  padding-top: 12px;
}

.filter_slider_area .ui-slider {
  height: 3px;
  background: #e5e5e5;
  border: 0px;
  border-radius: 0px;
}

.filter_slider_area .ui-slider .ui-slider-range {
  background: #ff5f6d;
}

.filter_slider_area .ui-slider .ui-slider-handle {
  width: 15px;
  height: 15px;
  border: 1px solid #ff5f6d;
  border-radius: 50%;
  background: transparent;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: 0px;
}

.filter_slider_area .ui-slider .ui-slider-handle:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff5f6d;
  position: absolute;
  top: 50%;
  left: 50.5%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.filter_slider_area .ui-slider .ui-slider-handle:focus {
  outline: none;
}

.filter_slider_area .filter_content {
  font-size: 12px;
  line-height: 30px;
  color: #686868;
  font-weight: 500;
  padding-top: 25px;
  font-family: 'Poppins', sans-serif;
}

.filter_slider_area .filter_content input[type="text"] {
  border: 0px;
}

.filter_slider_area .filter_content .button_b {
  font-size: 11px;
  color: #ff5f6d;
  text-transform: uppercase;
  border: 1px solid #ff5f6d;
  padding: 5px 22px;
  border-radius: 45px;
}

.color_list {
  list-style: none;
  margin-bottom: 0px;
}

.color_list li {
  font: 400 14px/32px 'Poppins', sans-serif;
}

.color_list li label {
  display: block;
  color: #212121;
  margin-bottom: 0px;
}

.color_list li label span {
  float: right;
}

.color_list li input[type="checkbox"] {
  position: relative;
  top: 2px;
}

.color_list li input[type="checkbox"]:before {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  border: 1px solid #141414;
  top: 0;
  left: 0;
  border-radius: 2px;
  background-color: white;
}

.color_list li input[type="checkbox"]:checked:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 49%;
  left: 49%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #141414;
}

.color_list li:nth-child(2) input[type="checkbox"]:before {
  border-color: #5085fd;
}

.color_list li:nth-child(2) input[type="checkbox"]:checked:after {
  background: #5085fd;
}

.color_list li:nth-child(3) input[type="checkbox"]:before {
  border-color: #fc414a;
}

.color_list li:nth-child(3) input[type="checkbox"]:checked:after {
  background: #fc414a;
}

.color_list li:nth-child(4) input[type="checkbox"]:before {
  border-color: #fcb044;
}

.color_list li:nth-child(4) input[type="checkbox"]:checked:after {
  background: #fcb044;
}

.color_list li:nth-child(5) input[type="checkbox"]:before {
  border-color: #38bc2e;
}

.color_list li:nth-child(5) input[type="checkbox"]:checked:after {
  background: #38bc2e;
}

.color_list li:nth-child(6) input[type="checkbox"]:before {
  border-color: #b06c13;
}

.color_list li:nth-child(6) input[type="checkbox"]:checked:after {
  background: #b06c13;
}

.color_list li:nth-child(7) input[type="checkbox"]:before {
  border-color: #e1d124;
}

.color_list li:nth-child(7) input[type="checkbox"]:checked:after {
  background: #e1d124;
}

.featured_post .media-left {
  padding-right: 20px;
}

.featured_post .media-left img {
  max-width: inherit;
}

.featured_post .media-body h2 {
  font: 500 14px/24px 'Poppins', sans-serif;
  color: #212121;
  margin-top: 10px;
}

.featured_post .media-body h2:hover {
  color: #fc414a;
}

.featured_post .media-body .price {
  font-size: 13px;
  line-height: 24px;
  color: #212121;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
}

.featured_post .media-body .price del {
  color: #919191;
}

.featured_post .media-body .price del:after {
  content: "-";
  display: inline-block;
  margin-left: 5px;
}

.s_subscribe_form {
  text-align: center;
  border: 2px solid #f2f2f2;
  padding-top: 38px;
}

.s_subscribe_form i {
  font-size: 20px;
  color: #ff5f6d;
  padding-bottom: 10px;
  display: inline-block;
}

.s_subscribe_form .widget-title {
  font-size: 14px;
  color: #212121;
  line-height: 30px;
  margin-bottom: 15px;
}

.s_subscribe_form .widget-title:before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 60px;
}

.s_subscribe_form p {
  font-size: 13px;
  line-height: 20px;
  text-transform: uppercase;
  color: #919191;
  padding-bottom: 35px;
  margin-bottom: 0px;
}

.s_subscribe_form .subcribes {
  display: block;
  position: relative;
  overflow: hidden;
}

.s_subscribe_form .subcribes .form-control {
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0px;
  background: #f9f9f9;
  width: 100%;
  font-size: 12px;
  color: #6b6b6b;
}

.s_subscribe_form .subcribes .form-control:placeholder {
  color: #6b6b6b;
}

.s_subscribe_form .subcribes .input-group-btn {
  position: absolute;
  right: 2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 60px;
  height: 42px;
  background: #ff5f6d;
  z-index: 2;
}

.s_subscribe_form .subcribes .btn-submit {
  margin: 0px;
  border-radius: 0px;
  line-height: 36px;
}

.s_subscribe_form .subcribes .btn-submit i {
  color: #fff;
}

.shop_menu_left {
  font-size: 14px;
  color: #919191;
  padding: 18px 0px 8px;
}

.shop_menu_right {
  padding: 18px 0px 8px;
}

.shop_menu_right .bootstrap-select {
  border: 0px;
  text-transform: uppercase;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: auto !important;
}

.shop_menu_right .bootstrap-select .btn-default {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0px;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  outline: none;
}

.shop_menu_right .bootstrap-select .btn-default:hover, .shop_menu_right .bootstrap-select .btn-default:focus {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  background: transparent;
  outline: none !important;
}

.shop_menu_right .bootstrap-select .btn-default .filter-option {
  color: #141414;
  font-size: 12px;
  font-weight: 400;
}

.shop_menu_right .bootstrap-select .btn-default .caret {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10px;
  height: 15px;
  border: 0px;
}

.shop_menu_right .bootstrap-select .btn-default .caret:before {
  content: "\33";
  font-family: 'ElegantIcons';
  display: inline-block;
  line-height: 15px;
  font-size: 16px;
  color: #ff5f6d;
}

.shop_menu_right .bootstrap-select.btn-group .dropdown-menu li a {
  color: #141414;
  font-size: 12px;
  font-weight: 400;
}

.pr_list {
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 25px;
  margin-top: 25px;
}

.pr_list .media-left {
  padding-right: 30px;
}

.pr_list .media-left img {
  max-width: inherit;
}

.pr_list .single_product_item .single_pr_details {
  text-align: left;
  padding: 0px;
}

.pr_list .single_product_item .single_pr_details p {
  padding-top: 33px;
  font-size: 14px;
  line-height: 28px;
  color: #8f8f8f;
  padding-bottom: 25px;
}

.pr_list .single_product_item .hover_content {
  position: relative;
  opacity: 1;
  left: 0;
  bottom: 0;
}

.pr_list .single_product_item .hover_content a {
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  display: inline-block;
}

.pr_list:last-child {
  padding-bottom: 0px;
  border: 0px;
}

.pr_slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.pr_slider .carousel-indicators {
  position: relative;
  left: 0;
  bottom: 0;
  width: calc(100% - 84%);
  margin: 0px;
  display: inline-block;
  vertical-align: top;
}

.pr_slider .carousel-indicators li {
  width: 100px;
  height: 142px;
  border: 1px solid #f4f4f4;
  text-indent: 0;
  border-radius: 0px;
  display: block;
  margin: 0px 0px 11px;
}

.pr_slider .carousel-indicators li.active {
  border-color: #f7b6c4;
}

.pr_slider .carousel-indicators li.active img {
  opacity: 0.50;
}

.pr_slider .carousel-inner {
  width: calc(100% - 17%);
  display: inline-block;
}

.product_details h1 {
  margin: 0px;
  font: 600 30px/30px 'Poppins', sans-serif;
  color: #141414;
}

.product_details .product_info .rating {
  display: inline-block;
}

.product_details .product_info .rating a {
  font-size: 12px;
  color: #bbbbbb;
}

.product_details .product_info .rating a:nth-child(1), .product_details .product_info .rating a:nth-child(2) {
  color: #ff5f6d;
}

.product_details .product_info .review {
  display: inline-block;
  padding-left: 25px;
}

.product_details .product_info .review a {
  font-size: 12px;
  line-height: 13px;
  color: #ff5f6d;
  text-transform: uppercase;
  display: inline-block;
}

.product_details .product_info .review a + a {
  color: #898989;
  border-left: 1px solid #898989;
  padding-left: 5px;
  margin-left: 2px;
}

.product_details .price {
  font-size: 30px;
  line-height: 50px;
  color: #ff5f6d;
  font-family: 'Poppins', sans-serif;
  padding: 12px 0px 20px;
}

.product_details .price del {
  font-size: 16px;
  color: #a6a6a6;
  padding-left: 25px;
}

.product_details p {
  font-size: 14px;
  line-height: 28px;
  color: #8f8f8f;
}

.product_details .cart_button {
  display: inline-block;
}

.product_details .cart_button .cart_btn {
  font: 400 14px 'Poppins', sans-serif;
  color: #fff;
  padding: 12px 24px;
  display: inline-block;
  height: 46px;
  text-transform: uppercase;
  background: #353535;
  border-radius: 45px;
  margin: 0px 3px;
}

.product_details .cart_button .cart_btn i {
  padding-right: 8px;
}

.product_details .cart_button .wish_list {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  font-size: 15px;
  line-height: 45px;
  color: #464646;
  text-align: center;
  background: #f2f2f2;
  display: inline-block;
}

.product_details .cart_button .cart_btn:hover, .product_details .cart_button .wish_list:hover {
  background: #ff5f6d;
  color: #fff;
}

.product_details .product_meta {
  list-style: none;
  padding-top: 5px;
  padding-left: 0px !important;
}

.product_details .product_meta li {
  font-size: 14px;
  line-height: 30px;
  color: #4c4c4c;
  font-weight: 500;
}

.product_details .product_meta li span {
  color: #ff5f6d;
  padding-left: 7px;
}

.product_details .product_meta li span a {
  color: #8f8f8f;
}

.product_details .product_meta li span a:hover {
  color: #ff5f6d;
}

.product_details .share-link label {
  font-size: 12px;
  color: #4c4c4c;
  text-transform: uppercase;
}

.product_details .share-link .social-icon {
  list-style: none;
  display: inline-block;
}

.product_details .share-link .social-icon li {
  display: inline-block;
}

.product_details .share-link .social-icon li a {
  font-size: 12px;
  color: #8f8f8f;
  padding: 0px 3px;
}

.product_details .share-link .social-icon li a:hover {
  color: #ff5f6d;
}

.quantity {
  display: inline-block;
  position: relative;
}

.quantity input[type="number"] {
  font-size: 14px;
  color: #5b5b5b;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  border: 1px solid #ededed;
  background: #fcfcfc;
  border-radius: 45px;
  line-height: 41px;
  width: 80px !important;
  text-align: center !important;
}

.quantity button {
  border: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  position: absolute;
  right: 10px;
}

.quantity button:hover {
  color: #ff5f6d;
}

.quantity button.ar_top {
  top: 6px;
}

.quantity button.ar_down {
  bottom: 6px;
}

.pr_description-tab .pr_tab {
  position: relative;
}

.pr_description-tab .pr_tab:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #e7e7e7;
  position: absolute;
  top: 50%;
}

.pr_description-tab .nav-tabs {
  text-align: center;
  max-width: 520px;
  margin: 0 auto;
  border: 1px solid #e7e7e7;
  background: #fff;
  position: relative;
}

.pr_description-tab .nav-tabs:before {
  content: "";
  width: 82%;
  height: 106%;
  position: absolute;
  top: -1px;
  left: 50%;
  background: #fff;
  display: block;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.pr_description-tab .nav-tabs li {
  float: none;
  display: inline-block;
  border: 0px;
  margin: 0px;
}

.pr_description-tab .nav-tabs li a {
  font-size: 14px;
  color: #4c4c4c;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0px;
  border: 0px;
  background: #fff;
  position: relative;
  padding: 10px 26px;
}

.pr_description-tab .nav-tabs li a:before {
  content: "";
  width: 1px;
  height: 14px;
  background: #e7e7e7;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}

.pr_description-tab .nav-tabs li:first-child a:before {
  display: none;
}

.pr_description-tab .nav-tabs li.active a, .pr_description-tab .nav-tabs li:hover a {
  border: 0px;
  color: #ff5f6d;
}

.review_tab .media .media-left {
  padding-right: 30px;
}

.review_tab .media .media-left img {
  max-width: inherit;
}

.review_tab .media .media-body h3 {
  font: 500 16px/28px 'Poppins', sans-serif;
  color: #141414;
  margin-top: 0px;
  display: inline-block;
}

.review_tab .media .media-body h3 span {
  font-size: 14px;
  color: #8f8f8f;
  font-weight: 400;
}

.review_tab .media .media-body h3 span:before {
  content: "/";
  display: inline-block;
  padding: 0px 10px;
}

.review_tab .media .media-body .rating {
  display: inline-block;
  float: right;
}

.review_tab .media .media-body .rating a {
  font-size: 12px;
  color: #ff5f6d;
}

.review_tab .media .media-body .rating a:nth-child(4), .review_tab .media .media-body .rating a:nth-child(5) {
  color: #bbbbbb;
}

.review_tab .media + .media {
  margin-top: 48px;
}

.p_font {
  font-size: 14px;
  line-height: 26px;
  color: #8f8f8f;
}

.des_title {
  font: 600 14px/28px 'Poppins', sans-serif;
  color: #141414;
  margin-top: 30px;
  margin-bottom: 15px;
}

.pr_features-list {
  list-style: none;
}

.pr_features-list li {
  font-size: 14px;
  line-height: 28px;
  color: #8f8f8f;
  position: relative;
  padding-left: 15px;
}

.pr_features-list li:before {
  content: "\45";
  font-family: 'ElegantIcons';
  position: absolute;
  font-size: 15px;
  color: #8f8f8f;
  left: 0;
}

.review_form {
  padding-left: 70px;
}

.review_form .form-submit .rating {
  font-size: 14px;
  color: #4c4c4c;
  font-weight: 500;
  display: inline-block;
  line-height: 48px;
}

.review_form .form-submit .rating span {
  padding-right: 10px;
}

.review_form .form-submit .rating a {
  font-size: 12px;
  color: #bbbbbb;
}

.review_form .form-submit .rating a:nth-child(2), .review_form .form-submit .rating a:nth-child(3) {
  color: #ff5f6d;
}

.review_form .form-submit .btn-md {
  float: right;
}

.ui-tooltip {
  background: #000;
  color: #fff;
  border: 0px;
  font-size: 12px;
  font-weight: 400;
}

.ui-tooltip:before {
  content: "";
  width: 10px;
  height: 10px;
  background: #000;
  position: absolute;
  top: -5px;
  left: 20px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cart_table .product .media .media-left {
  padding-right: 20px;
}

.cart_table .product .media .media-left img {
  max-width: 100px;
}

.cart_table .product .media .media-body {
  vertical-align: middle;
}

.cart_table .product .media .media-body h3 {
  font-size: 16px;
  line-height: 26px;
  color: #141414;
  margin: 0px;
}

.cart_table .product .media .media-body p {
  font-size: 14px;
  color: #898989;
}

.cart_table thead tr th {
  font-size: 14px;
  font-weight: 600;
  color: #141414;
  font-family: 'Poppins', sans-serif;
  padding-left: 0px;
  text-transform: uppercase;
  border-bottom: none;
}

.cart_table tbody tr td {
  vertical-align: middle;
  font-family: 'Poppins', sans-serif;
  padding: 30px 0px;
  border-top: 1px solid #e6e6e6;
}

.cart_table tbody tr td.total {
  font-size: 14px;
  font-weight: 600;
  color: #141414;
}

.cart_table tbody tr td.del-item i {
  width: 22px;
  height: 22px;
  text-align: center;
  line-height: 21px;
  background: #e9e9e9;
  border-radius: 50%;
  display: inline-block;
  padding-right: 2px;
}

.cart_table tbody tr td.del-item i:hover {
  background: #ff5f6d;
  color: #fff;
}

.woocommerce .woocommerce-cart-form .cupon_box {
  position: relative;
}

.woocommerce .woocommerce-cart-form .cupon_box input {
  font-size: 14px;
  line-height: 28px;
  color: #979797;
  width: 100%;
  height: 60px;
  border: 1px solid #e6e6e6;
  background: #fcfcfc;
  border-radius: 45px;
  position: relative;
  padding-left: 30px;
  box-shadow: none;
}

.woocommerce .woocommerce-cart-form .cupon_box input::-webkit-input-placeholder {
  color: #979797;
}

.woocommerce .woocommerce-cart-form .cupon_box input::-moz-placeholder {
  color: #979797;
}

.woocommerce .woocommerce-cart-form .cupon_box input::-ms-input-placeholder {
  color: #979797;
}

.woocommerce .woocommerce-cart-form .cupon_box input::-moz-placeholder {
  color: #979797;
}

.woocommerce .woocommerce-cart-form .cupon_box button {
  font-size: 13px;
  color: #fff;
  background: #777;
  border-radius: 45px;
  padding: 16px 37px;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  border: 0px;
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.woocommerce .woocommerce-cart-form .cupon_box button:hover {
  background: #ff5f6d;
}

.woocommerce .woocommerce-cart-form .cart_total_box {
  background: #f9f9f9;
  padding: 32px 30px 20px;
  margin-bottom: 0px;
}

.cart_total_box ul li {
  position: relative;
  border-top: 1px solid #e6e6e6;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  padding: 19px 0px;
  font-weight: 500;
  color: #4c4c4c;
}

.cart_total_box ul li.cart-total {
  font: 700 16px 'Poppins', sans-serif;
  color: #141414;
  text-transform: uppercase;
  border-top: 0px;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 7px;
}

.cart_total_box ul li span {
  float: right;
}

.cart_total_box ul li.shipping {
  padding-left: 80px;
  padding-top: 30px;
  padding-bottom: 20px;
}

.cart_total_box ul li.shipping span {
  float: left;
  position: absolute;
  left: 0;
  line-height: 20px;
}

.cart_total_box ul li.total span {
  font-size: 18px;
}

.cart_total_box ul li h6 {
  font-size: 15px;
  color: #141414;
  font-weight: 600;
  margin: 0px;
  line-height: 30px;
}

.cart_total_box ul li .note {
  font-size: 14px;
  line-height: 26px;
  color: #8f8f8f;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
}

.cart_total_box ul li.payment {
  padding-left: 25px;
  padding-top: 14px;
  padding-bottom: 14px;
}

.cart_total_box ul li.payment .radio-btn {
  position: absolute;
  left: 0;
}

.cart_total_box ul li.payment span {
  float: none;
  font-size: 12px;
  color: #ff5f6d;
  padding-top: 15px;
  display: block;
}

.cart_total_box ul li input[type="checkbox"] {
  position: relative;
  border: 0px;
  visibility: hidden;
  display: none;
}

.cart_total_box ul li input[type="checkbox"]:checked + label:after {
  opacity: 1;
}

.cart_total_box ul li input[type="checkbox"]:checked + label:before {
  border-color: red;
}

.cart_total_box ul li .l_text {
  font-size: 12px;
  color: #8f8f8f;
}

.cart_total_box ul li .l_text a {
  color: #ff5f6d;
}

.cart_total_box ul .radio-btn {
  line-height: 20px;
}

.cart_total_box ul .radio-btn label {
  color: #8f8f8f;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  padding-left: 20px;
}

.cart_total_box ul .radio-btn label:before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  border: 1px solid #8f8f8f;
  top: 5px;
  left: 0;
  border-radius: 50%;
}

.cart_total_box ul .radio-btn label:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 7px;
  left: 2px;
  border-radius: 50%;
  background: #ff5f6d;
  opacity: 0;
}

a.checkout-button.button.alt.wc-forward,
.cart_total_box .proceed_to_checkout .thm-btn {
  font-size: 13px;
  width: 100%;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  border: 0px;
  background: #353535;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 21px 0px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  font-weight: 500;
  text-align: center;
  border-radius: 45px;
}

a.checkout-button.button.alt.wc-forward,
.cart_total_box .proceed_to_checkout .thm-btn:hover {
  background: #ff5f6d;
  border-radius: 45px;
}

.cart_total_box .proceed_to_checkout .thm-btn + .thm-btn-two {
  margin-top: 6px;
  letter-spacing: 0px;
}

.cart_total_box .proceed_to_checkout .thm-btn.thm-btn-two {
  background: #ff5f6d;
  letter-spacing: 3px;
}

/*============ checkout_content css =============*/
.checkout_content {
  padding-right: 40px;
}

.checkout_content .checkout_title {
  font: 600 14px/30px 'Poppins', sans-serif;
  color: #141414;
  text-transform: uppercase;
  border-bottom: 2px solid #e6e6e6;
  padding-bottom: 5px;
}

.checkout_content label {
  font: 600 14px 'Open Sans', sans-serif;
  color: #141414;
  display: block;
}

.checkout_content input[type="text"],
.checkout_content input[type="password"] {
  font: 400 14px/28px 'Poppins', sans-serif;
  color: #979797;
  height: 60px;
  width: 100%;
  background: #fcfcfc;
  border: 1px solid #f0f0f0;
  border-radius: 45px;
  padding: 0px 30px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  margin-bottom: 20px;
}

.checkout_content input[type="text"]::-webkit-input-placeholder {
  color: #979797;
}

.checkout_content input[type="text"]::-moz-placeholder {
  color: #979797;
}

.checkout_content input[type="text"]::-ms-input-placeholder {
  color: #979797;
}

.checkout_content input[type="text"]::-moz-placeholder {
  color: #979797;
}

.checkout_content input[type="text"]:focus {
  border-color: #fdc9ce;
  background-color: white;
  -webkit-box-shadow: 0px 4px 30px 0px rgba(0, 21, 46, 0.14);
  box-shadow: 0px 4px 30px 0px rgba(0, 21, 46, 0.14);
}

.checkout_content .bootstrap-select {
  width: 100% !important;
  display: block;
}

.checkout_content .bootstrap-select .btn-default {
  width: 100%;
  background: #fcfcfc;
  border: 1px solid #f0f0f0;
  border-radius: 45px;
  height: 60px;
  padding: 0px 30px;
  color: #5b5b5b;
  font: 400 14px 'Open Sans', sans-serif;
  text-transform: capitalize;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 20px;
}

.checkout_content .bootstrap-select .btn-default:hover, .checkout_content .bootstrap-select .btn-default:focus {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  outline: none !important;
  background: #fcfcfc !important;
  border: 1px solid #f0f0f0;
}

.checkout_content .bootstrap-select .btn-default .caret {
  right: 30px;
}

.checkout_content input[type="checkbox"]:checked + .l_text:after {
  opacity: 1;
}

textarea#order_comments {
  height: 180px;
  background: #fcfcfc;
  border: 1px solid #f0f0f0;
  border-radius: 20px;
  width: 100%;
  font-size: 13px;
  color: #bcbcbc;
  padding: 20px 30px;
}

textarea#order_comments::-webkit-input-placeholder {
  color: #bcbcbc;
}

textarea#order_comments::-moz-placeholder {
  color: #bcbcbc;
}

textarea#order_comments::-ms-input-placeholder {
  color: #bcbcbc;
}

textarea#order_comments::-moz-placeholder {
  color: #bcbcbc;
}

.l_text {
  position: relative;
  padding-left: 25px;
  font-size: 13px;
}

.l_text:before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  border: 1px solid #a6a6a6;
  top: 5px;
  left: 0;
  border-radius: 2px;
  background-color: white;
}

.l_text:after {
  content: "";
  display: block;
  width: 5px;
  height: 7px;
  border: solid #ff5f6d;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 5px;
  left: 3px;
  opacity: 0;
}

.return_customer {
  font: 400 14px/32px 'Poppins', sans-serif;
  color: #141414;
  padding-bottom: 20px;
  position: relative;
  padding-left: 56px;
}

.return_customer i {
  width: 40px;
  height: 40px;
  border: 1px solid #e6e6e6;
  background: #fcfcfc;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  line-height: 38px;
  color: #535353;
  margin-right: 15px;
  position: absolute;
  left: 0;
}

.return_customer a {
  color: #ff5f6d;
}

.cart_btn {
  font: 600 12px/36px 'Poppins', sans-serif;
  background: #353535;
  padding: 2px 33px;
  border-radius: 45px;
  color: #fff;
  margin-right: 28px;
  display: inline-block;
}

.cart_btn:hover {
  background: #ff5f6d;
  color: #fff;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
.search_box_area {
  background: #f9f9f9;
}

.search_box p {
  color: #8f8f8f;
  padding-bottom: 10px;
}

.search_box .search-form .form-control {
  background-color: white;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
  border: 0px;
  font-size: 16px;
  color: #555555;
  height: 70px;
}

.search_btn {
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  background: #ff5f6d;
  padding: 21px 53px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 45px;
  right: 5px;
  color: #fff;
  font-weight: 600;
}

.search_btn:hover, .search_btn:focus {
  color: #fff;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.search_left h3 {
  color: #8f8f8f;
}

.search_item {
  margin-bottom: 55px;
}

.search_item:last-child {
  margin-bottom: 0px;
}

.search_item .number {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #f2f2f2;
  background: #f9f9f9;
  font-size: 16px;
  line-height: 48px;
  color: #777777;
  text-align: center;
  margin-right: 10px;
}

.search_item .search_meta li {
  display: inline-block;
  font-size: 14px;
  line-height: 15px;
  color: #a9a9a9;
  border-left: 1px solid #a9a9a9;
  padding: 0px 10px;
}

.search_item .search_meta li a {
  color: #a9a9a9;
}

.search_item .search_meta li a:hover {
  color: #ff5f6d;
}

.search_item .search_meta li:first-child {
  padding-left: 0px;
  border: 0px;
}

.search_item h3 {
  color: #141414;
  margin-top: 0px;
}

.search_item h3:hover {
  color: #ff5f6d;
}

.search_item p {
  font-size: 14px;
  line-height: 24px;
  color: #8f8f8f;
  margin-bottom: 0px;
  padding-top: 8px;
}

.sidebar_widget .s_widget_title {
  font-size: 14px;
  line-height: 30px;
  text-transform: uppercase;
  padding-bottom: 0px;
  margin-bottom: 7px;
}

.sidebar_widget .s_widget_title:before {
  display: none;
}

.search_sidebar_widget .widget_archive ul li, .search_sidebar_widget .widget_categories ul li, .search_sidebar_widget .widget_archive ul li {
  font-size: 14px;
  line-height: 24px;
}

.search_sidebar_widget .widget_archive ul li a, .search_sidebar_widget .widget_categories ul li a, .search_sidebar_widget .widget_archive ul li a {
  color: #8f8f8f;
}

.search_sidebar_widget .widget_archive ul li a:hover, .search_sidebar_widget .widget_categories ul li a:hover, .search_sidebar_widget .widget_archive ul li a:hover {
  color: #ff5f6d;
}

.search_sidebar_widget .widget_archive ul li + li, .search_sidebar_widget .widget_categories ul li + li, .search_sidebar_widget .widget_archive ul li + li {
  margin-top: 0px;
}

.search_sidebar_widget .widget {
  margin-bottom: 18px;
}

.search_sidebar_widget .widget:last-child {
  margin-bottom: 0px;
}

.search_sidebar_widget .widget_archive ul {
  margin-bottom: 0px;
}

/*=========== error page css ============*/
.error_area {
  height: calc(100vh - 86px);
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.error_contain h2 {
  font-size: 30px;
  font-weight: 700;
}

.error_contain p {
  font-size: 18px;
  color: #777777;
}

.b_text {
  position: relative;
  z-index: 1;
}

.b_text img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}

.b_text h1 {
  font-size: 300px;
  line-height: 300px;
  text-shadow: 0px 30px 60px rgba(0, 21, 46, 0.2);
  font-weight: 700;
  color: #fff;
  margin-top: 0px;
}

.btn.back_btn {
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  background-color: #ff5f6d;
  -webkit-box-shadow: 0px 10px 40px 0px rgba(0, 21, 46, 0.16);
  box-shadow: 0px 10px 40px 0px rgba(0, 21, 46, 0.16);
  padding: 17px 31px;
}

.btn.back_btn i {
  font-size: 24px;
  line-height: 24px;
  vertical-align: middle;
}

/*========== coming_soon_area css =========*/
.coming_soon_area {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}

.coming_soon_area .parallax-overlay img {
  width: 100%;
  height: 100%;
}

.coming_soon_area .parallax-overlay:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.7;
  z-index: 0;
  position: absolute;
}

.coming_soon_content {
  color: #fff;
}

.coming_soon_content h1 {
  font-size: 90px;
  text-transform: uppercase;
  color: #fff;
  margin: 0px;
}

.coming_soon_content h3 {
  color: #fff;
  font-weight: 400;
  margin: 0px;
}

.coming_soon_content .clock {
  margin: 100px 0px;
}

.coming_soon_content .timer {
  display: inline-block;
}

.coming_soon_content .timer span {
  font-family: 'Open Sans', sans-serif;
  font-size: 70px;
  font-weight: 600;
  line-height: 58px;
  font-style: italic;
}

.coming_soon_content .timer .smalltext {
  font-size: 14px;
  line-height: 20px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}

.coming_soon_content .timer + .timer {
  margin-left: 130px;
}

.coming_soon_content h5 {
  color: #fff;
  font-size: 14px;
  letter-spacing: 4px;
  text-transform: uppercase;
  padding-bottom: 20px;
}

.c_subscribe {
  max-width: 770px;
  margin: 0 auto;
  position: relative;
}

.c_subscribe .input_fill {
  position: relative;
  display: block;
  z-index: 1;
}

.c_subscribe .input_fill:before {
  content: "\e010";
  position: absolute;
  left: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 20px;
  color: #fff;
  font-family: 'ElegantIcons';
  z-index: 1;
}

.c_subscribe .form-control {
  position: relative;
  height: 80px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  background-color: rgba(0, 0, 0, 0.502);
  color: #fff;
  z-index: 0;
  padding-left: 65px;
}

.c_subscribe .search-submit {
  padding: 23px 43px;
  right: 8px;
  z-index: 1;
}

.c_footer a {
  color: #fff;
}

.c_footer a:hover {
  color: #ff5f6d;
}

.c_footer ul li {
  display: inline-block;
}

.c_footer ul li a {
  font-size: 14px;
  padding: 0px 6px;
}

.c_footer p {
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
}

.c_footer p a {
  color: #ff5f6d;
}

/*================== new portfolio_details_ area css ============================*/
.portfolio_details_content {
  padding: 0px 100px;
}

.portfolio_details_content h2 {
  font-size: 24px;
  font-weight: 600;
}

.portfolio_details_content p {
  font-size: 15px;
  line-height: 28px;
  color: #878787;
}

.portfolio_category {
  overflow: hidden;
  padding-top: 37px;
}

.portfolio_category .category_item {
  width: calc(82% / 4);
  float: left;
  font-family: 'Open Sans', sans-serif;
}

.portfolio_category h6 {
  margin: 0px;
  font-size: 14px;
  font-weight: 400;
  color: #878787;
  text-transform: uppercase;
  padding-bottom: 4px;
}

.portfolio_category p {
  margin: 0px;
  font-size: 16px;
  line-height: 28px;
  color: #141414;
}

.portfolio_category ul {
  list-style: none;
}

.portfolio_category ul li {
  display: inline-block;
  padding-right: 12px;
}

.portfolio_category ul li a {
  font-size: 14px;
  line-height: 28px;
  color: #878787;
}

.portfolio_category ul li a:hover {
  color: #ff5f6d;
}

.por_pagination_btn {
  font-size: 15px;
  line-height: 28px;
  color: #878787;
  text-transform: uppercase;
  display: inline-block;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.por_pagination_btn span {
  border-bottom: 1px solid transparent;
}

.por_pagination_btn i {
  vertical-align: middle;
  font-size: 20px;
}

.por_pagination_btn.prev i {
  padding-right: 7px;
}

.por_pagination_btn.next i {
  padding-left: 7px;
}

.por_pagination_btn:hover {
  color: #ff5f6d;
}

.por_pagination_btn:hover span {
  border-color: #ff5f6d;
}

/*================== new cart page area css ============================*/

.checkout_content .login_form input[type="text"],
.checkout_content .login_form input[type="password"] {
  width: 185px;
  border-radius: 45px !important;
  margin-right: 20px;
  margin-bottom: 0px;
}

.checkout_content .coupon_form input {
  margin-right: 0;
}

.checkout_content .login_form .btn-default {
  padding: 20px 33px;
  background: #141414;
  font-size: 13px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  border-radius: 45px;
  letter-spacing: 3px;
  color: #fff;
  height: 60px;
}

.checkout_content .login_form .btn-default:hover {
  background: #ff5f6d;
}

.checkout_content .coupon_form {
  position: relative;
}

.checkout_content .coupon_form input[type="text"] {
  width: 100% !important;
  z-index: 0;
}

.checkout_content .coupon_form .btn-default {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  margin-bottom: 0px;
}
.woocommerce-product-gallery{
  margin-bottom: 0px !important;
}
.woocommerce div.product div.images .flex-control-thumbs{
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  width: 104%;
}

.woocommerce div.product div.images .flex-control-thumbs li{
  float: none;
  padding: 15px 10px 0px;
}
.woocommerce div.product div.images .flex-control-thumbs li img{
  width: 100%;
}

.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
  color: #fff;
}

.tinv-wishlist .tinv-header h2 {
  display: none;
}

.tinv-wishlist table.tinvwl-table-manage-list tr:first-child th {
  border-top: none;
}

.tinv-wishlist table.tinvwl-table-manage-list tr th {
  font-size: 14px;
  font-weight: 600;
  color: #141414;
  font-family: 'Poppins', sans-serif;
  padding-left: 0px;
  text-transform: uppercase;
  border-bottom: none;
}

.white-bg .woocommerce #respond input#submit,
.white-bg .woocommerce a.button,
.white-bg .woocommerce button.button,
.white-bg .woocommerce input.button {
  border-radius: 45px;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  box-shadow: none;
}

.woocommerce form .form-row.woocommerce-invalid label {
  color: #141414;
}

.woocommerce form .woocommerce-additional-fields h3 {
  display: none;
}

.navbar #menu_id .navbar-nav li.mega-menu {
  position: static;
}

.navbar #menu_id .navbar-nav li.mega-menu > .dropdown-menu {
  max-width: -moz-max-content;
  max-width: -webkit-max-content;
}

.navbar #menu_id .navbar-nav li.mega-menu > .dropdown-menu {
  min-width: 200px;
  list-style: none;
  padding: 30px 0;
  position: absolute;
  background: #fff;
  display: flex !important;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  left: auto;
  top: 100%;
  transition: all 300ms linear 0s;
  z-index: 0;
}

.navbar #menu_id .navbar-nav li:hover > .dropdown-menu,
.navbar #menu_id .navbar-nav li:focus > .dropdown-menu {
  transform: rotateX(0);
  z-index: 9999;
  display: block;
  visibility: visible;
}

.navbar #menu_id .navbar-nav li.mega-menu > .dropdown-menu > li {
  float: left;
  padding: 0 40px;
  display: block;
  text-align: left;
  border-left: 1px solid #e5e8f0
}

.navbar #menu_id .navbar-nav li.mega-menu > .dropdown-menu > li:first-child {
  border-left: none;
}

.navbar #menu_id .navbar-nav li > .dropdown-menu {
  list-style: none;
}

.navbar #menu_id .navbar-nav li > .dropdown-menu li {
  position: relative;
}

.navbar #menu_id .navbar-nav li.mega-menu > .dropdown-menu li a {
  text-transform: capitalize;
  line-height: 25px;
  white-space: nowrap;
  color: #193741;
}

.navbar #menu_id .navbar-nav li.mega-menu > .dropdown-menu > li > a {
  font: 500 16px 'Poppins', sans-serif;
  display: block;
  margin-bottom: 15px;
}

.navbar #menu_id .navbar-nav li.mega-menu > .dropdown-menu > li > .dropdown-menu,
.navbar #menu_id .navbar-nav li.mega-menu > .dropdown-menu > li > .dropdown-menu.nav {
  min-width: 150px;
  position: relative;
  transform: none;
  left: 0;
  background: none;
  box-shadow: none;
  padding: 0;
}

.navbar #menu_id .navbar-nav li.mega-menu > .dropdown-menu > li > .dropdown-menu li a:before ,
.navbar #menu_id .navbar-nav li.mega-menu > .dropdown-menu > li > .dropdown-menu.nav li a:before {
  content: "";
  width: 0;
  height: 1px;
  left: 0;
  bottom: 0;
  background: #fff;
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.navbar #menu_id .navbar-nav li.mega-menu > .dropdown-menu > li > .dropdown-menu li:hover a ,
.navbar #menu_id .navbar-nav li.mega-menu > .dropdown-menu > li > .dropdown-menu.nav li:hover a  {
  color: #ff5f6d;
}

.navbar #menu_id .navbar-nav li.mega-menu > .dropdown-menu > li > .dropdown-menu li:hover a:before ,
.navbar #menu_id .navbar-nav li.mega-menu > .dropdown-menu > li > .dropdown-menu.nav li:hover a:before {
  width: 100%;
  opacity: 1;
  background: #ff5f6d;
}

.navbar #menu_id .navbar-nav li > .dropdown-menu li > .dropdown-menu,
.navbar #menu_id .navbar-nav li > .dropdown-menu li > .dropdown-menu.nav {
  top: 0;
  left: 100%;
  transform: rotateY(-90deg);
  transform-origin: left;
}

.navbar #menu_id .navbar-nav li.mega-menu:hover > .dropdown-menu li > .dropdown-menu,
.navbar #menu_id .navbar-nav li.mega-menu:focus > .dropdown-menu li > .dropdown-menu.nav {
  transform: rotateY(0);
  display: block;
  visibility: visible;
  opacity: 1;
}

.navbar #menu_id .navbar-nav li.mega-menu > .dropdown-menu > li > .dropdown-menu li,
.navbar #menu_id .navbar-nav li.mega-menu > .dropdown-menu > li > .dropdown-menu.nav li {
  padding: 5px 0px;
}

.navbar #menu_id .navbar-nav li:hover > .dropdown-menu li:hover > .dropdown-menu,
.navbar #menu_id .navbar-nav li:hover > .dropdown-menu li:hover + .dropdown-menu.nav,
.navbar #menu_id .navbar-nav li:hover > .dropdown-menu li:focus > .dropdown-menu,
.navbar #menu_id .navbar-nav li:hover > .dropdown-menu li:focus + .dropdown-menu.nav,
.navbar #menu_id .navbar-nav li:focus > .dropdown-menu li:hover > .dropdown-menu,
.navbar #menu_id .navbar-nav li:focus > .dropdown-menu li:hover + .dropdown-menu.nav,
.navbar #menu_id .navbar-nav li:focus > .dropdown-menu li:focus > .dropdown-menu,
.navbar #menu_id .navbar-nav li:focus > .dropdown-menu li:focus + .dropdown-menu.nav {
  transform: rotateY(0);
}



@media (max-width: 767px) {
  .navbar #menu_id .navbar-nav li:hover > .dropdown-menu,
  .navbar #menu_id .navbar-nav li:focus > .dropdown-menu {
    display: none;
  }

  .navbar #menu_id .navbar-nav li.open > .dropdown-menu,
  .navbar #menu_id .navbar-nav li.open > .dropdown-menu {
    display: block;
  }

  .navbar #menu_id .navbar-nav li.mega-menu > .dropdown-menu {
    display: none !important;
  }

  .navbar #menu_id .navbar-nav li.mega-menu.open > .dropdown-menu {
    display: block !important;
    z-index: 999;
    position: initial;
    box-shadow: none;
  }

  .navbar #menu_id .navbar-nav li.mega-menu.open {
    position: relative;
  }

  .navbar #menu_id .navbar-nav li.mega-menu.open > .dropdown-menu li {
    width: 50%;
    float: none;
    border: none;
    padding: 0 20px;
  }

  .navbar #menu_id .navbar-nav li.mega-menu.open > .dropdown-menu li .dropdown-menu {
    margin-bottom: 20px;
    display: block !important;
  }

}

.woocommerce td.product-name dl.variation dt {
  line-height: 28px;
}

.navbar .attr-nav ul li.dropdown.cart-menu .cart-single-item .cart-content .variation,
.cart_table .product .media .media-body .variation {
  margin-bottom: 0;
}

.navbar .attr-nav ul li.dropdown.cart-menu .cart-single-item .cart-content .variation .variation-Size,
.cart_table .product .media .media-body .variation .variation-Size {
  display: inline-block;
}

.new_btn {
  border: 1px solid #ff5f6d;
  color: #ff5f6d;
  display: inline-block;
}

.new_btn:hover {
  background: #ff5f6d;
  color: #fff !important;
}

.intro_img_three img {
  border: 15px solid #fff;
  -webkit-box-shadow: 0px 11px 29px 0px rgba(52, 54, 57, 0.1);
  box-shadow: 0px 11px 29px 0px rgba(52, 54, 57, 0.1);
}

.new-heading-style-two {
  padding-left: 55px;
}

.new-heading-style-two:after {
  display: none;
}

.new-heading-style-two ul li {
  font: 500 15px/36px 'Poppins', sans-serif;
  color: #575656;
  position: relative;
  padding-left: 35px;
}

.new-heading-style-two ul li i {
  color: #778190;
  font-size: 14px;
  position: absolute;
  left: 0;
  top: 10px;
}

.new-heading-style-two .new_btn {
  padding: 15px 25px;
  font-size: 14px;
}

.d_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.d_flex .align-items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.portfolio_new .cbp-item.with-spacing {
  padding: 15px;
}

.portfolio_new .portfolio {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.portfolio_new .portfolio img {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  width: 100%;
}

.portfolio_new .portfolio:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.portfolio_new .portfolio_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  background: white;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  max-width: 116px;
  padding: 15px 0px;
  text-align: center;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  font-size: 14px;
  letter-spacing: 0px;
  font-weight: 500;
}

.portfolio_new .portfolio_btn:hover {
  color: #ff5f6d;
}

.promotion_area {
  padding: 160px 0px;
  background-size: cover;
  background-position: center;
}

.promotion_area .new_btn {
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: 500;
  border: 2px solid #ff5f6d;
  padding: 16px 19px;
}

.pr_collection_item .media-left img {
  max-width: inherit;
}

.new_overlay_color {
  background: rgba(255, 95, 109, 0.07);
}

.s_first {
  top: 0;
  left: 0;
}

.s_two {
  top: 350px;
  left: 140px;
}

@media (max-width: 767px) {
  .s_two {
    left: 20px;
  }
}

.s_three {
  top: 0;
  right: 0;
}

.s_four {
  top: 350px;
  right: 70px;
}

@media (max-width: 767px) {
  .s_four {
    right: 20px;
  }
}

/** Hero Section Three**/
.slider_five .new_hero_text h5 {
  margin-top: 0px;
}

.slider_five .new_hero_text .f_65 {
  font-size: 65px;
}

.slider_five .default-slider .slick-dots {
  width: 100%;
  right: 0;
  text-align: center;
}

.slider_five .default-slider .slick-dots li.slick-active button {
  background: #ff5f6d;
}

.default_sliders {
  position: relative;
}

.default_sliders .img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.default_sliders .img .img_one {
  left: 0;
  position: absolute;
  top: 0;
}

.default_sliders .img .img_two {
  right: 0;
  position: absolute;
  bottom: 0;
}

.default_sliders .hero-text p {
  display: block;
  float: none;
}

.default_sliders .hero-text .new_btn {
  font-size: 14px;
  text-transform: uppercase;
}


/*============= new blog bg css =============*/
.new_blog_bg {
  background: #fbfbfb;
}

.call_action_area {
  position: relative;
  overflow: hidden;
}

@media (max-width: 1199px) {
  .call_action_area {
    text-align: center;
  }
}

.call_action_area .img {
  position: absolute;
  top: 0;
  height: 200%;
  bottom: 0;
  z-index: -1;
}

.call_action_area .img:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
}

.call_action_area .d-flex {
  display: block;
}

@media (min-width: 1199px) {
  .call_action_area .d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-around;
  }
}

.call_action_area h3 {
  font-size: 24px;
  color: #fff;
  padding-right: 40px;
}

@media (max-width: 1199px) {
  .call_action_area h3 {
    margin-bottom: 30px;
    padding-left: 0px;
  }
}

.solid_color {
  background: #ff5f6d;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
}

.solid_color:hover {
  background: transparent !important;
  color: #ff5f6d;
}
