/*------------------------------------------------------------------
[Table of contents]
This file include css code for layout structure.
Press Ctrl + F to find component. Ex: "#Header";

1. Header: #Header
 - #Header Top
 - #Header Main
 - #Main Navigation
 - #Utility Nav
 - Header Fixed
 - Header Transparent
2. Content: #Content
 - #Top Slider
 - #Slider Arrow
 - #Page Title
 - #Page Content
 - #Totop
 - #Footer
 - #Subcribe
3. Page: #Page
 - #Product Single
 - #Blog Single
 - #404 Page
-------------------------------------------------------------------*/
.parallax-window {
  min-height: 400px;
  background: transparent; }

.top-header .parallax-window {
  min-height: 100vh; }

html {
  overflow-x: hidden; }

body {
  background-color: #fff;
  font-family: 'Merriweather Sans', sans-serif;
  font-weight: 400;
  line-height: 1.714;
  color: #616f7d;
  overflow-x: hidden; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1; }

.img-full {
  width: 100%; }

.top-header .animated {
  opacity: 0; }

.swin-bg-transparent {
  background: transparent !important; }

/* #Slider Arrow */
.slick-arrow {
  position: absolute;
  top: 48%;
  z-index: 1;
  opacity: 0.7;
  cursor: pointer; }
  .slick-arrow .arrow-slide {
    position: relative; }
    .slick-arrow .arrow-slide i {
      font-size: 16px;
      color: #bbbbbb;
      border: 2px solid #ededed;
      border-radius: 50%;
      width: 40px;
      height: 40px;
      line-height: 36px;
      text-align: center; }
    .slick-arrow .arrow-slide:before {
      content: '';
      position: absolute;
      top: 50%;
      margin-top: -2px;
      width: 60px;
      height: 2px;
      background-color: #ededed; }
  .slick-arrow.prev-slide .arrow-slide:before {
    left: 100%; }
  .slick-arrow.next-slide .arrow-slide:before {
    right: 100%; }
  .slick-arrow:hover {
    opacity: 1; }
  .slick-arrow.slide-vertical {
    top: auto;
    bottom: 0; }
    .slick-arrow.slide-vertical .arrow-slide:before {
      display: none; }
    .slick-arrow.slide-vertical.next-slide {
      left: 0;
      right: auto; }
    .slick-arrow.slide-vertical.prev-slide {
      left: 50px;
      right: auto; }

.next-slide {
  right: 30px; }

.prev-slide {
  left: 30px; }

.slick-slide {
  position: relative; }

/* ==========================================================================
   #Loader
   ========================================================================== */
.sk-circle {
  margin: 0;
  width: 60px;
  height: 60px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px; }

.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }

.sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 20%;
  height: 20%;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both; }

.sk-circle.sk-circle-out .sk-child:before {
  width: 20%;
  height: 20%; }

.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg); }

.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg); }

.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg); }

.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg); }

.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg); }

.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg); }

.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg); }

.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg); }

.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s; }

.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s; }

.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s; }

.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s; }

.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s; }

.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s; }

.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s; }

.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s; }

.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s; }

.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s; }

.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

/* ==========================================================================
   #Header
   ========================================================================== */
header {
  position: absolute;
  z-index: 2;
  width: 100%;
  top: 0; }
  header + div {
    padding-top: 135px; }
  header.header-transparent + div {
    padding-top: 0; }

/* #Header Top */
.header-top {
  color: #616f7d;
  background-color: transparent;
  height: 35px;
  border: none;
  border-bottom: 1px solid #eaeaea; }
  .header-top a {
    color: #616f7d; }
  .header-top:before {
    content: '';
    clear: both; }
  .header-top:after {
    content: '';
    display: table;
    clear: both; }
  .header-top .topbar-left {
    float: left; }
  .header-top .topbar-right {
    float: right; }
  .header-top .topbar-right .item {
    position: relative; }
  .header-top .topbar-right .item:not(:first-child):before {
    content: "";
    position: absolute;
    width: 1px;
    background-color: #c4c4c4;
    height: 35%;
    top: 50%;
    left: -12px;
    transform: translateY(-50%); }
  .header-top .item {
    display: inline-block;
    line-height: 35px;
    margin-right: 15px;
    font-size: 13px; }
    .header-top .item i {
      margin-right: 7px; }
  .header-top ul.wg-social li:last-child {
    padding-right: 0; }
  .header-top .socials-nb li a i {
    color: #616f7d; }
  .header-top .wg-social {
    margin: 0; }

.header-top.top-layout-02 {
  color: #fff;
  background-color: #f15f2a;
  border: none; }
  .header-top.top-layout-02 a {
    color: #ffffff; }
  .header-top.top-layout-02 .topbar-right .item:not(:first-child):before {
    background-color: rgba(255, 255, 255, 0.4); }
  .header-top.top-layout-02 .socials-nb li a i {
    color: #ffffff; }

.header-top.top-layout-01 {
  color: #fff;
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.3); }
  .header-top.top-layout-01 a {
    color: #ffffff; }
  .header-top.top-layout-01 .topbar-right .item:not(:first-child):before {
    background-color: #ababab; }
  .header-top.top-layout-01 .socials-nb li a i {
    color: #ffffff; }

header.header-fixed .header-top {
  display: none; }

/* #Header Main */
.header-main {
  background-color: #fff;
  height: 100px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .header-main .header-logo {
    width: 250px;
    min-height: 100px;
    float: left;
    position: relative;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .header-main .logo {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%); }
  .header-main .main-nav-wrapper {
    float: right; }

/* #Main Navigation */
#main-nav {
  /* Dropdow Menu */ }
  #main-nav > li {
    display: block;
    padding: 0 15px; }
    #main-nav > li > a {
      line-height: 80px;
      color: #29272e;
      text-transform: uppercase;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    #main-nav > li > a:hover, #main-nav > li a:focus {
      background-color: transparent; }
  #main-nav > li > a {
    position: relative; }
    #main-nav > li > a:after {
      content: '';
      position: absolute;
      height: 2px;
      left: 15px;
      width: 0;
      top: 50%;
      margin-top: 15px;
      background-color: #f15f2a;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
  #main-nav > li.current-menu-item > a, #main-nav > li:hover > a {
    position: relative; }
    #main-nav > li.current-menu-item > a:after, #main-nav > li:hover > a:after {
      width: 60px; }
  #main-nav > li.active > a {
    position: relative;
    background-color: transparent; }
    #main-nav > li.active > a:after {
      width: 60px; }
  #main-nav > .open > a {
    background-color: transparent; }
  #main-nav .dropdown .dropdown-menu {
    opacity: 0;
    z-index: -1;
    left: 0;
    margin: 0;
    padding: 0;
    min-width: 180px;
    border-radius: 0;
    border: 0;
    -webkit-box-shadow: 0 5px 19px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    #main-nav .dropdown .dropdown-menu > li > a {
      padding: 10px 20px; }
  #main-nav .dropdown.open > .dropdown-menu {
    opacity: 1;
    z-index: 99;
    left: 15px; }
  #main-nav .dropdown.dropdown-mega {
    position: static; }
    #main-nav .dropdown.dropdown-mega .dropdown-mega-menu {
      width: 100%; }

/* Utility Nav */
.utility-nav {
  float: right; }
  .utility-nav .search-bar {
    display: inline-block;
    line-height: 80px;
    padding: 10px;
    color: #29272e;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .utility-nav .dropdown-menu {
    left: auto;
    right: 0;
    padding: 15px;
    width: 250px;
    border-radius: 0;
    margin: 0; }
  .utility-nav .search-form .input-group input {
    border-radius: 0;
    box-shadow: none;
    border-color: #d0d0d0;
    padding: 8px 15px;
    height: 35px; }
  .utility-nav .search-form .input-group-addon {
    border-radius: 0; }

/* #Header Fixed */
header.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99; }
  header.header-fixed .header-main {
    background-color: rgba(255, 255, 255, 0.95);
    height: 60px;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15); }
    header.header-fixed .header-main .header-logo {
      min-height: 60px; }
    header.header-fixed .header-main .utility-nav .search-bar {
      line-height: 40px; }
    header.header-fixed .header-main #main-nav > li > a {
      color: #29272e;
      line-height: 40px; }
  header.header-fixed #st-trigger-effects {
    line-height: 60px; }
  header.header-fixed #st-trigger-effects .st-btn-efect {
    color: #000; }

/* Header Transparent */
.header-transparent .header-main {
  background-color: transparent; }

.header-transparent .header-top.top-layout-02 {
  opacity: 0.9; }

.header-transparent #main-nav > li > a {
  color: #fff; }

.header-transparent .utility-nav .search-bar {
  color: #fff; }

.header-transparent .logo-fixed {
  display: none; }

.header-transparent.header-fixed > li > a {
  color: #29272e; }

.header-transparent.header-fixed .utility-nav .search-bar {
  color: #29272e; }

.header-transparent.header-fixed .logo-static {
  display: none; }

.header-transparent.header-fixed .logo-fixed {
  display: block; }

/*Header Vertical*/
.body-full {
  height: 100%; }

#st-container.st-container {
  position: static;
  height: auto; }
  #st-container.st-container.st-menu-open {
    position: relative;
    height: 100%; }

.search-form.search-layout-01 {
  background: rgba(255, 255, 255, 0.05); }
  .search-form.search-layout-01 .search-input {
    border: none;
    color: rgba(255, 255, 255, 0.6); }
  .search-form.search-layout-01 .search-input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.6); }
  .search-form.search-layout-01 .search-input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.6); }
  .search-form.search-layout-01 .search-input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.6); }
  .search-form.search-layout-01 .search-input:-moz-placeholder {
    color: rgba(255, 255, 255, 0.6); }
  .search-form.search-layout-01 .input-group-addon {
    background: transparent;
    border: none; }
    .search-form.search-layout-01 .input-group-addon i {
      color: rgba(255, 255, 255, 0.6); }

.st-menu-open {
  background-color: rgba(0, 0, 0, 0.5); }
  .st-menu-open .swin-trigger-effects.btn-open {
    display: none; }
  .st-menu-open .header-main .header-logo {
    display: none; }

#st-trigger-effects {
  float: left;
  line-height: 100px; }
  #st-trigger-effects .st-btn-efect {
    background: none;
    padding: 0 20px;
    border: none;
    color: #fff;
    font-size: 25px; }

/* Header Sidebar*/
.header-sidebar #main-nav > li > a {
  color: #ffffff; }

.header-sidebar .dropdown-menu > li > a {
  width: 100%; }

.header-sidebar .swin-trigger-effects.btn-close {
  text-align: right; }
  .header-sidebar .swin-trigger-effects.btn-close button {
    background: none;
    border: none; }

.header-sidebar .swin-trigger-effects.btn-close {
  color: rgba(255, 255, 255, 0.6);
  font-size: 22px;
  margin-top: 35px; }

.header-sidebar .menu-content {
  padding: 0 30px;
  background-color: rgba(0, 0, 0, 0.5); }

.header-sidebar .socials {
  width: 100%;
  text-align: center;
  margin-top: 14%;
  margin-bottom: 0; }
  .header-sidebar .socials li a {
    background-color: rgba(255, 255, 255, 0.3); }

.header-sidebar .search-form {
  margin-top: 10%; }

.header-sidebar .main-nav-wrapper {
  margin-top: 12%;
  padding: 0 10px; }
  .header-sidebar .main-nav-wrapper .main-nav {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding: 0 0 10px 0; }
  .header-sidebar .main-nav-wrapper .main-nav::after {
    right: 100%;
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    bottom: -3px; }
  .header-sidebar .main-nav-wrapper .main-nav::before {
    left: 100%;
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.2);
    bottom: -3px; }
  .header-sidebar .main-nav-wrapper #main-nav > li.current-menu-item > a:after, .header-sidebar .main-nav-wrapper #main-nav > li:hover > a:after {
    width: 59%; }
  .header-sidebar .main-nav-wrapper #main-nav > li.active > a:after {
    width: 59%; }
  .header-sidebar .main-nav-wrapper #main-nav li {
    float: none;
    text-align: center; }
    .header-sidebar .main-nav-wrapper #main-nav li a {
      line-height: 30px;
      display: inline-block; }
      .header-sidebar .main-nav-wrapper #main-nav li a::after {
        left: 21%; }

.header-sidebar .header-logo {
  margin-bottom: 12%;
  margin-top: 18%; }
  .header-sidebar .header-logo img.logo-img {
    display: block;
    margin: 0 auto; }

/*Header Box */
.header-box .bg-top-header {
  transform: translateY(-1px) scale(-1, -1);
  transform-origin: bottom; }

.header-box .gambit_sep_decor1 {
  fill: #f15f2a; }

.header-box .header-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: #f15f2a;
  padding-top: 35px; }

