@charset "UTF-8";
/*-----------------------------------------------------------------
[Main Stylesheet]

Project:    Shahd 
Version:    1.0
Last change:    14 March 21
Primary use:    Shahd - Beekeeping and Honey Shop HTML5 Template 


-------------------------------------------------------------------

01. Typography
02. Header
03. Global
04. Background color
05. Custom
06. Button
07. Border
08. Border Radius
09. Video
10. Background image
11. Icon
12. Width
13. Height
14. Page title
15. Padding
16. Margin
17. Text Color 
18. Footer


-------------------------------------------------------------------*/
html, body { 
  overflow-x: hidden;
}

.translate-center {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  position: relative;
}

@media only screen and (max-width: 991px) {
  .translate-center {
    top: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    display: block;
    position: relative;
  }
}
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
  position: relative;
}

a {
  text-decoration: none;
  color: #111;
}
a:hover {
  text-decoration: none;
}

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

.relative {
  position: relative;
}

#load-screen {
  background-color: #c35608;
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 9999999999999;
  color: #fff;
  text-align: center;
  font-size: 17px;
  font-weight: 300;
  font-size: 13px;
}
#load-screen .icon-bee {
  margin-bottom: 10px;
}
#load-screen .nile-looding {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
}
#load-screen .nile-looding .loading-page {
  max-width: 450px;
  margin: auto;
  padding: 0px 30px;
}
#load-screen .nile-looding .loading-page .border-white {
  border: 2.5px solid #fff;
  border-radius: 15px;
  margin-bottom: 10px;
}
#load-screen .nile-looding .loading-page .animation {
  background-color: #FF9801;
  height: 6px;
  border-radius: 30px;
  margin: 2px;
  line-height: 0;
  position: relative;
  top: -0.45px;
}

.search-section {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 9999999999999;
  background-color: rgba(0, 0, 0, 0.95);
  display: none;
}
.search-section .close-search {
  width: 100%;
  height: 100vh;
  position: absolute;
  z-index: 1;
  cursor: pointer;
  left: 0;
  top: 0;
}
.search-section .search-form {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  max-width: 600px;
  margin: auto;
  z-index: 2;
}
.search-section .search-form input {
  width: 100%;
  padding: 20px;
  outline: 0;
  border: 0;
  border-radius: 5px;
}
.search-section .search-form button.btn-search {
  position: absolute;
  top: 5px;
  right: 5px;
  padding: 15px 20px;
  background-color: #FFCB05;
  cursor: pointer;
}
.search-section .search-form button.btn-search:hover {
  color: #fff;
  background-color: #FF9801;
}

