/*
  Website Name: Sawwah
  Author: SCIT
  Author Website: https://scit.co
  regular orange color : #ff7e61;
  light orange color : #FF9966;
  dark orange color : #e46e53;
*/
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@font-face {
    font-family:'STC-Light';
    src: url('../fonts/STC-Light.otf');
}

body {
  background: #fff;
  color: #666666;
  font-family: 'STC-Light', sans-serif;
}

a {
  color: #ff7e61;
  transition: 0.5s;
}

a:hover, a:active, a:focus {
  color: #18d36e;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  padding: 0;
}
section {
  padding:30px 0;
}


ul {
  text-decoration: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
select.my-select {
  -webkit-appearance : none;
  -moz-appearance : none;
  -o-appearance : none;
  -ms-appearance : none;
  -webkit-appearance : none;
  padding: 0 70px 10px 10px;
  border: none;
  border-bottom: 1px solid #000;
  position: relative;
  outline: none;
  background: #FFF;
  width: 100%;
}

.grey-bg {
  background: #f3e9e9;
}

.progress-bar {
  background-color: #ff7e61 !important;
}

.progress {
  height: 8px !important;
  border-radius: 15px !important;
}

.btn-primary {
  background-color: #ff7e61 !important;
}

.btn-primary:not([disabled]):not(.disabled).active, .btn-primary:not([disabled]):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
  background-color: #e46e53 !important;
}

.primary-gradient {
  background:-webkit-linear-gradient(50deg,#FF9966,#ff7e61)!important;
  background:-o-linear-gradient(50deg,#FF9966,#ff7e61)!important;
  background:linear-gradient(40deg,#FF9966,#ff7e61)!important
}

.search-gradient {
  background:-webkit-linear-gradient(50deg,#ff7e61,#e46e53)!important;
  background:-o-linear-gradient(50deg,#ff7e61,#e46e53)!important;
  background:linear-gradient(40deg,#ff7e61,#e46e53)!important
}

.btn-rounded {
    border-radius: 10em !important;
}
.pagination {
  justify-content: center;
}

.page-item.active .page-link, .pagination.pg-blue .page-item.active .page-link:hover {
  background-color: #FF9966 !important;
}
.pagination .page-item.active .page-link {
  border-radius: 50% !important;
}

.pagination .page-item .page-link {
  font-size: 13px;
}

.wrapper {
  display: inline-block;
  position: relative;
}
.wrapper:after {
  content: "\f0d7";
  position: absolute;
  top: 0px;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  color: #FF5e62;
  font-size: 20px;
}


select.my-select option {
  color: #FF5e62;
  border: none;
  outline: none;
}

select.my-select option:hover {
  background-color: #ff5e62 !important;
}

input.in1[type="text"] {
  padding: 10px;
  border: 1px solid #ff9966;
  border-radius: 4px;
  color: #aaa;
  text-align: center;
}

input.in2[type="text"] {
  -webkit-appearance: none;
  background-color: rgba(255,153,102,0.9);
  color: #FFF;
  padding: 10px 30px 10px 0px;
  width: 30%;
}
input.in2[type="text"]::placeholder {
  color: #FFF;
  opacity: 0.7;
}
input.in2[type="text"]:active {
  border: none;
  outline: none;
}
.with-icon {
  position: relative;
  width: 30%;
}
.with-icon input[type="text"] {
  width:100%;
}

.with-icon i {
  font-size: 20px;
  position: absolute;
  top: 12px;
  left: 15px;
  color: #FFF;
}
.wrapper2 {
  width: 30%;
  position: relative;
}


select.my-select2 {
  width: 100%;
  -webkit-appearance : none;
  -moz-appearance : none;
  -o-appearance : none;
  -ms-appearance : none;
  appearance : none;
  padding: 10px 30px 10px 0px;
  border: none;
  position: relative;
  outline: none;
  background-color: rgba(255,153,102,0.9);
  color: #FFF;
  border-radius: 3px;
  font-weight: 500;
}
.wrapper2::after {
    content: "\f0d7";
    font-family: "FontAwesome";
    position: absolute;
    left: 15px;
    top: 5px;
    color: #FFF;
    font-size: 22px;
}

.full-width {
  width: 100%;
}

.form-control {
  border: 1px solid #f3b99c;
  border-radius: 7px;
}

.form-control:active , .form-control:focus , .form-control:visited {
  border: 1px solid #e46e53;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
  outline: none;
}

select.white-select {
  width: 100%;
  -webkit-appearance : none;
  -moz-appearance : none;
  -o-appearance : none;
  -ms-appearance : none;
  appearance : none;
  padding: 10px 20px 10px 0px;
  border: 1px solid #BBB;
  position: relative;
  outline: none;
  background-color: #FFF;
  color: #666;
  border-radius: 3px;
  font-weight: 500;
}
.form-row {
  margin: 20px 0;
}

.my-btn {
width: 100%;
  color: #FFF;
  cursor: pointer;
  background-image: -webkit-linear-gradient(0deg,#FF9966,#ff5e62);
  background-image: -moz-linear-gradient(0deg,#FF9966,#ff5e62);
  background-image: -ms-linear-gradient(0deg,#FF9966,#ff5e62);
  background-image: -o-linear-gradient(0deg,#FF9966,#ff5e62);
  background-image: linear-gradient(0deg,#FF9966,#ff5e62);
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  margin-top: 30px;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.my-btn:hover {
  box-shadow: 1px 1px 1px 1px rgba(0,0,0,.4);
  color: #ddd;
}


.white-btn {
  margin-top: 5px;
  color: #666;
  cursor: pointer;
  box-shadow: none;
  background-color: #FFF;
  border: 1px solid #BBB;
  border-radius: 4px;
  padding: 4px 10px;

}
.white-btn:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

a.full-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
}
.my-shadow {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: #ff7e61;
  color: #fff;
  display: inline-block;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  padding: 30px 0;
  height: 92px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
}

#header.header-scrolled {
  background: rgba(228, 110, 83, 0.9);
  padding: 20px 0;
  height: 72px;
  transition: all 0.5s;
}


@media (min-width: 1024px) {
  #header #logo {
    padding-right: 60px;
  }
}

#header #logo img {
  padding: 0;
  margin: 0;
  width: 70px;
  height: 40px;
  overflow: hidden;
}

@media (max-width: 768px) {
  #header #logo h1 {
    font-size: 28px;
  }
  #header #logo img {
    max-height: 40px;
  }
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
#intro {
  display: table;
  width: 100%;
  height: 100vh;
  background: #000;
  padding-top: 0 !important;
  padding-bottom: 0;
}

#intro .carousel-item {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#intro .carousel-item::before {
  content: '';
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#intro .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#intro .carousel-content {
  text-align: center;
}

#intro h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 700;
}

@media (max-width: 768px) {
  #intro h2 {
    font-size: 28px;
  }
}

#intro p {
  width: 80%;
  margin: 0 auto 30px auto;
  color: #fff;
}

@media (min-width: 1024px) {
  #intro p {
    width: 60%;
  }
}

#intro .carousel-fade .carousel-inner .carousel-item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

#intro .carousel-fade .carousel-inner .carousel-item,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

#intro .carousel-fade .carousel-inner .active,
#intro .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
#intro .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.5s;
}

