@import url("https://fonts.googleapis.com/css?family=Titillium+Web:300,400,700&display=swap");
.menu-area {
  background: #d61a5e; }

.dropdown-menu {
  padding: 0;
  margin: 0;
  border: 0 solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.mainmenu a,
.navbar-default .navbar-nav > li > a,
.mainmenu ul li a,
.navbar-expand-lg .navbar-nav .nav-link {
  color: #fff;
  font-size: 16px;
  text-transform: capitalize;
  padding: 8px 15px;
  display: block !important; }

#main-header .nav-item > a {
  font-size: 80%;
  height: 100%; }

.mainmenu .active > a,
.mainmenu .active a:focus,
.mainmenu .active a:hover,
.mainmenu li a:hover,
.mainmenu li a:focus,
.navbar-default .navbar-nav > .show > a,
.navbar-default .navbar-nav > .show > a:focus,
.navbar-default .navbar-nav > .show > a:hover {
  color: #fff;
  background: #4CAF50 !important;
  outline: 0; }

/*==========Sub Menu=v==========*/
.mainmenu .collapse ul > li:hover > a {
  background: #4CAF50; }

.mainmenu .collapse ul ul > li:hover > a,
.navbar-default .navbar-nav .show .dropdown-menu > li > a:focus,
.navbar-default .navbar-nav .show .dropdown-menu > li > a:hover {
  background: #4CAF50; }

.mainmenu .collapse ul ul ul > li:hover > a {
  background: #4CAF50; }

.mainmenu .collapse ul ul,
.mainmenu .collapse ul ul.dropdown-menu {
  background: #1565C0; }

.mainmenu .collapse ul ul ul,
.mainmenu .collapse ul ul ul.dropdown-menu {
  background: #1E88E5; }

.mainmenu .collapse ul ul ul ul,
.mainmenu .collapse ul ul ul ul.dropdown-menu {
  background: #64B5F6; }

/******************************Drop-down menu work on hover**********************************/
.mainmenu {
  background: none;
  border: 0 solid;
  margin: 0;
  padding: 0;
  min-height: 20px;
  width: 100%; }

@media only screen and (min-width: 767px) {
  .mainmenu .collapse ul li:hover > ul {
    display: block; }

  .mainmenu .collapse ul ul {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 250px;
    display: none; }

  /*******/
  .mainmenu .collapse ul ul li {
    position: relative; }

  .mainmenu .collapse ul ul li:hover > ul {
    display: block; }

  .mainmenu .collapse ul ul ul {
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 250px;
    display: none; }

  /*******/
  .mainmenu .collapse ul ul ul li {
    position: relative; }

  .mainmenu .collapse ul ul ul li:hover ul {
    display: block; }

  .mainmenu .collapse ul ul ul ul {
    position: absolute;
    top: 0;
    left: -100%;
    min-width: 250px;
    display: none;
    z-index: 1; } }
@media only screen and (max-width: 767px) {
  .navbar-nav .show .dropdown-menu .dropdown-menu > li > a {
    padding: 16px 15px 16px 35px; }

  .navbar-nav .show .dropdown-menu .dropdown-menu .dropdown-menu > li > a {
    padding: 16px 15px 16px 45px; } }
body {
  overflow-x: hidden;
  font-family: 'Titillium Web', sans-serif;
  background: url(../images/f-bg.png) repeat; }

.page-wrapper {
  margin-top: 1em; }

img {
  max-width: 100%; }

nav[aria-label="breadcrumb"] {
  padding: 6px 10px;
  margin: 0;
  font-size: 13px;
  background-color: #FFFFFF;
  border-radius: 5px;
  margin-bottom: 2rem; }
  nav[aria-label="breadcrumb"] .breadcrumb {
    padding: 6px 10px;
    border: 1px dashed #ccc;
    margin: 0;
    font-size: 13px;
    background-color: #FFFFFF; }
    nav[aria-label="breadcrumb"] .breadcrumb li.breadcrumb-item a {
      color: #7b8790; }

#map-wrapper {
  background-color: #fff;
  padding: 10px 20px;
  border-radius: 8px;
  margin-bottom: 2rem; }
  #map-wrapper #map {
    height: 150px;
    width: 100%;
    overflow: hidden;
    opacity: .75;
    position: relative; }
    #map-wrapper #map .btn {
      display: none;
      border: 3px solid white;
      border-radius: 0;
      background-color: transparent;
      color: white; }
      #map-wrapper #map .btn:hover {
        background-color: white;
        color: #333333; }
    #map-wrapper #map:hover #map-overflow {
      background-color: rgba(0, 0, 0, 0.4); }
      #map-wrapper #map:hover #map-overflow .btn {
        display: block; }
    #map-wrapper #map #map-overflow {
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      text-align: center;
      display: flex;
      justify-content: center;
      align-items: center; }

.ecommerce-item {
  background-color: #FFF;
  padding: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: block;
  margin-bottom: 20px;
  position: relative;
  transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out; }
  .ecommerce-item::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 12px;
    background-size: 15px; }
  .ecommerce-item::after {
    background-image: url("../images/down.png");
    top: 100%; }
  .ecommerce-item:hover {
    cursor: pointer;
    transform: translateY(-10px); }
    .ecommerce-item:hover .ecommerce-image {
      opacity: .7; }
.ecommerce-image {
  width: 100%;
  height: 160px;
  display: block;
  transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -o-transition: opacity .25s ease-in-out;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%; }
.ecommerce-description {
  text-align: center;
  margin-top: 20px; }
.ecommerce-container {
  margin-top: 20px; }

.slider-solid-box {
  background-color: #FFFFFF; }
  .slider-solid-box .slide-item {
    text-align: center; }
  .slider-solid-box .ecommerce-image {
    transition: transform .25s ease-in-out;
    -webkit-transition: transform .25s ease-in-out;
    -moz-transition: transform .25s ease-in-out;
    -o-transition: transform .25s ease-in-out; }
    .slider-solid-box .ecommerce-image:hover {
      transform: scale(1.1);
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -o-transform: scale(1.1); }

.btn-red {
  color: #ffffff;
  margin: 0;
  border: none;
  background: #e15655;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e15655), to(#be3935));
  background: -webkit-linear-gradient(top, #e15655, #be3935);
  background: -moz-linear-gradient(top, #e15655, #be3935);
  background: -ms-linear-gradient(top, #e15655, #be3935);
  background: -o-linear-gradient(top, #e15655, #be3935); }
  .btn-red:hover {
    color: #ffffff;
    background: #be3935;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#be3935), to(#e15655));
    background: -webkit-linear-gradient(top, #be3935, #e15655);
    background: -moz-linear-gradient(top, #be3935, #e15655);
    background: -ms-linear-gradient(top, #be3935, #e15655);
    background: -o-linear-gradient(top, #be3935, #e15655); }

.section-header {
  position: relative; }
  .section-header span {
    background-image: url("../images/f-bg.png");
    padding: 0 15px; }
  .section-header::after {
    content: '';
    background: url(../images/shizzle-dark.png);
    position: absolute;
    width: 100%;
    height: 6px;
    left: 0;
    top: 50%;
    z-index: -1; }

@media (min-width: 768px) {
  header#main-header .container {
    display: flex;
    justify-content: space-between; } }
@media (max-width: 767px) {
  header#main-header .logo {
    text-align: center; } }
header#main-header .text {
  display: flex;
  justify-content: right; }
  @media (min-width: 768px) {
    header#main-header .text {
      justify-content: right; } }
  header#main-header .text p {
    margin: 0;
    display: flex;
    align-items: center;
    font-size: 1.1rem;
    font-weight: bolder; }
    @media (min-width: 768px) {
      header#main-header .text p {
        max-width: 50%; } }

.site-main-logo {
  text-transform: capitalize;
  font-size: 3rem;
  font-weight: 900;
  color: #333; }

.navbar-content {
  width: 100%;
  background-color: #58214a;
  border-radius: 6px; }
  .navbar-content ul {
    margin: 0; }

.top-navbar {
  height: 30px;
  background-color: #444444; }

/*.navbar-expand-lg .navbar-nav {*/
/*flex-direction: row-reverse;*/
/*}*/
ul.navbar-nav li .home {
  width: 32px;
  position: relative;
  top: -6px;
  margin-left: 7px; }

.navbar-light .navbar-nav .nav-link {
  color: #FFFFFF !important; }

.navbar,
.navbar-brand {
  padding: 0; }

ul.navbar-nav li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 13px;
  border-radius: 0;
  transition: .5s all ease;
  text-transform: capitalize;
  font-weight: normal;
  display: block; }

ul.navbar-nav > li > a,
ul.navbar-nav > li > a:hover {
  padding: 1rem; }

a.dropdown-item {
  background: none !important;
  color: #FFFFFF;
  margin: 0;
  padding: 5px;
  border-radius: 0; }
  a.dropdown-item:not(:last-child) {
    border-bottom: 1px solid #1b6290; }
  a.dropdown-item:hover {
    background-color: #3498db; }

.page-content .message {
  margin-top: 2rem; }

.not-found-icon {
  text-align: center; }
  .not-found-icon img {
    max-width: 10rem; }

.navbar-light .navbar-nav .active .nav-link,
.navbar-light .navbar-nav li:hover .nav-link {
  color: #FFFFFF;
  background-color: #2980b9;
  border-radius: 0; }
  .navbar-light .navbar-nav .active .nav-link:hover,
  .navbar-light .navbar-nav li:hover .nav-link:hover {
    color: #FFFFFF; }

.carousel-indicators {
  margin-bottom: -2rem; }

.carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #f5f3f3;
  border: 1px solid #716969;
  box-shadow: inset 0 0 5px 1px rgba(0, 0, 0, 0.6); }

.slewedBox {
  width: 100%;
  height: auto;
  background: linear-gradient(to top left, #4a4c48 0%, #d6d6da 50%, #58214a 50%, #58214a 100%); }

.About {
  background: url(../images/main_bg.gif) repeat; }

.slewedBox .sec1 {
  padding: 60px 0 40px 130px;
  color: #fff; }

.slewedBox .sec1 .title {
  margin-bottom: 40px; }

.sec1 .img {
  margin-left: -86px;
  margin-bottom: 96px; }

.sec1 p {
  text-align: justify; }

.sec2 {
  padding-top: 137px;
  text-align: right;
  padding-right: 40px; }

.sec2 h1 {
  font-size: 29px;
  margin: 10px 0;
  font-weight: 600; }

.sec2 h2 {
  font-size: 25px;
  margin: 10px 0;
  font-weight: 600;
  color: #d06f28; }

.sec2 p {
  font-size: 18px;
  font-weight: 400;
  text-align: justify; }

.pagination {
  margin-top: 2rem;
  justify-content: center; }

.upper-bar {
  height: 10px; }

.breadcrumb-item {
  text-transform: capitalize; }

img.main-logo {
  max-width: 300px;
  margin: 15px 0; }

footer {
  background: #e0e4e7;
  border-top: 1px dashed #c2cbd3;
  padding: 32px 0;
  color: #95a0a1;
  text-transform: capitalize;
  margin-top: 50px; }
  footer .footer-links {
    padding: 0;
    margin-bottom: 5px; }
    footer .footer-links li {
      display: inline-block;
      text-decoration: none;
      font-size: 13px;
      background: url("../images/separator.png") no-repeat scroll right center transparent;
      margin-left: 3px;
      padding-right: 12px;
      color: #565f67;
      list-style: none; }
      footer .footer-links li:last-child {
        background: transparent; }
  footer .copy-rights {
    font-size: 13px;
    color: #4E5A66; }
    footer .copy-rights a {
      color: #2e353d; }
      footer .copy-rights a:hover {
        color: #1796ae; }
  footer span {
    color: #565f67;
    font-size: 12px; }
  footer .social-media li {
    display: inline-block;
    list-style: none; }
    footer .social-media li a {
      width: 50px;
      height: 50px;
      display: flex;
      justify-content: center;
      align-items: center; }

.post-img {
  background: url("../images/main_bg.gif") repeat;
  padding: 20px; }

.post-img .image {
  position: relative; }

.post-img .image img {
  width: 100%;
  max-height: 230px;
  margin-bottom: 40px;
  transition: 1s all ease; }

.post-img .image span {
  background: #474747;
  padding: .6rem;
  color: #fff;
  font-size: 15px;
  border-radius: 8px;
  position: absolute;
  bottom: 27px;
  right: -15px;
  line-height: 1; }

.post-img .image:hover img {
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.6); }

.white-section {
  display: block;
  width: 100%;
  padding: 20px;
  background-color: white;
  border-radius: 6px;
  margin: 0 15px; }

/*=====================================================
*** Floating Social Media
=====================================================*/
#floating-social-media {
  display: flex;
  position: fixed;
  left: 0;
  top: 20%;
  flex-direction: column;
  z-index: 9999; }
  #floating-social-media a {
    width: 80px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: end;
    padding-right: 10px;
    border-radius: 0 10px 10px 0;
    color: #FFFFFF;
    margin-top: 4px;
    margin-left: -47px;
    transition: margin 0.25s ease-in-out;
    -webkit-transition: margin 0.25s ease-in-out;
    -moz-transition: margin 0.25s ease-in-out; }
    #floating-social-media a:hover {
      margin-left: 0 !important;
      text-decoration: none; }
    #floating-social-media a#facebook {
      background-color: #5270a4; }
    #floating-social-media a#twitter {
      background-color: #4db8ee; }
    #floating-social-media a#youtube {
      background-color: #bc423f; }
    #floating-social-media a#instagram {
      background-color: #444444; }
    #floating-social-media a#rss {
      background-color: #ff8102; }

.tooltip.show {
  z-index: 99999; }

/* Owl Carousel styling */
/* Slider Solid Box */
.slider-solid-box {
  background-color: #FFF;
  position: relative;
  margin-top: 2rem; }
  .slider-solid-box .slide-item {
    padding: 10px;
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out; }
    .slider-solid-box .slide-item:hover {
      box-shadow: 5px 4px 5px rgba(0, 0, 0, 0.06); }
  .slider-solid-box .link {
    font-weight: bolder;
    color: #333;
    margin-top: 10px; }
  .slider-solid-box::before, .slider-solid-box::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 12px;
    background-size: 15px; }
  .slider-solid-box::after {
    background-image: url("../images/down.png");
    top: 100%; }
  .slider-solid-box::before {
    background-image: url("../images/up.png");
    bottom: 100%; }
  .slider-solid-box .owl-next,
  .slider-solid-box .owl-prev {
    position: absolute;
    top: 50%;
    font-size: 50px !important;
    line-height: 0 !important;
    display: block; }
    .slider-solid-box .owl-next span,
    .slider-solid-box .owl-prev span {
      line-height: 0 !important; }
  .slider-solid-box .owl-next {
    right: 10px; }
  .slider-solid-box .owl-prev {
    left: 10px; }

#preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url("../images/bodybg.png");
  z-index: 9999; }
  #preloader #preloader__container {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 100%; }
    #preloader #preloader__container #load-percentage {
      text-align: center;
      width: 100%;
      font-size: 30px;
      font-weight: bolder;
      color: #999; }
  #preloader .preloader-bar {
    height: 10px;
    background-image: url("../images/envelop.png");
    width: 0; }

.section-heading {
  text-align: center; }

.section-heading span {
  width: 50%;
  display: block;
  margin: auto;
  background-color: #FFF;
  padding: 1rem;
  color: #2ecc71; }

.owl-carousel .ecommerce-image {
  height: 270px; }

.owl-theme .owl-dots .owl-dot span {
  width: 15px !important;
  height: 15px !important;
  background-color: transparent !important;
  border: 2px solid #2ecc71; }

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span,
.owl-theme .owl-dots .owl-dot:visited span,
.owl-theme .owl-dots .owl-dot:focus span {
  background: #2ecc71 !important;
  outline: none; }

.view-all-link a {
  color: blue; }

.flexslider {
  margin: 0; }

.flexslider .slides > li {
  position: relative; }

.flex-direction-nav a::before {
  color: #27ae60; }

.flex-caption {
  width: 100%;
  padding: 2%;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  font-size: 14px;
  line-height: 18px;
  position: absolute;
  bottom: 0;
  margin: 0; }

.flex-direction-nav .flex-next,
.flex-direction-nav .flex-prev {
  background-color: white;
  text-align: center;
  border-radius: 50%; }

.flex-direction-nav a.flex-next::before,
.flex-direction-nav a.flex-prev::before {
  font-size: 28px !important; }

.flex-control-nav {
  bottom: 0 !important; }

.flex-control-paging li a {
  border: 3px solid #27ae60;
  background-color: transparent;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -o-box-shadow: none !important;
  width: 16px;
  height: 16px; }

.flex-control-paging li a.flex-active {
  background-color: #27ae60; }

.flex-control-paging li a:hover {
  background-color: #27ae60; }

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