.header-box .header-main-wrapper {
  width: 100%;
  box-shadow: 0 0 35px 10px rgba(0, 0, 0, 0.08);
  padding: 0 40px 0 40px;
  position: relative;
  background-color: #fff; }
  .header-box .header-main-wrapper:before, .header-box .header-main-wrapper:after {
    content: '';
    display: table;
    clear: both; }

/* ==========================================================================
   #Content
   ========================================================================== */
/* #Top Slider */
.top-header {
  position: relative;
  /* Slider Align Left - Image full width */ }
  .top-header .slick-slide {
    position: relative; }
  .top-header .slide-content {
    position: absolute;
    top: 120px;
    left: 0;
    width: 100%;
    z-index: 1; }
    .top-header .slide-content .slide-icon {
      margin: 15px auto; }
    .top-header .slide-content .swin-sc-title {
      margin-bottom: 40px; }
      .top-header .slide-content .swin-sc-title .title {
        margin: 0;
        line-height: 1; }
  .top-header .slide-bg {
    height: 800px; }
    .top-header .slide-bg img {
      position: absolute;
      height: 100%;
      width: auto;
      max-width: none;
      left: 50%;
      transform: translatex(-50%); }
  .top-header .slick-dots {
    bottom: 20px; }
    .top-header .slick-dots li {
      margin: 0; }
      .top-header .slick-dots li button::before {
        font-size: 8px; }
  .top-header.layout-shop .slide-content {
    top: 30%; }
  .top-header.layout-shop .slide-bg {
    height: auto; }
    .top-header.layout-shop .slide-bg img {
      position: relative;
      left: 0;
      -webkit-transform: translateX(0);
      transform: translateX(0);
      width: 100%;
      height: auto; }
  .top-header.layout-shop .title {
    font-size: 60px; }
  .top-header.layout-shop .subtitle {
    margin-top: 20px;
    font-size: 26px;
    color: #424242;
    text-transform: capitalize; }
  .top-header.layout-shop .slick-arrow .arrow-slide i {
    border-color: #d1d1d1; }
  .top-header.layout-shop .slick-arrow .arrow-slide::before {
    width: 30px;
    background-color: #d1d1d1; }

/* #Top Header Ver 2 - Header Image Parallax */
.top-header .slide-content .slide-text-01 {
  position: relative;
  font-weight: 700;
  font-size: 16px;
  color: #f15f2a;
  text-transform: uppercase;
  display: inline-block;
  line-height: 1; }
  .top-header .slide-content .slide-text-01.style-long span.text:before, .top-header .slide-content .slide-text-01.style-long span.text:after {
    width: 90px; }
  .top-header .slide-content .slide-text-01.style-long span.text:before {
    left: -95px; }
  .top-header .slide-content .slide-text-01.style-long span.text:after {
    right: -95px; }
  .top-header .slide-content .slide-text-01.style-long:before {
    left: -95px; }
  .top-header .slide-content .slide-text-01.style-long:after {
    right: -95px; }
  .top-header .slide-content .slide-text-01 span.text:before, .top-header .slide-content .slide-text-01 span.text:after {
    content: '';
    width: 50px;
    position: absolute;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #f15f2a;
    top: 50%;
    margin-top: 0; }
  .top-header .slide-content .slide-text-01 span.text:before {
    left: -65px; }
  .top-header .slide-content .slide-text-01 span.text:after {
    right: -65px; }
  .top-header .slide-content .slide-text-01:before, .top-header .slide-content .slide-text-01:after {
    content: '';
    position: absolute;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #f15f2a;
    top: 50%;
    margin-top: -1px; }
  .top-header .slide-content .slide-text-01:before {
    left: -65px; }
  .top-header .slide-content .slide-text-01:after {
    right: -65px; }

.top-header .slide-content.slide-layout-02 {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%); }
  .top-header .slide-content.slide-layout-02 .slide-title {
    font-family: "Merriweather Sans", sans-serif;
    font-weight: 900;
    font-size: 90px;
    color: #fff;
    text-align: center;
    margin-bottom: 0; }
  .top-header .slide-content.slide-layout-02 .slide-sub-title {
    font-family: sans-serif;
    font-size: 60px;
    color: #fff;
    text-align: center;
    position: relative; }
    .top-header .slide-content.slide-layout-02 .slide-sub-title .text {
      display: block;
      width: 60%;
      margin: 0 auto;
      line-height: 1; }
      .top-header .slide-content.slide-layout-02 .slide-sub-title .text span {
        display: inline-block;
        margin-right: 25px; }
        .top-header .slide-content.slide-layout-02 .slide-sub-title .text span:after {
          content: '';
          display: inline-block;
          width: 12px;
          height: 12px;
          border-radius: 50%;
          background-color: #fff;
          margin-left: 25px;
          margin-bottom: 10px; }
        .top-header .slide-content.slide-layout-02 .slide-sub-title .text span:last-child {
          margin-right: 0; }
          .top-header .slide-content.slide-layout-02 .slide-sub-title .text span:last-child:after {
            display: none; }
  .top-header .slide-content.slide-layout-02 .slide-content-inner {
    width: 90%;
    margin: 0 auto; }
  .top-header .slide-content.slide-layout-02 .line-before {
    float: left;
    height: 3px;
    background-color: #FFF;
    width: 180px;
    position: relative;
    margin-top: 30px; }
    .top-header .slide-content.slide-layout-02 .line-before:before {
      content: '';
      position: absolute;
      left: 0;
      top: -3px;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background-color: #fff; }
  .top-header .slide-content.slide-layout-02 .line-after {
    float: right;
    height: 3px;
    background-color: #FFF;
    width: 180px;
    position: relative;
    margin-top: 30px; }
    .top-header .slide-content.slide-layout-02 .line-after:after {
      content: '';
      position: absolute;
      right: 0;
      top: -3px;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background-color: #fff; }
  .top-header .slide-content.slide-layout-02.slide-style-02 .slide-content-inner {
    width: 65%; }
  .top-header .slide-content.slide-layout-02.slide-style-02 .slide-sub-title {
    font-size: 46px; }

.top-header .slide-content.slide-layout-03 {
  top: 95px;
  text-align: center; }
  .top-header .slide-content.slide-layout-03 .top-content {
    position: relative;
    display: inline-block; }
    .top-header .slide-content.slide-layout-03 .top-content .line {
      position: absolute;
      bottom: 2px;
      height: 1px;
      background-color: #f15f2a; }
      .top-header .slide-content.slide-layout-03 .top-content .line.short {
        width: 48px;
        bottom: 13px; }
      .top-header .slide-content.slide-layout-03 .top-content .line.long {
        width: 114px; }
      .top-header .slide-content.slide-layout-03 .top-content .line.left {
        right: 100%; }
      .top-header .slide-content.slide-layout-03 .top-content .line.right {
        left: 100%; }
    .top-header .slide-content.slide-layout-03 .top-content img {
      display: inline-block;
      margin-bottom: 1px;
      padding: 0 10px; }
  .top-header .slide-content.slide-layout-03 .slide-title {
    font-family: sans-serif;
    font-weight: 400;
    font-size: 80px;
    color: #29272e;
    text-align: center;
    margin-bottom: 0;
    margin-top: 20px; }
  .top-header .slide-content.slide-layout-03 .slide-sub-title {
    margin-top: 20px; }

/* #Top Header Ver 3 - Header Video Background */
.top-bg-video .slides {
  height: 100vh;
  position: relative; }
  .top-bg-video .slides.playing:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); }

/* #Page Title */
.page-title {
  background-image: url("../images/background/pagetitle-bg.jpg");
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover; }
  .page-title:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); }
  .page-title .title-wrapper {
    padding: 140px 0;
    text-align: center;
    position: relative; }
    .page-title .title-wrapper ul.bread-crumb {
      list-style: none;
      padding-left: 0;
      margin-bottom: 0; }
      .page-title .title-wrapper ul.bread-crumb li {
        font-size: 14px;
        display: inline-block;
        position: relative; }
      .page-title .title-wrapper ul.bread-crumb li.main {
        color: #bbbbbb;
        margin-left: 50px; }
        .page-title .title-wrapper ul.bread-crumb li.main:before {
          content: '';
          position: absolute;
          width: 5px;
          height: 5px;
          border-radius: 50%;
          background-color: #fff;
          top: 12px;
          margin-left: -10px; }
        .page-title .title-wrapper ul.bread-crumb li.main span:before {
          content: "";
          position: absolute;
          width: 40px;
          border-bottom-width: 1px;
          border-bottom-style: solid;
          border-bottom-color: #fff;
          top: 14px;
          margin-left: -50px; }
      .page-title .title-wrapper ul.bread-crumb li.sub {
        margin-left: 10px;
        text-transform: capitalize;
        color: #fff; }
        .page-title .title-wrapper ul.bread-crumb li.sub:before {
          position: absolute;
          content: ".";
          color: #fff;
          font-size: 18px;
          top: 0;
          line-height: 18px;
          margin-left: -10px; }
  .page-title .title {
    color: #fff;
    font-family: sans-serif;
    font-size: 64px;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 20px; }
  .page-title .subtitle {
    color: #d2d2d2;
    font-size: 16px; }

.divider {
  position: relative;
  width: 225px;
  margin: auto;
  height: 15px; }
  .divider .line-before, .divider .line-after {
    position: absolute;
    height: 1px;
    background-color: #fff;
    width: 100px; }
  .divider .line-before {
    left: 0; }
  .divider .line-after {
    right: 0; }
  .divider .dot {
    position: absolute;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    border: 1px solid #fff;
    top: -6px;
    left: 50%;
    transform: translateX(-50%); }
    .divider .dot:before, .divider .dot:after {
      content: '';
      position: absolute;
      height: 5px;
      width: 5px;
      background-color: #fff;
      top: 3px;
      left: 50%;
      border-radius: 50%; }
    .divider .dot:before {
      transform: translateX(-15px); }
    .divider .dot:after {
      transform: translateX(9px); }

/* #Page Content */
.page-content-wrapper {
  background-color: #fff; }

.page-content {
  padding: 100px 0; }

.page-content.no-padding {
  padding: 0; }

#totop {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  position: fixed;
  bottom: 40px;
  right: 1.5%;
  display: none;
  z-index: 9999;
  background: #f15f2a;
  border: 3px solid #ffffff;
  border-radius: 50%;
  height: 47px;
  width: 47px;
  text-align: center;
  transition: all 0.2s linear; }
  #totop i {
    color: #ffffff;
    line-height: 40px;
    font-size: 20px;
    transition: all 0.2s ease; }
  #totop:hover i {
    line-height: 35px; }

/* #Footer */
.footer-main {
  background-color: #040609;
  background-image: url("../../images/background/footer-bg.jpg");
  background-size: cover; }

