h@import url('https://fonts.googleapis.com/css?family=Muli:400,600');

@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700');
@charset "utf-8";

html,
body {
  height: 100%;
  font-size: 14px;
  color: #4d4948;
  font-family: 'Muli', sans-serif;
  vertical-align: baseline;
  line-height: 26px;
  font-weight: 400;
}
/* ....................................
1. General CSS
.......................................*/
.floatleft {
  float: left;
}
.floatright {
  float: right;
}
.alignleft {
  float: left;
  margin-right: 15px;
  margin-bottom: 26px;
}
.alignright {
  float: right;
  margin-left: 15px;
  margin-bottom: 26px;
}
.aligncenter {
  display: block;
  margin: 0 auto 26px;
}
a:focus {
  outline: 0px solid;
}
img {
  max-width: 100%;
  height: auto;
}
.fix {
  overflow: hidden;
}
p {
  margin: 0 0 10px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
}
a {
  transition: all 0.5s ease 0s;
  text-decoration: none;
}
a:hover {
  color: #d32f2f;
  text-decoration: none;
}
a:active,
a:hover {
  outline: 0 none;
  color: #b52929;
}
ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.clear {
  clear: both;
}
::-moz-selection {
  background: #d32f2f;
  text-shadow: none;
  color: #ffffff;
}
::selection {
  background: #d32f2f;
  text-shadow: none;
  color: #ffffff;
}
.browserupgrade {
  margin: 26px 0;
  background: #d32f2f;
  color: #333333;
  padding: 26px 0;
}
.gray-bg {
  background-color: #f5f5f5;
}
.acurate {
  margin: 0;
  padding: 0;
}
.radius-0 {
  border-radius: 0 !important;
}
.radius-30 {
  border-radius: 30px !important;
}
.padding-0 {
  padding: 0 !important;
}
.padding {
  padding: 30px;
}
.padding-top {
  padding-top: 30px;
}
.padding-bottom {
  padding-bottom: 30px;
}
.padding1 {
  padding: 60px;
}
.padding-top1 {
  padding-top: 60px;
}
.padding-bottom1 {
  padding-bottom: 60px;
}
.margin-0 {
  margin: 0 !important;
}
.sec-spacer {
  padding: 90px 0 100px;
}
.pt-100 {
  padding-top: 100px;
}
.pt-50 {
  padding-top: 50px;
}
.pt-90 {
  padding-top: 90px;
}
.pb-100 {
  padding-bottom: 100px;
}
.pb-90 {
  padding-bottom: 90px;
}
.pb-70 {
  padding-bottom: 70px;
}
.pb-50{padding-bottom: 50px;}
.mb-30 {
  margin-bottom: 30px !important;
}
.pt-35{padding-top:35px;}
.mb-20 {
  margin-bottom: 20px !important;
}
.mt-5t {
  margin-top: 5px;
}
.mt-40 {
  margin-top: 40px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mr-10 {
  margin-right: 10px;
}
.white-bg {
  background: #ffffff;
}
.sec-bg {
  background: #f8f8f8;
}
.gray-bg {
  background: #f5f5f5;
}
.mean-container .mean-nav {
  position: absolute;
  top: 100%;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}
.media-body {
  -ms-flex: 1;
  flex: 1;
}
.section-title {
  text-align: center;
}
.section-title h2 {
  font-size: 36px;
  text-transform: uppercase;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 25px;
}
.section-title h2:after {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  width: 60px;
  height: 2px;
  content: "";
  bottom: 0;
  margin: auto;
  background: #12a631;
}
.section-title h2:before {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  width: 40px;
  height: 2px;
  content: "";
  bottom: 5px;
  margin: auto;
  background: #e35f14;
}
.section-title h2 span {
  color: #72716f;
  font-weight: 400;
}
.section-title img {
  margin-bottom: 50px;
  display: none;
}
.section-title p {
  padding: 0 250px;
  margin-bottom: 30px;
}
.view-more {
  display: block;
  width: 100%;
  text-align: center;
  margin: auto;
}
.view-more a {
  margin-top: 30px;
  display: inline-block;
  border: 1px solid #9acd58;
  background: #9acd58;
  color: #423e3d;
  font-size: 16px;
  border-radius: 30px;
  box-shadow: 2px 0px 11px -2px #9acd58;
  transition: all 0.5s ease 0s;
  padding: 5px 25px;
}
.view-more a:hover {
  border: 1px solid #423e3d;
  background: #423e3d;
  color: #ffffff;
  box-shadow: none;
}
.tablate {
  display: none;
}
.owl-theme .owl-controls {
  margin: 0;
}
/* ------------------------------------
2.Header area start here 
---------------------------------------*/
.header-top-area {
  background: #fff;
  padding: 5px 0;
}
.header-top-area .header-top-left ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-top-area .header-top-left ul li {
  display: inline;
  margin-right: 25px;
  color: #ffffff;
}
.header-top-area .header-top-left ul li i {
  font-weight: 600;
  font-size: 14px;
  margin-right: 10px;
  color: #ffffff;
}
.header-top-area .header-top-left ul li a {
  transition: all 0.5s ease 0s;
  color: #ffffff;
}
.header-top-area .header-top-left ul li a:hover {
  color: #e6e6e6;
}
.header-top-area .social-media-area {
  display: inline-block;
  margin-right: 25px;
}
.header-top-area .social-media-area ul li {
  display: inline-block;
  margin: 2px;
}
.header-top-area .social-media-area ul li a {
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  color: #898989;
  transition: all 0.5s ease 0s;
  text-decoration: none;
}
.header-top-area .social-media-area ul li a:hover {
  color: #e6e6e6;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.header-top-area .social-media-area ul li a i {
  text-align: center;
  display: inline-block;
}
.header-top-area .social-media-area ul li:last-child {
  border-right: 1px solid #fff;
  padding-right: 30px;
}
.header-top-area .header-top-right {
  display: inline-block;
}
.header-top-area .header-top-right ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-top-area .header-top-right ul li {
  display: inline-block;
}
.header-top-area .header-top-right ul li a {
  color: #ffffff;
  transition: all 0.5s ease 0s;
}
.header-top-area .header-top-right ul li a:hover {
  color: #e6e6e6;
}
.header-top-area .header-top-right ul li i {
  font-weight: 600;
  font-size: 14px;
  margin-right: 10px;
  color: #ffffff;
}
.header-middle-area {
  background: #ffffff;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.header-middle-area .logo-area {
  padding: 10px 0 0;
}
.header-middle-area .logo-area a {
  font-weight: 900;
  font-size: 27px;
  color: #d32f2f;
  display: block;
  text-transform: lowercase;
  position: relative;
}
.header-middle-area .logo-area a img {
  display: inline-block;
}
.header-middle-area .main-menu ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
.header-middle-area .main-menu ul li {
  display: inline-block;
  padding: 35px 6px;
  position: relative;
  /* Dropdown Menu area */

}
.header-middle-area .main-menu ul li a {
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  color: #72716f;
  font-weight: 500;
  transition: all 0.5s ease 0s;

}
.header-middle-area .main-menu ul li a i {
  margin-left: 10px;
  color: #72716f;
}
.header-middle-area .main-menu ul li.active a {
  color: #d32f2f;
}
.header-middle-area .main-menu ul li.active a i {
  margin-left: 10px;
  color: #d32f2f;
}
.header-middle-area .main-menu ul li.active a:hover a {
  color: #d32f2f;
}
.header-middle-area .main-menu ul li.active a:hover a i {
  margin-left: 10px;
  color: #d32f2f;
}
.header-middle-area .main-menu ul li:hover a {
  color: #d32f2f;
}
.header-middle-area .main-menu ul li:hover a i {
  margin-left: 10px;
  color: #d32f2f;
}
.header-middle-area .main-menu ul li ul {
  background: #ffffff;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 100%;
  transform: scaleY(0);
  transform-origin: 0 0 0;
  transition: all 0.5s ease 0s;
  width: 200px;
  z-index: 99999 !important;
  text-align: left;
  visibility: hidden;
}
.header-middle-area .main-menu ul li ul li {
  display: block;
  border-top: 1px dashed #dddddd;
  margin: 0;
  padding: 0;
  border-right: 0px solid transparent;
}
.header-middle-area .main-menu ul li ul li:last-child {
  border-bottom: 0;
}
.header-middle-area .main-menu ul li ul li a {
  display: block;
  padding: 6px 20px;
  text-transform: none;
  transition: all 0.5s ease 0s;
  color: #444444 !important;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
}
.header-middle-area .main-menu ul li ul li a:hover {
  padding-left: 30px;
  color: #d32f2f !important;
}
.header-middle-area .main-menu ul li:hover ul {
  opacity: 1;
  transform: scaleY(1);
  visibility: visible;
}
.header-middle-area .cart-area {
  transition: all 0.5s ease 0s;
  margin-right: 20px;
  text-align: right;
}
.header-middle-area .cart-area a {
  padding: 30px 0;
  display: block;
  transition: all 0.5s ease 0s;
  position: relative;
  color: #433f3e;
}
.header-middle-area .cart-area a span {
  position: absolute;
  right: -15px;
  top: 13px;
  color: #ffffff;
  width: 30px;
  height: 30px;
  background: #d32f2f;
  text-align: center;
  border-radius: 50%;
}
.header-middle-area .cart-area a:hover {
  color: #1ea839;
}
.header-middle-area .cart-area a:hover i {
  color: #a4a3a2;
}
.header-middle-area .cart-area a i {
  text-align: center;
    font-weight: bold;
    font-size: 16px;
    color: #6e6d6ba6;
    border-radius: 50%;
    border: 1px solid #777675;
    padding: 1%;
}
.header-middle-area.stick {
  background: #ffffff;
  position: fixed !important;
  top: 0px;
  z-index: 9999;
  margin: 0 auto !important;
  padding: 0;
  left: 0;
  right: 0;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-name: sticky-animation;
  animation-name: sticky-animation;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.header-middle-area.stick .main-menu ul li a {
  color: #444444;
}
.header-middle-area.stick .menuright ul li a {
  color: #444444;
}
.mobile-menu-area {
  display: none;
}
.mobile-menu-area .mobile-logo-area {
  position: relative;
  padding: 3px 0 0;
}
.mobile-menu-area .mobile-logo-area img {
  position: absolute;
  left: 0;
}
@-webkit-keyframes sticky-animation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes sticky-animation {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.slide-menu-area {
  background: rgba(211, 47, 47, 0.9);
  width: 0px;
  height: 100vh;
  position: fixed;
  right: -360px;
  top: 0px;
  padding: 200px 30px;
  transition: all 0.5s ease 0s;
  opacity: 0;
  visibility: hidden;
}
.slide-menu-area .close {
  position: absolute;
  left: 0;
  top: 0;
  color: #ffffff;
  opacity: 1;
  padding: 10px;
}
.slide-menu-area .close i {
  color: #ffffff;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.5s ease 0s;
}
.slide-menu-area .close i:hover {
  color: #222222;
}
.slide-menu-area.highlight {
  right: 0;
  opacity: 1;
  width: 300px;
  visibility: visible;
  z-index: 999;
}
.slide-menu-area h3 {
  color: #ffffff;
  font-weight: 600;
  position: relative;
}
.slide-menu-area h3:after {
  position: absolute;
  content: "";
  top: 30px;
  left: 0px;
  width: 60px;
  height: 2px;
  font-style: normal;
  background: #ffffff;
}
.slide-menu-area ul {
  text-align: left;
  transition: all 0.5s ease 0s;
  margin: 0;
  padding: 0;
}
.slide-menu-area ul li {
  display: block;
  position: relative;
  font-size: 14px;
  color: #ffffff;
  margin-right: 30px;
  padding: 10px 0;
}
.slide-menu-area ul li:last-child {
  margin-right: 0;
}
.slide-menu-area ul li span {
  font-weight: 600;
  color: #ffffff;
  padding: 0 1px;
}
.slide-menu-area ul li span i {
  margin-left: 50px;
}
.slide-menu-area ul li a {
  display: block;
  color: #ffffff;
  transition: all 0.5s ease 0s;
}
.slide-menu-area ul li a:hover {
  color: #dddddd;
}
.slide-menu-area ul li i {
  color: #ffffff;
  margin-right: 10px;
  font-size: 12px;
}
.slide-menu-area .footer-social-media-area ul {
  text-align: left;
}
.slide-menu-area .footer-social-media-area ul li {
  display: inline-block;
  margin: 2px;
}
.slide-menu-area .footer-social-media-area ul li a {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 28px;
  color: #dddddd;
  background: #000000;
  border: 1px solid #d32f2f;
  transition: all 0.5s ease 0s;
  text-decoration: none;
  text-align: right;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.slide-menu-area .footer-social-media-area ul li a:hover {
  background: #b52929;
  border: 1px solid #b52929;
}
.slide-menu-area .footer-social-media-area ul li a i {
  text-align: center;
  display: inline-block;
}


  .slider-area{padding-top: 5%;}
.slider-area .carousel .carousel-indicators li {
  background: #ffffff;
  border: 1px solid #d32f2f;
}
.slider-area .carousel .carousel-indicators li.active {
  background: #d32f2f;
  border: 1px solid #d32f2f;
}
.slider-area .carousel .carousel-inner .item.active img {
  width: 100%;
}
.slider-area .carousel .carousel-inner .item.active .carousel-caption {
  right: 0 !important;
  padding-bottom: 0;
  top: 30%;
  position: absolute;
}
.slider-area .carousel .carousel-inner .item.active .carousel-caption ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.slider-area .carousel .carousel-inner .item.active .carousel-caption ul li {
  position: relative;
}
.slider-area .carousel .carousel-inner .item.active .carousel-caption ul li .slider-content {
  width: 600px;
  position: absolute;
  display: table;
  vertical-align: middle;
  text-align: right;
  left: 35%;
}
.slider-area .carousel .carousel-inner .item.active .carousel-caption ul li .slider-content h2 {
  font-size: 36px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 600;
  -webkit-animation: bounceInUp 1000ms ease-in-out;
  -moz-animation: bounceInUp 1000ms ease-in-out;
  -ms-animation: bounceInUp 1000ms ease-in-out;
  animation: bounceInUp 1000ms ease-in-out;
}
.slider-area .carousel .carousel-inner .item.active .carousel-caption ul li .slider-content h2 span {
  color: #ffffff;
  font-weight: 400;
}
.slider-area .carousel .carousel-inner .item.active .carousel-caption ul li .slider-content p {
  line-height: 28px;
  -webkit-animation: zoomIn 500ms ease-in-out;
  -moz-animation: zoomIn 500ms ease-in-out;
  -ms-animation: zoomIn 500ms ease-in-out;
  animation: zoomIn 500ms ease-in-out;
}
.slider-area .carousel .carousel-inner .item.active .carousel-caption ul li .slider-content .button-area {
  -webkit-animation: bounceInDown 2500ms ease-in-out;
  -moz-animation: bounceInDown 2500ms ease-in-out;
  -ms-animation: bounceInDown 2500ms ease-in-out;
  animation: bounceInDown 2500ms ease-in-out;
}
.slider-area .carousel .carousel-inner .item.active .carousel-caption ul li .slider-content .button-area ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.slider-area .carousel .carousel-inner .item.active .carousel-caption ul li .slider-content .button-area ul li {
  display: inline-block;
  margin-right: 30px;
}
.slider-area .carousel .carousel-inner .item.active .carousel-caption ul li .slider-content .button-area ul li:first-child a {
  border: 1px solid #d32f2f;
  background: #d32f2f;
  color: #ffffff;
  -webkit-animation: bounceInDown 2500ms ease-in-out;
  -moz-animation: bounceInDown 2500ms ease-in-out;
  -ms-animation: bounceInDown 2500ms ease-in-out;
  animation: bounceInDown 2500ms ease-in-out;
}
.slider-area .carousel .carousel-inner .item.active .carousel-caption ul li .slider-content .button-area ul li:first-child a:hover {
  border: 1px solid #b52929 !important;
  background: #b52929 !important;
}
.slider-area .carousel .carousel-inner .item.active .carousel-caption ul li .slider-content .button-area ul li:last-child {
  margin-right: 0;
}
.slider-area .carousel .carousel-inner .item.active .carousel-caption ul li .slider-content .button-area ul li a {
  display: block;
  border: 1px solid #ffffff;
  background: #ffffff;
  font-size: 16px;
  color: #444444;
  transition: all 0.5s ease 0s;
  border-radius: 0px;
  padding: 10px 18px;
}
.slider-area .carousel .carousel-inner .item.active .carousel-caption ul li .slider-content .button-area ul li a:hover {
  border: 1px solid #d32f2f;
  background: #d32f2f;
  color: #444444;
}

.slider-area .slider-1 h1 {
  font-size: 50px;
  color: #ffffff;
  letter-spacing: 0px;
  text-transform: capitalize;
  font-weight: 700;
}
.slider-area .slider-1 h1 span {
  font-size: 55px;
  display: block;
}
.slider-area .slider-1 h1.uppercase {
  text-transform: uppercase;
}
.slider-area .slider-1 div.title2 {
  font-size: 16px;
  color: #ffffff;
  max-width: 600px;
  margin: 0 auto;
  font-weight: normal;
  line-height: 1.6;
}
.slider-area .slider-1 div.slider-botton {
  display: block;
  margin-top: 50px;
}
.slider-area .slider-1 div.slider-botton ul li {
  display: inline-block;
  margin-right: 10px;
}
.slider-area .slider-1 div.slider-botton ul li.acitve a {
  display: block;
  padding: 17px 40px;
  color: #ffffff;
  transition: all 0.5s ease 0s;
  background: #d32f2f;
  border: 1px solid #d32f2f;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-animation: bounceInDown 2500ms ease-in-out;
  -moz-animation: bounceInDown 2500ms ease-in-out;
  -ms-animation: bounceInDown 2500ms ease-in-out;
  animation: bounceInDown 2500ms ease-in-out;
}
.slider-area .slider-1 div.slider-botton ul li.acitve a i {
  margin-left: 10px;
}
.slider-area .slider-1 div.slider-botton ul li.acitve a:hover {
  border: 1px solid #b52929 !important;
  background: #b52929 !important;
}
.slider-area .slider-1 div.slider-botton ul li a {
  display: block;
  padding: 17px 40px;
  color: #444444;
  border: 1px solid #ffffff;
  transition: all 0.5s ease 0s;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #ffffff;
}
.slider-area .slider-1 div.slider-botton ul li a i {
  margin-left: 10px;
}
.slider-area .slider-1 div.slider-botton ul li a:hover {
  background: #d32f2f;
  border: 1px solid #d32f2f;
  color: #ffffff;
}
.slider-area .slider-2 h1 {
  font-size: 50px;
  color: #ffffff;
  letter-spacing: 0px;
  font-weight: 700;
  text-transform: capitalize;
}
.slider-area .slider-2 h1 span {
  font-size: 55px;
  display: block;
}
.slider-area .slider-2 h1.uppercase {
  text-transform: uppercase;
}
.slider-area .slider-2 div.title2 {
  font-size: 16px;
  color: #dddddd;
  max-width: 600px;
  margin: 0 auto;
  font-weight: normal;
  line-height: 1.6;
}
.slider-area .slider-2 div.slider-botton {
  display: block;
  margin-top: 50px;
}
.slider-area .slider-2 div.slider-botton ul li {
  display: inline-block;
  margin-right: 10px;
}
.slider-area .slider-2 div.slider-botton ul li.acitve a {
  display: block;
  padding: 17px 40px;
  color: #ffffff;
  transition: all 0.5s ease 0s;
  background: #d32f2f;
  border: 1px solid #d32f2f;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-animation: bounceInDown 2500ms ease-in-out;
  -moz-animation: bounceInDown 2500ms ease-in-out;
  -ms-animation: bounceInDown 2500ms ease-in-out;
  animation: bounceInDown 2500ms ease-in-out;
}
.slider-area .slider-2 div.slider-botton ul li.acitve a i {
  margin-left: 10px;
}
.slider-area .slider-2 div.slider-botton ul li.acitve a:hover {
  border: 1px solid #b52929 !important;
  background: #b52929 !important;
}
.slider-area .slider-2 div.slider-botton ul li a {
  display: block;
  padding: 17px 40px;
  color: #444444;
  border: 1px solid #ffffff;
  transition: all 0.5s ease 0s;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #ffffff;
}
.slider-area .slider-2 div.slider-botton ul li a i {
  margin-left: 10px;
}
.slider-area .slider-2 div.slider-botton ul li a:hover {
  background: #d32f2f;
  color: #ffffff;
  border: 1px solid #d32f2f;
}


.home-gellary-area .single-gellary {
  background: #f5f5f5;
  padding: 5px;
  position: relative;
  overflow: hidden;
}
.home-gellary-area .single-gellary .image {
  position: relative;
  overflow: hidden;
  margin-bottom: 0px;
}
.home-gellary-area .single-gellary .image:hover .overley {
  opacity: 1;
  transform: scale(1);
}
.home-gellary-area .single-gellary .image a {
  display: block;
}
.home-gellary-area .single-gellary .image a img {
  width: 100%;
}
.home-gellary-area .single-gellary .image span {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 60px;
  background: #d32f2f;
  color: #ffffff;
  padding: 2px;
  text-align: center;
  z-index: 99;
}
.home-gellary-area .single-gellary .image .overley {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  background: rgb(77 73 72 / 48%);
  top: 0;
  transform: scale(0);
  transform-origin: 0 1 0;
  opacity: 0;
  transition: all 0.5s ease 0s;
}
.home-gellary-area .single-gellary .image .overley ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  top: 45%;
  transform: rotate(0deg);
  transition: all .9s;
}
.home-gellary-area .single-gellary .image .overley ul li {
  display: inline-block;
  color: #ffffff;
  margin-right: 5px;
}
.home-gellary-area .single-gellary .image .overley ul li i {
  color: #dd127b;
  margin-right: 10px;
  font-size: 16px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border: 1px solid #dd127b;
  border-radius: 50%;
}
.home-gellary-area .single-gellary:hover img {
  opacity: .9;
}
.home-gellary-area .single-gellary:hover .gellary-informations {
  background: transparent;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.home-gellary-area .single-gellary:hover .gellary-informations ul li {
  color: #4d4948;
}
.home-gellary-area .single-gellary:hover .gellary-informations ul li h3 a {
  font-size: 18px;
  transition: all 0.5s ease 0s;
  color: #4d4948;
}
.home-gellary-area .single-gellary:hover .gellary-informations ul li h3 a:hover {
  color: #4d4948;
}
.home-gellary-area .single-gellary:hover .gellary-informations ul li h3 a span {
  color: #4d4948;
}
.home-gellary-area .single-gellary:hover .gellary-informations ul li i {
  color: #4d4948;
}
.home-gellary-area .single-gellary img {
  width: 100%;
  transition: all 0.5s ease 0s;
  position: relative;
  overflow: hidden;
}
.home-gellary-area .single-gellary .gellary-informations {
  padding: 15px;
  transition: all 0.5s ease 0s;
}
.home-gellary-area .single-gellary .gellary-informations ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.home-gellary-area .single-gellary .gellary-informations ul li {
  display: inline-block;
  margin-right: 10px;
}
.home-gellary-area .single-gellary .gellary-informations ul li h3 {
  margin-bottom: 15px;
}
.home-gellary-area .single-gellary .gellary-informations ul li h3 a {
  font-size: 18px;
  transition: all 0.5s ease 0s;
  color: #333333;
}
.home-gellary-area .single-gellary .gellary-informations ul li h3 a:hover {
  color: #d32f2f;
}
.home-gellary-area .single-gellary .gellary-informations ul li h3 a span {
  display: block;
  font-weight: 400;
  color: #333333;
  font-size: 12px;
  margin-top: 10px;
}
.home-gellary-area .single-gellary .gellary-informations ul li i {
  color: #4d4948;
  font-weight: 600;
  margin-right: 10px;
}


.userdetails ul {
  margin: 0;
  padding: 0px;
  list-style: none;
  position: relative;
  top: 18%;
  transform: rotate(0deg);
  transition: all .9s;
  text-align: center;
}
.userdetails ul li {
  display: inline-block;
  margin-bottom: 5px;
  color: #ffffff;
  margin-right: 10px;
}
.userdetails ul li i {
  margin-right: 5px;
}
.winner-area .single-winners h3 {
  margin-bottom: 0;
}
.winner-area .single-winners h3 a {
  color: #333333;
  transition: all 0.5s ease 0s;
  font-size: 18px;
  text-transform: uppercase;
}
.winner-area .single-winners h3 a:hover {
  color: #d32f2f;
}
.winner-area .view-more {
  margin-top: 30px;
}

.home-banner-area {
  color: #ffffff;
  background: url('images/banner/1.jpg') no-repeat;
  background-size: cover;
  background-position: center center;
}
.home-banner-area .section-title h3 {
  margin-bottom: 10px;
}
.home-banner-area .section-title img {
  margin-bottom: 20px;
}
.home-banner-area .section-title p {
  padding: 0 20%;
  margin-bottom: 10px;
}
.home-banner-area .view-more a {
  margin-top: 15px;
  background: #d32f2f;
  color: #ffffff;
  padding: 10px 20px;
  border: 1px solid #d32f2f;
  background: #45456;
}

.project-activation-area {
  /*background: url(../images/faq.jpg) no-repeat scroll 0 0;*/
  transition: all 0.3s ease 0s;
  background-size: cover;
  background-position: center center;
  line-height: 0;
}
.about-counter-list {
  text-align: center;
}
.about-counter-list i {
  margin-bottom: 15px;
}
.about-counter-list h1 {
  font-size: 40px;
  font-weight: 400;
  padding: 0;
  color: #4d4948;
  margin-top: 20px !important;
}
.about-counter-list p {
  color: #4d4948;
  font-weight: 400;
  letter-spacing: 2px;
  margin-bottom: 0;
  text-transform: uppercase;
  margin-left: 5px;
}
.ab-count {
  padding: 0 0 6px 0;
}
.about-counter-list .fa {
  color: #da251e;
  display: inline-block;
  font-size: 40px;
}
.about-counter-list .fa:hover {
  color: #9acd58;
}



.footer-bottom-area {
  background: #000000;
  padding: 20px 0;
}
.footer-bottom-area .footer-bottom p {
  text-align: center;
  color: #ffffff;
  margin: 0;
  font-weight: 300;
}
#scrollUp {
  background: #85c226;
  bottom: 100px;
  color: #ffffff !important;
  display: block;
  font-size: 26px;
  height: 46px;
  line-height: 42px;
  position: fixed;
  right: 20px;
  text-align: center;
  text-decoration: none !important;
  transition: all 0.5s cubic-bezier(0, 0, 0, 1) 0s;
  width: 46px;
  z-index: 1000;
}
.home #scrollUp,
.single-blog #scrollUp,
.photocontest-list1 #scrollUp,
.photocontest-list2 #scrollUp,
.single-contest2 #scrollUp,
.photo-details #scrollUp,
.error #scrollUp,
.gallery2 #scrollUp,
.about-me #scrollUp,
.single-portfolio #scrollUp,
.registration #scrollUp,
.cart #scrollUp,
.contact-us #scrollUp {
  border-radius: 30px;
}
#scrollUp:hover {
  background: #e25e13;
}
.preview-2 .nivo-directionNav a.nivo-prevNav:before,
.preview-2 .nivo-directionNav a.nivo-nextNav:before {
  border: 1px dashed #9acd58  !important;
  color: #ffffff !important;
  background: transparent;
  border-radius: 50% !important;
  font-size: 20px !important;
  font-weight: 300 !important;
}
.preview-2 .nivo-directionNav a.nivo-prevNav:hover:before,
.preview-2 .nivo-directionNav a.nivo-prevNav:hover:before {
  background: #9acd58  !important;
}

#Container .mix {
  display: none;
}
.portfolio-one-area .portfolio-menu {
  text-align: center;
}
.portfolio-one-area .portfolio-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  margin-bottom: 30px;
}
.portfolio-one-area .portfolio-menu ul li {
  display: inline-block;
  padding: 7px 0;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.5s ease 0s;
  position: relative;
  cursor: pointer;
}
.portfolio-one-area .portfolio-menu ul li:after {
  content: "";
  position: absolute;
  left: 50%;
  width: 50px;
  height: 1px;
  background: #d32f2f;
  bottom: 0;
  opacity: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: all 0.5s ease 0s;
}
.portfolio-one-area .portfolio-menu ul li:hover,
.portfolio-one-area .portfolio-menu ul li.active {
  color: #d32f2f;
}
.portfolio-one-area .portfolio-menu ul li:hover::after,
.portfolio-one-area .portfolio-menu ul li.active::after {
  opacity: 1;
}
.portfolio-one-area .single-portfolio {
  position: relative;
  overflow: hidden;
}
.portfolio-one-area .single-portfolio:hover .overley {
  opacity: 1;
  transform: scale(1);
}
.portfolio-one-area .single-portfolio .portfolio-image {
  overflow: hidden;
  position: relative;
}
.portfolio-one-area .single-portfolio .portfolio-image img {
  width: 100%;
}
.portfolio-one-area .single-portfolio .overley {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  height: 100%;
  width: 100%;
  transition: all 0.5s ease 0s;
  opacity: 0;
  transform: scale(0);
  background: rgba(211, 47, 47, 0.8);
}
.portfolio-one-area .single-portfolio .overley .portfolio-details {
  top: 50%;
  position: relative;
  transform: translateY(-50px);
  text-align: center;
}
.portfolio-one-area .single-portfolio .overley .portfolio-details h3 {
  margin-bottom: 15px;
}
.portfolio-one-area .single-portfolio .overley .portfolio-details h3 a {
  transition: all 0.5s ease 0s;
  display: block;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
}
.portfolio-one-area .single-portfolio .overley .portfolio-details h3 a:hover {
  color: #dddddd;
}
.portfolio-one-area .single-portfolio .overley .portfolio-details ul {
  margin: 0 0 15px;
  padding: 0;
  list-style: none;
  position: relative;
  top: 45%;
  transform: rotate(0deg);
  transition: all .9s;
}
.portfolio-one-area .single-portfolio .overley .portfolio-details ul li {
  display: inline-block;
  color: #ffffff;
  margin-right: 5px;
}
.portfolio-one-area .single-portfolio .overley .portfolio-details ul li i {
  color: #ffffff;
  margin-right: 10px;
  font-size: 16px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border: 1px solid #ffffff;
  border-radius: 50%;
}
.portfolio-one-area .single-portfolio .overley .photo-informations {
  background: #d32f2f;
  height: 60px;
  padding: 18px 30px;
  color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.portfolio-one-area .single-portfolio .overley .photo-informations ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}
