/*------------------------------------------------------------------
[Master Stylesheet]
Theme Name:     Arch Tech - Architecture & Interior HTML Template
Version:        1.0.0
Author:         Unique-Theme
URL:            http://themeforest.net/user/Unique-Theme
-------------------------------------------------------------------*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
#0.1  Theme Reset Style
#0.2  Global Elements
#0.3  header
#0.4  hero-slider
#0.5  footer
#0.6  target-area
#0.7  causes-section
#0.8  about-section
#0.9  events-section
#1.0  partner-section
#1.1  cta-s1-section
#1.2  cta-s2-section
#1.3  blog-section
#1.4  instagram-section


/--------------------------------------------------------------
  #home-style-2
--------------------------------------------------------------/
#2.1  feature-section
#2.2  about-section-s2
#2.3  partner-section-s2
#2.4  team-section


/--------------------------------------------------------------
  #home-style-3
--------------------------------------------------------------/
#3.1  feature-section-s2
#3.2  about-s3-section
#3.3  campain-section
#3.4  cta-section-s3
#3.5  testimoninals-funfact-section


/--------------------------------------------------------------
  #about-page
--------------------------------------------------------------/
#4.1  about-page-section


/--------------------------------------------------------------
  #contact-page
--------------------------------------------------------------/
#5.1  contact-section


/--------------------------------------------------------------
  #event-single-page
--------------------------------------------------------------/
#7.1  event-single-section


/--------------------------------------------------------------
  #blog-page
--------------------------------------------------------------/
#8.1  blog-pg-section


/--------------------------------------------------------------
  #blog-single-page
--------------------------------------------------------------/
#9.1  blog-single-section


/--------------------------------------------------------------
  #shop-page
--------------------------------------------------------------/
#10.1  shop-pg-section


/--------------------------------------------------------------
  #shop-single-page
--------------------------------------------------------------/
#11.1 shop-single-section


/--------------------------------------------------------------
  #team-single-page
--------------------------------------------------------------/
#12.1 team-sigle-section


/--------------------------------------------------------------
  #team-single-page
--------------------------------------------------------------/
#13.1  error-404-section



----------------------------------------------------------------*/
/*---------------------------
  Fonts
----------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Mitr:wght@200;300;400;500&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;1,100;1,200;1,300;1,400;1,500;1,600&display=swap');

/*--------------------------------------------------------------
#0.1    Theme Reset Style
--------------------------------------------------------------*/
html {
  font-size: 15px;
}