/* #Subcribe */
.subscribe-wrapper {
  padding: 60px 0; }
  .subscribe-wrapper .title {
    font-family: sans-serif;
    font-size: 40px;
    color: #29272e;
    margin-top: 0; }
  .subscribe-wrapper .des {
    color: #616f7d; }
  .subscribe-wrapper .subscribe-heading {
    float: left; }
  .subscribe-wrapper .widget-newsletter {
    position: relative;
    width: 300px;
    margin-top: 15px;
    margin-bottom: 25px;
    float: right; }
    .subscribe-wrapper .widget-newsletter input {
      height: 40px;
      background-color: #f4f4f4;
      box-shadow: none;
      border: none; }
    .subscribe-wrapper .widget-newsletter i {
      color: #f15f2a; }
    .subscribe-wrapper .widget-newsletter .submit {
      position: absolute;
      top: 0;
      right: 0;
      width: 50px;
      line-height: 40px;
      text-align: center; }
      .subscribe-wrapper .widget-newsletter .submit:before {
        position: absolute;
        content: "";
        width: 1px;
        height: 30px;
        right: 50px;
        top: 50%;
        margin-top: -15px;
        background-color: #e2e2e2; }

/* ==========================================================================
   #Content
   ========================================================================== */
/* #Product Single */
.product-single .product-featured-image .main-slider {
  margin-bottom: 50px; }

.product-single .thumbnail-image-item {
  margin: 0 10px; }
  .product-single .thumbnail-image-item a {
    display: block;
    border: 1px solid #e6e6e6;
    padding: 15px; }
    .product-single .thumbnail-image-item a:hover {
      border-color: #b5acac; }

.product-single .product-summary {
  position: relative; }
  .product-single .product-summary .product-title {
    margin-bottom: 10px;
    padding-right: 80px; }
    .product-single .product-summary .product-title .title {
      font-size: 45px;
      line-height: 1; }
  .product-single .product-summary .product-price {
    font-family: sans-serif;
    font-weight: 300;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #f15f2a;
    border: 3px solid #fff;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    position: absolute;
    right: 0;
    top: 10px;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.21); }
    .product-single .product-summary .product-price .price {
      display: block;
      font-size: 28px;
      line-height: 38px; }
      .product-single .product-summary .product-price .price .currency-symbol {
        font-size: 12px;
        vertical-align: 13px; }
  .product-single .product-summary .product-info {
    margin-bottom: 25px; }
  .product-single .product-summary .product-desc {
    margin-bottom: 25px; }
  .product-single .product-summary .product-meta-info {
    margin-bottom: 30px; }
    .product-single .product-summary .product-meta-info .meta-info-item {
      margin-bottom: 10px; }
    .product-single .product-summary .product-meta-info .meta-info-caption {
      font-weight: 700;
      color: #29272e;
      width: 130px;
      float: left; }
    .product-single .product-summary .product-meta-info .meta-info-text a {
      color: #616f7d;
      margin-left: 4px;
      -webkit-transition: all 0.4s ease;
      transition: all 0.4s ease; }
      .product-single .product-summary .product-meta-info .meta-info-text a:hover {
        text-decoration: underline; }
  .product-single .product-summary .product-quanlity {
    margin-bottom: 45px; }
    .product-single .product-summary .product-quanlity .input-group {
      width: 165px;
      margin-right: 55px;
      position: relative;
      float: left; }
      .product-single .product-summary .product-quanlity .input-group .form-control {
        height: 45px;
        text-align: center; }
      .product-single .product-summary .product-quanlity .input-group .quanlity-plus, .product-single .product-summary .product-quanlity .input-group .quanlity-minus {
        position: absolute;
        line-height: 16px;
        right: -30px;
        width: 18px;
        height: 18px;
        background-color: #ededed;
        text-align: center; }
        .product-single .product-summary .product-quanlity .input-group .quanlity-plus i, .product-single .product-summary .product-quanlity .input-group .quanlity-minus i {
          color: #616f7d;
          font-size: 9px; }
      .product-single .product-summary .product-quanlity .input-group .quanlity-plus {
        top: 0; }
      .product-single .product-summary .product-quanlity .input-group .quanlity-minus {
        bottom: 0; }
  .product-single .product-summary .product-share {
    border-top: 1px solid #e6e6e6;
    padding-top: 30px; }
    .product-single .product-summary .product-share .caption {
      color: #29272e;
      line-height: 38px;
      font-weight: 700;
      margin-right: 20px;
      float: left; }
    .product-single .product-summary .product-share .socials li a {
      background-color: #ededed; }
      .product-single .product-summary .product-share .socials li a:hover {
        background-color: #f15f2a; }

.product-single #reviews .product-reviews-title {
  margin-bottom: 40px; }

.product-single #reviews .commentlist li + li {
  padding-top: 10px; }

.product-single #reviews .comment_container img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  float: left; }

.product-single #reviews .comment_container .comment-text {
  margin-left: 80px; }

.product-single #reviews .comment_container .star-rating i {
  color: #f15f2a; }
  .product-single #reviews .comment_container .star-rating i.fa-star-o {
    color: #616f7d; }

.product-related {
  padding-top: 0; }

/* #Blog Single */
.swin-blog-single .swin-sc-blog-slider:hover:before {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.21); }

.swin-blog-single .swin-sc-blog-slider.style-02 {
  margin-bottom: 0; }

.blog-content-inner {
  clear: both; }
  .blog-content-inner > * {
    margin-bottom: 30px; }

.blog-footer .blog-share {
  float: left; }
  .blog-footer .blog-share .socials li a {
    background-color: #e6e6e6; }
    .blog-footer .blog-share .socials li a i {
      color: #a2a2a2; }
    .blog-footer .blog-share .socials li a:hover {
      background-color: #f15f2a; }
      .blog-footer .blog-share .socials li a:hover i {
        color: #fff; }

.blog-footer .blog-tags {
  float: right; }
  .blog-footer .blog-tags strong {
    margin-right: 7px; }
  .blog-footer .blog-tags a {
    color: #616f7d;
    font-weight: 300;
    font-style: italic; }
    .blog-footer .blog-tags a:hover {
      color: #f15f2a; }

.blog-navigation {
  position: relative;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.21);
  background-color: #fff;
  margin-top: -2px;
  z-index: 1;
  height: 70px;
  margin-bottom: 50px; }
  .blog-navigation .navi-item {
    font-size: 15px;
    text-transform: uppercase;
    padding: 20px 20px; }
    .blog-navigation .navi-item a {
      color: #616f7d;
      font-weight: 700; }
      .blog-navigation .navi-item a:hover {
        color: #f15f2a; }
      .blog-navigation .navi-item a i {
        font-size: 12px;
        margin: 7px 10px; }
  .blog-navigation .prev-post a i {
    float: left; }
  .blog-navigation .next-post a i {
    float: right; }

.blog-author-area {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.21);
  padding: 40px 40px 30px 40px;
  margin-bottom: 70px; }
  .blog-author-area .media-left {
    width: 100px; }
  .blog-author-area .media-body {
    padding-left: 15px; }
    .blog-author-area .media-body .author-name {
      color: #29272e;
      text-transform: uppercase;
      font-weight: 700; }

/* #Comment Area */
.blog-comment .comment-heading .title {
  font-size: 40px; }

.blog-comment .comment-area {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.21);
  padding: 40px; }

.blog-comment .comment-item {
  border-top: 1px solid #ccc;
  padding-top: 20px; }
  .blog-comment .comment-item:first-child {
    padding-top: 0;
    border-top: 0; }
  .blog-comment .comment-item .author-comment-image img {
    width: 70px;
    height: 70px;
    margin-right: 5px; }
  .blog-comment .comment-item .author-comment-name {
    font-size: 15px;
    text-transform: capitalize;
    color: #29272e;
    font-weight: 700; }
  .blog-comment .comment-item .comment-date {
    position: relative;
    margin-right: 15px; }
    .blog-comment .comment-item .comment-date:after {
      content: '';
      position: absolute;
      top: 3px;
      right: -10px;
      height: 15px;
      width: 1px;
      background-color: #cccccc; }
  .blog-comment .comment-item .comment-reply a {
    color: #f15f2a;
    opacity: 0.8; }
    .blog-comment .comment-item .comment-reply a:hover {
      opacity: 1; }
  .blog-comment .comment-item .comment-reply i {
    font-size: 12px;
    margin-right: 5px;
    color: #f15f2a; }

.blog-comment .comment-form {
  margin-top: 70px; }
  .blog-comment .comment-form .swin-sc-contact-form {
    border: 4px solid #dfdfdf;
    padding: 40px 25px; }

/* #404 Page */
.page-404 {
  background-image: url("../images/404/404_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover; }

.page-404 .title {
  font-size: 60px;
  font-family: sans-serif;
  color: #29272e;
  line-height: 1;
  position: absolute;
  bottom: 20%;
  right: 50%;
  transform: translateX(50%);
  width: 80%;
  text-align: center; }

.page-404 .bt-wrapper {
  position: absolute;
  bottom: 10%;
  right: 50%;
  transform: translateX(50%); }

.page-404 .btn-right {
  margin-left: 10px; }

.page-404 .img-illustration {
  position: absolute;
  top: 0;
  transform: translateY(50%);
  max-height: 300px; }

.page-404 .img-main {
  position: absolute;
  bottom: 36%;
  right: 50%;
  transform: translateX(50%);
  width: 65%; }

/*
 * Live Setting
 */
.swin-transition, a#open-popup, #popup, .color-setting li, .color-setting a, .swin-sc-contact .item .media-left .wrapper-icon, .swin-sc-product.products-02 .products .item .block-img:before, .swin-btn, .swin-btn:after, ul.nav.nav-tabs > li > a, .title, .title a, .socials li a, .swin-sc-isotope .grid-item .grid-wrap-item:before, .swin-sc-isotope .grid-item .gallery-title, .swin-sc-video .play-btn, .swin-sc-event .swin-sc-event-inner, .swin-sc-partner .item img, .swin-sc-contact-form .form-group .input-group .input-group-addon {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease; }

a#open-popup {
  position: fixed;
  z-index: 10;
  top: 85px;
  right: 5px;
  display: block;
  color: #333;
  width: 45px;
  height: 45px;
  font-size: 16px;
  text-align: center;
  line-height: 45px;
  border-radius: 5px;
  background-color: #fff;
  cursor: pointer;
  opacity: 0.6;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15); }
  a#open-popup:hover, a#open-popup.show {
    opacity: 1; }

#popup {
  position: fixed;
  z-index: 10;
  top: 85px;
  margin-top: 50px;
  right: -10px;
  width: 200px;
  height: auto;
  background-color: #FFF;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  opacity: 0; }
  #popup.showup {
    right: 5px;
    opacity: 1; }
  #popup .live-title {
    font-family: sans-serif;
    font-size: 28px;
    color: #333;
    margin: 0 20px;
    padding: 15px 0;
    border-bottom: 1px solid #ececec; }

.box-setting {
  padding: 20px; }
  .box-setting p {
    font-size: 12px;
    color: #888; }

.color-setting li {
  border-bottom: 1px solid #ececec;
  margin-bottom: 5px;
  padding: 5px 0 8px;
  cursor: pointer;
  color: #808080; }
  .color-setting li:last-child {
    padding-bottom: 0;
    border-bottom: 0; }
  .color-setting li:hover {
    color: #000; }
    .color-setting li:hover a {
      border-radius: 5px; }
  .color-setting li.active a {
    border-radius: 5px; }
  .color-setting li.colordefault a {
    background-color: #f15f2a; }
  .color-setting li.color01 a {
    background-color: #cc9f65; }
  .color-setting li.color02 a {
    background-color: #a23b19; }
  .color-setting li.color03 a {
    background-color: #6F4E37; }
  .color-setting li.color04 a {
    background-color: #96b125; }
  .color-setting li.color05 a {
    background-color: #ff84ae; }

.color-setting a {
  display: block;
  float: right;
  width: 25px;
  height: 25px;
  border-radius: 50%; }

/*------------------------------------------------------------------
[Table of contents]
This file include css code for all elements in main content.
Press Ctrl + F to find component. Ex: "#general";

1. Global component / #GLOBAL-COMPONENT
2. Shortcode
  - #General
  - #Map & Contact
  - #Carousel
  - #Contact form
  - #Contact
  - #Product
  - #Icon box
  - #Blog
  - #Button
  - #Block Circle
  - #Tab
  - #Title
  - #Featured Box
  - #Social List
  - #Timeline
  - #Timeline 2
  - #Testimonial
  - #Testimonial 2
  - #Team Slider
  - #Team SLider 2
  - #Gallery
  - #Video
  - #Blog Grid
  - #Blog Slider
  - #Blog Masonry
  - #Event List
  - #Counter Box
  - #Partner
  - #Banner
  - #Product Element
  - #Contact Form
3. Footer
4. Custom Vendors
-------------------------------------------------------------------*/
.last-col {
  overflow: hidden !important; }

.pdn {
  padding: 0 !important; }

.pdx {
  padding: 3px; }

.pdm {
  padding: 10px; }

.pdl {
  padding: 20px; }

.pdxl {
  padding: 30px; }

.pdxxl {
  padding: 40px; }

.pdsl {
  padding: 100px; }

.ptn, .pvn, .pan {
  padding-top: 0 !important; }

.ptx, .pvx, .pax {
  padding-top: 3px !important; }

.pts, .pvs, .pas {
  padding-top: 5px !important; }

.ptm, .pvm, .pam {
  padding-top: 10px !important; }

.ptl, .pvl, .pal {
  padding-top: 20px !important; }

.ptxl, .pvxl, .paxl {
  padding-top: 30px !important; }

.ptxxl, .pvxxl, .paxxl {
  padding-top: 40px !important; }

.prn, .phn, .pan {
  padding-right: 0 !important; }

.prx, .phx, .pax {
  padding-right: 3px !important; }

.prs, .phs, .pas {
  padding-right: 5px !important; }

.prm, .phm, .pam {
  padding-right: 10px !important; }

.prl, .phl, .pal {
  padding-right: 20px !important; }

.prxl, .phxl, .paxl {
  padding-right: 30px !important; }

.prxxl, .phxxl, .paxxl {
  padding-right: 40px !important; }

.pbn, .pvn, .pan {
  padding-bottom: 0 !important; }

.pbx, .pvx, .pax {
  padding-bottom: 3px !important; }

.pbs, .pvs, .pas {
  padding-bottom: 5px !important; }

.pbm, .pvm, .pam {
  padding-bottom: 10px !important; }

.pbl, .pvl, .pal {
  padding-bottom: 20px !important; }

.pbxl, .pvxl, .paxl {
  padding-bottom: 30px !important; }

.pbxxl, .pvxxl, .paxxl {
  padding-bottom: 40px !important; }

.pln, .phn, .pan {
  padding-left: 0 !important; }

.plx, .phx, .pax {
  padding-left: 3px !important; }

.pls, .phs, .pas {
  padding-left: 5px !important; }

.plm, .phm, .pam {
  padding-left: 10px !important; }

.pll, .phl, .pal {
  padding-left: 20px !important; }

.plxl, .phxl, .paxl {
  padding-left: 30px !important; }

.plxxl, .phxxl, .paxxl {
  padding-left: 40px !important; }

.mtn, .mvn, .man {
  margin-top: 0 !important; }

.mtx, .mvx, .max {
  margin-top: 3px !important; }

.mts, .mvs, .mas {
  margin-top: 5px !important; }

.mtm, .mvm, .mam {
  margin-top: 10px !important; }

.mtl, .mvl, .mal {
  margin-top: 20px !important; }

.mtxl, .mvxl, .maxl {
  margin-top: 30px !important; }

.mtxxl, .mvxxl, .maxxl {
  margin-top: 40px !important; }

.mtsl, .mvsl, .masl {
  margin-top: 100px !important; }

.mrn, .mhn, .man {
  margin-right: 0 !important; }

.mrx, .mhx, .max {
  margin-right: 3px !important; }

.mrs, .mhs, .mas {
  margin-right: 5px !important; }

.mrm, .mhm, .mam {
  margin-right: 10px !important; }

.mrl, .mhl, .mal {
  margin-right: 20px !important; }

.mrxl, .mhxl, .maxl {
  margin-right: 30px !important; }

.mrxxl, .mhxxl, .maxxl {
  margin-right: 40px !important; }

.mrsl, .mhsl, .masl {
  margin-right: 100px !important; }

.mbn, .mvn, .man {
  margin-bottom: 0 !important; }

.mbx, .mvx, .max {
  margin-bottom: 3px !important; }

.mbs, .mvs, .mas {
  margin-bottom: 5px !important; }

.mbm, .mvm, .mam {
  margin-bottom: 10px !important; }

.mbl, .mvl, .mal {
  margin-bottom: 20px !important; }

.mbxl, .mvxl, .maxl {
  margin-bottom: 30px !important; }

.mbxxl, .mvxxl, .maxxl {
  margin-bottom: 40px !important; }

.mbsl, .mvsl, .masl {
  margin-bottom: 100px !important; }

.mln, .mhn, .man {
  margin-left: 0 !important; }

.mlx, .mhx, .max {
  margin-left: 3px !important; }

.mls, .mhs, .mas {
  margin-left: 5px !important; }

.mlm, .mhm, .mam {
  margin-left: 10px !important; }

.mll, .mhl, .mal {
  margin-left: 20px !important; }

.mlxl, .mhxl, .maxl {
  margin-left: 30px !important; }

.mlxxl, .mhxxl, .maxxl {
  margin-left: 40px !important; }

.mlsl, .mhsl, .masl {
  margin-left: 100px !important; }

/* ==========================================================================
   1. GLOBAL-COMPONENT
   ========================================================================== */
section {
  background-size: cover; }

.section {
  background-color: #FFF; }

.font-bold {
  font-weight: 700; }

*:focus {
  outline: none; }

a {
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  transition: color 0.3s ease; }

a:focus {
  outline: none;
  background-color: transparent; }

a:hover {
  text-decoration: none;
  color: #f15f2a; }

.text-default {
  color: #f15f2a; }

.form-control {
  background-color: transparent;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  height: 40px;
  box-shadow: none;
  padding: 6px 12px; }
  .form-control:focus {
    box-shadow: none; }

select.form-control {
  padding-left: 7px; }

div[class*='col-'] .item {
  margin-top: 40px; }

.col-md-4:nth-child(-n+3) .item {
  margin-top: 0; }

.col-md-3:nth-child(-n+4) .item {
  margin-top: 0; }

.col-md-6:nth-child(-n+2) .item {
  margin-top: 0; }

.col-md-12:first-child .item {
  margin-top: 0; }

.col-md-3:nth-child(4n+5) {
  clear: left; }

.col-md-4:nth-child(3n+4) {
  clear: left; }

.col-md-6:nth-child(2n+3) {
  clear: left; }

.margin-top-100 {
  margin-top: 100px; }

.swin-margin-bottom-40 {
  margin-bottom: 40px; }

.margin-bottom-20 {
  margin-bottom: 20px !important; }

.margin-top-50 {
  margin-top: 50px; }

.padding-bottom-100 {
  padding-bottom: 100px; }

.padding-top-120 {
  padding-top: 120px; }

.margin-bottom-100 {
  margin-bottom: 100px; }

.padding-top-100 {
  padding-top: 100px; }

/* Blockquote */
blockquote {
  border-left: 0;
  background-color: #f7f7f7;
  padding: 50px 60px 30px 85px;
  position: relative; }
  blockquote:before {
    content: "\f10d";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 32px;
    position: absolute;
    top: 30px;
    left: 50px;
    color: #d5d5d5;
    font-style: italic; }
  blockquote p {
    font-size: 22px;
    font-weight: 700;
    color: #f15f2a;
    font-style: italic;
    line-height: 32px;
    margin-bottom: 20px; }
  blockquote footer {
    text-align: right;
    font-style: italic;
    font-weight: 700; }
    blockquote footer:before {
      display: none; }
    blockquote footer cite {
      font-weight: 400; }

/* ==========================================================================
   2. Shortcode
   ========================================================================== */
/* #General */
.swin-sc:before {
  content: '';
  display: table; }

.swin-sc:after {
  content: '';
  clear: both;
  display: table; }

.slick-slide img {
  margin: auto; }

/* #Transition */
.swin-transition, a#open-popup, #popup, .color-setting li, .color-setting a, .swin-sc-contact .item .media-left .wrapper-icon, .swin-sc-product.products-02 .products .item .block-img:before, .swin-btn, .swin-btn:after, ul.nav.nav-tabs > li > a, .title, .title a, .socials li a, .swin-sc-isotope .grid-item .grid-wrap-item:before, .swin-sc-isotope .grid-item .gallery-title, .swin-sc-video .play-btn, .swin-sc-event .swin-sc-event-inner, .swin-sc-partner .item img, .swin-sc-contact-form .form-group .input-group .input-group-addon {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease; }

/* #Map & contact */
#map {
  height: 500px;
  box-shadow: 0 0 5px #c8c8c8; }

/* #Carousel */
.main-carousel .slick-arrow.prev-slide .arrow-slide:before, .main-carousel .slick-arrow.next-slide .arrow-slide:before {
  width: 8px;
  background-color: #c4c4c4; }

.main-carousel .slick-arrow .arrow-slide i {
  width: 30px;
  height: 30px;
  line-height: 28px;
  font-size: 14px;
  color: #676766;
  border-color: #c9c9c9; }

.main-carousel .prev-slide {
  left: -38px; }

.main-carousel .next-slide {
  right: -38px; }

/* #Contact form */
.swin-sc-contact-form.style-full .form-group .input-group {
  width: 100%; }

.swin-sc-contact-form.style-full .form-submit {
  margin-top: 15px; }

.reservation-form.style-02 {
  padding: 20px 5%; }

/* #Contact */
.swin-sc-contact .item:not(:first-child) {
  margin-top: 25px; }

.swin-sc-contact .item {
  overflow: visible;
  margin-bottom: 35px; }
  .swin-sc-contact .item .media-left {
    padding-right: 20px; }
    .swin-sc-contact .item .media-left .wrapper-icon {
      border-radius: 50%;
      background-color: #f4f4f4;
      width: 60px;
      height: 60px;
      text-align: center;
      line-height: 52px;
      border: 3px solid transparent;
      font-size: 24px; }
      .swin-sc-contact .item .media-left .wrapper-icon i.icons {
        color: #9d9d9d;
        position: relative; }
      .swin-sc-contact .item .media-left .wrapper-icon i.icons:after {
        content: '';
        height: 1px;
        background-color: #9d9d9d;
        display: block;
        margin-top: 2px;
        position: absolute;
        width: 16px;
        left: 50%;
        margin-left: -8px; }
  .swin-sc-contact .item .media-body {
    font-size: 14px;
    padding-top: 8px; }
    .swin-sc-contact .item .media-body .title {
      color: #29272e;
      font-weight: 700;
      text-transform: uppercase;
      font-size: 14px;
      font-family: "Merriweather Sans", sans-serif; }
    .swin-sc-contact .item .media-body .description {
      color: #505b65; margin: 5px 0px 0px 0px; }
      .swin-sc-contact .item .media-body .description p {
        margin: 0; }

.swin-sc-contact .item:hover .wrapper-icon {
  border: 3px solid #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  background-color: #f15f2a; }
  .swin-sc-contact .item:hover .wrapper-icon i.icons {
    color: #ffffff; }
  .swin-sc-contact .item:hover .wrapper-icon i.icons:after {
    background-color: #ffffff; }

/* #Product */
.swin-sc-product.light .title {
  color: #ffffff !important; }

.swin-sc-product.light .des {
  color: #c9c9c9 !important; }

.swin-sc-product .cat-wrapper img {
  width: 100%; }

.swin-sc-product .cat-wrapper .slick-dots li.slick-active button:before {
  opacity: 1; }

.swin-sc-product .cat-wrapper-02 {
  margin: auto;
  margin-bottom: 55px; }
  .swin-sc-product .cat-wrapper-02.cat-img .cat-title {
    font-size: 26px;
    color: #29272e;
    font-weight: bold;
    text-transform: uppercase; }
  .swin-sc-product .cat-wrapper-02.cat-img .img-wrapper {
    width: 152px; }
  .swin-sc-product .cat-wrapper-02.cat-img .item:after {
    left: 152px; }
  .swin-sc-product .cat-wrapper-02 .item {
    margin-top: 0;
    display: inline-block;
    position: relative; }
    .swin-sc-product .cat-wrapper-02 .item .cat-icons {
      width: 70px;
      text-align: center;
      margin: auto;
      cursor: pointer; }
      .swin-sc-product .cat-wrapper-02 .item .cat-icons .icons {
        color: #cacaca;
        font-size: 30px;
        padding: 20px;
        border: 1px solid transparent;
        transition: all .3s ease;
        border-radius: 50%; }
      .swin-sc-product .cat-wrapper-02 .item .cat-icons:hover .icons {
        border-color: #f15f2a;
        color: #f15f2a; }
    .swin-sc-product .cat-wrapper-02 .item .cat-image {
      width: 150px;
      margin: 0 auto; }
    .swin-sc-product .cat-wrapper-02 .item .cat-title {
      font-size: 16px;
      text-transform: capitalize;
      color: #29272e;
      text-align: center; }
    .swin-sc-product .cat-wrapper-02 .item.slick-current .cat-icons .icons {
      border-color: #f15f2a;
      color: #f15f2a; }
  .swin-sc-product .cat-wrapper-02 .item.slick-active + .slick-active.item:after {
    content: '';
    height: 2px;
    position: absolute;
    top: 35px;
    right: 74%;
    background-color: #f1f1f1;
    left: -25%; }
  .swin-sc-product .cat-wrapper-02.cat-images .item.slick-active + .slick-active.item:after {
    display: none; }
  .swin-sc-product .cat-wrapper-02.main-slider .slick-active img {
    filter: grayscale(1); }
  .swin-sc-product .cat-wrapper-02.main-slider .slick-current img {
    filter: none; }
  .swin-sc-product .cat-wrapper-02.main-slider .slick-arrow .arrow-slide:before {
    width: 40px; }
  .swin-sc-product .cat-wrapper-02.main-slider .slick-arrow .arrow-slide i {
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 12px; }

.swin-sc-product.products-01 {
  text-align: center; }
  .swin-sc-product.products-01 .cat-wrapper .cat-title {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: bold;
    color: #29272e;
    letter-spacing: 2px;
    margin-top: 20px; }
  .swin-sc-product.products-01 .cat-wrapper .slick-dots li, .swin-sc-product.products-01 .cat-wrapper .slick-dots li button, .swin-sc-product.products-01 .cat-wrapper .slick-dots li button:before {
    width: 10px; }
  .swin-sc-product.products-01 .cat-wrapper .slick-dots li button:before {
    color: #f15f2a; }
  .swin-sc-product.products-01 .products {
    font-family: sans-serif; }
    .swin-sc-product.products-01 .products .col-md-3:nth-child(-n+4) .item {
      margin-top: 0; }
    .swin-sc-product.products-01 .products div[class*='col-'] .item {
      margin-top: 35px; }
    .swin-sc-product.products-01 .products .item .block-img {
      position: relative; }
      .swin-sc-product.products-01 .products .item .block-img img {
        margin: auto; }
      .swin-sc-product.products-01 .products .item .block-img .group-btn {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate3D(-50%, -50%, 0);
        -webkit-transform: translate3D(-50%, -50%, 0);
        -moz-transform: translate3D(-50%, -50%, 0);
        -ms-transform: translate3D(-50%, -50%, 0);
        -o-transform: translate3D(-50%, -50%, 0); }
      .swin-sc-product.products-01 .products .item .block-img .swin-btn {
        min-width: 34px;
        height: 34px;
        border-radius: 50%;
        padding: 0;
        line-height: 34px;
        color: #ffffff; }
        .swin-sc-product.products-01 .products .item .block-img .swin-btn:after {
          display: none; }
      .swin-sc-product.products-01 .products .item .block-img .btn-link,
      .swin-sc-product.products-01 .products .item .block-img .btn-add-to-card {
        margin-right: 8px;
        opacity: 0;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        margin-top: 25px; }
      .swin-sc-product.products-01 .products .item .block-img .btn-link {
        background-color: #8d8d8d;
        border-color: #8d8d8d; }
        .swin-sc-product.products-01 .products .item .block-img .btn-link:hover {
          background-color: #f15f2a;
          border-color: #f15f2a; }
      .swin-sc-product.products-01 .products .item .block-img .btn-add-to-card {
        margin-right: 0;
        background-color: #8d8d8d;
        transition-delay: 0.2s;
        border-color: #8d8d8d; }
        .swin-sc-product.products-01 .products .item .block-img .btn-add-to-card:hover {
          background-color: #f15f2a;
          border-color: #f15f2a; }
      .swin-sc-product.products-01 .products .item .block-img:hover img {
        opacity: 0.5; }
      .swin-sc-product.products-01 .products .item .block-img:hover .group-btn {
        display: block; }
      .swin-sc-product.products-01 .products .item .block-img:hover .btn-link,
      .swin-sc-product.products-01 .products .item .block-img:hover .btn-add-to-card {
        opacity: 1;
        margin-top: 0; }
    .swin-sc-product.products-01 .products .item .title {
      font-size: 20px;
      line-height: 24px;
      display: block;
      text-transform: capitalize;
      color: #29272e;
      margin-bottom: 5px; }
    .swin-sc-product.products-01 .products .item .price-symbol {
      vertical-align: super;
      font-size: 18px; }
    .swin-sc-product.products-01 .products .item .price {
      color: #f15f2a;
      font-size: 22px;
      line-height: 1; }
  .swin-sc-product.products-01.style-02 .cat-wrapper {
    margin-right: 65px; }
  .swin-sc-product.products-01.style-02 .products {
    text-align: left; }
    .swin-sc-product.products-01.style-02 .products .item:not(:last-child) {
      margin-bottom: 25px; }
    .swin-sc-product.products-01.style-02 .products .item {
      display: table;
      width: 100%; }
    .swin-sc-product.products-01.style-02 .products .item-left {
      width: 90%;
      float: left;
      overflow: hidden; }
      .swin-sc-product.products-01.style-02 .products .item-left img {
        width: 70px;
        height: 70px;
        display: table-cell;
        float: left;
        margin-right: 15px;
        border-radius: 50%; }
      .swin-sc-product.products-01.style-02 .products .item-left .dot {
        display: table-cell;
        padding-left: 5px;
        opacity: 0.7;
        font-size: 12px;
        letter-spacing: 1px; }
      .swin-sc-product.products-01.style-02 .products .item-left .title {
        display: table-cell;
        font-size: 24px;
        position: relative; }
        .swin-sc-product.products-01.style-02 .products .item-left .title:before {
          content: '';
          position: absolute;
          width: 1000px;
          border-bottom: 1px dotted #616f7d;
          bottom: 6px;
          left: 102%; }
      .swin-sc-product.products-01.style-02 .products .item-left .des {
        font-weight: 400;
        color: #616f7d;
        font-family: "sans-serif"; }
    .swin-sc-product.products-01.style-02 .products .item-right {
      width: 10%;
      float: right;
      padding-left: 5px;
      color: #1d1b20; }
      .swin-sc-product.products-01.style-02 .products .item-right .price {
        float: right; }
  .swin-sc-product.products-01.style-04 .products {
    text-align: left;
    padding-bottom: 70px; }
    .swin-sc-product.products-01.style-04 .products .item {
      margin-top: 10px;
      margin-bottom: 20px;
      display: table;
      width: 100%; }
    .swin-sc-product.products-01.style-04 .products .item-left {
      width: 90%;
      float: left;
      overflow: hidden; }
      .swin-sc-product.products-01.style-04 .products .item-left img {
        width: 70px;
        height: 70px;
        display: table-cell;
        float: left;
        margin-right: 15px;
        border-radius: 50%; }
      .swin-sc-product.products-01.style-04 .products .item-left .dot {
        display: table-cell;
        padding-left: 5px;
        opacity: 0.7;
        font-size: 12px;
        letter-spacing: 1px; }
      .swin-sc-product.products-01.style-04 .products .item-left .title {
        display: table-cell;
        font-size: 24px;
        line-height: 27px;
        font-family: sans-serif; }
      .swin-sc-product.products-01.style-04 .products .item-left .des {
        font-weight: 400;
        color: #616f7d;
        margin-left: 85px;
        font-family: "sans-serif"; }
    .swin-sc-product.products-01.style-04 .products .item-right {
      width: 10%;
      float: right;
      padding-left: 5px;
      color: #1d1b20; }
      .swin-sc-product.products-01.style-04 .products .item-right .price {
        float: right; }
    .swin-sc-product.products-01.style-04 .products .slick-current + .slick-active {
      opacity: 0.5; }
    .swin-sc-product.products-01.style-04 .products .slick-current + .slick-active + .slick-active {
      opacity: 0.5; }

.swin-sc-product.products-02 .nav-slider .row.slick-slide .col-md-4:nth-child(3n+1) {
  clear: left; }

.swin-sc-product.products-02 .btn-load-more {
  margin-top: 55px; }

.swin-sc-product.products-02 .products .slick-padding {
  padding: 10px; }

.swin-sc-product.products-02 .products .item {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); }
  .swin-sc-product.products-02 .products .item:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15); }
  .swin-sc-product.products-02 .products .item .block-img {
    position: relative; }
    .swin-sc-product.products-02 .products .item .block-img .price-wrapper {
      position: absolute;
      bottom: -23px;
      right: 15px;
      text-align: center;
      width: 60px;
      line-height: 54px;
      height: 60px;
      color: #ffffff;
      box-shadow: 0 0 16px rgba(0, 0, 0, 0.2); }
    .swin-sc-product.products-02 .products .item .block-img .group-btn {
      position: absolute;
      bottom: 30px;
      right: 28px;
      width: 35px; }
    .swin-sc-product.products-02 .products .item .block-img .swin-btn {
      min-width: 34px;
      height: 34px;
      border-radius: 50%;
      padding: 0;
      line-height: 34px;
      color: #ffffff; }
      .swin-sc-product.products-02 .products .item .block-img .swin-btn:after {
        display: none; }
    .swin-sc-product.products-02 .products .item .block-img .btn-link,
    .swin-sc-product.products-02 .products .item .block-img .btn-add-to-card {
      margin-bottom: 8px;
      opacity: 0;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      text-align: center;
      position: relative;
      bottom: 0; }
    .swin-sc-product.products-02 .products .item .block-img .btn-link {
      background-color: #8d8d8d;
      border-color: #8d8d8d; }
      .swin-sc-product.products-02 .products .item .block-img .btn-link:hover {
        background-color: #f15f2a;
        border-color: #f15f2a; }
    .swin-sc-product.products-02 .products .item .block-img .btn-add-to-card {
      margin-right: 0;
      background-color: #8d8d8d;
      transition-delay: 0.2s;
      border-color: #8d8d8d; }
      .swin-sc-product.products-02 .products .item .block-img .btn-add-to-card:hover {
        background-color: #f15f2a;
        border-color: #f15f2a; }
    .swin-sc-product.products-02 .products .item .block-img:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5);
      opacity: 0; }
    .swin-sc-product.products-02 .products .item .block-img:hover:before {
      opacity: 1; }
    .swin-sc-product.products-02 .products .item .block-img:hover .group-btn {
      display: block; }
    .swin-sc-product.products-02 .products .item .block-img:hover .btn-link,
    .swin-sc-product.products-02 .products .item .block-img:hover .btn-add-to-card {
      opacity: 1;
      bottom: 10px; }
  .swin-sc-product.products-02 .products .item .block-content {
    padding: 30px 30px 15px; }
  .swin-sc-product.products-02 .products .item .title {
    margin-top: 0;
    margin-bottom: 8px;
    font-size: 30px;
    font-family: sans-serif;
    text-transform: capitalize; }
  .swin-sc-product.products-02 .products .item .product-info {
    margin-bottom: 0; }

.swin-sc-product.products-02.carousel-01 .products .slick-list {
  padding: 25px 8px; }

.swin-sc-product.products-02.carousel-01 .products .item {
  margin: 0 15px; }

.swin-sc-product.products-02.carousel-01 .slick-arrow .arrow-slide:before {
  background-color: #f1f1f1; }

.swin-sc-product.products-02.carousel-01 .slick-arrow .arrow-slide i {
  color: #aeaead;
  border-color: #f1f1f1; }

.swin-sc-product.products-02.carousel-01 .prev-slide {
  left: -100px; }

.swin-sc-product.products-02.carousel-01 .next-slide {
  right: -100px; }

/* #Icon box */
.swin-sc-iconbox {
  /* Light */ }
  .swin-sc-iconbox .item {
    margin-top: 40px;
    color: #404a53;
    text-align: center; }
    .swin-sc-iconbox .item .wrapper-icon {
      margin: auto;
      font-size: 60px;
      width: 120px;
      height: 120px;
      background-color: #ffffff;
      line-height: 120px;
      text-align: center;
      border-radius: 50%;
      transition: all .3s ease;
      border: 1px dashed #7b7b7b; }
    .swin-sc-iconbox .item .icon-heading {
      margin-top: 30px;
      text-transform: uppercase;
      transition: all .3s ease; }
    .swin-sc-iconbox .item .description {
      font-size: 14px;
      color: #616f7d; }
  .swin-sc-iconbox .icon-box-01 .icon-heading {
    font-size: 14px; }
  .swin-sc-iconbox .icon-box-01:hover {
    color: #f1612d; }
    .swin-sc-iconbox .icon-box-01:hover .wrapper-icon {
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
      border-color: #f15f2a; }
    .swin-sc-iconbox .icon-box-01:hover .wrapper-icon {
      box-shadow: 0 0 35px rgba(0, 0, 0, 0.1); }
  .swin-sc-iconbox .icon-box-02 .wrapper-icon {
    border: 1px dashed #7b7b7b;
    margin-bottom: 20px;
    background-position: center;
    transition-duration: .5s; }
  .swin-sc-iconbox .icon-box-02 .title {
    font-size: 30px;
    margin-bottom: 10px; }
  .swin-sc-iconbox .icon-box-02 .number {
    position: absolute;
    font-size: 15px;
    width: 35px;
    border-radius: 50%;
    border: 2px solid #f3f3f3;
    line-height: 30px;
    background-color: #fff;
    color: #3f3e44;
    font-family: "Roboto", sans-serif; }
  .swin-sc-iconbox .icon-box-02 .icons {
    color: #f15f2a; }
  .swin-sc-iconbox .icon-box-02:hover .icons {
    color: #ffffff; }
  .swin-sc-iconbox .icon-box-02:hover .number {
    border: 2px solid #f3f3f3;
    background-color: #f15f2a;
    color: #ffffff; }
  .swin-sc-iconbox .icon-box-02:hover .wrapper-icon {
    background-image: url("../images/service/service-image-01.png");
    background-position: left;
    background-color: #f15f2a; }
  .swin-sc-iconbox.light .item .wrapper-icon {
    background-color: transparent; }
  .swin-sc-iconbox.light .icon-box-02 .title {
    color: #fff; }
  .swin-sc-iconbox.light .description {
    color: #a2aab8; }

/* -----------------#Blog--------------- */
/* #Blog Slider */
.swin-sc-blog-slider.style-02 {
  padding: 0 40px;
  margin-bottom: 60px; }
  .swin-sc-blog-slider.style-02:before {
    top: 40px; }
  .swin-sc-blog-slider.style-02 .blog-item .blog-content .blog-info {
    margin-left: 108px; }
  .swin-sc-blog-slider.style-02 .blog-item .blog-content .blog-title {
    margin-left: 130px;
    margin-bottom: 10px; }

.swin-sc-blog-slider {
  padding: 0 100px;
  position: relative; }
  .swin-sc-blog-slider:before {
    content: '';
    display: block;
    position: absolute;
    background-color: #fff;
    left: 0;
    right: 0;
    top: 100px;
    bottom: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.21);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease; }
  .swin-sc-blog-slider:hover:before {
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.21); }
  .swin-sc-blog-slider .blog-item {
    box-shadow: none; }
    .swin-sc-blog-slider .blog-item .blog-date {
      width: 100px;
      height: 100px;
      padding-top: 20px;
      position: relative;
      float: left;
      left: 70px;
      top: -20px; }
    .swin-sc-blog-slider .blog-item:hover {
      box-shadow: none; }
      .swin-sc-blog-slider .blog-item:hover:after {
        width: 0;
        box-shadow: none; }
  .swin-sc-blog-slider .blog-item .blog-content {
    padding: 0 0 30px; }
    .swin-sc-blog-slider .blog-item .blog-content .blog-info {
      height: 40px;
      margin-left: 120px; }
    .swin-sc-blog-slider .blog-item .blog-content .blog-info-item {
      height: 40px;
      line-height: 40px; }
    .swin-sc-blog-slider .blog-item .blog-content .blog-title {
      margin-left: 145px;
      margin-top: 10px; }
  .swin-sc-blog-slider .prev-slide, .swin-sc-blog-slider .next-slide {
    bottom: 50px;
    top: auto; }
  .swin-sc-blog-slider.style-01 .prev-slide {
    left: -200px; }
  .swin-sc-blog-slider.style-01 .next-slide {
    right: -200px; }

/* #Blog Masonry */
.swin-sc-blog-masonry .grid-item {
  padding: 15px; }
  .swin-sc-blog-masonry .grid-item.grid-item-h1 .blog-item {
    height: 590px; }

.format-video {
  position: relative; }
  .format-video .swin-sc-video {
    position: static;
    min-height: inherit; }
    .format-video .swin-sc-video .play-btn {
      background-color: #fff; }

.quote-format {
  position: relative; }
  .quote-format:before {
    content: "";
    background-color: rgba(0, 0, 0, 0.24);
    width: 100%;
    height: 100%;
    position: absolute; }
  .quote-format i.quote-icon {
    font-size: 30px;
    position: absolute;
    color: #ffffff;
    top: -10%;
    left: -35px; }
  .quote-format .quote-text {
    position: absolute;
    color: #ffffff;
    top: 20%;
    right: 5%;
    max-width: 455px;
    font-size: 22px;
    line-height: 28px;
    font-weight: 400;
    font-style: italic; }

.audio-format {
  position: relative; }
  .audio-format .audiojs {
    position: absolute;
    top: 20%;
    background: none;
    box-shadow: none;
    left: 50%;
    margin-left: -230px; }
    .audio-format .audiojs .play-pause {
      background-color: #ffffff;
      border-radius: 50%;
      width: 36px;
      height: 36px;
      position: relative;
      margin-right: 20px; }
      .audio-format .audiojs .play-pause p.play {
        background: none;
        font: normal normal normal 14px/1 FontAwesome;
        position: absolute;
        top: 50%;
        margin-top: -7px;
        margin-left: -4px;
        left: 50%;
        width: auto;
        height: auto; }
        .audio-format .audiojs .play-pause p.play:before {
          content: "\f04b";
          width: 20px;
          height: 20px;
          color: #f15f2a; }
      .audio-format .audiojs .play-pause p.pause {
        background: none;
        font: normal normal normal 14px/1 FontAwesome;
        position: absolute;
        top: 50%;
        margin-top: -7px;
        margin-left: -6px;
        left: 50%;
        width: auto;
        height: auto; }
        .audio-format .audiojs .play-pause p.pause:before {
          content: "\f04c";
          width: 20px;
          height: 20px;
          color: #f15f2a; }
    .audio-format .audiojs .time {
      border-left: none; }
    .audio-format .audiojs .progress {
      height: 4px;
      background: #f15f2a;
      margin-bottom: 0; }
    .audio-format .audiojs .loaded {
      background: #d0d0d0;
      height: 4px; }
    .audio-format .audiojs .scrubber {
      background: #fff;
      height: 4px;
      margin: 0;
      top: 50%;
      margin-top: -2px; }

.pagination-wrapper ul.pagination {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  padding: 0 20px; }
  .pagination-wrapper ul.pagination li a {
    color: #616f7d;
    border: none;
    padding: 6px 8px; }
    .pagination-wrapper ul.pagination li a:hover {
      background: none;
      color: #f15f2a;
      text-decoration: underline; }

/* #Button */
.swin-btn {
  min-width: 50px;
  min-height: 20px;
  padding: 10px 35px;
  background-color: #f15f2a;
  border: 1px solid #f15f2a;
  text-transform: uppercase;
  border-radius: 25px;
  display: inline-block;
  position: relative;
  color: #fff; }
  .swin-btn a {
    color: #fff; }
  .swin-btn span {
    position: relative;
    top: 0;
    transition: all 0.3s ease;
    transition-delay: 0.2s; }
  .swin-btn:before {
    content: '';
    position: absolute;
    height: 1px;
    left: 35px;
    right: 35px;
    bottom: 5px;
    background-color: #fff;
    opacity: 0;
    transition: all 0.3s ease;
    transition-delay: 0.2s; }
  .swin-btn:after {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #fff;
    top: 50%;
    right: 12px;
    margin-top: -3px; }
  .swin-btn:hover {
    color: #fff; }
    .swin-btn:hover span {
      color: #fff;
      top: -2px; }
    .swin-btn:hover:before {
      opacity: 1;
      bottom: 12px; }
    .swin-btn:hover:after {
      right: 50%;
      opacity: 0; }
  .swin-btn:focus {
    background-color: #f15f2a; }
  .swin-btn.btn-reverse:hover {
    background-color: #fff;
    color: #f15f2a;
    border-color: #fff; }
    .swin-btn.btn-reverse:hover span {
      color: #f15f2a; }
    .swin-btn.btn-reverse:hover:after {
      background-color: #f15f2a; }
  .swin-btn.btn-transparent {
    background-color: transparent;
    color: #f15f2a; }
    .swin-btn.btn-transparent span {
      color: #f15f2a; }
    .swin-btn.btn-transparent:after {
      background-color: #f15f2a; }
    .swin-btn.btn-transparent:hover {
      color: #fff;
      border-color: #f15f2a; }
      .swin-btn.btn-transparent:hover span {
        color: #f15f2a; }
      .swin-btn.btn-transparent:hover:before {
        background-color: #f15f2a; }
    .swin-btn.btn-transparent.btn-white {
      border-color: #fff; }
      .swin-btn.btn-transparent.btn-white span {
        color: #fff; }
      .swin-btn.btn-transparent.btn-white:after {
        background-color: #fff; }
      .swin-btn.btn-transparent.btn-white:hover {
        color: #fff;
        border-color: #fff; }
        .swin-btn.btn-transparent.btn-white:hover span {
          color: #fff; }
        .swin-btn.btn-transparent.btn-white:hover:before {
          background-color: #fff; }

.swin-btn-wrap.center {
  text-align: center; }

/* #Block Circle */
.block-circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #f15f2a;
  border: 3px solid #fff; }

/* #Tab */
ul.nav.nav-tabs {
  margin-bottom: 35px;
  border-color: #f15f2a; }
  ul.nav.nav-tabs > li > a {
    padding: 20px 60px 15px;
    border-radius: 14px 14px 0 0;
    border-color: #e6e6e6;
    border-bottom-color: transparent;
    color: #adadad;
    text-transform: uppercase;
    margin-right: 10px;
    margin-top: 1px; }
    ul.nav.nav-tabs > li > a:hover {
      background-color: transparent; }
  ul.nav.nav-tabs > li.active a {
    color: #29272e;
    border-color: #f15f2a;
    border-bottom-color: #fff; }

/* #Title */
.title {
  font-family: sans-serif;
  font-size: 50px;
  text-transform: capitalize;
  color: #29272e;
  margin: 0; }
  .title.white-color {
    color: #ffffff; }
  .title a {
    color: #29272e; }
    .title a:hover {
      color: #f15f2a; }

.swin-sc-title {
  text-align: center;
  margin-bottom: 50px;
  /* Light */
  /* Style 2 */ }
  .swin-sc-title .top-title {
    font-weight: 500;
    font-size: 16px;
    color: #f15f2a;
    position: relative;
    text-transform: uppercase;
    display: inline-block;
    line-height: 1; }
    .swin-sc-title .top-title:before, .swin-sc-title .top-title:after {
      content: '';
      position: absolute;
      width: 3px;
      height: 3px;
      border-radius: 50%;
      background-color: #f15f2a;
      top: 50%;
      margin-top: -1px; }
    .swin-sc-title .top-title:before {
      left: -65px; }
    .swin-sc-title .top-title:after {
      right: -65px; }
    .swin-sc-title .top-title span {
      position: relative; }
      .swin-sc-title .top-title span:before, .swin-sc-title .top-title span:after {
        content: '';
        position: absolute;
        width: 50px;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #f15f2a;
        top: 50%;
        margin-top: 0; }
      .swin-sc-title .top-title span:before {
        left: -65px; }
      .swin-sc-title .top-title span:after {
        right: -65px; }
  .swin-sc-title .subtitle {
    margin-top: 10px; }
  .swin-sc-title.text-left {
    text-align: left; }
    .swin-sc-title.text-left .top-title:before, .swin-sc-title.text-left .top-title span:before {
      display: none; }
  .swin-sc-title.text-right {
    text-align: right; }
    .swin-sc-title.text-right .top-title:after, .swin-sc-title.text-right .top-title span:after {
      display: none; }
  .swin-sc-title.light .title {
    color: #fff; }
  .swin-sc-title.light .subtitle {
    color: #c9c9c9; }
  .swin-sc-title.style-2 .title {
    position: relative;
    padding-bottom: 20px; }
    .swin-sc-title.style-2 .title:before, .swin-sc-title.style-2 .title:after {
      content: '';
      position: absolute;
      width: 5px;
      height: 5px;
      border-radius: 50%;
      background-color: #f15f2a;
      bottom: -2px; }
    .swin-sc-title.style-2 .title:before {
      left: 50%;
      margin-left: -25px; }
    .swin-sc-title.style-2 .title:after {
      left: 50%;
      margin-left: 25px; }
    .swin-sc-title.style-2 .title span:after {
      content: '';
      position: absolute;
      width: 50px;
      border-bottom-width: 1px;
      border-bottom-style: solid;
      border-bottom-color: #f15f2a;
      bottom: 0;
      left: 50%;
      margin-left: -25px; }
  .swin-sc-title.style-2.light .title {
    color: #fff; }
  .swin-sc-title.style-2.text-left span:after {
    left: 25px;
    width: 100px; }
  .swin-sc-title.style-2.text-left .title:after {
    left: 75px; }
  .swin-sc-title.style-2.text-left .title:before {
    display: none; }
  .swin-sc-title.style-2.text-right .title:before {
    left: auto;
    right: 50px; }
  .swin-sc-title.style-2.text-right .title:after {
    left: auto;
    right: 0; }
  .swin-sc-title.style-2.text-right span:after {
    left: auto;
    right: 0; }
  .swin-sc-title.style-3 .title {
    display: inline-block;
    position: relative;
    line-height: 1; }
    .swin-sc-title.style-3 .title:before, .swin-sc-title.style-3 .title:after {
      content: '';
      position: absolute;
      width: 3px;
      height: 3px;
      border-radius: 50%;
      background-color: #f15f2a;
      top: 50%; }
    .swin-sc-title.style-3 .title:before {
      left: -65px; }
    .swin-sc-title.style-3 .title:after {
      right: -65px; }
    .swin-sc-title.style-3 .title span:before, .swin-sc-title.style-3 .title span:after {
      content: '';
      position: absolute;
      width: 50px;
      border-bottom-width: 1px;
      border-bottom-style: solid;
      border-bottom-color: #f15f2a;
      top: 50%;
      margin-top: 1px; }
    .swin-sc-title.style-3 .title span:before {
      left: -65px; }
    .swin-sc-title.style-3 .title span:after {
      right: -65px; }
  .swin-sc-title.style-3.light .title {
    color: #fff; }
  .swin-sc-title.style-4 .title {
    font-size: 80px; }
  .swin-sc-title.style-4 .top-title {
    font-size: 20px; }

/* #Featured Box */
.sc-featured-box {
  overflow: hidden;
  position: relative;
  box-shadow: 0 0 8px 5px rgba(0, 0, 0, 0.05);
  min-height: 200px; }
  .sc-featured-box .box-bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: auto; }
  .sc-featured-box:before, .sc-featured-box:after {
    content: '';
    position: absolute;
    display: block;
    left: 30px;
    right: 30px;
    height: 1px;
    background-color: #fff;
    z-index: 1;
    transition: all 0.6s cubic-bezier(0.57, -0.04, 0.32, 1.14);
    transition-delay: 0.1s; }
  .sc-featured-box:before {
    top: 30px;
    left: 100%;
    right: 30px; }
  .sc-featured-box:after {
    bottom: 30px;
    left: 30px;
    right: 100%; }
  .sc-featured-box .box-inner {
    position: relative;
    padding: 100px 35px;
    text-align: center;
    background-color: #FFF;
    height: 100%;
    transition: all 0.4s cubic-bezier(0.57, -0.04, 0.32, 1.14); }
    .sc-featured-box .box-inner:before, .sc-featured-box .box-inner:after {
      content: '';
      position: absolute;
      width: 3px;
      height: 3px;
      border-radius: 50%;
      background-color: #fff; }
    .sc-featured-box .box-inner:before {
      top: 29px;
      right: 30px; }
    .sc-featured-box .box-inner:after {
      bottom: 29px;
      left: 30px; }
    .sc-featured-box .box-inner .box-title {
      opacity: 0;
      font-size: 30px;
      font-weight: 700;
      color: #f15f2a;
      margin-bottom: 20px; }
    .sc-featured-box .box-inner .box-content {
      opacity: 0;
      color: #fff;
      margin-bottom: 40px; }
    .sc-featured-box .box-inner .swin-btn {
      opacity: 0; }
    .sc-featured-box .box-inner .showcase {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #fff; }
    .sc-featured-box .box-inner .img-showcase {
      opacity: 1;
      position: absolute;
      width: 100%;
      left: 0;
      top: 0;
      z-index: 2; }
    .sc-featured-box .box-inner .title-showcase {
      opacity: 1;
      position: absolute;
      left: 0;
      width: 100%;
      text-align: center;
      bottom: 60px;
      font-size: 30px;
      font-weight: 700;
      color: #f15f2a;
      z-index: 3; }
  .sc-featured-box:hover:before {
    left: 30px; }
  .sc-featured-box:hover:after {
    right: 30px; }
  .sc-featured-box:hover .box-inner {
    background-color: rgba(0, 0, 0, 0.8); }
  .sc-featured-box:hover .box-title {
    opacity: 1;
    color: #fff; }
  .sc-featured-box:hover .box-content {
    opacity: 1; }
  .sc-featured-box:hover .swin-btn {
    opacity: 1;
    display: inline-block; }
  .sc-featured-box:hover .showcase {
    display: none; }

/* #Social List */
.socials li a {
  display: inline-block;
  background-color: #191c1e;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  text-align: center;
  line-height: 35px; }
  .socials li a:hover {
    background-color: #f15f2a; }
  .socials li a i {
    color: #fff; }

.socials-nb li a {
  display: inline-block;
  width: 20px;
  text-align: center; }
  .socials-nb li a i {
    color: #8d8d8d; }
  .socials-nb li a:hover i {
    color: #f15f2a; }

/* #Timeline */
.swin-sc-timeline .main-slider {
  background-color: transparent;
  border: none;
  margin-bottom: 0; }
  .swin-sc-timeline .main-slider .item-inner {
    padding: 5px; }

.swin-sc-timeline .nav-slider {
  background-color: transparent;
  border: none; }
  .swin-sc-timeline .nav-slider .slides {
    padding-top: 20px;
    position: relative; }
    .swin-sc-timeline .nav-slider .slides:before {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      top: 10px;
      height: 1px;
      background-color: #504d5a; }
  .swin-sc-timeline .nav-slider li a {
    position: relative;
    color: #504d5a; }
    .swin-sc-timeline .nav-slider li a:before {
      content: '';
      position: absolute;
      width: 12px;
      height: 12px;
      border-radius: 50%;
      border: 3px solid #504d5a;
      background-color: #000;
      top: -18px;
      left: 10px; }
    .swin-sc-timeline .nav-slider li a:hover, .swin-sc-timeline .nav-slider li a:focus {
      color: #fff;
      text-decoration: none; }
      .swin-sc-timeline .nav-slider li a:hover:before, .swin-sc-timeline .nav-slider li a:focus:before {
        background-color: #f15f2a;
        border-color: #fff; }
  .swin-sc-timeline .nav-slider li:first-child a:before {
    left: 0; }
  .swin-sc-timeline .nav-slider .flex-active-slide a {
    color: #fff; }
    .swin-sc-timeline .nav-slider .flex-active-slide a:before {
      background-color: #f15f2a;
      border-color: #fff; }

.swin-sc-timeline .img-effect {
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
  min-height: 220px; }
  .swin-sc-timeline .img-effect > img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: auto;
    max-width: none; }
  .swin-sc-timeline .img-effect .mask {
    position: absolute;
    opacity: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    visibility: visible;
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
  .swin-sc-timeline .img-effect .magnific-item {
    height: 36px;
    width: 36px;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    margin-top: -18px;
    margin-left: -18px;
    border-radius: 50%;
    background-color: #f15f2a;
    color: #fff;
    text-align: center;
    font-size: 19px;
    line-height: 38px; }
    .swin-sc-timeline .img-effect .magnific-item img {
      visibility: hidden; }
    .swin-sc-timeline .img-effect .magnific-item:hover, .swin-sc-timeline .img-effect .magnific-item:focus {
      z-index: 20;
      text-decoration: none;
      border: 0;
      -webkit-box-shadow: 0 !important;
      box-shadow: 0 !important;
      outline: 0; }
  .swin-sc-timeline .img-effect:hover .mask {
    z-index: 10;
    visibility: visible;
    left: 0;
    opacity: 1; }

/* #Timeline 2 */
.swin-sc-timeline-2 .timeline-item {
  position: relative;
  margin: 10px 0; }
  .swin-sc-timeline-2 .timeline-item .timeline-item-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5); }
  .swin-sc-timeline-2 .timeline-item .timeline-year {
    font-size: 40px;
    position: absolute;
    color: #fff;
    left: 50%;
    top: 50%;
    transform: translate3D(-50%, -50%, 0);
    -webkit-transform: translate3D(-50%, -50%, 0);
    -moz-transform: translate3D(-50%, -50%, 0);
    -ms-transform: translate3D(-50%, -50%, 0);
    -o-transform: translate3D(-50%, -50%, 0); }
  .swin-sc-timeline-2 .timeline-item:hover, .swin-sc-timeline-2 .timeline-item.slick-current {
    cursor: pointer;
    z-index: 1; }
    .swin-sc-timeline-2 .timeline-item:hover .timeline-item-wrap, .swin-sc-timeline-2 .timeline-item.slick-current .timeline-item-wrap {
      background-color: transparent; }
    .swin-sc-timeline-2 .timeline-item:hover .timeline-year, .swin-sc-timeline-2 .timeline-item.slick-current .timeline-year {
      color: transparent; }
  .swin-sc-timeline-2 .timeline-item.slick-current {
    z-index: 2;
    -ms-transform: scale(1.1, 1.1);
    /* IE 9 */
    -webkit-transform: scale(1.1, 1.1);
    /* Safari */
    transform: scale(1.1, 1.1); }

.swin-sc-timeline-2 .main-slider {
  margin-bottom: 60px; }

.swin-sc-timeline-2 .timeline-content-item {
  text-align: center; }
  .swin-sc-timeline-2 .timeline-content-item p.timeline-heading {
    font-size: 16px;
    margin-bottom: 30px; }
    .swin-sc-timeline-2 .timeline-content-item p.timeline-heading strong {
      margin-right: 5px; }
  .swin-sc-timeline-2 .timeline-content-item .timeline-content-detail p {
    margin-bottom: 35px; }
    .swin-sc-timeline-2 .timeline-content-item .timeline-content-detail p:last-child {
      margin-bottom: 0; }

/* #Testimonial */
.swin-sc-testimonial {
  position: relative;
  padding: 30px 0 0;
  border-top: 1px solid #434245; }
  .swin-sc-testimonial.bg-white {
    border-color: #dddddd; }
    .swin-sc-testimonial.bg-white:before, .swin-sc-testimonial.bg-white:after {
      background-color: #dddddd; }
    .swin-sc-testimonial.bg-white .testi-content {
      color: #616f7d; }
    .swin-sc-testimonial.bg-white .testi-info .name {
      color: #29272e; }
    .swin-sc-testimonial.bg-white .testi-info .position {
      color: #616f7d; }
      .swin-sc-testimonial.bg-white .testi-info .position:before {
        color: #cfcfcf; }
  .swin-sc-testimonial:before, .swin-sc-testimonial:after {
    content: '';
    position: absolute;
    height: 1px;
    background-color: #434245;
    display: block; }
  .swin-sc-testimonial:before {
    bottom: 40px;
    left: 0;
    right: 58%; }
  .swin-sc-testimonial:after {
    bottom: 40px;
    left: 58%;
    right: 0;
    z-index: 0; }
  .swin-sc-testimonial .main-slider {
    margin-bottom: 45px; }
  .swin-sc-testimonial .testi-item {
    padding-top: 10px; }
  .swin-sc-testimonial .testi-icon {
    font-style: italic;
    color: #f15f2a;
    font-size: 17px;
    position: absolute;
    top: 0; }
  .swin-sc-testimonial .testi-content {
    color: #c9c9c9;
    font-size: 16px;
    padding: 0 20px;
    font-style: italic;
    text-align: center;
    margin-bottom: 25px; }
  .swin-sc-testimonial .testi-info {
    text-align: center;
    color: #555; }
    .swin-sc-testimonial .testi-info .name {
      display: inline-block;
      margin-right: 3px;
      font-weight: 700;
      color: #fff;
      text-transform: uppercase; }
    .swin-sc-testimonial .testi-info .position {
      display: inline-block;
      margin-left: 3px;
      color: #a6a6a6;
      position: relative;
      padding-left: 10px; }
      .swin-sc-testimonial .testi-info .position:before {
        content: "|";
        position: absolute;
        right: 100%;
        width: 2px; }
  .swin-sc-testimonial .nav-slider {
    text-align: center;
    margin: auto;
    width: 250px;
    position: relative;
    z-index: 1; }
    .swin-sc-testimonial .nav-slider .slick-list.draggable a {
      cursor: inherit; }
    .swin-sc-testimonial .nav-slider .slides li img {
      width: 84px;
      height: 84px;
      border-radius: 50%;
      border: 0 solid #f15f2a;
      -ms-transform: scale(0.7, 0.7);
      /* IE 9 */
      -webkit-transform: scale(0.7, 0.7);
      /* Safari */
      transform: scale(0.7, 0.7);
      filter: grayscale(1); }
    .swin-sc-testimonial .nav-slider .slides .slick-current img {
      -ms-transform: scale(1, 1);
      /* IE 9 */
      -webkit-transform: scale(1, 1);
      /* Safari */
      transform: scale(1, 1);
      border-width: 2px;
      filter: grayscale(0); }

/* #Testimonial 2 */
.swin-sc-testimonial.style-2 .main-slider {
  margin-bottom: 0; }

.swin-sc-testimonial.style-2 .testi-icon {
  color: #fff; }

.swin-sc-testimonial.style-2:after {
  bottom: 0; }

.swin-sc-testimonial.style-2 .testi-signal {
  width: auto;
  margin: 0 auto 30px; }

.swin-sc-testimonial.option-2 {
  padding: 40px 0; }
  .swin-sc-testimonial.option-2:before {
    display: none; }
  .swin-sc-testimonial.option-2:after {
    bottom: 0;
    left: 0; }

/* #Team Slider */
.layout-boxed .swin-sc-team-slider .prev-slide {
  left: -20px; }

.layout-boxed .swin-sc-team-slider .next-slide {
  right: -20px; }

.swin-sc-team-slider .prev-slide {
  left: -42px; }

.swin-sc-team-slider .next-slide {
  right: -42px; }

.swin-sc-team-slider .slick-arrow .arrow-slide:before {
  width: 30px; }

.swin-sc-team-slider .team-item {
  margin: auto;
  padding: 0 45px;
  text-align: center;
  -ms-transform: scale(0.9, 0.9);
  /* IE 9 */
  -webkit-transform: scale(0.9, 0.9);
  /* Safari */
  transform: scale(0.9, 0.9); }
  .swin-sc-team-slider .team-item .team-img {
    position: relative;
    margin-bottom: 25px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .swin-sc-team-slider .team-item .team-img img {
      margin: auto;
      position: relative;
      z-index: 1; }
    .swin-sc-team-slider .team-item .team-img:before {
      content: '';
      position: absolute;
      width: 300px;
      height: 300px;
      border-radius: 50%;
      background-color: transparent;
      box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
      z-index: 0;
      left: 50%;
      bottom: 0;
      margin-left: -150px;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .swin-sc-team-slider .team-item .team-img:after {
      content: '';
      position: absolute;
      width: 340px;
      border-radius: 50%; }
  .swin-sc-team-slider .team-item .team-name {
    font-size: 22px;
    line-height: 1;
    font-weight: 700;
    color: #f15f2a;
    text-transform: uppercase; }
  .swin-sc-team-slider .team-item .team-position {
    line-height: 1;
    color: #616f7d; }
  .swin-sc-team-slider .team-item hr {
    width: 50px;
    border-color: #c1c1c1;
    margin-bottom: 15px; }
  .swin-sc-team-slider .team-item.slick-current + .slick-active {
    -ms-transform: scale(1, 1);
    /* IE 9 */
    -webkit-transform: scale(1, 1);
    /* Safari */
    transform: scale(1, 1); }
    .swin-sc-team-slider .team-item.slick-current + .slick-active .team-img:before {
      background-color: #f15f2a;
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2); }

.swin-sc-team-slider .socials-nb li a i {
  font-size: 16px; }

/* #Team SLider 2 */
.swin-sc-team-slider-2 .team-name {
  float: left;
  font-size: 15px;
  color: #fff;
  text-transform: uppercase; }

.swin-sc-team-slider-2 .team-position {
  float: left;
  color: #d1d1d1;
  line-height: 26px;
  margin-left: 16px;
  position: relative; }
  .swin-sc-team-slider-2 .team-position:before {
    content: '';
    position: absolute;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #d1d1d1;
    top: 15px;
    left: -8px; }

.swin-sc-team-slider-2 .team-description {
  color: #c9c9c9;
  margin-bottom: 10px; }

.swin-sc-team-slider-2 .socials-nb {
  float: right; }

.swin-sc-team-slider-2 .nav-slider {
  width: 350px; }
  .swin-sc-team-slider-2 .nav-slider .slides li img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    filter: grayscale(1);
    margin-left: 0; }
  .swin-sc-team-slider-2 .nav-slider .slides li.slick-current img {
    filter: grayscale(0); }

/* #Gallery */
.swin-sc-isotope .grid:after {
  content: '';
  display: block;
  clear: both; }

.swin-sc-isotope .grid-item {
  padding: 0;
  transition: all 0.3s ease; }
  .swin-sc-isotope .grid-item .grid-wrap-item {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%; }
    .swin-sc-isotope .grid-item .grid-wrap-item:before {
      content: '';
      position: absolute;
      z-index: 2;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(255, 255, 255, 0.7);
      opacity: 0; }
  .swin-sc-isotope .grid-item .gallery-title {
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: 30px;
    z-index: 2;
    opacity: 0;
    top: 50%;
    margin-top: -50px; }
  .swin-sc-isotope .grid-item .view-lightbox,
  .swin-sc-isotope .grid-item .view-more {
    position: absolute;
    z-index: 2;
    opacity: 0;
    top: 50%;
    left: 50%;
    margin-top: 20px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    background-color: #8d8d8d;
    transition: all 0.2s ease; }
    .swin-sc-isotope .grid-item .view-lightbox i,
    .swin-sc-isotope .grid-item .view-more i {
      font-size: 14px;
      color: #fff; }
    .swin-sc-isotope .grid-item .view-lightbox:hover,
    .swin-sc-isotope .grid-item .view-more:hover {
      background-color: #f15f2a; }
  .swin-sc-isotope .grid-item .view-lightbox {
    margin-left: -40px;
    transition-delay: 0.2s; }
  .swin-sc-isotope .grid-item .view-more {
    margin-right: -10px;
    transition-delay: 0.3s; }
  .swin-sc-isotope .grid-item .img-wrap {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%; }
  .swin-sc-isotope .grid-item img {
    display: block;
    z-index: 3;
    width: auto;
    height: 100%;
    max-width: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3D(-50%, -50%, 0);
    -webkit-transform: translate3D(-50%, -50%, 0);
    -moz-transform: translate3D(-50%, -50%, 0);
    -ms-transform: translate3D(-50%, -50%, 0);
    -o-transform: translate3D(-50%, -50%, 0); }
  .swin-sc-isotope .grid-item.grid-item-h1 {
    height: 330px; }
  .swin-sc-isotope .grid-item.grid-item-h2 {
    height: 660px; }
  .swin-sc-isotope .grid-item:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    z-index: 1; }
    .swin-sc-isotope .grid-item:hover .grid-wrap-item:before {
      opacity: 1; }
    .swin-sc-isotope .grid-item:hover .gallery-title {
      margin-top: -40px;
      opacity: 1; }
    .swin-sc-isotope .grid-item:hover .view-lightbox,
    .swin-sc-isotope .grid-item:hover .view-more {
      margin-top: 10px;
      opacity: 1;
      transition-delay: inherit; }
    .swin-sc-isotope .grid-item:hover img {
      z-index: 1; }

/* #Video */
.swin-sc-video {
  position: relative;
  min-height: 100px; }
  .swin-sc-video .play-wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -25px;
    margin-top: -25px; }
  .swin-sc-video .play-btn {
    display: inline-block;
    position: relative;
    width: 50px;
    height: 50px;
    line-height: 46px;
    border-radius: 50%;
    text-align: center;
    border: 2px solid #fff;
    font-size: 18px;
    color: #f15f2a;
    padding-left: 3px;
    background: #fff; }
    .swin-sc-video .play-btn:hover {
      border-color: #fff;
      background: #f15f2a;
      color: #fff; }
  .swin-sc-video .play-icon {
    display: inline-block;
    margin-left: 1px;
    line-height: 46px;
    position: relative; }

/* #Blog Grid */
.blog-item {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  position: relative; }
  .blog-item .blog-featured-img img {
    width: 100%;
    min-height: 200px;
    background-color: #fcfcfc; }
  .blog-item:after {
    content: '';
    position: absolute;
    border: 0;
    height: 2px;
    width: 0;
    left: 50%;
    bottom: 0;
    background-color: #f15f2a;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease; }
  .blog-item:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.3); }
    .blog-item:hover:after {
      left: 0;
      width: 100%; }
  .blog-item .blog-info {
    background-color: #fff;
    padding: 0 10px; }
  .blog-item .blog-info-item {
    height: 50px;
    float: left;
    padding: 0 15px;
    position: relative;
    line-height: 50px; }
    .blog-item .blog-info-item:after {
      content: '';
      position: absolute;
      height: 10px;
      border-right: 1px solid #d2d2d2;
      top: 50%;
      right: 0;
      margin-top: -5px; }
    .blog-item .blog-info-item:last-child:after {
      border-right: 0; }
    .blog-item .blog-info-item p {
      color: #9d9d9d; }
      .blog-item .blog-info-item p a {
        color: #f15f2a; }
  .blog-item .blog-content {
    background-color: #fff;
    position: relative;
    padding: 30px; }
  .blog-item .blog-date {
    font-family: sans-serif;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #f15f2a;
    border: 3px solid #fff;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    position: absolute;
    left: 50%;
    top: -50px;
    transform: translate3D(-50%, 0, 0);
    -webkit-transform: translate3D(-50%, 0, 0);
    -moz-transform: translate3D(-50%, 0, 0);
    -ms-transform: translate3D(-50%, 0, 0);
    -o-transform: translate3D(-50%, 0, 0); }
    .blog-item .blog-date .day {
      display: block;
      font-size: 35px;
      line-height: 1; }
    .blog-item .blog-date .month {
      display: block;
      font-size: 16px;
      line-height: 1;
      text-transform: uppercase; }
  .blog-item .blog-title {
    font-family: sans-serif;
    font-size: 30px;
    margin-bottom: 15px;
    margin-top: 15px; }
    .blog-item .blog-title a {
      color: #29272e; }
      .blog-item .blog-title a:hover {
        color: #f15f2a; }
  .blog-item .blog-description {
    clear: both;
    color: #616f7d; }
  .blog-item .blog-readmore {
    text-align: right; }
    .blog-item .blog-readmore a {
      color: #5f5e62;
      font-size: 15px; }
      .blog-item .blog-readmore a i {
        margin-left: 5px; }
      .blog-item .blog-readmore a:hover {
        color: #f15f2a; }

/* #Event List */
.swin-sc-event {
  padding-bottom: 45px; }
  .swin-sc-event .swin-sc-event-inner {
    position: relative;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.16); }
  .swin-sc-event .event-info {
    padding: 10px 0;
    font-family: sans-serif; }
    .swin-sc-event .event-info .event-date {
      height: 50px;
      line-height: 50px;
      color: #f15f2a;
      padding: 0 20px;
      float: left;
      border-right: 1px solid #e4e4e4; }
      .swin-sc-event .event-info .event-date span.day {
        font-size: 35px;
        line-height: 1;
        display: block; }
      .swin-sc-event .event-info .event-date span.month {
        font-size: 16px;
        line-height: 1;
        display: block;
        text-transform: uppercase; }
    .swin-sc-event .event-info .event-title {
      float: left;
      font-size: 30px;
      line-height: 50px;
      padding: 0 20px; }
      .swin-sc-event .event-info .event-title a {
        color: #29272e; }
        .swin-sc-event .event-info .event-title a:hover {
          color: #f15f2a; }
  .swin-sc-event .event-countdown {
    position: absolute;
    width: 80%;
    height: 90px;
    overflow: hidden;
    left: 50%;
    bottom: -45px;
    transform: translate3D(-50%, 0, 0);
    -webkit-transform: translate3D(-50%, 0, 0);
    -moz-transform: translate3D(-50%, 0, 0);
    -ms-transform: translate3D(-50%, 0, 0);
    -o-transform: translate3D(-50%, 0, 0); }
    .swin-sc-event .event-countdown .event-countdown-inner {
      position: relative;
      height: 100%; }
    .swin-sc-event .event-countdown .event-img {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%; }
      .swin-sc-event .event-countdown .event-img:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background-color: #f15f2a;
        opacity: 0.9; }
    .swin-sc-event .event-countdown .event-countdown-content {
      position: relative;
      color: #fff;
      margin: 0;
      padding: 0 25px;
      top: 50%;
      transform: translate3D(0, -50%, 0);
      -webkit-transform: translate3D(0, -50%, 0);
      -moz-transform: translate3D(0, -50%, 0);
      -ms-transform: translate3D(0, -50%, 0);
      -o-transform: translate3D(0, -50%, 0); }
      .swin-sc-event .event-countdown .event-countdown-content .num {
        font-size: 30px; }
      .swin-sc-event .event-countdown .event-countdown-content .cap {
        font-size: 13px; }
  .swin-sc-event:hover .swin-sc-event-inner {
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.2); }
  .swin-sc-event:hover .event-countdown {
    box-shadow: 0 0 10px #f15f2a; }

/* #Counter Box */
.swin-sc-counter {
  text-align: center;
  font-family: sans-serif;
  line-height: 1; }
  .swin-sc-counter .counter-info {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 20px; }
    .swin-sc-counter .counter-info .number {
      font-size: 60px;
      color: #f15f2a; }
    .swin-sc-counter .counter-info .caption {
      font-size: 24px;
      color: #29272e; }
    .swin-sc-counter .counter-info:after {
      content: '';
      position: absolute;
      bottom: 0;
      width: 50px;
      height: 1px;
      background-color: #d8d8d8;
      left: 50%;
      transform: translate3D(-50%, 0, 0);
      -webkit-transform: translate3D(-50%, 0, 0);
      -moz-transform: translate3D(-50%, 0, 0);
      -ms-transform: translate3D(-50%, 0, 0);
      -o-transform: translate3D(-50%, 0, 0); }
  .swin-sc-counter .counter-avatar img {
    margin: auto; }

/* #Partner */
.swin-sc-partner .item img {
  margin: auto;
  opacity: 0.6; }

.swin-sc-partner .item:hover {
  cursor: all-scroll; }
  .swin-sc-partner .item:hover img {
    opacity: 1; }

/* #Banner */
.swin-sc-banner .banner-featured-img {
  position: relative;
  display: table;
  width: 100%;
  overflow: hidden; }
  .swin-sc-banner .banner-featured-img img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: auto; }
  .swin-sc-banner .banner-featured-img .banner-content {
    position: relative;
    float: right;
    padding: 75px 60px 55px;
    color: #fff;
    text-align: center; }
    .swin-sc-banner .banner-featured-img .banner-content .banner-title {
      text-align: center;
      font-size: 35px;
      line-height: 1;
      font-weight: bold;
      text-transform: uppercase;
      position: relative;
      margin-bottom: 5px; }
      .swin-sc-banner .banner-featured-img .banner-content .banner-title:before, .swin-sc-banner .banner-featured-img .banner-content .banner-title:after {
        content: '';
        width: 5px;
        height: 5px;
        background-color: #fff;
        border-radius: 50%;
        position: absolute;
        top: 14px; }
      .swin-sc-banner .banner-featured-img .banner-content .banner-title:before {
        left: -15px; }
      .swin-sc-banner .banner-featured-img .banner-content .banner-title:after {
        right: -15px; }
    .swin-sc-banner .banner-featured-img .banner-content .banner-subtitle {
      font-size: 13px;
      margin-bottom: 25px; }

.swin-sc-banner.right .banner-content {
  float: left; }

/* #Product Element */
.product-info {
  margin-bottom: 15px; }
  .product-info .author {
    margin-right: 20px;
    position: relative; }
    .product-info .author .text {
      color: #f15f2a;
      margin-left: 7px; }
    .product-info .author:after {
      content: '';
      position: absolute;
      top: 5px;
      right: -14px;
      height: 12px;
      width: 2px;
      background-color: #ccc; }
  .product-info .rating a i {
    color: #f15f2a; }
    .product-info .rating a i.fa-star-o {
      color: #616f7d; }
  .product-info .rating span {
    margin-left: 7px; }

/* #Contact Form */
.form-pos-01 {
  position: relative;
  margin-top: -45px;
  margin-bottom: -45px;
  padding: 100px 55px; }
  .form-pos-01.section-dark {
    background-color: rgba(0, 0, 0, 0.97); }

.swin-sc-contact-form {
  /* Light version */ }
  .swin-sc-contact-form .form-group:last-child {
    margin-bottom: 0; }
  .swin-sc-contact-form .form-group {
    padding: 0 15px;
    margin-bottom: 30px; }
    .swin-sc-contact-form .form-group:before {
      content: '';
      display: table; }
    .swin-sc-contact-form .form-group:after {
      content: '';
      display: table;
      clear: both; }
    .swin-sc-contact-form .form-group .input-group {
      width: 50%;
      float: left;
      padding: 0 15px; }
      .swin-sc-contact-form .form-group .input-group .input-group-addon {
        background-color: rgba(255, 255, 255, 0.05);
        border: 0;
        border-radius: 0;
        color: #9d9d9d;
        position: relative;
        min-width: 40px; }
        .swin-sc-contact-form .form-group .input-group .input-group-addon:after {
          content: '';
          position: absolute;
          top: 5px;
          right: 0;
          width: 1px;
          height: 30px;
          background-color: rgba(255, 255, 255, 0.15); }
      .swin-sc-contact-form .form-group .input-group .form-control {
        background-color: rgba(255, 255, 255, 0.05);
        border: 0;
        border-radius: 0;
        height: 40px;
        color: #a2a2a2;
        box-shadow: none; }
        .swin-sc-contact-form .form-group .input-group .form-control:focus {
          box-shadow: none; }
        .swin-sc-contact-form .form-group .input-group .form-control option {
          color: #000;
          background-color: transparent; }
      .swin-sc-contact-form .form-group .input-group:hover .input-group-addon, .swin-sc-contact-form .form-group .input-group:focus .input-group-addon {
        color: #f15f2a; }
      .swin-sc-contact-form .form-group .input-group:first-child {
        padding-left: 0; }
      .swin-sc-contact-form .form-group .input-group:last-child {
        padding-right: 0; }
  .swin-sc-contact-form textarea {
    padding: 15px;
    background-color: rgba(255, 255, 255, 0.05);
    height: 95px;
    border: 0;
    border-radius: 0;
    box-shadow: none; }
    .swin-sc-contact-form textarea:focus {
      box-shadow: none; }
  .swin-sc-contact-form .form-submit {
    margin-top: 35px; }
  .swin-sc-contact-form.light .form-group .input-group .input-group-addon {
    background-color: #f6f6f6; }
    .swin-sc-contact-form.light .form-group .input-group .input-group-addon:after {
      background-color: #e4e4e4; }
  .swin-sc-contact-form.light .form-group .input-group .form-control {
    background-color: #f6f6f6;
    color: #999; }
  .swin-sc-contact-form.light .form-group .input-group:hover .input-group-addon, .swin-sc-contact-form.light .form-group .input-group:focus .input-group-addon {
    color: #000; }
  .swin-sc-contact-form.light .form-group textarea {
    background-color: #f6f6f6;
    color: #999; }

/* ==========================================================================
    Footer
    ========================================================================== */
footer {
  color: #bcbac1; }

/* Footer Area */
.ft-widget-area {
  padding-top: 100px;
  padding-bottom: 100px; }

.ft-fixed-area {
  position: relative; }
  .ft-fixed-area .reservation-box {
    color: #fff;
    background-color: #f15f2a;
    background-image: url("../../images/background/ft-res-bg.jpg");
    background-size: cover;
    position: relative;
    top: -30px;
    padding: 20px; }
  .ft-fixed-area .reservation-wrap {
    border: 1px solid #fff;
    padding: 10px 25px 25px;
    position: relative; }
    .ft-fixed-area .reservation-wrap:before, .ft-fixed-area .reservation-wrap:after {
      content: '';
      position: absolute;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background-color: #fff; }
    .ft-fixed-area .reservation-wrap:before {
      top: -5px;
      right: -5px; }
    .ft-fixed-area .reservation-wrap:after {
      bottom: -5px;
      left: -5px; }
    .ft-fixed-area .reservation-wrap .res-title {
      font-size: 30px;
      text-align: center;
      font-family: sans-serif; }
    .ft-fixed-area .reservation-wrap .res-date {
      width: 60%;
      float: left;
      overflow: hidden; }
      .ft-fixed-area .reservation-wrap .res-date .res-date-item {
        display: table;
        width: 100%; }
      .ft-fixed-area .reservation-wrap .res-date .res-date-text {
        display: table-cell; }
      .ft-fixed-area .reservation-wrap .res-date .res-date-dot {
        display: table-cell;
        padding-left: 5px;
        opacity: 0.7;
        font-size: 12px;
        letter-spacing: 1px; }
    .ft-fixed-area .reservation-wrap .res-time {
      width: 40%;
      float: right;
      padding-left: 5px;
      color: #1d1b20; }
    .ft-fixed-area .reservation-wrap .res-number {
      font-size: 30px;
      font-weight: 700;
      color: #1d1b20;
      text-align: center; }

/* ==========================================================================
    Custom Vendors
    ========================================================================== */
.flexslider {
  margin-bottom: 0;
  background-color: transparent;
  border: none; }

@-webkit-keyframes fadeInUpShort {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUpShort {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInUpShort {
  -webkit-animation-name: fadeInUpShort;
  animation-name: fadeInUpShort; }

/* Datepicker */
.datepicker-dropdown {
  border-radius: 0;
  padding: 15px; }

.datepicker td,
.datepicker th {
  border-radius: 0; }

.datepicker .table-condensed > tbody > tr > td,
.datepicker .table-condensed > tbody > tr > th {
  padding: 5px 10px; }

.datepicker thead tr:last-child {
  background-color: #f2f2f2; }
  .datepicker thead tr:last-child th {
    border-right: 1px solid #fff; }

.datepicker table tr td.new,
.datepicker table tr td.old {
  color: #c9c9c9; }

.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled.active:hover,
.datepicker table tr td.active.disabled.disabled:hover,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled[disabled]:hover,
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active[disabled] {
  background: #f15f2a; }

.pageload-overlay.show,
.pageload-overlay {
  background-color: #f15f2a;
  visibility: visible; }

.pageload-loading {
  background-color: #f15f2a; }

.pageload-overlay svg path {
  fill: #f15f2a; }

.swin-sc-product.products-01.style-02 .products.full-infor .item,
.swin-sc-product.products-01.style-04 .products.full-infor .item {
  display: flex; }

.swin-sc-product.products-01.style-02 .products.full-infor .item-left {
  width: 70%; }

.swin-sc-product.products-01.style-04 .products.full-infor .item-left {
  width: 66%; }

.swin-sc-product.products-01.style-02 .products.full-infor .item-more,
.swin-sc-product.products-01.style-04 .products.full-infor .item-more {
  padding-left: 20px; }

.swin-btn.add-to-cart {
  padding: 7px 20px;
  min-height: 20px;
  cursor: pointer; }

/*------------------------------------------------------------------
[Table of contents]
This file include css code for widget, element in sidebar and footer

- #General
- #Search
- #Categories
- #Recent Post
- #Tag
- #Gallery
- #Widget About
-------------------------------------------------------------------*/
/* #General */
.swin-media {
  display: table;
  padding: 18px 0;
  width: 100%; }
  .swin-media .content-left {
    display: table-cell;
    vertical-align: top;
    padding-right: 15px;
    width: 1%; }
  .swin-media .content-right {
    display: table-cell;
    vertical-align: top; }

.swin-widget .title-widget {
  border: 4px solid #dfdfdf;
  padding: 12px;
  text-transform: uppercase;
  text-align: center;
  color: #29272e;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 30px; }

.swin-widget.swin-widget:not(:last-child) {
  margin-bottom: 60px; }

.swin-widget:before {
  content: '';
  clear: both; }

.swin-widget:after {
  content: '';
  display: table;
  clear: both; }

footer .swin-widget .title-widget {
  font-size: 18px;
  color: #fff;
  text-align: left;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 2px solid #a1a1a1;
  padding: 0 0 12px; }

/* #Search */
.widget-search .title-widget {
  padding: 30px; }

.widget-search form {
  position: relative; }
  .widget-search form input.search-input {
    width: 100%;
    border: none;
    background-color: #f6f6f6;
    padding: 0 20px;
    line-height: 40px; }
  .widget-search form span.search-submit {
    position: absolute;
    right: 20px;
    line-height: 40px;
    bottom: 0; }

/* #Categories */
.widget-categories .link {
  padding: 9px 0;
  font-size: 14px;
  display: block;
  color: #29272e;
  position: relative;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease; }
  .widget-categories .link:not(:last-child) {
    border-bottom: 1px solid #eeeeee; }
  .widget-categories .link i {
    display: none; }
  .widget-categories .link span.text {
    text-transform: capitalize; }
  .widget-categories .link span.badge {
    float: right;
    background: none;
    color: #7c7b80; }
  .widget-categories .link:before {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease; }
  .widget-categories .link:hover {
    padding-left: 15px;
    color: #f15f2a; }
    .widget-categories .link:hover .badge {
      color: #f15f2a; }
  .widget-categories .link:before {
    content: '';
    position: absolute;
    background-color: #f15f2a;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    bottom: 50%;
    margin-bottom: -1px;
    opacity: 0;
    left: 0;
    transition: left 0.3s ease-in-out; }
  .widget-categories .link:hover:before {
    opacity: 1;
    left: 5px; }

/* #Recent Post */
.widget-recent-post .swin-media.swin-media:not(:last-child) {
  border-bottom: 1px solid #eeeeee; }

.widget-recent-post .swin-media .heading {
  font-family: sans-serif;
  color: #29272e;
  font-size: 22px;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 26px;
  display: inline-block; }
  .widget-recent-post .swin-media .heading:hover {
    color: #f15f2a; }

.widget-recent-post .swin-media .info {
  color: #616f7d;
  font-size: 14px; }
  .widget-recent-post .swin-media .info .swin-icon {
    margin-right: 4px; }

/* #Tag */
.widget-tag ul li {
  display: inline-block;
  margin: 14px 0; }
  .widget-tag ul li:hover a {
    color: #f15f2a;
    box-shadow: 0 2px 21px rgba(0, 0, 0, 0.2); }
  .widget-tag ul li a {
    text-transform: capitalize;
    color: #616f7d;
    padding: 8px 15px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease; }

/* #Gallery */
.widget-gallery.carousel .slick-dots li {
  width: 15px;
  margin: 0; }
  .widget-gallery.carousel .slick-dots li button:before {
    color: #f15f2a; }

.widget-gallery.carousel .slick-dots li.active button:before {
  opacity: 1; }

/* #Widget About */
.wget-logo {
  float: left; }

.socials-about {
  float: right; }

.wget-about-content {
  border-bottom: 1px solid #3a3a3a;
  padding-bottom: 20px;
  margin-top: 30px;
  margin-bottom: 20px; }
  .wget-about-content:last-child {
    border-bottom: 0; }

.about-contact-info .address-info {
  width: 40%;
  float: left; }

.about-contact-info .phone-info {
  width: 25%;
  float: left;
  padding-left: 10px; }
  
.about-contact-info .email-info {
  width: 35%;
  float: left;
  padding-left: 10px; } 

.about-contact-info .info-icon {
  width: 35px;
  height: 50px;
  float: left;
  text-align: left;
  line-height: 50px; }
  .about-contact-info .info-icon i {
    color: #fff;
    font-size: 30px;
    border-bottom: 1px solid #fff;
    padding-bottom: 5px; }

.about-contact-info .email-info .info-icon i {
  font-size: 25px; }

.about-contact-info .info-content {
  margin-bottom: 10px; }
  .about-contact-info .info-content .info-icon {
    display: table-cell; }
    .about-contact-info .info-content .info-icon i {
      font-size: 22px; }
  .about-contact-info .info-content .info-text {
    display: table-cell; }

/* Widget Open Hour */
.open-date-time .open-date {
  width: 60%;
  float: left;
  overflow: hidden; }
  .open-date-time .open-date .open-date-item {
    display: table;
    width: 100%; }
  .open-date-time .open-date .open-date-text {
    display: table-cell; }
  .open-date-time .open-date .open-date-dot {
    display: table-cell;
    padding-left: 5px;
    opacity: 0.7;
    font-size: 12px;
    letter-spacing: 1px; }

.open-date-time .open-time {
  width: 40%;
  float: right;
  padding-left: 5px; }

/* Widget List Pages */
.widget-pages li:first-child .link {
  padding-top: 0; }

.widget-pages .link {
  padding: 5px 0;
  font-size: 14px;
  display: block;
  position: relative;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease; }
  .widget-pages .link:not(:last-child) {
    border-bottom: 1px solid #eeeeee; }
  .widget-pages .link i {
    display: none; }
  .widget-pages .link span.text {
    color: #bcbac1;
    text-transform: capitalize; }
  .widget-pages .link:before {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease; }
  .widget-pages .link:hover {
    padding-left: 15px; }
    .widget-pages .link:hover .text {
      color: #fff; }
  .widget-pages .link:before {
    content: '';
    position: absolute;
    background-color: #fff;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    bottom: 50%;
    margin-bottom: -1px;
    opacity: 0;
    left: 0;
    transition: left 0.3s ease-in-out; }
  .widget-pages .link:hover:before {
    opacity: 1;
    left: 5px; }
