/*

------------------- Table of content --------------------------------

---------------------- common content -----------------------


*/
/*=================================================
    body reset content
==============================================================*/
:root {
  font-size: 17px;
}

body {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 1.8235294118;
  color: #666666;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

iframe {
  border: none;
}

a,
b,
div,
ul,
li {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  -moz-outline-: none;
}

a:focus,
a:active,
input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active {
  -moz-outline: none;
  outline: none;
}

img:not([draggable]),
embed,
object,
video {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  outline: 0;
}

p,
a,
h1,
h2,
h3,
h4,
h5,
h6,
div,
span {
  overflow-wrap: break-word;
}

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

img {
  border: none;
  max-width: 100%;
}

.clear-both:before,
.clear-both:after {
  display: table;
  content: "";
  clear: both;
}

button:focus {
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', sans-serif;
}

h1 {
  font-size: 36px;
  line-height: 36px;
  font-weight: 700;
}

h2 {
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 700;
}

h4 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
}

h5 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}

h6 {
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
}

/*=================================================
          header
      ==============================================================*/
.nav-alignment-flex-start,
.nav-alignment-dynamic {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.nav-tools > li {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  padding-left: 30px;
  margin-left: 30px;
  position: relative;
}

.nav-tools > li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -1px;
  height: 16px;
  width: 1px;
  background-color: #e7e7e7;
  margin-top: -8px;
}

.nav-tools > li > a {
  color: #2b353f;
  display: block;
  position: relative;
  font-size: 0.8235294118rem;
}

.nav-tools.modern-style > li {
  margin-left: 0;
  padding-left: 0;
  margin-right: -4px;
}

.nav-tools.modern-style > li:before {
  display: none;
}