body {
  font-family: 'Montserrat', sans-serif;
  background-color: #fff;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

p {
  color: #8f9aa7;
  line-height: 1.7em;
}
@media (max-width: 767px) {
  p {
    color: #3f3c3c;
  }
  .dis-nun {
    display: none;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  font-family: 'Mitr', sans-serif;
  color: #151515;
}

h1 {
  font-family: 'Mitr', sans-serif; /* Headings font */
  font-size: 56px;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 20px;
}

h2 {
  font-family: 'Mitr', sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 1.25;
  margin-bottom: 18px;
}

h3 {
  font-family: 'Mitr', sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 1.3;
  margin-bottom: 16px;
}

h4 {
  font-family: 'Mitr', sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.3;
  margin-bottom: 14px;
}

h5 {
  font-family: 'Mitr', sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.3;
  margin-bottom: 12px;
}

h6 {
  font-family: 'Mitr', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.3;
  margin-bottom: 10px;
}

/* -------- Paragraphs -------- */
p {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  margin-bottom: 18px;
  color: #444;
}

ul {
  padding-left: 0;
  margin: 0;
}

a {
    color: #151515;
  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,
a:focus {
  text-decoration: none;
}

img {
  max-width: 100%;
}

.owl-carousel .owl-item img {
  width: auto;
}

button:focus {
  outline: none;
}

/*--------------------------------------------------------------
#0.2    Global Elements
--------------------------------------------------------------*/
.page-wrapper {
  position: relative;
  overflow: hidden;
}

.box-style {
  padding: 0 60px;
}
 .box-style-1 {
  padding: 0 90px;
}
@media (max-width: 1199px) {
  .box-style, .box-style-1 {
    padding: 0 35px;
  }
}

@media (max-width: 991px) {
  .box-style, .box-style-1 {
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
  .box-style, .box-style-1 {
    padding: 0 10px;
  }
}

.wow {
  visibility: hidden;
}

.fi:before {
  margin: 0;
}

.section-padding {
  padding: 120px 0;
}
@media (max-width: 1199px) {
  .section-padding {
    padding: 100px 0;
  }
}
@media (max-width: 991px) {
  .section-padding {
    padding: 80px 0;
  }
}

@media (max-width: 767px) {
  .section-padding {
    padding: 70px 0;
  }
}

.mouse-follower {
  background-color: rgb(49 192 206 / 32%);
  position: absolute;
  color: white;
  width: 25px;
  height: 25px;
  border: 1px solid #31c0ce;
  z-index: 999999;
  border-radius: 50%;
  pointer-events: none;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -o-transition: all 0.1s;
  -ms-transition: all 0.1s;
  transition: all 0.1s;
}

.mr-bt-0 {
  margin-bottom: 0 !important;
}

/*** contact form error handling ***/
.contact-validation-active .error-handling-messages {
  margin-top: 15px;
}

.contact-validation-active label.error {
  color: red;
  font-size: 0.93333rem;
  font-weight: normal;
  margin: 5px 0 0 0;
  text-align: left;
  display: block;
}

.contact-validation-active #loader {
  display: none;
  position: relative;
  top: 10px;
}

.contact-validation-active #loader i {
  font-size: 26px;
  font-size: 1.73333rem;
  color: #31c0ce;
  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;
}

/*** back to top **/
.back-to-top {
  background-color: rgba(246, 198, 6, 0.9);
  width: 45px;
  height: 45px;
  line-height: 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;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

@media (max-width: 991px) {
  .back-to-top {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}

.back-to-top:hover {
  background-color: #f6c606;
}

.back-to-top i {
  font-size: 18px;
  font-size: 1.2rem;
  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;
}

@-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;
}

.section-title, .section-title-s4 {
  position: relative;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .section-title, .section-title-s4 {
    padding-left: 0;
    margin-bottom: 45px;
  }
}

.section-title > span, .section-title-s4 > span {
  font-family: 'Mitr', sans-serif;
  font-size: 16px;
  font-size: 1.06667rem;
  font-weight: 500;
  color: #777676;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 5px;
  position: relative;
  margin-top: -0.31em;
  display: inline-block;
}

@media (max-width: 991px) {
  .section-title > span, .section-title-s4 > span {
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

@media (max-width: 767px) {
  .section-title > span, .section-title-s4 > span {
    letter-spacing: 2px;
  }
}

.section-title > span:after, .section-title-s4 > span:after {
  content: "";
  background: #d3d3d3;
  width: 50px;
  height: 1px;
  position: absolute;
  right: -60px;
  top: 12px;
}

.section-title h2, .section-title-s4 h2 {
  font-size: 42px;
  font-weight: 200;
  position: relative;
  margin: 0.31em 0 0;
}

@media (max-width: 991px) {
  .section-title h2, .section-title-s4 h2 {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .section-title h2, .section-title-s4 h2 {
    font-size: 35px;
  }
}

.section-title > span, .section-title-s4 > span, .section-title h2, .section-title-s4 h2 {
  position: relative;
  z-index: 2;
}

.section-title .transparent-text, .section-title-s4 .transparent-text {
  font-family: 'Mitr', sans-serif;
  font-size: 125px;
  font-size: 8.33333rem;

  color: #f1f2f2;
  line-height: 0.8em;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  top: -3px;
}

@media (max-width: 991px) {
  .section-title .transparent-text, .section-title-s4 .transparent-text {
    font-size: 110px;
    font-size: 7.33333rem;
  }
}

@media (max-width: 767px) {
  .section-title .transparent-text, .section-title-s4 .transparent-text {
    font-size: 60px;
    font-size: 4rem;
  }
}

.section-title-s2 .transparent-text {
  font-family: 'Montserrat', sans-serif;
  font-size: 125px;
  font-size: 8.33333rem;
  font-weight: bold;
  color: #f1f2f2;
  line-height: 0.8em;
  text-transform: uppercase;
  position: absolute;
  left: 50%;
  top: -20px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (max-width: 991px) {
  .section-title-s2 .transparent-text {
    font-size: 110px;
    font-size: 7.33333rem;
  }
}

@media (max-width: 767px) {
  .section-title-s2 .transparent-text {
    font-size: 60px;
    font-size: 4rem;
  }
}
.section-title-s2 {
  position: relative;
  margin-bottom: 50px;
  text-align: center;
}

@media (max-width: 991px) {
  .section-title-s2 {
    margin-bottom: 45px;
  }
}

@media (max-width: 767px) {
  .section-title-s2 {
    margin-bottom: 50px;
  }
}

.section-title-s2 h2 {
  font-size: 48px;
  position: relative;
  text-transform: capitalize;
  margin: 0.31em 0 0;
  position: relative;
  z-index: 2;
  font-weight: 200;
}

@media (max-width: 991px) {
  .section-title-s2 h2 {
    font-size: 42px;
  }
}

@media (max-width: 767px) {
  .section-title-s2 h2 {
    font-size: 35px;
    padding-top: 0.4em;
    padding-top: 0.15em;
  }
}
.section-title > span,
.section-title-s2 > span,
.section-title-s3 > span {
    font-size: 15px;
    color: #31c0ce;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 5px;
    display: inline-block;
    margin-top: -0.3em;
}

@media (max-width: 991px) {
  .section-title > span,
  .section-title-s2 > span,
  .section-title-s3 > span {
      font-size: 15px;
  }
}
.section-title-s3 {
  margin-bottom: 40px;
}

.section-title-s3 > span {
  font-family: 'Mitr', sans-serif;
  font-size: 16px;
  font-size: 1.06667rem;
  font-weight: 500;
  color: #777676;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 5px;
  position: relative;
}

@media (max-width: 991px) {
  .section-title-s3 > span {
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

@media (max-width: 767px) {
  .section-title-s3 > span {
    letter-spacing: 2px;
  }
}

.section-title-s3 h2 {
  font-size: 45px;
  font-size: 3rem;
  font-weight: 500;
  position: relative;
  text-transform: uppercase;
  margin: 0.21em 0 0;
}

@media (max-width: 991px) {
  .section-title-s3 h2 {
    font-size: 42px;
    font-size: 2.8rem;
  }
}

@media (max-width: 767px) {
  .section-title-s3 h2 {
    font-size: 35px;
    font-size: 2.33333rem;
  }
}

.section-title-s4 {
  text-align: center;
  padding-left: 0;
}

.section-title-s4 .transparent-text {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.section-title-s4 > span:after {
  display: none;
}
.section-title h3, 
.section-title-s4 h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 125px;
  font-weight: bold;
  color: #363636;
  line-height: 0.8em;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 50px;
}

@media (max-width: 991px) {
  .section-title h3, 
.section-title-s4 h3 {
    font-size: 110px;
  }
}

@media (max-width: 767px) {
  .section-title h3, 
.section-title-s4 h3 {
    font-size: 60px;
  }
}



@media (max-width: 991px) {
  .section-title h3, 
.section-title-s4 h3 {
    font-size: 110px;
  }
}

@media (max-width: 767px) {
  .section-title h3, 
.section-title-s4 h3 {
    font-size: 55px;
  }
}

/**********/
.theme-btn, .theme-btn-s3, .theme-btn-s4 {
  font-family: 'Mitr', sans-serif;
  height: 50px;
  line-height: 47px;
  font-size: 16px;
  color: #151515;
  border: 1px solid #151515;
  padding: 0 30px;
  text-transform: uppercase;
  letter-spacing: 3px;
  display: inline-block;
  border-radius: 0px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 991px) {
    .theme-btn, .theme-btn-s3, .theme-btn-s4 {
        height: 43px;
        line-height: 43px;
        font-size: 13px;
        padding: 0 25px;
    }
}
@media (max-width: 767px) {
  .theme-btn, .theme-btn-s3, .theme-btn-s4 {
    height: 40px;
    line-height: 35px;
    font-size: 14px;
    font-size: 0.93333rem;
    padding: 0 18px;
  }
}

.theme-btn:hover, .theme-btn-s3:hover, .theme-btn-s4:hover {
  background-color: #31c0ce;
  color: #fff;
}

.theme-btn-s2 {
  font-family: 'Mitr', sans-serif;
  font-size: 16px;
  font-size: 1.06667rem;
  font-weight: 500;
  color: #6b6b6b;
  letter-spacing: 2px;
  padding-right: 25px;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
}

@media (max-width: 991px) {
  .theme-btn-s2 {
    font-size: 15px;
    font-size: 1rem;
  }
}

@media (max-width: 767px) {
  .theme-btn-s2 {
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

.theme-btn-s2:after {
  content: "\e628";
  font-family: "themify";
  position: absolute;
  right: 0;
}

.theme-btn-s2:hover {
  color: #31c0ce;
}

.theme-btn-s3, .theme-btn-s4 {
  color: #31c0ce;
  font-weight: 200;
  padding: 0 28px;
  letter-spacing: 1px;
}
@media (max-width: 991px) {
  .theme-btn-s3, .theme-btn-s4 {
    padding: 0 18px;
  }
}
@media (max-width: 767px) {
  .theme-btn-s3, .theme-btn-s4 {
    padding: 0 19px;
  }
}

.theme-btn-s4 {
  background-color: transparent;
  font-size: 14px;
  font-size: 0.93333rem;
  padding: 0 25px;
}

@media screen and (min-width: 992px) {
  .theme-btn-s4 {
    height: 45px;
    line-height: 42px;
  }
}

.form input,
.form textarea,
.form select {
  border-color: #bfbfbf;
  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: #31c0ce;
  -webkit-box-shadow: 0 0 5px 0 #eafd18;
  -moz-box-shadow: 0 0 5px 0 #eafd18;
  -o-box-shadow: 0 0 5px 0 #eafd18;
  -ms-box-shadow: 0 0 5px 0 #eafd18;
  box-shadow: 0 0 5px 0 #eafd18;
}

.form ::-webkit-input-placeholder {
  font-size: 14px;
  font-style: italic;
  color: #595959;
}

.form :-moz-placeholder {
  font-size: 14px;
  font-style: italic;
  color: #595959;
}

.form ::-moz-placeholder {
  font-size: 14px;
  font-style: italic;
  color: #595959;
}

.form :-ms-input-placeholder {
  font-size: 14px;
  font-style: italic;
  color: #595959;
}

.form select {
  font-style: italic;
  background: url(https://zosuba.com/tf/html/unique/archtech-v2/assets/images/select-icon.png) 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/page-title.jpg") center center/cover no-repeat local;
  width: 100%;
  height: 480px;
  text-align: center;
  position: relative;
}

@media (max-width: 991px) {
  .page-title {
    height: 300px;
  }
}
.page-title:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.5;
  background: -webkit-linear-gradient(top, #0a172b 55%, #31c0ce);
  background: -moz-linear-gradient(top, #0a172b 55%, #31c0ce);
  background: -o-linear-gradient(top, #0a172b 55%, #31c0ce);
  background: -ms-linear-gradient(top, #0a172b 55%, #31c0ce);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, #0a172b), to(#31c0ce));
}

.page-title .container {
  height: 100%;
  display: table;
}

.page-title .container > .row {
  vertical-align: middle;
  display: table-cell;
}

.page-title h2,
.page-title ol {
  color: #fff;
}

.page-title h2 {
  font-size: 60px;
  font-weight: 200;
  margin: -0.12em 0 0.30em;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .page-title h2 {
    font-size: 50px;
    font-size: 3.33333rem;
  }
}

@media (max-width: 767px) {
  .page-title h2 {
    font-size: 40px;
    font-size: 2.66667rem;
  }
}

.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: 16px;
  font-size: 1.06667rem;
  color: #fff;
  margin-right: 5px;
}

@media (max-width: 767px) {
  .page-title .breadcrumb li {
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

.page-title .breadcrumb li a {
  color: #31c0ce;
}

.page-title .breadcrumb li a:hover {
  color: #c5a47e;
}

.page-title .breadcrumb > li + li:before {
  font-family: "themify";
  content: "\e628";
  color: #31c0ce;
  margin-right: 5px;
}

.preloader {
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999999;
}

.preloader .spinner {
  width: 60px;
  height: 60px;
  position: absolute;
  left: calc(50% - 30px);
  top: calc(50% - 30px);
  text-align: center;
  -webkit-animation: sk-rotate 2.0s infinite linear;
  animation: sk-rotate 2.0s infinite linear;
}

.preloader .dot1,
.preloader .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #31c0ce;
  border-radius: 100%;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.preloader .dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes sk-rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

/****************************************
  service single sidebar
****************************************/
.service-sidebar {
  /*** service-list-widget ***/
  /*** download-widget ***/
  /*** contact-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 #e6e6e6;
  border-bottom: 0;
}

.service-sidebar .service-list-widget ul li {
  border-bottom: 1px solid #e6e6e6;
}

.service-sidebar .service-list-widget a {
  font-weight: 500;
  display: block;
  color: #0a172b;
  padding: 15px 24px;
}

.service-sidebar .service-list-widget a:hover,
.service-sidebar .service-list-widget .current a {
  background-color: #31c0ce;
  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-color: #141414;
  color: #fff;
  padding: 17px 25px;
  display: block;
}

.service-sidebar .download-widget ul i {
  display: inline-block;
  padding-right: 10px;
  color: #31c0ce;
}

.service-sidebar .download-widget ul a:hover {
  color: #31c0ce;
}

.service-sidebar .contact-widget {
  border: 1px solid #151515;
  padding: 45px 30px;
}

.service-sidebar .contact-widget h4 {
  font-size: 22px;
  font-size: 1.46667rem;
  color: #0a172b;
  margin: 0 0 0.8em;
}

.service-sidebar .contact-widget p {
  color: #0a172b;
  margin: 0 0 1em;
}

.service-sidebar .contact-widget p + a {
  color: #151515;
}

.service-sidebar .contact-widget p + a i {
  font-size: 14px;
}

.service-sidebar .contact-widget p + a:hover {
  color: #31c0ce;
}

/****************************************
  shop sidebar
****************************************/
.shop-sidebar {
  /*** search-widget ***/
  /*** categories-widget ***/
  /*** popular-product-widget ***/
  /*** tag-widget ***/
}

@media (max-width: 991px) {
  .shop-sidebar {
    max-width: 300px;
    margin-top: 70px;
  }
}

@media screen and (min-width: 1200px) {
  .shop-sidebar .widget {
    border: 1px solid #eee;
    padding: 40px 20px;
  }
}

@media (max-width: 991px) {
  .shop-sidebar .widget {
    border: 1px solid #eee;
    padding: 40px 20px;
  }
}

.shop-sidebar > .widget + .widget {
  margin-top: 65px;
}

.shop-sidebar .widget > h3 {
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0 0 1.5em;
}

@media screen and (min-width: 1200px) {
  .shop-sidebar .widget > h3 {
    position: relative;
    padding-left: 40px;
  }
  .shop-sidebar .widget > h3:before {
    content: "";
    background-color: #31c0ce;
    width: 25px;
    height: 2px;
    position: absolute;
    left: 0;
    top: 8px;
  }
}

@media (max-width: 991px) {
  .shop-sidebar .widget > h3 {
    position: relative;
    padding-left: 40px;
  }
  .shop-sidebar .widget > h3:before {
    content: "";
    background-color: #31c0ce;
    width: 25px;
    height: 2px;
    position: absolute;
    left: 0;
    top: 8px;
  }
}

.shop-sidebar .widget ul {
  list-style: none;
}

.shop-sidebar .search-widget div {
  position: relative;
}

.shop-sidebar .search-widget button {
  background: transparent;
  font-size: 20px;
  font-size: 1.33333rem;
  color: #31c0ce;
  border: 0;
  outline: 0;
  padding: 0;
  margin: 0;
  position: absolute;
  right: 15px;
  top: 55%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.shop-sidebar .search-widget input {
  background-color: #f3f3f3;
  height: 50px;
  padding: 6px 40px 6px 20px;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.shop-sidebar .categories-widget ul li {
  position: relative;
  color: #727780;
}

.shop-sidebar .categories-widget ul li span {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.shop-sidebar .categories-widget ul li a {
  color: #727780;
}

.shop-sidebar .categories-widget ul > li + li {
  margin-top: 15px;
}

.shop-sidebar .categories-widget ul li a:hover {
  color: #31c0ce;
}

.shop-sidebar .popular-product-widget ul li {
  overflow: hidden;
}

.shop-sidebar .popular-product-widget ul > li + li {
  margin-top: 20px;
}

.shop-sidebar .popular-product-widget .product-image {
  width: 70px;
  float: left;
}

.shop-sidebar .popular-product-widget .product-info {
  width: calc(100% - 70px);
  float: left;
  padding-left: 20px;
}

.shop-sidebar .popular-product-widget .product-info > a {
  color: #727780;
  display: block;
  margin-bottom: 4px;
}

.shop-sidebar .popular-product-widget .product-info > a:hover {
  color: #31c0ce;
}

.shop-sidebar .popular-product-widget .star-rating {
  margin-bottom: 5px;
}

.shop-sidebar .popular-product-widget .star-rating i {
  font-size: 12px;
  font-size: 0.8rem;
  color: #31c0ce;
}

.shop-sidebar .tag-widget .tagcloud a {
  font-size: 14px;
  font-size: 0.93333rem;
  color: #727780;
  display: inline-block;
  border: 1px solid #e8e8e8;
  padding: 6px 15px;
  border-radius: 32px;
  margin: 0 5px 5px 0;
}

.shop-sidebar .tag-widget .tagcloud a:hover {
  background-color: #31c0ce;
  border-color: #31c0ce;
  color: #fff;
}

/**** pagination ****/
.pagination-wrapper {
  max-height: 45px;
  text-align: center;
  margin-top: 60px;
}

@media (max-width: 991px) {
  .pagination-wrapper {
    text-align: left;
    margin-top: 45px;
  }
}

.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 {
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 20px;
  font-size: 1.33333rem;
  border: 1px solid transparent;
  color: #151515;
  display: block;
  border-radius: 50%;
}

@media (max-width: 991px) {
  .pagination-wrapper .pg-pagination li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    font-size: 1.2rem;
  }
}

.pagination-wrapper .pg-pagination .active a,
.pagination-wrapper .pg-pagination li a:hover {
  border-color: #31c0ce;
  color: #31c0ce;
}

.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;
  }
}

/****************************************
  blog sidebar
****************************************/
.blog-sidebar {
  /*** search-widget ***/
  /*** categories-widget ***/
  /*** popular-product-widget ***/
  /*** tag-widget ***/
}

@media screen and (min-width: 1200px) {
  .blog-sidebar {
    padding-left: 20px;
  }
}

@media (max-width: 991px) {
  .blog-sidebar {
    max-width: 300px;
    margin-top: 70px;
  }
}

.blog-sidebar > .widget + .widget {
  margin-top: 65px;
}

.blog-sidebar .widget {
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 30px;
}

@media (max-width: 991px) {
  .blog-sidebar .widget {
  }
}

.blog-sidebar .widget > h3 {
  font-size: 22px;
  font-size: 1.46667rem;
  font-weight: normal;
  text-transform: uppercase;
  padding-bottom: 0.65em;
  padding-left: 50px;
  margin: 0 0 0.8em;
  position: relative;
}

.blog-sidebar .widget > h3:before {
  content: "";
  background-color: #31c0ce;
  width: 30px;
  height: 2px;
  position: absolute;
  top: 13px;
  left: 0;
}

.blog-sidebar .widget ul {
  list-style: none;
}

.blog-sidebar .search-widget div {
  position: relative;
}

.blog-sidebar .search-widget button {
  background: transparent;
  font-size: 20px;
  font-size: 1.33333rem;
  color: #31c0ce;
  border: 0;
  outline: 0;
  padding: 0;
  margin: 0;
  position: absolute;
  right: 15px;
  top: 55%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.blog-sidebar .search-widget input {
  background-color: #fbfbfb;
  height: 50px;
  padding: 6px 40px 6px 20px;
  border: 1px solid #31c0ce;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.blog-sidebar .categories-widget ul li {
  position: relative;
  color: #727780;
}
.blog-sidebar .categories-widget ul > li + li {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #f3f2f2;
}

.blog-sidebar .categories-widget ul li span {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.blog-sidebar .categories-widget ul li a {
  color: #727780;
}

.blog-sidebar .categories-widget ul > li + li {
  margin-top: 15px;
}

.blog-sidebar .categories-widget ul li a:hover {
  color: #31c0ce;
}

.blog-sidebar .popular-post-widget ul li {
  overflow: hidden;
}

.blog-sidebar .popular-post-widget ul > li + li {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #f3f2f2;
}

.blog-sidebar .popular-post-widget .post-image {
  width: 70px;
  float: left;
}

.blog-sidebar .popular-post-widget .post-info {
  width: calc(100% - 70px);
  float: left;
  padding-left: 20px;
}

.blog-sidebar .popular-post-widget .post-title {
  font-family: 'Mitr', sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.3em;
}

@media (max-width: 991px) {
  .blog-sidebar .popular-post-widget .post-title {
    font-size: 15px;
    font-size: 1rem;
  }
}

.blog-sidebar .popular-post-widget .date {
  font-size: 12px;
  font-size: 0.8rem;
  font-weight: 500;
  color: #31c0ce;
}

.blog-sidebar .popular-post-widget .post-info > a {
  color: #727780;
  display: block;
  margin-bottom: 6px;
}

.blog-sidebar .popular-post-widget .post-info > a:hover {
  color: #31c0ce;
}

.blog-sidebar .tag-widget .tagcloud a {
  font-size: 14px;
  font-size: 0.93333rem;
  color: #727780;
  display: inline-block;
  border: 1px solid #e8e8e8;
  padding: 6px 15px;
  border-radius: 32px;
  margin: 0 5px 5px 0;
}

.blog-sidebar .tag-widget .tagcloud a:hover {
  background-color: #31c0ce;
  border-color: #31c0ce;
  color: #fff;
}

@media screen and (min-width: 1200px) {
  .blog-with-left-sidebar .blog-sidebar {
    padding: 0 20px 0 0;
  }
}
/********/

@media screen and (min-width: 667px) {  
  .faq-pg-section  {
    padding-bottom: 0px;
  }
}
.theme-accordion-s1, .theme-accordion-s2 {
  margin-bottom: 0;
}

.theme-accordion-s1 .panel-default, .theme-accordion-s2 .panel-default {
  background: transparent;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.theme-accordion-s1 .panel-heading, .theme-accordion-s2 .panel-heading {
  background-color: transparent;
  padding: 0;
  border-radius: 0;
}

.theme-accordion-s1 .panel + .panel, .theme-accordion-s2 .panel + .panel {
  margin-top: 15px;
}

.theme-accordion-s1 .panel-heading a, .theme-accordion-s2 .panel-heading a {
   background-color: #31c0ce;
    font-size: 18px;
    color: #fff;
    display: block;
    padding: 15px 25px;
    position: relative;
}

@media (max-width: 991px) {
  .theme-accordion-s1 .panel-heading a, .theme-accordion-s2 .panel-heading a {
    font-size: 16px;
    padding: 15px 25px;
  }
}

@media (max-width: 767px) {
  .theme-accordion-s1 .panel-heading a, .theme-accordion-s2 .panel-heading a {
    padding: 12px 15px;
  }
}

.theme-accordion-s1 .panel-heading a:before, .theme-accordion-s2 .panel-heading a:before {
  font-family: "themify";
  content: "\e64b";
  font-size: 15px;
  position: absolute;
  right: 25px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 991px) {
  .theme-accordion-s1 .panel-heading a:before, .theme-accordion-s2 .panel-heading a:before {
    font-size: 18px;
    right: 20px;
  }
}

.theme-accordion-s1 .panel-heading a:focus, .theme-accordion-s2 .panel-heading a:focus {
  text-decoration: none;
}

.theme-accordion-s1 .panel-heading .collapsed, .theme-accordion-s2 .panel-heading .collapsed {
  background-color: #f1f1f1;
  color: #151515;
}

.theme-accordion-s1 .panel-heading .collapsed:before, .theme-accordion-s2 .panel-heading .collapsed:before {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.theme-accordion-s1 .panel-heading + .panel-collapse > .panel-body, .theme-accordion-s2 .panel-heading + .panel-collapse > .panel-body {
  background-color: #fbfbfb;
  font-size: 18px;
  font-size: 1.2rem;
  border: 0;
  padding: 40px 25px 15px;
}

@media (max-width: 991px) {
  .theme-accordion-s1 .panel-heading + .panel-collapse > .panel-body, .theme-accordion-s2 .panel-heading + .panel-collapse > .panel-body {
    padding: 20px 25px 10px;
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

@media (max-width: 767px) {
  .theme-accordion-s1 .panel-heading + .panel-collapse > .panel-body, .theme-accordion-s2 .panel-heading + .panel-collapse > .panel-body {
    padding: 15px 15px 8px;
  }
}

.theme-accordion-s1 .panel-heading + .panel-collapse > .panel-body p, .theme-accordion-s2 .panel-heading + .panel-collapse > .panel-body p {
  margin-bottom: 1.3em;
}

.theme-accordion-s2 .panel-default {
  border: 0;
  position: relative;
}

.theme-accordion-s2 .panel-heading a {
  background-color: #fff;
  font-family: 'Mitr', sans-serif;
  color: #31c0ce;
  display: block;
  padding: 12px 25px;
  border: 1px solid #dde2e8;
  position: relative;
}

@media (max-width: 991px) {
  .theme-accordion-s2 .panel-heading a {
    padding: 12px 20px;
  }
}

@media (max-width: 767px) {
  .theme-accordion-s2 .panel-heading a {
    padding: 12px 15px;
  }
}

.theme-accordion-s2 .panel-heading a .icon {
  background: #31c0ce;
  width: 47px;
  height: 47px;
  line-height: 47px;
  color: #fff;
  font-size: 20px;
  font-size: 1.33333rem;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
}

@media (max-width: 767px) {
  .theme-accordion-s2 .panel-heading a .icon {
    display: none;
  }
}

.theme-accordion-s2 .panel-heading a .icon:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.theme-accordion-s2 .panel-heading a:before {
  display: none;
}

.theme-accordion-s2 .panel-heading .collapsed {
  color: #1e2331;
}

.theme-accordion-s2 .panel-heading .collapsed .icon:before {
  content: "\f107";
}

.theme-accordion-s2 .panel-heading + .panel-collapse > .panel-body {
  padding-left: 130px;
  min-height: 135px;
  position: relative;
}

@media (max-width: 767px) {
  .theme-accordion-s2 .panel-heading + .panel-collapse > .panel-body {
    padding-left: 15px;
    min-height: auto;
  }
}

.theme-accordion-s2 .panel-heading + .panel-collapse > .panel-body .img-holder {
  position: absolute;
  left: 0;
  top: 30px;
}

@media (max-width: 767px) {
  .theme-accordion-s2 .panel-heading + .panel-collapse > .panel-body .img-holder {
    position: static;
    margin-bottom: 15px;
  }
}

/*--------------------------------------------------------------
#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*/
  /*** cart-search-contact ***/
}

.site-header .navigation {
  padding: 15px 0;
  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 .navigation .navbar-brand {
  height: auto;
}

.site-header #navbar {
  font-family: 'Mitr', sans-serif;
  text-transform: uppercase;
  -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 {
  color: #151515;
  font-weight: 200;
}

.site-header #navbar > ul li a:hover {
  text-decoration: none;
  color: #31c0ce;
}

.site-header #navbar > ul li a:focus {
  text-decoration: none;
}

@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: 16px;
    font-size: 1.06667rem;
  }
  .site-header #navbar > ul .sub-menu {
    background-color: #fff;
    width: 250px;
    border-top: 2px solid #31c0ce;
    position: absolute;
    left: 0;
    top: 130%;
    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 > ul > li .sub-menu li {
    border-bottom: 1px solid #ececec;
  }
  .site-header #navbar > ul > li .sub-menu a {
    font-size: 15px;
    font-size: 1rem;
    display: block;
    padding: 12px 20px;
    font-weight: 300;
  }
  .site-header #navbar > ul > li > .sub-menu .sub-menu {
    left: 110%;
    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: "\e64b";
    font-size: 11px;
    font-size: 0.73333rem;
    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.93333rem;
  }
  .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: "\e64b";
    font-size: 11px;
    font-size: 0.73333rem;
    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 #31c0ce;
    position: absolute;
    right: 0;
    top: 120%;
    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.93333rem;
    text-transform: uppercase;

    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.93333rem;
    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.93333rem;
    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: #31c0ce;
    width: 40px;
    height: 35px;
    border: 0;
    padding: 5px 10px;
    outline: 0;
    position: absolute;
    right: 15px;
    top: 6px;
    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: -300px;
    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: #31c0ce;
  }
  .site-header #navbar .navbar-nav {
    height: 100%;
    overflow: auto;
  }
  .site-header #navbar .close-navbar {
    background-color: #31c0ce;
    width: 40px;
    height: 40px;
    color: #fff;
    border: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    outline: none;
    position: absolute;
    left: -18px;
    top: 10px;
    z-index: 20;
  }
  .site-header #navbar > ul > li {
    border-bottom: 1px solid #cccccc;
  }
  .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;
    margin: 10px 0;
  }
  .site-header .navbar-right {
    float: none;
  }
  .site-header .navbar-nav {
    float: none;
  }
  .site-header .navbar-nav > li {
    float: none;
  }
}

.site-header .cart-search-contact {
  position: absolute;
  right: 25px;
  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) {
  .site-header .cart-search-contact {
    right: 95px;
  }
}

.site-header .cart-search-contact button {
  background: transparent;
  padding: 0;
  border: 0;
  outline: 0;
}

.site-header .cart-search-contact button:hover {
  animation: shake 1s;
}
.site-header .cart-search-contact button:hover {
  -webkit-animation-name: wobble-horizontal-hover;
  animation-name: wobble-horizontal-hover;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

@keyframes wobble-horizontal-hover {
  16.65% {
    transform: translateX(5px);
  }

  33.3% {
    transform: translateX(-3px);
  }

  49.95% {
    transform: translateX(4px);
  }

  66.6% {
    transform: translateX(-2px);
  }

  83.25% {
    transform: translateX(1px);
  }

  100% {
    transform: translateX(0);
  }
}
.site-header .cart-search-contact .fi:before {
  font-size: 22px;
  font-size: 1.46667rem;
  color: #636262;
}

.site-header .cart-search-contact > div {
  float: left;
  position: relative;
}

.site-header .cart-search-contact > div + div {
  margin-left: 20px;
}

.site-header .cart-search-contact .header-search-form-wrapper {
  padding-top: 5px;
}

@media (max-width: 450px) {
  .site-header .cart-search-contact .header-search-form-wrapper {
    display: none;
  }
}

.site-header .cart-search-contact .header-search-form {
  position: absolute;
  width: 250px;
  right: -25px;
  top: 75px;
  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;
}

.site-header .cart-search-contact form div {
  position: relative;
}

.site-header .cart-search-contact form div button {
  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 .cart-search-contact input {
  width: 100%;
  height: 50px;
  padding: 6px 20px;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.site-header .cart-search-contact .mini-cart .fi:before {
  font-size: 28px;
  font-size: 1.86667rem;
}

.site-header .cart-search-contact .mini-cart .cart-count {
  background: #31c0ce;
  width: 22px;
  height: 22px;
  line-height: 22px;
  font-size: 10px;
  font-size: 0.66667rem;
  color: white;
  position: absolute;
  top: 0;
  right: -11px;
  border-radius: 50%;
}

.site-header .cart-search-contact .mini-cart-content {
  background: #fff;
  width: 300px;
  border-top: 2px solid #31c0ce;
  z-index: 10;
  position: absolute;
  right: -25px;
  top: 75px;
  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: 450px) {
  .site-header .cart-search-contact .mini-cart-content {
    right: auto;
    left: -185px;
  }
}

.site-header .cart-search-contact .mini-cart-content .mini-cart-title {
  padding: 12px 15px;
  border-bottom: 1px solid #efefef;
}

.site-header .cart-search-contact .mini-cart-content p {
  font-family: 'Mitr', sans-serif;
  font-size: 15px;
  font-size: 1rem;
  font-weight: 500;
  color: #151515;
  margin: 0;
  text-transform: uppercase;
}

.site-header .cart-search-contact .mini-cart-content .mini-cart-items {
  padding: 15px;
}

.site-header .cart-search-contact .mini-cart-content .mini-cart-item {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #efefef;
}

.site-header .cart-search-contact .mini-cart-content .mini-cart-item:first-child {
  padding-top: 0;
  margin-top: 0;
  border-top: 0;
}

.site-header .cart-search-contact .mini-cart-content .mini-cart-item-image {
  width: 50px;
  height: 50px;
  border: 2px solid #eee;
  float: left;
  margin-right: 15px;
}

.site-header .cart-search-contact .mini-cart-content .mini-cart-item-image a,
.site-header .cart-search-contact .mini-cart-content .mini-cart-item-image img {
  display: block;
  width: 46px;
  height: 46px;
}

.site-header .cart-search-contact .mini-cart-content .mini-cart-item-image:hover {
  border-color: #fdc900;
}

.site-header .cart-search-contact .mini-cart-content .mini-cart-item-des {
  position: relative;
  overflow: hidden;
}

.site-header .cart-search-contact .mini-cart-content .mini-cart-item-des a {
  font-size: 14px;
  font-size: 0.93333rem;
  font-weight: 500;
  text-align: left;
  color: #151515;
}

.site-header .cart-search-contact .mini-cart-content .mini-cart-item-des a:hover {
  color: #31c0ce;
}

.site-header .cart-search-contact .mini-cart-content .mini-cart-item-des .mini-cart-item-price {
  font-size: 13px;
  font-size: 0.86667rem;
  color: #888;
  display: block;
  margin-top: 3px;
}

.site-header .cart-search-contact .mini-cart-content .mini-cart-item-des .mini-cart-item-quantity {
  font-size: 12px;
  font-size: 0.8rem;
  color: #444;
  display: block;
  position: absolute;
  right: 0;
  top: 2px;
}

.site-header .cart-search-contact .mini-cart-content .mini-cart-action {
  padding: 20px 15px;
  border-top: 1px solid #efefef;
}

.site-header .cart-search-contact .mini-cart-content .mini-cart-action .theme-btn-s4 {
  float: right;
}

.site-header .cart-search-contact .mini-cart-content .mini-cart-action .mini-checkout-price {
  font-family: 'Mitr', sans-serif;
  font-size: 15px;
  font-size: 1rem;
  font-weight: 500;
  color: #151515;
  margin-top: 10px;
  display: inline-block;
}

.site-header .cart-search-contact .mini-cart-content-toggle,
.site-header .cart-search-contact .header-search-content-toggle {
  opacity: 1;
  visibility: visible;
  right: 0;
}

@media (max-width: 991px) {
  .site-header .cart-search-contact .get-quote {
    display: none;
  }
}

/*******************************************
  header style 1
*******************************************/
.header-style-1 {
  /*** .cart-search-contact ***/
}
@media screen and (min-width: 992px) {
  .header-style-1 {
    position: relative;
    /*** hover effect ***/
    border-bottom: 1px solid rgb(60 58 58 / 20%);
  }
  .hero-style-1:before {
    content: "";
    background: rgb(60 58 58 / 20%);
    width: 1px;
    height: calc(100% - 0px);
    position: absolute;
    right: 125px;
    bottom: 0;
    z-index: 2;
  }
  .header-style-1 ul {
    list-style: none;
  }
  .header-style-1 .navigation-holder {
    background: #191919;
    width: 500px;
    height: 100% !important;
    padding: 65px 55px;
    position: fixed;
    right: -520px;
    top: 0;
    z-index: 99999;
  }
  .header-style-1 .navigation-holder > ul {
    float: none;
    height: 100%;
    overflow: auto;
  }
  .header-style-1 #navbar > ul {
    width: 100%;
    height: 100%;
  }
  .header-style-1 #navbar > ul > li {
    float: none;
  }
  .header-style-1 #navbar > ul li a {
    text-transform: uppercase;
  }
  .header-style-1 #navbar > ul li a,
  .header-style-1 #navbar > ul > li .sub-menu a {
    font-size: 16px;
    color: #fff;
    padding: 10px;
  }
  .header-style-1 #navbar > ul > li .sub-menu a {
    text-transform: none;
    font-weight: 200;
  }
  .header-style-1 #navbar > ul > li .sub-menu a:hover {
    color: #31c0ce;
  }
  .header-style-1 #navbar > ul li a {
    padding: 20px 15px;
  }
  .header-style-1 #navbar > ul .sub-menu {
    background-color: transparent;
    width: auto;
    height: 0;
    border-top: 0;
    position: static;
    left: 0;
    top: 0;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    padding-left: 20px;
    -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 #navbar > ul .sub-menu.open-submenu {
    height: auto !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
  .header-style-1 #navbar > ul > li .sub-menu li {
    border-bottom: 0;
  }
  .header-style-1 #navbar > ul > li:hover > .sub-menu {
    top: auto;
    visibility: hidden;
    opacity: 0;
  }
  .header-style-1 #navbar > ul .sub-menu > li:hover > .sub-menu {
    left: auto;
    visibility: hidden;
    opacity: 0;
  }
  .header-style-1 .close-navbar-2 {
    background-color: #31c0ce;
    width: 40px;
    height: 40px;
    color: #fff;
    border: 0;
    border-radius: 50%;
    outline: none;
    position: absolute;
    left: -18px;
    top: 10px;
    z-index: 20;
  }
  .header-style-1 #navbar > ul .menu-item-has-children > a:before {
    font-family: "themify";
    content: "\e64b";
    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%);
  }
  .header-style-1 .navbar-brand img,
  .header-style-2 .navbar-brand img,
  .header-style-3 .navbar-brand img {
    max-width: 151px;
  }
  .hero-style-1 .slide-subtitle p {
    font-size: 18px;
    margin: 0px 0px 2em;
    color: rgb(21, 21, 21);
  }
}

@media (max-width: 1199px) {
 .hero-style-1 .slide-subtitle p {
    font-size: 16px;
    margin: 0px 0px 2em;
    color: rgb(21, 21, 21);
  } 
}
@media (max-width: 991px) {
 .hero-style-1 .slide-subtitle p {
    font-size: 12px;
  } 
}
  @media (max-width: 991px) {
  .header-style-1 .navbar-brand img,
  .header-style-2 .navbar-brand img,
  .header-style-3 .navbar-brand img {
    max-width: 110px;
  }
}
  @media (max-width: 360px) {
  .header-style-1 .navbar-brand img,
  .header-style-2 .navbar-brand img,
  .header-style-3 .navbar-brand img {
    max-width: 110px;
  }
}

@media (max-width: 991px) {
  .header-style-1 .close-navbar-2 {
    display: none;
  }
}

.header-style-1 .navigation {
  padding: 12px 0;
}

@media (max-width: 767px) {
  .header-style-1 .navigation {
    padding: 0;
  }
}

.header-style-1 .menu-info {
  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%);
}

@media (max-width: 767px) {
  .header-style-1 .menu-info {
    display: none;
  }
}

.header-style-1 .menu-info ul {
  overflow: hidden;
  list-style: none;
}

.header-style-1 .menu-info ul li {
  font-size: 18px;
  font-size: 1.2rem;
  padding-bottom: 2px;
  float: left;
  line-height: 1em;
}

@media (max-width: 991px) {
  .header-style-1 .menu-info ul li {
    font-size: 16px;
    font-size: 1.06667rem;
    padding-bottom: 2px;
  }
}

.header-style-1 .menu-info ul > li + li {
  margin-left: 35px;
}

@media (max-width: 991px) {
  .header-style-1 .menu-info ul > li + li {
    margin-left: 25px;
  }
}

.header-style-1 .menu-info ul .fi {
  position: relative;
  top: 3px;
  display: inline-block;
  padding-right: 3px;
}

@media (max-width: 991px) {
  .header-style-1 .menu-info ul .fi {
    top: 2px;
  }
}

.header-style-1 .menu-info ul .fi:before {
  font-size: 22px;
  font-size: 1.46667rem;
  color: #31c0ce;
}

@media (max-width: 991px) {
  .header-style-1 .menu-info ul .fi:before {
    font-size: 20px;
    font-size: 1.33333rem;
  }
}

.header-style-1 .menu-open-btn-holder {
  background-color: transparent;
  width: 45px;
  height: 45px;
  position: absolute;
  right: 15px;
  top: calc(50% - 22.5px);
}

@media (max-width: 991px) {
  .header-style-1 .menu-open-btn-holder {
    display: none;
  }
}

.header-style-1 .menu-open-btn-holder button {
  background: transparent;
  width: 100%;
  height: 100%;
  border: 0;
  outline: 0;
}

.header-style-1 .menu-open-btn-holder button span {
  background-color: #151515;
  width: 18px;
  height: 2px;
  position: absolute;
  top: 12px;
  right: 9px;
}

.header-style-1 .menu-open-btn-holder button > span:nth-child(2) {
  top: 22px;
  width: 23px;
}

.header-style-1 .menu-open-btn-holder button > span:nth-child(3) {
  width: 27px;
  top: 32px;
}

@media (max-width: 991px) {
  .header-style-1 .navbar-header button {
    top: 31px;
  }
}

@media (max-width: 767px) {
  .header-style-1 .navbar-header button {
    top: 20px;
  }
}


.header-style-1 .cart-search-contact {
    right: 80px;
    padding-left: 20px;
}


@media (min-width: 991px) {
  .header-style-1 .cart-search-contact:before {
    content: "";
    background: rgb(60 58 58 / 20%);
    width: 1px;
    height: 89px;
    position: absolute;
    left: 0;
    top: -25px;
  }
}


@media (max-width: 767px) {
  .header-style-1 .cart-search-contact {
    right: 75px;
  }
}
@media (max-width: 360px) {
.header-style-1 .cart-search-contact {
    padding-left: 0px;
    height: 60px;
    padding-top: 11px;
  }
}
.header-style-1 .navigation-holder.open-navigation-menu {
  right: 0;
}

/*******************************************
  header style 2
*******************************************/
.header-style-2, .header-style-3 {
  /*** topbar ***/
  /*** navigation ***/
  /*** search cart ***/
  border-bottom: 1px solid #e8e8e8;
}
.header-style-3 {
  border-bottom: none;
}
@media (max-width: 991px) {

  .header-style-2 .navigation {
    padding: 12px 0;
  }
}
.header-style-2 .topbar {
  padding: 5px 0;
    border-bottom: 1px solid #f1efef;
    background: #d2f1f5;
}
.header-style-3 .topbar {
  padding: 5px 0;
  border-bottom: 1px solid #f1efef;
}
@media (max-width: 991px) {
  .header-style-2 .topbar, .header-style-3 .topbar {
    text-align: center;
    padding: 15px;
  }
}

.header-style-2 .topbar p, .header-style-3 .topbar p {
  font-size: 15px;
  font-size: 1rem;
  color: #636363;
  margin: 0;
}

@media (max-width: 991px) {
  .header-style-2 .topbar p, .header-style-3 .topbar p {
    margin-bottom: 8px;
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

.header-style-2 .topbar ul, .header-style-3 .topbar ul {
  overflow: hidden;
  list-style: none;
  float: right;
  padding-top: 2px;
}

@media (max-width: 991px) {
  .header-style-2 .topbar ul, .header-style-3 .topbar ul {
    float: none;
    display: inline-block;
  }
}

.header-style-2 .topbar ul li, .header-style-3 .topbar ul li {
  font-size: 15px;
  font-size: 1rem;
  float: left;
  padding: 2px 0;
  color: #636363;
  line-height: 1em;
}

@media (max-width: 991px) {
  .header-style-2 .topbar ul li, .header-style-3 .topbar ul li {
    font-size: 14px;
    font-size: 0.93333rem;
    padding-bottom: 2px;
  }
}

@media (max-width: 767px) {
  .header-style-2 .topbar ul li, .header-style-3 .topbar ul li {
    float: none;
  }
}

.header-style-2 .topbar ul > li + li, .header-style-3 .topbar ul > li + li {
  margin-left: 35px;
}

@media (max-width: 991px) {
  .header-style-2 .topbar ul > li + li, .header-style-3 .topbar ul > li + li {
    margin-left: 25px;
  }
}

@media (max-width: 991px) and (max-width: 767px) {
  .header-style-2 .topbar ul > li + li, .header-style-3 .topbar ul > li + li {
    margin: 8px 0 0;
  }
}

.header-style-2 .topbar ul .fi, .header-style-3 .topbar ul .fi {
  position: relative;
  top: 1px;
  display: inline-block;
  padding-right: 3px;
}

.header-style-2 .topbar ul .fi:before, .header-style-3 .topbar ul .fi:before {
  font-size: 15px;
  font-size: 1rem;
  color: #31c0ce;
}

@media (max-width: 991px) {
  .header-style-2 .topbar ul .fi:before, .header-style-3 .topbar ul .fi:before {
    font-size: 20px;
    font-size: 1.33333rem;
  }
}

.header-style-2 .navigation ul, .header-style-3 .navigation ul {
  list-style: none;
}

@media screen and (min-width: 992px) {
  .header-style-2 .navigation .navbar-brand, .header-style-3 .navigation .navbar-brand {
    margin-top: 7px;
  }
  .header-style-2 #navbar, .header-style-3 #navbar {
    margin-right: 100px;
  }
  .header-style-2 #navbar > ul > li > a, .header-style-3 #navbar > ul > li > a {
    padding: 40px 12px;
  }
  .header-style-2 #navbar > ul > li > .sub-menu > .menu-item-has-children > a:before, .header-style-3 #navbar > ul > li > .sub-menu > .menu-item-has-children > a:before {
    content: "\e649";
  }
  .header-style-2 #navbar > ul .sub-menu, .header-style-3 #navbar > ul .sub-menu {
    -webkit-box-shadow: 0px 15px 60px -19px black;
    box-shadow: 0px 15px 60px -19px black;
  }
}