header.layout-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px 0px;
  z-index: 1;
}
header.layout-1:before {
  content: " ";
  width: 100%;
  height: 250%;
  top: 0;
  left: 0;
  position: absolute;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a6000000", endColorstr="#00000000", GradientType=0);
  /* IE6-9 */
}
header.layout-1 .out {
  margin: auto;
  position: relative;
}
header.layout-1 .logo {
  display: inline-block;
}
header.layout-1 ul.nav-menu {
  float: right;
}
header.layout-1 ul.nav-menu > li > a {
  color: #fff;
}
header.layout-1 a.shahd-btn {
  float: right;
  margin-left: 15px;
}
header.layout-1 ul.header-meta {
  float: right;
}
header.layout-2 {
  position: relative;
  padding: 15px 0px;
  background-color: #fff;
  -webkit-box-shadow: -3px 0 10px -2px rgba(0, 0, 0, 0.1);
  box-shadow: -3px 0 10px -2px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
header.layout-2 .out {
  margin: auto;
  position: relative;
}
header.layout-2 .logo {
  display: inline-block;
}
header.layout-2 ul.nav-menu {
  float: right;
}
header.layout-2 ul.nav-menu > li > a {
  color: #111;
}
header.layout-2 a.shahd-btn {
  float: right;
  margin-left: 15px;
}
header.layout-2 ul.header-meta {
  float: right;
}
header.layout-2 ul.header-meta li a .fa {
  color: #71513B;
}
header.layout-3 {
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: -3px 0 10px -2px rgba(0, 0, 0, 0.1);
  box-shadow: -3px 0 10px -2px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
header.layout-3 .head-out {
  padding: 20px 0px;
  background-color: #fff;
  position: relative;
  text-align: center;
}
header.layout-3 .icon-contact.left {
  text-align: left;
  float: left;
}
header.layout-3 .icon-contact.left .icon {
  padding: 10px 0px;
  width: 36px;
  text-align: center;
  background-color: #FFCB05;
  color: #111;
  border-radius: 50%;
  float: left;
  margin-right: 15px;
  line-height: 1;
}
header.layout-3 .icon-contact.left .out {
  margin-left: 55px;
}
header.layout-3 .icon-contact.left .out h3 {
  font-size: 15px;
  font-weight: 700;
  margin: 0;
}
header.layout-3 .icon-contact.left .out h3 a {
  color: #111;
}
header.layout-3 .icon-contact.left .out h4 {
  font-size: 15px;
  font-weight: 700;
  margin: 0;
}
header.layout-3 .icon-contact.left .out h4 a {
  color: #FFCB05;
}
header.layout-3 .icon-contact.right {
  text-align: left;
  float: right;
}
header.layout-3 .icon-contact.right .icon {
  padding: 10px 0px;
  width: 36px;
  text-align: center;
  background-color: #FFCB05;
  color: #111;
  border-radius: 50%;
  float: right;
  margin-left: 15px;
  line-height: 1;
}
header.layout-3 .icon-contact.right .out {
  margin-right: 55px;
}
header.layout-3 .icon-contact.right .out h3 {
  font-size: 15px;
  font-weight: 700;
  margin: 0;
}
header.layout-3 .icon-contact.right .out h3 a {
  color: #111;
}
header.layout-3 .icon-contact.right .out h4 {
  font-size: 15px;
  font-weight: 700;
  margin: 0;
}
header.layout-3 .icon-contact.right .out h4 a {
  color: #FFCB05;
}
header.layout-3 .logo {
  display: inline-block;
}
header.layout-3 .nav-out {
  background-color: #FFCB05;
}
header.layout-3 .nav-out .nav-menu-in {
  margin: auto;
  text-align: center;
}
header.layout-3 .nav-out ul.nav-menu > li {
  float: none;
  display: inline-block;
}
header.layout-3 .nav-out ul.nav-menu > li ul.sub-menu {
  top: 60px;
  border-radius: 5px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
header.layout-3 .nav-out ul.nav-menu > li li {
  text-align: left;
}
header.layout-3 .nav-out ul.nav-menu > li > a {
  color: #111;
  padding: 22px 22px;
}
header a.mobile-toggle {
  display: none;
}
header ul.header-meta {
  margin: 0;
  padding: 0;
  list-style: none;
}
header ul.header-meta li {
  display: inline-block;
}
header ul.header-meta li a {
  display: block;
  padding: 5px 7px;
  position: relative;
}
header ul.header-meta li a span.number {
  line-height: 1;
  padding: 3px;
  border-radius: 50%;
  background-color: #FFCB05;
  position: absolute;
  top: 0px;
  right: 0;
  display: block;
  width: 20px;
  text-align: center;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
}
header ul.header-meta li a .fa {
  font-size: 24px;
  color: #fff;
  line-height: 1;
}
header ul.nav-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 13px;
  transition: 0.5s;
}
header ul.nav-menu:hover li > a {
  opacity: 0.5;
  transition: 0.5s;
}
header ul.nav-menu:hover li:hover > a {
  opacity: 1;
  transition: 0.5s;
}
header ul.nav-menu:after {
  content: " ";
  clear: both;
  width: 100%;
}
header ul.nav-menu > li {
  float: left;
  position: relative;
  transition: 0.5s;
}
header ul.nav-menu > li.has-dropdown > a {
  position: relative;
}
header ul.nav-menu > li.has-dropdown > a:after {
  content: "";
  font-family: FontAwesome;
  margin-left: 3px;
}
header ul.nav-menu > li > a {
  font-family: "Rubik", sans-serif;
  color: #000;
  z-index: 3;
  opacity: 1;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  display: block;
  padding: 15px 22px 15px 22px;
  line-height: 1;
}
header ul.nav-menu > li :nth-last-child(1) a {
  margin-right: 0px;
}
header ul.nav-menu > li > ul.sub-menu {
  left: 0;
  position: relative;
  font-size: 13px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.22);
  box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.22);
}
header ul.nav-menu > li > ul.sub-menu > li {
  position: relative;
}
header ul.nav-menu > li > ul.sub-menu > li a {
  font-size: 13px;
}
header ul.nav-menu > li > ul.sub-menu > li.has-dropdown {
  position: relative;
}
header ul.nav-menu > li > ul.sub-menu > li.has-dropdown:after {
  content: "+";
  margin-left: 2px;
  font-weight: 400;
  position: absolute;
  right: 15px;
  top: 18px;
  color: #b3b2b2;
  font-size: 20px;
  line-height: 0;
}
header ul.nav-menu > li > ul.sub-menu > li > ul.sub-menu {
  left: 230px;
  top: 0;
  position: absolute;
  background-color: #fff;
}
header ul.nav-menu > li > ul.sub-menu > li > ul.sub-menu li {
  display: block;
  z-index: 3;
  position: relative;
}
header ul.nav-menu > li > ul.sub-menu > li > ul.sub-menu li > a {
  font-size: 13px;
}
header ul.nav-menu > li ul.sub-menu {
  margin: 0;
  padding: 10px 0;
  list-style: none;
  position: absolute;
  top: 45px;
  width: 230px;
  visibility: hidden;
  opacity: 0;
  border-radius: 5px;
  left: 0;
}
header ul.nav-menu > li ul.sub-menu li {
  display: block;
  z-index: 3;
}
header ul.nav-menu > li ul.sub-menu li:nth-child(even) {
  background: #fafafa;
}
header ul.nav-menu > li ul.sub-menu li a {
  color: #000;
  opacity: 0.7;
  display: block;
  padding: 12px 20px;
  text-transform: capitalize;
  margin-top: -1px;
  font-size: 13px;
  border-bottom: 1px solid #eee;
  line-height: 1;
  font-weight: 500;
}
header ul.nav-menu > li ul.sub-menu li a:hover {
  opacity: 1;
  background-color: #FFCB05;
}
header ul.nav-menu > li ul.sub-menu li.sub-menu {
  left: -230px;
}
header ul.nav-menu > li:nth-last-child(1) > a {
  margin-right: 0px;
}
header ul.nav-menu > li:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
}
header ul.nav-menu > li:hover > ul.sub-menu > li:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
}


@media only screen and (max-width: 767px) {
   header ul.nav-menu { 
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    float: none;
   }
   header ul.nav-menu:after{ 
    display: none;
   }
  header ul.nav-menu li a {
    padding: 10px 6px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 991px) {
  /* header ul.nav-menu {
    width: 100%;
    float: none;
    background-color: rgba(0, 0, 0, 0.95);
    padding: 20px;
    position: absolute;
    top: 125%;
    border-radius: 5px;
    display: none;
  }
  header ul.nav-menu li {
    width: 100%;
    float: none;
    display: block;
  }
  header ul.nav-menu li a {
    padding: 10px 0 10px 0;
  }
  header ul.nav-menu li ul.sub-menu {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    display: none;
  } */
  header.layout-2 ul.nav-menu {
    width: 100%;
    float: none;
    background-color: rgba(255, 255, 255, 0.95);
    padding: 20px;
    position: absolute;
    top: 125%;
    border-radius: 5px;
    display: none;
    z-index: 9;
    left: 0;
  }
  header.layout-2 ul.nav-menu li {
    width: 100%;
    float: none;
    display: block;
  }
  header.layout-2 ul.nav-menu li a {
    padding: 10px 0 10px 0;
  }
  header.layout-2 ul.nav-menu li ul.sub-menu {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    display: none;
  }
  header.layout-3 .icon-contact {
    display: none;
  }
  header a.mobile-toggle {
    display: inline-block;
    padding: 8px 10px;
    background: #FF9801;
    color: #fff;
    line-height: 1;
    font-size: 22px;
    border-radius: 5px;
    right: 15px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  header a.shahd-btn.layout-1,
header ul.header-meta {
    display: none;
  }
}
.progress-container {
  width: 100%;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 9999;
  -webkit-box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.22);
  box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.22);
}
.progress-container .progress-bar {
  height: 5px;
  background: #FFCB05;
  width: 0%;
}

