/*-------------------------------------------------
 =  Table of Css

 1.Isotope
 2.Header
 3.content - home sections
 4.Home2
 5.Home3
 6.Portfolio pages
 7.Blog pages
 8.Single Post
 9.single-project
 10.About
 11.Services
 12.Contact
 13.Error
 14.testimonials page
 15.Faqs page
 16.shortcodes
 17.Footer
 18.Responsive Part
-------------------------------------------------*/
/*-------------------------------------------------------*/
/* 1. Isotope filtering
/*-------------------------------------------------------*/
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  transition-property: transform, opacity;
}

/*-------------------------------------------------*/
/* =  Header
/*-------------------------------------------------*/
.navbar-default {
  background: #f9fafb;
  border: none;
}

.navbar-brand {
  height: auto;
  padding: 18px 15px;
}

.navbar-nav {
  margin-top: 10px;
}

.navbar-nav>li {
  margin-left: 20px;
}

.navbar-nav>li>a {
  color: #333;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding-bottom: 22px;
  /* margin-right: 45px; */
}

.navbar-nav>li>a:hover {
  color: #e74c3c !important;
}

.navbar-nav a.open-search {
  padding-left: 0;
}

.navbar-nav a.open-search i {
  color: #e74c3c;
  font-size: 20px;
  display: inline-block;
  margin-top: -5px;
}

.navbar-nav li.drop {
  position: relative;
}

.navbar-nav li ul.drop-down {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  left: 0;
  width: 160px;
  visibility: hidden;
  opacity: 0;
  z-index: 3;
  text-align: left;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  -o-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
}

.navbar-nav li ul.drop-down li {
  list-style: none;
  display: block;
  margin: 0;
}

.navbar-nav li ul.drop-down li ul.drop-down.level3 {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-transform: rotateY(-90deg);
  -moz-transform: rotateY(-90deg);
  -ms-transform: rotateY(-90deg);
  -o-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
  top: 0px;
  left: 100%;
  border-bottom: none;
}

.navbar-nav li ul.drop-down li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  display: block;
  color: #ffffff;
  font-size: 12px;
  font-family: 'Raleway', sans-serif;
  padding: 16px 20px;
  text-transform: uppercase;
  font-weight: 700;
  background: #3a3d41;
  margin: 0;
  border: none;
}

.navbar-nav li ul.drop-down li a:hover {
  background: #e74c3c;
}

.navbar-nav li ul.drop-down li:hover ul.drop-down.level3 {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

.navbar-nav li ul.drop-down li:last-child {
  border-bottom: none;
}

.navbar-nav li:hover>ul.drop-down {
  visibility: visible;
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
}

header.one-page .navbar-nav>li {
  margin-left: 0;
}

header.one-page .navbar-nav>li>a span {
  color: #e74c3c;
}

.form-search {
  position: absolute;
  top: 100%;
  right: 0;
  width: 230px;
  background: #e74c3c;
  padding: 14px;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  -o-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.form-search input[type="search"] {
  font-size: 13px;
  color: #dddddd;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 24px;
  margin: 0;
  color: #3a3d41;
  padding: 10px 12px;
  border: none;
  width: 100%;
  outline: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  background: #ffffff;
}

.form-search button {
  background: #ffffff;
  border: none;
  float: right;
  margin-top: -32px;
  margin-right: 15px;
  position: relative;
  z-index: 2;
}

.form-search button i {
  color: #e74c3c;
  font-size: 16px;
}

.form-search.active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
}

/*-------------------------------------------------*/
/* =  content - home sections
/*-------------------------------------------------*/
#container {
  padding-top: 67px;
  overflow: hidden;
}

.slider1 {
  position: relative;
}

.slider1 .banner-thumbs {
  position: absolute;
  z-index: 999;
  width: 100%;
  height: 112px;
  left: 0;

}

.slider1 .banner-thumbs ul.slider-thumbnails {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.slider1 .banner-thumbs ul.slider-thumbnails li {
  border-top: 2px solid #3a3d41;
  margin: 0;
  width: 10%;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  float: left;
}

.slider1 .banner-thumbs ul.slider-thumbnails li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  background: #3a3d41;
  display: block;
  border: none !important;
  margin: 0;
  width: 100%;
  padding: 30px 10px;
  overflow: hidden;
}

.slider1 .banner-thumbs ul.slider-thumbnails li a span {
  display: inline-block;
  float: left;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #e74c3c;
  color: #ffffff;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  font-family: arial;
  font-weight: 700;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.slider1 .banner-thumbs ul.slider-thumbnails li a h2 {
  color: #3a3d41;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  margin: 0 0 2px;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 18px;
  text-transform: inherit;
  margin: 3px 0 0 60px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  text-align: left;
}

.slider1 .banner-thumbs ul.slider-thumbnails li a p {
  font-size: 13px;
  color: #dddddd;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 24px;
  font-size: 12px;
  font-weight: 700;
  margin: 0;
  margin-left: 60px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  text-align: left;
}

.slider1 .banner-thumbs ul.slider-thumbnails li a:hover {
  background: #3a3d41;
  opacity: 0.7;
}

.slider1 .banner-thumbs ul.slider-thumbnails li.active {
  border-top: 2px solid #e74c3c;
}

.slider1 .banner-thumbs ul.slider-thumbnails li.active a span {
  background: #ffffff;
  color: #3a3d41;
}

.slider1 {
  overflow: hidden;
}

.slider1 .tp-bannertimer {
  display: none;
}

.slotholder:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(58, 61, 65, 44%);
}

.slider3 .slotholder:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
}

.tp-caption.large_bold_white {
  font-size: 60px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
}

.tp-caption.medium_thin_white {
  color: #ffffff;
  font-size: 18px;
  font-family: 'Raleway', sans-serif;
}

.tp-caption.medium_thin_white .button-large {
  margin: 0 10px;
}

.tp-caption.large_bold_grey {
  font-size: 60px;
  color: #3a3d41;
  font-weight: 700;
  text-align: center;
}

.tp-caption.large_bold_grey span {
  color: #e74c3c;
  display: block;
}

.tp-caption.medium_thin_grey {
  color: #999999;
  font-size: 18px;
  font-family: 'Raleway', sans-serif;
  text-align: center;
}

.slider3 .tp-leftarrow.default {
  background: url(../images/revolution-icons/large_left2.png) no-Repeat 0 0;
}

.slider3 .tp-rightarrow.default {
  background: url(../images/revolution-icons/large_right2.png) no-Repeat 0 0;
}

.slider3 .tp-leftarrow:hover,
.slider3 .tp-rightarrow:hover {
  background-position: bottom left;
}

.slider-fullwidth {
  margin-top: -67px;
}

.title-section {
  padding: 64px 56px;
  text-align: center;
  background: #f9fafb;
}

.title-section h1 {
  color: #3a3d41;
  font-size: 24px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  margin: 0 0 7px;
}

.title-section p {
  font-size: 13px;
  color: #dddddd;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 24px;
  color: #999999;
  font-size: 18px;
  margin: 0;
}

.services-section .services-box {
  background: url('../upload/banners/back.jpg');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 60px 0;
  position: relative;
}

.services-section .services-box .services-post {
  margin-bottom: 25px;
  text-align: center;
  position: relative;
  z-index: 2;
}

.services-section .services-box .services-post .services-head {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 30px;
}

.services-section .services-box .services-post .services-head a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  width: 60px;
  height: 60px;
  background: #f9fafb;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin-bottom: 22px;
}

.services-section .services-box .services-post .services-head a i {
  color: #3a3d41;
  line-height: 60px;
  font-size: 30px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.services-section .services-box .services-post .services-head h2 {
  color: #3a3d41;
  font-size: 24px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  margin: 0 0 7px;
  color: #ffffff;
  margin-bottom: 3px;
}

.services-section .services-box .services-post .services-head span {
  font-size: 13px;
  color: #dddddd;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 24px;
  display: inline-block;
  font-size: 12px;
  color: #ffffff;
  margin: 0;
}

.services-section .services-box .services-post .services-head:after {
  position: absolute;
  content: '';
  width: 60px;
  height: 1px;
  background: #ffffff;
  bottom: 0;
  left: 50%;
  margin-left: -30px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.services-section .services-box .services-post p {
  font-size: 13px;
  color: #dddddd;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 24px;
}

.services-section .services-box .services-post:hover .services-head a {
  background: #e74c3c;
}

.services-section .services-box .services-post:hover .services-head a i {
  color: #ffffff;
}

.services-section .services-box .services-post:hover .services-head:after {
  background: #e74c3c;
}

.services-section .services-box:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(58, 61, 65, 0.8);
}

a.button-one {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 10px 15px;
  color: #ffffff;
  font-size: 12px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #999999;
  box-shadow: 0 3px 0 #5c5f62;
  -webkit-box-shadow: 0 3px 0 #5c5f62;
  -moz-box-shadow: 0 3px 0 #5c5f62;
  -o-box-shadow: 0 3px 0 #5c5f62;
}

a.button-one:hover {
  background: #e74c3c;
  border: 1px solid #e74c3c;
  box-shadow: 0 3px 0 #9e2114;
  -webkit-box-shadow: 0 3px 0 #9e2114;
  -moz-box-shadow: 0 3px 0 #9e2114;
  -o-box-shadow: 0 3px 0 #9e2114;
}

.banner-section {
  background: url('../images/pattern.png');
  padding: 60px 0;
  text-align: center;
}

.banner-section h1 {
  color: #3a3d41;
  font-size: 24px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  margin: 0 0 7px;
  color: #ffffff;
  margin-bottom: 16px;
}

.banner-section p {
  font-size: 13px;
  color: #dddddd;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 24px;
  color: #999999;
  font-size: 14px;
}

a.button-two {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  background: #e74c3c;
  box-shadow: 0 3px 0 #9e2114;
  -webkit-box-shadow: 0 3px 0 #9e2114;
  -moz-box-shadow: 0 3px 0 #9e2114;
  -o-box-shadow: 0 3px 0 #9e2114;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

a.button-two span {
  display: inline-block;
  padding: 10px 26px 9px;
  color: #ffffff;
  font-size: 12px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

a.button-two i {
  padding: 12px 15px;
  font-size: 14px;
  color: #ffffff;
  border-left: 1px solid #9e2114;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

a.button-two:hover {
  background: #f9fafb;
  box-shadow: 0 3px 0 #808080;
  -webkit-box-shadow: 0 3px 0 #808080;
  -moz-box-shadow: 0 3px 0 #808080;
  -o-box-shadow: 0 3px 0 #808080;
}

a.button-two:hover span {
  color: #e74c3c;
}

a.button-two:hover i {
  color: #e74c3c;
  border-left: 1px solid #d9dadb;
  background: #f3f4f5;
}

.portfolio-box .project-post {
  text-align: center;
}

.portfolio-box .project-post .project-gal {
  position: relative;
}

.portfolio-box .project-post .project-gal img {
  width: 100%;
}

.portfolio-box .project-post .project-gal .hover-box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.65);
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  opacity: 0;
}

.portfolio-box .project-post .project-gal .hover-box a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  width: 40px;
  height: 40px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #e74c3c;
  top: 50%;
  margin-top: -20px;
  position: absolute;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.portfolio-box .project-post .project-gal .hover-box a i {
  font-size: 14px;
  color: #ffffff;
  line-height: 40px;
}

.portfolio-box .project-post .project-gal .hover-box a:hover {
  background: #3a3d41;
}

.portfolio-box .project-post .project-gal .hover-box a.zoom {
  right: 50%;
  margin-right: 35px;
}

.portfolio-box .project-post .project-gal .hover-box a.link {
  left: 50%;
  margin-left: 35px;
}

.portfolio-box .project-post .project-content {
  padding: 25px 10px;
  background: #f9fafb;
  border-bottom: 1px solid transparent;
}

.portfolio-box .project-post .project-content h2 {
  color: #3a3d41;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  margin: 0 0 2px;
  text-transform: uppercase;
}

.portfolio-box .project-post .project-content p {
  font-size: 13px;
  color: #dddddd;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 24px;
  margin-bottom: 0;
  font-size: 12px;
  color: #999999;
}

.portfolio-box .project-post:hover .project-gal .hover-box {
  visibility: visible;
  opacity: 1;
}

.portfolio-box .project-post:hover .project-gal .hover-box a {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}

.portfolio-box .project-post:hover .project-gal .hover-box a.zoom {
  margin-right: 5px;
}

.portfolio-box .project-post:hover .project-gal .hover-box a.link {
  margin-left: 5px;
}

.portfolio-box .project-post:hover .project-content {
  border-bottom: 1px solid #e74c3c;
  background: #ffffff;
}

div.buttons {
  text-align: center;
  margin: 50px 0;
}

div.buttons a.button-third {
  margin: 0 8px;
}

a.button-third {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 10px 15px;
  color: #999999;
  font-size: 12px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #e5e5e5;
  box-shadow: 0 3px 0 #e5e5e5;
  -webkit-box-shadow: 0 3px 0 #e5e5e5;
  -moz-box-shadow: 0 3px 0 #e5e5e5;
  -o-box-shadow: 0 3px 0 #e5e5e5;
  margin: 0;
}

a.button-third i {
  font-size: 12px;
}

a.button-third:hover {
  border: 1px solid #999999;
}

.owl-pagination {
  display: none;
}

.owl-theme .owl-controls {
  display: none !important;
}

.features-section {
  background: url('../upload/banners/back2.jpg');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}

.features-section .container {
  position: relative;
  z-index: 3;
}

.features-section .container .features-head {
  margin-bottom: 75px;
  text-align: center;
}

.features-section .container .features-head h1 {
  color: #3a3d41;
  font-size: 24px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  margin: 0 0 7px;
  color: #ffffff;
  margin-bottom: 16px;
}

.features-section .container .features-head p {
  font-size: 13px;
  color: #dddddd;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 24px;
  color: #999999;
  font-size: 14px;
}

.features-section .container .feature-list {
  padding: 0;
  margin: 0 0 30px;
}

.features-section .container .feature-list li {
  list-style: none;
}

.features-section .container .feature-list li span {
  display: inline-block;
  float: left;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #ffffff;
  text-align: center;
}

.features-section .container .feature-list li span i {
  color: #ffffff;
  font-size: 18px;
  line-height: 40px;
}

.features-section .container .feature-list li .list-cont {
  margin-left: 54px;
  padding-top: 10px;
}

.features-section .container .feature-list li .list-cont h3 {
  color: #ffffff;
  font-size: 18px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  margin: 0 0 16px;
}

.features-section .container .feature-list li .list-cont p {
  font-size: 13px;
  color: #dddddd;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 24px;
  color: #999999;
}

.features-section .container .image-place {
  text-align: center;
  position: relative;
}

.features-section .container .image-place img {
  max-width: 100%;
  margin-bottom: -40px;
}

.features-section:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(58, 61, 65, 0.8);
}

.features-section:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 60px;
  bottom: 0;
  left: 0;
  background: #f9fafb;
  z-index: 2;
}

.blog-section .title-section {
  background: #ffffff;
}

.blog-section .blog-post {
  margin: 0 10px;
}

.blog-section .blog-post img {
  width: 100%;
}

.blog-section .blog-post .post-content {
  overflow: hidden;
}

.blog-section .blog-post .post-content .post-date {
  float: left;
  width: 60px;
  height: 90px;
  background: #3a3d41;
  text-align: center;
  padding: 12px 2px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.blog-section .blog-post .post-content .post-date p {
  font-size: 13px;
  color: #dddddd;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 24px;
  margin: 0;
  color: #ffffff;
  font-size: 14px;
  line-height: 30px;
}

.blog-section .blog-post .post-content .post-date p span {
  display: block;
  position: relative;
  font-size: 24px;
  font-weight: 700;
  line-height: 38px;
}

.blog-section .blog-post .post-content .post-date p span:after {
  position: absolute;
  content: '';
  width: 20px;
  height: 1px;
  background: #ffffff;
  bottom: 0px;
  left: 50%;
  margin-left: -10px;
}

.blog-section .blog-post .post-content .content-data {
  margin-left: 60px;
  padding: 15px 20px;
  background: #f9fafb;
  min-height: 90px;
}

.blog-section .blog-post .post-content .content-data h2 {
  color: #3a3d41;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  margin: 0 0 2px;
  text-transform: uppercase;
  line-height: 20px;
  margin: 0;
}

.blog-section .blog-post .post-content .content-data h2 a {
  color: #3a3d41;
  display: inline-block;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  text-decoration: none;
}

.blog-section .blog-post .post-content .content-data h2 a:hover {
  color: #e74c3c;
}

.blog-section .blog-post .post-content .content-data p {
  font-size: 13px;
  color: #dddddd;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 24px;
  color: #999999;
  font-size: 12px;
  margin: 0;
}

.blog-section .blog-post .post-content .content-data p a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #999999;
}

.blog-section .blog-post:hover .post-date {
  background: #e74c3c;
}

.client-section {
  background: #f9fafb;
  padding-bottom: 60px;
  overflow: hidden;
}

