@charset "UTF-8";

/*@import url(//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,300,500,600,700&subset=latin,cyrillic-ext);*/
@import "bootstrap/bootstrap.min.css";
@import "fontawesome/font-awesome.min.css";
@import "animate/animate.min.css";


/* PREDEFINED CLASSES */
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
/* EOF PREDEFINED CLASSES */

html * {
  outline: none !important;
}
html,
body {
  padding: 0px;
  margin: 0px;
  position: relative;
  font-family: 'Open Sans', sans-serif;
  /* font-size: 16px;
  line-height: 2; */
  color: #757575;
  overflow-x: hidden;
  background: #ffffff;
}
.row {
  margin-left: 0px;
  margin-right: 0px;
}
.row [class^='col-xs-'],
.row [class^='col-sm-'],
.row [class^='col-md-'],
.row [class^='col-lg-'] {
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.row.stacked [class^='col-xs-'],
.row.stacked [class^='col-sm-'],
.row.stacked [class^='col-md-'],
.row.stacked [class^='col-lg-'] {
  padding-left: 0px;
  padding-right: 0px;
}
a {
  color: #0088cc;
  -webkit-transition: color 200ms ease;
  -moz-transition: color 200ms ease;
  -ms-transition: color 200ms ease;
  -o-transition: color 200ms ease;
  transition: color 200ms ease;
}
a:hover {
  color: #e0401d;
  text-decoration: none;
}
/* START TEMPLATE */
.page-container {
  float: left;
  width: 100%;
  min-height: 100%;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
  background: #ffffff;
  position: relative;
}
.page-container .page-header {
  float: left;
  width: 100%;
  margin: 0px;
  padding: 0px;
  border-bottom: 0px;
}
.page-container .page-header .page-header-holder {
  width: 1100px;
  margin: 0px auto;
}
.page-container .page-header .page-header-holder .logo {
  float: left;
  padding: 15px 0px;
}
.page-container .page-header .page-header-holder .logo a {
  font-size: 1px;
  color: #FFF;
  text-indent: 99999px;
  background: url("../img/logo.png") left top no-repeat;
  width: 220px;
  height: 50px;
  float: left;
  display: block;
}
.page-container .page-header .page-header-holder .navigation-toggle {
  float: right;
  position: relative;
  display: none;
}
.page-container .page-header .page-header-holder .navigation-toggle .navigation-toggle-button {
  line-height: 80px;
  height: 80px;
  padding: 0px 15px;
  font-size: 17px;
  color: #757575;
  cursor: pointer;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.page-container .page-header .page-header-holder .navigation-toggle .navigation-toggle-button:hover {
  color: #454545;
}
.page-container .page-header .page-header-holder .navigation-toggle.active .navigation-toggle-button {
  color: #e0401d;
}
.page-container .page-header .page-header-holder .navigation {
  float: right;
  display: block;
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.page-container .page-header .page-header-holder .navigation li {
  float: left;
  display: block;
  position: relative;
}
.page-container .page-header .page-header-holder .navigation li > a {
  float: left;
  width: 100%;
  line-height: 30px;
  padding: 5px 15px;
  font-size: 12px;
  font-weight: 400;
  color: #757575;
  border-bottom: 1px solid #E5E5E5;
  background: #FFF;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}
.page-container .page-header .page-header-holder .navigation li > a:hover {
  color: #454545;
  background: #F9F9F9;
}
.page-container .page-header .page-header-holder .navigation li > ul {
  display: none;
  padding: 0px;
  width: 220px;
  position: absolute;
  background: #FFF;
  -moz-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
  border: 1px solid #E5E5E5;
  border-top: 2px solid #e0401d;
  -moz-border-radius: 0px 0px 5px 5px;
  -webkit-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
  left: 0px;
  top: 78px;
  z-index: 999;
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.page-container .page-header .page-header-holder .navigation li > ul li {
  width: 100%;
}
.page-container .page-header .page-header-holder .navigation li:hover > ul {
  display: block;
}
.page-container .page-header .page-header-holder .navigation li:last-child > a {
  border-bottom-width: 0px;
  -moz-border-radius: 0px 0px 5px 5px;
  -webkit-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
}
.page-container .page-header .page-header-holder .navigation > li > a {
  display: block;
  float: left;
  line-height: 80px;
  color: #757575;
  font-size: 13px;
  font-weight: 600;
  padding: 0px 15px;
  height: 80px;
  border-bottom: 2px solid transparent;
  text-decoration: none;
  background: transparent;
}
.page-container .page-header .page-header-holder .navigation > li > a:hover {
  border-bottom-color: #e0401d;
  background: transparent;
  border-bottom-width: 2px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  color: #454545;
}
.page-container .page-header .page-header-holder .navigation > li.active > a {
  border-bottom-color: #e0401d;
  background: transparent;
  border-bottom-width: 2px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  color: #454545;
}
.page-container .page-header .page-header-holder .search {
  float: right;
  position: relative;
}
.page-container .page-header .page-header-holder .search .search-button {
  line-height: 80px;
  height: 80px;
  padding: 0px 15px;
  font-size: 17px;
  color: #757575;
  cursor: pointer;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.page-container .page-header .page-header-holder .search .search-button:hover {
  color: #454545;
}
.page-container .page-header .page-header-holder .search .search-container {
  display: none;
  position: absolute;
  right: 0px;
  top: 90px;
  width: 220px;
  border: 1px solid #E5E5E5;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
  padding: 10px;
  background: #FFF;
  z-index: 1;
}
.page-container .page-header .page-header-holder .search .search-container:after,
.page-container .page-header .page-header-holder .search .search-container:before {
  bottom: 100%;
  right: 15px;
  border: solid transparent;
  content: " ";
  height: 0px;
  width: 0px;
  position: absolute;
  pointer-events: none;
}
.page-container .page-header .page-header-holder .search .search-container:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #FFF;
  border-width: 5px;
  margin-left: -5px;
  right: 16px;
}
.page-container .page-header .page-header-holder .search .search-container:before {
  border-color: rgba(213, 213, 213, 0);
  border-bottom-color: #D5D5D5;
  border-width: 6px;
  margin-left: -6px;
}
.page-container .page-header .page-header-holder .search.active .search-button {
  color: #e0401d;
}
.page-container .page-header .page-header-holder .search.active .search-container {
  display: block;
}
.page-container.page-header-fixed .page-header {
  position: fixed;
  z-index: 2;
  background: #FFF;
}
.page-container.page-header-fixed .page-header .page-header-holder .logo {
  padding: 0px 0px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.page-container.page-header-fixed .page-header .page-header-holder .logo a {
  background-size: 176px 40px;
  background-position: left center;
}
.page-container.page-header-fixed .page-header .page-header-holder .navigation-toggle .navigation-toggle-button {
  height: 50px;
  line-height: 50px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.page-container.page-header-fixed .page-header .page-header-holder .navigation > li > a {
  line-height: 50px;
  height: 50px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.page-container.page-header-fixed .page-header .page-header-holder .navigation > li > ul {
  top: 48px;
}
.page-container.page-header-fixed .page-header .page-header-holder .search .search-button {
  height: 50px;
  line-height: 50px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.page-container.page-header-fixed .page-header .page-header-holder .search .search-container {
  top: 60px;
}
.page-container .page-content {
  float: left;
  width: 100%;
  padding: 0px;
  margin: 0px;
}
.page-container .page-content .page-content-wrap {
  float: left;
  width: 100%;
  border-bottom: 1px solid #E5E5E5;
}
.page-container .page-content .page-content-wrap .page-content-holder {
  width: 1100px;
  margin: 0px auto;
  padding: 60px 0px 40px;
  zoom: 1;
}
.page-container .page-content .page-content-wrap .page-content-holder:before,
.page-container .page-content .page-content-wrap .page-content-holder:after {
  content: "";
  display: table;
}
.page-container .page-content .page-content-wrap .page-content-holder:after {
  clear: both;
}
.page-container .page-content .page-content-wrap .page-content-holder h1,
.page-container .page-content .page-content-wrap .page-content-holder h2,
.page-container .page-content .page-content-wrap .page-content-holder h3,
.page-container .page-content .page-content-wrap .page-content-holder h4,
.page-container .page-content .page-content-wrap .page-content-holder h5,
.page-container .page-content .page-content-wrap .page-content-holder h6 {
  color: #454545;
  padding: 0px;
  margin: 0px;
  position: relative;
}
.page-container .page-content .page-content-wrap .page-content-holder h1.heading-underline,
.page-container .page-content .page-content-wrap .page-content-holder h2.heading-underline,
.page-container .page-content .page-content-wrap .page-content-holder h3.heading-underline,
.page-container .page-content .page-content-wrap .page-content-holder h4.heading-underline,
.page-container .page-content .page-content-wrap .page-content-holder h5.heading-underline,
.page-container .page-content .page-content-wrap .page-content-holder h6.heading-underline {
  padding-bottom: 20px;
}
.page-container .page-content .page-content-wrap .page-content-holder h1.heading-underline:after,
.page-container .page-content .page-content-wrap .page-content-holder h2.heading-underline:after,
.page-container .page-content .page-content-wrap .page-content-holder h3.heading-underline:after,
.page-container .page-content .page-content-wrap .page-content-holder h4.heading-underline:after,
.page-container .page-content .page-content-wrap .page-content-holder h5.heading-underline:after,
.page-container .page-content .page-content-wrap .page-content-holder h6.heading-underline:after {
  content: " ";
  position: absolute;
  bottom: 0px;
  width: 100px;
  height: 1px;
  background: #e0401d;
  left: 50%;
  margin-left: -50px;
}
.page-container .page-content .page-content-wrap .page-content-holder h1 strong,
.page-container .page-content .page-content-wrap .page-content-holder h2 strong,
.page-container .page-content .page-content-wrap .page-content-holder h3 strong,
.page-container .page-content .page-content-wrap .page-content-holder h4 strong,
.page-container .page-content .page-content-wrap .page-content-holder h5 strong,
.page-container .page-content .page-content-wrap .page-content-holder h6 strong {
  color: #e0401d;
  font-weight: 600;
}
.page-container .page-content .page-content-wrap .page-content-holder h1 {
  font-size: 32px;
  line-height: 35px;
  margin-bottom: 30px;
  font-weight: 600;
}
.page-container .page-content .page-content-wrap .page-content-holder h2 {
  font-size: 28px;
  line-height: 31px;
  margin-bottom: 30px;
  font-weight: 600;
}
.page-container .page-content .page-content-wrap .page-content-holder h3 {
  font-size: 25px;
  line-height: 28px;
  margin-bottom: 20px;
  font-weight: 600;
}
.page-container .page-content .page-content-wrap .page-content-holder h4 {
  font-size: 21px;
  line-height: 24px;
  margin-bottom: 10px;
  font-weight: 600;
}
.page-container .page-content .page-content-wrap .page-content-holder h5 {
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 10px;
  font-weight: 400;
}
.page-container .page-content .page-content-wrap .page-content-holder h6 {
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 10px;
  font-weight: 400;
}
.page-container .page-content .page-content-wrap .page-content-holder .quote {
  float: left;
  width: 100%;
  border: 1px solid #E5E5E5;
  padding: 20px;
  margin-bottom: 20px;
}
.page-container .page-content .page-content-wrap .page-content-holder .quote h2,
.page-container .page-content .page-content-wrap .page-content-holder .quote h3,
.page-container .page-content .page-content-wrap .page-content-holder .quote h4,
.page-container .page-content .page-content-wrap .page-content-holder .quote h5 {
  line-height: 40px;
  margin-bottom: 0px;
  font-weight: 400;
}
.page-container .page-content .page-content-wrap .page-content-holder .block-heading {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.page-container .page-content .page-content-wrap .page-content-holder .block-heading h1,
.page-container .page-content .page-content-wrap .page-content-holder .block-heading h2,
.page-container .page-content .page-content-wrap .page-content-holder .block-heading h3,
.page-container .page-content .page-content-wrap .page-content-holder .block-heading h4,
.page-container .page-content .page-content-wrap .page-content-holder .block-heading h5 {
  color: #111;
  margin-bottom: 10px;
  font-size: 34px;
  font-weight: 600;
}
.page-container .page-content .page-content-wrap .page-content-holder .block-heading .block-heading-text {
  /* font-size: 16px; */
  font-weight: 400;
  line-height: 26px;
}
.page-container .page-content .page-content-wrap .page-content-holder .block-heading.block-heading-centralized {
  text-align: center;
}
.page-container .page-content .page-content-wrap .page-content-holder .page-title {
  position: relative;
}
.page-container .page-content .page-content-wrap .page-content-holder .page-title h1 {
  font-size: 17px;
  color: #757575;
  font-weight: 400;
  line-height: 30px;
  padding: 15px 0px;
  margin: 0px;
}
.page-container .page-content .page-content-wrap .page-content-holder .page-title .breadcrumb {
  width: auto;
  position: absolute;
  right: 0px;
  top: 15px;
}
.page-container .page-content .page-content-wrap .page-content-holder .text-column {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.page-container .page-content .page-content-wrap .page-content-holder .text-column .text-column-icon {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.page-container .page-content .page-content-wrap .page-content-holder .text-column .text-column-icon .fa {
  width: 50px;
  height: 50px;
  background:#009b4c; 
  /* #e0401d; */
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #FFF;
  font-size: 24px;
  line-height: 51px;
  text-align: center;
  margin: 0px auto;
}
.page-container .page-content .page-content-wrap .page-content-holder .text-column .text-column-image {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.page-container .page-content .page-content-wrap .page-content-holder .text-column .text-column-image img {
  padding: 2px;
  border: 2px solid rgba(0, 0, 0, 0.05);
  background: #FFF;
}
.page-container .page-content .page-content-wrap .page-content-holder .text-column h1,
.page-container .page-content .page-content-wrap .page-content-holder .text-column h2,
.page-container .page-content .page-content-wrap .page-content-holder .text-column h3,
.page-container .page-content .page-content-wrap .page-content-holder .text-column h4,
.page-container .page-content .page-content-wrap .page-content-holder .text-column .title {
  font-size: 21px;
  color: #111;
  font-weight: 600;
  float: left;
  width: 100%;
  line-height: 24px;
  margin: 0px 0px 10px;
  padding: 0px;
}
.page-container .page-content .page-content-wrap .page-content-holder .text-column h1 a,
.page-container .page-content .page-content-wrap .page-content-holder .text-column h2 a,
.page-container .page-content .page-content-wrap .page-content-holder .text-column h3 a,
.page-container .page-content .page-content-wrap .page-content-holder .text-column h4 a,
.page-container .page-content .page-content-wrap .page-content-holder .text-column .title a {
  font-size: 21px;
  color: #111;
}
.page-container .page-content .page-content-wrap .page-content-holder .text-column h1 a:hover,
.page-container .page-content .page-content-wrap .page-content-holder .text-column h2 a:hover,
.page-container .page-content .page-content-wrap .page-content-holder .text-column h3 a:hover,
.page-container .page-content .page-content-wrap .page-content-holder .text-column h4 a:hover,
.page-container .page-content .page-content-wrap .page-content-holder .text-column .title a:hover {
  color: #e0401d;
}
.page-container .page-content .page-content-wrap .page-content-holder .text-column h1 .fa,
.page-container .page-content .page-content-wrap .page-content-holder .text-column h2 .fa,
.page-container .page-content .page-content-wrap .page-content-holder .text-column h3 .fa,
.page-container .page-content .page-content-wrap .page-content-holder .text-column h4 .fa,
.page-container .page-content .page-content-wrap .page-content-holder .text-column .title .fa {
  font-size: 21px;
  line-height: 24px;
  margin-right: 15px;
}
.page-container .page-content .page-content-wrap .page-content-holder .text-column .text-column-subtitle {
  font-size: 12px;
  color: #AAA;
  margin-top: -5px;
  margin-bottom: 10px;
}
.page-container .page-content .page-content-wrap .page-content-holder .text-column .text-column-info {
  float: left;
  width: 100%;
  padding: 0px 5px;
  font-size: 14px;
  font-weight: 400;
}
.page-container .page-content .page-content-wrap .page-content-holder .text-column.text-column-centralized {
  text-align: center;
}
.page-container .page-content .page-content-wrap .page-content-holder .text-column.tex-column-icon-lg .text-column-icon .fa {
  width: 100px;
  height: 100px;
  font-size: 48px;
  line-height: 101px;
}
.page-container .page-content .page-content-wrap .page-content-holder .text-column .list-links {
  float: left;
  width: 100%;
  padding: 0px;
}
.page-container .page-content .page-content-wrap .page-content-holder .text-column .list-links a {
  display: block;
  float: left;
  width: 100%;
  line-height: 18px;
  padding: 5px;
  font-size: 13px;
  color: #757575;
}
.page-container .page-content .page-content-wrap .page-content-holder .text-column .list-links a:hover {
  color: #e0401d;
}
.page-container .page-content .page-content-wrap .page-content-holder .blog-item {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.page-container .page-content .page-content-wrap .page-content-holder .blog-item .blog-media {
  width: 100%;
  float: left;
  margin-bottom: 5px;
}
.page-container .page-content .page-content-wrap .page-content-holder .blog-item .blog-media img {
  padding: 2px;
  background: #FFF;
  border: 1px solid #E5E5E5;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.page-container .page-content .page-content-wrap .page-content-holder .blog-item .blog-data {
  float: left;
  width: 100%;
}
.page-container .page-content .page-content-wrap .page-content-holder .blog-item .blog-data h2,
.page-container .page-content .page-content-wrap .page-content-holder .blog-item .blog-data h3,
.page-container .page-content .page-content-wrap .page-content-holder .blog-item .blog-data h4,
.page-container .page-content .page-content-wrap .page-content-holder .blog-item .blog-data h5,
.page-container .page-content .page-content-wrap .page-content-holder .blog-item .blog-data h6 {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  margin: 0px;
  padding: 0px;
}
.page-container .page-content .page-content-wrap .page-content-holder .blog-item .blog-data h2 a,
.page-container .page-content .page-content-wrap .page-content-holder .blog-item .blog-data h3 a,
.page-container .page-content .page-content-wrap .page-content-holder .blog-item .blog-data h4 a,
.page-container .page-content .page-content-wrap .page-content-holder .blog-item .blog-data h5 a,
.page-container .page-content .page-content-wrap .page-content-holder .blog-item .blog-data h6 a {
  font-size: 16px;
  font-weight: 600;
  color: #454545;
}
.page-container .page-content .page-content-wrap .page-content-holder .blog-item .blog-data h2 a:hover,
.page-container .page-content .page-content-wrap .page-content-holder .blog-item .blog-data h3 a:hover,
.page-container .page-content .page-content-wrap .page-content-holder .blog-item .blog-data h4 a:hover,
.page-container .page-content .page-content-wrap .page-content-holder .blog-item .blog-data h5 a:hover,
.page-container .page-content .page-content-wrap .page-content-holder .blog-item .blog-data h6 a:hover {
  color: #e0401d;
}
.page-container .page-content .page-content-wrap .page-content-holder .blog-item .blog-data .blog-date {
  font-size: 12px;
  color: #AAA;
  margin: 10px 0px 5px;
}
.page-container .page-content .page-content-wrap .page-content-holder .blog-item .blog-data p {
  font-size: 13px;
  color: #757575;
}
.page-container .page-content .page-content-wrap .page-content-holder .blog-content {
  float: left;
  width: 100%;
  font-size: 13px;
  margin-bottom: 20px;
}
.page-container .page-content .page-content-wrap .page-content-holder .blog-content > img {
  padding: 3px;
  border: 1px solid #E5E5E5;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.page-container .page-content .page-content-wrap .page-content-holder .blog-content h1,
.page-container .page-content .page-content-wrap .page-content-holder .blog-content h2 {
  font-size: 21px;
  font-weight: 600;
  margin: 10px 0px;
}
.page-container .page-content .page-content-wrap .page-content-holder .blog-content .blog-date {
  font-size: 12px;
  color: #AAA;
  margin: 10px 0px 5px;
}
.page-container .page-content .page-content-wrap .page-content-holder .blog-content p {
  font-size: 13px;
  line-height: 20px;
  margin: 10px 0px;
}
.page-container .page-content .page-content-wrap .page-content-holder .blog-content blockquote p {
  color: #828282;
}
.page-container .page-content .page-content-wrap .page-content-holder .thumbnails {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.page-container .page-content .page-content-wrap .page-content-holder .thumbnails .thumbnail-item {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 20px;
}
.page-container .page-content .page-content-wrap .page-content-holder .thumbnails .thumbnail-item img {
  width: 100%;
  border: 1px solid #E5E5E5;
  padding: 3px;
  background: #FFF;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.page-container .page-content .page-content-wrap .page-content-holder .thumbnails .thumbnail-item .thumbnail-info {
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0;
  filter: alpha(opacity = 0);
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  padding: 20% 10px;
  text-align: center;
  color: #FFF;
  font-size: 14px;
  -webkit-transition: opacity 200ms ease-in-out;
  -moz-transition: opacity 200ms ease-in-out;
  -ms-transition: opacity 200ms ease-in-out;
  -o-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.page-container .page-content .page-content-wrap .page-content-holder .thumbnails .thumbnail-item .thumbnail-info a {
  color: #FFF;
  font-size: 14px;
}
.page-container .page-content .page-content-wrap .page-content-holder .thumbnails .thumbnail-item:hover .thumbnail-info {
  opacity: 1;
  filter: alpha(opacity = 100);
}
.page-container .page-content .page-content-wrap .page-content-holder .thumbnails .thumbnail-data {
  float: left;
  width: 100%;
  margin-bottom: 15px;
  margin-top: -15px;
  padding: 0px 10px;
}
.page-container .page-content .page-content-wrap .page-content-holder .thumbnails .thumbnail-data h1,
.page-container .page-content .page-content-wrap .page-content-holder .thumbnails .thumbnail-data h2,
.page-container .page-content .page-content-wrap .page-content-holder .thumbnails .thumbnail-data h3,
.page-container .page-content .page-content-wrap .page-content-holder .thumbnails .thumbnail-data h4,
.page-container .page-content .page-content-wrap .page-content-holder .thumbnails .thumbnail-data h5,
.page-container .page-content .page-content-wrap .page-content-holder .thumbnails .thumbnail-data h6 {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 0px;
}
.page-container .page-content .page-content-wrap .page-content-holder .thumbnails .thumbnail-data p {
  font-size: 13px;
  font-weight: 400;
}
.page-container .page-content .page-content-wrap .page-content-holder .mix {
  display: none;
}
.page-container .page-content .page-content-wrap .page-content-holder .media-list .media {
  padding-bottom: 10px;
  border-bottom: 1px dashed #E5E5E5;
}
.page-container .page-content .page-content-wrap .page-content-holder .media-list .media .media-object {
  border: 1px solid #E5E5E5;
  padding: 1px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.page-container .page-content .page-content-wrap .page-content-holder .media-list .media .media-body .media-heading {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 5px;
}
.page-container .page-content .page-content-wrap .page-content-holder .media-list .media .media-body p {
  margin: 0px 0px 5px;
  font-size: 12px;
}
.page-container .page-content .page-content-wrap .page-content-holder .media-list .media .media-body p.text-muted {
  font-size: 11px;
  color: #AAA;
}
.page-container .page-content .page-content-wrap .page-content-holder .media-list .media .media-body .media {
  border-bottom: 0px;
  border-top: 1px dashed #E5E5E5;
  padding-top: 10px;
}
.page-container .page-content .page-content-wrap .page-content-holder .block {
  float: left;
  width: 100%;
}
.page-container .page-content .page-content-wrap .page-content-holder.no-padding {
  padding: 0px;
}
.page-container .page-content .page-content-wrap .pricing-block {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #E5E5E5;
  margin-top: 20px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.page-container .page-content .page-content-wrap .pricing-block .pb-block {
  float: left;
  width: 100%;
  padding: 10px;
  border-bottom: 1px dashed #E5E5E5;
}
.page-container .page-content .page-content-wrap .pricing-block .pb-block h3 {
  font-size: 16px;
  font-weight: 600;
  padding: 0px;
  margin: 0px 0px 5px;
  line-height: 20px;
  text-transform: uppercase;
  border-bottom: 1px dotted #E5E5E5;
  padding-bottom: 5px;
}
.page-container .page-content .page-content-wrap .pricing-block .pb-block p {
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 5px;
}
.page-container .page-content .page-content-wrap .pricing-block .pb-block .fa {
  color: #95B75D;
}
.page-container .page-content .page-content-wrap .pricing-block .pb-block .fa.text-danger {
  color: #B64645;
}
.page-container .page-content .page-content-wrap .pricing-block .pb-block:last-child {
  border-bottom: 0px;
}
.page-container .page-content .page-content-wrap .pricing-block .pb-price {
  float: left;
  width: 100%;
  padding: 20px 10px;
  text-align: center;
  line-height: 60px;
  font-size: 42px;
  color: #e0401d;
  font-weight: 600;
  border-bottom: 1px dashed #E5E5E5;
}
.page-container .page-content .page-content-wrap .pricing-block .pb-price span {
  line-height: 60px;
  font-size: 16px;
  color: #757575;
  font-weight: 300;
}
.page-container .page-content .page-content-wrap .pricing-block.active {
  margin-top: 0px;
  border-color: #e0401d;
}
.page-container .page-content .page-content-wrap .pricing-block.active .pb-block {
  border-color: #e0401d;
}
.page-container .page-content .page-content-wrap .pricing-block.active .pb-block h3 {
  color: #e0401d;
  border-color: #e0401d;
}
.page-container .page-content .page-content-wrap .pricing-block.active .pb-price {
  background: #e0401d;
  color: #FFF;
}
.page-container .page-content .page-content-wrap .pricing-block.active .pb-price span {
  color: #FFF;
}
.page-container .page-content .page-content-wrap > .divider {
  margin-top: -1px;
  margin-bottom: 0px;
}
.page-container .page-content .page-content-wrap.light-elements {
  color: #F0F0F0;
}
.page-container .page-content .page-content-wrap.light-elements .text-column h1,
.page-container .page-content .page-content-wrap.light-elements .text-column h2,
.page-container .page-content .page-content-wrap.light-elements .text-column h3,
.page-container .page-content .page-content-wrap.light-elements .text-column h4,
.page-container .page-content .page-content-wrap.light-elements .text-column .title {
  color: #FFF;
}
.page-container .page-content .page-content-wrap.light-elements .text-column h1 a,
.page-container .page-content .page-content-wrap.light-elements .text-column h2 a,
.page-container .page-content .page-content-wrap.light-elements .text-column h3 a,
.page-container .page-content .page-content-wrap.light-elements .text-column h4 a,
.page-container .page-content .page-content-wrap.light-elements .text-column .title a {
  color: #FFF;
}
.page-container .page-content .page-content-wrap.light-elements .block-heading {
  color: #FFF;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
}
.page-container .page-content .page-content-wrap.light-elements .block-heading h1,
.page-container .page-content .page-content-wrap.light-elements .block-heading h2,
.page-container .page-content .page-content-wrap.light-elements .block-heading h3,
.page-container .page-content .page-content-wrap.light-elements .block-heading h4,
.page-container .page-content .page-content-wrap.light-elements .block-heading h5 {
  color: #FFF;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
}
.page-container .page-content .page-content-wrap.light-elements .block-heading h1.heading-underline:after,
.page-container .page-content .page-content-wrap.light-elements .block-heading h2.heading-underline:after,
.page-container .page-content .page-content-wrap.light-elements .block-heading h3.heading-underline:after,
.page-container .page-content .page-content-wrap.light-elements .block-heading h4.heading-underline:after,
.page-container .page-content .page-content-wrap.light-elements .block-heading h5.heading-underline:after {
  background: #FFF;
}
.page-container .page-content .page-content-wrap.light-elements .block-heading h1 strong,
.page-container .page-content .page-content-wrap.light-elements .block-heading h2 strong,
.page-container .page-content .page-content-wrap.light-elements .block-heading h3 strong,
.page-container .page-content .page-content-wrap.light-elements .block-heading h4 strong,
.page-container .page-content .page-content-wrap.light-elements .block-heading h5 strong {
  color: #FFF;
}
.page-container .page-content .page-content-wrap.light-elements .block-heading .block-heading-text {
  color: #F0F0F0;
}
.page-container .page-footer {
  float: left;
  width: 100%;
  padding: 0px;
  margin: 0px;
  border-top: 5px solid #F5F5F5;
}
.page-container .page-footer .page-footer-wrap {
  float: left;
  width: 100%;
}
.page-container .page-footer .page-footer-wrap .page-footer-holder {
  width: 1100px;
  margin: 0px auto;
  color: #CCC;
}
.page-container .page-footer .page-footer-wrap .page-footer-holder.page-footer-holder-main {
  margin: 30px auto;
}
.page-container .page-footer .page-footer-wrap .page-footer-holder a {
  color: #AAA;
}
.page-container .page-footer .page-footer-wrap .page-footer-holder a:hover {
  color: #e0401d;
}
.page-container .page-footer .page-footer-wrap .page-footer-holder h3 {
  font-size: 14px;
  line-height: 13px;
  color: #AAA;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 20px;
  padding: 0px;
  float: left;
  width: 100%;
}
.page-container .page-footer .page-footer-wrap .page-footer-holder p {
  font-size: 12px;
  line-height: 22px;
  margin-bottom: 5px;
  font-weight: 300;
}
.page-container .page-footer .page-footer-wrap .page-footer-holder .copyright {
  line-height: 30px;
  padding: 10px 0px;
  float: left;
  font-size: 11px;
}
.page-container .social-buttons {
  float: left;
  width: 100%;
}
.page-container .social-buttons a {
  display: block;
  float: left;
  width: 40px;
  height: 40px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  background: #FFF;
  border: 1px solid #E5E5E5;
  margin: 0px 5px 5px 0px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.page-container .social-buttons a .fa {
  line-height: 39px;
  font-size: 21px;
  color: #454545;
}
.page-container .social-buttons a:hover .fa {
  color: #FFF;
}
.page-container .social-buttons a:hover.sb-facebook {
  background-color: #3B5998;
  border-color: #3B5998;
}
.page-container .social-buttons a:hover.sb-twitter {
  background-color: #5EAADE;
  border-color: #5EAADE;
}
.page-container .social-buttons a:hover.sb-goggle {
  background-color: #DD4B39;
  border-color: #DD4B39;
}
.page-container .social-buttons a:hover.sb-dribbble {
  background-color: #DF4A84;
  border-color: #DF4A84;
}
.page-container .social-buttons a:hover.sb-flickr {
  background-color: #0063DB;
  border-color: #0063DB;
}
.page-container .social-buttons a:hover.sb-youtube {
  background-color: #DD2C28;
  border-color: #DD2C28;
}
.page-container .social-links {
  float: right;
  padding: 10px 0px;
}
.page-container .social-links a {
  display: block;
  float: left;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin-right: 3px;
  text-align: center;
  color: #666;
  font-size: 17px;
  -webkit-transition: color 200ms ease;
  -moz-transition: color 200ms ease;
  -ms-transition: color 200ms ease;
  -o-transition: color 200ms ease;
  transition: color 200ms ease;
}
.page-container .social-links a:hover {
  color: #AAA;
}
.page-container .divider {
  float: left;
  width: 100%;
  height: 1px;
  background: #E5E5E5;
  margin: 40px 0px;
  position: relative;
}
.page-container .divider .box {
  width: 24px;
  height: 24px;
  position: absolute;
  bottom: -12px;
  left: 50%;
  background: #FFF;
  border: 1px solid #E5E5E5;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-left: -12px;
  text-align: center;
  line-height: 24px;
  padding-left: 1px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.page-container .divider .box .fa {
  font-size: 13px;
  color: #D5D5D5;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.page-container .list-links {
  float: left;
  width: 100%;
  padding: 0px;
}
.page-container .list-links a {
  display: block;
  float: left;
  width: 100%;
  line-height: 20px;
  padding: 10px 5px;
  font-size: 13px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: #AAA;
}
.page-container .list-links a:hover {
  color: #e0401d;
}
.page-container .footer-contacts {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.page-container .footer-contacts .fc-row {
  padding: 0px 0px 0px 35px;
  float: left;
  width: 100%;
  margin-bottom: 10px;
  position: relative;
  line-height: 20px;
}
.page-container .footer-contacts .fc-row .fa {
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 14px;
  height: 20px;
  width: 20px;
  line-height: 20px;
  text-align: center;
}
.page-container .list-with-icon {
  float: left;
  width: 100%;
}
.page-container .list-with-icon .item {
  width: 100%;
  float: left;
  position: relative;
  padding: 0px 0px 0px 45px;
  margin-bottom: 20px;
}
.page-container .list-with-icon .item .icon {
  width: 35px;
  height: 35px;
  position: absolute;
  font-size: 32px;
  left: 0px;
  top: 0px;
  line-height: 35px;
}
.page-container .list-with-icon .item .text {
  font-size: 12px;
}
.page-container .button-panel {
  display: block;
  float: left;
  margin-bottom: 20px;
}
.page-container .this-animate {
  opacity: 0;
}
.page-container .this-animate.this-animated {
  opacity: 1;
}
.page-container .text-hightlight {
  color: #e0401d;
}
.page-container .push-up-0 {
  margin-top: 0px;
}
.page-container .push-up-10 {
  margin-top: 10px;
}
.page-container .push-up-20 {
  margin-top: 20px;
}
.page-container .push-up-30 {
  margin-top: 30px;
}
.page-container .push-up-40 {
  margin-top: 40px;
}
.page-container .push-down-0 {
  margin-bottom: 0px;
}
.page-container .push-down-10 {
  margin-bottom: 10px;
}
.page-container .push-down-20 {
  margin-bottom: 20px;
}
.page-container .push-down-30 {
  margin-bottom: 30px;
}
.page-container .push-down-40 {
  margin-bottom: 40px;
}
.page-container .padding-v-10 {
  padding: 10px 0px !important;
}
.page-container .padding-v-20 {
  padding: 20px 0px !important;
}
.page-container .padding-v-30 {
  padding: 30px 0px !important;
}
.page-container .bg-light {
  background-color: #F5F5F5;
}
.page-container .bg-dark-gray {
  background-color: #222222;
}
.page-container .bg-darken-gray {
  background-color: #151515;
}
.page-container .bg-transparent {
  background: transparent;
}
.page-container .bg-dark {
  background-color: #333333;
}
.page-container .bg-img-1 {
  background: url("../img/backgrounds/bg-1.jpg") center center fixed;
}
.page-container .bg-img-2 {
  background: url("../img/backgrounds/bg-2.jpg") top center fixed;
}
.page-container .bg-texture-1 {
  background-image: url("../img/textures/texture-1.png");
  background-position: left top;
  background-repeat: repeat;
}
/* END TEMPLATE */
/* PLUGINS */
/* OWL Slider */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
}
.owl-carousel .owl-item > div {
  width: 100%;
  float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.grabbing {
  cursor: url(../img/owl/grabbing.png) 8 8, move;
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-theme .owl-controls {
  text-align: center;
}
.owl-theme .owl-controls .owl-pagination {
  height: 22px;
  line-height: 22px;
}
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #222;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: alpha(opacity=50);
  opacity: 0.5;
  text-decoration: none;
}
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: alpha(opacity=20);
  opacity: 0.2;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #222;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: alpha(opacity=500);
  opacity: 0.5;
}
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.owl-item.loading {
  min-height: 150px;
  background: url(../img/owl/AjaxLoader.gif) no-repeat center center;
}
/* END Slider */
/* END PLUGINS */
/* BOOTSTRAP */
blockquote {
  font-size: 13px;
  border-left-color: #e0401d;
  line-height: 20px;
  color: #828282;
}
blockquote p {
  line-height: 12px;
  color: #828282;
}
/* FORMS */
.form-control {
  height: 30px;
  font-size: 12px;
  line-height: 18px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  border: 1px solid #E5E5E5;
  background: #F9F9F9;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.form-control:focus {
  border-color: #D5D5D5;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #FFF;
}
.form-control[disabled],
.form-control[readonly] {
  color: #CCC;
}
.form-control[disabled]:focus,
.form-control[readonly]:focus {
  background: #EEE;
  color: #CCC;
  border-color: #D5D5D5;
}
/* END FORMS */
/* PAGINATION */
.pagination {
  width: 100%;
  margin: 10px 0px;
}
.pagination > li > a,
.pagination > li > span {
  margin-left: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #757575;
  border-color: #E5E5E5;
}
.pagination > li > a:hover,
.pagination > li > span:hover {
  color: #222;
}
.pagination > li.active > a,
.pagination > li.active > a:hover {
  background: #e0401d;
  color: #FFF;
  border-color: #e0401d;
}
.pagination.pagination-sm {
  margin: 0px;
  width: auto;
}
.pagination.pagination-sm.push-down-20 {
  margin-bottom: 20px;
}
.pagination.pagination-sm.push-up-20 {
  margin-top: 20px;
}
/* END PAGINATION */
/* BUTTONS */
.btn {
  font-size: 12px;
  padding: 4px 12px;
  line-height: 20px;
  font-weight: 400;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.btn.btn-xl,
.btn .btn-group-xl > .btn {
  font-size: 15px;
  padding: 12px 24px;
  font-weight: 600;
}
.btn.btn-lg,
.btn .btn-group-lg > .btn {
  font-size: 14px;
  padding: 8px 20px;
}
.btn.btn-sm,
.btn .btn-group-sm > .btn {
  font-size: 11px;
  padding: 2px 10px;
}
.btn.btn-xs,
.btn .btn-group-xs > .btn {
  font-size: 10px;
  padding: 0px 5px;
}
.btn .fa {
  margin-right: 5px;
}
.btn-default {
  border-color: #DDD;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-color: #F5F5F5;
  border-color: #DDD;
}
.btn-primary {
  background-color: #e0401d;
  border-color: #d73d1c;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-color: #c93a1a;
  border-color: #c93a1a;
}
.btn-primary[disabled],
.btn-primary.disabled {
  background: #e76549;
  border-color: #e65d40;
}
.btn-danger {
  background-color: #B64645;
  border-color: #B64645;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-color: #a43f3e;
  border-color: #a43f3e;
}
.btn-danger[disabled],
.btn-danger.disabled {
  background: #c66968;
  border-color: #c36261;
}
.btn-warning {
  background-color: #FEA223;
  border-color: #FEA223;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-color: #fe970a;
  border-color: #fe970a;
}
.btn-warning[disabled],
.btn-warning.disabled {
  background: #feb756;
  border-color: #feb34c;
}
.btn-success {
  background-color: #95B75D;
  border-color: #95B75D;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-color: #89ad4d;
  border-color: #89ad4d;
}
.btn-success[disabled],
.btn-success.disabled {
  background: #acc780;
  border-color: #a7c479;
}
.btn-info {
  background-color: #3FBAE4;
  border-color: #3FBAE4;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-color: #29b2e1;
  border-color: #29b2e1;
}
.btn-info[disabled],
.btn-info.disabled {
  background: #6ccaea;
  border-color: #63c7e9;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 0;
}
/* END BUTTONS */
/* BREADCRUMB */
.breadcrumb {
  float: left;
  width: 100%;
  background: transparent;
  margin-bottom: 0px;
  padding: 6px 15px 7px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.breadcrumb li,
.breadcrumb li a {
  font-size: 11px;
  line-height: 12px;
  color: #a8a8a8;
  text-decoration: none;
}
.breadcrumb li:hover,
.breadcrumb li a:hover {
  color: #757575;
}
.breadcrumb li:last-child {
  color: #757575;
}
.breadcrumb > li + li:before {
  font-family: "FontAwesome";
  content: "\f105";
  color: #a8a8a8;
  padding: 0px 8px;
}
/* EOF BREADCRUMB */
/* END BOOTSTRAP */
.banner-container {
  width: 100%;
  position: relative;
  padding: 0;
}
.banner {
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 768px) {
  [class^='col-xs-'],
  [class^='col-sm-'],
  [class^='col-md-'],
  [class^='col-lg-'] {
    margin-bottom: 10px;
  }
  .img-responsive-mobile {
    width: 100%;
  }
}
@media only screen and (max-width: 1100px) {
  .page-container .page-header .page-header-holder {
    width: 100%;
  }
  .page-container .page-header .page-header-holder .navigation-toggle {
    display: block;
  }
  .page-container .page-header .page-header-holder .logo {
    margin-left: 10px;
  }
  .page-container .page-header .page-header-holder .navigation {
    width: 100%;
    float: left;
    border-top: 1px solid #E5E5E5;
    display: none;
  }
  .page-container .page-header .page-header-holder .navigation li {
    width: 100%;
  }
  .page-container .page-header .page-header-holder .navigation li ul {
    width: 100%;
    border: 0px;
    -moz-border-radius: none;
    -webkit-border-radius: none;
    border-radius: none;
    position: relative;
    top: auto;
  }
  .page-container .page-header .page-header-holder .navigation li > a {
    font-size: 13px;
    width: 100%;
    font-weight: 400;
    line-height: 20px;
    padding: 10px 10px 10px 30px;
    border: 0px;
    border-bottom: 1px solid #E5E5E5;
    background: #F5F5F5;
  }
  .page-container .page-header .page-header-holder .navigation li > a:hover {
    background: #F0F0F0;
  }
  .page-container .page-header .page-header-holder .navigation li > a:before {
    content: "\f105";
    font-family: FontAwesome;
    width: 10px;
    height: 20px;
    position: absolute;
    left: 15px;
    top: 10px;
    text-align: center;
    color: #e0401d;
    font-size: 12px;
  }
  .page-container .page-header .page-header-holder .navigation li:hover ul {
    display: none;
  }
  .page-container .page-header .page-header-holder .navigation li:last-child > a {
    border-bottom: 1px solid #E5E5E5;
  }
  .page-container .page-header .page-header-holder .navigation li.open ul {
    display: block;
  }
  .page-container .page-header .page-header-holder .navigation li.open > a:before {
    content: "\f107";
  }
  .page-container .page-header .page-header-holder .navigation > li > a {
    line-height: 20px;
    height: auto;
    padding: 10px 10px 10px 20px;
    border-bottom: 1px solid #E5E5E5;
    background: #FAFAFA;
  }
  .page-container .page-header .page-header-holder .navigation > li > a:hover {
    border-bottom: 1px solid #E5E5E5;
    background: #F5F5F5;
  }
  .page-container .page-header .page-header-holder .navigation > li > a:before {
    left: 5px;
  }
  .page-container .page-header .page-header-holder .navigation > li:last-child > a {
    border-bottom: 0px;
  }
  .page-container .page-header .page-header-holder .navigation > li.active > a {
    border-bottom: 1px solid #E5E5E5;
    background: #F5F5F5;
  }
  .page-container .page-header .page-header-holder .navigation.active {
    display: block;
  }
  .page-container .page-content .page-content-wrap .page-content-holder {
    width: 100%;
    padding: 40px 10px 20px;
  }
  .page-container .page-content .page-content-wrap .page-content-holder .text-column .text-column-image img {
    width: 100%;
  }
  .page-container .page-footer .page-footer-wrap .page-footer-holder {
    width: 100%;
  }
}

/*===========================
	Start Blog Section
=============================================*/

.bg-blog-section{
	padding-bottom: 90px;
}
.blog-items{
	margin-bottom: 30px;
}
.blog-img{
	overflow: hidden;
}
.blog-img a{
	display: block;
}
.blog-content-box{
	border: 1px solid #f0f0f0;
	border-top: 0;
}
.blog-content{
	padding: 31px 20px 25px 18px;
}

.blog-content h4 a{
	padding-bottom: 8px;
}
.meta-box{
	border-top: 1px solid #f0f0f0;
	padding: 14px 0 11px 20px;
}
.meta-post{
	
}
.meta-post li{
	display: inline-block;
	padding: 0 7px;
}
.meta-post li a{
	font-size: 14px;
	font-weight: 400;
	color: #696969;
}
.meta-post li a:hover{
	color: #0099cc;
}
.meta-post li .fa, .meta-post li a .fa{
	font-size: 18px;
	color: #84c168;
	padding-right: 4px;
}
.meta-post li:first-child{
	padding-left: 0;
}
.meta-post li:last-child {
	padding-right: 0;
}
.blog-items:hover {
	box-shadow: 1px 0px 14px 1px #ebebeb;
}
.blog-items:hover .blog-content h4 a{
	color: #0099cc;
}
.blog-items:hover .blog-img img{
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	transform: scale(1.05, 1.05);
}



/*===========================
	End Blog Section
=============================================*/



/*===========================
	Start Slider 
=========================================*/


.slider-two .slider-content h3,
.slider-three h3{
	background: none;
}
.slider-two .slider-content h2{
	font-size: 60px;
	line-height: 60px;
	padding-top: 5px;
}
.slider-two .camera_overlayer {
    background: rgba(55, 109, 6, 0.34);
}



/*================================
	Start Slider Section 
=============================================*/


/*======================================
	Start About Greenforest Section 
====================================================*/

.about-greenforest{
	padding: 110px 0 75px 0;
}
.about-greenforest-content h2{
	text-transform: uppercase;
}
.about-greenforest-content p span{
	display: inline-block;
	font-weight: 600;
	color: #0099cc;
	margin: 11px 0 18px 0;
}
.about-greenforest-content .btn-default{
	padding: 14px 28px 12px 28px;
    margin: 40px 20px 0 0;
}
.about-greenforest-content .btn-default:active,
.about-greenforest-content .btn-default:focus {
    color: #0099cc;
}
.about-greenforest-content .btn-default:hover {
    color: #fff;
}


/*=======================
	End About Greenforest Section 
==========================================*/


/*=======================
	Start Recent Project Section 
==========================================*/

.bg-recent-project{
	background: #f7f7f7;
	padding: 0 0 94px 0;
}
.recent-project .section-header{
	padding-bottom: 40px;
}
.recent-project .button{
	position: relative;
	font-size: 14px;
	font-weight: 600;
	color: #000000;
	text-transform: uppercase;
	padding: 0 20px;
	background: transparent;
	margin-bottom: 6px;
}
.recent-project .button:hover{
	color: #0099cc;
}
.recent-project .button:after{
	position: absolute;
	content: "";
	width: 10px;
	height: 2px;
	background: #949494;
	top: 5px;
	right: -6px;
}
.recent-project .button:last-child:after{
	display: none;
}
.recent-project .is-checked{
	color: #0099cc!important;
}

div#filters {
    text-align: center;
}
.portfolio-items{
	margin-top: 40px;
}
.portfolio-items .item{
	width: 33.33%;
	float: left;
}
 .portfolio-items .item-inner{
	background: #fff;
	margin: 15px;
}
.portfolio-img{
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-align: center;
}

.portfolio-container{
	margin-top: 38px;
}

.overlay-project{
	position: absolute;
	width: 96%;
	height: 95%;
	top: 7px;
	left: 7px;
	background: rgba(27, 15, 9, 0.79);
	opacity: 0;
	z-index: 1;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	transform: scale(0, 0);
}

.recent-project .item-inner:hover .overlay-project{
	opacity: 1;
	transform: scale(1, 1);
} 

.project-link-option{
	position: absolute;
	width: 100%;
	top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
	z-index: 2;
}
.project-link-option li{
	display: inline-block;
	opacity: 0;
}
.project-link-option li a{
	display: inline-block;
    width: 44px;
    height: 44px;
	line-height: 51px;
	text-align: center;
	font-size: 20px;
	color: #9f9f9f;
    background: #fff;
    border-radius: 100%;
	margin: 0 2px;
}
.project-link-option .project-search a, 
.project-link-option .project-plus a{
	line-height: 47px;
}
.project-link-option li a:hover{
	background: #0099cc;
	color: #d8ebcf;
}
.project-link-option .project-search, 
.project-link-option .project-plus{
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	-webkit-transform: scale(1.6, 1.6);
	transform: scale(1.6, 1.6);
}
.project-link-option .project-link{
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	-webkit-transform: scale(1.6, 1.6);
	transform: scale(1.6, 1.6);
}
.recent-project .item-inner:hover .project-link-option .project-search,
.recent-project .item-inner:hover .project-link-option .project-plus{
	opacity: 1;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}
.recent-project .item-inner:hover .project-link-option .project-link{
	opacity: 1;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);

}
.recent-project-content{
	border: 1px solid #f0f0f0;
	border-top: none;
	padding: 28px 24px 18px 24px;
}
.recent-project-content h4 a{
	font-weight: 700;
	color: #212121;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.recent-project-content p{
	font-size: 16px;
	color: #696969;
}
.recent-project-content p span a{
	color: #0099cc;
	text-transform: uppercase;
}

.recent-project .item-inner:hover .recent-project-content h4 a{
	color: #0099cc;
}
.recent-project .item-inner:hover {
	box-shadow: 1px 0px 14px 1px #ebebeb;
}
.portfolio-items .item-inner:hover .portfolio-img img{
	-webkit-transform: scale(1.06, 1.06);
	transform: scale(1.06, 1.06);
}

/*=======================
	End Recent Project Section 
==========================================*/


/*=======================
	Start Counter2 Section 
==========================================*/

.bg-count2-section{
	background: url(../images/home02/bg-counter2-img.jpg) no-repeat fixed;
    background-size: cover;
    background-position: 48% 100%;
}



/*=======================
	End Counter2 Section 
==========================================*/



/*=======================
	Start Home2 Service Section 
==========================================*/

.bg-servicesstyle2-section{
	padding: 0 0 90px 0;
}
.our-services-option{}
.our-services-box{
	border: 1px solid #f0f0f0;
	padding: 8px;
	margin-bottom: 30px;
}
.our-services-items{
	text-align: center;
	padding: 8px 22px 18px 22px;
	border: 1px solid transparent;
}
.our-services-content{
	padding-top: 4px;
}
.our-services-content h4{
	padding-bottom: 8px;
}
.our-services-content>a{
	font-size: 14px;
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
	padding-top: 15px;
}
.our-services-content>a .fa{
	padding-left: 4px;
}
.our-services-box:hover{
	box-shadow: 1px 0px 14px 1px #ebebeb;
}
.our-services-box:hover .our-services-items{
	border: 1px solid #f0f0f0;
}
.our-services-box:hover [class^="flaticon-"]:before, 
.our-services-box:hover [class*=" flaticon-"]:before, 
.our-services-box:hover [class^="flaticon-"]:after, 
.our-services-box:hover [class*=" flaticon-"]:after{
	-webkit-transform: scale(1.08, 1.08);
	transform: scale(1.08, 1.08);
}
.our-services-box:hover .our-services-content h4 a, .our-services-box:hover .our-services-content>a{
	color: #0099cc;
}




/*=======================
	End Home2 Service Section 
==========================================*/




/*=======================
	Start focus cause  Section 
==========================================*/

.bg-focus-cause-section2 {
	background: #f7f7f7;
    padding-bottom: 100px;
}


/*=======================
	End focus cause Section 
==========================================*/


/*=======================
	Start compaian video Section 
==========================================*/

.bg-compaian-video{
	background: url(../images/home02/bg-video-section.jpg) no-repeat fixed;
    background-size: cover;
    background-position: 48% 100%;
}
.compaian-video-overlay{
	background: rgba(72, 142, 38, 0.74);
}
.compaian-video{
	text-align: center;
	padding: 245px 0;
}
.compaian-video h3{
	font-size: 30px;
	font-weight: 700;
	color: #fefefe;
	text-transform: uppercase;
	padding-top: 3px;
}


/*=======================
	Start collection Section 
==========================================*/




.bg-collection-section{
	background: #f7f7f7;
	padding-bottom: 86px;
}

.collection-items{
	text-align: center;
	border: 1px solid #f0f0f0;
	overflow: hidden;
	margin-bottom: 30px;
}
.collection-img{
	position: relative;
	overflow: hidden;
	text-align: center;
}
.collection-img img{
	width: 100%;
	overflow: hidden;
}

.shop-grid-view .collection-img{
    float: left;
}
.shop-grid-view .collection-content {
    padding: 25px 30px 20px 30px;
    display: table;
    text-align: left;
}
.shop-grid-view .star-icon {
    margin-bottom: 10px;
}
.shop-grid-view .collection-content p{
    margin-bottom: 15px;
    text-align: justify;
}
.nav-tabs>li>a {
    border: none;
}
.nav-tabs {
    border: none;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    border: none;
}
.nav-tabs>li.active>a{
    color: red;
}
.nav>li>a:focus, .nav>li>a:hover {
    background: none;
}
.bg-shop-section .nav>li>a {
    padding: 10px 10px;
    cursor: pointer;
}
.collection-overlay{
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(247, 251, 240, 0.85);
	opacity: 0;
	z-index: 1;
}

.collection-icon{
	position: absolute;
	width: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2;
}
.collection-icon li{
	display: inline-block;
	-webkit-transform: scale(0, 0);
	transform: scale(0, 0);
}
.collection-icon li a{
	width: 50px;
	height: 50px;
	line-height: 53px;
	font-size: 20px;
	font-weight: 400;
	color: #0099cc;
	border: 1px solid #0099cc;
	background: transparent;
	border-radius: 100%;
	margin: 0 2px;
	z-index: 2;
}
.collection-icon li a:hover{
	background: #0099cc;
	color: #fff;
}
.collection-content{
	border-top: 1px solid #f0f0f0;
	padding: 25px 0 20px 0;
}
.collection-content h4 a{
	font-weight: 600;
}
.collection-content h5 {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 600;
	color: #000;
	padding-top: 1px;
}
.star-icon{}
.star-icon li{
	display: inline-block;
}
.star-icon li a{
	font-size: 14px;
	font-weight: 400;
	color: #0099cc;
}
.collection-items:hover .collection-overlay{
	opacity: 1;
}
.collection-items:hover .collection-content h4 a{
	color: #0099cc;
}
.collection-items:hover .collection-icon li{
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}
.collection-items:hover .collection-img img{
	-webkit-transform: scale(1.03, 1.03);
	transform: scale(1.03, 1.03);
}
.collection-items:hover{
	box-shadow: 1px 0px 14px 1px #ebebeb;
}

/*=======================
	End collection Section 
==========================================*/


/*=======================
	End compaian video Section 
==========================================*/



/*=======================
	Start Upcoming Events Section 
==========================================*/

.upcoming-events{
	padding-bottom: 50px;
}
.event-items{
	margin-bottom: 30px;
}
.event-img{
	position: relative;
	display: block;
}
.event-img a, .event-img a img {
	display: block;
	width: 100%;
	overflow: hidden;
}
.date-box{
	position: absolute;
	width: 80px;
	height: 80px;
	line-height: 80px;
	background: #0099cc;
	text-align: center;
	bottom: 0;
	left: 0;
	padding: 8px 0;
}
.date-box h3{
	font-size: 36px;
	font-weight: 700;
	color: #fff;
}
.date-box h5{
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
}
.events-content{
	border: 1px solid #f0f0f0;
	border-top: 0;
	padding: 27px 26px 30px 30px;
}
.events-content h3{
	margin: 0;
}
.events-content h3 a{
	text-transform: uppercase;
	color: #000;
}
.events-content .meta-post{
	margin: 4px 0 8px 0;
}
.events-content .meta-post li{
	font-size: 16px;
	color: #9b9b9b;
	padding: 0 7px;
}
.events-content .meta-post li:first-child{
	padding-left: 0;
}
.events-content .meta-post li .fa{
	font-size: 20px;
	font-weight: 300;
}
.events-content{}
.events-content .meta-post [class^="flaticon-"]:before, 
.events-content .meta-post[class*=" flaticon-"]:before, 
.events-content .meta-post[class^="flaticon-"]:after, 
.events-content .meta-post[class*=" flaticon-"]:after{
	font-size: 20px;
	margin-left: 0!important;
}
.events-content .btn-default{
	margin-top: 24px;
	padding: 8px 20px;
}
.event-items:hover{}
.event-items:hover .events-content h3 a{
	color: #0099cc;
}
.event-items:hover .event-img img{
	-webkit-transform: scale(1.05, 1.05);
	-moz-transform: scale(1.05, 1.05);
	transform: scale(1.05, 1.05);
}
.event-items:hover{
	box-shadow: 1px 0px 14px 1px #ebebeb;
}

/*=======================
	End Upcoming Events Section 
==========================================*/




/*================================= Start Home 03 ================================*/


/*=========================
	Header section
====================================*/

.header-style-3 .bg-main-menu{
	position: fixed;
    z-index: 9;
    width: 100%;
    background: rgba(29, 47, 4, 0.46);
}
.header-style-3 .menu-scroll.menu-fixed{
	background: #000;
}
.boxed .main-menu .navbar-collapse {
    float: none;
}
.header-style-3 .main-menu .nav>li>a{
	color: #fff;
}
.header-style-3 .search-box {
    margin: 25px 0 23px 0;
}
.header-style-3 .search-box i{
	color: #fff;
}
.header-style-3 #all-search{
	background: #000;
	color: #fff;
}
.header-style-3 #all-search::-webkit-input-placeholder {
  color: #fff;
}
.header-style-3 #all-search:-moz-placeholder {
  color: #fff;
}
.header-style-3 #all-search::-moz-placeholder {
  color: #fff;
}
.header-style-3 #all-search:-ms-input-placeholder {
  color: #fff;
}
.header-style-3 .cart-icon .fa{
	color: #fff;
}


/*========================
	End Header Section
=======================================*/



/*========================
	Start Slider Section
=======================================*/

.slider-three .slider-content {
    text-align: center;
}
.slider-three .slider-content h3 {
   font-size: 30px;
}
.slider-three .slider-content h2{
	font-size: 60px;
	line-height: 45px;
}

.slider-three .slider-content p{
	font-size: 24px;
	line-height: 50px;
}





/*========================
	End Slider Section
=======================================*/





/*========================
	Start Working Section
=======================================*/

.bg-working-section{
	padding-bottom: 95px;
}
.working-items{
	text-align: center;
	border: 1px solid #f0f0f0;
	padding: 30px 30px 28px 30px;
	margin-bottom: 30px;
}
.working-icon{
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	border: 1px solid #f0f0f0;
	border-radius: 100%;
	margin: 0 auto;
}
.working-icon [class^="flaticon-"]:before, 
.working-icon [class*=" flaticon-"]:before, 
.working-icon [class^="flaticon-"]:after, 
.working-icon [class*=" flaticon-"]:after{
	margin-left: 0;
	font-size: 40px;
}
.working-content{}
.working-content h4 a{
	display: inline-block;
	padding: 30px 0 6px 0;
}
.working-content>a{
	font-size: 14px;
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
	padding-top: 18px;
}
.working-content>a .fa{
	padding-left: 4px;
}

.working-container .swiper-slide {
	padding: 3px;
}
.working-items:hover .working-icon{
	background: #0099cc;
	border: 1px solid #0099cc;
}
.working-items:hover{
	box-shadow: 1px 0px 14px 1px #ebebeb;
}
.working-items:hover .working-icon [class^="flaticon-"]:before, 
.working-items:hover .working-icon [class*=" flaticon-"]:before, 
.working-items:hover .working-icon [class^="flaticon-"]:after, 
.working-items:hover .working-icon [class*=" flaticon-"]:after{
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	-webkit-transform: scale(1.06, 1.06);
	transform: scale(1.06, 1.06);
	color: #fff;
}
.working-items:hover .working-content h4 a,
.working-items:hover .working-content>a{
	color: #0099cc;
}


/*========================
	End Working Section
=======================================*/


/*========================
	Start Donation Section
=======================================*/

.bg-donation-section{
	background: url(../images/home03/bg-donation-img.jpg) no-repeat fixed;
	background-size: cover;
	background-position: 50% 50%;
}
.donation-overlay{
	background: rgba(0, 0, 0, .8);
}
.donation-section{
	padding: 145px 150px;
}
.donaton-header{
	text-align: center;
}
.donaton-header h3{
	position: relative;
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	padding-bottom: 20px;
}
.donaton-header h3:after{
	position: absolute;
	content: "";
	width: 50px;
	height: 4px;
	background: #5faf1f;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.donaton-header h2{
	color: #fff;
	padding: 40px 0 8px 0;
}
.donaton-header h4{
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	color: #5faf1f;
}
.donation-section .progress{
	height: 20px;
    border-radius: 30px;
	margin-top: 34px;
	box-shadow: 0px 0px 0px 10px rgba(0,0,0,0.3);
	
}
.donation-section .progress-bar{
	border-radius: 30px;
}
.count-number{
	overflow: hidden;
}
.count-left{
	float: left;
}
.count-right{
	float: right;
}
.count-left, .count-right{
	font-size: 18px;
	font-weight: 700;
	color: #fff;
}
.count-left span, .count-right span{
	font-size: 24px;
	color: #5faf1f;
}
.donate-btn{
	text-align: center;
}
.donate-btn .btn-default{
	padding: 15px 29px;
	background: #5faf1f;
	color: #fff;
	border: 0;
}
.donate-btn .btn-default .fa{
	padding-left: 3px;
}
.donate-btn .btn-default:before, 
.donate-btn .btn-default:after{
	background: #fff;
	
}
.donate-btn .btn-default:hover, 
.donate-btn .btn-default:focus, 
.donate-btn .btn-default.focus, 
.donate-btn .btn-default:active{
	color: #0099cc;
}


/*========================
	End Donation Section
=======================================*/



/*========================
	Start People Say Section
=======================================*/

.bg-people-say-section{
	background: url(../images/home03/bg-people-say.jpg)no-repeat fixed;
	background-size: cover;
	background-position: 45%;
}
.people-say-overlay{
	background: rgba(76, 148, 40, 0.77);
}
.people-say-section{
	position: relative;
	padding: 150px 0;
}
.people-say-items{
	max-width: 750px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding: 0 67px;
}
.people-say-items .fa{
	font-size: 64px;
	color: #fff;
	padding-bottom: 35px;
}
.people-say-items p, .people-say-items p a{
	font-size: 16px;
	color: #fff;
}
.people-say-items p a span{
	font-weight: 700;
	font-style: italic;
}
.people-say-items p a:hover{
	color: #000;
}
.people-say-items{}
.people-say-items{}
.people-say-section .swiper-pagination{
	width: 100%;
	bottom: 42px;
}
.people-say-section .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: #efeef3;
	margin: 0 3px;
	opacity: 1;
}
.people-say-section .swiper-pagination-bullet-active{
	width: 14px;
	height: 14px;
}



/*========================
	End  People Say Section
=======================================*/




/*========================
	Start Count Section
=======================================*/

.bg-count3-section{
	background: url(../images/home03/bg-count-img.jpg) no-repeat fixed;
	background-size: cover;
	background-position: 50% 50%;
}
.count3-overlay{
	background: rgba(91, 164, 58, 0.72);
}

/*========================
	End  Count Section
=======================================*/



/*========================
	Start portfolio items Section
=======================================*/

.bg-recent-project-home3{
	padding-bottom: 123px;
}
.portfolio-items-home3 .overlay-project,
.gallery2-items .overlay-project,
.gallery3-items .overlay-project{
	width: 100%;
	height: 100%;
	top: 0;
    left: 0;
	background: rgba(29, 14, 5, 0.92);
}
.portfolio-items-home3 .item{
	width: 25%;
}
.portfolio-items-home3 .item-inner {
    margin: 7px;
	text-align: center;
}
.portfolio-items-home3 .portfolio-img {
	text-align: center;
}
.portfolio-items-home3 .project-plus,
.gallery2-items .project-plus,
.gallery3-items .project-plus{
	width: 100%;
	position: absolute;
    top: 50%;
	transform: translateY(-50%);
    z-index: 2;
}
.portfolio-items-home3 .project-plus a,
.gallery2-items .project-plus a,
.gallery3-items .project-plus a {
	display: inline-block;
    width: 44px;
    height: 44px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    color: #9f9f9f;
    background: #fff;
    border-radius: 100%;
	margin-bottom: 30px;
	opacity: 0;
	-webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-transform: scale(1.6, 1.6);
    transform: scale(1.6, 1.6);
}
.portfolio-items-home3 .project-plus a,
.gallery2-items .project-plus a, 
.gallery3-items .project-plus a {
	color: #0099cc;
}
.portfolio-items-home3 .project-plus a:hover,
.gallery2-items .project-plus a:hover,
.gallery3-items .project-plus a:hover{
	background: #fff;
}
.portfolio-items-home3 .item-inner:hover .project-plus a,
.gallery2-items .item-inner:hover .project-plus a,
.gallery3-items .item-inner:hover .project-plus a{
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
	opacity: 1;
}


.portfolio-items-home3 .recent-project-content,
.gallery2-items .recent-project-content,
.gallery3-items .recent-project-content{
	width: 100%;
	position: absolute;
	top: 70%;
	text-align: center;
	z-index: 4;
	padding: 0;
	opacity: 0;
	border: none;
	margin-top: 30px;
}
.portfolio-items-home3 .recent-project-content p a,
.gallery2-items .recent-project-content p a,
.gallery3-items .recent-project-content p a{
	font-size: 18px;
	font-weight: 600;
	color: #fefefe;
	text-transform: uppercase;
	
}
.portfolio-items-home3 .recent-project-content p a:hover,
.gallery2-items .recent-project-content p a:hover,
.gallery3-items .recent-project-content p a:hover{
	color: #0099cc;
}
.portfolio-items-home3 .item-inner:hover .recent-project-content,
.gallery2-items .item-inner:hover .recent-project-content,
.gallery3-items .item-inner:hover .recent-project-content{
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	opacity: 1;
}




/*========================
	End  portfolio items Section
=======================================*/



/*=============================================================Services Css =====================================*/

.services-video h3{
	padding-top: 21px;
}

/*=============================================================Teams Css =====================================*/

.bg-team-section{
	padding-top: 130px;
	padding-bottom: 100px;
}
.bg-single-team{
	padding: 118px 0 110px 0;
}
.single-team-details h3,
.single-team-content h3{
	font-size: 24px;
	font-weight: 700;
	color: #0099cc;
	text-transform: uppercase;
}
.single-team-details h5{
	font-size: 16px;
	font-weight: 400;
	color: #656565;
	padding: 3px 0 8px 0;
}
.single-team-details .social-icon-rounded{
	margin-top: 16px;
}
.team-address-box {
	margin-top: 3px;
}
.team-address-box .address .fa{
	background: transparent;
	border: 1px solid #f7f7f7;
}
.team-address-box .address li span{
	color: #696969;
}
.single-team-content{
	margin-top: 30px;
}
.single-team-content h3{
	padding-bottom: 6px;
}






/*=============================================================project Css =====================================*/

.bg-single-recent-project {
    padding: 117px 0 118px 0;
}
.load-more-option{
	text-align: center;
}
.load-more-option .btn-default{
	font-size: 15px;
	color: #fff;
	background: #0099cc;
	padding: 12.5px 32.5px;
	margin-top: 34px;
}
.load-more-option .btn-default:hover, 
.load-more-option .btn-default:focus, 
.load-more-option .btn-default.focus, 
.load-more-option .btn-default:active{
	color: #0099cc;
}
.load-more-option .btn-default:before, 
.load-more-option .btn-default:after{
	background: #fff;
}


/*================================================ Photo Gallery Css ============================*/

.photo-gallery{
	padding-top: 115px;
}
.photo-gallery .load-more-option .btn-default {
	font-size: 14px;
    padding: 14.5px 19px;
	margin-top: 50px;
}


/*=================================================== Single Project Css ======================================*/

.single-project{
	padding: 120px 0 111px 0;
}
.single-pro-main-content{
	padding-top: 68px;
}
.single-left-content{}
.single-left-content li{
	border: 1px solid #f7f7f7;
	padding: 18px 6px 11px 22px;
}
.single-left-content li h4{
	font-size: 16px;
	line-height: 14px;
}
.single-left-content li p{
	font-size: 16px;
}
.single-project-content h3{
	color: #010101;
	text-transform: uppercase;
	padding-bottom: 15px;
}
.single-project-content p{
	line-height: 32px;
}
.single-small-img li{
	padding: 15px 0;
}
.single-small-img li:first-child {
	padding-top: 0;
}
.single-small-img li:last-child {
	padding-bottom: 0;
}
.download-option{
	padding-top: 77px;
}
.download-option h4{
	padding-bottom: 20px;
}
.download-option .download-btn{
	margin-bottom: 30px;
}
.download-btn{
	display: inline-block;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	padding: 14px 26px 12px 40px;
	background: #0099cc;
	border-radius: 4px;
}
.download-btn .fa{
	font-size: 18px;
	color: #fff;
	padding-right: 10px;
}
.download-btn span .fa{
	padding-left: 20px;
	padding-right: 0;
}
.download-btn:hover{
	background: #000;
	color: #fff;
}
.social-option{
	padding-top: 35px;
}
.social-option h4{
	padding-bottom: 10px;
}


/*============================================= Start Single Services ====================================*/


.bg-single-services{}
.single-services{
	padding: 120px 0 95px 0;
}
.single-services-content{
	padding-left: 30px;
}
.single-services-content img{
	padding-bottom: 10px;
}
.single-services-content h3{
	color: #0099cc;
	text-transform: uppercase;
	padding: 26px 0 3px 0;
}
.single-services-content p{
	text-align: justify;
}
.mark-txt{
	padding-top: 14px;
}
.mark-txt li{
	font-size: 15px;
	font-weight: 600;
	color: #000;
	padding: 4px 0;
}
.mark-txt li:first-child{
	padding-top: 0;
}
.mark-txt li:last-child{
	padding-bottom: 0;
}
.mark-txt .fa{
	color: #0099cc;
}
.single-left-services-list{}
.single-left-services-list .nav-tabs{
	border-bottom: none;
}
.single-left-services-list .nav-tabs>li{
	float: none;
	margin-bottom: 0;
}
.single-left-services-list .nav-tabs>li>a{
	font-size: 18px;
	font-weight: 600;
	color: #000000;
	text-transform: uppercase;
	padding: 12px 15px;
	margin-right: 0;
	border-radius: 0;
	background: #fafafa;
	border: 1px solid #f0f0f0;
}

.single-left-services-list .nav-tabs>li.active>a, 
.single-left-services-list .nav-tabs>li.active>a:focus, 
.single-left-services-list .nav-tabs>li.active>a:hover{
	color: #0099cc;
    cursor: default;
    background-color: #fff;
    border: 1px solid rgba(235, 235, 235, 0.57);
    border-bottom-color: rgba(235, 235, 235, 0.57);
	border-radius: 0;
}
.single-left-services-list [class^="flaticon-"]:before, 
.single-left-services-list [class*=" flaticon-"]:before, 
.single-left-services-list [class^="flaticon-"]:after, 
.single-left-services-list [class*=" flaticon-"]:after{
	font-size: 18px;
	margin-left: 0;
	margin-right: 5px;
}
.download-service{
	padding-top: 50px;
}
.download-service a{
	margin: 28px 0 0 0;
}


/*================================================= Start Event Page Css =================================*/

.bg-event-box{
	padding: 120px 0 30px 0;
}
.event-search-box-option{
	padding: 23px 0 26px 31px;
	box-shadow: 1px 0px 14px 1px #ebebeb;
}
.event-box{}
.event-box label{
	font-size: 16px;
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
	padding-bottom: 6px;
}
.event-box .form-control{
	height: 50px;
	padding-left: 20px;
	border: 1px solid #f0f0f0;
	box-shadow: none;
}
.event-box .form-control:focus{
	border: 1px solid #0099cc;
}
.event-box .btn-default{
	background-color: #0099cc;
	color: #fff;
	margin: 42px 0 0 30px;
	padding: 13px 53.4px;
}
.event-box{}
.event-box .btn-default:hover:before {
    left: -17%;
}
.event-box .btn-default:hover:after {
    right: -14%;
}
.event-box .btn-default:before, 
.event-box .btn-default:after{
	background: #fff;
	color: #0099cc;
}
.event-box .btn-default:hover, 
.event-box .btn-default:focus, 
.event-box .btn-default.focus, 
.event-box .btn-default:active{
	color: #0099cc;
}
.pagination-option{
	text-align: center;
}
.pagination-option .pagination{
	margin: 0;
	text-align: center;
}
.pagination-option{
	padding-top: 45px;
}
.pagination-option .pagination>li>a{
	width: 40px;
    height: 40px;
	line-height: 29px;
	font-size: 16px;
	font-weight: 600;
	color: #0099cc;
	margin: 0 5px;
	border: 1px solid #65ac4c;
	border-radius: 4px;
}
.pagination-option .pagination>li>a:focus, 
.pagination-option .pagination>li>a:hover, 
.pagination-option .pagination>li>span:focus, 
.pagination-option .pagination>li>span:hover{
	background: #0099cc;
	color: #fff;
	border-color: #0099cc;
}
.pagination-option .pagination>li.active a{
	background: #0099cc;
	color: #fff;
	border-color: #0099cc;
} 


/*================================================ Start Blog Page ======================================*/

.blog-page{
	padding-top: 120px;
}
.blog-page .pagination-option{
	padding-top: 30px;
}



/*============================================ Start Gallery Style 02 ====================================*/

.bg-gallery-style2{
	padding: 120px 0;
}
.gallery2-items .overlay-project {
    background: rgba(12, 6, 6, 0.81);
}
.gallery2-items .project-plus{
	#top: 38%;
	#left: 45%;
}
.gallery2-items .project-plus a,
.gallery3-items .project-plus a{
	width: 40px;
    height: 40px;
    line-height: 45px;
	box-shadow: 0px 0px 0px 5px rgba(67, 60, 57, 0.84);
}
.gallery2-items .recent-project-content{
	#left: 28%;
}
.bg-gallery-style2 .load-more-option .btn-default {
    font-size: 14px;
    padding: 14.5px 19px;
    margin-top: 50px;
}


/*================================================= Gallery Style 03 =================================*/

.gallery3 .item{
	width: 20%;
}
.gallery3 .item-inner{
	margin: 0;
}
.gallery3 .item-inner:hover {
    box-shadow: none;
}


/*============================================= Start Contact Us =========================================*/

.bg-contact-us{
	padding: 120px 0 130px 0;
}
.contact-us{}
.contact-title{
	font-size: 30px;
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
	margin-bottom: 22px;
}
.contact-form{
	margin-top: 31px;
}
.contact-form .form-control{
	height: 50px;
	border: 1px solid #f0f0f0;
	border-radius: 0;
	box-shadow: none;
	padding-left: 25px;
	margin-bottom: 30px;
}
.contact-form input[type="text"]:focus, 
.contact-form input[type="email"]:focus, 
.contact-form input[type="url"]:focus, 
.contact-form input[type="password"]:focus, 
.contact-form input[type="search"]:focus, 
.contact-form input[type="tel"]:focus, 
.contact-form input[type="number"]:focus, 
.contact-form textarea:focus{
	border: 1px solid #0099cc;
}
.text-area{
	height: 150px!important;
	border-radius: none;
	padding-top: 20px;
}
.contact-form .btn-default{
	background: #65ac4c;
	color: #fff;
	padding: 13px 27px;
}
.contact-form .btn-default:before, 
.contact-form .btn-default:after{
	background: #fff;
}
.contact-form .btn-default:hover, 
.contact-form .btn-default:focus, 
.contact-form .btn-default.focus, 
.contact-form .btn-default:active{
	color: #0099cc;
}

.contact-address li{
	border-bottom: 1px solid #eeeeee;
	padding: 18px 0;
	overflow: hidden;
}
.contact-address li:first-child{
	padding-top: 0;
}
.contact-address li:last-child{
}
.contact-address [class^="flaticon-"]:before, 
.contact-address [class*=" flaticon-"]:before, 
.contact-address [class^="flaticon-"]:after, 
.contact-address [class*=" flaticon-"]:after{
	font-size: 30px;
	float: left;
	line-height: 45px;
	margin: 0;
	margin-right: 13px;
}
.contact-address .contact-content{
	display: table;
}
.contact-address .contact-content p{
	font-size: 14px;
	color: #696969;
}
.contact-social-icon{
	margin-top: 20px;
}
.contact-social-icon li{
	margin: 0 7px;
}
.contact-social-icon li a{
	font-size: 24px;
	line-height: 42px;
    text-align: center;
	color: #fff;
    overflow: hidden;
}
.contact-social-icon li:nth-child(1) a{
	background: #3b5998;
	border: 2px solid #3b5998;
}
.contact-social-icon li:nth-child(2) a{
	background: #55acee;
	border: 2px solid #55acee;
}
.contact-social-icon li:nth-child(3) a{
	background: #dc4e41;
	border: 2px solid #dc4e41;
}
.contact-social-icon li:nth-child(4) a{
	background: #ff0084;
	border: 2px solid #ff0084;
}
.contact-social-icon li:nth-child(5) a{
	background: #cb2027;
	border: 2px solid #cb2027;
}
.contact-social-icon li:nth-child(6) a{
	 font-size: 28px;
	line-height: 40px;
	background: #3b5998;
	border: 2px solid #3b5998;
}

.contact-social-icon li:nth-child(1) a:hover,
.contact-social-icon li:nth-child(2) a:hover,
.contact-social-icon li:nth-child(3) a:hover,
.contact-social-icon li:nth-child(4) a:hover,
.contact-social-icon li:nth-child(5) a:hover,
.contact-social-icon li:nth-child(6) a:hover{
	background: #0099cc;
	border: 2px solid #0099cc;
}

#map{
	width: 100%;
	height: 600px;
}



/*=========================================================Start Single Event Css ===========================*/

.bg-single-events{
	padding: 120px 0 145px 0;
}
.single-events{}
.single-event-item{}
.single-event-img{
	position: relative;
}
.single-event-content{
	border: 1px solid #f0f0f0;
	padding:  0 30px 30px 20px;
}
.single-event-content h3{
	font-size: 30px;
	font-weight: 700;
	color: #000;
	padding: 30px 0 6px 0;
	text-transform: uppercase;
}
.single-event-content p{
	line-height: 28px;
	text-align: justify;
}
.single-event-content{}
.single-event-content{}
.single-date-map{
	overflow: hidden;
}

.single-date-option, .single-map{
	width: 50%;
	float: left;
}
.single-date-map{
	padding-top: 30px;
}
.single-date{
	padding-top: 5px;
}
.single-date li {
	padding-bottom: 25px;
}
.single-date li .fa{
	float: left;
	font-size: 24px;
	color: #0099cc;
	margin-right: 14px;
}
.single-date-map .h-adress-content{
	display: table;
}
.single-date-map .h-adress-content{}
.single-date-map .h-adress-content h6{
	font-size: 16px;
	font-weight: 700;
	color: #000000;
	text-transform: uppercase;
	margin-bottom: 1px;
}
.single-date-map .h-adress-content p{
	font-size: 16px;
}
.single-date-map #map{
	width: 380px;
	height: 200px;
}

.event-single-bottom-option{
	border: 1px solid #f0f0f0;
	border-top: none;
	padding: 6px 30px;
	overflow: hidden;
}
.event-author-option{
	float: left;
}
.event-author-img{
	width: 40px;
	height: 40px;
	background: #ddd;
	border-radius: 100%;
	overflow: hidden;
	float: left;
	margin-right: 15px;
}
.event-author-name{
	display: table;
	padding: 7px 0;
}
.event-author-name p{
	font-size: 15px;
	color: #696969;
}
.event-author-name p a{
	font-size: 15px;
	font-weight: 600;
	color: #0099cc;
	text-transform: uppercase;
}
.event-author-name p a:hover{
	color: #696969;
}
.event-share-option{
	float: right;
}
.share-icon{
	padding: 4px 0;
}
.share-icon li>.fa{
	font-size: 16px;
	color: #0099cc;
	padding-right: 7px;
}
.share-icon li span{
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	color: #000;
}
.share-icon li:nth-child(2) a{
	color: #3b5998;
}
.share-icon li:nth-child(3) a{
	color: #db4437;
}
.share-icon li:nth-child(4) a{
	color: #e94c89;
}
.share-icon li:nth-child(5) a{
	color: #23b6ea;
}
.share-icon li:nth-child(6) a{
	color: #cb1f27;
}


/*============== Start Sidebar ========*/

.sidebar,
.shop-sidebar{
	border: 1px solid #f0f0f0;
	padding-bottom: 5px;
}

.sidebar-widget-title, 
.comments-title{
	position: relative;
	border-bottom: 4px solid #f0f0f0;
	padding: 10px 30px 16px 30px;
}
.sidebar-widget-title:after,
.comments-title:after{
	position: absolute;
	content: "";
	width: 100px;
	height: 4px;
	background: #65ac4c;
	bottom: -4px;
	left: 0;
}

.widget-content{
	padding: 0 27px 25px 27px;
}
.widget-content .sidebar-form,
.shop-widget-content .sidebar-form{
	padding-top: 30px;
}
.widget-content .form-group,
.shop-widget-content .form-group{
	position: relative;
}
.widget-content .form-group .form-control,
.shop-widget-content .form-group .form-control{
	height: 50px;
	padding-left: 25px;
	border: 1px solid #f7f7f7;
	box-shadow: none;
}
.widget-content .form-group .form-control:focus,
.shop-widget-content .form-group .form-control:focus{
	border: 1px solid #0099cc;
	box-shadow: none;
}
.widget-content .form-group .fa,
.shop-widget-content .form-group .fa{
	position: absolute;
	color: #7c7c7c;
	top: 16px;
	right: 20px;
	cursor: pointer;
	font-size: 16px;
}
.catagories{
	padding-top: 22px;
}
.catagories li{
	border-bottom: 1px solid #f0f0f0;
	padding: 9px 0 14px 0;
}
.catagories li:first-child{
	padding-top: 0;
}
.catagories li:last-child{
	border-bottom: none;
}
.catagories li a{
	display: block;
	font-size: 15px;
	font-weight: 500;
	color: #696969;
	text-transform: capitalize;
}
.catagories li a span{
	float: right;
	width: 30px;
	height: 30px;
	line-height: 33px;
	text-align: center;
	background: transparent;
	border-radius: 100%;
}
.catagories li:hover{
	padding-left: 15px;
}
.catagories li:hover a{
	color: #65ac4c;
}
.catagories li:hover a span{
	background: #65ac4c;
	color: #fff;
}
.popular-news-option{
	overflow: hidden;
	padding-top: 32px;
}
.popular-news-option li{
	border-bottom: 1px solid #f0f0f0;
	padding: 20px 0;
	overflow: hidden;
}
.popular-news-option li:first-child{
	padding-top: 0;
}
.popular-news-option li:last-child{
	border-bottom: none;
	padding-bottom: 0;
}
.popular-news-img{
	float: left;
	margin-top: 4px;
	margin-right: 20px;
}
.popular-news-contant{
	display: table;
}
.popular-news-contant h5 a{
	font-weight: 600;
	color: #000;
	line-height: 24px;
}
.popular-news-contant p{
	font-size: 14px;
}
.popular-news-option li:hover .popular-news-contant h5 a{
	color: #0099cc;
}
.gallery-instagram{
	overflow: hidden;
	padding-top: 23px;
}
.gallery-instagram a{
	float: left;
    margin: 2px 2px;
}
.tag-cloud{
	margin-top: 30px;
}

.tag-cloud .btn{
	font-size: 14px;
	font-weight: 600;
	color: #696969;
	text-transform: uppercase;
	border: 1px solid #f0f0f0;
	padding: 9px 20px;
	border-radius: 0;
	margin: 0px 3px 10px 0;
}
.tag-cloud .btn:hover{
	background: #0099cc;
	color: #fff;
	border: 1px solid #0099cc;
}


/*===================================================== Start Blog Style 02 ================================*/

.boxed{
	max-width: 1230px;
	width: 100%;
	margin: 0 auto;
	box-shadow: 0 0 10px 2px #e8e8e8;
}

.boxed .menu-right-option{
	display: inline-block;
}
.boxed .menu-right-option .cart-icon{
	    transform: translateY(8px);
}
.bg-blog-style-2{
	padding: 120px 0 92px 0;
}
.blog-style-2 .blog-items{
	margin-bottom: 40px;
}
.blog-style-2 .blog-content {
    padding: 31px 20px 0px 18px;
}
.blog-style-2 .blog-content-box{
	padding-bottom: 23px;
}
.blog-style-2 .blog-content p {
    padding: 10px 0 13px 0;
}
.blog-style-2 .blog-content>a{
	font-size: 14px;
	font-weight: 600;
	color: #0099cc;
	text-transform: uppercase;
}
.blog-style-2 .pagination-option{
	padding-top: 25px;
	text-align: left;
}

/*================================================ Start  Single Blog ==================================*/

.bg-single-blog,
.bg-single-campaign{
	padding: 120px 0 135px 0;
}
.single-blog .blog-content{
	padding: 31px 30px 25px 30px;
}
.single-blog .blog-items:hover {
    box-shadow: none;
}
.single-blog .meta-box{
	border-top: none;
	border-bottom: 1px solid #f0f0f0;
	overflow: hidden;
	padding: 4.5px 30px;
}
.single-blog .meta-post{
	float: right;
	padding: 9px 0 5px 0;
}
.single-blog .blog-content h4{
	font-size: 30px;
	padding-bottom: 10px;
}
.single-blog{}
.quate-para{
	position: relative;
	font-weight: 600;
	color: #0099cc;
	font-style: italic;
	padding: 0 30px;
	margin: 20px 0;
}
.quate-para:before{
	position: absolute;
	font-family: FontAwesome;
	content: "\f10d";
	top: 0;
	left: 0;
	
}
.quate-para:after{
	position: absolute;
	font-family: FontAwesome;
	content: "\f10e";
	bottom: 0;
	right: 23%;
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}
.quate-para p:before{
	position: absolute;
	
}
.single-blog-bottom{
	border-top:1px solid #f0f0f0;
	overflow: hidden;
}
.single-blog-bottom{
	padding: 10px 28px;
}
.single-blog-bottom .tags{
	float: left;
}
.single-blog-bottom .tags{
	padding: 6px 0;
}
.single-blog-bottom .tags li{
	position: relative;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
	padding: 0 8px;
}
.single-blog-bottom .tags li:after{
	position: absolute;
	content: "";
	width: 8px;
	height: 2px;
	background: #696969;
	top: 12px;
    right: -6px;
}
.single-blog-bottom .tags li:first-child{
	padding-left: 0;
	padding-right: 0;
}
.single-blog-bottom .tags li:last-child{
	padding-right: 0;
}
.single-blog-bottom .tags li:first-child:after,
.single-blog-bottom .tags li:last-child:after{
	display: none;
}
.single-blog-bottom .tags li .fa{
	color: #0099cc;
	-webkit-transform: rotate(110deg);
	transform: rotate(110deg);
	margin-right: 3px;
}
.single-blog-bottom .tags li a{
	font-size: 14px;
	font-weight: 500;
	color: #696969;
	text-transform: capitalize;
}
.single-blog-bottom .tags li a:hover{
	color: #0099cc;
}
.comments-option{}
.comments-title{
	padding: 0 0 18px 0;
}

.comments-items{
	border-bottom: 1px solid #f0f0f0;
	padding: 26px 0;
}
.comments-option .comments-items:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
.comments-items:nth-child(3){
	margin-left: 90px;
}
.comments-image{
	float: left;
	width: 80px;
	height: 80px;
	background: #ddd;
	border-radius: 100%;
	overflow: hidden;
	margin-right: 12px;
}
.comments-content{
	display: table;
}
.comments-author-title{
	overflow: hidden;
	padding-bottom: 5px;
}
.comments-author-name{
	float: left;
}
.comments-author-name h4{
	font-size: 18px;
}
.comments-author-name h4 a{
	font-size: 18px;
}
.comments-items:hover .comments-author-name h4 a,
.reply-icon h6 a:hover{
	color: #0099cc;
}
.comments-author-name h4 small{
	font-size: 15px;
	color: #696969;
}
.reply-icon{
	float: right;
}
.reply-icon h6 a{
	font-size: 14px;
	font-weight: 600;
	color: #000000;
	text-transform: uppercase;
	border-bottom: 2px solid #a3a3a3;
	padding-bottom: 1px;
}
.reply-icon h6 .fa{
	color: #0099cc;
	padding-right: 10px;
}
.comments-form{
	padding-top: 60px;
}
.comments-form .form-control{
	height: 44px;
	line-height: 35px;
	border: 1px solid #f0f0f0;
	border-radius: 3px;
	padding-left: 20px;
	box-shadow: none;
}
.comments-form .form-control:focus{
	border: 1px solid #0099cc;
	box-shadow: none;
}
.comments-form .comments-title{
	margin-bottom: 28px;
}
.comments-form .comments-textarea{
	height: 200px;
	margin-top: 16px;
}
.comments-form .btn-default{
	background: #0099cc;
	padding: 13px 23px;
	color: #fff;
	margin-top: 40px;
}
.comments-form .btn-default:before, 
.comments-form .btn-default:after{
	background: #fff;
}
.comments-form .btn-default:hover, 
.comments-form .btn-default:focus, 
.comments-form .btn-default.focus, 
.comments-form .btn-default:active{
	color: #0099cc;
}
.comments-form .btn-default:hover:before {
    left: -18%;
}
.btn-default:hover:after {
    right: -18%;
}


/*==================================================== Start  Campaign Section ===============================*/

.bg-campaing-section{
	padding: 118px 0 100px 0;
}

/*==================================================== Start Single Campaign Section ===============================*/

.campaign-single{}
.campaign-single .price-title{
	
}
.campaign-single .blog-content {
    padding: 26px 30px 25px 30px;
}
.campaign-single .progress{
	border-radius: 30px;
	padding: 2px 0 1px 2px;
    background: transparent;
	border: 1px solid #0099cc;
	margin: 12px 0 22px 0;
}
.campaign-single .progress-bar{
	border-radius: 30px;
}

/*================================================== Start Box Style ====================================*/

.home-box-style .logo-option{
	text-align: center;
	padding: 24px 0;
}
.home-box-style .bg-main-menu{
	border-top: 1px solid #f0f0f0;
}
.home-box-style .navbar-brand{
	display: none;
}
.home-box-style .main-menu .nav>li>a{
    padding: 20.5px 17px;
}
.home-box-style .cart-option {
    padding: 12px 22px 12px 22px;
}
.home-box-style .search-box{
    margin: 6px 0 6px 0;
}
.home-box-style .sub-menu {
    top: 100px;
}
.home-box-style .main-menu .nav>.dropdown:hover ul.sub-menu {
    top: 65px;
}
.home-box-style .cart-option:hover .cart-dropdown-menu {
    top: 65px;
}

.boxed .slider-content{
	max-width: 750px;
	width: 100%;
	margin: 0 auto;
}
.boxed .slider-content h3{
	font-size: 30px;
}
.boxed .slider-content h2{
	font-size: 60px;
}
.boxed .slider-content p{
	font-size: 16px;
	font-weight: 400;
	line-height: 1.7;
	color: #fff;
	text-transform: none;
	padding: 12px 0;
}
.bg-homebox-video {
    background: url(../images/home01/bg-home-box-video-img.jpg) no-repeat fixed;
    background-size: cover;
    background-position: 48% 100%;
}


/*============================================  Start Home One Page ================================*/

.bg-contact-home{
	padding-bottom: 138px;
}
.bg-contact-home .contact-form {
    margin-top: 0;
}
.bg-contact-home .contact-form .btn-default {
    margin-top: 10px;
}
.bg-contact-home #map{
	width: 100%;
	height: 400px;
}

.navbar-nav > .active a{
    color: #0099cc;
}

/*================================================= Start Shop Option ================================*/

.bg-shop-section{
	padding: 120px 0;
}
.shop-option{}
.shop-results-box{
	border: 1px solid #f0f0f0;
	padding: 15px 20px;
	overflow: hidden;
}
.results-number{
	float: left;
}
.results-number p{
	font-size: 16px;
}
.results-number p span{
	color: #0099cc;
}
.results-icon{
	float: right;
}
.results-icon .fa{
	color: #696969;
	padding-right: 3px;
}
.results-icon .fa:hover{
	color: #0099cc;
}
.shop-collection{
	margin-top: 30px;
}
.shop-collection{}

.shop-sidebar{
	padding: 0 18px 55px 18px;
}
.shop-widget-title{
	margin: 40px 0 18px 0;
}

.shop-widget-content .sidebar-form {
    padding-top: 20px;
}
.shop-widget-content .form-group{
	position: relative;
}


.shop-widget-content .panel-group .panel{
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
	border-bottom: 1px solid #f7f7f7;
}

.shop-widget-content .panel-group .panel-default>.panel-heading{
    background-color: transparent;
    padding: 10px 0px;
    border: none;
}


.shop-widget-content #headingSeven{
	border-bottom: none;
}

.shop-widget-content .panel-group .panel-title a{
    color: #0099cc;
    font-size: 14px;
    line-height: 25px;
    width: 100%;
}
.shop-widget-content .panel-group .panel-title .collapsed{
    color: #696969;
}
.shop-widget-content .panel-group .panel-title:hover .collapsed{
	color: #0099cc;
}
.shop-widget-content .panel-group .panel-title span{
	display: inline-block;
	float: right;
	width: 30px;
    height: 30px;
    border: 1px solid #0099cc;
	background: #0099cc;
	color: #fff;
    border-radius: 100%;
    line-height: 31px;
    text-align: center;
    font-size: 10px;
	font-weight: 700;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    padding: 0px 9px;
}
.shop-widget-content .panel-group .panel-title .plus{
    display: none;
	
}
.shop-widget-content .panel-group .panel-title .collapsed .minus{
    display: none;
	
}
.shop-widget-content .panel-group .panel-title .collapsed .plus{
    display: block;
	background: transparent;
	color: #696969;
	border: 1px solid #fafafa;
}

.shop-widget-content .panel-group .panel-default>.panel-heading+.panel-collapse>.panel-body{
    border: none;
    padding: 0 0 10px 0;
}
.shop-widget-content .panel-group .panel+.panel{
    margin: 0px;
}
.shop-widget-content .panel-group .panel-body{
	padding: 0;
}
.shop-widget-content .panel-group .panel-body ul > li{
    display: block;
}
.shop-widget-content .panel-group .panel-body ul > li > a{
	display: block;
    color: #696969;
    font-size: 14px;
    line-height: 25px;
    font-weight: 500;
	padding: 2px 0;
}
.shop-widget-content .panel-group .panel-body ul > li > a .fa{
	font-size: 16px;
    padding: 0 3px 0 1px;
}
.shop-widget-content .panel-group .panel-body ul > li > a:hover{
    color: #0099cc;
}

.small-product-items{
	border-bottom: 1px solid #f7f7f7;
	padding: 20px 0;
	overflow: hidden;
	
}
.small-product-img{
	float: left;
	margin-right: 14px;
}
.small-product-content{
	display: table;
}
.small-product-content h5{
	margin-bottom: 2px;
}
.small-product-content h5 a,
.small-product-content p{
	font-size: 16px;
	font-weight: 600;
	color: #696969;
}
.small-product-items:first-of-type{
	padding-top: 13px;
}
.small-product-items:last-of-type{
	padding-bottom: 0;
	border-bottom: none;
}
.small-product-items:hover .small-product-content h5 a{
	color: #0099cc;
}

.shop-widget-content .nstSlider{
	width: 100%;
	height: 10px;
    background: transparent;
    border: 1px solid #f7f7f7;
	margin-top: 28px;
}
.shop-widget-content .nstSlider .bar{
	background: #0099cc;
	top: 0;
}
.shop-widget-content .nstSlider .rightGrip, 
.shop-widget-content .nstSlider .leftGrip{
	width: 6px;
    height: 15px;
	background: #000;
	top: -4px;
}

.price-rang{
	margin-top: 34px;
}
.price,
.low-price span,
.high-price span{
	display: inline-block;
	float: left;
	font-weight: 600;
}

.price-rang .price{
	font-weight: 600;
	color: #696969;
	text-transform: uppercase;
	margin: 3px 6px 0 0;
}
.price-rang span{
	font-size: 14px;
	color: #0099cc;
}
.low-price{
	position: relative;
	top: 3px;
}
.low-price:after{
	font-family: fontAwesome;
	position: absolute;
	content: "\f068";
	top: 3px;
	padding: 0 6px;
	font-size: 10px;
}
.high-price{
	display: inline-block;
	margin: 3px 0 0 19px;
}
.price-rang .filter-btn{
	float: right;
}
.filter-btn{
	font-size: 12px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	background: #0099cc;
	border: 1px solid #0099cc;
	padding: 3.5px 10px;
	border-radius: 3px;
}
.filter-btn:hover{
	background: #fff;
	color: #0099cc;
}


/*====================================== Start Single Shop =========================================*/

/*======================
	Start Flex Slider
==================================*/

.flexslider{
	margin: 0 0 20px;
	border: none;
}
#carousel {
    padding: 0 35px;
}
.flex-direction-nav a{
	width: 26px;
	height: 66px;
	background: #0099cc;
	padding: 5px 0;
	outline: none;
}
.flex-direction-nav a:hover{
	background: #cbe0c3;
}

.flex-direction-nav a:before {
  font-family: FontAwesome;
  font-size: 28px;
  content: "\f104";
  color: #fff;
  padding-left: 7px;
 
}
.flex-direction-nav a:hover:before{
	color: #000;
}
.flex-direction-nav a.flex-next:before {
    content: "\f105";
	padding-right: 7px;
}
.flex-direction-nav .flex-prev {
  left: 0px;
  opacity: 1;
}
.flex-direction-nav .flex-next {
  right: 0px;
  opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 1;
  left: 0;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  right: 0;
}

.flex-direction-nav .flex-disabled {
    opacity: 1!important;
    z-index: 1;
	cursor: pointer;
}
#carousel .flex-direction-nav a {
    height: 100%;
    top: 20px;
    outline: none;
    border-radius: 0 2px 2px 0;
	padding: 16px 0;
	overflow: hidden;
}

#carousel .slides li{
	cursor: pointer;
}
#carousel .flex-active-slide{
	border: 1px solid #f0f0f0;
	opacity: 0.5;
}




/*======================
	End Flex Slider
==================================*/

.about-product-datails{}
.about-product-datails h3{
	font-size: 30px;
	font-weight: 600;
	color: #000000;
	text-transform: uppercase;
}
.about-product-datails h4{
	font-size: 30px;
	color: #0099cc;
	padding: 3px 0 5px 0;
}
.about-product-datails{}
.about-product-datails{}
.about-product-datails{}

.select-option{
	margin-top: 18px;
	overflow: hidden;
}
.select-box{
	position: relative;
	float: left;
	margin: 0 28px 0 0;
}
.select-box select{
	padding: 7px 70px 7px 20px;
	border: 1px solid #f7f7f7;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
	border-radius: 3px;
	outline: 0;
	z-index: 1;
}
.select-icon{
	position: absolute;
	top: 0;
	right: 0;
	padding: 5px 14px 1px 14px;
	font-size: 20px;
	background: #0099cc;
	color: #fff;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 3px;
	z-index: -1;
}
.product-counter-option{
	margin-top: 18px;
	overflow: hidden;
}
.product-count input{
	background: transparent;
	width: 40px;
    height: 40px;
	line-height: 42px;
    padding: 0;
    margin: 0;
    outline: none;
    float: left;
	border: 1px solid #f7f7f7;
	color: #0099cc;
	outline: none;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.product-count input[type="text"]{
	width: 55px;
	font-size: 14px;
	font-weight: 700;
	padding-left: 23px;
	outline: none;
}
.product-count input:first-child{
	border-right: 0;
	border-radius: 3px 0 0px 3px;
}
.product-count input:last-child{
	border-left: 0;
	border-radius: 0 3px 3px 0;
}
.product-count input[type="submit"]:hover {
    background: #0099cc;
    color: #ffffff;
}
.add-cart-btn{
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	padding: 12px 143.5px;
	background: #0099cc;
	border: 2px solid #0099cc;
	margin-top: 18px;
}
.add-cart-btn:hover{
	background: #fff;
	color: #0099cc;
}

/*============= Start Customer review Tabs ==========*/

.product-review{
	margin-top: 70px;
}

.product-review .nav-tabs {
    border-bottom: 4px solid #f7f7f7;
	margin-bottom: 38px;
}
.product-review>.nav-tabs>li{
	margin-right: 40px;
	margin-bottom: -4px;
	padding-bottom: 4px;
}
.product-review>.nav-tabs>li a {
    font-size: 18px;
    font-weight: 600;
	text-transform: uppercase;
    color: #000000;
	padding: 10px 0;
    border: none;
}
.product-review>.nav-tabs>li a:first-child{
	padding-left: 0;
}
.product-review .nav .open>a, 
.product-review .nav .open>a:focus, 
.product-review .nav .open>a:hover, 
.product-review .nav>li>a:focus, 
.product-review .nav>li>a:hover {
    background-color: transparent;
	
}
.product-review>.nav-tabs>li.active>a, 
.product-review>.nav-tabs>li.active>a:focus, 
.product-review>.nav-tabs>li.active>a:hover {
    color: #0099cc;
    cursor: default;
	border: none;
}
.product-review>.nav-tabs>li.active{
	border-bottom: 4px solid #0099cc;
}

.description-title{
	margin-bottom: 30px;
}
.desc-content{
	border: 1px solid #f7f7f7;
	padding: 30px;
}
.costomer-review-items{}
.costomer-review-items{
	border-bottom: 1px solid #f0f0f0;
	padding: 30px 0;
}
.costomer-review-items:first-of-type{
	padding-top: 0;
}
.costomer-review-items:last-of-type{
	padding-bottom: 0;
	border-bottom: none;
}

.customer-img{
	float: left;
	width: 80px;
	height: 80px;
	background: #ddd;
	border-radius: 100%;
	overflow: hidden;
	margin-right: 14px;
}
.customer-content{
	display: table;
}
.customer-title{
	overflow: hidden;
	padding-bottom: 4px;
}
.customer-name{
	float: left;
}
.customer-name h4 a{
	font-size: 16px;
	font-weight: 600;
}
.customer-name h4 small{
	font-size: 14px;
	color: #696969;
	padding-left: 6px;
}
.rating{
	float: right;
}
.costomer-review-items:hover .customer-name h4 a{
	color: #0099cc;
}



.review-submit {
	margin-top: 68px;
}
.review-submit-title{
	position: relative;
	border-bottom: 4px solid #fafafa;
	padding-bottom: 30px;
	margin-bottom: 28px;
}
.review-submit-title:after{
	position: absolute;
	content: "";
	width: 100px;
	height: 4px;
	background: #0099cc;
	bottom: -4px;
	left: 0;
}
.review-submit .form-control{
	border-radius: 0;
	border: 1px solid #f0f0f0;
	height: 46px;
	padding: 20px;
	box-shadow: none;
}
.review-submit .form-control:focus{
	border: 1px solid #0099cc;
}
.review-submit .star-icon{
	margin-top: 10px;
}
.review-submit .star-icon li{
	font-size: 14px;
	font-weight: 400;
	color: #696969;
}
.review-submit .star-icon li:first-child{
	padding-right: 6px;
}
.review-submit textarea{
	height: 130px!important;
}

.review-submit .form-group{
	margin-bottom: 30px;
}
.review-submit .btn-default{
	background: #65ac4c;
	color: #fff;
	padding: 13px 26.5px;
	border: 2px solid #65ac4c;
	margin-top: 40px;
}
.review-submit .btn-default:before, 
.review-submit .btn-default:after{
	background: #fff;
}
.review-submit .btn-default:hover, 
.review-submit .btn-default:focus, 
.review-submit .btn-default.focus, 
.review-submit .btn-default:active{
	color: #0099cc;
}
.review-submit .btn-default:hover:before {
    left: -18%;
}
.review-submit .btn-default:hover:after {
    right: -15%;
}


/*============================================== Start Cart Products Css =================================*/


.bg-product-cart-option {
	padding: 128px 0 134px 0;
}
.cart-products-table {
	width: 100%;
}
.cart-products-table>thead {
	font-size: 18px;
	color: #ffffff;
	background: #0099cc;
	text-transform: uppercase;
}
.cart-product{
	width: 40%;
}
.cart-price{
	width: 15%;
}
.cart-quantity{
	width: 25%
}
.cart-total{
	width: 15%;
}
.cart-edit{
	width: 5%;
}
.cart-products-table>thead>tr>th{
	padding: 14.5px 0;
}
.cart-products-table>thead>tr>th.cart-product {
	padding-left: 40px;
}
.cart-products-table>thead>tr>th.cart-quantity {
	padding-left: 20px;
}
.cart-products-table>tbody>tr>td.cart-product {
	padding-left: 30px;
}
.cart-products-table>tbody>tr>td.cart-edit{
	padding-left: 20px;
}
.cart-products-table>tbody>tr>td.cart-edit a{
	width: 18px;
	height: 18px;
	line-height: 20px;
	text-align: center;
	background: #000;
	color: #fff;
	font-size: 12px;
	border-radius: 3px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.cart-products-table>tbody>tr>td.cart-edit a:hover{
	background: #0099cc;
	color: #fff;
}
.cart-products-table>tbody>tr>td {
	font-size: 18px;
	font-weight: 600;
	color: #000000;
	padding: 30px 0;
}
.cart-products-table>tbody>tr {
	border-bottom: 1px solid #f0f0f0;
    border-left: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
}
.product-cart-img {
	float: left;
	margin-right: 37px;
}
.product-cart-title {
	float: left;
	padding-top: 30px;
}
.product-cart-title h4 a {
	font-size: 18px;
	font-weight: 600;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.product-cart-title h4 a:hover{
	color: #0099cc;
}
.cart-quantity .product-count input {
	color: #000;
	font-weight: 600;
}

.cart-checked-box{
	margin: 80px 0 90px 0;
	border: 1px solid #f1f1f1;
	padding: 30px;
	overflow: hidden;
}

.cart-coupon-code{
	float: left;
}
.cart-coupon-code input[type="text"],
.cart-coupon-code input[type="submit"]{
    border: 1px solid #f0f0f0;
    width: auto;
    margin: 0;
    padding: 8.5px 0px 8.5px 15px;
    font-size: 14px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.cart-coupon-code input[type="submit"],
.cart-update button{
	font-size: 14px;
	font-weight: 600;
	color: #ffffff;
	text-transform: uppercase;
	background: #000;
	padding: 13px 12.5px;
	margin-left: -5px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.cart-update{
	float: right;
}
.cart-update button{
	padding: 14px 33px;
	margin: 0;
	border-radius: 3px;
}
.cart-coupon-code input[type="submit"]:hover,
.cart-update button:hover{
	background: #0099cc;
	color: #fff;
}
.cart-update button:last-child{
	padding: 14px 21.3px;
	margin-left: 19px;
}




.chipping-box h4{
	margin-bottom: 30px;
}
.country-select{
	position: relative;
}
.chipping-box select{
    width: 100%;
	height: 47px;
    font-size: 14px;
    color: #707070;
	background: transparent;
    border: 1px solid #f0f0f0;
    padding: 2px 0 0 20px;
    margin-bottom: 20px;
	outline: 0;
	-webkit-appearance: none;
    appearance: none;
	z-index: 1;
}
.country-select .select-icon{
	z-index: -1;
}
.shipping-form .form-control{
	height: 40px;
	border: 1px solid #f0f0f0;
	padding-left: 20px;
	box-shadow: none;
}
.shipping-form .form-control:focus{
	border: 1px solid #0099cc;
}
.shipping-form .btn-default{
	background: #0099cc;
	color: #fff;
	padding: 8px 28px;
	margin-top: 5px;
}
.shipping-form .btn-default:hover:before,
.page-error-option .btn-default:hover:before {
    left: -15%;
}
.shipping-form .btn-default:hover:after, 
.page-error-option .btn-default:hover:after {
    right: -16%;
}
.shipping-form .btn-default:hover:before,
.shipping-form .btn-default:hover:after,
.page-error-option .btn-default:before, 
.page-error-option .btn-default:after {
   background: #fff;
}
.shipping-form .btn-default:hover, 
.shipping-form .btn-default:focus, 
.shipping-form .btn-default.focus, 
.shipping-form .btn-default:active,
.page-error-option .btn-default:hover, 
.page-error-option .btn-default:focus, 
.page-error-option .btn-default.focus, 
.page-error-option .btn-default:active{
	color: #0099cc;
}
.total-cart li{
	font-size: 14px;
	color: #696969;
	border: 1px solid #f0f0f0;
	text-transform: capitalize;
	padding: 8px 20px;
	margin: 20px 0;
}
.total-cart li span{
	float: right;
	color: #0099cc;
	font-weight: 600;
}
.total-cart li:first-child{
	margin-top: 0;
}
.total-cart li:last-child{
	margin-bottom: 0;
}


/*========================================= Start 404 Page ====================================*/

.page-error-option{
	text-align: center;
	padding: 150px 0 200px 0;
}
.page-error-option img{
	display: inline-block;
	margin-bottom: 37px;
}
.page-error-option h2{
	color: #010101;
	line-height: 36px;
	text-transform: uppercase;
}
.page-error-option h2 span{
	color: #0099cc;
}
.page-error-option p{
	font-size: 18px;
	color: #010101;
}
.page-error-option .btn-default{
	padding: 13px 38px;
	background: #0099cc;
	color: #fff;
	margin-top: 25px;
}



/*==================================== Single Donate Css ================================*/

.bg-donate-section{
	padding: 120px 0;
}
.donate-form{}

.select-amount h3,
.information-form h3,
.paymeny-information h3 {
	font-size: 20px;
	color: #000;
	margin-bottom: 30px;
	text-transform: uppercase;
}
.radio-select input[type="radio"] {
    display: none;
}
.radio-select {
    position: relative;
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
    line-height: 30px;
}
.radio-select label {
    position: relative;
    display: block;
	background: transparent;
	border: 1px solid #0099cc;
    border-radius: 5px;
    padding: 8px 20px;
    text-align: center;
    color: #0099cc;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
}
.radio-select input[type="radio"]:checked+label {
	 background: #0099cc;
    color: #ffffff;
}
.other-amount {
    margin-top: 52px;
}
.information-form,
.paymeny-information{
	margin-top: 60px;
}
.information-form label,
.paymeny-information label{
	font-size: 18px;
	font-weight: 600;
	color: #000;
}
.information-form label span,
.paymeny-information label span{
	color: #0099cc;
}
.paymeny-information{}
.paymeny-card{
	overflow: hidden;
	margin-bottom: 20px;
}
.paymeny-card li{
	display: inline-block;
	margin-right: 6px;
}
.paymeny-card li img{
	border: 1px solid #f0f0f0;
}
.paymeny-information .select-option{
	margin-top: 3px;
}
.paymeny-information .select-box select{
	padding: 7px 90px 7px 40px;
	border-radius: 0;
}
.paymeny-information .select-box .select-icon{
	border-radius: 0;
	padding: 4px 14px 1px 14px;
}
.donate-form .contact-form .btn-default{
	margin-top: 14px;
}






.search_box .search-box .second_click {
    display: block !important;
}

.search_box .search-box .first_click {
    display: none !important;
}




/*================================
           Box Style
==================================*/


.box-style {
    position: fixed;
    top: 58%;
    transform: translateY(-50%);
    left: -250px;
    z-index: 9;
    background: #fff;
    max-width: 250px;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.open.box-style{
    left: 0;
}
.box-style::-webkit-scrollbar { 
    display: none; 
}
.box-style-inner{
    position: relative;
    padding: 20px 20px;
    overflow-y: auto;
    max-height: 80%;
    border-radius: 4px;
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0,.2);
}
.box-style h3 {
    color: #000;
    text-align: center;
    margin-bottom: 20px;
    color: #0099cc;
}
.box-heading h5 {
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 15px;
}
.box-customize li {
    width: 50%;
    float: left;
    text-align: center;
    margin-bottom: 8px;
}
.box-customize li a {
    padding: 4px 20px;
    border: 1px solid #f0f0f0;
    text-transform: uppercase;
    font-weight: 500;
    color: #0099cc;
    background: #fff;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.box-customize li a:hover{
    background-color: #0099cc;
    color: #fff;
    border: 1px solid #0099cc;
}
.box-element {
    padding-bottom: 10px;
    margin-bottom: 10px;
    display: inline-block;
    border-bottom: 1px solid #f0f0f0;
}
.box-element:last-child{
    border: none;
}
.box-bg-img li, .box-pattern-img li {
    width: 25%;
    float: left;
}
.box-bg-img li a, .box-pattern-img li a{
    padding: 3px;
    display: block;
}
.box-bg-img li a img, .box-pattern-img li a img{
    width: 100%;
    height: 100%;
}
.color-btn {
    position: absolute;
    right: -50px;
    top: 20%;
    z-index: 9;
}
.color-btn a{
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #252525;
    color: #fff;
    font-size: 30px;
    padding-right: 3px;
}


.boxed .box-layout {
    max-width: 1230px;
    margin: auto;
    background-color: #fff;
}




.box-layout {
    background: #fff;
}

.box-style {
    display: none;
}