.portfolio-one-area .single-portfolio .overley .photo-informations ul li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 0;
}
.portfolio-one-area .single-portfolio .overley .photo-informations ul li i {
  color: #ffffff;
  font-weight: 600;
  margin-right: 5px;
}
.lightbox .lb-container {
  position: relative;
}
.lightbox .lb-container:hover .lb-prev,
.lightbox .lb-container:hover .lb-next {
  opacity: 1;
}
.lightbox .lb-data .lb-close {
  position: relative;
  background: none;
}
.lightbox .lb-data .lb-close:after {
  position: absolute;
  font-family: FontAwesome;
  content: "\f00d";
  font-size: 23px;
  top: 50%;
  left: 50%;
  color: #fff;
}
.lightbox .lb-nav .lb-prev,
.lightbox .lb-nav .lb-next {
  position: absolute;
  height: 80px;
  width: 80px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
}
.lightbox .lb-nav .lb-prev:after,
.lightbox .lb-nav .lb-next:after {
  position: absolute;
  font-family: FontAwesome;
  font-size: 58px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
}
.lightbox .lb-nav .lb-prev:after {
  content: "\f104";
}
.lightbox .lb-nav .lb-next:after {
  content: "\f105";
}
/* ------------------------------------
14.Inner Page Header serction start Here
--------------------------------------*/
.inner-page-header {
  background: url(../images/slider/slide_2.jpg) no-repeat;
  padding: 200px 0 113px 0;
  background-position: center center;
  background-size: cover;
}
.inner-page-header .header-page-title h2 {
  color: #ffffff;
  margin: 0;
  font-size: 36px;
}
.inner-page-header .header-page-locator ul {
  text-align: right;
}
.inner-page-header .header-page-locator ul li {
  display: inline-block;
  color: #e35f14;
}
.inner-page-header .header-page-locator ul li a {
  color: #ffffff;
  transition: all 0.5s ease 0s;
}
.inner-page-header .header-page-locator ul li a:hover {
  color: #9acd58;
}