.client-section ul.client-list {
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.client-section ul.client-list li {
  list-style: none;
  float: left;
  width: 16.666%;
}

.client-section ul.client-list li a {
  width: 100%;
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.client-section ul.client-list li a img {
  width: 100%;
}

.client-section ul.client-list li a:hover {
  opacity: 0.7;
}

.client-section .bx-wrapper .bx-pager {
  display: none;
}

.client-section .bx-wrapper .bx-controls-direction a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  top: 0;
  width: 40px;
  height: 40px;
  color: #999999;
  font-size: 12px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #e5e5e5;
  box-shadow: 0 3px 0 #e5e5e5;
  -webkit-box-shadow: 0 3px 0 #e5e5e5;
  -moz-box-shadow: 0 3px 0 #e5e5e5;
  -o-box-shadow: 0 3px 0 #e5e5e5;
  margin: 0 8px;
  position: absolute;
  margin-top: 10px;
  background: #ffffff;
}

.client-section .bx-wrapper .bx-controls-direction a.bx-prev {
  margin-left: -40px;
}

.client-section .bx-wrapper .bx-controls-direction a.bx-next {
  margin-right: -40px;
}

.client-section .bx-wrapper .bx-controls-direction a.bx-prev:before {
  font-family: 'FontAwesome';
  content: "\f104";
  position: absolute;
  font-size: 12px;
  color: #999999;
  width: 100%;
  left: 0;
  top: 0;
  text-align: center;
  line-height: 40px;
  -webkit-backface-visibility: hidden;
}

.client-section .bx-wrapper .bx-controls-direction a.bx-next:before {
  font-family: 'FontAwesome';
  content: "\f105";
  position: absolute;
  font-size: 12px;
  color: #999999;
  width: 100%;
  left: 0;
  top: 0;
  text-align: center;
  line-height: 40px;
  -webkit-backface-visibility: hidden;
}

.client-section .bx-wrapper .bx-controls-direction a:hover {
  border: 1px solid #999999;
}

/*-------------------------------------------------*/
/* =  Home2
/*-------------------------------------------------*/
.features-section2 {
  overflow: hidden;
}

.features-section2 .title-section {
  background: #ffffff;
}

.features-section2 .features-box {
  background: url('../upload/banners/back3.jpg');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 40px 0 0px;
  position: relative;
}

.features-section2 .features-box .container {
  position: relative;
  z-index: 2;
}

.features-section2 .features-box:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.92);
}

.features-section2 .image-place {
  margin-top: 10px;
  text-align: center;
  position: relative;
  z-index: 2;
}

.features-section2 .image-place img {
  max-width: 100%;
  margin: 0;
}

.feature-list2 {
  padding: 0;
  margin: 0 0 30px;
}

.feature-list2 li {
  list-style: none;
}

.feature-list2 li span {
  display: inline-block;
  float: left;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #e74c3c;
  text-align: center;
}

.feature-list2 li span i {
  color: #ffffff;
  font-size: 18px;
  line-height: 40px;
}

.feature-list2 li .list-cont {
  margin-left: 54px;
  padding-top: 10px;
}

.feature-list2 li .list-cont h3 {
  color: #ffffff;
  font-size: 18px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  margin: 0 0 16px;
  color: #3a3d41;
}

.feature-list2 li .list-cont p {
  font-size: 13px;
  color: #dddddd;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 24px;
  color: #999999;
}

.feature-list2.white {
  padding: 0;
  margin: 0 0 30px;
}

.feature-list2.white li {
  list-style: none;
}

.feature-list2.white li span {
  display: inline-block;
  float: left;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: transparent;
  border: 2px solid #ffffff;
  text-align: center;
}

.feature-list2.white li span i {
  color: #ffffff;
  font-size: 18px;
  line-height: 40px;
}

.feature-list2.white li .list-cont {
  margin-left: 54px;
  padding-top: 10px;
}

.feature-list2.white li .list-cont h3 {
  font-size: 18px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  margin: 0 0 16px;
  color: #ffffff;
}

.feature-list2.white li .list-cont p {
  font-size: 13px;
  color: #dddddd;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 24px;
  color: #999999;
}

.statistic-section {
  background: url('../upload/banners/back.jpg');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  padding: 60px 0 70px;
}

.statistic-section .container {
  position: relative;
  z-index: 2;
}

.statistic-post {
  overflow: hidden;
}

.statistic-post i {
  float: left;
  font-size: 30px;
  color: #e74c3c;
  display: inline-block;
  margin-top: 30px;
}

.statistic-post p {
  font-size: 13px;
  color: #dddddd;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 24px;
  margin: 0;
  margin-left: 46px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: #ffffff;
}

.statistic-post p span {
  color: #ffffff;
  font-size: 48px;
  line-height: 54px;
}

.statistic-section:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(58, 61, 65, 0.8);
}

.portfolio-box.portfolio-style2 .project-post .project-gal .hover-box {
  background: rgba(255, 255, 255, 0.9);
}

.portfolio-box.portfolio-style2 .project-post .project-gal .hover-box .inner-hover {
  position: absolute;
  top: 50%;
  margin-top: -35px;
  width: 100%;
  left: 0;
}

.portfolio-box.portfolio-style2 .project-post .project-gal .hover-box .inner-hover h2 {
  color: #3a3d41;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  margin: 0 0 2px;
  text-transform: uppercase;
  color: #e74c3c;
}

.portfolio-box.portfolio-style2 .project-post .project-gal .hover-box .inner-hover p {
  font-size: 13px;
  color: #dddddd;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 24px;
  margin-bottom: 0;
  font-size: 12px;
  color: #999999;
}

.portfolio-box.portfolio-style2 .project-post .project-gal .hover-box .inner-hover a {
  position: relative;
  top: inherit;
  margin-bottom: 16px;
}

.portfolio-box.portfolio-style2 .project-post .project-gal .hover-box .inner-hover a.zoom {
  right: inherit;
  margin-right: 40;
}

.portfolio-box.portfolio-style2 .project-post .project-gal .hover-box .inner-hover a.link {
  left: inherit;
  margin-left: 40;
}

.portfolio-box.portfolio-style2 .project-post:hover .project-gal .hover-box .inner-hover a.zomm {
  margin-right: 5px;
}

.portfolio-box.portfolio-style2 .project-post:hover .project-gal .hover-box .inner-hover a.link {
  margin-left: 5px;
}

.title-section.transparent-back {
  background: transparent;
}

.title-section.transparent-back h1 {
  color: #ffffff;
}

.testimonials-section {
  background: url('../upload/banners/back6.png');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  padding: 0px 0 40px;
}

.testimonials-section .container {
  position: relative;
  z-index: 2;
}

.testimonials-section .title-section {
  position: relative;
  z-index: 2;
}

.testimonials-section .bx-wrapper .bx-pager.bx-default-pager a {
  background: transparent;
  border: 2px solid #ffffff;
}

.testimonials-section .bx-wrapper .bx-pager.bx-default-pager a:hover,
.testimonials-section .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #e74c3c;
  border: 2px solid #e74c3c;
}

.testimonials-section:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(58, 61, 65, 0.8);
}

.testimonial-post {
  text-align: center;
  margin-bottom: 20px;
}

.testimonial-post img {
  display: inline-block;
  max-width: 60px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin-bottom: 12px;
}

.testimonial-post h2 {
  color: #3a3d41;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  margin: 0 0 2px;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 27px;
}

.testimonial-post p {
  font-size: 13px;
  color: #dddddd;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 24px;
  color: #ffffff;
  max-width: 860px;
  margin: 0 auto;
  padding: 20px 25px;
  background: #e74c3c;
  position: relative;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  -o-border-radius: 9px;
  border-radius: 9px;
}

.testimonial-post p:after {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  background: #e74c3c;
  border: 1px solid #e74c3c;
  left: 50%;
  margin-left: -10px;
  top: -10px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*-------------------------------------------------*/
/* =  home 3
/*-------------------------------------------------*/
.banner-section.style2 {
  background: #ffffff;
}

.banner-section.style2 h1 {
  color: #3a3d41;
  font-size: 24px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  margin: 0 0 7px;
}

.banner-section.style2 p {
  font-size: 13px;
  color: #dddddd;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 24px;
  color: #999999;
  font-size: 14px;
}

.portfolio-box.portfolio-style2.hover-second .project-post .project-gal .hover-box {
  background: rgba(58, 61, 65, 0.9);
}

.title-section.pattern {
  background: url('../images/pattern.png');
}

.title-section.pattern h1 {
  color: #ffffff;
}

.features-section3 {
  background: url('../upload/banners/back3.jpg');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 55px 0 50px;
  position: relative;
}

.features-section3 .container {
  position: relative;
  z-index: 2;
}

.features-section3 .container h1 {
  color: #3a3d41;
  font-size: 24px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  margin: 0 0 7px;
  line-height: 28px;
  color: #e74c3c;
}

.features-section3 .container h1 span {
  color: #3a3d41;
}

.features-section3 .container p {
  font-size: 13px;
  color: #dddddd;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 24px;
  color: #999999;
  margin-bottom: 45px;
}

.features-section3 .container .image-place img {
  max-width: 100%;
  margin: 0;
}

.feature-list3 {
  padding: 0;
  margin: 0 0 30px;
}

.feature-list3 li {
  list-style: none;
}

.feature-list3 li span {
  display: inline-block;
  float: left;
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #3a3d41;
  text-align: center;
}

.feature-list3 li span i {
  color: #ffffff;
  font-size: 24px;
  line-height: 60px;
}

.feature-list3 li .list-cont {
  margin-left: 74px;
}

.feature-list3 li .list-cont h3 {
  color: #ffffff;
  font-size: 18px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  margin: 0 0 16px;
  color: #3a3d41;
  font-size: 24px;
  margin-bottom: 5px;
}

.feature-list3 li .list-cont p {
  font-size: 13px;
  color: #dddddd;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 24px;
  color: #999999;
  font-size: 14px;
}

.features-section3:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.92);
}

.blog-section.second-style .blog-post {
  overflow: hidden;
}

.blog-section.second-style .blog-post .post-gal {
  margin-left: 60px;
}

.blog-section.second-style .blog-post .post-content>p {
  font-size: 13px;
  color: #dddddd;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 24px;
  padding: 16px 22px;
  margin: 0;
  margin-left: 60px;
  color: #999999;
}

.blog-section.second-style .blog-post .post-date {
  float: left;
  width: 60px;
  height: 90px;
  background: #3a3d41;
  text-align: center;
  padding: 12px 2px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.blog-section.second-style .blog-post .post-date p {
  font-size: 13px;
  color: #dddddd;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 24px;
  margin: 0;
  color: #ffffff;
  font-size: 14px;
  line-height: 30px;
}

.blog-section.second-style .blog-post .post-date p span {
  display: block;
  position: relative;
  font-size: 24px;
  font-weight: 700;
  line-height: 38px;
}

.blog-section.second-style .blog-post .post-date p span:after {
  position: absolute;
  content: '';
  width: 20px;
  height: 1px;
  background: #ffffff;
  bottom: 0px;
  left: 50%;
  margin-left: -10px;
}

.blog-section.second-style .blog-post:hover .post-date {
  background: #e74c3c;
}

/*-------------------------------------------------*/
/* =  portfolio pages
/*-------------------------------------------------*/
.page-banner {
  padding: 42px 0 47px;
  position: relative;
}

.page-banner .container {
  position: relative;
  z-index: 2;
}

.page-banner .container h1 {
  color: #3a3d41;
  font-size: 24px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  margin: 0 0 7px;
  color: #ffffff;
  font-size: 36px;
}

/* .page-banner:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(58, 61, 65, 0.8);
} */
.portfolio-page-banner {
  background: url('../upload/banners/back3.jpg');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.title-section.white {
  background: #ffffff;
}

ul.filter {
  margin: 0;
  padding: 35px 0;
  background: #f9fafb;
  text-align: center;
}

ul.filter li {
  list-style: none;
  display: inline-block;
  margin-left: 25px;
}

ul.filter li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #3a3d41;
  font-size: 12px;
  font-weight: 700;
  padding-bottom: 6px;
  border-bottom: 1px solid transparent;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
}

ul.filter li a:hover,
ul.filter li a.active {
  color: #e74c3c;
  border-bottom: 1px solid #e74c3c;
}

.masonry.three-col .project-post {
  width: 33.32%;
}

.masonry.four-col .project-post {
  width: 24.98%;
}

.masonry.five-col .project-post {
  width: 19.99%;
}

.testimonials-section.transparent-back {
  background: #ffffff;
}

.testimonials-section.transparent-back .testimonial-post h2 {
  color: #3a3d41;
}

.testimonials-section.transparent-back .testimonial-post p {
  color: #999999;
  background: #ffffff;
  border: 1px solid #dddddd;
}

.testimonials-section.transparent-back .testimonial-post p:after {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  background: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  border-right-color: transparent;
  left: 50%;
  margin-left: -10px;
  top: -10px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.testimonials-section.transparent-back .bx-wrapper .bx-pager.bx-default-pager a {
  background: transparent;
  border: 2px solid #dddddd;
}

.testimonials-section.transparent-back .bx-wrapper .bx-pager.bx-default-pager a:hover,
.testimonials-section.transparent-back .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #e74c3c;
  border: 2px solid #e74c3c;
}

.testimonials-section.transparent-back:after {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  outline: none;
}

/*-------------------------------------------------*/
/* =  blog pages
/*-------------------------------------------------*/
.blog-page-banner {
  background: url('../upload/banners/banner1.jpg');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.blog-box.masonry {
  width: 1170px;
  margin-left: -15px;
}

.blog-box.masonry .blog-post {
  margin: 15px;
  width: 360px;
}

.blog-box.masonry .blog-post .post-gal {
  position: relative;
}

.blog-box.masonry .blog-post .post-gal iframe {
  width: 100%;
}

.blog-box.masonry .blog-post .post-gal .hover-box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.65);
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  visibility: hidden;
  opacity: 0;
}

.blog-box.masonry .blog-post .post-gal .hover-box a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  width: 40px;
  height: 40px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #e74c3c;
  top: 50%;
  left: 50%;
  margin-left: 45px;
  margin-top: -20px;
  position: absolute;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.blog-box.masonry .blog-post .post-gal .hover-box a i {
  font-size: 14px;
  color: #ffffff;
  line-height: 40px;
}

.blog-box.masonry .blog-post .post-gal .hover-box a:hover {
  background: #3a3d41;
}

.blog-box.masonry .blog-post:hover .post-gal .hover-box {
  visibility: visible;
  opacity: 1;
}