@media screen and (min-width: 1200px) {
  .header-style-2 #navbar > ul > li > a, .header-style-3 #navbar > ul > li > a {
    padding: 30px 15px 28px;
  }
}

@media (max-width: 991px) {
  .header-style-2 .navbar-header button, .header-style-3 .navbar-header button {
    top: 19px;
  }
}

.header-style-2 .cart-search-contact .mini-cart-content, .header-style-3 .cart-search-contact .mini-cart-content,
.header-style-2 .cart-search-contact .header-search-form,
.header-style-3 .cart-search-contact .header-search-form {
  top: 71px;
}

@media (max-width: 991px) {
  .header-style-2 .cart-search-contact .mini-cart-content, .header-style-3 .cart-search-contact .mini-cart-content,
  .header-style-2 .cart-search-contact .header-search-form,
  .header-style-3 .cart-search-contact .header-search-form {
    top: 64px;
  }
}

/*******************************************
  header style 3
*******************************************/
  .header-style-3 .topbar {
    border-color: rgba(255, 255, 255, 0.05);
  }
@media screen and (min-width: 992px) {
  .header-style-3 {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
  }
  .header-style-3 .topbar p,
  .header-style-3 .topbar ul li,
  .header-style-3 #navbar > ul > li > a {
    color: #d8d8d8;
  }
  .header-style-3 .topbar {
    background-color: #1b1b1b;
    padding: 8px 0;
    border-color: rgba(255, 255, 255, 0.05);
  }
  .header-style-3 .navigation {
    background-color: transparent;
  }
  .header-style-3 .cart-search-contact .fi:before {
    color: #d8d8d8;
  }
  .header-style-3 #navbar > ul .sub-menu {
    background-color: #101010;
  }
  .header-style-3 #navbar > ul > li .sub-menu li {
    border-bottom: 1px solid #171717;
  }
  .header-style-3 #navbar > ul li a {
    color: #cac9c9;
  }
}

@media (max-width: 991px) {
  .header-style-3 .navigation {
    background-color: #101010;
  }
}


.sticky-header {
  width: 100%;
  position: fixed;
  left: 0;
  top: -400px;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s;
}

.sticky-on {
  opacity: 1;
  top: 0;
  visibility: visible;
}

.header-style-1 .sticky-header,
.header-style-2 .sticky-header,
.header-style-3 .sticky-header {
  -webkit-box-shadow: 0 2px 15px rgba(125, 125, 125, 0.1);
  box-shadow: 0 2px 15px rgba(125, 125, 125, 0.1);
}

.header-style-3 .sticky-header {
  background-color: #101010;
}

/*--------------------------------------------------------------
#0.4  hero slider
--------------------------------------------------------------*/
.hero {
  position: relative;
  height: 100vh;
  /** slider controls **/
  /*** pagi info ***/
  /*** social-links ***/
  /*** hero slider animation ***/
}

@media (max-width: 767px) {
  .hero {
    min-height: 420px;
  }
}

.hero .slide {
  height: 100vh;
  position: absolute;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}

@media (max-width: 767px) {
  .hero .slide {
    min-height: 420px;
  }
}

.hero .slide .slider-bg {
  display: none;
}

.hero .slide:focus {
  outline: none;
}

