/*---------------------------
	Fonts
----------------------------*/
/* @import url("https://fonts.googleapis.com/css?family=Crimson+Text:400i|Heebo:300,400,500,700"); */
/*--------------------------------------------------------------
#0.1    Theme Reset Style
--------------------------------------------------------------*/
html {
  font-size: 16px;
    scroll-behavior: smooth;
}

body {
  font-family: "Heebo", sans-serif;
  background-color: #fff;
    
  font-size: 16px;
  font-size: 1rem;
   
  color: #565555;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

p {
  color: #565555;
  line-height: 1.7em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333;
}

ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
}

/*--------------------------------------------------------------
#0.2    Global Elements
--------------------------------------------------------------*/
.page-wrapper {
  position: relative;
  overflow: hidden;
}

.wow {
  visibility: hidden;
}

.fi:before {
  margin: 0;
}

.section-padding {
  padding: 30px 0;
}

@media (max-width: 991px) {
  .section-padding {
    padding: 90px 0;
  }
}

@media (max-width: 767px) {
  .section-padding {
    padding: 80px 0;
  }
}

.pt0 {
  padding-top: 0;
}

/*** contact form error handling ***/
.contact-validation-active .error-handling-messages {
  width: 100% !important;
  margin-top: 15px !important;
}

.contact-validation-active label.error {
  color: red;
  font-size: 0.875rem;
  font-weight: normal;
  margin: 5px 0 0 0;
  text-align: left;
  display: block;
}

.contact-validation-active #loader {
  display: none;
  margin-top: 10px;
}

.contact-validation-active #loader i {
  font-size: 30px;
  font-size: 1.875rem;
  color: #94db40;
  display: inline-block;
  -webkit-animation: rotating linear 2s infinite;
  animation: rotating linear 2s infinite;
}

.contact-validation-active #success,
.contact-validation-active #error {
  width: 100%;
  color: #fff;
  padding: 5px 10px;
  font-size: 16px;
  text-align: center;
  display: none;
}

@media (max-width: 767px) {
  .contact-validation-active #success,
  .contact-validation-active #error {
    font-size: 15px;
  }
}

.contact-validation-active #success {
  background-color: #009a00;
  border-left: 5px solid green;
  margin-bottom: 5px;
}

.contact-validation-active #error {
  background-color: #ff1a1a;
  border-left: 5px solid red;
}

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.rotating {
  -webkit-animation: rotating 5s alternate infinite;
  animation: rotating 5s alternate infinite;
}

/*** back to top **/
.back-to-top {
  background-color: #00a0d5;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border: 2px solid #00a0d5;
  border-radius: 45px;
  text-align: center;
  display: none;
  position: fixed;
  z-index: 999;
  right: 15px;
  bottom: 15px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

@media (max-width: 991px) {
  .back-to-top {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}

.back-to-top:hover {
  background-color: #b99d04;
}

.back-to-top i {
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/** for popup image ***/
.mfp-wrap {
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 99999;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

/*** for fancybox video ***/
.fancybox-overlay {
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999 !important;
}

.fancybox-wrap {
  z-index: 99999 !important;
}

/*------------------------------------
	section title
-------------------------------------*/
.section-title {
  margin-bottom: 35px;
}

@media (max-width: 767px) {
  .section-title {
    margin-bottom: 25px;
  }
}

.section-title > span {
  font-family: "Crimson Text", serif;
  font-size: 25px;
  font-size: 1.5625rem;
  color: #b99d04;
}

@media (max-width: 991px) {
  .section-title > span {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.section-title h2 {
  font-size: 36px;
  font-size: 2.25rem;
  margin: 0;
}

@media (max-width: 991px) {
  .section-title h2 {
    font-size: 32px;
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .section-title h2 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

.section-title-s2, .section-title-s3, .section-title-s4 {
  text-align: center;
  margin-bottom: 0px;
}

@media (max-width: 767px) {
  .section-title-s2, .section-title-s3, .section-title-s4 {
    margin-bottom: 0px;/*custome change 25px-0px*/
  }
}

.section-title-s2 > span, .section-title-s3 > span, .section-title-s4 > span {
  font-family: "Crimson Text", serif;
  font-size: 25px;
  font-size: 1.5625rem;
  color: #94db40;
  display: inline-block;
  margin-top: -0.28em;
  text-transform: capitalize;
}

@media (max-width: 991px) {
  .section-title-s2 > span, .section-title-s3 > span, .section-title-s4 > span {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.section-title-s2 h2, .section-title-s3 h2, .section-title-s4 h2 {
  font-size: 42px;
  font-size: 32px;
  font-weight: bold;
  margin: 0 0 0.29em;
  text-transform: capitalize;
}

@media (max-width: 991px) {
  .section-title-s2 h2, .section-title-s3 h2, .section-title-s4 h2 {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}

@media (max-width: 767px) {
  .section-title-s2 h2, .section-title-s3 h2, .section-title-s4 h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.section-title-s2 p, .section-title-s3 p, .section-title-s4 p {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  margin: 0;
}

@media (max-width: 991px) {
  .section-title-s2 p, .section-title-s3 p, .section-title-s4 p {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.section-title-s3 {
  margin-bottom: 48px;
}

@media (max-width: 767px) {
  .section-title-s3 {
    margin-bottom: 40px;
  }
}

.section-title-s3 h2 {
  margin: -0.1em 0 0.2em;
}

.section-title-s4 {
  text-align: left;
}

.theme-btn, .theme-btn-s2, .theme-btn-s3 {
  background-color: green;
  color: #fff;
  font-weight: 500;
  margin-top: 2px;
  font-size: 17px;
  display: inline-block;
  padding: 13px;
}

.theme-btn:hover, .theme-btn-s2:hover, .theme-btn-s3:hover, .theme-btn:focus, .theme-btn-s2:focus, .theme-btn-s3:focus, .theme-btn:active, .theme-btn-s2:active, .theme-btn-s3:active {
  background-color: #7bc325;
  color: #fff;
}

@media (max-width: 767px) {
  .theme-btn, .theme-btn-s2, .theme-btn-s3 {
    padding: 9px 33px;
    margin-bottom: 10px;
    font-size: 18px;
  }
}

.view-cart-btn {
  background: #94db40;
  width: 140px;
  padding: 10px;
  margin-top: 20px;
  color: white;
  font-weight: 500;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.view-cart-btn:hover {
  background-color: #7bc325;
  color: #fff;
}

.theme-btn-s2, .theme-btn-s3 {
  font-size: 16px;
  font-size: 1rem;
  padding: 9px 35px;
}

.theme-btn-s2:hover, .theme-btn-s3:hover, .theme-btn-s2:focus, .theme-btn-s3:focus, .theme-btn-s2:active, .theme-btn-s3:active {
  background-color: #b99d04;
  color: #fff;
}

@media (max-width: 991px) {
  .theme-btn-s2, .theme-btn-s3 {
    font-size: 15px;
    font-size: 0.9375rem;
    padding: 15px 30px;
  }
}

@media (max-width: 767px) {
  .theme-btn-s2, .theme-btn-s3 {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 12px 25px;
  }
}

.theme-btn-s3 {
  background-color: rgba(255, 255, 255, 0.7);
  color: #333;
}

.theme-btn-s4 {
  background-color: #00a0d5;
  height: 53px;
  line-height: 53px;
  color: #fff;
  font-weight: 500;
  display: inline-block;
  padding: 0 25px;
  border: 0;
  outline: 0;
}

.theme-btn-s4:hover, .theme-btn-s4:focus, .theme-btn-s4:active {
  background-color: #7bc325;
  color: #fff;
}

@media (max-width: 991px) {
  .theme-btn-s4 {
    height: 45px;
    line-height: 45px;
  }
}

.form input,
.form textarea,
.form select {
  border-color: #d8d8d8;
  border-radius: 0;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #595959;
}

.form input:focus,
.form textarea:focus,
.form select:focus {
  border-color: #94db40;
  -webkit-box-shadow: 0 0 5px 0 #ace36b;
  -moz-box-shadow: 0 0 5px 0 #ace36b;
  -o-box-shadow: 0 0 5px 0 #ace36b;
  -ms-box-shadow: 0 0 5px 0 #ace36b;
  box-shadow: 0 0 5px 0 #ace36b;
}

.form ::-webkit-input-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}

.form :-moz-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}

.form ::-moz-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}

.form :-ms-input-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}

.form select {
  font-style: italic;
  background: url(../images/select-icon.html) no-repeat right center;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: pointer;
}

.form select::-ms-expand {
  /* for IE 11 */
  display: none;
}

/******************************
	#page title
******************************/
.page-title {
  background: url("../images/img-2.html") center center/cover no-repeat local;
  width: 100%;
  height: 400px;
  /* background-color: #ddd; */
  text-align: center;
  position: relative;
  word-break: break-all;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 991px) {
  .page-title {
    height: 300px;
  }
}

.page-title .page-title-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.page-title .page-title-wrapper {
  text-align: center;
}

.page-title h2,
.page-title ol {
  color: #fff;
}

.page-title h2 {
  font-size: 58px;
  font-size: 3.625rem;
  font-weight: bold;
  margin: 0.2em 0 0;
}

@media (max-width: 991px) {
  .page-title h2 {
    font-size: 48px;
    font-size: 3rem;
  }
}

@media (max-width: 767px) {
  .page-title h2 {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}

.page-title .breadcrumb {
  background-color: transparent;
  padding: 0;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .page-title .breadcrumb {
    text-align: center;
  }
}

.page-title .breadcrumb li {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #fff;
  margin-right: 5px;
  position: relative;
}

@media (max-width: 767px) {
  .page-title .breadcrumb li {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.page-title .breadcrumb li a {
  color: #fff;
}

.page-title .breadcrumb li a:hover {
  color: #94db40;
}

.page-title .breadcrumb > li + li {
  margin-left: 20px;
  padding-left: 15px;
}

.page-title .breadcrumb > li + li:before {
  font-family: themify;
  content: "\e649";
  font-size: 12px;
  font-size: 0.75rem;
  padding: 0;
  position: absolute;
  left: -12px;
  top: 3px;
  border-radius: 50%;
}

.preloader {
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1000;
}

.preloader span {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.preloader .sk-cube-grid {
  width: 60px;
  height: 60px;
  position: absolute;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
}

.preloader .sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #94db40;
  float: center;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.preloader .sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.preloader .sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.preloader .sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.preloader .sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.preloader .sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.preloader .sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.preloader .sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.preloader .sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.preloader .sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}

@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}

/*------------------------------------
	blog sidebar
------------------------------------*/
.blog-sidebar {
  /*** search-widget ***/
  /*** category-widget ***/
  /*** recent-post-widget ***/
  /*** tag-widget ***/
}

@media screen and (min-width: 1200px) {
  .blog-sidebar {
    padding-left: 45px;
  }
}

@media (max-width: 991px) {
  .blog-sidebar {
    margin-top: 80px;
    max-width: 350px;
  }
}

@media (max-width: 767px) {
  .blog-sidebar {
    margin-top: 60px;
  }
}

.blog-sidebar .widget {
  -webkit-box-shadow: 0px 9px 57px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 9px 57px 0px rgba(0, 0, 0, 0.13);
  padding: 35px 25px;
}

.blog-sidebar .widget h3 {
  font-size: 16px;
  font-size: 1rem;
  border-bottom: 1px solid #f1f1f1;
  margin: 0 0 1.3em;
  padding-bottom: 0.5em;
  position: relative;
  text-transform: capitalize;
}

.blog-sidebar > .widget + .widget {
  margin-top: 65px;
}

.blog-sidebar .search-widget form div {
  position: relative;
}

.blog-sidebar .search-widget input {
  background-color: #f8f8f8;
  height: 50px;
  font-size: 15px;
  font-size: 0.9375rem;
  padding: 6px 50px 6px 20px;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.blog-sidebar .search-widget input:focus {
  background-color: rgba(148, 219, 64, 0.1);
}

.blog-sidebar .search-widget form button {
  background: transparent;
  font-size: 20px;
  font-size: 1.25rem;
  color: #94db40;
  border: 0;
  outline: 0;
  position: absolute;
  right: 10px;
  top: 55%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.blog-sidebar .category-widget ul {
  list-style: none;
}

.blog-sidebar .category-widget ul li {
  font-size: 15px;
  font-size: 0.9375rem;
  padding-left: 20px;
  position: relative;
}

@media (max-width: 767px) {
  .blog-sidebar .category-widget ul li {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.blog-sidebar .category-widget ul li span {
  position: absolute;
  right: 0;
}

.blog-sidebar .category-widget ul li:before {
  content: "";
  background: #797979;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  font-size: 10px;
  position: absolute;
  left: 0;
  top: 7px;
}

.blog-sidebar .category-widget ul li:hover:before {
  background: #94db40;
}

.blog-sidebar .category-widget ul > li + li {
  margin-top: 15px;
}

.blog-sidebar .category-widget ul a {
  display: block;
  color: #666;
}

.blog-sidebar .category-widget ul a:hover,
.blog-sidebar .category-widget ul li:hover:before {
  color: #94db40;
}

.blog-sidebar .recent-post-widget .post {
  overflow: hidden;
}

.blog-sidebar .recent-post-widget .posts > .post + .post {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #f1f1f1;
}

.blog-sidebar .recent-post-widget .post .img-holder {
  width: 70px;
  float: left;
}

.blog-sidebar .recent-post-widget .post .img-holder img {
  border-radius: 50%;
}

.blog-sidebar .recent-post-widget .post .details {
  width: calc(100% - 70px);
  float: left;
  padding-left: 25px;
}

.blog-sidebar .recent-post-widget .post h4 {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: normal;
  line-height: 1.3em;
  margin: 0 0 0.2em;
}

@media (max-width: 1199px) {
  .blog-sidebar .recent-post-widget .post h4 {
    margin: 0;
  }
}

.blog-sidebar .recent-post-widget .post h4 a {
  display: inline-block;
  color: #333;
}

.blog-sidebar .recent-post-widget .post h4 a:hover {
  color: #94db40;
}

.blog-sidebar .recent-post-widget .post .details .date {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #8e9696;
}

.blog-sidebar .tag-widget ul {
  overflow: hidden;
  list-style: none;
}

.blog-sidebar .tag-widget ul li {
  float: left;
  margin: 0 8px 8px 0;
}

.blog-sidebar .tag-widget ul li a {
  background: #f3f3f3;
  font-size: 13px;
  font-size: 0.8125rem;
  display: inline-block;
  padding: 5px 14px;
  color: #8e9696;
  border-radius: 0;
}

.blog-sidebar .tag-widget ul li a:hover {
  background: #94db40;
  color: #fff;
}

/**** pagination ****/
.pagination-wrapper {
  text-align: center;
  margin-top: 60px;
}

@media (max-width: 991px) {
  .pagination-wrapper {
    text-align: left;
  }
}

.pagination-wrapper .pg-pagination {
  display: inline-block;
  overflow: hidden;
  list-style-type: none;
  text-align: center;
}

.pagination-wrapper .pg-pagination li {
  float: left;
  margin-right: 10px;
}

@media (max-width: 767px) {
  .pagination-wrapper .pg-pagination li {
    margin-right: 5px;
  }
}

.pagination-wrapper .pg-pagination li:last-child {
  margin-right: 0;
}

.pagination-wrapper .pg-pagination li a {
  background-color: transparent;
  width: 50px;
  height: 50px;
  line-height: 47px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  color: #adafb1;
  border: 2px solid #e2e2e2;
  display: block;
}

@media (max-width: 991px) {
  .pagination-wrapper .pg-pagination li a {
    width: 40px;
    height: 40px;
    line-height: 37px;
    font-size: 16px;
    font-size: 1rem;
  }
}

.pagination-wrapper .pg-pagination .active a,
.pagination-wrapper .pg-pagination li a:hover {
  background: #94db40;
  border-color: #94db40;
  color: #fff;
}

.pagination-wrapper .pg-pagination .fi:before {
  font-size: 15px;
  font-size: 0.9375rem;
}

.pagination-wrapper-left {
  text-align: left;
}

.pagination-wrapper-right {
  text-align: right;
}

@media screen and (min-width: 1200px) {
  .pagination-wrapper-right {
    padding-right: 50px;
  }
}

@media (max-width: 991px) {
  .pagination-wrapper-right {
    margin-top: 45px;
    text-align: left;
  }
}

/*------------------------------------
	accordion
-------------------------------------*/
.theme-accordion-s1 {
  margin-bottom: 0;
}

.theme-accordion-s1 .panel-default {
  background: transparent;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.theme-accordion-s1 .panel-heading {
  background-color: transparent;
  padding: 0;
  border-radius: 0;
}

.theme-accordion-s1 .panel {
  padding: 40px 25px;
  -webkit-box-shadow: 0px 3px 5.95px 1.05px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 3px 5.95px 1.05px rgba(0, 0, 0, 0.03);
  border: 1px solid #f1f1f1;
}

@media (max-width: 991px) {
  .theme-accordion-s1 .panel {
    padding: 30px 25px;
  }
}

.theme-accordion-s1 .active-bg-color {
  background-color: #f7f7f7;
}

.theme-accordion-s1 .panel + .panel {
  margin-top: 15px;
}

.theme-accordion-s1 .panel-heading a.collapsed:before {
  content: "\e65f";
}

.theme-accordion-s1 .panel-heading a {
  font-size: 20px;
  font-size: 1.25rem;
  color: #94db40;
  display: block;
  padding: 0 0 0 45px;
  position: relative;
}

@media (max-width: 991px) {
  .theme-accordion-s1 .panel-heading a {
    font-size: 16px;
    font-size: 1rem;
    padding: 5px 25px 5px 45px;
  }
}

@media (max-width: 767px) {
  .theme-accordion-s1 .panel-heading a {
    padding: 5px 25px 5px 45px;
  }
}

.theme-accordion-s1 .panel-heading a:before {
  font-family: "themify";
  content: "\e65c";
  color: #94db40;
  font-size: 30px;
  font-size: 1.875rem;
  position: absolute;
  left: 0;
  top: -6px;
}

@media (max-width: 991px) {
  .theme-accordion-s1 .panel-heading a:before {
    font-size: 25px;
    font-size: 1.5625rem;
    top: -1px;
  }
}

.theme-accordion-s1 .panel-heading a:focus {
  text-decoration: none;
}

.theme-accordion-s1 .panel-heading .collapsed {
  background-color: transparent;
  color: #333;
}

.theme-accordion-s1 .panel-heading .collapsed:before {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.theme-accordion-s1 .panel-heading + .panel-collapse > .panel-body {
  background-color: transparent;
  border: 0;
  padding: 15px 0 0 45px;
}

@media (max-width: 991px) {
  .theme-accordion-s1 .panel-heading + .panel-collapse > .panel-body {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

@media (max-width: 767px) {
  .theme-accordion-s1 .panel-heading + .panel-collapse > .panel-body {
    padding: 10px 0 0;
  }
}

.theme-accordion-s1 .panel-heading + .panel-collapse > .panel-body p {
  margin-bottom: 1.3em;
}

.theme-accordion-s1 .panel-heading + .panel-collapse > .panel-body p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------
	service single sidebar
----------------------------------------*/
.service-sidebar {
  /*** service-list-widget ***/
  /*** download-widget ***/
  /*** contact-widget ***/
  /*** service-features-widget ***/
}

@media (max-width: 991px) {
  .service-sidebar {
    max-width: 300px;
    margin-top: 80px;
  }
}

.service-sidebar > .widget + .widget {
  margin-top: 60px;
}

.service-sidebar .service-list-widget ul {
  list-style: none;
  border: 1px solid #eaeaea;
  border-bottom: 0;
}

.service-sidebar .service-list-widget ul li {
  border-bottom: 1px solid #eaeaea;
}

.service-sidebar .service-list-widget a {
  font-size: 14px;
  font-size: 0.875rem;
  background: #fcfcfc;
  font-weight: 500;
  display: block;
  color: #0a172b;
  padding: 14px 24px;
}

.service-sidebar .service-list-widget a:hover,
.service-sidebar .service-list-widget .current a {
  background-color: #94db40;
  color: #fff;
}

.service-sidebar .download-widget ul {
  list-style: none;
}

.service-sidebar .download-widget ul > li + li {
  margin-top: 5px;
}

.service-sidebar .download-widget ul a {
  background: #94db40;
  color: #fff;
  padding: 15px 25px;
  font-weight: 500;
  display: block;
}

.service-sidebar .download-widget ul i {
  display: inline-block;
  padding-right: 10px;
  color: #fff;
}

.service-sidebar .download-widget ul a:hover {
  background: #7bc325;
}

.service-sidebar .contact-widget {
  background: url("../images/single-contact-widget-bg.html") center center/cover no-repeat local;
  padding: 45px 40px;
  position: relative;
}

.service-sidebar .contact-widget:before {
  content: "";
  background-color: rgba(148, 219, 64, 0.9);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.service-sidebar .contact-widget > div {
  position: relative;
  z-index: 1;
}

.service-sidebar .contact-widget h4 {
  font-size: 20px;
  font-size: 1.25rem;
  color: #fff;
  margin: 0 0 0.8em;
  text-transform: capitalize;
}

.service-sidebar .contact-widget p {
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
}

.service-sidebar .contact-widget ul li {
  font-size: 14px;
  font-size: 0.875rem;
  position: relative;
  padding-left: 25px;
}

.service-sidebar .contact-widget ul li i {
  position: absolute;
  left: 0;
  top: 3px;
  color: #94db40;
}

.service-sidebar .contact-widget ul > li + li {
  margin-top: 12px;
}

.service-sidebar .contact-widget a {
  background-color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #797979;
  padding: 7px 15px;
  display: inline-block;
  margin-top: 15px;
}

.service-sidebar .contact-widget a:hover {
  color: #94db40;
}

.service-sidebar .service-features-widget {
  padding: 45px 30px;
  position: relative;
  border: 2px solid #f7f7f7;
}

.service-sidebar .service-features-widget:before {
  font-family: "Themify";
  content: "\e61f";
  font-size: 25px;
  font-size: 1.5625rem;
  color: #94db40;
  position: absolute;
  right: 30px;
  top: 40px;
  opacity: 0.5;
}

.service-sidebar .service-features-widget h3 {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0 0 0.8em;
  text-transform: capitalize;
}

.service-sidebar .service-features-widget ol {
  list-style-position: inside;
  padding-left: 0;
  margin: 0;
}

.service-sidebar .service-features-widget ol > li + li {
  margin-top: 8px;
}

/*--------------------------------------------------------------
#0.3	header
--------------------------------------------------------------*/
.site-header {
  /* navigation open and close btn hide for width screen */
  /* style for navigation less than 992px */
  /*navbar collaps less then 992px*/
}

.site-header .navigation {
  background-color: #fff;
  margin-bottom: 0;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.site-header .navigation > .container {
  position: relative;
}

.site-header #navbar {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  /*** mega-menu style ***/
}

.site-header #navbar > ul li a:hover,
.site-header #navbar > ul li a:focus {
  text-decoration: none;
  color: #94db40 !important;
}

.site-header #navbar > ul > .menu-item-has-children > a {
  position: relative;
}

.site-header #navbar > ul > .menu-item-has-children > a:before {
  font-family: "themify";
  content: "\e61a";
  font-size: 8px;
  font-size: 0.5rem;
  position: absolute;
  right: 5px;
  top: 41%;
}

@media screen and (min-width: 992px) {
  .site-header #navbar {
    /*** hover effect ***/
  }
  .site-header #navbar li {
    position: relative;
  }
  .site-header #navbar > ul > li > a {
    font-size: 15px;
    font-size: 0.9375rem;
    color: #fff;
    padding: 16px 13px;
  }
  .site-header #navbar > ul .sub-menu {
    background-color: #222328;
    width: 250px;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
  }
  .site-header #navbar > ul .sub-menu:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 9px 10px 9px;
    border-color: transparent transparent #222328 transparent;
    margin: 0 0 0 20px;
    padding-top: 1px;
    position: absolute;
    top: -11px;
  }
  .site-header #navbar > ul .sub-menu .sub-menu:before {
    display: none;
  }
  .site-header #navbar > ul > li .sub-menu li {
    border-bottom: 1px solid #35363a;
  }
  .site-header #navbar > ul > li .sub-menu li:last-child {
    border-bottom: 0;
  }
  .site-header #navbar > ul > li .sub-menu a {
    font-size: 13px;
    font-size: 0.8125rem;
    display: block;
    padding: 13px 20px;
    color: #c1c1c1;
    text-transform: capitalize;
  }
  .site-header #navbar > ul > li .sub-menu a:hover {
    padding-left: 25px;
  }
  .site-header #navbar > ul > li > .sub-menu .sub-menu {
    left: 100%;
    top: 0;
  }
  .site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a {
    position: relative;
  }
  .site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a:before {
    font-family: "themify";
    content: "\e649";
    font-size: 11px;
    font-size: 0.6875rem;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .site-header #navbar > ul > li:hover > .sub-menu {
    top: 100%;
    visibility: visible;
    opacity: 1;
  }
  .site-header #navbar .sub-menu > li:hover > .sub-menu {
    left: 100%;
    visibility: visible;
    opacity: 1;
  }
}

@media (max-width: 991px) {
  .site-header #navbar > ul > li a {
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .site-header #navbar > ul > li .sub-menu li {
    border-bottom: 1px solid #e6e6e6;
  }
  .site-header #navbar > ul .sub-menu > li:last-child {
    border-bottom: 0;
  }
  .site-header #navbar > ul > li > .sub-menu a {
    padding: 8px 15px 8px 45px;
  }
  .site-header #navbar > ul > li > .sub-menu .sub-menu a {
    padding: 8px 15px 8px 65px;
  }
  .site-header #navbar > ul .menu-item-has-children > a {
    position: relative;
  }
  .site-header #navbar > ul .menu-item-has-children > a:before {
    font-family: "themify";
    content: "\e61a";
    font-size: 11px;
    font-size: 0.6875rem;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media screen and (min-width: 992px) {
  .site-header #navbar {
    /*** hover effect ***/
  }
  .site-header #navbar .has-mega-menu {
    position: static;
  }
  .site-header #navbar .mega-menu,
  .site-header #navbar .half-mega-menu {
    background-color: #fff;
    padding: 20px;
    border-top: 2px solid #94db40;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
  }
  .site-header #navbar .mega-menu {
    width: 1140px;
    right: 15px;
  }
  .site-header #navbar .half-mega-menu {
    width: 585px;
  }
  .site-header #navbar .mega-menu-box-title {
    font-size: 14px;
    font-size: 0.875rem;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    padding-bottom: 7px;
    margin-bottom: 7px;
    border-bottom: 1px solid #e6e6e6;
  }
  .site-header #navbar .mega-menu-list-holder li a {
    font-size: 14px;
    font-size: 0.875rem;
    display: block;
    padding: 7px 8px;
    margin-left: -8px;
  }
  .site-header #navbar .has-mega-menu:hover > ul {
    top: 100%;
    visibility: visible;
    opacity: 1;
  }
}