.blog-box.masonry .blog-post:hover .post-gal .hover-box a {
  margin-left: -20px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

.flex-direction-nav .flex-next {
  width: 40px;
  height: 40px;
  float: right;
  margin-right: 10px;
  background: #3a3d41;
  border: 1px solid #3a3d41;
  box-shadow: 0 3px 0 #5c5f62;
  -webkit-box-shadow: 0 3px 0 #5c5f62;
  -moz-box-shadow: 0 3px 0 #5c5f62;
  -o-box-shadow: 0 3px 0 #5c5f62;
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

.flex-direction-nav .flex-prev {
  width: 40px;
  height: 40px;
  float: left;
  margin-left: 10px;
  background: #3a3d41;
  border: 1px solid #3a3d41;
  box-shadow: 0 3px 0 #5c5f62;
  -webkit-box-shadow: 0 3px 0 #5c5f62;
  -moz-box-shadow: 0 3px 0 #5c5f62;
  -o-box-shadow: 0 3px 0 #5c5f62;
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

.flex-direction-nav .flex-next:after {
  content: '\f105';
  font-family: 'FontAwesome';
  font-size: 12px;
  color: #ffffff;
  line-height: 40px;
}

.flex-direction-nav .flex-prev:after {
  content: '\f104';
  font-family: 'FontAwesome';
  font-size: 12px;
  color: #ffffff;
  line-height: 40px;
}

.flexslider .flex-next:hover {
  background: #e74c3c;
  border: 1px solid #e74c3c;
  box-shadow: 0 3px 0 #9e2114;
  -webkit-box-shadow: 0 3px 0 #9e2114;
  -moz-box-shadow: 0 3px 0 #9e2114;
  -o-box-shadow: 0 3px 0 #9e2114;
}

.flexslider .flex-prev:hover {
  background: #e74c3c;
  border: 1px solid #e74c3c;
  box-shadow: 0 3px 0 #9e2114;
  -webkit-box-shadow: 0 3px 0 #9e2114;
  -moz-box-shadow: 0 3px 0 #9e2114;
  -o-box-shadow: 0 3px 0 #9e2114;
}

.categorize-blog {
  margin-bottom: 40px;
}

.categorize-blog ul.filter {
  padding: 10px 0 0;
}

.view-more {
  padding-left: 45px !important;
  position: relative;
  margin-bottom: 50px !important;
}

.view-more i {
  position: absolute;
  left: 17px;
  top: 7px;
  display: inline-block;
  font-size: 22px !important;
}

.blog-section {
  position: relative;
}

a.go-top {
  position: absolute;
  bottom: 40px;
  right: 40px;
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  width: 60px;
  height: 60px;
  color: #999999;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #e5e5e5;
  box-shadow: 0 3px 0 #e5e5e5;
  -webkit-box-shadow: 0 3px 0 #e5e5e5;
  -moz-box-shadow: 0 3px 0 #e5e5e5;
  -o-box-shadow: 0 3px 0 #e5e5e5;
}

a.go-top i {
  font-size: 22px;
  line-height: 60px;
}

a.go-top:hover {
  border: 1px solid #999999;
}

.blog-section.with-sidebar {
  padding: 50px 0;
}

.blog-section.with-sidebar .blog-post {
  margin-bottom: 60px;
}

.blog-section.with-sidebar .blog-post .post-content>p {
  font-size: 13px;
  color: #dddddd;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 24px;
  padding: 20px;
  margin-bottom: 0;
  margin-left: 60px;
  color: #999999;
}

.blog-section.with-sidebar .blog-post .post-content>a {
  margin-left: 80px;
}

.blog-section.with-sidebar .blog-post iframe {
  width: 100%;
  height: 340px;
  margin-bottom: -6px;
}

.pagination-box {
  padding-top: 50px;
  padding-bottom: 20px;
  overflow: hidden;
  border-top: 1px solid #e5e5e5;
}

.pagination-box a.prev {
  float: left;
  margin: 0;
}

.pagination-box a.next {
  float: right;
  margin: 0;
}

.search-widget input[type="search"] {
  font-size: 13px;
  color: #dddddd;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 24px;
  margin: 0;
  color: #3a3d41;
  padding: 10px 12px;
  border: 1px solid #e5e5e5;
  width: 100%;
  outline: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.search-widget input[type="search"]:focus {
  border: 1px solid #e74c3c;
}

.search-widget button {
  background: #fff;
  border: none;
  float: right;
  margin-top: -32px;
  margin-right: 15px;
  position: relative;
  z-index: 2;
}

.search-widget button i {
  color: #e74c3c;
  font-size: 16px;
}

.sidebar .widget {
  margin-bottom: 40px;
}

.sidebar .widget h3 {
  color: #ffffff;
  font-size: 18px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  margin: 0 0 16px;
  color: #3a3d41;
  margin-bottom: 22px;
}

.sidebar .widget ul.category-list,
.sidebar .widget ul.category-list {
  margin: 0;
  padding: 0;
}

.sidebar .widget ul.category-list li,
.sidebar .widget ul.category-list li {
  list-style: none;
  margin-bottom: 22px;
}

.sidebar .widget ul.category-list li a,
.sidebar .widget ul.category-list li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding-left: 20px;
  text-transform: uppercase;
  color: #3a3d41;
  font-size: 12px;
  font-family: 'Raleway', sans-serif;
  position: relative;
  font-weight: 700;
}

.sidebar .widget ul.category-list li a:before,
.sidebar .widget ul.category-list li a:before {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  border: 2px solid #e5e5e5;
  left: 0;
  top: 2px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.sidebar .widget ul.category-list li a:hover,
.sidebar .widget ul.category-list li a:hover {
  color: #e74c3c;
}

.sidebar .widget ul.category-list li a:hover:before,
.sidebar .widget ul.category-list li a:hover:before {
  border: 2px solid #e74c3c;
  background: #e74c3c;
}

.sidebar .widget ul.category-list li:last-child,
.sidebar .widget ul.category-list li:last-child {
  margin-bottom: 0;
}

.sidebar .widget ul.popular-list {
  margin: 0;
  padding: 0;
}

.sidebar .widget ul.popular-list li {
  list-style: none;
  padding-top: 24px;
  border-top: 1px solid #f5f5f5;
  margin-bottom: 24px;
  overflow: hidden;
}

.sidebar .widget ul.popular-list li img {
  float: left;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.sidebar .widget ul.popular-list li .side-content {
  margin-left: 80px;
}

.sidebar .widget ul.popular-list li .side-content h2 {
  color: #3a3d41;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  margin: 0 0 2px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 20px;
  margin: 0;
}

.sidebar .widget ul.popular-list li .side-content h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #3a3d41;
}

.sidebar .widget ul.popular-list li .side-content h2 a:hover {
  color: #e74c3c;
}

.sidebar .widget ul.popular-list li .side-content p {
  font-size: 13px;
  color: #dddddd;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 24px;
  margin: 0;
  color: #a9a9a9;
}

.sidebar .widget ul.popular-list li:first-child {
  list-style: none;
  padding-top: 0;
  border-top: none;
}

.sidebar .widget ul.popular-list li:last-child {
  margin-bottom: 0;
}

.sidebar .text-widget p {
  font-size: 13px;
  color: #dddddd;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 24px;
  color: #999999;
  margin: 0;
}

.sidebar ul.tags-list {
  margin: 0;
  padding: 0;
}

.sidebar ul.tags-list li {
  list-style: none;
  display: inline-block;
  margin-bottom: 3px;
}

.sidebar ul.tags-list li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 9px;
  border: 1px solid #dcdcdc;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  color: #999999;
  font-size: 12px;
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
}

.sidebar ul.tags-list li a:hover {
  color: #ffffff;
  border: 1px solid #3a3d41;
  background: #3a3d41;
}

.blog-box.masonry.one-col {
  width: 100%;
  margin-left: 0;
}

.blog-box.masonry.one-col .blog-post {
  width: 100%;
  margin: 0 0 60px;
}

.blog-box.masonry.one-col .blog-post iframe {
  width: 100%;
  height: 360px;
}

.blog-box.masonry.one-col .blog-post .post-content>a {
  margin-left: 80px;
}

/*-------------------------------------------------*/
/* =  signle post
/*-------------------------------------------------*/
.blog-section.with-sidebar {
  overflow: hidden;
}

.single-post.blog-post .post-content>p {
  padding: 0 20px !important;
  margin-top: 20px !important;
  margin-bottom: 0px;
}

.single-post {
  overflow: hidden;
}

.single-post blockquote {
  border: none;
  background: #f9fafb;
  border-left: 60px solid #e74c3c;
  padding: 20px;
  position: relative;
  margin-top: 20px;
}

.single-post blockquote p {
  font-size: 13px;
  color: #dddddd;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 24px;
  margin: 0;
  font-weight: 700;
  color: #3a3d41;
}

.single-post blockquote:before {
  position: absolute;
  content: '';
  width: 30px;
  height: 23px;
  top: 50%;
  left: -45px;
  margin-top: -12px;
  background: url('../images/quote.png') center center no-repeat;
}

.single-post .share-tag-box {
  margin-left: 80px;
}

.single-post .share-tag-box .post-tags {
  margin: 0;
  padding: 0;
  margin-top: 20px;
}

.single-post .share-tag-box .post-tags li {
  display: inline-block;
}

.single-post .share-tag-box .post-tags li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #3a3d41;
  font-size: 13px;
  font-family: 'Raleway', sans-serif;
}

.single-post .share-tag-box .post-tags li a:hover {
  color: #e74c3c;
  text-decoration: underline;
}

.single-post .share-tag-box span {
  display: inline-block;
  color: #3a3d41;
  font-size: 13px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  margin-bottom: 8px;
}

.single-post .pagination-boxer {
  overflow: hidden;
  margin-bottom: 40px;
  border: 1px solid #e5e5e5;
}

.single-post .pagination-boxer .prev-post {
  float: left;
  width: 50%;
  border-right: 1px solid #e5e5e5;
  padding: 54px 30px;
  background: #f9fafb;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.single-post .pagination-boxer .prev-post a {
  float: left;
  margin: 0 20px 0 0;
}

.single-post .pagination-boxer .prev-post p {
  font-size: 13px;
  color: #dddddd;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 24px;
  margin: 0;
  font-weight: 700;
  color: #3a3d41;
}

.single-post .pagination-boxer .next-post {
  float: right;
  width: 50%;
  padding: 54px 20px;
  background: #f9fafb;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.single-post .pagination-boxer .next-post a {
  float: right;
  margin: 0 0 0 20px;
}

.single-post .pagination-boxer .next-post p {
  font-size: 13px;
  color: #dddddd;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 24px;
  margin: 0;
  font-weight: 700;
  color: #3a3d41;
}

.single-post .pagination-boxer .prev-post:hover {
  background: #ffffff;
}

.single-post .pagination-boxer .next-post:hover {
  background: #ffffff;
}

.single-post .comment-section h3 {
  color: #ffffff;
  font-size: 18px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  margin: 0 0 16px;
  color: #3a3d41;
  margin-bottom: 50px;
}

.single-post .comment-section ul {
  margin: 0;
  padding: 0;
}

.single-post .comment-section ul li {
  list-style: none;
}

.single-post .comment-section ul li img {
  float: left;
  width: 60px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.single-post .comment-section ul li .comment-box {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 42px;
  margin-bottom: 50px;
  overflow: hidden;
}

.single-post .comment-section ul li .comment-content {
  margin-left: 80px;
}

.single-post .comment-section ul li .comment-content h4 {
  color: #3a3d41;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  margin: 0 0 2px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 13px;
  text-transform: inherit;
}

.single-post .comment-section ul li .comment-content span {
  color: #3a3d41;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  margin: 0 0 2px;
  text-transform: uppercase;
  font-size: 13px;
  color: #333;
  font-weight: 300;
  margin-bottom: 12px;
  text-transform: inherit;
}

.single-post .comment-section ul li .comment-content p {
  font-size: 13px;
  color: #dddddd;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 24px;
  font-weight: 300;
  color: #999999;
  margin-bottom: 10px;
}

.single-post .comment-section ul li .comment-content a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #3a3d41;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  margin: 0 0 2px;
  text-transform: uppercase;
  font-size: 13px;
  color: #333;
  font-weight: 300;
  text-transform: inherit;
}

.single-post .comment-section ul li .comment-content a:hover {
  color: #e74c3c;
}

.single-post .comment-section ul li .depth {
  margin-left: 80px;
}

.single-post .comment-form h3 {
  color: #ffffff;
  font-size: 18px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  margin: 0 0 16px;
  color: #3a3d41;
  margin-bottom: 50px;
}

.single-post .comment-form input[type="text"],
.single-post .comment-form textarea {
  width: 100%;
  display: inline-block;
  padding: 11px;
  background: #ffffff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  color: #999999;
  font-size: 13px;
  font-family: 'Raleway', sans-serif;
  border: 1px solid #e5e5e5;
  outline: none;
  margin: 0 0 20px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.single-post .comment-form input[type="text"]:focus,
.single-post .comment-form textarea:focus {
  border: 1px solid #e74c3c;
}

.single-post .comment-form textarea {
  min-height: 122px;
}

.single-post .comment-form input[type="submit"] {
  display: inline-block;
  outline: none;
  padding: 10px 47px;
  color: #999999;
  font-size: 12px;
  font-family: 'Raleway', sans-serif;
  background: transparent;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #e5e5e5;
  border-bottom: 3px solid #e5e5e5;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  background: #ffffff;
}

.single-post .comment-form input[type="submit"]:hover {
  border: 1px solid #999999;
  border-bottom: 3px solid #999999;
}

.social-box {
  margin: 0;
  padding: 0;
  margin-bottom: 50px;
  margin-top: 5px;
}

.social-box li {
  display: inline-block;
}

.social-box li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  width: 28px;
  height: 28px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  text-align: center;
  background: #f8f8f8;
}

.social-box li a i {
  font-size: 15px;
  line-height: 28px;
  color: #c3c3c3;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.social-box li a:hover i {
  color: #ffffff;
}

.social-box li a.facebook:hover {
  background: #3b5b94;
}

.social-box li a.twitter:hover {
  background: #24cafe;
}

.social-box li a.google:hover {
  background: #5b5b5b;
}

.social-box li a.linkedin:hover {
  background: #0089b4;
}

.social-box li a.dribble:hover {
  background: #ed4a8b;
}

.social-box li a.pinterest:hover {
  background: #e84c3d;
}

/*-------------------------------------------------*/
/* =  single-project
/*-------------------------------------------------*/
.single-project {
  padding-bottom: 70px;
}

.project-block {
  padding-right: 50px;
  margin-bottom: 30px;
}

.single-project-content {
  padding-top: 60px;
}

.single-project-content h1 {
  color: #3a3d41;
  font-size: 24px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  margin: 0 0 7px;
  margin-bottom: 0;
}

.single-project-content h3 {
  color: #ffffff;
  font-size: 18px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  margin: 0 0 16px;
  color: #999999;
  font-weight: 400;
  margin-bottom: 32px;
}

.single-project-content p {
  font-size: 13px;
  color: #dddddd;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 24px;
  margin-bottom: 20px;
  color: #999999;
}

.single-project-content p span {
  font-weight: 700;
}

.project-sidebar {
  margin-bottom: 30px;
}

.project-sidebar h1 {
  color: #3a3d41;
  font-size: 24px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  margin: 0 0 7px;
  margin-bottom: 0;
}

.project-sidebar h3 {
  color: #ffffff;
  font-size: 18px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  margin: 0 0 16px;
  color: #999999;
  font-weight: 400;
  margin-bottom: 32px;
}

.project-sidebar ul.project-photos {
  margin: 0;
  padding: 0;
  margin-bottom: 60px;
  overflow: hidden;
}

.project-sidebar ul.project-photos li {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  position: relative;
  list-style: none;
}

.project-sidebar ul.project-photos li img {
  width: 175px;
}

.project-sidebar ul.project-photos li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.85);
  opacity: 0;
  visibility: hidden;
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.project-sidebar ul.project-photos li:nth-child(2n) {
  margin-right: 0;
}

.project-sidebar ul.project-photos li:hover a {
  opacity: 1;
  visibility: visible;
}

.project-sidebar p {
  font-size: 13px;
  color: #dddddd;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 24px;
  font-weight: 700;
  color: #3a3d41;
  margin-bottom: 10px;
}

.project-sidebar p span {
  color: #999999;
}

.project-sidebar p a {
  color: #e74c3c;
}

.project-sidebar a.button-third {
  margin: 0;
  margin-top: 7px;
}

/*-------------------------------------------------*/
/* =  about
/*-------------------------------------------------*/
.about-page-banner {
  background: url('../upload/banners/banner1.jpg');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.team-section {
  background: #f9fafb;
}

.team-box {
  padding: 60px 0;
  position: relative;
}

.team-box .buttons {
  position: absolute;
  width: 100%;
  height: 40px;
  top: 160px;
  left: 0;
}

.team-box .buttons a.owl-prev {
  float: left;
  margin-left: -50px;
}

.team-box .buttons a.owl-next {
  float: right;
  margin-right: -50px;
}

.team-post {
  padding: 0 10px;
  text-align: center;
}

.team-post img {
  width: 100%;
}

.team-post .team-head {
  padding: 16px 0 14px;
  position: relative;
  margin-bottom: 16px;
}

.team-post .team-head h2 {
  color: #3a3d41;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  margin: 0 0 2px;
  text-transform: uppercase;
}

.team-post .team-head span {
  font-size: 13px;
  color: #dddddd;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 24px;
  font-size: 12px;
  margin: 0;
  color: #999999;
}

.team-post .team-head:after {
  position: absolute;
  content: '';
  width: 60px;
  height: 1px;
  background: #3a3d41;
  bottom: 0;
  left: 50%;
  margin-left: -30px;
}

.team-post>p {
  font-size: 13px;
  color: #dddddd;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 24px;
  color: #666666;
  font-size: 12px;
  margin: 0 0 10px;
}

ul.team-social {
  margin: 0;
  padding: 0;
}

ul.team-social li {
  display: inline-block;
}

ul.team-social li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #d2d6da;
  -webkit-backface-visibility: hidden;
  text-align: center;
}

ul.team-social li a i {
  font-size: 18px;
  color: #d2d6da;
  line-height: 40px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

ul.team-social li a:hover {
  background: #3a3d41;
  border: 2px solid #3a3d41;
}

ul.team-social li a:hover i {
  color: #ffffff;
}

.statistic-box.style2 {
  overflow: hidden;
  padding-bottom: 40px;
  border-bottom: 1px solid #e6eaed;
}

.statistic-box.style2 .statistic-post {
  float: left;
  width: 25%;
  margin-bottom: 30px;
}

.statistic-box.style2 .statistic-post .statistic-counter {
  padding: 22px 10px;
  background: #f9fafb;
  border: 1px solid #e6eaed;
  margin-bottom: 30px;
  overflow: hidden;
}

.statistic-box.style2 .statistic-post .statistic-counter p {
  color: #3a3d41;
}

.statistic-box.style2 .statistic-post .statistic-counter p span {
  color: #3a3d41;
}

.statistic-box.style2 .statistic-post .statistic-content p {
  font-size: 13px;
  color: #dddddd;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 24px;
  margin-bottom: 20px;
  color: #666;
}

.statistic-box.style2 .statistic-post .statistic-content p span {
  font-size: 13px;
  color: #dddddd;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  margin: 0 0 24px;
  color: #666;
  font-weight: 700;
  margin: 0;
  line-height: 20px;
}

.skills-accord-section {
  padding: 60px 0;
}

.skills-accord-section .accord-box,
.skills-accord-section .skills-box {
  margin-bottom: 30px;
}

.skills-accord-section .accord-box>h1,
.skills-accord-section .skills-box>h1 {
  color: #3a3d41;
  font-size: 24px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  margin: 0 0 7px;
}

.skills-accord-section .accord-box>p,
.skills-accord-section .skills-box>p {
  font-size: 13px;
  color: #dddddd;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 24px;
  font-size: 18px;
  color: #999999;
  margin-bottom: 50px;
}

.skills-progress>p {
  color: #3a3d41;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  margin: 0 0 2px;
  text-transform: uppercase;
  padding-bottom: 12px;
  margin: 0;
  text-transform: inherit;
  position: relative;
}

.meter {
  height: 8px;
  /* Can be anything */
  position: relative;
  background: transparent;
  border: 1px solid #d2d6da;
  margin-bottom: 19px;
  padding: 2px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.meter>p {
  display: block;
  height: 2px;
  position: relative;
  background: #e74c3c;
}

.meter>p span {
  position: absolute;
  right: -15px;
  top: -47px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  font-family: 'Raleway', sans-serif;
  background: #3a3d41;
  padding: 8px 3px 6px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

.meter>p span:after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border: 5px solid #3a3d41;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  left: 50%;
  margin-left: -5px;
  bottom: -10px;
}

/*-------------------------------------------------*/
/* =  services
/*-------------------------------------------------*/
.services-page-banner {
  background: url('../upload/banners/banner2.jpg');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.features-section2 .features-box-services .feature-list {
  margin-top: 70px;
}

.features-section2 .image-place {
  margin-bottom: 40px;
}

.tab-section {
  background: url('../upload/banners/back7.jpg');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  padding: 50px 0 40px;
}

.tab-section .container {
  position: relative;
  z-index: 2;
}

.tab-section:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(58, 61, 65, 0.8);
}

.tab-box .container h1 {
  color: #3a3d41;
  font-size: 24px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  margin: 0 0 7px;
  color: #ffffff;
  margin-bottom: 15px;
  text-align: center;
}

.tab-box .container>p {
  font-size: 13px;
  color: #dddddd;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 24px;
  font-size: 14px;
  margin: 0 auto;
  text-align: center;
  max-width: 900px;
}

.nav-tabs {
  border: none;
  margin-top: 60px;
}

.nav-tabs li {
  border-top: 2px solid #3a3d41;
  margin: 0;
  width: 25%;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.nav-tabs li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  background: #3a3d41;
  display: block;
  border: none !important;
  margin: 0;
  width: 100%;
  padding: 30px 10px;
  overflow: hidden;
}

.nav-tabs li a span {
  display: inline-block;
  float: left;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #e74c3c;
  color: #ffffff;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  font-family: arial;
  font-weight: 700;
}

.nav-tabs li a h2 {
  color: #3a3d41;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  margin: 0 0 2px;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 18px;
  text-transform: inherit;
  margin: 3px 0 0 60px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.nav-tabs li a p {
  font-size: 13px;
  color: #dddddd;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 24px;
  font-size: 12px;
  font-weight: 700;
  margin: 0;
  margin-left: 60px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.nav-tabs li a:hover {
  background: #3a3d41;
  opacity: 0.7;
}

.nav-tabs li.active {
  border-top: 2px solid #e74c3c;
}

.nav-tabs li.active a {
  background: #ffffff;
}

.nav-tabs li.active a h2 {
  color: #3a3d41;
}

.nav-tabs li.active a p {
  color: #999999;
}

.tab-content {
  border: none;
  margin-bottom: 40px;
}

.tab-content .tab-pane {
  padding: 45px 30px;
  overflow: hidden;
  background: #ffffff;
}

.tab-content .tab-pane h2 {
  color: #3a3d41;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  margin: 0 0 2px;
  text-transform: uppercase;
  font-size: 18px;
  text-transform: inherit;
  margin: 0 0 16px;
}

.tab-content .tab-pane p {
  font-size: 13px;
  color: #dddddd;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 24px;
  color: #999999;
  margin-bottom: 10px;
}

.pricing-box {
  overflow: hidden;
  padding-bottom: 100px;
  padding-top: 10px;
}

.pricing-box .pricing-item {
  width: 25%;
  float: left;
  margin-bottom: 20px;
  padding-bottom: 10px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.pricing-box .pricing-item ul.pricing-table {
  margin: 0;
  padding: 0;
  width: 100%;
  border-bottom: 1px solid #3a3d41;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.pricing-box .pricing-item ul.pricing-table li {
  width: 100%;
  list-style: none;
  text-align: center;
  padding: 6px 0;
  background: #ffffff;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.pricing-box .pricing-item ul.pricing-table li p {
  font-size: 13px;
  color: #dddddd;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 24px;
  color: #999999;
  margin: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.pricing-box .pricing-item ul.pricing-table li a {
  margin: 15px 0 28px;
}

.pricing-box .pricing-item ul.pricing-table li:first-child {
  padding: 34px 0 30px;
  border: none;
  background: #3a3d41;
  margin-bottom: 24px;
}

.pricing-box .pricing-item ul.pricing-table li:first-child h1 {
  color: #3a3d41;
  font-size: 24px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  margin: 0 0 7px;
  color: #ffffff;
  margin-bottom: 40px;
}

.pricing-box .pricing-item ul.pricing-table li:first-child p {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  font-family: 'Raleway', sans-serif;
  margin: 0;
}

.pricing-box .pricing-item ul.pricing-table li:first-child p span {
  display: inline-block;
  font-size: 60px;
  margin: 0 6px;
}

.pricing-box .pricing-item:hover {
  padding-bottom: 0;
}

.pricing-box .pricing-item:hover ul.pricing-table {
  background: #f9fafb;
  border-bottom: 1px solid #e74c3c;
  margin-top: -10px;
}

.pricing-box .pricing-item:hover ul.pricing-table li p {
  color: #3a3d41;
}

.pricing-box .pricing-item:hover ul.pricing-table li a {
  margin-bottom: 38px;
}

.pricing-box .pricing-item:hover ul.pricing-table li:first-child {
  padding: 44px 0 30px;
  background: #e74c3c;
}

.pricing-box .pricing-item:hover ul.pricing-table li:first-child p {
  color: #ffffff;
}

/*-------------------------------------------------*/
/* =  contact
/*-------------------------------------------------*/
.contact-page-banner {
  background: url('../upload/banners/banner2.jpg');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.map {
  height: 330px;
}

.contact-info {
  padding: 40px 0;
  text-align: center;
}

.contact-info a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #e74c3c;
  margin-bottom: 12px;
}

.contact-info a i {
  line-height: 60px;
  color: #ffffff;
  font-size: 30px;
}

.contact-info h2 {
  color: #3a3d41;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  margin: 0 0 2px;
  text-transform: uppercase;
  text-transform: inherit;
  margin-bottom: 30px;
}

.contact-info p {
  font-size: 13px;
  color: #dddddd;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 24px;
  color: #999999;
  padding: 23px;
  border: 1px solid #dfdfdf;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  position: relative;
}

.contact-info p span {
  display: block;
}

.contact-info p:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  border: 1px solid #dfdfdf;
  border-bottom-color: transparent;
  border-right-color: transparent;
  top: -10px;
  left: 50%;
  margin-left: -10px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #fff;
}

.contact-area {
  background: #f9fafb;
}

.contact-area .title-section {
  padding-bottom: 30px;
}

.contact-area #contact-form {
  padding-bottom: 30px;
}

.contact-area #contact-form p {
  font-size: 13px;
  color: #dddddd;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 24px;
  color: #999999;
  text-align: center;
  max-width: 660px;
  margin: 0 auto 40px;
}

.contact-area #contact-form input[type="text"],
.contact-area #contact-form textarea {
  width: 100%;
  display: inline-block;
  padding: 11px;
  background: #ffffff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  color: #999999;
  font-size: 13px;
  font-family: 'Raleway', sans-serif;
  border: 1px solid #e5e5e5;
  outline: none;
  margin: 0 0 20px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.contact-area #contact-form input[type="text"]:focus,
.contact-area #contact-form textarea:focus {
  border: 1px solid #e74c3c;
}

.contact-area #contact-form textarea {
  min-height: 122px;
}

.contact-area #contact-form input[type="submit"] {
  display: inline-block;
  outline: none;
  padding: 10px 47px;
  color: #999999;
  font-size: 12px;
  font-family: 'Raleway', sans-serif;
  background: transparent;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #e5e5e5;
  border-bottom: 3px solid #e5e5e5;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  background: #ffffff;
}

.contact-area #contact-form input[type="submit"]:hover {
  border: 1px solid #999999;
  border-bottom: 3px solid #999999;
}

