/**!**************
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: Ubuntu, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.75;
  /*color: #637282;*/
  color: #000;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.01rem;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #1e205a;
  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: #1e205a;
  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: #1e205a;
}

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

/*=================================================
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;
}

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

/* Center Header */

/*@media (min-width: 992px) {*/
/*  .header-three {*/
/*    padding-top: 45px;*/
/*    padding-bottom: 50px;*/
/*  }*/
/*  .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: 37px;*/
/*  }*/
/*  .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;
}

/* 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: 2em;
}

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

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

.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;
  }
  .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;
  }
  .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) {
  .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;
  }
  .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;
  }
  .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: 31px;*/
  /*padding-bottom: 34px;*/
  /*padding-top: 15px;*/
  /*padding-bottom: 15px;*/
  /*margin-bottom: 60px;*/
  margin-bottom: 20px;
  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;
}

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

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

.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: #3b42a2;
  border-color: #3b42a2;
}

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

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

.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: 27px;
}

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

.single-product-des .single-product-rating .rating {
  color: #1e205a;
}
.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;
  padding: 0;
}

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

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

@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 {*/
.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,
.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: #1e205a;
  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: #1e205a;
}

.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: #1e205a;
  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: #1e205a;
  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: #1e205a;
  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: 13px;
  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-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;
}

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

.search-form .btn {
  min-height: 60px;
  background: transparent;
  color: #555555;
  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);
  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: #3b42a2;
  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: #3b42a2;
}

.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: #1e205a;
  border-color: #1e205a;
}

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

/*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: #1e205a;
}

.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 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: 10%;
}

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

@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: 4px;
  height: 4px;
  border-radius: 50%;
  margin: 0 5px;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 6px;
  -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: 4px;
  height: 4px;
  background-color: #3d404f;
  position: absolute;
  border: solid 2px #3d404f;
  border-radius: 5px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

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

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

.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;
    left: initial;
    right: 30px;
    transform: translate(-30px, -12px);
    bottom: 12px;
  }
}

/*@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: #1e205a;
  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: #1e205a;
}
.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;
}

.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: #1e205a;
  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: #3b42a2;
  border-color: #3b42a2;
  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;
}