.select-size {
  margin: 10px 0;
  width: 100%;
}
.select-size select {
  width: 200px;
  border: 1px solid #ccc;
}

.single-photo-contest-area .about-content h2 {
  color: #382d44;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  position: relative;
}
.single-photo-contest-area .about-content h2:after {
  background: #e1e1e1 none repeat scroll 0 0;
  content: "";
  height: 2px;
  left: 50%;
  transform: translateX(-50%);
  margin: auto;
  position: absolute;
  top: 12px;
  width: 40%;
}
.single-photo-contest-area .about-content ul.single-photo-slide2 .owl-buttons {
  right: 10px;
  position: absolute;
  top: -60px;
}
.single-photo-contest-area .about-content ul.single-photo-slide2 .owl-buttons div {
  background: #d32f2f !important;
  width: 35px;
  height: 35px;
  border-radius: 0 !important;
  opacity: 1!important;
  margin: 2px !important;
}
.single-photo-contest-area .about-content ul.single-photo-slide2 .owl-buttons div:hover {
  background: #000000!important;
}
.single-photo-contest-area .about-content ul.single-photo-slide2 .owl-buttons div i {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}
.single-photo-contest-area .about-content ul.home-single-slide .owl-buttons {
  right: 10px;
  position: absolute;
  top: -60px;
}
.single-photo-contest-area .about-content ul.home-single-slide .owl-buttons div {
  background: #d32f2f !important;
  width: 35px;
  height: 35px;
  border-radius: 0 !important;
  opacity: 1!important;
  margin: 2px !important;
}
.single-photo-contest-area .about-content ul.home-single-slide .owl-buttons div:hover {
  background: #000000!important;
}
.single-photo-contest-area .about-content ul.home-single-slide .owl-buttons div i {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}
.single-photo-contest-area .about-content ul.home-single-slide.variation .countdown-section .CountDownTimer .time_circles {
  left: 0 !important;
}
.single-photo-contest-area .about-content ul.home-single-slide.variation .countdown-section .CountDownTimer .time_circles canvas {
  opacity: 0;
  height: 0 !important;
  width: 0 !important;
}
.single-photo-contest-area .about-content ul.home-single-slide.variation .countdown-section .CountDownTimer .time_circles div {
  max-width: 87px;
  top: 0 !important;
  text-align: center !important;
}
.single-photo-contest-area .about-content ul.home-single-slide.variation .countdown-section .CountDownTimer .time_circles div:nth-child(2) {
  color: #d32f2f;
}
.single-photo-contest-area .about-content ul.home-single-slide.variation .countdown-section .CountDownTimer .time_circles div:nth-child(3) {
  color: #ad38e2;
}
.single-photo-contest-area .about-content ul.home-single-slide.variation .countdown-section .CountDownTimer .time_circles div:nth-child(4) {
  color: #2cb23b;
}
.single-photo-contest-area .about-content ul.home-single-slide.variation .countdown-section .CountDownTimer .time_circles div:nth-child(5) {
  color: #46ceaa;
}
.single-photo-contest-area .about-content ul.home-single-slide.variation .countdown-section .CountDownTimer .time_circles div span {
  text-align: left !important;
  font-size: 45px !important;
  font-weight: 700;
  margin-bottom: 10px;
}
.single-photo-contest-area .about-content ul.home-single-slide.variation .countdown-section .CountDownTimer .time_circles div h4 {
  text-align: left !important;
  font-size: 15px !important;
}
.single-photo-contest-area .about-content ul.home-single-slide .countdown-section .time_circles {
  max-width: 530px;
}
.single-photo-contest-area .about-content ul.home-single-slide .countdown-section .time_circles > div:nth-child(2) {
  color: #d32f2f;
}
.single-photo-contest-area .about-content ul.home-single-slide .countdown-section .time_circles > div:nth-child(3) {
  color: #ad38e2;
}
.single-photo-contest-area .about-content ul.home-single-slide .countdown-section .time_circles > div:nth-child(4) {
  color: #2cb23b;
}
.single-photo-contest-area .about-content ul.home-single-slide .countdown-section .time_circles > div:nth-child(5) {
  color: #46ceaa;
}
.single-photo-contest-area .about-content ul.home-single-slide .countdown-section .time_circles > div span {
  font-weight: 300;
  font-size: 30px;
  font-family: 'Roboto', sans-serif;
}
.single-photo-contest-area .about-content ul.home-single-slide .countdown-section .time_circles > div h4 {
  font-size: 15px;
  font-weight: 400;
  text-transform: capitalize;
}
.single-photo-contest-area .about-content ul.home-single-slide .countdown-section.full-section {
  margin-bottom: 20px;
}
.single-photo-contest-area .about-content ul.single-photo-slide .owl-buttons {
  right: 10px;
  position: absolute;
  top: -60px;
}
.single-photo-contest-area .about-content ul.single-photo-slide .owl-buttons div {
  background: #d32f2f !important;
  width: 35px;
  height: 35px;
  border-radius: 0 !important;
  opacity: 1!important;
  margin: 2px !important;
}
.single-photo-contest-area .about-content ul.single-photo-slide .owl-buttons div:hover {
  background: #000000!important;
}
.single-photo-contest-area .about-content ul.single-photo-slide .owl-buttons div i {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}
.single-photo-contest-area .about-text {
  float: right;
  width: 50%;
  padding: 0 50px;
  position: relative;
}
.single-photo-contest-area .about-text > h3 {
  margin-bottom: 15px;
}
.single-photo-contest-area .about-text > h3 > a {
  display: block;
  color: #333333;
  transition: all 0.5s ease 0s;
}
.single-photo-contest-area .about-text > h3 > a:hover {
  color: #d32f2f;
}
.single-photo-contest-area .about-text .informatons h4 {
  margin-bottom: 5px;
}
.single-photo-contest-area .about-text .informatons p {
  margin-bottom: 0px;
}
.single-photo-contest-area .about-text p {
  line-height: 28px;
}
.single-photo-contest-area .about-text > a {
  margin-top: 70px;
  display: inline-block;
  border: 1px solid #d32f2f;
  font-size: 16px;
  color: #ffffff;
  transition: all 0.5s ease 0s;
  background: #d32f2f;
  border-radius: 30px;
  padding: 8px 18px;
  box-shadow: 2px 0px 11px -2px #d32f2f;
}
.single-photo-contest-area .about-text > a:hover {
  background: transparent;
  box-shadow: none;
  color: #d32f2f;
}
.viewbtn {
  margin-top: 15px;
  display: inline-block;
  border: 1px solid #9acd58;
  font-size: 16px;
  color: #484443;
  transition: all 0.5s ease 0s;
  background: #9acd58;
  border-radius: 30px;
  padding: 8px 18px;
  box-shadow: 2px 0px 11px -2px #9acd58;
}
.viewbtn:hover {
  background: transparent;
  box-shadow: none;
  color: #484443;
}
.single-photo-contest-area .about-image {
  width: 50%;
  float: right;
  position: relative;
  overflow: hidden;
}
.single-photo-contest-area .about-image:hover img {
  transform: scale(1.2);
}
.single-photo-contest-area .about-image:hover .overley {
  opacity: 1;
  bottom: 0;
}
.single-photo-contest-area .about-image img {
  width: 100%;
  transition: all 0.5s ease 0s;
}
.single-photo-contest-area .about-image .overley {
  position: absolute;
  left: 0;
  bottom: -100px;
  background: rgba(211, 47, 47, 0.8);
  height: 70px;
  width: 100%;
  opacity: 0;
  transition: all 0.5s ease 0s;
}
.single-photo-contest-area .about-image .overley h4 {
  margin-bottom: 0;
}
.single-photo-contest-area .about-image .overley h4 a {
  display: block;
  color: #ffffff;
  padding: 25px 0 0 25px;
  font-weight: 400;
  transition: all 0.5s ease 0s;
}
.single-photo-contest-area .about-image .overley h4 a:hover {
  color: #dddddd;
}
.portfolio-two .single-portfolio {
  margin: 0px;
}
.home-single-contest .inner {
  background: #fff;
}
.home-single-contest .single-photo-contest-area .about-text {
  float: none;
  width: 100%;
  padding: 20px 0 0;
}
.home-single-contest .single-photo-contest-area .about-image {
  float: none;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .home-single-contest .item {
    margin: 10px 15px;
  }
  .home-single-contest .owl-item:nth-child(3n+1) > .item {
    margin-left: 0;
  }
  .home-single-contest .owl-item:nth-child(3n+3) > .item {
    margin-right: 0;
  }
}
/* ------------------------------------
20.Blog Page Start Here 
---------------------------------------*/
.blog-page-area .single-blog-slide {
  position: relative;
  overflow: hidden;
  width: 100% !important;
}
.blog-page-area .single-blog-slide .images {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.blog-page-area .single-blog-slide .images:hover .overley {
  opacity: 1;
  transform: scale(1);
}
.blog-page-area .single-blog-slide .images a {
  display: block;
}
.blog-page-area .single-blog-slide .images a img {
  width: 100%;
}
.blog-page-area .single-blog-slide .images span {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 60px;
  background: #d32f2f;
  color: #ffffff;
  padding: 2px;
  text-align: center;
  z-index: 99;
}
.blog-page-area .single-blog-slide .images .overley {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  background: rgba(211, 47, 47, 0.8);
  top: 0;
  transform: scale(0);
  transform-origin: 0 1 0;
  opacity: 0;
  transition: all 0.5s ease 0s;
}
.blog-page-area .single-blog-slide .images .overley ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  top: 45%;
  transform: rotate(0deg);
  transition: all .9s;
}
.blog-page-area .single-blog-slide .images .overley ul li {
  display: inline-block;
  color: #ffffff;
  margin-right: 5px;
}
.blog-page-area .single-blog-slide .images .overley ul li i {
  color: #ffffff;
  margin-right: 10px;
  font-size: 16px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border: 1px solid #ffffff;
  border-radius: 50%;
}
.blog-page-area .single-blog-slide .blog-informations ul {
  margin: 0 0 10px;
  padding: 0;
  list-style: none;
}
.blog-page-area .single-blog-slide .blog-informations ul li {
  display: inline-block;
  margin-right: 15px;
}
.blog-page-area .single-blog-slide .blog-informations ul li:last-child {
  margin-right: 0;
}
.blog-page-area .single-blog-slide .blog-informations ul li i {
  color: #d32f2f;
  margin-right: 5px;
}
.blog-page-area .single-blog-slide .blog-informations .blog-details h3 {
  margin-bottom: 20px;
}
.blog-page-area .single-blog-slide .blog-informations .blog-details h3 a {
  color: #333333;
  transition: all 0.5s ease 0s;
  font-size: 18px;
}
.blog-page-area .single-blog-slide .blog-informations .blog-details h3 a:hover {
  color: #d32f2f;
}
.blog-page-area .single-blog-slide .blog-informations .blog-details p {
  margin-bottom: 15px;
}
.blog-page-area .single-blog-slide .blog-informations .blog-details .read-more {
  display: block;
}
.blog-page-area .single-blog-slide .blog-informations .blog-details .read-more a {
  display: inline-block;
  color: #333333;
  font-size: 16px;
  transition: all 0.5s ease 0s;
  font-weight: 800;
  position: relative;
}
.blog-page-area .single-blog-slide .blog-informations .blog-details .read-more a:after {
  content: "\f101";
  font-family: fontawesome;
  color: #d32f2f;
  font-weight: 600;
  font-size: 16px;
  position: absolute;
  top: 0;
  right: 0px;
  opacity: 0;
  transition: all 0.5s ease 0s;
}
.blog-page-area .single-blog-slide .blog-informations .blog-details .read-more a:hover {
  color: #d32f2f;
}
.blog-page-area .single-blog-slide .blog-informations .blog-details .read-more a:hover:after {
  right: -30px;
  opacity: 1;
}
.others-photo-contester-area .single-others-contester {
  position: relative;
  overflow: hidden;
  background: #f5f5f5;
  padding: 0px;
  margin-right: -8px;
}
.others-photo-contester-area .single-others-contester .images {
  position: relative;
  overflow: hidden;
  margin-bottom: 0px;
}
.others-photo-contester-area .single-others-contester .images:hover .overley {
  opacity: 1;
  transform: scale(1);
}
.others-photo-contester-area .single-others-contester .images img {
  width: 100%;
}
.others-photo-contester-area .single-others-contester .images span {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 60px;
  background: #d32f2f;
  color: #ffffff;
  padding: 2px;
  text-align: center;
  z-index: 99;
}
.others-photo-contester-area .single-others-contester .images .overley {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  background: rgb(77 73 72 / 48%);
  top: 0;
  transform: scale(0);
  transform-origin: 0 1 0;
  opacity: 0;
  transition: all 0.5s ease 0s;
}
.others-photo-contester-area .single-others-contester .images .overley ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  top: 65%;
  transform: rotate(0deg);
  transition: all .9s;
}
.others-photo-contester-area .single-others-contester .images .overley ul li {
  display: inline-block;
  color: #ffffff;
  margin-right: 5px;
}
.others-photo-contester-area .single-others-contester .images .overley ul li i {
  color: #ffffff;
  margin-right: 5px;
  font-size: 20px;
  line-height: 45px;

}
.others-photo-contester-area .single-others-contester h3 {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 10px;
}
.others-photo-contester-area .single-others-contester ul {
  margin: 0 0 5px;
  padding: 0;
  list-style: none;
}
.others-photo-contester-area .single-others-contester ul li {
  display: inline-block;
  margin-right: 15px;
  font-size: 14px;
}
.others-photo-contester-area .single-others-contester ul li i {
  font-size: 16px;
  color: #d32f2f;
  font-weight: 600;
  margin: 0 5px 0 2px;
}
.others-photo-contester-area .single-others-contester .some-text {
  margin-bottom: 0;
}
/* ------------------------------------
21.Blog Details Page start here  
---------------------------------------*/
.single-blog-page-area .single-news-page .news-featured-image {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.single-blog-page-area .single-news-page .news-featured-image a {
  display: block;
  position: relative;
  overflow: hidden;
}
.single-blog-page-area .single-news-page .news-featured-image a img {
  width: 100%;
  transition: all 0.5s ease 0s;
}
.single-blog-page-area .single-news-page .news-featured-image a img:hover {
  -ms-transform: scale(1.5);
  /* IE 9 */

  -webkit-transform: scale(1.5);
  /* Safari */

  transform: scale(1.5);
}
.single-blog-page-area .single-news-page .news-featured-image .date-area {
  position: absolute;
  top: 0;
  left: 0;
  background: #d32f2f;
  width: 55px;
  height: 65px;
  padding: 10px;
  margin: 20px;
}
.single-blog-page-area .single-news-page .news-featured-image .date-area ul {
  text-align: center;
  border: 0px solid #ffffff;
}
.single-blog-page-area .single-news-page .news-featured-image .date-area ul li {
  display: block;
  color: #ffffff;
  font-weight: 600;
}
.single-blog-page-area .single-news-page h3 {
  margin-bottom: 40px;
}
.single-blog-page-area .single-news-page h3 a {
  color: #000000;
  font-size: 20px;
  font-weight: 600;
  position: relative;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 40px;
  text-decoration: none;
}
.single-blog-page-area .single-news-page h3 a:after {
  position: absolute;
  bottom: -20px;
  left: 0;
  content: "";
  background: #d32f2f;
  width: 60px;
  height: 3px;
}
.single-blog-page-area .single-news-page ul {
  text-align: left;
  margin-bottom: 30px;
  padding-bottom: 15px;
}
.single-blog-page-area .single-news-page ul li {
  display: inline-block;
}
.single-blog-page-area .single-news-page ul li span {
  color: #d32f2f;
  font-weight: 600;
}
.single-blog-page-area .sidebar-area .single-sidebar .pull-left {
  margin-right: 15px;
}
.single-blog-page-area .single-blog-content {
  padding-bottom: 60px;
  border-bottom: 1px solid #e1e1e1;
}
.single-blog-page-area .single-blog-content blockquote p {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
}
.single-blog-page-area .content-info .blog-content-tag {
  margin-top: 20px;
}
.single-blog-page-area .content-info .blog-content-tag ul li {
  display: inline-block;
  margin-right: 7px;
}
.single-blog-page-area .content-info .blog-content-tag ul li span {
  color: #000000;
  font-size: 18px;
  font-weight: 600;
}
.single-blog-page-area .content-info .blog-content-share-social-icons {
  margin-top: 25px;
}
.single-blog-page-area .content-info .blog-content-share-social-icons ul {
  text-align: right;
}
.single-blog-page-area .content-info .blog-content-share-social-icons ul li {
  display: inline-block;
  margin-right: 7px;
}
.single-blog-page-area .content-info .blog-content-share-social-icons ul li span {
  color: #000000;
  font-size: 18px;
  font-weight: 600;
}
.single-blog-page-area .content-info .blog-content-share-social-icons ul li a {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 28px;
  color: #d32f2f;
  border: 1px solid #c3c3c3;
  transition: all 0.5s ease 0s;
  text-decoration: none;
  text-align: center;
}
.single-blog-page-area .content-info .blog-content-share-social-icons ul li a:hover {
  background: #d32f2f;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #d32f2f;
}
.single-blog-page-area .content-info .blog-content-share-social-icons ul li a:hover i {
  color: #ffffff;
}
.single-blog-page-area .author-post {
  margin-top: 30px;
}
.single-blog-page-area .author-post h2 {
  color: #222222;
  font-size: 24px;
  font-weight: 600;
  position: relative;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 40px;
  text-decoration: none;
}
.single-blog-page-area .author-post .single-author-post {
  border: 1px solid #e1e1e1;
  padding: 30px;
}
.single-blog-page-area .author-post .single-author-post .box-grid .pull-left {
  margin-right: 10px;
}
.single-blog-page-area .author-post .single-author-post .box-grid .pull-left a {
  display: block;
}
.single-blog-page-area .author-post .single-author-post .box-grid .pull-left a img {
  width: 100%;
}
.single-blog-page-area .author-post .single-author-post .box-grid .media-body h4.media-heading {
  color: #d32f2f;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}
.single-blog-page-area .author-comment {
  margin-top: 60px;
  border-bottom: 1px solid #e1e1e1;
}
.single-blog-page-area .author-comment h2 {
  color: #222222;
  font-size: 24px;
  font-weight: 600;
  position: relative;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
  text-decoration: none;
}
.single-blog-page-area .author-comment .single-author-comment {
  padding: 30px;
}
.single-blog-page-area .author-comment .single-author-comment .author-post {
  display: block !important;
}
.single-blog-page-area .author-comment .single-author-comment .author-post .pull-left {
  margin-right: 10px;
}
.single-blog-page-area .author-comment .single-author-comment .author-post .pull-left a {
  display: block;
}
.single-blog-page-area .author-comment .single-author-comment .author-post .pull-left a img {
  width: 100%;
}
.single-blog-page-area .author-comment .single-author-comment .author-post .media-body h4.media-heading {
  color: #d32f2f;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 5px;
}
.single-blog-page-area .author-comment .single-author-comment .author-post .media-body ul {
  text-align: left;
  margin-bottom: 10px;
}
.single-blog-page-area .author-comment .single-author-comment .author-post .media-body ul li {
  display: inline-block;
}
.single-blog-page-area .author-comment .single-author-comment .author-post .media-body ul li.right {
  float: right;
}
.single-blog-page-area .author-comment .single-author-comment .author-post .media-body ul li.right i {
  color: #d32f2f;
  margin-right: 5px;
}
.single-blog-page-area .leave-comments-area {
  padding-top: 30px;
}
.single-blog-page-area .leave-comments-area h4 {
  color: #222222;
  font-size: 24px;
  font-weight: 600;
  position: relative;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 40px;
  text-decoration: none;
}
.single-blog-page-area .leave-comments-area fieldset {
  margin-top: 20px;
}
.single-blog-page-area .leave-comments-area fieldset input {
  background: #dddddd none repeat scroll 0 0;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  height: 45px;
  margin: 0 20px 20px 0;
  padding: 20px;
}
.single-blog-page-area .leave-comments-area fieldset input:focus {
  border: 0px;
  box-shadow: none;
}
.single-blog-page-area .leave-comments-area fieldset textarea {
  background: #dddddd none repeat scroll 0 0;
  border-radius: 0;
  margin-right: 20px;
  padding: 20px;
}
.single-blog-page-area .leave-comments-area fieldset textarea:focus {
  border: 0px;
  box-shadow: none;
}
.single-blog-page-area .leave-comments-area fieldset .btn-send {
  background: #d32f2f;
  border: 0 none;
  color: #ffffff;
  display: block;
  font-size: 15px;
  font-weight: bold;
  padding: 15px 45px;
  border-radius: 30px;
  box-shadow: 2px 0px 11px -2px #d32f2f;
  text-transform: uppercase;
  transition: all 0.5s ease 0s;
  margin-top: 30px;
  cursor: pointer;
}
.single-blog-page-area .leave-comments-area fieldset .btn-send:hover {
  background: #b52929;
  box-shadow: none;
}

.contact-us-page-area .contact-us-page h2 {
  color: #000000;
  font-size: 30px;
  font-weight: 600;
  position: relative;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 40px;
  text-decoration: none;
}
.contact-us-page-area .contact-us-page h2:after {
  position: absolute;
  bottom: -20px;
  left: 0;
  content: "";
  background: #d32f2f;
  width: 60px;
  height: 3px;
}
.contact-us-page-area .contact-box {
  padding: 30px 0;
}
.contact-us-page-area .contact-box .single-contact-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.contact-us-page-area .contact-box .single-contact-box ul li {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  position: relative;
  padding-left: 30px;
}
.contact-us-page-area .contact-box .single-contact-box ul li a {
  color: #333333;
  transition: all 0.5s ease 0s;
}
.contact-us-page-area .contact-box .single-contact-box ul li a:hover {
  color: #d32f2f;
}
.contact-us-page-area .contact-box .single-contact-box ul li span i {
  color: #d32f2f;
  font-weight: 800;
  font-size: 20px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 5px;
}
.contact-us-page-area .leave-comments-area {
  padding-top: 30px;
}
.contact-us-page-area .leave-comments-area h4 {
  color: #000000;
  font-size: 30px;
  font-weight: 600;
  position: relative;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 40px;
  text-decoration: none;
}
.contact-us-page-area .leave-comments-area h4:after {
  position: absolute;
  bottom: -20px;
  left: 0;
  content: "";
  background: #d32f2f;
  width: 60px;
  height: 3px;
}
.contact-us-page-area .leave-comments-area fieldset {
  margin-top: 20px;
}
.contact-us-page-area .leave-comments-area fieldset input {
  background: #dddddd none repeat scroll 0 0;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  height: 45px;
  margin: 0 20px 20px 0;
  padding: 20px;
  border-radius: 5px;
}
.contact-us-page-area .leave-comments-area fieldset input:focus {
  border: 0px;
  box-shadow: none;
}
.contact-us-page-area .leave-comments-area fieldset textarea {
  background: #dddddd none repeat scroll 0 0;
  border-radius: 0;
  margin-right: 20px;
  padding: 20px;
  border-radius: 5px;
}
.contact-us-page-area .leave-comments-area fieldset textarea:focus {
  border: 0px;
  box-shadow: none;
}
.contact-us-page-area .leave-comments-area fieldset .btn-send {
  background: #d32f2f;
  border: 0 none;
  color: #ffffff;
  display: block;
  font-size: 15px;
  font-weight: bold;
  padding: 15px 45px;
  text-transform: uppercase;
  transition: all 0.5s ease 0s;
  margin-top: 30px;
  border-radius: 30px;
  box-shadow: 2px 0px 11px -2px #d32f2f;
  cursor: pointer;
}
.contact-us-page-area .leave-comments-area fieldset .btn-send:hover {
  background: #b52929;
  box-shadow: none;
}

.loginregistration-area .login-area {
  background: #f8f8f8;
  padding: 30px;
  border-radius: 5px;
}
.loginregistration-area .login-area h2 {
  color: #222222;
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 50px;
  position: relative;
  text-transform: uppercase;
}
.loginregistration-area .login-area h2:after {
  background: #d32f2f;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 50px;
  width: 60px;
}
.loginregistration-area .login-area fieldset {
  margin-top: 20px;
  margin-left: -15px;
}
.loginregistration-area .login-area fieldset label {
  font-size: 16px;
  font-weight: normal;
  margin: 10px 0;
}
.loginregistration-area .login-area fieldset input {
  background: #ffffff;
  height: 45px;
  margin-right: 20px;
  border-radius: 5px;
}
.loginregistration-area .login-area fieldset input:focus {
  border: 0px;
  box-shadow: none;
}
.loginregistration-area .login-area fieldset textarea {
  background: #dddddd none repeat scroll 0 0;
  margin-right: 20px;
  border-radius: 5px;
}
.loginregistration-area .login-area fieldset textarea:focus {
  border: 0px;
  box-shadow: none;
}
.loginregistration-area .login-area fieldset .btn-send {
  background: #85c226;
  border: 0 none;
  color: #4d4948;
  display: block;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 35px;
  border-radius: 30px;
  box-shadow: 2px 0px 11px -2px #85c226;
  transition: all 0.5s ease 0s;
  margin-top: 30px;
  width: 100%;
  text-transform: uppercase;
  cursor: pointer;
}
.loginregistration-area .login-area fieldset .btn-send:hover {
  background: #e35f14;
  box-shadow: none;
}
.loginregistration-area .login-area .connected-area {
  margin-top: 20px;
}
.loginregistration-area .login-area .connected-area p {
  color: #222222;
  font-size: 18px;
}
.loginregistration-area .login-area .connected-area ul li {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 20px;
  cursor: pointer;
}
.loginregistration-area .login-area .connected-area ul li img {
  width: 100%;
}
.loginregistration-area .login-area .checkbox label input {
  display: inline-block;
  outline: none;
  height: unset;
  margin: 0;
}
.loginregistration-area .login-area .checkbox p {
  margin: 10px 0 10px 0px;
}
.loginregistration-area .login-area .checkbox p a {
  color: #00aeef;
  font-size: 16px;
  transition: all 0.5s ease 0s;
}
.loginregistration-area .login-area .checkbox p a:hover {
  color: #d32f2f;
}
.loginregistration-area .registration-area {
  background: #f8f8f8;
  padding: 30px;
  border-radius: 5px;
}
.loginregistration-area .registration-area h2 {
  color: #222222;
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 50px;
  position: relative;
  text-transform: uppercase;
}
.loginregistration-area .registration-area h2:after {
  background: #d32f2f;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 50px;
  width: 60px;
}
.loginregistration-area .registration-area fieldset {
  margin-top: 20px;
  margin-left: -15px;
}
.loginregistration-area .registration-area fieldset label {
  font-size: 16px;
  font-weight: normal;
  margin: 10px 0;
}
.loginregistration-area .registration-area fieldset input {
  background: #ffffff;
  border-radius: 5px;
  height: 45px;
  margin-right: 20px;
}
.loginregistration-area .registration-area fieldset input:focus {
  border: 0px;
  box-shadow: none;
}
.loginregistration-area .registration-area fieldset textarea {
  background: #dddddd none repeat scroll 0 0;
  border-radius: 5px;
  margin-right: 20px;
}
.loginregistration-area .registration-area fieldset textarea:focus {
  border: 0px;
  box-shadow: none;
}
.loginregistration-area .registration-area fieldset .btn-send {
  background: #85c226;
  border: 0 none;
  color: #4d4948;
  display: block;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 35px;
  border-radius: 30px;
  box-shadow: 2px 0px 11px -2px #85c226;
  transition: all 0.5s ease 0s;
  margin-top: 30px;
  width: 100%;
  text-transform: uppercase;
  cursor: pointer;
}
.loginregistration-area .registration-area fieldset .btn-send:hover {
  background: #e35f14;
  box-shadow: none;
}

.photo-details-area .photo-details-slide {
  margin-bottom: 30px;
}
.photo-details-area .photo-details-slide .owl-buttons div {
  border: 1px solid #d32f2f;
  height: 45px;
  opacity: 1;
  width: 45px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 0px;
  padding: 0;
  margin: 0;
  background: transparent;
}
.photo-details-area .photo-details-slide .owl-buttons div i {
  font-size: 30px;
  line-height: 40px;
  color: #d32f2f;
}
.photo-details-area .photo-details-slide .owl-buttons div.owl-prev {
  position: absolute;
  left: 5%;
}
.photo-details-area .photo-details-slide .owl-buttons div.owl-next {
  position: absolute;
  right: 5%;
}
.photo-details-area .photo-details {
  background: #85c226;
}
.photo-details-area .photo-details ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.photo-details-area .photo-details ul li {
  display: inline-block;
  padding: 10px 33px;
  color: #ffffff;
  border-right: 1px solid #ffffff;
}
.photo-details-area .photo-details ul li a {
  padding: 10px;
  border: 1px solid #ffffff;
  display: block;
  color: #fff;
}
.photo-details-area .photo-details ul li:last-child {
  border-right: 0px;
}
.photo-details-area .photo-details ul li i {
  font-weight: 800;
  font-size: 20px;
  margin-right: 20px;
}
.photo-content{padding-left: 15%;}
.photo-details-area .photo-content p {
  margin-bottom: 30px;
}
.photo-details-area .photo-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.photo-details-area .photo-content ul li {
  display: block;
  padding: 0 0 20px 0;
  color: #444444;
}
.photo-details-area .photo-content ul li span {
  color: #000000;
  font-size: 16px;
  font-weight: 600;
}
.photo-details-area .single-blog-page-area {
  padding: 0 !important;
}
.single-blog-page-area .single-news-page .news-featured-image {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.single-blog-page-area .single-news-page .news-featured-image a {
  display: block;
  position: relative;
  overflow: hidden;
}
.single-blog-page-area .single-news-page .news-featured-image a img {
  width: 100%;
  transition: all 0.5s ease 0s;
}
.single-blog-page-area .single-news-page .news-featured-image a img:hover {
  -ms-transform: scale(1.5);
  /* IE 9 */

  -webkit-transform: scale(1.5);
  /* Safari */

  transform: scale(1.5);
}
.single-blog-page-area .single-news-page .news-featured-image .date-area {
  position: absolute;
  top: 0;
  left: 0;
  background: #d32f2f;
  width: 55px;
  height: 65px;
  padding: 10px;
  margin: 20px;
}
.single-blog-page-area .single-news-page .news-featured-image .date-area ul {
  text-align: center;
  border: 0px solid #ffffff;
}
.single-blog-page-area .single-news-page .news-featured-image .date-area ul li {
  display: block;
  color: #ffffff;
  font-weight: 600;
}
.single-blog-page-area .single-news-page h3 {
  margin-bottom: 40px;
}
.single-blog-page-area .single-news-page h3 a {
  color: #000000;
  font-size: 20px;
  font-weight: 600;
  position: relative;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 40px;
  text-decoration: none;
}
.single-blog-page-area .single-news-page h3 a:after {
  position: absolute;
  bottom: -20px;
  left: 0;
  content: "";
  background: #d32f2f;
  width: 60px;
  height: 3px;
}
.single-blog-page-area .single-news-page ul {
  text-align: left;
  margin-bottom: 30px;
  padding-bottom: 15px;
}
.single-blog-page-area .single-news-page ul li {
  display: inline-block;
}
.single-blog-page-area .single-news-page ul li span {
  color: #d32f2f;
  font-weight: 600;
}
.single-blog-page-area .single-blog-content {
  padding-bottom: 60px;
  border-bottom: 1px solid #e1e1e1;
}
.single-blog-page-area .single-blog-content blockquote {
  border-left: 2px solid #d32f2f;
}
.single-blog-page-area .content-info .blog-content-tag {
  margin-top: 20px;
}
.single-blog-page-area .content-info .blog-content-tag ul li {
  display: inline-block;
  margin-right: 7px;
}
.single-blog-page-area .content-info .blog-content-tag ul li span {
  color: #000000;
  font-size: 18px;
  font-weight: 600;
}
.single-blog-page-area .content-info .blog-content-share-social-icons {
  margin-top: 25px;
}
.single-blog-page-area .content-info .blog-content-share-social-icons ul {
  text-align: right;
}
.single-blog-page-area .content-info .blog-content-share-social-icons ul li {
  display: inline-block;
  margin-right: 7px;
}
.single-blog-page-area .content-info .blog-content-share-social-icons ul li span {
  color: #000000;
  font-size: 18px;
  font-weight: 600;
}
.single-blog-page-area .content-info .blog-content-share-social-icons ul li a {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 28px;
  color: #d32f2f;
  border: 1px solid #c3c3c3;
  transition: all 0.5s ease 0s;
  text-decoration: none;
  text-align: center;
}
.single-blog-page-area .content-info .blog-content-share-social-icons ul li a:hover {
  background: #d32f2f;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #d32f2f;
}
.single-blog-page-area .content-info .blog-content-share-social-icons ul li a:hover i {
  color: #ffffff;
}
.single-blog-page-area .author-post {
  margin-top: 30px;
}
.single-blog-page-area .author-post h2 {
  color: #222222;
  font-size: 24px;
  font-weight: 600;
  position: relative;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 40px;
  text-decoration: none;
}
.single-blog-page-area .author-post .single-author-post {
  border: 1px solid #e1e1e1;
  padding: 30px;
}
.single-blog-page-area .author-post .single-author-post .box-grid .pull-left {
  margin-right: 10px;
}
.single-blog-page-area .author-post .single-author-post .box-grid .pull-left a {
  display: block;
}
.single-blog-page-area .author-post .single-author-post .box-grid .pull-left a img {
  width: 100%;
}
.single-blog-page-area .author-post .single-author-post .box-grid .media-body h4.media-heading {
  color: #d32f2f;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}
.single-blog-page-area .author-post .about-author-post .single-author-post .media .pull-left {
  margin-right: 20px;
}
.single-blog-page-area .author-comment {
  margin-top: 60px;
  border-bottom: 1px solid #e1e1e1;
}
.single-blog-page-area .author-comment h2 {
  color: #222222;
  font-size: 24px;
  font-weight: 600;
  position: relative;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
  text-decoration: none;
}
.single-blog-page-area .author-comment .single-author-comment {
  padding: 30px;
}
.single-blog-page-area .author-comment .single-author-comment .media .pull-left {
  margin-right: 20px;
}
.single-blog-page-area .author-comment .single-author-comment .media .pull-left a {
  display: block;
}
.single-blog-page-area .author-comment .single-author-comment .media .pull-left a img {
  width: 100%;
}
.single-blog-page-area .author-comment .single-author-comment .media .media-body h4.media-heading {
  color: #d32f2f;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 5px;
}
.single-blog-page-area .author-comment .single-author-comment .media .media-body ul {
  text-align: left;
  margin-bottom: 10px;
}
.single-blog-page-area .author-comment .single-author-comment .media .media-body ul li {
  display: inline-block;
}
.single-blog-page-area .author-comment .single-author-comment .media .media-body ul li.right {
  float: right;
}
.single-blog-page-area .author-comment .single-author-comment .media .media-body ul li.right i {
  color: #d32f2f;
  margin-right: 5px;
}
.single-blog-page-area .leave-comments-area {
  padding-top: 30px;
}
.single-blog-page-area .leave-comments-area h4 {
  color: #222222;
  font-size: 24px;
  font-weight: 600;
  position: relative;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 40px;
  text-decoration: none;
}
.single-blog-page-area .leave-comments-area fieldset {
  margin-top: 20px;
}
.single-blog-page-area .leave-comments-area fieldset input {
  background: #dddddd none repeat scroll 0 0;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  height: 45px;
  margin: 0 20px 20px 0;
  padding: 20px;
  border-radius: 5px;
}
.single-blog-page-area .leave-comments-area fieldset input:focus {
  border: 0px;
  box-shadow: none;
}
.single-blog-page-area .leave-comments-area fieldset textarea {
  background: #dddddd none repeat scroll 0 0;
  border-radius: 0;
  margin-right: 20px;
  padding: 20px;
  border-radius: 5px;
}
.single-blog-page-area .leave-comments-area fieldset textarea:focus {
  border: 0px;
  box-shadow: none;
}
.single-blog-page-area .leave-comments-area fieldset .btn-send {
  background: #d32f2f;
  border: 0 none;
  color: #ffffff;
  display: block;
  font-size: 15px;
  font-weight: bold;
  padding: 15px 45px;
  border-radius: 30px;
  box-shadow: 2px 0px 11px -2px #d32f2f;
  text-transform: uppercase;
  transition: all 0.5s ease 0s;
  margin-top: 30px;
}
.single-blog-page-area .leave-comments-area fieldset .btn-send:hover {
  background: #b52929;
  box-shadow: none;
}
/* ------------------------------------
26.Multistep Form Start Here 
---------------------------------------*/
.multistep-form {
  overflow: hidden;
}
.multistep-form .active {
  background: #d32f2f;
  color: #ffffff;
}
.multistep-form fieldset {
  display: none;
  margin: 60px 0 0 0;
  text-align: center;
}
.multistep-form fieldset h2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}
.multistep-form fieldset input {
  margin-bottom: 15px;
  width: 50%;
  height: 45px;
  border-radius: 0px;
  border: 1px solid #dddddd;
  padding: 10px;
}
.multistep-form fieldset input:outline {
  border: none;
  box-shadow: none;
}
.multistep-form fieldset input:focus {
  -webkit-box-shadow: 0px 0px 1px 1px #d32f2f;
  -moz-box-shadow: 0px 0px 1px 1px #d32f2f;
  box-shadow: 0px 0px 1px 1px #d32f2f;
  border: 0px solid #d32f2f;
}
.multistep-form fieldset input[type="button"] {
  background: #d32f2f;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 16px;
  transition: all 0.5s ease 0s;
  line-height: 20px;
}
.multistep-form fieldset input[type="button"]:hover {
  background: #b52929;
}
.multistep-form fieldset input[type="file"] {
  display: block;
  margin: auto;
  padding: 0px;
}
.multistep-form fieldset select {
  margin-bottom: 15px;
  width: 50%;
  height: 45px;
  border-radius: 0px;
  border: 1px solid #dddddd;
  padding: 10px;
}
.multistep-form fieldset select:outline {
  border: none;
  box-shadow: none;
}
.multistep-form fieldset select:focus {
  -webkit-box-shadow: 0px 0px 1px 1px #d32f2f;
  -moz-box-shadow: 0px 0px 1px 1px #d32f2f;
  box-shadow: 0px 0px 1px 1px #d32f2f;
  border: 0px solid #d32f2f;
}
.multistep-form fieldset textarea {
  margin-bottom: 15px;
  width: 50%;
  height: 150px;
  border-radius: 0px;
  border: 1px solid #dddddd;
  padding: 10px;
}
.multistep-form fieldset textarea:outline {
  border: none;
  box-shadow: none;
}
.multistep-form fieldset textarea:focus {
  -webkit-box-shadow: 0px 0px 1px 1px #d32f2f;
  -moz-box-shadow: 0px 0px 1px 1px #d32f2f;
  box-shadow: 0px 0px 1px 1px #d32f2f;
  border: 0px solid #d32f2f;
}
.multistep-form fieldset ul#preview {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
  width: 50%;
  display: inline-block;
}
.multistep-form fieldset ul#preview li {
  display: block;
  margin-bottom: 10px;
}
.multistep-form fieldset ul#preview li img {
  width: 100%;
}
.multistep-form fieldset ul#preview li span {
  font-weight: 800;
  color: #000000;
  margin-right: 15px;
}
.multistep-form fieldset .term-and-conditions input {
  width: auto;
  height: auto;
}
.multistep-form #first {
  display: block;
  margin: 60px 0 0 0;
  text-align: center;
}
.multistep-form #first h2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}
.multistep-form #first input {
  margin-bottom: 15px;
  width: 50%;
  height: 45px;
  border-radius: 0px;
  border: 1px solid #dddddd;
  padding: 10px;
}
.multistep-form #first input:outline {
  border: none;
  box-shadow: none;
}
.multistep-form #first input:focus {
  -webkit-box-shadow: 0px 0px 1px 1px #d32f2f;
  -moz-box-shadow: 0px 0px 1px 1px #d32f2f;
  box-shadow: 0px 0px 1px 1px #d32f2f;
  border: 0px solid #d32f2f;
}
.multistep-form #first input[type="button"] {
  background: #d32f2f;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 16px;
  transition: all 0.5s ease 0s;
  line-height: 20px;
  position: relative;
  box-shadow: 2px 0px 11px -2px #d32f2f;
  border: 1px solid transparent;
  cursor: pointer;
}
.multistep-form #first input[type="button"]:after {
  position: absolute;
  content: "\f105";
  font-family: fontawesome;
  right: 0;
  top: 0;
  color: #ffffff;
  margin-right: 30px;
  font-weight: 600;
}
.multistep-form #first input[type="button"]:hover {
  background: #b52929;
  box-shadow: none;
}
.multistep-form #first select {
  margin-bottom: 15px;
  width: 50%;
  height: 45px;
  border-radius: 0px;
  border: 1px solid #dddddd;
  padding: 10px;
}
.multistep-form #first select:outline {
  border: none;
  box-shadow: none;
}
.multistep-form #first select:focus {
  -webkit-box-shadow: 0px 0px 1px 1px #d32f2f;
  -moz-box-shadow: 0px 0px 1px 1px #d32f2f;
  box-shadow: 0px 0px 1px 1px #d32f2f;
  border: 0px solid #d32f2f;
}
.multistep-form #first textarea {
  margin-bottom: 15px;
  width: 50%;
  height: 150px;
  border-radius: 0px;
  border: 1px solid #dddddd;
  padding: 10px;
}
.multistep-form #first textarea:outline {
  border: none;
  box-shadow: none;
}
.multistep-form #first textarea:focus {
  -webkit-box-shadow: 0px 0px 1px 1px #d32f2f;
  -moz-box-shadow: 0px 0px 1px 1px #d32f2f;
  box-shadow: 0px 0px 1px 1px #d32f2f;
  border: 0px solid #d32f2f;
}
.multistep-form #first ul#preview {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
  width: 50%;
  display: inline-block;
}
.multistep-form #first ul#preview li {
  display: block;
  margin-bottom: 10px;
}
.multistep-form #first ul#preview li span {
  font-weight: 800;
  color: #000000;
  margin-right: 15px;
}
.multistep-form #first .term-and-conditions input {
  width: auto;
  height: auto;
}
.multistep-form ul#progressbar {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.multistep-form ul#progressbar li {
  display: inline-block;
  margin: 0 15px;
  border: 1px solid #d32f2f;
  padding: 10px 20px;
  transition: all 0.5s ease 0s;
}
.multistep-form ul#progressbar li:hover {
  background: #d32f2f;
  color: #ffffff;
}