.contact-area #contact-form .submit-area {
  text-align: center;
}

.contact-area #contact-form .message {
  height: 30px;
  font-size: 13px;
  font-family: 'Raleway', sans-serif;
}

.contact-area #contact-form .message.error {
  color: #e74c3c;
}

.contact-area #contact-form .message.success {
  color: #3a3d41;
}

/*-------------------------------------------------*/
/* =  error
/*-------------------------------------------------*/
.error-page-banner {
  background: url('../upload/banners/banner1.jpg');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.error {
  padding: 70px 0;
  text-align: center;
}

.error span {
  display: inline-block;
  width: 164px;
  height: 164px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #e74c3c;
  color: #ffffff;
  line-height: 150px;
  font-size: 60px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  position: relative;
}

.error span:after {
  content: '';
  position: absolute;
  width: 178px;
  height: 178px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #e74c3c;
  top: -7px;
  left: -7px;
}

.error-content {
  text-align: center;
  padding: 50px 0;
  background: #f9fafb;
}

.error-content h1 {
  color: #3a3d41;
  font-size: 24px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  margin: 0 0 7px;
  margin-bottom: 12px;
}

.error-content p {
  font-size: 13px;
  color: #dddddd;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 24px;
  font-size: 14px;
  margin-bottom: 40px;
  color: #999999;
}

.error-content a {
  color: #3a3d41;
}

/*-------------------------------------------------*/
/* =  testimonials page
/*-------------------------------------------------*/
.testimonial-page-banner {
  background: url('../upload/banners/banner2.jpg');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.test-style1 {
  margin-bottom: 58px;
}

/*-------------------------------------------------*/
/* =  faqs page
/*-------------------------------------------------*/
.faqs-page-banner {
  background: url('../upload/banners/banner1.jpg');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.toggle-section {
  padding: 55px 0;
  margin-bottom: 100px;
}

.accord-elem {
  margin-top: 8px;
}

.accord-elem:first-child {
  margin-top: 0px;
}

.accord-title {
  padding: 16px 20px;
  background: #ffffff;
  border: 1px solid #e6eaed;
  position: relative;
}

.accord-title h2 {
  padding-right: 52px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  margin: 0 0 2px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 14px;
  color: #3a3d41;
  text-transform: inherit;
}

.accord-title a.accord-link {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  position: absolute;
  width: 52px;
  height: 100%;
  top: 0;
  right: 0;
  text-align: center;
}

.accord-title a.accord-link:after {
  font-family: 'Raleway', sans-serif;
  content: '+';
  font-size: 42px;
  color: #e74c3c;
  font-weight: 600;
  line-height: 49px;
}

.accord-elem.active .accord-title {
  background: #f9fafb;
  border-bottom: 1px solid transparent;
}

.accord-elem.active a.accord-link:after {
  content: ' -';
}

.accord-content {
  display: none;
  padding: 15px 20px;
  border: 1px solid #e6eaed;
  border-top: 1px solid transparent;
  overflow: hidden;
}

.accord-content p {
  font-size: 13px;
  color: #dddddd;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 24px;
  color: #999999;
}

.accord-content p span {
  color: #666666;
  font-weight: 700;
}

.accord-elem.active .accord-content {
  display: block;
}

/*-------------------------------------------------*/
/* =  shortcodes
/*-------------------------------------------------*/
.shortcodes-page-banner {
  background: url('../upload/banners/banner2.jpg');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.shortcodes-section {
  padding: 35px 0 75px;
}

.shortcodes-section .shortcodes-elem {
  margin-bottom: 50px;
}

.shortcodes-section .shortcodes-elem>h1,
.shortcodes-section .shortcodes-elem .skills-box h1,
.shortcodes-section .shortcodes-elem .accord-box h1,
.shortcodes-section .shortcodes-elem .buttons-area h1,
.shortcodes-section .shortcodes-elem .social-icons-area h1 {
  color: #3a3d41;
  font-size: 24px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  margin: 0 0 7px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e6eaed;
  margin-bottom: 24px;
  text-align: center;
}

.shortcodes-section .shortcodes-elem .skills-box h1,
.shortcodes-section .shortcodes-elem .accord-box h1,
.shortcodes-section .shortcodes-elem .buttons-area h1,
.shortcodes-section .shortcodes-elem .social-icons-area h1 {
  text-align: left;
}

.shortcodes-section .back-col {
  background: #3a3d41;
  padding: 30px 10px 0;
  margin-top: -24px;
}

.shortcodes-section .back-col .testimonial-post {
  padding-bottom: 30px;
}

.shortcodes-section .statistic-box {
  padding-bottom: 0;
}

.shortcodes-section .statistic-box .statistic-counter {
  margin: 0;
}

.shortcodes-section .statistic-box .statistic-post {
  margin-bottom: 20px;
}

.shortcodes-section .statistic-box.back-col {
  padding: 50px 10px 20px;
}

.shortcodes-section .pricing-box {
  padding-bottom: 0;
}

.shortcodes-section .testimonials-section {
  padding: 0;
}

.shortcodes-section .button-area {
  margin-bottom: 20px;
}

.shortcodes-section .social-area {
  margin-bottom: 20px;
}

.shortcodes-section .social-area.with-back {
  padding: 15px;
  background: #e74c3c;
}

a.button-large {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  background: #0d5d63;
  box-shadow: 0 3px 0 #53b0b7db;
  -webkit-box-shadow: 0 3px 0 #53b0b7db;
  -moz-box-shadow: 0 3px 0 #53b0b7db;
  -o-box-shadow: 0 3px 0 #53b0b7db;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 12px 40px;
  color: #ffffff;
  font-size: 18px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
}

a.button-large:hover {
  background: #3a3d41;
  box-shadow: 0 3px 0 #222222;
  -webkit-box-shadow: 0 3px 0 #222222;
  -moz-box-shadow: 0 3px 0 #222222;
  -o-box-shadow: 0 3px 0 #222222;
  color: #ffffff;
}

a.small-btn {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  background: #e74c3c;
  border: 1px solid #e74c3c;
  box-shadow: 0 3px 0 #9e2114;
  -webkit-box-shadow: 0 3px 0 #9e2114;
  -moz-box-shadow: 0 3px 0 #9e2114;
  -o-box-shadow: 0 3px 0 #9e2114;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 10px 30px;
  color: #ffffff;
  font-size: 12px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

a.small-btn:hover {
  background: #ffffff;
  border: 1px solid #999999;
  box-shadow: 0 3px 0 #fafafa;
  -webkit-box-shadow: 0 3px 0 #fafafa;
  -moz-box-shadow: 0 3px 0 #fafafa;
  -o-box-shadow: 0 3px 0 #fafafa;
  color: #e7eaec;
}

a.button-third.load-more {
  color: #3a3d41;
}

a.button-third.load-more i {
  margin-right: 25px;
}

a.button-fourth {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  width: 60px;
  height: 60px;
  color: #999999;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #e5e5e5;
  box-shadow: 0 3px 0 #e5e5e5;
  -webkit-box-shadow: 0 3px 0 #e5e5e5;
  -moz-box-shadow: 0 3px 0 #e5e5e5;
  -o-box-shadow: 0 3px 0 #e5e5e5;
}

a.button-fourth i {
  font-size: 22px;
  line-height: 60px;
}

a.button-fourth:hover {
  border: 1px solid #999999;
}

/*-------------------------------------------------*/
/* =  footer
/*-------------------------------------------------*/
ul.social-icons {
  margin: 0;
  padding: 0;
}

ul.social-icons li {
  display: inline-block;
  margin-left: 8px;
}

ul.social-icons li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  text-align: center;
  border: 1px solid transparent;
  background: #e74c3c;
}

ul.social-icons li a i {
  font-size: 22px;
  line-height: 40px;
  color: #ffffff;
}

ul.social-icons li a:hover {
  border: 1px solid #ffffff;
}

footer .social-section {
  background: #e74c3c;
  padding: 15px;
  text-align: center;
}

footer .up-footer {
  /* background: url('../images/pattern.png'); */
  background-color: #003f43;
  padding: 70px 0 30px;
}

footer .up-footer h2 {
  color: #3a3d41;
  font-size: 24px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  margin: 0 0 7px;
  color: #ffffff;
  margin-bottom: 35px;
}

footer .up-footer p {
  font-size: 13px;
  color: #dddddd;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 24px;
  margin-bottom: 15px;
}

footer .up-footer .footer-widget {
  margin-bottom: 30px;
}

footer .up-footer .text-widget img {
  margin-top: 10px;
}

footer .up-footer .tweets-widget ul {
  margin: 0;
  padding: 0;
}

footer .up-footer .tweets-widget ul li {
  list-style: none;
  margin-bottom: 30px;
}

footer .up-footer .tweets-widget ul li i {
  display: inline-block;
  float: left;
  font-size: 15px;
  color: #ffffff;
  margin-top: 4px;
  margin-left: 4px;
}

footer .up-footer .tweets-widget ul li p {
  margin: 0 0 0 30px;
}

footer .up-footer .tweets-widget ul li p a {
  display: block;
  color: #e74c3c;
}

footer .up-footer .tweets-widget ul li span {
  font-size: 13px;
  color: #dddddd;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 24px;
  margin: 0 0 0 30px;
  color: #999999;
  display: inline-block;
}

footer .up-footer .flickr-widget ul {
  margin: 0;
  padding: 0;
}

footer .up-footer .flickr-widget ul li {
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 2px;
}

footer .up-footer .flickr-widget ul li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

footer .up-footer .flickr-widget ul li a img {
  width: 70px;
}

footer .up-footer .flickr-widget ul li a:hover {
  opacity: 0.7;
}

footer .up-footer .subscribe-form input[type="text"] {
  display: inline-block;
  padding: 12px 10px;
  background: #ffffff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  color: #c8c8c8;
  font-size: 13px;
  font-family: 'Raleway', sans-serif;
  min-width: 160px;
  border: none;
  outline: none;
  margin: 0;
  margin-right: -5px;
}

footer .up-footer .subscribe-form input[type="submit"] {
  display: inline-block;
  padding: 13px 8px 12px;
  background: #e74c3c;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  border: none;
  outline: none;
  margin: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

footer .up-footer .subscribe-form input[type="submit"]:hover {
  opacity: 0.7;
}

footer .up-footer .footer-line {
  margin-top: 50px;
  padding-top: 32px;
  border-top: 1px solid #595c60;
  text-align: center;
}

footer .up-footer .footer-line p {
  color: #999999;
  margin-bottom: 0;
}

/*-------------------------------------------------*/
/* =  Responsive Part
/*-------------------------------------------------*/

@media (max-width: 767px) {

    footer .up-footer {
        padding-left: 8px;
        padding-right: 8px;
    }

    footer .up-footer .col-md-3 {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }

    footer .up-footer .footer-widget {
        margin-left: 0;
    }

    .Footer-address-p{
        position: relative;
        right: 20px;
    }

    .footer-menu-li{
      gap: 2px;
    }

}

@media (min-width: 768px) and (max-width: 991px) {

    footer .up-footer .row {
        display: block;
    }

    footer .up-footer .col-md-3 {
        width: 100%;
        max-width: 100%;
        padding-left: 15px !important;
        margin-bottom: 30px;
    }

    footer .up-footer .footer-widget {
        text-align: left;
    }

}

@media (max-width: 1500px) {
  .masonry.five-col .project-post {
    width: 24.975%;
  }
}

@media (max-width: 1199px) {
  footer .up-footer .subscribe-form input[type="text"] {
    margin-bottom: 10px;
  }

  .nav-tabs li a p {
    font-size: 10px;
  }

  .blog-box.masonry {
    width: 970px;
  }

  .blog-box.masonry .blog-post {
    width: 293px;
  }

  .masonry.four-col .project-post,
  .masonry.five-col .project-post {
    width: 33.3%;
  }

  .project-sidebar ul.project-photos li img {
    width: 140px;
  }

  header.one-page .navbar-nav>li>a {
    padding: 15px 13px;
    padding-bottom: 22px;
  }
}

@media (max-width: 991px) {
  .navbar-nav>li {
    /* margin-left: 0; */
    margin-right: 10px;
  }

  .nav>li>a {
    padding: 15px 12px;
    padding-bottom: 22px;
  }

  .slider1 .banner-thumbs {
    display: none;
  }

  .tp-caption.medium_thin_white .button-large,
  .tp-caption.medium_thin_grey .button-large {
    padding: 10px 20px;
    margin: 0 5px;
  }

  .features-section .container .image-place {
    text-align: left;
  }

  .features-section .container .image-place img {
    margin-bottom: 20px;
    max-width: 100%;
  }

  .statistic-post {
    margin-bottom: 20px;
    text-align: center;
  }

  .pricing-box .pricing-item {
    width: 50%;
    margin-bottom: 20px;
  }

  .pricing-box .pricing-item:hover ul.pricing-table {
    margin-bottom: 10px;
  }

  .pricing-box .pricing-item:hover ul.pricing-table li a {
    margin-bottom: 28px;
  }

  .statistic-box.style2 .statistic-post {
    width: 50%;
  }

  .nav-tabs li {
    width: auto;
  }

  .nav-tabs li a h2,
  .nav-tabs li a p {
    display: none;
  }

  .blog-box.masonry {
    width: 750px;
  }

  .blog-box.masonry .blog-post {
    width: 345px;
  }

  .masonry.three-col .project-post,
  .masonry.four-col .project-post,
  .masonry.five-col .project-post {
    width: 49.98%;
  }

  .project-block {
    padding-right: 0;
  }

  .project-sidebar ul.project-photos li {
    margin-right: 10px !important;
  }

  header.one-page .navbar-nav>li>a {
    padding: 15px 5px;
    font-size: 12px;
    padding-bottom: 22px;
  }
}

@media (max-width: 767px) {
  .navbar-toggle {
    margin-top: 15px;
  }

  .nav>li>a,
  header.one-page .navbar-nav>li>a {
    padding: 5px 15px;
  }

  .navbar-nav li ul.drop-down,
  .navbar-nav li ul.drop-down li ul.drop-down.level3 {
    background: transparent;
    border: none;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
    position: relative;
    width: auto;
    visibility: visible;
    opacity: 1;
    top: inherit;
    left: inherit;
  }

  .navbar-nav li ul.drop-down li a,
  .navbar-nav li ul.drop-down li ul.drop-down.level3 li a {
    background: none !important;
    color: #3a3d41;
    font-size: 12px;
    text-transform: inherit;
    padding: 4px 20px;
  }

  .navbar-nav li ul.drop-down li a:hover,
  .navbar-nav li ul.drop-down li ul.drop-down.level3 li a:hover {
    color: #e74c3c;
  }

  .form-search {
    position: relative;
    top: inherit;
    right: inherit;
    width: auto;
    margin: 5px 15px;
    visibility: visible;
    opacity: 1;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }

  a.open-search {
    display: none !important;
  }

  .tp-caption.medium_thin_white {
    font-size: 22px;
  }

  .tp-caption.medium_thin_white .button-large,
  .tp-caption.medium_thin_grey .button-large {
    padding: 5px 5px;
    margin: 0 2px;
    font-size: 10px;
  }

  .client-section .bx-wrapper .bx-controls-direction {
    display: none;
  }

  .bx-wrapper {
    margin: 0 auto 20px;
  }

  .pricing-box .pricing-item {
    width: 100%;
  }

  .team-box .buttons a.owl-prev {
    margin-left: 0;
  }

  .team-box .buttons a.owl-next {
    margin-right: 0;
  }

  .team-box .buttons {
    width: 90px;
    height: 40px;
    top: -35px;
    left: 10px;
  }

  a.go-top {
    bottom: 10px;
    right: 15px;
    width: 45px;
    height: 45px;
  }

  a.go-top i {
    line-height: 45px;
  }

  .blog-box.masonry {
    width: 100%;
    margin-left: 0;
  }

  .blog-box.masonry .blog-post {
    width: 100%;
    margin: 15px 0;
  }

  .masonry.three-col .project-post,
  .masonry.four-col .project-post,
  .masonry.five-col .project-post {
    width: 100%;
  }
}

@media (max-width: 581px) {
  .statistic-box.style2 .statistic-post {
    width: 100%;
  }
}



/* home-section1 */

.why-choose {
  padding: 80px 0;
  background: #f8f9fa;
}

.container {
  width: 90%;
  max-width: 1400px;
  margin: auto;
}

.section-title {
  text-align: center;
  color: #163c40;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 50px;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 25px;
}

.feature-card {
  background: #fff;
  border-radius: 16px;
  padding: 30px 20px;
  text-align: center;
  cursor: pointer;
  border: 1px solid #e8e8e8;

  opacity: 0;
  transform: translateY(40px);

  transition:
    transform .4s ease,
    box-shadow .4s ease,
    opacity .8s ease;
}

.feature-card.show {
  opacity: 1;
  transform: translateY(0);
}

.feature-card:hover {
  transform: translateY(-12px);
  box-shadow:
    0 20px 40px rgba(0, 0, 0, .12);
}

.icon {
  width: 70px;
  height: 70px;
  margin: auto;
  border-radius: 50%;
  background: #eef6f6;

  display: flex;
  justify-content: center;
  align-items: center;

  margin-bottom: 20px;
}

.icon i {
  font-size: 28px;
  color: #0d5458;
}

.feature-card h3 {
  color: #0f0f0fed;
  font-size: 34px;
  margin-bottom: 10px;
}

.feature-card span {
  display: block;
  color: #909090;
  font-weight: 600;
  margin-bottom: 8px;
  font-size: 15px;
}

.feature-card p {
  color: #777;
  font-size: 14px;
  line-height: 1.6;
}

@media (max-width:767px) {

  .why-choose {
    padding: 50px 0;
  }

  .section-title {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .features-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .feature-card {
    padding: 25px 15px;
  }

  .feature-card h3 {
    font-size: 28px;
  }
}

@media (min-width:768px) and (max-width:991px) {

  .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .section-title {
    font-size: 34px;
  }
}

@media (min-width:992px) and (max-width:1439px) {

  .features-grid {
    grid-template-columns: repeat(5, 1fr);
  }

  .feature-card {
    padding: 25px 15px;
  }

  .feature-card h3 {
    font-size: 28px;
  }
}

@media (min-width:1440px) {

  .section-title {
    font-size: 42px;
  }
}

@media (min-width:1440px) {

  .section-title {
    font-size: 42px;
  }
}

@media (min-width:3840px) {

  .container {
    max-width: 3000px;
  }

  .section-title {
    font-size: 90px;
    margin-bottom: 100px;
  }

  .features-grid {
    gap: 50px;
  }

  .feature-card {
    border-radius: 30px;
    padding: 60px;
  }

  .icon {
    width: 140px;
    height: 140px;
  }

  .icon i {
    font-size: 60px;
  }

  .feature-card h3 {
    font-size: 70px;
  }

  .feature-card span {
    font-size: 34px;
  }

  .feature-card p {
    font-size: 28px;
  }
}

/* section-2 */

.section-title {
  text-align: center;
  color: #143c40;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 50px;
}

.products-section {
  padding: 80px 0;
  background: #ffffff;
}

.section2-container {
  width: 90%;
  max-width: 1400px;
  margin: auto;
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}

.product-card {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 20px;
  padding: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;

  /* Smooth Animation */
  transition: all 0.4s ease;

  /* Soft Default Shadow */
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.product-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
  border-color: #d0d0d0;
}

.product-img {
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.product-img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;

  /* Image Hover Animation */
  transition: transform 0.4s ease;
}

.product-card:hover .product-img img {
  transform: scale(1.08);
}

.product-card h3 {
  margin-top: 15px;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.4;
  font-size: 22px;
  font-weight: 500;
}

.product-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, .15);
}

.product-card img {
  width: 100%;
  display: block;
}

.product-card h3 {
  padding: 15px;
  color: #0f0f0fbd;
  font-size: 16px;
  font-weight: bold;
}

.product-btn {
  text-align: center;
  margin-top: 40px;
}

.product-btn a {

  background: #0d5d63;
  color: white;

  padding: 14px 32px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  transition: .3s;
}

.product-btn a:hover {
  background: #0b4b4f;
  transform: translateY(-3px);
}

@media (max-width:767px) {

  .products-section {
    padding: 50px 0;
  }

  .section-title {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .products-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .product-card h3 {
    font-size: 16px;
  }

  /* .product-btn a {
    width: 100%;
    max-width: 300px;
    margin-left: 65px;
  } */


   .product-btn {
    margin-top: 20px;
    text-align: center;
  }

  .product-btn a {
    display: inline-block;
    width: auto;
    max-width: none;
    margin-left: 30px;

    padding: 8px 16px;   
    font-size: 6px;     
    border-radius: 6px;
  }

  


}

@media (min-width:768px) and (max-width:991px) {

  .products-grid {
    grid-template-columns: repeat(2, 1fr);
  }

}

@media (min-width:992px) and (max-width:1199px) {

  .products-grid {
    grid-template-columns: repeat(3, 1fr);
  }

}

@media (min-width:1200px) and (max-width:1439px) {

  .products-grid {
    grid-template-columns: repeat(6, 1fr);
  }

}

@media (min-width:1440px) {

  .section-title {
    font-size: 42px;
  }
}

@media (min-width:3840px) {

  .container {
    max-width: 3000px;
  }

  .section-title {
    font-size: 90px;
    margin-bottom: 100px;
  }

  .products-grid {
    gap: 40px;
  }

  .product-card {
    border-radius: 30px;
  }

  .product-card h3 {
    font-size: 34px;
    padding: 30px;
  }

  .product-btn a {
    padding: 25px 60px;
    font-size: 24px;
    border-radius: 15px;
  }

}

/* section-3 */

.wellness-journey {
  padding: 80px 0;
  background: #f8f9fa;
}

.well-container {
  width: 90%;
  max-width: 1400px;
  margin: auto;
}

.section-header {
  text-align: center;
  margin-bottom: 60px;
}

.section-header h2 {
  font-size: 42px;
  color: #163c40;
  margin-bottom: 10px;
  font-weight: 700;
}

.section-header p {
  color: #777;
  font-size: 18px;
}

.journey-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.journey-step {
  text-align: center;
}

.step-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #f3f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}

.step-icon i {
  font-size: 28px;
  color: #0c5b61;
}

.journey-step h4 {
  margin-top: 15px;
  color: #000;
  font-size: 16px;
  font-weight: bold;
}

.journey-line {
  width: 80px;
  height: 2px;
  background: #d6d6d6;
  position: relative;
  overflow: hidden;
}

.journey-line::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background: #0c5b61;
}

.journey-line.animate::before {
  animation: lineGrow 1s forwards;
}

@keyframes lineGrow {

  from {
    width: 0;
  }

  to {
    width: 100%;
  }

}


@media (max-width:767px) {

  .wellness-journey {
    padding: 50px 0;
  }

  .section-header h2 {
    font-size: 28px;
  }

  .section-header p {
    font-size: 14px;
  }

  .journey-wrapper {
    flex-direction: column;
    gap: 25px;
  }

  .journey-line {
    width: 2px;
    height: 40px;
  }

  .journey-line::after {
    bottom: -5px;
    left: -3px;
    top: auto;
  }

  .journey-step {
    width: 100%;
    max-width: 250px;
  }

}

@media (min-width:768px) and (max-width:991px) {

  .journey-wrapper {
    gap: 10px;
  }

  .journey-step {
    width: 140px;
  }

  .step-icon {
    width: 70px;
    height: 70px;
  }

}

@media (min-width:992px) and (max-width:1439px) {

  .journey-step {
    width: 150px;
  }

  .step-icon {
    width: 75px;
    height: 75px;
  }

}

@media (min-width:1440px) {

  .section-header h2 {
    font-size: 42px;
  }
}

@media (min-width:3840px) {

  .well-container {
    max-width: 3000px;
  }

  .section-header h2 {
    font-size: 90px;
  }

  .section-header p {
    font-size: 36px;
  }

  .journey-step {
    width: 320px;
  }

  .step-icon {
    width: 160px;
    height: 160px;
  }

  .step-icon i {
    font-size: 65px;
  }

  .journey-step h4 {
    font-size: 30px;
  }

  .journey-line {
    width: 150px;
  }
}

.step-icon {
  animation: float 4s ease-in-out infinite;
}

@keyframes float {

  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }

  100% {
    transform: translateY(0);
  }

}


/* section-4 */


.customer-experience {
  padding: 80px 5%;
  background: #fff;
}

.section-header {
  text-align: center;
  margin-bottom: 40px;
}

.section-header h2 {
  font-size: 38px;
  color: #173f44;
  margin-bottom: 8px;
}

.section-header p {
  color: #777;
  font-size: 16px;
}

.testimonial-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.slider-btn {
  width: 45px;
  height: 45px;
  border: none;
  border-radius: 50%;
  background: #f2f2f2;
  cursor: pointer;
  transition: .3s;
}

.slider-btn:hover {
  background: #0f6268;
  color: #fff;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  width: 100%;
}

.testimonial-card {
  transition: .4s;
}

.testimonial-card:hover {
  transform: translateY(-10px);
}

.video-card {
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, .08);
  transition: .4s;
  background: #fff;
}

.video-card:hover {
  box-shadow: 0 20px 40px rgba(0, 0, 0, .18);
}

.video-card iframe {
  width: 100%;
  aspect-ratio: 16/9;
  border: none;
  display: block;
}

.testimonial-info {
  text-align: center;
  margin-top: 12px;
}

.testimonial-info h4 {
  color: #a06a3d;
  font-size: 15px;
  margin-bottom: 5px;
}

.testimonial-info span {
  font-size: 13px;
  color: #777;
}

.review-btn {
  text-align: center;
  margin-top: 35px;
}

.review-btn a {
  display: inline-block;
  background: #0f6268;
  color: white;
  text-decoration: none;
  padding: 14px 30px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  transition: .3s;
}

.review-btn a:hover {
  background: #0a4e53;
  transform: translateY(-3px);
}



@media (max-width:767px) {

  .section-header h2 {
    font-size: 28px;
  }

  .testimonial-wrapper {
    flex-direction: column;
  }

  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .slider-btn {
    display: none;
  }

}

@media (min-width:768px) and (max-width:991px) {

  .testimonial-grid {
    grid-template-columns: repeat(2, 1fr);
  }

}

@media (min-width:992px) and (max-width:1439px) {

  .testimonial-grid {
    grid-template-columns: repeat(3, 1fr);
  }

}

@media (min-width:3840px) {

  .section-header h2 {
    font-size: 90px;
  }

  .section-header p {
    font-size: 34px;
  }

  .testimonial-grid {
    gap: 50px;
  }

  .testimonial-info h4 {
    font-size: 32px;
  }

  .testimonial-info span {
    font-size: 26px;
  }

  .review-btn a {
    font-size: 24px;
    padding: 25px 60px;
  }

}

/* section-5 */
.experience-centers {
  padding: 80px 5%;
  background: #fff;
}

.exp-container {
  max-width: 1400px;
  margin: auto;

  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 50px;
}

.section-title {
  grid-column: 1 / -1;
  /* spans both columns */
  text-align: center;
  margin-bottom: 20px;
}

.section-title h2 {
  font-size: 42px;
  color: #173f44;
  font-weight: 700;
}

.section-title p {
  color: #666;
  font-size: 15px;
}

.map-wrapper {
  margin-top: 25px;
}

.map-wrapper img {
  width: 100%;
  max-width: 650px;
  display: block;
  margin: auto;

  transition: .5s ease;
}

.map-wrapper img:hover {
  transform: scale(1.03);
}

.center-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.center-card {
  display: flex;
  align-items: center;
  gap: 15px;

  background: #fff;
  padding: 18px;
  border-radius: 12px;

  border: 1px solid #ececec;

  transition: .4s ease;
}

.center-card:hover {
  transform: translateY(-8px);

  box-shadow:
    0 15px 35px rgba(0, 0, 0, .12);
}

.center-icon {
  width: 50px;
  height: 50px;

  border-radius: 50%;
  background: #f6f6f6;

  display: flex;
  align-items: center;
  justify-content: center;

  flex-shrink: 0;
}

.center-icon i {
  color: #d9a14d;
  font-size: 20px;
}

.center-content h4 {
  color: #173f44;
  font-size: 16px;
  margin-bottom: 5px;
}

.center-content p {
  color: #777;
  font-size: 14px;
}

.center-btn {
  margin-top: 15px;

  display: inline-flex;
  justify-content: center;
  align-items: center;

  background: #0d666b;
  color: white;

  text-decoration: none;

  padding: 14px 30px;
  border-radius: 8px;

  font-size: 14px;
  font-weight: 600;

  transition: .4s ease;
}

.center-btn:hover {
  background: #084d50;
  transform: translateY(-3px);
}

.reveal {
  opacity: 0;
  transform: translateY(60px);
  transition: all .9s ease;
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 767px) {

  .map-area {
    width: 100%;
    display: flex;
    justify-content: center;
    overflow: hidden;
  }

  .map-wrapper {
    width: 100%;
    max-width: 260px;
    margin: 0 auto;
  }

  .map-wrapper img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
  }

}

@media (max-width:767px) {

  .experience-centers {
    padding: 60px 20px;
  }

  /* .map-wrapper {
    width: 350px;
  } */

  .exp-container {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .section-title {
    text-align: center;
  }

  .section-title h2 {
    font-size: 28px;
  }

  .center-card {
    padding: 15px;
  }

  .center-btn {
    width: 100%;
  }

}

/* @media (max-width:767px) {
  .map-wrapper {
    width: 350px;
  }
} */

@media (min-width:768px) and (max-width:991px) {

  .exp-container {
    grid-template-columns: 1fr;
  }

}

@media (min-width:992px) and (max-width:1439px) {

  .exp-container {
    grid-template-columns: 2fr 1fr;
  }

}

@media (min-width:1440px) {

  .section-title h2 {
    font-size: 40px;
  }
}

@media (min-width:3840px) {

  .exp-container {
    max-width: 3000px;
  }

  .section-title h2 {
    font-size: 90px;
  }

  .section-title p {
    font-size: 34px;
  }

  .center-card {
    padding: 35px;
    border-radius: 25px;
  }

  .center-icon {
    width: 90px;
    height: 90px;
  }

  .center-icon i {
    font-size: 36px;
  }

  .center-content h4 {
    font-size: 32px;
  }

  .center-content p {
    font-size: 24px;
  }

  .center-btn {
    font-size: 24px;
    padding: 25px 60px;
  }
}

/* section-6 */
.benefits-bar {
  background: linear-gradient(135deg, #2c9ca7, #0d393d);
  padding: 25px;
  /* border-radius:20px; */
}

.benefits-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.benefit-card {
  display: flex;
  align-items: center;
  gap: 15px;
}

.benefit-icon {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .2);

  display: flex;
  justify-content: center;
  align-items: center;
}

.benefit-icon i {
  color: #fff;
  font-size: 22px;
}

.benefit-content h4 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 5px;
}

.benefit-content p {
  color: rgba(255, 255, 255, .8);
  font-size: 14px;
}



.benefit-card.show {
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity .8s ease,
    transform .8s ease;
}

@media (max-width:767px) {

  .benefits-bar {
    padding: 20px;
    border-radius: 15px;
    margin: 20px;
  }

  .benefits-container {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .benefit-card {
    justify-content: flex-start;
  }

  .benefit-content h4 {
    font-size: 16px;
  }

  .benefit-content p {
    font-size: 13px;
  }

}

@media (min-width:768px) and (max-width:991px) {

  .benefits-container {
    grid-template-columns: repeat(2, 1fr);
  }

}

@media (min-width:992px) and (max-width:1439px) {

  .benefits-container {
    grid-template-columns: repeat(4, 1fr);
  }

}

@media (min-width:1440px) {

  .benefit-content h4 {
    font-size: 18px;
  }
}

@media (min-width:3840px) {

  .benefits-bar {
    max-width: 3200px;
    padding: 50px 80px;
    border-radius: 35px;
  }

  .benefits-container {
    gap: 50px;
  }

  .benefit-icon {
    width: 110px;
    height: 110px;
  }

  .benefit-icon i {
    font-size: 42px;
  }

  .benefit-content h4 {
    font-size: 34px;
  }

  .benefit-content p {
    font-size: 24px;
  }
}

/* about */
/* <section-1> */

.about-founder {
  padding: 100px 5%;
  background: #f5f7fb
}

.about-container {
  max-width: 1400px;
  margin: auto;

  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 60px;
}

.about-content {
  padding-right: 30px;
}

.about-content h2 {
  color: #173f44;
  font-size: 42px;
  margin-bottom: 20px;
  font-weight: bold;
}

.about-content h3 {
  color: #222;
  font-size: 28px;
  line-height: 1.5;
  margin-bottom: 20px;
}

.info-block {
  /* margin-bottom: 25px; */
  margin-bottom: 18px;
}

.info-block h4 {
  color: #173f44;
  font-size: 20px;
  margin-bottom: 10px;
}

.info-block p {
  color: #666;
  line-height: 1.8;
  font-size: 15px;
}

.signature {
  margin-top: 40px;
}

.signature h5 {
  font-size: 30px;
  font-family: cursive;
  color: #173f44;
  margin-bottom: 8px;
}

.signature span {
  color: #777;
}

.about-image {
  text-align: center;
}

.about-image img {
  max-width: 100%;
  height: auto;

  transition: .5s ease;
}

.about-image:hover img {
  transform: scale(1.04);

  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, .15));
}

