/*------------------------------------------------------------------
[Master Stylesheet]
Theme Name:     Almanar - Islamic Center WordPress Theme
Version:        1.0.0
Author:         wpoceans
URL:            http://themeforest.net/user/wpoceans
-------------------------------------------------------------------*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
#0.1  Theme Reset Style
#0.2  Global Elements
#0.3  header
#0.5  footer
#1.3  blog-section


----------------------------------------------------------------*/
/*---------------------------
  Fonts
----------------------------*/
@font-face {
  font-family: "Conv_Now-Bold";
  src: url("../fonts/text-fonts/Now-Bold.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Now";
  src: url(../fonts/text-fonts/now-regular.otf) format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Now";
  src: url(../fonts/text-fonts/now-medium.otf) format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Now";
  src: url(../fonts/text-fonts/now-light.otf) format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Now";
  src: url(../fonts/text-fonts/now-thin.otf) format("truetype");
  font-weight: 200;
  font-style: normal;
}

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

body {
  font-family: "Nunito Sans", sans-serif;
  background-color: #fff;
  font-size: 16px;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

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

p {
  color: #4e586f;
  line-height: 1.6em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Berkshire Swash", cursive;
  font-weight: 500;
  color: #242f6c;
}

ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
}

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

.wow {
  visibility: hidden;
}

.fi:before {
  margin: 0;
}

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

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

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

.p-t-0 {
  padding-top: 0;
}

.p-b-0 {
  padding-bottom: 0;
}

/*** contact form error handling ***/
.contact-validation-active .error-handling-messages {
  width: 100% !important;
  margin-top: 15px !important;
}

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

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

.contact-validation-active #loader i {
  font-size: 30px;
  font-size: 1.875rem;
  color: #00b3d6;
  display: inline-block;
  -webkit-animation: rotating linear 2s infinite;
  animation: rotating linear 2s infinite;
}

.contact-validation-active #success,
.contact-validation-active #error {
  width: 100%;
  color: #fff;
  padding: 5px 10px;
  font-size: 16px;
  text-align: center;
  display: none;
}

@media (max-width: 767px) {
  .contact-validation-active #success,
  .contact-validation-active #error {
    font-size: 15px;
  }
}

.contact-validation-active #success {
  background-color: #009a00;
  border-left: 5px solid green;
  margin-bottom: 5px;
}

.contact-validation-active #error {
  background-color: #ff1a1a;
  border-left: 5px solid red;
}

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.rotating {
  -webkit-animation: rotating 5s alternate infinite;
  animation: rotating 5s alternate infinite;
}

/*** back to top **/
.back-to-top {
  background-color: rgb(6 152 181);
  width: 45px;
  height: 45px;
  line-height: 45px;
  border: 2px solid #00b3d6;
  border-radius: 0;
  text-align: center;
  position: fixed;
  z-index: 999;
  right: 15px;
  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;
}

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

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

.animate-b-t-t {
  bottom: 15px;
  opacity: 1;
  visibility: visible;
}

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

.wpo-section-title {
  text-align: center;
  position: relative;
  max-width: 500px;
  margin: auto;
  margin-bottom: 50px;
}

.wpo-section-title span {
  font-size: 18px;
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
  background: -webkit-linear-gradient(left, #00b3d6, #00ded8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.wpo-section-title h2 {
  font-size: 40px;
  font-weight: 500;
  margin: 0;
  display: inline-block;
  position: relative;
  line-height: 60px;
}

@media (max-width: 767px) {
  .wpo-section-title h2 {
    font-size: 25px;
    line-height: 35px;
  }
}

.theme-btn,
.theme-btn-s2,
.theme-btn-s4,
.theme-btn-s3 {
  background: #00c6d1;
  background: -webkit-linear-gradient(left, #00a7d5, #00ded8);
  background: -moz-linear-gradient(left, #00a7d5, #00ded8);
  background: -o-linear-gradient(left, #00a7d5, #00ded8);
  background: -ms-linear-gradient(left, #00a7d5, #00ded8);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#00a7d5),
    to(#00ded8)
  );
  background: linear-gradient(left, #00a7d5, #00ded8);
  color: #fff;
  display: inline-block;
  font-weight: 600;
  padding: 17px 30px;
  border: 0;
  text-transform: capitalize;
  z-index: 1;
  position: relative;
  line-height: 19px;
  border-radius: 5px;
}

.theme-btn:after,
.theme-btn-s3:after,
.theme-btn-s4:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(left, #00ded8, #00a7d5);
  background: -moz-linear-gradient(left, #00ded8, #00a7d5);
  background: -o-linear-gradient(left, #00ded8, #00a7d5);
  background: -ms-linear-gradient(left, #00ded8, #00a7d5);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#00ded8),
    to(#00a7d5)
  );
  background: linear-gradient(left, #00ded8, #00a7d5);
  -webkit-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
  opacity: 0;
  z-index: -1;
  border-radius: 5px;
}

.theme-btn:hover:after,
.theme-btn-s3:hover:after,
.theme-btn-s4:hover:after,
.view-cart-btn:hover:after {
  opacity: 1;
}

@media (max-width: 991px) {
  .theme-btn,
  .theme-btn-s2,
  .theme-btn-s4,
  .theme-btn-s3 {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 10px 25px;
  }
}

.theme-btn-s3 {
  border-radius: 5px;
  box-shadow: none;
}

.theme-btn-s3:after {
  border-radius: 5px;
}

.theme-btn:hover,
.theme-btn-s2:hover,
.theme-btn-s4:hover,
.theme-btn-s3:hover,
.theme-btn:focus,
.theme-btn-s2:focus,
.theme-btn-s4:focus,
.theme-btn-s3:focus,
.theme-btn:active,
.theme-btn-s2:active,
.theme-btn-s4:active,
.theme-btn-s3:active {
  background-color: #029ca5;
  color: #fff;
}

.theme-btn-s4 {
  font-weight: 400;
  color: #666666;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.theme-btn-s2 {
  border: none;
  background: none;
  border: 1px solid #fff;
  color: #fff;
}

.theme-btn-s2:hover,
.theme-btn-s4:hover,
.theme-btn-s2:focus,
.theme-btn-s4:focus,
.theme-btn-s2:active,
.theme-btn-s4:active {
  background-position: 100% !important;
  color: #fff;
}

.theme-btn-s3 {
  padding: 16px 30px 14px;
}

@media (max-width: 991px) {
  .theme-btn-s3 {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 10px 25px;
  }
}

.theme-btn-s4 {
  padding: 15px 48px;
  border-radius: 55px;
}

@media (max-width: 991px) {
  .theme-btn-s4 {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 10px 25px;
  }
}

.view-cart-btn {
  background: #00b3d6;
  width: 140px;
  padding: 10px;
  margin-top: 20px;
  color: white;
  font-weight: 500;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.view-cart-btn:hover {
  background-color: #00a7d5;
  color: #fff;
}

.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: #00b3d6;
  -webkit-box-shadow: 0 0 5px 0 #e33e3a;
  -moz-box-shadow: 0 0 5px 0 #e33e3a;
  -o-box-shadow: 0 0 5px 0 #e33e3a;
  -ms-box-shadow: 0 0 5px 0 #e33e3a;
  box-shadow: 0 0 5px 0 #e33e3a;
}

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

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

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

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

.form select {
  font-style: italic;
  background: url(../images/select-icon.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;
}
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #fff url(../images/select-arrow.png) calc(100% - 15px) 17px
    no-repeat;
  background-size: 7px 4px;
  position: relative;
  height: 44px;
}

/******************************
  #page title
******************************/
.page-title {
  background-color: rgb(234 234 234 / 92%);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: local;
  width: 100%;
  height: 400px;
  text-align: center;
  position: relative;
  word-break: break-all;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-title:before {
  content: "";
  background: rgba(10, 54, 94, 0.65);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 991px) {
  .page-title {
    height: 300px;
  }
}

.page-title .page-title-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.page-title .page-title-wrapper {
  text-align: center;
}

@media screen and (min-width: 992px) {
  .page-title .container {
    padding-top: 103px;
  }
}

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

.page-title h2 {
  font-size: 50px;
  font-weight: 700;
  margin: 0 0 0.2em;
  font-family: "Nunito Sans", sans-serif;
}

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

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

.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-weight: bold;
  color: #737373;
  margin-right: 5px;
  position: relative;
}

@media (max-width: 991px) {
  .page-title .breadcrumb li {
    font-size: 16px;
    font-size: 1rem;
  }
}

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

.page-title .breadcrumb li a {
  color: #242f6c;
}

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

.page-title .breadcrumb > li + li {
  margin-left: 20px;
  padding-left: 15px;
}

.page-title .breadcrumb > li + li:before {
  font-family: themify;
  content: "\e649";
  font-size: 12px;
  font-size: 0.75rem;
  padding: 0;
  position: absolute;
  left: -12px;
  top: 3px;
  border-radius: 50%;
  color: #5d6b79;
}

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

.preloader .sk-folding-cube {
  margin: 20px auto;
  width: 60px;
  height: 60px;
  position: absolute;
  left: calc(50% - 30px);
  top: calc(50% - 50px);
  -webkit-transform: rotateZ(45deg);
  -ms-transform: rotate(45deg);
  transform: rotateZ(45deg);
}

.preloader .sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.preloader .sk-folding-cube .sk-cube:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #029ca5;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.preloader .sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  -ms-transform: scale(1.1) rotate(90deg);
  transform: scale(1.1) rotateZ(90deg);
}

.preloader .sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  -ms-transform: scale(1.1) rotate(180deg);
  transform: scale(1.1) rotateZ(180deg);
}

.preloader .sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  -ms-transform: scale(1.1) rotate(270deg);
  transform: scale(1.1) rotateZ(270deg);
}

.preloader .sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.preloader .sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.preloader .sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

@-webkit-keyframes sk-foldCubeAngle {
  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }

  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }

  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

@keyframes sk-foldCubeAngle {
  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }

  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }

  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

/*------------------------------------
  blog sidebar
------------------------------------*/
.blog-sidebar {
  /*** search-widget ***/
  /*** category-widget ***/
  /*** recent-post-widget ***/
  /*** tag-widget ***/
}

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

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

@media (max-width: 767px) {
  .blog-sidebar {
    margin-top: 60px;
    max-width: 400px;
  }
}

.blog-sidebar .widget {
  border: 2px solid #f4f4f4;
  padding: 32px 25px;
}

.blog-sidebar .widget h3,
.blog-sidebar .widget_block h2 {
  font-size: 18px;
  font-weight: 400;
  position: relative;
  text-transform: capitalize;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ebebeb;
}

.blog-sidebar .widget h3:before,
.blog-sidebar .widget_block h2:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 60px;
  height: 4px;
  background: #00c6d1;
}
.wp-block-search .wp-block-search__inside-wrapper {
  position: relative;
}
.blog-sidebar .wp-block-search .wp-block-search__input {
  background-color: rgb(208 208 208 / 16%);
  height: 70px;
  font-size: 16px;
  padding: 6px 50px 6px 20px;
  border: 0;
  border-radius: 5px;
  box-shadow: none;
  transition: all 0.3s;
}

.blog-sidebar .wp-block-search .wp-block-search__button {
  line-height: inherit;
  font-size: 20px;
  color: #fff;
  background-color: #00c6d1;
  border: 0;
  outline: 0;
  position: absolute;
  right: 10px;
  top: 50%;
  line-height: 42px;
  width: 50px;
  height: 50px;
  border-radius: 6px;
  transform: translateY(-50%);
}

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

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

.blog-sidebar .search-widget input {
  background-color: #f8f8f8;
  height: 50px;
  font-size: 16px;
  font-size: 1rem;
  padding: 6px 50px 6px 20px;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.blog-sidebar .search-widget input:focus {
  background-color: rgba(205, 33, 29, 0.1);
}

.blog-sidebar .search-widget form button {
  background: #00b3d6;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  font-size: 1.25rem;
  color: #fff;
  border: 0;
  outline: 0;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}

.blog-sidebar .search-widget form button i {
  font-size: 14px;
}

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

.blog-sidebar .category-widget ul li {
  font-size: 15px;
  font-size: 0.9375rem;
  position: relative;
}

@media (max-width: 767px) {
  .blog-sidebar .category-widget ul li {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.blog-sidebar .category-widget ul li span {
  position: absolute;
  right: 0;
}

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

.blog-sidebar .category-widget ul a {
  display: block;
  color: #717171;
  padding-left: 25px;
  position: relative;
}

.blog-sidebar .category-widget ul a:before {
  font-family: "Themify";
  content: "\e628";
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 11px;
}

.blog-sidebar .category-widget ul a:hover,
.blog-sidebar .category-widget ul li:hover:before {
  color: #00b3d6;
}

.blog-sidebar .recent-post-widget .post {
  overflow: hidden;
}

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

.blog-sidebar .recent-post-widget .post .img-holder {
  width: 68px;
  float: left;
}

.blog-sidebar .recent-post-widget .post .img-holder img {
  border-radius: 5px;
}

.blog-sidebar .recent-post-widget .post .details {
  width: calc(100% - 68px);
  float: left;
  padding-left: 20px;
}

.blog-sidebar .recent-post-widget .post h4 {
  font-family: "Jost", sans-serif;
  font-size: 15px;
  line-height: 1.3em;
  margin: 0 0 0.3em;
  margin-bottom: 3px;
}

@media (max-width: 1199px) {
  .blog-sidebar .recent-post-widget .post h4 {
    margin: 0;
  }
}

.blog-sidebar .recent-post-widget .post h4 a {
  font-weight: 600;
  display: inline-block;
  color: #020202;
}

.blog-sidebar .recent-post-widget .post h4 a:hover {
  color: #00b3d6;
}

.blog-sidebar .recent-post-widget .post .details .date {
  font-size: 13px;
  color: #687693;
}

.blog-sidebar .recent-post-widget .post .details .date i {
  display: inline-block;
  padding-right: 7px;
}

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

.blog-sidebar .tag-widget ul li {
  float: left;
  margin: 0 8px 8px 0;
}

.blog-sidebar .tag-widget ul li a {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 600;
  display: inline-block;
  padding: 7px 14px;
  color: #717171;
  border: 1px solid #efefef;
  border-radius: 50px;
}

.blog-sidebar .tag-widget ul li a:hover {
  background: #00b3d6;
  color: #fff;
  border-color: #00b3d6;
}

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

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

.pagination-wrapper .pg-pagination {
  display: inline-block;
  overflow: hidden;
  list-style-type: none;
  text-align: center;
}

.pagination-wrapper .pg-pagination li {
  float: left;
  margin-right: 10px;
}

@media (max-width: 767px) {
  .pagination-wrapper .pg-pagination li {
    margin-right: 5px;
  }
}

.pagination-wrapper .pg-pagination li:last-child {
  margin-right: 0;
}

.pagination-wrapper .pg-pagination li a {
  background-color: transparent;
  width: 50px;
  height: 50px;
  line-height: 47px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  color: #788390;
  border: 2px solid #e8e8e8;
  display: block;
  border-radius: 0;
}

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

.pagination-wrapper .pg-pagination .active a,
.pagination-wrapper .pg-pagination li a:hover {
  background: #00b3d6;
  border-color: #00b3d6;
  color: #fff;
}

.pagination-wrapper .pg-pagination .fi:before {
  font-size: 15px;
  font-size: 0.9375rem;
}

.pagination-wrapper-left {
  text-align: left;
}

.pagination-wrapper-right {
  text-align: right;
}

@media screen and (min-width: 1200px) {
  .pagination-wrapper-right {
    padding-right: 50px;
  }
}

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

.theme-accordion-s1 {
  margin-bottom: 0;
}

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

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

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

.theme-accordion-s1 .panel-heading a {
  background: #00b3d6;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  display: block;
  padding: 18px 25px;
  position: relative;
}

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

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

.theme-accordion-s1 .panel-heading a:before {
  font-family: "themify";
  content: "\e64b";
  font-size: 15px;
  font-size: 0.9375rem;
  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 {
    font-size: 18px;
    font-size: 1.125rem;
    right: 20px;
  }
}

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

.theme-accordion-s1 .panel-heading .collapsed {
  background-color: #fff;
  color: #020202;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.1);
  box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.1);
}

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

.theme-accordion-s1 .panel-heading + .panel-collapse > .panel-body {
  background-color: #fff;
  border: 0;
  padding: 40px 25px 15px;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.1);
  box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.1);
}

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

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

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

/*--------------------------------------------------------------
#0.3  header
--------------------------------------------------------------*/
.site-header {
  /* navigation open and close btn hide for width screen */
  /* style for navigation less than 992px */
  /*navbar collaps less then 992px*/
}

.site-header .navigation {
  background-color: #fff;
  margin-bottom: 0;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.site-header .navigation > .container {
  position: relative;
}

.site-header #navbar {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  /*** mega-menu style ***/
}

.site-header #navbar > ul li a:hover,
.site-header #navbar > ul li a:focus,
.site-header #navbar > ul li.current-menu-item > a {
  text-decoration: none;
  color: #00b3d6 !important;
}

@media screen and (min-width: 1200px) {
  .site-header #navbar {
    margin-left: 110px;
  }
}

@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: 18px;
    font-weight: 600;
    text-transform: capitalize;
  }

  .site-header #navbar > ul .sub-menu {
    background-color: #fff;
    width: 280px;
    text-align: left;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
    text-transform: capitalize;
  }

  .site-header #navbar > ul > li > ul.sub-menu:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 9px 10px 9px;
    border-color: transparent transparent #fff transparent;
    margin: 0 0 0 20px;
    padding-top: 1px;
    position: absolute;
    top: -11px;
  }

  .site-header #navbar > ul > li .sub-menu li:last-child {
    border-bottom: 0;
  }

  .site-header #navbar > ul > li .sub-menu a {
    display: block;
    color: #1c1c1c;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 10px 30px;
    font-family: "Nunito Sans", sans-serif;
  }

  .site-header #navbar > ul .sub-menu {
    padding: 25px 0;
  }

  .site-header #navbar > ul > li > .sub-menu .sub-menu {
    top: 0;
    left: 98%;
  }

  .site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a {
    position: relative;
  }

  .site-header
    #navbar
    > ul
    > li
    > .sub-menu
    > .menu-item-has-children
    > a:before {
    font-family: "themify";
    content: "\e649";
    font-size: 11px;
    font-size: 0.6875rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 25px;
  }

  .site-header #navbar > ul > li:hover > .sub-menu {
    top: 100%;
    visibility: visible;
    opacity: 1;
  }

  .site-header #navbar .sub-menu > li:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
  }
}