.home-faq-area {
  padding: 94px 0 95px;
  background-size: cover;
  background-position: center center;
  background-color: #f5f5f5;
}
.home-faq-area .faq-area h2 {
  font-weight: 800;
  font-size: 30px;
  color: #6e6d6b;
  position: relative;
  margin-bottom: 60px;
}
.home-faq-area .faq-area h2:after {
  position: absolute;
  bottom: -20px;
  left: 0;
  content: "";
  background: #e35f14;
  width: 60px;
  height: 3px;
}
.home-faq-area .faq-area .accordion .card {
  margin-bottom: 5px;
  border: 0px solid transparent;
  border-radius: 4px;
}
.home-faq-area .faq-area .accordion .card .card-header {
  padding: 0;
  border: 0;
}
.home-faq-area .faq-area .accordion .card .card-header h5 {
  margin: 0;
}
.home-faq-area .faq-area .accordion .card .card-header h5.card-title button {
  display: block;
  padding: 16px 10px;
  text-decoration: none;
  font-size: 18px;
  background: #9acd58;
  color: #4d4947;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  cursor: pointer;
}
.home-faq-area .faq-area .accordion .card .card-header h5.card-title button.collapsed {
  display: block;
  padding: 16px 10px;
  background: #ffffff;
  text-decoration: none;
  font-size: 18px;
  color: #222222;
  transition: all 0.5s ease 0s;
}
.home-faq-area .faq-area .accordion .card .card-header h5.card-title button.collapsed:hover {
  background: #9acd58;
  color: #4d4947;
}
.home-faq-area .faq-area .accordion .card .card-body {
  background: #fff;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  padding: 15px;
}
.home-faq-area .faq-area .card-header [data-toggle="collapse"]:after {
  font-family: 'fontawesome';
  content: "\f105";
  /* "play" icon */

  float: right;
  color: #4d4947;
  font-size: 18px;
  line-height: 22px;
  /* rotate "play" icon from > (right arrow) to down arrow */

  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.home-faq-area .faq-area .card-header [data-toggle="collapse"].collapsed:after {
  /* rotate "play" icon from > (right arrow) to ^ (up arrow) */

  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #222222;
}
.home-faq-area .faq-image-area {
  overflow: hidden;
}
.home-faq-area .faq-image-area h2 {
  font-weight: 800;
  font-size: 30px;
  color: #6e6d6b;
  position: relative;
  margin-bottom: 60px;
}
.home-faq-area .faq-image-area h2:after {
  position: absolute;
  bottom: -20px;
  left: 0;
  content: "";
  background: #d32f2f;
  width: 60px;
  height: 3px;
}
.home-faq-area .faq-image-area a {
  display: block;
}
.home-faq-area .faq-image-area a img {
  width: 100%;
  transition: all 0.5s ease 0s;
}
.home-faq-area .faq-image-area a img:hover {
  background: rgba(1, 177, 215, 0.5);
}



.rs-services-3 .common {
  background: #ffffff;
  padding: 28px 11px 21px 22px;
  box-shadow: 0 14px 20px rgba(0, 0, 0, 0.05);
  transition: .20s;
  border-radius: 5px;
}
.rs-services-3 .common .col-sm-9 {
  padding-left: 0;
}
.rs-services-3 .common .icon-part {
  font-size: 40px;
  text-align: center;
  color: #9acd58;
}
.rs-services-3 .common .text h4 {
  margin: 0 auto;
  margin-bottom: 14px;
  font-weight: 600;
  font-size: 20px;
  color: #4d4948;
}
.rs-services-3 .common .text p {
  margin-bottom: 0;
}
.rs-services-3 .common:hover {
  background: #9acd58;
}
.rs-services-3 .common:hover .icon-part {
  color: #4d4948;
}
.rs-services-3 .common:hover h4,
.rs-services-3 .common:hover p {
  color: #4d4948;
}

.home-shop .single-shop-area:after {
  background: #e1e1e1 none repeat scroll 0 0;
  content: "";
  height: 2px;
  left: 45%;
  margin: auto;
  position: absolute;
  top: -39px;
  width: 40%;
  display: none;
}
.home-shop .single-shop-area .single-winners {
  position: relative;
  overflow: hidden;
  margin: 0 15px;
}
.home-shop .single-shop-area .single-winners .images {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.home-shop .single-shop-area .single-winners .images:hover h3 a {
  color: #d32f2f;
}
.home-shop .single-shop-area .single-winners .images:hover .overley {
  opacity: 1;
  transform: scaleY(1);
}
.home-shop .single-shop-area .single-winners .images a {
  display: block;
}
.home-shop .single-shop-area .single-winners .images a img {
  transition: all 0.5s ease 0s;
}


.home-shop .single-shop-area .single-winners h3 {
  margin-bottom: 30px;
}
.home-shop .single-shop-area .single-winners h3 a {
  color: #333333;
  transition: all 0.5s ease 0s;
  font-size: 18px;
  text-transform: uppercase;
}
.home-shop .single-shop-area .single-winners h3 a:hover {
  color: #d32f2f;
}
.home-shop .single-shop-area .owl-buttons .owl-next {
  background: transparent;
  width: 35px;
  height: 35px;
  border-radius: 0;
  opacity: 1;
  margin: 2px;
  right: -40px;
  position: absolute;
  top: 35%;
  border-radius: 50%;
  border: 1px dashed #d32f2f;
}
.home-shop .single-shop-area .owl-buttons .owl-next:hover {
  background: #d32f2f;
  color: #ffffff;
}
.home-shop .single-shop-area .owl-buttons .owl-next:hover i {
  color: #ffffff;
}
.home-shop .single-shop-area .owl-buttons .owl-next i {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #d32f2f;
}
.home-shop .single-shop-area .owl-buttons .owl-prev {
  background: transparent;
  width: 35px;
  height: 35px;
  border-radius: 0;
  opacity: 1;
  margin: 2px;
  left: -40px;
  position: absolute;
  top: 35%;
  border-radius: 50%;
  border: 1px dashed #d32f2f;
}
.home-shop .single-shop-area .owl-buttons .owl-prev:hover {
  background: #d32f2f;
  color: #ffffff;
}
.home-shop .single-shop-area .owl-buttons .owl-prev:hover i {
  color: #ffffff;
}
.home-shop .single-shop-area .owl-buttons .owl-prev i {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #d32f2f;
}

.slider-bottom-area {
  overflow: hidden;
}
.slider-bottom-area .slider-bottom h2 {
  font-size: 48px;
  font-weight: 600;
  color: #222222;
  text-align: center;
}
.slider-bottom-area .slider-bottom .total-business .single-business {
  text-align: center;
  margin: 0 15px;
}
.slider-bottom-area .slider-bottom .total-business .single-business:hover i {
  border-radius: 30px;
}
.slider-bottom-area .slider-bottom .total-business .single-business:hover h3 {
  color: #dddddd;
}
.slider-bottom-area .slider-bottom .total-business .single-business:hover .read-more a:after {
  right: -30px;
  opacity: 1;
}
.slider-bottom-area .slider-bottom .total-business .single-business i {
  font-size: 30px;
  color: #d32f2f;
  margin-bottom: 30px;
  transition: all 0.5s ease 0s;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border: 1px dashed #d32f2f;
}
.slider-bottom-area .slider-bottom .total-business .single-business i:hover {
  width: 60px;
  height: 60px;
  line-height: 60px;
  border: 1px dashed #d32f2f;
  border-radius: 30px;
}
.slider-bottom-area .slider-bottom .total-business .single-business h3 {
  margin: 0 0 20px;
}
.slider-bottom-area .slider-bottom .total-business .single-business h3 a {
  font-size: 22px;
  font-weight: 500;
  color: #000000;
  transition: all 0.5s ease 0s;
}
.slider-bottom-area .slider-bottom .total-business .single-business h3 a:hover {
  color: #d32f2f;
}
.slider-bottom-area .slider-bottom .total-business .single-business .read-more {
  display: block;
}
.slider-bottom-area .slider-bottom .total-business .single-business .read-more a {
  display: inline-block;
  color: #333333;
  font-size: 16px;
  transition: all 0.5s ease 0s;
  font-weight: 500;
  position: relative;
}
.slider-bottom-area .slider-bottom .total-business .single-business .read-more a:after {
  content: "\f101";
  font-family: fontawesome;
  color: #d32f2f;
  font-weight: 500;
  font-size: 16px;
  position: absolute;
  top: 0;
  right: 0px;
  opacity: 0;
  transition: all 0.5s ease 0s;
}
.slider-bottom-area .slider-bottom .total-business .single-business .read-more a:hover {
  color: #d32f2f;
}
.slider-bottom-area .slider-bottom .total-business .single-business .read-more a:hover:after {
  right: -30px;
  opacity: 1;
}
.slider-bottom-area .slider-bottom .total-business .owl-buttons .owl-prev {
  left: -60px;
  top: 40%;
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 30px;
  font-size: 25px;
  border: 1px dashed #d32f2f;
  background: transparent;
  color: #ffffff;
  opacity: 1;
  transition: all 0.5s ease 0s;
}
.slider-bottom-area .slider-bottom .total-business .owl-buttons .owl-prev i {
  color: #d32f2f;
}
.slider-bottom-area .slider-bottom .total-business .owl-buttons .owl-prev:hover {
  background: #d32f2f;
  color: #ffffff;
}
.slider-bottom-area .slider-bottom .total-business .owl-buttons .owl-prev:hover i {
  color: #ffffff;
}
.slider-bottom-area .slider-bottom .total-business .owl-buttons .owl-next {
  right: -60px;
  top: 40%;
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 30px;
  font-size: 25px;
  border: 1px dashed #d32f2f;
  background: transparent;
  color: #ffffff;
  opacity: 1;
  transition: all 0.5s ease 0s;
}
.slider-bottom-area .slider-bottom .total-business .owl-buttons .owl-next i {
  color: #d32f2f;
}
.slider-bottom-area .slider-bottom .total-business .owl-buttons .owl-next:hover {
  background: #d32f2f;
  color: #ffffff;
}
.slider-bottom-area .slider-bottom .total-business .owl-buttons .owl-next:hover i {
  color: #ffffff;
}

.portfolio4-area {
  position: relative;
}
.portfolio4-area .single-portfolio-area {
  position: relative;
  overflow: hidden;
}
.portfolio4-area .single-portfolio-area .portfolio-img {
  position: relative;
  overflow: hidden;
  display: block;
}
.portfolio4-area .single-portfolio-area .portfolio-img img {
  width: 100%;
}
.portfolio4-area .single-portfolio-area .portfolio-img:after {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  content: "";
  top: 0;
  left: 0;
  opacity: 0;
  transform-origin: 0 0 0;
  transition: all 0.5s ease 0s;
}
.portfolio4-area .single-portfolio-area:hover .portfolio-img:after {
  opacity: 1;
}
.portfolio4-area .single-portfolio-area:hover .portfolio2-overley .content h3 a {
  top: 35%;
}
.portfolio4-area .single-portfolio-area:hover .portfolio2-overley .content p {
  bottom: 7%;
}
.portfolio4-area .portfolio2-overley {
  text-align: center;
}
.portfolio4-area .portfolio2-overley .content h3 a {
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  left: 0;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: -62%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  /* IE 9 */

  -webkit-transform: translateY(-50%);
  /* Chrome, Safari, Opera */

  transition: all 0.5s ease 0s;
}
.portfolio4-area .portfolio2-overley .content h3 a:after {
  position: absolute;
  content: "";
  width: 60px;
  height: 2px;
  background: #ffffff;
  bottom: -15px;
  left: 0;
  right: 0;
  margin: auto;
}
.portfolio4-area .portfolio2-overley .content p {
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  left: 0;
  position: absolute;
  right: 0;
  bottom: -62%;
  transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  /* IE 9 */

  -webkit-transform: translateY(-100%);
  /* Chrome, Safari, Opera */

  transition: all 0.5s ease 0s;
  font-size: 14px;
  padding: 0 15px;
}
/* ------------------------------------
34.Portfolio Two Page Start Here 
---------------------------------------*/
.portfolio3-area {
  background: #F8F8F8;
}
.portfolio3-area .single-portfolio-area {
  position: relative;
  overflow: hidden;
}
.portfolio3-area .single-portfolio-area > .portfolio-img > img {
  width: 100%;
}
.portfolio3-area .single-portfolio-area:hover .overley {
  opacity: 1;
}
.portfolio3-area .single-portfolio-area:hover .overley .content h3:after {
  width: 80px;
}
.portfolio3-area .single-portfolio-area .portfolio-img a {
  display: block;
}
.portfolio3-area .single-portfolio-area .overley {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  content: "";
  transition: all 0.5s ease 0s;
  transform: translate3d(0px, 0px, 0px);
}
.portfolio3-area .single-portfolio-area .overley .content {
  bottom: 0;
  left: 0;
  margin: auto;
  position: relative;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
  transition: all 0.5s ease 0s;
}
.portfolio3-area .single-portfolio-area .overley .content h3 {
  margin-bottom: 22px;
  position: relative;
}
.portfolio3-area .single-portfolio-area .overley .content h3:after {
  background: #ffffff none repeat scroll 0 0;
  bottom: -14px;
  content: "";
  height: 1px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 0px;
  transition: all 0.5s ease 0s;
}
.portfolio3-area .single-portfolio-area .overley .content h3 a {
  display: block;
  color: #ffffff;
  text-decoration: none;
  font-size: 18px;
}
.portfolio3-area .single-portfolio-area .overley .content p {
  color: #ffffff;
}
/* -------------------------------------
35.Portfolio Details Start Here
---------------------------------------*/
.portfolio-details-area .portfolio-image {
  margin-right: 20px;
}
.portfolio-details-area .portfolio-image img {
  width: 100%;
}
.portfolio-details-area .portfolio-image img:hover {
  opacity: .9;
}
.portfolio-details-area .portfolio-informations h3 {
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  transition: all 0.5s ease 0s;
}
.portfolio-details-area .portfolio-informations h3:after {
  background: #d32f2f;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  top: 30px;
  width: 60px;
}
.portfolio-details-area .portfolio-informations ul li {
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
}
.portfolio-details-area .portfolio-informations ul li span {
  float: right;
}
.portfolio-details-area .portfolio-informations .visit-project {
  display: inline-block;
  margin: 30px 0 0;
}
.portfolio-details-area .portfolio-informations .visit-project a {
  background: #d32f2f;
  border: 1px solid #d32f2f;
  color: #ffffff;
  border-radius: 0px;
  display: block;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 60px;
  border-radius: 30px;
  box-shadow: 2px 0px 11px -2px #d32f2f;
  transition: all 0.5s ease 0s;
}
.portfolio-details-area .portfolio-informations .visit-project a:hover {
  background: #b52929;
  border: 1px solid #b52929;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.5);
  box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.5);
}
.portfolio-details-area .project-description {
  padding-top: 60px;
}
.portfolio-details-area .project-description h3 {
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  transition: all 0.5s ease 0s;
  margin-bottom: 35px;
}
.portfolio-details-area .project-description h3:after {
  background: #d32f2f;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  top: 30px;
  width: 60px;
}
.portfolio-details-area .related-project h3 {
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  transition: all 0.5s ease 0s;
  margin-bottom: 40px;
}
.portfolio-details-area .related-project h3:after {
  background: #d32f2f;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  top: 30px;
  width: 60px;
}
.portfolio-details-area .related-project .single-portfolio {
  position: relative;
  overflow: hidden;
}
.portfolio-details-area .related-project .single-portfolio:hover .overley {
  opacity: 1;
  transform: scale(1);
}
.portfolio-details-area .related-project .single-portfolio > .portfolio-image {
  overflow: hidden;
  position: relative;
  margin: 0;
}
.portfolio-details-area .related-project .single-portfolio > .portfolio-image a {
  display: block;
}
.portfolio-details-area .related-project .single-portfolio > .portfolio-image a img {
  width: 100%;
  min-height: 250px;
}
.portfolio-details-area .related-project .single-portfolio .overley {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  height: 100%;
  width: 100%;
  transition: all 0.5s ease 0s;
  opacity: 0;
  transform: scale(0);
  background: rgba(0, 0, 0, 0.8);
}
.portfolio-details-area .related-project .single-portfolio .overley .portfolio-details {
  top: 50%;
  position: relative;
  transform: translateY(-50%);
  text-align: center;
}
.portfolio-details-area .related-project .single-portfolio .overley .portfolio-details h3 {
  margin-bottom: 0px;
}
.portfolio-details-area .related-project .single-portfolio .overley .portfolio-details h3:after {
  display: none;
}
.portfolio-details-area .related-project .single-portfolio .overley .portfolio-details h3 a {
  transition: all 0.5s ease 0s;
  display: block;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
}
.portfolio-details-area .related-project .single-portfolio .overley .portfolio-details h3 a:hover {
  color: #d32f2f;
}
.portfolio-details-area .related-project .single-portfolio .overley .portfolio-details span {
  color: #ffffff;
  margin-bottom: 0;
}



.home-page-core-activities-area img {
  width: 100%;
}


.contact-me-area .call-info {
  margin: 0;
}
.contact-me-area .call-info .contact-box {
  padding: 40px 15px;
  border: 1px solid #d32f2f;
  transition: all 0.5s ease 0s;
  text-decoration: none;
  text-align: center;
  overflow: hidden;
  vertical-align: middle;
  border-radius: 30px;
}
.contact-me-area .call-info .contact-box i {
  display: block;
  font-size: 50px;
  color: #d32f2f;
}
.contact-me-area .call-info .contact-box span {
  margin-top: 15px;
  display: block;
}
.contact-me-area .call-info .contact-box span a {
  color: #333333;
}
.contact-me-area .call-info .contact-box:hover {
  background: #d32f2f;
  border: 1px solid #d32f2f;
  color: #ffffff;
}
.contact-me-area .call-info .contact-box:hover i {
  color: #ffffff;
}
.contact-me-area .call-info .contact-box:hover span a {
  color: #ffffff;
}

.btn-submit{
  background: #1ea839;
    border: 0 none;
    color: #ffffff;
    display: block;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 35px;
    border-radius: 30px;
    box-shadow: 2px 0px 11px -2px #1ea839;
    transition: all 0.5s ease 0s;
    margin-top: 30px;
    width: 100%;
    text-transform: uppercase;
    cursor: pointer;
}

.subtitle{
  text-align: center!important;
  margin: 0 0 0px!important;
}
.clr{
  color: #000;
    font-size: 16px;
    font-weight: bold;
}










.gellary-informations ul .licls .aclsf {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 28px;
  color: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #4267B2;
  transition: all 0.5s ease 0s;
  text-decoration: none;
  text-align: center;
  background-color: #4267B2;
}
.gellary-informations ul .licls .aclsf:hover {
    background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #4267B2;
  color: #4267B2;
}
.gellary-informations ul .licls .aclsf .iclsf {
  margin-right: 0px!important;
  color: #fff;
  font-weight: 600;
}

.gellary-informations ul .licls .aclst {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 28px;
  color: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #1DA1F2;
  transition: all 0.5s ease 0s;
  text-decoration: none;
  text-align: center;
  background-color: #1DA1F2;
}
.gellary-informations ul .licls .aclst:hover {
    background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #1DA1F2;
  color: #1DA1F2;
}
.gellary-informations ul .licls .aclst .iclst {
  margin-right: 0px!important;
  color: #fff;
  font-weight: 600;
}


.gellary-informations ul .licls .aclsl {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 28px;
  color: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #0077b5;
  transition: all 0.5s ease 0s;
  text-decoration: none;
  text-align: center;
  background-color: #0077b5;
}
.gellary-informations ul .licls .aclsl:hover {
    background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #0077b5;
  color: #0077b5;
}
.gellary-informations ul .licls .aclsl .iclsl {
  margin-right: 0px!important;
  color: #fff;
  font-weight: 600;
}

.sty{color: #dc117a;
    font-size: 16px;
    text-align: center;}
.successp {
    background-color: #5cb85c;
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 85%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}
.failp {
    background-color: #d9534f;
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 85%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}
.eventslider{padding: 88px 0 0px 0;}



.all_entries_container {
-webkit-animation:scroller_j2c_2076yt_1tcau83_1f4hrc8_7l54sw_1 448.68s linear infinite;
animation:scroller_j2c_2076yt_1tcau83_1f4hrc8_7l54sw_1 448.68s linear infinite;
transform:translate3d(0,0,0);
}
@-webkit-keyframes scroller_j2c_2076yt_1tcau83_1f4hrc8_7l54sw_1 {
0% {
-webkit-transform:translateX(0);
transform:translateX(0);
}
100% {
-webkit-transform:translateX(-11217px);
transform:translateX(-11217px);
}
}
@keyframes scroller_j2c_2076yt_1tcau83_1f4hrc8_7l54sw_1 {
0% {
transform:translateX(0);
}
100% {
transform:translateX(-11217px);
}
}

.image-horizental-scroller.-visible {
    opacity: 1;
}

.image-horizental-scroller a {
    align-items: center;
    background-color: #eee;
    display: flex;
    height: 150px;
}
.image-horizental-scroller {
    opacity: 0;
    transition: opacity .1s;
}
.image-horizental-scroller .scroller-description {
    align-items: center;
    background-color: #eee;
    justify-content: center;
    color: #fff;
    display: flex;
    font-size: 18px;
    line-height: 20px;
    min-width: 180px;
    text-align: right;
}
.image-horizental-scroller .scroller-description img {
    max-height: 100px;
}

.image-horizental-scroller .scroller-container-wrap {
    height: 100px;
    overflow: hidden;
}
.image-horizental-scroller .scroller-container {
    white-space: nowrap;
}
.image-horizental-scroller .scroller-image {
    display: inline-block;
    margin: 0 8px;
    position: relative;
}
.image-horizental-scroller .scroller-image img {
    height: 100px;
}

.image-horizental-scroller .scroller-image:hover .scroller-image-overlay{
    opacity: 1;
  transform: scale(1);
}
.image-horizental-scroller .scroller-image-overlay {
 position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    background: rgb(77 73 72 / 48%);
    top: 0;
    transform: scale(0);
    transform-origin: 0 1 0;
    opacity: 0;
    transition: all 0.5s ease 0s;
    white-space: normal;
}

.image-horizental-scroller .scroller-image-author{
    color: white;
    font-weight: bold;
    top: 50%;
    justify-content: center;
}





/*.lg-backdrop{top: 125px!important}.lg-outer{top: 150px!important}*/

.demo-gallery > ul {
  margin-bottom: 0;
}
.demo-gallery > ul > li {
    float: left;
    margin-bottom: 15px;
    margin-right: -10px;
    width: 250px;
}
.demo-gallery > ul > li a { 
  border-radius: 3px;
  display: block;
  overflow: hidden;
  position: relative;
  float: left;
}
.demo-gallery > ul > li a > img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%;
}
.demo-gallery > ul > li a:hover > img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.demo-gallery > ul > li a:hover .demo-gallery-poster > img {
  opacity: 1;
}
.demo-gallery > ul > li a .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}
.demo-gallery > ul > li a .demo-gallery-poster > img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.demo-gallery > ul > li a:hover .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}
.demo-gallery .justified-gallery > a > img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%;
}
.demo-gallery .justified-gallery > a:hover > img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.demo-gallery .justified-gallery > a:hover .demo-gallery-poster > img {
  opacity: 1;
}
.demo-gallery .justified-gallery > a .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}
.demo-gallery .justified-gallery > a .demo-gallery-poster > img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.demo-gallery .justified-gallery > a:hover .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}
.demo-gallery .video .demo-gallery-poster img {
  height: 48px;
  margin-left: -24px;
  margin-top: -24px;
  opacity: 0.8;
  width: 48px;
}
.demo-gallery.dark > ul > li a {
  border: 3px solid #04070a;
}
.home .demo-gallery {
  padding-bottom: 80px; 
}