.about-image {
  opacity: 0;
  transform: translateX(80px);
  animation: revealRight 1s ease forwards;
}

@keyframes revealRight {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.about-content,
.about-image {
  opacity: 1;
  transform: none;
}

/* .about-content .info-block {
    margin-bottom: 18px;
}

.founder-name {
    margin-top: 10px;
    font-size: 16px;
    color: #333;
} */

@media (max-width:767px) {

  .about-founder {
    padding: 60px 20px;
  }

  .about-container {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .about-content {
    order: 2;
    padding-right: 0;
    text-align: center;
  }

  .about-image {
    order: 1;
  }

  .about-content h2 {
    font-size: 30px;
  }

  .about-content h3 {
    font-size: 22px;
  }

  .signature h5 {
    font-size: 24px;
  }

}

@media (min-width:768px) and (max-width:991px) {

  .about-container {
    gap: 40px;
  }

  .about-content h2 {
    font-size: 34px;
  }

}

@media (min-width:992px) and (max-width:1439px) {

  .about-container {
    grid-template-columns: 1fr 1fr;
  }

}

@media (min-width:1440px) {

  .about-content h2 {
    font-size: 42px;
  }

}

@media (min-width:3840px) {

  .about-container {
    max-width: 3000px;
    gap: 150px;
  }

  .about-content h2 {
    font-size: 90px;
  }

  .about-content h3 {
    font-size: 60px;
  }

  .info-block h4 {
    font-size: 40px;
  }

  .info-block p {
    font-size: 28px;
    line-height: 2;
  }

  .signature h5 {
    font-size: 60px;
  }

  .signature span {
    font-size: 26px;
  }
}


/* about-sefction-2 */

.journey-section {
  padding: 100px 5%;
  background: #fff;
  max-width: 2500px;
}

.journey-container {
  max-width: 2500px;
  margin: auto;
}

.journey-header {
  text-align: center;
  margin-bottom: 60px;
}

.journey-header h2 {
  font-size: 42px;
  color: #173f44;
  font-weight: 700;
}

.timeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  position: relative;
}

/* Timeline Line */
.timeline::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #d8d8d8;
  z-index: 0;
}