@media (max-width: 1199px) {
  .site-header #navbar > ul .mega-menu {
    width: 950px;
    right: 15px;
  }
  .site-header #navbar > ul .half-mega-menu {
    width: 485px;
  }
}

@media (max-width: 991px) {
  .site-header #navbar > ul .mega-menu,
  .site-header #navbar > ul .half-mega-menu {
    width: auto;
  }
  .site-header #navbar > ul .mega-menu .row,
  .site-header #navbar > ul .half-mega-menu .row {
    margin: 0;
  }
  .site-header #navbar .mega-menu-content > .row > .col {
    margin-bottom: 25px;
  }
}

@media (max-width: 991px) {
  .site-header #navbar .mega-menu .mega-menu-list-holder a {
    padding: 5px 15px 5px 40px;
  }
  .site-header #navbar .mega-menu .mega-menu-box-title {
    font-size: 14px;
    font-size: 0.875rem;
    text-transform: uppercase;
    display: block;
    border-bottom: 1px dotted #b3b3b3;
    padding: 0 0 4px 5px;
    margin: 0 25px 8px 25px;
  }
}

@media screen and (min-width: 992px) {
  .site-header .navbar-header .open-btn {
    display: none;
  }
  .site-header #navbar .close-navbar {
    display: none;
  }
}

@media (max-width: 991px) {
  .site-header {
    /* class for show hide navigation */
  }
  .site-header .container {
    width: 100%;
  }
  .site-header .navbar-header button {
    background-color: #000000;
    width: 40px;
    height: 35px;
    border: 0;
    padding: 5px 10px;
    outline: 0;
    position: absolute;
    right: 15px;
    top: -12px;
    z-index: 20;
  }
  .site-header .navbar-header button span {
    background-color: #fff;
    display: block;
    height: 2px;
    margin-bottom: 5px;
  }
  .site-header .navbar-header button span:last-child {
    margin: 0;
  }
  .site-header #navbar {
    background: #fff;
    display: block !important;
    width: 280px;
    height: 100% !important;
    margin: 0;
    padding: 0;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    position: fixed;
    right: -330px;
    top: 0;
    z-index: 100;
  }
  .site-header #navbar ul a {
    color: #000;
  }
  .site-header #navbar ul a:hover,
  .site-header #navbar ul li.current a {
    color: #94db40;
  }
  .site-header #navbar .navbar-nav {
    height: 100%;
    overflow: auto;
  }
  .site-header #navbar .close-navbar {
    background-color: #fff;
    width: 40px;
    height: 40px;
    color: #000;
    border: 0;
    outline: none;
    position: absolute;
    left: -41px;
    top: 90px;
    z-index: 20;
  }
  .site-header #navbar .close-navbar .ti-close {
    position: relative;
    top: 1px;
  }
  .site-header #navbar > ul > li {
    border-bottom: 1px solid #f2f2f2;
  }
  .site-header #navbar > ul > li > a {
    padding: 10px 15px 10px 35px;
  }
  .site-header .slideInn {
    right: 0 !important;
  }
}

@media (max-width: 767px) {
  .site-header .navbar-header .navbar-brand {
    font-size: 24px;
  }
  .site-header #navbar .navbar-nav {
    margin: 0;
  }
}

@media (max-width: 991px) {
  .site-header .navbar-collapse.collapse {
    display: none;
  }
  .site-header .navbar-collapse.collapse.in {
    display: block;
  }
  .site-header .navbar-header .collapse,
  .site-header .navbar-toggle {
    display: block;
  }
  .site-header .navbar-header {
    float: none;
  }
  .site-header .navbar-right {
    float: none;
  }
  .site-header .navbar-nav {
    float: none;
  }
  .site-header .navbar-nav > li {
    float: none;
  }
}

@media (max-width: 991px) {
  .page-wrapper {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
  }
  .body-overlay:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
  }
}

/*--------------------------------------------------------------
	#header style 1
--------------------------------------------------------------*/
.header-style-1, .header-style-2, .header-style-3 {
  /*** cart-contact ***/
}

.header-style-1 .navbar-brand img, .header-style-2 .navbar-brand img, .header-style-3 .navbar-brand img {
  max-width: 170px;
}

@media screen and (min-width: 992px) {
  .header-style-1, .header-style-2, .header-style-3 {
    width: 100%;
    position: absolute;
    z-index: 100;
    left: 0;
    top: 0;
  }
  .header-style-1 .navigation, .header-style-2 .navigation, .header-style-3 .navigation {
    background-color: rgba(0, 0, 0, 0.1);
  }
  .header-style-1 .navbar-brand, .header-style-2 .navbar-brand, .header-style-3 .navbar-brand {
    height: auto;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .header-style-1 .navbar-brand img, .header-style-2 .navbar-brand img, .header-style-3 .navbar-brand img {
    max-width: 188px;
  }
  .header-style-1 #navbar, .header-style-2 #navbar, .header-style-3 #navbar {
    margin-right: 60px;
  }
  .header-style-1 #navbar > ul > li > a, .header-style-2 #navbar > ul > li > a, .header-style-3 #navbar > ul > li > a {
    font-size: 15px;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
  }
}

@media screen and (min-width: 1200px) {
  .header-style-1 #navbar, .header-style-2 #navbar, .header-style-3 #navbar {
   /* margin-right: 155px;*/
  }
}

@media (max-width: 991px) {
  .header-style-1 .navigation, .header-style-2 .navigation, .header-style-3 .navigation {
    background: #222328;
    padding: 20px 0;
  }
  .header-style-1 .navbar-brand, .header-style-2 .navbar-brand, .header-style-3 .navbar-brand {
    padding-top: 3px;
  }
}

.header-style-1 .cart-contact, .header-style-2 .cart-contact, .header-style-3 .cart-contact {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
}

@media (max-width: 991px) {
  .header-style-1 .cart-contact, .header-style-2 .cart-contact, .header-style-3 .cart-contact {
    right: 65px;
  }
}

.header-style-1 .cart-contact button, .header-style-2 .cart-contact button, .header-style-3 .cart-contact button {
  background: transparent;
  padding: 0;
  border: 0;
  outline: 0;
}

@media (max-width: 1199px) {
  .header-style-1 .cart-contact .theme-btn, .header-style-2 .cart-contact .theme-btn, .header-style-3 .cart-contact .theme-btn, .header-style-1 .cart-contact .theme-btn-s2, .header-style-2 .cart-contact .theme-btn-s2, .header-style-3 .cart-contact .theme-btn-s2, .header-style-1 .cart-contact .theme-btn-s3, .header-style-2 .cart-contact .theme-btn-s3, .header-style-3 .cart-contact .theme-btn-s3 {
    display: none;
  }
}

.header-style-1 .cart-contact .fi, .header-style-2 .cart-contact .fi, .header-style-3 .cart-contact .fi {
  font-size: 30px;
  font-size: 1.875rem;
  color: #fff;
}

.header-style-1 .cart-contact > div, .header-style-2 .cart-contact > div, .header-style-3 .cart-contact > div {
  float: left;
  position: relative;
}

.header-style-1 .cart-contact > div + div, .header-style-2 .cart-contact > div + div, .header-style-3 .cart-contact > div + div {
  margin-left: 20px;
}

.header-style-1 .cart-contact .mini-cart, .header-style-2 .cart-contact .mini-cart, .header-style-3 .cart-contact .mini-cart {
  margin-right: 8px;
  margin-top: 5px;
}

@media (max-width: 450px) {
  .header-style-1 .cart-contact .mini-cart, .header-style-2 .cart-contact .mini-cart, .header-style-3 .cart-contact .mini-cart {
    display: none;
  }
}

.header-style-1 .cart-contact .mini-cart .fi:before, .header-style-2 .cart-contact .mini-cart .fi:before, .header-style-3 .cart-contact .mini-cart .fi:before {
  font-size: 25px;
  font-size: 1.5625rem;
}

.header-style-1 .cart-contact .mini-cart .cart-count, .header-style-2 .cart-contact .mini-cart .cart-count, .header-style-3 .cart-contact .mini-cart .cart-count {
  background: #94db40;
  width: 22px;
  height: 22px;
  line-height: 22px;
  font-size: 10px;
  font-size: 0.625rem;
  color: white;
  position: absolute;
  top: 0;
  right: -11px;
  border-radius: 50%;
}

.header-style-1 .cart-contact .mini-cart-content, .header-style-2 .cart-contact .mini-cart-content, .header-style-3 .cart-contact .mini-cart-content {
  background: #fff;
  width: 300px;
  z-index: 10;
  position: absolute;
  right: 0;
  top: 73px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-shadow: 0px 15px 60px -19px black;
  box-shadow: 0px 15px 60px -19px black;
}

@media (max-width: 991px) {
  .header-style-1 .cart-contact .mini-cart-content, .header-style-2 .cart-contact .mini-cart-content, .header-style-3 .cart-contact .mini-cart-content {
    top: 68px;
  }
}

@media (max-width: 767px) {
  .header-style-1 .cart-contact .mini-cart-content, .header-style-2 .cart-contact .mini-cart-content, .header-style-3 .cart-contact .mini-cart-content {
    top: 63px;
  }
}

@media (max-width: 450px) {
  .header-style-1 .cart-contact .mini-cart-content, .header-style-2 .cart-contact .mini-cart-content, .header-style-3 .cart-contact .mini-cart-content {
    right: auto;
    left: -185px;
  }
}

.header-style-1 .cart-contact .mini-cart-content p, .header-style-2 .cart-contact .mini-cart-content p, .header-style-3 .cart-contact .mini-cart-content p {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #333;
  margin: 0;
  text-transform: uppercase;
}

.header-style-1 .cart-contact .mini-cart-content .mini-cart-items, .header-style-2 .cart-contact .mini-cart-content .mini-cart-items, .header-style-3 .cart-contact .mini-cart-content .mini-cart-items {
  padding: 25px 20px;
}

.header-style-1 .cart-contact .mini-cart-content .mini-cart-item, .header-style-2 .cart-contact .mini-cart-content .mini-cart-item, .header-style-3 .cart-contact .mini-cart-content .mini-cart-item {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #efefef;
}