.sstyle{color: #fff;font-size: 16px;}

.masonry{
  margin: 20px auto;    
  background: #fff;
  overflow-y: scroll;
  height: 600px;
  overflow-x: hidden;
  box-shadow: inset 0px 0px 10px rgb(0 0 0 / 50%);
}

.coupon-fields .apply-coupon {
    background: #85c226;
    border: none;
    color: #fff;
    padding: 6px 20px;
    border: 1px solid #85c226;
    border-radius: 30px;
    box-shadow: 2px 0px 11px -2px #85c226;
    cursor: pointer;
}
.apply-img{
      background: #1ca838;
    border: none;
    color: #fff;
    padding: 6px 20px;
    border: 1px solid #1ca838;
    border-radius: 30px;
    box-shadow: 2px 0px 11px -2px #1ca838;
    cursor: pointer;
}
   .imgGallery img {
      padding: 8px;
      max-width: 150px;
    } 
    
    .portfolio-img{height:193px;}
    
    
    
    
figure {
  margin: 0;
  display: grid;
  grid-template-rows: 1fr auto;
  margin-bottom: 0px;
  break-inside: avoid;
}

figure > img {
  grid-row: 1 / -1;
  grid-column: 1;
}

figure a {
  color: black;
  text-decoration: none;
}

figcaption {
    grid-row: 2;
    grid-column: 1;
    /*background-color: rgba(255,255,255,.5);*/
    padding: 0.2em 0.5em;
      width: 100%;
    text-align: center;
        margin-top: -30px;
}
figcaption .fa {
  padding-left: 4%;
}

.containerlay {
  column-count: 4;
  column-gap: 10px;
}

 @media (max-width: 1200px) {
    .containerlay {
  column-count: 4;
  column-gap: 10px;
}
  }
  @media (max-width: 992px) {
    .containerlay {
  column-count: 4;
  column-gap: 10px;
}
  }
  @media (max-width: 768px) {.containerlay {
  column-count: 1;
  column-gap: 5px;
}}




.rejectedp {
    background-color: #845cb8;
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 85%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}