.journey-card {
  position: relative;
  z-index: 2;

  background: #fff;
  padding: 35px 25px;

  border-radius: 18px;

  border: 1px solid #e9e9e9;

  text-align: center;

  transition: .4s ease;

  box-shadow:
    0 5px 15px rgba(0, 0, 0, .05);
}

.journey-card:hover {
  transform: translateY(-12px);

  box-shadow:
    0 20px 40px rgba(0, 0, 0, .15);
}

.journey-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg,
      rgba(12, 91, 97, .05),
      transparent);
  opacity: 0;
  transition: .4s;
}

.journey-card:hover::before {
  opacity: 1;
}

.year {
  display: inline-block;

  color: #c08a45;
  font-size: 24px;
  font-weight: 700;

  margin-bottom: 15px;
}

.journey-card h3 {
  color: #173f44;
  font-size: 20px;
  margin-bottom: 15px;
}

.journey-card p {
  color: #666;
  font-size: 14px;
  line-height: 1.8;
}

.reveal {
  opacity: 1;
  transform: translateY(0);
}

.reveal.active {
  animation: fadeUp .8s ease forwards;
}

@keyframes fadeUp {

  from {
    opacity: 0;
    transform: translateY(60px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }

}

@media (max-width:767px) {

  .journey-section {
    padding: 60px 20px;
  }

  .journey-header h2 {
    font-size: 30px;
  }

  .timeline {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .timeline::before {
    display: none;
  }

  .journey-card {
    padding: 25px;
  }

}

@media (min-width:768px) and (max-width:991px) {

  .timeline {
    grid-template-columns: repeat(2, 1fr);
  }

}

@media (min-width:992px) and (max-width:1439px) {

  .timeline {
    grid-template-columns: repeat(4, 1fr);
  }

}

@media (min-width:1440px) {

  .journey-header h2 {
    font-size: 42px;
  }
}


@media (min-width:3840px) {

  .journey-container {
    max-width: 3200px;
  }

  .journey-header h2 {
    font-size: 90px;
  }

  .timeline {
    gap: 50px;
  }

  .journey-card {
    padding: 60px;
    border-radius: 30px;
  }

  .year {
    font-size: 48px;
  }

  .journey-card h3 {
    font-size: 40px;
  }

  .journey-card p {
    font-size: 26px;
    line-height: 2;
  }

}


/* ABOUT-SECTION-3 */

.experience-centers {
  padding: 100px 5%;
  background: #f8f9fa;
}

.exp-container {
  max-width: 1400px;
  margin: auto;

  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 60px;
}

.exp-heading {
  grid-column: 1 / -1;
  text-align: center;

  font-size: 42px;
  font-weight: 700;
  color: #163c40;

  margin-bottom: 20px;
}

.map-area {
  text-align: center;
}

.map-area h2 {
  font-size: 40px;
  color: #163c40;
  margin-bottom: 10px;
}

.map-area p {
  color: #777;
  margin-bottom: 25px;
}

.map-wrapper img {
  width: 100%;
  max-width: 450px;
  transition: .5s ease;
}

.map-wrapper:hover img {
  transform: scale(1.03);
}



.centers-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding-top: 70px;
}

.center-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}


/* .center-row {
  grid-template-columns: 1fr;
}

.map-wrapper img {
  max-width: 280px;
} */



.full {
    width: 100%;
}

.center-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px 20px;
    border-radius: 12px;
    border: 1px solid #ececec;
    transition: .4s ease;
}

.center-item:hover {
    transform: translateX(10px);
    box-shadow: 0 10px 25px rgba(0,0,0,.12);
    background: #fafafa;
}

.center-item i {
    color: #d89b4d;
    font-size: 18px;
}

.center-item span {
    color: #163c40;
    font-weight: 500;
}

.view-btn {
  margin-top: 15px;

  display: inline-flex;
  justify-content: center;
  align-items: center;

  width: 220px;

  background: #0d666b;
  color: white;

  text-decoration: none;

  padding: 14px 25px;

  border-radius: 8px;

  transition: .4s ease;
}

.view-btn:hover {
  background: #084e53;

  transform: translateY(-3px);

  box-shadow:
    0 10px 25px rgba(13, 102, 107, .3);
}

.reveal-left {
  opacity: 1;
}

.reveal-right {
  opacity: 1;
}

.animate-left {
  animation: slideLeft .8s ease forwards;
}

.animate-right {
  animation: slideRight .8s ease forwards;
}