#intro .carousel-fade .carousel-inner .carousel-item-next,
#intro .carousel-fade .carousel-inner .carousel-item-prev,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#intro .carousel-control-prev, #intro .carousel-control-next {
  width: 10%;
}

@media (min-width: 1024px) {
  #intro .carousel-control-prev, #intro .carousel-control-next {
    width: 5%;
  }
}

#intro .carousel-control-next-icon, #intro .carousel-control-prev-icon {
  background: none;
  font-size: 32px;
  line-height: 1;
}

#intro .carousel-indicators li {
  cursor: pointer;
}

#intro .btn-get-started {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 32px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
  background: #ff7e61;
}

#intro .btn-get-started:hover {
  background: #fff;
  color: #ff7e61;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;

  display: flex;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
  margin: 0;
}

@media (min-width: 1024px) {
  #nav-menu-container {
    padding-left: 60px;
  }
}

@media (max-width: 768px) {
  #nav-menu-container {
    display: none;
  }
}
#search {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transform: translate(0px, -100%) scale(0, 0);
  -moz-transform: translate(0px, -100%) scale(0, 0);
  -o-transform: translate(0px, -100%) scale(0, 0);
  -ms-transform: translate(0px, -100%) scale(0, 0);
  transform: translate(0px, -100%) scale(0, 0);
  opacity: 0;
  z-index: 9999;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

#search.open {
  -webkit-transform: translate(0px, 0px) scale(1, 1);
  -moz-transform: translate(0px, 0px) scale(1, 1);
  -o-transform: translate(0px, 0px) scale(1, 1);
  -ms-transform: translate(0px, 0px) scale(1, 1);
  transform: translate(0px, 0px) scale(1, 1);
  opacity: 1;
}

#search input[type="search"] {
    position: absolute;
    top: 53%;
    width: 60%;
    left: 20%;
    background: transparent;
    font-size: 40px;
    line-height: 60px;
    font-weight: 300;
    text-align: center;
    border: 1px solid #eee;
    margin: 0px auto;
    margin-top: -51px;
    outline: none;
    padding: 5px 15px;
    color: #FFF;
}

#search ::placeholder { /* Firefox, Chrome, Opera */ 
    color: #eee; 
} 
  
#search :-ms-input-placeholder { /* Internet Explorer 10-11 */ 
    color: #eee; 
} 
  
#search ::-ms-input-placeholder { /* Microsoft Edge */ 
    color: #eee; 
}

#search h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -110px;
    margin-left: -83px;
    color: #FFF;
}

#search .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 80px;
    margin-left: -45px;
    background-color: #EEE;
    border-radius: 25px;
}

#search .btn img {
  max-width: 30px;
}

#search .close {
  position: fixed;
  top: 15px;
  right: 15px;
  color: #ff7e61;
  background-color: #EEE;
  opacity: 1;
  padding: 10px 17px;
  font-size: 27px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

 #search .close i {
  color: #ff7e61;
  font-size: 25px;
  font-weight: 600;
 }

#search .close:hover {
  background-color: #DDD;
}
/* Nav Meu Styling */
.nav-menu a {
  padding: 10px 8px 0 8px;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  text-transform: capitalize;
  outline: none;
}

.nav-menu a.search-el {
  padding-top: 13px;
  color: #FFF !important;
}


.nav-menu li:hover > a, .nav-menu > .menu-active > a {
  border-bottom: 1px solid #EEE;
}

.nav-menu li:hover > a.search-el, .nav-menu > .menu-active > a.search-el {
  border-bottom: none;
}

.nav-menu > li {
  margin-left: 10px;
}

