@import url(../fonts/MuseoSans/MuseoSans.css);
@import url(../fonts/OpenSans/stylesheet.css);
/**!**************
1 - BASE 
  - Reset
  - Typography
2 - Header
  - Brand logo
  - Main Nav Menu 
  -- Sideheader Menu
  -- Center header Menu
  - Top Header
  - Header and nav Mobile style
3 - Portfolio 
  - Single Portfolio
  - Work Filter
  - Portfolio col layouts
  - slider portfolio
4 - Shop
5 - Blog - posts
  - Post Author
  - Comments Box
  - Pagination 
6 - Contact Form
7 - Sidebar and widget
8 - Elements
   - Team Person Box
   - Testimonials
   - Clients list box style
   - Service Boxs
   - Video story box
   - Counter OR Fun Fact Box 
   - icon list
   - Google map
   - Parallax bg
   - Buttons
   - Price Plan
   - Countdown
   - Video background panel
   - Instagram Feed
9 - Plugins CSS 
   - owl
   - Magnific Popup CSS
   - Hover Effects 
   - SmoothState styling
10 - Important and custom css
11 - Extra CSS

------------------------------------------------------------------*/

/*=================================================
1 - BASE 
=================================================*/

/**! Reset **/

*,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
a {
  margin: 0;
  padding: 0;
}

/** main container **/

@media (min-width: 1500px) {
  .container {
    max-width: 1200px;
  }
}

/*Columns gutters*/

.large-gutters {
  margin-right: -25px;
  margin-left: -25px;
}

.large-gutters > .col,
.large-gutters > [class*="col-"] {
  padding-right: 25px;
  padding-left: 25px;
}

.small-gutters {
  margin-right: -5px;
  margin-left: -5px;
}

.small-gutters > .col,
.small-gutters > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.gallery-gutters {
  margin: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.gallery-gutters > .col,
.gallery-gutters > [class*="col-"] {
  padding: 15px;
}

.small-gallery-gutters {
  margin: -5px;
}

.small-gallery-gutters > .col,
.small-gallery-gutters > [class*="col-"] {
  padding: 5px;
}

.xs-gallery-gutters {
  margin: -2.5px;
}

.xs-gallery-gutters > .col,
.xs-gallery-gutters > [class*="col-"] {
  padding: 2.5px;
}

.container-fluid > .no-gutters {
  margin-right: -15px;
  margin-left: -15px;
}

.list-v-gutters li {
  padding: 7px 0;
}

.border-radius-5px {
  border-radius: 5px;
}
/** Typography **/

html {
  font-size: 100%;
}

@media all and (max-width: 768px) {
  html {
    font-size: 93.75%;
  }
}

body {
/*  font-family: "Poppins", sans-serif;*/
 font-family: 'OpenSans';    
  font-size: 16px;
  line-height: 1.75;
  color: #637282;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.01rem;
    background-color: #f3f3f3;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #333;
  font-variant-ligatures: common-ligatures;
  font-weight: 700;
  margin-top: 6px;
  margin-bottom: 6px;
  line-height: 1.4;
  letter-spacing: 0;
}

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

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

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

h4,
.h4 {
  font-size: 24px;
}

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

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

.lead {
  line-height: 1.65;
  font-weight: 400;
  font-size: 18px;
}

.fs-150px {
  font-size: 150px;
  line-height: 1;
  font-weight: 700;
}

th {
  padding: 0 0.7rem 0 0;
}

p,
ul,
ol,
pre,
table,
blockquote {
  margin-bottom: 1.3em;
}

pre {
  background: #f7f7f7;
  padding: 5px 20px;
}

ul,
ol {
  line-height: 1.85714286em;
}

ul.bullets {
  list-style: inside;
}

ol {
  list-style-type: upper-roman;
  list-style-position: inside;
}

blockquote {
  font-size: 1.78571429em;
  line-height: 1.5em;
  padding: 0;
  margin: 0;
  border-left: 0;
}

strong {
  font-weight: 600;
}

hr {
  margin: 1.85714286em 0;
  border-color: #f0f0f0;
}

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

a,
p a {
  color: #333;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

a:hover,
a:focus,
.page-link:focus,
.page-link:hover {
  color: #5d5d5d;
  text-decoration: none;
}

button:focus {
  outline: 0;
}

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

blockquote,
.blockquote {
  margin: 23px 0;
  font-style: italic;
  font-size: 24px;
  font-family: Georgia, "Times New Roman", Times, serif;
  padding-left: 0;
  line-height: 1.556;
  color: #333;
}

.blockquote-reverse {
  padding-right: 0;
  padding-left: 0;
  text-align: right;
  border-right: 0;
  border-left: 0;
}

.blockquote-small {
  font-size: 1.4em;
}

.blockquote-footer {
  background: transparent;
  padding: 0;
}

address {
  margin: 20px 0;
}

select {
  display: inline-block;
  max-width: 100%;
  height: 50px;
  padding: 0.375rem 0.75rem 0.375rem 1.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff
    url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E")
    no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #eceae6;
  border-radius: 55px;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.orderby {
  height: 40px;
}

.dark-select-transparent {
  color: #fff;
  vertical-align: middle;
  background: transparent
    url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E")
    no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 2px solid #fff;
}

.dark-select-transparent option {
  font-size: 15px;
  color: #495057;
}

/*! Typography - Helpers */

.font-size-2x {
  font-size: 2rem;
}

.font-size-3x {
  font-size: 3rem;
}

.font-size-4x {
  font-size: 4rem;
}

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

.text-fade {
  opacity: 0.5;
}

.text-strikethrough {
  text-decoration: line-through;
  opacity: 0.5;
}

.text-underline {
  text-decoration: underline;
}

.h1-large {
  font-size: 60px;
  line-height: 1.2;
}

@media screen and (min-width: 992px) {
  .h1-md-large {
    font-size: 60px;
    line-height: 1.2;
  }
}

.lead-large {
  font-size: 24px;
}

.all-text-content-white,
.all-text-content-white a,
.all-text-content-white h1,
.all-text-content-white h2,
.all-text-content-white h3,
.all-text-content-white h4,
.all-text-content-white h5,
.all-text-content-white h6,
.all-text-content-white .fa,
.all-text-content-white .post_meta_top,
.all-text-content-white .post_meta_top a,
.all-text-content-white .items_filter li span {
  color: #ffffff;
}

.all-text-content-white .items_filter span.filter_active {
  border-bottom: solid 2px #fff;
}

input.form-control:-internal-autofill-previewed, 
input.form-control:-internal-autofill-selected, 
textarea.form-control:-internal-autofill-previewed, 
textarea.form-control:-internal-autofill-selected, 
select.form-control:-internal-autofill-previewed, 
select.form-control:-internal-autofill-selected {
    background-color: transparent !important;
    background: none !important;
}

/*=================================================
2 - Header 
=================================================*/

/* Topbar */

.top_header {
  background: #3d404f;
}

.top_header_nav {
  margin: 0;
  padding: 16px 0;
}

.top_header .top_header_nav li {
  display: inline-block;
  list-style: none;
  padding-right: 20px;
}

.top_header .top_header_nav li a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  position: relative;
}

.top_header .list-inline-item:not(:last-child) {
  margin-right: 1rem;
}

/* Nav bar search */

.navbar .search-bar {
  margin-left: 2rem;
}

.mini-search-container {
  position: absolute;
  top: 100%;
  right: 0;
  display: none;
  float: left;
  width: 100%;
  height: 62px;
  z-index: 9999;
}

.mini-search-container .input-group {
  height: 60px;
}
/*Navbar*/

.navbar {
  min-height: 100px;
  padding-top: 24px;
  padding-bottom: 24px;
  z-index: 500;
  background-color: #f3f3f3;
}

/*Placement*/

@media screen and (min-width: 992px) {
  .navbar {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    padding-left: 0;
  }
  .absolute_header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    background: transparent;
  }
  .absolute_header:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  .fixed-top {
    -moz-transition: 0.25s ease-in;
    -o-transition: 0.25s ease-in;
    -webkit-transition: 0.25s ease-in;
    transition: 0.25s ease-in;
  }
  .absolute_header.fixed-top {
    position: absolute;
    background: transparent;
  }
  .sticky_header_runing,
  .absolute_header.fixed-top.sticky_header_runing {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1030;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-dark .etcodes-light-logo {
    display: block;
  }
  .navbar-dark .etcodes-light-logo {
    display: block;
  }
}

.navbar > div {
  position: relative;
}

.sticky-top {
  background: #fff;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}
.etcodes-mobile-logo {
  display: none;
}

.etcodes-normal-logo {
  display: block;
}
.top-nav-theme .header-three.navbar > div {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}

@media screen and (max-width: 991px) {
  .etcodes-mobile-logo {
    display: block;
  }
  .etcodes-normal-logo {
    display: none;
  }
    
}

/* Center Header */

@media (min-width: 992px) {
  .header-three {
    padding-top: 5px;
    padding-bottom: 5px;
  }
    .inner-page .header-three {
        padding: 0;
    }   
  .navbar.header-three > div {
    display: block;
    text-align: center;
  }
  .navbar.header-three > div .navbar-nav {
    margin-right: auto;
    margin-left: auto;
  }
  .navbar.header-three .navbar-brand {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 5px;
  }
    .inner-page .navbar.header-three .navbar-brand {
        float: left;
        margin-bottom: 0px;
    }
  .navbar.header-four > div {
    display: block;
  }
  .navbar.header-three .nav-link {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

.navbar.header-three .navbar-collapse {
  border-top: 1px solid;
/*  border-bottom: 1px solid;*/
  border-color: #ebebeb;
    position: relative;
}
.header-three.navbar {
    padding-bottom: 0;
}
.navbar.header-three .navbar-collapse:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: transparent;
    z-index: -1;
    opacity: 0.8;
}

/* nav */

@media (min-width: 992px) {
  .bg-nav-black-op {
    background: rgba(0, 0, 0, 0.4);
  }
}

.navbar-nav > li > a {
  font-weight: 600;
}

.navbar-nav > li:not(:last-child) {
  margin-right: 1.5em;
}

.navbar-light .navbar-nav .nav-link {
  color: #333;
}

.navbar-dark .navbar-nav .nav-link {
  color: #fff;
}

.navbar-dark .hamburger-menu-btn span::before,
.navbar-dark .hamburger-menu-btn span::after,
.navbar-dark .hamburger-menu-btn span {
  background: #fff;
}

.hamburger-btn-white.hamburger-menu-btn span,
.hamburger-btn-white.hamburger-menu-btn span::before,
.hamburger-btn-white.hamburger-menu-btn span::after {
  background: #fff !important;
}

.dropdown-toggle::after {
  content: "\f107";
  font-family: "Font Awesome\ 5 Free";
  font-size: 14px;
  border: 0;
  margin-left: 0.4em;
  vertical-align: 0;
}

.dropdown-toggle::after {
  font-weight: 900;
}

.dropdown-submenu .dropdown-toggle::after {
  content: "\f105";
  color: #999;
  font-size: 12px;
}

.navbar-nav > li:last-child .dropdown-toggle::after {
  margin-left: 0.45em;
}

.navbar-dark .navbar-nav .show .dropdown-menu .nav-link {
  color: rgba(0, 0, 0, 0.7);
}

.navbar .nav-link {
  padding-top: 32px;
  padding-bottom: 32px;
}

.dropdown-menu {
  padding: 1rem 0;
  top: calc(100% - 5px);
  min-width: 220px;
  font-size: 15px;
  border: none;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.08);
  border-radius: 0.2rem;
}

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

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #252525;
}

/*Mega Menu*/

@media screen and (min-width: 992px) {
  .mega_menu_holder {
    position: static !important;
    z-index: 1;
  }
  .mega_menu {
    width: 100%;
    padding: 2.5rem 0;
  }
  .mega_menu_holder.show > .dropdown-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .header-middle-logo .mega_menu_holder.show > .dropdown-menu {
    width: 100%;
  }
  .mega_menu_holder .mega_menu .dropdown-menu {
    display: block;
    position: relative;
    top: 0;
    border: none;
    box-shadow: none;
  }
  .mega_menu_holder .mega_menu > li > a {
    font-weight: 600;
    padding: 0.25rem 1.5rem;
  }
  .mega_menu_holder .mega_menu.dropdown-menu .dropdown-menu {
    padding: 0.5rem 0;
  }
  .mega_menu_holder .mega_menu.dropdown-menu .dropdown-toggle::after {
    border: none;
    content: "";
  }
}

.navbar-module .list-inline-item:not(:last-child) {
  margin-right: 1rem;
}

.navbar-modules .navbar-module:not(:last-child) {
  border-right: solid 1px rgba(237, 237, 237, 0.8);
  padding-right: 20px;
  margin-right: 20px;
}

/*Hamburger menu button*/

.hamburger-menu-btn {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 24px;
  height: 22px;
  border-radius: 2px;
  font-size: 0;
  text-indent: -9999px;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
    right: 10px;
}

.navbar-toggler-right.hamburger-menu-btn {
  position: absolute;
  right: 1rem;
  top: 0;
}

.hamburger-menu-btn:focus {
  outline: none;
}

.hamburger-menu-btn span {
  transition: background 0s 0.3s;
}

.hamburger-menu-btn span::before,
.hamburger-menu-btn span::after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}

.hamburger-menu-btn span::before {
  transition-property: top, transform;
}

.hamburger-menu-btn span::after {
  transition-property: bottom, transform;
}

.hamburger-menu-btn span {
  display: block;
  position: absolute;
  top: 9px;
  left: 0;
  right: 0;
  height: 4px;
  background: #252525;
}

.hamburger-menu-btn span::before,
.hamburger-menu-btn span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #252525;
  content: "";
}

.hamburger-menu-btn span::before {
  top: -8px;
}

.hamburger-menu-btn span::after {
  bottom: -8px;
}

/* active state, i.e. menu open */

.hamburger-menu-btn.for-fullscreen.is-active {
  position: fixed;
  left: 5%;
  top: 60px;
  z-index: 10000;
}

.hamburger-menu-btn.hamburger-btn-right.for-fullscreen.is-active {
  left: initial;
  right: 5%;
}

.hamburger-menu-btn.for-fullscreen.is-active span::before,
.hamburger-menu-btn.for-fullscreen.is-active span::after {
  background-color: #fff;
}

.hamburger-menu-btn.is-active span {
  background: none;
}

.hamburger-menu-btn.is-active span::before {
  top: 0;
  transform: rotate(45deg);
}

.hamburger-menu-btn.is-active span::after {
  bottom: 0;
  transform: rotate(-45deg);
}

.hamburger-menu-btn.is-active span::before,
.hamburger-menu-btn.is-active span::after {
  transition-delay: 0s, 0.3s;
}

/* Header style middle logo */

.navbar.header-middle-logo .row {
  width: 100%;
}

.navbar.header-middle-logo .navbar-brand {
  width: 100%;
}

.navbar.header-middle-logo .navbar-brand img {
  margin-left: auto;
  margin-right: auto;
}

/* Fullscreen menu */

.fullscreen-menu-holder {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow-y: scroll;
  z-index: 9999;
  background: rgba(28, 28, 28, 1);
  padding: 5% 12%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0s 0.5s;
}

.fullscreen-menu-holder.is-active {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s;
}

.fullscreen-menu-holder .navbar-nav {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 200;
  background: transparent;
}