.header-style-1 .cart-contact .mini-cart-content .mini-cart-item:first-child, .header-style-2 .cart-contact .mini-cart-content .mini-cart-item:first-child, .header-style-3 .cart-contact .mini-cart-content .mini-cart-item:first-child {
  padding-top: 0;
  margin-top: 0;
  border-top: 0;
}

.header-style-1 .cart-contact .mini-cart-content .mini-cart-item-image, .header-style-2 .cart-contact .mini-cart-content .mini-cart-item-image, .header-style-3 .cart-contact .mini-cart-content .mini-cart-item-image {
  width: 50px;
  height: 50px;
  border: 2px solid #f3f3f3;
  float: left;
  margin-right: 15px;
}

.header-style-1 .cart-contact .mini-cart-content .mini-cart-item-image a, .header-style-2 .cart-contact .mini-cart-content .mini-cart-item-image a, .header-style-3 .cart-contact .mini-cart-content .mini-cart-item-image a,
.header-style-1 .cart-contact .mini-cart-content .mini-cart-item-image img,
.header-style-2 .cart-contact .mini-cart-content .mini-cart-item-image img,
.header-style-3 .cart-contact .mini-cart-content .mini-cart-item-image img {
  display: block;
  width: 46px;
  height: 46px;
}

.header-style-1 .cart-contact .mini-cart-content .mini-cart-item-des, .header-style-2 .cart-contact .mini-cart-content .mini-cart-item-des, .header-style-3 .cart-contact .mini-cart-content .mini-cart-item-des {
  position: relative;
  overflow: hidden;
}

.header-style-1 .cart-contact .mini-cart-content .mini-cart-item-des a, .header-style-2 .cart-contact .mini-cart-content .mini-cart-item-des a, .header-style-3 .cart-contact .mini-cart-content .mini-cart-item-des a {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  text-align: left;
  color: #333;
}

.header-style-1 .cart-contact .mini-cart-content .mini-cart-item-des a:hover, .header-style-2 .cart-contact .mini-cart-content .mini-cart-item-des a:hover, .header-style-3 .cart-contact .mini-cart-content .mini-cart-item-des a:hover {
  color: #94db40;
}

.header-style-1 .cart-contact .mini-cart-content .mini-cart-item-des .mini-cart-item-price, .header-style-2 .cart-contact .mini-cart-content .mini-cart-item-des .mini-cart-item-price, .header-style-3 .cart-contact .mini-cart-content .mini-cart-item-des .mini-cart-item-price {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #888;
  display: block;
  margin-top: 3px;
}

.header-style-1 .cart-contact .mini-cart-content .mini-cart-item-des .mini-cart-item-quantity, .header-style-2 .cart-contact .mini-cart-content .mini-cart-item-des .mini-cart-item-quantity, .header-style-3 .cart-contact .mini-cart-content .mini-cart-item-des .mini-cart-item-quantity {
  font-size: 12px;
  font-size: 0.75rem;
  color: #444;
  display: block;
  position: absolute;
  right: 0;
  top: 2px;
}

.header-style-1 .cart-contact .mini-cart-content .mini-cart-action, .header-style-2 .cart-contact .mini-cart-content .mini-cart-action, .header-style-3 .cart-contact .mini-cart-content .mini-cart-action {
  padding: 20px;
  border-top: 1px solid #efefef;
  text-align: center;
}

.header-style-1 .cart-contact .mini-cart-content .mini-cart-action .theme-btn-s2, .header-style-2 .cart-contact .mini-cart-content .mini-cart-action .theme-btn-s2, .header-style-3 .cart-contact .mini-cart-content .mini-cart-action .theme-btn-s2, .header-style-1 .cart-contact .mini-cart-content .mini-cart-action .theme-btn-s3, .header-style-2 .cart-contact .mini-cart-content .mini-cart-action .theme-btn-s3, .header-style-3 .cart-contact .mini-cart-content .mini-cart-action .theme-btn-s3 {
  float: right;
}

.header-style-1 .cart-contact .mini-cart-content .mini-cart-action .mini-checkout-price, .header-style-2 .cart-contact .mini-cart-content .mini-cart-action .mini-checkout-price, .header-style-3 .cart-contact .mini-cart-content .mini-cart-action .mini-checkout-price {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  color: #333;
  display: inline-block;
}

.header-style-1 .cart-contact .mini-cart-content-toggle, .header-style-2 .cart-contact .mini-cart-content-toggle, .header-style-3 .cart-contact .mini-cart-content-toggle,
.header-style-1 .cart-contact .header-search-content-toggle,
.header-style-2 .cart-contact .header-search-content-toggle,
.header-style-3 .cart-contact .header-search-content-toggle {
  opacity: 1;
  visibility: visible;
  right: 0;
}

/*--------------------------------------------------------------
	#header style 2
--------------------------------------------------------------*/
.header-style-2, .header-style-3 {
  position: relative;
}

.header-style-2 .navigation, .header-style-3 .navigation {
  background-color: #ee6730;
  /* background-position: 100px; */
  /* background-image: url(../images/nav_bg.jpg); */
  /* background-repeat: repeat; */
  /* height: 31px; */
}

.header-style-2 .cart-contact .fi, .header-style-3 .cart-contact .fi {
  color: #333;
}

@media screen and (min-width: 992px) {
  .header-style-2 #navbar > ul > li > a, .header-style-3 #navbar > ul > li > a, .header-style-2 .cart-contact .fi, .header-style-3 .cart-contact .fi {
    color: #fff;
    /* font-weight: 500; */
  }
}

/*--------------------------------------------------------------
	#header style 3
--------------------------------------------------------------*/
.header-style-3 .topbar {
  border-bottom: 1px solid #f2f2f2;
}

@media (max-width: 767px) {
  .header-style-3 .contact-info {
    text-align: center;
  }
}

.header-style-3 .contact-info ul {
  overflow: hidden;
  font-size: 15px;
  font-size: 0.9375rem;
}

@media (max-width: 767px) {
  .header-style-3 .contact-info ul {
    display: inline-block;
  }
}

.header-style-3 .contact-info ul li {
  float: left;
  padding-top: 15px;
  padding-bottom: 15px;
}