.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: capitalize;
}

.nav-menu ul li:hover > a {
  color: #ff7e61;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 20px 0 0 20px;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #fff;
}

@media (max-width: 768px) {
  #mobile-nav-toggle {
    display: inline;
  }
}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 50px;
  bottom: 0;
  z-index: 998;
  background: rgba(0, 0, 0, 0.8);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}

#mobile-nav ul li a:hover {
  color: #fff;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #ff7e61;
}

#mobile-nav ul .menu-has-children li a {
  text-transform: none;
}

#mobile-nav ul .menu-item-active {
  color: #ff7e61;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Header
--------------------------------*/
.section-header {
  margin-bottom: 40px;
}
.section-header h3 {
  font-size: 32px;
  color: #111;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
}

.section-header h3::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-header h3::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #ff7e61;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-header p {
  text-align: center;
  padding-bottom: 30px;
  color: #333;
}

/* Section with background
--------------------------------*/
.section-bg {
  background: #f7f7f7;
}
/* offers slider Section
--------------------------------*/
/*-- popular-grids --*/
.popular-grids {
    background: #F4F7F9;
}
.popular-info h3{
    color: #292929;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 2em;
    margin: 0;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

/* Call To Action Section
--------------------------------*/
#call-to-action {
  background: linear-gradient(rgba(0, 142, 99, 0.1), rgba(0, 0, 0, 0.1)), url(../img/call-to-action-bg.jpg) fixed center center;
  background-size: cover;
  padding: 60px 0;
}

#call-to-action h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

#call-to-action p {
  color: #fff;
}

#call-to-action .cta-btn {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 25px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#call-to-action .cta-btn:hover {
  background: #ff7e61;
  border: 2px solid #ff7e61;
}

/* Call To Action Section
--------------------------------*/
#skills {
  padding: 60px 0;
}

#skills .progress {
  height: 35px;
  margin-bottom: 10px;
}

#skills .progress .skill {
  font-family: "Open Sans", sans-serif;
  line-height: 35px;
  padding: 0;
  margin: 0 0 0 20px;
  text-transform: uppercase;
}

#skills .progress .skill .val {
  float: right;
  font-style: normal;
  margin: 0 20px 0 0;
}

#skills .progress-bar {
  width: 1px;
  text-align: left;
  transition: .9s;
}

/* Facts Section
--------------------------------*/
#facts {
  background: url("../img/facts-bg.jpg") center top no-repeat fixed;
  background-size: cover;
  padding: 60px 0 0 0;
  position: relative;
}

#facts::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.88);
  z-index: 9;
}

#facts .container {
  position: relative;
  z-index: 10;
}

#facts .counters span {
  font-weight: bold;
  font-size: 48px;
  display: block;
  color: #ff7e61;
}

#facts .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-size: 20px;
  color: #111;
}

#facts .facts-img {
  text-align: center;
  padding-top: 30px;
}




/* Clients Section
--------------------------------*/
#clients {
  padding: 60px 0;
}

#clients img {
  max-width: 100%;
  opacity: 0.5;
  transition: 0.3s;
  padding-bottom: 10px;
}

#clients img:hover {
  opacity: 1;
}

#clients .owl-nav, #clients .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#clients .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#clients .owl-dot.active {
  background-color: #ff7e61;
}

/* Testimonials Section
--------------------------------*/
#advertisements {
  padding: 60px 0;
}

#advertisements .section-header {
  margin-bottom: 40px;
}

#advertisements .advert-item {
  text-align: center;
}

#advertisements .advert-item .advert-img {
  width: 120px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
}

#advertisements .advert-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

#advertisements .advert-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0 0 15px 0;
}

#advertisements .advert-item .quote-sign-left {
  margin-top: -15px;
  padding-right: 10px;
  display: inline-block;
  width: 37px;
}

#advertisements .advert-item .quote-sign-right {
  margin-bottom: -15px;
  padding-left: 10px;
  display: inline-block;
  max-width: 100%;
  width: 37px;
}

#advertisements .advert-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}

#advertisements .owl-nav, #advertisements .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#advertisements .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#advertisements .owl-dot.active {
  background-color: #ff7e61;
}


/* categories Section
--------------------------------*/
/*-- elements --*/
div.elements {
  padding-bottom: 40px;
}
.w3agile,.services,.about{
    padding: 3.5em 2em;
  background:#fff;
}
#cat-name {
  margin: 1em 0;
}
.one-element {
    margin-top: 2em;
    margin-bottom: 2em;
}
.one-element img {
    width: 100%;
}
p {
    font-size: 0.9em;
    line-height: 1.8em;
    color: #555;
    font-weight: 400;  
}
.w3title-text{
  text-align: center;
}
.element-text {
    padding: 0.8em;
    border: 1px solid #ccc; 
  -webkit-transition:.5s all;
  -moz-transition:.5s all; 
  transition:.5s all;
}
.element-text h5 {
    font-size: 1.2em;
    color: #000; 
}
.element-text h5 a {
    color: #000;
    text-decoration: none;
  -webkit-transition:.5s all;
  -moz-transition:.5s all; 
  transition:.5s all;
}
.element-text h5 a:hover{
    color: #8b008b; 
}
.element-text h6 {
    font-size: 1em;
    color: red;
    margin-top: 0.5em; 
}
.element-text p {
    margin-top: .2em;
    margin-bottom: .2em;
    font-size: 1.2em;
}
.element-text i {
  margin-left: 10px;
}