@media (max-width: 991px) {
  .site-header #navbar > ul > li a {
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
  }

  .site-header #navbar > ul > li .sub-menu li {
    border-bottom: 1px solid #e6e6e6;
  }

  .site-header #navbar > ul .sub-menu > li:last-child {
    border-bottom: 0;
  }

  .site-header #navbar > ul > li > .sub-menu a {
    padding: 8px 15px 8px 45px;
  }

  .site-header #navbar > ul > li > .sub-menu .sub-menu a {
    padding: 8px 15px 8px 65px;
  }

  .site-header #navbar > ul .menu-item-has-children > a {
    position: relative;
  }

  .site-header #navbar > ul .menu-item-has-children > a:before {
    font-family: "themify";
    content: "\e61a";
    font-size: 11px;
    font-size: 0.6875rem;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media screen and (min-width: 992px) {
  .site-header #navbar {
    /*** hover effect ***/
    position: relative;
    top: 2px;
  }

  .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 #00b3d6;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
  }

  .site-header #navbar .mega-menu {
    width: 1140px;
    right: 15px;
  }

  .site-header #navbar .half-mega-menu {
    width: 585px;
  }

  .site-header #navbar .mega-menu-box-title {
    font-size: 14px;
    font-size: 0.875rem;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    padding-bottom: 7px;
    margin-bottom: 7px;
    border-bottom: 1px solid #e6e6e6;
  }

  .site-header #navbar .mega-menu-list-holder li a {
    font-size: 14px;
    font-size: 0.875rem;
    display: block;
    padding: 7px 8px;
    margin-left: -8px;
  }

  .site-header #navbar .has-mega-menu:hover > ul {
    top: 100%;
    visibility: visible;
    opacity: 1;
  }
}

@media (max-width: 1199px) {
  .site-header #navbar > ul .mega-menu {
    width: 950px;
    right: 15px;
  }

  .site-header #navbar > ul .half-mega-menu {
    width: 485px;
  }
}

@media (max-width: 991px) {
  .site-header #navbar > ul .mega-menu,
  .site-header #navbar > ul .half-mega-menu {
    width: auto;
  }

  .site-header #navbar > ul .mega-menu .row,
  .site-header #navbar > ul .half-mega-menu .row {
    margin: 0;
  }

  .site-header #navbar .mega-menu-content > .row > .col {
    margin-bottom: 25px;
  }
}

@media (max-width: 991px) {
  .site-header #navbar .mega-menu .mega-menu-list-holder a {
    padding: 5px 15px 5px 40px;
  }

  .site-header #navbar .mega-menu .mega-menu-box-title {
    font-size: 14px;
    font-size: 0.875rem;
    text-transform: uppercase;
    display: block;
    border-bottom: 1px dotted #b3b3b3;
    padding: 0 0 4px 5px;
    margin: 0 25px 8px 25px;
  }
}

@media screen and (min-width: 992px) {
  .site-header .navbar-header .open-btn {
    display: none;
  }

  .site-header #navbar .close-navbar {
    display: none;
  }
}

@media (max-width: 991px) {
  .site-header {
    /* class for show hide navigation */
  }

  .site-header .container {
    width: 100%;
  }

  .site-header .navbar-header button {
    background-color: #00b3d6;
    width: 40px;
    height: 35px;
    border: 0;
    padding: 5px 10px;
    outline: 0;
    position: absolute;
    right: 15px;
    top: 6px;
    z-index: 20;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 3px;
  }

  .site-header .navbar-header button span {
    background-color: #fff;
    display: block;
    height: 2px;
    margin-bottom: 5px;
  }

  .site-header .navbar-header button span:last-child {
    margin: 0;
  }

  .site-header #navbar {
    background: #fff;
    display: block !important;
    width: 280px;
    height: 100% !important;
    margin: 0;
    padding: 0;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    position: fixed;
    right: -330px;
    top: 0;
    z-index: 100;
  }

  .site-header #navbar ul a {
    color: #000;
  }

  .site-header #navbar ul a:hover,
  .site-header #navbar ul li.current a {
    color: #00b3d6;
  }

  .site-header #navbar .navbar-nav {
    height: 100%;
    overflow: auto;
  }

  .site-header #navbar .close-navbar {
    background-color: #00b3d6;
    width: 40px;
    height: 40px;
    color: #fff;
    border: 0;
    outline: none;
    position: absolute;
    left: -23px;
    top: 16px;
    z-index: 20;
    border-radius: 50px;
  }

  .site-header #navbar .close-navbar .ti-close {
    position: relative;
    top: 1px;
  }

  .site-header #navbar > ul > li {
    border-bottom: 1px solid #f2f2f2;
  }

  .site-header #navbar > ul > li > a {
    padding: 10px 15px 10px 35px;
  }

  .site-header .slideInn {
    right: 0 !important;
  }
}

@media (max-width: 767px) {
  .site-header .navbar-header .navbar-brand {
    font-size: 24px;
  }

  .site-header #navbar .navbar-nav {
    margin: 0;
  }
}

@media (max-width: 991px) {
  .site-header .navbar-collapse.collapse {
    display: none;
  }

  .site-header .navbar-collapse.collapse.in {
    display: block;
  }

  .site-header .navbar-header .collapse,
  .site-header .navbar-toggle {
    display: block;
  }

  .site-header .navbar-header {
    float: none;
  }

  .site-header .navbar-right {
    float: none;
  }

  .site-header .navbar-nav {
    float: none;
  }

  .site-header .navbar-nav > li {
    float: none;
  }
}

@media (max-width: 991px) {
  .page-wrapper {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
  }

  .body-overlay:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
  }
}

/*---------------------------------------
  #header-style-1
----------------------------------------*/
.header-style-1,
.header-style-2,
.header-style-3 {
  /*** cart-search-contact ***/
}

@media screen and (min-width: 992px) {
  .header-style-1,
  .header-style-2,
  .header-style-3 {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
  }
}

.header-style-1 .navbar-brand img,
.header-style-2 .navbar-brand img,
.header-style-3 .navbar-brand img {
  max-width: 230px;
}

.header-style-1 .navigation,
.header-style-2 .navigation,
.header-style-3 .navigation {
  background: transparent;
}

@media screen and (min-width: 992px) {
  .header-style-1 .navigation,
  .header-style-2 .navigation,
  .header-style-3 .navigation {
    padding: 0 60px 0 45px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .header-style-1 .topbar,
  .header-style-2 .topbar,
  .header-style-3 .topbar {
    padding: 7px 60px 7px 45px;
  }

  .header-style-1 .navigation,
  .header-style-2 .navigation {
    min-height: 100px;
  }

  .header-style-1 .navbar-brand,
  .header-style-2 .navbar-brand,
  .header-style-3 .navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    height: auto;
    margin-top: 35px;
  }

  .header-style-2 .navbar-brand {
    margin-top: 25px;
  }

  .header-style-1 .navbar-brand {
    margin-top: 23px;
  }

  .header-style-1 #navbar > ul > li > a,
  .header-style-2 #navbar > ul > li > a,
  .header-style-3 #navbar > ul > li > a {
    color: #fff;
    padding: 42px 15px;
    position: relative;
    font-family: "Nunito Sans", sans-serif;
  }

  .header-style-2 #navbar > ul > li.current-menu-parent > a,
  .header-style-3 #navbar > ul > li.current-menu-parent > a {
    font-weight: 600;
    /*color: #00b3d6;*/
  }

  .header-style-1.site-header #navbar > ul > li.current-menu-item > a {
    color: #fff;
  }

  .header-style-1 #navbar > ul > li.current-menu-parent > a:before,
  .header-style-2 #navbar > ul > li.current-menu-parent > a:before,
  .header-style-3 #navbar > ul > li.current-menu-parent > a:before,
  .header-style-1 #navbar > ul > li.current-menu-item > a:before,
  .header-style-2 #navbar > ul > li.current-menu-item > a:before,
  .header-style-3 #navbar > ul > li.current-menu-item > a:before {
    opacity: 1;
  }

  .header-style-1 #navbar ul.sub-menu li.current-menu-parent > a,
  .header-style-2 #navbar ul.sub-menu li.current-menu-parent > a,
  .header-style-3 #navbar ul.sub-menu li.current-menu-parent > a {
    color: #00b3d6;
  }
}

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

@media screen and (min-width: 1365px) {
  .header-style-1 #navbar > ul > li > a,
  .header-style-2 #navbar > ul > li > a,
  .header-style-3 #navbar > ul > li > a {
    padding: 42px 20px;
  }
}

@media (max-width: 991px) {
  .header-style-1 .navigation,
  .header-style-2 .navigation,
  .header-style-3 .navigation {
    background: #111;
    padding: 25px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .header-style-1 .navbar-brand,
  .header-style-2 .navbar-brand,
  .header-style-3 .navbar-brand {
    height: auto;
    padding: 0 15px;
  }
}

@media (max-width: 1199px) {
  .header-style-1 .donate-btn,
  .header-style-2 .donate-btn,
  .header-style-3 .donate-btn {
    display: none;
  }
}

.header-style-1 .cart-search-contact,
.header-style-2 .cart-search-contact,
.header-style-3 .cart-search-contact {
  position: absolute;
  right: 60px;
  top: 0;
  height: 103px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 25px;
  padding-left: 15px;
}

.header-style-2 .cart-search-contact {
  /*right: 0px;*/
}

@media (max-width: 991px) {
  .header-style-1 .cart-search-contact,
  .header-style-2 .cart-search-contact,
  .header-style-3 .cart-search-contact {
    right: 90px;
    top: 0;
    padding-top: 22px;
  }
}

@media (max-width: 450px) {
  .header-style-1 .cart-search-contact,
  .header-style-2 .cart-search-contact,
  .header-style-3 .cart-search-contact {
    display: none;
  }
}

.header-style-1 .cart-search-contact button,
.header-style-2 .cart-search-contact button,
.header-style-3 .cart-search-contact button {
  background: transparent;
  padding: 0;
  border: 0;
  outline: 0;
  position: relative;
}

.header-style-1 .cart-search-contact > div,
.header-style-2 .cart-search-contact > div,
.header-style-3 .cart-search-contact > div {
  float: left;
  position: relative;
}

.site-header .cart-search-contact .donate-btn i:before {
  font-size: 15px;
  position: relative;
  top: 0px;
}

.header-style-1 .cart-search-contact button > i,
.header-style-2 .cart-search-contact button > i,
.header-style-3 .cart-search-contact button > i {
  font-size: 20px;
  color: #fff;
}

.header-style-1 .cart-search-contact .header-search-form,
.header-style-2 .cart-search-contact .header-search-form,
.header-style-3 .cart-search-contact .header-search-form {
  position: absolute;
  width: 250px;
  right: 0;
  top: 84px;
  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: -2px 18px 40px -9px #999999;
  box-shadow: -2px 18px 40px -9px #999999;
  z-index: 10;
}

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

@media (max-width: 767px) {
  .header-style-1 .cart-search-contact .header-search-form,
  .header-style-2 .cart-search-contact .header-search-form,
  .header-style-3 .cart-search-contact .header-search-form {
    top: 70px;
    right: 15px;
  }
}

.header-style-1 .cart-search-contact .header-search-form button i,
.header-style-2 .cart-search-contact .header-search-form button i,
.header-style-3 .cart-search-contact .header-search-form button i {
  color: #020202;
}

.header-style-1 .cart-search-contact .header-search-form-wrapper .fi:before,
.header-style-2 .cart-search-contact .header-search-form-wrapper .fi:before,
.header-style-3 .cart-search-contact .header-search-form-wrapper .fi:before {
  font-size: 22px;
  font-size: 1.375rem;
}

.header-style-1 .cart-search-contact .header-search-form-wrapper,
.header-style-2 .cart-search-contact .header-search-form-wrapper,
.header-style-3 .cart-search-contact .header-search-form-wrapper,
.header-style-1 .cart-search-contact .mini-cart,
.header-style-2 .cart-search-contact .mini-cart,
.header-style-3 .cart-search-contact .mini-cart {
  padding-top: 8px;
}

.header-style-1 .cart-search-contact form div,
.header-style-2 .cart-search-contact form div,
.header-style-3 .cart-search-contact form div {
  position: relative;
}

.header-style-1 .cart-search-contact form div button,
.header-style-2 .cart-search-contact form div button,
.header-style-3 .cart-search-contact form div button {
  position: absolute;
  right: 15px;
  top: 56%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header-style-1 .cart-search-contact input,
.header-style-2 .cart-search-contact input,
.header-style-3 .cart-search-contact input {
  width: 100%;
  height: 50px;
  padding: 6px 20px;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.header-style-1 .cart-search-contact .mini-cart,
.header-style-2 .cart-search-contact .mini-cart,
.header-style-3 .cart-search-contact .mini-cart {
  margin-right: 25px;
}

@media (max-width: 767px) {
  .header-style-1 .cart-search-contact .mini-cart,
  .header-style-2 .cart-search-contact .mini-cart,
  .header-style-3 .cart-search-contact .mini-cart {
    margin-right: 0;
  }
}

@media (max-width: 450px) {
  .header-style-1 .cart-search-contact .mini-cart,
  .header-style-2 .cart-search-contact .mini-cart,
  .header-style-3 .cart-search-contact .mini-cart {
    display: none;
  }
}

.header-style-1 .cart-search-contact .mini-cart .fi:before,
.header-style-2 .cart-search-contact .mini-cart .fi:before,
.header-style-3 .cart-search-contact .mini-cart .fi:before {
  font-size: 25px;
  font-size: 1.5625rem;
}

.header-style-1 .cart-search-contact .mini-cart .cart-count,
.header-style-2 .cart-search-contact .mini-cart .cart-count,
.header-style-3 .cart-search-contact .mini-cart .cart-count {
  background: #00b3d6;
  width: 22px;
  height: 22px;
  line-height: 22px;
  font-size: 10px;
  font-size: 0.625rem;
  color: white;
  position: absolute;
  top: 0;
  right: -5px;
  border-radius: 50%;
}

.header-style-1 .cart-search-contact .mini-cart-content,
.header-style-2 .cart-search-contact .mini-cart-content,
.header-style-3 .cart-search-contact .mini-cart-content {
  background: #fff;
  width: 300px;
  z-index: 10;
  position: absolute;
  right: 0;
  top: 84px;
  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: -2px 18px 40px -9px #999999;
  box-shadow: -2px 18px 40px -9px #999999;
}

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

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

@media (max-width: 450px) {
  .header-style-1 .cart-search-contact .mini-cart-content,
  .header-style-2 .cart-search-contact .mini-cart-content,
  .header-style-3 .cart-search-contact .mini-cart-content {
    right: auto;
    left: -185px;
  }
}

.header-style-1 .cart-search-contact .mini-cart-content p,
.header-style-2 .cart-search-contact .mini-cart-content p,
.header-style-3 .cart-search-contact .mini-cart-content p {
  font-size: 15px;
  font-weight: 600;
  color: #020202;
  margin: 0;
  text-transform: capitalize;
}

.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-items,
.header-style-2 .cart-search-contact .mini-cart-content .mini-cart-items,
.header-style-3 .cart-search-contact .mini-cart-content .mini-cart-items {
  padding: 25px 20px;
}

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

.header-style-1
  .cart-search-contact
  .mini-cart-content
  .mini-cart-item:first-child,
.header-style-2
  .cart-search-contact
  .mini-cart-content
  .mini-cart-item:first-child,
.header-style-3
  .cart-search-contact
  .mini-cart-content
  .mini-cart-item:first-child {
  padding-top: 0;
  margin-top: 0;
  border-top: 0;
}

.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-item-image,
.header-style-2 .cart-search-contact .mini-cart-content .mini-cart-item-image,
.header-style-3 .cart-search-contact .mini-cart-content .mini-cart-item-image {
  width: 50px;
  height: 50px;
  border: 2px solid #f3f3f3;
  float: left;
  margin-right: 15px;
}

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

.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-item-des,
.header-style-2 .cart-search-contact .mini-cart-content .mini-cart-item-des,
.header-style-3 .cart-search-contact .mini-cart-content .mini-cart-item-des {
  position: relative;
  overflow: hidden;
}

.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-item-des a,
.header-style-2 .cart-search-contact .mini-cart-content .mini-cart-item-des a,
.header-style-3 .cart-search-contact .mini-cart-content .mini-cart-item-des a {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  text-align: left;
  color: #020202;
}

.header-style-1
  .cart-search-contact
  .mini-cart-content
  .mini-cart-item-des
  a:hover,
.header-style-2
  .cart-search-contact
  .mini-cart-content
  .mini-cart-item-des
  a:hover,
.header-style-3
  .cart-search-contact
  .mini-cart-content
  .mini-cart-item-des
  a:hover {
  color: #00b3d6;
}

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

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

.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-action,
.header-style-2 .cart-search-contact .mini-cart-content .mini-cart-action,
.header-style-3 .cart-search-contact .mini-cart-content .mini-cart-action {
  padding: 20px 0 30px;
  border-top: 1px solid #efefef;
  text-align: center;
}

.header-style-1
  .cart-search-contact
  .mini-cart-content
  .mini-cart-action
  .theme-btn-s2,
.header-style-2
  .cart-search-contact
  .mini-cart-content
  .mini-cart-action
  .theme-btn-s2,
.header-style-3
  .cart-search-contact
  .mini-cart-content
  .mini-cart-action
  .theme-btn-s2,
.header-style-1
  .cart-search-contact
  .mini-cart-content
  .mini-cart-action
  .theme-btn-s4,
.header-style-2
  .cart-search-contact
  .mini-cart-content
  .mini-cart-action
  .theme-btn-s4,
.header-style-3
  .cart-search-contact
  .mini-cart-content
  .mini-cart-action
  .theme-btn-s4,
.header-style-1
  .cart-search-contact
  .mini-cart-content
  .mini-cart-action
  .theme-btn-s5,
.header-style-2
  .cart-search-contact
  .mini-cart-content
  .mini-cart-action
  .theme-btn-s5,
.header-style-3
  .cart-search-contact
  .mini-cart-content
  .mini-cart-action
  .theme-btn-s5 {
  float: right;
}

.header-style-1
  .cart-search-contact
  .mini-cart-content
  .mini-cart-action
  .mini-checkout-price,
.header-style-2
  .cart-search-contact
  .mini-cart-content
  .mini-cart-action
  .mini-checkout-price,
.header-style-3
  .cart-search-contact
  .mini-cart-content
  .mini-cart-action
  .mini-checkout-price {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  color: #020202;
  display: inline-block;
}

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

.header-style-1 .cart-search-contact .cart-toggle-btn,
.header-style-2 .cart-search-contact .cart-toggle-btn,
.header-style-3 .cart-search-contact .cart-toggle-btn,
.header-style-1 .cart-search-contact .search-toggle-btn,
.header-style-2 .cart-search-contact .search-toggle-btn,
.header-style-3 .cart-search-contact .search-toggle-btn {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.header-style-2 .cart-search-contact .donate-btn .theme-btn {
  background: transparent;
  color: #233e78;
  border: 2px solid #00c6d1;
  border-radius: 50px;
}
.header-style-2 .cart-search-contact .donate-btn .theme-btn i {
  position: relative;
  top: 1px;
}
.header-style-2 .cart-search-contact .donate-btn .theme-btn:hover {
  border-radius: 50px;
  color: #fff;
}
.header-style-2 .cart-search-contact .donate-btn .theme-btn:after {
  border-radius: 50px;
}
/*---------------------------------------
  #header-style-2
----------------------------------------*/
@media screen and (min-width: 992px) {
  .header-style-2 {
    position: relative;
  }

  .header-style-2 #navbar > ul > li > a {
    font-weight: 600;
    color: #020202;
    position: relative;
  }

  /*.header-style-2 #navbar>ul>li>a:before {
        content: "";
        background-color: #e2e2e2;
        border: 0;
        width: 80%;
        height: 28%;
        position: absolute;
        left: 10%;
        top: 36%;
        border-radius: 50px;
        z-index: -1;
        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;
    }*/

  .header-style-2 #navbar > ul > li > a:hover:before {
    opacity: 1;
  }

  .header-style-2 #navbar > ul > li.current-menu-parent > a:before,
  .header-style-2 #navbar > ul > li.current-menu-item > a:before {
    opacity: 1;
  }

  .header-style-2 #navbar > ul .sub-menu li.current-menu-item a {
    color: #020202;
  }

  .header-style-2 .cart-search-contact button > i {
    color: #1c1c1c;
  }

  .header-style-2 .cart-search-contact {
    /*border-color: #e2e2e2;*/
  }

  .header-style-2 #navbar > ul .sub-menu {
    background-color: #fff;
  }

  .header-style-2 #navbar > ul > li:hover > .sub-menu {
    top: 101%;
  }

  .header-style-2 #navbar > ul > li .sub-menu a {
    color: #020202;
  }

  .header-style-2 #navbar > ul > li > ul.sub-menu:before {
    border-color: transparent transparent #fff transparent;
  }
}

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

  .header-style-2 .cart-search-contact button > i {
    color: #1c1c1c;
  }

  .header-style-2 .cart-search-contact {
    border-color: #e2e2e2;
  }
}