@media (max-width: 991px) {
  .header-style-3 .contact-info ul li {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

@media (max-width: 767px) {
  .header-style-3 .contact-info ul li {
    float: none;
    border: 0;
    padding-top: 20px;
    padding-bottom: 5px;
  }
}

.header-style-3 .contact-info ul > li + li {
  margin-left: 20px;
  color: #000;
  padding-left: 20px;
  border-left: 1px solid #f2f2f2;
}

@media (max-width: 991px) {
  .header-style-3 .contact-info ul > li + li {
    margin-left: 15px;
    padding-left: 15px;
  }
}

@media (max-width: 767px) {
  .header-style-3 .contact-info ul > li + li {
    font-size: 16px;
    margin: 0;
    padding: 5px 0 0;
    border: 0;
  }
}

.header-style-3 .contact-info li i {
  display: inline-block;
  padding-right: 5px;
  position: relative;
  top: 2px;
}

@media (max-width: 767px) {
  .header-style-3 .social {
    text-align: center;
  }
}

.header-style-3 .social-links {
  float: right;
  padding-top: 13px;
}

@media (max-width: 767px) {
  .header-style-3 .social-links {
    float: none;
    display: inline-block;
    padding: 5px 0 20px;
  }
}

.header-style-3 .social-links ul {
  overflow: hidden;
  position: relative;
  top: 2px;
}

.header-style-3 .social-links li {
  float: left;
}

.header-style-3 .social-links ul > li + li {
  margin-left: 10px;
}

.header-style-3 .social-links a {
  font-size: 14px;
  color: #696969;
}

@media (max-width: 991px) {
  .header-style-3 .social-links a {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

.header-style-3 .social-links a:hover {
  color: #60981d;
}

/*--------------------------------------------------------------
#0.4	hero slider
--------------------------------------------------------------*/
.hero-slider {
  width: 100%;
  height: 845px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
}

@media (max-width: 991px) {
  .hero-slider {
    height: 600px;
  }
}

@media (max-width: 767px) {
  .hero-slider {
    height: 500px;
  }
}

.hero-slider .swiper-slide {
  overflow: hidden;
  color: #fff;
}

.hero-slider .swiper-container {
  width: 100%;
  height: 90%;
  position: absolute;
  left: 0;
  top: 0;
}

.hero-slider .slide-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
  background: rgba(255, 255, 255, 0.3);
  width: 55px;
  height: 55px;
  line-height: 55px;
  margin-top: -30px;
  text-align: center;
  border-radius: 55px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.hero-slider .swiper-button-prev:hover,
.hero-slider .swiper-button-next:hover {
  background: #4a4d50;
}

@media (max-width: 991px) {
  .hero-slider .swiper-button-prev,
  .hero-slider .swiper-button-next {
    display: none;
  }
}

.hero-slider .swiper-button-prev {
  left: 25px;
}

.hero-slider .swiper-button-prev:before {
  font-family: "Flaticon";
  content: "\f106";
  font-size: 20px;
  color: #fff;
}

.hero-slider .swiper-button-next {
  right: 25px;
}

.hero-slider .swiper-button-next:before {
  font-family: "Flaticon";
  content: "\f103";
  font-size: 20px;
  color: #fff;
}

.hero-slider .swiper-pagination-bullet {
  font-size: 15px;
  color: #d9d9d9;
  margin: 0 5px;
  opacity: 1;
  background: transparent;
  position: relative;
}

.hero-slider .swiper-pagination-bullet:before {
  content: "";
  background: #fff;
  width: 1px;
  height: 15px;
  position: absolute;
  left: 3px;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.hero-slider .swiper-pagination-bullet-active {
  color: #fff;
}

.hero-slider .swiper-pagination-bullet-active:before {
  opacity: 1;
  top: -20px;
}

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
.hero-slider .swiper-pagination-custom, .hero-slider .swiper-pagination-fraction {
  bottom: 45px;
}

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 13px;
}

/*--------------------------------------------------------------
	hero style 1
--------------------------------------------------------------*/
.hero-style-1 .slide-subtitle h4, .hero-style-2 .slide-subtitle h4, .hero-style-3 .slide-subtitle h4 {
  font-family: "Crimson Text", serif;
  font-size: 28px;
  font-size: 1.75rem;
  color: #fff;
  margin: 0;
}

@media (max-width: 991px) {
  .hero-style-1 .slide-subtitle h4, .hero-style-2 .slide-subtitle h4, .hero-style-3 .slide-subtitle h4 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.hero-style-1 .slide-title, .hero-style-2 .slide-title, .hero-style-3 .slide-title {
  max-width: 650px;
}

.hero-style-1 .slide-title h2, .hero-style-2 .slide-title h2, .hero-style-3 .slide-title h2 {
  font-size: 72px;
  font-size: 3.5rem;
  font-weight: bold;
  color: #fff;
  margin: 0.2em 0 0.38em;
}

@media (max-width: 991px) {
  .hero-style-1 .slide-title h2, .hero-style-2 .slide-title h2, .hero-style-3 .slide-title h2 {
    font-size: 55px;
    font-size: 3.4375rem;
  }
}

@media (max-width: 767px) {
  .hero-style-1 .slide-title h2, .hero-style-2 .slide-title h2, .hero-style-3 .slide-title h2 {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}

.hero-style-1 .slide-text, .hero-style-2 .slide-text, .hero-style-3 .slide-text {
  max-width: 550px;
}

.hero-style-1 .slide-text p, .hero-style-2 .slide-text p, .hero-style-3 .slide-text p {
  font-size: 20px;
  font-size: 1.20rem;
  color: #fff;
  margin: 0 0 1em;
}

@media (max-width: 991px) {
  .hero-style-1 .slide-text p, .hero-style-2 .slide-text p, .hero-style-3 .slide-text p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (max-width: 767px) {
  .hero-style-1 .slide-text p, .hero-style-2 .slide-text p, .hero-style-3 .slide-text p {
    font-size: 16px;
    font-size: 1rem;
  }
}

.hero-style-1 .slide-btns > a:first-child, .hero-style-2 .slide-btns > a:first-child, .hero-style-3 .slide-btns > a:first-child {
  margin-right: 15px;
}

@media screen and (min-width: 992px) {
  .hero-style-2 .container, .hero-style-3 .container {
    margin-top: -100px;
  }
}

.hero-style-3 {
  height: 745px;
}

@media (max-width: 991px) {
  .hero-style-3 {
    height: 600px;
  }
}

@media (max-width: 767px) {
  .hero-style-3 {
    height: 500px;
  }
}

@media screen and (min-width: 992px) {
  .hero-style-3 .container {
    margin-top: 0;
  }
}

.hero-style-3 .container {
  text-align: center;
}

.hero-style-3 .slide-title,
.hero-style-3 .slide-text {
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
#0.5	footer
--------------------------------------------------------------*/
.site-footer {
  background-color: #f3f3f3;
  position: relative;
  font-size: 15px;
  /*** about-widget ***/
  /*** link-widget ***/
  /*** contact-widget ***/
  /*** newsletter-widget ***/
  /*** lower-footer ***/
}

.site-footer ul {
  list-style: none;
}

.site-footer p,
.site-footer li {
  color: #000000;
}

.site-footer .upper-footer {
  padding: 60px 0;
}

@media (max-width: 991px) {
  .site-footer .upper-footer {
    padding: 90px 0 20px;
  }
}

@media (max-width: 767px) {
  .site-footer .upper-footer {
    padding: 80px 0 10px;
  }
}

@media (max-width: 991px) {
  .site-footer .upper-footer .col {
    min-height: 235px;
    margin-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .site-footer .upper-footer .col {
    min-height: auto;
    margin-bottom: 60px;
  }
}

.site-footer .widget-title {
  padding-bottom: 10px;
  margin-bottom: 22px;
  border-bottom: 1px solid #616161;
}

@media (max-width: 767px) {
  .site-footer .widget-title {
    margin-bottom: 20px;
  }
}

.site-footer .widget-title h3 {
  font-size: 18px;
  font-size: 20px;
  color: #000;
  margin: 0;
  padding-bottom: 0.4em;
  text-transform: capitalize;
  position: relative;
}

.site-footer .about-widget .logo {
  max-width: 180px;
}

.site-footer .about-widget p {
  margin-bottom: 0.8em;
  line-height: 1.9em;
}

.site-footer .about-widget p:last-child {
  margin-bottom: 0;
}

.site-footer .link-widget {
  overflow: hidden;
}

@media screen and (min-width: 1200px) {
  .site-footer .link-widget {
    padding-left: 20px;
  }
}

@media (max-width: 1199px) {
  .site-footer .link-widget {
    padding-left: 20px;
  }
}

@media (max-width: 991px) {
  .site-footer .link-widget {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .site-footer .link-widget {
    max-width: 350px;
  }
}

.site-footer .link-widget ul {
  width: 50%;
  float: left;
}

.site-footer .link-widget ul li {
  position: relative;
}

.site-footer .link-widget ul a {
  color: #000000;
}

.site-footer .link-widget ul a:hover,
.site-footer .link-widget ul li:hover:before {
  color: #337ab7;
}

.site-footer .link-widget ul > li + li {
  margin-top: 15px;
}

@media screen and (min-width: 1200px) {
  .site-footer .contact-widget {
    padding-left: 25px;
  }
}

.site-footer .contact-widget ul {
  margin-top: 25px;
}

.site-footer .contact-widget ul li {
  position: relative;
}

.site-footer .contact-widget ul > li + li {
  margin-top: 12px;
}

.site-footer .newsletter-widget form {
  margin-top: 25px;
  position: relative;
}

.site-footer .newsletter-widget form input {
  background-color: #34353e;
  height: 50px;
  color: #fff;
  padding: 6px 20px;
  border-radius: 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.site-footer .newsletter-widget form .submit {
  position: absolute;
  right: 20px;
  top: 55%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.site-footer .newsletter-widget form .submit button {
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 20px;
  color: #94db40;
  margin-top: -2px;
  position: relative;
  right: -5px;
}

.site-footer .lower-footer {
  text-align: center;
  background-color: #e8e8e8;
  position: relative;
  text-align: center;
}

.site-footer .lower-footer .row {
  padding: 10px 0;
  position: relative;
}

.site-footer .lower-footer .row .separator {
  /* background: rgba(255, 255, 255, 0.05); */
  /* width: calc(100% - 30px); */
  /* height: 1px; */
  /* position: absolute; */
  /* left: 15px; */
  /* top: 0; */
}

.site-footer .lower-footer .copyright {
  /* display: inline-block; */
  /* float: left; */
  /* text-align: center; */
  /* font-size: 14px; */
  color: #000;
  /* font-size: 0.875rem; */
  margin: 0;
}

@media (max-width: 991px) {
  .site-footer .lower-footer .copyright {
    float: none;
    display: block;
    margin: 0 0 20px;
  }
}

.site-footer .lower-footer .social-icons {
  display: inline-block;
  float: right;
  overflow: hidden;
}

@media (max-width: 991px) {
  .site-footer .lower-footer .social-icons {
    float: none;
    display: block;
    text-align: center;
  }
}

.site-footer .lower-footer .social-icons ul {
  overflow: hidden;
  list-style: none;
}

@media (max-width: 991px) {
  .site-footer .lower-footer .social-icons ul {
    display: inline-block;
  }
}

.site-footer .lower-footer .social-icons ul li {
  float: left;
}

.site-footer .lower-footer .social-icons ul > li + li {
  margin-left: 15px;
}

.site-footer .lower-footer .social-icons ul a {
  font-size: 14px;
  font-size: 0.875rem;
  color: #b6b6b6;
}

.site-footer .lower-footer .social-icons ul a:hover {
  color: #94db40;
}

.sticky-header {
  /* width: 100%; */
  /* position: fixed; */
  /* left: 0; */
  /* top: -300px; */
  /* z-index: 9999; */
  /* opacity: 0; */
  /* -webkit-transition: all 0.7s; */
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  -ms-transition: all 0.7s;
  /* transition: all 0.7s; */
}

.sticky-on,
.header-style-2 .sticky-on,
.header-style-3 .sticky-on {
  opacity: 1;
  top: 0;
}

.header-style-1 .sticky-header, .header-style-2 .sticky-header, .header-style-3 .sticky-header {
  background: #222328;
}

.header-style-2 .sticky-header, .header-style-3 .sticky-header {
  background: #fff;
  display: none;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
}

/*--------------------------------------------------------------
#0.6	about-section
--------------------------------------------------------------*/
@media screen and (min-width: 1200px) {
  .about-section .section-title {
    padding-top: 22px;
  }
}

.about-section .about-text p {
  margin-bottom: 14px;
      text-align: justify;
}

.about-section .about-pic-area {
  text-align: right;
  position: relative;
}

@media (max-width: 991px) {
  .about-section .about-pic-area {
    text-align: left;
    max-width: 500px;
    margin-top: 80px;
  }
}

@media (max-width: 767px) {
  .about-section .about-pic-area {
    margin-top: 70px;
  }
}

.about-section .about-pic-area:before {
  /* content: ""; */
  background: url("../images/dots.html") center center/cover no-repeat local;
  width: 480px;
  height: 480px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.about-section .about-pic-area img {
  position: relative;
  /* margin-right: 90px; */
  /* margin-top: 40px; */
}

@media (max-width: 1199px) {
  .about-section .about-pic-area img {
    margin-right: 0;
  }
}

.about-section .about-pic-area .box {
  background: #fff;
  width: 143px;
  height: 143px;
  text-align: center;
  padding-top: 20px;
  position: absolute;
  left: -60px;
  top: 45%;
  z-index: 1;
  -webkit-box-shadow: 0px 9px 15.84px 8.16px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 9px 15.84px 8.16px rgba(0, 0, 0, 0.08);
}

@media (max-width: 1199px) {
  .about-section .about-pic-area .box {
    left: 0;
  }
}

@media (max-width: 991px) {
  .about-section .about-pic-area .box {
    left: 30%;
  }
}

.about-section .about-pic-area .box a {
  font-size: 16px;
  font-size: 1rem;
  color: #333;
}

.about-section .about-pic-area a span {
  display: block;
}

.about-section .about-pic-area .fi:before {
  font-size: 55px;
  font-size: 3.4375rem;
  color: #94db40;
}

.about-section blockquote {
  font-family: "Crimson Text", serif;
  font-size: 24px;
  font-size: 1.5rem;
  color: #333;
  padding: 0;
  border: 0;
  position: relative;
  top: -15px;
}

@media (max-width: 767px) {
  .about-section blockquote {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.about-section .quoter h5 {
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0 0 0.5em;
}

.about-section .quoter h5 + span {
  font-size: 14px;
  font-size: 0.875rem;
}

/*--------------------------------------------------------------
#0.7	service-section
--------------------------------------------------------------*/
.service-section {
  padding-bottom: 80px;
}

@media (max-width: 991px) {
  .service-section {
    padding-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .service-section {
    padding-bottom: 50px;
  }
}

.service-section .service-grids {
  margin: 0 -15px;
}

.service-section .service-grids .grid {
  width: calc(33.33% - 30px);
  float: left;
  margin: 0 15px 30px;
  padding: 60px 45px 50px;
  text-align: center;
  -webkit-box-shadow: 0px 0px 49.56px 9.44px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 0px 49.56px 9.44px rgba(0, 0, 0, 0.06);
  position: relative;
  overflow: hidden;
}

@media (max-width: 1199px) {
  .service-section .service-grids .grid {
    padding: 60px 25px 50px;
  }
}

@media (max-width: 991px) {
  .service-section .service-grids .grid {
    width: calc(50% - 30px);
    padding: 60px 35px 50px;
  }
}

@media (max-width: 767px) {
  .service-section .service-grids .grid {
    width: calc(50% - 30px);
    padding: 50px 20px 40px;
  }
}

@media (max-width: 550px) {
  .service-section .service-grids .grid {
    width: calc(100% - 30px);
    float: none;
  }
}

.service-section .grid .overlay {
  background: url("../images/service-grid-bg.html") center center/cover no-repeat local;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  filter: blur(4px);
  -webkit-filter: blur(4px);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.service-section .grid .overlay:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.67);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.service-section .service-grids .grid:hover .overlay {
  opacity: 1;
}

.service-section .service-grids .grid:hover .icon {
  background: #fff;
  border-color: #94db40;
}

.service-section .service-grids .grid:hover h3 a,
.service-section .service-grids .grid:hover p {
  color: #fff;
}

.service-section .grid .icon {
  width: 95px;
  height: 95px;
  line-height: 95px;
  border: 2px solid #f1f1f1;
  border-radius: 50%;
  margin: 0 auto 35px;
}

@media (max-width: 767px) {
  .service-section .grid .icon {
    width: 75px;
    height: 75px;
    line-height: 75px;
  }
}

.service-section .icon .fi:before {
  font-size: 40px;
  font-size: 2.5rem;
  color: #94db40;
}

@media (max-width: 767px) {
  .service-section .icon .fi:before {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.service-section .grid h3 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.3em;
  margin: 0 0 0.8em;
}

@media (max-width: 991px) {
  .service-section .grid h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.service-section .grid h3 a {
  color: #333;
}

.service-section .grid h3 a:hover {
  color: #94db40;
}

.service-section .grid p {
  font-size: 15px;
  font-size: 0.9375rem;
  margin: 0;
}

/*--------------------------------------------------------------
#0.8	cta-section
--------------------------------------------------------------*/
.cta-section, .cta-section-s2 {
  background: url("../images/bg.html") center center/cover no-repeat local;
  text-align: center;
}

.cta-section h2, .cta-section-s2 h2 {
  font-size: 42px;
  font-size: 2.625rem;
  font-weight: bold;
  color: #fff;
  margin: 0 0 0.29em;
}

@media (max-width: 991px) {
  .cta-section h2, .cta-section-s2 h2 {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}

@media (max-width: 767px) {
  .cta-section h2, .cta-section-s2 h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.cta-section p, .cta-section-s2 p {
  font-family: "Crimson Text", serif;
  font-size: 26px;
  font-size: 1.625rem;
  color: #fff;
  margin: 0 0 1.5em;
}

@media (max-width: 991px) {
  .cta-section p, .cta-section-s2 p {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

@media (max-width: 767px) {
  .cta-section p, .cta-section-s2 p {
    font-size: 20px;
    font-size: 18px;
  }
}

.cta-section span, .cta-section-s2 span {
  font-size: 24px;
  font-size: 1.5rem;
  color: #fff;
  display: inline-block;
}

@media (max-width: 991px) {
  .cta-section span, .cta-section-s2 span {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media (max-width: 767px) {
  .cta-section span, .cta-section-s2 span {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 15px;
  }
}

.cta-section .mid-text, .cta-section-s2 .mid-text {
  color: #fff;
  display: inline-block;
  margin: 0 25px;
}

.cta-section-s2 {
  background: url("../images/bg.html") center center/cover no-repeat local;
}

/*--------------------------------------------------------------
#0.9	portfolio-section
--------------------------------------------------------------*/
.portfolio-section .grid .details, .portfolio-section-s2 .grid .details {
  padding: 20px 18px;
  border: 2px solid #eeeded;
  text-align: center;
  border-top: 0;
}

.portfolio-section .details h3, .portfolio-section-s2 .details h3 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  margin: 0 0 0.2em;
}

@media (max-width: 1199px) {
  .portfolio-section .details h3, .portfolio-section-s2 .details h3 {
    font-size: 16px;
    font-size: 1rem;
  }
}

.portfolio-section .details h3 a, .portfolio-section-s2 .details h3 a {
  color: #333;
}

.portfolio-section .details h3 a:hover, .portfolio-section-s2 .details h3 a:hover {
  color: #b99d04;
}

.portfolio-section .details p, .portfolio-section-s2 .details p {
  font-size: 14px;
  font-size: 15px;
  font-weight: 300;
  color: #464646;
  margin: 0;
}

@media (max-width: 1199px) {
  .portfolio-section .details p, .portfolio-section-s2 .details p {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

.portfolio-section .grid .img-holder, .portfolio-section-s2 .grid .img-holder {
  overflow: hidden;
}

.portfolio-section .grid img, .portfolio-section-s2 .grid img {
  -webkit-transition: all 0.5s;
  /* height: 264px; */
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  /* width: 100%; */
}

.portfolio-section .grid:hover img, .portfolio-section-s2 .grid:hover img {
  -webkit-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
  /* -webkit-filter: blur(5px); */
  /* Safari 6.0 - 9.0 */
  /* filter: blur(5px); */
}

@media screen and (min-width: 992px) {
  .portfolio-section .owl-controls, .portfolio-section-s2 .owl-controls {
    width: 100%;
    height: 60px;
    margin: 0;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media (max-width: 991px) {
  .portfolio-section .owl-controls, .portfolio-section-s2 .owl-controls {
    margin-top: 45px;
  }
}

.portfolio-section .owl-controls .owl-dots, .portfolio-section-s2 .owl-controls .owl-dots {
  display: none !important;
}

.portfolio-section .owl-theme .owl-controls .owl-nav [class*=owl-], .portfolio-section-s2 .owl-theme .owl-controls .owl-nav [class*=owl-] {
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  border-radius: 50%;
  color: #423f3f;
  margin: 5px;
  background: #ffffff;
  -webkit-box-shadow: 0px 3px 12.96px 3.04px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 3px 12.96px 3.04px rgba(0, 0, 0, 0.06);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.portfolio-section .owl-theme .owl-controls .owl-nav [class*=owl-]:hover, .portfolio-section-s2 .owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
  background: #94db40;
  color: #fff;
}

@media screen and (min-width: 992px) {
  .portfolio-section .owl-theme .owl-controls .owl-nav [class*=owl-], .portfolio-section-s2 .owl-theme .owl-controls .owl-nav [class*=owl-] {
    position: absolute;
    top: 0;
  }
}

@media (max-width: 991px) {
  .portfolio-section .owl-theme .owl-controls .owl-nav [class*=owl-], .portfolio-section-s2 .owl-theme .owl-controls .owl-nav [class*=owl-] {
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 0;
  }
}

@media screen and (min-width: 992px) {
  .portfolio-section .owl-theme .owl-controls .owl-nav .owl-prev, .portfolio-section-s2 .owl-theme .owl-controls .owl-nav .owl-prev {
    left: -32px;
  }
}

@media screen and (min-width: 992px) {
  .portfolio-section .owl-theme .owl-controls .owl-nav .owl-next, .portfolio-section-s2 .owl-theme .owl-controls .owl-nav .owl-next {
    right: -32px;
  }
}

@media screen and (min-width: 992px) {
  .portfolio-section-s2 .owl-theme .owl-controls .owl-nav .owl-prev {
    left: 20px;
  }
}

@media screen and (min-width: 992px) {
  .portfolio-section-s2 .owl-theme .owl-controls .owl-nav .owl-next {
    right: 20px;
  }
}

/*--------------------------------------------------------------
#1.0	fun-fact-section
--------------------------------------------------------------*/
.fun-fact-section {
  text-align: center;
}

@media (max-width: 767px) {
  .fun-fact-section {
    padding-bottom: 30px;
  }
}

.fun-fact-section h2 {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 300;
  margin: 0 0 1.8em;
}

@media (max-width: 991px) {
  .fun-fact-section h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

@media (max-width: 767px) {
  .fun-fact-section h2 {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

.fun-fact-section .fun-fact-grids .grid {
  width: 25%;
  float: left;
}

@media (max-width: 767px) {
  .fun-fact-section .fun-fact-grids .grid {
    width: 50%;
    margin-bottom: 50px;
  }
}

.fun-fact-section .grid h3 {
  font-size: 48px;
  font-size: 3rem;
  font-weight: 300;
  color: #94db40;
  margin: 0 0 0.2em;
}

@media (max-width: 991px) {
  .fun-fact-section .grid h3 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

@media (max-width: 767px) {
  .fun-fact-section .grid h3 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.fun-fact-section .grid h3 + p {
  font-size: 18px;
  font-size: 1.125rem;
  color: #333;
  margin: 0;
}

@media (max-width: 991px) {
  .fun-fact-section .grid h3 + p {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

/*--------------------------------------------------------------
#1.1	team-section
--------------------------------------------------------------*/
.team-section .grid .inner, .team-section-s2 .grid .inner {
  position: relative;
}

.team-section .grid .details, .team-section-s2 .grid .details {
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  padding: 35px;
  position: absolute;
  left: 0;
  bottom: -15px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.team-section .grid:hover .details, .team-section-s2 .grid:hover .details {
  bottom: 15px;
  opacity: 1;
  visibility: visible;
}

.team-section .social ul, .team-section-s2 .social ul {
  overflow: hidden;
}

.team-section .social ul li, .team-section-s2 .social ul li {
  float: left;
}

.team-section .social ul > li + li, .team-section-s2 .social ul > li + li {
  margin-left: 10px;
}

.team-section .social ul a, .team-section-s2 .social ul a {
  font-size: 14px;
  font-size: 0.875rem;
  color: #b3b3b3;
}

.team-section .social ul a:hover, .team-section-s2 .social ul a:hover {
  color: #94db40;
}

.team-section .details h4, .team-section-s2 .details h4 {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0.5em 0;
}

.team-section .details h4 + span, .team-section-s2 .details h4 + span {
  font-size: 14px;
  font-size: 0.875rem;
}

.team-section .social, .team-section-s2 .social, .team-section .details h4, .team-section-s2 .details h4, .team-section .details h4 + span, .team-section-s2 .details h4 + span {
  position: relative;
}

.team-section .owl-controls, .team-section-s2 .owl-controls {
  margin-top: 50px;
}

@media (max-width: 991px) {
  .team-section .owl-controls, .team-section-s2 .owl-controls {
    margin-top: 45px;
  }
}

.team-section .owl-theme .owl-controls .owl-nav [class*=owl-], .team-section-s2 .owl-theme .owl-controls .owl-nav [class*=owl-] {
  width: 50px;
  height: 50px;
  line-height: 47px;
  padding: 0;
  border-radius: 0;
  color: #c5c5c5;
  margin: 5px;
  background: #ffffff;
  border: 2px solid #e2e2e2;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.team-section .owl-theme .owl-controls .owl-nav [class*=owl-]:hover, .team-section-s2 .owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
  background: #94db40;
  border-color: #94db40;
  color: #fff;
}

@media (max-width: 991px) {
  .team-section .owl-theme .owl-controls .owl-nav [class*=owl-], .team-section-s2 .owl-theme .owl-controls .owl-nav [class*=owl-] {
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 0;
  }
}

.team-section .owl-theme .owl-controls .owl-nav .owl-prev, .team-section-s2 .owl-theme .owl-controls .owl-nav .owl-prev {
  border-left: 0;
}

@media screen and (min-width: 992px) {
  .team-section .owl-theme .owl-controls .owl-nav .owl-prev, .team-section-s2 .owl-theme .owl-controls .owl-nav .owl-prev {
    left: 15px;
  }
}

.team-section .owl-theme .owl-controls .owl-nav .owl-next, .team-section-s2 .owl-theme .owl-controls .owl-nav .owl-next {
  border-right: 0;
}

@media screen and (min-width: 992px) {
  .team-section .owl-theme .owl-controls .owl-nav .owl-next, .team-section-s2 .owl-theme .owl-controls .owl-nav .owl-next {
    right: 15px;
  }
}

.team-section-s2 .grid .details {
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  padding: 35px;
  position: relative;
  overflow: hidden;
  opacity: 1;
  bottom: 0;
  visibility: visible;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  border: 1px solid #ece9e9;
}

.team-section-s2 .grid:hover .details {
  background: #94db40;
  bottom: 0;
  opacity: 1;
  visibility: visible;
  border-color: #94db40;
}

.team-section-s2 .grid:hover .details .social ul a,
.team-section-s2 .grid:hover .details h4,
.team-section-s2 .grid:hover .details h4 + span {
  color: #fff;
}

/*--------------------------------------------------------------
#1.2	testimonial-section
--------------------------------------------------------------*/
.testimonial-section {
  background: #f7f4f0;
  padding: 110px 0 0;
}

.testimonial-section .img-holder {
  position: relative;
}

.testimonial-section .img-holder img {
  position: relative;
  z-index: 2;
}

.testimonial-section .img-holder:before {
  font-family: Flaticon;
  content: "\f118";
  font-size: 400px;
  font-size: 25rem;
  color: #eeece9;
  position: absolute;
  right: -100px;
  top: 0;
}

@media (max-width: 991px) {
  .testimonial-section .img-holder:before {
    font-size: 300px;
    font-size: 18.75rem;
    right: 0;
  }
}

.testimonial-section .details {
  padding-top: 60px;
}

@media (max-width: 1199px) {
  .testimonial-section .details {
    padding: 0;
  }
}

@media (max-width: 991px) {
  .testimonial-section .details {
    padding: 60px 0;
  }
}

.testimonial-section p {
  font-family: "Crimson Text", serif;
  font-size: 26px;
  font-size: 1.625rem;
  margin: 0 0 1em;
}

@media (max-width: 991px) {
  .testimonial-section p {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.testimonial-section h4 {
  font-size: 15px;
  font-size: 0.9375rem;
}

.testimonial-section h4 + span {
  font-size: 14px;
  font-size: 0.875rem;
  color: #94db40;
}

.testimonial-section .owl-controls {
  text-align: left;
  margin-top: 35px;
}

.testimonial-section .owl-controls .owl-dots > .owl-dot:first-child span {
  margin-left: 0;
  padding-left: 0;
}

.testimonial-section .owl-theme .owl-dots .owl-dot.active span,
.testimonial-section .owl-theme .owl-dots .owl-dot:hover span {
  background: #94db40;
}

.testimonial-section-s2 {
  background: #f7f4f0;
  padding-bottom: 80px;
}

@media (max-width: 991px) {
  .testimonial-section-s2 {
    padding-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .testimonial-section-s2 {
    padding-bottom: 50px;
  }
}

.testimonial-section-s2 .testimonial-grids {
  margin: 0 -15px;
}

.testimonial-section-s2 .testimonial-grids .grid {
  background: #fff;
  width: calc(33.33% - 30px);
  float: left;
  margin: 0 15px 30px;
  padding: 105px 35px 35px;
  position: relative;
}

@media (max-width: 991px) {
  .testimonial-section-s2 .testimonial-grids .grid {
    width: calc(50% - 30px);
  }
}

@media (max-width: 767px) {
  .testimonial-section-s2 .testimonial-grids .grid {
    padding: 105px 25px 35px;
  }
}

@media (max-width: 650px) {
  .testimonial-section-s2 .testimonial-grids .grid {
    width: calc(100% - 30px);
    float: none;
  }
}

.testimonial-section-s2 .testimonial-grids .grid:before {
  font-family: Flaticon;
  content: "\f118";
  font-size: 55px;
  font-size: 3.4375rem;
  color: #94db40;
  position: absolute;
  left: 35px;
  top: 25px;
}

@media (max-width: 767px) {
  .testimonial-section-s2 .testimonial-grids .grid:before {
    left: 25px;
  }
}

.testimonial-section-s2 p {
  font-size: 15px;
  font-size: 0.9375rem;
  margin: 0;
}

.testimonial-section-s2 h5 {
  font-size: 15px;
  font-size: 0.9375rem;
  margin: 0;
}

.testimonial-section-s2 h5 + span {
  font-size: 14px;
  font-size: 0.875rem;
}

.testimonial-section-s2 .client-info {
  border-top: 1px solid #f1f1f1;
  padding-top: 25px;
  padding-left: 80px;
  margin-top: 35px;
  position: relative;
}

.testimonial-section-s2 .img-holder {
  position: absolute;
  left: 0;
  top: 18px;
}

.testimonial-section-s2 .img-holder img {
  border-radius: 50%;
}

@media (max-width: 991px) {
  .testimonial-slider-style {
    padding-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .testimonial-slider-style {
    padding-bottom: 70px;
  }
}

.testimonial-slider-style .details {
  padding-top: 40px;
}

@media (max-width: 1199px) {
  .testimonial-slider-style .details {
    padding: 0;
  }
}

@media (max-width: 991px) {
  .testimonial-slider-style .details {
    padding: 60px 0 0;
  }
}

@media (max-width: 767px) {
  .testimonial-slider-style .details {
    padding: 60px 0 0;
  }
}

/*--------------------------------------------------------------
#1.3	partners-section
--------------------------------------------------------------*/
.partners-section {
  background-color: #f9f9f9;
  padding: 70px 0 58px;
}

.partners-section .grid {
  text-align: center;
}

.partners-section .grid img {
  width: auto;
  margin: 0 auto;
  display: inline-block;
}

/*--------------------------------------------------------------
#1.4	blog-section
--------------------------------------------------------------*/
.blog-section {
  padding-bottom: 0px;
}

@media (max-width: 991px) {
  .blog-section {
    padding-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .blog-section {
    padding-bottom: 50px;
  }
}

.blog-section .blog-grids {
  margin: 0 -15px;
}

.blog-section .blog-grids .grid {
  width: calc(33.33% - 30px);
  float: left;
  margin: 0 15px 30px;
}

@media (max-width: 991px) {
  .blog-section .blog-grids .grid {
    width: calc(50% - 30px);
  }
}

@media (max-width: 600px) {
  .blog-section .blog-grids .grid {
    width: calc(100% - 30px);
    float: left;
  }
}

.blog-section .img-cat {
  position: relative;
}

.blog-section .cat {
  position: absolute;
  left: 25px;
  top: 25px;
}

.blog-section .cat a {
  background: #94db40;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  padding: 6px 15px;
  margin-right: 8px;
}

@media (max-width: 991px) {
  .blog-section .cat a {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

.blog-section .grid .details {
  padding: 5px 5px;
  color: #fff;
  background-color: #383838;
  text-align: center;
  /* border: 1px solid #f0f0f0; */
}

@media (max-width: 1199px) {
  .blog-section .grid .details {
    padding: 8px 20px;
  }
}

.blog-section .details h3 {
  font-size: 20px;
  font-size: 18px;
  color: #fff!important;
  line-height: 1.3em;
  margin: 9px 0px;
}

@media (max-width: 1199px) {
  .blog-section .details h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (max-width: 767px) {
  .blog-section .details h3 {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

.blog-section .details h3 a {
  color: #fff;
}

.blog-section .details h3 a:hover {
  color: #94db40;
}

.blog-section .meta {
  overflow: hidden;
}

.blog-section .meta .author {
  float: left;
}

.blog-section .meta .comment {
  float: right;
}

.blog-section .author a,
.blog-section .comment a {
  color: #797979;
}

@media (max-width: 991px) {
  .blog-section .author a,
  .blog-section .comment a {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.blog-section .author a:hover,
.blog-section .comment a:hover {
  color: #94db40;
}

.blog-section .author img {
  border-radius: 50%;
  display: inline-block;
  padding-right: 5px;
}

.blog-section .comment {
  padding-top: 5px;
}

.blog-section .comment i {
  display: inline-block;
  padding-right: 3px;
  position: relative;
  top: 2px;
}

/*--------------------------------------------------------------
#1.5	contact-section
--------------------------------------------------------------*/
.contact-section {
  background: url("../images/contact-bg.html") center center/cover no-repeat local;
  position: relative;
  padding-bottom: 35px;
}

@media (max-width: 991px) {
  .contact-section {
    padding-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .contact-section {
    padding-bottom: 15px;
  }
}

.contact-section:before {
  content: "";
  background-color: rgba(247, 244, 240, 0.9);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 991px) {
  .contact-section .contact-text {
    margin-bottom: 45px;
  }
}

.contact-section .contact-text h2 {
  font-size: 42px;
  font-size: 2.625rem;
  font-weight: bold;
  margin: 0 0 0.4em;
}

@media (max-width: 1199px) {
  .contact-section .contact-text h2 {
    font-size: 36px;
    font-size: 2.25rem;
  }
}

@media (max-width: 991px) {
  .contact-section .contact-text h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.contact-section .contact-text p {
  margin: 0;
}

.contact-section form input,
.contact-section form select {
  width: 100%;
  height: 53px;
  border: 2px solid #fff;
  border-radius: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

@media (max-width: 991px) {
  .contact-section form input,
  .contact-section form select {
    height: 45px;
  }
}

.contact-section form input:focus,
.contact-section form select:focus {
  border-color: #94db40;
}

.contact-section form {
  margin: 0 -15px;
  overflow: hidden;
}

.contact-section form ::-webkit-input-placeholder {
  font-style: 15px;
  font-style: normal;
  color: #a9a9a9;
}

.contact-section form :-moz-placeholder {
  font-style: 15px;
  font-style: normal;
  color: #a9a9a9;
}

.contact-section form ::-moz-placeholder {
  font-style: 15px;
  font-style: normal;
  color: #a9a9a9;
}

.contact-section form :-ms-input-placeholder {
  font-style: 15px;
  font-style: normal;
  color: #a9a9a9;
}

.contact-section form select {
  display: inline-block;
  color: #a9a9a9;
  cursor: pointer;
  opacity: 1;
  padding: 6px 12px;
  font-size: 15px;
  font-size: 0.9375rem;
}

.contact-section form > div {
  width: calc(50% - 30px);
  float: left;
  margin: 0 15px 15px;
}

@media (max-width: 600px) {
  .contact-section form > div {
    width: calc(100% - 30px);
    float: none;
  }
}

/*--------------------------------------------------------------
	#home style 2
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#2.1	features-section
--------------------------------------------------------------*/
.features-section {
  margin-top: -100px;
}

@media (max-width: 991px) {
  .features-section {
    margin-top: 0;
    padding-top: 90px;
  }
}

.features-section .grid {
  background: #fff;
  width: 33.33%;
  float: left;
  padding: 60px 40px;
  -webkit-box-shadow: 0px 0px 11.68px 4.32px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 0px 11.68px 4.32px rgba(0, 0, 0, 0.06);
  position: relative;
}

@media (max-width: 991px) {
  .features-section .grid {
    padding: 40px 25px;
  }
}

@media (max-width: 767px) {
  .features-section .grid {
    width: 100%;
    float: none;
    border: 1px solid #eaeaea;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-top: -1px;
  }
}

.features-section .grid:before {
  background: #94db40;
  content: "";
  width: 0;
  height: 5px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -ms-transition: all 0.6s;
  transition: all 0.6s;
}

@media (max-width: 991px) {
  .features-section .grid:before {
    height: 3px;
  }
}

.features-section .grid:hover:before {
  width: 100%;
  opacity: 1;
}

.features-section .grid.active:before {
  width: 100%;
  opacity: 1;
}

@media (max-width: 767px) {
  .features-section .grid.active:before {
    display: none;
  }
}

.features-section .count {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 600;
  color: #94db40;
}

@media (max-width: 991px) {
  .features-section .count {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.features-section h3 {
  font-size: 20px;
  font-size: 1.25rem;
  margin: 0.6em 0 0;
}

@media (max-width: 991px) {
  .features-section h3 {
    font-size: 16px;
    font-size: 1rem;
  }
}

/*--------------------------------------------------------------
#2.2	service-section-s2
--------------------------------------------------------------*/
.service-section-s2 {
  padding-bottom: 60px;
}

@media (max-width: 991px) {
  .service-section-s2 {
    padding-bottom: 40px;
  }
}

.service-section-s2 .service-grids {
  margin: 0 -15px;
  margin-top: 25px;
}

.service-section-s2 .service-grids .grid {
  width: calc(33.33% - 30px);
  float: left;
  margin: 0 15px 40px;
  padding: 0 15px 0 80px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 991px) {
  .service-section-s2 .service-grids .grid {
    width: calc(50% - 30px);
    padding: 0 15px 0 70px;
  }
}

@media (max-width: 767px) {
  .service-section-s2 .service-grids .grid {
    width: calc(50% - 30px);
  }
}

@media (max-width: 600px) {
  .service-section-s2 .service-grids .grid {
    width: calc(100% - 30px);
    float: none;
  }
}

.service-section-s2 .grid .icon {
  position: absolute;
  left: 0;
  top: -10px;
}

@media (max-width: 991px) {
  .service-section-s2 .grid .icon {
    top: -8px;
  }
}

.service-section-s2 .icon .fi:before {
  font-size: 50px;
  font-size: 3.125rem;
  color: #94db40;
}

@media (max-width: 991px) {
  .service-section-s2 .icon .fi:before {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

.service-section-s2 .grid h3 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.3em;
  margin: 0 0 0.7em;
}

@media (max-width: 991px) {
  .service-section-s2 .grid h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.service-section-s2 .grid h3 a {
  color: #333;
}

.service-section-s2 .grid h3 a:hover {
  color: #94db40;
}

.service-section-s2 .grid p {
  font-size: 15px;
  font-size: 0.9375rem;
  margin: 0;
}

/*--------------------------------------------------------------
#2.3	about-section-s2
--------------------------------------------------------------*/
.about-section-s2 {
  position: relative;
}

.about-section-s2 .left-col {
  background: url("../images/about-s2-bg.html") center center/cover no-repeat local;
  width: calc(50% - 15px);
  float: left;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}

@media (max-width: 991px) {
  .about-section-s2 .left-col {
    width: 100%;
    float: none;
    position: relative;
    height: 400px;
  }
}

.about-section-s2 .right-col {
  background-color: #f7f4f0;
  width: calc(50% + 15px);
  float: right;
}

@media (max-width: 991px) {
  .about-section-s2 .right-col {
    width: 100%;
    float: none;
  }
}

.about-section-s2 .right-col .ab-details {
  max-width: 585px;
  margin: 0 auto 0 0;
  padding: 90px 0 90px 85px;
  position: relative;
}

@media (max-width: 991px) {
  .about-section-s2 .right-col .ab-details {
    max-width: 750px;
    margin-right: auto;
    margin-left: auto;
    padding: 90px 0;
  }
}

@media (max-width: 767px) {
  .about-section-s2 .right-col .ab-details {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 80px 15px;
  }
}

.about-section-s2 .ab-details h2 {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: bold;
  margin: -0.2em 0 0.8em;
}

@media (max-width: 991px) {
  .about-section-s2 .ab-details h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.about-section-s2 .ab-details h5 {
  font-family: "Crimson Text", serif;
  font-size: 24px;
  font-size: 1.5rem;
  margin: 0 0 0.8em;
}

@media (max-width: 767px) {
  .about-section-s2 .ab-details h5 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.about-section-s2 .ab-details p {
  margin-bottom: 3em;
}

.about-section-s2 .video-area {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.about-section-s2 .video-area .box a {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  color: #fff;
}

.about-section-s2 .video-area a span {
  display: block;
}

.about-section-s2 .video-area .fi:before {
  font-size: 95px;
  font-size: 5.9375rem;
  color: #fff;
}

@media (max-width: 767px) {
  .about-section-s2 .video-area .fi:before {
    font-size: 75px;
    font-size: 4.6875rem;
  }
}

/*--------------------------------------------------------------
	#blog page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#3.1	blog-pg-section
--------------------------------------------------------------*/
.blog-pg-section {
  /*** format-standard ***/
  /*** format-gallery ***/
  /*** format-quote ***/
  /*** format-video ***/
}

.blog-pg-section .blog-content .post {
  margin-bottom: 100px;
}

@media (max-width: 991px) {
  .blog-pg-section .blog-content .post {
    margin-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .blog-pg-section .blog-content .post {
    margin-bottom: 70px;
  }
}

.blog-pg-section .entry-meta {
  list-style: none;
  overflow: hidden;
  margin: 35px 0;
}

@media (max-width: 767px) {
  .blog-pg-section .entry-meta {
    margin: 25px 0;
  }
}

.blog-pg-section .entry-meta li {
  float: left;
  font-size: 14px;
  font-size: 0.875rem;
}

@media (max-width: 767px) {
  .blog-pg-section .entry-meta li {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

@media (max-width: 767px) {
  .blog-pg-section .entry-meta li {
    float: none;
  }
}

.blog-pg-section .entry-meta li i {
  display: inline-block;
  padding-right: 7px;
}

.blog-pg-section .entry-meta > li + li {
  margin-left: 20px;
  padding-left: 20px;
  position: relative;
}

@media (max-width: 767px) {
  .blog-pg-section .entry-meta > li + li {
    margin-left: 13px;
    padding-left: 13px;
  }
}

@media (max-width: 767px) {
  .blog-pg-section .entry-meta > li + li {
    margin: 3px 0 0;
    padding: 3px 0 0;
  }
}

.blog-pg-section .entry-meta li a {
  color: #797979;
}

.blog-pg-section .entry-meta li a:hover {
  color: #94db40;
}

.blog-pg-section .entry-meta > li:last-child i {
  position: relative;
  top: 2px;
}

.blog-pg-section .post h3 {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.2em;
  font-weight: 500;
  margin: -0.27em 0 0.7em;
}

@media (max-width: 991px) {
  .blog-pg-section .post h3 {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

@media (max-width: 767px) {
  .blog-pg-section .post h3 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.blog-pg-section .post h3 a {
  color: #333;
}

.blog-pg-section .post h3 a:hover {
  color: #94db40;
}

.blog-pg-section .post p {
  margin-bottom: 1.5em;
}

@media (max-width: 991px) {
  .blog-pg-section .post p {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.blog-pg-section .format-standard,
.blog-pg-section .format-quote {
  background-color: #fbfbfb;
  padding: 50px 35px;
  border: 1px solid #efefef;
}

@media (max-width: 767px) {
  .blog-pg-section .format-standard,
  .blog-pg-section .format-quote {
    padding: 40px 20px;
  }
}

.blog-pg-section .format-standard .entry-meta,
.blog-pg-section .format-quote .entry-meta {
  margin-top: 0;
}

.blog-pg-section .format-gallery {
  position: relative;
}

.blog-pg-section .format-gallery .owl-controls {
  width: 100%;
  margin: 0;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.blog-pg-section .format-gallery .owl-controls .owl-nav [class*=owl-]:hover {
  background: #94db40;
}

.blog-pg-section .format-gallery .owl-controls .owl-nav [class*=owl-] {
  background: rgba(0, 0, 0, 0.5);
  width: 50px;
  height: 50px;
  line-height: 53px;
  border-radius: 50%;
  padding: 0;
  margin: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.blog-pg-section .format-gallery .owl-controls .owl-nav .owl-prev,
.blog-pg-section .format-gallery .owl-controls .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.blog-pg-section .format-gallery .owl-controls .owl-nav .owl-prev {
  left: 15px;
}

.blog-pg-section .format-gallery .owl-controls .owl-nav .owl-next {
  right: 15px;
}

.blog-pg-section .format-quote {
  position: relative;
}

.blog-pg-section .format-quote:before {
  content: "";
  background: url("../images/blog/quote.html") center center/auto no-repeat local;
  width: 57px;
  height: 41px;
  position: absolute;
  right: 45px;
  bottom: 35px;
}

.blog-pg-section .format-video .video-holder {
  position: relative;
  text-align: center;
}

.blog-pg-section .format-video .video-holder:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.blog-pg-section .format-video .video-holder:hover:before {
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.blog-pg-section .format-video .video-holder a {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.blog-pg-section .format-video .video-holder .fi:before {
  font-size: 80px;
  font-size: 5rem;
  color: #fff;
}

@media (max-width: 767px) {
  .blog-pg-section .format-video .video-holder .fi:before {
    font-size: 60px;
    font-size: 3.75rem;
  }
}

@media screen and (min-width: 1200px) {
  .blog-pg-left-sidebar .blog-sidebar {
    padding-right: 45px;
    padding-left: 0;
  }
}

/*--------------------------------------------------------------
	#blog single page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#4.1	blog-single-section
--------------------------------------------------------------*/
.blog-single-section {
  /*** tag-share ***/
  /*** author-box ***/
  /*** more-posts ***/
  /*** comments area ***/
  /*** comment-respond ***/
}

.blog-single-section .entry-meta {
  list-style: none;
  overflow: hidden;
  margin: 35px 0;
}

@media (max-width: 767px) {
  .blog-single-section .entry-meta {
    margin: 25px 0;
  }
}

.blog-single-section .entry-meta li {
  float: left;
  font-size: 14px;
  font-size: 0.875rem;
}

@media (max-width: 767px) {
  .blog-single-section .entry-meta li {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

@media (max-width: 767px) {
  .blog-single-section .entry-meta li {
    float: none;
  }
}

.blog-single-section .entry-meta li i {
  display: inline-block;
  padding-right: 7px;
}

.blog-single-section .entry-meta > li + li {
  margin-left: 20px;
  padding-left: 20px;
  position: relative;
}

@media (max-width: 767px) {
  .blog-single-section .entry-meta > li + li {
    margin-left: 13px;
    padding-left: 13px;
  }
}

@media (max-width: 767px) {
  .blog-single-section .entry-meta > li + li {
    margin: 3px 0 0;
    padding: 3px 0 0;
  }
}

.blog-single-section .entry-meta li a {
  color: #797979;
}

.blog-single-section .entry-meta li a:hover {
  color: #94db40;
}

.blog-single-section .entry-meta > li:last-child i {
  position: relative;
  top: 2px;
}

.blog-single-section .post h2 {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 500;
  margin: -0.22em 0 0.7em;
  line-height: 1.3em;
}

@media (max-width: 991px) {
  .blog-single-section .post h2 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

@media (max-width: 767px) {
  .blog-single-section .post h2 {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

.blog-single-section .post p {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 1.5em;
}

@media (max-width: 991px) {
  .blog-single-section .post p {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.blog-single-section .post h3 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.3em;
  margin: 1.8em 0 1em;
}

@media (max-width: 991px) {
  .blog-single-section .post h3 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

@media (max-width: 767px) {
  .blog-single-section .post h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.blog-single-section .post blockquote {
  background-color: #94db40;
  color: #fff;
  line-height: 1.6em;
  padding: 120px 45px 65px;
  margin-top: 60px;
  border: 0;
  position: relative;
}

@media (max-width: 767px) {
  .blog-single-section .post blockquote {
    padding: 55px 25px;
  }
}

.blog-single-section .post blockquote:before {
  content: "";
  background: url("../images/blog/quote-2.html") center center/auto no-repeat local;
  width: 62px;
  height: 44px;
  position: absolute;
  left: 45px;
  top: 40px;
}

@media (max-width: 767px) {
  .blog-single-section .post blockquote:before {
    display: none;
  }
}

.blog-single-section .post blockquote .quoter {
  font-size: 14px;
  font-size: 0.875rem;
  display: block;
  margin-top: 15px;
}

.blog-single-section .tag-share {
  border: 1px solid #f1f1f1;
  padding: 25px 25px 35px;
  margin: 55px 0 0;
  color: #333;
  font-weight: 500;
  -webkit-box-shadow: 0px 9px 32.8px 7.2px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 9px 32.8px 7.2px rgba(0, 0, 0, 0.03);
}

.blog-single-section .tag-share ul {
  list-style: none;
  display: inline-block;
  overflow: hidden;
}

.blog-single-section .tag-share ul li {
  float: left;
}

@media (max-width: 767px) {
  .blog-single-section .tag-share ul li {
    margin: 2px;
  }
}

.blog-single-section .tag-share ul > li + li {
  margin-left: 10px;
}

@media (max-width: 767px) {
  .blog-single-section .tag-share ul > li + li {
    margin: 2px;
  }
}

.blog-single-section .tag-share .tag ul {
  list-style: none;
  position: relative;
  top: 8px;
  left: 8px;
}

.blog-single-section .tag-share .tag a {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
  color: #627381;
  display: block;
}

@media (max-width: 767px) {
  .blog-single-section .tag-share .tag a {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

.blog-single-section .tag-share .tag a:hover {
  color: #94db40;
}

.blog-single-section .tag-share .share {
  margin-top: 15px;
}

.blog-single-section .tag-share .share ul {
  position: relative;
  top: 15px;
  left: 8px;
}

.blog-single-section .tag-share .share ul > li + li {
  margin-left: 10px;
}

@media (max-width: 767px) {
  .blog-single-section .tag-share .share ul > li + li {
    margin-left: 8px;
  }
}

@media (max-width: 767px) {
  .blog-single-section .tag-share .share ul > li {
    margin: 5px;
  }
}

.blog-single-section .tag-share .share a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #eae6e6;
  border-radius: 50%;
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  color: #627381;
}

@media (max-width: 767px) {
  .blog-single-section .tag-share .share a {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

.blog-single-section .tag-share .share a:hover {
  background: #94db40;
  border-color: #94db40;
  color: #fff !important;
}

.blog-single-section .tag-share .share ul > li:first-child a {
  color: #3c5ba4;
}

.blog-single-section .tag-share .share ul > li:nth-child(2) a {
  color: #47a0d9;
}

.blog-single-section .tag-share .share ul > li:nth-child(3) a {
  color: #0073b1;
}

.blog-single-section .tag-share .share ul > li:nth-child(4) a {
  color: #933f94;
}

.blog-single-section .author-box {
  padding: 35px 40px 25px;
  margin: 70px 0;
  border: 1px solid #f1f1f1;
  -webkit-box-shadow: 0px 9px 32.8px 7.2px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 9px 32.8px 7.2px rgba(0, 0, 0, 0.03);
}

@media (max-width: 991px) {
  .blog-single-section .author-box {
    padding: 35px 40px;
  }
}

@media (max-width: 767px) {
  .blog-single-section .author-box {
    padding: 25px;
  }
}

.blog-single-section .author-box .author-avatar {
  float: left;
}

@media (max-width: 767px) {
  .blog-single-section .author-box .author-avatar {
    float: none;
  }
}

.blog-single-section .author-box .author-content {
  display: block;
  overflow: hidden;
  padding-left: 25px;
}

@media (max-width: 767px) {
  .blog-single-section .author-box .author-content {
    padding: 0;
    margin: 15px 0 0 0;
  }
}

.blog-single-section .author-box .author-content p {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #949494;
  margin-bottom: 20px;
}

.blog-single-section .author-box .author-name {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 10px;
  color: #333;
}

.blog-single-section .author-box .social-link {
  display: inline-block;
  list-style: none;
}

.blog-single-section .author-box .social-link li {
  float: left;
  margin-right: 15px;
}

.blog-single-section .author-box .social-link a {
  display: block;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #333;
}

.blog-single-section .author-box .social-link a:hover {
  color: #94db40;
}

.blog-single-section .more-posts {
  overflow: hidden;
  border: 1px solid #f1f1f1;
  -webkit-box-shadow: 0px 9px 32.8px 7.2px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 9px 32.8px 7.2px rgba(0, 0, 0, 0.03);
}

.blog-single-section .more-posts > div {
  width: 50%;
  float: left;
}

.blog-single-section .more-posts > div > a {
  display: inline-block;
}

.blog-single-section .more-posts .previous-post,
.blog-single-section .more-posts .next-post {
  font-size: 18px;
  font-size: 1.125rem;
  color: #939ba2;
  padding: 30px;
}

@media (max-width: 767px) {
  .blog-single-section .more-posts .previous-post,
  .blog-single-section .more-posts .next-post {
    padding: 20px;
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 450px) {
  .blog-single-section .more-posts .previous-post,
  .blog-single-section .more-posts .next-post {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.blog-single-section .more-posts .previous-post i,
.blog-single-section .more-posts .next-post i {
  position: relative;
  top: 2px;
}

@media (max-width: 450px) {
  .blog-single-section .more-posts .previous-post i,
  .blog-single-section .more-posts .next-post i {
    display: none;
  }
}

.blog-single-section .more-posts .next-post {
  text-align: right;
  border-left: 1px solid #e8e8e8;
}

.blog-single-section .more-posts .previous-post > a > span,
.blog-single-section .more-posts .next-post > a > span {
  display: block;
}

.blog-single-section .more-posts .post-control-link {
  color: #939ba2;
  font-weight: 500;
}

.blog-single-section .more-posts .next-post i {
  left: 2px;
}

.blog-single-section .more-posts a:hover .post-control-link {
  color: #94db40;
}

.blog-single-section .comments-area {
  margin-top: 70px;
}

.blog-single-section .comments-area .comments {
  -webkit-box-shadow: 0px 9px 32.8px 7.2px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 9px 32.8px 7.2px rgba(0, 0, 0, 0.03);
  border-bottom: 0;
}

.blog-single-section .comments-area li > div {
  border-bottom: 1px solid #f1f1f1;
  padding: 35px;
}

@media (max-width: 991px) {
  .blog-single-section .comments-area li > div {
    padding: 35px 25px;
  }
}

.blog-single-section .comments-area ol {
  list-style-type: none;
  padding-left: 0;
}

.blog-single-section .comments-area ol ul {
  padding-left: 30px;
  list-style-type: none;
}

.blog-single-section .comments-area ol > li:last-child div {
  border-bottom: 0;
}

.blog-single-section .comments-area .comments-title {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 500;
  margin: 0 0 1.5em;
}

@media (max-width: 991px) {
  .blog-single-section .comments-area .comments-title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.blog-single-section .comments-area li > div {
  position: relative;
}

.blog-single-section .comments-area .comment-theme {
  position: absolute;
  left: 35px;
}

@media (max-width: 767px) {
  .blog-single-section .comments-area .comment-theme {
    position: static;
  }
}

.blog-single-section .comments-area .comment-main-area {
  padding-left: 100px;
}

@media (max-width: 767px) {
  .blog-single-section .comments-area .comment-main-area {
    padding-left: 0;
    margin-top: 25px;
  }
}

.blog-single-section .comments-area .comment-main-area p {
  font-size: 15px;
  font-size: 0.9375rem;
  margin-bottom: 20px;
}

.blog-single-section .comments-area .comments-meta h4 {
  font-family: "Heebo", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  margin: 0 0 1em;
}

.blog-single-section .comments-area .comments-meta h4 span {
  font-weight: normal;
  color: #949494;
  text-transform: none;
  display: inline-block;
  padding-left: 5px;
  font-size: 14px;
  font-size: 0.875rem;
}

@media (max-width: 767px) {
  .blog-single-section .comments-area .comments-meta h4 span {
    padding-left: 0;
  }
}

.blog-single-section .comments-area .comment-reply-link {
  background: #b8e780;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  color: #fff;
  display: inline-block;
  padding: 4px 14px;
  display: inline-block;
}

.blog-single-section .comments-area .comment-reply-link:hover {
  background-color: #94db40;
}

.blog-single-section .comment-respond {
  margin-top: 70px;
}

.blog-single-section .comment-respond .comment-reply-title {
  font-size: 22px;
  font-size: 1.375rem;
  margin: 0 0 1.5em;
}

@media (max-width: 991px) {
  .blog-single-section .comment-respond .comment-reply-title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.blog-single-section .comment-respond form input,
.blog-single-section .comment-respond form textarea {
  background-color: #fdfdfd;
  width: 100%;
  height: 50px;
  border: 2px solid #f1f1f1;
  padding: 6px 15px;
  margin-bottom: 15px;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 15px;
  font-size: 0.9375rem;
}

.blog-single-section .comment-respond form input:focus,
.blog-single-section .comment-respond form textarea:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #94db40;
}

@media (max-width: 991px) {
  .blog-single-section .comment-respond form input,
  .blog-single-section .comment-respond form textarea {
    height: 40px;
  }
}

.blog-single-section .comment-respond form textarea {
  height: 220px;
  padding: 15px;
}

@media (max-width: 991px) {
  .blog-single-section .comment-respond form textarea {
    height: 150px;
  }
}

.blog-single-section .comment-respond .form-inputs {
  overflow: hidden;
}

.blog-single-section .comment-respond .form-inputs > input:nth-child(2) {
  width: 49%;
  float: left;
}

@media (max-width: 767px) {
  .blog-single-section .comment-respond .form-inputs > input:nth-child(2) {
    width: 100%;
    float: none;
  }
}

.blog-single-section .comment-respond .form-inputs > input:nth-child(3) {
  width: 49%;
  float: right;
}

@media (max-width: 767px) {
  .blog-single-section .comment-respond .form-inputs > input:nth-child(3) {
    width: 100%;
    float: none;
  }
}

.blog-single-section .comment-respond .form-submit input {
  max-width: 180px;
  background-color: #94db40;
  color: #fff;
  font-weight: 500;
  margin-bottom: 0;
  border: 0;
  outline: 0;
  text-transform: uppercase;
}

.blog-single-section .comment-respond .form-submit input:hover {
  background-color: #313131;
}

@media screen and (min-width: 1200px) {
  .blog-single-left-sidebar-section .blog-sidebar {
    padding-right: 45px;
    padding-left: 0;
  }
}

/*--------------------------------------------------------------
	#about page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#5.1	approach-section
--------------------------------------------------------------*/
.approach-section .img-holder {
  max-width: 370px;
  -webkit-box-shadow: 0px 3px 41.65px 7.35px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 3px 41.65px 7.35px rgba(0, 0, 0, 0.15);
}

@media screen and (min-width: 1200px) {
  .approach-section .details {
    padding-left: 50px;
  }
}

@media (max-width: 991px) {
  .approach-section .details {
    margin-top: 60px;
  }
}

.approach-section .details h2 {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: bold;
  margin: 0 0 0.6em;
}

@media (max-width: 991px) {
  .approach-section .details h2 {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}

@media (max-width: 767px) {
  .approach-section .details h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.approach-section .details h2 + p {
  font-family: "Crimson Text", serif;
  font-size: 24px;
  font-size: 1.5rem;
  color: #333;
  line-height: 1.5em;
  margin: 0 0 0.8em;
}

@media (max-width: 991px) {
  .approach-section .details h2 + p {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

@media (max-width: 767px) {
  .approach-section .details h2 + p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.approach-section .theme-btn-s2, .approach-section .theme-btn-s3 {
  margin-top: 2em;
}

/*--------------------------------------------------------------
	#contact page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#6.1	contact-pg-section
--------------------------------------------------------------*/
.contact-pg-section {
  padding-bottom: 35px;
}

@media (max-width: 991px) {
  .contact-pg-section {
    padding-bottom: 15px;
  }
}

.contact-pg-section form input,
.contact-pg-section form select,
.contact-pg-section form textarea {
  background: #fdfdfd;
  width: 100%;
  height: 53px;
  border: 2px solid #f1f1f1;
  border-radius: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

@media (max-width: 991px) {
  .contact-pg-section form input,
  .contact-pg-section form select,
  .contact-pg-section form textarea {
    height: 45px;
  }
}

.contact-pg-section form input:focus,
.contact-pg-section form select:focus,
.contact-pg-section form textarea:focus {
  border-color: #94db40;
}

.contact-pg-section form textarea {
  height: 115px;
}

.contact-pg-section form {
  margin: 0 -15px;
  overflow: hidden;
}

.contact-pg-section form ::-webkit-input-placeholder {
  font-style: 15px;
  font-style: normal;
  color: #9d9c9c;
}

.contact-pg-section form :-moz-placeholder {
  font-style: 15px;
  font-style: normal;
  color: #9d9c9c;
}

.contact-pg-section form ::-moz-placeholder {
  font-style: 15px;
  font-style: normal;
  color: #9d9c9c;
}

.contact-pg-section form :-ms-input-placeholder {
  font-style: 15px;
  font-style: normal;
  color: #9d9c9c;
}

.contact-pg-section form select {
  display: inline-block;
  color: #a9a9a9;
  cursor: pointer;
  opacity: 1;
  padding: 6px 12px;
  font-size: 15px;
  font-size: 0.9375rem;
}

.contact-pg-section form > div {
  /* width: calc(50% - 30px); */
  /* float: left; */
  /* margin: 0 15px 30px; */
}

@media (max-width: 600px) {
  .contact-pg-section form > div {
    width: calc(100% - 30px);
    float: none;
  }
}

.contact-pg-section form .fullwidth {
  width: calc(100% - 30px);
  float: none;
  clear: both;
}

.contact-pg-section .contact-info {
  padding: 40px 25px;
  -webkit-box-shadow: 0px 3px 17.85px 3.15px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 3px 17.85px 3.15px rgba(0, 0, 0, 0.08);
}

@media (max-width: 991px) {
  .contact-pg-section .contact-info {
    margin-top: 50px;
  }
}

.contact-pg-section .contact-info > div {
  position: relative;
  padding-left: 70px;
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 25px;
  margin-bottom: 25px;
}

.contact-pg-section .contact-info > div:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.contact-pg-section .contact-info .icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 2px solid #94db40;
  border-radius: 50%;
  font-size: 18px;
  font-size: 1.125rem;
  position: absolute;
  left: 0;
  top: -1px;
}

.contact-pg-section .contact-info h5 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
  margin: 0 0 0.3em;
  padding-top: 0.2em;
}

.contact-pg-section .contact-info p {
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0;
}

.contact-map-section .contact-map {
  height: 450px;
}

.contact-map-section iframe {
  width: 100%;
  height: 100%;
  border: 0;
  outline: 0;
}

/*--------------------------------------------------------------
    #404 page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#7.1  error-404-section
--------------------------------------------------------------*/
.error-404-section {
  text-align: center;
}

@media (max-width: 991px) {
  .error-404-section .error {
    width: 100%;
    float: none;
    text-align: center;
  }
}

.error-404-section .error h2 {
  font-size: 200px;
  font-size: 12.5rem;
  margin: 0;
}

@media (max-width: 991px) {
  .error-404-section .error h2 {
    font-size: 150px;
    font-size: 9.375rem;
  }
}

@media (max-width: 767px) {
  .error-404-section .error h2 {
    font-size: 100px;
    font-size: 6.25rem;
  }
}

.error-404-section .error-message {
  margin-top: 40px;
}

@media (max-width: 991px) {
  .error-404-section .error-message {
    width: 100%;
    float: none;
    text-align: center;
    margin-top: 0;
  }
}

.error-404-section .error-message h3 {
  font-size: 24px;
  font-size: 1.5rem;
  margin: 0 0 0.8em;
}

@media (max-width: 767px) {
  .error-404-section .error-message h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.error-404-section .error-message p {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 1.8em;
}

@media (max-width: 767px) {
  .error-404-section .error-message p {
    font-size: 16px;
    font-size: 1rem;
  }
}

/*--------------------------------------------------------------
	#shop page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#8.1  shop-pg-section
--------------------------------------------------------------*/
.shop-pg-section .shop-grids {
  margin: 0 -15px;
}

.shop-pg-section .shop-grids .grid {
  width: calc(33.33% - 30px);
  float: left;
  margin: 0 15px 30px;
}

@media (max-width: 991px) {
  .shop-pg-section .shop-grids .grid {
    width: calc(50% - 30px);
  }
}

@media (max-width: 550px) {
  .shop-pg-section .shop-grids .grid {
    width: calc(100% - 30px);
    float: none;
  }
}

.shop-pg-section .grid:hover .cart-details li {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}

.shop-pg-section .img-cart {
  position: relative;
  overflow: hidden;
}

.shop-pg-section .cart-details {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 20px;
  text-align: center;
}

.shop-pg-section .cart-details ul {
  overflow: hidden;
  display: inline-block;
}

.shop-pg-section .cart-details li {
  float: left;
  margin: 7px;
  position: relative;
  bottom: -50px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.shop-pg-section .cart-details li:last-child {
  -webkit-transition: all 0.5s 0.1s;
  -o-transition: all 0.5s 0.1s;
  transition: all 0.5s 0.1s;
}

.shop-pg-section .cart-details li a {
  background: #94db40;
  width: 50px;
  height: 50px;
  line-height: 53px;
  text-align: center;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #fff;
  border-radius: 50%;
  display: block;
}

.shop-pg-section .cart-details li a:hover {
  background: #333;
}

.shop-pg-section .details {
  text-align: center;
  padding: 30px 15px;
}

.shop-pg-section .details h4 {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0 0 0.4em;
}

@media (max-width: 991px) {
  .shop-pg-section .details h4 {
    font-size: 16px;
    font-size: 1rem;
  }
}

.shop-pg-section .details h4 a {
  color: #333;
}

.shop-pg-section .details h4 a:hover {
  color: #94db40;
}

.shop-pg-section .details del {
  color: #aaa;
  font-weight: 500;
  display: inline-block;
  padding-right: 10px;
}

@media (max-width: 991px) {
  .shop-pg-section .details del {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.shop-pg-section .details .price {
  color: #333;
  font-weight: 500;
}

@media (max-width: 991px) {
  .shop-pg-section .details .price {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.shop-pg-section .pagination-wrapper {
  text-align: center;
  clear: both;
}

/*--------------------------------------------------------------
	#shop single page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#9.1	shop-single-section
--------------------------------------------------------------*/
.shop-single-section {
  /*** product slider ***/
  /*** product info ***/
}

.shop-single-section .shop-single-slider .slider-for {
  text-align: center;
}

.shop-single-section .shop-single-slider .slider-for img {
  display: inline-block;
}

.shop-single-section .shop-single-slider .slider-nav {
  padding: 0 25px;
  margin-top: 35px;
}

.shop-single-section .shop-single-slider .slider-nav > i {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 100;
}

.shop-single-section .shop-single-slider .slider-nav > i:hover {
  cursor: pointer;
}

.shop-single-section .shop-single-slider .slider-nav .nav-btn-rt {
  left: auto;
  right: 0;
}

.shop-single-section .shop-single-slider .slider-nav .slick-slide {
  text-align: center;
}

.shop-single-section .shop-single-slider .slider-nav .slick-slide img {
  display: inline-block;
}

.shop-single-section .product-details {
  padding: 30px 30px 93px;
  /*** product option ***/
}

@media (max-width: 1199px) {
  .shop-single-section .product-details {
    padding: 40px 30px 85px;
  }
}

@media (max-width: 991px) {
  .shop-single-section .product-details {
    margin-top: 45px;
    padding: 40px 30px;
  }
}

@media (max-width: 767px) {
  .shop-single-section .product-details {
    padding: 0;
  }
}

.shop-single-section .product-details h2 {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.4em;
  margin: 0 0 0.33em;
}

@media (max-width: 767px) {
  .shop-single-section .product-details h2 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.shop-single-section .product-details .price {
  font-size: 36px;
  font-size: 2.25rem;
  color: #94db40;
  margin: 7px 0 14px;
}

@media (max-width: 991px) {
  .shop-single-section .product-details .price {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

@media (max-width: 767px) {
  .shop-single-section .product-details .price {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

.shop-single-section .product-details .price .old {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: normal;
  color: #acacac;
  text-decoration: line-through;
  display: inline-block;
  margin-left: 5px;
}

@media (max-width: 991px) {
  .shop-single-section .product-details .price .old {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media (max-width: 767px) {
  .shop-single-section .product-details .price .old {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.shop-single-section .product-details p {
  margin-bottom: 1.3em;
}

.shop-single-section .product-details p:last-child {
  margin: 0;
}

.shop-single-section .product-details .product-option {
  margin-top: 45px;
}

.shop-single-section .product-details .product-option .product-row {
  overflow: hidden;
}

.shop-single-section .product-details .product-option .product-row > div {
  height: 35px;
  display: inline-block;
  float: left;
}

.shop-single-section .product-details .product-option .product-row > div + div {
  margin-left: 15px;
}

.shop-single-section .product-details .product-option .product-row > div:first-child {
  width: 85px;
}

.shop-single-section .product-details .product-option .product-row > div:last-child .theme-btn:hover, .shop-single-section .product-details .product-option .product-row > div:last-child .theme-btn-s2:hover, .shop-single-section .product-details .product-option .product-row > div:last-child .theme-btn-s3:hover {
  background: #94db40;
  border-color: #94db40;
  color: #fff;
}

.shop-single-section .product-details .product-option .theme-btn, .shop-single-section .product-details .product-option .theme-btn-s2, .shop-single-section .product-details .product-option .theme-btn-s3 {
  background-color: transparent;
  color: #333;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 0 20px;
  height: 35px;
  line-height: 32px;
  outline: 0;
  border: 2px solid #e6e6e6;
}

.shop-single-section .product-details .product-option .theme-btn:hover, .shop-single-section .product-details .product-option .theme-btn-s2:hover, .shop-single-section .product-details .product-option .theme-btn-s3:hover {
  background-color: #94db40;
  color: #fff;
  border-color: #94db40;
}

@media (max-width: 767px) {
  .shop-single-section .product-details .product-option .theme-btn, .shop-single-section .product-details .product-option .theme-btn-s2, .shop-single-section .product-details .product-option .theme-btn-s3 {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.shop-single-section .product-details .product-option .theme-btn:before, .shop-single-section .product-details .product-option .theme-btn-s2:before, .shop-single-section .product-details .product-option .theme-btn-s3:before {
  display: none;
}

.shop-single-section .product-details .product-option .heart-btn i {
  font-size: 15px;
  font-size: 0.9375rem;
}

.shop-single-section .product-details .product-option .product-row > div:last-child .theme-btn, .shop-single-section .product-details .product-option .product-row > div:last-child .theme-btn-s2, .shop-single-section .product-details .product-option .product-row > div:last-child .theme-btn-s3 {
  background-color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  color: #797979;
  border: 1px solid #e6e6e6;
}

.shop-single-section .product-details #product-count {
  border-radius: 0;
  border: 1px solid #e6e6e6;
}

.shop-single-section .product-details #product-count:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.shop-single-section .product-details .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up,
.shop-single-section .product-details .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
  border-radius: 0;
  border-color: #e6e6e6;
}

.shop-single-section .product-details .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up:hover,
.shop-single-section .product-details .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down:hover {
  background-color: #94db40;
  color: #fff;
}

.shop-single-section .product-info {
  margin-top: 75px;
  /*** tabs ***/
  /*** client rv ***/
  /*** review form ***/
}

.shop-single-section .product-info h4 {
  font-size: 15px;
  font-size: 0.9375rem;
  margin: 0;
  line-height: 1.7em;
}

.shop-single-section .product-info p {
  margin-bottom: 1.3em;
}

.shop-single-section .product-info .tab-pane p:last-child {
  margin-bottom: 0;
}

.shop-single-section .product-info .nav-tabs {
  border: 0;
}

@media (max-width: 767px) {
  .shop-single-section .product-info .nav-tabs {
    margin-bottom: 20px;
  }
}

.shop-single-section .product-info .nav-tabs li {
  border: 2px solid #eaeaea;
  margin-right: 1px;
}

.shop-single-section .product-info .nav-tabs li.active a {
  border: 0;
  outline: 0;
}

.shop-single-section .product-info .nav-tabs a {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #797979;
  border: 0;
  border-radius: 0;
  margin: 0;
  display: block;
  padding: 12px 20px 11px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .shop-single-section .product-info .nav-tabs a {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: normal;
    padding: 10px 10px 8px;
    text-transform: none;
  }
}

.shop-single-section .product-info .nav-tabs a:hover,
.shop-single-section .product-info .nav-tabs .active a {
  background: #94db40;
  color: #fff;
}

.shop-single-section .product-info .nav-tabs .active,
.shop-single-section .product-info .nav-tabs li:hover {
  border-color: #94db40;
}

.shop-single-section .product-info .tab-content {
  border: 2px solid #eaeaea;
  padding: 35px 25px;
  margin-top: -1px;
}

@media (max-width: 767px) {
  .shop-single-section .product-info .tab-content {
    border: 0;
    padding: 0;
    margin: 0;
  }
}

.shop-single-section .product-info .client-rv {
  overflow: hidden;
  margin-bottom: 30px;
}

.shop-single-section .product-info .client-rv:last-child {
  margin-bottom: 0;
}

.shop-single-section .product-info .client-rv .client-pic {
  width: 60px;
  float: left;
}

@media (max-width: 767px) {
  .shop-single-section .product-info .client-rv .client-pic {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
}

.shop-single-section .product-info .client-rv .details {
  width: calc(100% - 80px);
  float: right;
}

@media (max-width: 767px) {
  .shop-single-section .product-info .client-rv .details {
    width: 100%;
    float: none;
  }
}

.shop-single-section .product-info .client-rv .name-rating-time {
  border-bottom: 1px solid #e6e6e6;
}

@media (max-width: 767px) {
  .shop-single-section .product-info .client-rv .name-rating-time {
    padding-bottom: 3px;
  }
}

.shop-single-section .product-info .client-rv .name-rating-time > div,
.shop-single-section .product-info .client-rv .name-rating > div {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
}

@media (max-width: 767px) {
  .shop-single-section .product-info .client-rv .name-rating-time > div,
  .shop-single-section .product-info .client-rv .name-rating > div {
    font-size: 12px;
    font-size: 0.75rem;
    display: block;
  }
}

.shop-single-section .product-info .client-rv .rating {
  font-size: 12px;
  color: #94db40;
  padding-left: 12px;
}

@media (max-width: 767px) {
  .shop-single-section .product-info .client-rv .rating {
    padding-left: 0;
    margin: 4px 0 7px;
  }
}

.shop-single-section .product-info .client-rv .name-rating-time .time {
  float: right;
  color: #b3b3b3;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .shop-single-section .product-info .client-rv .name-rating-time .time {
    float: none;
  }
}

.shop-single-section .product-info .client-rv .review-body {
  padding-top: 12px;
}

@media screen and (min-width: 1200px) {
  .shop-single-section .product-info .review-form-wrapper {
    padding-left: 45px;
  }
}

@media (max-width: 991px) {
  .shop-single-section .product-info .review-form {
    margin-top: 45px;
  }
}

.shop-single-section .product-info .review-form h4 {
  margin-bottom: 1.73em;
}

.shop-single-section .product-info .review-form form input,
.shop-single-section .product-info .review-form form textarea {
  background: #fbfbfb;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 40px;
  border: 2px solid #efefef;
}

.shop-single-section .product-info .review-form form input:focus,
.shop-single-section .product-info .review-form form textarea:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.shop-single-section .product-info .review-form form textarea {
  height: 130px;
}

.shop-single-section .product-info .review-form form > div {
  margin-bottom: 27px;
}

.shop-single-section .product-info .review-form form > div:last-child {
  margin-bottom: 0;
}

.shop-single-section .product-info .review-form form .rating-wrapper > div {
  display: inline-block;
}

@media (max-width: 767px) {
  .shop-single-section .product-info .review-form form .rating-wrapper > div {
    display: block;
    float: none !important;
  }
}

.shop-single-section .product-info .review-form form .rating-wrapper > div:last-child {
  float: right;
}

@media (max-width: 767px) {
  .shop-single-section .product-info .review-form form .rating-wrapper > div:last-child {
    margin-top: 20px;
  }
}

.shop-single-section .product-info .review-form form .rating a {
  font-size: 14px;
  color: #cccccc;
  display: inline-block;
  margin-right: 10px;
}

@media (max-width: 767px) {
  .shop-single-section .product-info .review-form form .rating a {
    font-size: 12px;
    margin-right: 5px;
  }
}

.shop-single-section .product-info .review-form form .rating a:last-child {
  margin: 0;
}

.shop-single-section .product-info .review-form form .rating a:hover {
  color: #94db40;
}

.shop-single-section .product-info .review-form form .theme-btn-s4 {
  background-color: transparent;
  color: #908f8f;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.shop-single-section .product-info .review-form form .theme-btn-s4:hover {
  background-color: #94db40;
  color: #fff;
}

@media screen and (min-width: 767px) {
  .shop-single-section .product-info .review-form form .theme-btn-s4 {
    font-size: 15px;
    font-size: 0.9375rem;
    padding: 0 20px;
  }
}

.shop-single-section .slider-nav .slick-slide:focus {
  outline: none;
}

/*--------------------------------------------------------------
	#service single page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#10.1	service-single-section
--------------------------------------------------------------*/
.service-single-section {
  /*** service single tab ***/
}

@media screen and (min-width: 1200px) {
  .service-single-section .service-single-content {
    padding-left: 20px;
  }
}

.service-single-section .service-single-content .service-pic {
  margin: 50px 0;
}

.service-single-section .service-single-content .theme-btn, .service-single-section .service-single-content .theme-btn-s2, .service-single-section .service-single-content .theme-btn-s3 {
  margin-top: 20px;
}

.service-single-section .service-single-content h2 {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: bold;
  margin: 0 0 0.7em;
  text-transform: capitalize;
}

@media (max-width: 991px) {
  .service-single-section .service-single-content h2 {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}

@media (max-width: 767px) {
  .service-single-section .service-single-content h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.service-single-section .service-single-content h3 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  text-transform: capitalize;
  margin: 1.9em 0 1em;
}

.service-single-section .service-single-content p {
  margin-bottom: 1.3em;
}

.service-single-section .service-single-content ul {
  list-style: none;
}

@media (max-width: 767px) {
  .service-single-section .service-single-content ul {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.service-single-section .service-single-content ul li {
  position: relative;
  padding-left: 25px;
  line-height: 1.7em;
  color: #121212;
}

.service-single-section .service-single-content ul > li + li {
  margin-top: 8px;
}

.service-single-section .service-single-content ul li i {
  display: inline-block;
  color: #94db40;
  position: absolute;
  left: 0;
  top: 5px;
}

.service-single-section .service-single-content .service-features {
  overflow: hidden;
}

.service-single-section .service-single-content .service-features ul {
  width: 50%;
  display: inline-block;
  float: left;
}

@media (max-width: 767px) {
  .service-single-section .service-single-content .service-features ul {
    width: 100%;
    float: none;
    display: block;
    margin-top: 10px;
  }
}

.service-single-section .service-single-tab {
  margin: 60px 0;
}

@media (max-width: 991px) {
  .service-single-section .service-single-tab {
    margin: 40px 0;
  }
}

.service-single-section .service-single-tab .nav {
  overflow: hidden;
  margin: 0;
}

.service-single-section .service-single-tab .nav li {
  float: left;
  padding-left: 0;
}

.service-single-section .service-single-tab .nav > li + li {
  margin-top: 0;
  margin-left: 3px;
}

@media (max-width: 767px) {
  .service-single-section .service-single-tab .nav > li + li {
    margin-left: 1px;
  }
}

.service-single-section .service-single-tab .nav a {
  background: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #333;
  text-transform: uppercase;
  padding: 10px 25px;
  border: 1px solid rgba(148, 219, 64, 0.5);
}

@media (max-width: 767px) {
  .service-single-section .service-single-tab .nav a {
    font-size: 13px;
    font-size: 0.8125rem;
    padding: 8px 12px;
    text-transform: none;
  }
}

@media (max-width: 350px) {
  .service-single-section .service-single-tab .nav a {
    padding: 8px;
  }
}

.service-single-section .service-single-tab .nav .active a,
.service-single-section .service-single-tab .nav a:hover {
  background: #94db40;
  color: #fff;
}

.service-single-section .tab-content {
  padding: 35px 40px;
  -webkit-box-shadow: 0px 9px 57px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 9px 57px 0px rgba(0, 0, 0, 0.13);
}

@media (max-width: 767px) {
  .service-single-section .tab-content {
    padding: 25px 20px;
  }
}

.service-single-section .tab-content .tab-pane p {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .service-single-section .tab-content .tab-pane p {
    margin-bottom: 15px;
  }
}

.service-single-section .tab-content .tab-pane p:last-child {
  margin-bottom: 0;
}

.service-single-section .service-features-grids {
  -webkit-box-shadow: 0px 3px 17.85px 3.15px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 3px 17.85px 3.15px rgba(0, 0, 0, 0.05);
  margin: 60px 0;
}

.service-single-section .service-features-grids .grid {
  width: 33.33%;
  float: left;
  padding: 40px 30px;
  border-right: 1px solid #f1f1f1;
}

@media (max-width: 767px) {
  .service-single-section .service-features-grids .grid {
    width: 100%;
    float: none;
    border-right: 0;
    border-bottom: 1px solid #f1f1f1;
    padding: 30px 25px;
  }
}

.service-single-section .service-features-grids .grid:last-child {
  border-right: 0;
}

@media (max-width: 767px) {
  .service-single-section .service-features-grids .grid:last-child {
    border-bottom: 0;
  }
}

.service-single-section .service-features-grids p {
  font-size: 15px;
  font-size: 0.9375rem;
  margin: 0;
}

.service-single-section .service-features-grids .fi:before {
  font-size: 45px;
  font-size: 2.8125rem;
  color: #94db40;
}

.service-single-section .service-features-grids h4 {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0.7em 0;
}

/*--------------------------------------------------------------
	#project single page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#11.1	project-sigle-section
--------------------------------------------------------------*/
.project-sigle-section .project-info {
  background-color: #f7f7f7;
  width: 370px;
  padding: 45px;
  float: right;
  margin-top: 15px;
}

@media (max-width: 991px) {
  .project-sigle-section .project-info {
    width: auto;
    max-width: 300px;
    float: none;
    margin: 0;
    padding: 25px;
  }
}

.project-sigle-section .project-info ul {
  list-style: none;
}

.project-sigle-section .project-info ul > li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.project-sigle-section .project-info li {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #797979;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 12px;
  padding-bottom: 12px;
}

.project-sigle-section .project-info li span {
  font-weight: 600;
  color: #333;
}

.project-sigle-section .project-details {
  width: calc(100% - 400px);
  float: left;
}

@media (max-width: 991px) {
  .project-sigle-section .project-details {
    width: 100%;
    float: none;
    margin-top: 70px;
  }
}

.project-sigle-section .content-area {
  padding-top: 70px;
}

.project-sigle-section .content-area h2 {
  font-size: 32px;
  font-size: 2rem;
  margin: 0 0 0.8em;
}

@media (max-width: 991px) {
  .project-sigle-section .content-area h2 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

@media (max-width: 767px) {
  .project-sigle-section .content-area h2 {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

.project-sigle-section .content-area p {
  margin-bottom: 1.7em;
}

.project-sigle-section .challange-solution-section {
  margin-top: 70px;
  clear: both;
  float: none;
}

@media (max-width: 991px) {
  .project-sigle-section .challange-solution-section {
    margin-top: 30px;
  }
}

.project-sigle-section .challange-solution-section ul {
  list-style: none;
}

.project-sigle-section .challange-solution-section ul li {
  font-size: 18px;
  font-size: 1.125rem;
}

@media (max-width: 991px) {
  .project-sigle-section .challange-solution-section ul li {
    font-size: 16px;
    font-size: 1rem;
  }
}

.project-sigle-section .challange-solution-section ul > li + li {
  margin-top: 8px;
}

.project-sigle-section .challange-solution-section li i {
  color: #94db40;
  display: inline-block;
  padding-right: 7px;
  position: relative;
  top: 2px;
}

.project-sigle-section .prev-next-project {
  background: #fbfbfb;
  padding: 28px 22px;
  margin-top: 80px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .project-sigle-section .prev-next-project {
    text-align: center;
    padding: 35px 22px;
  }
}

.project-sigle-section .prev-next-project > div {
  display: inline-block;
  position: relative;
  padding-left: 75px;
}

@media (max-width: 767px) {
  .project-sigle-section .prev-next-project > div {
    display: block;
    float: none;
    padding: 0;
  }
}

.project-sigle-section .prev-next-project > div:first-child {
  float: left;
}

@media (max-width: 767px) {
  .project-sigle-section .prev-next-project > div:first-child {
    display: block;
    float: none;
    margin-bottom: 25px;
  }
}

.project-sigle-section .prev-next-project > div:last-child {
  float: right;
  padding: 0 75px 0 0;
}

@media (max-width: 767px) {
  .project-sigle-section .prev-next-project > div:last-child {
    display: block;
    float: none;
    padding: 0;
  }
}

.project-sigle-section .prev-next-project .icon {
  position: absolute;
  left: 0;
  top: 5px;
  border-right: 1px solid #e8e8e8;
  padding-right: 18px;
}

@media (max-width: 767px) {
  .project-sigle-section .prev-next-project .icon {
    display: none;
  }
}

.project-sigle-section .prev-next-project .icon i {
  font-size: 30px;
  font-size: 1.875rem;
  color: #94db40;
}

.project-sigle-section .prev-next-project > div:last-child .icon {
  left: auto;
  right: 0;
  border-left: 1px solid #e8e8e8;
  padding-left: 18px;
  border-right: 0;
  padding-right: 0;
}

.project-sigle-section .prev-next-project a {
  display: block;
}

.project-sigle-section .prev-next-project a > span {
  font-size: 14px;
  font-size: 0.875rem;
  color: #7b7b7b;
}

.project-sigle-section .prev-next-project a > h5 {
  font-size: 16px;
  font-size: 1rem;
  color: #333;
  margin: 0.5em 0 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

@media (max-width: 767px) {
  .project-sigle-section .prev-next-project a > h5 {
    font-size: 16px;
    font-size: 1rem;
    margin: 0.1em 0 0;
  }
}

.project-sigle-section .prev-next-project a:hover h5 {
  color: #94db40;
}
.img-holder img
{
    /* height: 240px; */
    widows: 100%;
    overflow: hidden;
}
.image1 img
{
    /* height: 215px!important; */
    width: 100%;
    border: 1px solid #ddd;
}
.mint
{
    background-color: #f5f5f5;
    padding: 30px;
}
.pdt
{
    padding-top: 20px;
    padding-bottom: 50px;
}
.grid
{
    margin-bottom: 20px;
}
.about-pic-area
{
    /* margin-top: 20px; */
}
.images 
{
    margin-bottom: 20px;
}
.content p
{
        color: #000;
    margin-top: 5px;
}
.tt tr
{
        border: 1px solid #ddd;
    padding: 10px;
}
.tt td
{
    padding: 10px;
    border: 1px solid #ddd;
}
.section-title-s2 p {
    font-size: 17px;
    text-align: center;
    font-weight: 400;
    color: #252525;
    margin-bottom: 5px;
}
@media(max-width:768px){
    .navbar-brand img
    {
        width: 90px;
    }
    .call1 img
{
    width: 80px!important;
    padding: 10px;
}
   
}
.call1
{
    position: fixed;
    z-index: 999;
    bottom: 0px;
    left: 0px;
}
.call1 img
{
    width: 90px;
    padding: 10px;
}
.call
{
    margin-top: 10px;
    text-align: center;
}
.call a
{
    font-size: 18px;
    color: #000;
    font-weight: bold;
}
.about-section
{
    margin-top: 40px;
}
.avl
{
    background-color: #fbfbfb;
}

@media(max-width:768px){
    .awas img
    {
        width: 200px;
    }
}
@media(max-width:600px){
    .img-holder img
    {
        height: auto!important;
    }
}
.fixed
{
    position: fixed;
    padding: 10px;
    top: 50%;
    text-transform: uppercase;
    font-size: 15px;
    border-radius: 0px;
    border: none;
    letter-spacing: 0.5px;
    right: -42px;
    z-index: 999;
    transform: rotate(90deg);
}
.middel
{
    text-align: center!important;
    font-size: 25px!important;
}
.logo img
{
        width: 100%;
}
.bank h2
{
    font-size: 20px;
    line-height: 29px;
}
.apply
{
        background-color: green;
    padding: 5px;
    color: #fff!Important;
}
.apply a
{
    color: #fff!important;
}
.bank h1
{
    background-color: green;
    color: #fff;
    padding: 6px;
    font-size: 20px;
    width: 400px;
    margin: 0 auto;
    margin-top: 19px;
    margin-bottom: 25px;
}
.linked-payment
{
    margin-top: 20px;
    margin-bottom: 20px;
}
.grid img
{
    height: 260px;
}
.grid p
{
        background-color: #efefef;
        padding: 6px;
        font-size: 20px;
        color: #000;
}
@media(max-width:768px)
{
    .bank h1
    {
        width: 100%!important;
    }
}
.about-pic-area
{
    margin-top: 10px;
    height: 400px;
    border: 1px solid #ddd;
    overflow: scroll;
}
/* Blink for Webkit and others
(Chrome, Safari, Firefox, IE, ...)
*/

@-webkit-keyframes blinker {
  from {opacity: 1.0;}
  to {opacity: 0.1;}
}
.blink{
	text-decoration: blink;
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 0.5s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-direction: alternate;
}
.rera
{
    background-color: green;
    /* padding: 10px; */
    color: #fff;
    font-size: 18px;
    width: 75%;
    margin: 0 auto;
}
@media(max-width:700px){
    .rera
    {
        width: 100%!important;
        font-size:13px;
    }
}
.font-size span
{
    font-size: 25px!important;
    padding: 10px!important;
}
.font-size
{
    padding: 10px!important;
}
.rera span
{
    color:#fff!important;
}
.section:hover img {
    transform: scale(1.1);
    transition: all ease 0.8s;
}
.section img {
    transition: all ease 0.8s;
}
.section
{
        border: 1px solid #e6e6e6;
    padding: 5px;
    text-align: center;
    margin-bottom: 20px;
}
.content11
{
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.floor-plan
{
    margin-top: 50px;
    margin-bottom: 50px;
}
.top-margin h4
{
    background-color: #ee6730;
    padding: 10px;
    color: #fff;
}
.payment a
{
        background-color: green;
    padding: 10px;
    transition: all ease 1s;
    color: #fff;
}
.payment a:hover{
    background-color: #000;
    color: #fff;
    transition: all ease 1s;
}
.payment-link
{
    margin-top: 30px;
}
.table
{
        border: 1px solid #ddd;
}
.theme-btn
{
    cursor: pointer!important;
}
.marquee {
    background-color: #ee6730;
    padding: 0px 10vw; 
    color: #fff;
    margin-bottom: 2px;
    letter-spacing: 0.5px;
    font-size: 18px;
}
    .marq
    {
            margin-top: 5px;
    }
    .bank p
    {
        color:#000;
    }
.carousel-inner img
{
    width: 100%;
}
.main-th
{
    vertical-align: middle!important;
        color: #ffffff;
    text-align: center;
        background-color: #ee6730;
    
}
.table tr
{
    font-size:14px!important;
}


/*on click pop*/
.sidebar-contact{
  position:fixed;
  top:65%;
  z-index: 999999;
  right: -350px;
  /* left:-350px; */
  transform:translateY(-50%);
  width:350px;
  height:auto;
  padding: 15px;
  background:#fff;
  box-shadow: 0 20px 50px rgba(0,0,0,.5);
  box-sizing:border-box;
  transition:0.5s;
}
.sidebar-contact.active{
  /* left:0; */
  right: 0px;
}
.sidebar-contact input,
.sidebar-contact textarea{
  width:100%;
  height:36px;
  padding:5px;
  margin-bottom:10px;
  box-sizing:border-box;
  border:1px solid rgba(0,0,0,.5);
  outline:none;
}
.sidebar-contact h2{
  margin: 0 0 16px;
  text-align: center;
  padding:0;
}
.sidebar-contact textarea{
  height:60px;
  resize:none;
}
.sidebar-contact input[type="submit"]{
  background:#00bcd4;
  color:#fff;
  cursor:pointer;
  border:none;
  font-size:18px;
}
.toggle{
  position:absolute;
  /* height: 85px; */
  transform: rotate(90deg);
  /* width:48px; */
  text-align:center;
  cursor:pointer;
  padding: 10px;
  background: green;
  top: 33px;
  color: #fff;
  left: -76px;
  /* right: 325px; */
  /* line-height: 46px; */
}
.toggle:before{
  /*content:'contact';*/
  font-family:fontAwesome;
  font-size:18px;
  color:#fff;
  display: inline-block;
    white-space: nowrap;
    /* this is for shity "non IE" browsers
       that dosn't support writing-mode */
    -webkit-transform: translate(1.1em,0) rotate(90deg);
       -moz-transform: translate(1.1em,0) rotate(90deg);
         -o-transform: translate(1.1em,0) rotate(90deg);
            transform: translate(1.1em,0) rotate(90deg);
    -webkit-transform-origin: 0 0;
       -moz-transform-origin: 0 0;
         -o-transform-origin: 0 0;
            transform-origin: 0 0;
   /* IE9+ */
   -ms-transform: none;
   -ms-transform-origin: none;
   /* IE8+ */
   -ms-writing-mode: tb-rl;
   /* IE7 and below */
   *writing-mode: tb-rl;
}
}
.toggle.active:before{
  content:'\f00d';
}
@media(max-width:768px)
{
  .sidebar-contact{
    width: 290px;
    /* height:100%; */
    right: -290px;
  }
  .sidebar-contact .toggle{
    left: -69px;
    top: 32%;
    /* transform:translateY(-50%); */
    transition:0.5s;
  }
  .sidebar-contact.active .toggle
  {
    /* top: 37px; */
    /* right: 314px; */
    /* transform:translateY(0); */
  }
  .scroll{
    width:100%;
    height:100%;
    overflow-y:auto;
  }
  .content{
    padding:50px 50px;
  }
}
/*on click pop*/


/*on click pop*/
.sidebar-contact{
  position:fixed;
  top:65%;
  z-index: 999999;
  right: -350px;
  /* left:-350px; */
  transform:translateY(-50%);
  width:350px;
  height:auto;
  padding: 15px;
  background:#fff;
  box-shadow: 0 20px 50px rgba(0,0,0,.5);
  box-sizing:border-box;
  transition:0.5s;
}
.sidebar-contact.active{
  /* left:0; */
  right: 0px;
}
.sidebar-contact input,
.sidebar-contact textarea{
  width:100%;
  height:36px;
  padding:5px;
  margin-bottom:10px;
  box-sizing:border-box;
  border:1px solid rgba(0,0,0,.5);
  outline:none;
}
.sidebar-contact h2{
  margin: 0 0 16px;
  text-align: center;
  padding:0;
}
.sidebar-contact textarea{
  height:60px;
  resize:none;
}
.sidebar-contact input[type="submit"]{
  background:#00bcd4;
  color:#fff;
  cursor:pointer;
  border:none;
  font-size:18px;
}
.toggle{
  position:absolute;
  /* height: 85px; */
  transform: rotate(90deg);
  /* width:48px; */
  text-align:center;
  cursor:pointer;
  padding: 10px;
  background: green;
  top: 33px;
  color: #fff;
  left: -76px;
  /* right: 325px; */
  /* line-height: 46px; */
}
.toggle:before{
  /*content:'contact';*/
  font-family:fontAwesome;
  font-size:18px;
  color:#fff;
  display: inline-block;
    white-space: nowrap;
    /* this is for shity "non IE" browsers
       that dosn't support writing-mode */
    -webkit-transform: translate(1.1em,0) rotate(90deg);
       -moz-transform: translate(1.1em,0) rotate(90deg);
         -o-transform: translate(1.1em,0) rotate(90deg);
            transform: translate(1.1em,0) rotate(90deg);
    -webkit-transform-origin: 0 0;
       -moz-transform-origin: 0 0;
         -o-transform-origin: 0 0;
            transform-origin: 0 0;
   /* IE9+ */
   -ms-transform: none;
   -ms-transform-origin: none;
   /* IE8+ */
   -ms-writing-mode: tb-rl;
   /* IE7 and below */
   *writing-mode: tb-rl;
}
}
.toggle.active:before{
  content:'\f00d';
}
@media(max-width:768px)
{
  .sidebar-contact{
    width: 290px;
    /* height:100%; */
    right: -290px;
  }
  .sidebar-contact .toggle{
    left: -69px;
    top: 32%;
    /* transform:translateY(-50%); */
    transition:0.5s;
  }
  .sidebar-contact.active .toggle
  {
    /* top: 37px; */
    /* right: 314px; */
    /* transform:translateY(0); */
  }
  .scroll{
    width:100%;
    height:100%;
    overflow-y:auto;
  }
  .content{
    padding:50px 50px;
  }
}
/*on click pop*/

.instructions {
  text-align:center;
  font-size:20px;
  margin: 15vh;
}  

/* //////////////////////////////////////////////////////////////////////////////////////////////
	//   Default Modal Styles   //
////////////////////////////////////////////////////////////////////////////////////////////// */
/*   This is the background overlay   */
.backgroundOverlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #000000;
	opacity: .85;
	filter: alpha(opacity=85);
	-moz-opacity: .85;
	z-index: 101;
	display: none;
}
/*   This is the Popup Window   */
.delayedPopupWindow {
	display: none;
	position: fixed;
	width: 100%;
	/* max-width: 480px; */
	/* height: 310px; */
	top: 50%;
	/* left: 50%; */
	/* margin-left: -260px; */
	margin-top: -180px;
	/* background-color: #efefef; */
	/* border: 2px solid #333; */
	z-index: 102;
	/* padding: 10px 20px; */
}
/*   This is the closing button  */
#btnClose {
	width:100%;
	display: block;
	text-align: right;
	text-decoration: none;
	color: #BCBCBC;
}
/*   This is the closing button hover state  */
#btnClose:hover {
	color: #c90c12;
}
/*   This is the description headline and paragraph for the form   */
#delayedPopup > div.formDescription {
	float: left;
	display: block;
	width: 44%;
	padding: 1% 3%;
	font-size: 18px;
	color: #666;
	clear: left;
}
/*   This is the styling for the form's headline   */
#delayedPopup > div.formDescription h2 {
	color: #444444;
	font-size: 36px;
	line-height: 40px;
}

/* 
////////// MailChimp Signup Form //////////////////////////////
*/

/*   This is the signup form body  */
#delayedPopup #mc_embed_signup {
	float: left;
	background-color: #ffffff;
	width: 100%;
	padding: 15px;
	display: block;
	font-size: 16px;
	border-radius: 10px;
	color: #666;
	/* margin-left: 1%; */
}
/*   This is the styling for the signup form inputs  */
#delayedPopup #mc-embedded-subscribe-form input {
	width: 95%;
	height: 30px;
	font-size: 18px;
	padding: 3px;
  margin-bottom: 5px;
}
/*   This is the styling for the signup form inputs when they are being hovered with the mouse  */
#delayedPopup #mc-embedded-subscribe-form input:hover {
	border:solid 2px #40c348;
	box-shadow: 0 1px 3px #AAAAAA;
}
/*   This is the styling for the signup form inputs when they are focused  */
#delayedPopup #mc-embedded-subscribe-form input:focus {
	border:solid 2px #40c348;
	box-shadow: none;
}
/*   This is the styling for the signup form submit button  */
#delayedPopup #mc-embedded-subscribe {
	width: 100%!important;
	height: 40px!important;
	margin: 10px auto 0 auto;
	background: #5D9E62;
	border: none;
	color: #fff;
}
/*   This is the styling for the signup form submit button hover state  */
#delayedPopup #mc-embedded-subscribe:hover {
	background: #40c348;
	color: #fff;
	box-shadow:none!important;
	cursor: pointer;
}
.widthmain
{
    width: 500px;
    background-color: #efefef;
    margin: 0 auto;
}
@media(max-width:600px){
    .widthmain
{
    width: 300px;
    background-color: #efefef;
    margin: 0 auto;
}
    #delayedPopup #mc_embed_signup
    {
        padding: 7px!important;
    }
    .contact-new
    {
        margin-top:15px;
    }
}
.send-message
{
    padding: 6px!important;
}
.contant-head h2
{
    margin-top: 10px;
}
.phone-call {
    width: 50px;
    height: 50px;
    left: 15px;
    bottom: 20px;
    background: #ffc600;
    position: fixed;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    border-radius: 50%;
    z-index: 99;
    line-height: 53px;
}

.phone-call:before {
    position: absolute;
    content: " ";
    z-index: -1;
    top: -15px;
    left: -15px;
    background-color: #ffc600;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    opacity: 0.6;
    -webkit-animation: pulse 1s ease-out;
    animation: pulse 1.8s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0);
        opacity: 0;
    }
    25% {
        -webkit-transform: scale(0.3);
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(0.6);
        opacity: .6;
    }
    75% {
        -webkit-transform: scale(0.9);
        opacity: .3;
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 0;
    }
}

@keyframes pulse {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    25% {
        transform: scale(0.3);
        opacity: 1;
    }
    50% {
        transform: scale(0.6);
        opacity: .6;
    }
    75% {
        transform: scale(0.9);
        opacity: .3;
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}

@media (max-width: 600px){
	.next-section img
	{
		width: 320px;
}
	.phone-call
	{
		display: block;
	}
}
.call-back
{
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}
.details
{
    font-size: 17px;
    text-align: center;
    color: #000;
    font-weight: 500;
}
.list-style i
{
    color:green;
}
.list-style p
{
    color:#000;
}
.head-main p
{
    font-size:bold;
    font-size:20px;
}
.main-form
{
    background-color:#ddd;
}
.main-form h3
{
    text-align:center;
}
.main-form p
{
    text-align:center;
}
.image-left-zero
{
    padding-left:0px!Important;
    padding-right:0px!Important;
}
.main-form
    {
    padding-left: 0px!important;
    padding-top: 48px;
    padding-bottom: 37px;
}
 .mt-5{
    margin-top: 5px;
  }
  .mb-5{
    margin-bottom: 5px;
  }
   .mb-20{
    margin-bottom: 20px;
  }
  .hoverImg:hover{
    cursor: pointer;
  }