/*-- //elements--*/ 
/*-- image-transition--*/
.elements-img {
    background-color: #FFF;
    display: block;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 0 0 #555;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 1;
    filter: alpha(opacity=100);
    height: 200px;
    width: 100%;
}
.elements-img img {
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.elements-img:before {
  content: '';
  background-color: rgba(0, 0, 0, 0);
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.elements-img:hover:before {
  background-color: rgba(0, 0, 0, 0.12);
}
.elements-img:hover .view-caption { 
  border-radius: 0;
}
.elements-img:hover .element-buy {
  bottom: 13%; 
}
.elements-img:hover .element-buy a {
  -webkit-animation-name: translate-transition;
  -webkit-animation-duration: 0.8s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  -moz-animation-name: translate-transition; 
  -moz-animation-duration: 0.8s; 
  -moz-animation-timing-function: liner;
  -moz-animation-iteration-count: 1; 
  animation-name: translate-transition;
  animation-duration: 0.8s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}
.elements-img .view-caption {
  background-color: #ff7e61;
  -webkit-transition: all cubic-bezier(0.27, 0.89, 0.95, 0.59) 0.5s;
  -moz-transition: all cubic-bezier(0.27, 0.89, 0.95, 0.59) 0.5s;
  -ms-transition: all cubic-bezier(0.27, 0.89, 0.95, 0.59) 0.5s;
  -o-transition: all cubic-bezier(0.27, 0.89, 0.95, 0.59) 0.5s;
  transition: all cubic-bezier(0.27, 0.89, 0.95, 0.59) 0.5s;
  padding: 15px 15px;
  position: relative;
  z-index: 99;
  border-radius: 40px 40px 0 0;
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.elements-img .view-caption h4 {
    color: #fff;
    font-size: 1.3em;
    font-weight: 600;
    margin-bottom: 0;
    text-align: center;
}

.elements-img .element-buy a.rent {
    background-color: #09cbce;
}
.elements-img .element-buy a {
    background-color: #8b008b;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    margin: 0 1em;
    height: 45px;
    text-align: center;
    line-height: 46px;
    width: 45px;
}
.one-element:hover .element-text {
  -webkit-box-shadow: 0px 3px 6px 0px #ccc;
  -moz-box-shadow: 0px 3px 6px 0px #ccc; 
    box-shadow: 0px 3px 6px 0px #ccc;
}
/*-- //image-transition --*/

.elements-img:hover img {
  opacity: 0.4;
  transition: 0.3s;
}

ul.element-info {
  padding: 15px 10px;
  text-align: center;
}

ul.element-info li {
  display: inline-block;
  margin: 0 5px;
}

ul.element-info li i {
  color: #e46e53;
}

.link-preview,.link-details {
  position: absolute;
  display: inline-block;
  opacity: 0;
  line-height: 1;
  text-align: center;
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 50%;
  transition: 0.2s linear;
}

.link-preview i, .link-details i {
  padding-top: 6px;
  font-size: 22px;
  color: #333;
}

.link-preview:hover, .link-details:hover {
  background: #ff7e61;
}

.link-preview:hover i, .link-details:hover i {
  color: #fff;
}

.link-preview {
  left: calc(50% - 38px);
  top: calc(50% - 18px);
}

.link-details {
  right: calc(50% - 38px);
  top: calc(50% - 18px);
}

.elements-img:hover .link-preview {
  opacity: 1;
  left: calc(50% - 44px);
}

.elements-img:hover .link-details {
  opacity: 1;
  right: calc(50% - 44px);
}
/*categories section */

.dash-box {
    position: relative;
    background: rgb(255, 153, 102);
    background: -moz-linear-gradient(top, rgba(255, 153, 102, 1) 0%, rgba(255, 94, 98, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 153, 102, 1) 0%, rgba(255, 94, 98, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 153, 102, 1) 0%, rgba(255, 94, 98, 1) 100%);
    border-radius: 4px;
    text-align: center;
    margin: 60px 0 50px;
}
.dash-box-icon {
    position: absolute;
    transform: translateY(-50%) translateX(-50%);
    left: 50%;
}
.dash-box-action {
    transform: translateY(-50%) translateX(-50%);
    position: absolute;
    left: 50%;
    width: 30%;
}
.dash-box-action i {
  font-size: 24px;
  color: #ff5e62;
}
.dash-box-body {
    padding: 40px 20px;
}

.dash-box-icon > img {
  width: 75px !important;
  height: 75px !important;
  border-radius: 50%;
  background: #FFF;
}

.dash-box-action > a {
    border: none;
    background: #FFF;
    border-radius: 19px;
    padding: 7px 16px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: .5px;
    color: #003e85;
    box-shadow: 0 3px 5px #d4d4d4;
    width: 100%;
    display: block;
}
.dash-box-body span {
  display: block;
  color: #FFF;
}
.dash-box-body > .dash-box-count {
    display: block;
    font-size: 22px;
    color: #FFF;
    font-weight: 300;
}
.dash-box-body > .dash-box-title {
    font-size: 28px;
    color: rgba(255, 255, 255, 0.81);
}


/* Services Section
--------------------------------*/
#services {
  background: #fff;
  background-size: cover;
  padding: 60px 0 40px 0;
}

#services .box {
  margin-bottom: 30px;
}

#services .icon {
  float: left;
}

#services .icon i {
  color: #ff7e61;
  font-size: 36px;
  line-height: 1;
  transition: 0.5s;
}