/*---------------------------------------
  #header-style-3
----------------------------------------*/
.header-style-3 .topbar {
  background-color: #fff;
  padding: 7px 0;
}

@media (max-width: 991px) {
  .header-style-3 .topbar {
    text-align: center;
    padding: 15px 0 25px;
  }
}

.header-style-3 .social span {
  padding-right: 20px;
  position: relative;
  top: -6px;
  display: inline-block;
}

@media (max-width: 1199px) {
  .header-style-3 .social span {
    display: none;
  }
}

.header-style-3 .social ul {
  display: inline-block;
  position: relative;
  top: 5px;
}

@media (max-width: 1199px) {
  .header-style-3 .social ul {
    margin-left: 75px;
  }
}

@media (max-width: 991px) {
  .header-style-3 .social ul {
    margin-left: 0;
  }
}

.header-style-3 .social a {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #020202;
  display: inline-block;
}

.header-style-3 .social ul li {
  float: left;
}

.header-style-3 .social ul > li + li {
  margin-left: 15px;
}

.header-style-3 .social a:hover {
  color: #00b3d6;
}

.header-style-3 .link-donate ul {
  display: inline-block;
  padding-left: 0px;
}

@media (max-width: 991px) {
  .header-style-3 .link-donate ul {
    padding: 15px 0;
  }
}

.header-style-3 .link-donate ul li {
  float: left;
  list-style: none;
  top: 3px;
  position: relative;
}

@media (max-width: 991px) {
  .header-style-3 .link-donate ul li {
    float: none;
  }
}

.header-style-3 .link-donate ul > li + li {
  position: relative;
  margin-left: 15px;
  padding-left: 15px;
}

@media (max-width: 991px) {
  .header-style-3 .link-donate ul > li + li {
    margin: 3px 0 0;
    padding: 0;
  }
}

.header-style-3 .link-donate ul > li + li:before {
  content: "";
  background-color: #020202;
  width: 2px;
  height: 13px;
  position: absolute;
  left: 0;
  top: 7px;
}

@media (max-width: 991px) {
  .header-style-3 .link-donate ul > li + li:before {
    display: none;
  }
}

.header-style-3 .link-donate ul a {
  font-size: 14px;
  font-size: 0.875rem;
  color: #020202;
  font-weight: 600;
}

.header-style-3 .link-donate ul a:hover {
  color: #00b3d6;
}

.header-style-3 .donate-btn-wrap {
  float: right;
  position: relative;
  top: 5px;
}

@media (max-width: 991px) {
  .header-style-3 .donate-btn-wrap {
    float: none;
  }
}

.header-style-3 .donate-btn-2 {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  color: #00b3d6;
  border-bottom: 1px solid #00b3d6;
  text-transform: uppercase;
}

@media screen and (min-width: 992px) {
  .header-style-3 .navbar-brand {
    position: absolute;
    top: -86px;
    left: 0;
  }

  .header-style-3 #navbar {
    margin-left: 150px;
  }

  .header-style-3 #navbar > ul > li > a {
    padding: 35px 20px;
  }

  .header-style-3 .cart-search-contact {
    height: 91px;
    right: 0;
    padding-top: 20px;
  }

  .header-style-3 .cart-search-contact .mini-cart {
    margin-right: 0;
  }

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

@media (max-width: 991px) {
  .header-style-3 .navbar-brand img {
    max-width: 100px;
  }

  .header-style-3 .navigation {
    padding: 0;
  }
}

.topbar {
  background: #283a5e;
  padding: 10px 14px;
}

.topbar .contact-intro ul {
  float: none;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  list-style: none;
  padding-left: 5px;
}
@media (max-width: 767px) {
  .topbar .contact-intro ul {
    text-align: center;
    display: inherit;
  }
}
.topbar .contact-intro ul li {
  color: #fff;
  padding-right: 25px;
  font-size: 14px;
}

.topbar .contact-intro ul li i {
  padding-right: 7px;
}

.topbar .contact-intro ul li i:before {
  color: #fff;
}

.topbar ul li:first-child {
  padding-left: 0;
}

.topbar .social ul {
  display: flex;
  align-items: center;
  float: right;
}

.topbar .social ul li {
  padding-right: 15px;
}

.topbar .social ul li a {
  color: #fff;
}

.topbar .social ul li a i {
  font-size: 14px;
}

/*--------------------------------------------------------------
 #0.4 wpo-hero-style
--------------------------------------------------------------*/
/*--------------------------------------------------------------
0.4 hero-slider
--------------------------------------------------------------*/
.hero {
  position: relative;
  height: 100vh;
  /** slider controls **/
  /*** hero slider animation ***/
}

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

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

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

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

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

.hero .slide .container {
  height: 100%;
  display: table;
}

.hero .slide .row {
  display: table-cell;
  vertical-align: middle;
}