@media (max-width: 767px) {

  .experience-centers {
    padding: 50px 12px;
  }

  .exp-container {
    display: block;
    padding: 0;
  }

  .exp-heading {
    font-size: 28px;
    margin-bottom: 25px;
  }

  .map-area {
    width: 100%;
    text-align: center;
    overflow: hidden;
  }

  .map-wrapper img {
    width: 100%;
    max-width: 280px;
    height: auto;
    display: block;
    margin: 0 auto;
  }

  .centers-list {
    width: 100%;
    padding-top: 30px;
    gap: 12px;
  }

  .center-row {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .center-item {
    width: 100%;
    padding: 14px 16px;
    gap: 12px;
  }

  .center-item span {
    font-size: 14px;
    white-space: normal;
  }

  .center-item:hover {
    transform: none;
  }

}


@keyframes slideLeft {
  from {
    opacity: 0;
    transform: translateX(-80px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideRight {
  from {
    opacity: 0;
    transform: translateX(80px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@media (max-width:767px) {

  .experience-centers {
    padding: 60px 20px;
  }

  .exp-container {
    grid-template-columns: 1fr;
    gap: 35px;
    padding: 25px;
  }

  .map-area h2 {
    font-size: 28px;
  }

  .view-btn {
    width: 100%;
  }

}

@media (min-width:768px) and (max-width:991px) {

  .exp-container {
    grid-template-columns: 1fr;
  }

}

@media (min-width:992px) and (max-width:1439px) {

  .exp-container {
    grid-template-columns: 1.3fr 1fr;
  }

}

@media (min-width:3840px) {

  .exp-container {
    max-width: 3200px;
    padding: 80px;
  }

  .map-area h2 {
    font-size: 90px;
  }

  .map-area p {
    font-size: 32px;
  }

  .center-item {
    padding: 30px;
  }

  .center-item span {
    font-size: 28px;
  }

  .center-item i {
    font-size: 30px;
  }

  .view-btn {
    width: 350px;
    font-size: 24px;
    padding: 25px;
  }
}

/* SECTION-4 */


.trust-section {
  background:linear-gradient(135deg, #28abb7, #0d393d);
  padding: 70px 30px;



  max-width: 2780px;
  margin: auto;

  overflow: hidden;
  position: relative;
}

.trust-title {
  text-align: center;
  color: #fff;
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 50px;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

.trust-card {
  text-align: center;

  padding: 25px 15px;

  border-radius: 15px;

  cursor: pointer;

  transition: .4s ease;

  opacity: 1;
  transform: translateY(50px);
}

.trust-card.show {
  opacity: 1;
  transform: translateY(0);
}

.trust-card:hover {
  background: rgba(255, 255, 255, .08);

  transform: translateY(-10px);

  box-shadow:
    0 15px 35px rgba(0, 0, 0, .18);
}

.trust-icon {
  width: 75px;
  height: 75px;

  margin: auto;
  margin-bottom: 18px;

  border-radius: 50%;

  border: 1px solid rgba(255, 255, 255, .2);

  display: flex;
  justify-content: center;
  align-items: center;

  transition: .4s ease;
}

.trust-card:hover .trust-icon {
  transform: scale(1.1) rotate(8deg);

  background: rgba(255, 255, 255, .1);
}

.trust-icon i {
  color: #fff;
  font-size: 30px;
}

.trust-card h4 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 5px;
}

.trust-card p {
  color: rgba(255, 255, 255, .75);
  font-size: 14px;
}

@keyframes fadeUp {

  from {
    opacity: 0;
    transform: translateY(60px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }

}

@media (max-width:767px) {

  .trust-section {
    padding: 50px 20px;
    border-radius: 15px;
  }

  .trust-title {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .trust-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .trust-icon {
    width: 65px;
    height: 65px;
  }

}

@media (min-width:768px) and (max-width:991px) {

  .trust-grid {
    grid-template-columns: repeat(2, 1fr);
  }

}

@media (min-width:992px) and (max-width:1439px) {

  .trust-grid {
    grid-template-columns: repeat(4, 1fr);
  }

}

@media (min-width:3840px) {

  .trust-section {
    max-width: 3200px;
    padding: 120px;
  }

  .trust-title {
    font-size: 90px;
    margin-bottom: 100px;
  }

  .trust-grid {
    gap: 60px;
  }

  .trust-icon {
    width: 150px;
    height: 150px;
  }

  .trust-icon i {
    font-size: 60px;
  }

  .trust-card h4 {
    font-size: 36px;
  }

  .trust-card p {
    font-size: 28px;
  }

}

/* contact */



.contact-section {
  background: #f5f7fb;
  padding: 100px 20px;
}

.contact-container {
  max-width: 1100px;
  margin: auto;
}

.contact-heading {
  margin-bottom: 50px;
}

.contact-tag {
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: #173f44;
  margin-bottom: 15px;
}

.contact-heading h2 {
  font-size: 72px;
  font-weight: 700;
  color: #173f44;
  line-height: 1.1;
}

.contact-heading h2 span {
  color: #173f44;

}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
  margin-bottom: 25px;
}

.input-group {
  position: relative;
}

.input-group input,
.input-group textarea {
  width: 100%;
  padding: 25px;

  border: 1px solid #d8dce5;
  border-radius: 18px;

  background: #fff;

  font-size: 18px;
  color: #444;

  outline: none;

  transition: .4s ease;
}

.input-group textarea {
  resize: none;
  min-height: 280px;
  width: 1300px;
}

.input-group input:hover,
.input-group textarea:hover {
  box-shadow:
    0 10px 25px rgba(0, 0, 0, .08);
}

.input-group input:focus,
.input-group textarea:focus {
  border-color: #d7ab2d;

  box-shadow:
    0 0 0 4px rgba(215, 171, 45, .15);
}

.full-width {
  margin-bottom: 25px;
}

.full-width {
    width: 100%;
}

.full-width textarea {
    width: 100%;
    display: block;
    box-sizing: border-box;
}

.submit-btn {
  width: 100%;

  border: none;
  cursor: pointer;

  background-color: #0d5d63;
  color: #fff;

  font-size: 24px;
  font-weight: 600;

  padding: 25px;

  border-radius: 18px;

  transition: .4s ease;
}

.submit-btn:hover {
  transform: translateY(-5px);

  box-shadow:
    0 15px 35px rgba(215, 171, 45, .35);
}


.reveal {
  opacity: 0;
  transform: translateY(60px);
  transition: all .9s ease;
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

.reveal {
  opacity: 0;
  transform: translateY(60px);
  transition: all .9s ease;
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 767px) {

  .contact-section {
    padding: 50px 15px;
  }

  .contact-heading {
    margin-bottom: 30px;
  }

  .contact-tag {
    font-size: 16px;
  }

  .contact-heading h2 {
    font-size: 38px;
  }

  .form-grid {
    grid-template-columns: 1fr;
    gap: 15px;
    margin-bottom: 15px;
  }

  .input-group input,
  .input-group textarea {
    width: 100%;
    padding: 15px 18px;
    font-size: 14px;
    border-radius: 12px;
  }

  .input-group input {
    height: 55px;
  }

  .input-group textarea {
    width: 100%;
    min-height: 160px;
  }

  .input-group input::placeholder,
  .input-group textarea::placeholder {
    font-size: 14px;
  }

  .submit-btn {
    padding: 16px;
    font-size: 18px;
    border-radius: 12px;
  }

}

@media (min-width:768px) and (max-width:991px) {

  .contact-heading h2 {
    font-size: 60px;
  }
}

@media (min-width:992px) and (max-width:1439px) {

  .contact-container {
    max-width: 1100px;
  }

}

@media (min-width:1440px) {

  .contact-container {
    max-width: 1300px;
  }

}

@media (min-width:3840px) {

  .contact-container {
    max-width: 3000px;
  }

  .contact-tag {
    font-size: 40px;
  }

  .contact-heading h2 {
    font-size: 140px;
  }

  .form-grid {
    gap: 50px;
  }

  .input-group input,
  .input-group textarea {
    padding: 40px;
    font-size: 32px;
    border-radius: 30px;
  }

  .submit-btn {
    font-size: 40px;
    padding: 40px;
    border-radius: 30px;
  }
}



/* ===========================
   THEOSIS PRODUCTS SECTION
=========================== */

.theosis-products-section {
  padding: 80px 5%;
  background: #f8f8f8;
}

.theosis-products-container {
  max-width: 1400px;
  margin: auto;
}

.theosis-products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.theosis-product-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #ececec;
  transition: all .4s ease;
}

.theosis-product-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, .12);
}

.theosis-product-image {
  overflow: hidden;
}

.theosis-product-image img {
  width: 100%;
  display: block;
  transition: .5s ease;
}

.theosis-product-card:hover .theosis-product-image img {
  transform: scale(1.08);
}

.theosis-product-content {
  padding: 20px;
}

.theosis-product-content h3 {
  color: #173f44;
  font-size: 20px;
  margin-bottom: 8px;
}

.theosis-product-content p {
  color: #777;
  font-size: 14px;
  margin-bottom: 18px;
}

 .theosis-product-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .theosis-product-content h3,
  .theosis-product-content p {
    width: 100%;
  }

.theosis-product-btn {
  display: inline-block;
  text-decoration: none;
  border: 1px solid #d8d8d8;
  color: #173f44;
  padding: 10px 18px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  transition: .3s ease;
}

.theosis-product-btn:hover {
  background: #0d666b;
  color: #fff;
  border-color: #0d666b;
}

/* ===========================
   MOBILE
=========================== */

@media(max-width:767px) {

  .theosis-products-grid {
    grid-template-columns: 1fr;
  }

  .theosis-product-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .theosis-product-content h3,
  .theosis-product-content p {
    width: 100%;
  }

}

/* ===========================
   TABLET
=========================== */

@media(min-width:768px) and (max-width:991px) {

  .theosis-products-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .theosis-product-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .theosis-product-content h3,
  .theosis-product-content p {
    width: 100%;
  }

}

/* ===========================
   LAPTOP
=========================== */

@media(min-width:992px) and (max-width:1439px) {

  .theosis-products-grid {
    grid-template-columns: repeat(3, 1fr);
  }

   .theosis-product-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .theosis-product-content h3,
  .theosis-product-content p {
    width: 100%;
  }

}

/* ===========================
   4K DISPLAY
=========================== */

@media(min-width:3840px) {

  .theosis-products-container {
    max-width: 3200px;
  }

  .theosis-products-grid {
    gap: 50px;
  }

  .theosis-product-content {
    padding: 40px;
  }

  .theosis-product-content h3 {
    font-size: 40px;
  }

  .theosis-product-content p {
    font-size: 24px;
  }

  .theosis-product-btn {
    font-size: 22px;
    padding: 18px 35px;
  }

}

/* ==========================
   THEOSIS FILTER NAVIGATION
========================== */

.theosis-filter-nav {
  margin-bottom: 50px;
}

.theosis-filter-nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;

  flex-wrap: wrap;

  list-style: none;
  margin: 0;
  padding: 0;
}

.theosis-filter-nav ul li {
  margin: 0;
  padding: 0;
}

.theosis-filter-nav ul li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 12px 24px;

  text-decoration: none;

  background: #ffffff;
  color: #173f44;

  border: 1px solid #e5e5e5;
  border-radius: 50px;

  font-size: 15px;
  font-weight: 600;

  transition: all .35s ease;

  position: relative;
  overflow: hidden;
}

/* Hover Effect */

.theosis-filter-nav ul li a:hover {
  background: #0d666b;
  color: #ffffff;

  transform: translateY(-3px);

  box-shadow:
    0 10px 25px rgba(13, 102, 107, .25);
}

/* Active Button */

.theosis-active-filter {
  background: #0d666b !important;
  color: #ffffff !important;

  border-color: #0d666b !important;

  box-shadow:
    0 10px 25px rgba(13, 102, 107, .25);
}

/* Shine Animation */

.theosis-filter-nav ul li a::before {
  content: "";

  position: absolute;
  top: 0;
  left: -100%;

  width: 100%;
  height: 100%;

  background: linear-gradient(90deg,
      transparent,
      rgba(255, 255, 255, .25),
      transparent);

  transition: .8s;
}

.theosis-filter-nav ul li a:hover::before {
  left: 100%;
}

@media(max-width:767px) {

  .theosis-filter-nav {
    overflow-x: auto;
    margin-bottom: 30px;
  }

  .theosis-filter-nav ul {
    flex-wrap: nowrap;
    justify-content: flex-start;

    width: max-content;

    padding-bottom: 10px;
  }

  .theosis-filter-nav::-webkit-scrollbar {
    display: none;
  }

  .theosis-filter-nav ul li a {
    white-space: nowrap;
    font-size: 13px;
    padding: 10px 18px;
  }

}

@media(min-width:768px) and (max-width:991px) {

  .theosis-filter-nav ul {
    gap: 12px;
  }

  .theosis-filter-nav ul li a {
    font-size: 14px;
    padding: 10px 18px;
  }

}

@media(min-width:992px) and (max-width:1439px) {

  .theosis-filter-nav ul li a {
    font-size: 15px;
    padding: 12px 24px;
  }

}

@media(min-width:3840px) {

  .theosis-filter-nav {
    margin-bottom: 80px;
  }

  .theosis-filter-nav ul {
    gap: 35px;
  }

  .theosis-filter-nav ul li a {
    font-size: 32px;
    padding: 22px 45px;
    border-radius: 80px;
  }

}


/* n5-well-ness */

/* ===== GOOGLE FONT ===== */


.product-section {
  padding: 80px 20px;
}

.product-container {
  max-width: 1200px;
  margin: auto;

  display: flex;
  align-items: center;
  gap: 60px;

  animation: fadeUp 1s ease;
}

/* ========================= */
/* Gallery */
/* ========================= */

.product-gallery {
  flex: 1;
}

.main-image {
  overflow: hidden;
  border-radius: 12px;
}

.main-image img {
  width: 100%;
  display: block;
  border-radius: 12px;
  transition: 0.5s;
}

.main-image:hover img {
  transform: scale(1.04);
}

.thumbnail-gallery {
  display: flex;
  gap: 12px;
  margin-top: 15px;
}

.thumb {
  width: 70px;
  height: 70px;

  object-fit: cover;

  border-radius: 8px;
  cursor: pointer;

  border: 2px solid transparent;

  transition: 0.3s;
}

.thumb:hover {
  transform: translateY(-4px);
}

.thumb.active {
  border: 2px solid #0e6b88;
}

/* ========================= */
/* Details */
/* ========================= */

.product-details {
  flex: 1;
}

.product-details h1 {
  font-size: 37px;
  font-weight: 600;
  color: #111;
  margin-bottom: 10px;
}

.subtitle {
  font-size: 18px;
  color: #555;
  margin-bottom: 25px;
}

.price {
  font-size: 36px;
  font-weight: 700;
  color: #222;
  margin-bottom: 30px;
}

.button-group {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 250px;
}

.btn {
  text-decoration: none;
  text-align: center;
  padding: 15px 25px;
  border-radius: 8px;

  font-weight: 600;
  transition: 0.4s;
}

.primary-btn {
  background: #0c6d8d;
  color: #fff;
}

.primary-btn:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 25px rgba(12, 109, 141, 0.25);
}

.secondary-btn {
  border: 2px solid #bfc7ce;
  color: #222;
  background: #fff;
}

.secondary-btn:hover {
  background: #f5f7f9;
}

/* ========================= */
/* Animation */
/* ========================= */

@keyframes fadeUp {

  from {
    opacity: 0;
    transform: translateY(60px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }

}

/* ========================= */
/* MOBILE */
/* 320px - 767px */
/* ========================= */

@media (max-width:767px) {

  .product-section{
    padding: 20px 20px;
  }

  .product-container {
    flex-direction: column;
    gap: 30px;
  }

  .product-details {
    text-align: center;
  }

  .product-details h1 {
    font-size: 30px;
  }

  .subtitle {
    font-size: 16px;
  }

  .price {
    font-size: 28px;
  }

  .button-group {
    max-width: 100%;
  }

  .btn {
    width: 100%;
  }

  .thumbnail-gallery {
    justify-content: center;
  }

}

/* ========================= */
/* TABLET */
/* 768px - 1023px */
/* ========================= */

@media (min-width:768px) and (max-width:1023px) {

  .product-section{
    padding: 20px 20px;
  }

  .product-container {
    gap: 40px;
  }

  .product-details h1 {
    font-size: 36px;
  }

  .price {
    font-size: 32px;
  }

}

/* ========================= */
/* LAPTOP */
/* 1024px - 1439px */
/* ========================= */

@media (min-width:1024px) and (max-width:1439px) {

  .product-container {
    max-width: 1100px;
  }

}

/* ========================= */
/* DESKTOP */
/* 1440px - 1919px */
/* ========================= */

@media (min-width:1440px) {

  .product-container {
    max-width: 1300px;
  }

}

/* ========================= */
/* 4K */
/* 1920px+ */
/* ========================= */

@media (min-width:1920px) {

  .product-container {
    max-width: 1800px;
    gap: 100px;
  }

  .product-details h1 {
    font-size: 60px;
  }

  .subtitle {
    font-size: 24px;
  }

  .price {
    font-size: 50px;
  }

  .btn {
    font-size: 20px;
    padding: 20px 40px;
  }

  .thumb {
    width: 100px;
    height: 100px;
  }

}

/* section-2 */


.n5wb-overview-benefits-wrapper {
  padding: 80px 20px;
}

.n5wb-main-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 70px;
}

.n5wb-left-column h3,
.n5wb-right-column h3 {
  font-size: 22px;
  font-weight: 600;
  color: #0f2d39;
  margin-bottom: 20px;
}

.n5wb-overview-block p {
  font-size: 16px;
  line-height: 1.9;
  color: #5c6670;
  max-width: 550px;
}

.n5wb-features-block {
  margin-top: 45px;
}

.n5wb-features-block ul {
  list-style: none;
  padding: 0;
}

.n5wb-features-block li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  color: #4b5660;
  font-size: 15px;
  transition: .3s;
}

.n5wb-features-block li:hover {
  transform: translateX(8px);
}

.n5wb-features-block i {
  color: #153b48;
  font-size: 20px;
}

.n5wb-benefits-card {
  background: #faf8f6;
  border-radius: 18px;
  padding: 35px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, .04);
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.n5wb-benefit-item {
  display: flex;
  align-items: center;
  gap: 18px;
  transition: .35s;
}

.n5wb-benefit-item:hover {
  transform: translateX(8px);
}

.n5wb-benefit-item i {
  width: 35px;
  font-size: 24px;
  color: #2f4f59;
}

.n5wb-benefit-item span {
  font-size: 16px;
  font-weight: 500;
  color: #4f5a63;
}

/* Animation */

.n5wb-left-column {
  opacity: 0;
  transform: translateX(-60px);
  transition: 1s ease;
}

.n5wb-right-column {
  opacity: 0;
  transform: translateX(60px);
  transition: 1s ease;
}

.n5wb-left-column.n5wb-show,
.n5wb-right-column.n5wb-show {
  opacity: 1;
  transform: translateX(0);
}

/* Mobile */

@media (max-width:767px) {

  .n5wb-overview-benefits-wrapper {
  padding: 20px 20px;
  }

  .n5wb-main-container {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .n5wb-left-column h3,
  .n5wb-right-column h3 {
    font-size: 20px;
  }

  .n5wb-overview-block p {
    font-size: 15px;
  }

  .n5wb-benefits-card {
    padding: 25px;
  }
}

/* Tablet */

@media (min-width:768px) and (max-width:1023px) {

  .n5wb-overview-benefits-wrapper {
  padding: 20px 20px;
  }

  .n5wb-main-container {
    grid-template-columns: 1fr;
    gap: 50px;
  }

}

/* Laptop */

@media (min-width:1024px) and (max-width:1439px) {

  .n5wb-main-container {
    max-width: 1100px;
  }

}

/* Desktop */

@media (min-width:1440px) {

  .n5wb-main-container {
    max-width: 1300px;
  }

}

/* 4K */

@media (min-width:1920px) {

  .n5wb-main-container {
    max-width: 1800px;
    gap: 120px;
  }

  .n5wb-left-column h3,
  .n5wb-right-column h3 {
    font-size: 34px;
  }

  .n5wb-overview-block p {
    font-size: 24px;
    max-width: 900px;
  }

  .n5wb-features-block li {
    font-size: 22px;
  }

  .n5wb-benefit-item span {
    font-size: 22px;
  }

  .n5wb-benefit-item i {
    font-size: 34px;
  }
}


/* section-3 */

.n5techspec-wrapper {
  padding: 20px 20px;
  background: #ffffff;
  overflow: hidden;
}

.n5techspec-container {
  max-width: 1300px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.3fr .8fr;
  gap: 40px;
  align-items: start;
}

.n5techspec-heading {
  font-size: 24px;
  font-weight: 700;
  color: #163848;
  margin-bottom: 8px;
}

.n5techspec-subtitle {
  font-size: 15px;
  color: #6d7984;
  margin-bottom: 25px;
}

/* Technology Icons */

.n5techspec-icons-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  margin-bottom: 40px;
}

.n5techspec-icon-card {
  text-align: center;
  transition: .4s;
}

.n5techspec-icon-card:hover {
  transform: translateY(-8px);
}

.n5techspec-icon-circle {
  width: 75px;
  height: 75px;
  border: 2px solid #d7dee4;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto auto 12px;
  background: #fff;
}

.n5techspec-icon-circle i {
  font-size: 28px;
  color: #355160;
}

.n5techspec-icon-card h4 {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  color: #2f4858;
}

/* Specifications Table */

.n5techspec-table-wrap {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #e8edf0;
}

.n5techspec-table {
  width: 100%;
  border-collapse: collapse;
}

.n5techspec-table td {
  padding: 15px 18px;
  border-bottom: 1px solid #eceff2;
  font-size: 14px;
}

.n5techspec-table tr:last-child td {
  border-bottom: none;
}

.n5techspec-table td:first-child {
  width: 45%;
  color: #57636d;
  font-weight: 500;
}

.n5techspec-table td:last-child {
  color: #243845;
  font-weight: 600;
}

/* Image */

.n5techspec-image-box {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, .08);
}

.n5techspec-image-box img {
  width: 100%;
  display: block;
  transition: .7s;
}

.n5techspec-image-box:hover img {
  transform: scale(1.05);
}

/* Animation */

.n5techspec-content {
  opacity: 0;
  transform: translateX(-80px);
  transition: 1.2s;
}

.n5techspec-image-column {
  opacity: 0;
  transform: translateX(80px);
  transition: 1.2s;
}

.n5techspec-show {
  opacity: 1;
  transform: translateX(0);
}

/* ========================= */
/* Mobile 320px - 767px */
/* ========================= */

@media(max-width:767px) {

  .n5techspec-container {
    grid-template-columns: 1fr;
  }

  .n5techspec-icons-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .n5techspec-heading {
    font-size: 22px;
  }

  .n5techspec-table td {
    font-size: 13px;
    padding: 12px;
  }

  .n5techspec-image-column {
    order: -1;
  }

}

/* ========================= */
/* Tablet */
/* ========================= */

@media(min-width:768px) and (max-width:1023px) {

  .n5techspec-container {
    grid-template-columns: 1fr;
  }

  .n5techspec-icons-grid {
    grid-template-columns: repeat(4, 1fr);
  }

}

/* ========================= */
/* Laptop */
/* ========================= */

@media(min-width:1024px) and (max-width:1439px) {

  .n5techspec-container {
    max-width: 1200px;
  }

}

/* ========================= */
/* Desktop */
/* ========================= */

@media(min-width:1440px) {

  .n5techspec-container {
    max-width: 1400px;
  }

}

/* ========================= */
/* 4K Screens */
/* ========================= */

@media(min-width:1920px) {

  .n5techspec-container {
    max-width: 1800px;
    gap: 80px;
  }

  .n5techspec-heading {
    font-size: 42px;
  }

  .n5techspec-subtitle {
    font-size: 22px;
  }

  .n5techspec-icon-circle {
    width: 120px;
    height: 120px;
  }

  .n5techspec-icon-circle i {
    font-size: 40px;
  }

  .n5techspec-icon-card h4 {
    font-size: 20px;
  }

  .n5techspec-table td {
    font-size: 20px;
    padding: 22px;
  }
}

/* section-4 */

/* ==========================
   N5 FAQ PRO SECTION
========================== */

.n5faqpro-wrapper {
  padding: 40px 20px;
  background: #ffffff;
  overflow: hidden;
}

.n5faqpro-container {
  max-width: 1200px;
  margin: auto;
}

.n5faqpro-header {
  margin-bottom: 20px;
}

.n5faqpro-header h2 {
  font-size: 32px;
  font-weight: 700;
  color: #153847;
  margin: 0;
}

/* Accordion */

.n5faqpro-accordion {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.n5faqpro-item {
  border: 1px solid #e6eaee;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  transition: .4s;
}

.n5faqpro-item:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
}

.n5faqpro-question {
  width: 100%;
  border: none;
  background: #fff;
  cursor: pointer;

  display: flex;
  justify-content: space-between;
  align-items: center;

  padding: 18px 22px;

  font-size: 16px;
  font-weight: 500;
  color: #384754;

  text-align: left;
}

.n5faqpro-icon {
  color: #384754;
  font-size: 14px;
  transition: .4s;
}

.n5faqpro-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height .5s ease;
  background: #fafafa;
}

.n5faqpro-answer p {
  padding: 20px 22px;
  margin: 0;
  color: #6b7782;
  line-height: 1.8;
  font-size: 15px;
}

/* Active */

.n5faqpro-item.n5faqpro-active .n5faqpro-answer {
  max-height: 250px;
}

.n5faqpro-item.n5faqpro-active .n5faqpro-icon {
  transform: rotate(45deg);
}

/* Scroll Animation */

.n5faqpro-container {
  opacity: 0;
  transform: translateY(80px);
  transition: 1s ease;
}

.n5faqpro-container.n5faqpro-show {
  opacity: 1;
  transform: translateY(0);
}

/* ==========================
   MOBILE 320px - 767px
========================== */

@media (max-width:767px) {

  .n5faqpro-wrapper {
    padding: 60px 15px;
  }

  .n5faqpro-header h2 {
    font-size: 26px;
  }

  .n5faqpro-question {
    font-size: 14px;
    padding: 15px;
  }

  .n5faqpro-answer p {
    font-size: 14px;
    padding: 15px;
  }

}

/* ==========================
   TABLET 768px - 1023px
========================== */

@media (min-width:768px) and (max-width:1023px) {

  .n5faqpro-container {
    max-width: 90%;
  }

}

/* ==========================
   LAPTOP 1024px - 1439px
========================== */

@media (min-width:1024px) and (max-width:1439px) {

  .n5faqpro-container {
    max-width: 1100px;
  }

}

/* ==========================
   DESKTOP 1440px+
========================== */

@media (min-width:1440px) {

  .n5faqpro-container {
    max-width: 1300px;
  }

}

/* ==========================
   4K 1920px+
========================== */

@media (min-width:1920px) {

  .n5faqpro-container {
    max-width: 1800px;
  }

  .n5faqpro-header h2 {
    font-size: 52px;
  }

  .n5faqpro-question {
    font-size: 24px;
    padding: 28px 35px;
  }

  .n5faqpro-answer p {
    font-size: 20px;
    padding: 28px 35px;
  }

  .n5faqpro-icon {
    font-size: 22px;
  }

}


/* footer */

/* Mobile View */
@media only screen and (max-width: 767px) {

  .up-footer .container {
    width: 100%;
    padding: 0 20px;
  }

  .up-footer .row {
    display: block;
  }

  .up-footer .col-md-3 {
    width: 100%;
    float: none;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 35px;
    text-align: left;
  }

  .footer-widget h2 {
    font-size: 34px;
    margin-bottom: 20px;
  }

  .footer-widget p {
    font-size: 15px;
    line-height: 1.8;
  }

  .footer-widget img {
    max-width: 180px;
    height: auto;
    margin-top: 15px;
  }

  /* Contact Section */
  .tweets-widget ul {
    padding: 0;
    margin: 0;
    list-style: none;
  }

  .tweets-widget ul li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 20px;
  }

  .tweets-widget ul li i {
    font-size: 18px;
    margin-top: 5px;
    min-width: 20px;
  }

  .tweets-widget ul li p {
    margin: 0;
    font-size: 15px;
    line-height: 1.8;
  }

  /* Menu Section */
  .tweets-widget ul li a {
    display: block;
    /* padding: 8px 0; */
    font-size: 13px;
    text-decoration: none;
  }

  .footer-line {
    text-align: center;
    padding-top: 20px;
  }

  .footer-line p {
    font-size: 13px;
    line-height: 1.7;
  }
}