#services .title {
  margin-left: 60px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

#services .title a {
  color: #111;
}

#services .box:hover .title a {
  color: #ff7e61;
}

#services .description {
  font-size: 14px;
  margin-right: 60px;
  line-height: 24px;
  margin-top: 20px;
}
/* Contact Section
--------------------------------*/
#contact {
  padding: 60px 0;
  background-color: #f7f7f7;
}

#contact .contact-info {
  margin-bottom: 20px;
  text-align: center;
}

#contact .contact-info i {
  font-size: 40px;
  display: inline-block;
  margin-bottom: 10px;
  color: #ff7e61;
}

#contact .contact-info address, #contact .contact-info p {
  margin-bottom: 0;
  color: #000;
}

#contact .contact-info h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #999;
}

#contact .contact-info a {
  color: #000;
}

#contact .contact-info a:hover {
  color: #ff7e61;
}

#contact .contact-address, #contact .contact-phone, #contact .contact-email {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  #contact .contact-address, #contact .contact-phone, #contact .contact-email {
    padding: 20px 0;
  }
}


#contact .form #sendmessage {
  color: #ff7e61;
  border: 1px solid #ff7e61;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #sendmessage.show, #contact .form #errormessage.show, #contact .form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#contact .form input, #contact .form textarea {
  padding: 10px 14px;
  border-radius: 0;
  box-shadow: none;
  font-size: 15px;
}

#contact .form button[type="submit"] {
  background: #ff7e61;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
}

#contact .form button[type="submit"]:hover {
  background: #13a456;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #000;
  padding: 0 0 30px 0;
  color: #eee;
  font-size: 14px;
}

#footer .footer-top {
  background: #111;
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 34px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 10px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 3px;
  border-left: 4px solid #ff7e61;
}

#footer .footer-top .footer-info p {
  font-size: 17px;
  margin-bottom: 0;
  color: #eee;
  line-height: 1.7;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #eee;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #ff7e61;
  color: #fff;
}

#footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top h4::before, #footer .footer-top h4::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
}

#footer .footer-top h4::before {
  right: 0;
  background: #555;
}

#footer .footer-top h4::after {
  background: #ff7e61;
  width: 60px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 8px;
  color: #ddd;
}

#footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #333;
  padding: 10px 0;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #eee;
}

#footer .footer-top .footer-links ul a:hover {
  color: #ff7e61;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
}

#footer .footer-top .footer-newsletter {
  margin-bottom: 30px;
}

#footer .footer-top .footer-newsletter input[type="email"] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
}

#footer .footer-top .footer-newsletter input[type="submit"] {
  background: #ff7e61;
  border: 0;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}

#footer .footer-top .footer-newsletter input[type="submit"]:hover {
  background: #13a456;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #ddd;
}
.offer {
  margin: 0 10px;
  padding: 0.3em;
  transition: 0.3s;
}
.offer figcaption {
  background-color: #FF9966;
}

.offer figure {
  background-color: #FFF;
}
.offer figure h4 {
  padding-top: 10px;
  text-align: center;
}

/*===========================
=============================
download page
=============================
===========================*/
/* ===========================
--- Intro
============================ */

.introduction {
  width:100%;
  position:relative;
}

.introduction-content {
  padding:60px 0 60px;
}
.introduction-content.introduction-nobg {
  background:#fff;
  position:relative;
  margin:0;
  padding:140px 0 60px;
}

.introduction-content .slogan h2 {
  margin-bottom: 30px;
}

.introduction .buttons a.btn {
  margin: 10px;
  padding: 10px 30px;
}

.introduction .buttons a.btn small {
  text-transform: none;
  font-weight: 100;

}


.white-box {
  background: rgba(255,255,255,.8);
  padding: 20px;
  border-radius: 4px;
}

.introduction-content h2 {
  margin-bottom: 10px;
}

/* features */
.features {
  margin-bottom: 40px;
}
.features i {
  margin: 0 20px 0 0;
  color: #ff7e61;
}

.features h5 {
  line-height: 1em;
  padding-top: 10px;
  vertical-align: middle;
  font-size: 24px;
  color: #ff7e61;
}
.pd-top {
  padding-top: 50px;
}

/* --------------------------
:: 8.0 Screenshots Area CSS
-------------------------- */

.screen-carousel {
    padding: 0 6%;
}

.screen-carousel .single-shot {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    -webkit-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85)
}

.screen-carousel .center .single-shot {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.app-screenshots-area .owl-dot {
    height: 11px;
    width: 11px;
    border: 2px solid #a49fba;
    border-radius: 50%;
    display: inline-block;
    margin: 0 6px;
    margin-top: 50px;
}

.app-screenshots-area .owl-dot.active {
    background-color: #fb397d;
    border: transparent;
}

.app-screenshots-area .owl-dots {
    height: 100%;
    width: 100%;
    text-align: center;
}

/*===========================
=============================
categories page
=============================
===========================*/

#mini-intro {
  display: block;
  position: relative;
  width: 100%;
  height: 110px;
  background:url('../img/cover.jpg') no-repeat fixed;
  background-size: cover;
}

#mini-intro:before {
  content: '';
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}


/*===========================
=============================
investor page
=============================
===========================*/

.intro-info {
  left: 0;
  width: 70%;
  margin-top: -110px;
  margin-left: 15%;
  margin-right: 15%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  z-index: 11;
}

.info {
  background-color: #fff;
  position: relative;
  width: 100%;;
  height: 100%;
  padding: 40px 20px 20px;
}