.navbar .fullscreen-menu-holder .nav-link,
.navbar .fullscreen-menu-holder .active > .nav-link {
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 32px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.navbar .fullscreen-menu-holder .navbar-nav .show > .nav-link,
.navbar .fullscreen-menu-holder .nav-link:hover,
.navbar .fullscreen-menu-holder .navbar-nav .nav-link:focus {
  color: #ededed;
}

.navbar .fullscreen-menu-holder .mega_menu_holder.show > .dropdown-menu {
  display: block;
  padding: 1rem 0;
}

.navbar .fullscreen-menu-holder .mega_menu > li {
  margin-bottom: 25px;
}

.navbar .fullscreen-menu-holder .nav-link,
.navbar .fullscreen-menu-holder .active > .nav-link {
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 32px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.navbar .fullscreen-menu-holder .navbar-nav .show > .nav-link,
.navbar .fullscreen-menu-holder .nav-link:hover,
.navbar .fullscreen-menu-holder .navbar-nav .nav-link:focus {
  color: #ededed;
}

.navbar .fullscreen-menu-holder .mega_menu_holder.show > .dropdown-menu {
  display: block;
  padding: 1rem 0;
}

.navbar .fullscreen-menu-holder .mega_menu > li {
  margin-bottom: 25px;
}

.navbar .fullscreen-menu-holder .mega_menu_holder .mega_menu > li > a {
  color: #fff;
  font-size: 18px;
}

.navbar .fullscreen-menu-holder .dropdown-menu {
  background: transparent;
}

.navbar .fullscreen-menu-holder .dropdown-item {
  color: #fff;
  text-decoration: none;
  background-color: transparent;
}

.navbar .fullscreen-menu-holder .dropdown-item.active,
.navbar .fullscreen-menu-holder .dropdown-item:active {
  color: #fff;
}

.navbar .fullscreen-menu-holder .nav-link,
.navbar .fullscreen-menu-holder .active > .nav-link {
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 32px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.navbar .fullscreen-menu-holder .navbar-nav .show > .nav-link,
.navbar .fullscreen-menu-holder .nav-link:hover,
.navbar .fullscreen-menu-holder .navbar-nav .nav-link:focus {
  color: #ededed;
}

.navbar .fullscreen-menu-holder .mega_menu_holder.show > .dropdown-menu {
  display: block;
  padding: 1rem 0;
}

.navbar .fullscreen-menu-holder .mega_menu > li {
  margin-bottom: 25px;
}

.navbar .fullscreen-menu-holder .mega_menu_holder .mega_menu > li > a {
  color: #fff;
  font-size: 18px;
}

.navbar .fullscreen-menu-holder .dropdown-menu {
  background: transparent;
}

.navbar .fullscreen-menu-holder .dropdown-item {
  color: #fff;
  text-decoration: none;
  background-color: transparent;
}

.navbar .fullscreen-menu-holder .dropdown-item.active,
.navbar .fullscreen-menu-holder .dropdown-item:active {
  color: #fff;
}

.navbar .fullscreen-menu-holder .nav-link,
.navbar .fullscreen-menu-holder .active > .nav-link {
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 32px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.navbar .fullscreen-menu-holder .navbar-nav .show > .nav-link,
.navbar .fullscreen-menu-holder .nav-link:hover,
.navbar .fullscreen-menu-holder .navbar-nav .nav-link:focus {
  color: #ededed;
}

.navbar .fullscreen-menu-holder .mega_menu_holder.show > .dropdown-menu {
  display: block;
  padding: 1rem 0;
}

.navbar .fullscreen-menu-holder .mega_menu > li {
  margin-bottom: 25px;
}

.navbar .fullscreen-menu-holder .mega_menu_holder .mega_menu > li > a {
  color: #fff;
  font-size: 18px;
}

.navbar .fullscreen-menu-holder .dropdown-menu {
  background: transparent;
}

.navbar .fullscreen-menu-holder .dropdown-item {
  color: #fff;
  text-decoration: none;
  background-color: transparent;
}

.navbar .fullscreen-menu-holder .dropdown-item.active,
.navbar .fullscreen-menu-holder .dropdown-item:active {
  color: #fff;
}

.navbar .fullscreen-menu-holder .dropdown-item.active,
.navbar .fullscreen-menu-holder .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: transparent;
}

.hamburger-menu-btn {
  z-index: 999;
}

.fullscreen-menu-holder.is-active .navbar-nav > li {
  -webkit-animation: text_up_animate 0.4s ease-out both 0.5s;
  -moz-animation: text_up_animate 0.4s ease-out both 0.5s;
  animation: text_up_animate 0.4s ease-out both 0.5s;
  animation-delay: 70ms;
}

.fullscreen-menu-holder.is-active .navbar-nav > li:nth-child(1) {
  animation-delay: 70ms;
}

.fullscreen-menu-holder.is-active .navbar-nav > li:nth-child(2) {
  animation-delay: 140ms;
}

.fullscreen-menu-holder.is-active .navbar-nav > li:nth-child(3) {
  animation-delay: 210ms;
}

.fullscreen-menu-holder.is-active .navbar-nav > li:nth-child(4) {
  animation-delay: 280ms;
}

.fullscreen-menu-holder.is-active .navbar-nav > li:nth-child(5) {
  animation-delay: 350ms;
}

.fullscreen-menu-holder.is-active .navbar-nav > li:nth-child(6) {
  animation-delay: 420ms;
}

.fullscreen-menu-holder.is-active .navbar-nav > li:nth-child(7) {
  animation-delay: 490ms;
}

.fullscreen-menu-holder.is-active .navbar-nav > li:nth-child(8) {
  animation-delay: 560ms;
}

.fullscreen-menu-holder.is-active .navbar-nav > li:nth-child(9) {
  animation-delay: 630ms;
}

.fullscreen-menu-holder.is-active .navbar-nav > li:nth-child(10) {
  animation-delay: 700ms;
}

.fullscreen-menu-holder.is-active .navbar-nav > li:nth-child(11) {
  animation-delay: 770ms;
}

.fullscreen-menu-holder.is-active .navbar-nav > li:nth-child(12) {
  animation-delay: 840ms;
}

.fullscreen-menu-holder.is-active .navbar-nav > li:nth-child(13) {
  animation-delay: 910ms;
}

.fullscreen-menu-holder.is-active .navbar-nav > li:nth-child(14) {
  animation-delay: 980ms;
}

.fullscreen-menu-holder.is-active .navbar-nav > li:nth-child(18) {
  animation-delay: 1050ms;
}

.fullscreen-menu-holder.is-active .navbar-nav > li:nth-child(16) {
  animation-delay: 1120ms;
}

.fullscreen-menu-holder.is-active .navbar-nav > li:nth-child(17) {
  animation-delay: 1190ms;
}

.fullscreen-menu-holder.is-active .navbar-nav > li:nth-child(18) {
  animation-delay: 1260ms;
}

.fullscreen-menu-holder.is-active .navbar-nav > li:nth-child(19) {
  animation-delay: 1330ms;
}

.fullscreen-menu-holder.is-active .navbar-nav > li:nth-child(20) {
  animation-delay: 1400ms;
}

@-webkit-keyframes text_up_animate {
  0% {
    opacity: 0;
    -webkit-transform: translateY(60px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes text_up_animate {
  0% {
    opacity: 0;
    -moz-transform: translateY(60px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}

@keyframes text_up_animate {
  0% {
    opacity: 0;
    transform: translateY(60px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/*=-==== Menu On hover =====*/

@media screen and (min-width: 992px) {
  .et-hover-menu .dropdown:hover .dropdown-menu {
    display: block;
  }
  .et-hover-menu .mega_menu_holder.dropdown:hover > .dropdown-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

/*Side nav menu */

@media only screen and (min-width: 992px) {
  .sidebar-nav {
    position: fixed;
    top: 0;
    height: 100vh;
    width: 300px;
    padding: 60px 35px;
    z-index: 999;
    background: #fff;
  }
  .container-for-sidebar-menu {
    position: relative;
    min-height: 300px;
    margin: 0 0 0 300px;
  }
  .footer-container-for-sidebar-menu {
    position: relative;
    margin: 0 0 0 300px;
  }
  .sidebar-nav .navbar-brand {
    margin: 0 0 25px;
  }
  .sidebar-nav .bar-module {
    margin-top: 32px;
  }
  .sidebar-menu li.sidebar-header {
    padding: 10px 25px 10px 15px;
    font-size: 12px;
    color: #f1f1f1;
    background: #1a2226;
  }
  .navbar.sidebar-nav.navbar-expand-lg .navbar-nav {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .navbar.sidebar-nav .nav-link {
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 16px;
  }
  .navbar.navbar-expand-lg.sidebar-nav .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
  }
  .navbar.sidebar-nav > .container,
  .navbar.sidebar-nav > .container-fluid {
    display: block;
  }
}

/*Navbar for mobile*/

@media only screen and (max-width: 992px) {
  .navbar-nav {
/*    background: #fff;*/
    padding: 2rem 2rem;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.08);
  }
  .header-middle-logo .navbar-nav {
    margin-bottom: 40px;
  }
  .navbar-nav .nav-link,
  .navbar-dark .navbar-nav .nav-link,
  .navbar-dark .navbar-nav .active > .nav-link,
  .navbar-dark .navbar-nav .nav-link.active,
  .navbar-dark .navbar-nav .nav-link.show,
  .navbar-dark .navbar-nav .show > .nav-link,
  .navbar-dark .navbar-nav .nav-link:focus,
  .navbar-dark .navbar-nav .nav-link:hover {
    color: #393939;
  }
  .navbar-dark .hamburger-menu-btn span::before,
  .navbar-dark .hamburger-menu-btn span::after,
  .navbar-dark .hamburger-menu-btn span {
    background: #393939;
  }
  .navbar-nav li:not(:last-child) a,
  .navbar-nav .dropdown-menu li:not(:last-child) a {
    position: relative;
    display: block;
    padding: 0.7rem 0;
    border-bottom: 1px solid #e4e4e4;
    color: #393939;
/*    background-color: transparent;*/
    background: transparent;
  }
  .navbar-nav li .nav-link,
  .navbar-nav li a,
  .navbar-nav .dropdown-menu li a {
    padding: 0.7rem 0;
    position: relative;
    display: block;
  }
  .dropdown-menu {
    box-shadow: none;
    -webkit-box-shadow: none;
  }
  .navbar-nav > li > .dropdown-menu,
  .dropdown-menu {
    padding: 0;
    margin: 0 0 0 1rem;
      background-color: transparent;
  }
  .navbar-nav .dropdown-divider {
    display: none;
  }
  .container-for-sidebar-menu,
  .footer-container-for-sidebar-menu {
    margin: 0 0 0 0;
  }
  .btn-for-mobile-top-right,
  .btn-for-mobile-top-right.is-active {
    visibility: visible;
    opacity: 1;
    display: block;
    position: absolute;
    top: 30px;
    right: 30px;
  }
  .fullscreen-menu-holder .navbar-nav {
    width: 80%;
  }
  .navbar .fullscreen-menu-holder .nav-link,
  .navbar .fullscreen-menu-holder .active > .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 21px;
  }
  .navbar .fullscreen-menu-holder .navbar-nav li:not(:last-child) a,
  .navbar
    .fullscreen-menu-holder
    .navbar-nav
    .dropdown-menu
    li:not(:last-child)
    a {
    border-bottom: 0;
  }
  .navbar .fullscreen-menu-holder .mega_menu_holder .mega_menu .dropdown-menu {
    display: block;
    position: relative;
    top: 0;
    border: none;
    box-shadow: none;
  }
  .navbar
    .fullscreen-menu-holder
    .mega_menu_holder
    > .mega_menu
    .dropdown-menu
    li
    a {
    color: #fff;
  }
  .navbar
    .fullscreen-menu-holder
    .mega_menu_holder
    > .mega_menu
    .dropdown-menu
    li:not(:last-child)
    a {
    padding: 0.5rem 0;
  }
  .navbar
    .fullscreen-menu-holder
    .mega_menu_holder
    .mega_menu.dropdown-menu
    .dropdown-toggle::after {
    border: none;
    content: "";
  }
  .hamburger-menu-btn.hamburger-btn-right.for-fullscreen.is-active {
    left: initial;
    right: 10%;
  }
}

@media only screen and (max-width: 992px) {
  .sidebar-nav .bar-module {
    display: none;
  }
}

/** side-canvas-bar **/

.side-canvas-bar {
  width: 450px;
  height: 100%;
  position: fixed;
  right: -450px;
  top: 0;
  z-index: 10005;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.side-canvas-bar-open {
  right: 0px;
  overflow-x: auto;
  box-shadow: 0 23px 40px rgba(0, 0, 0, 0.2);
}
.side-canvas-bar .side-canvas-bar-btn {
  text-align: right;
  display: block;
  padding: 15px 40px;
  font-size: 20px;
}
.side-canvas-bar-content {
  padding: 0 40px;
}
/**  footer nav **/

.footer-nav .list-inline-item {
  font-weight: 500;
}

.footer-nav .list-inline-item:not(:last-child) {
  margin-right: 1.5rem;
}

/**  Page title **/

.page_main_title {
    padding-top: 5px;
    padding-bottom: 10px;
  margin-bottom: 60px;
  background-color: #ffffff;
  box-shadow: 0px 5px 20px 0px rgba(30, 32, 90, 0.08);
}

@media (max-width: 992px) {
  .footer-bar,
  .footer-bar .text-right {
    text-align: center !important;
  }
  .footer-bar .row > div {
    margin-bottom: 12px;
  }
}

/*=================================================
 3 - Portfolio
=================================================*/

/* Work Filter */

.items_filter {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 43px;
}

.items_filter li {
  display: inline-block;
  position: relative;
  padding: 0 17px;
}

.items_filter li:first-child {
  padding-left: 0;
  margin-left: 0;
}

.items_filter li span {
  cursor: pointer;
  font-weight: 500;
  color: #1d1d1d;
}

.items_filter span.filter_active {
  padding-bottom: 4px;
  border-bottom: solid 2px #0b0a0f;
}

@media only screen and (max-width: 450px) {
  .items_filter {
    margin-bottom: 20px;
  }
  .items_filter li {
    display: block;
    position: relative;
    margin-left: 0;
    padding: 6px 0;
  }
  .items_filter li:after {
    background: transparent;
  }
}

/*=================================================
4 - event
=================================================*/

.events-loop .event_img {
  margin-bottom: 22px;
}

.events-loop .event_title {
  margin-bottom: 8px;
}

.events-loop .event_meta_top {
  margin-bottom: 14px;
}

.event_meta_top span:not(:last-child) {
  margin-right: 5px;
}

.event_meta_top span:not(:last-child):after {
  content: "|";
  padding-left: 7px;
}

/*=================================================
4 - Shop
=================================================*/

.shop-item-toolbar {
  margin-bottom: 30px;
  display: table;
  width: 100%;
  table-layout: fixed;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.shop-item-toolbar .items-ordering {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}

.shop-item-toolbar .item-result-count {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  font-weight: 400;
    font-family: 'MuseoSans700';
    color: #444;    
}

.orderby {
  height: 55px;
}

.product-filterBySize {
  list-style: none;
  margin: 0;
  padding: 0;
}
.product-filterBySize li {
  display: inline-block;
}
.product-filterBySize li a {
  display: block;
  font-size: 14px;
  line-height: 19px;
  font-weight: 600;
  background: #fff;
  padding: 2px 4px;
  width: 45px;
  text-align: center;
  margin-right: 10px;
  border: solid 1px #c7c7c7;
  border-radius: 10px;
  box-shadow: 0px 1px 2px 0px rgba(30, 32, 90, 0.12);
}
.product-filterBySize li a:hover {
  background-color: #f9f9f9;
}
/* Products */

ul.products {
  padding: 0;
  margin-bottom: 0;
  list-style: none;
}

.products .product {
  margin-bottom: 30px;
}

.products .product-img-wrapper {
  position: relative;
  overflow: hidden;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
    -webkit-box-shadow: 0px -2px 20px -2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px -2px 20px -2px rgba(0,0,0,0.2);
    box-shadow: 0px -2px 20px -2px rgba(0, 0, 0, 0.2);    
}

.border {
  border-style: solid;
  border-width: 1px;
  border-color: rgb(199, 199, 199);
  background-color: rgb(255, 255, 255);
  opacity: 0.2;
  position: absolute;
  left: 929px;
  top: 2313px;
  width: 393px;
  height: 83px;
  z-index: 361;
}

.products .product-white-wrapper {
  background-color: #ffffff;
  padding: 22px 20px 18px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
/*  box-shadow: 0px 5px 20px 0px rgba(30, 32, 90, 0.08);*/
    -webkit-box-shadow: 0px 5px 20px -2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 5px 20px -2px rgba(0,0,0,0.2);
    box-shadow: 0px 5px 20px -2px rgba(0, 0, 0, 0.2);    
}

.products .product-img-wrapper .btn-add-to-cart {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateY(105%);
  -moz-transform: translateY(105%);
  transform: translateY(105%);
  -webkit-transition: -webkit-transform 0.15s
      cubic-bezier(0.25, 0.46, 0.45, 0.94),
    background-color 0.15s ease-out, color 0.15s ease-out;
  transition: transform 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    background-color 0.15s ease-out, color 0.15s ease-out;
  -webkit-box-shadow: 3px 4px 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 3px 4px 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 3px 4px 5px 0 rgba(0, 0, 0, 0.1);
  background-color: #444;
  border-color: #444;
}

.products .product:hover .product-img-wrapper .btn-add-to-cart {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
}

.products .product .product-title {
  margin-top: 0;
  margin-bottom: 6px;
    font-size: 16px;    
}

.products .product .price {
  display: block;
  font-weight: 700;
}

.products li .price {
  font-weight: 600;
  font-size: 15px;
}

/* Rating */

/**** Single Product ****/

.single-product-content {
  margin-bottom: 50px;
  border-radius: 5px;
  box-shadow: 0px 5px 20px 0px rgba(30, 32, 90, 0.08);
}

.single-product-content:after {
  content: "";
  display: block;
  clear: both;
}

.single-product-image:after {
  content: "";
  clear: both;
  display: block;
}

.single-product-images {
  float: left;
}

.single-product-images .product-images-gallery {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0;
}

.single-product-images .product-images-gallery li {
  padding: 0px 5px 0;
  width: 25%;
  float: left;
  display: inline-block;
}

.product-images-gallery {
  margin-right: -5px;
  margin-left: -5px;
}

.product-images-gallery > .col,
.product-images-gallery > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.single-product-des {
/*  padding-top: 31px;*/
}

.single-product-des .product-title {
  margin-bottom: 8px;
  font-size: 28px;    
}

.single-product-des .single-product-cat {
  font-size: 14px;
  margin-bottom: 8px;
}

.single-product-des .single-product-price {
  font-size: 21px;
  margin-bottom: 10px;
  font-weight: 700;
}

.single-product-deta {
  margin-top: 10px;
}

.single-product-deta .image-sec img {
    max-width: 100px;
}

.single-product-des .single-product-rating {
  margin-bottom: 8px;
}

.single-product-des .single-product-rating .rating {
  color: #333;
}
.single-product-des .single-product-rating .rating-count {
  font-size: 15px;
}

.product-options {
  margin-top: 30px;
}

.single-product-des .product-options h5 {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.single-product-des .product-options select {
  padding: 12px;
  width: 100%;
  margin-bottom: 13px;
}

.add-to-cart-warp {
  margin: 32px 0;
}

.single-product-des .quantity {
  position: relative;
  float: left;
  margin: 0 4px 0 0;
}

.single-product-des .quantity .total-quantity {
  margin: 0;
  padding: 10px 10px;
  text-align: center;
  border: none;
  width: 100px;
  border: solid 1px #dddddd;
  background: #f3f3f3;
  border-radius: 5px;
}

.single-product-des .add-cart-btn {
  margin-left: 0.5rem;
  padding: 0.688rem 1.5rem;
  font-size: 1rem;
  border-radius: 0.1rem;
}

.single-product-des .in-stock {
  float: right;
}

.single-product-meta {
  color: #666;
  list-style: none;
/*  margin: 20px 0 30px 0;*/
    margin: 0;
  padding: 0;
}

.single-product-meta .meta-name {
  margin-right: 4px;
    font-weight: 600;    
}

.product-extra-info {
  margin-top: 30px;
}

.related-products {
  margin-bottom: 70px;
}

.related-products .btline-title {
  font-size: 17px;
  text-transform: uppercase;
  padding-bottom: 14px;
}

.related-products .products li {
  margin-bottom: 15px;
}
.product-option-section {
    padding: 20px 15px;
    max-width: calc(100% - 15px);
/*    margin: 0 !important;*/
    /*background-color: #f9f9f9;*/
    /* border-bottom: 1px dashed #ccc; */
    -webkit-box-shadow: 0px 0px 9px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 9px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 9px 2px rgba(0, 0, 0, 0.2);
    margin-bottom: 15px;
}
.product-option-section:first-child {
/*    border-top: 1px dashed #ccc;   */
}
.product-option-section:nth-child(2n) {
    /*background-color: #f3f3f3;*/
}
.image-desc-column {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.image-desc-column .image-sec {
    margin-right: 10px;
}
.option-title {
    line-height: 1.2;
}
.option-title label {
    margin-bottom: 0;
}
.option-title span {
    display: block;
    font-size: 12px;
}
.option-description {
    font-size: 14px;
    margin-bottom: 5px;
}
.product-option-section .input-field {
    padding: 5px 0;
}
.product-option-section .input-field > label {
    display: block;
    line-height: 1;
}
.package-list-contain {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px dashed;
}
.package-list-contain .products-list {
    padding: 15px;
    padding-bottom: 20px;
    align-items: center;
    border-bottom: 1px dashed;
    width: 100%;
}
.package-list-contain .products-list > .row {
    align-items: center;
    min-height: 100px;
}


@media only screen and (min-width:768px) {
    .package-list-contain .products-list {
        width: 50%;
    }
    .package-list-contain .products-list:nth-child(2n) {
        border-left: 1px dashed;
    }
}
@media only screen and (max-width: 750px) {
  .single-product-des {
    padding-top: 20px;
    padding-left: 0;
  }
}

@media only screen and (max-width: 450px) {
  .products {
    margin-right: 0;
    margin-left: 0;
  }
  .products {
    margin-right: 0;
    margin-left: 0;
  }
  .products li,
  .masonry_products li.large_width {
    float: left;
    width: 100%;
    margin: 0 0 40px 0;
  }
}

/*=================================================
5 - Blog - posts
=================================================*/

.blog_posts article {
  margin-bottom: 30px;
  box-shadow: -5px 0px 20px 0px rgba(51, 51, 102, 0.08);
}
.blog_posts .col-lg-12 article {
  margin-bottom: 50px;
}
.standerPostStyle .col-lg-12 article {
  box-shadow: initial;
}
.standerPostStyle article .post_text {
  padding: 24px 30px 15px 30px;
  background: #fff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.standerPostStyle .col-lg-12 article .post_text {
  padding: 44px 50px 41px;
  margin: -0 65px 0;
  box-shadow: -5px 0px 20px 0px rgba(51, 51, 102, 0.08);
  position: relative;
  border-radius: 5px;
}
.standerPostStyle .col-lg-12 article .post_img {
  margin-bottom: -60px;
}
.standerPostStyle .col-lg-12 article .post_img img {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .standerPostStyle .col-lg-12 article .post_img {
    margin-bottom: 0;
  }
  .standerPostStyle .col-lg-12 article .post_text {
    padding: 44px 50px 41px;
    margin: 0;
    box-shadow: -5px 0px 20px 0px rgba(51, 51, 102, 0.08);
    position: relative;
    border-radius: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .blog_posts .col-lg-12 article {
    margin-bottom: 30px;
  }
}

.blog_posts.gutters-b-30 article {
  margin-bottom: 30px;
}

.blog_posts.cardPostStyle article .post_img {
  margin-bottom: 0;
}
.blog_posts.cardPostStyle article .post_img img {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.blog_posts.cardPostStyle article .post_text {
  padding: 24px 30px 15px 30px;
  background: #fff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.cardPostStyle .col-lg-12 article .post_text {
  padding: 39px 30px 39px 30px;
}
.cardPostStyle .col-lg-12 article {
  margin-bottom: 50px;
}

.blog_posts article.sticky .post_text {
  padding: 30px 40px 30px 40px;
  background: #e8e3d9;
}

.one_colo_stander_blog article {
  margin-bottom: 55px;
}

.post_title {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  line-height: 1.45;
  margin-top: 0;
  margin-bottom: 12px;
}

.post_img {
  margin-bottom: 24px;
}

.post-overlay-icon-container {
  position: relative;
}

.post-overlay-icon-container .post-overlay-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  width: 80px;
  height: 80px;
  text-align: center;
  border-radius: 50%;
  font-size: 24px;
  color: #252525;
  transition: 0.2s ease-out;
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
}

.post-overlay-icon-container .post-overlay-icon:hover {
  box-shadow: 0 23px 40px rgba(0, 0, 0, 0.2);
  transform: translate3d(-50%, -52%, 0);
  -webkit-transform: translate3d(-50%, -52%, 0);
}

.overlay-icon {
  position: absolute;
  top: 50%;
  left: 53%;
  transform: translate(-50%, -50%);
}

.blog_posts .post_content p {
  margin-bottom: 0.85rem;
}

.one_colo_stander_blog .post_img,
.one_colo_stander_blog .post_img {
  margin-bottom: 30px;
}

.post_meta_top {
  margin-bottom: 5px;
}

.post_meta_top,
.post_meta_top a {
  color: #8c98a2;
  font-size: 12px;
}

.post_meta_top span:not(:last-child) {
  margin-right: 5px;
}

.post_meta_top span:not(:last-child):after {
  content: "-";
  padding-left: 5px;
}

.post_meta_category a:not(:last-child):after {
  content: "/";
  padding-left: 3px;
  padding-right: 3px;
}

.nav-next span:not(:last-child):after {
  content: "";
  display: none;
  padding-left: 0;
}

.post-navigation .nav-links .nav-subtitle {
  font-size: 12px;
  text-transform: uppercase;
  color: #637282;
}
.post-navigation .nav-links .nav-title {
  font-weight: 600;
}
/* read more link */

.post_read_more {
  font-weight: 600;
  font-style: italic;
}

.post_read_more .fa {
  margin-left: 2px;
}

/* Simple list post */

.post-simple-list li {
  line-height: 26px;
}

.post-simple-list li:not(:last-child) {
  margin-bottom: 17px;
}

.post-simple-list .reveal-title {
  margin-top: 3px;
}

.post-simple-list .media .media-body .media-title {
  color: #333;
  font-weight: 600;
}

/** Single Blog post **/

.blog_posts.stander_blog_single_post article {
  margin-bottom: 0px;
  box-shadow: none;
}

.blog_posts.stander_blog_single_post .post_text {
  padding: 84px 100px 80px 100px;
  background: #fff;
  position: relative;
  margin: -110px 0px 0 0px;
  border-radius: 5px;
  box-shadow: 0px 5px 20px 0px rgba(30, 32, 90, 0.08);
}
.blog_posts.stander_blog_single_post .post_meta_top {
  margin-bottom: 3px;
}
.blog_posts.stander_blog_single_post .post_title {
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  .blog_posts.stander_blog_single_post .post_text {
    padding: 44px 40px 40px 40px;
    background: #fff;
    margin: -0 0px 0 0px;
    border-radius: 5px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
/**** Tags ****/

.blog-post-tags {
  margin: 0;
  padding: 0;
  list-style: none;
}

.blog-post-tags li {
  display: inline-block;
}

.blog-post-tags li a {
  background: transparent;
  border: 1px solid rgba(199, 199, 199, 0.2);
  box-shadow: 0px 3px 5px 0px rgba(30, 32, 90, 0.03);
  border-radius: 50px;
  padding: 14px 22px;
  margin: 5px 8px 5px 0;
  font-size: 14px;
  line-height: 1.1;
  display: inline-block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

/* single post nav link */

.post_read_more_btn,
.post_read_more_btn {
  color: #637282;
  min-width: 150px;
  padding: 10.46px 0px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.1;
  display: inline-block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.blog_item_quote {
  text-align: center;
}

.blog_item_quote blockquote {
  padding: 26px 25% 0;
  margin: 0 0 20px;
  font-size: 17px;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: 6px;
  text-align: center;
  font-weight: 800;
  border-left: 0;
  position: relative;
  font-style: normal;
}

.blog_item_quote blockquote a {
  color: #6d6d6d;
}

.blog_item_quote blockquote:before {
  content: "";
  height: 3px;
  width: 50px;
  background: #f5f5f5;
  top: 5px;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  z-index: 1;
}

.drop-caps {
  float: left;
  position: relative;
  top: 4px;
  margin-right: 0.3em;
  margin-bottom: 0.1em;
  padding-bottom: 0.1em;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 0.8em;
  font-family: Arial, sans-serif;
  padding: 8px 12px;
  font-size: 4em;
  color: #fff;
  background: #252525;
}

.drop-caps.circle {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  font-size: 3em;
  line-height: 1.2em;
  text-align: center;
}

/**** Post Author ****/

.post-author {
  padding-bottom: 35px;
  margin-top: 25px;
}

.post-author img {
  margin: 0 25px 10px 0;
  float: left;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
}

.post-author h5 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 15px;
}

.post-author p {
  color: #666;
}

/**** overlay blog style ****/

.text-overlay-container {
  position: relative;
}

.text-overlay-container:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  right: 0;
  background: #000000;
  opacity: 0.4;
  z-index: 1;
}

.text-overlay-container .text-overlay {
  position: absolute;
  bottom: 0;
  margin: 40px 30px 35px 30px;
  color: #fff;
  z-index: 5;
}

.text-overlay-container .text-overlay .post_content {
  max-height: 0;
  transition: max-height 0.5s ease-out;
  overflow: hidden;
}

.text-overlay-container .text-overlay .post_content p {
  margin: 0;
}

.text-overlay-container:hover .text-overlay .post_content {
  max-height: 500px;
  transition: max-height 0.8s ease-in;
}

.post-img .text-overlay-container .text-overlay .post_title {
  font-size: 20px;
}

.text-overlay-container .text-overlay .post_title a,
.text-overlay-container .text-overlay .post_meta_top,
.text-overlay-container .text-overlay .post_meta_top a {
  color: #fff;
}

.multi_blog_post_carousel
/**** Comments Box ****/

.comments-area {
  margin: 0 0 50px;
}

.comments-head .comment-title {
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: 600;
  color: #333;
}

.comments-area .comment-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.comments-area .comment-list li.comment {
  list-style: none;
  padding: 1rem 0;
}

.comments-area .comment-list li.pingback:first-child {
  padding: 30px 0 15px 0;
}

.comments-area .comment-list li.pingback {
  padding: 15px 0;
  margin-bottom: 1.3rem;
  border-bottom: solid 1px #f4f4f4;
}

.comments-area .comment-list li.pingback h5 {
  letter-spacing: 0;
  line-height: 1.7;
  font-size: 18px;
}

.comments-area .comment-list > li.comment {
  padding: 1.5rem 0 1.3rem;
  margin-bottom: 0.7rem;
  position: relative;
  list-style: none;
  border-bottom: solid 1px #f4f4f4;
}

.comments-area .comment-list li article {
  margin: 0;
}

.comments-area .comment-list p {
  margin-bottom: 10px;
}

.comments-area .comment-list li .avatar {
  width: 75px;
  height: 75px;
  float: left;
  margin-right: 2.1rem;
}

.comments-area .comment-list li .comment-text {
  overflow: hidden;
}

.comments-area .comment-list li article .comment-meta {
  margin-bottom: 10px;
}

.comments-area .comment-list li .comment-text .name-n-time {
  float: left;
  display: block;
}

.comments-area .comment-list li article .comment-content {
  margin-left: 6.888rem;
}

.comments-area .comment-list ul.children {
  padding: 20px 0 0 55px;
}

.comments-area .comment-list ul.children li {
  border: none;
  padding-bottom: 0;
}

.comments-area .comment-form-warp {
  margin-top: 40px;
}

.comments-area .comment-form-warp .btline-title {
  margin-bottom: 37px;
}

.comments-area .comment-meta cite {
  font-weight: 600;
  font-size: 1.1em;
  font-style: normal;
  margin-right: 0.5rem;
}

.comment-form-warp .button {
  font-size: 14px;
  letter-spacing: 1px;
}

@media all and (max-width: 800px) {
  .comments-area .comment-list ul {
    padding: 20px 0 0 0;
  }
}

/* pagination */

.page-item:first-child .page-link,
.page-item:last-child .page-link,
.pagination > li > a,
.nav-links > span,
.nav-links > a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: 0px 3px 10px 0px rgba(30, 32, 90, 0.08);
  width: 40px;
  height: 40px;
  margin-right: 11px;
  line-height: 40px;
  text-align: center;
  position: relative;
  display: inline-block;
  background-color: #ffffff;
  color: #333;
  border: none;
  font-weight: 500;
  font-size: 14px;
  padding: 0;
  border-radius: 2px;
}

.page-item.active .page-link,
.nav-links > .current {
  z-index: 2;
  color: #fff;
  background-color: #333;
  box-shadow: 0px 3px 10px 0px rgba(30, 32, 90, 0.08);
}

/* Other entry items */

.et-items .et-item {
  margin-bottom: 30px;
}

.no-gutters .et-item {
  margin-bottom: 0;
}

/* blog carousel */

.blog-carousel-content {
  background: #fff;
  padding: 40px 40px;
  border-radius: 5px;
}

.blog-carousel-content .post_meta_top {
  margin-bottom: 13px;
}

.blog-carousel-content .post_meta_top,
.blog-carousel-content .post_meta_top a {
  color: #666;
  font-size: 15px;
  font-style: normal;
}

@media all and (max-width: 992px) {
  .blog-carousel-content {
    padding: 40px 20px;
    margin: 0 20px;
  }
  .blog-carousel-content .post_title {
    font-size: 20px;
  }
  .blog-carousel-content .post_meta_author {
    display: none;
  }
  .blog-carousel .bg-image {
    height: 70vh;
  }
  .blog-carousel .bg-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform-style: preserve-3d;
    border-radius: 5px;
  }
}

/*=================================================
 6 - Contact Form
=================================================*/

.contact_form textarea {
  margin-bottom: 18px;
  height: 180px;
  max-width: 100%;
}

.contact_form textarea:focus,
input:focus,
select:focus,
textarea:focus {
  outline: none;
}

input[type="submit"] {
  width: inherit;
}

form .send_button {
  margin-top: 10px;
  border: none;
  background: #37474f;
  color: #fff;
  border: solid 2px #37474f;
}

.comment-form-warp form .send_button:hover,
form .send_button:hover {
  background: transparent;
  color: #37474f;
}

.contact_form .alert.alert-danger {
  margin-top: 20px;
  background: rgba(228, 25, 25, 0.75);
  color: #fff;
}

.contact_form .alert.alert-success {
  margin-top: 20px;
  background: rgba(50, 178, 95, 0.75);
  color: #fff;
}

.contact_form .has-error input[type="text"],
.contact_form .has-error textarea {
  border-color: rgba(228, 25, 25, 0.75);
}

.contact_form .form-group {
  margin-bottom: 0;
}

/* loading-spinner while sending */

form .loading-spinner {
  display: none;
}

.submitting .form-group,
.submitting button {
  opacity: 0.4;
}

form.submitting .loading-spinner {
  display: block;
}

.loading-spinner {
  left: 50%;
  margin-left: -20px;
  top: 50%;
  margin-top: -20px;
  position: absolute;
  z-index: 19 !important;
  animation: loading-bar-spinner 1000ms linear infinite;
}

.loading-spinner:after {
  position: relative;
  display: block;
  content: "";
  width: 40px;
  height: 40px;
  border: solid 4px transparent;
  border-top-color: #1b1b1b !important;
  border-left-color: #1b1b1b !important;
  border-radius: 50%;
}

@keyframes loading-bar-spinner {
  0% {
    transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*=================================================
 7 - Sidebars and Widget 
=================================================*/

/* widget-title */

.widget {
  margin-bottom: 30px;
  border-radius: 5px;
}

.widget-title {
  font-size: 21px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .widget .post-simple-list .reveal-title {
    display: none;
  }
}

/*=================================================
 8 - Elements 
=================================================*/

/** Title **/

.reveal-title {
  font-size: 36px;
  line-height: 1em;
  font-weight: 700;
  color: #333;
  margin-top: 0.01em;
  margin-bottom: 0.01em;
}

.etcodes_breadcrumb {
  padding: 1.625rem 40px;
  background: #f6f6f6;
}

.breadcrumbs a:not(:first-child),
.breadcrumbs span:not(:first-child) {
  margin-left: 0.15rem;
}

.breadcrumbs a:not(:last-child),
.breadcrumbs span:not(:last-child) {
  margin-right: 0.15rem;
}

.breadcrumbs .separator {
  background: none;
}

.breadcrumbs,
.breadcrumbs a {
  font-size: 14px;
  color: #8c98a2;
  text-transform: uppercase;
}

/** Form **/

.form-border-2x .form-control {
  border-width: 2px;
}

.form-border-2x .input-group .input-group-append .fa {
  border-width: 2px 2px 2px 0;
}

.form-control {
  padding: 0.75rem 1.3rem;
/*  border-color: transparent;*/
    border-color: rgba(0, 0, 0, 0.2);    
  border-radius: 1px;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #c3c3c3;
  outline: 0;
  box-shadow: 0 0 0 0;
}

.search-form .input-group {
  border: solid 2px #1d1d1d;
  border-radius: 50px;
    overflow: hidden;
}

.search-form .input-group .form-control {
  border: none;
  background: transparent;
  min-height: 36px;
  padding: 0.375rem 5px 0.375rem 25px;
}

.search-form .btn {
  /*min-height: 60px;*/
  background: transparent;
  color: #555555 !important;
  border: none;
  padding: 0.375rem 30px 0.375rem 5px;
}

.subscribe-form .btn {
  border-radius: 50px;
  position: relative;
  z-index: 999;
  margin-left: -25px;
  padding: 0.9rem 1.9rem;
}

.form-fields-bg-gray .form-control {
  background: #fafafa;
}

.form-control.form-light-border {
  border: 1px solid #f4f4f4;
  border-radius: 5px;
  padding: 0.7rem 1.5rem;
}
textarea.form-control.form-light-border {
  padding: 25px;
}
.form-control.form-solid-border {
  background: transparent;
  border: 2px solid #343a40;
  border-radius: 0;
  padding: 0.7rem 1.5rem;
}

.rounded-50 {
  border-radius: 50px;
}
.form-custom-btn {
  margin-left: -20px;
  border-radius: 50px !important;
}
.dark-outline-form.search-form .input-group .form-control,
.dark-outline-form button,
.dark-outline-form.search-form .btn,
.dark-outline-form input::placeholder {
  color: #888888;
}

.dark-outline-form.search-form .input-group {
/*  border: solid 1px rgba(199, 199, 199, 0.2);*/
  border: solid 1px rgba(0, 0, 0, 0.2);    
  box-shadow: 0px 3px 10px 0px rgba(30, 32, 90, 0.08);
  background-color: #fff;
}

/** Button **/

button,
input[type="button"],
input[type="submit"] {
  background-color: #444;
  color: #fff;
  border: 1px solid transparent;
  display: inline-block;
  width: initial;
}

button,
input[type="button"],
input[type="submit"],
.btn {
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  padding: 0.7rem 2.614rem;
  border-width: 2px;
}

.btn-lg {
  padding: 1rem 2.4rem;
  font-size: 1.1rem;
}

.btn-round {
  border-radius: 50px;
}

.btn-bottom-line {
  font-weight: 600;
  padding-bottom: 6px;
  border-bottom: solid 2px #0b0a0f;
  color: #1b1b1b;
}

.btn-add-cart {
  color: #fff;
  background-color: #444;
}

.btn-add-cart:hover {
  color: #fff;
}

.btn-dark {
  color: #fff !important;
}

.btn-dark:not([disabled]):not(.disabled):active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #333;
  border-color: #333;
}

.link-arrow {
  font-weight: 700;
  font-style: italic;
}

/*Instagram feed*/

.instagram_feed {
  list-style: none;
  margin: 0;
  padding: 0;
}

.instagram_feed li {
  /* width: 33.3333333%;
    padding: 0 5px; */
  display: inline-block;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

.instagram_feed li:hover {
  opacity: 0.4;
}

/*tweets feed*/

.tweets-simple-list {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  overflow: hidden;
}

.tweets-simple-list .fa {
  font-size: 21px;
}

.tweets-simple-list li:not(:last-child) {
  margin-bottom: 25px;
}

/* Price Plan */

.pricing_item {
  display: inline-block;
  padding: 28px 24px 40px 24px;
  width: 100%;
  border: solid 1px #ebebeb;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.pricing_item_title {
  margin-bottom: 28px;
}

.pricing_item_price {
  font-weight: 700;
  display: block;
  font-size: 38px;
  line-height: 1em;
  color: #252525;
}

.pricing_item_price_info {
  display: block;
  margin-top: 3px;
  margin-bottom: 20px;
}

.pricing_item_features_list {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 27px;
}

.pricing_item_features_list li {
  position: relative;
  display: table;
}

.pricing_item_features_list li .fa {
  padding-right: 0.5rem;
}

/* countdown */

.countdown .countdown_value {
  display: inline-block;
  font-size: 65px;
  line-height: 70px;
  font-weight: 700;
  text-align: center;
  padding-right: 50px;
  color: #333;
}

.countdown .countdown_lable {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
}

@media screen and (max-width: 992px) {
  .countdown .countdown_value {
    font-size: 30px;
    line-height: 32px;
    padding-right: 20px;
    margin-bottom: 20px;
  }
}

/* Video background panel */

#video-background {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url(../images/Busy-People.jpg) no-repeat;
  background-size: cover;
  z-index: -100;
}

.bgvid {
  position: absolute;
  background: linear-gradient(
    rgba(245, 245, 245, 0.85),
    rgba(245, 245, 245, 0.85)
  );
  background-size: cover;
  position: relative;
  width: 100%;
  height: 100%;
}

.fit iframe {
  border: none;
}

/* Scroll down info */

.intro-scroll-tip {
  margin: 0 0 0 -50px;
  position: absolute;
  bottom: 80px;
  left: 100%;
  z-index: 9999;
}

.intro-scroll-tip:before {
  display: block;
  position: absolute;
  bottom: -60px;
  left: -6px;
  width: 1px;
  height: 45px;
  background: #2f2f2f;
  content: "";
}

.intro-scroll-tip .tip {
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -moz-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  letter-spacing: -0.03em;
}

/*=================================================
 Accordion
=================================================*/

.accordion .card {
  background: transparent;
  border: none;
}

.accordion .card-header {
  background: transparent;
  border-bottom: 1px solid #ebebeb;
  padding: 1.25rem 0.25rem;
}

.accordion .card-block {
  padding: 25px 0 50px;
  border-bottom: 1px solid #ebebeb;
}

.accordion .card-header .accordion-mark .open {
  opacity: 0;
}

.accordion .card-header .collapsed .accordion-mark .close {
  opacity: 0;
}

.accordion .card-header .collapsed .accordion-mark .open {
  opacity: 1;
}

.accordion .card-header h5 a:after {
  width: 39px;
  height: 39px;
  line-height: 39px;
  border: solid 1px #ebebeb;
  border-radius: 40px;
  text-align: center;
  font-family: "Font Awesome\ 5 Free";
  content: "\f068";
  float: right;
  color: #757575;
  font-size: 16px;
}

.accordion .card-header h5 a.collapsed:after {
  content: "\f067";
}

/*=================================================
 Tabs
=================================================*/

.nav-tabs {
  margin-bottom: 18px;
  border-bottom: 1px solid #ededed;
}

.nav-tabs .nav-link {
  font-size: 18px;
  font-weight: 700;
  padding: 0.3rem 0;
}

.nav-tabs .nav-item:not(:last-child) {
  margin-right: 40px;
}

@media all and (max-width: 800px) {
  .nav-tabs .nav-item:not(:last-child) {
    margin-right: 20px;
  }
  .nav-tabs .nav-link {
    margin-bottom: 10px;
  }
}

.nav-tabs .nav-link {
  border-bottom: solid 2px transparent;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: transparent;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #637282;
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.15);
}

/** Team person Box **/

.team-person {
  position: relative;
}

.team-person .team-info-holder {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 0 2.5rem;
}

.team-person .team-info-holder:after {
  content: "";
  position: absolute;
  top: 10%;
  left: 10%;
  z-index: 1;
  text-align: center;
  width: 90%;
  height: 90%;
  background: #000;
  opacity: 0.4;
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 59%,
    rgba(0, 0, 0, 0.9) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 59%,
    rgba(0, 0, 0, 0.9) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 59%,
    rgba(0, 0, 0, 0.9) 100%
  );
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#d5000000', GradientType=0);
}

.team-person .team-info-holder .team-info {
  position: absolute;
  bottom: 1rem;
  z-index: 999;
  color: #fff;
}

.team-person .team-info-holder .team-name {
  color: #fff;
  line-height: 1.7em;
  margin-bottom: 0;
}

.team-person .team-info-holder .team-role {
  color: #fff;
  font-weight: 600;
}

.team-person .team-person-box-shadow {
  background: #e0ded9;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}

/*=================================================
 Testimonials 
=================================================*/

.testimonials {
  margin: 20px 0;
}

.testimonials .testimonial {
  font-size: 16px;
  line-height: 28px;
  margin-top: 20px;
  margin-bottom: 30px;
  text-align: center;
}

.testimonials .testimonial p {
  margin-bottom: 20px;
}

.testimonials .testimonial .client-name {
  font-weight: 600;
  font-size: 18px;
}

.testimonial-img img {
  border-radius: 50%;
  max-width: 80px;
  margin: 0 auto 30px auto;
}

.testimonials .owl-dots {
  position: absolute;
  bottom: -53px;
}

/* testimonials_box */

.testimonials_box .testimonial {
  text-align: left;
  border: solid 1px #ededed;
  padding: 60px 30px 35px 30px;
}

.testimonials_box .testimonial-img img {
  border-radius: 50%;
  max-width: 80px;
  margin: 0;
}

/* testimonials_image_box */

.testimonials_box.testimonials_image_box .testimonial {
  padding: 0;
}

/* Progress bar*/

.progress-bar-label {
  color: #141414;
}

.progress {
  margin-top: 5px;
  margin-bottom: 1rem;
  border-radius: 0;
  padding: 2px;
  height: 14px;
  border: solid 1px #ebebeb;
  background-color: transparent;
}

.progress-bar {
  height: 8px;
  font-size: 0;
  padding: 2px;
  background-color: #3d404f;
}

.progress.vertical {
  width: 60px;
  height: 100%;
  float: left;
  margin-right: 20px;
  position: relative;
}

.progress.vertical .progress-bar {
  padding: 1.5rem 0px;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0;
  -webkit-transition: height 0.6s ease;
  -o-transition: height 0.6s ease;
  transition: height 0.6s ease;
}

.progress.vertical.from-top .progress-bar {
  position: relative;
}

.divider {
  height: 1px;
  background-color: #ededed;
}

/* Text Highlights */

.text-highlights-pastel-red {
  padding: 0 0.2rem;
  color: #fff;
  background: #1b1b1b;
}

.text-center .separator {
  margin-left: auto;
  margin-right: auto;
}

.text-right .separator {
  margin-left: auto;
}

.separator {
  width: 62px;
  height: 3px;
  background: #1b1b1b;
  margin-bottom: 20px;
}

/* table */

.dubalbar-style {
  font-size: 18px;
  font-weight: 600;
  border-top: 2px solid #1d1d1d;
  border-bottom: 2px solid #1d1d1d;
  padding: 3px 0;
}

.dubalbar-style .nav-link {
  margin-bottom: -2px;
  padding: 0.57rem 1rem;
}

.dubalbar-style.nav-tabs .nav-item.show .nav-link,
.dubalbar-style.nav-tabs .nav-link.active {
  color: #1d1d1d;
  background-color: transparent;
  border-color: transparent transparent #1d1d1d transparent;
}

/*=================================================
 Clients list box style
=================================================*/

.clients-box {
  margin: 0;
  padding: 0;
  text-align: center;
}

.clients-box li {
  list-style: none;
  width: 19.5%;
  padding: 3.5%;
  display: inline-block;
}

@media only screen and (max-width: 950px) {
  .clients-box li {
    list-style: none;
    width: 33.3333333%;
    float: left;
    position: relative;
  }
}

@media only screen and (max-width: 720px) {
  .clients-box li {
    list-style: none;
    width: 50%;
    float: left;
    position: relative;
  }
}

/* Clients list slider */

.client-logo-list {
  margin: 0;
  padding: 0;
}

.client-logo-list li {
  list-style: none;
  padding: 20px 40px;
}

/*=================================================
 Service Boxs
=================================================*/

.content_box {
  text-align: center;
  margin-bottom: 20px;
}

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

.content_box .content_icon {
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 20px;
  color: #1b1b1b;
  margin-bottom: 1rem;
  color: #252525;
}

.content_box .content_icon img {
  margin-left: auto;
  margin-right: auto;
}

.content_box.text-left .content_icon img {
  margin-left: initial;
  margin-right: auto;
}

.content_box.text-right .content_icon img {
  margin-left: auto;
  margin-right: initial;
}

.content_box .content_icon_img {
  margin-bottom: 20px;
}

.content_box .content_icon.circle_icon {
  text-align: center;
  border-radius: 50%;
  width: 74px;
  height: 74px;
  line-height: 74px;
  background: #fafafa;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
}

.content_box.align-left .content_icon.circle_icon {
  margin-left: 0;
}

.content_box.align-right .content_icon.circle_icon {
  margin-right: 0;
}

.content_box.content_box_align_right .content_icon.circle_icon {
  margin-left: 20px;
}

.content_box_align_left {
  text-align: left;
}

.content_box.content_box_align_left .content_icon.circle_icon {
  margin-right: 20px;
}

.content_box.shield_bg {
  position: relative;
  padding: 55px 30px 0 30px;
  border-top: 6px solid #e1e4e3;
  background-color: #f0f3f2;
  background-position: center top;
  margin-bottom: 100px;
  font-size: 13px;
}

.content_box.shield_bg:after {
  content: "";
  position: absolute;
  bottom: -78px;
  left: 0;
  width: 100%;
  height: 50%;
  /* border-left: 70px solid transparent; */
  /* border-right: 70px solid transparent; */
  border-bottom: 85px solid #f0f3f2;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.content_img {
  margin-bottom: 20px;
  float: left;
}

.content_box_align_left .content_icon {
  float: left;
}

.content_box_align_left .content_info {
  margin-left: 84px;
}

.content_info h6 {
  font-size: 14px;
  margin-bottom: 10px;
}

.content_box_align_right {
  text-align: right;
}

.content_box_align_right .content_icon {
  float: right;
}

.content_box_align_right .content_info {
  margin-left: 0;
  margin-right: 84px;
}

.content_box h1,
.content_box h2,
.content_box h3,
.content_box h4,
.content_box h5,
.content_box h6 {
  position: relative;
  margin-top: 0;
  margin-bottom: 15px;
}

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

@media only screen and (max-width: 950px) {
  .content_box {
    margin-bottom: 30px;
  }
  .content_shadow_text_box .content_img,
  .content_shadow_text_box .content_info {
    display: block;
    width: 100%;
    margin: 0;
  }
  .text_half_overlay .content_info {
    margin: -115px 15px 0;
  }
}

/*=================================================
 Image banners
=================================================*/

/*=================================================
 Video story box
=================================================*/

.video-container {
  background-size: cover;
  background-position: center center;
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.play-trigger {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.video-play-trigger:hover .icon-play {
  color: #393939;
}

@media only screen and (max-width: 950px) {
  .big-font-title h1 {
    font-size: 36px;
    letter-spacing: 2px;
  }
  .video-story-bio {
    width: 100%;
    font-size: 16px;
  }
}

.container-services-sc {
  padding: 80px 0 40px 0;
}

/*=================================================
 Counter OR Fun Fact Box 
=================================================*/

.counter_box_icon {
  font-size: 32px;
  line-height: 32px;
  margin: 0 auto 22px;
  border-radius: 100%;
  text-align: center;
}

.counter_box_number {
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  margin-bottom: 15px;
}

.counter_box_title {
  margin-bottom: 10px;
}

.counter_box .separate-line {
  height: 2px;
  width: 70px;
}

@media only screen and (max-width: 950px) {
  .counter_box {
    margin-bottom: 40px;
  }
}

/*=================================================
 icon list
=================================================*/

.icons_list {
  margin: 0;
  padding: 0;
}

.icons_list li {
  list-style: none;
  display: inline-block;
  font-size: 14px;
  padding: 0 7px;
}

.icons_list.circle li {
  background-color: transparent;
  border: 2px solid #dbdbdb;
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  -webkit-transition: background-color 0.15s ease-out,
    border-color 0.15s ease-out;
  -moz-transition: background-color 0.15s ease-out, border-color 0.15s ease-out;
  transition: background-color 0.15s ease-out, border-color 0.15s ease-out;
  margin: 0px 6px 0px 0px;
  width: 32px;
  height: 32px;
  line-height: 29px;
  background-color: rgb(68, 68, 68);
  border-color: rgb(68, 68, 68);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.icons_list.circle li a {
  color: #fff;
}

.icons_list.circle li:hover {
  background-color: #cbb198;
  border-color: #cbb198;
}

/*List circle style*/

.list-circle i {
  color: #fff;
  background-color: #333;
  width: 2em;
  height: 2em;
  text-align: center;
  line-height: 2em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.list-boxed i {
  color: #fff;
  background-color: #333;
  width: 2em;
  height: 2em;
  text-align: center;
  line-height: 2em;
}

/* --------------------------------  
 Banner With Hover Effects 
-------------------------------- */

.et-banner {
  position: relative;
  margin: 0 auto;
  list-style: none;
}

.et-banner figure {
  position: relative;
  overflow: hidden;
  margin: 0;
  width: 100%;
  background: #f5f5f5;
  text-align: center;
  cursor: pointer;
}

.et-banner figure img {
  position: relative;
  display: block;
  max-width: 100%;
  opacity: 0.1;
}

.et-banner figure img {
  opacity: 1;
}

.et-banner figure figcaption {
  padding: 2em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.et-banner figure figcaption::before,
.et-banner figure figcaption::after {
  pointer-events: none;
}

.et-banner figure figcaption,
.et-banner figure figcaption > a.banner-link-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.et-banner figure figcaption > a.banner-link-cover {
  z-index: 100;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.et-banner figure .banner-title {
  margin-bottom: 8px;
}

.et-banner figure .banner-title,
.et-banner figure .view_more_icon {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

.et-banner figure .view_more_icon {
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
}

.et-banner figure:hover .banner-title,
.et-banner figure:hover .view_more_icon {
  opacity: 1;
}

.et-banner .figure_caption_container {
  display: table;
  height: 100%;
  width: 100%;
}

.et-banner .figure_caption_container .figure_caption {
  display: table-cell;
  vertical-align: bottom;
  text-align: left;
}

.et-banner figure.effect-default h2 {
  opacity: 1;
  background: #1d1d1d;
  color: #fff;
  font-size: 24px;
  display: initial;
  padding: 11px 30px;
}

.et-banner .figure_caption {
  display: table-cell;
  vertical-align: middle;
}

.no-hidden-caption .view_more_icon,
.no-hidden-caption img {
  opacity: 1 !important;
}

/***** default *****/

figure.effect-default {
  text-align: left;
}

figure.effect-default img {
  opacity: 1;
  -webkit-transition: opacity 0.55s;
  transition: opacity 0.55s;
}

figure.effect-default:hover img {
  opacity: 0.1;
}

.et-banner figure.effect-default .figure_caption {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.et-items .col-lg-4 .et-banner figure.effect-default .figure_caption {
  padding: 20px 40px 20px 40px;
}

.et-items .col-lg-3 .et-banner figure.effect-default .figure_caption {
  padding: 10px 25px 15px 25px;
}

figure.effect-default figcaption::before,
figure.effect-default figcaption::after {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  content: "";
  opacity: 0;
  -webkit-transition: opacity 0.55s, -webkit-transform 0.55s;
  transition: opacity 0.55s, transform 0.55s;
}

figure.effect-default .banner-title {
  -webkit-transition: opacity 0.55s, -webkit-transform 0.55s;
  transition: opacity 0.55s, transform 0.55s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}

figure.effect-default .banner-desc {
  padding: 0;
  opacity: 0;
  -webkit-transition: opacity 0.55s, -webkit-transform 0.55s;
  transition: opacity 0.55s, transform 0.55s;
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0);
}

figure.effect-default:hover figcaption::before,
figure.effect-default:hover figcaption::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

figure.effect-default:hover .banner-title,
figure.effect-default:hover .banner-desc {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

figure.effect-default.video-banner:hover img {
  opacity: 0.6;
}

figure.effect-default.effect-default-dark .banner-title {
  color: #fff;
}

.et-banner figure.effect-default.effect-default-dark {
  background: rgba(13, 13, 13, 0.9);
}

.video-banner .video-icon {
  background: #fff;
  padding-left: 5px;
  font-size: 24px;
  line-height: 80px;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  color: #252525;
}

/* effect-banner */

.et-banner figure.effect-banner,
.et-banner figure.effect-banner .view_more_icon {
  opacity: 1;
  text-align: left;
}

.et-banner figure.effect-banner figcaption {
  padding: 50px;
}

.et-banner figure.effect-banner h2,
.et-banner figure.effect-banner .view_more_icon,
.et-banner figure.effect-banner h2 a,
.et-banner figure.effect-banner .view_more_icon a {
  opacity: 1;
  background: #fff;
  color: #252525;
  font-size: 16px;
  display: initial;
  padding: 9px 20px;
}

.et-banner figure.effect-banner p {
  display: none;
}

/* Simple hover effect on image */

.effect-hover-opacity-low img {
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
  background: #000;
}

.effect-hover-opacity-low img:hover {
  opacity: 0.5;
}
.popup_gallery {
    position: relative;
}
.popup_gallery:after {
    content: "Click image for a larger view";
/*    position: absolute;*/
    left: 0;
    right: 0;
    text-align: center;
    bottom: -15px;
    z-index: 0;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.popup_gallery img {
  cursor: zoom-in;
  border-radius: 5px;
}

/*=================================================
 9 - Plugins's Custom CSS
=================================================*/

/*! Owl Carousel */

.default-owl-carousel .owl-carousel-item {
  background: #f8f8f8;
  overflow: hidden;
  position: relative;
  display: block;
}

.owl-carousel-item-content {
  position: absolute;
  width: 100%;
  bottom: 0%;
  left: 71%;
  transform: translate(-71%, 0%);
  padding: 0;
  z-index: 999;
}

.owl-carousel-item-info {
  margin-bottom: 0.8rem;
}

.owl-carousel-item-desc {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.default-owl-carousel .position_top {
  top: 10%;
  left: 50%;
  transform: translate(-50%, -10%);
}

.default-owl-carousel .position_center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.default-owl-carousel .position_bottom {
  top: initial;
  bottom: 10%;
  left: 50%;
  transform: translate(-50%, -10%);
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  font-size: 60px;
  line-height: 60px;
  color: #f8f8f8;
}

.owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left:5px;
}

.owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
}

@media only screen and (max-width: 1024px) {
  .owl-carousel-item-content h1,
  .owl-carousel-item-content .h1 {
    font-size: 28px;
  }
  .owl-carousel-item-content .lead {
    font-size: 16px;
  }
}

/* Custom CSS For OWL */

.owl-controls {
  font-size: 14px;
  font-weight: 800;
  width: 100%;
  text-transform: uppercase;
}

.owl-nav div {
  color: #1d1d1d;
  opacity: 0.9;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 700;
}

.owl-nav div:after {
  content: "";
  height: 3px;
  width: 40px;
  background: #1d1d1d;
  top: 50%;
  margin-right: 6px;
  margin-top: -2px;
  position: absolute;
  z-index: 1;
}

.owl-nav div.owl-prev {
  position: absolute;
  top: 50%;
  margin-top: -24px;
  left: 5%;
}

.owl-nav div.owl-prev:after {
  left: 50px;
}

.owl-nav div.owl-next {
  position: absolute;
  top: 50%;
  margin-top: -24px;
  right: 5%;
}

.owl-nav div.owl-next:after {
  right: 50px;
}

.work-carousel:hover .owl-nav div {
  opacity: 1;
}

.owl-dots {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -10%);
  bottom: 10px;
  z-index: 9999;
}

.owl-dots .owl-dot {
  display: inline-block;
}

.owl-dots .owl-dot span {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 5px;
  background-color: transparent;
  border: 3px solid transparent;
  padding: 7px;
  -webkit-transition: background-color 0.2s ease-out, border 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out, border 0.2s ease-out;
  transition: background-color 0.2s ease-out, border 0.2s ease-out;
  box-sizing: border-box;
}

.owl-dots .owl-dot span:after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #fff;
  position: absolute;
  border: solid 2px #fff;
  border-radius: 5px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.owl-dots .owl-dot span:hover {
  border-color: #fff;
}

.owl-dots .owl-dot.active span {
  border-color: #fff;
}

.owl-bg-img {
  background-size: cover;
}

.owl-nav.disabled {
  display: none;
}

/* light nav dots */

.light-nav-dots .owl-dots .owl-dot span:after {
  background-color: #fff;
  border: solid 2px #fff;
}

.light-nav-dots .owl-dots .owl-dot span:hover {
  border-color: #fff;
}

.light-nav-dots .owl-dots .owl-dot.active span {
  border-color: #fff;
}

/* owl-nav postion */

.owl-nav-at-bottom .owl-nav {
  position: absolute;
  width: 100%;
  bottom: 10%;
}

.owl-dots-at-bottom .owl-dots {
  position: absolute;
  bottom: -80px;
}

@media screen and (max-width: 992px) {
  .owl-nav-at-bottom .owl-nav {
    position: absolute;
    width: 100%;
    top: 20%;
    bottom: initial;
  }
}

/* zero-one-carousel */

#zero-one-carousel .owl-carousel-item-content {
  position: absolute;
  max-width: 470px;
  bottom: 40px;
  left: initial;
  right: 510px;
  transform: translate(0, 0);
  padding: 0;
  z-index: 999;
}
.zero-one-carousel-container {
  position: relative;
}
.blog-carousel-content-title {
  display: none;
}
.zero-one-carousel-container .blog-carousel-content {
  background: #fff;
  padding: 33px 40px 40px;
  border-radius: 5px;
}
/* zero one carousel nav */
.zero-one-carousel-nav {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 100;
  width: 470px;
  background-color: #fff;
  list-style: none;
  padding: 43px 40px 19px;
  margin: 0;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.zero-one-carousel-nav .carousel-nav-title {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 600;
  margin: 0 0 1px 0;
}
.zero-one-carousel-nav li {
  position: relative;
  margin-bottom: 21px;
}

.zero-one-carousel-nav li a.active::after {
  content: "";
  width: 6px;
  height: 50px;
  background-color: #c7c7c7;
  position: absolute;
  top: 5px;
  left: -40px;
}
.zero-one-carousel-container .owl-dots {
/*  display: none;*/
}
@media screen and (max-width: 1024px) {
  .zero-one-carousel-nav {
    display: none;
  }
  .zero-one-carousel-container .blog-carousel-content-title {
    display: block;
    margin-bottom: 15px;
  }
  #zero-one-carousel .owl-carousel-item-content {
    bottom: 30px;
    left: 30px;
    right: initial;
    transform: translate(0, 0);
  }
  .zero-one-carousel-container .blog-carousel-content .btn {
    display: none;
  }
  .zero-one-carousel-container .blog-carousel-content p {
    margin-bottom: 0;
  }
  .zero-one-carousel-container .owl-dots {
    display: block;
    bottom: 12px;
    left: 50%;
    transform: translate(-50%, -10%);
  }
}

@media screen and (max-width: 992px) {
  .zero-one-carousel-container .owl-carousel-item-bg-image {
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .zero-one-carousel-container .blog-carousel-content {
    padding: 20px 30px 15px;
  }
  .zero-one-carousel-container .blog-carousel-content p {
/*    display: none;*/ 
  }
  #zero-one-carousel .owl-carousel-item-content {
    bottom: 0;
    left: 0;
  }
}
@media screen and (max-width: 600px) {
  .zero-one-carousel-container .blog-carousel-content {
    padding: 20px 20px 15px;
    margin: 0;
  }
  .zero-one-carousel-container .blog-carousel-content-title {
    font-size: 18px;
  }
  #zero-one-carousel .owl-carousel-item-content {
    bottom: 0;
    left: 0;
    position: relative;
  }
  .zero-one-carousel-container .owl-dots {
    left: 50%;
    transform: translate(-50%, -30%);
    bottom: 30%;
  }
}
/* zero-two-carousel */
.zero-two-carousel {
  border-radius: 5px;
  box-shadow: 0px 5px 20px 0px rgba(30, 32, 90, 0.08);
}
.zero-two-carousel .owl-carousel-item-content {
  position: absolute;
  max-width: 550px;
  bottom: 0;
  left: 0;
  transform: translate(0, 0);
  padding: 0;
  z-index: 999;
  border-radius: 5px;
}
.zero-two-carousel .blog-carousel-content {
  padding: 34px 40px 40px;
  border-radius: 0;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
.zero-two-carousel .blog-carousel-content .post_title {
  line-height: 1.35;
  font-weight: 700;
}
.zero-two-carousel .blog-carousel-content .post_meta_category {
  position: absolute;
  top: -13px;
}
.zero-two-carousel .blog-carousel-content .post_meta_category a {
  font-size: 12px;
  color: #fff;
  background-color: #e7bc91;
  padding: 9px 20px;
  border-radius: 5px;
  margin-right: 10px;
  box-shadow: 0px 9px 10px 0px rgba(238, 67, 35, 0.1);
}
.zero-two-carousel .blog-carousel-content .post_meta_category a::after {
  content: initial;
  padding-left: 0;
  padding-right: 0;
}
.zero-two-carousel .owl-nav button.owl-prev {
  top: initial;
  transform: initial;
  bottom: 95px;
  left: 520px;
}
.zero-two-carousel .owl-nav button.owl-next {
  top: initial;
  transform: initial;
  bottom: 40px;
  right: initial;
  left: 520px;
}
.zero-two-carousel .owl-nav button.owl-next,
.zero-two-carousel .owl-nav button.owl-prev,
.zero-two-carousel .owl-carousel button.owl-dot {
  font-size: 32px;
  line-height: 32px;
  color: #333;
  background: #fff;
  padding: 6px 22px !important;
  border-radius: 5px;
  box-shadow: 0px 9px 15px 0px rgba(30, 32, 90, 0.15);
}

@media screen and (max-width: 768px) {

  .zero-two-carousel .blog-carousel-content p {
    display: none;
  }
  .zero-two-carousel .blog-carousel-content .btn {
    display: none;
  }
  .zero-two-carousel .blog-carousel-content {
    padding: 34px 40px 20px;
    border-radius: 6px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
}
/* blog carousel */

.multi_blog_post_carousel .text-overlay-container .text-overlay {
  margin: 40px;
}

.carousel-loop-number {
  position: absolute;
  bottom: 76px;
  right: 60px;
  font-size: 60px;
  font-weight: 600;
  color: #ededed;
}

/* dots_box */

@media screen and (min-width: 992px) {
  .dots_box .owl-dots {
    position: absolute;
    left: initial;
    right: 55px;
    transform: initial;
    bottom: 64px;
    z-index: 9999;
  }
}

.dots_box .owl-dots .owl-dot span {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 4px;
  border-radius: 0;
  margin: 0 6px;
  background-color: #ededed;
  border: 1px solid #ededed;
  padding: 0;
}

.dots_box .owl-dots .owl-dot.active span {
  background-color: #3d404f;
  border-color: #3d404f;
  height: 8px;
}

.dots_box .owl-dots .owl-dot span:after {
  content: "";
  width: 0;
  height: 0;
  background-color: #3d404f;
  position: absolute;
  border: 0;
  border-radius: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Statment carousel */

#statement_carousel .owl-carousel-item {
  background: transparent;
}

#statement_carousel .owl-nav button.owl-next {
  color: #ededed;
  right: 0;
}

#statement_carousel .owl-nav button.owl-prev {
  color: #ededed;
  left: auto;
}

/* Project carousel */

.project-owl-carousel .owl-dots {
  position: absolute;
  left: initial;
  transform: translate(0, 0);
  bottom: initial;
  z-index: 9999;
  top: -80px;
  right: 0;
}

.project-owl-carousel .owl-dots .owl-dot.active span {
  background-color: #3d404f;
  border-color: #3d404f;
  height: 8px;
}

.project-owl-carousel .owl-dots .owl-dot span {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 8px;
  border-radius: 0;
  margin: 0 6px;
  background-color: #ededed;
  border: 1px solid #ededed;
  padding: 0;
}

.project-owl-carousel .owl-dots .owl-dot span:after {
  width: 0;
  height: 0;
  border: none;
}

.project-owl-carousel .owl-carousel-item .post-img {
  margin-bottom: 30px;
}

.separator-line {
  margin: 20px 0;
  border-bottom: 1px solid #f0f0f0;
}

/*=================================================
 11 - Extra CSS
=================================================*/

.et-play-icon {
  position: relative;
  background: #fff;
  width: 80px;
  height: 80px;
  text-align: center;
  border-radius: 50%;
  font-size: 24px;
  line-height: 80px;
  padding-left: 3px;
  transition: 0.2s ease-out;
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
}

.et-play-icon:hover {
  color: #252525;
  box-shadow: 0 23px 40px rgba(0, 0, 0, 0.2);
  transform: translateY(-1px);
}

.all-text-content-creamy,
.all-text-content-creamy a,
.all-text-content-creamy h1,
.all-text-content-creamy h2,
.all-text-content-creamy h3,
.all-text-content-creamy h4,
.all-text-content-creamy h5,
.all-text-content-creamy h6,
.all-text-content-creamy .fab,
.all-text-content-creamy .far,
.all-text-content-creamy .fas {
  color: #fcfaee;
}

.text-fuzzy-brown {
  color: #c55063;
}

.text-color-blackflame {
  color: #3d404f;
}

.price-tag {
  color: #d0a390;
}

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

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

.bg-color-black {
  background: #090707;
}
.bg-color-dark-blue {
  background: #333;
}
.bg-color-dark-shade {
  background: #0f0f0f;
}

.bg-color-darkish-shade {
  background: #252525;
}

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

.bg-color-white-op98 {
  background-color: rgba(255, 255, 255, 0.98);
}

.bg-color-white-op {
  background-color: rgba(252, 250, 238, 0.83);
}

.bg-color-gray {
  background-color: #f3f3f3;
}

.bg-color-graish {
  background: #f1f5f6;
}

.bg-color-grayflame {
/*  background-color: #f9f9f9;*/
    background-color: #fff;
}

.bg-color-gray-shade-radius {
  background-color: #dddddd;
  border-radius: 5px;
}

.white-box-square {
  border: solid 12px #fff;
  border-radius: 5px;
  margin: 0px;
}

.bg-color-blackflame {
  background-color: #3d404f;
}

.bg-color-creamy {
  background-color: #fcfaee;
}

.bg-color-blue {
  background-color: #007cbe;
}

.bg-color-purple-dark {
  background-color: #9700b4 !important;
}

.bg-color-greenish {
  background-color: #3ea576 !important;
}

.bg-color-yellowish {
  background-color: #ca954f !important;
}

.color-yellow {
  color: yellow;
}

.bg-color-purple {
  background-color: #625aa3;
}

.bg-rose-pink {
  background: #fcfaee;
}

.bg-color-blackish {
  background-color: #252525;
}

.bg-color-blackish-opacity {
  background: rgba(0, 0, 0, 0.8);
}

.bg-img-1 {
  background: url(../images/bg1.png);
  background-repeat: no-repeat;
}

.bg-img-2 {
  background: url(../images/bg2.png);
  background-repeat: no-repeat;
}

.bg-img-3 {
  background: url(../images/home1/bg1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 5px;
}

.bg-img-4 {
  background: url(../images/bg4.png);
  background-repeat: no-repeat;
}

.bg-img-5 {
  background: url(../images/bg5.png);
  background-repeat: no-repeat;
}

.bg-img-6 {
  background: url(../images/bg6.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-img-7 {
  background: url(../images/bg7.png);
  background-repeat: no-repeat;
}

.bg-img-8 {
  background: url(../images/bg8.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-img-9 {
  background: url(../images/about/2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-img-10 {
  background: url(../images/bg10.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-img-feature-1 {
  background-image: url(../images/bg1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-img-feature-2 {
  background-image: url(../images/bg2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}
@media screen and (max-width: 992px) {
  .no-bg-img-md {
    background-image: none;
  }
}

.owl-carousel-bg-none .owl-carousel-item {
  background: transparent;
}

.footer-top-border {
  border-top: 1px solid #ddd;
}

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

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

.border-top-2 {
  border-top: solid 1px #494b56;
}

.border-30-creamy {
  border: solid 30px #fcfaee;
}

.white-box {
  background-color: #fff;
  padding: 80px 60px;
}
.footer-widget a {
  font-weight: 600;
}
.footer-widget .list-unstyled li {
  margin-bottom: 15px;
}

.category-list li {
  border-bottom: 1px solid #dfddd9;
  color: #333;
  font-weight: 600;
  padding: 10px 0;
}

.category-list li:first-child {
  padding-top: 0;
}

.category-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.event-post {
  padding-bottom: 30px;
  border-bottom: 1px solid #ededed;
}

/* Button */

.btn-dark-purple {
  color: #ffffff;
  background-color: #444;
  border-color: #444;
  box-shadow: 0px 9px 18px 0px rgba(59, 66, 162, 0.23);
}

.btn-shadow {
  box-shadow: 0px 9px 18px 0px rgba(59, 66, 162, 0.23);
}

/* text */

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

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

.navbar-brand img {
    max-width: 260px;
/*    max-width: 100%;*/
/*    margin-top: 10px;*/
    width: 100%;
}

/* side Bar **/

@media (min-width:992px){
  #sidebar ul li a {
    color: #333;
    font-weight: 600;
    line-height: 40px;
}
#sidebar ul li {
    padding-bottom: 20px;
}  
#sidebar ul li ul li {
    padding-left: 20px;
}
#sidebar ul li ul li:first-child {
    padding-top: 20px;
}
#sidebar ul li ul li a {
    font-size: 14px;
    line-height: 30px;
}
.inner-page #main-content .navbar-expand-lg .navbar-collapse {
    display: none !important;
} 
#main-content .top-nav-hide {
    display: none !important;
}    
}

@media(max-width:991px){
    #sidebar-nav{
        display: none;
    }
}

.product-img-wrapper a img {
    width: 100%;
}

.cart-search, .cart-head {
    display: inline-block;
    padding: 0 5px;
}
.btn-add-cart:focus, .btn-add-cart:active {
    color: #fff;
}
.cart-close {
    padding-bottom: 15px;
}
.cart-popup-header {
    padding-bottom: 15px;
    font-size: 22px;
}

.buy-list {
    padding: 40px 0 30px 0;
    border-bottom: solid 1px #ccc;
}
.cart-page a button {
    padding: .375rem .75rem;
}
.qty-price-frame li {
    display: inline-block;
    vertical-align: top;
    width: 48%;
}
.buy-list .price-section {
    text-align: right;
}
.opc-sidebar .modal-inner-wrap {
    padding: 30px 15px;
    border: 1px solid #eae9e9;
}
.cart-header-cart-page{
    font-size: 20px;
}
.cart-price{
    font-size: 20px;
}
ul.qty-price-frame label, ul.qty-price-frame span{
    font-weight: 600;
}
h3.title {
    font-size: 22px;
}
.bs-wizard {margin-top: 0px;}

/*Form Wizard*/
.bs-wizard {border-bottom: solid 1px #e0e0e0; padding: 0 0 10px 0;}
.bs-wizard > .bs-wizard-step {padding: 0; position: relative;}
.bs-wizard > .bs-wizard-step + .bs-wizard-step {}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {color: #595959; font-size: 16px; margin-bottom: 5px;}
.bs-wizard > .bs-wizard-step .bs-wizard-info {color: #999; font-size: 14px;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {
    position: absolute;
    width: 30px;
    height: 30px;
    display: block;
    background-color: #fff;
    border: solid 2px #173551;
    top: 0;
    left: 0;
    margin-top: -13px;
    margin-left: -11px;
    border-radius: 50%;
} 
.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {content: ' '; width: 14px; height: 14px; background: #ffffff; border-radius: 50px; position: absolute; top: 6px; left: 6px; } 
.bs-wizard > .bs-wizard-step > .progress {position: relative; border-radius: 0px; height: 8px; box-shadow: none; margin: 15px 0;}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {width:0px; box-shadow: none; background: #333;}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {width:100%;}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {width:50%;}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {width:0%;}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {width: 100%;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {background-color: #f5f5f5;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {opacity: 0;}
.bs-wizard > .bs-wizard-step:first-child  > .progress {left: 0; width: 50%;}
.bs-wizard > .bs-wizard-step:last-child  > .progress {width: 100%;}
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot{ pointer-events: none; }
/*END Form Wizard*/
.checkout-frame{ padding: 50px 0; }
.checkout-frame .nav-pills>li{ width: 32%;margin-bottom: 20px; }
.checkout-frame .nav-pills>li>a{ font-size: 18px; background: transparent; color: #000; padding: 0; }
.checkout-frame .nav-pills>li.active>a:focus, .checkout-frame .nav-pills>li.active>a:hover{ background: transparent; color: #000000; }
.checkout-frame .nav-pills>li.active .bs-wizard > .bs-wizard-step > .bs-wizard-dot:after{ background:#173551; }
.table-checkout-shipping-method{ font-size: 14px; border-collapse: collapse; width: 100%; table-layout: fixed; }
.table-checkout-shipping-method th {
    padding: 10px;
    border: 1px solid #ccc;
    line-height: 1.2;
    text-transform: uppercase;
    font-size: 15px;
}
.table-checkout-shipping-method td {border: 1px solid #ccc;padding: 0px; line-height: 1.2;}
.table-checkout-shipping-method td label{padding: 15px;width: 100%;}
.table-checkout-shipping-method td.ch-method .radio, .table-checkout-shipping-method td.ch-method input[type="radio"] {margin: 0;}
.table-checkout-shipping-method td > span {/*display: inline-block;*/}
td#label_method_1_usps { font-size: 0px; }


.custom-checkbox {
    display: inline-block;
    margin: 0; position: relative;
    padding-left: 35px; padding-right: 5px;
}
.custom-checkbox input[type="checkbox"],
.custom-checkbox input[type="radio"] {
    opacity: 0; position: absolute;
} 
.custom-checkbox span { line-height: 1.2; display: inline-block; }
 .custom-checkbox input[type="checkbox"] + span,
 .custom-checkbox input[type="radio"] + span {
     width: 20px;
    height: 20px;
    position: absolute;
    left: 20px;
    top: 8px;
    background-color: #fff;
    border: 1px solid #a5a5a5;
/*         cursor: pointer;*/
 }
 
 .custom-checkbox input[type="radio"] + span {
     border-radius: 50%;
 }
 
 .custom-checkbox input[type="checkbox"]:checked + span:before {
     content: "\f00c";
     font-family: 'FontAwesome';
     font-size: 14px;
     position: relative;
     left: 5px;
     top: 3px;
 }
 
 .custom-checkbox input[type="radio"]:checked + span:before {
     content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    top: 5px;
    left: 5px;
    background-color: #666;
    border-radius: 50%;
 }
 
/************************* ORDER SUMMARY ****************************/
.opc-sidebar .panel-group { padding: 20px 0; }
.opc-sidebar .panel-group .panel{ border: 0; box-shadow: none; }
.panel:before{ background: transparent; position: relative;height: auto;width: auto;left: 0;top: auto; }
.opc-sidebar .panel-default>.panel-heading{ padding: 0; border: 0; background: transparent; }
.opc-sidebar .panel-heading:before{ display: none; }
.opc-sidebar .panel-default>.panel-heading+.panel-collapse>.panel-body{ border: 0; padding: 0; }
.opc-sidebar .modal-inner-wrap {
    padding: 30px 15px;
    border: 1px solid #eae9e9;
}
.opc-block-summary h3 {
    font-size: 18px;
    text-align: center;
}
.modal-custom .action-close {
    position: absolute;
    right: 20px;
    top: 15px;
    overflow: hidden;
    display: none;
}
.modal-custom .action-close span{ display: none; }
.minicart-items-wrapper {
    margin: 25px 0;
}
.minicart-items-wrapper ol{ padding: 0; }
.block.items-in-cart .product-item {
    margin-bottom: 1rem;
    padding-bottom: 30px;
    border-bottom: solid 1px #ccc;
    position: relative;
    overflow: hidden;
}
.block.items-in-cart .product-item:last-child{ border-bottom: none; }
.block.items-in-cart .product-item .product-image-container {
    float: left;
    margin: 0 1rem 1rem 0;
    width: 50px !important;
    height: 50px !important;
}
.minicart-items img {
    width: 100%;
    max-width: inherit;
}
.opc-sidebar .minicart-items .product-item-details {
    min-width: inherit;
    overflow: hidden;
}
.minicart-items .details-qty .label {
    margin-right: 0;
    padding: 13px 0;
}
.opc-sidebar .items-in-cart .subtotal {
    font-size: 18px;
}
.opc-sidebar .opc-block-summary .table-totals {
    width: 100%;
    border-collapse: collapse;
    border-bottom: 1px solid #eae9e9;
    display: block;
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
}
.opc-block-summary .table-totals caption {
    display: none;
}
.opc-block-summary table.table tbody { Font-size: 12px;}
.opc-sidebar .opc-block-summary .table-totals tr {
/*
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
*/
    width: 100%;
}
.opc-sidebar .opc-block-summary .table-totals tr .value{ font-size: 12px; }
.opc-sidebar .opc-block-summary .table-totals tr .label{
    color: #000000;
    padding: 0;
    font-size: 18px;
    font-weight: normal;
    line-height: normal;
    vertical-align: middle;
}
.opc-sidebar .opc-block-summary .table-totals .totals .amount {
    text-align: right;
}
.opc-sidebar .opc-block-summary .table-totals th, .opc-sidebar .opc-block-summary .table-totals td {
    padding: 10px 5px;
    font-size: 16px;
    line-height: 1.2;
}
.opc-sidebar .opc-block-summary .table-totals th, .opc-sidebar .opc-block-summary .table-totals th strong,
.opc-sidebar .opc-block-summary .table-totals td, .opc-sidebar .opc-block-summary .table-totals td strong {
    font-weight: 400;
}
.opc-sidebar .opc-block-summary .table-totals th {
    padding-right: 0;
}
.opc-sidebar .opc-block-summary table.table-totals tbody th,
.opc-sidebar .opc-block-summary table.table-totals tbody td {
    border: none; background: transparent;
    width: 50%;
}
.opc-sidebar .opc-block-summary .table-totals th:after {
    content: ':';
}
.opc-block-shipping-information .action-edit {
    background: none;
    padding: 0;
}
.opc-sidebar .shipping-information-title .action-edit, .opc-sidebar .title .action-edit, .action-edit {
    line-height: inherit;
    font-size: 22px;
}
.opc-block-shipping-information .action-edit::before {
    content: "\f040";
    font-family: 'FontAwesome';
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-right: 10px;
}
.opc-sidebar .shipping-information-title .action-edit::before, .opc-sidebar .title .action-edit::before, .action-edit::before {
    content: "\f040";
    font-family: 'FontAwesome';
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.opc-block-shipping-information .action-edit span, .action-edit span {
    display: none;
}
.opc-block-shipping-information .shipping-information {
    border-top: 1px solid #eae9e9;
}
.opc-sidebar .ship-to {
    padding: 20px 0;
    border-bottom: 1px solid #eae9e9;
}
.opc-sidebar .ship-via { }
.opc-block-shipping-information .shipping-information-content, .shipping-information-content , .billing-information-content {
    padding: 10px 10px 10px 0;
}
.opc-sidebar .ship-via { padding: 20px 0; }
.opc-block-shipping-information .action-edit, .action-edit {
    background: none;
    padding: 0;
}
.opc-sidebar .shipping-information-title .action-edit, .shipping-information-title .action-edit,
.billing-information-title .action-edit, .opc-sidebar .title .action-edit {
    line-height: inherit;
    font-size: 22px;
    border: none;
    width: 8%;
    display: inline-block;
}
.opc-sidebar .panel-title a:after , .opc-sidebar .panel-title>a.collapsed:after
{
    font-family: 'FontAwesome';
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border: 0;
    color: #000; right: 0;
    float: right;
}
.opc-sidebar .panel-title a:after{
    content: "\f077";
    -webkit-transition: all 0.1s linear 0s;
    -moz-transition: all 0.1s linear 0s;
    -ms-transition: all 0.1s linear 0s;
    -o-transition: all 0.1s linear 0s;
    transition: all 0.1s linear 0s;
    /*content: "";
    border-bottom: 10px solid #fff;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    position: absolute;
    top: 35%;
    right: 0px;
    margin-top: 0px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transition: all 0.7s;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;*/
}
.opc-sidebar .panel-title>a.collapsed:after {
/*    content: "\f078";*/
    /*transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);*/
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.shipping-information-title h5, .billing-information-title h5{ width: 90%; display: inline-block; vertical-align: middle; }
.billing-shipping-frame{ margin-top: 15px; margin-bottom: 15px; }
/*.checkout-frame .btn{ background: rgba(0, 0, 0, 0) linear-gradient(to right, #00c9fd 0%, #005cb2 100%) repeat scroll 0 0; }*/
.billing-frame h6{ margin-bottom: 30px; }
.checkout-frame span.required{ line-height: normal;
    font-size: 25px;
    color: red;
    display: inline-block;
    vertical-align: middle;
    font-weight: normal;
}
.checkout-frame .form-group label{ margin: 0; }
.cart-update-frame .cart-page{ text-align: right; /*padding: 0;*/ }
.cart-update-frame .cart-page .cart-btn{ outline: none; /*margin: 0 5px; border-right: solid 1px #ccc;*/ }
.cart-update-frame .cart-page .cart-btn .btn{ padding: 10px 20px; /*margin: 0 10px 0 0;background: transparent; color: #173551; padding: 0 5px; box-shadow: none;border-radius: 0;*/}
.cart-update-frame .cart-page .cart-btn:last-child{ border: 0; }
.shipping-cost-radio {display: flex;}
.shipping-cost-radio label {padding: 15px 10px 8px 0; display: flex; cursor: default;}
.shipping-cost-radio label span {display: inline-block; margin-left: 5px;margin-top: -8px;}
.cart-update-frame{ padding: 50px 0; }
.cart-update-frame h2{ font-size: 20px; line-height: normal; margin-bottom:10px; }
.qty-price-frame{ padding: 0; }
.qty-price-frame li{ display: inline-block; vertical-align: top; width: 48%; }
.qty-section label, .qty-section .form-control{ width: 50px; display: inline-block; vertical-align: middle; }
.qty-section .form-control{ width: calc(100% - 50px) }
.buy-list .price-section{ text-align: right; }
.price-section h4 span{ margin: 0px 0 8px 0; display: block; margin-top: -5px;}
.qty-price-frame p{ padding: 0; font-size: 13px;line-height: normal; margin-bottom: 10px; }
.buy-list{ padding: 40px 0 30px 0; border-bottom: solid 1px #ccc; }
.cart-update-frame .buy-list:first-child{ padding-top: 0; }
.strikethrough{ text-decoration: line-through; display: block; font-weight: normal; font-size: 13px; }
li.qty-section {
    font-size: 20px;
    color: #333;
}
/******************* MEDIA QUERY *****************/
@media (min-width: 1200px)
{
    table.table tbody .price {
        font-size: 18px;
    }
}
@media (min-width: 768px)
{
    .minicart-items .details-qty .label {
        -webkit-flex-basis: 18%;
        -ms-flex-preferred-size: 18%;
        flex-basis: 18%;
        max-width: 18%;
    }
}
@media only screen and (max-width: 590px)
{
    .checkout-frame .nav-pills>li>a{ font-size: 18px; }
}
@media only screen and (max-width: 480px)
{
    .checkout-frame .nav-pills>li{ width: 100%; }
    .table-checkout-shipping-method th{ font-size: 13px; padding: 10px 5px; }
}


select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 15px);
}
.checkout-frame.right-checkout .nav-pills>li>a {font-size: 14px;}
.checkout-frame .panel-title {
    font-size: 20px;
}
.cc-logos-frame img {
    width: 120px;
}
button.action.action-edit {
    color: #706f6f;
}
.payment-cclogos h3 {
    width: 40%;
    text-align: left;
}
.payment-cclogos h3, .payment-cclogos .cc-logos-frame {
    display: inline-block;
    vertical-align: middle;
}
.payment-cclogos .cc-logos-frame {
    width: 58%;
    text-align: right;
}
.cc-logos-frame {
    margin: 10px 0;
}
.cc-logos-frame ul {
    padding: 0;
}
.cc-logos-frame ul {
    padding: 0;
}
.cc-logos-frame ul li {
    list-style-type: none;
    display: inline-block;
}


#zero-one-carousel .owl-carousel-item-content.top-view-slider {
    position: absolute;
    max-width: 500px;
    top: 14%;
    left: 10%;
    transform: translate(0, 0);
    padding: 0;
    z-index: 999;
}
.zero-one-carousel-container .blog-carousel-content.top-view-content {
    background: transparent;
    padding: 0;
    border-radius: 0;
}
.slider-title {
    color: #fff;
    font-family: 'MuseoSans900';
    font-size: 45px;
    margin: 0;
    line-height: 48px;
    margin-bottom: 5px;
}
.slider-description {
    color: #fff;
    font-family: 'MuseoSans500';
    font-size: 30px;
    line-height: 30px;
}

.single-product-des .quantity .total-quantity.new-quantity {
    margin: 0;
    padding: 4px;
    text-align: center;
    border: none;
    width: 100px;
    border: solid 1px #dddddd;
    background: #ffffff;
    border-radius: 5px;
}
.single-product-des.new-product label {
    color: #444;
    font-weight: 600;
}
.logo-background {
    background-size: cover;
    background-position: center;
}
/******** Media query ***************/

@media (min-width:768px) and (max-width:1023px){
    .slider-title {
    color: #fff;
    font-family: 'MuseoSans900';
    font-size: 28px;
    margin: 0;
    line-height: 34px;
    margin-bottom: 5px;
}
    .slider-description {
    color: #fff;
    font-family: 'MuseoSans500';
    font-size: 20px;
    line-height: 28px;
}
}


@media (max-width:767px){
    #zero-one-carousel .owl-carousel-item-content.top-view-slider {
    position: relative;
    max-width: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.8); 
    padding: 10px 3px; 
/*     min-height: 200px;    */
}
.slider-title {
    font-size: 22px;
    color: #fff;
    line-height: 30px;
    font-family: 'MuseoSans700';
    text-align: center;
}   
.slider-title br, .slider-description br {
    display: none;
}  
.zero-one-carousel-container .blog-carousel-content p.slider-description {
    display: block;
    font-size: 16px;
    text-align: center;
    padding: 0 20px;    
}
.zero-one-carousel-container .owl-dots {
    display: block;
    bottom: -20px;
    left: 50%;
    transform: translate(-50%, -10%);
} 
.single-product-des .product-title {
    font-size: 22px;
}    
h4, .h4 {
    font-size: 20px;
} 
.owl-dots .owl-dot span:after {
  content: "";
  width: 7px;
  height: 7px;
  background-color: #000;
  position: absolute;
  border: solid 1px #000;
  border-radius: 5px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.owl-dots .owl-dot span:hover {
  border-color: #000;
}

.owl-dots .owl-dot.active span {
  border-color: #000;
} 
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    font-size: 32px;
    line-height: 32px;
    color: #f8f8f8;
} 
.owl-carousel .owl-stage-outer {
    padding-bottom: 25px;
}    
}



.checkout-section {
    background-color: #fff;
    margin-bottom: 25px;
}
.pagination_holder li.page-item.active a {
    background-color: #545454;
    color: #fff;
}
.pagination_holder li.page-item a {
    border: 1px solid #e0dede;
}
.head-sub-content {
    padding: 20px 0;
}
span.input-group-text {
    border-radius: 0;
}
.coupon-field {
    display: flex;
}


/*********/
.not-found {
    height: 25em;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    margin-bottom: 25px;
}
.not-found-text h2 {
    font-size: 24px;
}
ul.error-page-btns li {
    list-style: none;
}
ul.error-page-btns li a {
    border: 1px solid #333;
    color: #fff;
    background-color: #333;
    border-radius: 0;
    transition: all 0.5s ease;
    outline: 0;
}
ul.error-page-btns li a:hover {
    background-color: #111;
}

.quantity label {
    display: block;
}
.color-type {
    padding-top: 20px;
}

/*** loader ***/
/*
  .loader{
        
      background-image: url(../img/loader.gif);
       background-color: rgba(0, 0, 0, 0.7);
       background-position: center;
        width: auto;
        z-index: 1;
        background-repeat: no-repeat;
        width: 100%;
        height: 100vh;
        position: fixed;
        z-index: 9999;
      display: none;
      }
*/
.loader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 10000000000000000000000000000000000000000000;
  text-align: center;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
  opacity: 1;
    display: none;
}
.spinner {
  width: 40px;
  height: 40px;
  position: relative;
  top: 50%;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
}
.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #a31846;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bounce 2s infinite ease-in-out;
  animation: bounce 2s infinite ease-in-out;
}
.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
        @-webkit-keyframes bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.no-loader .loader {
  display: none !important;
}    

.loader1{
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 10000000000000000000000000000000000000000000;
  text-align: center;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
  opacity: 1;
}
.spinner1 {
  width: 40px;
  height: 40px;
  position: relative;
  top: 50%;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
}
.double-bounce11,
.double-bounce22 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #a31846;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bounce 2s infinite ease-in-out;
  animation: bounce 2s infinite ease-in-out;
}
.double-bounce22 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
        @-webkit-keyframes bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.no-loader .loader1 {
  display: none !important;
}  
/*** loader ***/


.contact-section {
    background-color: #fff;
    padding: 5px;
    margin-bottom: 25px;
}
.about-section{
    padding-bottom: 20px;
    margin-bottom: 25px;
    background-color: #fff;
}

.thank-you-section {
    height: 30em;
    position: relative;
}
.thank-content {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}
.thank-you-header {
    font-size: 34px;
}
.thank-you-content {
    font-size: 22px;
}
.powered-by img {
    max-width: 220px;
    padding-bottom: 10px;
}
.error p {
    color: red;
    margin-bottom: 10px;
}

#main-content {
    background-color: transparent;
}
#sidebar-nav{
    border-radius: 0; 
}

.description.cart-p p {
    margin-bottom: 5px;
}

.checkout-frame .nav.nav-pills {
    margin-left: 10px;
}
.navbar-light .navbar-toggler:hover {
    background-color: transparent;
}
.mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    background-color: transparent;
}

.edit-order-btns .ptb-10 {
    display: inline-block;
}
.edit-cart .price-section h4 span {
    margin: 0px 0px 0px 10px;
    display: inline-block;
} 

.edit-cart .edit-quantity .form-control {
    width: auto;
}
.price-section h4, .edit-quantity h4 {
    font-size: 22px;
}
.products-list.products-btm h4, .products-list.products-btm h2 {
    font-size: 22px;
}
.products-list.products-btm .package-header-title {
    font-size: 18px;
}
.img-sec, .field-sec {
    display: flex;
    align-items: center;
/*    justify-content: center;*/
}
.field-sec label {
    font-size: 14px;
    margin-bottom: 0px;
}
.products-list.products-btm {
    padding-bottom: 20px;
}
.edit-cart .edit-order-btns .ptb-10 button {
    padding: 10px 20px;
    margin-bottom: 20px;
}
button.edit-remove-btn {
    padding: 5px 15px;
    margin-top: 10px;
    margin-bottom: 20px;
}
.product-img-wrapper.category-img-wrapper {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 100%;
}
.product-img-wrapper.category-img-wrapper > a:first-child {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 12px;
    right: 12px;
    bottom: 15px;
}
.product-img-wrapper.category-img-wrapper a img {
    /*display: none;*/
    visibility: hidden;
}
.thank-you-msg{
    font-weight: normal;
}
button.close:hover {
    background-color: transparent;
}
.left-nav-theme .price-section h4 span {
    font-size: 18px;
}

h3.return {
    font-size: 20px;
}
h2.return-policy {
    font-size: 24px;
    padding-bottom: 15px;
    text-decoration: underline;
}

.sub-title-header{
    color: #fff !important;
}
.contact-response.form-error p {
    color: red;
}
.edit-cart h3 {
    font-size: 20px;
}
.edit-cart .price-section h4 {
    font-size: 18px;
}
span.count-no, .count-cart {
    font-size: 20px;
}
#blog-area .edit-order-btns {
    padding-top: 20px;
}
#blog-area .edit-quantity h4 {
    font-size: 16px;
    font-weight: normal;
}
#blog-area .products-small-lists h4 {
    font-size: 18px;
}
#blog-area .product {
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
}
#card-sts, #cvv-sts p {
    color: red;
}
button.action.action-edit:hover, button.action.action-edit:focus {
    background-color: transparent;
}
.shp-btn-grp button {
    margin-top: 30px;
}

button:disabled,
button[disabled]{
cursor: not-allowed;
}

.cart-left, .cart-page {
    display: inline-block;
}
.cart-left a button {
    padding: .375rem .75rem;
}
.cart-update-frame .cart-page.cart-rigt {
    float: right;
}
.products .product-img-wrapper .btn-add-to-cart.out-of-stock {
    background-color: #9d9d9d;
    border-color: #9d9d9d;
}
.products .product-img-wrapper .btn-add-to-cart.out-of-stock:hover {
    background-color: #9d9d9d;
    border-color: #9d9d9d;
}
.out-of-box p {
    background: #ff0000;
    width: 36%;
    padding: 5px 20px;
    color: #fff;
    font-weight: 600;
}

.coupon-code {
    line-height: 70px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: 25px;
    margin-bottom: 25px;
}

.coupon-id {
    text-transform: uppercase;
    font-weight: 600;
}
.add-m-top {
    padding-top: 20px;
}
#add-unit {
    margin-bottom: 10px;
}


@media (max-width:767px){
    button, input[type="button"], input[type="submit"], .btn{
       padding: .375rem .75rem;   
    }
    .cart-left {
    padding-bottom: 15px;
}
    .cart-update-frame .cart-page .cart-btn{
        padding-bottom: 15px;
        display: block;
    }
}

[data-target="#apparel"]:after {
    position: absolute;
    right: 20px;
    top: 10px;
    cursor: pointer;
}
[data-target="#apparel-mobile"]:after {
    cursor: pointer;
}
.category-header {
    
}
.category-header-image{
    position: relative;
    overflow: hidden;
    display: inline-block;
    
}

.category-header-image:before {
    position: absolute;
    content: '';
/*    background-color: rgba(0, 0, 0, 0.5);*/ 
    width: 100%;
    height: 100%;
}

.cetegory-content {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.category-sub-title-header{
    align-items: center;
    display: flex;
    margin: 0 auto;
    top: 0;
    width: 100%;
    height: 100%;
    font-family: 'MuseoSans700';
    letter-spacing: 1px;
    font-size: 36px;
    color: #fff;
    padding-left: 20px;
    line-height: 36px;
}

.package-width .w-100.w-auto {
    width: 100% !important;
}
.package-edit-cart {
/*    padding-bottom: 30px;*/
}

.package-top-cart {
    padding-top: 20px;
}

.client-logo-section {
    padding: 40px 20px;
}    
.client-image-content {
    padding: 20px;
}    
.client-logo {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 80%;
}

.client-logo img {
    display: none !important;
}    
   
.slider.autoplay .slick-next:before {
    content: '\f054';
    font-family: 'FontAwesome';
    color: #fff;
    font-size: 13px;
    padding: 6px 5px 5px 8px;
    background: #222;
    border-radius: 5px;
}
.slider.autoplay .slick-prev:before {
    content: '\f053';
    font-family: 'FontAwesome';
    color: #fff;
    font-size: 13px;
    padding: 6px 8px 5px 5px;
    background: #222;
    border-radius: 5px;
}

@media (max-width:767px){
    .category-sub-title-header {
    font-size: 16px;
    line-height: 22px;    
}
    .cart-popup-header{
        font-size: 18px; 
    }
}

@media (min-width:991px){
.package-display {
    display: flex;
    align-items: center;
}
 .add-cart-btnn {
    position: absolute;
    right: 5%;
    top: 0;
}
.edit-display-section .edit-order-btns {
    position: absolute;
    right: 2%;
}
.edit-display-section {
    display: flex;
    align-items: center;
}    
}

.edit-cart .edit-quantity input.quantity.form-control {
    margin: 0;
    padding: 4px;
    text-align: center;
    border: none;
    width: 100px;
    border: solid 1px #dddddd;
    background: #ffffff;
    border-radius: 5px;
}

.cart-update-frame .description.cart-p p span {
    font-size: 14px;
    line-break: initial;
    white-space: pre;
}

.image-sec.package-logo-img {
    max-width: 100px;
}

.package-pd {
/*    padding: 20px 15px;*/
        padding: 10px 15px 10px;
    -webkit-box-shadow: 0px 0px 12px -4px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 12px -4px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 12px -4px rgba(0, 0, 0, 0.3);
    margin-bottom: 15px;
}
.package-pd:first-child {
    margin-top: 15px;
}
.color-ptop{
    padding-top: 5px;
}
.field-sec label, .edit-quantity label, .edit-cart label {
    font-weight: 600;
}
.m-left {
    margin-left: -10px;
}
input.quantity.form-control {
    margin: 0;
    padding: 4px;
    text-align: center;
    border: none;
    width: 100px;
    border: solid 1px #dddddd;
    background: #ffffff;
    border-radius: 5px;
}

.package-udheading {
    font-size: 18px;
    text-decoration: underline;
}
.package-des-section span {
    font-size: 14px;
    white-space: pre;
}
.package-des-section {
    padding-bottom: 10px;
}
.package-list-contain .products-small-lists {
    position: relative;
    width: 100%;
}
.edit-cart .description {
    padding-bottom: 20px;
}
.nav-tabs .nav-link {
    border: none;
}
.nav-tabs .nav-link.active {
    border-bottom: 4px double;
}
font {
    font-size: 16px;
    font-family: 'OpenSans' !important;
}
.s-content {
    padding-bottom: 10px;
}
.list-width {
    width: 30%;
}
.order-summery-list {
    position: relative;
}
ul.list-width li {
    list-style: none;
}
.right-content {
    position: absolute;
    right: 0;
    top: 0;
}
.order-block {
    font-weight: 600;
}
p.o-number {
    padding-top: 20px;
    margin-bottom: 0.8em;
}
.coupon-id, .f-size {
    font-size: 20px;
}
.bg-image:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
}
#zero-one-carousel .owl-nav {
    opacity: 0;
}
#zero-one-carousel:hover .owl-nav {
    opacity: 1;
}

@media (max-width:767px){
    .list-width {
    width: 65%;
}
}

label.search-nav {
    display: block;
    margin-bottom: 5px;
}
label.contact_label {
    display: block;
    margin-bottom: 0px;
}
.company-home-title {
    font-size: 32px;
    margin-bottom: 5px;
    line-height: 32px;
}
.company-site-title {
    font-size: 28px;
}
 
.breadcrumbs span {
/*
    background-color: #fff !important;
    color: #000 !important;
    font-weight: 600;
    font-size: 14px;
*/
}
.cart-head p{
    font-variant-ligatures: common-ligatures;
    font-weight: 700;
    margin-top: 6px;
    margin-bottom: 6px;
    line-height: 1.4;
    letter-spacing: 0;
    margin: 0;
    padding: 0;
    font-size: 24px;
}

.get_in {
    font-size: 18px;
}
span.separator {
    font-weight: 600;
    font-size: 14px;
}
.breadcrumbs span.separator:before {
    display: inline-block;
    padding-right: .2rem;
    padding-left: .2rem;
    content: "/";
}
.return {
    font-size: 20px;
}

/**cpca compnay-store***/
.cpca-custom .navbar-brand img {
    visibility: hidden;
    max-width: 100%;
    margin: 0;
}
.cpca-custom .logo-background {
     background-size: inherit; 
     background-position: center; 
     background-repeat: no-repeat; 
}
.t-description {
    padding-top: 15px;
}
.t-description p{
    font-size: 18px;
}
.product-extra-info .tab-content .tab-pane ul {
    padding-left: 20px;
}

.bg-image.compat-object-fit img{
    display: block !important;
}
@media (max-width:767px){
    .company-home-title {
        font-size: 24px;
        margin-bottom: 5px;
        line-height: 32px;
    }  
    .t-description p{
        font-size: 16px;
        line-height: 30px;
    }
    .acfd-custom.left-nav-theme .logo-background {
        display: flex;
        align-items: center;
        padding: 10px 0 15px;
        margin: 0px 20px 0 0;
    }


}

@media (max-width:320px){
.category-sub-title-header {
    font-size: 16px;
    line-height: 18px;
}
}

#sidebar ul li a:focus {
    outline: auto;
}
.page_main_title .breadcrumbs a:focus {
    outline: auto;
}
.footer-widget a:focus {
    outline: auto;
}
.cart-head a:focus {
    outline: auto;
}
.logo-section a:focus {
    outline: auto;
}
.nav-item a:focus {
    outline: auto;
}
p a:focus {
    outline: auto;
}
.zero-one-carousel-container button:focus {
    outline: auto;
}
.form-control:focus {
    outline: auto;
}
button#submit:focus {
    outline: auto;
}
ul.list-unstyled.components button {
    padding: 0;
    color: #000 !important;
    background: transparent;
    border-color: transparent;
}


ul.list-unstyled.components button:focus {
    outline: auto;
}
.logo-background a:focus {
    outline: auto;
}

.disclaimer, .note {
    font-size: 15px;
    font-style: italic;
    line-height: 1.6;
    margin-bottom: 0px;
}