.hero .slick-prev,
.hero .slick-next {
  background: #00c6d1;
  background: -webkit-linear-gradient(left, #00a7d5, #00ded8);
  background: -moz-linear-gradient(left, #00a7d5, #00ded8);
  background: -o-linear-gradient(left, #00a7d5, #00ded8);
  background: -ms-linear-gradient(left, #00a7d5, #00ded8);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#00a7d5),
    to(#00ded8)
  );
  background: linear-gradient(left, #00a7d5, #00ded8);
  width: 55px;
  height: 55px;
  z-index: 10;
  border-radius: 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;
}

.hero .slick-prev:hover,
.hero .slick-next:hover {
  background-color: rgba(247, 195, 63);
}

@media (max-width: 991px) {
  .hero .slick-prev,
  .hero .slick-next {
    display: none !important;
  }
}

.hero .slick-prev {
  left: -100px;
}

.hero .slick-prev:before {
  font-family: "themify";
  content: "\e629";
  opacity: 1;
}

.hero .slick-next {
  right: -100px;
}

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

.hero:hover .slick-prev {
  left: 25px;
}

.hero:hover .slick-next {
  right: 25px;
}

.hero .slick-dots {
  bottom: 30px;
}

@media screen and (min-width: 992px) {
  .hero .slick-dots {
    display: none !important;
  }
}

.hero .slick-dots li {
  margin: 0;
}

.hero .slick-dots button {
  background-color: #00acd5;
  width: 14px;
  height: 14px;
  border: 2px solid #fff;
  border-radius: 50%;
}

.hero .slick-dots button:before,
.hero .slick-dots button:before {
  display: none;
}

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

.slide-caption .btns .theme-btn {
  margin-right: 30px;
}

.slide-caption .btns,
.wpo-about-text .btns {
  margin-top: 30px;
  display: flex;
  padding: 5px 0px;
  padding-left: 5px;
}

.slide-caption .btns ul,
.wpo-about-text .btns ul {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 0;
}

.wpo-about-text .btns .video-holder a {
  position: relative;
  width: 50px;
  height: 50px;
  left: 20%;
  box-shadow: 0px 2px 12.75px 2.25px rgba(51, 100, 219, 0.15);
  display: block !important;
}

.wpo-about-text .btns .video-holder a {
  left: 50%;
  display: block !important;
  top: -2px;
  background: #fff;
  animation: none;
  border-radius: 50%;
}

.wpo-about-text .btns .video-holder a:before {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #00a7d5;
}

.wpo-about-area .wpo-about-text p {
  max-width: 555px;
  font-size: 17px;
  margin-bottom: 15px;
}

.wpo-about-area .wpo-about-text p + p {
  margin-bottom: 20px;
}

.video-holder a:before {
  content: "";
  width: 0px;
  height: 0px;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 20px solid #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%);
}

.wpo-about-text .theme-btn {
  line-height: 23px;
}

.video-text {
  margin-left: 30px;
}

.video-text a {
  padding: 10px;
  color: #08b3c0;
  font-size: 18px;
  font-weight: 600;
  text-decoration: underline;
}

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

.hero .slide-caption > .slider-pic * {
  -webkit-animation: fadeOutRight 1.5s both;
  animation: fadeOutRight 1.5s both;
}

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

.hero .slide-caption > div.slide-top * {
  -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-style-1 .slide-caption > div * {
  -webkit-animation: fadeOutUp 1.5s both;
  animation: fadeOutUp 1.5s both;
}

.hero-style-1 .hero-slider .slide-caption > div * {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

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

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

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

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

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

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

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

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

.hero .slide-caption > div.slide-top span {
  display: inline-block;
  padding: 7px 20px 4px;
  background: #fff;
  border-radius: 20px;
  color: #088998;
  font-weight: 600;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .wpo-about-text .theme-btn {
    line-height: 30px;
  }
}

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

  .wpo-about-text .theme-btn {
    line-height: 30px;
  }
}

/************************************************
0.5 hero-style-1
**************************************************/
.hero-style-1,
.hero-style-2,
.hero-style-3,
.hero-style-4 {
  height: 900px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.hero-style-1 .slide {
  position: relative;
}

.hero-style-1 .slide:before {
  content: "";
  background-color: rgba(40, 58, 94, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.slide-caption {
  z-index: 99;
  position: relative;
}

.hero-style-1 .slide .slide-caption h2 span {
  color: #029ca5;
}

.hero-style-1 .slide {
  height: 900px;
}

.hero-style-2,
.hero-style-3,
.hero-style-4 {
  height: 910px;
}

.hero-style-2 .slide,
.hero-style-3 .slide,
.hero-style-4 .slide {
  height: 910px;
}

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

  .hero-style-1 {
    height: 700px;
  }

  .hero-style-1 .slide {
    height: 700px;
  }
}

@media (max-width: 1199px) {
  .hero-style-2 .slide,
  .hero-style-3 .slide,
  .hero-style-4 .slide {
    height: 650px;
  }
}

@media (max-width: 767px) {
  .hero .slide .container {
    margin-left: 20px;
  }
}

@media (max-width: 575px) {
  .hero-style-1 {
    height: 600px;
  }

  .hero-style-1 .slide {
    height: 600px;
  }

  .hero-style-3,
  .hero-style-4 {
    height: 600px;
  }

  .hero-style-3 .slide,
  .hero-style-4 .slide {
    height: 600px;
  }
}

.hero-style-1 .slide .row,
.hero-style-2 .slide .row {
  position: relative;
}

@media screen and (min-width: 992px) {
}

.hero-style-1 .slide-caption h2,
.hero-style-2 .slide-caption h2,
.hero-style-3 .slide-caption h2,
.hero-style-4 .slide-caption h2 {
  font-size: 50px;
  color: #fff;
  margin: 0 0 0.45em;
  line-height: 80px;
}

.hero-style-3 .slide-caption h2,
.hero-style-4 .slide-caption h2 {
  color: #242f6c;
}

@media (max-width: 1200px) {
  .hero-style-1 .slide-caption h2,
  .hero-style-2 .slide-caption h2,
  .hero-style-3 .slide-caption h2,
  .hero-style-4 .slide-caption h2 {
    font-size: 38px;
    line-height: 58px;
  }
}

@media (max-width: 991px) {
  .hero-style-1 .slide-caption h2,
  .hero-style-2 .slide-caption h2,
  .hero-style-3 .slide-caption h2,
  .hero-style-4 .slide-caption h2 {
    font-size: 45px;
    font-size: 2.8125rem;
  }
}

@media (max-width: 767px) {
  .hero-style-1 .slide-caption h2,
  .hero-style-2 .slide-caption h2,
  .hero-style-3 .slide-caption h2,
  .hero-style-4 .slide-caption h2 {
    font-size: 26px;
    line-height: 45px;
  }
}

@media (max-width: 450px) {
  .hero-style-1 .slide-caption h2,
  .hero-style-2 .slide-caption h2,
  .hero-style-3 .slide-caption h2,
  .hero-style-4 .slide-caption h2 {
    font-size: 19px;
    line-height: 34px;
  }
}

.hero-style-1 .slide-caption p,
.hero-style-3 .slide-caption p,
.hero-style-4 .slide-caption p,
.hero-style-2 .slide-caption p {
  color: #fff;
  margin: 0 0 2.8em;
}

.hero-style-1 .slider-pic,
.hero-style-2 .slider-pic,
.hero-style-3 .slider-pic,
.hero-style-4 .slider-pic {
  position: absolute;
  bottom: -33%;
  right: -113%;
  z-index: -1;
  max-width: 680px;
}

@media (max-width: 991px) {
  .hero-style-1 .slider-pic,
  .hero-style-2 .slider-pic,
  .hero-style-3 .slider-pic,
  .hero-style-4 .slider-pic {
    max-width: 350px;
    right: -60%;
    bottom: 8px;
  }
}

@media (max-width: 767px) {
  .hero-style-1 .slider-pic,
  .hero-style-2 .slider-pic,
  .hero-style-3 .slider-pic,
  .hero-style-4 .slider-pic {
    display: none;
  }
}

.slide-caption .slide-subtitle p {
  margin-bottom: 0px;
}

@media (max-width: 590px) {
  .hero .slide .container {
    margin-left: 0px;
  }

  .hero-style-3 .slide .container {
    margin: auto;
  }

  .theme-btn,
  .theme-btn-s2,
  .theme-btn-s4,
  .theme-btn-s3 {
    padding: 10px 18px;
  }

  .slide-caption .btns .theme-btn {
    margin-right: 5px;
  }

  .wpo-site-header .cart-search-contact {
    right: 74px;
  }
}

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

@media (max-width: 350px) {
  .slide-caption .slide-subtitle p {
    font-size: 14px;
  }
}

/************************************************
    hero-style2
**************************************************/

.hero-style-2,
.hero-style-3,
.hero-style-4 {
  background: url(../images/slider/bg.png) no-repeat center center / cover;
}

.hero-style-2:after {
  display: none;
}

.hero-style-2 .slide .container {
  position: relative;
  z-index: 10;
}

@media screen and (min-width: 992px) {
  .hero-style-2 .slide-caption {
    margin-top: 0;
    padding-bottom: 60px;
  }
}

.navbar-header .flaticon-aeroplane:before {
  content: "\f102";
  font-weight: 400;
}

.hero-style-2 .slider-pic,
.hero-style-3 .slider-pic,
.hero-style-4 .slider-pic {
  position: absolute;
  bottom: -15%;
  right: -110%;
  z-index: -1;
}

@media (max-width: 991px) {
  .hero-style-2,
  .hero-style-3,
  .hero-style-4 {
    height: 600px;
  }
}

@media (max-width: 767px) {
  .hero-style-2,
  .hero-style-3,
  .hero-style-4 {
    height: 450px;
  }
}

.hero-style-2,
.hero-style-3,
.hero-style-4 {
  height: 950px;
  position: relative;
}

@media (max-width: 1199px) {
  .hero-style-2,
  .hero-style-3,
  .hero-style-4 {
    height: 650px;
  }
}

@media (max-width: 991px) {
  .hero-style-2,
  .hero-style-3,
  .hero-style-4 {
    height: 600px;
  }

  .hero-style-2 .slide {
    height: 600px;
  }
}

@media (max-width: 767px) {
  .hero-style-2,
  .hero-style-3,
  .hero-style-4 {
    height: 590px;
    background: #ecfbf8;
  }

  .hero-style-2 {
    height: 590px;
  }

  .hero-style-2 .slide {
    height: 590px;
  }
}

@media (max-width: 600px) {
  .hero-style-2,
  .hero-style-3,
  .hero-style-4 {
    height: 500px;
  }

  .hero-style-2 .slide,
  .hero-style-3 .slide,
  .hero-style-4 .slide {
    height: 500px;
  }
}

@media (max-width: 575px) {
  .hero-style-2,
  .hero-style-3,
  .hero-style-4 {
    height: 400px;
  }

  .hero-style-2 .slide,
  .hero-style-3 .slide,
  .hero-style-4 .slide {
    height: 400px;
  }
}

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

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

.header-style-1 .sticky-header {
  background-color: #ff5d1b;
  border-bottom: 0;
}

.header-style-2 .sticky-header,
.header-style-3 .sticky-header {
  background-color: #fff;
  border-bottom: 0;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.wpo-header-style-3 {
  position: relative;
}

.hero-style-2 .slide-caption,
.hero-style-3 .slide-caption,
.hero-style-4 .slide-caption {
  position: relative;
}

.hero-style-2 .slide-caption:before,
.hero-style-3 .slide-caption:before,
.hero-style-4 .slide-caption:before {
  position: absolute;
  left: -200px;
  top: -10px;
  width: 468px;
  height: 336px;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  content: "";
}

.hero-style-2 .slide-caption h2,
.hero-style-1 .slide-caption h2 {
  color: #062265;
}

.hero-style-2 .slide .slide-caption h2 span {
  color: #029ca5;
}

.hero-style-2 .slide-caption p,
.hero-style-3 .slide-caption p,
.hero-style-4 .slide-caption p,
.hero-style-1 .slide-caption p {
  color: #4e586f;
}

.hero-style-2 .theme-btn-s2,
.hero-style-3 .theme-btn-s2,
.hero-style-4 .theme-btn-s2 {
  border: none;
  background: none;
  border: 1px solid #666;
  color: #666;
}

.hero-style-2 .theme-btn-s2:hover,
.hero-style-3 .theme-btn-s2:hover,
.hero-style-4 .theme-btn-s2:hover {
  background-color: #029ca5;
  color: #fff;
  border: 1px solid #029ca5;
}

.hero-style-2 .right-vec,
.hero-style-3 .right-vec,
.hero-style-4 .right-vec {
  position: absolute;
  right: 231px;
  top: 20%;
  z-index: 11;
  width: 565px;
  height: 565px;
}

.hero-style-2 img,
.hero-style-3 img,
.hero-style-4 img {
  /*animation: bounce 3s linear infinite;*/
}

.right-border {
  position: absolute;
  left: 0;
  top: -50px;
  width: 565px;
  height: 565px;
  z-index: -1;
}

.right-border:before {
  border: 1px dashed #4897aa;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  animation: circle 60s linear infinite;
  width: 100%;
  height: 100%;
}

@-webkit-keyframes circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

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

@keyframes circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

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

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }

  50% {
    -webkit-transform: translateY(15px) translateX(7);
    transform: translateY(15px) translateX(7);
  }

  100% {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }
}

@keyframes bounce {
  0% {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }

  50% {
    -webkit-transform: translateY(15px) translateX(7px);
    transform: translateY(15px) translateX(7px);
  }

  100% {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }
}

.right-icon {
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 2px 12.75px 2.25px rgba(51, 100, 219, 0.15);
  width: 95px;
  height: 95px;
  position: absolute;
  left: -45px;
  text-align: center;
  line-height: 95px;
  top: 50%;
  transform: translateY(-50%);
}

.right-icon i:before {
  font-size: 50px;
}

.right-icon:nth-child(1) .fi:before,
.right-icon:nth-child(3) .fi:before {
  background: -webkit-linear-gradient(#ff868a, #ffaa71);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.right-icon:nth-child(1) {
  line-height: 115px;
}

.right-icon:nth-child(6) {
  left: auto;
  right: -45px;
  line-height: 115px;
}

.right-icon:nth-child(2) {
  top: 20%;
  left: 0;
}

.right-icon:nth-child(3) {
  top: 5px;
  left: 25%;
}

.right-icon:nth-child(4) {
  left: auto;
  right: 25%;
  top: 5px;
}

.right-icon:nth-child(5) {
  top: 20%;
  left: auto;
  right: 0;
}

.right-icon:nth-child(6) .fi:before,
.right-icon:nth-child(4) .fi:before,
.right-icon:nth-child(2) .fi:before {
  background: -webkit-linear-gradient(#00b3d6, #00ded8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.right-icon:nth-child(5) .fi:before {
  background: -webkit-linear-gradient(#6368f3, #c868ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 1800px) {
  .hero-style-2 .right-vec,
  .hero-style-3 .right-vec,
  .hero-style-4 .right-vec {
    right: 100px;
  }
}

@media (max-width: 1500px) {
  .hero-style-2 .right-vec,
  .hero-style-3 .right-vec,
  .hero-style-4 .right-vec {
    right: 20px;
  }
}

@media (max-width: 1300px) {
  .right-border {
    left: 30px;
    top: -30px;
    width: 500px;
    height: 500px;
  }

  .wpo-header-style-2 #navbar,
  .wpo-header-style-3 #navbar {
    margin-right: 180px;
  }
}

@media (max-width: 1200px) {
  .hero-style-2 .right-vec,
  .hero-style-3 .right-vec,
  .hero-style-4 .right-vec {
    right: 20px;
    width: 390px;
  }

  .right-border {
    left: -25px;
    top: -30px;
    width: 415px;
    height: 415px;
  }
}

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

@media (max-width: 991px) {
  .wpo-header-style-2 #navbar,
  .wpo-header-style-3 #navbar {
    margin-right: 0px;
  }
}

/*------------------------------------------------------------------
#2.0 Home-style-2
----------------------------------------------------------------------*/

.hero-style-1 .slide-caption {
  text-align: center;
}

.hero-style-1 .slide-caption h2 {
  color: #fff;
}

.hero-style-1 .slide-caption .btns {
  margin-top: 10px;
  display: flex;
  justify-content: center;
}

.hero-style-1 .slide-caption .btns .theme-btn {
  padding: 20px 35px;
}
@media (min-width: 767px) {
  .hero-style-1 .slide-caption .btns .theme-btn {
    padding: 15px 30px;
  }
}
.hero-style-1 .slide-caption > div.slide-top span {
  background: rgba(255, 255, 255, 0.25);
  border-radius: 20px;
  color: #fff;
}

@media (min-width: 767px) {
  .hero-style-1 .slide-caption {
    padding-top: 140px;
  }
}

@media (max-width: 767px) {
  .hero-style-1 .slide-caption {
    padding-top: 170px;
  }
}

/*------------------------------------------------------------------
#3.0 Home-style-3
----------------------------------------------------------------------*/

.hero-style-3 .slick-slide img {
  display: block;
  margin-bottom: -120px;
  position: relative;
  bottom: -50px;
  right: -30px;
}

.hero-style-3 .right-vec {
  top: 25%;
}

@media (max-width: 1200px) {
  .hero-style-3 .slick-slide img {
    bottom: -40px;
    right: -7px;
  }
}

/************************************************
    hero-style 5
**************************************************/
.hero-style-5 {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-style-5 .slider-pic {
  position: absolute;
  bottom: -15%;
  right: -110%;
  z-index: -1;
}

.hero-style-5 {
  height: 1000px;
  position: relative;
}

@media (max-width: 1199px) {
  .hero-style-5 {
    height: 650px;
  }
}

@media (max-width: 991px) {
  .hero-style-5 {
    height: 600px;
  }
}

@media (max-width: 767px) {
  .hero-style-5 {
    height: 590px;
    background: #ecfbf8;
  }
}

@media (max-width: 600px) {
  .hero-style-5 {
    height: 500px;
  }

  .hero-style-5 .slide {
    height: 500px;
  }
}

.hero-style-5 .slide-caption {
  position: relative;
}

.hero-style-5 .slide-caption:before {
  position: absolute;
  left: -200px;
  top: -10px;
  width: 468px;
  height: 336px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}

.hero-style-5 .theme-btn-s2 {
  border: none;
  background: none;
  border: 1px solid #666;
  color: #666;
}

.hero-style-5 .theme-btn-s2:hover {
  background-color: #029ca5;
  color: #fff;
  border: 1px solid #029ca5;
}

.hero-style-5 .right-vec {
  position: absolute;
  right: 231px;
  top: 20%;
  z-index: 11;
  width: 565px;
  height: 565px;
}

@media (max-width: 1800px) {
  .hero-style-5 .right-vec {
    right: 100px;
  }
}

@media (max-width: 1500px) {
  .hero-style-5 .right-vec {
    right: 20px;
  }
}

@media (max-width: 1200px) {
  .hero-style-5 .right-vec {
    right: 20px;
    width: 390px;
  }
}

.hero-style-5 .slide-caption h2 {
  font-size: 50px;
  color: #fff;
  margin: 0 0 0.45em;
  line-height: 70px;
}

.hero-style-5 .slide-caption h2 {
  color: #242f6c;
}

@media (max-width: 991px) {
  .hero-style-5 .slide-caption h2 {
    font-size: 45px;
    line-height: 60px;
  }
}

@media (max-width: 767px) {
  .hero-style-5 .slide-caption h2 {
    font-size: 26px;
    line-height: 35px;
  }
}

.hero-style-5 img {
  position: relative;
  right: 86px;
  top: 15px;
}

.hero-style-5 .slide-caption > div.slide-top span {
  display: inline-block;
  padding: 0;
  background: none;
  border-radius: 0px;
  margin-bottom: 20px;
  background: #d6f5f4;
  display: inline-block;
  padding: 4px 15px;
  border-radius: 50px;
}

.hero-style-5 .right-vec {
  right: 50px;
  top: 65px;
  width: 683px;
  height: 683px;
}

@media (max-width: 1700px) {
  .hero-style-5 .right-vec {
    right: -85px;
  }
}

@media (max-width: 1200px) {
  .hero-style-5 img {
    position: relative;
    right: -200px;
    width: 60%;
  }

  .hero-style-5 .right-vec {
    right: 0;
    top: 50px;
  }
}

.hero-style-5 .right-vec img {
  position: relative;
  right: 86px;
  top: 15px;
}

/*====================================================
#0.7 wpo-about-area
======================================================*/

.wpo-about-text .wpo-section-title,
.wpo-about-text-2 .wpo-section-title {
  text-align: left;
  margin: unset;
  margin-bottom: 30px;
}

.wpo-about-text p,
.wpo-about-text-2 p {
  margin-bottom: 35px;
  font-size: 18px;
}

@media (max-width: 767px) {
  .wpo-about-text p,
  .wpo-about-text-2 p {
    font-size: 16px;
  }
}

.wpo-about-text {
}

.wpo-about-img img,
.wpo-about-img-2 img {
  width: 100%;
}

.wpo-about-wrap .row {
  display: flex;
  align-items: center;
}

@media (max-width: 991px) {
  .wpo-about-wrap .row {
    display: unset;
  }
}

.wpo-about-wrap {
  padding-bottom: 70px;
}

/*--------------------------------------------------------------
#0.5  timer
--------------------------------------------------------------*/
.timer-section {
  padding: 70px;
  background: -moz-linear-gradient(
    1deg,
    rgb(234, 248, 254) 0%,
    rgb(237, 254, 244) 100%
  );
  background: -webkit-linear-gradient(
    1deg,
    rgb(234, 248, 254) 0%,
    rgb(237, 254, 244) 100%
  );
  background: -ms-linear-gradient(
    1deg,
    rgb(234, 248, 254) 0%,
    rgb(237, 254, 244) 100%
  );
  position: relative;
  z-index: 1;
}

.timer-shape1 {
  position: absolute;
  left: -50px;
  bottom: -50px;
  z-index: -1;
}

.timer-shape2 {
  position: absolute;
  left: 18%;
  bottom: 50px;
  z-index: -1;
}

.timer-shape3 {
  position: absolute;
  left: -16%;
  bottom: 0px;
  z-index: -1;
}

.timer-text h2 {
  margin-top: 0;
  font-size: 45px;
  margin-bottom: 30px;
}

.timer-text p {
  font-size: 21px;
  color: #333333;
}

.timer-text span {
  font-size: 21px;
  color: #08b3c0;
  text-decoration: underline;
}

.timer-num ul {
  list-style: none;
  padding-left: 0px;
}

.timer-num ul li {
  padding: 15px 25px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  font-size: 21px;
  border-radius: 10px;
}

.timer-num ul li:nth-child(1) {
  background: -moz-linear-gradient(
    1deg,
    rgb(14, 230, 241, 0.25) 0%,
    rgb(12, 159, 254, 0.25) 100%
  );
  background: -webkit-linear-gradient(
    1deg,
    rgb(14, 230, 241, 0.25) 0%,
    rgb(12, 159, 254, 0.25) 100%
  );
  background: -ms-linear-gradient(
    1deg,
    rgb(14, 230, 241, 0.25) 0%,
    rgb(12, 159, 254, 0.25) 100%
  );
  position: relative;
  right: -70px;
  color: #02a0a5;
}

.timer-num ul li:nth-child(2) {
  background: -moz-linear-gradient(
    173deg,
    rgb(255, 173, 111, 0.25) 0%,
    rgb(255, 125, 144, 0.25) 100%
  );
  background: -webkit-linear-gradient(
    173deg,
    rgb(255, 173, 111, 0.25) 0%,
    rgb(255, 125, 144, 0.25) 100%
  );
  background: -ms-linear-gradient(
    173deg,
    rgb(255, 173, 111, 0.25) 0%,
    rgb(255, 125, 144, 0.25) 100%
  );
  color: #df8f73;
}

.timer-num ul li:nth-child(3) {
  background: -moz-linear-gradient(
    179deg,
    rgb(216, 205, 255, 0.25) 0%,
    rgb(109, 100, 255, 0.25) 100%
  );
  background: -webkit-linear-gradient(
    179deg,
    rgb(216, 205, 255, 0.25) 0%,
    rgb(109, 100, 255, 0.25) 100%
  );
  background: -ms-linear-gradient(
    179deg,
    rgb(216, 205, 255, 0.25) 0%,
    rgb(109, 100, 255, 0.25) 100%
  );
  position: relative;
  right: -70px;
  color: #6d64ff;
}

.timer-num ul li:nth-child(4) {
  background: -moz-linear-gradient(
    179deg,
    rgb(164, 228, 150, 0.25) 0%,
    rgb(23, 207, 137, 0.25) 100%
  );
  background: -webkit-linear-gradient(
    179deg,
    rgb(164, 228, 150, 0.25) 0%,
    rgb(23, 207, 137, 0.25) 100%
  );
  background: -ms-linear-gradient(
    179deg,
    rgb(164, 228, 150, 0.25) 0%,
    rgb(23, 207, 137, 0.25) 100%
  );
  color: #44a884;
}

.timer-num ul li:nth-child(5) {
  background: -moz-linear-gradient(
    179deg,
    rgb(254, 208, 237, 0.25) 0%,
    rgb(255, 116, 181, 0.25) 100%
  );
  background: -webkit-linear-gradient(
    179deg,
    rgb(254, 208, 237, 0.25) 0%,
    rgb(255, 116, 181, 0.25) 100%
  );
  background: -ms-linear-gradient(
    179deg,
    rgb(254, 208, 237, 0.25) 0%,
    rgb(255, 116, 181, 0.25) 100%
  );
  color: #ee76ba;
  position: relative;
  right: -70px;
}

.timer-num ul li:nth-child(6) {
  background: -moz-linear-gradient(
    1deg,
    rgb(14, 230, 241, 0.25) 0%,
    rgb(12, 159, 254, 0.25) 100%
  );
  background: -webkit-linear-gradient(
    1deg,
    rgb(14, 230, 241, 0.25) 0%,
    rgb(12, 159, 254, 0.25) 100%
  );
  background: -ms-linear-gradient(
    1deg,
    rgb(14, 230, 241, 0.25) 0%,
    rgb(12, 159, 254, 0.25) 100%
  );
  color: #419fa2;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .timer-num ul li:nth-child(1),
  .timer-num ul li:nth-child(3),
  .timer-num ul li:nth-child(5) {
    right: 0px;
  }
}

@media (max-width: 991px) {
  .wpo-about-area {
    padding-top: 0;
  }

  .wpo-about-img-3 {
    margin-bottom: 30px;
  }

  .timer-text {
    margin-bottom: 30px;
  }

  .wpo-about-area .timer-num ul li,
  .wpo-about-area-2 .timer-num ul li {
    right: 0;
  }
}

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

  .timer-text h2 {
    font-size: 30px;
  }

  .wpo-about-wrap {
    padding-bottom: 50px;
  }
}

/*=========================================
#8.0 service-area
==========================================*/
.service-area {
  background: url(../images/service/bg.png) no-repeat center center / cover;
  padding: 200px 0;
}

.service-item p {
  font-size: 18px;
}

@media (max-width: 768px) {
  .service-item p {
    font-size: 16px;
  }
}

.service-title span {
  font-size: 17px;
  padding: 8px 25px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0px 0px 9px 1px rgba(51, 100, 219, 0.1);
  display: inline-block;
  color: #242f6c;
}

.service-title h2 {
  font-size: 40px;
  line-height: 65px;
  margin-bottom: 20px;
}

.routine-table ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin-bottom: 2px;
  background: #fff;
  box-shadow: 0px 0px 9px 1px rgba(51, 100, 219, 0.1);
  border-radius: 5px;
  padding-left: 10px;
}

.routine-table ul li {
  padding: 15px;
  flex-basis: 33.33%;
}

.routine-table .routne-head {
  background: -moz-linear-gradient(
    173deg,
    rgb(255, 173, 111, 0.8) 0%,
    rgb(255, 125, 144) 100%
  );
  background: -webkit-linear-gradient(
    173deg,
    rgb(255, 173, 111, 0.8) 0%,
    rgb(255, 125, 144) 100%
  );
  background: -ms-linear-gradient(
    173deg,
    rgb(255, 173, 111, 0.8) 0%,
    rgb(255, 125, 144) 100%
  );
}

.routine-table {
  margin-top: 30px;
  margin-bottom: 20px;
}

.routine-table .routne-head li {
  color: #fff;
}

.service-area .row {
  display: flex;
  align-items: center;
}

.service-img {
  width: 145%;
  position: relative;
  right: -30px;
}

@media (max-width: 991px) {
  .service-area .row {
    display: unset;
  }

  .service-area {
    background: #f1fcfb;
    padding: 100px 0;
  }

  .service-wrap-s2 .service-item {
    margin-top: 30px;
  }

  .service-img {
    width: 100%;
    position: relative;
    right: 0;
  }
}

.service-wrap-s2 .service-img {
  right: auto;
  left: -200px;
  width: 130%;
}

@media (max-width: 1200px) {
  .service-wrap-s2 .service-img {
    left: -80px;
  }
}

@media (max-width: 991px) {
  .service-wrap-s2 {
    padding-top: 0;
  }
}

/*=================================
almanar-service
==================================*/

.almanar-service {
  padding-bottom: 70px;
}

.almanar-service .wpo-section-title {
  text-align: left;
  margin: unset;
  margin-bottom: 70px;
}

.almanar-service .almanar-service-wrap .almanar-service-item {
  padding: 70px 44px;
  background: #fefafa;
  text-align: center;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  padding-top: 45px;
}

.almanar-service .almanar-service-wrap .almanar-service-item span {
  position: absolute;
  right: -80px;
  top: 1px;
}

.almanar-service .almanar-service-wrap .almanar-service-item h2 {
  margin-top: 0;
  font-size: 28px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.almanar-service .almanar-service-wrap .almanar-service-item h2 a {
  color: #242f6c;
}

.almanar-service .almanar-service-wrap .almanar-service-item i {
  width: 70px;
  height: 70px;
  display: block;
  margin: 0 auto;
  line-height: 70px;
}

.almanar-service .almanar-service-wrap .almanar-service-item a.read-more {
  display: inline-block;
  padding: 12px 30px;
  border-radius: 6px;
  margin-top: 20px;
}

.almanar-service
  .almanar-service-wrap
  .col:nth-child(1)
  .almanar-service-item
  a.read-more {
  background: #00bcd6;
  color: #fff;
}

.almanar-service
  .almanar-service-wrap
  .col:nth-child(1)
  .almanar-service-item
  .fi {
  color: #00bcd6;
}

.almanar-service
  .almanar-service-wrap
  .col:nth-child(2)
  .almanar-service-item
  a.read-more {
  background: #db9e30;
  color: #fff;
}
.almanar-service .almanar-service-wrap .almanar-service-item a.read-more:hover {
  background: #333;
  color: #fff;
}
.almanar-service
  .almanar-service-wrap
  .col:nth-child(2)
  .almanar-service-item
  .fi {
  color: #db9e30;
}

.almanar-service
  .almanar-service-wrap
  .col:nth-child(3)
  .almanar-service-item
  a.read-more {
  background: #ff8484;
  color: #fff;
}

.almanar-service
  .almanar-service-wrap
  .col:nth-child(3)
  .almanar-service-item
  .fi {
  color: #ff8484;
}

@media (max-width: 767px) {
  .almanar-service .wpo-section-title {
    margin-bottom: 30px;
  }

  .almanar-service .almanar-service-wrap .almanar-service-item {
    padding: 30px 15px;
  }

  .almanar-service .almanar-service-wrap .almanar-service-item h2 {
    font-size: 25px;
  }

  .almanar-service .almanar-service-wrap .col {
    width: 50%;
    float: left;
  }
}

@media (max-width: 600px) {
  .almanar-service .almanar-service-wrap .col {
    width: 100%;
    float: none;
    padding-right: 15px;
  }
}

/*=================================
almanar-timer-section
==================================*/

.almanar-timer-section {
  padding: 100px 0;
  position: relative;
}

.almanar-timer-section .prayer-shape-1 {
  position: absolute;
  left: 10%;
  top: -200px;
  z-index: -1;
}

.almanar-timer-section .almanar-timer-wrap {
  position: relative;
}

.almanar-timer-section .almanar-timer-wrap .row {
  display: flex;
  align-items: center;
}

.almanar-timer-section .almanar-timer-wrap .almanar-timer-text span {
  display: block;
  margin-bottom: 20px;
}

.almanar-timer-section .almanar-timer-wrap .almanar-timer-text h2 {
  font-size: 45px;
  margin-bottom: 30px;
  margin-top: 0;
}

.almanar-timer-section .almanar-timer-wrap .almanar-timer-text ul {
  padding-left: 0;
}

.almanar-timer-section .almanar-timer-wrap .almanar-timer-text ul li {
  list-style: none;
  color: #6c6c6c;
  font-size: 20px;
}

.almanar-timer-section
  .almanar-timer-wrap
  .almanar-timer-text
  ul
  li:first-child {
  color: #00bcd6;
}

.almanar-timer-section .almanar-timer-wrap .almanar-timer-text p {
  font-size: 25px;
  font-family: "Berkshire Swash", cursive;
  color: #636676;
  line-height: 40px;
  margin-top: 30px;
}

.almanar-timer-section .almanar-timer-wrap .almanar-timer-num {
  border-radius: 6px;
  box-shadow: 0px 1px 13.72px 0.28px rgba(29, 12, 150, 0.05);
  margin-left: 40px;
  position: relative;
}

.almanar-timer-section .almanar-timer-wrap .almanar-timer-num .prayer-shape-2 {
  position: absolute;
  right: -230px;
  top: 50%;
  transform: translateY(-50%);
}

.almanar-timer-section .almanar-timer-wrap .almanar-timer-num ul {
  list-style: none;
  padding-left: 0;
}

.almanar-timer-section .almanar-timer-wrap .almanar-timer-num ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 40px;
  border-bottom: 1px solid #fdf3f3;
  font-size: 20px;
  font-weight: 400;
  font-family: "Philosopher", sans-serif;
  color: #242f6c;
}

.almanar-timer-section .almanar-timer-wrap .almanar-timer-num ul li p {
  width: 70px;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0;
  color: #242f6c;
  font-family: "Berkshire Swash", cursive;
  color: #50555d;
}

.almanar-timer-section .almanar-timer-wrap .almanar-timer-num ul li span {
  color: #828282;
}

.almanar-timer-section
  .almanar-timer-wrap
  .almanar-timer-num
  ul
  li:first-child {
  background: #d5f6f6;
  color: #242f6c;
  font-weight: 500;
}

.almanar-timer-section
  .almanar-timer-wrap
  .almanar-timer-num
  ul
  li:first-child
  p,
.almanar-timer-section
  .almanar-timer-wrap
  .almanar-timer-num
  ul
  li:first-child
  span {
  font-weight: 500;
}

.almanar-timer-section
  .almanar-timer-wrap
  .almanar-timer-num
  ul
  li:first-child
  p {
  font-family: "Berkshire Swash", cursive;
  color: #242f6c;
}

.almanar-timer-section
  .almanar-timer-wrap
  .almanar-timer-num
  ul
  li:first-child
  span {
  color: #242f6c;
  font-family: "Berkshire Swash", cursive;
}

@media (max-width: 1600px) {
  .almanar-timer-section .prayer-shape-1 {
    left: 2%;
  }
}

@media (max-width: 991px) {
  .almanar-timer-section .almanar-timer-wrap .row {
    display: block;
  }

  .almanar-timer-section .almanar-timer-wrap .almanar-timer-num {
    margin-left: 0;
    margin-top: 50px;
  }

  .almanar-timer-section .prayer-shape-1 {
    display: none;
  }

  .almanar-timer-section
    .almanar-timer-wrap
    .almanar-timer-num
    .prayer-shape-2 {
    display: none;
  }

  .almanar-timer-section {
    padding: 70px 0;
  }
}

@media (max-width: 767px) {
  .almanar-timer-section .almanar-timer-wrap .almanar-timer-text h2 {
    font-size: 32px;
    margin-bottom: 16px;
  }

  .almanar-timer-section .almanar-timer-wrap .almanar-timer-text p {
    font-size: 18px;
    line-height: 28px;
    margin-top: 12px;
  }

  .almanar-timer-section .almanar-timer-wrap .almanar-timer-text ul li {
    font-size: 16px;
    margin-bottom: 5px;
  }

  .almanar-timer-section .almanar-timer-wrap .almanar-timer-num ul li {
    padding: 15px;
    font-size: 16px;
  }
}

/*.===============================
#0.9 wpo-counter-area
===============================*/

.wpo-counter-grids {
  margin-top: 40px;
}

.wpo-counter-grids .grid {
  width: 31%;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  text-align: center;
  position: relative;
}

.counter-number {
  width: 150px;
  height: 150px;
  line-height: 150px;
  background: #ddd;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  margin: auto;
}

.counter-number:before {
  position: absolute;
  left: 25px;
  top: 25px;
  width: 100px;
  height: 100px;
  background: #fff;
  content: "";
  border-radius: 50%;
  z-index: -1;
}

.wpo-counter-grids .grid:nth-child(1) .counter-number {
  background: #00c6d1;
  background: -webkit-linear-gradient(left, #00a7d5, #00ded8);
  background: -moz-linear-gradient(left, #00a7d5, #00ded8);
  background: -o-linear-gradient(left, #00a7d5, #00ded8);
  background: -ms-linear-gradient(left, #00a7d5, #00ded8);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#00a7d5),
    to(#00ded8)
  );
  background: linear-gradient(left, #00a7d5, #00ded8);
}

.wpo-counter-grids .grid:nth-child(2) .counter-number {
  background: -moz-linear-gradient(
    173deg,
    rgb(255, 173, 111) 0%,
    rgb(255, 125, 144) 100%
  );
  background: -webkit-linear-gradient(
    173deg,
    rgb(255, 173, 111) 0%,
    rgb(255, 125, 144) 100%
  );
  background: -ms-linear-gradient(
    173deg,
    rgb(255, 173, 111) 0%,
    rgb(255, 125, 144) 100%
  );
}

.wpo-counter-grids .grid:nth-child(3) .counter-number {
  background: -moz-linear-gradient(
    179deg,
    rgb(216, 205, 255) 0%,
    rgb(109, 100, 255) 100%
  );
  background: -webkit-linear-gradient(
    179deg,
    rgb(216, 205, 255) 0%,
    rgb(109, 100, 255) 100%
  );
  background: -ms-linear-gradient(
    179deg,
    rgb(216, 205, 255) 0%,
    rgb(109, 100, 255) 100%
  );
}

.wpo-counter-grids .grid p,
.wpo-counter-grids .grid p {
  font-size: 18px;
  font-weight: normal;
  color: #242f6c;
  padding-top: 5px;
  margin-bottom: 0;
  font-weight: 700;
  margin-top: 10px;
  text-align: center;
}

.wpo-counter-grids,
.wpo-counter-grids {
  overflow: hidden;
  position: relative;
}

.odometer.odometer-auto-theme,
.odometer.odometer-theme-default,
.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
  line-height: 0.8em;
}

.wpo-counter-grids .grid h2 {
  font-size: 25px;
  font-weight: 600;
  margin: 0;
}

.service-area .wpo-counter-grids .grid h2 {
  font-size: 40px;
  color: #00a7d5;
}

.service-wrap-s2 .wpo-counter-grids .grid h2 {
  font-size: 40px;
  color: #00a7d5;
}

@media (max-width: 1200px) {
  .wpo-counter-grids .grid p {
    font-size: 15px;
  }
}

@media (max-width: 992px) {
  .wpo-counter-grids .grid h2,
  .wpo-counter-grids .grid h2 {
    font-size: 35px;
  }
}

@media (max-width: 767px) {
  .wpo-counter-grids .grid,
  .wpo-counter-grids .grid {
    width: 30%;
  }

  .service-title h2 {
    font-size: 24px;
    line-height: 40px;
  }

  .service-area {
    padding: 80px 0;
    padding-bottom: 60px;
  }

  .service-area .wpo-counter-grids .grid {
    margin-bottom: 20px;
    width: 25%;
  }
}

@media (max-width: 530px) {
  .wpo-counter-grids .grid,
  .wpo-counter-grids .grid {
    width: 46%;
  }

  .routine-table ul li {
    padding: 10px;
    flex-basis: 69.33%;
  }
}

@media (max-width: 450px) {
  .wpo-counter-grids .grid {
    width: 100%;
    margin-bottom: 30px;
  }

  .wpo-counter-grids .grid:last-child {
    margin-bottom: 0;
  }

  .service-area .wpo-counter-grids .grid {
    margin-bottom: 20px;
    width: 45%;
  }
}

/*==========================================
#1.0 pilars-area
=============================================*/

@media screen and (min-width: 1500px) {
  .pilars-area {
    padding: 0px 170px;
  }
}
.pilarts-img {
  overflow: hidden;
  /*border-radius: 50%;*/
  background-color: rgb(248, 254, 254);
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
  text-align: center;
  margin: 0 auto;
}

.pilars-area .grid:nth-child(2) .pilarts-img {
  background-color: #fcf4f5;
}

.pilars-area .grid:nth-child(3) .pilarts-img {
  background-color: #f9f8fe;
}

.pilars-area .grid:nth-child(4) .pilarts-img {
  background-color: #fcf3f8;
}

.pilars-area .grid:nth-child(5) .pilarts-img {
  background-color: #f9fefa;
}

.pilars-area .grid:nth-child(1) .pilars-text h2 {
  background: -webkit-linear-gradient(left, #00b3d6, #00ded8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pilars-area .grid:nth-child(2) .pilars-text h2 {
  background: -webkit-linear-gradient(left, #ff7e8f, #ffa773);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pilars-area .grid:nth-child(3) .pilars-text h2 {
  background: -webkit-linear-gradient(left, #6368f3, #c868ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pilars-area .grid:nth-child(4) .pilars-text h2 {
  background: -webkit-linear-gradient(left, #ff77b7, #fbaedd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pilars-area .grid:nth-child(5) .pilars-text h2 {
  background: -webkit-linear-gradient(left, #17cf89, #8cd080);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pilars-area .grid:nth-child(3) .pilarts-img {
  background-color: #f9f8fe;
}

.pilars-area .grid:nth-child(4) .pilarts-img {
  background-color: #fcf3f8;
}

.pilars-area .grid:nth-child(5) .pilarts-img {
  background-color: #f9fefa;
}

.pilars-area .grid .pilars-text h2 {
  font-size: 30px;
}

.pilarts-img img {
  transform: scale(1);
  transition: all 0.3s;
  width: 100%;
  height: 100% !important;
}

.pilarts-img:hover img {
  transform: scale(0.9);
  transition: all 0.3s;
}

.pilars-area .row-grid {
  overflow: hidden;
  padding: 20px 0;
}
@media (max-width: 767px) {
  .pilars-area .row-grid {
    padding: 0px;
  }
}
.pilars-area .row-grid .grid {
  float: left;
  width: 20%;
  padding: 0 15px 30px;
}

.pilars-item {
  text-align: center;
}

.pilars-text {
  margin-top: 30px;
}

@media (max-width: 1200px) {
  .pilars-area .row-grid .grid {
    float: left;
    width: 33.33%;
  }
}

@media (max-width: 991px) {
  .pilars-area .row-grid .grid {
    float: left;
    width: 50%;
  }
}

@media (max-width: 767px) {
  .pilars-area .row-grid .grid {
    float: none;
    width: 100%;
    padding: 0;
  }

  .pilars-item {
    margin-bottom: 30px;
  }
}

@media (max-width: 575px) {
  .pilars-area {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/*=============================================
#1.1 wpo-event-section
===============================================*/

.wpo-event-area {
  background: #f9f9fc;
}

.wpo-event-text ul {
  list-style: none;
  align-items: center;
  display: flex;
  margin-bottom: 15px;
  padding-left: 0px;
}

.wpo-event-text ul li i {
  font-size: 15px;
  margin-right: 10px;
}

.wpo-event-text ul li {
  margin-right: 20px;
  font-size: 13px;
  color: #858788;
}

.flaticon-pin:before {
  font-size: 15px;
}

.wpo-event-text {
  background: #fff;
  box-shadow: 0px 5px 9.8px 0.2px rgba(85, 85, 85, 0.07);
  transition: all 0.3s;
  padding: 34px 30px;
  overflow: hidden;
}

.wpo-event-text h2 {
  margin-top: 0;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #242f6c;
}

.wpo-event-text h2 a {
  color: #242f6c;
}

.wpo-event-item .wpo-event-text p {
  margin-bottom: 17px;
  margin-top: 17px;
}

.wpo-event-text a {
  color: #0383c4;
  font-weight: 600;
}

.wpo-event-img {
  position: relative;
  float: left;
}

.wpo-event-img img {
  width: 100%;
}

.wpo-event-img .thumb-text,
.wpo-event-img .thumb-text-2,
.wpo-event-img .thumb-text-3 {
  position: absolute;
  top: -8px;
  left: 0;
  background: url(../images/event/img-1.png) no-repeat center center / cover;
  width: 60px;
  height: 85px;
  text-align: center;
  padding-top: 4px;
  padding-right: 8px;
}

.wpo-event-img .thumb-text-2 {
  background: url(../images/event/img-2.png) no-repeat center center / cover;
}

.wpo-event-img .thumb-text span,
.wpo-event-img .thumb-text-2 span,
.wpo-event-img .thumb-text-3 span {
  display: block;
}

.wpo-event-img .thumb-text span:first-child,
.wpo-event-img .thumb-text-2 span:first-child,
.wpo-event-img .thumb-text-3 span:first-child {
  font-size: 25px;
  font-weight: 600;
  color: #fff;
}

.wpo-event-img .thumb-text span:last-child,
.wpo-event-img .thumb-text-2 span:last-child,
.wpo-event-img .thumb-text-3 span:last-child {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}

@media (max-width: 1200px) {
  .wpo-event-text h2 {
    font-size: 17px;
  }

  .wpo-event-text ul li {
    margin-right: 5px;
    font-size: 12px;
  }

  .wpo-event-text ul li i {
    margin-right: 6px;
  }

  .wpo-event-text {
    padding: 25px 8px;
  }

  .wpo-event-text p {
    font-size: 16px;
    margin-bottom: 13px;
    margin-top: 15px;
  }
}

@media (max-width: 992px) {
  .wpo-event-item {
    margin-bottom: 30px;
  }

  .wpo-event-img img {
    height: 182px;
    object-fit: cover;
  }

  .wpo-event-text {
    padding: 25px 20px;
  }
}

@media (max-width: 767px) {
  .wpo-event-area .custom-grid {
    width: 50%;
    float: left;
  }

  .wpo-event-text {
    padding: 25px 20px;
  }
}

@media (max-width: 575px) {
  .wpo-event-area .custom-grid {
    width: 100%;
    float: none;
  }
}

@media (max-width: 767px) {
  .wpo-event-img img {
    height: 100%;
    object-fit: cover;
  }

  .wpo-event-img {
    position: relative;
    float: none;
  }
}

.support-text span {
  background: -webkit-linear-gradient(left, #00b3d6, #00ded8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
}

.support-text h2 {
  font-size: 37px;
  margin-bottom: 25px;
}

.support-text p {
  margin-bottom: 30px;
  font-size: 18px;
}

.progress-area {
  margin-top: 25px;
}

.progress-area span {
  color: #242f6c;
  font-size: 25px;
  display: block;
  text-align: center;
  font-weight: 700;
}

.progressbar {
  display: inline-block;
}

.circle {
  width: 180px;
  height: 180px;
  margin: 0 auto;
  margin-top: 10px;
  display: inline-block;
  position: relative;
  text-align: center;
}

.circle:after {
  width: 120px;
  height: 120px;
  content: "";
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 30px;
  left: 30px;
}

.circle canvas {
  vertical-align: middle;
  border-radius: 50%;
}

.circle div {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -86px;
  width: 100%;
  text-align: center;
  line-height: 40px;
  font-size: 25px;
  font-weight: 700;
  color: #242f6c;
}

.circle strong i {
  font-style: normal;
  font-size: 0.6em;
  font-weight: normal;
}

.circle span {
  display: block;
  color: white;
  margin-top: 12px;
}

@media (max-width: 1200px) {
  .progress-area span {
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  .progress-area {
    margin-top: 40px;
  }

  .progress-wrap {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .progress-area .custom-grid {
    width: 33.33%;
    float: left;
  }
}

@media (max-width: 575px) {
  .progress-area .custom-grid {
    width: 50%;
    float: left;
    margin-bottom: 30px;
  }

  .progressbar3 {
    margin-top: 30px;
  }

  .support-text h2 {
    font-size: 25px;
  }
}

@media (max-width: 400px) {
  .progress-area .custom-grid {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }

  .progress-wrap {
    text-align: center;
  }

  .progressbar2 {
    margin-top: 30px;
  }
}

/*====================================
#1.3 wpo-blog-area
=====================================*/

.blog-area.section-padding {
  padding-top: 94px;
  padding-bottom: 100px;
}

.blog-area-2.section-padding {
  padding-bottom: 90px;
}

.blog-item {
  margin-bottom: 30px;
}

.blog-shortcode {
  padding: 20px 30px 30px;
  background: #fff;
  box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.04);
}

.blog-shortcode h3 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 20px;
  font-weight: 500;
  margin-top: 0;
}

.blog-shortcode h3 a {
  color: #242f6c;
  transition: all 0.3s;
}

.blog-shortcode h3 a:hover {
  color: #00b3d6;
}

.blog-shortcode ul {
  padding-left: 0px;
}

.blog-shortcode ul li {
  display: inline-block;
  padding: 0 10px;
}

.blog-shortcode ul li a {
  color: #000;
  transition: all 0.3s;
}

.blog-shortcode ul li {
  color: #666666;
}

.blog-shortcode ul li a:hover {
  color: #666666;
}

.blog-img img {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -o-filter: grayscale(0);
  -ms-filter: grayscale(0);
  filter: grayscale(0);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  width: 100%;
}

.blog-img img:hover {
  -webkit-filter: grayscale(50%);
  -moz-filter: grayscale(50%);
  -o-filter: grayscale(50%);
  -ms-filter: grayscale(50%);
  filter: grayscale(50%);
}

.blog-page-area .blog-item .post-meta {
  padding-top: 20px;
}

.blog-page-area .blog-item .post-meta li {
  color: #666;
  font-size: 16px;
  display: inline-block;
  position: relative;
  padding: 0 15px;
}

.blog-item .post-meta > li:first-child {
  padding: 0;
}

.blog-item .post-meta > li a {
  color: #666;
}

.blog-item .post-meta > li a:hover {
  color: #00b3d6;
}

.blog-item .post-meta li {
  position: relative;
}

.blog-item .post-meta li + li {
  padding-left: 10px;
}

.blog-item .post-meta li i {
  padding-right: 3px;
  color: #14ceed;
}

.blog-item .post-meta li + li i {
  padding-right: 7px;
}

.blog-item .post-meta li img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: -2px;
}

@media (max-width: 1200px) {
  .blog-shortcode h3 {
    font-size: 19px;
  }
}

@media (max-width: 991px) {
  .blog-shortcode ul li {
    padding: 0 5px;
  }

  .blog-area.section-padding {
    padding-top: 94px;
    padding-bottom: 65px;
  }
}

@media (max-width: 767px) {
  .custom-grid {
    width: 50%;
    float: left;
  }

  .blog-shortcode h3 {
    font-size: 18px;
    line-height: 26px;
  }

  .blog-shortcode {
    padding: 20px 15px 30px;
  }

  .section-padding {
    padding-top: 60px;
    padding-bottom: 65px;
  }
}

@media (max-width: 630px) {
  .custom-grid {
    width: 100%;
    float: none;
  }
}

/*--------------------------------------------------------------
#5.2    contact-item-section
--------------------------------------------------------------*/

.contact-item-section .contact-item {
  margin: 0 -15px 0;
}

.contact-item-section .contact-item > div {
  width: calc(33.33% - 30px);
  float: left;
  position: relative;
  text-align: center;
  margin: 0 15px 40px;
  padding: 45px;
  background: #f5fbfd;
}

@media (max-width: 991px) {
  .contact-item-section .contact-item > div {
    width: calc(50% - 30px);
  }
}

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

.contact-item-section .contact-item .icon {
  background: #00c6d1;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 80px;
  text-align: center;
  margin: 0 auto 25px;
  display: table;
  -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);
  position: relative;
}

.contact-item-section .contact-item .icon img {
  max-width: 40px;
}

.contact-item-section .contact-item .icon i {
  font-size: 30px;
  font-size: 1.875rem;
  color: #0e3c7b;
  display: table-cell;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .contact-item-section .contact-item .icon i {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

.contact-item-section .contact-item h5 {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: bold;
  margin: 0 0 0.5em;
}

.contact-item-section .contact-item p {
  line-height: 1.5em;
  margin-bottom: 0.2em;
}

/*===================================================
#4.2 service-section
=====================================================*/

.courses-area .service-single-item {
  box-shadow: 0px 5px 9.8px 0.2px rgba(85, 85, 85, 0.07);
  margin-bottom: 30px;
}

.service-text {
  padding: 20px;
}

.service-text h2 {
  font-size: 25px;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  font-family: "Now";
  font-weight: 700;
}

.service-text h2 a {
  color: #242f6c;
}

.service-text h2 a:hover {
  color: #029ca5;
}

.service-single-img img {
  width: 100%;
}

.service-area-2 {
  margin-bottom: 50px;
}

.wpo-event-area-2 {
  background: #fff;
  border-bottom: 1px solid #f9f9fc;
}

.service-area-3 {
  padding-bottom: 70px;
}

@media (max-width: 767px) {
  .service-text h2 {
    font-size: 20px;
  }
}

.service-area-2 .service-text h2 {
  text-align: left;
  padding: 25px 0px 20px;
}

.service-area-2 .service-text {
  padding: 0;
}

.service-area-2 .service-single-item {
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .service-area-2 .custom-grid {
    min-height: 236px;
  }
}

/*=================================================
#0.9 wpo-case-area
===================================================*/

.progress-section {
  padding-top: 35px;
}

.progress {
  height: 5px;
  overflow: unset;
}

.progress .progress-bar {
  border-radius: 15px;
  box-shadow: none;
  position: relative;
  animation: animate-positive 4s;
  width: 65%;
  background: #00c6d1;
  height: 5px;
}

.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #f26522;
  transition: width 0.6s ease;
}

.progress .progress-value {
  width: 53px;
  height: 30px;
  background-color: #00c6d1;
  text-align: center;
  line-height: 22px;
  border: 1px solid #00c6d1;
  left: 90%;
  position: relative;
  color: #fff;
  opacity: 0.75;
  font-size: 12px;
  top: -25px;
  line-height: 20px;
}

.progress .progress-value:before {
  content: "";
  border-color: #00c6d1 transparent transparent transparent;
  border-style: solid;
  border-width: 5px;
  width: 0;
  height: 0;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -5px;
}

.wpo-case-content h2 {
  font-size: 22px;
  line-height: 35px;
  margin-top: 0;
  font-weight: 600;
}

.wpo-case-item {
  box-shadow: 0px 5px 9.8px 0.2px rgba(85, 85, 85, 0.07);
}

.wpo-case-text-top {
  padding: 30px;
}

.wpo-case-text-top h3 {
  font-size: 20px;
  margin-top: 5px;
}

.wpo-case-text-top h3 a {
  color: #242f6c;
}

.wpo-case-content ul {
  list-style: none;
}

.wpo-case-text-top ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  padding-left: 0px;
}

.wpo-case-text-top ul li {
  font-size: 14px;
}

.wpo-case-text-top ul li span {
  font-weight: 700;
}

.case-btn ul {
  display: flex;
  justify-content: space-between;
  padding-left: 0px;
}

.case-btn ul li {
  width: 100%;
}

.case-btn ul li a {
  display: block;
  text-align: center;
  width: 100%;
  height: 50px;
  line-height: 50px;
  border-top: 1px solid #eeeeee;
  color: #242f6c;
  font-weight: 500;
}

.case-btn ul li:last-child a {
  background-color: #00c6d1;
  color: #fff;
}

.case-btn ul li:last-child a:hover {
  background-color: #02b36d;
  color: #fff;
}

.wpo-case-img img {
  width: 100%;
}

.wpo-case-item {
  margin-bottom: 30px;
}

@media (max-width: 1200px) {
  .wpo-case-content h2 {
    font-size: 20px;
  }
}

.wpo-case-single {
  padding: 0 5px;
}

.wpo-case-wrap .owl-carousel .owl-stage-outer {
  padding: 3px;
}

.wpo-case-slider .owl-nav div {
  position: absolute;
  left: -70px;
  top: 50%;
  transform: translateY(-50%);
  height: 50px;
  width: 50px;
  line-height: 40px;
  text-align: center;
  background: transparent;
  transition: all 0.3s;
  border: 1px solid #00c6d1;
}

.wpo-case-slider .owl-nav div.owl-next {
  right: -70px;
  left: auto;
}

.owl-theme .owl-controls .owl-nav [class*="owl-"] {
  background: transparent;
  color: #00c6d1;
  border-radius: 50px;
}

.owl-theme .owl-controls .owl-nav [class*="owl-"] i {
  position: relative;
  top: 2px;
}

.wpo-case-slider .donate-btn a {
  display: block;
  background: #00c6d1;
  text-align: center;
  padding: 10px;
  color: #fff;
  margin-top: 20px;
}

.wpo-case-slider .donate-btn a:hover {
  background-color: #00aeb9;
}

.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover {
  background: #02c0cc;
}

@media (max-width: 860px) {
  .wpo-case-slider .owl-nav div {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .wpo-case-slider .owl-nav div {
    display: none !important;
  }

  .wpo-case-content h2 {
    font-size: 20px;
  }
}

/*--------------------------------------------------------------
#0.5  footer
--------------------------------------------------------------*/
.site-footer {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: local;
  position: relative;
  font-size: 15px;
  overflow: hidden;
  /*** about-widget ***/
  /*** link-widget ***/
  /*** contact-widget ***/
  /*** newsletter-widget ***/
  /*** lower-footer ***/
  background-color: #262b3e;
}

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

.site-footer p,
.site-footer li {
  color: #fff;
}

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

@media (max-width: 991px) {
  .site-footer .upper-footer {
    padding: 90px 0 20px;
  }
}

@media (max-width: 767px) {
  .site-footer .upper-footer {
    padding: 80px 0 10px;
  }
}

@media (max-width: 991px) {
  .site-footer .upper-footer .col {
    min-height: 235px;
    margin-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .site-footer .upper-footer .col {
    min-height: auto;
    margin-bottom: 60px;
  }
}

.site-footer .widget-title {
  margin-bottom: 30px;
}

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

.site-footer .widget-title h3 {
  font-size: 20px;
  font-size: 1.25rem;
  color: #fff;
  margin: 0;
  padding-bottom: 0.4em;
  text-transform: capitalize;
  position: relative;
}

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

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

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

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

.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: #f1f0f0;
  width: 35px;
  height: 35px;
  line-height: 38px;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  color: #262b3e;
  display: inline-block;
  border-radius: 50px;
}

.site-footer .about-widget .social-icons ul a:hover {
  background-color: #00c6d1;
  color: #fff;
}

.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 {
  float: left;
}

.site-footer .link-widget ul li {
  position: relative;
}

.site-footer .link-widget ul a {
  color: #242f6c;
  font-weight: 500;
}

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

.site-footer .textwidget ul li a {
  color: #cdced0;
  padding-bottom: 7px;
  display: block;
}

@media screen and (min-width: 1200px) {
  .site-footer .contact-widget {
    /*padding-left: 25px;*/
  }
}

.site-footer .contact-widget ul {
  margin-top: 25px;
  padding-left: 0px;
}

.site-footer .contact-widget ul li {
  position: relative;
  color: #242f6c;
}

.site-footer .contact-widget ul > li + li {
  margin-top: 8px;
}

.site-footer .contact-widget ul > li:first-child {
  margin-bottom: 20px;
}

.site-footer .contact-widget li span {
  color: #242f6c;
  font-weight: 500;
}

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

.site-footer .newsletter-widget input {
  background-color: #303030;
  height: 60px;
  color: #fff;
  padding: 6px 20px;
  border-radius: 5px;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.site-footer .newsletter-widget .input-area {
  position: relative;
}

.site-footer .newsletter-widget .submit {
  position: absolute;
  right: 6px;
}

.site-footer .newsletter-widget .submit button {
  background: #00c6d1;
  width: 47px;
  height: 44px;
  border: 0;
  outline: 0;
  position: relative;
  border-radius: 5px;
  font-size: 20px;
  color: #fff;
}
.site-footer .newsletter-widget .submit button i {
  font-size: 15px;
}
.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: rgba(255, 255, 255, 0.1);
  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: #020202;
  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;
  font-size: 0.875rem;
  color: #fff;
}

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

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

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

.header-style-1 .sticky-header,
.header-style-2 .sticky-header,
.header-style-3 .sticky-header {
  background-color: #000;
}

.header-style-2 .sticky-header {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 30px 1px rgba(23, 46, 73, 0.09);
  box-shadow: 0px 0px 30px 1px rgba(23, 46, 73, 0.09);
}

@media screen and (min-width: 992px) {
  .header-style-3 .sticky-header .navbar-brand {
    top: 0;
    margin-top: 0;
  }

  .header-style-3 .sticky-header .navbar-brand img {
    max-width: 92px;
  }
}

/*--------------------------------------------------------------
  #blog-page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#8.1  blog-pg-section
--------------------------------------------------------------*/
.blog-pg-section {
  /*** format-standard ***/
  /*** format-gallery ***/
  /*** format-quote ***/
  /*** format-video ***/
}

.blog-pg-section .blog-content .post {
  margin-bottom: 100px;
}

@media (max-width: 991px) {
  .blog-pg-section .blog-content .post {
    margin-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .blog-pg-section .blog-content .post {
    margin-bottom: 60px;
  }
}

.blog-pg-section .entry-details {
  position: relative;
  z-index: 1;
}

@media (max-width: 500px) {
  .blog-pg-section .entry-details {
    /*padding: 50px 20px 35px;*/
  }
}

.blog-pg-section .entry-details .date {
  background: #fff;
  font-size: 13px;
  font-weight: 700;
  padding: 10px 23px;
  color: #00b3d6;
  position: absolute;
  left: 0;
  top: -20px;
  -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);
  letter-spacing: 2px;
  text-transform: uppercase;
}

.blog-pg-section .entry-details .read-more {
  font-weight: 700;
  color: #020202;
  position: relative;
  padding-left: 62px;
}

.blog-pg-section .entry-details .read-more:before {
  content: "";
  background-color: #020202;
  width: 48px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 11px;
}

.blog-pg-section .entry-details .read-more:hover {
  color: #00b3d6;
}

.blog-pg-section .entry-details .read-more:hover:before {
  background-color: #00b3d6;
}

.blog-pg-section .post h3 {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.2em;
  margin: -0.27em 0 0.7em;
}

@media (max-width: 991px) {
  .blog-pg-section .post h3 {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

@media (max-width: 767px) {
  .blog-pg-section .post h3 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.blog-pg-section .post h3 a {
  color: #242f6c;
}

.blog-pg-section .post h3 a:hover {
  color: #00b3d6;
}

.blog-pg-section .post p {
  margin-bottom: 1.7em;
}

@media (max-width: 991px) {
  .blog-pg-section .post p {
    font-size: 16px;
    font-size: 1rem;
  }
}

.blog-pg-section .format-standard.has-post-thumbnail .entry-details,
.blog-pg-section .format-video.has-post-thumbnail .entry-details,
.blog-pg-section .format-gallery.has-post-thumbnail .entry-details {
  padding: 3px 0 0;
}

@media (max-width: 500px) {
  .blog-pg-section .format-standard .entry-details,
  .blog-pg-section .format-quote .entry-details {
    /*padding: 45px 20px 20px;*/
  }

  .blog-pg-section .format-standard.has-post-thumbnail .entry-details,
  .blog-pg-section .format-video.has-post-thumbnail .entry-details,
  .blog-pg-section .format-gallery.has-post-thumbnail .entry-details {
    /*padding: 40px 39px 35px;*/
  }
}

.blog-pg-section .format-standard .entry-details .date,
.blog-pg-section .format-quote .entry-details .date {
  top: 35px;
  left: -2px;
}

.blog-pg-section .has-post-thumbnail.format-quote .entry-details .date {
  top: 40px;
  left: -2px;
}

.blog-pg-section .has-post-thumbnail .entry-details .date {
  top: -23px;
}

.blog-pg-section .format-gallery.has-post-thumbnail .entry-details .date {
  top: -23px;
  left: -3px;
}

.blog-pg-section .format-video.has-post-thumbnail .entry-details .date {
  left: -3px;
}

.blog-pg-section .format-gallery {
  position: relative;
}

.blog-pg-section .format-gallery .owl-controls {
  width: 100%;
  margin: 0;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.blog-pg-section .format-gallery .owl-controls .owl-nav [class*="owl-"]:hover {
  background: #00b3d6;
}

.blog-pg-section .format-gallery .owl-controls .owl-nav [class*="owl-"] {
  background: rgba(133, 133, 133, 0.5);
  width: 50px;
  height: 50px;
  line-height: 50px;
  padding: 0;
  margin: 0;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.blog-pg-section .format-gallery .owl-controls .owl-nav .owl-prev,
.blog-pg-section .format-gallery .owl-controls .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.blog-pg-section .format-gallery .owl-controls .owl-nav .owl-prev {
  left: 15px;
}

.blog-pg-section .format-gallery .owl-controls .owl-nav .owl-next {
  right: 15px;
}

.blog-pg-section .format-quote {
  position: relative;
}

.blog-pg-section .format-quote:before {
  font-family: "Flaticon";
  content: "\f122";
  font-size: 60px;
  font-size: 3.75rem;
  color: #00b3d6;
  position: absolute;
  right: 45px;
  top: 25px;
  z-index: 2;
}

.blog-pg-section .format-quote h3,
.blog-pg-section .format-quote p {
  position: relative;
}

.blog-pg-section .format-video .video-holder {
  position: relative;
  text-align: center;
}

.blog-pg-section .format-video .video-holder:before {
  content: "";
  background-color: #3e3e3e;
  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;
  opacity: 0.5;
}

.blog-pg-section .format-video .video-holder:hover:before {
  opacity: 0.7;
}

.blog-pg-section .format-video .video-holder a {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.blog-pg-section .format-video .video-holder .fi:before {
  font-size: 70px;
  font-size: 4.375rem;
  color: #fff;
}

@media (max-width: 767px) {
  .blog-pg-section .format-video .video-holder .fi:before {
    font-size: 60px;
    font-size: 3.75rem;
  }
}

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

@media screen and (min-width: 1200px) {
  .blog-pg-fullwidth .blog-content {
    padding: 0;
  }
}

/*--------------------------------------------------------------
  #blog-single-page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#9.1  blog-single-section
--------------------------------------------------------------*/
.blog-single-section {
  /*** tag-share ***/
  /*** author-box ***/
  /*** more-posts ***/
  /*** comments area ***/
  /*** comment-respond ***/
}

.blog-single-section .date-entry-meta {
  position: relative;
  margin-bottom: 35px;
}

.blog-single-section .date-entry-meta .cat {
  background: #00b3d6;
  font-size: 13px;
  font-weight: 700;
  padding: 10px 15px;
  color: white;
  position: absolute;
  left: 0;
  top: -20px;
  border-radius: 0 50px 50px 0;
}

.blog-single-section .date-entry-meta .entry-meta {
  border-bottom: 2px solid #f4f4f4;
  padding: 15px 35px;
}

@media (max-width: 500px) {
  .blog-single-section .date-entry-meta .entry-meta {
    padding: 15px 20px;
  }
}

.blog-single-section .date-entry-meta .entry-meta span {
  font-size: 14px;
  font-size: 0.875rem;
  color: #1c1c1c;
  display: inline-block;
}

@media (max-width: 767px) {
  .blog-single-section .date-entry-meta .entry-meta span {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

.blog-single-section .date-entry-meta .entry-meta > span + span {
  margin-left: 20px;
}

.blog-single-section .date-entry-meta .entry-meta span a {
  color: #1c1c1c;
}

.blog-single-section .date-entry-meta .entry-meta span a:hover {
  color: #00b3d6;
}

.blog-single-section .post h2 {
  font-size: 30px;
  font-size: 1.875rem;
  margin: -0.22em 0 0.7em;
  line-height: 1.3em;
}

@media (max-width: 991px) {
  .blog-single-section .post h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

@media (max-width: 767px) {
  .blog-single-section .post h2 {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

.blog-single-section .post p {
  margin-bottom: 1.5em;
}

.blog-single-section .post h3 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.3em;
  margin: 1.8em 0 1em;
}

@media (max-width: 991px) {
  .blog-single-section .post h3 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

@media (max-width: 767px) {
  .blog-single-section .post h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.blog-single-section .post blockquote {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  color: #020202;
  line-height: 1.6em;
  padding: 0 0 0 85px;
  margin-top: 60px;
  border: 0;
  position: relative;
}

.blog-single-section .post blockquote.wp-custom-block-quote {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  color: #020202;
  line-height: 1.6em;
  padding: 0 0 0 70px;
  margin-top: 60px;
  border: 0;
  position: relative;
  background: transparent;
}

.blog-single-section .post blockquote.wp-custom-block-quote:before {
  color: #00b3d6;
  left: 5px;
  top: 13px;
}

.blog-single-section .post blockquote.wp-custom-block-quote p {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  color: #020202;
  line-height: 1.6em;
  padding: 0 0 0 20px;
  margin-top: 60px;
  border: 0;
  position: relative;
}

.blog-single-section .post blockquote.wp-custom-block-quote cite {
  font-size: 14px;
  font-size: 0.875rem;
  display: block;
  margin-top: 15px;
  font-weight: normal;
  font-style: normal;
  padding-left: 20px;
}

@media (max-width: 767px) {
  .blog-single-section .post blockquote {
    padding-left: 0;
  }
}

.blog-single-section .post blockquote:before {
  font-family: "Flaticon";
  content: "\f10e";
  font-size: 45px;
  font-size: 2.8125rem;
  color: #89fffc;
  position: absolute;
  left: 0;
  top: 17px;
}

@media (max-width: 767px) {
  .blog-single-section .post blockquote:before {
    display: none;
  }
}

.blog-single-section .post blockquote .quoter {
  font-size: 14px;
  font-size: 0.875rem;
  display: block;
  margin-top: 15px;
  font-weight: normal;
}

.blog-single-section .tag-share {
  border-top: 1px solid #f4f4f4;
  border-bottom: 1px solid #f4f4f4;
  margin: 75px 0 0;
  padding: 30px 0;
  color: #020202;
}

.blog-single-section .tag-share ul {
  list-style: none;
  display: inline-block;
  overflow: hidden;
}

.blog-single-section .tag-share ul li {
  float: left;
}

@media (max-width: 767px) {
  .blog-single-section .tag-share ul li {
    margin: 2px;
  }
}

.blog-single-section .tag-share ul > li + li {
  margin-left: 10px;
}

@media (max-width: 767px) {
  .blog-single-section .tag-share ul > li + li {
    margin: 2px;
  }
}

.blog-single-section .tag-share .tag {
  float: left;
}

@media (max-width: 600px) {
  .blog-single-section .tag-share .tag {
    float: none;
  }
}

.blog-single-section .tag-share .tag > span {
  color: #020202;
  font-weight: bold;
  display: inline-block;
  padding-right: 8px;
}

.blog-single-section .tag-share .tag ul {
  list-style: none;
  position: relative;
  top: 5px;
}

.blog-single-section .tag-share .tag li {
  position: relative;
}

.blog-single-section .tag-share .tag ul > li + li {
  margin-left: 10px;
}

.blog-single-section .tag-share .tag a {
  background-color: #f5f5f5;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #1c1c1c;
  padding: 6px 15px;
  border-radius: 50px;
  display: inline-block;
}

@media (max-width: 767px) {
  .blog-single-section .tag-share .tag a {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

.blog-single-section .tag-share .tag a:hover {
  background-color: #00b3d6;
  color: #fff;
}

.blog-single-section .tag-share .share {
  float: right;
  position: relative;
  top: -16px;
}

@media (max-width: 600px) {
  .blog-single-section .tag-share .share {
    float: none;
    margin-top: 15px;
  }
}

.blog-single-section .tag-share .share > span {
  color: #020202;
  font-weight: 600;
  display: inline-block;
  padding-right: 8px;
}

.blog-single-section .tag-share .share ul {
  position: relative;
  top: 15px;
}

.blog-single-section .tag-share .share ul > li + li {
  margin-left: 10px;
}

@media (max-width: 767px) {
  .blog-single-section .tag-share .share ul > li + li {
    margin-left: 8px;
  }
}

@media (max-width: 767px) {
  .blog-single-section .tag-share .share ul > li {
    margin: 5px;
  }
}

.blog-single-section .tag-share .share a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border: 1px solid #eae6e6;
  border-radius: 50%;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  color: #627381;
}

@media (max-width: 767px) {
  .blog-single-section .tag-share .share a {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

.blog-single-section .tag-share .share a:hover {
  background: #00b3d6;
  border-color: #00b3d6;
  color: #fff !important;
}

.blog-single-section .tag-share .share ul > li:first-child a {
  color: #3c5ba4;
}

.blog-single-section .tag-share .share ul > li:nth-child(2) a {
  color: #47a0d9;
}

.blog-single-section .tag-share .share ul > li:nth-child(3) a {
  color: #0073b1;
}

.blog-single-section .tag-share .share ul > li:nth-child(4) a {
  color: #933f94;
}

.blog-single-section .author-box {
  padding: 35px 40px 25px;
  margin: 70px 0;
  -webkit-box-shadow: 0px 9px 57px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 9px 57px 0px rgba(0, 0, 0, 0.11);
}

@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 {
  border-radius: 5px;
}

.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 {
  margin-bottom: 20px;
}

.blog-single-section .author-box .author-name {
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 10px;
  color: #020202;
}

.blog-single-section .author-box .social-link {
  display: inline-block;
  list-style: none;
}

.blog-single-section .author-box .social-link li {
  float: left;
  margin-right: 12px;
}

.blog-single-section .author-box .social-link a {
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #020202;
}

.blog-single-section .author-box .social-link a:hover {
  color: #00b3d6;
}

.blog-single-section .more-posts {
  overflow: hidden;
  border: 2px solid #f4f4f4;
  padding: 0 25px;
}

.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 {
  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 #f4f4f4;
  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 #dae9f9;
  }
}

.blog-single-section .more-posts .next-post .post-control-link {
  padding-right: 25px;
  position: relative;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .blog-single-section .more-posts .next-post .post-control-link {
    padding-right: 0;
  }
}

.blog-single-section .more-posts .next-post .post-control-link:before {
  font-family: "Flaticon";
  content: "\f102";
  position: absolute;
  right: 0;
  top: 0;
}

@media (max-width: 767px) {
  .blog-single-section .more-posts .next-post .post-control-link:before {
    display: none;
  }
}

.blog-single-section .more-posts .previous-post {
  padding-right: 15px;
  padding-left: 5px;
}

.blog-single-section .more-posts .previous-post .post-control-link {
  padding-left: 25px;
  position: relative;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .blog-single-section .more-posts .previous-post .post-control-link {
    padding-left: 0;
  }
}

.blog-single-section .more-posts .previous-post .post-control-link:before {
  font-family: "Flaticon";
  content: "\f101";
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 767px) {
  .blog-single-section .more-posts .previous-post .post-control-link:before {
    display: none;
  }
}

.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 {
  font-size: 14px;
  font-size: 0.875rem;
  color: #1c1c1c;
}

.blog-single-section .more-posts .post-name {
  font-size: 17px;
  font-size: 1.0625rem;
  color: #020202;
  margin: 0.7em 0 0;
  font-weight: 600;
}

@media (max-width: 991px) {
  .blog-single-section .more-posts .post-name {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.blog-single-section .more-posts a:hover .post-control-link {
  color: #00b3d6;
}

.blog-single-section .comments-area {
  margin-top: 70px;
}

.blog-single-section .comments-area .comments {
  border: 2px solid #f4f4f4;
}

.blog-single-section .comments-area li > div {
  border-bottom: 1px solid #f4f4f4;
  padding: 35px;
}

@media (max-width: 991px) {
  .blog-single-section .comments-area li > div {
    padding: 35px 25px;
  }
}

.blog-single-section .comments-area ol {
  list-style-type: none;
  padding-left: 0;
}

.blog-single-section .comments-area ol ul {
  padding-left: 30px;
  list-style-type: none;
}

.blog-single-section .comments-area ol > li:last-child div {
  border-bottom: 0;
}

.blog-single-section .comments-area .comments-title {
  margin: 0 0 1.5em;
  font-weight: 500;
  font-size: 18px;
  text-transform: capitalize;
}

@media (max-width: 991px) {
  .blog-single-section .comments-area .comments-title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.blog-single-section .comments-area li > div {
  position: relative;
}

.blog-single-section .comments-area .comment-theme {
  position: absolute;
  left: 35px;
}

@media (max-width: 767px) {
  .blog-single-section .comments-area .comment-theme {
    position: static;
  }
}

.blog-single-section .comments-area .comment-theme img {
  border-radius: 5px;
}

.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: 16px;
  font-size: 1rem;
  color: #020202;
  font-weight: 700;
  margin: 0 0 1em;
  font-family: "Nunito Sans", sans-serif;
}

.blog-single-section .comments-area .comments-meta h4 span {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #1c1c1c;
  font-weight: normal;
  font-style: italic;
  text-transform: none;
  display: inline-block;
  padding-left: 5px;
}

@media (max-width: 767px) {
  .blog-single-section .comments-area .comments-meta h4 span {
    padding-left: 0;
  }
}

.blog-single-section .comments-area .comment-reply-link {
  background: #e65450;
  font-size: 13px;
  font-size: 0.8125rem;
  width: 80px;
  height: 25px;
  line-height: 25px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  border-radius: 50px;
  display: inline-block;
}

.blog-single-section .comments-area .comment-reply-link:hover {
  background-color: #00b3d6;
}

.blog-single-section .comment-form.comment-respond {
  margin-top: 65px;
}

@media screen and (min-width: 992px) {
  .blog-single-section .comment-form.comment-respond {
    padding: 55px 50px;
    padding-top: 52px;
    -webkit-box-shadow: 0px 6px 20.1px 4.9px rgb(176 191 238 / 12%);
    box-shadow: 0px 6px 20.1px 4.9px rgb(176 191 238 / 12%);
  }
}

.blog-single-section .comment-respond .comment-reply-title {
  margin: 0 0 1.5em;
  font-weight: 600;
  font-size: 18px;
  text-transform: capitalize;
  font-family: "Nunito Sans", sans-serif;
}

@media (max-width: 991px) {
  .blog-single-section .comment-respond .comment-reply-title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.blog-single-section .comment-respond form input,
.blog-single-section .comment-respond form textarea {
  background-color: #f9f9f9;
  width: 100%;
  height: 50px;
  border: 1px solid #e3e3e3;
  padding: 6px 15px;
  margin-bottom: 15px;
  outline: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.blog-single-section .comment-respond form input:focus,
.blog-single-section .comment-respond form textarea:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #00b3d6;
}

@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: #00b3d6;
  color: #fff;
  margin-bottom: 0;
  border: 0;
  outline: 0;
  text-transform: capitalize;
  font-weight: 600;
  border-radius: 0;
}

.blog-single-section .comment-respond .form-submit input:hover {
  background-color: #00ded8;
}

@media screen and (min-width: 1200px) {
  .blog-single-left-sidebar-section .blog-sidebar {
    padding-right: 45px;
    padding-left: 0;
  }
}

/*--------------------------------------------------------------
  #shop-page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#10.1  shop-pg-section
--------------------------------------------------------------*/
.shop-pg-section .shop-grids {
  margin: 0 -15px;
}

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

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

@media (max-width: 550px) {
  .shop-pg-section .shop-grids .grid {
    width: calc(100% - 30px);
    float: none;
  }
}

.shop-pg-section .grid:hover .cart-details li {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}

.shop-pg-section .grid:hover .img-cart:before {
  opacity: 0.6;
}

.shop-pg-section .img-cart {
  position: relative;
  overflow: hidden;
}

.shop-pg-section .img-cart:before {
  content: "";
  background-color: black;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.shop-pg-section .cart-details {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 20px;
  text-align: center;
}

.shop-pg-section .cart-details ul {
  overflow: hidden;
  display: inline-block;
  list-style-type: none;
}

.shop-pg-section .cart-details li {
  float: left;
  margin: 7px;
  position: relative;
  bottom: -50px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  padding-left: 0px;
}

.shop-pg-section .cart-details li:last-child {
  -webkit-transition: all 0.5s 0.1s;
  -o-transition: all 0.5s 0.1s;
  transition: all 0.5s 0.1s;
}

.shop-pg-section .details {
  text-align: center;
  padding: 30px 15px;
}

.shop-pg-section .details h4 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  margin: 0 0 0.4em;
}

@media (max-width: 991px) {
  .shop-pg-section .details h4 {
    font-size: 16px;
    font-size: 1rem;
  }
}

.shop-pg-section .details h4 a {
  color: #020202;
}

.shop-pg-section .details h4 a:hover {
  color: #00b3d6;
}

.shop-pg-section .details del {
  color: #aaa;
  font-weight: 500;
  display: inline-block;
  padding-right: 10px;
}

@media (max-width: 991px) {
  .shop-pg-section .details del {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.shop-pg-section .details .price {
  color: #020202;
  font-weight: 500;
}

.shop-pg-section .details .price ins {
  text-decoration: none;
}

@media (max-width: 991px) {
  .shop-pg-section .details .price {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.shop-pg-section .pagination-wrapper {
  text-align: center;
  clear: both;
}

.shop-pg-section .cart-details li a.theme-btn-s8 {
  line-height: 23px;
}

/*--------------------------------------------------------------
  #shop-single-page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#11.1 shop-single-section
--------------------------------------------------------------*/
.shop-single-section {
  /*** product slider ***/
  /*** product info ***/
}

.shop-single-section .shop-single-slider .slider-for {
  text-align: center;
}

.shop-single-section .shop-single-slider .slider-for img {
  display: inline-block;
}

.shop-single-section .shop-single-slider .slider-nav {
  padding: 0 25px;
  margin-top: 35px;
}

.shop-single-section .shop-single-slider .slider-nav > i {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 100;
}

.shop-single-section .shop-single-slider .slider-nav > i:hover {
  cursor: pointer;
}

.shop-single-section .shop-single-slider .slider-nav .nav-btn-rt {
  left: auto;
  right: 0;
}

.shop-single-section .shop-single-slider .slider-nav .slick-slide {
  text-align: center;
}

.shop-single-section .shop-single-slider .slider-nav .slick-slide img {
  display: inline-block;
}

.shop-single-section .product-details {
  padding: 30px 30px 93px;
  /*** product option ***/
}

@media (max-width: 1199px) {
  .shop-single-section .product-details {
    padding: 40px 30px 85px;
  }
}

@media (max-width: 991px) {
  .shop-single-section .product-details {
    margin-top: 45px;
    padding: 40px 30px;
  }
}

@media (max-width: 767px) {
  .shop-single-section .product-details {
    padding: 0;
  }
}

.shop-single-section .product-details h2 {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.4em;
  margin: 0 0 0.33em;
}

@media (max-width: 767px) {
  .shop-single-section .product-details h2 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.shop-single-section .product-details .price {
  font-size: 36px;
  font-size: 2.25rem;
  color: #00b3d6;
  margin: 7px 0 14px;
}

@media (max-width: 991px) {
  .shop-single-section .product-details .price {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

@media (max-width: 767px) {
  .shop-single-section .product-details .price {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

.shop-single-section .product-details .price .old {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: normal;
  color: #4f4f4f;
  text-decoration: line-through;
  display: inline-block;
  margin-left: 5px;
}

@media (max-width: 991px) {
  .shop-single-section .product-details .price .old {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media (max-width: 767px) {
  .shop-single-section .product-details .price .old {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.shop-single-section .product-details p {
  margin-bottom: 1.3em;
}

.shop-single-section .product-details p:last-child {
  margin: 0;
}

.shop-single-section .product-details .product-option {
  margin-top: 45px;
}

.shop-single-section .product-details .product-option .product-row {
  overflow: hidden;
}

.shop-single-section
  .product-details
  .product-option
  .product-row
  button:after {
  display: none;
}

.shop-single-section .product-details .product-option .product-row > div {
  height: 35px;
  display: inline-block;
  float: left;
}

.shop-single-section .product-details .product-option .product-row > div + div {
  margin-left: 15px;
}

.shop-single-section
  .product-details
  .product-option
  .product-row
  > div:first-child {
  width: 85px;
}

.shop-single-section
  .product-details
  .product-option
  .product-row
  > div:last-child
  .theme-btn:hover {
  background: #00b3d6;
  border-color: #00b3d6;
  color: #fff;
}

.shop-single-section .product-details .product-option .theme-btn {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0 20px;
  height: 35px;
  line-height: 27px;
  outline: 0;
}

.shop-single-section .product-details .product-option .theme-btn:hover {
  background-color: #00b3d6;
  color: #fff;
  border-color: #00b3d6;
}

@media (max-width: 767px) {
  .shop-single-section .product-details .product-option .theme-btn {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.shop-single-section .product-details .product-option .theme-btn:before {
  display: none;
}

.shop-single-section .product-details .product-option .theme-btn:hover {
  background: #020202;
  color: #fff;
}

.shop-single-section .product-details .product-option .heart-btn i {
  font-size: 15px;
  font-size: 0.9375rem;
}

.shop-single-section
  .product-details
  .product-option
  .product-row
  > div:last-child
  .theme-btn {
  font-size: 18px;
  font-size: 1.125rem;
}

.shop-single-section .product-details #product-count {
  border-radius: 0;
  border: 1px solid #e6e6e6;
}

.shop-single-section .product-details #product-count:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.shop-single-section
  .product-details
  .bootstrap-touchspin
  .input-group-btn-vertical
  .bootstrap-touchspin-up,
.shop-single-section
  .product-details
  .bootstrap-touchspin
  .input-group-btn-vertical
  .bootstrap-touchspin-down {
  border-radius: 0;
  border-color: #e6e6e6;
}

.shop-single-section
  .product-details
  .bootstrap-touchspin
  .input-group-btn-vertical
  .bootstrap-touchspin-up:hover,
.shop-single-section
  .product-details
  .bootstrap-touchspin
  .input-group-btn-vertical
  .bootstrap-touchspin-down:hover {
  background-color: #00b3d6;
  color: #fff;
}

.shop-single-section .product-info {
  margin-top: 75px;
  /*** tabs ***/
  /*** client rv ***/
  /*** review form ***/
}

.shop-single-section .product-info h4 {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  margin: 0;
  line-height: 1.7em;
}

.shop-single-section .product-info p {
  margin-bottom: 1.3em;
}

.shop-single-section .product-info .tab-pane p:last-child {
  margin-bottom: 0;
}

.shop-single-section .product-info .nav-tabs {
  border: 0;
}

@media (max-width: 767px) {
  .shop-single-section .product-info .nav-tabs {
    margin-bottom: 20px;
  }
}

.shop-single-section .product-info .nav-tabs li {
  border: 2px solid #efefef;
  margin-right: 1px;
}

.shop-single-section .product-info .nav-tabs li.active a {
  border: 0;
  outline: 0;
}

.shop-single-section .product-info .nav-tabs a {
  font-weight: 700;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #1c1c1c;
  border: 0;
  border-radius: 0;
  margin: 0;
  display: block;
  padding: 12px 20px 11px;
}

@media (max-width: 767px) {
  .shop-single-section .product-info .nav-tabs a {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: normal;
    padding: 10px 10px 8px;
    text-transform: none;
  }
}

.shop-single-section .product-info .nav-tabs a:hover,
.shop-single-section .product-info .nav-tabs .active a {
  background: #00b3d6;
  color: #fff;
}

.shop-single-section .product-info .nav-tabs .active,
.shop-single-section .product-info .nav-tabs li:hover {
  border-color: #00b3d6;
}

.shop-single-section .product-info .tab-content {
  border: 2px solid #efefef;
  padding: 35px 25px;
  margin-top: -1px;
}

@media (max-width: 767px) {
  .shop-single-section .product-info .tab-content {
    border: 0;
    padding: 0;
    margin: 0;
  }
}

.shop-single-section .product-info .client-rv {
  overflow: hidden;
  margin-bottom: 30px;
}

.shop-single-section .product-info .client-rv:last-child {
  margin-bottom: 0;
}

.shop-single-section .product-info .client-rv .client-pic {
  width: 60px;
  float: left;
}

@media (max-width: 767px) {
  .shop-single-section .product-info .client-rv .client-pic {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
}

.shop-single-section .product-info .client-rv .details {
  width: calc(100% - 80px);
  float: right;
}

@media (max-width: 767px) {
  .shop-single-section .product-info .client-rv .details {
    width: 100%;
    float: none;
  }
}

.shop-single-section .product-info .client-rv .name-rating-time {
  border-bottom: 1px solid #e6e6e6;
}

@media (max-width: 767px) {
  .shop-single-section .product-info .client-rv .name-rating-time {
    padding-bottom: 3px;
  }
}

.shop-single-section .product-info .client-rv .name-rating-time > div,
.shop-single-section .product-info .client-rv .name-rating > div {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
}

@media (max-width: 767px) {
  .shop-single-section .product-info .client-rv .name-rating-time > div,
  .shop-single-section .product-info .client-rv .name-rating > div {
    font-size: 12px;
    font-size: 0.75rem;
    display: block;
  }
}

.shop-single-section .product-info .client-rv .rating {
  font-size: 12px;
  color: #00b3d6;
  padding-left: 12px;
}

@media (max-width: 767px) {
  .shop-single-section .product-info .client-rv .rating {
    padding-left: 0;
    margin: 4px 0 7px;
  }
}

.shop-single-section .product-info .client-rv .name-rating-time .time {
  float: right;
  color: #b3b3b3;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .shop-single-section .product-info .client-rv .name-rating-time .time {
    float: none;
  }
}

.shop-single-section .product-info .client-rv .review-body {
  padding-top: 12px;
}

.shop-single-section .product-info .review-form-wrapper {
  margin-top: 50px;
}

@media screen and (min-width: 1200px) {
  .shop-single-section .product-info .review-form-wrapper {
    padding-left: 15px;
  }
}

@media (max-width: 991px) {
  .shop-single-section .product-info .review-form {
    margin-top: 45px;
  }
}

.shop-single-section .product-info .review-form h4 {
  margin-bottom: 1.73em;
  font-weight: 400;
}

.shop-single-section .product-info .review-form form input,
.shop-single-section .product-info .review-form form textarea {
  background: #fbfbfb;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 40px;
  border: 2px solid #efefef;
}

.shop-single-section .product-info .review-form form input:focus,
.shop-single-section .product-info .review-form form textarea:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.shop-single-section .product-info .review-form form textarea {
  height: 130px;
}

.shop-single-section .product-info .review-form form > div {
  margin-bottom: 27px;
}

.shop-single-section .product-info .review-form form > div:last-child {
  margin-bottom: 0;
}

.shop-single-section .product-info .review-form form .rating-wrapper > div {
  display: inline-block;
}

@media (max-width: 767px) {
  .shop-single-section .product-info .review-form form .rating-wrapper > div {
    display: block;
    float: none !important;
  }
}

.shop-single-section
  .product-info
  .review-form
  form
  .rating-wrapper
  > div:last-child {
  float: right;
}

@media (max-width: 767px) {
  .shop-single-section
    .product-info
    .review-form
    form
    .rating-wrapper
    > div:last-child {
    margin-top: 20px;
  }
}

.shop-single-section .product-info .review-form form .rating a {
  font-size: 14px;
  color: #cccccc;
  display: inline-block;
  margin-right: 10px;
}

@media (max-width: 767px) {
  .shop-single-section .product-info .review-form form .rating a {
    font-size: 12px;
    margin-right: 5px;
  }
}

.shop-single-section .product-info .review-form form .rating a:last-child {
  margin: 0;
}

.shop-single-section .product-info .review-form form .rating a:hover {
  color: #00b3d6;
}

.shop-single-section .product-info .review-form form .theme-btn-s4 {
  background-color: transparent;
  color: #908f8f;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.shop-single-section .product-info .review-form form .theme-btn-s4:hover {
  background-color: #00b3d6;
  color: #fff;
}

@media screen and (min-width: 767px) {
  .shop-single-section .product-info .review-form form .theme-btn-s4 {
    font-size: 15px;
    font-size: 0.9375rem;
    padding: 0 20px;
  }
}

.shop-single-section .product-info .review-form .submit button {
  border: 0;
  outline: 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;
}

.shop-single-section .product-info .review-form .submit button:hover {
  background: #00ded8;
  color: #fff;
}

.shop-single-section .slider-nav .slick-slide:focus {
  outline: none;
}

/*--------------------------------------------------------------
  #team-single-page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#12.1 team-sigle-section
--------------------------------------------------------------*/
@media (max-width: 991px) {
  .team-sigle-section .team-single-sidebar {
    margin-bottom: 70px;
  }
}

.team-sigle-section .attorney-widget {
  background: #f1f1f1;
  padding: 35px 30px;
  border: 1px solid #e8e8e8;
}

@media screen and (min-width: 1200px) {
  .team-sigle-section .attorney-widget {
    margin-right: 40px;
  }
}

.team-sigle-section .attorney-widget h3 {
  font-size: 24px;
  font-size: 1.5rem;
  margin: 0 0 0.7em;
}

.team-sigle-section .attorney-widget ul {
  list-style: none;
  padding-left: 0px;
}

.team-sigle-section .attorney-widget ul li {
  line-height: 23px;
}

.team-sigle-section .attorney-widget ul li.current-menu-item a {
  color: #00b3d6;
}

.team-sigle-section .attorney-widget ul > li + li {
  border-top: 1px solid #e7e7e7;
}

.team-sigle-section .attorney-widget a {
  display: block;
  font-weight: 600;
  color: #1c1c1c;
  padding: 13px 15px 13px 0;
}

.team-sigle-section .attorney-widget a:hover,
.team-sigle-section .attorney-widget li.current a {
  color: #00b3d6;
}

.team-sigle-section .attorney-single-content .attorney-single-info {
  padding: 60px;
  -webkit-box-shadow: 0px 9px 42.32px 3.68px rgba(25, 38, 62, 0.06);
  box-shadow: 0px 9px 42.32px 3.68px rgba(25, 38, 62, 0.06);
}

@media (max-width: 991px) {
  .team-sigle-section .attorney-single-content .attorney-single-info {
    padding: 45px;
  }
}

@media (max-width: 767px) {
  .team-sigle-section .attorney-single-content .attorney-single-info {
    padding: 30px 20px;
  }
}

.team-sigle-section .attorney-single-content .attorney-single-info h3 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 400;
  margin: 0 0 0.3em;
}

@media (max-width: 767px) {
  .team-sigle-section .attorney-single-content .attorney-single-info h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.team-sigle-section .attorney-single-content .attorney-single-info h3 + span {
  font-weight: 600;
  color: #00b3d6;
}

.team-sigle-section .attorney-single-content .attorney-single-info .info ul {
  margin-top: 25px;
  list-style: none;
  padding-left: 0;
}

.team-sigle-section
  .attorney-single-content
  .attorney-single-info
  .info
  ul
  > li
  + li {
  margin-top: 8px;
}

.team-sigle-section .attorney-single-content .attorney-single-info .info li i {
  display: inline-block;
  color: #00b3d6;
  padding-right: 5px;
}

.team-sigle-section
  .attorney-single-content
  .attorney-single-info
  .info
  li
  span {
  font-weight: 600;
  color: #020202;
}

.team-sigle-section .attorney-single-content .attorney-single-info .social {
  margin-top: 30px;
}

.team-sigle-section .attorney-single-content .attorney-single-info .social ul {
  overflow: hidden;
  list-style: none;
  padding-left: 0;
}

.team-sigle-section
  .attorney-single-content
  .attorney-single-info
  .social
  ul
  li {
  float: left;
}

.team-sigle-section
  .attorney-single-content
  .attorney-single-info
  .social
  ul
  > li
  + li {
  margin-left: 7px;
}

@media (max-width: 767px) {
  .team-sigle-section
    .attorney-single-content
    .attorney-single-info
    .social
    ul
    > li
    + li {
    margin-left: 3px;
  }
}

.team-sigle-section .attorney-single-content .attorney-single-info .social a {
  background-color: #e6e6e6;
  width: 43px;
  height: 43px;
  line-height: 43px;
  font-size: 13px;
  color: #797979;
  text-align: center;
  border-radius: 50%;
  display: block;
}

@media (max-width: 767px) {
  .team-sigle-section .attorney-single-content .attorney-single-info .social a {
    width: 38px;
    height: 38px;
    line-height: 38px;
  }
}

.team-sigle-section
  .attorney-single-content
  .attorney-single-info
  .social
  a:hover {
  background: #020202;
  color: #fff;
}

.team-sigle-section .attorney-single-content .attorney-details {
  padding-top: 35px;
}

.team-sigle-section .attorney-single-content .attorney-details h2 {
  font-size: 30px;
  font-size: 1.875rem;
  margin: 1.3em 0 0.7em;
}

@media (max-width: 991px) {
  .team-sigle-section .attorney-single-content .attorney-details h2 {
    font-size: 27px;
    font-size: 1.6875rem;
  }
}

@media (max-width: 767px) {
  .team-sigle-section .attorney-single-content .attorney-details h2 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.team-sigle-section .attorney-single-content .attorney-details ul > li + li {
  margin-top: 7px;
}

.team-sigle-section .attorney-single-content .skills {
  padding-top: 10px;
  padding-bottom: 20px;
}

.team-sigle-section .attorney-single-content .skills .skill {
  margin-bottom: 35px;
}

.team-sigle-section .attorney-single-content .skills .skill:last-child {
  margin-bottom: 0;
}

.team-sigle-section
  .attorney-single-content
  .skills
  .skill:last-child
  .progress {
  margin-bottom: 0;
}

.team-sigle-section .attorney-single-content .skills h6 {
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 0.6em;
  color: #1c1c1c;
}

@media (max-width: 991px) {
  .team-sigle-section .attorney-single-content .skills h6 {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.team-sigle-section .attorney-single-content .skills .progress {
  background-color: #e6e6e6;
  height: 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
  overflow: visible;
  box-shadow: none;
  position: relative;
  border-radius: 3px;
}

.team-sigle-section .attorney-single-content .skills .progress > span {
  font-family: "Jost", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #1c1c1c;
  padding: 2px 6px;
  text-align: center;
  position: absolute;
  right: 20px;
  top: -32px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

@media (max-width: 991px) {
  .team-sigle-section .attorney-single-content .skills .progress > span {
    padding: 0 6px;
  }
}

.team-sigle-section .attorney-single-content .skills .progress-bar {
  background: #00b3d6;
  position: relative;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 3px;
}

.team-sigle-section .attorney-single-content .skills .progress-bar:after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #00b3d6;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: -3px;
  -webkit-box-shadow: 0 0 5px #969696;
  box-shadow: 0 0 5px #969696;
}

.team-sigle-section .attorney-single-content form input,
.team-sigle-section .attorney-single-content form select,
.team-sigle-section .attorney-single-content form textarea {
  background: #f5f5f5;
  width: 100%;
  height: 55px;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

@media (max-width: 991px) {
  .team-sigle-section .attorney-single-content form input,
  .team-sigle-section .attorney-single-content form select,
  .team-sigle-section .attorney-single-content form textarea {
    height: 45px;
  }
}

.team-sigle-section .attorney-single-content form input:focus,
.team-sigle-section .attorney-single-content form select:focus,
.team-sigle-section .attorney-single-content form textarea:focus {
  border-color: #00b3d6;
}

.team-sigle-section .attorney-single-content form textarea {
  height: 180px;
}

.team-sigle-section .attorney-single-content form {
  margin: 0 -15px;
  overflow: hidden;
}

.team-sigle-section .attorney-single-content form ::-webkit-input-placeholder {
  font-style: 15px;
  font-style: normal;
  color: #9d9c9c;
}

.team-sigle-section .attorney-single-content form :-moz-placeholder {
  font-style: 15px;
  font-style: normal;
  color: #9d9c9c;
}

.team-sigle-section .attorney-single-content form ::-moz-placeholder {
  font-style: 15px;
  font-style: normal;
  color: #9d9c9c;
}

.team-sigle-section .attorney-single-content form :-ms-input-placeholder {
  font-style: 15px;
  font-style: normal;
  color: #9d9c9c;
}

.team-sigle-section .attorney-single-content form select {
  display: inline-block;
  color: #a9a9a9;
  cursor: pointer;
  opacity: 1;
  padding: 6px 12px;
  font-size: 15px;
  font-size: 0.9375rem;
}

.team-sigle-section .attorney-single-content form > div {
  width: calc(50% - 30px);
  float: left;
  margin: 0 15px 30px;
}

@media (max-width: 600px) {
  .team-sigle-section .attorney-single-content form > div {
    width: calc(100% - 30px);
    float: none;
  }
}

.team-sigle-section .attorney-single-content form .fullwidth {
  width: calc(100% - 30px);
  float: none;
  clear: both;
}

.team-sigle-section .attorney-single-content form .submit-area {
  margin-bottom: 0;
}

.team-sigle-section .attorney-single-content form .theme-btn-s8,
.team-sigle-section .attorney-single-content form .theme-btn-s9,
.team-sigle-section .attorney-single-content form .theme-btn-s10 {
  border: 0;
  outline: 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;
}

.team-sigle-section .attorney-single-content form .theme-btn-s8:hover,
.team-sigle-section .attorney-single-content form .theme-btn-s9:hover,
.team-sigle-section .attorney-single-content form .theme-btn-s10:hover {
  background: #00ded8;
  color: #fff;
}

.single-team .contact-section {
  padding-bottom: 0px;
}

.single-team .page-title .breadcrumb > li:nth-child(2) {
  display: none;
}

.single-team .page-title .breadcrumb > li:nth-child(3) {
  display: none;
}

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

@-webkit-keyframes spineer {
  0% {
    -webkit-box-shadow: 0 0 0 0 #c7c1ea;
  }

  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(1, 93, 199, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
  }
}

@keyframes spineer {
  0% {
    -webkit-box-shadow: 0 0 0 0 #c7c1ea;
    box-shadow: 0 0 0 0 #c7c1ea;
  }

  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(1, 93, 199, 0);
    box-shadow: 0 0 0 20px rgba(1, 93, 199, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
    box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
  }
}

/*--------------------------------------------------------------
    #404-page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#13.1  error-404-section
--------------------------------------------------------------*/
.error-404-section .error {
  width: 50%;
  float: left;
  margin-top: -40px;
}

@media (max-width: 991px) {
  .error-404-section .error {
    width: 100%;
    float: none;
    text-align: center;
  }
}

.error-404-section .error h2 {
  font-size: 200px;
  font-size: 12.5rem;
  margin: 0;
}

@media (max-width: 991px) {
  .error-404-section .error h2 {
    font-size: 150px;
    font-size: 9.375rem;
  }
}

@media (max-width: 767px) {
  .error-404-section .error h2 {
    font-size: 100px;
    font-size: 6.25rem;
  }
}

.error-404-section .error-message {
  width: 50%;
  float: left;
  margin-top: 20px;
}

@media (max-width: 991px) {
  .error-404-section .error-message {
    width: 100%;
    float: none;
    text-align: center;
    margin-top: 0;
  }
}

.error-404-section .error-message h3 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 400;
  margin: 0 0 0.8em;
}

.error-404-section .error-message p {
  margin-bottom: 1.8em;
}

.error-404-section .error-message .theme-btn {
  display: inline-block;
  padding: 20px 25px;
}

/*--------------------------------------------------------------------
    blog new style
-----------------------------------------------------------------------*/
.blog-pg-section .entry-meta {
  overflow: hidden;
  padding: 15px 0 13px;
  margin-bottom: 35px;
  border-bottom: 1px solid #e4e4e4;
}

@media (max-width: 767px) {
  .blog-pg-section .entry-meta {
    padding: 15px 0 10px;
  }
}

.blog-single-section .entry-meta li,
.blog-pg-section .entry-meta li {
  float: left;
}

@media (max-width: 767px) {
  .blog-pg-section .entry-meta li,
  .blog-single-section .entry-meta li {
    font-size: 12px;
    font-size: 0.75rem;
    float: none;
    display: block;
  }
}

.blog-pg-section .entry-meta > li + li,
.blog-single-section .entry-meta > li + li {
  margin-left: 20px;
  padding-left: 20px;
  position: relative;
}

@media (max-width: 767px) {
  .blog-pg-section .entry-meta > li + li,
  .blog-single-section .entry-meta > li + li {
    padding-left: 0;
    margin-left: 0;
  }
}

.blog-pg-section .entry-meta > li + li:before,
.blog-single-section .entry-meta > li + li:before {
  content: "|";
  position: absolute;
  left: 0;
  top: 0;
  color: #d6d6d6;
}

@media (max-width: 767px) {
  .blog-pg-section .entry-meta > li + li:before,
  .blog-single-section .entry-meta > li + li:before {
    display: none;
  }
}

.blog-pg-section .entry-meta li span,
.blog-single-section .entry-meta li span {
  color: #333;
}

.blog-pg-section .entry-meta li a,
.blog-single-section .entry-meta li a {
  color: #84878a;
}

.blog-pg-section .format-standard:not(.has-post-thumbnail) .entry-meta,
.blog-pg-section .format-quote:not(.has-post-thumbnail) .entry-meta {
  padding-top: 0;
}

.post .entry-meta i {
  display: inline-block;
  padding-right: 5px;
  color: #84878a;
}

.blog-pg-section .entry-meta li a.almanar-comment span.comment,
.blog-pg-section .entry-meta li span,
.blog-single-section .entry-meta li span {
  color: #5d6d7a;
}

.post .entry-meta > li:last-child i {
  position: relative;
  top: 2px;
}

.post .entry-meta > li:first-child i {
  display: inline-block;
  padding-right: 7px;
}

.blog-pg-section .entry-details .read-more {
  font-weight: 700;
  color: #020202;
  position: relative;
  padding-left: 0;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2px;
  text-decoration: underline;
}

.blog-pg-section .entry-details .read-more:before {
  display: none;
}

.blog-sidebar .widget {
  border: 0;
  padding: 0;
}

.blog-sidebar .widget h3 {
  font-size: 17px;
  font-weight: 500;
}

.blog-single-section .date-entry-meta .entry-meta span a,
.blog-single-section .date-entry-meta .entry-meta span {
  color: #84878a;
}

@media (max-width: 991px) {
  .header-style-1 .sticky-header .cart-search-contact {
    height: 98px;
  }
}