.intro-info .star.rating {
  margin: 0 10px;
}

.intro-info ul li {
  margin: 15px 0;
    display: flex;
}

.intro-info a.social {
  border: 1px solid #ff7e61;
  border-radius: 50%;
  margin: 0 5px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.info .investor-logo img{
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: calc(-100px/2);
  left: calc(50% - 50px);
  transform: scale(.7);
  background-color: #ff998e;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}



.star-rating {
  line-height:32px;
  font-size:1.25em;
}

.star-rating .fa-star {
  color: yellow;
}

.info p {
  padding: 5px;
  margin: 0;
}

.statistics {
  padding-top: 200px;
}

.statistics {
  position: relative;
}

.statistics::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.88);
  z-index: 9;
}

.statistics .container {
  position: relative;
  z-index: 10;
}

.statistics .counters span {
  font-weight: bold;
  font-size: 48px;
  display: block;
  color: #ff7e61;
}

.statistics .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-size: 20px;
  color: #111;
}

/* gallery investor */
#gallery {
  padding: 20px 0;
}
.gallery-item {
    overflow: hidden;
    position: relative;
    padding: 0;
    vertical-align: middle;
    text-align: center;
    margin: 20px 10px;
    border-radius: 4px;
}

.gallery-item:hover {
  box-shadow: 0 8px 12px 3px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
  transform: scale(1.05);
  transition: 0.4s;
}



/*-- Map --*/
#map {
  padding-bottom: 0 !important;
}

.map iframe {
  width: 100%;
  height: 400px;
  border: 1px solid #EEE;
  border-top: none;
  border-bottom: none;
}

.map-hover {
  position: relative;
}

.map-hover-1 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: rgba(0, 0, 0, 0.46);
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}

.map-hover-1:hover {
  background-color: transparent;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}

/*-- //Map --*/


/*===========================
=============================
notifications page
=============================
===========================*/

#notification {
  background-color: #e9e9e9;
}

.notif-box {
  background-color: #FFF;
  border-radius: 10px;
  padding: .5em;
  position: relative;
  min-height: 160px;
  margin: 30px 0;
}

.notif-box i {
  position: absolute;
  width: 10px;
  height: 10px;
  right: 8px;
  top: -13px;
  color: #e46e53;
}
.notif-box.not-seen {
  background-color: #fdf2f2 !important;
  opacity: 0.8;
}
.notif-box .notif-image {
  overflow: hidden;
  max-height: 150px;
  max-width: 150px;
  padding: 0;
}
.notif-box .notif-text {
  padding:10px 20px;
}
.notif-box .notif-image img {
  border-radius: 10px;
  max-width: 300px;
  max-height: 300px;
}

/*===========================
=============================
pricing page
=============================
===========================*/


.single-pricing-table {
  border-radius: 10px;
  margin-bottom: 20px;
}

.single-pricing-table i {
    line-height: 60px;
    font-size: 35px;
    position: absolute;
    width: 60px;
    height: 60px;
    left: calc(50% - 30px);
    bottom: -30px;
    background-color: #ff9966;
    border-radius: 50%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.single-pricing-table .top {
  position: relative;
  background: -webkit-linear-gradient(to bottom, rgba(255, 153, 102, 1) 0%, rgba(255, 94, 98, 1) 100%);
  background: -moz-linear-gradient(to bottom, rgba(255, 153, 102, 1) 0%, rgba(255, 94, 98, 1) 100%);
  background: -o-linear-gradient(to bottom, rgba(255, 153, 102, 1) 0%, rgba(255, 94, 98, 1) 100%);
  background: -ms-linear-gradient(to bottom, rgba(255, 153, 102, 1) 0%, rgba(255, 94, 98, 1) 100%);
  background: linear-gradient(to bottom, rgba(255, 153, 102, 1) 0%, rgba(255, 94, 98, 1) 100%);
}
.single-pricing-table .top .head {
  padding : 35px 20px;
}

.single-pricing-table .top .package {
  padding : 20px 20px 40px;
  background: rgba(0,0,0,0.05);
}

.single-pricing-table .bottom {
  background-color: #F9F9FF;
  padding: 35px 20px 20px 20px;
  border: 1px solid #FF9966;
}

.single-pricing-table .bottom ul {
  margin-bottom: 50px;
}

.single-pricing-table .bottom ul li {
  margin-top: 15px;
}




/*===========================
=============================
search page
=============================
===========================*/
.search-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px)
{
  .search-container {
      max-width: 400px;
  }
}

@media (min-width: 768px)
{
  .search-container {
      max-width: 500px;
  }
}

@media (min-width: 992px)
{
  .search-container {
      max-width: 600px;
  }
}


.search-section .search-row {
  margin-bottom: 30px;
}

.rangecontainer {
  width: 50%;
  margin-left: 25%;
  margin-right: 25%;
}

.range-line {
  width: 100%;
  -webkit-appearance : none;
  -moz-appearance : none;
  -o-appearance : none;
  -ms-appearance : none;
  appearance : none;
  height: 3px;
  background: #9994ff;
  outline: none;
  opacity: 0.7;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}

.range-line:hover {
  opacity: 1;
}

.range-line::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: linear-gradient(45deg,#FF9966,#ff5e62);
    cursor: pointer;
}

.range-line::-moz-range-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: linear-gradient(45deg,#FF9966,#ff5e62);
    cursor: pointer;
}