/* breadcrumb */

.page-header-content {
  position: relative;
  z-index: 2;
}

.custom-breadcrumb {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 500;
}

.custom-breadcrumb a,
.custom-breadcrumb span {
  color: #ffffff;
  text-decoration: none;
}

.custom-breadcrumb a:hover {
  color: #e32d66;
}

.page-title {
  color: #fff;
  font-size: 60px;
  font-weight: 700;
  margin: 0;
}

@media (max-width: 768px) {
  .page-title {
    font-size: 38px;
  }

  .custom-breadcrumb {
    font-size: 13px;
    flex-wrap: wrap;
  }
}

/* Mobile Phones */
@media only screen and (max-width: 767px) {

  .custom-breadcrumb {
    font-size: 9px;
    margin-bottom: 10px;
    line-height: 1.6;
    /* padding:0 15px; */
  }

  .custom-breadcrumb span {
    margin: 0 4px;
  }
}

/* Tablets */
@media only screen and (min-width:768px) and (max-width:991px) {

  .custom-breadcrumb {
    font-size: 14px;
    margin-bottom: 15px;
  }
}

/* Laptops & Desktops */
@media only screen and (min-width:992px) and (max-width:1919px) {

  .custom-breadcrumb {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

/* Large Desktop */
@media only screen and (min-width:1920px) and (max-width:2559px) {

  .custom-breadcrumb {
    font-size: 22px;
    margin-bottom: 30px;
  }

  .custom-breadcrumb span {
    margin: 0 12px;
  }
}

/* 4K Screens */
@media only screen and (min-width:2560px) {

  .custom-breadcrumb {
    font-size: 32px;
    margin-bottom: 40px;
  }

  .custom-breadcrumb span {
    margin: 0 15px;
  }
}


/* media-query for banner */


/* ==========================
   BANNER SECTION
========================== */

.swiper-slide{
    position:relative;
}

.hero-banner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.hero-banner .carousel-item {
    height: 100%;
    position: relative;
}

.hero-banner .carousel-inner {
    height: 100%;
}

.hero-banner .banner-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-img {
  width: 100%;
  display: block;
}

.banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.banner-content {
  max-width: 650px;
  margin-left: 60px;
  color: #fff;
}

/* ==========================
   TITLE
========================== */

.hero-title {
  font-size: 72px;
  line-height: 1.1;
  font-weight: 700;
  margin-bottom: 20px;
  animation: slideLeft 1.2s ease;
}

.line {
  width: 100px;
  height: 3px;
  background: #c9a55a;
  margin-bottom: 25px;
  animation: fadeIn 1.5s ease;
}

.hero-text {
  font-size: 28px;
  line-height: 1.6;
  margin-bottom: 40px;
  animation: slideUp 1.5s ease;
}

/* ==========================
   BUTTONS
========================== */

.hero-buttons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.btn-primary,
.btn-secondary {
  text-decoration: none;
  padding: 15px 35px;
  border-radius: 5px;
  font-size: 18px;
  transition: .4s;
  animation: zoomIn 1.8s ease;
}

.btn-primary {
  background: rgb(13, 93, 99);
  color: #fff;
}

.btn-primary:hover {
  transform: translateY(-5px);
}

.btn-secondary {
  border: 2px solid rgb(13, 93, 99);
  ;
  color: #fff;
}

.btn-secondary:hover {
  background: #0b4b4f;
  color: #fff;
}

/* ==========================
   ANIMATIONS
========================== */

@keyframes slideLeft {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(80px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale(.5);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}


@media (max-width:767px) {

  .hero-banner {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
  }

  .banner-img {
    width: 100%;
    height: auto;
    object-fit: contain;
    /* Important */
    object-position: center center;
  }

  .banner-overlay {
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    padding: 20px;
    align-items: flex-start;
  }

  .banner-content {
    margin: 0;
    width: 85%;
  }

  .hero-title {
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 15px;
  }

  .hero-text {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px;
  }

  .line {
    width: 60px;
    margin-bottom: 15px;
  }

  .hero-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .btn-primary,
  .btn-secondary {
    width: 180px;
    text-align: center;
    padding: 12px;
    font-size: 14px;
  }
}

@media (min-width:768px) and (max-width:991px) {

  .banner-img {
    height: 750px;
    object-fit: cover;
  }

  .hero-title {
    font-size: 48px;
  }

  .hero-text {
    font-size: 20px;
  }

  .banner-content {
    margin-left: 40px;
  }

}

@media (min-width:992px) and (max-width:1365px) {

  .hero-title {
    font-size: 58px;
  }

  .hero-text {
    font-size: 22px;
  }

}

@media (min-width:1366px) and (max-width:1919px) {

  .hero-title {
    font-size: 72px;
  }

  .hero-text {
    font-size: 28px;
  }

}

@media (min-width:1920px) {

  .hero-title {
    font-size: 90px;
  }

  .hero-text {
    font-size: 34px;
  }

  .btn-primary,
  .btn-secondary {
    font-size: 22px;
    padding: 18px 40px;
  }

}


@media (min-width:2560px) {

  .hero-title {
    font-size: 127px;
  }

  .hero-text {
    font-size: 40px;
    max-width: 1000px;
  }

  .banner-content {
    margin-left: 120px;
    padding-bottom: 70px;
  }

  .btn-primary,
  .btn-secondary {
    font-size: 28px;
    /* padding:24px 55px;
} */

    .line {
      width: 180px;
      height: 5px;
    }

  }
}



/* ===================================
   PAGE BANNER
=================================== */

.hero-banner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.banner-img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  display: block;
}

.banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.banner-content {
  max-width: 600px;
  padding-left: 8%;
  color: #fff;
}

.hero-title {
  font-size: 70px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
}

.line {
  width: 80px;
  height: 3px;
  background: rgb(13, 93, 99);
  margin: 20px 0;
}

.hero-text {
  font-size: 24px;
  line-height: 1.6;
  margin-bottom: 30px;
}

.hero-buttons {
  display: flex;
  gap: 15px;
}

.btn-primary,
.btn-secondary {
  padding: 14px 30px;
  text-decoration: none;
  border-radius: 4px;
}

/* Mobile View */

@media only screen and (max-width:767px) {

  .page-banner-overlay {
    align-items: flex-end;
    padding-bottom: 50px;
  }

  .page-banner-content {
    margin-left: 20px;
  }

  .page-banner-breadcrumb {
    font-size: 13px;
    gap: 6px;
    margin-bottom: 8px;
  }

  .page-banner-title {
    font-size: 38px;
    line-height: 1.1;
  }

}

@media only screen and (min-width:768px) and (max-width:991px) {

  .page-banner-content {
    margin-left: 40px;
  }

  .page-banner-breadcrumb {
    font-size: 16px;
  }

  .page-banner-title {
    font-size: 55px;
  }

}


@media only screen and (min-width:992px) and (max-width:1365px) {

  .page-banner-content {
    margin-left: 60px;
  }

  .page-banner-breadcrumb {
    font-size: 18px;
  }

  .page-banner-title {
    font-size: 70px;
  }

}

@media only screen and (min-width:1366px) and (max-width:1919px) {

  .page-banner-title {
    font-size: 90px;
  }

  .page-banner-breadcrumb {
    font-size: 20px;
  }

}

@media only screen and (min-width:1920px) and (max-width:2559px) {

  .page-banner-content {
    margin-left: 120px;
  }

  .page-banner-breadcrumb {
    font-size: 24px;
  }

  .page-banner-title {
    font-size: 120px;
  }

}


@media only screen and (min-width:2560px) {

  .page-banner-content {
    margin-left: 180px;
  }

  .page-banner-breadcrumb {
    font-size: 34px;
    margin-bottom: 25px;
  }

  .page-banner-title {
    font-size: 180px;
    line-height: 1;
  }

}

@media (max-width: 767px) {

  .hero-banner,
  .heroSwiper,
  .swiper-wrapper,
  .swiper-slide {
    width: 100%;
    height: 500px;
    min-height: 500px;
  }

  .banner-img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: 70% center;
}

  .banner-overlay {
    top: 0;
    height: 500px;
    padding: 0 20px;
    align-items: center;
  }

  .banner-content {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    max-width: 260px;
    padding: 0;
    margin: 0;
    text-align: left;
  }

  .hero-title {
    font-size: 18px;
    line-height: 1.2;
  }

  .hero-text {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 15px;
  }

  .hero-buttons {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }

  .btn-primary,
  .btn-secondary {
    width: 140px;
    height: 40px;
    padding: 12px;
    font-size: 14px;
    text-align: center;
  }
}

@media (min-width: 768px) and (max-width: 991px) {

  .hero-banner,
  .heroSwiper,
  .swiper-wrapper,
  .swiper-slide {
    width: 100%;
    height: 520px;
    min-height: 520px;
  }

  .banner-img {
    width: 100%;
    height: 520px;
    object-fit: cover;
    object-position: center;
  }

  .banner-overlay {
    height: 520px;
    padding: 0 40px;
    align-items: center;
  }

  .banner-content {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    max-width: 420px;
    padding: 0;
    margin: 0;
    text-align: left;
  }

  .hero-title {
    font-size: 42px;
    line-height: 1.1;
  }

  .hero-text {
    font-size: 18px;
    line-height: 1.5;
  }

  .hero-buttons {
    flex-direction: row;
    align-items: flex-start;
  }

  .btn-primary,
  .btn-secondary {
    width: auto;
    min-width: 170px;
    font-size: 15px;
  }
}

/* about */


/* ===================================
   THEOSIS PRODUCT BANNER
=================================== */

.theosis-banner-section {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.theosis-banner-image {
  width: 100%;
  display: block;
}

.theosis-banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.theosis-banner-text-wrapper {
  margin-left: 110px;
  margin-top: -157px;
}

  .theosis-banner-breadcrumb {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 15px;
  }

  .theosis-banner-breadcrumb a {
    color: #ffffff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
  }

  .theosis-banner-breadcrumb span {
    color: #ffffff;
    font-size: 18px;
  }

  .theosis-banner-title {
    color: #ffffff;
    font-size: 72px;
    font-weight: 700;
    margin: 0;
    line-height: 1.1;

  } 
  
   @media only screen and (max-width:480px) {

    .theosis-banner-section {
      height: 250px;
    }

    .theosis-banner-image {
      width: 100%;
      height: 250px;
      object-fit: cover;
      object-position: center;
    }

    .theosis-banner-text-wrapper {
      margin-left: 20px;
      margin-top: 20px;
    }

    .theosis-banner-breadcrumb {
      gap: 6px;
      margin-top: 50px;
    }

    .theosis-banner-breadcrumb a,
    .theosis-banner-breadcrumb span {
      font-size: 12px;
    }

    .theosis-banner-title {
      font-size: 18px;
      line-height: 1.1;
    }

    

  }

  @media only screen and (min-width:481px) and (max-width:767px) {

    .theosis-banner-section {
      height: 320px;
    }

    .theosis-banner-image {
      height: 320px;
      object-fit: cover;
    }

    .theosis-banner-text-wrapper {
      margin-left: 30px;
    }

    .theosis-banner-breadcrumb a,
    .theosis-banner-breadcrumb span {
      font-size: 14px;
    }

    .theosis-banner-title {
      font-size: 42px;
    }

  }

  

  /* @media only screen and (min-width:768px) and (max-width:991px) {

    .theosis-banner-section {
    height: 250px;
  }

  .theosis-banner-image {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: center;
  }

  .theosis-banner-overlay {
    align-items: center;
  }

  .theosis-banner-text-wrapper {
    margin-left: 40px;
    margin-top: 0;
    padding-bottom: 0 !important;
    transform: translateY(20px);
  }

  .theosis-banner-breadcrumb {
    margin-bottom: 10px;
  }

  .theosis-banner-breadcrumb a,
  .theosis-banner-breadcrumb span {
    font-size: 14px;
  }

  .theosis-banner-title {
    font-size: 25px;
    margin-bottom: 10px;
  }

  .product-btn {
    margin-top: 15px;
    text-align: left;
  }

  .product-btn a {
    display: inline-block;
    padding: 12px 24px;
    font-size: 13px;
    margin-left: 36px;
    
  }


  } */


  @media only screen and (min-width:768px) and (max-width:991px) {

  .theosis-banner-section {
    height: 540px;
  }

  .theosis-banner-image {
    width: 100%;
    height: 540px;
    object-fit: cover;
    object-position: 60% center;
  }

  .theosis-banner-overlay {
    align-items: center;
  }

  .theosis-banner-text-wrapper {
    margin-left: 40px;
    margin-top: 0;
    padding-bottom: 0 !important;
    transform: translateY(0);
  }

  .theosis-banner-breadcrumb {
    margin-bottom: 10px;
  }

  .theosis-banner-breadcrumb a,
  .theosis-banner-breadcrumb span {
    font-size: 14px;
  }

  .theosis-banner-title {
    font-size: 36px;
    margin-bottom: 15px;
  }

  .product-btn {
    margin-top: 15px;
    text-align: left;
  }

  .product-btn a {
    display: inline-block;
    padding: 10px 22px;
    font-size: 13px;
    margin-left: 0;
  }

}


  @media only screen and (min-width:992px) and (max-width:1365px) {

    .theosis-banner-text-wrapper {
      margin-left: 70px;
    }

    .theosis-banner-title {
      font-size: 60px;
    }

    .theosis-banner-breadcrumb a,
    .theosis-banner-breadcrumb span {
      font-size: 17px;
    }

  }

  @media only screen and (min-width:2560px) {

    .theosis-banner-text-wrapper {

      padding-bottom: 272px;
      margin-left: 180px;
    }

    .theosis-banner-breadcrumb a,
    .theosis-banner-breadcrumb span {
      font-size: 32px;
    }

    .theosis-banner-title {
      font-size: 100px;
    }

  }

  /* ==========================
   BUTTONS
========================== */

.hero-buttons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.product-btn{
  position: relative;
  top: 10px;
  right: 35px;

}

.download_brouchure{
  text-decoration: none;
  padding: 15px 35px;
  border-radius: 5px;
  font-size: 18px;
  transition: .4s;
  animation: zoomIn 1.8s ease;
  background: rgb(13, 93, 99);
  color: #fff;
}

.download_brouchure:hover {
  transform: translateY(-5px);
}


  /* ==========================
   PRELOADER
========================== */

  #preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999999;
  }

  .loader-content img {
    width: 300px;
    max-width: 80%;
    animation: pulseLogo 2.5s infinite ease-in-out;
  }

  @keyframes pulseLogo {
    0% {
      transform: scale(0.85);
    }

    50% {
      transform: scale(1.1);
    }

    100% {
      transform: scale(0.85);
    }
  }


  /* free-demo */

  .theosis-demo-btn {
    margin-left: 20px;
}

.theosis-demo-btn a {
    background: #0d5d63 !important;
    color: #fff !important;
    padding: 12px 25px !important;
    border-radius: 30px;
    display: inline-block;
    font-weight: 600;
    transition: all 0.3s ease;
}

.theosis-demo-btn a:hover {
    background: #0d5d63  !important;
    color: #fff !important;
}

.nav-free-demo {
    margin-left: 20px;
}

.nav-free-demo a {
    background: #0d5d63;
    color: #fff;
    padding: 12px 25px;
    border-radius: 30px;
}


/* Default (Desktop) */
.theosis-demo-btn {
    padding-left: 55px;
}

/* Mobile Phones */
@media screen and (max-width: 480px) {
    .theosis-demo-btn {
        padding-left: 0;
        text-align: center;
    }
}

/* Large Mobile Phones */
@media screen and (min-width: 481px) and (max-width: 767px) {
    .theosis-demo-btn {
        padding-left: 10px;
    }
}

/* Tablets */
@media screen and (min-width: 768px) and (max-width: 991px) {
    .theosis-demo-btn {
        padding-left: 20px;
    }
}

/* Small Laptops */
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .theosis-demo-btn {
        padding-left: 40px;
    }
}

/* Desktop */
@media screen and (min-width: 1200px) and (max-width: 1919px) {
    .theosis-demo-btn {
        padding-left: 55px;
    }
}

/* Full HD & Large Screens */
@media screen and (min-width: 1920px) and (max-width: 2559px) {
    .theosis-demo-btn {
        padding-left: 70px;
    }
}

/* 2K Screens */
@media screen and (min-width: 2560px) and (max-width: 3839px) {
    .theosis-demo-btn {
        padding-left: 90px;
    }
}

/* 4K Screens */
@media screen and (min-width: 3840px) {
    .theosis-demo-btn {
        padding-left: 120px;
    }
}