a.shahd-btn.layout-1 {
  background-color: #FFCB05;
  display: inline-block;
  padding: 12px 30px;
  color: #000;
  border-radius: 35px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
}
a.shahd-btn.layout-1:hover {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.22);
  box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.22);
}
a.shahd-btn.layout-2 {
  display: inline-block;
  padding: 15px 35px;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 35px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 500;
  transition: 0.5s;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
a.shahd-btn.layout-2:hover {
  background-color: #FFCB05;
  border-color: #FFCB05;
  color: #000;
  transition: 0.5s;
  -webkit-box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.22);
  box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.22);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}
a.shahd-btn.layout-3 {
  background-color: #FFCB05;
  display: inline-block;
  padding: 12px 30px;
  color: #000;
  border-radius: 35px;
  line-height: 1;
  font-weight: 500;
  font-size: 14px;
  transition: 0.5s;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
a.shahd-btn.layout-3:hover {
  transition: 0.5s;
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
  background-color: #FF9801;
  -webkit-box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.22);
  box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.22);
}

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

.home-menu-toolbar {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  position: fixed;
  right: 30px;
  background-color: #FFCB05;
  z-index: 999;
  width: 28.86px;
  border-radius: 30px;
  padding: 10px 0px;
  -webkit-box-shadow: -3px 0 10px -2px rgba(0, 0, 0, 0.1);
  box-shadow: -3px 0 10px -2px rgba(0, 0, 0, 0.1);
}
.home-menu-toolbar ul.menu-list {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  font-size: 11px;
}
.home-menu-toolbar ul.menu-list li a {
  padding: 10px 7px;
  display: block;
  line-height: 1;
  text-align: center;
  font-size: 13px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.home-menu-toolbar ul.menu-list li a:hover {
  background-color: #FF9801;
  color: #fff;
}

.shahd-slider.layout-1 {
  position: relative;
  padding: 260px 0px 190px 0px;
  background-image: url('/assets/img/bg.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
.shahd-slider.layout-1:before { 
  content: '';
  position: absolute;
  width: 100vw;
  height: 100%;
  background: #000;
  opacity: 0.5;
  top: 0;
}
.shahd-slider.layout-1 .container { 
  position: relative;
  z-index: 1;
}
.shahd-slider.layout-1 h3 {
  font-family: "Rubik", sans-serif;
  font-size: 70px;
  font-weight: 700;
}
.shahd-slider.layout-1 h4 {
  font-family: "Rubik", sans-serif;
  font-size: 35px;
  font-weight: 500;
}
.shahd-slider.layout-1 ul {
  margin: 30px 0;
  padding: 0;
  list-style: none;
  font-size: 20px;
  font-weight: 400;
  line-height: 50px;
}
.shahd-slider.layout-1 ul li {
  position: relative;
  margin-left: 50px;
}
.shahd-slider.layout-1 ul li:before {
  content: " ";
  width: 29px;
  height: 25.75px;
  background-image: url(../img/bee-icon-1.svg);
  display: block;
  position: absolute;
  left: -50px;
  top: 13px;
}
.shahd-slider.layout-2 {
  padding: 100px 0px;
  background-color: #F1ECBD;
  background-image: url(../img/ba-3.svg);
  background-size: cover;
}
.shahd-slider.layout-2 .content {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  position: relative;
  font-family: "Rubik", sans-serif;
}
.shahd-slider.layout-2 .content h3 {
  font-size: 46px;
  color: #D58317;
  font-weight: 600;
  letter-spacing: -1px;
}
.shahd-slider.layout-2 .content h4 {
  font-size: 68px;
  font-weight: 700;
  color: #46190B;
  text-transform: uppercase;
  letter-spacing: -4px;
}
.shahd-slider.layout-3 .slider-item {
  background-size: cover;
  padding: 120px 0px;
  text-align: center;
}
.shahd-slider.layout-3 .slider-item h2 {
  font-size: 55px;
  font-weight: 700;
  color: #fff;
  font-family: "Rubik", sans-serif;
  letter-spacing: -3px;
}
.shahd-slider.layout-3 .slider-item .text {
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
  color: #fff;
  margin: 20px 0px;
}

section.layout-1,
.section.layout-1 {
  padding: 100px 0px;
  background-color: #EFEFEE;
  background-image: url(../img/ba-1.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
section.layout-2,
.section.layout-2 {
  padding: 100px 0px;
}
section.layout-3,
.section.layout-3 {
  padding: 175px 0px;
  background-color: #333;
  background-image: url(http://placehold.it/1920x577);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
section.layout-4,
.section.layout-4 {
  padding: 20px 0px;
}
section.layout-5,
.section.layout-5 {
  padding: 80px 0px 120px 0px;
}
section.layout-6,
.section.layout-6 {
  padding: 100px 0px 70px 0px;
}
section.layout-7,
.section.layout-7 {
  padding: 0px 0 70px 0;
  background-color: #EFEFEE;
  background-image: url(../img/ba-1.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.section-title {
  text-align: center;
  margin-bottom: 45px;
}
.section-title .dis {
  font-size: 17px;
  font-weight: 700;
  color: #FF9801;
}
.section-title h2 {
  font-size: 45px;
  font-weight: 700;
  letter-spacing: -2px;
  color: #000;
}
.section-title .effect {
  margin: auto;
  width: 177.5px;
  height: 25.75px;
  background-image: url(../img/title-section-icon.svg);
}

.icon-box.layout-1 {
  text-align: center;
  padding: 30px 10px;
  border-radius: 5px;
  transition: 0.5s;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  margin-bottom: 45px;
}
.icon-box.layout-1.ba {
  background-color: #FBF9F6;
}
.icon-box.layout-1 .icon {
  height: 70px;
  margin-bottom: 3px;
}
.icon-box.layout-1 h3 {
  font-size: 17px;
  color: #42210B;
  font-family: "Rubik", sans-serif;
  letter-spacing: -0.25px;
  position: relative;
}
.icon-box.layout-1:hover {
  transition: 0.5s;
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}
.icon-box.layout-1:hover h3 {
  color: #000;
}
.icon-box.layout-2 {
  margin-bottom: 30px;
}
.icon-box.layout-2 .icon {
  width: 70px;
  position: relative;
  float: left;
}
.icon-box.layout-2 .content {
  margin-left: 100px;
}
.icon-box.layout-2 .content h3 {
  font-size: 17px;
  font-weight: 700;
  font-family: "Rubik", sans-serif;
  color: #42210B;
}
.icon-box.layout-2 .content .text {
  font-size: 13px;
  color: #828282;
  font-size: 13px;
  line-height: 25px;
}

.about-block.layout-1 {
  margin-top: 48px;
}

@media only screen and (min-width: 992px) {
  .about-block.layout-1 {
    margin-left: 60px;
    margin-top: 0;
  }
}
.about-block.layout-1 .dis {
  font-size: 17px;
  font-weight: 700;
  color: #FF9801;
}
.about-block.layout-1 h3 {
  font-size: 45px;
  font-weight: 700;
  letter-spacing: -2px;
  color: #000;
  line-height: 45px;
}
.about-block.layout-1 .text {
  margin: 30px 0;
  color: #828282;
}
.about-block.layout-2 .about-img {
  margin-bottom: 85px;
  position: relative;
}
.about-block.layout-2 .about-img:before {
  content: " ";
  width: 170px;
  height: 10px;
  background-color: #FFCB05;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -55px;
}
.about-block.layout-2 .text {
  color: #828282;
}
.about-block.layout-2 .signature {
  text-align: center;
  margin-top: 20px;
}
.about-block.layout-2 .signature h4 {
  font-size: 13px;
  color: #828282;
  font-weight: 500;
}

.product-item.layout-1 {
  background-color: #FFFFFF;
  border-radius: 5px;
  padding: 15px 0px 5px 0px;
  margin-bottom: 40px;
  transition: 0.5s;
  opacity: 0.8;
  border: 3px solid #fff;
}
.product-item.layout-1 .img-in {
  text-align: center;
  position: relative;
}
.product-item.layout-1 .img-in span.sign {
  position: absolute;
  top: 15px;
  left: 30px;
  background-color: #f60e2e;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  font-size: 13px;
  padding: 5px 10px;
  border-radius: 5px;
}
.product-item.layout-1 .out {
  padding: 0 30px 30px 30px;
}
.product-item.layout-1 .out ul.rate {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1;
}
.product-item.layout-1 .out ul.rate li {
  display: inline-block;
  margin-right: 1px;
  color: #FBD43E;
  font-size: 12px;
}
.product-item.layout-1 .out h3.title {
  line-height: 1;
  font-size: 19px;
}
.product-item.layout-1 .out h3.title a {
  font-weight: 700;
  color: #000;
  text-decoration: none;
  line-height: 1;
  font-family: "Rubik", sans-serif;
}
.product-item.layout-1 .out h4.price {
  float: left;
  font-size: 17px;
  font-weight: 700;
  color: #FF9801;
  line-height: 1;
  margin: 8px 0;
}
.product-item.layout-1 .out .text {
  font-size: 13px;
  color: #878787;
  line-height: 20px;
  margin: 15px 0px;
}
.product-item.layout-1 .out a.buy-btn {
  padding: 8px 15px;
  color: #555;
  display: inline-block;
  line-height: 1;
  border-radius: 5px;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  float: right;
  background-color: #f2e9cc;
  transition: 0.5s;
}
.product-item.layout-1 .out a.buy-btn .fa {
  margin-right: 3px;
}
.product-item.layout-1:hover {
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.04);
  transition: 0.5s;
  opacity: 1;
  border: 3px solid #FFCB05;
}
.product-item.layout-1:hover .out a.buy-btn {
  transition: 0.5s;
  background-color: #FF9801;
  color: #fff;
  border-color: #FF9801;
}

.video-action {
  text-align: center;
  color: #fff;
}
.video-action a.play-btn {
  line-height: 1;
  padding: 20px;
  border-radius: 50%;
  background-color: #FFCB05;
  width: 56px;
  text-align: center;
  color: #fff;
  display: inline-block;
}
.video-action h3 {
  font-size: 60px;
  font-weight: 700;
  letter-spacing: -2px;
}
.video-action .text {
  max-width: 600px;
  margin: auto;
}

.owl-dots {
  text-align: center;
}
.owl-dots .owl-dot {
  width: 15px;
  height: 15px;
  background: none !important;
  margin-right: 6px;
  border: 2px solid #FF9801 !important;
  opacity: 0.7;
  border-radius: 50%;
}
.owl-dots .owl-dot:focus {
  outline: none;
}
.owl-dots .owl-dot.active {
  background-color: #FF9801 !important;
  border: 2px solid #FF9801 !important;
  opacity: 1;
  border: 0px;
}

.testimonial-item.layout-1 {
  padding: 40px 30px;
  background-color: #fff;
  border-radius: 5px;
  text-align: center;
  transition: 0.5s;
  opacity: 0.8;
  border: 3px solid #fff;
}
.testimonial-item.layout-1:hover {
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.04);
  transition: 0.5s;
  opacity: 1;
  border: 3px solid #FFCB05;
}
.testimonial-item.layout-1 .icon {
  line-height: 1;
}
.testimonial-item.layout-1 .icon .fa {
  font-size: 30px;
  color: #FF9801;
}
.testimonial-item.layout-1 .text {
  color: #828282;
  margin: 20px 0px;
}
.testimonial-item.layout-1 .zoal .img-in {
  margin: auto;
  max-width: 50px;
}
.testimonial-item.layout-1 .zoal .img-in img {
  border-radius: 50%;
}
.testimonial-item.layout-1 .zoal h5 {
  font-size: 17px;
  line-height: 1;
  color: #222;
  margin: 12px 0 0 0;
  font-family: "Rubik", sans-serif;
}
.testimonial-item.layout-1 .zoal .wasf {
  color: #7F7D7D;
}
.testimonial-item.layout-2 {
  padding: 10px;
  text-align: center;
  transition: 0.5s;
}
.testimonial-item.layout-2 .icon {
  line-height: 1;
}
.testimonial-item.layout-2 .icon .fa {
  font-size: 30px;
  color: #FF9801;
}
.testimonial-item.layout-2 .text {
  color: #828282;
  margin: 20px 0px;
  font-size: 22px;
  line-height: 38px;
  font-weight: 300;
}
.testimonial-item.layout-2 .zoal .img-in {
  margin: auto;
  max-width: 50px;
}
.testimonial-item.layout-2 .zoal .img-in img {
  border-radius: 50%;
}
.testimonial-item.layout-2 .zoal h5 {
  font-size: 17px;
  line-height: 1;
  color: #222;
  margin: 12px 0 0 0;
  font-family: "Rubik", sans-serif;
}
.testimonial-item.layout-2 .zoal .wasf {
  color: #7F7D7D;
}

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

.blog-item.layout-1 .img-in {
  position: relative;
  overflow: hidden;
}
.blog-item.layout-1 .img-in img {
  -webkit-filter: grayscale(20%);
  -ms-filter: grayscale(20%);
  -moz-filter: grayscale(20%);
  transform: scale(1);
  transition: 0.5s;
  z-index: 0;
}
.blog-item.layout-1 .img-in .date {
  width: 55px;
  border-radius: 5px;
  position: absolute;
  top: 15px;
  left: 15px;
  text-align: center;
  padding: 5px 0;
  display: block;
  background-color: #FF9801;
  z-index: 1;
}
.blog-item.layout-1 .img-in .date span {
  display: block;
  line-height: 1;
  color: #fff;
}
.blog-item.layout-1 .img-in .date span.day {
  font-family: "Rubik", sans-serif;
  font-size: 25px;
  font-weight: 700;
}
.blog-item.layout-1 .img-in .date span.month {
  font-size: 13px;
  font-weight: 500;
}
.blog-item.layout-1 .effect {
  position: relative;
  height: 170px;
  transition: 0.5s;
}
.blog-item.layout-1 .effect .out {
  position: absolute;
  left: 0;
  padding: 45px;
  background-color: #F6F6F6;
}
.blog-item.layout-1 .effect .out a.cat {
  font-size: 13px;
  color: #858585;
}
.blog-item.layout-1 .effect .out a.cat .fa {
  color: #FF9801;
}
.blog-item.layout-1 .effect .out h3 {
  font-size: 20px;
}
.blog-item.layout-1 .effect .out h3 a.title {
  font-family: "Rubik", sans-serif;
  color: #000000;
}
.blog-item.layout-1 .effect .out a.more-btn {
  margin-top: 10px;
  padding: 8px 15px;
  color: #fff;
  line-height: 1;
  border-radius: 5px;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  background-color: #FF9801;
  transition: 0.5s;
  display: none;
}
.blog-item.layout-1 .effect .out a.more-btn .fa {
  margin-right: 3px;
}
.blog-item.layout-1:hover {
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.09);
  transition: 0.5s;
}
.blog-item.layout-1:hover .img-in img {
  -webkit-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  transform: scale(1.2);
  transition: 0.5s;
  z-index: 0;
}
.blog-item.layout-1:hover .effect .out {
  -webkit-transform: translateY(-39px);
  -moz-transform: translateY(-39px);
  -ms-transform: translateY(-39px);
  -o-transform: translateY(-39px);
  transform: translateY(-39px);
  background-color: #fff;
}
.blog-item.layout-1:hover .effect .out a.more-btn {
  display: inline-block;
}
.blog-item.layout-2 {
  text-align: center;
  margin-bottom: 30px;
}
.blog-item.layout-2 .img-in {
  position: relative;
  overflow: hidden;
}
.blog-item.layout-2 .img-in img {
  -webkit-filter: grayscale(20%);
  -ms-filter: grayscale(20%);
  -moz-filter: grayscale(20%);
  transform: scale(1);
  transition: 0.5s;
  z-index: 0;
}
.blog-item.layout-2 .img-in .date {
  width: 55px;
  border-radius: 5px;
  position: absolute;
  top: 15px;
  left: 30px;
  text-align: center;
  padding: 5px 0;
  display: block;
  background-color: #FF9801;
  z-index: 1;
}
.blog-item.layout-2 .img-in .date span {
  display: block;
  line-height: 1;
  color: #fff;
}
.blog-item.layout-2 .img-in .date span.day {
  font-family: "Rubik", sans-serif;
  font-size: 25px;
  font-weight: 700;
}
.blog-item.layout-2 .img-in .date span.month {
  font-size: 13px;
  font-weight: 500;
}
.blog-item.layout-2 .effect {
  position: relative;
  transition: 0.5s;
}
.blog-item.layout-2 .effect .out {
  padding: 30px;
  background-color: #F6F6F6;
}
.blog-item.layout-2 .effect .out a.cat {
  font-size: 13px;
  color: #858585;
}
.blog-item.layout-2 .effect .out a.cat .fa {
  color: #FF9801;
}
.blog-item.layout-2 .effect .out h3 {
  font-size: 20px;
}
.blog-item.layout-2 .effect .out h3 a.title {
  font-family: "Rubik", sans-serif;
  color: #000000;
}
.blog-item.layout-2 .effect .out .text {
  font-size: 13px;
  color: #8D8989;
  line-height: 25px;
  margin: 20px 0px;
}
.blog-item.layout-2 .effect .out a.more-btn {
  margin-top: 10px;
  padding: 8px 15px;
  color: #fff;
  line-height: 1;
  border-radius: 5px;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  background-color: #FF9801;
  transition: 0.5s;
}
.blog-item.layout-2 .effect .out a.more-btn .fa {
  margin-right: 3px;
}
.blog-item.layout-2:hover {
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.09);
  transition: 0.5s;
}
.blog-item.layout-2:hover .img-in img {
  -webkit-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  transform: scale(1.2);
  transition: 0.5s;
  z-index: 0;
}
.blog-item.layout-2:hover .effect .out {
  background-color: #fff;
}

.gallery-item.padding {
  margin-bottom: 30px;
}
.gallery-item a.img-in {
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 5px;
}
.gallery-item a.img-in:before {
  content: " ";
  width: 100%;
  height: 100%;
  background-color: rgba(255, 152, 1, 0.85);
  position: absolute;
  right: 0;
  top: -100%;
  transition: 0.5s;
  z-index: 2;
}
.gallery-item a.img-in:after {
  transition: 0.5s;
  font-family: FontAwesome;
  content: "";
  top: 250%;
  position: absolute;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  display: block;
  width: 47px;
  background-color: #fff;
  border-radius: 50%;
  padding: 15px 0;
  text-align: center;
  line-height: 1;
  font-size: 18px;
  color: #000;
  text-decoration: none;
  -webkit-box-shadow: -3px 0 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: -3px 0 10px -2px rgba(0, 0, 0, 0.2);
  z-index: 3;
}
.gallery-item a.img-in:hover:before {
  top: 0;
  transition: 0.3s;
}
.gallery-item a.img-in:hover:after {
  transition: 0.3s;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.gallery-item a.img-in img {
  border-radius: 5px;
}

@media only screen and (max-width: 991px) {
  .home-menu-toolbar {
    right: 0;
    border-radius: 15px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .home-menu-toolbar ul.menu-list {
    font-size: 13px;
  }
  .home-menu-toolbar ul.menu-list li a {
    padding: 7px 6px;
  }

  .shahd-slider.layout-1 {
    padding: 145px 0px 100px 0px;
  }
  .shahd-slider.layout-1 h3 {
    font-size: 35px;
    font-weight: 700;
  }
  .shahd-slider.layout-1 h4 {
    font-size: 21px;
    font-weight: 300;
  }
  .shahd-slider.layout-1 ul {
    font-size: 15px;
    line-height: 30px;
  }
  .shahd-slider.layout-1 ul li {
    margin-left: 30px;
  }
  .shahd-slider.layout-1 ul li:before {
    content: " ";
    width: 19px;
    height: 15.75px;
    background-size: cover;
    left: -30px;
    top: 9px;
  }
  .shahd-slider.layout-2 {
    padding: 65px 0;
  }
  .shahd-slider.layout-2 .content {
    text-align: center;
  }
  .shahd-slider.layout-2 .content h3 {
    font-size: 26px;
  }
  .shahd-slider.layout-2 .content h4 {
    font-size: 55px;
  }
  .shahd-slider.layout-3 .slider-item {
    background-size: cover;
    padding: 120px 0px;
    text-align: center;
  }
  .shahd-slider.layout-3 .slider-item h2 {
    font-size: 25px;
    font-weight: 700;
    color: #fff;
    font-family: "Rubik", sans-serif;
    letter-spacing: -1px;
  }
  .shahd-slider.layout-3 .slider-item .text {
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    color: #a9a9a9;
    margin: 20px 0px;
  }
}
.page-title.layout-1 {
  padding: 300px 0 70px 0;
  background-color: #222;
  background-image: url(http://placehold.it/1920x869);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-title.layout-1 h1 {
  font-size: 50px;
  font-weight: 700;
  color: #fff;
}
.page-title.layout-1 ul.nile-breadcrumb {
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-title.layout-1 ul.nile-breadcrumb li {
  display: inline-block;
  color: #fff;
}
.page-title.layout-1 ul.nile-breadcrumb li a {
  color: #dedcd9;
  padding-right: 0px 5px;
  display: inline-block;
}
.page-title.layout-1 ul.nile-breadcrumb li a:after {
  content: "/";
  color: #dedcd9;
  margin-left: 3px;
}

.team-boss-item {
  text-align: center;
}
.team-boss-item h5 {
  font-size: 16px;
  margin: 0;
}
.team-boss-item h3 {
  font-size: 25px;
  color: #000;
  font-weight: 700;
}
.team-boss-item .text {
  margin: 20px 0px;
  color: #828282;
}
.team-boss-item .signature {
  margin-top: 20px;
}
.team-boss-item .signature h4 {
  font-size: 13px;
  color: #828282;
  font-weight: 500;
}
.team-boss-item .boss-img img {
  border-radius: 5px;
}

.team-item.layout-1 {
  text-align: center;
  transition: 0.5s;
  opacity: 0.8;
}
.team-item.layout-1 .img-in {
  margin-bottom: 20px;
}
.team-item.layout-1 .img-in img {
  border-radius: 5px;
  display: block;
  transition: 0.5s;
  border: 3px solid #fff;
}
.team-item.layout-1 h3 {
  font-size: 17px;
  font-weight: 700;
  font-family: "Rubik", sans-serif;
  margin: 0;
}
.team-item.layout-1 h5 {
  font-size: 15px;
  font-weight: 400;
  color: #a3a2a3;
  margin-bottom: 6px;
}
.team-item.layout-1 ul.social-media {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0 auto;
  font-size: 12px;
}
.team-item.layout-1 ul.social-media li {
  display: inline-block;
  margin-right: 5px;
}
.team-item.layout-1 ul.social-media li a {
  display: block;
  width: 25px;
  border-radius: 50%;
  border: 1px solid #a3a2a3;
  padding: 5px 0;
  line-height: 1;
  color: #a3a2a3;
  transition: 0.5s;
}
.team-item.layout-1 ul.social-media li a:hover {
  transition: 0.5s;
  background-color: #FF9801;
  border-color: #FF9801;
  color: #fff;
}
.team-item.layout-1:hover {
  transition: 0.5s;
  opacity: 1;
}
.team-item.layout-1:hover .img-in {
  transition: 0.5s;
  opacity: 1;
}
.team-item.layout-1:hover .img-in img {
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.04);
  transition: 0.5s;
  border: 3px solid #FFCB05;
}

ul.gallery-filter {
  margin: 0 0 35px 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
ul.gallery-filter li {
  display: inline-block;
  margin: 5px;
}
ul.gallery-filter li.active button, ul.gallery-filter li:hover button {
  background-color: #FF9801;
  color: #fff;
}
ul.gallery-filter li button {
  cursor: pointer;
  border: 0;
  outline: 0;
  padding: 10px 20px;
  line-height: 1;
  display: inline-block;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
}

.contact-icon-box.layout-1 {
  margin: 30px 0px;
  padding: 60px 30px;
  border-radius: 5px;
  background-color: #fff;
  text-align: center;
  transition: 0.5s;
  opacity: 0.8;
  border: 3px solid #fff;
}
.contact-icon-box.layout-1:hover {
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.04);
  transition: 0.5s;
  opacity: 1;
  border: 3px solid #FFCB05;
}
.contact-icon-box.layout-1 .icon {
  width: 70px;
  margin: auto;
  margin-bottom: 20px;
}
.contact-icon-box.layout-1 h2 {
  font-size: 25px;
  font-weight: 700;
  font-weight: "Rubik", sans-serif;
}
.contact-icon-box.layout-1 .text {
  font-size: 13px;
  line-height: 25px;
  color: #828282;
}

.wpcf7 input {
  width: 100%;
  padding: 15px 20px;
  line-height: 1;
  border: 1px solid #e0e0dd;
  font-size: 14px;
  outline: 0;
  border-radius: 5px;
  margin-bottom: 30px;
}
.wpcf7 textarea {
  width: 100%;
  padding: 15px 20px;
  line-height: 1;
  border: 1px solid #e0e0dd;
  font-size: 14px;
  outline: 0;
  border-radius: 5px;
  margin-bottom: 30px;
  height: 175px;
}
.wpcf7 input[type=submit] {
  display: inline-block;
  max-width: 200px;
  cursor: pointer;
  background-color: #FF9801;
  color: #fff;
  font-weight: 500;
  border: 0;
}

@media only screen and (max-width: 991px) {
  .page-title.layout-1 h1 {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
  }
}
.blog-output {
  padding: 100px 0px;
}

.nile-blog-sidebar {
  padding-left: 40px;
  position: relative;
  z-index: 1;
}
.nile-blog-sidebar:before {
  content: " ";
  left: 5px;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #e6e6e6;
  position: absolute;
  z-index: 0;
}

.nile-widget.layout-1 {
  margin-bottom: 60px;
}
.nile-widget.layout-1 .widget-title {
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Rubik", sans-serif;
  margin-bottom: 20px;
  line-height: 1;
  position: relative;
}
.nile-widget.layout-1 .widget-title:before {
  content: " ";
  height: 1px;
  width: 100%;
  position: absolute;
  top: 7px;
  left: 0;
  background-color: #b1b5c4;
  z-index: 1;
}
.nile-widget.layout-1 .widget-title span {
  display: inline-block;
  padding-right: 15px;
  background-color: #fff;
  z-index: 2;
  position: relative;
}
.nile-widget.layout-1.widget_categories ul, .nile-widget.layout-1.widget_pages ul {
  margin: 0;
  padding: 0;
}
.nile-widget.layout-1.widget_categories ul li, .nile-widget.layout-1.widget_pages ul li {
  list-style: none;
  padding: 8px 0px 8px 0px;
  font-size: 14px;
  border-bottom: #f4f4f4 solid 1px;
  font-weight: 400;
}
.nile-widget.layout-1.widget_categories ul li:before, .nile-widget.layout-1.widget_pages ul li:before {
  content: "";
  font-family: FontAwesome;
  color: #FFCB05;
  display: inline-block;
  margin-right: 5px;
}
.nile-widget.layout-1.widget_categories ul li a, .nile-widget.layout-1.widget_pages ul li a {
  text-decoration: none;
  text-transform: capitalize;
}
.nile-widget.layout-1.widget_categories ul ul.children, .nile-widget.layout-1.widget_pages ul ul.children {
  margin-bottom: -9px;
}
.nile-widget.layout-1.widget_categories ul ul.children li, .nile-widget.layout-1.widget_pages ul ul.children li {
  padding: 8px 5px 8px 15px;
}
.nile-widget.layout-1.widget_categories ul ul.children li:first-child, .nile-widget.layout-1.widget_pages ul ul.children li:first-child {
  margin-top: 8px;
  border-top: #f4f4f4 solid 1px;
}
.nile-widget.layout-1 .tagcloud:after,
.nile-widget.layout-1 .post-tags:after {
  content: " ";
  clear: both;
  width: 100%;
  display: block;
}
.nile-widget.layout-1 .tagcloud a,
.nile-widget.layout-1 .post-tags a {
  text-transform: capitalize;
  float: left;
  display: block;
  margin: 0 10px 10px 0;
  padding: 0px 10px;
  font-size: 13px !important;
  line-height: 28px !important;
  color: #9b9b9b !important;
  border: #eaeaea solid 1px;
  border-radius: 2px;
  text-decoration: none;
  background: #fff;
}
.nile-widget.layout-1 .tagcloud a:hover,
.nile-widget.layout-1 .post-tags a:hover {
  background-color: #FFCB05;
  border-color: #FFCB05;
  color: #fff !important;
}

.last-blog-item.layout-1 {
  margin-bottom: 30px;
}
.last-blog-item.layout-1 .img-in {
  width: 75px;
  float: left;
}
.last-blog-item.layout-1 .img-in img {
  border-radius: 5px;
}
.last-blog-item.layout-1 .out {
  margin-left: 100px;
}
.last-blog-item.layout-1 .out h3 {
  font-size: 16px;
  font-family: "Rubik", sans-serif;
  margin-bottom: 5px;
}
.last-blog-item.layout-1 .out h3 a {
  color: #444;
}
.last-blog-item.layout-1 .out .date {
  font-size: 13px;
  color: #828282;
}

.blog-standard {
  margin-bottom: 60px;
}
.blog-standard .img-in {
  margin-bottom: 30px;
  position: relative;
}
.blog-standard .img-in img {
  border-radius: 5px;
}
.blog-standard .img-in ul.post-categories {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: 20px;
  left: 20px;
}
.blog-standard .img-in ul.post-categories li {
  display: inline-block;
}
.blog-standard .img-in ul.post-categories li a {
  display: block;
  padding: 8px 15px;
  color: #fff;
  background-color: #FF9801;
  line-height: 1;
  border-radius: 3px;
  font-size: 12px;
}
.blog-standard h2 {
  font-size: 32px;
  letter-spacing: -1px;
  font-weight: 700;
  font-family: "Rubik", sans-serif;
}
.blog-standard h2 a {
  color: #111;
}
.blog-standard ul.meta {
  padding: 0;
  margin: 0;
  list-style: none;
}
.blog-standard ul.meta li {
  font-size: 12px;
  display: inline-block;
  margin-right: 20px;
  color: #767676;
  text-transform: uppercase;
  font-weight: 500;
}
.blog-standard ul.meta li .fa {
  margin-right: 5px;
}
.blog-standard ul.meta li a {
  color: #767676;
}
.blog-standard .excerpt {
  margin-top: 15px;
  font-size: 14px;
  color: #969696;
}

.blog-standard-single {
  margin-bottom: 45px;
}
.blog-standard-single ul.post-categories {
  margin: 0;
  padding: 0;
  list-style: none;
}
.blog-standard-single ul.post-categories li {
  display: inline-block;
}
.blog-standard-single ul.post-categories li a {
  display: block;
  padding: 8px 15px;
  color: #fff;
  background-color: #FF9801;
  line-height: 1;
  border-radius: 3px;
  font-size: 12px;
}
.blog-standard-single .img-in {
  margin-bottom: 30px;
  position: relative;
}
.blog-standard-single .img-in img {
  border-radius: 5px;
}
.blog-standard-single h2 {
  font-size: 32px;
  letter-spacing: -1px;
  font-weight: 700;
  font-family: "Rubik", sans-serif;
}
.blog-standard-single h2 a {
  color: #111;
}
.blog-standard-single ul.meta {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 30px;
}
.blog-standard-single ul.meta li {
  font-size: 12px;
  display: inline-block;
  margin-right: 20px;
  color: #767676;
  text-transform: uppercase;
  font-weight: 500;
}
.blog-standard-single ul.meta li .fa {
  margin-right: 5px;
}
.blog-standard-single ul.meta li a {
  color: #767676;
}

ul.page-pagination {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 13px;
}
ul.page-pagination li {
  display: inline-block;
  line-height: 1;
}
ul.page-pagination li a {
  font-weight: 500;
  display: block;
  padding: 15px 20px;
  color: #111;
  background-color: #dcdcdc;
  border-radius: 5px;
}
ul.page-pagination li a:hover {
  background-color: #FF9801;
  color: #fff;
}

@media only screen and (max-width: 991px) {
  .nile-blog-sidebar {
    padding-left: 0px;
    position: relative;
  }
  .nile-blog-sidebar:before {
    display: none;
  }
}
.shop-detail {
  padding: 100px 0px;
}
.shop-detail .effect {
  background-color: #f8ecdf;
  padding: 30px;
  border-radius: 5px;
  border: 4px solid #f3e4b1;
}
.shop-detail h4.price {
  float: left;
  font-size: 17px;
  font-weight: 700;
  color: #FF9801;
  line-height: 1;
  margin: 8px 0;
}
.shop-detail .text {
  color: #878787;
  margin: 15px 0px;
}
.shop-detail a.buy-btn {
  padding: 8px 15px;
  color: #555;
  display: inline-block;
  line-height: 1;
  border-radius: 5px;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  float: right;
  background-color: #f2e9cc;
  transition: 0.5s;
}
.shop-detail a.buy-btn .fa {
  margin-right: 3px;
}

.preview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 996px) {
  .preview {
    margin-bottom: 20px;
  }
}
.preview-pic {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.preview-thumbnail.nav-tabs {
  border: none;
  margin-top: 15px;
}

.preview-thumbnail.nav-tabs li {
  width: 30%;
  margin-right: 2.5%;
  cursor: pointer;
}

.preview-thumbnail.nav-tabs li img {
  max-width: 100%;
  display: block;
}

.preview-thumbnail.nav-tabs li a {
  padding: 0;
  margin: 0;
}

.preview-thumbnail.nav-tabs li:last-of-type {
  margin-right: 0;
}

.tab-content {
  overflow: hidden;
}

.tab-content img {
  width: 100%;
  -webkit-animation-name: opacity;
  animation-name: opacity;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}

@-webkit-keyframes opacity {
  0% {
    opacity: 0;
    -webkit-transform: scale(3);
    transform: scale(3);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes opacity {
  0% {
    opacity: 0;
    -webkit-transform: scale(3);
    transform: scale(3);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/*# sourceMappingURL=style.css.map */
a.go-top {
  position: fixed;
  right: 24px;
  bottom: 30px;
  display: block;
  background-color: #f59c1a;
  border: 3px solid #f19003;
  padding: 11px 9px;
  border-radius: 50%;
  -webkit-box-shadow: -3px 0 10px -2px rgba(0, 0, 0, 0.3);
  box-shadow: -3px 0 10px -2px rgba(0, 0, 0, 0.3);
  z-index: 999;
}
a.go-top .bee-icon {
  width: 20px;
  height: 17.76px;
  background-image: url(../img/bee-top.svg);
  display: block;
  background-size: cover;
}

footer.layout-1 {
  padding: 100px 0px;
  text-align: center;
  background-color: #242424;
  background-image: url(../img/footer-ba.svg);
  background-size: cover;
  background-position: center;
}
footer.layout-1 ul.social-media {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0 auto;
}
footer.layout-1 ul.social-media li {
  display: inline-block;
  margin-right: 5px;
}
footer.layout-1 ul.social-media li a {
  display: block;
  width: 33px;
  border-radius: 50%;
  border: 1px solid #C9C9C9;
  padding: 7.2px 0;
  line-height: 1;
  color: #C9C9C9;
  transition: 0.5s;
}
footer.layout-1 ul.social-media li a:hover {
  transition: 0.5s;
  background-color: #FF9801;
  border-color: #FF9801;
  color: #fff;
}
footer.layout-1 .logo {
  margin: 30px 0px;
}
footer.layout-1 ul.contact-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer.layout-1 ul.contact-list li {
  display: inline-block;
  margin-right: 15px;
}
footer.layout-1 ul.contact-list li a {
  color: #CCCCCC;
  transition: 0.5s;
}
footer.layout-1 ul.contact-list li a:hover {
  color: #FF9801;
  transition: 0.5s;
}
footer.layout-1 ul.contact-list li a:hover .fa {
  color: #FFCB05;
  transition: 0.5s;
}
footer.layout-1 ul.contact-list li a .fa {
  color: #fff;
  margin-right: 4px;
}
footer.layout-1 .copy-right {
  font-size: 13px;
  color: #B7B3B3;
}
footer.layout-2 .out {
  padding: 100px 0px;
  background-color: #EFEFEE;
  text-align: center;
}
footer.layout-2 .out .mail-list-form {
  position: relative;
  max-width: 520px;
  margin: 35px auto;
  z-index: 2;
}
footer.layout-2 .out .mail-list-form input {
  width: 100%;
  padding: 20px;
  outline: 0;
  border: 0;
  border-radius: 5px;
}
footer.layout-2 .out .mail-list-form button.btn-search {
  position: absolute;
  top: 5px;
  right: 5px;
  padding: 15px 20px;
  background-color: #FFCB05;
  cursor: pointer;
}
footer.layout-2 .out .mail-list-form button.btn-search:hover {
  color: #fff;
  background-color: #FF9801;
}
footer.layout-2 .out .list-item h4 {
  font-size: 17px;
  font-weight: 700;
  font-family: "Rubik", sans-serif;
}
footer.layout-2 .out .list-item ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer.layout-2 .out .list-item ul li a {
  font-size: 13px;
  color: #858282;
}
footer.layout-2 .out .list-item ul li a:hover {
  color: #FF9801;
}
footer.layout-2 .copy-right {
  padding: 40px 0px;
  background-color: #E3E3E1;
  font-size: 14px;
  text-align: center;
}

/*# sourceMappingURL=style.css.map */