#map-label {
  opacity: 0.5;
  transition: 0.2s;
  font-size: 1.3em;

}

.search-section i {
  margin: 10px;
  color: #FF5e62;
}

.checked {
  opacity: 1 !important;
}
.search-section .submit button {
  background: -webkit-linear-gradient(to right, rgba(255, 153, 102, 1) 0%, rgba(255, 94, 98, 1) 100%);
  background: -moz-linear-gradient(to right, rgba(255, 153, 102, 1) 0%, rgba(255, 94, 98, 1) 100%);
  background: -o-linear-gradient(to right, rgba(255, 153, 102, 1) 0%, rgba(255, 94, 98, 1) 100%);
  background: -ms-linear-gradient(to right, rgba(255, 153, 102, 1) 0%, rgba(255, 94, 98, 1) 100%);
  background: linear-gradient(to right, rgba(255, 153, 102, 1) 0%, rgba(255, 94, 98, 1) 100%);
  padding: 1px 30px;
  border: none;
  cursor: pointer;
 }
.search-section .submit button i {
  color: #FFF;
  font-size: 20px;
 }
/*===========================
=============================
privacy page
=============================
===========================*/

.showcase .showcase-text {
  padding: 3rem; }

.showcase .showcase-img {
  min-height: 30rem;
  background-size: cover; }

@media (min-width: 768px) {
  .showcase .showcase-text {
    padding: 7rem; } }

/*============================
==============================
  sign up page
==============================
============================*/
section.signup {

}



/*============================
==============================
  offers-adverts page
==============================
============================*/


.single-category span {
  font-size: 22px;
}

.category-info {
  margin: 20px auto;
  padding: 0 2%;
}

.category-info a {
  float: left;
  margin-left: 0%;
  display: block;
}

.advert {
  position: relative;
  background-color: #e6fff4;
  border-radius: 5px;
  padding: 10px 30px;
  min-height: 170px;
  overflow: auto;
  margin: 20px auto;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.advert-header {
  padding: 20px 0;
}

.advert-header #advert-title ,.advert-header #advert-date {
  font-size: 20px;
}
p.advert-body {
  font-size: 16px;
}

.single-category .offer p {
  font-size: 12px;
}


*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
#intro {
  display: table;
  width: 100%;
  height: 100vh;
  background: #000;
  padding-top: 0 !important;
}

#intro .carousel-item {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#intro .carousel-item::before {
  content: '';
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#intro .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#intro .carousel-content {
  text-align: center;
}

#intro h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 700;
}

@media (max-width: 768px) {
  #intro h2 {
    font-size: 28px;
  }
}

#intro p {
  width: 80%;
  margin: 0 auto 30px auto;
  color: #fff;
}

@media (min-width: 1024px) {
  #intro p {
    width: 60%;
  }
}

#intro .carousel-fade .carousel-inner .carousel-item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

#intro .carousel-fade .carousel-inner .carousel-item,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

#intro .carousel-fade .carousel-inner .active,
#intro .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
#intro .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.5s;
}

#intro .carousel-fade .carousel-inner .carousel-item-next,
#intro .carousel-fade .carousel-inner .carousel-item-prev,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#intro .carousel-control-prev, #intro .carousel-control-next {
  width: 10%;
}

@media (min-width: 1024px) {
  #intro .carousel-control-prev, #intro .carousel-control-next {
    width: 5%;
  }
}

#intro .carousel-control-next-icon, #intro .carousel-control-prev-icon {
  background: none;
  font-size: 32px;
  line-height: 1;
}

#intro .carousel-indicators li {
  cursor: pointer;
}

#intro .btn-get-started {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 32px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
  background: #ff7e61;
}

#intro .btn-get-started:hover {
  background: #fff;
  color: #ff7e61;
}


/*=================
new design styles 
==================== */

.card-offer {
  text-align: center;
  border: 0;
  margin-bottom: 30px;
  margin-top: 30px;
  border-radius: 6px;
  color: rgba(0, 0, 0, 0.87);
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
}
.card-offer .card-header {
  position: relative;
  padding: 0;
  z-index: 1;
  border-radius: 6px;
}