.nav-tools.modern-style > li > a {
  min-height: 100px;
  min-width: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.nav-tools.modern-style .xs-modal-popup {
  background-color: #f3f3f5;
}

.nav-tools.modern-style .navSidebar-button {
  background-color: #fedfe4;
}

.nav-tools.modern-style .toggle-icon > svg > path {
  fill: #4d4e4e;
}

/* toggle icon */
.toggle-icon {
  display: inline-block;
  padding: 5px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.toggle-icon:hover {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.toggle-icon > span {
  display: block;
  width: 3px;
  height: 3px;
  background-color: #555555;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.toggle-icon > span:not(:last-child) {
  margin-bottom: 5px;
}

.nav-tools-area > ul {
  display: inline-block;
}

.elementskit-menu-container {
  z-index: 10000;
}

.elementskit-navbar-nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.elementskit-navbar-nav li {
  position: relative;
}

.elementskit-navbar-nav li a {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
}

.elementskit-navbar-nav li a:hover {
  text-decoration: none;
}

.elementskit-navbar-nav li.elementskit-megamenu-has {
  position: static;
}

.elementskit-navbar-nav > li > a {
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  text-transform: none;
  font-weight: 500;
  letter-spacing: normal;
}

.elementskit-dropdown {
  background: #ffffff;
  -webkit-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  border-top-right-radius: 0px;
  -webkit-border-top-left-radius: 0px;
  border-top-left-radius: 0px;
  padding-left: 0;
  list-style: none;
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  -o-transition: transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
}

.elementskit-dropdown > li > .elementskit-dropdown {
  left: 100%;
  top: 0;
}

.elementskit-dropdown > li > .elementskit-dropdown.open-fromleft {
  left: auto;
  right: 100%;
}

.elementskit-submenu-panel > li > a {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 40px;
  padding-right: 40px;
  color: #000000;
  font-weight: 500;
  font-size: 14px;
}

.header .nav-tools > li > a,
.header .elementskit-navbar-nav > li > a,
.header .social-list > li > a,
.header .toggle-icon > span {
  color: #000000;
}

.header .elementskit-navbar-nav li:hover > a,
.header .elementskit-navbar-nav > li > a:hover .page-link:hover {
  background: #f4f4f4;
}

.page-link:hover {
  color: #000000;
}

.elementskit-megamenu-panel {
  width: 100%;
  background: whitesmoke;
  background: -webkit-gradient(linear, left top, right top, from(whitesmoke), to(whitesmoke));
  background: -webkit-linear-gradient(left, whitesmoke 0%, whitesmoke 100%);
  background: -o-linear-gradient(left, whitesmoke 0%, whitesmoke 100%);
  background: linear-gradient(90deg, whitesmoke 0%, whitesmoke 100%);
  border-top: 1px solid #d8d4d4;
  border-left: 1px solid #d8d4d4;
  border-right: 1px solid #d8d4d4;
  border-bottom: 1px solid #d8d4d4;
  -webkit-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  border-top-right-radius: 0px;
  -webkit-border-top-left-radius: 0px;
  border-top-left-radius: 0px;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2);
}

.elementskit-overlay {
  display: none;
}

.elementskit-nav-identity-panel {
  display: none;
}

.elementskit-menu-hamburger {
  border: 1px solid rgba(0, 0, 0, 0.2);
  float: right;
}

.elementskit-menu-hamburger .elementskit-menu-hamburger-icon {
  background-color: rgba(0, 0, 0, 0.5);
}

.elementskit-menu-hamburger,
.elementskit-menu-close {
  display: none;
  padding: 8px;
  background-color: transparent;
  -webkit-border-radius: 0.25rem;
  border-radius: 0.25rem;
  position: relative;
  z-index: 10;
  cursor: pointer;
  width: 45px;
}

.elementskit-menu-hamburger .elementskit-menu-hamburger-icon,
.elementskit-menu-close .elementskit-menu-hamburger-icon {
  height: 1px;
  width: 100%;
  display: block;
  margin-bottom: 4px;
}

.elementskit-menu-hamburger .elementskit-menu-hamburger-icon:last-child,
.elementskit-menu-close .elementskit-menu-hamburger-icon:last-child {
  margin-bottom: 0;
}

.elementskit-menu-close {
  border: 1px solid rgba(0, 0, 0, 0.5);
  color: rgba(51, 51, 51, 0.5);
  float: right;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
}

.menu-item-has-children > a {
  position: relative;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.menu-item-has-children > a::after {
  content: "";
  margin-left: 6px;
  height: 6px;
  width: 6px;
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: transparent #000000 #000000 transparent;
  display: inline-block;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.elementskit-submenu-panel .menu-item-has-children:hover > a::after {
  border-color: transparent #0d3a4f #0d3a4f transparent;
}

.elementskit-submenu-panel .menu-item-has-children > a:hover::after {
  border-color: transparent #0d3a4f #0d3a4f transparent;
}

.custom-logo-link > img {
  max-width: 160px;
}

@media (min-width: 992px) {
  .elementskit-dropdown .menu-item-has-children > a::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .elementskit-menu-container {
    background: rgba(255, 255, 255, 0);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
    -webkit-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    border-top-right-radius: 0px;
    -webkit-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
    position: relative;
  }
  .elementskit-dropdown {
    min-width: 250px;
  }
  .elementskit-navbar-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100px;
  }
  .elementskit-navbar-nav > li > a {
    font-size: 15px;
    color: #000000;
    padding-left: 15px;
    padding-right: 15px;
  }
  .elementskit-dropdown {
    -webkit-box-shadow: 0px 10px 30px 0px rgba(45, 45, 45, 0.2);
    box-shadow: 0px 10px 30px 0px rgba(45, 45, 45, 0.2);
    position: absolute;
    top: 100%;
    left: 0px;
  }
  .menu-item-has-children > .elementskit-dropdown {
    display: none;
    -webkit-animation: hide-animation .3s ease both;
    animation: hide-animation .3s ease both;
  }
  .menu-item-has-children:hover > .elementskit-dropdown {
    display: block;
    -webkit-animation: show-animation .3s ease both;
    animation: show-animation .3s ease both;
  }
}

@media (max-width: 991px) {
  .elementskit-menu-container {
    background: #f7f7f7;
    background: -webkit-gradient(linear, left bottom, left top, from(#f7f7f7), to(#f7f7f7));
    background: -webkit-linear-gradient(bottom, #f7f7f7 0%, #f7f7f7 100%);
    background: -o-linear-gradient(bottom, #f7f7f7 0%, #f7f7f7 100%);
    background: linear-gradient(0deg, #f7f7f7 0%, #f7f7f7 100%);
    max-width: 350px;
    width: 100%;
    position: fixed;
    top: 0;
    left: -450px;
    height: 100%;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(255, 165, 0, 0);
    box-shadow: 0px 10px 30px 0px rgba(255, 165, 0, 0);
    overflow-y: auto;
    overflow-x: hidden;
    padding-top: 10px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 10px;
    -webkit-transition: left 600ms cubic-bezier(0.6, 0.1, 0.68, 0.53) 0ms;
    -o-transition: left 600ms cubic-bezier(0.6, 0.1, 0.68, 0.53) 0ms;
    transition: left 600ms cubic-bezier(0.6, 0.1, 0.68, 0.53) 0ms;
  }
  .elementskit-menu-container.active {
    left: 0;
  }
  .no-scroller {
    overflow: hidden;
  }
  .elementskit-menu-overlay {
    display: block;
    position: fixed;
    z-index: 5;
    top: 0;
    left: -110%;
    height: 100%;
    width: 100%;
    background-color: rgba(51, 51, 51, 0.5);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 600ms cubic-bezier(0.6, 0.1, 0.68, 0.53) 400ms;
    -o-transition: all 600ms cubic-bezier(0.6, 0.1, 0.68, 0.53) 400ms;
    transition: all 600ms cubic-bezier(0.6, 0.1, 0.68, 0.53) 400ms;
  }
  .elementskit-menu-overlay.active {
    left: 0%;
    -webkit-transition: all 600ms cubic-bezier(0.22, 0.61, 0.24, 1) 0ms;
    -o-transition: all 600ms cubic-bezier(0.22, 0.61, 0.24, 1) 0ms;
    transition: all 600ms cubic-bezier(0.22, 0.61, 0.24, 1) 0ms;
  }
  .elementskit-menu-hamburger,
  .elementskit-menu-close {
    display: block;
  }
  .elementskit-nav-identity-panel {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
  }
  .elementskit-nav-identity-panel::after {
    display: table;
    clear: both;
    content: "";
  }
  .elementskit-nav-identity-panel > .elementskit-site-title {
    float: left;
    margin: 0px;
    width: 50%;
  }
  .elementskit-nav-identity-panel .custom-logo-link {
    margin-top: 20px;
    margin-left: 20px;
  }
  .elementskit-nav-identity-panel .custom-logo-link > img {
    max-width: 160px;
  }
  .elementskit-nav-identity-panel .elementskit-nav-logo {
    float: left;
    margin: 20px 10px;
  }
  .elementskit-nav-identity-panel .elementskit-menu-close {
    float: right;
  }
  .elementskit-navbar-nav {
    padding-top: 150px;
  }
  .elementskit-navbar-nav > li > a {
    color: #000000;
    font-size: 12px;
    padding-top: 10px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 10px;
  }
  .elementskit-navbar-nav > li > a:hover {
    color: #0d3a4f;
  }
  .elementskit-navbar-nav > li:hover > a {
    color: #0d3a4f;
  }
  .elementskit-submenu-panel > li > a {
    color: #000000;
    font-size: 12px;
    padding-top: 7px;
    padding-left: 7px;
    padding-right: 7px;
    padding-bottom: 7px;
  }
  .elementskit-dropdown {
    max-height: 0;
    overflow: hidden;
    display: block;
    border: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: max-height 2s cubic-bezier(0, 1, 0, 1);
    -o-transition: max-height 2s cubic-bezier(0, 1, 0, 1);
    transition: max-height 2s cubic-bezier(0, 1, 0, 1);
  }
  .elementskit-dropdown.elementskit-dropdown-open {
    max-height: 2500px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: max-height 5s ease-out;
    -o-transition: max-height 5s ease-out;
    transition: max-height 5s ease-out;
  }
  .elementskit-navbar-nav > .menu-item-has-children > .elementskit-dropdown li a {
    padding-left: 35px;
  }
}

/* show animation */
@-webkit-keyframes show-animation {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes show-animation {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

/* hide animation */
@-webkit-keyframes hide-animation {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
}

@keyframes hide-animation {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
}

.header {
  background-color: #FFFFFF;
  border-bottom: 1px solid #f7f7f7;
  position: relative;
  z-index: 9;
}

.header .navbar {
  z-index: 3;
  padding: 0px;
}

.header.header-transparent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: transparent;
  z-index: 10;
  border-bottom: 0px;
}

.header.header-modern .elementskit-header {
  padding-right: 40px;
}

.header.header-modern .social-list {
  padding-right: 40px;
}

.header.header-light {
  border-bottom: 0px solid #000;
}

.header.header-light .elementskit-navbar-nav > li > a {
  color: #FFFFFF;
}

.header.header-light .elementskit-navbar-nav li:hover > a,
.header.header-light .elementskit-navbar-nav > li > a:hover {
  background: #00f39a;
  background: -webkit-gradient(linear, left bottom, left top, from(#00f39a), to(#00f39a));
  background: -webkit-linear-gradient(bottom, #00f39a 0%, #00f39a 100%);
  background: -o-linear-gradient(bottom, #00f39a 0%, #00f39a 100%);
  background: linear-gradient(0deg, #00f39a 0%, #00f39a 100%);
}

.header.header-light .menu-item-has-children > a::after {
  border-color: transparent #FFFFFF #FFFFFF transparent;
}

.header.header-light .social-list > li > a,
.header.header-light .nav-tools > li > a {
  color: #FFFFFF;
}

.header.header-light .toggle-icon > span {
  background-color: #00f39a;
}

.header-transparent + .banner-area .post-content {
  margin-top: 100px;
}

@media (min-width: 992px) {
  .header .elementskit-menu-container {
    position: static;
  }
  .header.header-modern {
    padding-left: 48px;
    -webkit-box-shadow: 19.799px 19.799px 40px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 19.799px 19.799px 40px 0px rgba(0, 0, 0, 0.05);
    border-bottom: 0px solid #000;
  }
  .header.header-modern .elementskit-navbar-nav > li > a {
    border-left: 1px solid rgba(77, 78, 78, 0.07);
    padding-left: 35px;
    padding-right: 35px;
  }
  .header.header-modern .elementskit-navbar-nav > li > a::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0px;
    background-color: #ffd0c7;
    z-index: 1;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .header.header-modern .elementskit-navbar-nav > li > a:hover::before {
    height: 2px;
  }
  .header.header-modern .elementskit-navbar-nav > li:last-child > a {
    border-right: 1px solid rgba(77, 78, 78, 0.07);
  }
}

/*=================================================
          post
      ==============================================================*/
a {
  color: #FF5700;
}

.post-image {
  margin-bottom: 22px;
  text-align: center;
}

.post-image .post-thumbnail {
  position: relative;
  overflow: hidden;
  display: block;
}

.post-image .post-thumbnail > img {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.post {
  margin-bottom: 50px;
}

.post-hover:hover .post-image .post-thumbnail > img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.post-hover:hover .entry-title > a {
  color: #ff5700;
}

.post .post-separetor {
  margin-top: 15px;
}

.entry-title {
  font-size: 1.2941176471rem;
  color: #000000;
  margin-bottom: 20px;
}

.entry-title > a {
  color: inherit;
}

.post-list .entry-title {
  font-size: 2rem;
  margin-bottom: 25px;
}

.post-list .entry-content {
  margin-top: 0px;
}

.post-list {
  margin-bottom: 55px;
}

.post-list .post-image {
  margin-bottom: 12px;
}

.post-list .post-separetor {
  margin-bottom: 0px;
  margin-top: 25px;
}

.post-list .post-meta {
  margin-bottom: 0px;
}

.post-list .entry-header {
  margin-bottom: 35px;
  margin-top: 0px;
}

/* post style 2 */
.post-block-area {
  background-color: #ffe2ce;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 3px;
  padding-right: 3px;
}

.post-style-2 {
  margin-bottom: 0;
  -webkit-box-shadow: 19.799px 19.799px 40px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 19.799px 19.799px 40px 0px rgba(0, 0, 0, 0.1);
  background-color: #FFFFFF;
  margin-left: 3px;
  margin-right: 3px;
  padding: 40px;
}

.post-style-2 .entry-title {
  margin-bottom: 0;
}

.post-style-2 .entry-header {
  padding: 0 10px;
}

.post-style-2 .post-image {
  margin-bottom: 50px;
}

.post-style-2 .post-meta > a {
  margin-right: 30px;
}

.post-style-2 .post-meta > a:last-child {
  margin-right: 0;
}

a.meta-comments {
  color: #222222;
  font-size: 0.7647058824rem;
}

a.meta-comments > i {
  padding-right: 3px;
}

.style-badge {
  background-color: #222222;
  height: 20px;
  line-height: 20px;
  color: #FFFFFF;
  font-size: 0.7647058824rem;
  padding: 0px 6px;
}

.style-badge:hover {
  color: #FFFFFF;
}

.style-badge.secondary {
  background-color: #00f39a;
  color: #313131;
}

.post-details {
  padding: 80px 50px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
  z-index: 1;
}

.post-details .post-meta > span {
  color: #FFFFFF;
}

.post-details .post-meta > span > i {
  color: #00f39a;
}

.post-details .post-meta > span > a > i {
  padding-right: 5px;
  color: #00f39a;
}

.post-details .post-meta + .post-meta {
  margin-bottom: 13px;
}

.post-details .post-meta .blog-avatar {
  display: block;
  font-size: 0.8823529412rem;
}

.post-details .post-meta .blog-avatar > img {
  width: 40px;
  height: 40px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.post-details .entry-title {
  color: #FFFFFF;
  font-size: 1.6470588235rem;
  margin-bottom: 47px;
}

.post-details > p {
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 47px;
}

.post-details .btn {
  color: #FFFFFF;
  padding: 0 20px;
  height: 50px;
  line-height: 48px;
}

.post-reverse .post {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

/* stack effect */
.stack-effect {
  position: relative;
  z-index: 1;
}

.stack-effect .stack-shadow {
  position: absolute;
  bottom: -12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: calc(100% - 60px);
  height: 100%;
  background-color: #FFFFFF;
}

.stack-effect .stack-shadow.shadow-one {
  -webkit-box-shadow: 9.899px 9.899px 40px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 9.899px 9.899px 40px 0px rgba(0, 0, 0, 0.1);
  z-index: -1;
}

.stack-effect .stack-shadow.shadow-two {
  width: calc(100% - 120px);
  bottom: -24px;
  z-index: -2;
  -webkit-box-shadow: 9.899px 9.899px 40px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 9.899px 9.899px 40px 0px rgba(0, 0, 0, 0.1);
}

.pagination li.active a {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #fff;
  background-color: #FF5700;
  border: 1px solid #dee2e6;
}

.pagination li a {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #FF5700;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.sidebar .widget {
  margin-bottom: 40px;
  padding: 40px;
}

.sidebar .widget select {
  width: 350px;
  max-width: 100%;
  height: 40px;
}

.sidebar .widget.widget_media_image {
  padding: 0;
  border: none;
}

.sidebar .widget.widget_search {
  border: none;
  padding: 0;
}

.sidebar .widget.widget_search .widget-title {
  display: none;
}

.sidebar .widget.widget_search .input-group-btn {
  background: #FF5700;
  color: #ffffff;
  padding: 0 20px;
  border: none;
}

.sidebar .widget.widget_search .input-group-btn i {
  line-height: 48px;
  font-weight: bold;
}

.sidebar .widget .widget-profile-info .social-infos .social-list li {
  border: none;
}

.sidebar ul {
  border: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 0px;
}

.widget_categories ul li {
  border-bottom: 1px dashed #dee2e6;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.widget_categories ul li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.sidebar ul li a {
  color: #666666;
}

.sidebar ul li a:hover {
  color: #007bff;
}

.sidebar ul.sub-menu,
.sidebar ul.children {
  padding: 10px 0px 0 20px;
}

select {
  max-width: 100%;
}

/* Image */
img,
figure {
  -ms-interpolation-mode: bicubic;
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
}

.wp-caption {
  margin-bottom: 8px;
  max-width: 100%;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 0;
  clear: both;
}

.wp-caption.aligncenter {
  margin-bottom: 10px;
}

.wp-caption .wp-caption-text {
  text-align: center;
  margin-top: 4px;
  font-style: italic;
  color: #777777;
  margin-bottom: 0;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

p {
  margin: 0 0 25px;
}

/* table */
table {
  border: 1px solid #f1f1f1;
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td,
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  border-top: 1px solid #e7e7e7;
}

table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  border: 1px solid #EDEDED;
  text-align: center;
}

div#calendar_wrap caption {
  margin: 10px;
}

.table-striped > tbody > tr:nth-child(odd),
table > tbody > tr:nth-child(odd) {
  border: 1px solid #e7e7e7;
}

dt {
  font-weight: bold;
  margin: 6px;
}

/* Sticky */
.meta-featured-post {
  display: none;
}

.sticky.post {
  background: #f1f1f1;
  position: relative;
  overflow: hidden;
  padding: 40px 30px;
}

.sticky.post .meta-featured-post {
  display: block;
  position: absolute;
  right: -35px;
  top: 18px;
  background: #FF5700;
  width: auto;
  height: auto;
  padding: 8px 45px;
  color: #fff;
  display: inline-block;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  font-size: 14px;
  -webkit-transform: rotate(45deg);
}

.error404 .section-padding {
  padding: 150px 0;
}

.search-button {
  background: #FF5700;
  color: #fff;
  border: none;
  width: 60px;
}

/*=================================================
blog sidebar
==============================================================*/
.widget:not(.widget_media_image) {
  -webkit-box-shadow: 0.707px 0.707px 7px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0.707px 0.707px 7px 0px rgba(0, 0, 0, 0.1);
  padding: 50px 30px;
  background-color: #FFFFFF;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.widget:not(:last-child) {
  margin-bottom: 30px;
}

.widget .widget-header {
  margin-bottom: 40px;
}

.widget .widget-header .widget-title {
  font-size: 1.1764705882rem;
  margin-bottom: 0px;
}

.widget .widget-header .widget-title > span {
  color: #ff5700;
}

.widget-profile-image {
  margin-bottom: 25px;
}

.widget-profile-image > img {
  width: 120px;
  height: 120px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.widget-profile-info .designation {
  font-size: 0.7647058824rem;
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 0px;
}

.widget-profile-info .sign {
  margin-bottom: 30px;
}

.widget-profile-info .description {
  font-size: 0.7647058824rem;
}

.widget-post:not(:last-child) {
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.widget-post .entry-title {
  font-size: 0.8823529412rem;
  margin-bottom: 0px;
  letter-spacing: -.2px;
}

.widget-post .publish-date {
  font-size: 0.7058823529rem;
  font-weight: 500;
}

.widget-post .post-thumb {
  margin-right: 20px;
  max-width: 25%;
}

.widget_subscribe > p {
  font-size: 0.8823529412rem;
}

.blog-sidebar.sidebar-style2 {
  padding-bottom: 25px;
  padding-top: 50px;
}

.blog-sidebar.sidebar-style2 .widget {
  padding: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}

.blog-sidebar.sidebar-style2 .widget:not(:last-child) {
  margin-bottom: 39px;
}

.blog-sidebar.sidebar-style2 .widget .widget-title,
.blog-sidebar.sidebar-style2 > h2 {
  font-size: 1.6470588235rem;
  font-weight: 900;
  letter-spacing: -.2px;
  margin-bottom: 30px;
}

.blog-sidebar.sidebar-style2 .widget-title > span {
  display: none;
}

.blog-sidebar.sidebar-style2 .widget .widget-post:not(:last-child) {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.blog-sidebar.sidebar-style2 .widget .widget-post .entry-title {
  color: #222222;
  font-size: 0.8235294118rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.blog-sidebar.sidebar-style2 .widget .widget-post .entry-title > a:hover {
  color: #ff5700;
}

.blog-sidebar.sidebar-style2 .widget .widget-post .media-body {
  line-height: 1;
}

.blog-sidebar.sidebar-style2 .widget .widget-post .publish-date {
  color: rgba(34, 34, 34, 0.5);
}

/*=================================================
          footer
      ==============================================================*/
.xs-footer-section {
  background-color: transparent;
  position: relative;
}

.xs-footer-section .footer-top-area {
  padding-top: 120px;
  padding-bottom: 80px;
}

.xs-footer-section.footer-style2 {
  background-color: #313131;
  padding: 90px 0;
}

.xs-footer-section.footer-style2 .social-list > li > a {
  color: #FFFFFF;
  font-size: 13px;
}

.xs-footer-section.footer-style2 .copyright {
  color: #FFFFFF;
}

.xs-footer-section.footer-style2 .copyright > a {
  color: inherit;
}

.copyright-area {
  background-color: #f5f5f5;
  padding: 24px 0;
}

.copyright {
  font-size: 15px;
  color: #000000;
}

.copyright > a {
  color: #ff5700;
}

.footer-style3 .footer-top-area {
  background-position: center center;
  position: relative;
  padding-bottom: 120px;
}

.footer-style3 .footer__widget .widget__title {
  color: #FFFFFF;
  font-size: 1.6470588235rem;
  font-weight: 900;
  margin-bottom: 12px;
  letter-spacing: -.4px;
}

.footer-style3 .footer__widget .post-tags {
  margin-bottom: 50px;
}

.footer-style3 .footer__widget .post-tags > a {
  color: #FFFFFF;
}

.footer-style3 .footer__widget .menu > li:not(:last-child) {
  margin-bottom: 4px;
}

.footer-style3 .footer__widget .menu > li > a {
  color: #FFFFFF;
  font-size: 0.7058823529rem;
  font-weight: 500;
}

.footer-style3 .footer__widget .menu > li > a:hover {
  color: #ff5700;
}

.footer-style3 .footer__widget .widget-post:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.footer-style3 .footer__widget .widget-post .entry-title {
  color: #FFFFFF;
}

.footer-style3 .footer__widget .widget-post .publish-date {
  color: rgba(255, 255, 255, 0.5);
}

.footer-style3 .footer__widget .mc-form {
  margin-bottom: 50px;
}

.footer-style3 .footer__widget .modern_social_list > li {
  display: inline-block;
}

.footer-style3 .footer__widget .modern_social_list > li > a {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  display: inline-block;
  -webkit-box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.03);
  background-color: rgba(255, 255, 255, 0.102);
  color: #FFFFFF;
  font-size: 15px;
}

.footer-style3 .footer__widget .modern_social_list > li > a i {
  color: #ffffff !important;
  padding-right: 0;
}

.footer-style3 .footer__widget .modern_social_list > li > a span {
  display: none;
}

.footer-style3 .footer__widget .modern_social_list > li:not(:last-child) {
  margin-right: 10px;
}

.footer-style3 .footer-bottom-area {
  padding: 78px 0;
}

.footer-style3 .footer-bottom-area .copyright-text {
  font-size: 0.8235294118rem;
}

.inline-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 60px;
}

.inline-content .footer-logo {
  margin-right: 50px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 110px;
  -ms-flex: 0 0 110px;
  flex: 0 0 110px;
}

.inline-content > p {
  font-size: 0.6470588235rem;
  color: rgba(0, 0, 0, 0.7);
  line-height: 1.3636363636;
}

.xs-footer-section .menu li a,
.xs-footer-section .menu li {
  font-size: 15px;
  color: #000000;
}

.xs-footer-section .menu li:not(:last-child) {
  margin-bottom: 15px;
}

.footer__widget a {
  font-size: 15px;
}

.xs-footer-section .textwidget > p {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.75);
}

/*=================================================
          single blog post
      ==============================================================*/
.post-single .entry-header {
  margin-bottom: 40px;
}

.post-single .entry-title {
  font-size: 2.1176470588rem;
  letter-spacing: -.2px;
}

.post-single .post-meta {
  margin-bottom: 0px;
}

.post-single .gallery-slider {
  margin-bottom: 70px;
}

.post-single .entry-content > p {
  margin-bottom: 35px;
}

.post-single .entry-content > ul {
  list-style: inherit;
}

.post-single .entry-content > ul > li {
  list-style: inherit;
}

.post-single .entry-content > img {
  margin-bottom: 70px;
}

.post-bottom-info .post-footer {
  margin-bottom: 120px;
}

/*=================================================
          boxed layout
      ==============================================================*/
.box-width {
  max-width: 1400px;
  margin: 100px auto;
  background: #f2e2dc;
  background: -webkit-gradient(linear, left bottom, left top, from(#f2e2dc), to(#f0f0f0));
  background: -webkit-linear-gradient(bottom, #f2e2dc 0%, #f0f0f0 100%);
  background: -o-linear-gradient(bottom, #f2e2dc 0%, #f0f0f0 100%);
  background: linear-gradient(0deg, #f2e2dc 0%, #f0f0f0 100%);
}

.box-width .body-inner {
  -webkit-box-shadow: 0px 0px 55px 0px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 0px 55px 0px rgba(0, 0, 0, 0.03);
  background-color: #FFFFFF;
}

/*=================================================
          post list
      ==============================================================*/
.post-list-block-area {
  position: relative;
  z-index: 1;
}

.post-list-block-area .doodle-img {
  position: absolute;
  pointer-events: none;
  z-index: -1;
}

.post-list-block-area .doodle-img.img-one {
  left: 0;
  top: 450px;
}

.post-list-block-area .doodle-img.img-two {
  right: 0;
  top: 40px;
}

.post-list-block-area .doodle-img.img-three {
  right: 0;
  bottom: 170px;
}

.single-post-list {
  background-color: #f7f9fb;
  margin-bottom: 30px;
}

.single-post-list.media {
  margin-bottom: 0px;
}

.single-post-list.media:not(:last-child) {
  margin-bottom: 30px;
}

.single-post-list:not(.media) .post-list-content {
  padding: 40px 50px;
}

.single-post-list:not(.media) .entry-title {
  font-size: 2.1176470588rem;
  margin-bottom: 16px;
}

.single-post-list:not(.media) .post-list-image {
  border: 20px solid transparent;
  margin-top: 0px;
}

.single-post-list .post-list-image {
  position: relative;
  overflow: hidden;
  display: block;
}

.single-post-list .post-list-image > img {
  width: 100%;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.single-post-list .post-meta > span {
  color: #000000;
  font-size: 0.8823529412rem;
  font-weight: 500;
}

.single-post-list.media .post-list-image {
  border: 10px solid transparent;
  max-width: 210px;
}

.single-post-list.media .post-list-content {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  padding: 0 20px;
}

.single-post-list.media .post-list-content .entry-title {
  margin-bottom: 0;
  font-size: 1.4117647059rem;
}

.single-post-list:hover .post-list-image > img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.single-post-list:hover .post-list-content .entry-title {
  color: #ff5700;
}

.loader-area {
  margin-top: 50px;
}

.loader {
  color: #000000;
  font-size: 0.8823529412rem;
  font-weight: 500;
  line-height: 1;
}

.loader > i {
  font-size: 1.1764705882rem;
  margin-right: 10px;
}

/*=================================================
          social list
      ==============================================================*/
.social-list {
  margin-bottom: 0px;
  padding-left: 0;
}

.social-list > li {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}

.social-list > li:not(:last-child) {
  margin-right: 18px;
}

.social-list > li > a {
  color: #2b353f;
  font-size: 0.6470588235rem;
  display: inline-block;
}

.social-list > li > a.facebook {
  color: #3b5998;
}

.social-list > li > a.facebook:hover {
  color: #344e86;
}

.social-list > li > a.twitter {
  color: #1da1f2;
}

.social-list > li > a.twitter:hover {
  color: #0d95e8;
}

.social-list > li > a.dribbble {
  color: #ea4c89;
}

.social-list > li > a.dribbble:hover {
  color: #e7357a;
}

.social-list > li > a.pinterest {
  color: #bd081c;
}

.social-list > li > a.pinterest:hover {
  color: #a50718;
}

.social-list > li > a.instagram {
  color: #e8715c;
}

.social-list > li > a.instagram:hover {
  color: #e55e46;
}

.social-list > li > a.google-plus {
  color: #dd4b39;
}

.social-list > li > a.google-plus:hover {
  color: #d73925;
}

.social-list > li > a.linkedin {
  color: #0077b5;
}

.social-list > li > a.linkedin:hover {
  color: #00669c;
}

.social-list > li > a.vimeo {
  color: #1ab7ea;
}

.social-list > li > a.vimeo:hover {
  color: #14a7d7;
}

.social-list.vertical > li {
  display: block;
}

.social-list.style2 > li:not(:last-child) {
  margin-right: 0px;
  margin-bottom: 5px;
}

.social-list.style2 > li > a {
  color: #FFFFFF;
  font-size: 0.8235294118rem;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
}

.social-list.style2 > li > a.facebook {
  background-color: #bbeeef;
}

.social-list.style2 > li > a.facebook:hover {
  background-color: #7ddfe0;
  color: #FFFFFF;
}

.social-list.style2 > li > a.twitter {
  background-color: #f5aa95;
}

.social-list.style2 > li > a.twitter:hover {
  background-color: #ee724f;
  color: #FFFFFF;
}

.social-list.style2 > li > a.pinterest {
  background-color: #dfd6be;
}

.social-list.style2 > li > a.pinterest:hover {
  background-color: #c6b68b;
  color: #FFFFFF;
}

.social-list.style2 > li > a.google-plus {
  background-color: #dfdfdf;
}

.social-list.style2 > li > a.google-plus:hover {
  background-color: #b9b9b9;
  color: #FFFFFF;
}

.social-list.style3 > li {
  display: block;
}

.social-list.style3 > li:not(:last-child) {
  margin-right: 0px;
  margin-bottom: 10px;
}

.social-list.style3 > li > a {
  color: #000000;
  font-size: 0.7647058824rem;
}

.social-list.style3 > li > a > i {
  padding-right: 13px;
}

.social-list.style3 > li > a.facebook > i {
  color: #3b5998;
}

.social-list.style3 > li > a.facebook:hover > i {
  color: #344e86;
}

.social-list.style3 > li > a.twitter > i {
  color: #1da1f2;
}

.social-list.style3 > li > a.twitter:hover > i {
  color: #0d95e8;
}

.social-list.style3 > li > a.dribbble > i {
  color: #ea4c89;
}

.social-list.style3 > li > a.dribbble:hover > i {
  color: #e7357a;
}

.social-list.style3 > li > a.pinterest > i {
  color: #bd081c;
}

.social-list.style3 > li > a.pinterest:hover > i {
  color: #a50718;
}

.social-list.style3 > li > a.instagram > i {
  color: #e8715c;
}

.social-list.style3 > li > a.instagram:hover > i {
  color: #e55e46;
}

.social-list.style3 > li > a.google-plus > i {
  color: #dd4b39;
}

.social-list.style3 > li > a.google-plus:hover > i {
  color: #d73925;
}

.social-list.style3 > li > a.linkedin > i {
  color: #0077b5;
}

.social-list.style3 > li > a.linkedin:hover > i {
  color: #00669c;
}

.social-list.style3 > li > a.vimeo > i {
  color: #1ab7ea;
}

.social-list.style3 > li > a.vimeo:hover > i {
  color: #14a7d7;
}

.social-list.block-style > li > a {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
}

.social-list.block-style > li:not(:last-child) {
  margin-right: 5px;
}

.social-list.block-style.round > li > a {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.social-list.bg-colored > li > a {
  color: #FFFFFF;
}

.social-list.bg-colored > li > a:hover {
  color: #FFFFFF;
}

.social-list.bg-colored > li > a.facebook {
  background-color: #3b5998;
}

.social-list.bg-colored > li > a.facebook:hover {
  background-color: #2d4373;
}

.social-list.bg-colored > li > a.twitter {
  background-color: #1da1f2;
}

.social-list.bg-colored > li > a.twitter:hover {
  background-color: #0c85d0;
}

.social-list.bg-colored > li > a.dribbble {
  background-color: #ea4c89;
}

.social-list.bg-colored > li > a.dribbble:hover {
  background-color: #e51e6b;
}

.social-list.bg-colored > li > a.pinterest {
  background-color: #bd081c;
}

.social-list.bg-colored > li > a.pinterest:hover {
  background-color: #8c0615;
}

.social-list.bg-colored > li > a.instagram {
  background-color: #e8715c;
}

.social-list.bg-colored > li > a.instagram:hover {
  background-color: #e24a2f;
}

.social-list.bg-colored > li > a.google-plus {
  background-color: #dd4b39;
}

.social-list.bg-colored > li > a.google-plus:hover {
  background-color: #c23321;
}

.social-list.bg-colored > li > a.linkedin {
  background-color: #0077b5;
}

.social-list.bg-colored > li > a.linkedin:hover {
  background-color: #005582;
}

.social-list.bg-colored > li > a.vimeo {
  background-color: #1ab7ea;
}

.social-list.bg-colored > li > a.vimeo:hover {
  background-color: #1295bf;
}

/* modern social list */
.footer__widget .modern_social_list > li {
  display: block;
}

.footer__widget .modern_social_list > li:not(:last-child) {
  margin-right: 0px;
  margin-bottom: 10px;
}

.footer__widget .modern_social_list > li > a {
  color: #000000;
  font-size: 0.7647058824rem;
}

.footer__widget .modern_social_list > li > a > i {
  padding-right: 13px;
}

.footer__widget .modern_social_list > li > a.facebook > i {
  color: #3b5998;
}

.footer__widget .modern_social_list > li > a.facebook:hover > i {
  color: #344e86;
}

.footer__widget .modern_social_list > li > a.twitter > i {
  color: #1da1f2;
}

.footer__widget .modern_social_list > li > a.twitter:hover > i {
  color: #0d95e8;
}

.footer__widget .modern_social_list > li > a.dribbble > i {
  color: #ea4c89;
}

.footer__widget .modern_social_list > li > a.dribbble:hover > i {
  color: #e7357a;
}

.footer__widget .modern_social_list > li > a.pinterest > i {
  color: #bd081c;
}

.footer__widget .modern_social_list > li > a.pinterest:hover > i {
  color: #a50718;
}

.footer__widget .modern_social_list > li > a.instagram > i {
  color: #e8715c;
}

.footer__widget .modern_social_list > li > a.instagram:hover > i {
  color: #e55e46;
}

.footer__widget .modern_social_list > li > a.google-plus > i {
  color: #dd4b39;
}

.footer__widget .modern_social_list > li > a.google-plus:hover > i {
  color: #d73925;
}

.footer__widget .modern_social_list > li > a.linkedin > i {
  color: #0077b5;
}

.footer__widget .modern_social_list > li > a.linkedin:hover > i {
  color: #00669c;
}

.footer__widget .modern_social_list > li > a.vimeo > i {
  color: #1ab7ea;
}

.footer__widget .modern_social_list > li > a.vimeo:hover > i {
  color: #14a7d7;
}

/* modern social list */
.sidebar .modern_social_list > li {
  display: inline-block;
  width: 33.3333333333%;
  color: #f0f0f0;
  float: left;
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.sidebar .modern_social_list > li > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  height: 95px;
  line-height: 1;
}

.sidebar .modern_social_list > li > a > i {
  margin-bottom: 7px;
}

.sidebar .modern_social_list > li > a .title {
  font-size: 0.7058823529rem;
}

.sidebar .modern_social_list > li > a.facebook {
  color: #3b5998;
}

.sidebar .modern_social_list > li > a.facebook:hover {
  background-color: #3b5998;
  color: #FFFFFF;
}

.sidebar .modern_social_list > li > a.twitter {
  color: #1da1f2;
}

.sidebar .modern_social_list > li > a.twitter:hover {
  background-color: #1da1f2;
  color: #FFFFFF;
}

.sidebar .modern_social_list > li > a.dribbble {
  color: #ea4c89;
}

.sidebar .modern_social_list > li > a.dribbble:hover {
  background-color: #ea4c89;
  color: #FFFFFF;
}

.sidebar .modern_social_list > li > a.pinterest {
  color: #bd081c;
}

.sidebar .modern_social_list > li > a.pinterest:hover {
  background-color: #bd081c;
  color: #FFFFFF;
}

.sidebar .modern_social_list > li > a.instagram {
  color: #e8715c;
}

.sidebar .modern_social_list > li > a.instagram:hover {
  background-color: #e8715c;
  color: #FFFFFF;
}

.sidebar .modern_social_list > li > a.google-plus {
  color: #dd4b39;
}

.sidebar .modern_social_list > li > a.google-plus:hover {
  background-color: #dd4b39;
  color: #FFFFFF;
}

.sidebar .modern_social_list > li > a.linkedin {
  color: #0077b5;
}

.sidebar .modern_social_list > li > a.linkedin:hover {
  background-color: #0077b5;
  color: #FFFFFF;
}

.sidebar .modern_social_list > li > a.vimeo {
  color: #1ab7ea;
}

.sidebar .modern_social_list > li > a.vimeo:hover {
  background-color: #1ab7ea;
  color: #FFFFFF;
}

.sidebar .modern_social_list > li:nth-child(1),
.sidebar .modern_social_list > li:nth-child(2),
.sidebar .modern_social_list > li:nth-child(4),
.sidebar .modern_social_list > li:nth-child(5) {
  border-right: 1px solid currentColor;
}

.sidebar .modern_social_list > li:nth-child(1),
.sidebar .modern_social_list > li:nth-child(2),
.sidebar .modern_social_list > li:nth-child(3) {
  border-bottom: 1px solid currentColor;
}

.sidebar .social-infos > ul {
  display: inline-block;
  margin-right: 30px;
}

/*=================================================
          button
      ==============================================================*/
.underline--btn {
  font-size: 0.7647058824rem;
  color: #666666;
  position: relative;
}

.underline--btn::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #ff5700;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.underline--btn:hover {
  color: #ff5700;
}

.underline--btn:hover::before {
  width: 0%;
}

.btn {
  -webkit-border-radius: 0px;
  border-radius: 0px;
  height: 55px;
  line-height: 55px;
  padding: 0 50px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.btn.icon-right > i {
  padding-left: 10px;
}

.btn.btn-primary {
  background-color: #ff5700;
  border-color: #ff5700;
}

.btn.btn-primary:hover {
  background-color: #e64e00;
  border-color: #e64e00;
}

.btn.btn-secondary {
  background-color: #00138e;
  border-color: #00138e;
}

.btn.btn-secondary:hover {
  background-color: #001075;
  border-color: #001075;
}

.btn.btn-md {
  height: 60px;
  line-height: 60px;
  font-size: 1.0588235294rem;
}

.btn-outline-secondary {
  border: 2px solid #00f39a;
  color: #000000;
  position: relative;
  line-height: 53px;
  z-index: 1;
}

.btn-outline-secondary:hover {
  background-color: transparent;
  border-color: #00f39a;
}

.btn-outline-secondary:hover::before {
  height: 100%;
}

.btn-outline-secondary::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 0%;
  width: 100%;
  background-color: #00f39a;
  z-index: -1;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-background-size: 101% 101%;
  background-size: 101% 101%;
}

.btn-light {
  background-color: #FFFFFF;
  -webkit-box-shadow: 19.799px 19.799px 40px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 19.799px 19.799px 40px 0px rgba(0, 0, 0, 0.07);
  font-size: 0.7647058824rem;
  font-weight: 500;
  height: 60px;
  line-height: 60px;
  border: 0px;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
}

.btn-light > i {
  padding-left: 14px;
}

.link-btn {
  color: #000000;
  font-weight: 500;
  font-size: 0.7647058824rem;
}

.link-btn.icon-right > i {
  padding-left: 15px;
}

/*=================================================
          tag cloud
      ==============================================================*/
.tagcloud .tag-cloud-link {
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #f0f0f0;
  display: inline-block;
  color: #666666;
  padding: 0 20px;
  font-size: 0.7647058824rem !important;
  margin-right: 1px;
  margin-bottom: 5px;
}

.tagcloud .tag-cloud-link:hover {
  background-color: #ff5700;
  border-color: #ff5700;
  color: #FFFFFF;
}

.sidebar-style2 .tagcloud a,
.footer-style3 .tagcloud a {
  position: relative;
  font-size: 0.7647058824rem !important;
  font-weight: 500;
  margin-right: 10px;
  color: #222222;
  letter-spacing: .5px;
  margin-bottom: 0 !important;
  height: auto;
  line-height: 30px;
  text-align: left;
  border: none;
  padding: 0;
}

.sidebar-style2 .tagcloud a:before,
.footer-style3 .tagcloud a:before {
  width: 4px;
  height: 4px;
  content: "";
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #ff2571;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-bottom: 0;
}

.sidebar-style2 .tagcloud a:hover,
.footer-style3 .tagcloud a:hover {
  background-color: transparent;
  border-color: transparent;
  color: #ff2571;
}

.footer-style3 .tagcloud a {
  color: #ffffff;
}

/*=================================================
          subscribe
      ==============================================================*/
label {
  display: block;
}

.mc-form > label {
  display: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mc-form > label.error {
  display: block;
}

.widgetsub-form .form-control {
  height: 55px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid rgba(0, 0, 0, 0.07);
  margin-bottom: 10px;
}

.widgetsub-form .form-control::-moz-placeholder {
  font-size: 0.8823529412rem;
}

.widgetsub-form .form-control:-moz-placeholder {
  font-size: 0.8823529412rem;
}

.widgetsub-form .form-control:-ms-input-placeholder {
  font-size: 0.8823529412rem;
}

.widgetsub-form .form-control::-webkit-input-placeholder {
  font-size: 0.8823529412rem;
}

.xs-inline-subscribe-form-1 .widgetsub-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.xs-inline-subscribe-form-1 .widgetsub-form input[type="email"] {
  margin-right: 10px;
  margin-bottom: 0;
  border: 0px;
  border-bottom: 2px solid rgba(34, 34, 34, 0.5);
  background-color: transparent;
  height: 45px;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 100%;
}

.xs-inline-subscribe-form-1 .widgetsub-form input[type="email"]:focus {
  outline: none;
}

.xs-inline-subscribe-form-1 .widgetsub-form input[type="email"]::-moz-placeholder {
  color: #222222;
}

.xs-inline-subscribe-form-1 .widgetsub-form input[type="email"]:-moz-placeholder {
  color: #222222;
}

.xs-inline-subscribe-form-1 .widgetsub-form input[type="email"]:-ms-input-placeholder {
  color: #222222;
}

.xs-inline-subscribe-form-1 .widgetsub-form input[type="email"]::-webkit-input-placeholder {
  color: #222222;
}

.xs-inline-subscribe-form-1 .widgetsub-form .label-inline {
  width: 75%;
}

.xs-inline-subscribe-form-1 .widgetsub-form .submit-button-inline-label {
  width: 25%;
}

.xs-inline-subscribe-form-1 .widgetsub-form .btn {
  background-color: #222222;
  color: #00f39a;
  height: 45px;
  line-height: 45px;
  padding: 0 26px;
  border-color: #222222;
}

.xs-inline-subscribe-form-3 .widgetsub-form .btn {
  background-color: #222222;
  border-color: #222222;
  -webkit-box-shadow: 9.899px 9.899px 40px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 9.899px 9.899px 40px 0px rgba(0, 0, 0, 0.1);
}

.xs-inline-subscribe-form-2 .widgetsub-form .btn,
.inline-form-style4.widgetsub-form .btn {
  background-color: #FFFFFF;
  color: #000000;
  border-width: 0px;
  padding: 0 35px;
  -webkit-box-shadow: 9.899px 9.899px 40px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 9.899px 9.899px 40px 0px rgba(0, 0, 0, 0.1);
}

.inline-form-style4.widgetsub-form .btn:hover {
  background-color: #fafafa;
}

.xs-inline-subscribe-form-1 .widgetsub-form .btn,
.xs-inline-subscribe-form-3 .widgetsub-form .btn,
.xs-inline-subscribe-form-2 .widgetsub-form .btn,
.inline-form-style4.widgetsub-form .btn {
  margin-bottom: 0 !important;
  line-height: normal;
  margin-top: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0;
  -ms-flex: 0;
  flex: 0;
}

.xs-inline-subscribe-form-1 .widgetsub-form .btn:hover {
  background-color: #2f2f2f;
  border-color: #2f2f2f;
}

.xs-inline-subscribe-form-1 .widgetsub-form label,
.xs-inline-subscribe-form-2 .widgetsub-form label,
.xs-inline-subscribe-form-3 .widgetsub-form label,
.inline-form-style4.widgetsub-form label {
  margin-bottom: 0px;
  margin-right: 10px;
}

.inline-form-style4.widgetsub-form input[type="email"] {
  border-bottom: 2px solid white;
  height: 100%;
  color: #FFFFFF;
}

.xs-inline-subscribe-form-1 .widgetsub-form.light-version .form-control,
.xs-inline-subscribe-form-1 .widgetsub-form.dark-version .form-control {
  border-bottom: 2px solid #FFFFFF;
  margin-right: 0;
}

.xs-inline-subscribe-form-1 .widgetsub-form.light-version .form-control::-moz-placeholder,
.xs-inline-subscribe-form-1 .widgetsub-form.dark-version .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.xs-inline-subscribe-form-1 .widgetsub-form.light-version .form-control:-moz-placeholder,
.xs-inline-subscribe-form-1 .widgetsub-form.dark-version .form-control:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.xs-inline-subscribe-form-1 .widgetsub-form.light-version .form-control:-ms-input-placeholder,
.xs-inline-subscribe-form-1 .widgetsub-form.dark-version .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.xs-inline-subscribe-form-1 .widgetsub-form.light-version .form-control::-webkit-input-placeholder,
.xs-inline-subscribe-form-1 .widgetsub-form.dark-version .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.xs-inline-subscribe-form-1 .widgetsub-form.light-version > label,
.xs-inline-subscribe-form-1 .widgetsub-form.dark-version > label {
  color: #FFFFFF;
}

.xs-inline-subscribe-form-1 .widgetsub-form.light-version .btn,
.xs-inline-subscribe-form-1 .widgetsub-form.dark-version .btn {
  position: absolute;
  right: 0;
  top: 0;
  background-color: transparent;
  border: 0px;
}

.xs-inline-subscribe-form-1 .widgetsub-form.dark-version .form-control {
  border-bottom-color: #000000;
}

.xs-inline-subscribe-form-1 .widgetsub-form.dark-version .form-control::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.xs-inline-subscribe-form-1 .widgetsub-form.dark-version .form-control:-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.xs-inline-subscribe-form-1 .widgetsub-form.dark-version .form-control:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.xs-inline-subscribe-form-1 .widgetsub-form.dark-version .form-control::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.xs-inline-subscribe-form-3 .widgetsub-form .form-control {
  margin-right: 10px;
  margin-bottom: 0;
  border: 0px;
  -webkit-box-shadow: 9.899px 9.899px 40px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 9.899px 9.899px 40px 0px rgba(0, 0, 0, 0.1);
  background-color: #FFFFFF;
  margin-bottom: 0 !important;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.xs-inline-subscribe-form-3 .yikes-easy-mc-form.widgetsub-form input[type="email"],
.xs-inline-subscribe-form-2 .yikes-easy-mc-form.widgetsub-form input[type="email"] {
  height: 100%;
}

.xs-inline-subscribe-form-3 .widgetsub-form .form-control:focus {
  -webkit-box-shadow: 9.899px 9.899px 40px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 9.899px 9.899px 40px 0px rgba(0, 0, 0, 0.1);
  outline: none;
}

.xs-inline-subscribe-form-3 .widgetsub-form .label-inline {
  width: 75%;
}

.xs-inline-subscribe-form-3 .widgetsub-form .submit-button-inline-label {
  width: 25%;
}

.xs-inline-subscribe-form-3 .widgetsub-form .btn > i {
  color: #00f39a;
}

.xs-inline-subscribe-form-3 .widgetsub-form .btn:hover {
  background-color: #2f2f2f;
  border-color: #2f2f2f;
}

.xs-inline-subscribe-form-2 .widgetsub-form .form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: rgba(255, 255, 255, 0.3);
  padding-left: 30px;
  border: 0px solid #000;
  margin-bottom: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.xs-inline-subscribe-form-2 .widgetsub-form .form-control:focus {
  -webkit-box-shadow: 9.899px 9.899px 40px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 9.899px 9.899px 40px 0px rgba(0, 0, 0, 0.1);
  outline: none;
}

.xs-inline-subscribe-form-2 .widgetsub-form .form-control::-moz-placeholder {
  color: #000000;
}

.xs-inline-subscribe-form-2 .widgetsub-form .form-control:-moz-placeholder {
  color: #000000;
}

.xs-inline-subscribe-form-2 .widgetsub-form .form-control:-ms-input-placeholder {
  color: #000000;
}

.xs-inline-subscribe-form-2 .widgetsub-form .form-control::-webkit-input-placeholder {
  color: #000000;
}

.xs-inline-subscribe-form-2 .widgetsub-form .label-inline {
  width: 68%;
}

.xs-inline-subscribe-form-2 .widgetsub-form .submit-button-inline-label {
  width: 32%;
}

.xs-inline-subscribe-form-2 .widgetsub-form .btn > i {
  color: inherit;
}

.xs-inline-subscribe-form-2 .widgetsub-form .btn:hover {
  background-color: #2f2f2f;
  border-color: #2f2f2f;
  color: #FFFFFF;
}

/*=================================================
          instagram
==============================================================*/
.indtafeed-slide .owl-stage-outer {
  padding-bottom: 20px;
}

.instafeed--group .section-heading {
  margin-bottom: 37px;
  font-size: 36px;
  text-transform: lowercase;
}

.instafeed--group .section-heading span {
  color: #e64e00;
}

.indtafeed-slide .owl-item > a {
  display: block;
  position: relative;
  overflow: hidden;
}

.indtafeed-slide .owl-item > a:hover > img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.indtafeed-slide .owl-item > a > img {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.instagram-gallery a {
  display: block;
  position: relative;
  overflow: hidden;
}

.instagram-gallery a:hover > img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.instagram-gallery a > img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.instagram-feed-area2 .special-heading .section-heading {
  font-weight: 900;
  font-size: 2.8235294118rem;
  color: #000000;
}

.instagram-feed-area2 .special-heading .section-heading > a > span {
  color: inherit;
}

.instagram-feed-area2 .special-heading .section-sub-title {
  font-size: 0.7058823529rem;
  color: #000000;
}

.instagram-list {
  margin-left: 4px;
  margin-right: 4px;
  margin-bottom: 8px;
}

.instagram-list > a {
  display: block;
  float: left;
  width: 12.5%;
  border-left: 4px solid;
  border-right: 4px solid;
  border-color: transparent;
  position: relative;
  overflow: hidden;
}

.instagram-list > a .instagram-info {
  position: absolute;
  top: 8px;
  left: 8px;
  right: 8px;
  bottom: 8px;
  background-color: rgba(17, 17, 17, 0.7);
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.instagram-list > a:hover .instagram-info {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.instagram-list .instagram-info > span {
  color: #FFFFFF;
  font-size: 0.7647058824rem;
}

.instagram-list .instagram-info > span > i {
  padding-right: 5px;
}

.instagram-list .instagram-info > span:not(:last-child) {
  margin-right: 15px;
}

/*=================================================
          title
      ==============================================================*/
.special-heading {
  margin-bottom: 36px;
}

.special-heading .section-sub-title {
  font-size: 0.8823529412rem;
  color: rgba(0, 0, 0, 0.7);
  font-weight: 400;
  margin-bottom: 2px;
}

.special-heading .section-heading {
  font-size: 2.1176470588rem;
  margin-bottom: 0px;
}

.special-heading .section-heading > a {
  color: #000000;
}

.special-heading .section-heading > a:hover {
  color: #ff5700;
}

.special-heading .section-heading > a:hover > span {
  color: #000000;
}

.special-heading .section-heading > a span {
  color: #ff5700;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

/*=================================================
          owl dots
      ==============================================================*/
.owl-dots {
  text-align: center;
}

.owl-dots button.owl-dot:not(:last-child) {
  margin-right: 12px;
}

.owl-dots button.owl-dot span {
  width: 8px;
  height: 8px;
  display: block;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #e7e7e7;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 1px solid transparent;
}

.owl-dots button.owl-dot.active span {
  -webkit-transform: scale(1.8);
  -ms-transform: scale(1.8);
  transform: scale(1.8);
  background-color: transparent;
  border-color: #ff5700;
}

.dot-style2 button.owl-dot.active span {
  border-color: #e64e00;
}

.numeric-dots {
  counter-reset: my-awesome-counter;
}

.numeric-dots button.owl-dot {
  counter-increment: my-awesome-counter;
  font-size: 0.8235294118rem;
  color: #333333;
  font-weight: 500;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.numeric-dots button.owl-dot:not(:last-child) {
  margin-right: 19px;
}

.numeric-dots button.owl-dot > span {
  display: none;
}

.numeric-dots button.owl-dot::before {
  content: "0" counter(my-awesome-counter);
}

.numeric-dots button.owl-dot.active {
  border-bottom-color: #000000;
}

.dot-thin-style button.owl-dot > span {
  height: 3px;
  width: 20px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background-color: rgba(0, 0, 0, 0.1);
  border: 0px;
}

.dot-thin-style button.owl-dot.active > span {
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.control-style2 button.owl-dot span {
  background-color: rgba(233, 237, 242, 0.3);
  border: 0px solid transparent;
}

.control-style2 button.owl-dot.active span {
  -webkit-transform: scale(1.8);
  -ms-transform: scale(1.8);
  transform: scale(1.8);
  background-color: #e9edf2;
}

.numeric-dots-style2 {
  counter-reset: my-awesome-counter;
  position: relative;
}

.numeric-dots-style2 .owl-dots {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  z-index: 10;
}

.numeric-dots-style2 button.owl-dot {
  display: block;
  counter-increment: my-awesome-counter;
  font-size: 0.8823529412rem;
  color: rgba(0, 0, 0, 0.4);
  font-weight: 500;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  line-height: 1;
  position: relative;
}

.numeric-dots-style2 button.owl-dot > span {
  display: none;
}

.numeric-dots-style2 button.owl-dot:not(:last-child) {
  margin-bottom: 40px;
}

.numeric-dots-style2 button.owl-dot::before {
  content: "0" counter(my-awesome-counter);
  padding-left: 40px;
}

.numeric-dots-style2 button.owl-dot::after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 3px;
  width: 30px;
  background-color: rgba(77, 78, 78, 0.1);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.numeric-dots-style2 button.owl-dot.active {
  color: black;
}

.numeric-dots-style2 button.owl-dot.active::after {
  background-color: #4d4e4e;
}

/*=================================================
          sticky side social bar
      ==============================================================*/
.sticky-social-list {
  position: fixed;
  left: -50px;
  top: 220px;
  z-index: 101;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.sticky-social-list.active {
  left: 5px;
  opacity: 1;
  visibility: visible;
}

/*=================================================
          footer widget
      ==============================================================*/
.footer__widget.text__widget {
  padding-right: 65px;
}

.footer__widget > p {
  font-size: 0.7647058824rem;
  color: rgba(0, 0, 0, 0.75);
}

.footer__widget .footer--logo {
  margin-bottom: 30px;
}

.footer__widget .widget__title {
  font-size: 0.8823529412rem;
  font-weight: 500;
  margin-bottom: 18px;
}

.widget__links > li {
  font-size: 0.7647058824rem;
  color: #000000;
}

.widget__links > li:not(:last-child) {
  margin-bottom: 15px;
}

.widget__links > li > a {
  color: inherit;
}

.widget__links > li > a:hover {
  color: #ff5700;
}

/*=================================================
          back to top
      ==============================================================*/
.backtotop-wraper {
  position: absolute;
  bottom: 130px;
  right: 40px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  z-index: 1001;
}

.backtotop-wraper.style2 {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  bottom: -20px;
  right: 120px;
}

.backtotop-wraper.style2 .backtotop {
  width: 50px;
  height: 50px;
  line-height: 50px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #FFFFFF;
  text-align: center;
}

.backtotop-wraper.style2 .backtotop > img {
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  margin-left: 0px;
}

.backtotop {
  color: #000000;
  font-size: 0.7647058824rem;
}

.backtotop > img {
  margin-left: 11px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.backtotop:hover {
  color: #ff5700;
}

.backtotop:hover > img {
  -webkit-transform: translateX(-5px);
  -ms-transform: translateX(-5px);
  transform: translateX(-5px);
}

/*=================================================
          navigation title
      ==============================================================*/
.navigation-title {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

.navigation-title::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  background-color: #f7f7f7;
  left: 0;
  top: 15px;
  z-index: -1;
  pointer-events: none;
}

.navigation-title .title {
  font-size: 1.0588235294rem;
  padding: 0 15px;
  margin-left: 55px;
  background-color: #FFFFFF;
  color: #000000;
  font-weight: 500;
}

.navigation-title .customNavigation {
  float: right;
  padding-left: 18px;
  background-color: #FFFFFF;
}

.navigation-title .customNavigation > a {
  color: #000000;
  font-size: 0.8823529412rem;
  cursor: pointer;
}

.navigation-title .customNavigation > a:not(:last-child) {
  margin-right: 15px;
}

.related-posts {
  margin-bottom: 60px;
}

/*=================================================
          author card
      ==============================================================*/
/* author card */
.author-card {
  padding: 60px 95px;
  background-color: #fafafa;
  margin-bottom: 120px;
  position: relative;
}

.author-card .author-img {
  overflow: hidden;
  width: 120px;
  height: 120px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-right: 30px;
}

.author-card .author-img + .author-details {
  width: calc(100% - (120px + 30px));
}

.author-card .author-designation {
  font-size: 0.7647058824rem;
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 2px;
}

.author-card .author-name,
.author-card .author-designation {
  font-family: "Roboto", sans-serif;
}

.author-card .author-name {
  font-size: 1.2941176471rem;
  color: #000000;
  font-weight: 600;
  margin-bottom: 0;
}

.author-card .author-bio {
  margin-bottom: 15px;
}

.author-card .author-details > p {
  font-size: 0.7647058824rem;
  color: #666666;
}

/*=================================================
          comments area
      ==============================================================*/
.comments-area {
  padding-bottom: 80px;
  position: relative;
}

.comments-area .separetor {
  bottom: 0;
  top: inherit;
}

.comments-area .comments-title {
  margin-bottom: 50px;
  font-size: 1.6470588235rem;
  font-family: "Roboto", sans-serif;
}

.comments-area .comment-body:before {
  display: table;
  content: "";
  clear: both;
}

.comments-area .comment-body > img {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  float: left;
}

.comments-area .comment-body img.avatar.image {
  margin-right: 15px;
}

.comments-area .comment-body a.comment-edit-link {
  font-size: 16px;
}

.comments-area .reply {
  float: right;
  padding-right: 40px;
}

.comments-area .reply .comment-reply-link {
  color: #999999;
  font-size: 0.8823529412rem;
}

.comments-area .reply .comment-reply-link i {
  color: #666666;
  font-size: 0.8235294118rem;
  padding-right: 10px;
}

.comments-area .comment-author {
  line-height: 1;
}

.comments-area .comment-author a {
  color: #000000;
  margin-bottom: 14px;
  font-weight: 600;
}

.pingback p:not(.comment-author .comment-date),
.pingback .says {
  display: none;
}

.comments-area .comment-date {
  color: #999999;
  margin-bottom: 0px;
}

.comments-area .comment-content {
  padding-right: 60px;
}

.comments-area .comment-body {
  margin-bottom: 40px;
}

.comments-list .children {
  margin-left: 30px;
}

.comments-list .pingback,
.comments-list .comment {
  list-style: none;
}

.comments-list .children .comment-body {
  padding: 40px;
  background-color: rgba(255, 87, 0, 0.03);
}

.comments-list .children .comment-body .reply {
  padding-right: 0px;
}

/* comment responsd */
.comment-respond .comment-reply-title {
  font-size: 1.6470588235rem;
  margin-bottom: 35px;
  color: #000000;
}

.comment-respond .contact-form .form-group {
  margin-bottom: 40px;
}

/*=================================================
          comment form
      ==============================================================*/
.comment-form .form-group {
  margin-bottom: 30px;
}

.comment-form .form-control {
  height: 50px;
  border-color: #e7e7e7;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding-left: 30px;
}

.comment-form .form-control:focus {
  border-color: #ff5700;
}

.comment-form .form-control:hover {
  border-color: #333333;
}

.comment-form .form-control.invaild {
  border-color: #ff3333;
}

.comment-form .form-control::-moz-placeholder {
  color: #b2b2b2;
}

.comment-form .form-control:-moz-placeholder {
  color: #b2b2b2;
}

.comment-form .form-control:-ms-input-placeholder {
  color: #b2b2b2;
}

.comment-form .form-control::-webkit-input-placeholder {
  color: #b2b2b2;
}

.comment-form textarea.form-control {
  height: 176px;
  resize: none;
  padding-top: 15px;
}

.comment-form .btn {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

/*=================================================
          post tag
      ==============================================================*/
.post-footer .post-tags {
  margin-top: 2px;
}

.post-tags > span {
  margin-right: 5px;
  color: #000000;
}

.post-tags > a {
  padding-right: 2px;
}

.post-tags > a,
.post-tags {
  color: #999999;
}

.post-tags > a:hover {
  color: #ff5700;
}

.post-tags.bullet > a {
  position: relative;
  font-size: 0.7058823529rem;
  font-weight: 700;
  margin-right: 15px;
  color: #222222;
  letter-spacing: .5px;
}

.post-tags.bullet > a:hover {
  color: #ff2571;
}

.post-tags.bullet > a::before {
  width: 4px;
  height: 4px;
  content: "";
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #ff2571;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

/*=================================================
          post meta
      ==============================================================*/
.post-meta {
  margin-bottom: 15px;
}

.post-meta > span {
  display: inline-block;
  color: #666666;
  font-weight: 500;
}

.nav-tools-area .social-list > li > a i,
.nav-tools-area .nav-tools > li > a i {
  font-weight: bold;
  font-size: 14px;
}

.post-meta > span:not(:last-child) {
  margin-right: 30px;
}

.post-meta > span > a {
  color: inherit;
}

.post-meta > span > a:hover {
  color: #ff5700;
}

.post-meta > span > i {
  padding-right: 5px;
}

.post-meta .blog-avatar > img {
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-right: 10px;
  display: inline-block;
  -webkit-box-shadow: 4.95px 4.95px 15px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 4.95px 4.95px 15px 0px rgba(0, 0, 0, 0.07);
}

.post-meta.box-style > span::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #ffd0c7;
  display: inline-block;
  margin-right: 10px;
}

.post-meta.box-style > span > a {
  color: #000000;
}

.post-meta.meta-white > span {
  color: #FFFFFF;
}

.post-meta.meta-white > span > i {
  color: #00f39a;
}

.post-meta.meta-white > span > a {
  color: #FFFFFF;
}

.post-meta.meta-white > span > a > i {
  color: #00f39a;
}

.post-meta.meta-white .secondary {
  color: #000000;
}

.post-meta.meta-white > a {
  color: #FFFFFF;
}

.post-meta.meta-white > a > i {
  color: #00f39a;
}

.post-footer .social-list li:first-child {
  margin-right: 20px;
}

.boookmark > a {
  color: #ff5227;
  background: -webkit-gradient(linear, left top, right top, from(#ff5227), to(#ff066c));
  background: -webkit-linear-gradient(left, #ff5227 0%, #ff066c 100%);
  background: -o-linear-gradient(left, #ff5227 0%, #ff066c 100%);
  background: linear-gradient(90deg, #ff5227 0%, #ff066c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*=================================================
          owl nav
      ==============================================================*/
.owl-nav button.owl-prev,
.owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 5;
}

.owl-nav button.owl-prev {
  left: 15px;
}

.owl-nav button.owl-next {
  right: 15px;
}

.owl-nav button > i {
  width: 44px;
  height: 44px;
  line-height: 44px;
  display: block;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.1);
  color: #FFFFFF;
  font-size: 0.8823529412rem;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.round-nav .owl-nav button > i {
  width: 36px;
  height: 36px;
  line-height: 36px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-size: 0.5882352941rem;
  color: #333333;
  background-color: rgba(255, 255, 255, 0.97);
  -webkit-box-shadow: 0px 15px 55px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 15px 55px 0px rgba(0, 0, 0, 0.05);
}

.oneside-nav .owl-nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 3px;
}

.oneside-nav .owl-nav button.owl-next,
.oneside-nav .owl-nav button.owl-prev {
  position: static;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  display: block;
}

.oneside-nav .owl-nav button > i {
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.oneside-nav .owl-nav button > i:hover {
  color: #00f39a;
}

.oneside-nav .owl-nav button:not(:last-child) {
  margin-bottom: 3px;
}

.post-reverse .owl-nav {
  left: auto;
  right: 3px;
}

.control-style2 .owl-nav button > i {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: transparent;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 0.5882352941rem;
  -webkit-box-shadow: 0px 15px 55px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 15px 55px 0px rgba(0, 0, 0, 0.05);
}

.control-style2 .owl-nav button > i:hover {
  border-color: #FFFFFF;
}

.simple-arrow .owl-nav button > i {
  width: auto;
  height: auto;
  line-height: normal;
  background-color: rgba(0, 0, 0, 0);
  color: #000000;
  font-size: 1.1764705882rem;
}

.simple-arrow .owl-nav button.disabled > i {
  opacity: .2;
}

/*=================================================
          offset info
      ==============================================================*/
.sidebar-textwidget .sidebar-logo-wraper {
  margin-bottom: 33px;
}

.sidebar-textwidget .sidebar-logo-wraper a {
  display: inline-block;
}

.sidebar-textwidget > p {
  font-size: 0.8823529412rem;
  line-height: 1.5;
  margin-bottom: 40px;
}

.sidebar-textwidget .social-list {
  margin-bottom: 30px;
  text-align: center;
}

.sideabr-list-widget {
  margin-bottom: 40px;
}

.sideabr-list-widget li {
  margin-bottom: 20px;
}

.sideabr-list-widget li:last-child {
  margin-bottom: 0px;
}

.sideabr-list-widget img {
  margin-right: 15px;
  margin-top: 3px;
}

.sideabr-list-widget p,
.sideabr-list-widget a {
  margin-bottom: 2px;
  color: #000000;
  margin-bottom: 8px;
  display: block;
}

.sideabr-list-widget span {
  display: block;
  font-size: 0.8235294118rem;
  color: #ff5700;
}

.sideabr-list-widget .media-body {
  line-height: 1;
  margin-top: 6px;
}

.subscribe-form-wraper {
  position: relative;
  margin-bottom: 40px;
}

.subscribe-form-wraper p {
  font-size: 1.0588235294rem;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1;
  color: #1768dd;
}

/*=================================================
          offset sidebar
      ==============================================================*/
.xs-sidebar-group .xs-overlay {
  left: 100%;
  top: 0;
  position: fixed;
  z-index: 101;
  height: 100%;
  opacity: 0;
  width: 100%;
  visibility: hidden;
  -webkit-transition: all .4s ease-in .8s;
  -o-transition: all .4s ease-in .8s;
  transition: all .4s ease-in .8s;
  cursor: url(../img/cross-out.png), pointer;
}

.xs-sidebar-widget {
  position: fixed;
  right: -100%;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 420px;
  z-index: 999999;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #fff;
  -webkit-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  -o-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  visibility: hidden;
  opacity: 0;
}

.xs-sidebar-widget .widget-heading {
  position: absolute;
  right: 30px;
  top: 30px;
}

.xs-sidebar-group.isActive .xs-overlay {
  opacity: .9;
  visibility: visible;
  -webkit-transition: all .8s ease-out 0s;
  -o-transition: all .8s ease-out 0s;
  transition: all .8s ease-out 0s;
  left: 0;
}

.xs-sidebar-group.isActive .xs-sidebar-widget {
  opacity: 1;
  visibility: visible;
  right: 0;
  -webkit-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
  -o-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
  transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
}

.sidebar-textwidget {
  padding: 40px;
  padding-top: 120px;
}

.close-side-widget {
  color: #ff5700;
  font-size: 0.8823529412rem;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid currentColor;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
}

.close-side-widget:hover {
  background-color: #ff5700;
  color: #FFFFFF;
}

.sidebar-widget-container {
  position: relative;
  top: 150px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease-in .3s;
  -o-transition: all .3s ease-in .3s;
  transition: all .3s ease-in .3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.xs-sidebar-group.isActive .sidebar-widget-container {
  top: 0px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 1s ease-out 1.2s;
  -o-transition: all 1s ease-out 1.2s;
  transition: all 1s ease-out 1.2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/*=================================================
          modal search
      ==============================================================*/
.modal-searchPanel .search-form {
  position: relative;
}

.modal-searchPanel .search-form input:not([type="submit"]) {
  height: 70px;
  background-color: transparent;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  border: 2px solid #FFFFFF;
  color: #FFFFFF;
  padding: 0 30px;
}

.modal-searchPanel .search-form input:not([type="submit"])::-moz-placeholder {
  color: #FFFFFF;
}

.modal-searchPanel .search-form input:not([type="submit"]):-moz-placeholder {
  color: #FFFFFF;
}

.modal-searchPanel .search-form input:not([type="submit"]):-ms-input-placeholder {
  color: #FFFFFF;
}

.modal-searchPanel .search-form input:not([type="submit"])::-webkit-input-placeholder {
  color: #FFFFFF;
}

.modal-searchPanel .search-form .search-button {
  background-color: transparent;
  border: 0px;
  padding: 0;
  color: #FFFFFF;
  position: absolute;
  right: 0;
  cursor: pointer;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 100%;
  width: 70px;
  -webkit-border-radius: 0 50px 50px 0;
  border-radius: 0 50px 50px 0;
}

/*=================================================
          search backdrop
      ==============================================================*/
/* magnific pop up modal */
.mfp-bg.xs-promo-popup {
  background-color: rgba(0, 0, 0, 0.87);
  padding-bottom: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  overflow: hidden;
  -webkit-animation: menu-animation .8s ease-out forwards;
  animation: menu-animation .8s ease-out forwards;
}

/* animation keyframes list */
@-webkit-keyframes menu-animation {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.04) translateY(300%);
    transform: scale(0.04) translateY(300%);
  }
  40% {
    -webkit-transform: scale(0.04) translateY(0);
    transform: scale(0.04) translateY(0);
    -webkit-transition: ease-out;
    -o-transition: ease-out;
    transition: ease-out;
  }
  40% {
    -webkit-transform: scale(0.04) translateY(0);
    transform: scale(0.04) translateY(0);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.02) translateY(0px);
    transform: scale(0.02) translateY(0px);
  }
  61% {
    opacity: 1;
    -webkit-transform: scale(0.04) translateY(0px);
    transform: scale(0.04) translateY(0px);
  }
  99.9% {
    opacity: 1;
    height: 0;
    padding-bottom: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(2) translateY(0px);
    transform: scale(2) translateY(0px);
    height: 100%;
    padding-bottom: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
}

@keyframes menu-animation {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.04) translateY(300%);
    transform: scale(0.04) translateY(300%);
  }
  40% {
    -webkit-transform: scale(0.04) translateY(0);
    transform: scale(0.04) translateY(0);
    -webkit-transition: ease-out;
    -o-transition: ease-out;
    transition: ease-out;
  }
  40% {
    -webkit-transform: scale(0.04) translateY(0);
    transform: scale(0.04) translateY(0);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.02) translateY(0px);
    transform: scale(0.02) translateY(0px);
  }
  61% {
    opacity: 1;
    -webkit-transform: scale(0.04) translateY(0px);
    transform: scale(0.04) translateY(0px);
  }
  99.9% {
    opacity: 1;
    height: 0;
    padding-bottom: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(2) translateY(0px);
    transform: scale(2) translateY(0px);
    height: 100%;
    padding-bottom: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
}

/* Styles for dialog window */
.xs-promo-popup .modal-content {
  background-color: transparent;
  padding: 0px;
  border: 0px;
}

.xs-promo-popup .mfp-close {
  color: #FFFFFF;
  opacity: 0;
  -webkit-transition: all 1s ease .8s;
  -o-transition: all 1s ease .8s;
  transition: all 1s ease .8s;
  -webkit-transform: translateY(-500px);
  -ms-transform: translateY(-500px);
  transform: translateY(-500px);
}

.xs-promo-popup.mfp-ready .mfp-close {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

/* at start */
.xs-promo-popup.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 1s ease .8s;
  -o-transition: all 1s ease .8s;
  transition: all 1s ease .8s;
  -webkit-transform: translateY(-500px);
  -ms-transform: translateY(-500px);
  transform: translateY(-500px);
}

/* animate in */
.xs-promo-popup.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

/*=================================================
          underline text
      ==============================================================*/
.underline-text {
  position: relative;
  display: inline-block;
  cursor: pointer;
  z-index: 1;
}

.underline-text::before {
  position: absolute;
  content: "";
  bottom: 7px;
  left: -2px;
  width: 0%;
  height: 4px;
  background-color: #00f39a;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: -1;
}

.underline-text:hover::before {
  width: calc(100% + 4px);
}

/*=================================================
          dots
      ==============================================================*/
.dots {
  display: inline-block;
}

.dots .dot {
  width: 4px;
  height: 4px;
  background-color: #FFFFFF;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: block;
  float: left;
}

.dots .dot:not(:last-child) {
  margin-right: 10px;
}

/*=================================================
          tilt
      ==============================================================*/
.parallax-block {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: perspective(300px);
  transform: perspective(300px);
}

/*=================================================
          bubbles
      ==============================================================*/
.bubbles {
  overflow: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.bubble-container {
  position: absolute;
  bottom: 0;
  will-change: transform;
  -webkit-animation: bubblerise 4s infinite ease-in;
  animation: bubblerise 4s infinite ease-in;
  opacity: 0;
}

.bubble {
  width: 6px;
  height: 6px;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.25);
  will-change: transform;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-animation: bubblewobble 0.4s infinite linear;
  animation: bubblewobble 0.4s infinite linear;
}

@-webkit-keyframes bubblerise {
  0% {
    bottom: 0;
    opacity: 0;
  }
  5% {
    bottom: 0;
    opacity: 1;
  }
  99% {
    opacity: 1;
  }
  100% {
    bottom: 100%;
    opacity: 0;
  }
}

@keyframes bubblerise {
  0% {
    bottom: 0;
    opacity: 0;
  }
  5% {
    bottom: 0;
    opacity: 1;
  }
  99% {
    opacity: 1;
  }
  100% {
    bottom: 100%;
    opacity: 0;
  }
}

/*=================================================
          background colors
      ==============================================================*/
.bg-1 {
  background-color: #e5f8f2;
}

.bg-2 {
  background-color: #e8efff;
}

.bg-3 {
  background-color: #feebeb;
}

/*=================================================
          element inheritance
      ==============================================================*/
.xs-mb-0 {
  margin-bottom: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* margin 0 */
.xs-margin-0 {
  margin: 0;
}

/* xs padding */
.xs-padding-0 {
  padding: 0;
}

/* overlay list */
.xs-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: .5;
  z-index: 0;
}

/* color */
.black-color {
  color: #000000;
}

/* background color */
.black-bg {
  background-color: #000000;
}

/* color */
.white-color {
  color: #FFFFFF;
}

/* background color */
.white-bg {
  background-color: #FFFFFF;
}

/* color */
.primary-color {
  color: #ff5700;
}

/* background color */
.primary-bg {
  background-color: #ff5700;
}

/* color */
.secondary-color {
  color: #00138e;
}

/* background color */
.secondary-bg {
  background-color: #00138e;
}

/* color */
.gray-color {
  color: #f7f9fb;
}

/* background color */
.gray-bg {
  background-color: #f7f9fb;
}

/* remove from control focus box shadow */
.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* bootstrap nav style reset */
.nav-tabs {
  border-bottom: 0px;
}

/* tab pane animation */
.tab-pane.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

/* remove iframe box shadow and background */
.mfp-iframe-scaler iframe {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
}

img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

a {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

p:last-child {
  margin-bottom: 0px;
}

/* section padding */
.section-padding {
  padding: 100px 0;
}

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

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

.section-padding-medium {
  padding: 120px 0;
}

.section-padding-medium-bottom {
  padding-bottom: 120px;
}

.section-padding-medium-top {
  padding-top: 120px;
}

h1,
h2,
h3 {
  color: #000000;
  font-weight: 700;
}

iframe {
  width: 100%;
}

img[data-scrollax] {
  pointer-events: none;
}

/* input type number spinner turn of chrome */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* input type number spinner turn of firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.cursive-font {
  font-family: "Playfair Display", serif;
  font-weight: 700;
}

.special-heading .section-sub-title,
.special--heading .section-sub-title {
  font-size: 0.88235rem;
  color: rgba(0, 0, 0, 0.7);
  font-weight: 400;
  margin-bottom: 2px;
}

.xs-footer-section.footer-style2 .modern_social_list > li {
  display: inline-block;
}

.xs-footer-section.footer-style2 .modern_social_list > li > a {
  color: #FFFFFF;
  font-size: 13px;
}

.xs-footer-section.footer-style2 .modern_social_list > li > a span {
  display: none;
}

.modern-banner .banner-wrapper-inner {
  position: relative;
  z-index: 1;
}

.modern-banner .banner-wrapper-inner::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: white;
  background: -webkit-gradient(linear, left top, right top, from(white), to(rgba(0, 212, 255, 0)));
  background: -webkit-linear-gradient(left, white 0%, rgba(0, 212, 255, 0) 100%);
  background: -o-linear-gradient(left, white 0%, rgba(0, 212, 255, 0) 100%);
  background: linear-gradient(90deg, white 0%, rgba(0, 212, 255, 0) 100%);
  pointer-events: none;
  z-index: -1;
}

body .builder-content .full_width.category-card-wrapper {
  -webkit-background-size: contain !important;
  background-size: contain !important;
}

.category-page .post-separetor {
  margin-bottom: 15px;
}

body:not(.home) .header.header-transparent {
  background-color: #222;
  position: relative;
}

.blog-details {
  margin-top: 0px;
  padding-top: 60px;
}

.wpcf7-form > p {
  margin-bottom: 0;
}

.wpcf7-form > p > label {
  margin-bottom: 15px;
}

.wpcf7-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
.wpcf7-form textarea {
  display: block;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 15px;
  color: #495057;
  background-color: #fff;
  border: 1px solid #e7e7e7;
  -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  -o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  height: 56px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.wpcf7-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):hover,
.wpcf7-form textarea:hover {
  border-color: #333333;
}

.wpcf7-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):focus,
.wpcf7-form textarea:focus {
  border-color: #4d68ff;
}

.wpcf7-form input[type="submit"] {
  display: block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 12px 15px;
  font-size: 14px;
  background-color: #313636;
  border: 0px solid #000;
  color: #FFFFFF;
  cursor: pointer;
  width: 100%;
}

.wpcf7-form input[type="submit"]:hover {
  background-color: #4d68ff;
}

.wpcf7-form label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #313636;
  font-weight: 400;
  font-size: 15px;
}

.wpcf7-form textarea {
  height: 176px;
  resize: none;
  padding-top: 15px;
}

.gutentim_map_wraper {
  height: 100%;
  max-height: 564px;
}

.post-single .blog-image {
  text-align: center;
  padding: 30px 0;
}

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

.page-links .page-link-text {
  margin-right: 10px;
}

.page-links .page-link {
  color: #FF5700;
}

.page-links .current .page-link {
  background-color: #FF5700;
  color: #fff;
}

.post-password-form input[type=password] {
  display: block;
}

.post-password-form input[type=submit] {
  background-color: #FF5700;
  color: #fff;
  border: none;
  padding: 3px 10px;
}

/*--------------------------------------------------------------
          # Alignments
          --------------------------------------------------------------*/
.alignleft figcaption {
  clear: left;
}

.alignright figcaption {
  clear: right;
}

.alignleft img,
.alignleft figcaption {
  float: left;
  margin-right: 1.5em;
}

.alignright img,
.alignright figcaption {
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  list-style-position: inside;
}

/*--------------------------------------------------------------
          # Widgets
          --------------------------------------------------------------*/
.widget-area {
  width: 25%;
}

.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}

.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
          # Content
          --------------------------------------------------------------*/
#page {
  margin: 0 auto;
  max-width: 100%;
}

.site-branding {
  text-align: center;
  margin: 60px 0;
}

.site-footer {
  margin: 1em 0;
  opacity: 0.5;
}

/*--------------------------------------------------------------
          ## Posts and pages
          --------------------------------------------------------------*/
.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.entry-header,
.page-header,
.entry-footer,
.site-info,
.post-navigation,
.page-navigation,
.comments-area,
.not-found .page-content,
.search .entry-summary {
  margin: 1.5em auto;
  padding-left: 14px;
  padding-right: 14px;
}

.entry-header .wp-post-image {
  margin-bottom: 1.5em;
}

.entry-footer span {
  margin-right: 1em;
}

.entry-footer {
  color: #aaa;
  font-size: 90%;
  padding-bottom: 40px;
  border-bottom: 1px solid #111;
}

@media screen and (min-width: 664px) {
  .entry-header,
  .page-header,
  .entry-footer,
  .site-info,
  .post-navigation,
  .page-navigation,
  .comments-area,
  .not-found .page-content,
  .search .entry-summary {
    padding-left: 0;
    padding-right: 0;
  }
}

/*--------------------------------------------------------------
          ## Comments
          --------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
          # Infinite scroll
          --------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
          # Media
          --------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
          ## Captions
          --------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
          ## Galleries
          --------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.3333333333%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.6666666667%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.2857142857%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.1111111111%;
}

.gallery-caption {
  display: block;
}

.read-more {
  display: block;
  margin-top: 20px;
}

.gutentim_cat_loadmore,
.gutentim_search_loadmore,
.gutentim_loadmore {
  margin: 0 15px;
}

.nav-tools-area .nav-tools,
.nav-tools-area .social-list {
  margin-bottom: 0;
}

.gutentim_loadmore {
  max-width: 345px;
  margin: 0 auto;
  margin-top: 30px;
}

.gutentim_loadmore > span {
  padding-right: 15px;
}

.wp-block-quote {
  border-left: 0;
  margin: 40px 0;
  background: #00d280;
  position: relative;
}

.wp-block-quote.is-style-large {
  padding: 50px;
  padding-left: 150px;
}

.wp-block-quote:before {
  content: "\e937";
  font-size: 80px;
  display: block;
  z-index: 1;
  top: 20px;
  left: 60px;
  font-weight: 400;
}

.banner-slider-two .owl-stage-outer {
  overflow: visible;
}

.post-item {
  margin-bottom: 55px;
}

.social-infos .social-list li {
  padding-bottom: 0px;
  margin-bottom: 0px;
  line-height: 1;
}

.widget_categories ul li {
  text-align: center;
}

.widget_categories ul li > a:hover {
  color: #ff5700;
}

.main-home .post-thumbnail {
  display: inline-block;
}

.menu {
  margin-bottom: 0px;
}

.special-banner {
  padding-top: 103px;
}

.special-banner .single-banner-post {
  min-height: 549px;
}

@media (min-width: 1024px) {
  .post-banner .post-image {
    padding-left: 0px;
    margin-right: -189px;
  }
}

.xs-inline-subscribe-form-2 .yikes-easy-mc-form.widgetsub-form.dark-version .btn {
  position: relative;
  background-color: #fff;
}

.xs-inline-subscribe-form-2 .yikes-easy-mc-form.widgetsub-form.dark-version input {
  background-color: rgba(255, 255, 255, 0.3);
  border-bottom: 0px;
}

.xs-inline-subscribe-form-2 .yikes-easy-mc-form.widgetsub-form.dark-version input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000000;
}

.xs-inline-subscribe-form-2 .yikes-easy-mc-form.widgetsub-form.dark-version input::-moz-placeholder {
  /* Firefox 19+ */
  color: #000000;
}

.xs-inline-subscribe-form-2 .yikes-easy-mc-form.widgetsub-form.dark-version input:-ms-input-placeholder {
  /* IE 10+ */
  color: #000000;
}

.xs-inline-subscribe-form-2 .yikes-easy-mc-form.widgetsub-form.dark-version input:-moz-placeholder {
  /* Firefox 18- */
  color: #000000;
}

.modarn-post-tile-block .post {
  margin-bottom: 30px;
}

.wp-block-pullquote {
  border-top: 4px solid #555d66;
  border-bottom: 4px solid #555d66;
  color: #40464d;
}

.wp-block-code {
  border: 1px solid #e2e4e7;
  padding: 10px;
}

.wp-caption.aligncenter {
  margin: 0 auto;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.comment-author p {
  margin-top: 10px;
}

.comments-list {
  list-style: none;
}

@media only screen and (min-width: 768px) {
  .entry-content .wp-block-audio {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}

.copyright-style-boxed {
  position: relative;
}

@media (max-width: 991px) {
  .copyright-style-boxed {
    padding-right: 60px;
  }
}

@media (max-width: 480px) {
  .copyright-style-boxed .copyright {
    font-size: 12px;
  }
}

.backtotop-style-two {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  bottom: 0;
  right: 0px;
  height: 100%;
  width: 60px;
  background-color: #ff5700;
}

.backtotop-style-two .backtotop {
  color: #fff;
  font-size: 0.7647058824rem;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.backtotop-style-two .backtotop:hover {
  color: #fff;
}

.inline-style > li {
  display: inline-block;
}

.footer__widget .inline-style > li {
  display: inline-block;
  line-height: 1;
}

.footer__widget .inline-style > li:not(:last-child) {
  margin-right: 20px;
  margin-bottom: 0px;
}

.inline-form-style4.widgetsub-form input[type="email"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}

.inline-form-style4.widgetsub-form input[type="email"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}

.inline-form-style4.widgetsub-form input[type="email"]:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}

.inline-form-style4.widgetsub-form input[type="email"]:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}

.main-home blockquote.wp-block-quote {
  background-color: #00d280;
}

@media (min-width: 992px) {
  .main-home blockquote.wp-block-quote {
    padding-left: 140px;
  }
}

@media (max-width: 480px) {
  .main-home blockquote.wp-block-quote {
    padding-left: 80px;
  }
}

.main-home blockquote.wp-block-quote > p {
  font-style: normal;
}

@media (max-width: 480px) {
  .main-home blockquote.wp-block-quote > p {
    font-size: 17px;
  }
}

.main-home blockquote.wp-block-quote > cite {
  font-style: normal;
  margin-left: 0px;
}

@media (min-width: 992px) {
  .post blockquote.wp-block-quote,
  .post .wp-block-quote,
  .post .wp-block-quote:not(.is-large):not(.is-style-large),
  .post blockquote.wp-block-pullquote,
  .post .wp-block-quote.is-large,
  .post .wp-block-quote.is-style-large,
  .post .wp-block-pullquote:not(.is-style-solid-color) {
    padding-left: 140px;
  }
}

@media (max-width: 991px) {
  .post blockquote.wp-block-quote,
  .post .wp-block-quote,
  .post .wp-block-quote:not(.is-large):not(.is-style-large),
  .post blockquote.wp-block-pullquote,
  .post .wp-block-quote.is-large,
  .post .wp-block-quote.is-style-large,
  .post .wp-block-pullquote:not(.is-style-solid-color) {
    padding-left: 130px;
  }
}

@media (max-width: 480px) {
  .post blockquote.wp-block-quote,
  .post .wp-block-quote,
  .post .wp-block-quote:not(.is-large):not(.is-style-large),
  .post blockquote.wp-block-pullquote,
  .post .wp-block-quote.is-large,
  .post .wp-block-quote.is-style-large,
  .post .wp-block-pullquote:not(.is-style-solid-color) {
    padding-left: 80px;
  }
}

.post blockquote.wp-block-quote > cite,
.post .wp-block-quote > cite,
.post .wp-block-quote:not(.is-large):not(.is-style-large) > cite,
.post blockquote.wp-block-pullquote > cite,
.post .wp-block-quote.is-large > cite,
.post .wp-block-quote.is-style-large > cite,
.post .wp-block-pullquote:not(.is-style-solid-color) > cite {
  font-style: normal;
  margin-left: 0px;
}

@media (min-width: 992px) {
  .main-home .entry-title {
    font-size: 36px;
  }
}

@media (max-width: 480px) {
  .main-home .entry-title {
    font-size: 20px;
  }
}

.more-link {
  display: none;
}

.format-gallery .gallery-slider {
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .gutentim-catagory-post-wrappper .post-content,
  .gutentim-catagory-post-wrappper .entry-content,
  .main-home .post-content,
  .main-home .entry-content,
  .author-page-blog-list .post-content,
  .author-page-blog-list .entry-content {
    padding-left: 95px;
    padding-right: 95px;
  }
  .post_format-post-format-quote blockquote.wp-block-quote > p {
    font-style: normal;
    font-size: 22px;
  }
}

@media (max-width: 991px) {
  .post_format-post-format-quote blockquote cite {
    margin-left: 0px;
  }
  .post_format-post-format-quote blockquote cite:before {
    display: none;
  }
}

.entry-content-audio,
.entry-content-video {
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .container-fluid.instafeed--group.instafeed--group--padding {
    padding: 60px 180px;
  }
}

.instagram-feed-area.boxed .instafeed--group > .col-lg-12 {
  padding-right: 0px;
  padding-left: 0px;
}

.instagram-feed-area .instafeed--group {
  padding-top: 50px;
  padding-bottom: 80px;
}

.comment-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.comment-form .comment-notes {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.comment-form > .row {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
}

.comment-form .comment-form-cookies-consent {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4;
}

.comment-form .form-group {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

.comment-form .form-submit {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
      -ms-flex-order: 5;
          order: 5;
  margin-bottom: 0px;
}

.comment-form-cookies-consent > label {
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  padding-left: 10px;
}

.blog-post-comment {
  padding-bottom: 100px;
}

.blog-details .related-posts {
  margin-bottom: 0px;
}

.post-list .post-item .post-image {
  margin-bottom: 35px;
}

.post-list .entry-title {
  font-weight: 900;
}

.blog-details.format-audio .blog-image, .blog-details.format-video .blog-image, .blog-details.format-quote .blog-image {
  display: none;
}

.wp-block-embed-soundcloud {
  margin-top: 0px;
  margin-bottom: 0px;
}

.blog-details .wp-block-embed-soundcloud {
  padding-top: 9px;
}

@media (min-width: 992px) {
  .gutentim-limited-content-details > .entry-content > *:not(:first-child) {
    width: 66.66667%;
    margin-left: auto;
    margin-right: auto;
  }
}

.blog-details.format-gallery .gallery-slider {
  margin-bottom: 0px;
}

.blog-details.format-gallery .blog-image {
  padding-bottom: 0px;
}

.is-provider-youtube .wp-block-embed__wrapper,
.gutentim-admin-page-video {
  height: 530px;
}

@media (max-width: 767px) {
  .is-provider-youtube .wp-block-embed__wrapper,
  .gutentim-admin-page-video {
    height: 300px;
  }
}

@media (max-width: 480px) {
  .is-provider-youtube .wp-block-embed__wrapper,
  .gutentim-admin-page-video {
    height: 150px;
  }
}

@media (max-width: 480px) {
  .wp-block-quote:before {
    font-size: 30px;
    top: 19px;
    left: 40px;
  }
  .wp-block-quote p {
    font-size: 14px;
  }
  .wp-block-quote {
    padding: 50px;
    padding-left: 40px;
  }
  .post-single .entry-content > p {
    margin-top: 17px;
    margin-bottom: 17px;
  }
  .post-single .entry-header {
    margin-bottom: 0px;
  }
}

.gutentim-admin-page-video iframe {
  margin-top: 0px;
  margin-bottom: 0px;
}

.wp-block-quote.is-style-large {
  background: #00d280;
}

.author-page-blog-list .post-list .post-image,
.author-page-blog-list .post-list .gallery-slider {
  margin-bottom: 22px;
}

.author-post-page-header {
  padding-top: 100px;
  margin-top: 0px;
  margin-bottom: 0px;
}

@media (max-width: 480px) {
  .author-post-page-header {
    padding-top: 50px;
  }
}

.author-post-page-header h2 {
  font-size: 2rem;
  margin-top: 0px;
  margin-bottom: 0;
  font-weight: 900;
}

@media (max-width: 480px) {
  .author-post-page-header h2 {
    font-size: 1.2rem;
  }
}

.gutentim-post-grid .mejs-playpause-button {
  width: 40px !important;
  height: 40px !important;
  line-height: 40px !important;
  margin-right: 10px !important;
}

.gutentim-post-grid .mejs-controls .mejs-button > button {
  font-size: 14px;
}

.gutentim-post-grid .mejs-time-total {
  margin-top: 1px;
}

.gutentim-post-grid .mejs-container .mejs-time {
  padding-top: 0;
}

.gutentim-post-grid .mejs-time-rail {
  margin: 0 10px !important;
  padding-top: 0px !important;
}

.gutentim-post-grid .mejs-horizontal-volume-slider,
.gutentim-post-grid .mejs-horizontal-volume-total {
  width: 44px !important;
}

.gutentim-post-grid .mejs-button.mejs-volume-button {
  height: 20px;
  width: 23px;
  padding-top: 0px;
  margin-top: -4px;
}

.gutentim-post-grid .mejs-horizontal-volume-slider {
  margin-top: 0px;
  height: 8px;
}

.gutentim-post-grid .mejs-horizontal-volume-total {
  top: 2px;
}

.gutentim-post-grid .mejs-container:not(.mejs-video) {
  height: 173px !important;
}

.gutentim-post-grid .gutentim-admin-page-video,
.gutentim-post-grid .wp-block-embed__wrapper {
  height: 300px;
}

.gutentim-post-grid .wp-block-quote.is-style-large {
  padding: 10px;
  padding-left: 50px;
}

.gutentim-post-grid .wp-block-quote:before {
  font-size: 30px;
  top: 6px;
  left: 10px;
}

.gutentim-post-grid .wp-block-quote.is-style-large p {
  font-size: 1em;
}

.gutentim-post-grid .entry-title {
  font-size: 1.2rem;
  margin-bottom: 25px;
}

.pagination {
  margin-bottom: 0px;
}

.entry-title > a:hover {
  color: #ff5700;
}

.post-thumbnail:hover > img {
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
}

.owl-nav button:hover > i {
  background-color: #ff5700;
}

.pingback .comment-content {
  display: none;
}

@media (max-width: 767px) {
  .sidebar {
    margin-top: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .post-list .entry-title {
    font-size: 1.2rem;
  }
  .post-meta > span:not(:last-child) {
    margin-right: 15px;
  }
}

@media (min-width: 992px) {
  .blog-posts .gutentim-catagory-post-wrappper .post-content,
  .blog-posts .gutentim-catagory-post-wrappper .entry-content,
  .blog-posts .main-home .post-content,
  .blog-posts .main-home .entry-content,
  .blog-posts .author-page-blog-list .post-content,
  .blog-posts .author-page-blog-list .entry-content {
    padding-left: 95px;
    padding-right: 95px;
  }
  .blog-posts .col-lg-8 .gutentim-catagory-post-wrappper .post-content,
  .blog-posts .col-lg-8 .gutentim-catagory-post-wrappper .entry-content,
  .blog-posts .col-lg-8 .main-home .post-content,
  .blog-posts .col-lg-8 .main-home .entry-content,
  .blog-posts .col-lg-8 .author-page-blog-list .post-content,
  .blog-posts .col-lg-8 .author-page-blog-list .entry-content {
    padding-left: 45px;
    padding-right: 45px;
  }
}

.main-home .blog-posts .col-lg-8 .post {
  padding: 0px;
}

.blog-post-comment .comments-list {
  padding-left: 0px;
  margin-bottom: 0px;
}

.blog-post-comment .comments-list .comment .comment-respond {
  padding-bottom: 80px;
}

.xs_social_share_widget ~ .header {
  position: relative;
  z-index: 99991;
}

@media (max-width: 991px) {
  .admin-bar .elementskit-nav-identity-panel {
    top: 30px;
  }
}

.xs_social_share_widget .xs_share_url > li.share-floating a {
  opacity: .4;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.xs_social_share_widget .xs_share_url > li.share-floating a:hover {
  opacity: 1;
}

.trackback .comment-content {
  display: none;
}

.mejs-container {
  margin-bottom: 30px;
}

.entry-content-video video {
  width: 100%;
  display: block;
  height: 100%;
}

@media (min-width: 992px) {
  .boxed-style {
    background: #f2e2dc;
    background: -webkit-gradient(linear, left bottom, left top, from(#f2e2dc), to(#f0f0f0));
    background: -webkit-linear-gradient(bottom, #f2e2dc 0%, #f0f0f0 100%);
    background: -o-linear-gradient(bottom, #f2e2dc 0%, #f0f0f0 100%);
    background: linear-gradient(0deg, #f2e2dc 0%, #f0f0f0 100%);
    position: relative;
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .boxed-style > .header,
  .boxed-style > .page,
  .boxed-style > .xs-footer-section,
  .boxed-style > .gutentim-single-content,
  .boxed-style > .category-page,
  .boxed-style > .gutentim-author-page,
  .boxed-style > .author-post-page-header {
    max-width: 1400px;
    width: 100%;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
  }
  .boxed-style .header.header-transparent {
    position: absolute !important;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .boxed-style .header.header-transparent + .category-page {
    padding-top: 200px;
  }
  .boxed-style .header.header-transparent + .gutentim-single-content {
    padding-top: 140px;
  }
}

@media (max-width: 991px) {
  body.boxed-style > .page {
    background-color: #fff;
  }
}

.wp-block-column.sticky-sidebar {
  padding-left: 0;
  padding-right: 0;
  margin-left: 15px;
  z-index: 5;
}

@media only screen and (max-width: 1023px) {
  .inner-wrapper-sticky {
    position: static !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
  }
  .wp-block-column.sticky-sidebar {
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 0px;
    z-index: 5;
  }
  .blog-sidebar-sidebar-style2 .wp-block-columns[class*='has-'] > * {
    margin-right: 1rem;
  }
  .blog-sidebar-sidebar-style2 .wp-block-columns[class*='has-'] > *:last-child {
    margin-right: 0;
  }
  .wp-block-columns[class*='has-'] > * {
    margin-right: 0px !important;
  }
}

@media (min-width: 1024px) {
  .wp-block-column.sticky-sidebar {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(33.333333% - 15px);
    -ms-flex: 0 0 calc(33.333333% - 15px);
    flex: 0 0 calc(33.333333% - 15px);
    max-width: calc(33.333333% - 15px);
  }
}

.nav-tools-area > ul {
  padding-left: 0px;
}

.post_format-post-format-audio .entry-audio {
  width: 100%;
  margin-bottom: 30px;
}

.mejs-container {
  clear: both;
  max-width: 100%;
}

.mejs-container:not(.mejs-video) {
  height: 193px !important;
}

.mejs-playpause-button {
  width: 90px !important;
  height: 90px !important;
  line-height: 90px !important;
  margin-top: -17px !important;
  margin-right: 20px !important;
  background-color: #ffffff !important;
  border: 0px !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  -webkit-box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.07);
}

@media (max-width: 767px) {
  .mejs-playpause-button {
    width: 45px !important;
    height: 45px !important;
    line-height: 45px !important;
    margin-right: 10px !important;
  }
}

.mejs-container .mejs-button > button {
  font-size: 18px;
  color: #f75741;
  line-height: normal;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: 100%;
  position: static;
  background: inherit;
  -webkit-border-radius: inherit;
          border-radius: inherit;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mejs-controls {
  height: auto !important;
  padding: 0 40px 50px !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 767px) {
  .mejs-controls {
    padding: 0 20px 60px !important;
  }
}

.mejs-container,
.mejs-container .mejs-controls,
.mejs-embed,
.mejs-embed body,
.mejs-container .mejs-controls,
.wp-playlist .mejs-container .mejs-controls {
  background: #f75741 !important;
}

.mejs-controls .mejs-time {
  margin-top: 1px;
  padding-left: 0;
  padding-right: 0;
}

.mejs-time-rail {
  margin: 0 30px !important;
  padding-top: 17px !important;
}

@media (max-width: 767px) {
  .mejs-time-rail {
    margin: 0 20px !important;
    padding-top: 0px !important;
  }
}

.mejs-controls .mejs-time-rail > span {
  -webkit-border-radius: 0px !important;
  border-radius: 0px !important;
}

.scheme_default .mejs-controls .mejs-time-rail .mejs-time-current {
  background: #fd4145;
}

.mejs-container .mejs-time {
  color: #FFF;
  font-size: 11px;
  padding-top: 21px;
  letter-spacing: 0;
  font-weight: 400;
}

@media (max-width: 767px) {
  .mejs-container .mejs-time {
    padding-top: 0px;
  }
}

.mejs-button.mejs-volume-button {
  width: 73px;
  padding-top: 13px;
}

@media (max-width: 767px) {
  .mejs-button.mejs-volume-button {
    width: 43px;
    height: 16px;
    padding-top: 0px;
    top: -2px;
  }
}

.scheme_default .mejs-controls .mejs-button > button {
  color: #152035;
}

.mejs-controls .mejs-button > button {
  font-size: 21px;
  line-height: 1;
}

@media (max-width: 767px) {
  .mejs-controls .mejs-button > button {
    font-size: 11px;
  }
}

.mejs-horizontal-volume-slider,
.mejs-horizontal-volume-total {
  width: 114px !important;
}

@media (max-width: 767px) {
  .mejs-horizontal-volume-slider,
  .mejs-horizontal-volume-total {
    width: 34px !important;
  }
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.mejs-controls .mejs-time-rail > span {
  -webkit-border-radius: 0px !important;
  border-radius: 0px !important;
}

.scheme_default .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  background: #244076;
}

.scheme_default .mejs-controls .mejs-volume-slider .mejs-volume-handle,
.scheme_default .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
  background: #fd4145;
}

.mejs-controls .mejs-playpause-button.mejs-play > button:before,
.mejs-controls .mejs-playpause-button.mejs-replay > button:before {
  content: '\e93c';
  font-family: "iconfont";
  top: -1px;
  position: relative;
}

.mejs-time-total,
.mejs-horizontal-volume-total {
  background: rgba(0, 0, 0, 0.1);
}

.mejs-time-loaded {
  background: rgba(0, 0, 0, 0);
}

.mejs-controls .mejs-volume-button.mejs-unmute > button:before {
  content: '\e85d';
  font-family: "iconfont";
  font-size: 1.05em;
  position: relative;
  top: 0;
}

.mejs-controls .mejs-volume-button.mejs-mute > button:before {
  content: '\e85a';
  font-family: "iconfont";
}

.mejs-container .mejs-volume-button > button {
  color: #ffffff;
}

.mejs-horizontal-volume-current {
  background-color: #fff;
}

.mejs-controls .mejs-playpause-button.mejs-pause > button::before {
  content: '';
  top: -1px;
  position: relative;
  height: 20px;
  width: 4px;
  background-color: #f75741;
  -webkit-box-shadow: 7px 0px 0px 0px #f75741;
          box-shadow: 7px 0px 0px 0px #f75741;
  left: -4px;
}

.mejs-time-handle-content {
  -webkit-border-radius: 0px;
          border-radius: 0px;
}

.mejs-time-float-current {
  margin: 0;
  width: 100%;
  line-height: 18px;
  -webkit-border-radius: 0;
          border-radius: 0;
}

.mejs-time-float {
  background: #fff;
  border: 0px solid #333;
}

.mejs-time-float-corner {
  border: 5px solid #ffffff;
  border-color: #ffffff transparent transparent;
}

.mejs-horizontal-volume-slider {
  margin-top: 7px;
}

@media (max-width: 767px) {
  .mejs-horizontal-volume-slider {
    height: 8px;
    margin-top: 0px;
  }
}

@media (max-width: 767px) {
  .mejs-time-total {
    margin: 2px 0 0;
  }
  .mejs-horizontal-volume-total {
    top: 3px;
  }
}

.post-item .mejs-container:not(.mejs-video) {
  height: 133px !important;
}

.post-item .mejs-controls {
  padding: 0 20px 50px !important;
}

.post-item .mejs-controls .mejs-button > button {
  font-size: 14px;
  line-height: 1;
}

.post-item .mejs-playpause-button {
  width: 40px !important;
  height: 40px !important;
  line-height: 40px !important;
  margin-top: -14px !important;
  margin-right: 10px !important;
}

.post-item .mejs-horizontal-volume-slider,
.post-item .mejs-horizontal-volume-total {
  width: 44px !important;
  height: 12px;
  margin-top: 0px;
}

.post-item .mejs-container .mejs-time {
  padding-top: 0;
}

.post-item .mejs-time-rail {
  margin: 0 15px !important;
  padding-top: 0px !important;
  height: 11px;
}

.post-item .mejs-time-total {
  margin-top: 2px;
}

.post-item .mejs-button.mejs-volume-button {
  width: 30px;
  padding-top: 0;
  height: 20px;
  top: -4px;
}

.post-item .mejs-horizontal-volume-total {
  top: 2px;
}

.wp-block-audio {
  width: 100%;
  margin-bottom: 30px;
}

.mejs__container {
  clear: both;
  max-width: 100%;
}

.mejs__container:not(.mejs__video) {
  height: 193px !important;
}

.mejs__playpause-button {
  width: 90px !important;
  height: 90px !important;
  line-height: 90px !important;
  margin-top: -17px !important;
  margin-right: 20px !important;
  background-color: #ffffff !important;
  border: 0px !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  -webkit-box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.07);
}

@media (max-width: 767px) {
  .mejs__playpause-button {
    width: 45px !important;
    height: 45px !important;
    line-height: 45px !important;
    margin-right: 10px !important;
  }
}

.mejs__button > button {
  font-size: 18px;
  color: #f75741;
  line-height: normal;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: 100%;
  position: static;
  background: inherit;
  -webkit-border-radius: inherit;
          border-radius: inherit;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mejs__controls {
  height: auto !important;
  padding: 0 40px 50px !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 767px) {
  .mejs__controls {
    padding: 0 20px 60px !important;
  }
}

.mejs__container,
.mejs__container .mejs__controls,
.mejs__embed,
.mejs__embed body,
.mejs__container .mejs__controls,
.wp-playlist .mejs__container .mejs__controls {
  background: #f75741 !important;
}

.mejs__controls .mejs__time {
  margin-top: 1px;
  padding-left: 0;
  padding-right: 0;
}

.mejs__time-rail {
  margin: 0 30px !important;
  padding-top: 17px !important;
}

@media (max-width: 767px) {
  .mejs__time-rail {
    margin: 0 20px !important;
    padding-top: 0px !important;
  }
}

.mejs__controls .mejs__time-rail > span {
  -webkit-border-radius: 0px !important;
  border-radius: 0px !important;
}

.scheme_default .mejs__controls .mejs__time-rail .mejs__time-current {
  background: #fd4145;
}

.mejs__container .mejs__time {
  color: #FFF;
  font-size: 11px;
  padding-top: 21px;
  letter-spacing: 0;
  font-weight: 400;
}

@media (max-width: 767px) {
  .mejs__container .mejs__time {
    padding-top: 0px;
  }
}

.mejs__button.mejs__volume-button {
  width: 73px;
  padding-top: 13px;
}

@media (max-width: 767px) {
  .mejs__button.mejs__volume-button {
    width: 43px;
    height: 16px;
    padding-top: 0px;
    top: -2px;
  }
}

.scheme_default .mejs__controls .mejs__button > button {
  color: #152035;
}

.mejs__controls .mejs__button > button {
  font-size: 21px;
  line-height: 1;
}

@media (max-width: 767px) {
  .mejs__controls .mejs__button > button {
    font-size: 11px;
  }
}

.mejs__horizontal-volume-slider,
.mejs__horizontal-volume-total {
  width: 114px !important;
}

@media (max-width: 767px) {
  .mejs__horizontal-volume-slider,
  .mejs__horizontal-volume-total {
    width: 34px !important;
  }
}

.mejs__controls .mejs__horizontal-volume-slider .mejs__horizontal-volume-current,
.mejs__controls .mejs__horizontal-volume-slider .mejs__horizontal-volume-total,
.mejs__controls .mejs__time-rail > span {
  -webkit-border-radius: 0px !important;
  border-radius: 0px !important;
}

.scheme_default .mejs__controls .mejs__horizontal-volume-slider .mejs__horizontal-volume-current {
  background: #244076;
}

.scheme_default .mejs__controls .mejs-volume-slider .mejs-volume-handle,
.scheme_default .mejs__controls .mejs__horizontal-volume-slider .mejs-horizontal-volume-handle {
  background: #fd4145;
}

.mejs__controls .mejs__playpause-button.mejs__play > button:before,
.mejs__controls .mejs__playpause-button.mejs__replay > button:before {
  content: '\e93c';
  font-family: "iconfont";
  top: -1px;
  position: relative;
}

.mejs__time-total,
.mejs__horizontal-volume-total {
  background: rgba(0, 0, 0, 0.1);
}

.mejs__time-loaded {
  background: rgba(0, 0, 0, 0);
}

.mejs__controls .mejs__volume-button.mejs__unmute > button:before {
  content: '\e85d';
  font-family: "iconfont";
  font-size: 1.05em;
  position: relative;
  top: 0;
}

.mejs__controls .mejs__volume-button.mejs__mute > button:before {
  content: '\e85a';
  font-family: "iconfont";
}

.mejs__volume-button > button {
  color: #ffffff;
}

.mejs__horizontal-volume-current {
  background-color: #fff;
}

.mejs__controls .mejs__playpause-button.mejs__pause > button::before {
  content: '';
  top: -1px;
  position: relative;
  height: 20px;
  width: 4px;
  background-color: #f75741;
  -webkit-box-shadow: 7px 0px 0px 0px #f75741;
          box-shadow: 7px 0px 0px 0px #f75741;
  left: -4px;
}

.mejs__time-handle-content {
  -webkit-border-radius: 0px;
          border-radius: 0px;
}

.mejs__time-float-current {
  margin: 0;
  width: 100%;
  line-height: 18px;
  -webkit-border-radius: 0;
          border-radius: 0;
}

.mejs__time-float {
  background: #fff;
  border: 0px solid #333;
}

.mejs__time-float-corner {
  border: 5px solid #ffffff;
  border-color: #ffffff transparent transparent;
}

.mejs__horizontal-volume-slider {
  margin-top: 7px;
}

@media (max-width: 767px) {
  .mejs__horizontal-volume-slider {
    height: 8px;
    margin-top: 0px;
  }
}

@media (max-width: 767px) {
  .mejs__time-total {
    margin: 2px 0 0;
  }
  .mejs__horizontal-volume-total {
    top: 3px;
  }
}

.post-item .mejs__container:not(.mejs__video) {
  height: 133px !important;
}

.post-item .mejs__controls {
  padding: 0 20px 50px !important;
}

.post-item .mejs__controls .mejs__button > button {
  font-size: 14px;
  line-height: 1;
}

.post-item .mejs__playpause-button {
  width: 40px !important;
  height: 40px !important;
  line-height: 40px !important;
  margin-top: -14px !important;
  margin-right: 10px !important;
}

.post-item .mejs__horizontal-volume-slider,
.post-item .mejs__horizontal-volume-total {
  width: 44px !important;
  height: 12px;
  margin-top: 0px;
}

.post-item .mejs__container .mejs__time {
  padding-top: 0;
}

.post-item .mejs__time-rail {
  margin: 0 15px !important;
  padding-top: 0px !important;
  height: 11px;
}

.post-item .mejs__time-total {
  margin-top: 2px;
}

.post-item .mejs__button.mejs__volume-button {
  width: 30px;
  padding-top: 0;
  height: 20px;
  top: -4px;
}

.post-item .mejs__horizontal-volume-total {
  top: 2px;
}

.header-style-4 {
  border-bottom: 0px solid #000;
}

.header-style-4 .header-top-bar {
  padding-top: 50px;
  padding-bottom: 50px;
}

.header-style-4 .toggle-icon {
  vertical-align: middle;
}

.header-style-4 .navbar {
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #f5f5f5;
}

.header-style-4 .elementskit-navbar-nav > li > a {
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
}

@media (min-width: 992px) {
  .header-style-4 .elementskit-navbar-nav {
    height: 70px;
  }
  .header-style-4 .elementskit-navbar-nav > li > a {
    padding-left: 19px;
    padding-right: 19px;
  }
}

.nav-tools-style-2 > li {
  padding-left: 23px;
  margin-left: 23px;
}

.nav-tools-style-2 > li::before {
  display: none;
}

.navsidebar-title {
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  padding-right: 15px;
  vertical-align: middle;
}

.toggle-icon-style-2 {
  padding: 0px;
  padding-right: 12px;
}

.toggle-icon-style-2:hover {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.toggle-icon-style-2 > span {
  -webkit-box-shadow: 6px 0px 0px 0px currentColor, 12px 0px 0px 0px currentColor;
          box-shadow: 6px 0px 0px 0px currentColor, 12px 0px 0px 0px currentColor;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.toggle-icon-style-2 > span:not(:last-child) {
  margin-bottom: 3px;
}

.header-social-list {
  line-height: 1;
}

.header-social-list > li > a {
  font-size: 13px;
}

.header-avatar {
  margin-bottom: 35px;
}

.header-avatar .header-avatar-img {
  display: inline-block;
  height: 160px;
  width: 160px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  position: relative;
  overflow: hidden;
}

.header-style-5 {
  border-bottom: 0px solid #000;
}

.header-style-5 .header-top-bar {
  padding-top: 120px;
  padding-bottom: 50px;
}

.header-style-5 .toggle-icon {
  vertical-align: middle;
}

.header-style-5 .navbar {
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #f5f5f5;
}

.header-style-5 .elementskit-navbar-nav > li > a {
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
}

.header-style-5 .nav-tools-style-2 > li {
  padding-left: 12px;
  margin-left: 12px;
}

@media (min-width: 992px) {
  .header-style-5 .elementskit-navbar-nav {
    height: 78px;
  }
  .header-style-5 .elementskit-navbar-nav > li > a {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.header-style-5 .custom-logo-link {
  padding-top: 5px;
  padding-bottom: 5px;
}

.header-style-5 .custom-logo-link > img {
  max-height: 68px;
}

.nav-tools-modern-style {
  margin-bottom: 0px;
}

.nav-tools-modern-style > li {
  display: inline-block;
  float: left;
}

.nav-tools-modern-style > li > a {
  height: 80px;
  width: 80px;
  line-height: 80px;
  text-align: center;
  color: #FFFFFF;
  display: inline-block;
}

.nav-tools-modern-style > li:nth-child(3n+1) > a {
  background-color: #ff5a5f;
}

.nav-tools-modern-style > li:nth-child(3n+2) > a {
  background-color: #252525;
}

.nav-tools-modern-style > li:nth-child(3n+3) > a {
  background-color: #07cab2;
}

.nav-tools-modern-style > li:nth-child(3n+3) {
  display: block;
  float: none;
  text-align: right;
}

.header .nav-tools-modern-style .toggle-icon > span {
  color: #FFFFFF;
  background-color: #fff;
}

.header-style-6 {
  border-bottom: 0px solid #000;
}

.header-style-6 .elementskit-header {
  padding-left: 20px;
}

.header-style-6 .elementskit-navbar-na > li > a {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
}

.boxed-style .header-style-7 {
  background-color: transparent;
}

.header-style-7 {
  border-bottom: 0px solid #000;
  background-color: transparent;
}

.header-style-7 .navbar {
  background-color: #fff;
  -webkit-border-radius: 10px;
          border-radius: 10px;
}

@media (min-width: 992px) {
  .header-style-7 .navbar {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.header-style-7 .elementskit-navbar-nav > li > a {
  padding-left: 20px;
  padding-right: 20px;
}

.header-style-7 .nav-tools > li {
  padding-left: 15px;
  margin-left: 15px;
}

.header-style-7 .nav-tools > li::before {
  display: none;
}

.header-style-8 .elementskit-navbar-nav > li > a {
  padding-left: 20px;
  padding-right: 20px;
}

.header-style-8 .nav-tools > li {
  padding-left: 25px;
  margin-left: 0px;
}

.header-style-8 .nav-tools > li::before {
  display: none;
}

.menu-indicator {
  margin-left: 6px;
  line-height: normal;
  display: inline-block;
  cursor: pointer;
  z-index: 50;
}

@media (max-width: 991px) {
  .menu-indicator {
    padding: 10px 12px;
  }
  .menu-indicator::before {
    vertical-align: middle;
    content: '\f107';
    font-family: 'FontAwesome';
  }
}

@media (min-width: 992px) {
  .elementskit-navbar-nav .menu-item-has-children .menu-indicator {
    display: none;
  }
}

@media (max-width: 991px) {
  .elementskit-navbar-nav .menu-item-has-children > a::after {
    display: none;
  }
}

@media (max-width: 991px) {
  .menu-indicator {
    position: absolute;
    right: 0;
    top: 0;
  }
}

.content-404 .title-404 {
  font-size: 250px;
  font-weight: 900;
  margin-bottom: 15px;
  line-height: 1;
}

.content-404 p {
  font-size: 22px;
  margin-bottom: 15px;
}

.content-404 .sub-title-404 {
  font-size: 35px;
  font-weight: 700;
  color: #000;
}

.reading-progressbar {
  position: fixed;
  top: 0;
  z-index: 33;
  width: 100%;
  left: 0;
  height: 6px;
}

.progress-container {
  width: 100%;
  height: 100%;
}

.progress-bar {
  height: 100%;
  background-color: #ff5700;
  width: 0%;
}

.xs-jumbotron-title {
  font-size: 40px;
}

.subscribe-content-area {
  position: relative;
}

.subscribe-content-area::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: var(--newsletter-overlay-color);
}

.subscribe-content-area > .row {
  position: relative;
  z-index: 5;
}

/*responsive*/
/*
Author: XpeedStudio
Author URI: http://themeforest.net/user/XpeedStudio/portfolio
*/
/* header */
@media (max-width: 991px) {
  .main-menu {
    padding-left: 0px;
  }
  .header {
    padding: 0px;
  }
  .header .navbar {
    min-height: 80px;
    height: auto;
  }
}

@media (max-width: 480px) {
  .nav-tools-area {
    display: inline-block;
  }
  .social-list {
    display: none !important;
  }
  .nav-tools li {
    padding-left: 37px !important;
    margin-left: 0px !important;
    margin-right: 19px !important;
  }
  .nav-tools li:last-child {
    display: none;
  }
  .nav-tools li:first-child:before {
    content: "";
    width: 0;
  }
}

/* banner */
@media (max-width: 767px) {
  .single--banner {
    min-height: 600px;
  }
  .single--banner .post-content {
    margin-top: 80px;
  }
}

/* blog single */
@media (max-width: 991px) {
  .author-card {
    padding: 40px;
  }
  .blog-sidebar {
    margin-top: 30px;
  }
  /*Woocommerce responsive*/
  .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
  .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    max-width: 100%;
    width: 100%;
    padding: 0;
  }
  .woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox,
  #order_review_heading {
    font-size: 18px;
    margin-top: 26px;
  }
  .woocommerce-billing-fields h3 {
    font-size: 18px;
  }
  .woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    margin-top: 10px;
  }
  .cart_totals h2 {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .blog-details {
    margin-bottom: 30px;
  }
  .share-items {
    clear: both;
    float: left !important;
  }
  .share-items .social-list {
    margin-bottom: 0px;
    padding-left: 0;
    margin-top: 20px;
    margin-left: 21px;
  }
  .share-items .social-list li:first-child {
    display: block;
    margin-bottom: 15px;
  }
  .comments-area .comment-content {
    padding-right: 75px;
  }
  .post-single .entry-title {
    font-size: 1.17647rem;
  }
  .post .post-image > a {
    display: block;
  }
  .post .post-image > a > img {
    width: 100%;
  }
  .widget-promotion-banner {
    display: block;
  }
  .widget-promotion-banner > img {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .post-single {
    margin-bottom: 60px;
  }
  .post-single .entry-content > img {
    margin-bottom: 30px;
  }
  .post-single .entry-content > ul {
    margin-bottom: 30px;
  }
  .post-single .post-tags {
    margin-bottom: 20px;
  }
  .navigation-title .title {
    margin-left: 15px;
  }
  .author-card {
    padding: 20px;
    margin-bottom: 60px;
  }
  .author-card .author-img {
    margin-bottom: 30px;
  }
  .author-card .author-img + .author-details {
    width: 100%;
  }
  /* related posts */
  .related-posts {
    margin-bottom: 55px;
  }
  /* comments area */
  .comments-area {
    margin-bottom: 60px;
    padding-bottom: 40px;
  }
  .comments-area .comment-content {
    padding-right: 0px;
  }
  .comments-list .children {
    margin-left: 15px;
  }
  .post-single .gallery-slider {
    margin-bottom: 35px;
  }
  .post-bottom-info .post-footer {
    margin-bottom: 30px;
  }
  .post-footer .float-right,
  .post-footer .float-left {
    float: none;
  }
}

/* blog meta */
@media (max-width: 480px) {
  .post-meta > span:not(:last-child) {
    margin-right: 5px;
  }
}

/* sticky social */
@media (min-width: 992px) and (max-width: 1199px) {
  .sticky--social--list {
    display: none;
  }
}

@media (max-width: 767px) {
  .sticky--social--list {
    display: none;
  }
  .xs_share_url {
    display: none !important;
  }
  .instagram-feed-area {
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (max-width: 480px) {
  .instagram-feed-area .instafeed--group {
    padding: 30px 0px;
  }
}

@media (max-width: 991px) {
  .section-padding {
    padding: 75px 0;
  }
  .section-padding-medium {
    padding: 60px 0;
  }
  .section-padding-medium-bottom {
    padding-bottom: 60px;
  }
  .section-padding-medium-top {
    padding-top: 60px;
  }
}

@media (max-width: 991px) {
  .spacing_80 {
    height: 40px !important;
  }
  .spacer_hide {
    display: none;
  }
}

@media (max-width: 767px) {
  .gutter-less > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
  }
}