.hero .slide .slider-image {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.hero .slide .container {
  height: 100%;
  display: table;
  position: relative;
  z-index: 2;
  top : -6.9px;
  left: -170px;
}
@media (max-width: 1199px) {
    .hero .slide .container {
    left: -90px;
  }   
}
.hero .slide .row {
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .hero .slide .row  {
    height: calc(50vh - 86px);
  }
}
.hero .slick-prev,
.hero .slick-next {
  background-color: #fff;
  width: 125px;
  height: 112px;
  z-index: 10;
}
@media (max-width: 767px) {
  .hero .slick-prev,
  .hero .slick-next {
    background-color: #fff;
    width: 45px;
    height: 45px;
    z-index: 10;
    bottom: -23px;
  }

  .slick-prev:before, .slick-next:before {
    font-size: 20px;
   line-height: 15px;
  }
}
.hero .slick-prev {
  border-right: 1px solid rgb(60 58 58 / 20%);
  border-bottom: 1px solid rgb(60 58 58 / 20%)
}
@media (max-width: 1199px) {
  .hero .slick-prev, .hero .slick-next {
    width: 85px;
    height: 82px;
  }
  .slick-prev {
    right: 85px;
  }
}
@media (max-width: 991px) {
  .hero .slick-prev, .hero .slick-next {
    width: 85px;
    height: 82px;
  }
  .slick-prev {
    right: 85px;
  }
  .slick-prev:before, 
  .slick-next:before {
    line-height: 85px;
  }
}
@media (max-width: 767px) {
  .hero .slick-prev {
    right: 45px;
  }

}
@media (max-width: 767px) {
    .hero .slick-prev, .hero .slick-next {
    width: 45px;
    height: 55px;
    }
    .slick-prev:before, .slick-next:before {
      line-height: 55px;
    }
}
.hero .slick-prev:before {
  font-family: "Flaticon";
  content: "\f114";
  opacity: 1;
}

.hero .slick-next {
  right: 0;
  border-bottom: 1px solid rgb(60 58 58 / 20%)
}

.hero .slick-next:before {
  font-family: "Flaticon";
  content: "\f110";
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .hero .slick-dots {
    width: auto;
    position: absolute;
    right: 45px;
    bottom: auto;
    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: 768px) and (max-width: 1300px) {
  .hero .slick-dots {
    right: 25px;
  }
}

@media screen and (min-width: 768px) {
  .hero .slick-dots:before, .hero .slick-dots:after {
    content: "";
    width: 1px;
    height: 50px;
    background: rgba(125, 125, 125, 0.4);
    position: absolute;
    left: 5px;
  }
  .hero .slick-dots:before {
    top: -70px;
  }
  .hero .slick-dots:after {
    bottom: -50px;
  }
  .hero .slick-dots li {
    height: 28px;
    float: none;
    display: block;
    margin: 0;
  }
  .hero .slick-dots button {
    background-color: transparent;
    width: 10px;
    height: 10px;
    border: 2px solid #151515;
    border-radius: 50%;
    padding: 4px;
  }
  .hero .slick-dots li.slick-active button {
    background-color: #31c0ce;
    border-color: #31c0ce;
  }
  .hero .slick-dots button:before,
  .hero .slick-dots button:before {
    display: none;
  }
}

@media (max-width: 767px) {
  .hero .slick-dots {
    bottom: 30px;
  }
  .hero .slick-dots li {
    margin: 0;
  }
  .hero .slick-dots button {
    background-color: transparent;
    width: 12px;
    height: 12px;
    border: 2px solid #fff;
    border-radius: 50%;
  }
  .hero .slick-dots li.slick-active button {
    background-color: #31c0ce;
    border-color: #31c0ce;
  }
  .hero .slick-dots button:before,
  .hero .slick-dots button:before {
    display: none;
  }
}

.hero .pagi-info {
  font-family: 'Mitr', sans-serif;
  width: 48%;
  font-size: 30px;
  color: #31c0ce;
  text-align: center;
  position: absolute;
  bottom: 50px;
  left: 27px;
  font-weight: 200;
}
.hero-slider .slideCount .text {
    color: #fff;
}
@media (max-width: 991px) {
  .hero .pagi-info {
    font-size: 20px;
    font-size: 1.33333rem;
  }
}

@media (max-width: 767px) {
  .hero .pagi-info {
    display: none;
  }
}

.hero .social-links {
  width: auto;
  position: absolute;
  left: 49px;
  z-index: 9;
  bottom: auto;
  top: calc(40% + 106px);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 1300px) {
  .hero .social-links {
    left: 25px;
  }
}
@media (max-width: 767px) {
  .hero .social-links {
    display: none;
  }
}

.hero .social-links:before {
  content: "";
  width: 1px;
  height: 50px;
  background: #c5a47e;
  position: absolute;
  left: 8px;
  top: -70px;
}

.hero .social-links:after {
  font-family: 'Mitr', sans-serif;
  color: #c5a47e;
  content: "SOCIAL";
  position: absolute;
  left: -32px;
  top: -135px;
  letter-spacing: 5px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
@media (max-width: 991px) {
    .hero .social-links:after {
    font-size: 12px;
  }
}
.hero .social-links ul {
  list-style: none;
}

.hero .social-links ul > li + li {
  margin-top: 10px;
}

.hero .social-links li a {
    font-size: 14px;
    color: #5a5a5a;/*
    border: 1px solid #ccc;
    border-radius: 50%;
    padding: 17px;*/
}

.hero .social-links li a:hover {
  color: #31c0ce;
}

.hero .slide-caption > div {
  overflow: hidden;
}

.hero .slide-caption > div * {
  -webkit-animation: fadeOutLeft 1.5s both;
  animation: fadeOutLeft 1.5s both;
}

.hero .slide-caption > div.slide-title * {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.hero .slide-caption > div.slide-subtitle * {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.hero .slide-caption > div.btns * {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.hero .hero-slider .slick-current .slide-caption > div * {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

.hero .hero-slider .slick-current .slide-caption > div.slide-title * {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.hero .hero-slider .slick-current .slide-caption > div.slide-subtitle * {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.hero .hero-slider .slick-current .slide-caption > div.btns * {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.hero .hero-slider .slick-current .slider-image {
  -webkit-animation: kenburn 25s 2s alternate infinite;
  -animation: kenburn 25s 2s alternate infinite;
}

.hero-left-color {
    content: "";
    background: #ffffff;
    width: 115px;
    height: calc(100% - 0px);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
}
@media (max-width: 1399px) {
  .hero-left-color {
    display: none;
  }
}
.hero-slider .shape {
  position: relative;
}
.hero-left-color:after {
     content: "";
    background: rgb(60 58 58 / 20%);
    width: 115px;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 112px;
    z-index: -1;
}
.hero-left-color-s2 {
    content: "";
    background: #fff;
    width: 250px;
    height: 112px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
}

@media (max-width: 1499px) {
  .hero-slider .swiper-button-prev {
    display: none;
  }
.hero-slider .swiper-button-next {
  display: none;
  }
  .hero-left-color-s2 {
    display: none;
  }
}

.hero-style-1 .scroll {
    position: absolute;
    bottom: 16px;
    left: 39px;
    z-index: 100;
    text-align: center;
}

.hero-style-1 .scroll span {
  display: block;
  margin-top: -5px;
}

@media (max-width: 1120px) {
  .hero-style-1 .scroll {
    display: none;
  }
}

.hero-style-1 .scroll a {
  width: 28px;
  height: 46px;
  line-height: 50px;
  text-align: center;
  border: 1px solid #777777;
  color: #777777;
  border-radius: 50px;
  display: inline-block;
}

/*************************************
  hero-style-1
***************************************/
.hero-style-1, .hero-style-2, .hero-style-3 {
  height: calc(90vh - 110px);
  min-height: 700px;
  border-bottom: 1px solid rgb(60 58 58 / 20%);
}
@media (max-width: 1199px) {
  .hero-style-1, .hero-style-2, .hero-style-3 { 
    height: calc(55vh - 110px);
    min-height: 500px;
  }
}
@media (max-width: 991px) {
  .hero-style-1, .hero-style-2, .hero-style-3 {
    min-height: 400px;
  }
}

@media (max-width: 767px) {
  .hero-style-1, .hero-style-2, .hero-style-3 {
    height: calc(60vh - 86px);
    min-height: 480px;
  }
}

.hero-style-1 .slide, .hero-style-2 .slide, .hero-style-3 .slide {
  height: calc(90vh - 110px);
  min-height: 700px;
  position: relative;
}

@media (max-width: 1199px) {
  .hero-style-1 .slide, .hero-style-2 .slide, .hero-style-3 .slide { 
    height: calc(55vh - 110px);
    min-height: 500px;
  }
}

@media (max-width: 991px) {
  .hero-style-1 .slide, .hero-style-2 .slide, .hero-style-3 .slide {
    min-height: 400px;
  }
}

@media (max-width: 767px) {
  .hero-style-1 .slide, .hero-style-2 .slide, .hero-style-3 .slide {
    height: calc(50vh - 86px);
    min-height: 480px;
  }
}

.hero-style-1 .slide:before, 
.hero-style-2 .slide:before, 
.hero-style-3 .slide:before {
    content: "";
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(top, #000 60%, #31c0ce);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #000), to(#31c0ce));
    background: -o-linear-gradient(top, #000 60%, #31c0ce);
    background: linear-gradient(top, #000 60%, #31c0ce);
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.3;
    z-index: 1;
}
.hero-style-1 .slide .rect {
  background: rgb(239 250 251);
  width: 45%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;/*
  -webkit-transform: skew(-10deg);
  -moz-transform: skew(-10deg);
  -o-transform: skew(-10deg);
  -ms-transform: skew(-10deg);
  transform: skew(-10deg);*/
}
@media (max-width: 1199px) {
  .hero-style-1 .slide .rect {

  }
  .slide-caption {
    padding-left: 120px;
  } 
}
@media (max-width: 1199px) {
  .hero-style-1 .slide .rect { 
  width: 53%;
  }
}
@media (max-width: 991px) {
  .hero-style-1 .slide .rect {
    left: -7%;
  }
}

@media (max-width: 767px) {
  .hero-style-1 .slide .rect {
    width: 100%;
    left: -12%;
    background: rgb(255 255 255 / 72%);
  }
}
.hero-style-1 .video-btns  {
      bottom: 111px;
    right: 365px;
    position: absolute;
}
@media (max-width: 1199px) {
    .hero-style-1 .video-btns {
        right: 262px;
        bottom: 81px;
    }
}
@media (max-width: 767px) {
  .hero-style-1 .video-btns  {
    right: 140px;
    bottom: 54px;
  }
}
.hero-style-1 .video-btns a {
    background-color: #fff;
    width: 115px;
    color: #5a5a5a;
    height: 112px;
    text-align: center;
    border-right: 1px solid rgb(60 58 58 / 20%);
    border-bottom: 1px solid rgb(60 58 58 / 20%);
    line-height: 112px;
    display: inline-block;
    position: absolute;
}

.hero-style-1 .video-btns:hover {
}
.hero-style-1 .video-btns:hover a{
  animation: shake 1s;
  transition: .3s;
}

@keyframes shake {
  0% {
    transform: translate(1px, 1px) rotate(0deg);
  }
  10% {
    transform: translate(-1px, -2px) rotate(-1deg);
  }
  20% {
    transform: translate(-3px, 0px) rotate(1deg);
  }
  30% {
    transform: translate(3px, 2px) rotate(0deg);
  }
  40% {
    transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    transform: translate(-1px, 2px) rotate(-1deg);
  }
  60% {
    transform: translate(-3px, 1px) rotate(0deg);
  }
  70% {
    transform: translate(3px, 1px) rotate(-1deg);
  }
  80% {
    transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    transform: translate(1px, 2px) rotate(0deg);
  }
  100% {
    transform: translate(1px, -2px) rotate(-1deg);
  }
}

@media (max-width: 1199px) {
  .hero-style-1 .video-btns a {
    width: 92px;
    height: 82px;
    line-height: 82px;
 }
}

@media (max-width: 767px) {
  .hero-style-1 .video-btns a {
    width: 50px;
    height: 55px;
    line-height: 55px;
  }

}
.hero-style-1 .video-btns a .fi:before {
  font-size: 46px;
  color: #31c0ce
}
@media (max-width: 767px) {
    .hero-style-1 .video-btns a .fi:before {
    font-size: 25px;
    color: #31c0ce;
  }
}
.hero-style-1 .video-btns a:after {
  content: "";
  width: 75px;
  height: 75px;
  border-radius: 75px;
  display: inline-block;
  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%);
}

@media (max-width: 767px) {
  .hero-style-1 .video-btns a:after {
    width: 55px;
    height: 55px;
    border-radius: 55px;
  }
}
.hero-style-1 .slide-subtitle h4, .hero-style-2 .slide-subtitle h4, .hero-style-3 .slide-subtitle h4 {
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 8px;
  margin: 0;
  padding-left: 85px;
  position: relative;
}

@media (max-width: 991px) {
  .hero-style-1 .slide-subtitle h4, .hero-style-2 .slide-subtitle h4, .hero-style-3 .slide-subtitle h4 {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

@media (max-width: 767px) {
  .hero-style-1 .slide-subtitle h4, .hero-style-2 .slide-subtitle h4, .hero-style-3 .slide-subtitle h4 {
    font-size: 14px;
    font-size: 0.93333rem;
    padding-left: 45px;
    letter-spacing: 4px;
  }
}

.hero-style-1 .slide-subtitle h4:before, .hero-style-2 .slide-subtitle h4:before, .hero-style-3 .slide-subtitle h4:before {
  content: "";
  background-color: #151515;
  width: 60px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 10px;
}

@media (max-width: 767px) {
  .hero-style-1 .slide-subtitle h4:before, .hero-style-2 .slide-subtitle h4:before, .hero-style-3 .slide-subtitle h4:before {
    width: 30px;
  }
}

.hero-style-1 .slide-title h2, 
.hero-style-2 .slide-title h2, 
.hero-style-3 .slide-title h2 {
  font-size: 60px;
  font-weight: 200;
  line-height: 1.2em;
  text-transform: uppercase;
  margin: -0.09em 0 0.48em;
} 

@media (max-width: 1199px) {
  .hero-style-1 .slide-title h2, .hero-style-2 .slide-title h2, .hero-style-3 .slide-title h2 {
    font-size: 48px;
  }
}

@media (max-width: 991px) {
  .hero-style-1 .slide-title h2, .hero-style-2 .slide-title h2, .hero-style-3 .slide-title h2 {
    font-size: 38px;
  }
}

@media (max-width: 767px) {
  .hero-style-1 .slide-title h2, .hero-style-2 .slide-title h2, .hero-style-3 .slide-title h2 {
    font-size: 36px;
  }
}

/*************************************
  hero-style-2
***************************************/
.hero-style-2, .hero-style-3 {
  height: calc(100vh - 155px);
  min-height: 700px;
}
@media (max-width: 1199px) {
  .hero-style-2, .hero-style-3 { 
    height: calc(55vh - 110px);
    min-height: 500px;
  }
}

@media (max-width: 991px) {
  .hero-style-2, .hero-style-3 {
    height: calc(50vh - 176px);
    min-height: 600px;
  }
}

@media (max-width: 767px) {
  .hero-style-2, .hero-style-3 {
    height: 45vh;
    min-height: 480px;
  }
}

.hero-style-2 .slide, .hero-style-3 .slide {
  height: calc(100vh - 155px);
  min-height: 700px;
}
@media (max-width: 1199px) {
  .hero-style-2 .slide, .hero-style-3 .slide { 
    height: calc(55vh - 110px);
    min-height: 500px;
  }
}

@media (max-width: 991px) {
  .hero-style-2 .slide, .hero-style-3 .slide {
    height: calc(50vh - 176px);
    min-height: 600px;
  }
}

@media (max-width: 767px) {
  .hero-style-2 .slide, .hero-style-3 .slide {
    height: 45vh;
    min-height: 480px;
  }
}
.hero-style-2 .slide-title h2 {
  font-weight: 300;
}
.hero-style-2 .slide-subtitle h4, .hero-style-2 .slide-title h2 {
  padding-left: 0;
  color: #151515;
}

.hero-style-2 .slide-subtitle h4:before, .hero-style-3 .slide-subtitle h4:before {
  display: none;
}

 .hero-style-2 .slide:before {
  content: "";
  width: 100%;
  height: 100%;
  background: ;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.3;
  z-index: 1;
}

.hero-style-2 .slide .rect-s2 {
  background: #d2f1f5;
  width: 55%;
  height: 100%;
  position: absolute;
  left: -5%;
  top: 0;
  z-index: 1;
  -webkit-transform: skew(-10deg);
  -moz-transform: skew(-10deg);
  -o-transform: skew(-10deg);
  -ms-transform: skew(-10deg);
  transform: skew(-10deg);
}

@media (max-width: 991px) {
  .hero-style-2 .slide .rect-s2 {
    left: -7%;
  }
}

@media (max-width: 767px) {
  .hero-style-2 .slide .rect-s2 {
    width: 60%;
    left: -15%;
  }
}


.hero-style-2 .slide .rect-s2:before {
  content: "";
  background: rgb(181 218 223);
  width: 6%;
  height: 100%;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: -1;
}

/*************************************
  hero-style-2
***************************************/
.hero-style-3 {
  text-align: center;
  height: 100vh;
  min-height: 700px;
}

@media (max-width: 991px) {
  .hero-style-3 {
    height: calc(100vh - 176px);
    min-height: 600px;
  }
}

@media (max-width: 767px) {
  .hero-style-3 {
    height: 100vh;
    min-height: 480px;
  }
}
.hero-style-3 .slide .container {
  left: 0px;
}
@media (max-width: 1199px) {
    .hero-style-3 .slide .container {
    left: -43px;
  }   
}
@media (max-width: 991px) {
    .hero-style-3 .slide .container {
    left: -71px;
  }   
}
.hero-style-3 .slide {
  height: 100vh;
  min-height: 700px;
}

@media (max-width: 991px) {
  .hero-style-3 .slide {
    height: calc(100vh - 176px);
    min-height: 600px;
  }
}

@media (max-width: 767px) {
  .hero-style-3 .slide {
    height: 100vh;
    min-height: 480px;
  }
}

@media screen and (min-width: 992px) {
  .hero-style-3 .slide-caption {
    margin-top: 80px;
  }
}

@-webkit-keyframes kenburn {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  to {
    -webkit-transform: scale3d(1.3, 1.3, 1.3);
    transform: scale3d(1.3, 1.3, 1.3);
  }
}

@keyframes kenburn {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  to {
    -webkit-transform: scale3d(1.3, 1.3, 1.3);
    transform: scale3d(1.3, 1.3, 1.3);
  }
}

/*--------------------------------------------------------------
#0.5  footer
--------------------------------------------------------------*/
.site-footer {
  background: url("../images/footer-bg.jpg") center center/cover no-repeat local;
  position: relative;
  font-size: 15px;
  overflow: hidden;
  /*** about-widget ***/
  /*** link-widget ***/
  /*** contact-widget ***/
  /*** newsletter-widget ***/
  /*** lower-footer ***/
}

.site-footer:before {
  content: "";
  background-color: rgb(255 255 255 / 98%);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.site-footer ul {
  list-style: none;
}

.site-footer p,
.site-footer li {

  font-weight: 300;
}

.site-footer .upper-footer {
  padding: 100px 0;
}

@media (max-width: 991px) {
  .site-footer .upper-footer {
    padding: 80px 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 {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .site-footer .widget-title {
    margin-bottom: 20px;
  }
}

.site-footer .widget-title h3 {
  font-size: 18px;
  margin: 0;
  padding-bottom: 0.4em;
    text-transform: uppercase;
    letter-spacing: 4px;
  position: relative;
}

@media (max-width: 991px) {
  .site-footer .widget-title h3 {
    padding-bottom: 0;
  }
}

.site-footer .about-widget .logo {
  max-width: 180px;
}

.site-footer .about-widget p {
  margin-bottom: 2em;
  line-height: 1.9em;
}

.site-footer .about-widget p:last-child {
  margin-bottom: 0;
}

.site-footer .about-widget .social-icons {
  overflow: hidden;
}

@media (max-width: 991px) {
  .site-footer .about-widget .social-icons {
    float: none;
    display: block;
    text-align: center;
  }
}

.site-footer .about-widget .social-icons ul {
  overflow: hidden;
  list-style: none;
}

@media (max-width: 991px) {
  .site-footer .about-widget .social-icons ul {
    display: inline-block;
  }
}

.site-footer .about-widget .social-icons ul li {
  float: left;
}

.site-footer .about-widget .social-icons ul > li + li {
  margin-left: 15px;
}

.site-footer .about-widget .social-icons ul a {
  background-color: #303030;
  width: 30px;
  height: 30px;
  line-height: 36px;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  display: inline-block;
  border-radius: 5px;
}

.site-footer .about-widget .social-icons ul a:hover {
  color: #31c0ce;
}

.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: #151515;

}

.site-footer .link-widget ul a:hover,
.site-footer .link-widget ul li:hover:before {
  text-decoration: underline;
}

.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  .instagram-widget > ul {
    overflow: hidden;
}

.site-footer .instagram-widget > ul > li img {
    max-width: 100%;
}

.site-footer .instagram-widget > ul > li {
    width: 33.33%;
    float: left;
    border: 3px solid transparent;
    margin: -1px 0 0 -1px;
}


.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: 15px;
    margin-top: 20px;
    padding-top: 10px;
    border-top: 1px solid rgb(48 48 48 / 25%);
}

.site-footer .newsletter-widget form {
  margin-top: 25px;
  position: relative;
}

.site-footer .newsletter-widget form input {
background-color: rgb(48 48 48 / 11%);
    height: 40px;
    color: #fff;
    padding: 6px 20px;
    border-radius: 0px;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.site-footer .newsletter-widget form .submit {
      position: absolute;
    right: 2px;
    top: 2px;
}

.site-footer .newsletter-widget form .submit button {
    background: #31c0ce;
    width: 42px;
    height: 40px;
    line-height: 42px;
    border: 0;
    outline: 0;
    position: relative;
    border-radius: 0px;
    font-size: 20px;
    color: #fff;
    top: -2px;
    right: -1px;
}
.site-footer .contact-widget ul > li + li {
  margin-top: 15px;
}


.site-footer .contact-widget  h4 {
font-size: 15px;
    margin: 1.5em 0;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.site-footer .lower-footer {
  text-align: center;
  position: relative;
}

.site-footer .lower-footer .row {
  padding: 20px 0;
  position: relative;
}

.site-footer .lower-footer .row .separator {
  background: rgb(48 48 48 / 25%);
  width: calc(100% - 30px);
  height: 1px;
  position: absolute;
  left: 15px;
  top: 0;
}

.body-rect-1 {
    content: "";
    background: rgb(60 58 58 / 20%);
    width: 1px;
    height: calc(90.5% - 0px);
    position: absolute;
    left: 20%;
    bottom: 0;
    z-index: 0;
}
.body-rect-2 {
    content: "";
    background: rgb(60 58 58 / 20%);
    width: 1px;
    height: calc(90.5% - 0px);
    position: absolute;
    left: 40%;
    bottom: 0;
    z-index: 0;
}
.body-rect-3 {
    content: "";
    background: rgb(60 58 58 / 20%);
    width: 1px;
    height: calc(90.5% - 0px);
    position: absolute;
    left: 60%;
    bottom: 0;
    z-index: 0;
}
.body-rect-4 {
    content: "";
    background: rgb(60 58 58 / 20%);
    width: 1px;
    height: calc(90.5% - 0px);
    position: absolute;
    left: 85%;
    bottom: 0;
    z-index: 0;
}


.site-footer .lower-footer .row .separator-1 {
    background: rgb(255 255 255 / 16%);
    width: calc(100% - 30px);
    height: 1px;
    position: absolute;
    left: 15px;
    top: 0;
}
.site-footer .lower-footer .copyright {
  display: inline-block;
  float: left;
  font-size: 14px;
  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 .copyright a {
  color: #fff;
  text-decoration: underline;
}

.site-footer .lower-footer .extra-link {
  display: inline-block;
  float: right;
  overflow: hidden;
}

@media (max-width: 991px) {
  .site-footer .lower-footer .extra-link {
    float: none;
    display: block;
    text-align: center;
  }
}

.site-footer .lower-footer .extra-link ul {
  overflow: hidden;
  list-style: none;
}

@media (max-width: 991px) {
  .site-footer .lower-footer .extra-link ul {
    display: inline-block;
  }
}

.site-footer .lower-footer .extra-link ul li {
  float: left;
}

.site-footer .lower-footer .extra-link ul > li + li {
  margin-left: 35px;
  position: relative;
}

@media (max-width: 767px) {
  .site-footer .lower-footer .extra-link ul > li + li {
    margin-left: 15px;
  }
}

.site-footer .lower-footer .extra-link ul > li + li:before {
  content: "";
  background: #151515;
  width: 15px;
  height: 1px;
  position: absolute;
  left: -25px;
  top: 11px;
}

@media (max-width: 767px) {
  .site-footer .lower-footer .extra-link ul > li + li:before {
    display: none;
  }
}

.site-footer .lower-footer .extra-link ul a {
  font-size: 14px;
  color: #151515;
}

.site-footer .lower-footer .extra-link ul a:hover {
  text-decoration: underline;
}


/*--------------------------------------------------------------
 service-us-section
--------------------------------------------------------------*/
.service-us-section {
}

@media (max-width: 991px) {
    .service-us-section {
        padding: 30px 0 50px;
    }
}
.service-us-section .service-us-grids {
  margin: 0 -15px;
}

@media (max-width: 767px) {
  .service-us-section .service-us-grids {
    margin: 0 -7.5px;
  }
}

.service-us-section .service-us-grids .grid {
  width: calc(33.33% - 30px);
  float: left;
  margin: 0 15px 0px;
  padding: 60px 40px;
  -webkit-box-shadow: 0px 5px 41.61px 15.39px rgba(195, 195, 195, 0.21);
  box-shadow: 0px 5px 41.61px 15.39px rgba(195, 195, 195, 0.21);
  position: relative;
}

@media (max-width: 991px) {
  .service-us-section .service-us-grids .grid {
    width: calc(50% - 30px);
    margin-bottom: 30px;
    padding: 50px 31px;
  }
}

@media (max-width: 767px) {
  .service-us-section .service-us-grids .grid {
    width: calc(50% - 15px);
    margin: 0 7.5px 15px;
    padding: 40px 30px;
  }
}

@media (max-width: 600px) {
  .service-us-section .service-us-grids .grid {
    width: calc(100% - 15px);
    float: none;
  }
}


.service-us-section .service-us-grids .grid .icon 
 {
  margin-bottom: 25px;
}

@media (max-width: 991px) {
  .service-us-section .service-us-grids .grid .icon {
    margin-bottom: 20px;
  }
}

.service-us-section .service-us-grids .grid .icon .fi:before {
  color: #565656;
  font-size: 50px;
}

@media (max-width: 991px) {
  .specialization .icon .fi:before, .specialization-s2 .icon .fi:before {
    font-size: 420px;
  }
}



.service-us-section .grid h3 {
  font-size: 22px;
  margin: 0 0 0.8em;
}

@media (max-width: 991px) {
  .service-us-section .grid h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.service-us-section .grid p {
  margin-bottom: 15px;
}
.service-us-section .grid a {

    font-size: 14px;
    color: #31c0ce;
    padding-left: 45px;
    position: relative;
}
.service-us-section .grid a:before {
    content: "";
    background-color: #151515;
    width: 35px;
    height: 1px;
    position: absolute;
    left: 0;
    top: 52%;
}
.about-pg-target-area {
  padding-top: 70px;
}

@media (max-width: 991px) {
  .about-pg-target-area {
    padding-top: 50px;
  }
}

@media (max-width: 767px) {
  .about-pg-target-area {
    padding-top: 30px;
  }
}
/*--------------------------------------------------------------
 rotate-text
--------------------------------------------------------------*/

.rotate-text {
    font-size: 159px;
    color: #e0e8e8;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 15px;
    display: inline-block;
    position: absolute;
    left: -24.5%;
    top: 85%;
    -webkit-transform: rotate(-90deg) translateY(50%);
    -ms-transform: rotate(-90deg) translateY(50%);
    transform: rotate(-90deg) translateY(50%);

}

@media (max-width: 1199px) {
  .rotate-text {
    display: none;
  }
}

.rotate-text:before {
  content: "";
  background: #e0e8e8;
  width: 5px;
  height: 150px;
  position: absolute;
  top: 53px;
  left: -89px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.rotate-text:after {
  content: "";
  background: #e0e8e8;
  width: 5px;
  height: 150px;
  position: absolute;
  bottom: 33px;
  right: -90px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

/*--------------------------------------------------------------
  more-about
--------------------------------------------------------------*/
  .more-about  {/*
    background:#eaf7f7;*/
    position: relative;
  }

.more-about:before {
    content: "";
    background: url(../images/about-s2.jpg) center center/cover no-repeat local;
    width: 35%;
    height: 100%;
    position: absolute;
    left: 9%;
    bottom: 0;
    border: 10px solid #f8f8f8;
 }
 @media (max-width: 991px) {
  .more-about:before {
      content: "";
      background: url(../images/about-s6.jpg) center center/cover no-repeat local;
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      bottom: 0;
      border: 10px solid #e0e8e8;
   }
}/*
.more-about:after {
    content: "";
    background: rgb(49 192 206 / 8%);
    width:100%;
    height: 8%;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}*/
@media screen and (min-width: 991px) {
  .more-content-pad {
    padding-left: 70px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

@media (max-width: 991px) {
  .more-content {
    margin-top: 0px;
    padding: 0 20px;
  }
  .more-content-pad {
    padding: 0 20px;
  }
}
.more-content .type {
  overflow: hidden;
  margin: 50px 0 30PX;
}

@media (max-width: 991px) {
  .more-content .type {
  margin: 25px 0 25px;
  }
}

@media (max-width: 767px) {
  .more-content .type {
  margin: 25px 0 25px;
  }
}

.more-content .type > div {
  float: left;
}

.more-content .type > div + div {
  margin-left: 30px;
  padding-left: 30px;
  padding-bottom: 15px;
  border-left: 1px solid #e0e0e0;
}

@media (max-width: 1199px) {
  .more-content .type > div + div {
    margin-left: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 991px) {
  .more-content .type > div + div {
  border-left: none;
  margin-left: 10px;
  padding-left: 10px;
  }
}
.more-content .type h3 {
  font-size: 20px;
  margin: 0.4em 0 0;

  font-weight: 300;
}
.about-s3-section .more-content {
  padding-top: 0px;
}
.about-s3-section .more-content .type h3 {
  font-size: 16px;
  margin: 0.4em 0 0;
}

@media (max-width: 991px) {
  .more-content .type h3 {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .more-content .type h3 {
    font-size: 13px;
  }
}

/*--------------------------------------------------------------
#0.8  about-section
--------------------------------------------------------------*/
.about-section {
  border-bottom: 1px solid#eaeaea;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.about-section .left-col {
    float: left;
}

@media (max-width: 991px) {
  .about-section .left-col {
    width: auto;
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
    float: none;
    height: auto !important;
  }
}

.about-section .left-col .about-area {
    padding-left: 178px;
    padding-right: 0;
    padding-top: 75px;
    padding-bottom: 80px;
    position: relative;
    overflow: hidden;
}

@media (max-width: 1680px) {
  .about-section .left-col .about-area {
    padding-right: 15px;
    padding-left: 50px;
    padding-top: 20px;
  }
}
@media (max-width: 991px) {
  .about-section .left-col .about-area {
  max-width: 100%;
    padding-top: 35px;
    padding-bottom: 36px;
    padding-right: 25px;
    padding-left: 20px;
  }

  .studio-section-s2 .about-area {
    height: auto !important;
  }
}
@media (max-width: 767px) {
  .about-section .left-col .about-area {
  max-width: 100%;
    padding-top: 0px;
    padding-bottom: 36px;
    padding-right: 25px;
    padding-left: 20px;
  }
}
.about-section .right-col {
  width: 100%;
  position: absolute;
  right: 0;
}

@media (max-width: 991px) {
  .about-section .right-col {
    display: none;
  }
}

.about-section .btns {
  padding-top: 15px;
}

.about-section .btns > a:last-child {
  margin-left: 25px;
}

.about-section .about-features {
  margin-top: 45px;
}

.about-section .about-features > div {
  width: 50%;
  float: left;
  padding-left: 50px;
  padding-right: 20px;
  position: relative;
  margin-bottom: 35px;
}
@media (max-width: 1199px) {
  .about-section .about-features > div {
  padding-left: 45px;
  }
}
@media (max-width: 991px) {
  .about-section .about-features > div {
    padding-left: 55px;
  }
}

@media (max-width: 550px) {
  .about-section .about-features > div {
    width: 100%;
    float: none;
    margin-bottom: 30px;
    border-bottom: 1px solid rgb(235 235 235 / 19%);
    padding-bottom: 20px;
  }
  .about-section .about-features > div:last-child {
    border-bottom: none;
  }
}

.about-section .about-features .icon {
  position: absolute;
  left: 0;
  top: 0px;
}

.about-section .about-features .icon img {
 margin-right: 15px;
    height: 35px;
    width: 35px;
    opacity: 0.8;
}

.about-section .about-features div:hover img {
  animation: shake 1s;
}
.about-section .about-features div:hover img {
  -webkit-animation-name: wobble-horizontal-hover;
  animation-name: wobble-horizontal-hover;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

@keyframes wobble-horizontal-hover {
  16.65% {
    transform: translateX(5px);
  }

  33.3% {
    transform: translateX(-3px);
  }

  49.95% {
    transform: translateX(4px);
  }

  66.6% {
    transform: translateX(-2px);
  }

  83.25% {
    transform: translateX(1px);
  }

  100% {
    transform: translateX(0);
  }
}
@media (max-width: 991px) {
  .about-section .about-features .icon .fi:before {
 margin-right: 10px;
    height: 40px;
    width: 40px;
  }
}

.about-section .about-features h3 {
  font-size: 24px;
  margin: 0 0 0.8em;
}

@media (max-width: 991px) {
  .about-section .about-features h3 {
    font-size: 20px;
  }
}

.about-section .about-features p {
  font-size: 15px;
  margin: 0;
}
.studio-section-s3 {
  position: relative;
  content: "";

}
.about-section .title-text {
    text-align: right;
    padding-top: 20px;
}
@media screen and (min-width: 992px) {
    .studio-section-s3:before {
        content: "";
        background: rgb(60 58 58 / 20%);
        width: 1px;
        height: calc(100% - 0px);
        position: absolute;
        left: 38%;
        bottom: 0;
        z-index: 2;
    }
}


@media (max-width: 991px) {
  .about-section .theme-btn-s2 {
      margin-bottom: 50px;
  }
}
/***about-review**/

.about-review {
  position: relative;
  display: block;
  margin: 30px 0;
}

@media (max-width: 767px) {
    .about-review  {
        margin-top: 25px;
    }
}
.about-review-list {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    float: left;
    margin-right: 25px;
}

.about-review-list li {
  position: relative;
  display: block;
}

.about-review-list li+li {
  margin-left: -15px;
}

.about-review-img {
  position: relative;
  display: block;
  height: 55px;
  width: 55px;
  border-radius: 50%;
  box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 20%);
  background-color: #ffffff;
}

.about-review-img img {
  width: 100%;
  border-radius: 50%;
  border: 2px solid #ffffff;
}

.about-review-star {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 15px;
  margin-bottom: 10px;
}

.about-review-star span {
  font-size: 15px;
  color: #31c0ce;
  position: relative;
  display: inline-block;
}

.about-review-text {
  font-weight: 500;
  color: #585b6b;
}

/***Sliding Text one**/
.sliding-text {
  position: relative;
  display: block;
  z-index: 1;
 margin: 0 60px;
}

.sliding-text-inner {
  position: relative;
  display: block;
  padding: 53px 0 35px;
  z-index: 1;
}
.sliding-text-inner-border {
  border-bottom: 1px solid#eaeaea;
  border-top: 1px solid#eaeaea;
  width: 130%;
  left: -70px;
}
.sliding-text-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .20;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.sliding-text-list {
  position: relative;
  display: flex;
  align-items: center;
  width: fit-content;
  flex-wrap: nowrap;
}

.sliding-text-list li {
  position: relative;
  display: flex;
  align-items: center;
  float: left;
  gap: 20px;
}

.sliding-text-list li+li {
  margin-left: 20px;
}

.sliding-text-list li .icon {
  position: relative;
  display: block;
  top: -8px;
}

.sliding-text-list li .icon span {
  position: relative;
  display: inline-block;
  color: #151515;
}
.sliding-text-list .icon .fi:before{
  font-size: 70px;
  color: #31c0ce;
}
.sliding-text-list li>p {
  font-size: 85px;
  font-weight: 600;
  line-height: 30px;
  color: #151515;
  text-transform: uppercase;
  position: relative;
  display: block;
  -webkit-transition: all 900ms ease;
  transition: all 900ms ease;
}

.stroke-color {
    -webkit-text-fill-color: #fff;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #020202;
}

/*********/

.sliding-text-1 {
    content: "";
    background: rgb(60 58 58 / 20%);
    width: calc(128% - 0px);
    height: 1px;
    position: absolute;
    top: 0;
    left: -13%;
    z-index: 0;
}
.sliding-text-2 {
    content: "";
    background: rgb(60 58 58 / 20%);
    width: calc(128% - 0px);
    height: 1px;
    position: absolute;
    bottom: 0;
    left: -13%;
    z-index: 0;
}
/*--------------------------------------------------------------
#0.7  causes-section
--------------------------------------------------------------*/
.causes-section {
  padding-bottom: 0px;
  padding-top: 113px;
}
@media (max-width: 991px) {
    .causes-section {
    padding-bottom: 0px;
    padding-top: 30px;
  }
}
.causes-section .container-fluid {
  padding: 0;
}

.causes-section .item,
.causes-section .item .img-holder {
  position: relative;
}
.causes-section .item .img-holder:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    background-image: -webkit-linear-gradient(top, transparent 40%, rgb(8 8 8 / 51%));
    background-image: -moz-linear-gradient(top, transparent 40%, rgb(8 8 8 / 51%));
    background-image: -ms-linear-gradient(top, transparent 40%, rgb(8 8 8 / 51%));
    background-image: -o-linear-gradient(top, transparent 40%, rgb(8 8 8 / 51%));
    background-image: linear-gradient(top, transparent 40%, rgb(8 8 8 / 51%));
}

.causes-section .inner:hover .img-holder:before {
  background-color: #31c0ce;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.causes-section .overlay-content {
  padding: 50px;
  position: absolute;
  bottom: -50px;
  z-index: 5;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

@media (max-width: 1360px) {
  .causes-section .overlay-content {
    padding: 50px 30px;
  }
}
.causes-section .inner h3 {
      font-size: 18px;
    line-height: 1.3em;
    margin: 0 0 0.8em;
    letter-spacing: 3px;

  font-weight: 300;
}

@media (max-width: 1199px) {
  .causes-section .inner h3 {
    font-size: 16px;
  }
}

.causes-section .inner h3 a {
  color: #fff;
}

.causes-section .goal-raised {
  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;
}

.causes-section .goal-raised span {
  color: #fff;
}

@media (max-width: 1199px) {
  .causes-section .goal-raised span {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.causes-section .goal-raised a {
  font-size: 13px;

  color: #31c0ce;
  text-transform: uppercase;
  float: right;
}

.causes-section .goal-raised a .fi:before {
  font-size: 14px;
  font-size: 0.875rem;
}

.causes-section .goal-raised a i {
  position: relative;
  left: -6px;
  top: 2px;
}

.causes-section .item:hover .goal-raised {
  opacity: 1;
  visibility: visible;
}

.causes-section .item:hover .overlay-content {
  bottom: 0;
}

.causes-section .item:hover .progress {
  top: 0;
  opacity: 1;
}

.causes-section-pg {
  padding: 120px 0;
}

@media (max-width: 991px) {
  .causes-section-pg {
    padding: 100px 0;
  }
}

@media (max-width: 767px) {
  .causes-section-pg {
    padding: 80px 0;
  }
}

.events-section .grid .fancybox ,
.causes-section .item .fancybox,
.instagram-section .grid .fancybox {
    background-color: #2726261f;
    width: 45px;
    height: 45px;
    line-height: 47px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    position: absolute;
    left: 15%;
    top: 15%;
    z-index: 10;
    margin-top: -20px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -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-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
  @media (max-width: 1199px) {
    .events-section .grid .fancybox ,
    .causes-section .item .fancybox,
    .instagram-section .grid .fancybox {
      width: 40px;
      height: 40px;
      line-height: 43px;
      font-size: 15px;
    }
  }

.events-section .grid:hover .fancybox ,
.causes-section .item:hover .fancybox,
.instagram-section .grid:hover .fancybox {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.causes-pad {
  padding-bottom: 120px;
}

/*--------------------------------------------------------------
#3.3  recent-projects-s3
--------------------------------------------------------------*/
.recent-projects-s3 {
  background-color: #f8f8f8;
}

.recent-projects-s3 .projects-menu {
  text-align: center;
  margin: 15px 0 40px;
}

@media (max-width: 991px) {
  .recent-projects-s3 .projects-menu {
    margin: 15px 0 30px;
  }
}

.recent-projects-s3 .projects-menu ul {
  font-family: 'Montserrat', sans-serif;
  list-style: none;
  display: inline-block;
  overflow: hidden;
}

.recent-projects-s3 .projects-menu li {
  float: left;
}

@media (max-width: 767px) {
  .recent-projects-s3 .projects-menu li {
    float: none;
  }
}

@media (max-width: 767px) {
  .recent-projects-s3 .projects-menu ul > li + li {
    margin-top: 8px;
  }
}

.recent-projects-s3 .projects-menu li a {
  font-size: 16px;
  font-size: 1.06667rem;
  text-transform: uppercase;
  color: #2a2a2a;
  padding: 10px 20px;
  border-radius: 45px;
  display: inline-block;
}

@media (max-width: 991px) {
  .recent-projects-s3 .projects-menu li a {
    font-size: 14px;
    font-size: 0.93333rem;
    padding: 8px 16px;
  }
}

.recent-projects-s3 .projects-menu li a.current {
  background-color: #31c0ce;
  color: #fff;
}

.recent-projects-s3 .projects-grids .grid {
  width: 33.33%;
  position: relative;
  overflow: hidden;
}

@media (max-width: 1199px) {
  .recent-projects-s3 .projects-grids .grid {
    width: 50%;
  }
}

@media (max-width: 600px) {
  .recent-projects-s3 .projects-grids .grid {
    width: 100%;
  }
}

.recent-projects-s3 .grid .hover-content {
  background: rgba(0, 0, 0, 0.75);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transform: scale(0.7, 0.7);
  -ms-transform: scale(0.7, 0.7);
  transform: scale(0.7, 0.7);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.recent-projects-s3 .grid:hover .hover-content {
  opacity: 1;
  top: 0;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

.recent-projects-s3 .grid:hover .hover-content:before {
  top: 0;
}

.recent-projects-s3 .grid .details {
  width: 100%;
  padding: 0 35px 45px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.recent-projects-s3 .grid .details h3 {
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.3em;
  margin: 0 0 0.44em;
  text-transform: uppercase;
}

.recent-projects-s3 .grid .details h3 a {
  color: #dddddd;
}

.recent-projects-s3 .grid .details h3 a:hover {
  color: #31c0ce;
}

.recent-projects-s3 .grid .details p {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-size: 0.8rem;
  font-weight: 300;
  color: #31c0ce;
  margin: 0;
  text-transform: uppercase;
}

.recent-projects-s3 .view-all {
  text-align: center;
  margin-top: 50px;
}

.recent-projects-s3 .view-all a {
  font-weight: 500;
  color: #31c0ce;
  text-transform: uppercase;
}

.recent-projects-s3 .view-all a i {
  display: inline-block;
  padding: 0 0 0 3px;
  position: relative;
  top: 2px;
}

.recent-projects-s3 .view-all a:hover {
  color: #c5a47e;
}

/*--------------------------------------------------------------
#3.5  testimoninals-funfact-section
--------------------------------------------------------------*/
.cta-s1-section .section-title h2 {
    margin-top: 0;
    text-align: left;
    line-height: 32px;

}
@media (max-width: 991px) {
.cta-s1-section .section-title h2  {
  margin-top: 50px;
  }
}
.testimoninals-funfact-section {
  padding-bottom: 110px;
  position: relative;
}

@media (max-width: 1199px) {
    .testimoninals-funfact-section {
    padding-bottom: 80px;
  }
}
@media (max-width: 991px) {
    .testimoninals-funfact-section {
    padding-bottom:50px;
  }
}
.testimoninalspd {
  padding-top: 110px;
}
@media (max-width: 991px) {
    .testimoninalspd {
  padding-top: 80px;
 }
}
.testimoninals-funfact-section .author-img img {
  width: auto;
    max-width: 100%;
    border-radius: 50%;
    border: 3px solid #ccc;
}

.testimoninals-funfact-section .testimonials-slider-area .grid {
   background-color: #ffffff;
    padding: 120px 50px 50px;
    margin-top: 30px;
    position: relative;
    margin: 60px 15px;
    border: 1px solid #b7cacc;
}

@media (max-width: 767px) {
  .testimoninals-funfact-section .testimonials-slider-area .grid {
    padding: 130px 30px 40px;
  }
}
.testimoninals-funfact-section .testimonials-slider-area .grid:before {
    content: "";
    position: absolute;
    right: 63px;
    bottom: 38px;
    height: 52px;
    width: 65px;
    font-size: 53px;
    opacity: 0.6;
    background: url(../images/testimonials/quote-left-icon.png) center/contain no-repeat;
}
@media (max-width: 767px) {
  .testimoninals-funfact-section .testimonials-slider-area .grid:before {
      right: 10px;
      bottom: 23px;
  }
}
.testimoninals-funfact-section .author {
  position: absolute;
  top: -50px;
}

.testimoninals-funfact-section .author h5 {
  font-size: 15px;
  margin: 1.3em 0 0.3em;

  font-weight: 300;
}

.testimoninals-funfact-section .author span {
  font-size: 14px;
  font-size: 0.875rem;
  color: #797979;
}

.testimoninals-funfact-section .testimonials-slider-area p {
  font-size: 16px;
  margin: 0;
}

@media (max-width: 1199px) {
  .testimoninals-funfact-section .testimonials-slider-area p {
    font-size: 16px;
  }
}

.testimoninals-funfact-section .owl-theme .owl-controls .owl-nav [class*=owl-] {
  background: #151515;
    border: 0;
    padding: 9px 15px;
    margin: 0;
    border-radius: 0;
    display: inline-block;
    position: absolute;
    left: 15px;
    bottom: 0px;
    z-index: 1;
}

/*@media (max-width: 1199px) {
  .testimoninals-funfact-section .owl-theme .owl-controls .owl-nav [class*=owl-] {
    position: static;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .testimoninals-funfact-section .owl-theme .owl-controls .owl-nav [class*=owl-] {
    bottom: 20px;
  }
}*/

@media (max-width: 767px) {
  .testimoninals-funfact-section .owl-theme .owl-controls .owl-nav [class*=owl-] {
    border-left: 1px solid #fff;
  }
}

.testimoninals-funfact-section .owl-theme .owl-controls .owl-nav [class*=owl-] .fi:before {
  color: #31c0ce;
}

.testimoninals-funfact-section .owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
  background-color: #31c0ce;
  border-color: #31c0ce;
}

.testimoninals-funfact-section .owl-theme .owl-controls .owl-nav [class*=owl-]:hover .fi:before {
  color: #fff;
}

.testimoninals-funfact-section .owl-theme .owl-controls .owl-nav .owl-next {
  left: 83px;
  border-left: 1px solid #31c0ce;
  background: #31c0ce;
}
/*
@media (max-width: 767px) {
  .testimoninals-funfact-section .owl-theme .owl-controls .owl-nav .owl-next {
    left: 50px;
  }
}*/

@media (max-width: 1199px) {
  .testimoninals-funfact-section .owl-theme .owl-controls {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .testimoninals-funfact-section .fun-fact-grids {
    margin-bottom: 80px;
  }
}
.testimoninals-funfact-section .fun-fact-grids > .grid {
  width: 50%;
  float: left;
  background-color: #eff1f1;
  border: 1px solid #e0e0e0;
  text-align: center;
  padding: 45px 15px;
  margin-top: -1px;
  margin-left: -1px;
  background: #eff1f1 url("../images/add/ptn-1.png");
}
@media (max-width: 1199px) {
    .testimoninals-funfact-section .fun-fact-grids > .grid {
    padding: 28px 15px;
  }
}
.cta-s1-section {
  position: relative;
}
.testimoninals-funfact-section .fun-fact-grids > .grid:nth-child(2), 
.testimoninals-funfact-section .fun-fact-grids > .grid:nth-child(3) {
    background-color: #f0f6f7;
}
.testimoninals-funfact-section .fun-fact-area {
  margin-top: 50px;
}

@media (max-width: 991px) {
  .testimoninals-funfact-section .fun-fact-area {
    margin-top: 30px;
  }
}

.testimoninals-funfact-section .fun-fact-area .info {
  overflow: hidden;
}

@media (max-width: 991px) {
  .testimoninals-funfact-section .fun-fact-area .info {
    max-width: 70%;
    margin: 0 auto;
  }
}

@media (max-width: 550px) {
  .testimoninals-funfact-section .fun-fact-area .info {
    max-width: 100%;
  }
}

.testimoninals-funfact-section .fun-fact-area .info > div {
  float: left;
}

.testimoninals-funfact-section .fun-fact-area .info > div:last-child {
  padding-left: 45px;
}

@media (max-width: 767px) {
  .testimoninals-funfact-section .fun-fact-area .info > div:last-child {
    padding-left: 0;
  }
}

.testimoninals-funfact-section .fun-fact-area h3 {
  font-size: 65px;
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  color: #505050;
  width: 188px;
  float: left;
}
@media (max-width: 1199px) {
  .testimoninals-funfact-section .fun-fact-area h3 {
    font-size: 55px;
  }
}
@media (max-width: 767px) {
  .testimoninals-funfact-section .fun-fact-area h3 {
    font-size: 45px;
    text-align: left;
  }
}

@media (max-width: 550px) {
  .testimoninals-funfact-section .fun-fact-area h3 {
    font-size: 40px;
    text-align: left;
  }
}

.testimoninals-funfact-section .fun-fact-area p {
  font-size: 17px;
  margin: 10px 0 0 0;
  border-bottom: 1px solid #303030;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .testimoninals-funfact-section .fun-fact-area p {
    font-size: 14px;
    margin: 15px 0 0;
    text-align: left;
  }
}

.testimoninals-funfact-section .odometer-value {

}

.testimonials-pg-section {
  padding-bottom: 120px;
}

.testimonials-pg-section .grid .author-img img {
    border-radius: 50%;
    padding: 3px;
    border: 1px solid rgb(194 210 209 / 52%);
}
@media (max-width: 991px) {
  .testimonials-pg-section {
    padding-bottom: 100px;
  }
}

@media screen and (min-width: 768px) {
  .testimonials-pg-section .owl-theme .owl-controls {
    text-align: center;
    margin-top: -15px;
  }
  .testimonials-pg-section .owl-theme .owl-controls .owl-nav [class*=owl-] {
    position: static;
    margin: 0 5px 0;
  }
}

@media screen and (min-width: 991px) {
  .testimonials-pg-section .owl-theme .owl-controls .owl-nav [class*=owl-] {
    position: static;
    margin: 0;
  }
}


.testimonials-section-s2 .owl-controls {
  font-family: 'Mitr', sans-serif;
  margin-top: 50px;
}

.testimonials-section-s2 .owl-controls .owl-nav [class*=owl-] {
  background: transparent;
  padding: 0;
  color: #b9b9b9;
  font-weight: 500;
  letter-spacing: 2px;
  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;
}

.testimonials-section-s2 .owl-controls .owl-nav [class*=owl-]:hover {
  background: transparent;
  color: #31c0ce;
}
/*--------------------------------------------------------------
#1.0  partner-section
--------------------------------------------------------------*/
.partner-section {
  padding-bottom: 65px;
    padding-top: 110px;
}

@media (max-width: 991px) {
  .partner-section {
    padding-bottom: 50px;
    padding-top: 50px;
  }
  .partner-section-p {
    padding-top: 0 !important;
  }
}
.partner-section .partners-area div {
    width: calc(16% - -7px);
    float: left;
    padding: 0px;
    text-align: center;
    margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .partner-section .partners-area div {
      width: calc(16% - -36px);
  }
}
@media (max-width: 991px) {
  .partner-section .partners-area div {
    width: calc(33% - 40px);
  }
}
@media (max-width: 767px) {
    .partner-section .partners-area div {
        width: calc(33% - 12px);
        margin-right: 10px;
    }
}
.partner-section .partners-area img {
  border: 1px solid #b7cacc;
}

/*--------------------------------------------------------------
#1.2  cta-s2-section
--------------------------------------------------------------*/
.cta-s2-section {
  padding: 210px 0 220px 0;
}
.cta-s2-img-1 {
  background: url("../images/cta-s2-bg.jpg") center top/cover no-repeat fixed;
}
@media (max-width: 991px) {
  .cta-s2-section {
    text-align: center;
    padding: 80px 0;
  }
}

.cta-s2-section h3 {
  font-size: 42px;
  margin: 0;
  font-weight: 200;
  line-height: 52px;
  background: white;
  padding: 37px 35px;
  box-shadow: 0 5px 5px #00000008;
}

@media (max-width: 991px) {
  .cta-s2-section h3 {
    font-size: 30px;
    font-size: 1.875rem;
    margin-bottom: 1em;
    line-height: 1.4em;
  }
}

.cta-s2-section .video-holder {
  float: right;
  margin-top: 75px;
}

@media (max-width: 991px) {
  .cta-s2-section .video-holder {
    float: none;
  }
}

.cta-s2-section .video-holder a {
  background-color: #31c0ce;
  width: 85px;
  height: 85px;
  border-radius: 85px;
  text-align: center;
  line-height: 85px;
  display: inline-block;
  position: absolute;
  -webkit-animation: spineer 2s infinite;
  animation: spineer 2s infinite;
}

@media (max-width: 991px) {
  .cta-s2-section .video-holder a {
    width: 65px;
    height: 65px;
    line-height: 65px;
    border-radius: 65px;
    position: static;
  }
}

@media (max-width: 767px) {
  .cta-s2-section .video-holder a {
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 55px;
  }
}

.cta-s2-section .video-holder a .fi:before {
  font-size: 30px;
  color: #fff;

}

.cta-s2-section .video-holder a:after {
  content: "";
  width: 75px;
  height: 75px;
  border-radius: 75px;
  display: inline-block;
  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%);
  -webkit-animation: spineer 2s 1.5s infinite;
  animation: spineer 2s 1.5s infinite;
}

@media (max-width: 767px) {
  .cta-s2-section .video-holder a:after {
    width: 55px;
    height: 55px;
    border-radius: 55px;
  }
}

@-webkit-keyframes spineer {
  from {
    -webkit-box-shadow: 0 0 0 0 rgb(49 192 206 / 49%);
    box-shadow: 0 0 0 0 rgb(49 192 206 / 49%);
  }
  to {
    -webkit-box-shadow: 0 0 0 45px rgb(49 192 206 / 25%);
    box-shadow: 0 0 0 45px rgb(49 192 206 / 25%);
  }
}

@keyframes spineer {
  from {
    -webkit-box-shadow: 0 0 0 0 rgb(49 192 206 / 49%);
    box-shadow: 0 0 0 0 rgb(49 192 206 / 49%);
  }
  to {
    -webkit-box-shadow: 0 0 0 45px rgb(49 192 206 / 25%);
    box-shadow: 0 0 0 45px rgb(49 192 206 / 25%);
  }
}

.cta-s2-section .video-holder .fi:before {
  font-size: 30px;
  color: #fff;
}

@media (max-width: 991px) {
  .cta-s2-section .video-holder .fi:before {
    font-size: 30px;
  }
}

/*--------------------------------------------------------------
#2.4  contact-section-s2
--------------------------------------------------------------*/
.contact-section-s2 {
  margin-bottom: 120px;
}
@media (max-width: 991px) {
   .contact-section-s2 {
    margin-bottom: 80px;
  } 
}
.contact-section-s2 .section-title-s2 span:before,
.contact-section-s2 .section-title-s4 span:before {
  display: none;
}
.contact-section-s2 .content-area {
  background: url(../images/contac-2.jpg) center center / cover no-repeat local;
  padding: 100px 70px 55px;
}

@media (max-width: 1199px) {
  .contact-section-s2 .content-area {
    padding: 100px 60px 55px;
  }
}

@media (max-width: 991px) {
  .contact-section-s2 .content-area {
    float: none;
    padding: 80px 50px 20px;
  }
}

@media (max-width: 767px) {
  .contact-section-s2 .content-area {
    padding: 80px 20px 35px;
  }
}
.contact-section-s2 .contact-form input,
.contact-section-s2 .contact-form textarea {
  background: #fdfdfd;
  width: 100%;
  height: 50px;
  font-size: 15px;
  font-size: 0.9375rem;
  border: 2px solid #f5f5f5;
  color: #fff;
  border-radius: 0;
  padding: 6px 18px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.contact-section-s2 .contact-form form textarea {
    height: 100px;
}
.contact-section-s2 .contact-form input:focus,
.contact-section-s2 .contact-form textarea:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #87d271;
}

.contact-section-s2 .contact-form form {
  margin: 0 -15px;
  overflow: hidden;
}

.contact-section-s2 .contact-form form ::-webkit-input-placeholder {
  font-style: 16px;
  font-style: normal;
  color: #b0b0b0;
}

.contact-section-s2 .contact-form form :-moz-placeholder {
  font-style: 16px;
  font-style: normal;
  color: #b0b0b0;
}

.contact-section-s2 .contact-form form ::-moz-placeholder {
  font-style: 16px;
  font-style: normal;
  color: #b0b0b0;
}

.contact-section-s2 .contact-form form :-ms-input-placeholder {
  font-style: 16px;
  font-style: normal;
  color: #b0b0b0;
}

.contact-section-s2 .contact-form form > div {
  margin: 0 15px 30px;
}

@media (max-width: 1199px) {
  .contact-section-s2 .contact-form form > div {
    width: calc(100% - 30px);
    float: none;
  }
}

@media (max-width: 550px) {
  .contact-section-s2 .contact-form form > div {
    width: calc(100% - 30px);
    float: none;
  }
}

.contact-section-s2 .contact-form form > div:nth-child(3) {
  width: calc(100% - 30px);
  float: none;
  clear: both;
}

.contact-section-s2 .contact-form form > .submit-area {
  margin-bottom: 0;
}

.contact-section-s2 .contact-form form .comment-area {
  width: calc(100% - 30px);
  float: none;
  clear: both;
}

.contact-section-s2 .contact-form form .comment-area textarea {
  height: 170px;
}

.contact-section-s2 .contact-form form .comment-area textarea:focus {
  border-color: #87d271;
  outline: none;
}


.contact-section-s2 .contact-info {
  margin-top: 50px;
  -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: 991px) {
  .contact-section-s2 .contact-info {
    padding: 66px 35px 60px;
    margin-top: 60px;
  }
}

@media (max-width: 767px) {
  .contact-section-s2 .contact-info {
    padding: 50px 25px 30px;
    margin-top: 50px;
  }
}

.contact-section-s2 .contact-info > div {

    width: calc(25% - 30px);
    float: left;
    position: relative;
    padding: 30px 30px 15px 70px;
    margin: 15px;
    background-color: #f0f6f7;
    border: 1px solid rgb(224 232 232);

}

@media (max-width: 991px) {
  .contact-section-s2 .contact-info > div {
    width: 33%;
    padding-left: 70px;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .contact-section-s2 .contact-info > div {
    width: 88%;
    float: none;
  }
}

.contact-section-s2 .contact-info .icon {
  position: absolute;
    left: 20px;
    top: 35px;
}

.contact-section-s2 .contact-info .icon i {
  font-size: 38px;
  color: #87dae3;
}

@media (max-width: 991px) {
  .contact-section-s2 .contact-info .icon i {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .contact-section-s2 .contact-info .icon i {
    font-size: 28px;
  }
}

.contact-section-s2 .contact-info h5 {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0 0 0.05em;
}
/*--------------------------------------------------------------
#1.3  blog-section
--------------------------------------------------------------*/
.blog-section {
  position: relative;
  padding-top: 117px;
  padding-bottom: 87px;
}
@media (max-width: 1199px) {
    .blog-section {
    padding-top: 98px;
    padding-bottom: 70px;
  }
}
@media (max-width: 991px) {
  .blog-section {
    padding-top: 78px;
    padding-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .blog-section {
    padding-bottom: 55px;
  }
}
.blog-section-pad {
  padding-top: 0px !important;
}
.blog-section .blog-grids {
  margin: 0px -15px 0;
}

@media (max-width: 767px) {
  .blog-section .blog-grids {
    margin: 0 -7px;
  }
}

.blog-section .blog-grids .grid {
  width: calc(33.33% - 30px);
  float: left;
  margin: 0 15px 30px;
  position: relative;
}

.blog-section .blog-grids .grid:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: -webkit-linear-gradient(top, transparent 50%, #000 70%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(70%, #000));
  background-image: -o-linear-gradient(top, transparent 50%, #000 70%);
}

@media (max-width: 991px) {
  .blog-section .blog-grids .grid {
    width: calc(50% - 30px);
  }
}

@media (max-width: 767px) {
  .blog-section .blog-grids .grid {
    width: calc(50% - 15px);
    margin: 0 7px 30px;
  }
}

@media (max-width: 600px) {
  .blog-section .blog-grids .grid {
    width: calc(100% - 15px);
    float: none;
  }
}

.blog-section .cat {
  position: absolute;
    right: 15px;
    bottom: 0;
}

@media (max-width: 767px) {
  .blog-section .cat {
    right: 10px;
    bottom: -5px;
  }
}

.blog-section .cat a {
  background-color: rgb(49 192 206 / 58%);
  padding: 5px 10px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  display: inline-block;
  border-radius: 0px;
}

.blog-section .entry-details {
  position: absolute;
  left: 35px;
  bottom: 35px;
  padding-right: 35px;
}

@media (max-width: 767px) {
  .blog-section .entry-details {
    left: 15px;
    bottom: 15px;
    padding-right: 15px;
  }
}

.blog-section .entry-details h3 {
  font-size: 20px;
  line-height: 1.2em;
  margin: 0 0 0.6em;
  font-weight: 400;
}

@media (max-width: 767px) {
  .blog-section .entry-details h3 {
    font-size: 18px;
  }
}

.blog-section .entry-details h3 a {
  color: #151515;
  font-weight: 300;
}

.blog-section .entry-details h3 a:hover {
  color: #31c0ce;
}

.blog-section .entry-details p {
  color: #31c0ce;
  margin: 0;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
}

@media (max-width: 767px) {
  .blog-section .entry-details p {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.blog-section .grid:before {
  display: none;
}

.blog-section .entry-details {
  position: static;
  margin-top: 35px;
}

/*--------------------------------------------------------------
#1.4  instagram-section
--------------------------------------------------------------*/
.instagram-section .instagram-grids {
  overflow: hidden;
    margin-left: -74%;
    margin-right: -70px;
}
.instagram-section .instagram-grids .grid {
  width: 22%;
  float: left;
  position: relative;
}

@media (max-width: 991px) {
  .instagram-section .instagram-grids .grid {
    width: 20%;
  }
}
  .instagram-section .instagram-content {
    margin-top: 30px;
}
@media screen and (min-width: 1200px) {
  .instagram-section .more-content {
    padding-left: 70px;
    padding-top: 37px;
  }
}

@media (max-width: 991px) {
  .instagram-section .more-content {
    margin-top: 60px;
  }
}

.instagram-section .type {
  overflow: hidden;
  margin: 50px 0;
}

@media (max-width: 767px) {
  .instagram-section .type {
    margin-top: 30px;
    margin-bottom: 45px;
  }
}

.instagram-section .type > div {
  float: left;
}

.instagram-section .type > div + div {
  margin-left: 30px;
  padding-left: 30px;
  padding-bottom: 15px;
  border-left: 1px solid #e0e0e0;
}

.instagram-section .type h3 {
  font-size: 18px;
  margin: 0.4em 0 0;
}

@media (max-width: 991px) {
  .instagram-section .type h3 {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .instagram-section .type h3 {
    font-size: 27px;
  }
}
.instagram-section .instagram-grids .grid a {
  display: inline-block;
  position: absolute;
}
.events-section .grid .fancybox ,
.causes-section .item .fancybox,
.instagram-section .grid .fancybox {
    background-color: #2726261f;
    width: 45px;
    height: 45px;
    line-height: 47px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    position: absolute;
    left: 15%;
    top: 15%;
    z-index: 10;
    margin-top: -20px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -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-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
  @media (max-width: 1199px) {
    .events-section .grid .fancybox ,
    .causes-section .item .fancybox,
    .instagram-section .grid .fancybox {
      width: 40px;
      height: 40px;
      line-height: 43px;
      font-size: 15px;
    }
  }

.events-section .grid:hover .fancybox ,
.causes-section .item:hover .fancybox,
.instagram-section .grid:hover .fancybox {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

/*--------------------------------------------------------------
#2.1  feature-section
--------------------------------------------------------------*/
.feature-section {
  position: relative;
}

.feature-rotate-text {
    font-size: 159px;
    color: #e0e8e8;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 15px;
    display: inline-block;
    position: absolute;
    right: -60%;
    bottom: 0%;
    z-index: -1;

}

@media (max-width: 1199px) {
  .feature-rotate-text {
    display: none;
  }
}

@media (max-width: 991px) {
  .feature-section {
    padding: 80px 0 50px;
  }
}

@media (max-width: 767px) {
  .feature-section {
    padding: 80px 0 65px;
  }
}

.feature-section .feature-grids {
  margin: 0 -15px;
}

@media (max-width: 767px) {
  .feature-section .feature-grids {
    margin: 0 -7px;
  }
}

.feature-section .feature-grids .grid {
    background-color: #fff;
    width: calc(16.66% - 30px);
    text-align: center;
    float: left;
    margin: 0 15px 30px;
    padding: 30px 20px 35px;
    position: relative;
    border: 1px solid rgb(194 210 209 / 52%);
}

@media (max-width: 991px) {
  .feature-section .feature-grids .grid {
    width: calc(33.33% - 30px);
  }
}

@media (max-width: 767px) {
  .feature-section .feature-grids .grid {
    width: calc(33.33% - 15px);
    margin: 0 7px 15px;
  }
}

@media (max-width: 600px) {
  .feature-section .feature-grids .grid {
    width: calc(50% - 15px);
  }
}

.feature-section .feature-grids .fi:before {
  font-size: 50px;
  font-size: 3.125rem;
  color: #31c0ce;
}

@media (max-width: 767px) {
  .feature-section .feature-grids .fi:before {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

.feature-section .feature-grids h3 {
  font-size: 17px;
  margin: 0;
}

@media (max-width: 767px) {
  .feature-section .feature-grids h3 {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.feature-section .feature-grids img {
  width: 35px;
  height: 35px;
  margin-bottom: 15px;
}

.feature-section .feature-grids .grid:hover img{
  color: #fff;
  transition: .3s;
}
.feature-section .feature-grids .grid:hover img {
  animation: shake 1s;
}

@keyframes shake {
  0% {
    transform: translate(1px, 1px) rotate(0deg);
  }
  10% {
    transform: translate(-1px, -2px) rotate(-1deg);
  }
  20% {
    transform: translate(-3px, 0px) rotate(1deg);
  }
  30% {
    transform: translate(3px, 2px) rotate(0deg);
  }
  40% {
    transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    transform: translate(-1px, 2px) rotate(-1deg);
  }
  60% {
    transform: translate(-3px, 1px) rotate(0deg);
  }
  70% {
    transform: translate(3px, 1px) rotate(-1deg);
  }
  80% {
    transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    transform: translate(1px, 2px) rotate(0deg);
  }
  100% {
    transform: translate(1px, -2px) rotate(-1deg);
  }
}

.causes-section-s2 .section-title-s2, .causes-section-s2 .section-title-s3 {
  clear: both;
}
/*--------------------------------------------------------------
#2.2  about-section-s2
--------------------------------------------------------------*/
.about-section-s2 {
  position: relative;
  z-index: 1;
  padding-top: 120px;

}

@media (max-width: 1199px) {
    .about-section-s2 {
        padding-top: 100px;
    }
}
@media (max-width: 991px) {
    .about-section-s2 {
        padding-top: 80px;
        padding-bottom: 0;
    }
}
@media (max-width: 667px) {
    .about-section-s2 {
        padding-top: 74px;
    }
}
.about-section-s2 .section-title h2,
.about-section-s2 .section-title-s2 h2,
.about-section-s2 .section-title-s3 h2 {
  margin-bottom: 25px;
}

.about-section-s2 .about-area img {
  display: inline-block;
  margin-top: 0px;
}
.about-section-s2 .Who-area {
  margin-top: 150px;
  padding-left: 50px;
}
@media (max-width: 1199px) {
    .about-section-s2 .Who-area {
  margin-top: 114px;
  padding-left: 30px;
  }
}
@media (max-width: 991px) {
    .about-section-s2 .Who-area {
  margin-top: 50px;
  padding-left: 0px;
  }
}
.about-section-s2 .Who-area a {
  margin-top: 30px;
}
.about-section-s2 .fun-fact-grids > .grid + .grid {
  margin-top: 25px;
}

.about-section-s2 .fun-fact-area {
  margin-top: 100px;
}

@media (max-width: 991px) {
  .about-section-s2 .fun-fact-area {
    margin-top: 80px;
  }
}

.about-section-s2 .fun-fact-area .info {
  overflow: hidden;
}

@media (max-width: 991px) {
  .about-section-s2 .fun-fact-area .info {
    max-width: 70%;
    margin: 0 auto;
  }
}

@media (max-width: 550px) {
  .about-section-s2 .fun-fact-area .info {
    max-width: 100%;
  }
}

.about-section-s2 .fun-fact-area .info > div {
  width: 50%;
  float: left;
}

.about-section-s2 .fun-fact-area .info > div:last-child {
  padding-left: 45px;
}

@media (max-width: 550px) {
  .about-section-s2 .fun-fact-area .info > div:last-child {
    padding-left: 0;
  }
}

.about-section-s2 .fun-fact-area h3 {
  font-size: 65px;
  font-size: 4.0625rem;
  margin: 0;
  width: 200px;
  text-align: right;
  -webkit-text-fill-color: #fff;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #151515;
}

@media (max-width: 767px) {
  .about-section-s2 .fun-fact-area h3 {
    font-size: 45px;
    font-size: 2.8125rem;
  }
}

@media (max-width: 550px) {
  .about-section-s2 .fun-fact-area h3 {
    font-size: 40px;
    font-size: 2.5rem;
    text-align: left;
  }
}

.about-section-s2 .fun-fact-area p {
  font-size: 16px;
  font-size: 1rem;

  margin: 35px 0 0 0;
  border-bottom: 1px solid #303030;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .about-section-s2 .fun-fact-area p {
    font-size: 14px;
    font-size: 0.875rem;
    margin: 15px 0 0;
  }
}

.about-section-s2 .odometer-value {

}

/*--------------------------------------------------------------
#2.3  partner-section-s2
--------------------------------------------------------------*/
.partner-section-s2 {
  background: url("../images/partners/partners-bg.jpg") center center/cover no-repeat local;
  position: relative;
  padding: 205px 0 80px;
  margin-top: -120px;
}
@media (max-width: 1199px) {
  .partner-section-s2 {
    padding:165px 0 70px;
  }
}

@media (max-width: 991px) {
  .partner-section-s2 {
    margin-top: 40px;
    padding: 35px 0 55px 0;
  }
}

.partner-section-s2:before {
  content: "";
  background-color: rgb(255 255 255 / 93%);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.partner-section-s2 .section-title span,
.partner-section-s2 .section-title-s2 span,
.partner-section-s2 .section-title-s3 span,
.partner-section-s2 .section-title h2,
.partner-section-s2 .section-title-s2 h2,
.partner-section-s2 .section-title-s3 h2,
.partner-section-s2 .partner-details p {
}
.partner-section-s2 .partners-area {
    margin-top: 25px;
  }
@media (max-width: 991px) {
  .partner-section-s2 .partners-area {
    margin-top: 35px;
  }
}

.partner-section-s2 .partners-area div {
  width: 25%;
  float: left;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 667px) {
  .partner-section-s2 .partners-area div {
  width: 33.33%;
 }
}
.partner-section-s2 .partners-area div img {
  display: inline-block;
}

/*--------------------------------------------------------------
#2.4  team-section
--------------------------------------------------------------*/
.team-section .first-row .grid,
.team-section .sec-row .grid {
  width: 25%;
  min-height: 1px;
  float: left;
  position: relative;
}

@media (max-width: 991px) {
  .team-section .first-row .grid,
  .team-section .sec-row .grid {
    width: 50%;
  }
}

@media (max-width: 500px) {
  .team-section .first-row .grid,
  .team-section .sec-row .grid {
    width: 100%;
    float: none;
  }
}

@media (max-width: 1500px) {
  .team-section .first-row > .grid:first-child {
    display: none;
  }
}

.team-section .first-row > .grid:nth-child(2) {
  text-align: right;
  padding: 100px 55px 0 0;
}

@media (max-width: 1500px) {
  .team-section .first-row > .grid:nth-child(2) {
    width: 50%;
    padding: 50px 55px 0 0;
  }
}

@media (max-width: 1150px) {
  .team-section .first-row > .grid:nth-child(2) {
    width: 50%;
    padding: 0 55px 0 15px;
  }
}

@media (max-width: 991px) {
  .team-section .first-row > .grid:nth-child(2) {
    width: 100%;
    margin-bottom: 45px;
    text-align: center;
  }
}

.team-section .team-details p {
  margin-bottom: 2em;
}

.team-section .member-info {
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  padding: 35px 15px;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: -20px;
  opacity: 0;
  visibility: hidden;
  -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 .member-info h4 {

  font-size: 20px;
  font-size: 1.25rem;
  margin: 0 0 0.3em;
}

.team-section .member-info h4 a {
  color: #151515;
}

.team-section .member-info h4 a:hover {
  color: #31c0ce;
}

.team-section .member-info p {
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0;
  color: #949494;
}

.team-section .member-info ul {
  display: inline-block;
  overflow: hidden;
  margin-top: 10px;
}

.team-section .member-info ul li {
  float: left;
}

.team-section .member-info ul > li + li {
  margin-left: 8px;
}

.team-section .member-info ul a {
  background-color: #a5a5a5;
  width: 32px;
  height: 32px;
  line-height: 34px;
  color: #fff;
  display: inline-block;
  text-align: center;
  font-size: 11px;
  font-size: 0.6875rem;
  border-radius: 50%;
}

.team-section .member-info ul a:hover {
  background-color: #516a64;
  color: #fff;
}

.team-section .grid:hover .member-info {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}

/*--------------------------------------------------------------
#0.9  events-section
--------------------------------------------------------------*/
.events-section {
  padding-bottom: 0;
  position: relative;
  z-index: 2;
}

@media (max-width: 991px) {
  .events-section {
    padding-top: 80px;
  }
}

@media (max-width: 767px) {
  .events-section {
    padding-top: 80px;
  }
}
@media (max-width: 1199px) {
  .events-section .about-details {
    display: none;
  }
}
@media screen and (min-width: 767px) {
  .events-section .events-slider-holder {
    margin-right: -85%;
    margin-left: -15px;
  }
}

@media screen and (min-width: 767px) {
  .events-section .slick-slide {
    padding: 0 15px;
  }
}

.events-section .grid {
  position: relative;
}

.events-section .grid:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0%;
  background: rgb(48 48 48 / 18%);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.events-section .grid:hover:before {
  top: 30%;
  background: #31c0ce;
}

.events-section .grid .details {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.events-section .details .inner {
  width: 100%;
  padding: 40px;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .events-section .details .inner {
    padding: 20px;
    background: #31c0ce;
  }
}
.events-section .inner h3 {
  font-size: 14px;

  font-weight: 300;
    margin: 0 0 0.3em;
    letter-spacing: 4px;
}

.events-section .inner h3 a {
  color: #fff;
}

.events-section .grid:hover h3 a {
  color: #151515;
}

.events-section .inner p {
font-size: 12px;
    color: #fff;
    margin: 0;
    letter-spacing: 3px;
}

.events-section .events-slider-item:focus {
  outline: none;
}
.events-section .owl-theme .owl-controls .owl-nav {
  margin-top: 118px;
}
@media (max-width: 767px) {
    .events-section .owl-theme .owl-controls .owl-nav {
    margin-top: 18px;
  }
}
.events-section .owl-theme .owl-controls .owl-nav [class*=owl-] {
  background-color: #fff;
  width: 60px;
  height: 60px;
  line-height: 60px;
  padding: 0;
  text-align: center;
  border-radius: 0%;
  color: #323434;
  border:1px solid rgb(194 210 209 / 52%);
}

@media screen and (min-width: 768px) {
  .events-section .owl-theme .owl-controls .owl-nav [class*=owl-] {
    position: absolute;
    margin: 0;
  }
}

@media (max-width: 767px) {
  .events-section .owl-theme .owl-controls .owl-nav [class*=owl-] {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 0;
  }
}

.events-section .owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
  background-color: #31c0ce;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .events-section .owl-theme .owl-controls .owl-nav .owl-prev {
    left: -13%;
    top: 142px;
  }
}

@media screen and (min-width: 768px) {
  .events-section .owl-theme .owl-controls .owl-nav .owl-next {
    left: -7%;
    top: 142px;
  }
}

.events-section .owl-theme .owl-controls {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .events-section .owl-theme .owl-controls {
    width: 100%;
    margin: 0;
    position: absolute;
    left: 0;
    top: calc(50% - 50px);
  }
}

.events-pg-section {
  padding-bottom: 120px;
}

@media (max-width: 991px) {
  .events-pg-section {
    padding-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .events-pg-section {
    padding-bottom: 80px;
  }
}
/*--------------------------------------------------------------
#3.1  feature-section-s2
--------------------------------------------------------------*/

@media (max-width: 991px) {
  .feature-section-s2 {
    padding-top: 80px;
  }
}

@media (max-width: 767px) {
  .feature-section-s2 {
    padding-top: 80px;
  }
}

.feature-section-s2 .feature-grids {
  margin: 0 -15px;
}

@media (max-width: 991px) {
  .feature-section-s2 .feature-grids {
    width: 115%;

  }
}
@media (max-width: 767px) {
  .feature-section-s2 .feature-grids {
    width: 100%;

  }
}
@media screen and (min-width: 992px) {
  .feature-section-s2 .feature-grids {
    margin-top: 0px;
  }
}

@media (max-width: 767px) {
  .feature-section-s2 .feature-grids {
    margin: 0 -7px;
  }
}

.feature-section-s2 .feature-grids .grid {
  width: calc(33.33% - 0px);
  text-align: center;
  float: left;
  margin: 0;
  padding: 54px 25px 60px;
  border: 1px solid transparent;
}

@media screen and (min-width: 992px) {
  .feature-section-s2 .feature-grids .grid {
    position: relative;
    top: 70px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
  }
}

@media (max-width: 991px) {
  .feature-section-s2 .feature-grids .grid {
    width: calc(33.33% - 30px);
    padding: 44px 20px 50px;
    -webkit-box-shadow: 0px 5px 41.61px 15.39px rgba(195, 195, 195, 0.21);
    box-shadow: 0px 5px 41.61px 15.39px rgba(195, 195, 195, 0.21);
  }
}

@media (max-width: 767px) {
  .feature-section-s2 .feature-grids .grid {
    width: calc(50% - 15px);
    margin: 0 7px 15px;
  }
}

@media (max-width: 600px) {
  .feature-section-s2 .feature-grids .grid {
    width: calc(100% - 15px);
  }
}

@media screen and (min-width: 992px) {
  .feature-section-s2 .feature-grids .grid div {
    position: relative;
    top: 30px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
    visibility: hidden;
  }
}

.feature-section-s2 .feature-grids > .grid:nth-child(2),
.feature-section-s2 .feature-grids > .grid:nth-child(4),
.feature-section-s2 .feature-grids > .grid:nth-child(6) {
  background-color: #fff;
  top: 0;
  border: 1px solid rgb(194 210 209 / 52%);
}

.feature-section-s2 .feature-grids > .grid:nth-child(2) p,
.feature-section-s2 .feature-grids > .grid:nth-child(4) p ,
.feature-section-s2 .feature-grids > .grid:nth-child(6) p  {
  height: auto;
}

.feature-section-s2 .feature-grids > .grid:nth-child(2) div,
.feature-section-s2 .feature-grids > .grid:nth-child(4) div,
.feature-section-s2 .feature-grids > .grid:nth-child(6) div {
  opacity: 1;
  visibility: visible;
  top: 0;
}

.feature-section-s2 .feature-grids .grid:hover {
  background-color: #fff;
  top: 0;
  -webkit-box-shadow: 0px 5px 41.61px 15.39px rgba(195, 195, 195, 0.21);
  box-shadow: 0px 5px 41.61px 15.39px rgba(195, 195, 195, 0.21);
}

.feature-section-s2 .feature-grids .grid:hover div {
  top: 0;
  opacity: 1;
  visibility: visible;
}

.feature-section-s2 .feature-grids img {
  margin-bottom: 15px;
  height: 50px;
  width: 50px;
}

@media (max-width: 991px) {
  .feature-section-s2 .feature-grids img {
  margin-bottom: 15px;
  height: 50px;
  width: 50px;
  }
}

@media (max-width: 767px) {
  .feature-section-s2 .feature-grids img {
  margin-bottom: 15px;
  height: 50px;
  width: 50px;
  }
}

.feature-section-s2 .feature-grids h3 {
  font-size: 22px;

  font-weight: 300;
  margin: 0 0 1em;
}

@media (max-width: 991px) {
  .feature-section-s2 .feature-grids h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.feature-section-s2 .feature-grids p {
  margin: 0;
}

@media (max-width: 991px) {
  .feature-section-s2 .feature-grids p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

/*--------------------------------------------------------------
#3.4  cta-section-s3
--------------------------------------------------------------*/
.cta-section-s3 {
  background: url("../images/cta-s3-bg.jpg") center center/cover no-repeat local;
  padding: 110px 0 120px;
  text-align: center;
}
@media (max-width: 1199px) {
    .cta-section-s3 {
        padding: 90px 0 100px;
    }
}
@media (max-width: 991px) {
  .cta-section-s3 {
    padding: 80px 0;
  }
}

@media (max-width: 767px) {
  .cta-section-s3 {
    padding: 80px 0;
  }
}

.cta-section-s3 .content-area {
  max-width: 750px;
  margin: 0 auto;
}

.cta-section-s3 h3 {
  font-size: 48px;
  color: #151515;
  margin: 0 0 1em;

  font-weight: 300;
}

@media (max-width: 991px) {
  .cta-section-s3 h3 {
    font-size: 38px;
    font-size: 2.375rem;
  }
}

@media (max-width: 767px) {
  .cta-section-s3 h3 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

.cta-section-s3 .btns > a:first-child {
  margin-right: 15px;
}
@media (max-width: 767px) {
    .cta-section-s3 .btns > a:first-child {
    margin-right: 0px;
    margin-bottom: 10px;
  }
}
/*--------------------------------------------------------------
#3.2  about-s3-section
--------------------------------------------------------------*/
.about-s3-section {
  position: relative;
  padding-top: 117px;
  margin-top: -30px;
  background: url("../images/about-s3.jpg") center center/cover no-repeat local
}
@media (max-width: 1199px) {
  .about-s3-section {
    padding: 100px 0;
  margin-top: 0px;
  }
}
@media (max-width: 991px) {
  .about-s3-section {
    padding: 80px 0;
  margin-top: 0px;
  }
}

@media (max-width: 767px) {
  .about-s3-section {
    padding-top: 80px;
  }
}

.about-s3-section .section-title, .about-s3-section .section-title-s2, .about-s3-section .section-title-s3 {
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  .about-s3-section .section-title, .about-s3-section .section-title-s2, .about-s3-section .section-title-s3 {
    margin-bottom: 20px;
  }
}

.about-s3-section .about-text-area {
  padding-top: 45px;
}

@media (max-width: 1199px) {
  .about-s3-section .about-text-area {
    padding-top: 0;
  }
}

@media (max-width: 991px) {
  .about-s3-section .about-text-area {
    margin: 40px 0 0;
  }
}

.about-s3-section .about-text-area p {
  margin-bottom: 1.5em;
}

.about-s3-section .about-text-area h5 {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0 0 0.5em;
}

.about-s3-section .about-text-area h5 + span {
  font-size: 13px;
  font-size: 0.8125rem;
}

@media (max-width: 991px) {
  .about-s3-section .img-holder {
    margin-top: 50px;
  }
}
.rotate-text {
    font-size: 159px;
    color: #f7f7f7;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 15px;
    display: inline-block;
    position: absolute;
    left: -24.5%;
    top: 85%;
    -webkit-transform: rotate(-90deg) translateY(50%);
    -ms-transform: rotate(-90deg) translateY(50%);
    transform: rotate(-90deg) translateY(50%);

}

@media (max-width: 1199px) {
  .rotate-text {
    display: none;
  }
}

.rotate-text:before {
  content: "";
  background: #f7f7f7;
  width: 5px;
  height: 150px;
  position: absolute;
  top: 53px;
  left: -89px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.rotate-text:after {
  content: "";
  background: #f7f7f7;
  width: 5px;
  height: 150px;
  position: absolute;
  bottom: 33px;
  right: -90px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.rotate-text-b {
    font-size: 159px;
    color: #363636;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 15px;
    display: inline-block;
    position: absolute;
    left: -24.5%;
    top: 85%;
    -webkit-transform: rotate(-90deg) translateY(50%);
    -ms-transform: rotate(-90deg) translateY(50%);
    transform: rotate(-90deg) translateY(50%);

}

@media (max-width: 1199px) {
  .rotate-text-b {
    display: none;
  }
}

.rotate-text-b:before {
  content: "";
  background: #363636;
  width: 5px;
  height: 150px;
  position: absolute;
  top: 53px;
  left: -89px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.rotate-text-b:after {
  content: "";
  background: #363636;
  width: 5px;
  height: 150px;
  position: absolute;
  bottom: 33px;
  right: -90px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

/*--------------------------------------------------------------
#3.3    causes-section-s2
--------------------------------------------------------------*/
.causes-section-s2 {
  background-color: #f8f8f8;
}

.causes-section-s2 .projects-menu {
  text-align: center;
  margin: 15px 0 40px;
}

@media (max-width: 991px) {
  .causes-section-s2 .projects-menu {
    margin: 15px 0 30px;
  }
}

.causes-section-s2 .projects-menu ul {
  list-style: none;
  display: inline-block;
  overflow: hidden;
}

.causes-section-s2 .projects-menu li {
  float: left;
}

@media (max-width: 767px) {
  .causes-section-s2 .projects-menu li {
    float: none;
  }
}

@media (max-width: 767px) {
  .causes-section-s2 .projects-menu ul > li + li {
    margin-top: 8px;
  }
}

.causes-section-s2 .projects-menu li a {
  font-size: 16px;
  color: #151515;
  padding: 10px 20px;
  border-radius: 45px;
  display: inline-block;
}

@media (max-width: 991px) {
  .causes-section-s2 .projects-menu li a {
    font-size: 14px;
    padding: 8px 16px;
  }
}

.causes-section-s2 .projects-menu li a.current {
  background-color: #31c0ce;
  color: #fff;
}

.causes-section-s2 .projects-grids .grid {
  width: 33.33%;
  position: relative;
  overflow: hidden;
}

@media (max-width: 1199px) {
  .causes-section-s2 .projects-grids .grid {
    width: 50%;
  }
}

@media (max-width: 600px) {
  .causes-section-s2 .projects-grids .grid {
    width: 100%;
  }
}

.causes-section-s2 .grid .hover-content {
  background: rgb(49 192 206 / 80%);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transform: scale(0.7, 0.7);
  -ms-transform: scale(0.7, 0.7);
  transform: scale(0.7, 0.7);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.causes-section-s2 .grid:hover .hover-content {
  opacity: 1;
  top: 0;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

.causes-section-s2 .grid:hover .hover-content:before {
  top: 0;
}

.causes-section-s2 .grid .details {
  width: 100%;
  padding: 0 35px 45px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.causes-section-s2 .grid .details h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3em;
  margin: 0 0 0.44em;
}

.causes-section-s2 .grid .details h3 a {
  color: #dddddd;
}

.causes-section-s2 .grid .details h3 a:hover {
  color: #151515;
}

.causes-section-s2 .grid .details p {
  font-size: 12px;
  font-weight: 300;
  color: #151515;
  margin: 0;
}

.causes-section-s2 .view-all {
  text-align: center;
  margin-top: 50px;
}

.causes-section-s2 .view-all a {
  font-weight: 500;
  color: #31c0ce;
  text-transform: uppercase;
}

.causes-section-s2 .view-all a i {
  display: inline-block;
  padding: 0 0 0 3px;
  position: relative;
  top: 2px;
}

.causes-section-s2 .view-all a:hover {
  color: #c5a47e;
}

/*--------------------------------------------------------------
#6.1  service-single-section
--------------------------------------------------------------*/
@media screen and (min-width: 1200px) {
  .service-single-section .service-single-content {
    padding-left: 20px;
  }
}

.service-single-section .service-single-content .service-pic {
  margin-bottom: 50px;
}

.service-single-section .service-single-content .theme-btn, .service-single-section .service-single-content .theme-btn-s3, .service-single-section .service-single-content .theme-btn-s4 {
  margin-top: 20px;
}

.service-single-section .service-single-content h2 {
  font-size: 36px;
  font-size: 2.4rem;
  font-weight: normal;
  margin: 1em 0;
}

@media (max-width: 991px) {
  .service-single-section .service-single-content h2 {
    font-size: 33px;
    font-size: 2.2rem;
  }
}

@media (max-width: 767px) {
  .service-single-section .service-single-content h2 {
    font-size: 30px;
    font-size: 2rem;
  }
}

.service-single-section .service-single-content h3 {
  font-size: 26px;
  font-size: 1.73333rem;
  font-weight: normal;
  margin: 1.2em 0;
}

@media (max-width: 767px) {
  .service-single-section .service-single-content h3 {
    font-size: 24px;
    font-size: 1.6rem;
  }
}

.service-single-section .service-single-content p {
  margin-bottom: 1.3em;
}

.service-single-section .service-single-content ul {
  list-style: none;
  font-size: 16px;
  font-size: 1.06667rem;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .service-single-section .service-single-content ul {
    font-size: 15px;
    font-size: 1rem;
  }
}

.service-single-section .service-single-content ul li {
  position: relative;
  padding-left: 25px;
  line-height: 1.7em;
}

.service-single-section .service-single-content ul > li + li {
  margin-top: 12px;
}

.service-single-section .service-single-content ul li i {
  display: inline-block;
  color: #31c0ce;
  position: absolute;
  left: 0;
  top: 5px;
}

@media screen and (min-width: 1200px) {
  .service-single-section .service-details-content {
    background: #fff;
    position: relative;
  }
  .service-single-section .service-details-content > h2 {
    margin-top: 0;
  }
}

/*--------------------------------------------------------------
  #project single page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#7.1  project-single-section
--------------------------------------------------------------*/
.project-single-section .project-single-info {
  position: relative;
}

.project-single-section .content h2 {
  font-size: 28px;
  font-size: 1.86667rem;
  font-weight: normal;
  margin: 1.2em 0;
}

@media (max-width: 991px) {
  .project-single-section .content h2 {
    font-size: 26px;
    font-size: 1.73333rem;
  }
}

.project-single-section .content h3 {
  font-size: 24px;
  font-size: 1.6rem;
  font-weight: normal;
  margin: 1.2em 0;
}

.project-single-section .content p {
  margin-bottom: 1.5em;
  line-height: 2em;
}

.project-single-section .content ul {
  list-style: none;
  padding-top: 10px;
}

.project-single-section .content ul > li + li {
  margin-top: 15px;
}

.project-single-section .content ul li {
  position: relative;
  padding-left: 25px;
  line-height: 1.7em;
}

.project-single-section .content ul li i {
  color: #31c0ce;
  position: absolute;
  left: 0;
  top: 5px;
}

.project-single-section .project-pic {
  max-width: 630px;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .project-single-section .overview {
    margin-top: 50px;
  }
}

.project-single-section .project-info {
  width: 500px;
  background-color: #fff;
  padding: 45px;
  -webkit-box-shadow: 0px 0px 66.96px 5.04px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 66.96px 5.04px rgba(0, 0, 0, 0.08);
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}

@media (max-width: 1199px) {
  .project-single-section .project-info {
    padding: 30px;
  }
}

@media (max-width: 991px) {
  .project-single-section .project-info {
    width: 100%;
    margin-top: 70px;
    position: static;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.project-single-section .project-info h3 {
  font-size: 26px;
  font-size: 1.73333rem;
  font-weight: normal;
  line-height: 1.38em;
  margin: 0 0 1.3em;
}

.project-single-section .project-info ul {
  list-style: none;
  font-size: 16px;
  font-size: 1.06667rem;
  color: #fff;
}

.project-single-section .project-info ul li {
  padding-left: 0;
  line-height: 1.7em;
  color: #8f9aa7;
}

@media (max-width: 1199px) {
  .project-single-section .project-info ul li {
    font-size: 14px;
    font-size: 0.93333rem;
    line-height: 1.64em;
  }
}

.project-single-section .project-info ul > li + li {
  margin-top: 15px;
}

.project-single-section .project-info ul li span {
  color: #31c0ce;
}

.project-single-section .prev-next {
  max-height: 45px;
  text-align: center;
  margin-top: 60px;
}

.project-single-section .prev-next ul {
  list-style: none;
  overflow: hidden;
  display: inline-block;
}

.project-single-section .prev-next ul li {
  display: inline-block;
}

.project-single-section .prev-next ul a {
  background-color: #31c0ce;
  display: block;
  padding: 12px 25px 12px 15px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
}

.project-single-section .prev-next ul a i {
  display: inline-block;
  padding: 0 5px;
}

.project-single-section .prev-next ul a:hover {
  background-color: #b7c702;
}

.project-single-section .prev-next ul li:last-child a {
  padding: 12px 15px 12px 25px;
}

.project-single-section .owl-controls {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0;
}

.project-single-section .owl-controls .owl-nav [class*=owl-] {
  background: #fff;
  width: 50px;
  color: #151515;
  height: 50px;
  line-height: 50px;
  padding: 0;
  margin: 0;
  border-radius: 0;
}

.project-single-section .owl-controls .owl-nav [class*=owl-]:hover {
  background-color: #31c0ce;
}

.project-single-section .owl-controls .owl-nav .owl-next {
  border-left: 1px solid rgb(21 21 21 / 26%);
}

/*--------------------------------------------------------------
  #shop page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#8.1  shop-section
--------------------------------------------------------------*/
.shop-section .shop-grids {
  margin: 0 -10px;
}

.shop-section .shop-grids .grid {
  width: calc(33.33% - 20px);
  float: left;
  margin: 0 10px 25px;
}

@media (max-width: 767px) {
  .shop-section .shop-grids .grid {
    width: calc(50% - 20px);
  }
}

@media (max-width: 550px) {
  .shop-section .shop-grids .grid {
    width: calc(100% - 20px);
    float: none;
  }
}

.shop-section .img-addtocart {
  position: relative;
}

.shop-section .img-addtocart ul {
  list-style: none;
  overflow: hidden;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  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-section .img-addtocart ul li {
  float: left;
}

.shop-section .img-addtocart ul > li + li {
  margin-left: 5px;
}

.shop-section .img-addtocart ul a {
  background-color: #31c0ce;
  width: 50px;
  height: 50px;
  line-height: 55px;
  text-align: center;
  font-size: 20px;
  font-size: 1.33333rem;
  color: #fff;
  border-radius: 50%;
  display: block;
}

.shop-section .shop-grids .grid:hover .img-addtocart ul {
  opacity: 1;
  visibility: visible;
  bottom: 30px;
}

.shop-section .grid .details {
  text-align: center;
  padding: 25px 15px;
  -webkit-box-shadow: 0px 8px 48.38px 10.62px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 8px 48.38px 10.62px rgba(0, 0, 0, 0.06);
}

.shop-section .grid .details h4 {
  font-size: 20px;
  font-size: 1.33333rem;
  font-weight: 400;
  line-height: 1.4em;
  margin: 0 0 0.3em;
}

@media (max-width: 991px) {
  .shop-section .grid .details h4 {
    font-size: 18px;
    font-size: 1.2rem;
  }
}

.shop-section .grid .details h4 a {
  color: #151515;
}

.shop-section .grid .details h4 a:hover {
  color: #31c0ce;
}

.shop-section .grid .details .price {
  font-family: 'Mitr', sans-serif;
  font-size: 20px;
  font-size: 1.33333rem;
  color: #31c0ce;
}

@media (max-width: 991px) {
  .shop-section .grid .details .price {
    font-size: 18px;
    font-size: 1.2rem;
  }
}

/*--------------------------------------------------------------
  #shop details page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#9.1  shop-details-section
--------------------------------------------------------------*/
.shop-details-section {
  /*** product slider ***/
  /*** product info ***/
}

.shop-details-section .shop-single-slider .slider-for {
  text-align: center;
}

.shop-details-section .shop-single-slider .slider-for img {
  display: inline-block;
}

.shop-details-section .shop-single-slider .slider-nav {
  padding: 0 25px;
  margin-top: 35px;
}

.shop-details-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-details-section .shop-single-slider .slider-nav > i:hover {
  cursor: pointer;
}

.shop-details-section .shop-single-slider .slider-nav .nav-btn-rt {
  left: auto;
  right: 0;
}

.shop-details-section .shop-single-slider .slider-nav .slick-slide {
  text-align: center;
}

.shop-details-section .shop-single-slider .slider-nav .slick-slide img {
  display: inline-block;
}

.shop-details-section .product-details {
  padding: 30px 30px 93px;
  /*** product option ***/
}

@media (max-width: 1199px) {
  .shop-details-section .product-details {
    padding: 40px 30px 85px;
  }
}

@media (max-width: 991px) {
  .shop-details-section .product-details {
    margin-top: 45px;
    padding: 40px 30px;
  }
}

@media (max-width: 767px) {
  .shop-details-section .product-details {
    padding: 0;
  }
}

.shop-details-section .product-details h2 {
  font-size: 28px;
  font-size: 1.86667rem;
  line-height: 1.4em;
  margin: 0 0 0.33em;
}

@media (max-width: 767px) {
  .shop-details-section .product-details h2 {
    font-size: 22px;
    font-size: 1.46667rem;
  }
}

.shop-details-section .product-details .price {
  font-size: 36px;
  font-size: 2.4rem;
  color: #31c0ce;
  margin: 7px 0 14px;
}

@media (max-width: 991px) {
  .shop-details-section .product-details .price {
    font-size: 30px;
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .shop-details-section .product-details .price {
    font-size: 25px;
    font-size: 1.66667rem;
  }
}

.shop-details-section .product-details .price .old {
  font-size: 24px;
  font-size: 1.6rem;
  font-weight: normal;
  color: #c8ced4;
  text-decoration: line-through;
  display: inline-block;
  margin-left: 5px;
}

@media (max-width: 991px) {
  .shop-details-section .product-details .price .old {
    font-size: 20px;
    font-size: 1.33333rem;
  }
}

@media (max-width: 767px) {
  .shop-details-section .product-details .price .old {
    font-size: 18px;
    font-size: 1.2rem;
  }
}

.shop-details-section .product-details p {
  margin-bottom: 1.3em;
}

.shop-details-section .product-details p:last-child {
  margin: 0;
}

.shop-details-section .product-details .product-option {
  margin-top: 45px;
}

.shop-details-section .product-details .product-option .product-row {
  overflow: hidden;
}

.shop-details-section .product-details .product-option .product-row > div {
  height: 35px;
  display: inline-block;
  float: left;
}

.shop-details-section .product-details .product-option .product-row > div + div {
  margin-left: 15px;
}

.shop-details-section .product-details .product-option .product-row > div:first-child {
  width: 85px;
}

.shop-details-section .product-details .product-option .product-row > div:last-child .theme-btn:hover, .shop-details-section .product-details .product-option .product-row > div:last-child .theme-btn-s3:hover, .shop-details-section .product-details .product-option .product-row > div:last-child .theme-btn-s4:hover {
  background: #31c0ce;
  border-color: #31c0ce;
  color: #fff;
}

.shop-details-section .product-details .product-option .theme-btn, .shop-details-section .product-details .product-option .theme-btn-s3, .shop-details-section .product-details .product-option .theme-btn-s4 {
  background-color: transparent;
  color: #333;
  font-size: 14px;
  font-size: 0.93333rem;
  padding: 0 20px;
  height: 35px;
  line-height: 32px;
  outline: 0;
}

.shop-details-section .product-details .product-option .theme-btn:hover, .shop-details-section .product-details .product-option .theme-btn-s3:hover, .shop-details-section .product-details .product-option .theme-btn-s4:hover {
  background-color: #31c0ce;
  color: #fff;
}

@media (max-width: 767px) {
  .shop-details-section .product-details .product-option .theme-btn, .shop-details-section .product-details .product-option .theme-btn-s3, .shop-details-section .product-details .product-option .theme-btn-s4 {
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

.shop-details-section .product-details .product-option .theme-btn:before, .shop-details-section .product-details .product-option .theme-btn-s3:before, .shop-details-section .product-details .product-option .theme-btn-s4:before {
  display: none;
}

.shop-details-section .product-details .product-option .product-row > div:last-child .theme-btn, .shop-details-section .product-details .product-option .product-row > div:last-child .theme-btn-s3, .shop-details-section .product-details .product-option .product-row > div:last-child .theme-btn-s4 {
  background-color: #fff;
  font-size: 18px;
  font-size: 1.2rem;
  color: #8f9aa7;
  border: 1px solid #e6e6e6;
}

.shop-details-section .product-details #product-count {
  border-radius: 0;
  border: 1px solid #e6e6e6;
}

.shop-details-section .product-details #product-count:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.shop-details-section .product-details .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up,
.shop-details-section .product-details .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
  border-radius: 0;
  border-color: #e6e6e6;
}

.shop-details-section .product-details .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up:hover,
.shop-details-section .product-details .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down:hover {
  background-color: #31c0ce;
  color: #fff;
}

.shop-details-section .product-info {
  margin-top: 75px;
  /*** tabs ***/
  /*** client rv ***/
  /*** review form ***/
}

.shop-details-section .product-info h4 {
  font-size: 15px;
  font-size: 1rem;
  text-transform: uppercase;
  margin: 0;
  line-height: 1.7em;
}

.shop-details-section .product-info p {
  margin-bottom: 1.3em;
}

.shop-details-section .product-info .tab-pane p:last-child {
  margin-bottom: 0;
}

.shop-details-section .product-info .nav-tabs {
  border: 0;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .shop-details-section .product-info .nav-tabs {
    margin-bottom: 20px;
  }
}

.shop-details-section .product-info .nav-tabs li {
  border: 1px solid #eaeaea;
}

.shop-details-section .product-info .nav-tabs li.active a {
  border: 0;
  outline: 0;
}

.shop-details-section .product-info .nav-tabs a {
  font-size: 15px;
  font-size: 1rem;
  font-weight: 500;
  color: #8f9aa7;
  border: 0;
  border-radius: 0;
  margin: 0;
  display: block;
  padding: 10px 15px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .shop-details-section .product-info .nav-tabs a {
    font-size: 14px;
    font-size: 0.93333rem;
    font-weight: normal;
    padding: 9px 10px;
  }
}

.shop-details-section .product-info .nav-tabs a:hover,
.shop-details-section .product-info .nav-tabs .active a {
  background: #31c0ce;
  color: #fff;
}

.shop-details-section .product-info .nav-tabs .active,
.shop-details-section .product-info .nav-tabs li:hover {
  border-color: #31c0ce;
}

.shop-details-section .product-info .client-rv {
  overflow: hidden;
  margin-bottom: 30px;
}

.shop-details-section .product-info .client-rv:last-child {
  margin-bottom: 0;
}

.shop-details-section .product-info .client-rv .client-pic {
  width: 60px;
  float: left;
}

@media (max-width: 767px) {
  .shop-details-section .product-info .client-rv .client-pic {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
}

.shop-details-section .product-info .client-rv .details {
  width: calc(100% - 80px);
  float: right;
}

@media (max-width: 767px) {
  .shop-details-section .product-info .client-rv .details {
    width: 100%;
    float: none;
  }
}

.shop-details-section .product-info .client-rv .name-rating-time {
  border-bottom: 1px solid #e6e6e6;
}

@media (max-width: 767px) {
  .shop-details-section .product-info .client-rv .name-rating-time {
    padding-bottom: 3px;
  }
}

.shop-details-section .product-info .client-rv .name-rating-time > div,
.shop-details-section .product-info .client-rv .name-rating > div {
  display: inline-block;
  font-size: 14px;
  font-size: 0.93333rem;
}

@media (max-width: 767px) {
  .shop-details-section .product-info .client-rv .name-rating-time > div,
  .shop-details-section .product-info .client-rv .name-rating > div {
    font-size: 12px;
    font-size: 0.8rem;
    display: block;
  }
}

.shop-details-section .product-info .client-rv .rating {
  font-size: 12px;
  color: #31c0ce;
  padding-left: 12px;
}

@media (max-width: 767px) {
  .shop-details-section .product-info .client-rv .rating {
    padding-left: 0;
    margin: 4px 0 7px;
  }
}

.shop-details-section .product-info .client-rv .name-rating-time .time {
  float: right;
  color: #b3b3b3;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .shop-details-section .product-info .client-rv .name-rating-time .time {
    float: none;
  }
}

.shop-details-section .product-info .client-rv .review-body {
  padding-top: 12px;
}

@media screen and (min-width: 1200px) {
  .shop-details-section .product-info .review-form-wrapper {
    padding-left: 45px;
  }
}

@media (max-width: 991px) {
  .shop-details-section .product-info .review-form {
    margin-top: 45px;
  }
}

.shop-details-section .product-info .review-form h4 {
  margin-bottom: 1.73em;
}

.shop-details-section .product-info .review-form form input,
.shop-details-section .product-info .review-form form textarea {
  border-radius: 0;
}

.shop-details-section .product-info .review-form form input:focus,
.shop-details-section .product-info .review-form form textarea:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.shop-details-section .product-info .review-form form textarea {
  height: 130px;
}

.shop-details-section .product-info .review-form form > div {
  margin-bottom: 27px;
}

.shop-details-section .product-info .review-form form > div:last-child {
  margin-bottom: 0;
}

.shop-details-section .product-info .review-form form .rating-wrapper > div {
  display: inline-block;
}

@media (max-width: 767px) {
  .shop-details-section .product-info .review-form form .rating-wrapper > div {
    display: block;
    float: none !important;
  }
}

.shop-details-section .product-info .review-form form .rating-wrapper > div:last-child {
  float: right;
}

@media (max-width: 767px) {
  .shop-details-section .product-info .review-form form .rating-wrapper > div:last-child {
    margin-top: 20px;
  }
}

.shop-details-section .product-info .review-form form .rating a {
  font-size: 14px;
  color: #cccccc;
  display: inline-block;
  margin-right: 10px;
}

@media (max-width: 767px) {
  .shop-details-section .product-info .review-form form .rating a {
    font-size: 12px;
    margin-right: 5px;
  }
}

.shop-details-section .product-info .review-form form .rating a:last-child {
  margin: 0;
}

.shop-details-section .product-info .review-form form .rating a:hover {
  color: #31c0ce;
}

.shop-details-section .product-info .review-form form .theme-btn-s4 {
  background-color: transparent;
  color: #908f8f;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.shop-details-section .product-info .review-form form .theme-btn-s4:hover {
  background-color: #31c0ce;
  color: #fff;
}

@media screen and (min-width: 767px) {
  .shop-details-section .product-info .review-form form .theme-btn-s4 {
    font-size: 15px;
    font-size: 1rem;
    padding: 0 20px;
  }
}

.shop-details-section .slider-nav .slick-slide:focus {
  outline: none;
}

/*--------------------------------------------------------------
  #blog page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#10.1 blog-pg-section
--------------------------------------------------------------*/
.blog-pg-section .post {
  position: relative;
}

.blog-pg-section .blog-content > .post + .post {
  margin-top: 80px;
}

@media (max-width: 991px) {
  .blog-pg-section .blog-content > .post + .post {
    margin-top: 70px;
  }
}

@media (max-width: 767px) {
  .blog-pg-section .blog-content > .post + .post {
    margin-top: 60px;
  }
}

.blog-pg-section .post .entry-media {
  margin-bottom: 35px;
}

@media screen and (min-width: 1200px) {
  .blog-pg-section .entry-body {
    background-color: transparent;
    margin: -80px auto 0;
    padding:0;
    position: relative;
    z-index: 10;
  }
}

.blog-pg-section .post h3 {
  font-size: 28px;
  font-size: 1.86667rem;
  font-weight: normal;
  line-height: 1.4em;
  margin: 1em 0;
  text-transform: capitalize;
}

@media (max-width: 991px) {
  .blog-pg-section .post h3 {
    font-size: 24px;
    font-size: 1.6rem;
  }
}

@media (max-width: 767px) {
  .blog-pg-section .post h3 {
    font-size: 22px;
    font-size: 1.46667rem;
  }
}

.blog-pg-section .post h3 a {
  color: #151515;
  display: inline-block;
  font-weight: 200;
}

.blog-pg-section .post h3 a:hover {
  color: #31c0ce;
}

.blog-pg-section .post .meta {
      list-style: none;
    overflow: hidden;
    background: white;
    display: inline-block;
    padding: 12px 24px 12px 12px;
    border-bottom: 1px solid #e4e4e4;
}

.blog-pg-section .post .meta li {
  float: left;
  color: #868686;
  position: relative;
  margin-right: 25px;
}

@media (max-width: 767px) {
  .blog-pg-section .post .meta li {
    font-size: 12px;
    font-size: 0.8rem;
    margin-right: 20px;
    margin-bottom: 5px;
  }
}

.blog-pg-section .post .meta > li:last-child {
  margin-right: 0;
}

.blog-pg-section .post .meta a,
.blog-pg-section .post .meta i {
  color: #868686;
  font-weight: normal;
}

.blog-pg-section .post .meta i {
  display: inline-block;
  padding-right: 5px;
}

.blog-pg-section .post .meta a:hover {
  color: #31c0ce;
}

.blog-pg-section .entry-details {
  margin-top: 25px;
}

@media (max-width: 991px) {
  .blog-pg-section .entry-details {
    margin-top: 20px;
  }
}

.blog-pg-section .entry-details p {
  margin: 0 0 1.5em;
}

.blog-pg-section .entry-details .read-more {
  font-family: 'Mitr', sans-serif;
  font-weight: normal;
  color: #31c0ce;
  text-transform: uppercase;
  letter-spacing: 3px;
}

@media (max-width: 991px) {
  .blog-pg-section .entry-details .read-more {
    font-size: 15px;
    font-size: 1rem;
  }
}

.blog-pg-section .post-slider {
  position: relative;
}

.blog-pg-section .post-slider .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 .post-slider .owl-controls .owl-nav [class*=owl-] {
  background: rgb(49 192 206 / 70%);
  width: 30px;
  height: 50px;
  line-height: 50px;
  padding: 0;
  margin: 0;
  border-radius: 0;
}

.blog-pg-section .post-slider .owl-controls .owl-nav .owl-prev,
.blog-pg-section .post-slider .owl-controls .owl-nav .owl-next {
  position: absolute;
  top: 130px;/*
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);*/
}

.blog-pg-section .post-slider .owl-controls .owl-nav .owl-prev {
  right: 50px;
}

.blog-pg-section .post-slider .owl-controls .owl-nav .owl-next {
  right: 0;
}

.blog-pg-section .video-post .video-holder {
  position: relative;
  text-align: center;
}

.blog-pg-section .video-post .video-holder:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  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 .video-post .video-holder:hover:before {
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.blog-pg-section .video-post .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 .video-post .video-holder .fi {
  padding-left: 8px;
}

.blog-pg-section .video-post .video-holder .fi:before {
  font-size: 80px;
  color: #31c0ce;
}

@media (max-width: 767px) {
  .blog-pg-section .video-post .video-holder .fi:before {
    font-size: 60px;
    font-size: 4rem;
  }
}

.blog-pg-section .quote-post {
      background-color: #fff;
    padding-top: 10px;
    border-top: 1px solid #eee;
}

@media (max-width: 767px) {
  .blog-pg-section .quote-post {
    padding: 35px 25px;
  }
}

.blog-pg-section .quote-post .quote-icon {
  background-color: #31c0ce;
  padding: 7px 10px;
  position: absolute;
  right: 0;
  top: 0;
}


.blog-pg-section .quote-post .quote-icon i {
  font-size: 35px;
  color: #fff;
}

/*--------------------------------------------------------------
  #blog single page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#11.1 blog-single-section
--------------------------------------------------------------*/
.blog-single-section {
  /*** tag-share ***/
  /*** author-box ***/
  /*** more-posts ***/
  /*** comments area ***/
  /*** comment-respond ***/
}

@media screen and (min-width: 992px) {
  .blog-single-section .blog-content {
    padding-right: 20px;
  }
}

.blog-single-section .post {
  position: relative;
}

.blog-single-section .post .entry-media {
  margin-bottom: 0px;
}

.blog-single-section .post h2 {
  font-size: 30px;
  font-weight: normal;
  line-height: 1.4em;
  margin: 0;
}

@media (max-width: 991px) {
  .blog-single-section .post h2 {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .blog-single-section .post h2 {
    font-size: 24px;
    font-size: 1.6rem;
  }
}

.blog-single-section .post h3 {
  font-size: 26px;
  font-size: 1.73333rem;
  font-weight: normal;
  line-height: 1.5em;
  margin: 1.8em 0 1em;
}

@media (max-width: 991px) {
  .blog-single-section .post h3 {
    font-size: 24px;
    font-size: 1.6rem;
  }
}

@media (max-width: 767px) {
  .blog-single-section .post h3 {
    font-size: 20px;
    font-size: 1.33333rem;
  }
}

.blog-single-section .post .meta {
  list-style: none;
    overflow: hidden;
    position: relative;
    top: -46px;
    background: #fff;
    display: inline-block;
    padding: 12px 24px 12px 12px;
    border-bottom: 1px solid #ccc;
}

.blog-single-section .post .meta li {
  float: left;
  color: #868686;
  position: relative;
  margin-right: 25px;
}

@media (max-width: 767px) {
  .blog-single-section .post .meta li {
    font-size: 12px;
    font-size: 0.8rem;
    margin-right: 20px;
    margin-bottom: 5px;
  }
}

.blog-single-section .post .meta > li:last-child {
  margin-right: 0;
}

.blog-single-section .post .meta a,
.blog-single-section .post .meta i {
  color: #868686;
  font-weight: normal;
}

.blog-single-section .post .meta i {
  display: inline-block;
  padding-right: 5px;
}

.blog-single-section .post .meta a:hover {
  color: #31c0ce;
}

.blog-single-section .entry-details {
  margin-top: 35px;
}

@media (max-width: 991px) {
  .blog-single-section .entry-details {
    margin-top: 20px;
  }
}

.blog-single-section .entry-details p {
  font-size: 16px;
  font-size: 1.06667rem;
  line-height: 1.9em;
  margin: 0 0 1.5em;
}

@media (max-width: 991px) {
  .blog-single-section .entry-details p {
    font-size: 15px;
    font-size: 1rem;
  }
}

.blog-single-section .entry-details blockquote {
  background-color: #f8f8f8;
  font-size: 20px;
  font-style: italic;
  color: #838383;
  line-height: 1.9em;
  padding: 30px 25px;
  margin: 50px 0;
  border-color: #23727f;
}

@media (max-width: 767px) {
  .blog-single-section .entry-details blockquote {
    font-size: 18px;
    font-size: 1.2rem;
    padding: 25px 20px;
  }
}

.blog-single-section .tag-share {
  min-height: 59px;
  border-top: 1px solid #ebebf1;
  border-bottom: 1px solid #ebebf1;
  margin: 60px 0 70px;
  overflow: hidden;
}

.blog-single-section .tag-share ul {
  list-style: none;
}

@media (max-width: 767px) {
  .blog-single-section .tag-share {
    border-right: 1px solid #ebebf1;
  }
}

.blog-single-section .tag-share .tag,
.blog-single-section .tag-share .share {
  min-height: 59px;
  line-height: 59px;
  display: inline-block;
  padding-left: 80px;
  position: relative;
}

@media (max-width: 767px) {
  .blog-single-section .tag-share .tag,
  .blog-single-section .tag-share .share {
    display: block;
  }
}

.blog-single-section .tag-share .tag > i,
.blog-single-section .tag-share .share > i {
  background: #ebebf1;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
}

.blog-single-section .tag-share .tag {
  float: left;
}

@media (max-width: 767px) {
  .blog-single-section .tag-share .tag {
    float: none;
  }
}

.blog-single-section .tag-share .tag a {
  font-size: 17px;
  font-size: 1.13333rem;
  color: #848484;
}

.blog-single-section .tag-share .tag a:hover {
  color: #31c0ce;
}

.blog-single-section .tag-share .tag ul li {
  padding-right: 5px;
  position: relative;
}

.blog-single-section .tag-share .tag ul li:after {
  content: ",";
  position: absolute;
  right: 0;
  bottom: 0;
}

.blog-single-section .tag-share .tag ul li:last-child:after {
  display: none;
}

.blog-single-section .tag-share .tag ul > li + li {
  margin-left: 10px;
}

.blog-single-section .tag-share .share {
  float: right;
}

@media (max-width: 767px) {
  .blog-single-section .tag-share .share {
    float: none;
    border-top: 1px solid #ebebf1;
    margin-top: 1px;
  }
}

.blog-single-section .tag-share .share ul > li + li {
  margin-left: 15px;
}

.blog-single-section .tag-share .share a {
  color: #848484;
}

.blog-single-section .tag-share .share a:hover {
  color: #31c0ce;
}

.blog-single-section .tag-share ul {
  overflow: hidden;
}

.blog-single-section .tag-share ul li {
  float: left;
}

.blog-single-section .author-box {
  padding: 45px 50px;
  margin: 70px 0;
  border: 1px solid #eaeaea;
}

@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-avatar img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.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: 16px;
  font-size: 1.06667rem;
  margin-bottom: 20px;
}

.blog-single-section .author-box .author-name {
  font-family: 'Mitr', sans-serif;
  font-size: 22px;
  font-size: 1.46667rem;
  display: inline-block;
  margin-bottom: 10px;
  color: #151515;
}

@media (max-width: 991px) {
  .blog-single-section .author-box .author-name {
    font-size: 20px;
    font-size: 1.33333rem;
  }
}

.blog-single-section .author-box .social-lnk {
  display: inline-block;
  list-style: none;
}

.blog-single-section .author-box .social-lnk li {
  float: left;
  margin-right: 15px;
}

.blog-single-section .author-box .social-lnk a {
  display: block;
  font-size: 18px;
  font-size: 1.2rem;
  color: #777;
}

.blog-single-section .author-box .social-lnk a:hover {
  color: #31c0ce;
}

.blog-single-section .more-posts {
  overflow: hidden;
  border-top: 1px solid #ebebf1;
  border-bottom: 1px solid #ebebf1;
}

@media (max-width: 767px) {
  .blog-single-section .more-posts {
    border-left: 1px solid #ebebf1;
    border-right: 1px solid #ebebf1;
  }
}

.blog-single-section .more-posts > div {
  width: 50%;
  float: left;
}

@media (max-width: 767px) {
  .blog-single-section .more-posts > div {
    width: 100%;
    float: none;
  }
}

.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-family: 'Mitr', sans-serif;
  padding: 40px 0;
}

@media (max-width: 767px) {
  .blog-single-section .more-posts .previous-post,
  .blog-single-section .more-posts .next-post {
    padding: 25px 15px !important;
  }
}

.blog-single-section .more-posts .next-post {
  text-align: right;
  border-left: 1px solid #e8e8e8;
  padding-left: 15px;
  padding-right: 5px;
}

@media (max-width: 767px) {
  .blog-single-section .more-posts .next-post {
    border-left: 0;
    text-align: left;
    border-top: 1px solid #e8e8e8;
  }
}

.blog-single-section .more-posts .previous-post {
  padding-right: 15px;
  padding-left: 5px;
}

.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: #a7a7a7;
}

.blog-single-section .more-posts .post-name {
  font-size: 20px;
  font-size: 1.33333rem;
  color: #151515;
  margin: 0.5em 0 0;
}

@media (max-width: 991px) {
  .blog-single-section .more-posts .post-name {
    font-size: 18px;
    font-size: 1.2rem;
  }
}

.blog-single-section .more-posts a:hover .post-control-link {
  color: #31c0ce;
}

.blog-single-section .comments-area {
  margin-top: 70px;
}

.blog-single-section .comments-area ul,
.blog-single-section .comments-area ol {
  list-style: none;
}

.blog-single-section .comments-area .comments {
  border: 1px solid #ebebf1;
  border-bottom: 0;
}

.blog-single-section .comments-area li > div {
  border-bottom: 1px solid #ebebf1;
  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;
}

.blog-single-section .comments-area .comments-title {
  font-size: 24px;
  font-size: 1.6rem;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0 0 1.5em;
}

@media (max-width: 991px) {
  .blog-single-section .comments-area .comments-title {
    font-size: 22px;
    font-size: 1.46667rem;
  }
}

.blog-single-section .comments-area li > div {
  position: relative;
}

.blog-single-section .comments-area .comment-theme {
  position: absolute;
  left: 25px;
}

@media (max-width: 767px) {
  .blog-single-section .comments-area .comment-theme {
    position: static;
  }
}

.blog-single-section .comments-area .comment-theme img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.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 {
  margin-bottom: 20px;
}

.blog-single-section .comments-area .comments-meta h4 {
  font-size: 18px;
  font-size: 1.2rem;
  color: #6d6d6d;
  margin: 0 0 1em;
}

.blog-single-section .comments-area .comments-meta h4 span {
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  color: #949494;
  text-transform: none;
  display: inline-block;
  margin-left: 15px;
  font-size: 16px;
  font-size: 1.06667rem;
}

.blog-single-section .comments-area .comment-reply-link {
  background: #31c0ce;
  font-size: 14px;
  font-size: 0.93333rem;
  color: #fff;
  display: inline-block;
  padding: 0 5px;
}

.blog-single-section .comments-area .comment-reply-link:hover {
  background-color: #c5a47e;
}

.blog-single-section .comment-respond {
  margin-top: 70px;
}

.blog-single-section .comment-respond .comment-reply-title {
  font-size: 24px;
  font-size: 1.6rem;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0 0 1.5em;
}

@media (max-width: 991px) {
  .blog-single-section .comment-respond .comment-reply-title {
    font-size: 22px;
    font-size: 1.46667rem;
  }
}

.blog-single-section .comment-respond form input,
.blog-single-section .comment-respond form textarea {
  background-color: #f8f8f8;
  width: 100%;
  height: 50px;
  border: 1px solid #f8f8f8;
  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;
}

.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: #31c0ce;
}

@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: #31c0ce;
  color: #fff;
  font-weight: 500;
  margin-bottom: 0;
  border: 0;
  border-radius: 50px;
  outline: 0;
  text-transform: uppercase;
}

.blog-single-section .comment-respond .form-submit input:hover {
  background-color: #b7c702;
}

@media screen and (min-width: 992px) {
  .blog-single-with-left-sidebar .blog-sidebar {
    padding: 0 20px 0 0;
  }
}

/*--------------------------------------------------------------
.contact-section
--------------------------------------------------------------*/
.contact-section {
    padding-bottom: 90px;
}
@media (max-width: 991px) {
    .contact-section {
        padding-bottom: 40px;
    }
}

.contact-section .contact-info-grids > div {
    width: 25%;
    float: left;
    position: relative;
    padding: 0 35px;

}
.contact-section .contact-info-grids > div + div {
    border-left: 1px solid rgb(194 210 209 / 52%);

}
.contact-section .contact-info-grids {
    text-align: center;
}
@media (max-width: 991px) {
    .contact-section .contact-info-grids > div {
        width: 50%;
        padding-left: 26.25pt;
        padding-bottom: 0.416666667in;
        padding-right: 26.25pt;
        padding-top: 60px;
        border-bottom-width: 0.0625pc;
        border-bottom-style: solid;
        border-bottom-color: #52c26c;
        border-image: none;
    }
}
@media (max-width: 767px) {
    .contact-section .contact-info-grids > div {
        width: 100%;
        padding-left: 1.5625pc;
        padding-bottom: 30pt;
        padding-right: 1.5625pc;
        padding-top: 30pt;
        border-left-width: 0;
        border-left-style: none;
        border-left-color: currentColor;
        border-image: none;
        float: none;
    }
}
.contact-section .contact-info-grids .fi:before {
    font-size: 3.125rem;
    color: #31c0ce;
}
@media (max-width: 991px) {
    .contact-section .contact-info-grids .fi:before {
        font-size: 2.5rem;
    }
}
@media (max-width: 767px) {
    .contact-section .contact-info-grids .fi:before {
        font-size: 2.1875rem;
    }
}
.contact-section .contact-info-grids h4 {
    font-size: 1.125rem;
    margin-bottom: 0.8em;
    margin-top: 1em;
}
.contact-section .contact-info-grids h4,
.contact-section .contact-info-grids p {
    margin-left: 0;
    margin-right: 0;
}
.contact-section .contact-info-grids p {
    margin-bottom: 0;
    margin-top: 0;
}
.contact-section .contact-form-area {
    margin-top: 60px;
}
@media (max-width: 991px) {
    .contact-section .contact-form-area {
        margin-top: 40px;
    }
}
@media (max-width: 991px) {
    .contact-section .contact-text {
        margin-bottom: 30px;
    }
}
.contact-section .contact-text {
  text-align: center;
  margin-bottom: 50px;
}
.contact-section .contact-text h3 {
    font-size: 2.25rem;
    margin-left: 0;
    margin-bottom: 0.4em;
    margin-right: 0;
    margin-top: -0.2em;
}
@media (max-width: 991px) {
    .contact-section .contact-text h3 {
        font-size: 1.875rem;
    }
}
@media (max-width: 767px) {
    .contact-section .contact-text h3 {
        font-size: 1.5625rem;
    }
}
.contact-section form input,
.contact-section form select,
.contact-section form textarea {
    background: #fff;
    width: 100%;
    height: 3.4375pc;
}
.contact-section form input {
    border-left-width: 0.020833333in;
    border-bottom-width: 0.020833333in;
    border-right-width: 0.020833333in;
    border-top-width: 0.020833333in;
    border: 1px solid #d4d9e0;
}
.contact-section form select,
.contact-section form input,
.contact-section form textarea {
    border-radius: 0.3125pc;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.contact-section form input,
.contact-section form textarea,
.contact-section form select {
}
.contact-section form textarea,
.contact-section form input,
.contact-section form select {
}
.contact-section form select {

    border: 1px solid #d4d9e0;
}
.contact-section form textarea {
    height: 180px;
    border: 1px solid #d4d9e0;
}
@media (max-width: 991px) {
    .contact-section form input,
    .contact-section form select,
    .contact-section form textarea {
        height: 33.75pt;
    }
}
.contact-section form {
    margin-left: -0.15625in;
    margin-bottom: 0;
    margin-right: -0.15625in;
    overflow: hidden;
}
.contact-section form select {
    display: inline-block;
    color: #a9a9a9;
    cursor: pointer;
    opacity: 1;
    padding-left: 0.75pc;
}
.contact-section form input:focus,
.contact-section form select:focus,
.contact-section form textarea:focus {
    border-left-color: #31c0ce;
    border-bottom-color: #31c0ce;
    border-right-color: #31c0ce;
    border-top-color: #31c0ce;
}
.contact-section form > div,
.contact-section form {
    margin-top: 0;
}

.contact-section form ::-webkit-input-placeholder {
    font-style: normal;
    color: #9d9c9c;
}
.contact-section form :-moz-placeholder {
    font-style: normal;
    color: #9d9c9c;
}
.contact-section form select {
    padding-bottom: 4.5pt;
    padding-right: 0.75pc;
    padding-top: 4.5pt;
    font-size: 0.9375pc;
    font-size: 0.9375rem;
}

.contact-section form ::-moz-placeholder {
    font-style: normal;
    color: #9d9c9c;
}
.contact-section form :-ms-input-placeholder {
    color: #9d9c9c;
    font-style: normal;
}
.contact-section form > div {
    width: calc(50% - 30px);
    float: left;
    margin-left: 0.15625in;
    margin-bottom: 22.5pt;
    margin-right: 0.15625in;
}
@media (max-width: 600px) {
    .contact-section form > div {
        width: calc(100% - 30px);
        float: none;
    }
}
.contact-section form .fullwidth {
    width: calc(100% - 30px);
    float: none;
    clear: both;
}
.contact-section form button {
    outline: none;
}
.contact-map-section iframe {
    height: 100%;
    width: 100%;
    outline: 0;
}
.contact-map-section iframe,
.contact-section form button {
    border-top-width: 0;
    border-left-width: 0;
    border-bottom-width: 0;
    border-right-width: 0;
    border-bottom-style: none;
    border-left-style: none;
    border-right-style: none;
    border-top-style: none;
    border-left-color: currentColor;
    border-bottom-color: currentColor;
    border-right-color: currentColor;
    border-top-color: currentColor;
    border-image: none;
}
.contact-map-section .contact-map {
    height: 450px;
}

/*--------------------------------------------------------------
#3.3  progress-section
--------------------------------------------------------------*/
.progress-section {
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
  position: relative;
}

.progress-section:before {
    content: "";
    background: url(../images/progress.jpg) center center/cover no-repeat local;
    width: 35%;
    height: 100%;
    position: absolute;
    right: 9%;
    bottom: 0;
}
@media (max-width: 991px) {
  .progress-section:before  {
    display: none;
  }
}
@media (max-width: 991px) {
  .progress-section {
    margin-bottom: 65px;
  }
}

@media (max-width: 767px) {
  .progress-section {
    margin-bottom: 45px;
  }
}

.progress-section .left-col {
  width: calc(50% + 75px);
  float: left;
  padding: 130px 0 100px;
}

@media (max-width: 991px) {
  .progress-section .left-col {
    width: 100%;
    padding:0 100px
  }
}
@media (max-width: 767px) {
  .progress-section .left-col {
    width: 100%;
    padding:0 30px
  }
}
.progress-section .left-col .progress-area {
  max-width: 660px;
  margin-left: auto;
  padding-left: 15px;
  position: relative;
  z-index: 1;
}

@media (max-width: 991px) {
  .progress-section .left-col .progress-area {
    max-width: 100%;
    padding-right: 15px;
  }
}


.progress-section .right-col > div {
  width: calc(100% + 60px);
  height: 100%;
  position: absolute;
  left: -60px;
  top: 0;
}

.progress-section .progress-grids {
  padding-top: 30px;
  /* the parent */
}

@media (max-width: 991px) {
  .progress-section .progress-grids {
    padding-top: 0;
  }
}

.progress-section .progress-grids .slick-slide {
  margin: 20px 27px;
}

.progress-section .progress-grids .slick-list {
  margin: -20px -27px;
}

.progress-section .progress-grids .item {
  padding: 10px 0px;
}

@media (max-width: 767px) {
  .progress-section .progress-grids .item {
    padding: 30px 25px;
  }
}

.progress-section .progress-grids h3 {
      font-size: 18px;
    margin: 0 0 0.5em;
    letter-spacing: 5px;
  font-weight: 200;
}

@media (max-width: 767px) {
  .progress-section .progress-grids h3 {
    font-size: 22px;
  }
}

.progress-section .progress-grids h3 a {
  color: #151515;
}

.progress-section .progress-grids h3 a:hover {
  color: #31c0ce;
}


.progress-section .progress-grids .progress {
  background-color: #e6e6e6;
  height: 1px;
  margin-top: 20px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  overflow: visible;
  box-shadow: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.progress-section .progress-grids .progress span {
font-size: 14px;
    color: #151515;
    padding: 2px 6px;
    text-align: center;
    position: absolute;
    right: -15px;
    top: -34px;
    font-weight: 400;
}

.progress-section .progress-grids .progress span:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 10px solid #303030;
    position: absolute;
    bottom: -8px;
    left: 14px;
}

@media (max-width: 991px) {
  .progress-section .progress-grids .progress span {
    padding: 0 6px;
  }
}

.progress-section .progress-grids .progress-bar {
  background: #303030;
  position: relative;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0px;
}
/*--------------------------------------------------------------
  #404 page
----------------------------------------------------------------*/
/*--------------------------------------------------------------
#12.1   error-404-section
----------------------------------------------------------------*/
@media screen and (min-width: 1200px) {
  .error-404-section .content {
    padding-right: 350px;
  }
}

@media (max-width: 767px) {
  .error-404-section .content {
    text-align: center;
  }
}

.error-404-section .content h2 {
  font-size: 100px;
  font-size: 6.66667rem;
  color: #31c0ce;
  margin: 0 0 0.2em;
}

@media (max-width: 991px) {
  .error-404-section .content h2 {
    font-size: 80px;
    font-size: 5.33333rem;
  }
}

@media (max-width: 767px) {
  .error-404-section .content h2 {
    font-size: 60px;
    font-size: 4rem;
  }
}

.error-404-section .content h3 {
  font-size: 24px;
  font-size: 1.6rem;
  color: #31c0ce;
  margin: 0 0 1.5em;
}

@media (max-width: 991px) {
  .error-404-section .content h3 {
    font-size: 20px;
    font-size: 1.33333rem;
    line-height: 1.3em;
  }
}

@media (max-width: 767px) {
  .error-404-section .content h3 {
    font-size: 18px;
    font-size: 1.2rem;
  }
}

.error-404-section .content p {
  font-size: 18px;
  font-size: 1.2rem;
  font-style: italic;
  margin: 0 0 2em;
}

@media (max-width: 991px) {
  .error-404-section .content p {
    font-size: 17px;
    font-size: 1.13333rem;
  }
}

@media (max-width: 767px) {
  .error-404-section .content p {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

.error-404-section .content .icon {
  position: absolute;
  right: 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: 767px) {
  .error-404-section .content .icon {
    display: none;
  }
}

.error-404-section .content .icon i {
  font-size: 150px;
  font-size: 10rem;
  color: #31c0ce;
  opacity: 0.2;
}
@media (max-width: 1400px) {
  .dis-none-1400 {
    display: none;
  }
}
.bg-1 {
  background: #eff1f1;
}

.hero-style-1 .slick-prev,
.hero-style-1 .slick-next {
     -webkit-transform: none;
    -ms-transform: none;
     transform: none;
     bottom: 0;
}
.hero-style-2 .slick-prev,
.hero-style-2 .slick-next {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    bottom: 0;
}
@media (min-width: 992px) {
  .slick-prev:before, .slick-next:before {
    line-height: normal;
  }
}
/*************/

.hero-style-black .slick-prev,
.hero-style-black .slick-next {
  background-color: #1b1b1b;
  width: 125px;
  height: 112px;
  z-index: 10;
}
@media (max-width: 767px) {
  .hero-style-black .slick-prev,
  .hero-style-black .slick-next {
    background-color: #1b1b1b;
    width: 45px;
    height: 45px;
    z-index: 10;
    bottom: -23px;
  }

  .slick-prev:before, .slick-next:before {
    font-size: 20px;
   line-height: 15px;
  }
}
.hero-style-black .slick-prev {
  border-right: 1px solid rgba(255,255,255,0.03);
  border-bottom: 1px solid rgba(255,255,255,0.03);
}
@media (max-width: 1199px) {
  .hero-style-black .slick-prev, .hero-style-black .slick-next {
    width: 85px;
    height: 82px;
  }
  .slick-prev {
    right: 85px;
  }
}
@media (max-width: 991px) {
  .hero-style-black .slick-prev, .hero-style-black .slick-next {
    width: 85px;
    height: 82px;
  }
  .slick-prev {
    right: 85px;
  }
  .slick-prev:before, 
  .slick-next:before {
    line-height: 85px;
  }
}
@media (max-width: 767px) {
  .hero-style-black .slick-prev {
    right: 45px;
  }

}
@media (max-width: 767px) {
    .hero-style-black .slick-prev, .hero-style-black .slick-next {
    width: 45px;
    height: 55px;
    }
    .slick-prev:before, .slick-next:before {
      line-height: 55px;
    }
}
.hero-style-black .slick-prev:before,
.hero-style-black .slick-next:before {
  color: #c5a47e;
}
.hero-style-black .slick-next {
  right: 0;
  border-bottom: 1px solid rgb(60 58 58 / 20%)
}

.hero-style-black .slick-next:before {
  font-family: "Flaticon";
  content: "\f110";
  opacity: 1;
}

/*** padding ***/
.pad-0 {
  padding: 0 !important;
}
.pad-b-30 {
  padding-bottom: 55px !important;
}

.pad-t-30 {
  padding-top: 30px !important;
}
.pad-t-50 {
  padding-top: 50px !important;
}
.pad-t-100 {
  padding-top: 100px !important;
}
@media (max-width: 991px) {
    .pad-t-100 {
        padding-top: 80px !important;
    }
}
.pad-l-50 {
  padding-left: 50px !important;
}
.pad-t-0 {
  padding-top: 0 !important;
}

.pad-b-0 {
  padding-bottom: 0 !important;
}

@media (max-width: 991px) {
    .pad-b-0-991 {
        padding-bottom: 0px !important;
    }
}
.pad-tb-110 {
  padding: 100px 0 !important;
}
@media (max-width: 1199px) {
    .pad-tb-110 {
    padding: 80px 0  30px!important;
  }
}
@media (max-width: 767px) {
    .pad-tb-110 {
    padding: 80px 0 !important;
  }
}
.s-pad-t-l-200 {
  padding-top: 200px !important;
  padding-left: 150px !important;
}
@media (max-width: 1199px) {
    .s-pad-t-l-200 {
    padding-top: 60px !important;
    padding-left: 10px !important;
  }
}
@media (max-width: 991px) {
    .s-pad-t-l-200 {
    padding-top: 0px !important;
    padding-left: 10px !important;
  }
}
@media (max-width: 991px) {
    .pad-t-80-991 {
    padding-top: 80px !important;
  }
}
/*** margin ***/
@media (max-width: 991px) {
    .mar-t-0-991 {
    margin-top: 0px !important;
  }
}
.mar-t-55 {
  margin-top: 55px !important;
}
@media (max-width: 1199px) {
    .mar-t-55 {
    margin-top: 0px !important;
  }
}
@media (max-width: 767px) {
    .mar-t-55 {
    margin-top: 0px !important;
  }
}
@media (max-width: 991px) {
    .mar-b-m-991 {
        margin-bottom: 30px !important;
    }
}
/**** other -css ******/
.text-l {
  text-align: left !important;
}
.col-w {
  color: #ffffff !important;
}
.col-wr {
  color: #c5a47e !important;
}
.col-wc {
  color: #999 !important;
}
.col-wb {
  color: #1b1b1b !important;
}
/** backgrund css***/

.bg-b {
  background-color: #1b1b1b !important;
}
.bg-w {
  background-color: #ffffff !important;
}
.bg-bc {
  background-color: #363636 !important;
}
.bg-bc1{
    background-color: #676464 !important;
}
.bg-img-1 {
    background: url(../images/bg-img-1.jpg) center top / cover no-repeat fixed;
}
.bg-img-2 {
    background: url(../images/bg-img-2.jpg) center top / cover no-repeat !important;
}
/******/
.site-footer-dark:before {
  content: "";
  background-color: rgb(27 27 27 / 95%);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.border-t-1 {
  boder-top: 1px solid rgba(255,255,255,0.03);
}
.border-b-1 {
  border-bottom: 1px solid rgba(255,255,255,0.03);
}
.border-n {
  border: none !important;
}
.box-s-n {
  box-shadow: none !important;
}

@media (max-width: 1199px) {
    .dis-nun-1199 {
    display: none;
  }
}
.magin-lr-100 {
  margin: 0 100px !important;
}
/* =======================================
   ARCHITECTURE THEME TYPOGRAPHY (2-FONT SYSTEM)
   ThemeForest-ready, clean & professional
===================================
/*# sourceMappingURL=style.css.map */