.card-offer .card-header a {
  display: block !important;
}
.card-offer .card-header img {
  width: 100%;
  border-radius: 6px;
  pointer-events: none;
  -webkit-box-shadow: 0 5px 15px -8px rgba(0, 0, 0, 0.24), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 15px -8px rgba(0, 0, 0, 0.24), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 5px 15px -8px rgba(0, 0, 0, 0.24), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 15px -8px rgba(0, 0, 0, 0.24), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
.card-offer .body-container {
  background: #FFF;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  margin: 0 4%;
}
.card-offer .body-container .card-body .title {
  color: #3c4858;
  text-decoration: none;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 15px;
}
.card-offer .body-container .card-body .desc {
  font-size: 15px;
  line-height: 23px;
  min-height: 69px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card-offer .body-container .card-footer {
  border: 0;
  border-radius: 0px;
  background-color: #ff7e61;
}
.card-offer .body-container .author {
  margin: 30px 0 0px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card-offer .body-container .author .avatar {
  display: inline-block;
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 3px;
}
.card-offer .body-container .card-footer .stats {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
}
.card-offer .body-container .card-footer .stats span {
  margin: 0 3px;
}
.card-offer .body-container .card-footer .stats span i {
  margin: 0 3px;
}
.card-offer .body-container .card-footer .tags {
  margin-top: 10px;
  color: #f44336 !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card-offer .body-container .card-footer .tags span {
  color: #f44336 !important;
  margin: 2px;
}
.card-offer .body-container .card-footer .tags span i {
  margin-right: 2px;
}

.page-top-info {
    background: #f3eeee;
    padding: 30px 0;
}

.page-top-info h4 {
    color: #ff7e61;
    font-weight: 700;
    text-transform: uppercase;
}

.site-pagination {
    font-size: 14px;
    font-weight: 600;
    color: #196189;
}

.site-pagination a {
    display: inline-block;
    font-size: 15px;
    color: #196189;
  text-transform: capitalize;
}

.page-top-info .dropdown-menu {
  width: 200px;
  top: 0 !important;
  left: 0 !important;
}
h3 {
  text-transform: capitalize;
}


/*============
panel
============*/
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel {
  border: none;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.my-panel > .panel-heading {
  color: #ffffff;
  background: #215e93;
}

.panel-white {
  border: none;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.panel-white > .panel-heading {
  position: relative;
  color: #000;
  background-color: #FFF;
  border-color: #DDD;
  overflow: hidden;
}

.panel-white > .panel-heading .panel-title a {
  display: block;
}

.panel-white > .panel-heading .panel-title i {
  float: right;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.panel-divider {
  border-bottom: 1px solid #cfd9e2;
  padding: 10px 0;
}

.panel-divider:last-child {
  border: none;
}

.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #ff7e61;
  border-color: #ff7e61;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

.offer-panel {
  border-radius: 15px;
}

.offer-panel .offer-heading {
  padding: 20px;
  border-bottom: 1px solid #ddd;
}

.offer-panel .offer-body {
  padding: 20px 35px 30px;
}

.offer-panel .author img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 10px;
}

.offer-panel .author span {
  font-weight: 600;
}

.offer-panel .offer-img {
  margin: 25px 0 40px;
}

.offer-panel .offer-img img {
  border-radius: 15px;
}

.offer-panel .offer-desc p {
  font-size: 1.1em;
}

.offer-panel .offer-date p {
  font-weight: 600;
}

.offer-panel .offer-date p {
  font-size: 1em;
}

.offer-panel .offer-date p i {
  margin-right: 5px;
}

.offer-panel .offer-footer {
  padding: 20px 40px 10px;
  border-top: 1px solid #DDD;
}

.btn.like {
  position: relative;
  font-size: 1rem;
  padding: .84rem 2.14rem 0.8rem 2.7rem;
}

.btn.like:after {
  content: "\f08a";
  font-family: "FontAwesome";
  position: absolute;
  top: 11px;
  left: 23px;
}

.offer-panel .offer-footer ul li i {
  color: #ff7e61;
}

.offer-panel .offer-footer ul li {
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 15px;
}

.offer-panel .offer-footer ul li span , .offer-panel .offer-footer ul li i {
  font-size: 1.5rem;
}

.large-intro {
  height: 270px !important;
}

ul.rating li {
  display: flex;
  align-items: baseline;
  margin-bottom: 8px;
}

ul.rating .progress {
  flex: 0 0 80%;
  margin-left: 11px;
}

ul.rating i {
  margin: 0 5px;
  color: #bbb;
}

.average {
  padding: 30px 0;
}

.average p {
  font-size: 30px;
}

ul.stats {
  text-align: center;
  margin: 50px;
}

#offer ul.stats {
  text-align: center;
  margin: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

ul.stats li {
  display: inline-block;
  margin: 0 20px 20px;
}

ul.stats li img {
  display: block;
  width: 90px;
  margin-bottom: 10px;
}

ul.stats li span {
  display: block;
  font-weight: 600;
}

.users-rating .users-list li {
  margin: 15px 0;
  overflow: hidden;
}


.users-rating .users-list li span {
  float: left;
}

.users-rating .users-list li span i {
  margin-right: 5px;
}

.users-rating .users-list li .star.rating {
  float: right;
}

ul.comments-list li {
    background: #FFF;
    border-radius: 15px;
    padding: 20px 25px;
    overflow: hidden;
    margin-bottom: 20px;
}

ul.comments-list li .name {
  color: #000;
}

ul.comments-list li .date {
  float: right;
}

ul.comments-list li .content {
  margin-top: 10px;
}

.alert-danger {
  color: #fff;
  background-color: #FF9966;
  border-color: #FF9966;
  font-weight: 800;
  text-transform: capitalize;
}

.facility-media img {
    height: 160px;
}
.owl-carousel .owl-stage {
    margin: 2px 0;
}

.card-shadow {
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.img-shadow {
    -webkit-box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

/* Preloder */

#preloder {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999999;
  background: #ff7e61;
}

.loader {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -13px;
  margin-left: -13px;
  border-radius: 60px;
  animation: loader 0.8s linear infinite;
  -webkit-animation: loader 0.8s linear infinite;
}

@keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    border: 4px solid #f44336;
    border-left-color: transparent;
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    border: 4px solid #673ab7;
    border-left-color: transparent;
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    border: 4px solid #f44336;
    border-left-color: transparent;
  }
}

@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    border: 4px solid #f44336;
    border-left-color: transparent;
  }
  50% {
    -webkit-transform: rotate(180deg);
    border: 4px solid #673ab7;
    border-left-color: transparent;
  }
  100% {
    -webkit-transform: rotate(360deg);
    border: 4px solid #f44336;
    border-left-color: transparent;
  }
}

p.download-desc {
  font-size: 20px;
}