@charset "UTF-8";
@font-face {
  font-family: "Rubik";
  src: url(../fonts/web-fonts/Rubik-Thin.ttf) format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Rubik";
  src: url(../fonts/web-fonts/Rubik-Light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Rubik";
  src: url(../fonts/web-fonts/Rubik-Black.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Rubik";
  src: url(../fonts/web-fonts/Rubik-Medium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Rubik";
  src: url(../fonts/web-fonts/Rubik-Bold.ttf) format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Rubik";
  src: url(../fonts/web-fonts/Rubik-ExtraBold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
}

html {
  font-size: 24px;
}

body {
  font-family: "Rubik", sans-serif;
  background-color: #fff;
  font-size: 17px;
  font-size: 0.7083333333rem;
  font-weight: 100;
  color: #2b2d42;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
@media (max-width: 767px) {
  body {
    font-size: 16px;
    font-size: 0.6666666667rem;
  }
}
a {
  color: #2b2d42;
}

p {
  color: #2b2d42;
  line-height: 1.55em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #e20a0a;
  font-weight: 300;
  line-height: 1em;
  font-family: "Rubik", sans-serif;
}

ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
}

.sr-only,
.hidden {
  display: none !important;
  opacity: 0;
  visibility: hidden;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
form select,
textarea {
  font-family: "Rubik", sans-serif;
  width: 100%;
  border: none;
  border-bottom: 1px solid #000000;
  border-radius: 0;
  padding: 12px 15px;
  font-weight: 500;
}
@media (max-width: 991px) {
  input[type="text"],
  input[type="password"],
  input[type="email"],
  input[type="tel"],
  form select,
  textarea {
    padding: 10px 15px;
  }
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
form select:focus,
textarea:focus {
  border: none;
  border-bottom: 1px solid #000000;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

textarea {
  height: 180px;
}

label {
  font-family: "Rubik", sans-serif;
  font-size: 14px;
  /* font-size: 0.5833333333rem; */
  color: #2b2d42;
  font-weight: 500;
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  label {
    font-size: 12px !important;
    font-weight: 500;
  }
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #fff url(../images/select-arrow.png) calc(100% - 15px) 50%
    no-repeat;
  background-size: 7px 4px;
  position: relative;
}
select option {
  font-weight: 300;
}

::-webkit-input-placeholder {
  /* Edge */
  font-size: 14px;
  font-size: 0.6666666667rem;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-size: 14px;
  font-size: 0.6666666667rem;
}

::-moz-placeholder {
  font-size: 14px;
  font-size: 0.6666666667rem;
}

::-ms-input-placeholder {
  font-size: 14px;
  font-size: 0.6666666667rem;
}

::placeholder {
  font-size: 14px;
  font-size: 0.6666666667rem;
}

/*--------------------------------------------------------------
#0.2    Global Elements
--------------------------------------------------------------*/
.page-wrapper {
  position: relative;
  overflow: hidden;
}

.wow {
  visibility: hidden;
}

.fi:before {
  margin: 0;
}

.body-overlay {
  z-index: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-transition: opacity 0.25s ease-in-out, z-index 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out, z-index 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out, z-index 0.25s ease-in-out;
  visibility: hidden;
}

.active-body-overlay .body-overlay {
  z-index: 6;
  opacity: 1;
  visibility: visible;
}

.section-padding {
  padding: 25px 0;
}

.section-paddings {
  padding: 25px 0;
}
@media (max-width: 1199px) {
  .section-padding {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .section-padding {
    padding: 40px 0;
  }
}

@media (max-width: 767px) {
  .container {
    width: 100%;
    max-width: 100% !important;
  }
}

.glass-effect {
  position: absolute;
  top: 0;
  -webkit-filter: blur(80px);
  filter: blur(80px);
  opacity: 0.25;
  /* z-index: -1; */
}
.glass-effect:before {
  content: "";
  background-color: #ef233c;
  width: 285px;
  height: 285px;
  border-radius: 50%;
  position: absolute;
  top: 0;
}
.glass-effect:after {
  content: "";
  background-color: #04868b;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}

.glass-effect2 {
  width: 322px;
  height: 577px;
  position: absolute;
  right: -104px;
  bottom: -200px;
  -webkit-filter: blur(80px);
  filter: blur(80px);
  opacity: 0.35;
  z-index: -1;
}
.glass-effect2:before {
  content: "";
  background-color: #04868b;
  width: 317px;
  height: 367px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}
.glass-effect2:after {
  content: "";
  background-color: #ef233c;
  width: 322px;
  height: 223px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
}

/*** contact form error handling ***/
.contact-validation-active .error-handling-messages {
  width: 100% !important;
  margin-top: 15px !important;
}
.contact-validation-active label.error {
  color: #e20a0a;
  font-size: 0.5833333333rem;
  font-weight: 500;
  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.25rem;
  color: #ef233c;
  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: 14px;
  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 #e20a0a;
}

@-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 **/
.site-footer .back-to-top {
  font-size: 12px;
  font-size: 0.5rem;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  z-index: 999;
  right: 25px;
  bottom: 120px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
@media (max-width: 1199px) {
  .site-footer .back-to-top {
    right: 0;
  }
}
@media (max-width: 767px) {
  .site-footer .back-to-top {
    display: none;
  }
}
.site-footer .back-to-top:hover {
  text-decoration: none;
}
.site-footer .back-to-top:before {
  content: "";
  width: 40px;
  height: 1px;
  background: #fff;
  position: absolute;
  right: -60px;
  bottom: 9px;
}

/** 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;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

/*** for fancybox video ***/
.fancybox-overlay {
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999 !important;
}

.fancybox-wrap {
  z-index: 99999 !important;
}

.section-title,
.section-title-s2 {
  text-align: center;
  margin-bottom: 30px;
}
.section-title > span,
.section-title-s2 > span {
  font-size: 15px;
  font-size: 0.625rem;
  font-weight: 500;
  color: #ef233c;
  margin: 0;
  display: block;
  margin-top: -0.3em;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 3px;
}
@media (max-width: 767px) {
  .section-title > span,
  .section-title-s2 > span {
    font-size: 13px;
    font-size: 0.5416666667rem;
  }
}
.section-title h2,
.section-title-s2 h2 {
  font-size: 100px;
  font-size: 1.5rem;
  font-weight: 300;
  margin: 0;
  position: relative;
}
@media (max-width: 1199px) {
  .section-title h2,
  .section-title-s2 h2 {
    font-size: 80px;
    font-size: 1.5rem;
  }
}
@media (max-width: 991px) {
  .section-title h2,
  .section-title-s2 h2 {
    font-size: 70px;
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .section-title h2,
  .section-title-s2 h2 {
    font-size: 50px;
    font-size: 1rem;
  }
}

.section-title-s2 {
  text-align: left;
}
@media (max-width: 1199px) {
  .section-title-s2 {
    margin-bottom: 40px;
  }
}
.section-title-s2 h2 {
  margin: 0.2em 0 0.2em;
}
.section-title-s2 p {
  font-size: 24px;
  font-size: 0.8rem;
  margin: 15px 0;
  text-align: center;
}
@media (max-width: 1144px) {
  .section-title-s2 p {
    font-size: 20px;
    font-size: 0.8rem;
  }
}
@media (max-width: 991px) {
  .section-title-s2 p {
    font-size: 20px;
    font-size: 0.6rem;
  }
}
@media (max-width: 767px) {
  .section-title-s2 p {
    font-size: 18px;
    font-size: 0.6rem;
  }
}
.theme-btns,
.view-cart-btns,
.checkout-btns,
.theme-btn-s2s,
.theme-btn-s3s {
  background-color: #e20a0a;
  font-size: 14px;
  font-size: 0.5833333333rem;
  font-weight: 300;
  color: #fff;
  padding: 8px 20px;
  border: 0;
  display: inline-block;
  border-radius: 0;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  letter-spacing: 1px;
}

.theme-btn,
.view-cart-btn,
.checkout-btn,
.theme-btn-s2,
.theme-btn-s3 {
  background-color: #e20a0a;
  font-size: 14px;
  font-size: 0.5833333333rem;
  font-weight: 500;
  color: #fff;
  padding: 10px 25px;
  border: 0;
  display: inline-block;
  border-radius: 0;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  letter-spacing: 1px;
}
@media (max-width: 991px) {
  .theme-btn,
  .view-cart-btn,
  .checkout-btn,
  .theme-btn-s2,
  .theme-btn-s3 {
    font-size: 12px;
    font-size: 0.5rem;
    padding: 17px 25px;
  }
  .vl {
    display: none;
  }
}
@media (max-width: 767px) {
  .theme-btn,
  .view-cart-btn,
  .checkout-btn,
  .theme-btn-s2,
  .theme-btn-s3 {
    font-size: 12px;
    font-size: 0.5rem;
    padding: 17px 20px;
  }
  .vl {
    display: none;
  }
}
.theme-btn:hover,
.view-cart-btn:hover,
.checkout-btn:hover,
.theme-btn-s2:hover,
.theme-btn-s3:hover,
.theme-btn:focus,
.view-cart-btn:focus,
.checkout-btn:focus,
.theme-btn-s2:focus,
.theme-btn-s3:focus,
.theme-btn:active,
.view-cart-btn:active,
.checkout-btn:active,
.theme-btn-s2:active,
.theme-btn-s3:active {
  background-color: #e8112b;
  color: #fff;
}

.theme-btn-s2,
.theme-btn-s3 {
  background-color: #fff;
  color: #2b2d42;
}

.theme-btn-s3 {
  background-color: #ef233c;
  color: #fff;
}
.theme-btn-s3:hover {
  background-color: #d00f27;
}

.view-cart-btn,
.checkout-btn {
  background-color: #000;
  padding: 12px 35px;
  display: block;
  font-size: 12px;
  font-size: 0.5rem;
  font-weight: 400;
}
.view-cart-btn:hover,
.checkout-btn:hover {
  background-color: #ef233c;
}

.checkout-btn {
  background-color: #545454;
  margin-top: 10px;
}

.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: #ef233c;
  -webkit-box-shadow: 0 0 5px 0 #f25366;
  -o-box-shadow: 0 0 5px 0 #f25366;
  -ms-box-shadow: 0 0 5px 0 #f25366;
  box-shadow: 0 0 5px 0 #f25366;
}
.form ::-webkit-input-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}
.form :-moz-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}
.form ::-moz-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}
.form :-ms-input-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}
.form select {
  font-style: italic;
  background: url(../images/select-icon.html) no-repeat right center;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: pointer;
}
.form select::-ms-expand {
  /* for IE 11 */
  display: none;
}

/******************************
  #page title
  ******************************/
.page-title {
  width: 100%;
  background: #232323;
  height: 120px;
  text-align: center;
  position: relative;
  word-break: break-all;
}
@media screen and (min-width: 1400px) {
  .page-title {
    /*width: calc(100% - 180px);*/
    margin: 0 auto;
  }
}
@media (max-width: 991px) {
  .page-title {
    height: 170px;
  }
}
.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;
}
.page-title .page-title-wrapper {
  text-align: center;
}
.page-title h2,
.page-title ol {
  color: #fff;
}
.page-title h2 {
  font-size: 110px;
  font-size: 1.5rem;
  font-weight: 500;
  margin: 0 0 0.2em;
}
@media (max-width: 991px) {
  .page-title h2 {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .page-title h2 {
    font-size: 55px;
    font-size: 1.4rem;
    word-break: break-word;
  }
}
.page-title .breadcrumbb {
  /* background: rgba(0, 0, 0, 0.5);*/
  display: inline-block;
  padding: 2px 7px 2px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .page-title .breadcrumbb {
    text-align: center;
  }
}
.page-title .breadcrumbb li {
  font-size: 12px;
  font-size: 0.5rem;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  margin-right: 5px;
  position: relative;
  display: inline-block;
}
.page-title .breadcrumbb li a {
  color: #fff;
}
.page-title .breadcrumbb li a:hover {
  color: #ef233c;
}
.page-title .breadcrumbb > li + li {
  margin-left: 20px;
  padding-left: 15px;
}
.page-title .breadcrumbb > li + li:before {
  font-family: "Rubik", sans-serif;
  content: "";
  font-size: 10px;
  font-size: 0.4166666667rem;
  padding: 0;
  position: absolute;
  left: -12px;
  top: 2px;
}

/* .preloader {
    background-color: #fff;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1000;
    }*/
.preloader .loader {
  font-size: 10px;
  text-indent: -9999em;
  width: 100px;
  height: 100px;
  position: absolute;
  left: calc(50% - 50px);
  top: calc(50% - 50px);
  border-radius: 50%;
  background: #ef233c;
  background: -o-linear-gradient(left, #ef233c 10%, rgba(255, 255, 255, 0) 42%);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(10%, #ef233c),
    color-stop(42%, rgba(255, 255, 255, 0))
  );
  background: linear-gradient(
    to right,
    #ef233c 10%,
    rgba(255, 255, 255, 0) 42%
  );
  -webkit-animation: load3 1.3s infinite linear;
  animation: load3 1.3s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  /* background-image: url('assets/images/favicon/250.png');*/
}
.preloader .loader:before {
  width: 50%;
  height: 50%;
  background: #ef233c;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}
.preloader .loader:after {
  background: #fff;
  width: 85%;
  height: 85%;
  border-radius: 50%;
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*------------------------------------
  blog sidebar
  ------------------------------------*/
.blog-sidebar {
  /*** search-widget ***/
  /*** category-widget ***/
  /*** recent-post-widget ***/
  /*** tag-widget ***/
  /*** about-widget ***/
}
@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 h3 {
  font-size: 20px;
  font-size: 0.8333333333rem;
  font-weight: 500;
  margin: 0 0 1.3em;
  position: relative;
}
.blog-sidebar > .widget + .widget {
  margin-top: 65px;
}
.blog-sidebar .search-widget form div {
  position: relative;
}
.blog-sidebar .search-widget input {
  font-size: 14px;
  font-size: 0.5833333333rem;
}
.blog-sidebar .search-widget form button {
  background-color: transparent;
  padding: 0;
  border: 0;
  outline: 0;
  position: absolute;
  right: 15px;
  top: 15px;
  border-radius: 0;
  color: #2b2d42;
}
.blog-sidebar .search-widget form button i {
  font-size: 18px;
  font-size: 0.75rem;
}
.blog-sidebar .category-widget ul {
  list-style: none;
}
.blog-sidebar .category-widget ul li {
  font-size: 14px;
  font-size: 0.5833333333rem;
  font-weight: 500;
  position: relative;
}
.blog-sidebar .category-widget ul li span {
  display: inline-block;
  padding-left: 5px;
}
.blog-sidebar .category-widget ul > li + li {
  margin-top: 5px;
  padding-top: 5px;
}
.blog-sidebar .category-widget ul a {
  font-size: 16px;
  font-size: 0.6666666667rem;
  font-weight: 400;
  display: block;
  color: #2b2d42;
  position: relative;
}
.blog-sidebar .category-widget ul a:hover {
  color: #ef233c;
}
.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: 60px;
  float: left;
}
.blog-sidebar .recent-post-widget .post .details {
  width: calc(100% - 68px);
  float: left;
  padding-left: 15px;
}
.blog-sidebar .recent-post-widget .post h4 {
  font-size: 14px;
  font-size: 0.5833333333rem;
  line-height: 1.3em;
  margin: 0.2em 0 0.1em;
}
@media (max-width: 1199px) {
  .blog-sidebar .recent-post-widget .post h4 {
    margin: 0;
  }
}
.blog-sidebar .recent-post-widget .post h4 a {
  font-weight: 500;
  display: inline-block;
  color: #2b2d42;
}
.blog-sidebar .recent-post-widget .post h4 a:hover {
  color: #ef233c;
}
.blog-sidebar .recent-post-widget .post .details .date {
  font-size: 10px;
  font-size: 0.4166666667rem;
  font-weight: 500;
  color: #6f6f6f;
}
.blog-sidebar .tag-widget ul {
  overflow: hidden;
  list-style: none;
}
.blog-sidebar .tag-widget ul li {
  float: left;
  margin: 0 10px 7px 0;
  position: relative;
}
.blog-sidebar .tag-widget ul li a {
  font-size: 14px;
  font-size: 0.5833333333rem;
  font-weight: 300;
  display: block;
  padding: 8px 15px;
  border: 1px solid #d2d2d2;
  color: #2b2d42;
}
.blog-sidebar .tag-widget ul li a:hover {
  color: #ef233c;
}
.blog-sidebar .about-widget {
  font-size: 15px;
  font-size: 0.625rem;
  font-weight: 300;
}

/**** 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: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  font-size: 0.6666666667rem;
  font-weight: 400;
  color: #000;
  display: block;
  border-radius: 0;
}
@media (max-width: 991px) {
  .pagination-wrapper .pg-pagination li a {
    width: 40px;
    height: 40px;
    line-height: 37px;
    font-size: 15px;
    font-size: 0.625rem;
  }
}
.pagination-wrapper .pg-pagination .active a,
.pagination-wrapper .pg-pagination li a:hover {
  background: #000;
  color: #fff;
}
.pagination-wrapper .pg-pagination .fi:before {
  font-size: 15px;
  font-size: 0.625rem;
}

.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;
  }
}

/****************************************
  service single sidebar
  ****************************************/
.service-sidebar {
  /*** service-list-widget ***/
  /*** contact-widget ***/
}
@media (max-width: 1199px) {
  .service-sidebar {
    /*max-width: 300px;*/
    margin-top: 80px;
  }
}
.service-sidebar > .widget + .widget {
  margin-top: 25px;
}
.service-sidebar .service-list-widget {
  background-color: #f7f7f7;
  padding: 55px 40px 30px;
}
.service-sidebar .service-list-widget h4 {
  font-size: 24px;
  font-size: 1rem;
  margin: 0 0 0.7em;
}
.service-sidebar .service-list-widget ul {
  list-style: none;
  border: 2px solid #f7f7f7;
  border-bottom: 0;
}
.service-sidebar .service-list-widget ul li {
  border-bottom: 1px solid #e0e0e1;
}
.service-sidebar .service-list-widget a {
  font-size: 16px;
  font-size: 0.6666666667rem;
  font-weight: 300;
  display: block;
  color: #0a172b;
  padding: 12px 0;
}
.service-sidebar .service-list-widget ul li:last-child {
  border: 0;
}
.service-sidebar .service-list-widget li.current a {
  color: #ef233c;
}
.service-sidebar .contact-widget {
  /*    background: url("../images/service-widget-bg.jpg") center center/cover no-repeat local;*/
  /*    background-image: linear-gradient(to right top, #5c5656, #6a6262, #776e6e, #867b7b, #948888);*/
  background: #3c3b3b;
  opacity: 0.4px;
  padding: 40px 30px;
  position: relative !important;
  text-align: center;
}
.service-sidebar .contact-widget > div {
  position: sticky !important;
  z-index: 1;
}
.service-sidebar .contact-widget h4 {
  font-size: 30px;
  font-size: 1rem;
  color: #fff;
  margin: 0 0 0.8em;
  text-transform: capitalize;
}
.service-sidebar .contact-widget p {
  font-size: 16px;
  font-size: 0.6666666667rem;
  color: #fff;
  margin: 0;
}
.service-sidebar .contact-widget ul li {
  font-size: 14px;
  font-size: 0.5833333333rem;
  position: relative;
  padding-left: 25px;
}
.service-sidebar .contact-widget ul li i {
  position: absolute;
  left: 0;
  top: 3px;
  color: #ef233c;
}
.service-sidebar .contact-widget ul > li + li {
  margin-top: 12px;
}
.service-sidebar .contact-widget a {
  background-color: #fff;
  font-size: 12px;
  font-size: 0.5rem;
  font-weight: 500;
  color: #2b2d42;
  padding: 13px 35px;
  display: inline-block;
  margin-top: 15px;
  text-transform: uppercase;
}
.service-sidebar .contact-widget a:hover {
  color: #fff;
  background-color: red;
}

/*--------------------------------------------------------------
#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;
  padding: 10px 0;
  border: 0;
  border-radius: 0;
}
.site-header .navigation > .container {
  position: relative;
}
@media (max-width: 991px) {
  .site-header .navigation {
    padding: 10px 0;
  }
}
.navbar .header-container {
  padding: 0 10px;
}
.site-header #navbar {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.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: #ef233c !important;
}
.site-header #navbar {
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .header-text {
    padding-right: 1rem;
  }
  .site-header #navbar {
    width: inherit !important;
  }
  .site-header #navbar li {
    position: relative;
  }
  .site-header #navbar > ul > li > a {
    font-size: 13px;
    font-weight: 500;
    padding: 30px 10px;
    display: block;
    color: #040404;
    text-transform: uppercase;
    position: relative;
  }
  .site-header #navbar > ul > li > a:before {
    content: "";
    width: 90%;
    height: 32px;
    border: 1px solid #ef233c;
    position: absolute;
    top: calc(50% - 17px);
    left: 5%;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .site-header #navbar > ul > li > a:hover:before {
    opacity: 1;
  }
  .site-header #navbar > ul > li.current-menu-item > a,
  .site-header #navbar > ul > li.current-menu-parent > a {
    color: #ef233c;
  }
  .site-header #navbar > ul > li.current-menu-item > a:before,
  .site-header #navbar > ul > li.current-menu-parent > a:before {
    opacity: 1;
  }
  .site-header #navbar > ul .sub-menu {
    background: #fff;
    width: 240px;
    text-align: left;
    padding: 20px 0;
    position: absolute;
    left: 0;
    top: 95%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-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 .sub-menu li:last-child {
    border-bottom: 0;
  }
  .site-header #navbar > ul > li .sub-menu a {
    font-family: "Rubik", sans-serif;
    display: block;
    padding: 10px 20px;
    color: black;
    font-size: 14px;
    font-size: 0.6rem;
    font-weight: 200;
  }
  .site-header #navbar > ul > li .sub-menu a:hover {
    /*padding: ;*/
    /*border: 1px solid;
  border-radius: 2px;*/
    padding-left: 35px;
  }
  .site-header #navbar > ul > li > .sub-menu .sub-menu {
    left: 100%;
    top: 0;
  }
  .site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a {
    position: relative;
  }
  .site-header
    #navbar
    > ul
    > li
    > .sub-menu
    > .menu-item-has-children
    > a:before {
    font-family: "Rubik", sans-serif;
    content: "";
    font-size: 11px;
    font-size: 0.4583333333rem;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .site-header #navbar > ul > li:hover > .sub-menu {
    top: 100%;
    visibility: visible;
    opacity: 1;
  }
  .site-header #navbar .sub-menu > li:hover > .sub-menu {
    left: 100%;
    visibility: visible;
    opacity: 1;
  }
}
@media (max-width: 991px) {
  .site-header #navbar > ul > li a {
    display: block;
    font-size: 14px;
    font-size: 0.5833333333rem;
  }
  .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: "Rubik", sans-serif;
    content: "";
    font-size: 11px;
    font-size: 0.4583333333rem;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .container.header-container {
    padding: 0 5px;
    justify-content: space-between;
  }

  .header-logo img {
    width: 2.8rem !important;
  }

  .header-logo {
    order: 2;
  }

  .navbar-header {
    order: 1;
  }
}
@media screen and (min-width: 992px) {
  .site-header .navbar-header .open-btn {
    display: none;
  }
  .site-header #navbar .close-navbar {
    display: none;
  }
}
.site-header #navbar {
  background: #fff;
  display: block !important;
  width: 340px;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  position: fixed;
  right: -320px;
  top: 0;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 991px) {
  .site-header {
    /* class for show hide navigation */
  }
  .site-header .container {
    width: 100%;
  }
  .site-header .navbar-header button {
    display: none;
    background-color: #ef233c;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 0;
    padding: 5px 0 0;
    outline: 0;
    position: absolute;
    right: 15px;
    top: calc(50% - 20px);
    z-index: 20;
    border-radius: 0;
  }
  .site-header .navbar-header button span {
    background-color: #fff;
    width: 20px;
    margin: 0 auto 5px;
    height: 2px;
    margin-bottom: 5px;
    display: block;
  }

  .site-header #navbar > ul {
    background-color: #fff;
    position: relative;
    z-index: 101;
  }
  .site-header #navbar ul a {
    color: #000;
    font-weight: 500;
  }
  .site-header #navbar ul a:hover,
  .site-header #navbar ul li.current a {
    color: #ef233c;
  }
  .site-header #navbar .navbar-nav {
    /*height: 100%;*/
    overflow: auto;
  }
  .site-header #navbar .close-navbar {
    background-color: #fff;
    width: 40px;
    height: 40px;
    color: #000;
    border: 0;
    outline: none;
    left: 85%;
    position: relative;
    /* float: right;*/
    padding: 5px;
    /*border: 1px solid red;*/
    z-index: 20;
  }
  .site-header #navbar .close-navbar .ti-close {
    position: relative;
    top: 1px;
  }
  .site-header #navbar > ul > li {
    border-bottom: 1px solid #f2f2f2;
  }
  .site-header #navbar > ul > li > a {
    padding: 8px 13px 8px 33px;
  }
  .site-header .slideInn {
    right: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
  .site-header .navbar-toggler .first-angle,
  .site-header .navbar-toggler .last-angle {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .site-header .x-close .middle-angle {
    opacity: 0;
  }
  .site-header .x-close .first-angle {
    position: absolute;
    -webkit-transform: rotate(-44deg);
    top: 16px;
    left: 10px;
  }
  .site-header .x-close .last-angle {
    -webkit-transform: rotate(44deg);
    position: absolute;
    top: 16px;
    right: 10px;
  }
}
@media (max-width: 767px) {
  .site-header .navbar-header .navbar-brand {
    font-size: 24px;
  }
  .site-header #navbar .navbar-nav {
    margin: 0;
    overflow-x: hidden;
  }
}
@media (max-width: 991px) {
  .site-header .navbar-collapse.collapse {
    display: none;
    overflow-y: scroll;
    overflow-x: hidden;
    /* overflow:scroll;*/
  }
  .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;
    overflow: scroll;
  }
  .site-header .navbar-nav > li {
    float: none;
  }
}

@media (max-width: 991px) {
  .page-wrapper {
    -webkit-transition: all 0.3s;
    -o-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;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
}
/*--------------------------------------------------------------
  #header-style-1
  --------------------------------------------------------------*/
.header-style-1,
.header-style-2 {
  position: relative;
  z-index: 5;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);

  /*** cart-search-contact ***/
}
@media screen and (min-width: 1400px) {
  .header-style-1 .navbar-header,
  .header-style-2 .navbar-header {
    padding-left: 7px;
  }
  .header-style-1 .header-right,
  .header-style-2 .header-right {
    right: 38px;
  }
}
.header-style-1 .container-fluid,
.header-style-2 .container-fluid {
  max-width: 1774px;
  margin: 0 auto;
  position: relative;
}
.header-style-1 .navigation,
.header-style-2 .navigation {
  /*background-color: transparent;*/
}
.header-style-1 .navbar-brand,
.header-style-2 .navbar-brand {
  display: inline-block;
}
.header-style-1 .navbar-brand img,
.header-style-2 .navbar-brand img {
  width: 200px;
}
@media (max-width: 991px) {
  .header-style-1 .navbar-brand img,
  .header-style-2 .navbar-brand img {
    width: 250px;
  }
}
@media (max-width: 767px) {
  .header-style-1 .navbar-brand img,
  .header-style-2 .navbar-brand img {
    width: 170px;
  }

  .header-logo img {
    width: 2rem !important;
  }
}

.header-style-1 .header-right,
.header-style-2 .header-right {
  position: absolute;
  right: 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  padding-left: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .header-style-1 .header-right,
  .header-style-2 .header-right {
    right: 90px;
  }
}
@media (max-width: 767px) {
  .header-style-1 .header-right,
  .header-style-2 .header-right {
    right: 80px;
  }
}
.header-style-1 .header-right button,
.header-style-2 .header-right button {
  background: transparent;
  padding: 0;
  border: 0;
  outline: 0;
}
.header-style-1 .header-right > div,
.header-style-2 .header-right > div {
  float: left;
  position: relative;
  margin-right: 22px;
}
@media (max-width: 767px) {
  .header-style-1 .header-right > div,
  .header-style-2 .header-right > div {
    margin-right: 10px;
  }
}
.header-style-1 .header-right > div:last-child,
.header-style-2 .header-right > div:last-child {
  margin: 0 0 0 10px;
  position: relative;
  transition: 0.3s;
}
.header-style-1 .header-right .search-contact,
.header-style-2 .header-right .search-contact {
  height: 60px;
  line-height: 60px;
  border: 1px solid #8c8383;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 11px 30px 11px 18px;
}
@media (max-width: 1199px) {
  .header-style-1 .header-right .search-contact,
  .header-style-2 .header-right .search-contact {
    display: none;
  }
}
.header-style-1 .header-right .search-contact > div,
.header-style-2 .header-right .search-contact > div {
  float: left;
}
.header-style-1 .header-right .search-contact p,
.header-style-2 .header-right .search-contact p {
  font-size: 14px;
  font-size: 0.5833333333rem;
  margin: 0;
  color: #2b2d42;
  font-weight: 500;
}
.header-style-1 .header-right .search-contact h5,
.header-style-2 .header-right .search-contact h5 {
  font-size: 16px;
  font-size: 0.6666666667rem;
  margin: 0;
  font-weight: 200 !important;
  color: #2b2d42;
}
.header-style-1 .header-right .search-contact .search-toggle-btn,
.header-style-2 .header-right .search-contact .search-toggle-btn {
  padding-right: 18px;
  margin-right: 18px;
  border-right: 1px solid #dadada;
}
.header-style-1 .header-right .search-contact .search-toggle-btn i,
.header-style-2 .header-right .search-contact .search-toggle-btn i {
  font-size: 20px;
  position: relative;
  top: 5px;
}
.header-style-1 .header-right .header-search-form-wrapper,
.header-style-2 .header-right .header-search-form-wrapper {
  position: relative;
}
@media (max-width: 550px) {
  .header-style-1 .header-right .header-search-form-wrapper,
  .header-style-2 .header-right .header-search-form-wrapper {
    display: none;
  }
}
.header-style-1 .header-right .header-search-form-wrapper .fi:before,
.header-style-2 .header-right .header-search-form-wrapper .fi:before {
  font-size: 22px;
  font-size: 0.9166666667rem;
}
.header-style-1 .header-right .mini-cart .cart-toggle-btn .fi:before,
.header-style-2 .header-right .mini-cart .cart-toggle-btn .fi:before {
  font-size: 30px;
}
.header-style-1 .header-right .mini-cart .cart-count,
.header-style-2 .header-right .mini-cart .cart-count {
  background: #ef233c;
  width: 18px;
  height: 18px;
  font-size: 11px;
  font-size: 0.4583333333rem;
  font-weight: 400;
  line-height: 18px;
  color: white;
  position: absolute;
  top: -2px;
  right: -12px;
  border-radius: 50%;
}
.header-style-1 .header-right .mini-cart-content,
.header-style-2 .header-right .mini-cart-content {
  background: #fff;
  width: 320px;
  height: 100%;
  z-index: 100;
  position: fixed;
  right: -320px;
  top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-shadow: -2px 18px 40px -9px #999999;
  box-shadow: -2px 18px 40px -9px #999999;
}
.header-style-1 .header-right .mini-cart-content .mini-cart-close,
.header-style-2 .header-right .mini-cart-content .mini-cart-close {
  display: block;
  width: 50px;
  height: 50px;
  background-color: #333333;
  color: #ffffff;
  font-size: 0px;
  text-align: center;
  overflow: hidden;
  position: relative;
  float: right;
}
.header-style-1 .header-right .mini-cart-content .mini-cart-close i,
.header-style-2 .header-right .mini-cart-content .mini-cart-close i {
  font-size: 15px;
}
.header-style-1 .header-right .mini-cart-content p,
.header-style-2 .header-right .mini-cart-content p {
  font-size: 15px;
  font-size: 0.625rem;
  font-weight: 500;
  color: #2b2d42;
  margin: 0;
  text-transform: uppercase;
}
.header-style-1 .header-right .mini-cart-content .mini-cart-items,
.header-style-2 .header-right .mini-cart-content .mini-cart-items {
  padding: 100px 30px 25px;
}
.header-style-1 .header-right .mini-cart-content .mini-cart-item,
.header-style-2 .header-right .mini-cart-content .mini-cart-item {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #efefef;
}
.header-style-1 .header-right .mini-cart-content .mini-cart-item:first-child,
.header-style-2 .header-right .mini-cart-content .mini-cart-item:first-child {
  padding-top: 0;
  margin-top: 0;
  border-top: 0;
}
.header-style-1 .header-right .mini-cart-content .mini-cart-item-image,
.header-style-2 .header-right .mini-cart-content .mini-cart-item-image {
  width: 50px;
  height: 50px;
  border: 2px solid #f1f1f1;
  float: left;
  margin-right: 15px;
}
.header-style-1 .header-right .mini-cart-content .mini-cart-item-image a,
.header-style-2 .header-right .mini-cart-content .mini-cart-item-image a,
.header-style-1 .header-right .mini-cart-content .mini-cart-item-image img,
.header-style-2 .header-right .mini-cart-content .mini-cart-item-image img {
  display: block;
  width: 46px;
  height: 46px;
}
.header-style-1 .header-right .mini-cart-content .mini-cart-item-des,
.header-style-2 .header-right .mini-cart-content .mini-cart-item-des {
  position: relative;
  overflow: hidden;
}
.header-style-1 .header-right .mini-cart-content .mini-cart-item-des a,
.header-style-2 .header-right .mini-cart-content .mini-cart-item-des a {
  font-size: 15px;
  font-size: 0.625rem;
  font-weight: 400;
  text-align: left;
  color: #2b2d42;
}
.header-style-1 .header-right .mini-cart-content .mini-cart-item-des a:hover,
.header-style-2 .header-right .mini-cart-content .mini-cart-item-des a:hover {
  color: #ef233c;
}
.header-style-1
  .header-right
  .mini-cart-content
  .mini-cart-item-des
  .mini-cart-item-price,
.header-style-2
  .header-right
  .mini-cart-content
  .mini-cart-item-des
  .mini-cart-item-price {
  font-size: 13px;
  font-size: 0.5416666667rem;
  font-weight: 500;
  color: #888;
  display: block;
  margin-top: 3px;
}
.header-style-1
  .header-right
  .mini-cart-content
  .mini-cart-item-des
  .mini-cart-item-quantity,
.header-style-2
  .header-right
  .mini-cart-content
  .mini-cart-item-des
  .mini-cart-item-quantity {
  font-size: 12px;
  font-size: 0.5rem;
  font-weight: 400;
  color: #444;
  display: block;
  position: absolute;
  right: 0;
  top: 2px;
}
.header-style-1 .header-right .mini-cart-content .mini-cart-action,
.header-style-2 .header-right .mini-cart-content .mini-cart-action {
  padding: 20px 30px 30px;
  border-top: 1px solid #efefef;
  text-align: center;
}
.header-style-1
  .header-right
  .mini-cart-content
  .mini-cart-action
  .theme-btn-s2,
.header-style-2
  .header-right
  .mini-cart-content
  .mini-cart-action
  .theme-btn-s2,
.header-style-1
  .header-right
  .mini-cart-content
  .mini-cart-action
  .theme-btn-s3,
.header-style-2
  .header-right
  .mini-cart-content
  .mini-cart-action
  .theme-btn-s3 {
  float: right;
}
.header-style-1
  .header-right
  .mini-cart-content
  .mini-cart-action
  .mini-checkout-price,
.header-style-2
  .header-right
  .mini-cart-content
  .mini-cart-action
  .mini-checkout-price {
  font-size: 18px;
  font-size: 0.75rem;
  font-weight: 500;
  color: #2b2d42;
  display: block;
  margin-bottom: 15px;
}
.header-style-1 .header-right .mini-cart-content-toggle,
.header-style-2 .header-right .mini-cart-content-toggle,
.header-style-1 .header-right .header-search-content-toggle,
.header-style-2 .header-right .header-search-content-toggle {
  opacity: 1;
  visibility: visible;
  right: 0;
}

/*--------------------------------------------------------------
  #header-style-2
  --------------------------------------------------------------*/
.header-style-2 {
  /*** cart-search-contact ***/
}
@media (max-width: 767px) {
  .header-style-2 .header-right {
    right: 80px;
  }
}
@media (max-width: 1199px) {
  .header-style-2 .header-right .talk {
    display: none;
  }
}
@media (max-width: 991px) {
  .header-style-2 .header-right .talk {
    display: block;
  }
}
@media (max-width: 500px) {
  .header-style-2 .header-right .talk {
    display: none;
  }
}
.header-style-2 .header-right .talk a {
  font-size: 16px;
  font-size: 0.6666666667rem;
  font-weight: 500;
  color: #2b2d42;
  text-decoration: underline;
}
.header-style-2 .header-right .talk a:hover {
  color: #ef233c;
}
.header-style-2 .header-right .search-contact {
  padding: 0;
  border: 0;
  margin: 0 10px;
  transition: 0.3s;
}
.header-style-2 .header-right .search-contact .search-toggle-btn {
  padding-right: 0;
  margin-right: 0;
  border-right: 0;
}
@media screen and (min-width: 992px) {
  .header-style-2 .header-right .mini-cart {
    top: 3px;
  }
}

.header-search-area {
  background: #fff;
  width: 100%;
  padding: 100px 0;
  text-align: center;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 111;
}
.header-search-area h3 {
  font-size: 45px;
  margin: 0 0 1em;
}
.header-search-area form {
  position: relative;
}
.header-search-area input {
  height: 50px;
  font-size: 18px;
  font-size: 0.75rem;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #d0d0d0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.header-search-area input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #ef233c;
}
.header-search-area form button {
  background: transparent;
  border: 0;
  font-size: 20px;
  font-size: 0.8333333333rem;
  position: absolute;
  right: 0;
  bottom: 10px;
}
.header-search-area form button:focus {
  border: none;
  outline: none;
}
.header-search-area .close-form {
  position: absolute;
  right: 35px;
  top: 35px;
  bottom: auto;
  padding-bottom: 5px;
}
.header-search-area .close-form button {
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 13px;
  font-size: 0.5416666667rem;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 2px;
}
.header-search-area .close-form i:before {
  font-size: 33px;
  font-size: 1.375rem;
}
.header-search-area .close-form button:focus {
  border: 0;
  outline: 0;
}

/*--------------------------------------------------------------
#0.4  hero slider
--------------------------------------------------------------*/
.hero-area {
  height: calc(100vh - 120px);
  min-height: 600px;
  position: relative;
}
@media (max-width: 1199px) {
  .hero-area {
    height: 700px;
    min-height: auto;
  }
}
@media (max-width: 991px) {
  .hero-area {
    height: 600px;
  }
}
@media (max-width: 767px) {
  .hero-area {
    height: 500px;
  }
}
.hero-area .glass-effect {
  top: 360px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.hero-area .container-fluid {
  position: relative;
  width: 100%;
  height: 100%;
}
.hero-area .container-fluid > .row {
  width: 100%;
  height: 100%;
}
.hero-area .content-area {
  height: 100%;
  min-height: 600px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 1199px) {
  .hero-area .content-area {
    height: 700px;
    min-height: auto;
  }
}
@media (max-width: 991px) {
  .hero-area .content-area {
    height: 600px;
  }
}
@media (max-width: 767px) {
  .hero-area .content-area {
    height: 500px;
  }
}
.hero-area .fun-fact {
  overflow: hidden;
  -webkit-transform: rotate(-90deg);
  -transform: rotate(-90deg);
  position: absolute;
  left: -45px;
  top: 50%;
}
@media (max-width: 1300px) {
  .hero-area .fun-fact {
    display: none;
  }
}
.hero-area .fun-fact > div {
  float: left;
}
.hero-area .fun-fact > div:first-child {
  font-size: 48px;
  font-size: 2rem;
  font-weight: 500;
  color: #2b2d42;
  line-height: 0.9em;
}
.hero-area .fun-fact > div:last-child {
  font-size: 13px;
  font-size: 0.5416666667rem;
  font-weight: 500;
  color: #878787;
  text-transform: uppercase;
  padding-top: 0;
  padding-left: 15px;
  border-left: 1px solid rgba(43, 45, 66, 0.2);
  margin-left: 15px;
}
.hero-area .hero-conent {
  position: absolute;
  width: 1320px;
  text-align: left;
  z-index: 1;
}
@media (max-width: 1650px) {
  .hero-area .hero-conent {
    width: 1170px;
    padding-left: 25px;
  }
}
@media (max-width: 1500px) {
  .hero-area .hero-conent {
    width: 970px;
  }
}
@media (max-width: 1199px) {
  .hero-area .hero-conent {
    width: 100%;
    padding-left: 35px;
  }
}
.hero-area .hero-conent h2 {
  font-size: 150px;
  font-size: 6.25rem;
  font-weight: 600;
  margin: 0 0 0.2em;
  text-transform: uppercase;
  line-height: 1em;
}
@media (max-width: 1500px) {
  .hero-area .hero-conent h2 {
    font-size: 135px;
    font-size: 5.625rem;
  }
}
@media (max-width: 1199px) {
  .hero-area .hero-conent h2 {
    font-size: 110px;
    font-size: 4.5833333333rem;
  }
}
@media (max-width: 991px) {
  .hero-area .hero-conent h2 {
    font-size: 90px;
    font-size: 3.75rem;
  }
}
@media (max-width: 767px) {
  .hero-area .hero-conent h2 {
    font-size: 80px;
    font-size: 3.3333333333rem;
  }
}
@media (max-width: 500px) {
  .hero-area .hero-conent h2 {
    font-size: 60px;
    font-size: 2.5rem;
  }
}
.hero-area .hero-conent h2 span {
  color: #2b2d42;
  -webkit-text-fill-color: transparent;
  /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #2b2d42;
}
.hero-area .hero-conent h2 span {
  display: block;
}
.hero-area .hero-pic {
  width: 55%;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  right: 0;
  top: 0;
  height: 100%;
}
.hero-area .hero-pic img {
  display: none;
}
@media (max-width: 1199px) {
  .hero-area .hero-pic {
    width: 75%;
  }
}
@media (max-width: 767px) {
  .hero-area .hero-pic {
    width: 70%;
    left: auto;
    right: 0;
  }
}

.hero-slider {
  width: 100%;
  height: calc(100vh - 120px);
  min-height: 700px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
}
@media (max-width: 991px) {
  .hero-slider {
    height: 600px;
    min-height: auto;
  }
}
@media (max-width: 767px) {
  .hero-slider {
    height: 500px;
  }
}
.hero-slider .glass-effect {
  z-index: 2;
}
.hero-slider .swiper-slide {
  overflow: hidden;
  color: #fff;
}
.hero-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.hero-slider .slide-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
.hero-slider .swiper-pagination-custom,
.hero-slider .swiper-pagination-fraction {
  bottom: 35px;
}
.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
  background: #fff;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 0;
}
.hero-slider .swiper-button-prev:hover,
.hero-slider .swiper-button-next:hover {
  background: #f9f9f9;
}
@media (max-width: 991px) {
  .hero-slider .swiper-button-prev,
  .hero-slider .swiper-button-next {
    display: none;
  }
}
.hero-slider .swiper-button-prev {
  left: 0;
  bottom: 0;
  top: auto;
}
.hero-slider .swiper-button-prev:before {
  font-family: "Rubik", sans-serif;
  content: "";
  font-size: 20px;
  color: #2b2d42;
}
.hero-slider .swiper-button-next {
  left: 81px;
  bottom: 0;
  top: auto;
}
.hero-slider .swiper-button-next:before {
  font-family: "Rubik", sans-serif;
  content: "";
  font-size: 20px;
  color: #2b2d42;
}
.hero-slider .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  text-align: center;
  line-height: 10px;
  font-size: 12px;
  color: #000;
  opacity: 1;
  background: rgba(255, 255, 255, 0.2);
}
.hero-slider .swiper-pagination-bullet-active {
  color: #fff;
  background: #ef233c;
}
.hero-slider .slide-title h2 {
  font-size: 130px;
  font-size: 5.4166666667rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 0.3em;
  text-transform: uppercase;
  display: inline-block;
}
@media (max-width: 1199px) {
  .hero-slider .slide-title h2 {
    font-size: 110px;
    font-size: 4.5833333333rem;
  }
}
@media (max-width: 991px) {
  .hero-slider .slide-title h2 {
    font-size: 80px;
    font-size: 3.3333333333rem;
  }
}
@media (max-width: 767px) {
  .hero-slider .slide-title h2 {
    font-size: 50px;
    font-size: 2.0833333333rem;
  }
}
.hero-slider .slide-title h2 span {
  background: rgba(0, 0, 0, 0.2);
  display: inline-block;
  margin: 5px;
  padding: 15px 35px;
}
@media (max-width: 1199px) {
  .hero-slider .slide-title h2 span {
    padding: 10px 25px;
  }
}
@media (max-width: 767px) {
  .hero-slider .slide-title h2 span {
    padding: 8px 20px;
  }
}
.hero-slider .fun-fact {
  background: #fff;
  padding: 10px 55px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
}
@media (max-width: 991px) {
  .hero-slider .fun-fact {
    display: none;
  }
}
.hero-slider .fun-fact h5 {
  font-size: 420x;
  font-size: 1.6666666667rem;
  font-weight: 600;
  margin: 0.1em;
}
.hero-slider .fun-fact p {
  font-size: 11px;
  font-size: 0.4583333333rem;
  font-weight: 300;
  margin: 0;
  text-transform: uppercase;
}

@media screen and (min-width: 1400px) {
  .hero-area-s2 {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .hero-area-s2 {
    height: 600px;
    min-height: auto;
  }
}
@media (max-width: 767px) {
  .hero-area-s2 {
    height: 450px;
    min-height: auto;
  }
}
.hero-area-s2 .glass-effect {
  z-index: 1;
  opacity: 0.45;
  top: 400px;
  left: -214px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.hero-area-s2 .fun-fact {
  overflow: hidden;
  position: absolute;
  right: 60px;
  bottom: 60px;
}
@media (max-width: 1300px) {
  .hero-area-s2 .fun-fact {
    display: none;
  }
}
.hero-area-s2 .fun-fact > div {
  float: left;
}
.hero-area-s2 .fun-fact > div:first-child {
  font-size: 48px;
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
  line-height: 0.9em;
}
.hero-area-s2 .fun-fact > div:last-child {
  font-size: 13px;
  font-size: 0.5416666667rem;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  padding-top: 0;
  padding-left: 15px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  margin-left: 15px;
}
.hero-area-s2 h2 {
  font-size: 90px;
  font-size: 6.25rem;
  font-weight: 600;
  color: #fff;
  margin: 0 0 0.2em;
  line-height: 0.9em;
}
@media (max-width: 1500px) {
  .hero-area-s2 h2 {
    font-size: 95px;

    line-height: 54px;
    font-size: 2rem;
  }
}
@media (max-width: 1199px) {
  .hero-area-s2 h2 {
    font-size: 110px;
    font-size: 2.4833333333rem;
  }
}
@media (max-width: 991px) {
  .hero-area-s2 h2 {
    font-size: 90px;
    font-size: 1.75rem;
  }
}
@media (max-width: 767px) {
  .hero-area-s2 h2 {
    font-size: 80px;
    font-size: 2.3333333333rem;
    line-height: 20px;
  }
}
@media (max-width: 500px) {
  .hero-area-s2 h2 {
    font-size: 60px;
    font-size: 1rem;
    line-height: 30px;
  }
}
.hero-area-s2 .social-links {
  position: absolute;
  right: -55px;
  z-index: 1;
}
@media (max-width: 1399px) {
  .hero-area-s2 .social-links {
    right: 35px;
  }
}
@media (max-width: 767px) {
  .hero-area-s2 .social-links {
    display: none;
  }
}
.hero-area-s2 .social-links:before {
  content: "";
  background: #2b2d42;
  width: 1px;
  height: 45px;
  position: absolute;
  left: 7px;
  top: -65px;
}
@media (max-width: 1399px) {
  .hero-area-s2 .social-links:before {
    background: #fff;
  }
}
.hero-area-s2 .social-links ul {
  overflow: hidden;
}
.hero-area-s2 .social-links ul > li + li {
  margin-top: 25px;
}
.hero-area-s2 .social-links ul a {
  font-size: 13px;
  font-size: 0.5416666667rem;
  font-weight: 500;
  color: #2b2d42;
  text-transform: uppercase;
  display: block;
}
@media (max-width: 1399px) {
  .hero-area-s2 .social-links ul a {
    color: #fff;
  }
}
.hero-area-s2 .social-links ul a:hover {
  color: #ef233c;
  text-decoration: underline;
}

/*--------------------------------------------------------------
#0.5  footer
--------------------------------------------------------------*/
.site-footer {
  background-color: #000;
  color: #040404;
  padding-top: 26px;
  position: relative;
  /*** widgets ***/
  /*** newsletter widget ***/
  /*** contact-widget ***/
}
.site-footer p,
.site-footer li,
.site-footer a {
  color: #ececec;
  font-size: 16px;
  /* font-size: 0.75rem;*/
  font-weight: 300;
}
.site-footers a {
  color: #b4b4b4;
  font-size: 13px;
  /* font-size: 0.75rem;*/
  font-weight: 300;
}
.site-footer a:hover {
  color: #ef233c;
  text-decoration: underline;
}
@media (max-width: 1199px) {
  .site-footer .widget-col {
    margin-bottom: 60px;
  }
}
@media (max-width: 670px) {
  .site-footer .widget-col {
    width: 100%;
    float: none;
    margin-bottom: 50px;
  }
}
@media (max-width: 500px) {
  .site-footer .widget-area > .widget-col:last-child {
    margin-bottom: 0;
  }
}
.site-footer .widget h3 {
  font-size: 24px;
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
  margin: 0 0 1em;
}
.site-footer .widget li {
  line-height: 1.7em;
}
.site-footer .widget ul li {
  margin-bottom: 8px;
}
.site-footer .widget ul > li:last-child {
  margin-bottom: 0;
}
.site-footer .newsletter-widget h2 {
  font-size: 72px;
  font-size: 3rem;
  font-weight: 300;
  color: #fff;
  margin: 0 0 0.45em;
}
@media (max-width: 991px) {
  .site-footer .newsletter-widget h2 {
    font-size: 52px;
    font-size: 2.1666666667rem;
  }
}
.site-footer .newsletter-widget h2 + p {
  text-decoration: underline;
}
.site-footer .newsletter-widget .inner p {
  font-size: 16px;
  font-size: 0.6666666667rem;
  margin: 0;
}
.site-footer .newsletter-widget form {
  max-width: 295px;
  position: relative;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .site-footer .newsletter-widget form {
    width: 100%;
    float: none;
    margin-top: 25px;
  }
}
.site-footer .newsletter-widget form input {
  background-color: #202020;
  height: 60px;
  color: #2b2d42;
  padding: 6px 20px;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  font-weight: 300;
}
.site-footer .newsletter-widget form input:focus {
  border: 0;
  outline: 0;
}
.site-footer .newsletter-widget form button {
  background-color: #3f3f3f;
  height: 60px;
  padding: 0 20px;
  font-size: 14px;
  font-size: 0.5833333333rem;
  font-weight: 500;
  text-transform: uppercase;
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  outline: 0;
  color: #fff;
}
.site-footer .newsletter-widget form ::-webkit-input-placeholder {
  /* Edge */
  font-size: 14px;
  font-size: 0.5833333333rem;
}
.site-footer .newsletter-widget form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-size: 14px;
  font-size: 0.5833333333rem;
}
.site-footer .newsletter-widget form ::-moz-placeholder {
  font-size: 14px;
  font-size: 0.5833333333rem;
}
.site-footer .newsletter-widget form ::-ms-input-placeholder {
  font-size: 14px;
  font-size: 0.5833333333rem;
}
.site-footer .newsletter-widget form ::placeholder {
  font-size: 14px;
  font-size: 0.5833333333rem;
}
.site-footer .contact-widget .see-location {
  font-weight: 500;
  text-decoration: underline;
  color: #717171;
}
.site-footer .contact-widget .see-location:hover {
  color: #ef233c;
}
.site-footer .link-widget a {
  font-size: 16px;
  font-size: 0.6666666667rem;
  color: #d3d3d3;
}
.site-footer .lower-footer {
  margin-top: 26px;
  position: relative;
}
.site-footer .lower-footer .container {
  padding: 25px 15px;
  position: relative;
}
.site-footer .lower-footer .container:before {
  content: "";
  width: calc(100% - 36px);
  height: 1px;
  background-color: #3b3b3b;
  position: absolute;
  left: 18px;
  top: 0;
}
@media (max-width: 1199px) {
  .site-footer .lower-footer {
    margin-top: 10px;
  }
}
@media (max-width: 500px) {
  .site-footer .lower-footer {
    margin-top: 50px;
  }
}
.site-footer .lower-footer .lower-footer-inner > div {
  width: 33.33%;
  display: inline-block;
  float: left;
}
@media (max-width: 991px) {
  .site-footer .lower-footer .lower-footer-inner > div {
    width: 100%;
    float: none;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .site-footer .lower-footer .lower-footer-inner > div + div {
    margin-top: 15px;
  }
}
.site-footer .lower-footer p {
  font-size: 13px;
  /*font-size: 0.625rem;*/
  /*font-weight: 400;*/
  margin: 0;
  position: relative;
  top: 4px;
}
.site-footer .lower-footer .extra-link {
  text-align: right;
}
.site-footer .lower-footer .extra-link ul {
  display: inline-block;
}
.site-footer .lower-footer .extra-link ul li {
  float: left;
  position: relative;
  padding-left: 15px;
}
.site-footer .lower-footer .extra-link ul li:before {
  content: "";
  background-color: #fff;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  position: absolute;
  left: 0;
  top: 11px;
}
.site-footer .lower-footer .extra-link ul > li + li {
  margin-left: 50px;
}
.site-footer .lower-footer .extra-link a {
  font-size: 13px; /*
  font-size: 0.5416666667rem;*/
  font-weight: 200;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 767px) {
  .site-footer .lower-footer {
    text-align: center;
  }
  .site-footer .lower-footer p,
  .site-footer .lower-footer img {
    float: none;
    display: block;
  }
  .site-footer .lower-footer img {
    display: inline-block;
    margin-top: 15px;
  }
}
.site-footer .lower-footer .social {
  text-align: center;
}
.site-footer .lower-footer .social ul {
  display: inline-block;
}
.site-footer .lower-footer .social ul li {
  float: left;
}
.site-footer .lower-footer .social ul > li + li {
  margin-left: 30px;
}
.site-footer .lower-footer .social ul a {
  font-size: 14px;
  font-size: 0.5833333333rem;
  color: #fff;
  text-transform: uppercase;
}

.site-header .sticky-header {
  width: 100%;
  position: fixed;
  left: 0;
  top: -200px;
  z-index: 9999;
  opacity: 0;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
  background: white;
  -webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.05);
}

.site-header .sticky-on {
  background: #fff;
  opacity: 1;
  top: 0;
}

.sticky-header .mini-cart-content {
  display: none;
}

.site-header .sticky-on .mini-cart-content {
  display: block;
}

/*--------------------------------------------------------------
#0.6  about-section
--------------------------------------------------------------*/
@media (max-width: 550px) {
  .about-section {
    padding-bottom: 20px;
  }
}
.about-section .about-details {
  text-align: center;
}
.about-section .about-details p {
  font-size: 17px;
  font-size: 1rem;
  margin-bottom: 1em;
}
@media (max-width: 1199px) {
  .about-section .about-details p {
    font-size: 20px;
    font-size: 0.8333333333rem;
  }
}
@media (max-width: 991px) {
  .about-section .about-details p {
    font-size: 18px;
    font-size: 0.75rem;
  }
}
@media (max-width: 767px) {
  .about-section .about-details p {
    font-size: 17px;
    font-size: 0.7083333333rem;
  }
}
.about-section .partners-area {
  margin-top: 100px;
}
@media (max-width: 1199px) {
  .about-section .partners-area {
    margin-top: 80px;
  }
}
@media (max-width: 767px) {
  .about-section .partners-area {
    margin-top: 60px;
  }
}
.about-section .partners-area > div {
  width: 20%;
  float: left;
  text-align: center;
}
@media (max-width: 550px) {
  .about-section .partners-area > div {
    width: 50%;
    margin-bottom: 30px;
  }
}
.about-section .partners-area > div img {
  display: block;
}
@media (max-width: 1199px) {
  .about-section .partners-area > div img {
    max-width: 75%;
  }
}

.about-section-pt0 {
  padding-top: 0;
}
.about-section-pt0 .partners-area {
  margin-top: 0;
}

.about-pg-section .partners-area {
  margin-top: 30px;
}

/*--------------------------------------------------------------
#0.7  services-section
--------------------------------------------------------------*/
.services-section {
  padding-top: 0;
  /* padding-bottom: 95px;*/
  position: relative;
}
@media (max-width: 991px) {
  .services-section {
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .services-section {
    padding-bottom: 10px;
  }
}
.services-section .glass-effect {
  right: 0;
}
.services-section .services-grid {
  margin: 0 -15px;
}
@media (max-width: 500px) {
  .services-section .services-grid {
    margin: 0;
  }
}
.services-section .services-grid .grid {
  width: calc(25% - 30px);
  float: left;
  margin: 0 15px 30px;
}
@media (max-width: 1199px) {
  .services-section .services-grid .grid {
    width: calc(33.33% - 30px);
  }
}
@media (max-width: 767px) {
  .services-section .services-grid .grid {
    width: calc(50% - 30px);
  }
}
@media (max-width: 500px) {
  .services-section .services-grid .grid {
    width: calc(100% - 30px);
    float: none;
    margin: 0 0 30px;
    overflow: hidden;
  }
}
.services-section .icon {
  background-color: #8d99ae;
  width: 95px;
  height: 95px;
  line-height: 105px;
  text-align: center;
  float: left;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1199px) {
  .services-section .icon {
    width: 75px;
    height: 75px;
    line-height: 85px;
  }
}
.services-section .grid:hover .icon {
  background-color: #ef233c;
}
.services-section .icon .fi {
  font-size: 50px;
  color: #fff;
}
@media (max-width: 1199px) {
  .services-section .icon .fi {
    font-size: 40px;
  }
}
.services-section .service-name {
  width: calc(100% - 95px);
  float: left;
  padding: 15px 0 0 25px;
}
@media (max-width: 1199px) {
  .services-section .service-name {
    padding: 10px 0 0 25px;
  }
}
@media (max-width: 767px) {
  .services-section .service-name {
    padding: 12px 0 0 20px;
  }
}
.services-section h5 {
  font-size: 24px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.2em;
}
@media (max-width: 1199px) {
  .services-section h5 {
    font-size: 20px;
    font-size: 0.8333333333rem;
  }
}
@media (max-width: 767px) {
  .services-section h5 {
    font-size: 18px;
    font-size: 0.75rem;
  }
}

.services-s2-pd {
  padding-top: 125px;
  padding-bottom: 95px;
  position: relative;
}
@media (max-width: 991px) {
  .services-s2-pd {
    padding-bottom: 70px;
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  .services-s2-pd {
    padding-top: 90px;
    padding-bottom: 60px;
  }
}
.services-s2-pd .glass-effect {
  right: auto;
  left: 0;
}

.services-pg-section {
  padding-bottom: 65px;
}
@media (max-width: 991px) {
  .services-pg-section {
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .services-pg-section {
    padding-bottom: 40px;
  }
}
.services-pg-section .services-grid {
  margin: 30px -15px 0;
}
@media (max-width: 991px) {
  .services-pg-section .services-grid {
    margin: 15px -15px 0;
  }
}
@media (max-width: 500px) {
  .services-pg-section .services-grid {
    margin: 0;
  }
}
.services-pg-section .services-grid .grid {
  width: calc(25% - 30px);
  float: left;
  margin: 0 15px 60px;
}
@media (max-width: 1199px) {
  .services-pg-section .services-grid .grid {
    width: calc(33.33% - 30px);
  }
}
@media (max-width: 991px) {
  .services-pg-section .services-grid .grid {
    margin: 0 15px 50px;
  }
}
@media (max-width: 767px) {
  .services-pg-section .services-grid .grid {
    width: calc(50% - 30px);
  }
}
@media (max-width: 500px) {
  .services-pg-section .services-grid .grid {
    width: calc(100% - 30px);
    float: none;
    margin: 0 0 40px;
    overflow: hidden;
  }
}
.services-pg-section .icon {
  background-color: #8d99ae;
  width: 95px;
  height: 95px;
  line-height: 105px;
  text-align: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1199px) {
  .services-pg-section .icon {
    width: 75px;
    height: 75px;
    line-height: 85px;
  }
}
.services-pg-section .grid:hover .icon {
  background-color: #ef233c;
}
.services-pg-section .icon .fi {
  font-size: 50px;
  color: #fff;
}
@media (max-width: 1199px) {
  .services-pg-section .icon .fi {
    font-size: 40px;
  }
}
.services-pg-section h5 {
  font-size: 24px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2em;
  margin: 1em 0 0.5em;
}
@media (max-width: 1199px) {
  .services-pg-section h5 {
    font-size: 20px;
    font-size: 0.8333333333rem;
  }
}
@media (max-width: 767px) {
  .services-pg-section h5 {
    font-size: 18px;
    font-size: 0.75rem;
  }
}
.services-pg-section h5 a {
  color: #2b2d42;
}
.services-pg-section .grid p {
  font-size: 17px;
  font-size: 0.7083333333rem;
  font-weight: 300;
  margin: 0;
}

/*--------------------------------------------------------------
#0.8  cta-section
--------------------------------------------------------------*/
.cta-section,
.cta-section-s2 {
  background: url("../images/cta-bg.jpg") center center/cover no-repeat local;
  padding: 235px 0;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 1400px) {
  .cta-section,
  .cta-section-s2 {
    width: calc(100% - 180px);
    margin: 0 auto;
  }
}
@media (max-width: 1399px) {
  .cta-section,
  .cta-section-s2 {
    padding: 180px 0;
  }
}
@media (max-width: 1199px) {
  .cta-section,
  .cta-section-s2 {
    padding: 130px 0;
  }
}
@media (max-width: 991px) {
  .cta-section,
  .cta-section-s2 {
    padding: 110px 0;
  }
}
.cta-section .glass-effect,
.cta-section-s2 .glass-effect {
  left: calc(50% - 350px);
  top: 20%;
  opacity: 0.5;
  z-index: 1;
}
.cta-section .cta-content,
.cta-section-s2 .cta-content {
  position: relative;
  z-index: 2;
}
.cta-section h2,
.cta-section-s2 h2 {
  font-size: 100px;
  font-size: 4.1666666667rem;
  font-weight: 600;
  color: #fff;
  margin: -0.12em 0 0.4em;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .cta-section h2,
  .cta-section-s2 h2 {
    font-size: 80px;
    font-size: 3.3333333333rem;
  }
}
@media (max-width: 991px) {
  .cta-section h2,
  .cta-section-s2 h2 {
    font-size: 60px;
    font-size: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cta-section h2,
  .cta-section-s2 h2 {
    font-size: 50px;
    font-size: 2.0833333333rem;
  }
}

/*--------------------------------------------------------------
#0.9  case-studies-section
--------------------------------------------------------------*/
.case-studies-section .grid {
  position: relative;
}
.case-studies-section .grid .details {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1199px) {
  .case-studies-section .grid .details {
    padding-left: 30px;
  }
}
.case-studies-section .details img {
  width: auto;
  max-width: 100%;
  display: inline-block;
}
@media (max-width: 1199px) {
  .case-studies-section .details img {
    max-width: 50px;
  }
}
.case-studies-section .details h5 {
  font-size: 36px;
  font-size: 1.5rem;
  font-weight: 500;
  margin: 0.6em 0 0.36em;
}
@media (max-width: 1199px) {
  .case-studies-section .details h5 {
    font-size: 28px;
    font-size: 1.1666666667rem;
  }
}
@media (max-width: 767px) {
  .case-studies-section .details h5 {
    font-size: 24px;
    font-size: 1rem;
  }
}
.case-studies-section .details a:hover {
  text-decoration: underline;
}
.case-studies-section .details p {
  font-weight: 500;
}
.case-studies-section .cat a {
  font-size: 14px;
  font-size: 0.5833333333rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: inline-block;
}
@media (max-width: 1199px) {
  .case-studies-section .cat a {
    font-size: 12px;
    font-size: 0.5rem;
  }
}
.case-studies-section .owl-theme .owl-controls .owl-nav [class*="owl-"] {
  background: transparent;
  font-size: 12px;
  font-size: 0.5rem;
  font-weight: 500;
  color: #2b2d42;
  margin: 0 15px;
  padding: 0;
  display: inline-block;
  cursor: pointer;
  border-radius: 0;
  letter-spacing: 10px;
  text-decoration: underline;
}
.case-studies-section .owl-controls {
  margin-top: 35px;
}
@media screen and (min-width: 1400px) {
  .case-studies-section .owl-controls {
    position: absolute;
    width: 100%;
    top: 50%;
  }
  .case-studies-section .owl-theme .owl-controls .owl-nav .owl-prev {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    left: -85px;
  }
  .case-studies-section .owl-theme .owl-controls .owl-nav .owl-next {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    position: absolute;
    right: -85px;
  }
}

.case-studies-pg {
  padding-bottom: 50px;
}
@media (max-width: 991px) {
  .case-studies-pg {
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .case-studies-pg {
    padding-bottom: 50px;
  }
}
.case-studies-pg .case-studies-area {
  margin: 0 -15px;
}
.case-studies-pg .grid {
  width: calc(50% - 30px);
  float: left;
  margin: 0 15px 30px;
}
@media (max-width: 650px) {
  .case-studies-pg .grid {
    width: calc(100% - 30px);
    float: none;
  }
}

/*--------------------------------------------------------------
#1.0  testimonials-section
--------------------------------------------------------------*/
.testimonials-section {
  background-color: #8d99ae;
  text-align: center;
}
@media screen and (min-width: 1400px) {
  .testimonials-section {
    width: calc(100% - 180px);
    margin: 0 auto;
  }
}
.testimonials-section h2 {
  font-size: 100px;
  font-size: 4.1666666667rem;
  font-weight: 600;
  color: #fff;
  margin: 0 0 0.5em;
}
@media (max-width: 1199px) {
  .testimonials-section h2 {
    font-size: 80px;
    font-size: 3.3333333333rem;
  }
}
@media (max-width: 991px) {
  .testimonials-section h2 {
    font-size: 70px;
    font-size: 2.9166666667rem;
  }
}
@media (max-width: 767px) {
  .testimonials-section h2 {
    font-size: 50px;
    font-size: 2.0833333333rem;
  }
}
.testimonials-section .grid p {
  font-size: 28px;
  font-size: 1.1666666667rem;
  font-weight: 200;
  color: #fff;
  line-height: 1.27em;
  padding-bottom: 3em;
  margin-bottom: 1.5em;
  position: relative;
}
@media (max-width: 1199px) {
  .testimonials-section .grid p {
    font-size: 24px;
    font-size: 1rem;
  }
}
@media (max-width: 991px) {
  .testimonials-section .grid p {
    font-size: 22px;
    font-size: 0.9166666667rem;
  }
}
@media (max-width: 767px) {
  .testimonials-section .grid p {
    font-size: 20px;
    font-size: 0.8333333333rem;
    padding-bottom: 4em;
    margin: 1em;
  }
}
.testimonials-section .grid p:before {
  content: "";
  background: url("../images/quote-icon.png") center center/cover no-repeat
    local;
  width: 70px;
  height: 53px;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.testimonials-section .owl-dots {
  text-align: left;
}
@media (max-width: 991px) {
  .testimonials-section .owl-dots {
    max-width: 300px;
    margin: 0 auto;
  }
}
.testimonials-section .owl-dots > li {
  width: 33.33%;
  float: left;
  position: relative;
  padding: 40px 40px 40px 140px;
  cursor: pointer;
}
@media (max-width: 1199px) {
  .testimonials-section .owl-dots > li {
    padding: 30px 20px 30px 110px;
  }
}
@media (max-width: 991px) {
  .testimonials-section .owl-dots > li {
    width: 100%;
    float: none;
    margin-top: 15px;
  }
}
.testimonials-section .owl-dots > li.active {
  background-color: #fff;
}
.testimonials-section .owl-dots .client-pic {
  position: absolute;
  left: 40px;
  top: 20px;
}
@media (max-width: 1199px) {
  .testimonials-section .owl-dots .client-pic {
    left: 20px;
    top: 10px;
  }
}
.testimonials-section .owl-dots .client-pic img {
  border-radius: 50%;
}
.testimonials-section .owl-dots h5 {
  font-size: 18px;
  font-size: 0.75rem;
  font-weight: 400;
  color: #fff;
  margin: 0 0 0.2em;
}
.testimonials-section .owl-dots p {
  font-size: 12px;
  font-size: 0.5rem;
  font-weight: 300;
  color: #dedede;
  margin: 0;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .testimonials-section .owl-dots p {
    font-size: 11px;
    font-size: 0.4583333333rem;
  }
}
.testimonials-section .owl-dots li.active h5 {
  color: #2b2d42;
}
.testimonials-section .owl-dots li.active p {
  color: #878787;
}

/*--------------------------------------------------------------
#1.1  team-section
--------------------------------------------------------------*/
.team-section {
  position: relative;
  /*** slider arrows ***/
}
@media screen and (min-width: 991px) {
  .team-section .team-slider-holder {
    margin-right: -55%;
    padding-left: 30px;
  }
}
@media (max-width: 1399px) {
  .team-section .team-slider-holder {
    padding-left: 0;
    margin-left: -15px;
  }
}
@media (max-width: 767px) {
  .team-section .team-slider-holder {
    padding-left: 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 767px) {
  .team-section .slick-slide {
    padding: 0 15px;
  }
}
.team-section .grid {
  position: relative;
  cursor: -webkit-grab;
  cursor: grab;
}
.team-section .grid .details {
  width: calc(100% - 180px);
  background-color: rgba(255, 255, 255, 0.9);
  text-align: center;
  position: absolute;
  bottom: 25px;
  left: 90px;
  padding: 30px 15px 25px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 1;
}
@media (max-width: 1199px) {
  .team-section .grid .details {
    width: calc(100% - 90px);
    bottom: 20px;
    left: 45px;
  }
}
@media (max-width: 991px) {
  .team-section .grid .details {
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 30px 15px 25px;
  }
}
.team-section .grid:hover .details {
  opacity: 1;
  visibility: visible;
  bottom: 45px;
}
@media (max-width: 991px) {
  .team-section .grid:hover .details {
    bottom: 15px;
  }
}
.team-section .grid h6 {
  font-size: 18px;
  font-size: 0.75rem;
  font-weight: normal;
  margin: 0 0 0.5em;
}
.team-section .grid p {
  font-size: 12px;
  font-size: 0.5rem;
  font-weight: 200;
  margin: 0;
  text-transform: uppercase;
}
.team-section .testimonials-s2-nav {
  display: none;
}
@media (max-width: 991px) {
  .team-section .testimonials-s2-nav {
    display: block;
  }
}
.team-section .slider-s2-arrows {
  overflow: hidden;
  padding-top: 20px;
}
@media (max-width: 1199px) {
  .team-section .slider-s2-arrows {
    padding: 10px 0 40px;
  }
}
@media (max-width: 991px) {
  .team-section .slider-s2-arrows {
    padding: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .team-section .slider-s2-arrows {
    padding: 0 0 30px;
  }
}
.team-section .slider-s2-arrows .slick-arrow {
  float: left;
  margin-right: 6px;
}
.team-section .slick-arrow {
  width: 45px;
  height: 45px;
  line-height: 45px;
  background: #fff;
  padding: 0;
  color: #2b2d42;
  border-radius: 50%;
  border: 1px solid #b1b1b1;
  text-align: center;
  cursor: pointer;
}
@media (max-width: 1199px) {
  .team-section .slick-arrow {
    margin: 5px;
  }
}
.team-section .slick-arrow:hover {
  background: #ef233c;
  color: #fff;
  border-color: #fff;
}
.team-section .slick-arrow:hover .fi:before {
  color: #fff;
}
.team-section .slick-arrow .fi:before {
  font-size: 14px;
  font-size: 0.5833333333rem;
  color: #b1b1b1;
}

/*--------------------------------------------------------------
#1.2  blog-section
--------------------------------------------------------------*/
.blog-section {
  padding-top: 0;
}
@media (max-width: 650px) {
  .blog-section {
    padding-bottom: 35px;
  }
}
.blog-section .blog-grids {
  margin: 0 -12px;
  position: relative;
}

.blog-section .blog-grids .grid {
  width: calc(33.33% - 24px);
  float: left;
  margin: 0 12px 0;
}
@media (max-width: 991px) {
  .blog-section .blog-grids .grid {
    width: calc(50% - 24px);
  }
}
@media (max-width: 650px) {
  .blog-section .blog-grids .grid {
    width: calc(100% - 24px);
    float: none;
    /* border-top: 1px solid #2b2d42;*/
    margin-bottom: 55px;
  }
}
.blog-section .entry-meta {
  padding: 25px 0;
}
@media (max-width: 650px) {
  .blog-section .entry-meta {
    padding: 15px 0;
  }
}
.blog-section .entry-meta ul > li + li {
  margin-left: 40px;
}
.blog-section .entry-meta li {
  float: left;
}
.blog-section .entry-meta a {
  font-size: 13px;
  font-size: 0.5416666667rem;
  font-weight: 400;
  color: #2b2d42;
  text-transform: uppercase;
}
.blog-section .entry-meta a:hover {
  color: #ef233c;
}
.blog-section .entry-details {
  padding-top: 33px;
}
.blog-section .entry-details h3 {
  font-size: 24px;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.25em;
  margin: 0 0 0.7em;
}
@media (max-width: 991px) {
  .blog-section .entry-details h3 {
    font-size: 22px;
    font-size: 0.9166666667rem;
  }
}
.blog-section .entry-details h3 a {
  color: #2b2d42;
  font-weight: 500;
}
.blog-section .entry-details h3 a:hover {
  text-decoration: underline;
}
.blog-section .entry-details p {
  margin-bottom: 0;
}

.blog-section-pt {
  padding-top: 125px;
}
@media (max-width: 991px) {
  .blog-section-pt {
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  .blog-section-pt {
    padding-top: 90px;
  }
}

/*--------------------------------------------------------------
  #home-style2
  --------------------------------------------------------------*/
/*--------------------------------------------------------------
#2.1  cta-section-s2
--------------------------------------------------------------*/
.cta-section-s2 {
  text-align: left;
}

/*--------------------------------------------------------------
#2.2  info-area
--------------------------------------------------------------*/
.info-area .part {
  position: relative;
}
@media screen and (min-width: 1200px) {
  .info-area .part {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.info-area .part > div {
  float: left;
}
@media (max-width: 1199px) {
  .info-area .part > div {
    float: none;
    display: block;
  }
}
.info-area .img-holder {
  width: 647px;
}
@media (max-width: 1399px) {
  .info-area .img-holder {
    width: 547px;
  }
}
@media (max-width: 1199px) {
  .info-area .img-holder {
    width: 100%;
  }
}
.info-area .details {
  width: calc(100% - 647px);
  padding-left: 60px;
}
@media (max-width: 1399px) {
  .info-area .details {
    width: calc(100% - 547px);
  }
}
@media (max-width: 1199px) {
  .info-area .details {
    width: 100%;
    padding: 45px 0 0;
  }
}
.info-area .part-2 .details {
  text-align: right;
  padding: 0 60px 0 0;
}
@media (max-width: 1199px) {
  .info-area .part-2 .details {
    text-align: left;
    padding: 40px 0 20px;
  }
}
.info-area .part-2 .details ol {
  direction: rtl;
}
@media (max-width: 1199px) {
  .info-area .part-2 .details ol {
    direction: ltr;
  }
}
.info-area .details > span {
  font-size: 14px;
  font-size: 0.5833333333rem;
  text-transform: uppercase;
  display: block;
  letter-spacing: 2px;
}
.info-area .details h3 {
  font-size: 60px;
  font-size: 2.5rem;
  font-weight: 300;
  margin: 0.5em 0;
}
@media (max-width: 1399px) {
  .info-area .details h3 {
    font-size: 50px;
    font-size: 2.0833333333rem;
  }
}
@media (max-width: 991px) {
  .info-area .details h3 {
    font-size: 40px;
    font-size: 1.6666666667rem;
  }
}
@media (max-width: 767px) {
  .info-area .details h3 {
    font-size: 35px;
    font-size: 1.4583333333rem;
  }
}
.info-area .details p {
  font-size: 17px;
  font-size: 0.65rem;
  margin: 0 0 1em;
}
@media (max-width: 1399px) {
  .info-area .details p {
    font-size: 17px;
    font-size: 0.65rem;
  }
}
.info-area ol {
  padding-left: 15px;
}
.info-area ol li {
  font-size: 17px;
  font-size: 0.65rem;
  /*font-weight: 300;*/
  margin: 0 0 0.4em;
}
@media (max-width: 1399px) {
  .info-area ol li {
    font-size: 17px;
    font-size: 0.65rem;
  }
}
.info-area .img-holder {
  position: relative;
}
.info-area .part-2 .icon {
  background-color: #8d99ae;
  width: 135px;
  height: 135px;
  line-height: 165px;
  text-align: center;
  position: absolute;
  top: -68px;
  left: -68px;
}
@media (max-width: 1199px) {
  .info-area .part-2 .icon {
    display: none;
  }
}
.info-area .part-2 .icon .fi:before {
  font-size: 50px;
  font-size: 2.0833333333rem;
  color: #fff;
}

.about-pg-info-area {
  /* padding-bottom: 125px;*/
}
@media (max-width: 991px) {
  .about-pg-info-area {
    /* padding-bottom: 100px;*/
  }
}
@media (max-width: 767px) {
  .about-pg-info-area {
    /*  padding-bottom: 90px;*/
  }
}

/*--------------------------------------------------------------
#2.3  fun-face-info-area
--------------------------------------------------------------*/
.fun-face-info-area {
  padding-top: 0;
}
.fun-face-info-area .fun-fact-col {
  padding-right: 55px;
}
@media (max-width: 767px) {
  .fun-face-info-area .fun-fact-col {
    margin-bottom: 45px;
  }
}
.fun-face-info-area .fun-fact-col > div + div {
  margin-top: 35px;
  padding-top: 35px;
  border-top: 1px solid #d2d2d2;
}
@media (max-width: 767px) {
  .fun-face-info-area .fun-fact-col > div + div {
    margin-top: 30px;
    padding-top: 30px;
  }
}
.fun-face-info-area .fun-fact-col h3 {
  font-size: 72px;
  font-size: 3rem;
  font-weight: 600;
  margin: 0;
}
@media (max-width: 991px) {
  .fun-face-info-area .fun-fact-col h3 {
    font-size: 50px;
    font-size: 2.0833333333rem;
  }
}
@media (max-width: 767px) {
  .fun-face-info-area .fun-fact-col h3 {
    font-size: 40px;
    font-size: 1.6666666667rem;
  }
}
.fun-face-info-area .fun-fact-col p {
  font-size: 20px;
  font-size: 0.8333333333rem;
  font-weight: 400;
  margin: 0;
}
@media (max-width: 991px) {
  .fun-face-info-area .fun-fact-col p {
    font-size: 17px;
    font-size: 0.7083333333rem;
    font-weight: 300;
  }
}
@media (max-width: 1399px) {
  .fun-face-info-area .info-col {
    margin-top: 70px;
  }
}
.fun-face-info-area .info-col h3 {
  font-size: 60px;
  font-size: 2.5rem;
  font-weight: 500;
  margin: 0.5em 0;
}
@media (max-width: 1399px) {
  .fun-face-info-area .info-col h3 {
    font-size: 50px;
    font-size: 2.0833333333rem;
  }
}
@media (max-width: 991px) {
  .fun-face-info-area .info-col h3 {
    font-size: 40px;
    font-size: 1.6666666667rem;
  }
}
@media (max-width: 767px) {
  .fun-face-info-area .info-col h3 {
    font-size: 35px;
    font-size: 1.4583333333rem;
  }
}
.fun-face-info-area .info-col p {
  font-size: 18px;
  font-size: 0.75rem;
  margin: 0 0 2em;
}
.fun-face-info-area .info-col blockquote p {
  font-size: 18px;
  font-size: 0.75rem;
  text-decoration: underline;
  font-weight: 300;
}
.fun-face-info-area .info-col blockquote h6 {
  font-size: 16px;
  font-size: 0.6666666667rem;
  margin: 1em 0 0.2em;
}
.fun-face-info-area .info-col blockquote h6 + span {
  font-size: 14px;
  font-size: 0.5833333333rem;
  color: #86868b;
}
@media (max-width: 576px) {
  .fun-face-info-area .col {
    width: 100%;
    display: block;
    left: none;
  }
}

/*--------------------------------------------------------------
  #home-style3
  --------------------------------------------------------------*/
/*--------------------------------------------------------------
#3.1  feature-section
--------------------------------------------------------------*/
.feature-section {
  padding-bottom: 0;
}
.feature-section .features-grid {
  margin: 0 -15px;
  padding-top: 20px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 991px) {
  .feature-section .features-grid {
    padding-top: 50px;
  }
}
.feature-section .features-grid:before {
  content: "";
  /* background: #000;*/
  width: calc(100% - 30px);
  height: 1px;
  position: absolute;
  left: 15px;
  top: 0;
}
.feature-section .features-grid > .grid:last-child {
  margin-bottom: 0;
}
.feature-section .grid {
  width: calc(33.33% - 30px);
  float: left;
  padding: 20px 15px 0 60px;
  margin: 0 15px;
  position: relative;
  height: 200px;
}
@media (max-width: 991px) {
  .feature-section .grid {
    width: calc(50% - 30px);
    margin: 0 15px 45px;
  }
}
@media (max-width: 650px) {
  .feature-section .grid {
    width: calc(100% - 30px);
    float: none;
    padding: 0 0 0 60px;
  }
}
.feature-section .grid > span {
  font-size: 35px;
  font-size: 1.4583333333rem;
  font-weight: 400;
  color: #dfdfdf;
  position: absolute;
  left: 5px;
  top: 10px;
}
@media (max-width: 1199px) {
  .feature-section .grid > span {
    font-size: 30px;
    font-size: 1.25rem;
  }
}
@media (max-width: 991px) {
  .feature-section .grid > span {
    font-size: 27px;
    font-size: 1.125rem;
  }
}
.feature-section h3 {
  font-size: 30px;
  font-size: 1.25rem;
  font-weight: 300;
  margin: 0 0 0.6em;
}
@media (max-width: 1199px) {
  .feature-section h3 {
    font-size: 25px;
    font-size: 1.0416666667rem;
  }
}
@media (max-width: 991px) {
  .feature-section h3 {
    font-size: 22px;
    font-size: 0.9166666667rem;
  }
}
.feature-section p {
  margin: 0;
}
@media (max-width: 991px) {
  .feature-section p {
    font-size: 16px;
    font-size: 0.6666666667rem;
  }
}

.about-section-s3 {
  padding-top: 0;
}

/*--------------------------------------------------------------
#3.2  cta-section-s3
--------------------------------------------------------------*/
.cta-section-s3 {
  /* background: whitesmoke; */
  min-height: 430px;
  text-align: center;
  position: relative;
}
.cta-section-s3 img {
  width: 280px;
  margin-top: 18px;
}
@media screen and (min-width: 1500px) {
  .cta-section-s3 {
    width: calc(100% - 180px);
    margin: 0 auto;
    padding-top: 310px;
    height: 540px;
  }
}
@media (max-width: 1399px) {
  .cta-section-s3 {
    padding: 110px 0;
  }
}
@media (max-width: 1199px) {
  .cta-section-s3 {
    padding: 90px 0;
  }
}
@media (max-width: 991px) {
  .cta-section-s3 {
    padding: 70px 0;
  }
}
.cta-section-s3 .glass-effect {
  left: 10%;
  top: 20%;
  opacity: 0.8;
  z-index: 1;
}
.cta-section-s3 .cta-content {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1500px) {
  .cta-section-s3 .cta-content {
    width: 1285px;
    position: absolute;
    bottom: 125px;
  }
  .cta-section-s3 .cta-content a {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
.cta-section-s3 p {
  color: #ffffff;
  font-weight: 500;
}
.cta-section-s3 h2 {
  font-size: 100px;
  font-size: 2.1666666667rem;
  top: -40px;
  font-weight: 600;
  color: #ffffff;
  margin: 0 0 0.4em;
  text-transform: uppercase;
}
@media screen and (min-width: 1500px) {
  .cta-section-s3 h2 {
    font-size: 120px;
    font-size: 5rem;
    text-align: right;
    margin-right: 280px;
    padding-right: 45px;
    border-right: 1px solid white;
    display: inline-block;
    margin-bottom: 0;
  }
}
@media (max-width: 1199px) {
  .cta-section-s3 h2 {
    font-size: 80px;
    font-size: 2.3333333333rem;
  }
}
@media (max-width: 991px) {
  .cta-section-s3 h2 {
    font-size: 60px;
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cta-section-s3 h2 {
    font-size: 50px;
    font-size: 1.3rem;
  }
}

/*--------------------------------------------------------------
#3.3  testimonials-section-s2
--------------------------------------------------------------*/
.testimonials-section-s2 {
  padding-top: 0;
  padding-bottom: 90px;
}
@media (max-width: 991px) {
  .testimonials-section-s2 {
    padding-bottom: 65px;
  }
}
@media (max-width: 767px) {
  .testimonials-section-s2 {
    padding-bottom: 55px;
  }
}
.testimonials-section-s2 .testimonials-wrap {
  padding-top: 45px;
}
.testimonials-section-s2 .testimonials-grid {
  overflow: hidden;
}
.testimonials-section-s2 .testimonials-grid .grid {
  width: calc(50% - 60px);
  float: left;
  margin: 0 0 35px;
  position: relative;
}
@media (max-width: 991px) {
  .testimonials-section-s2 .testimonials-grid .grid {
    width: 100%;
    float: none;
    margin: 0 0 35px;
    position: relative;
  }
}
.testimonials-section-s2 .testimonials-grid > .grid:last-child {
  margin-left: 60px;
  float: right;
}
@media (max-width: 991px) {
  .testimonials-section-s2 .testimonials-grid > .grid:last-child {
    width: 100%;
    float: none;
    margin: 0;
  }
  .testimonials-section-s2 .testimonials-grid > .grid:last-child .quoter {
    border-bottom: 0;
    margin-bottom: 0;
  }
}
.testimonials-section-s2 .grid > p {
  font-size: 19px;
  font-size: 0.7916666667rem;
  margin: 0;
  padding-left: 98px;
  position: relative;
}
@media (max-width: 991px) {
  .testimonials-section-s2 .grid > p {
    font-size: 18px;
    font-size: 0.75rem;
  }
}
.testimonials-section-s2 .grid > p:before {
  content: "";
  background: url("../images/quote-icon2.png") center center/cover no-repeat
    local;
  width: 70px;
  height: 53px;
  position: absolute;
  left: 0;
  top: 0;
}
.testimonials-section-s2 .quoter {
  border-top: 1px solid #dddddd;
  padding-top: 45px;
  margin-top: 35px;
  padding-left: 95px;
  position: relative;
}
@media (max-width: 991px) {
  .testimonials-section-s2 .quoter {
    border-top: 0;
    border-bottom: 1px solid #dddddd;
    margin: 0 0 55px;
    padding-bottom: 45px;
  }
}
.testimonials-section-s2 .quoter .client-pic {
  position: absolute;
  left: 0;
  top: 25px;
}
.testimonials-section-s2 .quoter .client-pic img {
  border-radius: 50%;
}
.testimonials-section-s2 .quoter h5 {
  font-size: 18px;
  font-size: 0.75rem;
  font-weight: 400;
  margin: 0 0 0.3em;
}
.testimonials-section-s2 .quoter p {
  font-size: 12px;
  font-size: 0.5rem;
  font-weight: 300;
  margin: 0;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .testimonials-section-s2 .quoter p {
    font-size: 11px;
    font-size: 0.4583333333rem;
  }
}

/*--------------------------------------------------------------
#3.4  team-section-s2
--------------------------------------------------------------*/
.team-section-s2 {
  padding-top: 0;
  padding-bottom: 95px;
}
@media (max-width: 991px) {
  .team-section-s2 {
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .team-section-s2 {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 1400px) {
  .team-section-s2 {
    width: calc(100% - 180px);
    margin: 0 auto;
  }
}
.team-section-s2 .team-grids {
  margin: 0 -15px;
  overflow: hidden;
}
.team-section-s2 .team-grids .grid {
  width: calc(25% - 30px);
  float: left;
  margin: 0 15px 30px;
  position: relative;
}
@media (max-width: 1199px) {
  .team-section-s2 .team-grids .grid {
    width: calc(50% - 30px);
  }
}
@media (max-width: 600px) {
  .team-section-s2 .team-grids .grid {
    width: calc(100% - 30px);
    float: none;
  }
}
.team-section-s2 .team-grids .grid .details {
  width: calc(100% - 180px);
  background-color: rgba(255, 255, 255, 0.9);
  text-align: center;
  position: absolute;
  bottom: 25px;
  left: 90px;
  padding: 30px 15px 25px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 1;
}
@media (max-width: 1199px) {
  .team-section-s2 .team-grids .grid .details {
    width: calc(100% - 90px);
    bottom: 20px;
    left: 45px;
  }
}
@media (max-width: 991px) {
  .team-section-s2 .team-grids .grid .details {
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 30px 15px 25px;
  }
}
.team-section-s2 .team-grids .grid:hover .details {
  opacity: 1;
  visibility: visible;
  bottom: 45px;
}
@media (max-width: 991px) {
  .team-section-s2 .team-grids .grid:hover .details {
    bottom: 15px;
  }
}
.team-section-s2 .team-grids .grid h6 {
  font-size: 18px;
  font-size: 0.75rem;
  font-weight: normal;
  margin: 0 0 0.5em;
}
.team-section-s2 .team-grids .grid p {
  font-size: 12px;
  font-size: 0.5rem;
  font-weight: 200;
  margin: 0;
  text-transform: uppercase;
}

/*--------------------------------------------------------------
  #contact page
  --------------------------------------------------------------*/
/*--------------------------------------------------------------
#4.1  contact-pg-section
--------------------------------------------------------------*/
@media (max-width: 991px) {
  .contact-pg-section .contact-info {
    width: 100%;
    float: none;
  }
}
.contact-pg-section .contact-info ul {
  overflow: hidden;
  margin: 0 -15px;
}
.contact-pg-section .contact-info li {
  width: calc(33.3% - 30px);
  float: left;
  margin: 0 15px 40px;
  position: relative;
  padding-left: 75px;
}
@media (max-width: 1199px) {
  .contact-pg-section .contact-info li {
    width: calc(50% - 30px);
  }
}
@media (max-width: 991px) {
  .contact-pg-section .contact-info li {
    padding-left: 65px;
  }
}
@media (max-width: 650px) {
  .contact-pg-section .contact-info li {
    width: calc(100% - 30px);
    float: none;
  }
}
.contact-pg-section .contact-info i {
  position: absolute;
  left: 0;
  top: 0;
}
.contact-pg-section .contact-info i:before {
  font-size: 57px;
  font-size: 2.375rem;
  color: #2b2d42;
}
@media (max-width: 991px) {
  .contact-pg-section .contact-info i:before {
    font-size: 50px;
    font-size: 2.0833333333rem;
  }
}
.contact-pg-section .contact-info h4 {
  font-size: 19px;
  font: 0.7083333333rem;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 0 0.6em;
}
@media (max-width: 767px) {
  .contact-pg-section .contact-info h4 {
    font-size: 16px;
    font-size: 0.6666666667rem;
    font-weight: 500;
  }
}
.contact-pg-section .contact-info p {
  font-size: 16px;
  font: 0.625rem;
  font-weight: 300;
  margin: 0;
}
.contact-pg-section .contact-area {
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 991px) {
  .contact-pg-section .contact-area {
    margin-top: 60px;
  }
}
.contact-pg-section .contact-form-col {
  position: relative;
}
@media (max-width: 991px) {
  .contact-pg-section .contact-form-col {
    margin-top: 60px;
  }
}
.contact-pg-section .contact-form-col h2 {
  font-size: 60px;
  font-size: 1.5rem;
  font-weight: 300;
  margin: 0 0 0.5em;
}
@media (max-width: 991px) {
  .contact-pg-section .contact-form-col h2 {
    font-size: 50px;
    font-size: 2.0833333333rem;
  }
}
@media (max-width: 767px) {
  .contact-pg-section .contact-form-col h2 {
    font-size: 40px;
    font-size: 1.6666666667rem;
  }
}
.contact-pg-section .contact-form-col form > div + div {
  margin-top: 15px;
}
.contact-pg-section .contact-form-col input,
.contact-pg-section .contact-form-col textarea,
.contact-pg-section .contact-form-col select {
  /* background-color: #fbfbfb;*/
  width: 100%;
  height: 56px;
  font-size: 15px;
  font-size: 0.625rem;
  font-weight: 300;
  color: #86868b;
  padding: 6px 15px;
  border: 1px solid #b2b1b1;
  color: #2b2d42;
  border-top: none;
  border-left: none;
  border-right: none;
}
.contact-pg-section .contact-form-col input:focus,
.contact-pg-section .contact-form-col textarea:focus,
.contact-pg-section .contact-form-col select:focus {
  outline: none;
}
.contact-pg-section .contact-form-col textarea {
  height: 80px;
  padding: 15px;
}
.complaint-form .contactinput textarea {
  height: 100px;
}
.contact-pg-section .contact-form-col form button {
  border: 0;
  outline: 0;
}
.contact-pg-section .contact-form-col .submit-area {
  width: 100%;
  margin-bottom: 0;
}
.contact-pg-section .contact-form-col ::-webkit-input-placeholder {
  /* Edge */
  color: #2b2d42;
}
.contact-pg-section .contact-form-col :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #2b2d42;
}
.contact-pg-section .contact-form-col ::-moz-placeholder {
  color: #2b2d42;
}
.contact-pg-section .contact-form-col ::-ms-input-placeholder {
  color: #2b2d42;
}
.contact-pg-section .contact-form-col ::placeholder {
  color: #2b2d42;
}
@media screen and (min-width: 1400px) {
  .contact-pg-section .map {
    padding-right: 50px;
  }
}
.contact-pg-section .map .contact-map {
  height: 450px;
}
.contact-pg-section .map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  outline: 0;
}

/*--------------------------------------------------------------
  #service single page
  --------------------------------------------------------------*/
/*--------------------------------------------------------------
#5.1  service-single-section
--------------------------------------------------------------*/
.service-single-section {
  /*** service single tab ***/
}
@media (max-width: 1199px) {
  .service-single-section .order-last,
  .service-single-section .order-fast {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }
}
@media screen and (min-width: 1200px) {
  .service-single-section .service-single-content {
    padding-left: 20px;
  }
}
.service-single-section .service-single-content .service-pic {
  margin-bottom: 50px;
}
.service-single-section .service-single-content .theme-btn,
.service-single-section .service-single-content .theme-btn-s2,
.service-single-section .service-single-content .theme-btn-s3,
.service-single-section .service-single-content .view-cart-btn,
.service-single-section .service-single-content .checkout-btn {
  margin-top: 20px;
}
.service-single-section .service-single-content h2 {
  font-size: 48px;
  font-size: 1.5rem;
  margin: 1em 0 0.5em;
  text-transform: capitalize;
}
@media (max-width: 991px) {
  .service-single-section .service-single-content h2 {
    font-size: 35px;
    font-size: 1.4583333333rem;
  }
}
@media (max-width: 767px) {
  .service-single-section .service-single-content h2 {
    font-size: 30px;
    font-size: 1.25rem;
  }
}
.service-single-section .service-single-content h3 {
  font-size: 32px;
  font-size: 1.3333333333rem;
  text-transform: capitalize;
  margin: 1.7em 0 0.7em;
  line-height: 1.2em;
}
@media (max-width: 767px) {
  .service-single-section .service-single-content h3 {
    font-size: 25px;
    font-size: 1.0416666667rem;
  }
}
.service-single-section .service-single-content h4 {
  font-size: 24px;
  font-size: 1rem;
  text-transform: capitalize;
  margin: 1.7em 0 0.7em;
}
@media (max-width: 767px) {
  .service-single-section .service-single-content h4 {
    font-size: 20px;
    font-size: 0.8333333333rem;
  }
}
.service-single-section .service-single-content p {
  font-size: 17px;
  font-size: 0.65rem;
  font-weight: 200;
  /*margin-bottom: 1.3em;*/
  line-height: 1.55em;
}
.service-single-section .service-single-content ul {
  padding-left: 17px;
}
@media (max-width: 767px) {
  .service-single-section .service-single-content ul {
    font-size: 15px;
    font-size: 0.625rem;
  }
}
.service-single-section .service-single-content ul li {
  font-size: 17px;
  font-size: 0.65rem;
  font-weight: 200;
  /*  font-style: italic;*/
  position: relative;
  list-style-type: disc;
  line-height: 1.7em;
  color: #2b2d42 !important;
}
.service-single-section .service-single-content ul > li + li {
  margin-top: 8px;
}
.service-single-section .service-single-content ul li i {
  display: inline-block;
  color: #ef233c;
  position: absolute;
  left: 0;
  top: 5px;
}
.service-single-section .service-single-content .service-features {
  overflow: hidden;
}
.service-single-section .service-single-tab {
  margin-top: 70px;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .service-single-section .service-single-tab {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .service-single-section .service-single-tab {
    margin-top: 40px;
  }
}
.service-single-section .service-single-tab .nav {
  margin: 0;
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}
.service-single-section .service-single-tab .nav li {
  list-style-type: none;
  float: left;
  padding-left: 0;
}
.service-single-section .service-single-tab .nav > li + li {
  margin-top: 0;
  margin-left: 3px;
}
@media (max-width: 767px) {
  .service-single-section .service-single-tab .nav > li + li {
    margin-left: 1px;
  }
}
.service-single-section .service-single-tab .nav button {
  background: transparent;
  font-size: 16px;
  font-size: 0.6666666667rem;
  font-weight: 500;
  color: #646c77;
  padding: 10px 25px;
  border: 0;
  position: relative;
}
.service-single-section .service-single-tab .nav button:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #ef233c;
  position: absolute;
  left: 0;
  bottom: -2px;
  opacity: 0;
}
@media (max-width: 767px) {
  .service-single-section .service-single-tab .nav button {
    font-size: 14px;
    font-size: 0.5833333333rem;
    padding: 8px 12px;
  }
  .fixedElement {
    display: none !important;
  }
}
@media (max-width: 350px) {
  .service-single-section .service-single-tab .nav button {
    padding: 8px;
  }
}
.service-single-section .service-single-tab .nav button.active {
  color: #ef233c;
}
.service-single-section .service-single-tab .nav button.active:after {
  opacity: 1;
}
.service-single-section .service-single-tab .nav button:focus {
  outline: none;
}
.service-single-section .tab-content {
  background-color: #fff;
  border-top: 2px solid #f7f7f7;
  padding: 35px 40px;
}
@media (max-width: 767px) {
  .service-single-section .tab-content {
    padding: 25px 20px;
  }
}
.service-single-section .tab-content .tab-pane {
  font-size: 16px;
  font-size: 0.6666666667rem;
  font-weight: 300;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .service-single-section .tab-content .tab-pane {
    margin-bottom: 15px;
  }
}
.service-single-section .tab-content .tab-pane p:last-child {
  margin-bottom: 0;
}
.service-single-section .request-service {
  background: #f6f6f6;
  padding: 65px 50px 45px;
  margin-top: 0;
  position: relative;
}
@media (max-width: 1199px) {
  .service-single-section .request-service {
    padding: 45px 50px;
  }
}
@media (max-width: 991px) {
  .service-single-section .request-service {
    padding: 35px 30px;
  }
}
.service-single-section .request-service > form,
.service-single-section .request-service h3 {
  position: relative;
  z-index: 1;
}
.service-single-section .request-service h3 {
  font-size: 26px;
  font-size: 1.0833333333rem;
  font-weight: 500;
  margin: 0 0 1em;
}
@media (max-width: 991px) {
  .service-single-section .request-service h3 {
    font-size: 18px;
    font-size: 0.75rem;
  }
}
.service-single-section .request-service input,
.service-single-section .request-service textarea {
  background: #fff;
  width: 100%;
  height: 45px;
  font-size: 15px;
  font-size: 0.625rem;
  border: 1px solid #e2e2e2;
  color: #2b2d42;
  border-radius: 0;
  padding: 6px 18px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.service-single-section .request-service input:focus,
.service-single-section .request-service textarea:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #ef233c;
}
.service-single-section .request-service form {
  margin: 0 -15px;
  overflow: hidden;
}
.service-single-section .request-service form ::-webkit-input-placeholder {
  font-style: 16px;
  font-style: normal;
  color: #fff;
}
.service-single-section .request-service form ::-moz-placeholder {
  font-style: 16px;
  font-style: normal;
  color: #fff;
}
.service-single-section .request-service form :-ms-input-placeholder {
  font-style: 16px;
  font-style: normal;
  color: #fff;
}
.service-single-section .request-service form ::-webkit-input-placeholder {
  /* Edge */
  color: #2b2d42;
  font-weight: 300;
}
.service-single-section .request-service form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #2b2d42;
  font-weight: 300;
}
.service-single-section .request-service form ::-ms-input-placeholder {
  color: #2b2d42;
  font-weight: 300;
}
.service-single-section .request-service form ::placeholder {
  color: #2b2d42;
  font-weight: 300;
}
.service-single-section .request-service form > div {
  width: calc(50% - 30px);
  float: left;
  margin: 0 15px 30px;
}
@media (max-width: 1199px) {
  .service-single-section .request-service form > div {
    width: calc(100% - 30px);
    float: none;
  }
}
@media (max-width: 550px) {
  .service-single-section .request-service form > div {
    width: calc(100% - 30px);
    float: none;
  }
}
.service-single-section .request-service form > .submit-area {
  margin-bottom: 0;
}
.service-single-section .request-service form > .submit-area button {
  background: #ef233c;
  color: #fff;
  font-size: 13px;
  font-size: 0.5416666667rem;
  font-weight: 500;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0;
  padding: 0 45px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-transform: uppercase;
}
.service-single-section .request-service form > .submit-area button:hover {
  background: #d00f27;
}

/*--------------------------------------------------------------
  #case-single page
  --------------------------------------------------------------*/
/*--------------------------------------------------------------
#6.1  case-single-section
--------------------------------------------------------------*/
.case-single-section {
  position: relative;
}
@media screen and (min-width: 1400px) {
  .case-single-section {
    top: -60px;
  }
}
.case-single-section .case-single-area {
  padding: 85px 112px 65px;
}
@media (max-width: 991px) {
  .case-single-section .case-single-area {
    padding: 85px 0 90px;
  }
}
@media (max-width: 767px) {
  .case-single-section .case-single-area {
    padding: 65px 0 90px;
  }
}
@media screen and (min-width: 1400px) {
  .case-single-section .case-single-area {
    background-color: #fff;
  }
}
.case-single-section .case-info {
  margin: 0 -15px;
  border-bottom: 1px solid #000;
}
.case-single-section .case-info > div {
  width: calc(25% - 30px);
  float: left;
  margin: 0 15px 30px;
}
@media (max-width: 991px) {
  .case-single-section .case-info > div {
    width: calc(50% - 30px);
    float: left;
    margin: 0 15px 30px;
  }
}
@media (max-width: 550px) {
  .case-single-section .case-info > div {
    width: calc(100% - 30px);
    float: none;
    margin: 0 15px 30px;
  }
}
.case-single-section .case-info span {
  font-size: 11px;
  font-size: 0.4583333333rem;
  font-weight: 500;
  text-transform: uppercase;
}
.case-single-section .case-info p {
  font-size: 14px;
  font-size: 0.5833333333rem;
  font-weight: 300;
  margin: 0;
}
.case-single-section h2 {
  font-size: 60px;
  font-size: 2.5rem;
  margin: 1em 0;
}
@media (max-width: 991px) {
  .case-single-section h2 {
    font-size: 45px;
    font-size: 1.875rem;
  }
}
@media (max-width: 767px) {
  .case-single-section h2 {
    font-size: 32px;
    font-size: 1.3333333333rem;
  }
}
.case-single-section .img-holder {
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .case-single-section .img-holder {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .case-single-section .img-holder {
    margin-bottom: 40px;
  }
}
.case-single-section .case-row {
  border-bottom: 1px solid #000;
}
.case-single-section .case-row > .grid:first-child {
  padding-right: 25px;
}
@media (max-width: 550px) {
  .case-single-section .case-row > .grid:first-child {
    padding: 0;
  }
}
.case-single-section .case-row > .grid:last-child {
  padding-left: 25px;
}
@media (max-width: 550px) {
  .case-single-section .case-row > .grid:last-child {
    padding: 0;
  }
}
.case-single-section .case-row h3 {
  font-size: 24px;
  font-size: 1rem;
  margin: 0 0 0.7em;
}
@media (max-width: 991px) {
  .case-single-section .case-row h3 {
    font-size: 22px;
    font-size: 0.9166666667rem;
  }
}
.case-single-section .case-row p {
  font-size: 16px;
  font-size: 0.6666666667rem;
  font-weight: 500;
  margin: 0 0 0.5em;
}
@media (max-width: 991px) {
  .case-single-section .case-row p {
    font-size: 15px;
    font-size: 0.625rem;
  }
}
.case-single-section .case-row .grid {
  width: 50%;
  float: left;
  margin: 0 0 50px;
}
@media (max-width: 550px) {
  .case-single-section .case-row .grid {
    width: 100%;
    float: none;
  }
}
@media (max-width: 767px) {
  .case-single-section .case-row .grid {
    margin: 0 0 40px;
  }
}
.case-single-section .case-row-sec {
  padding-top: 50px;
  margin-bottom: 50px;
}
.case-single-section .pagi {
  margin: 0 -15px;
}
.case-single-section .pagi > div {
  width: calc(50% - 30px);
  float: left;
  margin: 0 15px;
}
@media (max-width: 550px) {
  .case-single-section .pagi > div {
    width: calc(100% - 30px);
    float: none;
  }
}
.case-single-section .pagi span {
  font-size: 12px;
  font-size: 0.5rem;
  font-weight: 500;
  text-transform: uppercase;
}
.case-single-section .pagi h4 {
  font-size: 24px;
  font-size: 1rem;
  margin: 0.2em 0 0;
}
@media (max-width: 991px) {
  .case-single-section .pagi h4 {
    font-size: 20px;
    font-size: 0.8333333333rem;
  }
}
@media (max-width: 767px) {
  .case-single-section .pagi h4 {
    font-size: 18px;
    font-size: 0.75rem;
  }
}
.case-single-section .pagi h4 a {
  color: #2b2d42;
}
.case-single-section .pagi > div:last-child {
  text-align: right;
}
@media (max-width: 550px) {
  .case-single-section .pagi > div:last-child {
    text-align: left;
    margin-top: 45px;
  }
}

/*--------------------------------------------------------------
  #blog-page
  --------------------------------------------------------------*/
/*--------------------------------------------------------------
#7.1  blog-pg-section
--------------------------------------------------------------*/
.blog-pg-section {
  /*** format-standard ***/
  /*** format-gallery ***/
  /*** format-quote ***/
  /*** format-video ***/
}

.blog-pg-section .blog-content .post {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .blog-pg-section .blog-content .post {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .blog-pg-section .blog-content .post {
    margin-bottom: 50px;
  }
}
.blog-pg-section .entry-details {
  padding-top: 40px;
  position: relative;
  z-index: 1;
}
.blog-pg-section .entry-details .entry-meta {
  overflow: hidden;
  margin-bottom: 25px;
}
.blog-pg-section .entry-details .entry-meta > div {
  float: left;
  position: relative;
}
.blog-pg-section .entry-details .entry-meta .date .fa {
  color: #000000;
  padding: 0;
  margin-right: 10px;
}
.blog-pg-section .entry-details .entry-meta > div:last-child:before {
  content: "";
  background-color: #c0c0c0;
  width: 9px;
  height: 9px;
  border-radius: 9px;
  position: absolute;
  left: -11px;
  top: 4px;
  display: none;
}
.blog-pg-section .entry-details .entry-meta .date,
.blog-pg-section .entry-details .entry-meta .tags {
  font-size: 12px;
  font-size: 0.5rem;
  font-weight: 500;
  color: #2b2d42;
  text-transform: uppercase;
}
.blog-pg-section .entry-details .entry-meta .tags a {
  color: #2b2d42;
  position: relative;
  display: inline-block;
  margin-left: 10px;
}
.blog-pg-section .entry-details .entry-meta .tags a:hover {
  color: #000;
}
.blog-pg-section .entry-details .read-more {
  font-size: 15px;
  font-size: 0.625rem;
  font-weight: 500;
  color: #2b2d42;
  position: relative;
  text-transform: capitalize;
}
.blog-pg-section .entry-details .read-more i {
  position: relative;
  top: 1px;
}
.blog-pg-section .entry-details .read-more i:before {
  font-size: 14px;
}
.blog-pg-section .entry-details .read-more:hover {
  text-decoration: underline;
}
.blog-pg-section .post h3 {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  margin: 0 0 0.5em;
}
@media (max-width: 991px) {
  .blog-pg-section .post h3 {
    font-size: 25px;
    font-size: 1.0416666667rem;
  }
}
@media (max-width: 767px) {
  .blog-pg-section .post h3 {
    font-size: 22px;
    font-size: 0.9166666667rem;
  }
}
.blog-pg-section .post h3 a {
  color: #2b2d42;
  font-weight: 500;
}
.blog-pg-section .post h3 a:hover {
  text-decoration: underline;
}
.blog-pg-section .post p {
  font-size: 18px;
  font-size: 0.75rem;
  font-weight: 300;
  margin-bottom: 1.4em;
}
@media (max-width: 991px) {
  .blog-pg-section .post p {
    font-size: 16px;
    font-size: 0.6666666667rem;
  }
}
.blog-pg-section .format-standard .entry-details,
.blog-pg-section .format-quote .entry-details {
  border: 1px solid #e9ebef;
  padding: 45px 35px;
}
@media (max-width: 500px) {
  .blog-pg-section .format-standard .entry-details,
  .blog-pg-section .format-quote .entry-details {
    padding: 35px 20px;
  }
}
.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%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.blog-pg-section .format-gallery .owl-controls .owl-nav [class*="owl-"]:hover {
  background: #ef233c;
}
.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;
  -o-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%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.blog-pg-section .format-gallery .owl-controls .owl-nav .owl-prev {
  left: 30px;
}
.blog-pg-section .format-gallery .owl-controls .owl-nav .owl-next {
  right: 30px;
}
.blog-pg-section .format-quote {
  position: relative;
}
.blog-pg-section .format-quote:before {
  content: "Q";
  font-size: 160px;
  font-size: 6.6666666667rem;
  color: rgba(0, 0, 0, 0.1);
  position: absolute;
  right: 162px;
  top: -20px;
}
.blog-pg-section .format-quote h3 {
  font-size: 24px;
  font-size: 1rem;
  margin: 0;
}
.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 a {
  background: #ef233c;
  width: 75px;
  height: 75px;
  line-height: 102px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.blog-pg-section .format-video .video-holder .fi:before {
  font-size: 40px;
  font-size: 1.6666666667rem;
  color: #fff;
}
@media (max-width: 767px) {
  .blog-pg-section .format-video .video-holder .fi:before {
    font-size: 60px;
    font-size: 2.5rem;
  }
}

@media screen and (min-width: 1200px) {
  .blog-left-sidebar .blog-content,
  .blog-single-left-sidebar .blog-content {
    padding: 0 0 0 45px;
  }
}
@media (max-width: 991px) {
  .blog-left-sidebar .order-last,
  .blog-left-sidebar .order-fast,
  .blog-single-left-sidebar .order-last,
  .blog-single-left-sidebar .order-fast {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }
}

.blog-fullwidth .blog-content,
.blog-single-fullwidth .blog-content {
  padding-right: 0;
}

/*--------------------------------------------------------------
  #blog-single-page
  --------------------------------------------------------------*/
/*--------------------------------------------------------------
#8.1  blog-single-section
--------------------------------------------------------------*/
.blog-single-section {
  /*** tag-share ***/
  /*** author-box ***/
  /*** more-posts ***/
  /*** comments area ***/
  /*** comment-respond ***/
}
@media screen and (min-width: 1200px) {
  .blog-single-section .blog-content {
    padding-right: 0;
  }
}
.blog-single-section .blog-content p {
  font-weight: 300;
}
.blog-single-section .entry-meta {
  overflow: hidden;
  margin: 45px 0 25px;
}
.blog-single-section .entry-meta > div {
  float: left;
  position: relative;
}
.blog-single-section .entry-meta > div:last-child {
  margin-left: 25px;
}
.blog-single-section .entry-meta > div:last-child:before {
  content: "";
  background-color: #c0c0c0;
  width: 9px;
  height: 9px;
  border-radius: 9px;
  position: absolute;
  left: -11px;
  top: 4px;
}
.blog-single-section .entry-meta .date,
.blog-single-section .entry-meta .tags {
  font-size: 12px;
  font-size: 0.5rem;
  font-weight: 500;
  color: #2b2d42;
  text-transform: uppercase;
}
.blog-single-section .entry-meta .tags a {
  color: #2b2d42;
  position: relative;
  display: inline-block;
  margin-left: 10px;
}
.blog-single-section .entry-meta .tags a:hover {
  color: #000;
}
.blog-single-section .post h2 {
  font-size: 40px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2em;
  margin: 0.7em 0;
}
@media (max-width: 991px) {
  .blog-single-section .post h2 {
    font-size: 25px;
    font-size: 1.0416666667rem;
  }
}
@media (max-width: 767px) {
  .blog-single-section .post h2 {
    font-size: 22px;
    font-size: 0.9166666667rem;
  }
}
.blog-single-section .post p {
  line-height: 1.7em;
  margin-bottom: 1.5em;
}
.blog-single-section .post h3 {
  font-size: 24px;
  font-size: 1rem;
  line-height: 1.3em;
  margin: 1em 0 1em;
}
@media (max-width: 991px) {
  .blog-single-section .post h3 {
    font-size: 22px;
    font-size: 0.9166666667rem;
  }
}
@media (max-width: 767px) {
  .blog-single-section .post h3 {
    font-size: 20px;
    font-size: 0.8333333333rem;
  }
}
.blog-single-section .post blockquote {
  font-size: 17px;
  font-size: 0.7083333333rem;
  font-weight: 300;
  font-style: italic;
  color: #2b2d42;
  line-height: 1.6em;
  margin: 50px 0 50px;
  position: relative;
  padding-left: 100px;
}
@media (max-width: 767px) {
  .blog-single-section .post blockquote {
    font-size: 17px;
    font-size: 0.7083333333rem;
    padding-left: 25px;
    border-left: 2px solid #d4d4d4;
  }
}
.blog-single-section .post blockquote:before {
  content: "“";
  font-size: 220px;
  font-size: 9.1666666667rem;
  color: #dfdfdf;
  position: absolute;
  left: -30px;
  top: 75px;
}
@media (max-width: 767px) {
  .blog-single-section .post blockquote:before {
    display: none;
  }
}
.blog-single-section .share {
  border-top: 1px solid #e2e2e2;
  padding-top: 25px;
  margin: 75px 0 0;
}
.blog-single-section .share i {
  font-size: 25px;
  font-size: 1.0416666667rem;
}
.blog-single-section .share ul {
  display: inline-block;
  padding-left: 25px;
}
.blog-single-section .share ul li {
  float: left;
}
.blog-single-section .share ul > li + li {
  margin-left: 20px;
}
.blog-single-section .share ul a {
  font-size: 12px;
  font-size: 0.5rem;
  font-weight: 500;
  color: #000;
  text-transform: uppercase;
}
.blog-single-section .author-box {
  margin: 70px 0;
}
.blog-single-section .author-box .author-avatar {
  float: left;
}
@media (max-width: 767px) {
  .blog-single-section .author-box .author-avatar {
    float: none;
  }
}
.blog-single-section .author-box .author-content {
  display: block;
  overflow: hidden;
  padding-left: 25px;
}
@media (max-width: 767px) {
  .blog-single-section .author-box .author-content {
    padding: 0;
    margin: 15px 0 0 0;
  }
}
.blog-single-section .author-box .author-content p {
  margin-bottom: 20px;
}
.blog-single-section .author-box .author-name {
  font-size: 18px;
  font-size: 0.75rem;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 10px;
  color: #2b2d42;
}
.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.5416666667rem;
  color: #2b2d42;
}
.blog-single-section .author-box .social-link a:hover {
  color: #ef233c;
}
.blog-single-section .more-posts {
  overflow: hidden;
  border: 1px solid #dddddd;
  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 .previous-post h4,
.blog-single-section .more-posts .next-post h4 {
  font-size: 20px;
  font-size: 0.8333333333rem;
  margin: 0.7em 0 0;
  line-height: 1.2em;
}
.blog-single-section .more-posts .previous-post > a,
.blog-single-section .more-posts .next-post > a {
  font-size: 13px;
  font-size: 0.5416666667rem;
  font-weight: 400;
  color: #6f6f6f;
}
.blog-single-section .more-posts .next-post {
  text-align: right;
  border-left: 1px solid #dddddd;
  padding-left: 35px;
  padding-right: 5px;
}
@media (max-width: 767px) {
  .blog-single-section .more-posts .next-post {
    border-left: 0;
    text-align: left;
    border-top: 1px solid #dddddd;
  }
}
.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: "Rubik", sans-serif;
  content: "";
  position: absolute;
  right: 0;
  top: -1px;
}
@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: 35px;
  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: "Rubik", sans-serif;
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
}
@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 a:hover .post-control-link {
  color: #ef233c;
}
.blog-single-section .comments-area {
  margin-top: 70px;
}
.blog-single-section .comments-area li > div {
  border-bottom: 1px solid #f4f4f4;
  padding: 0 0 35px;
}
.blog-single-section .comments-area ol {
  list-style-type: none;
  padding-left: 0;
}
.blog-single-section .comments-area ol ul {
  padding-left: 30px;
  padding-bottom: 30px;
  padding-top: 30px;
  list-style-type: none;
}
.blog-single-section .comments-area ol > li:last-child div {
  border-bottom: 0;
}
.blog-single-section .comments-area .comments-title {
  font-size: 28px;
  font-size: 1.1666666667rem;
  font-weight: 400;
  margin: 0 0 1.5em;
}
@media (max-width: 991px) {
  .blog-single-section .comments-area .comments-title {
    font-size: 18px;
    font-size: 0.75rem;
  }
}
.blog-single-section .comments-area li > div {
  position: relative;
}
.blog-single-section .comments-area .comment-theme {
  position: absolute;
  left: 0;
}
@media (max-width: 767px) {
  .blog-single-section .comments-area .comment-theme {
    position: static;
  }
}
.blog-single-section .comments-area .comment-main-area {
  padding-left: 100px;
}
@media (max-width: 767px) {
  .blog-single-section .comments-area .comment-main-area {
    padding-left: 0;
    margin-top: 25px;
  }
}
.blog-single-section .comments-area .comment-main-area p {
  margin-bottom: 20px;
}
.blog-single-section .comments-area .comments-meta h4 {
  font-size: 17px;
  font-size: 0.7083333333rem;
  color: #2b2d42;
  font-weight: 500;
  margin: 0 0 1em;
}
.blog-single-section .comments-area .comments-meta h4 span {
  font-size: 12px;
  font-size: 0.5rem;
  font-weight: 400;
  color: #959595;
  text-transform: uppercase;
  display: block;
  margin-top: 0.7em;
}
@media (max-width: 767px) {
  .blog-single-section .comments-area .comments-meta h4 span {
    padding-left: 0;
  }
}
.blog-single-section .comments-area .comment-reply-link {
  font-size: 14px;
  font-size: 0.5833333333rem;
  font-weight: 500;
  color: #000;
  position: relative;
  text-decoration: underline;
}
.blog-single-section .comments-area .comment-reply-link:hover {
  color: #ef233c;
}
.blog-single-section .comment-respond {
  background-color: #f6f6f6;
  margin-top: 70px;
  padding: 60px;
}
@media (max-width: 600px) {
  .blog-single-section .comment-respond {
    background-color: transparent;
    padding: 0;
    margin-top: 0;
  }
}
.blog-single-section .comment-respond .comment-reply-title {
  font-size: 22px;
  font-size: 0.9166666667rem;
  margin: 0 0 1.5em;
  font-weight: 500;
}
.blog-single-section .comment-respond form input,
.blog-single-section .comment-respond form textarea {
  background-color: #fff;
  width: 100%;
  height: 50px;
  font-size: 14px;
  font-size: 0.5833333333rem;
  border: 1px solid #c1c1c1;
  padding: 6px 15px;
  margin-bottom: 15px;
  outline: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.blog-single-section .comment-respond form input:focus,
.blog-single-section .comment-respond form textarea:focus {
  border-color: #000;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@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: #8d99ae;
  font-size: 12px;
  font-size: 0.5rem;
  color: #fff;
  margin-bottom: 0;
  border: 0;
  outline: 0;
  text-transform: capitalize;
  font-weight: 500;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.blog-single-section .comment-respond .form-submit input:hover {
  background-color: #000;
}

@media screen and (min-width: 1200px) {
  .blog-single-left-sidebar-section .blog-sidebar {
    padding-right: 45px;
    padding-left: 0;
  }
}

/*--------------------------------------------------------------
  #shop-page
  --------------------------------------------------------------*/
/*--------------------------------------------------------------
#9.1  shop-pg-section
--------------------------------------------------------------*/
.shop-pg-section .woocommerce-toolbar-top p,
.shop-pg-section .woocommerce-toolbar-top form {
  display: inline-block;
}
@media (max-width: 500px) {
  .shop-pg-section .woocommerce-toolbar-top p,
  .shop-pg-section .woocommerce-toolbar-top form {
    display: block;
    float: none;
  }
}
.shop-pg-section .woocommerce-toolbar-top p {
  font-weight: 300;
  float: left;
}
@media (max-width: 500px) {
  .shop-pg-section .woocommerce-toolbar-top p {
    float: none;
  }
}
.shop-pg-section .woocommerce-toolbar-top form {
  float: right;
}
@media (max-width: 500px) {
  .shop-pg-section .woocommerce-toolbar-top form {
    float: none;
    margin-bottom: 25px;
  }
}
.shop-pg-section .woocommerce-toolbar-top select {
  font-size: 16px;
  font-size: 0.6666666667rem;
  font-weight: 300;
  padding: 6px 15px;
  border: 1px solid #ddd;
}
.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;
  -o-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;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.shop-pg-section .cart-details li:last-child {
  -webkit-transition: all 0.5s 0.1s;
  -o-transition: all 0.5s 0.1s;
  transition: all 0.5s 0.1s;
}
.shop-pg-section .details {
  text-align: center;
  padding: 30px 15px;
}
.shop-pg-section .details h4 {
  font-size: 20px;
  font-size: 0.8333333333rem;
  font-weight: 400;
  margin: 0 0 0.4em;
}
@media (max-width: 991px) {
  .shop-pg-section .details h4 {
    font-size: 16px;
    font-size: 0.6666666667rem;
  }
}
.shop-pg-section .details h4 a {
  color: #2b2d42;
}
.shop-pg-section .details h4 a:hover {
  color: #ef233c;
}
.shop-pg-section .details del {
  color: #aaa;
  font-weight: 400;
  display: inline-block;
  padding-right: 10px;
}
@media (max-width: 991px) {
  .shop-pg-section .details del {
    font-size: 14px;
    font-size: 0.5833333333rem;
  }
}
.shop-pg-section .details .price {
  color: #2b2d42;
  font-weight: 400;
}
@media (max-width: 991px) {
  .shop-pg-section .details .price {
    font-size: 14px;
    font-size: 0.5833333333rem;
  }
}
.shop-pg-section .pagination-wrapper {
  text-align: center;
  clear: both;
}

/*--------------------------------------------------------------
  #shop-single-page
  --------------------------------------------------------------*/
/*--------------------------------------------------------------
#10.1 shop-single-section
--------------------------------------------------------------*/
.shop-single-section {
  padding-bottom: 80px;
  /*** product slider ***/
  /*** single-product info ***/
}
@media (max-width: 991px) {
  .shop-single-section {
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .shop-single-section {
    padding-bottom: 60px;
  }
}
.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;
  margin-top: 35px;
}
.shop-single-section .shop-single-slider .slider-nav > i {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-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 .shop-single-slider .slider-nav .slick-slide {
  width: auto !important;
  margin-right: 15px;
}
.shop-single-section .shop-single-slider .slider-nav .slick-slide {
  border: 1px solid transparent;
}
.shop-single-section
  .shop-single-slider
  .slider-nav
  .slick-slide.slick-current.slick-active {
  border: 1px solid #000;
}
.shop-single-section .product-details {
  padding: 50px 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: 45px;
  font-size: 1.875rem;
  margin: 0 0 0.5em;
}
@media (max-width: 767px) {
  .shop-single-section .product-details h2 {
    font-size: 22px;
    font-size: 0.9166666667rem;
  }
}
.shop-single-section .product-details .price {
  font-size: 28px;
  font-size: 1.1666666667rem;
  font-weight: 400;
  margin: 0.4em 0 0.5em;
}
@media (max-width: 991px) {
  .shop-single-section .product-details .price {
    font-size: 20px;
    font-size: 0.8333333333rem;
  }
}
.shop-single-section .product-details .rating {
  margin-bottom: 25px;
}
.shop-single-section .product-details .rating .fi:before {
  font-size: 12px;
  font-size: 0.5rem;
  color: #ef233c;
}
.shop-single-section .product-details .rating span {
  font-weight: 300;
}
.shop-single-section .product-details p {
  font-weight: 300;
  margin-bottom: 1.3em;
}
.shop-single-section .product-details p:last-child {
  margin: 0;
}
.shop-single-section .product-details .product-option {
  margin: 35px 0;
}
.shop-single-section .product-details .product-option input {
  font-size: 17px;
  font-weight: 300;
}
.shop-single-section .product-details .product-option .btn {
  padding: 7px 4px 7px 6px;
  font-size: 8px;
  font-weight: normal;
  position: relative;
}
.shop-single-section .product-details .product-option .btn:hover {
  background-color: #000 !important;
}
.shop-single-section .product-details .product-option .product-count {
  width: 65px;
  position: relative;
  height: 50px;
  border-right: 0;
}
.shop-single-section
  .product-details
  .product-option
  .input-group-btn-vertical {
  position: absolute;
  top: 0;
  right: 0;
}
.shop-single-section .product-details .product-option .bootstrap-touchspin-up {
  background: transparent;
  color: #000;
  font-size: 16px;
  padding: 4px 0 7px 0;
  font-size: 15px;
  width: 25px;
  top: 0;
  right: 0;
  position: absolute;
}
.shop-single-section
  .product-details
  .product-option
  .bootstrap-touchspin-down {
  background: transparent;
  width: 25px;
  color: #000;
  font-size: 16px;
  padding: 4px 0 7px 0;
  font-size: 15px;
  border-top: 0;
  bottom: 0;
  position: absolute;
}
.shop-single-section
  .product-details
  .product-option
  form
  button[type="submit"] {
  font-size: 12px;
  border: 0;
}
.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 {
  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;
  height: 50px;
}
.shop-single-section
  .product-details
  .product-option
  .product-row
  > div:last-child
  .theme-btn:hover,
.shop-single-section
  .product-details
  .product-option
  .product-row
  > div:last-child
  .theme-btn-s2:hover,
.shop-single-section
  .product-details
  .product-option
  .product-row
  > div:last-child
  .theme-btn-s3:hover,
.shop-single-section
  .product-details
  .product-option
  .product-row
  > div:last-child
  .view-cart-btn:hover,
.shop-single-section
  .product-details
  .product-option
  .product-row
  > div:last-child
  .checkout-btn:hover {
  background: #ef233c;
  border-color: #ef233c;
  color: #fff;
}
.shop-single-section .product-details .product-option .theme-btn,
.shop-single-section .product-details .product-option .theme-btn-s2,
.shop-single-section .product-details .product-option .theme-btn-s3,
.shop-single-section .product-details .product-option .view-cart-btn,
.shop-single-section .product-details .product-option .checkout-btn {
  background-color: #000;
  padding: 16px 45px;
}
@media (max-width: 991px) {
  .shop-single-section .product-details .product-option .theme-btn,
  .shop-single-section .product-details .product-option .theme-btn-s2,
  .shop-single-section .product-details .product-option .theme-btn-s3,
  .shop-single-section .product-details .product-option .view-cart-btn,
  .shop-single-section .product-details .product-option .checkout-btn {
    font-size: 12px;
    font-size: 0.5rem;
    padding: 17px 25px;
  }
}
@media (max-width: 767px) {
  .shop-single-section .product-details .product-option .theme-btn,
  .shop-single-section .product-details .product-option .theme-btn-s2,
  .shop-single-section .product-details .product-option .theme-btn-s3,
  .shop-single-section .product-details .product-option .view-cart-btn,
  .shop-single-section .product-details .product-option .checkout-btn {
    font-size: 12px;
    font-size: 0.5rem;
    padding: 17px 20px;
  }
}
.shop-single-section .product-details .product-option .theme-btn:hover,
.shop-single-section .product-details .product-option .theme-btn-s2:hover,
.shop-single-section .product-details .product-option .theme-btn-s3:hover,
.shop-single-section .product-details .product-option .view-cart-btn:hover,
.shop-single-section .product-details .product-option .checkout-btn:hover,
.shop-single-section .product-details .product-option .theme-btn:focus,
.shop-single-section .product-details .product-option .theme-btn-s2:focus,
.shop-single-section .product-details .product-option .theme-btn-s3:focus,
.shop-single-section .product-details .product-option .view-cart-btn:focus,
.shop-single-section .product-details .product-option .checkout-btn:focus,
.shop-single-section .product-details .product-option .theme-btn:active,
.shop-single-section .product-details .product-option .theme-btn-s2:active,
.shop-single-section .product-details .product-option .theme-btn-s3:active,
.shop-single-section .product-details .product-option .view-cart-btn:active,
.shop-single-section .product-details .product-option .checkout-btn:active {
  background-color: #e8112b;
  color: #fff;
  border: 0;
  outline: 0;
}
.shop-single-section .product-details .product-option .heart-btn i {
  font-size: 15px;
  font-size: 0.625rem;
}
.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: #ef233c;
  color: #fff;
}
.shop-single-section .thb-product-meta-before .add-to-wishlist {
  margin-bottom: 20px;
}
.shop-single-section .thb-product-meta-before .add-to-wishlist i {
  font-size: 20px;
  font-size: 0.8333333333rem;
  position: relative;
  top: 4px;
  display: inline-block;
  padding-right: 3px;
}
.shop-single-section .thb-product-meta-before .add-to-wishlist a {
  font-size: 14px;
  font-size: 0.5833333333rem;
  color: #2b2d42;
  font-weight: 500;
}
.shop-single-section .thb-product-meta-before .add-to-wishlist a:hover {
  color: #ef233c;
}
.shop-single-section .thb-product-meta-before .product_meta {
  font-weight: 500;
  color: #000;
}
.shop-single-section .thb-product-meta-before .product_meta > span {
  display: block;
  font-size: 16px;
  font-size: 0.6666666667rem;
  font-weight: 400;
  margin-bottom: 5px;
  color: #000;
}
.shop-single-section .thb-product-meta-before .product_meta > span span {
  color: #717171;
  font-weight: 300;
}
.shop-single-section .thb-product-meta-before .product_meta > span a {
  font-weight: 300;
  color: #2b2d42;
}
.shop-single-section .thb-product-meta-before .product_meta > span a:hover {
  text-decoration: underline;
}
.shop-single-section .single-product-info {
  margin-top: 75px;
  text-align: center;
  border-top: 1px solid #e8e8e8;
  /*** tabs ***/
  /*** client rv ***/
  /*** review form ***/
}
.shop-single-section .single-product-info h4 {
  font-size: 18px;
  font-size: 0.75rem;
  font-weight: 400;
  margin: 0;
  line-height: 1.7em;
}
.shop-single-section .single-product-info p {
  margin-bottom: 1.3em;
}
.shop-single-section .single-product-info .tab-pane p:last-child {
  margin-bottom: 0;
}
.shop-single-section .single-product-info .nav-tabs {
  border: 0;
  display: inline-block;
  margin-top: 5px;
}
@media (max-width: 767px) {
  .shop-single-section .single-product-info .nav-tabs {
    margin-bottom: 20px;
  }
}
.shop-single-section .single-product-info .nav-tabs li {
  border: 0;
  margin-right: 1px;
  float: left;
}
.shop-single-section .single-product-info .nav-tabs li.active button {
  border: 0;
  outline: 0;
}
.shop-single-section .single-product-info .nav-tabs button {
  background: transparent;
  font-weight: 500;
  font-size: 16px;
  font-size: 0.6666666667rem;
  color: #2b2d42;
  border: 0;
  border-radius: 0;
  margin: 0;
  display: block;
  padding: 12px 20px 11px;
}
@media (max-width: 767px) {
  .shop-single-section .single-product-info .nav-tabs button {
    font-size: 14px;
    font-size: 0.5833333333rem;
    font-weight: normal;
    padding: 10px 10px 8px;
    text-transform: none;
  }
}
.shop-single-section .single-product-info .nav-tabs button:hover,
.shop-single-section .single-product-info .nav-tabs button.active,
.shop-single-section .single-product-info .nav-tabs button:focus {
  background-color: transparent;
  color: #ef233c;
  outline: none;
}
.shop-single-section .single-product-info .tab-content {
  border-top: 1px solid #e8e8e8;
  padding: 35px 0;
  margin-top: -1px;
  text-align: left;
}
@media (max-width: 767px) {
  .shop-single-section .single-product-info .tab-content {
    border: 0;
    padding: 0;
    margin: 0;
  }
}
.shop-single-section .single-product-info .tab-content p {
  font-weight: 300;
}
.shop-single-section .single-product-info .client-rv {
  overflow: hidden;
  margin-bottom: 30px;
}
.shop-single-section .single-product-info .client-rv:last-child {
  margin-bottom: 0;
}
.shop-single-section .single-product-info .client-rv .client-pic {
  width: 60px;
  float: left;
}
@media (max-width: 767px) {
  .shop-single-section .single-product-info .client-rv .client-pic {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
}
.shop-single-section .single-product-info .client-rv .details {
  width: calc(100% - 80px);
  float: right;
}
@media (max-width: 767px) {
  .shop-single-section .single-product-info .client-rv .details {
    width: 100%;
    float: none;
  }
}
@media (max-width: 767px) {
  .shop-single-section .single-product-info .client-rv .name-rating-time {
    padding-bottom: 3px;
  }
}
.shop-single-section .single-product-info .client-rv .name-rating-time > div,
.shop-single-section .single-product-info .client-rv .name-rating > div {
  display: inline-block;
  font-size: 14px;
  font-size: 0.5833333333rem;
}
@media (max-width: 767px) {
  .shop-single-section .single-product-info .client-rv .name-rating-time > div,
  .shop-single-section .single-product-info .client-rv .name-rating > div {
    font-size: 12px;
    font-size: 0.5rem;
    display: block;
  }
}
.shop-single-section .single-product-info .client-rv .rating .fi:before {
  font-size: 12px;
}
.shop-single-section .single-product-info .client-rv .rating {
  font-size: 12px;
  color: #ef233c;
  padding-left: 12px;
}
@media (max-width: 767px) {
  .shop-single-section .single-product-info .client-rv .rating {
    padding-left: 0;
    margin: 4px 0 7px;
  }
}
.shop-single-section .single-product-info .client-rv .name-rating-time .time {
  font-size: 14px;
  font-size: 0.5833333333rem;
  font-weight: 500;
  margin-top: 3px;
  display: block;
  color: #b3b3b3;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .shop-single-section .single-product-info .client-rv .name-rating-time .time {
    float: none;
  }
}
.shop-single-section .single-product-info .client-rv .review-body {
  padding-top: 12px;
}
.shop-single-section .single-product-info .review-form-wrapper {
  margin-top: 50px;
}
@media screen and (min-width: 1200px) {
  .shop-single-section .single-product-info .review-form-wrapper {
    padding-left: 15px;
  }
}
@media (max-width: 991px) {
  .shop-single-section .single-product-info .review-form {
    margin-top: 45px;
  }
}
.shop-single-section .single-product-info .review-form h4 {
  margin-bottom: 1.73em;
  font-weight: 400;
}
.shop-single-section
  .single-product-info
  .review-form
  form
  ::-webkit-input-placeholder {
  /* Edge */
  font-size: 16px;
  font-size: 0.6666666667rem;
}
.shop-single-section
  .single-product-info
  .review-form
  form
  :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-size: 16px;
  font-size: 0.6666666667rem;
}
.shop-single-section .single-product-info .review-form form ::-moz-placeholder {
  font-size: 16px;
  font-size: 0.6666666667rem;
}
.shop-single-section
  .single-product-info
  .review-form
  form
  ::-ms-input-placeholder {
  font-size: 16px;
  font-size: 0.6666666667rem;
}
.shop-single-section .single-product-info .review-form form ::placeholder {
  font-size: 16px;
  font-size: 0.6666666667rem;
}
.shop-single-section .single-product-info .review-form form input,
.shop-single-section .single-product-info .review-form form textarea {
  width: 100%;
  height: 50px;
  border: 1px solid #ddd;
  border-radius: 0;
  padding: 12px 15px;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: 300;
}
@media (max-width: 991px) {
  .shop-single-section .single-product-info .review-form form input,
  .shop-single-section .single-product-info .review-form form textarea {
    padding: 10px 15px;
  }
}
.shop-single-section .single-product-info .review-form form input:focus,
.shop-single-section .single-product-info .review-form form textarea:focus {
  border: 1px solid #000;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.shop-single-section .single-product-info .review-form form textarea {
  height: 130px;
}
.shop-single-section .single-product-info .review-form form > div {
  margin-bottom: 27px;
}
.shop-single-section .single-product-info .review-form form > div:last-child {
  margin-bottom: 0;
}
.shop-single-section
  .single-product-info
  .review-form
  form
  .rating-wrapper
  > div {
  display: inline-block;
}
@media (max-width: 767px) {
  .shop-single-section
    .single-product-info
    .review-form
    form
    .rating-wrapper
    > div {
    display: block;
    float: none !important;
  }
}
.shop-single-section
  .single-product-info
  .review-form
  form
  .rating-wrapper
  > div:last-child {
  float: right;
}
@media (max-width: 767px) {
  .shop-single-section
    .single-product-info
    .review-form
    form
    .rating-wrapper
    > div:last-child {
    margin-top: 20px;
  }
}
.shop-single-section .single-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 .single-product-info .review-form form .rating a {
    font-size: 12px;
    margin-right: 5px;
  }
}
.shop-single-section
  .single-product-info
  .review-form
  form
  .rating
  a:last-child {
  margin: 0;
}
.shop-single-section .single-product-info .review-form form .rating a:hover {
  color: #ef233c;
}
.shop-single-section .single-product-info .review-form .submit button {
  border: 0;
  outline: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.shop-single-section .slider-nav .slick-slide:focus {
  outline: none;
}
.shop-single-section .products {
  overflow: hidden;
  margin: 0 -15px;
}
.shop-single-section .products > li {
  width: calc(25% - 30px);
  float: left;
  margin: 0 15px 30px;
}
@media (max-width: 1500px) {
  .shop-single-section .products > li {
    width: calc(33.33% - 30px);
  }
}
@media (max-width: 1300px) {
  .shop-single-section .products > li {
    width: calc(50% - 30px);
  }
}
@media (max-width: 500px) {
  .shop-single-section .products > li {
    width: calc(100% - 30px);
    float: none;
  }
}
.shop-single-section .product-holder {
  position: relative;
}
.shop-single-section .product-holder .product-badge {
  background-color: #ef233c;
  font-size: 12px;
  font-size: 0.5rem;
  color: #fff;
  padding: 5px 15px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 25px;
}
.shop-single-section .product:hover .shop-action-wrap {
  opacity: 1;
  visibility: visible;
  bottom: 35px;
}
.shop-single-section .shop-action-wrap {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.shop-single-section .shop-action {
  display: inline-block;
}
.shop-single-section .shop-action > li {
  float: left;
  text-align: center;
}
.shop-single-section .shop-action > li + li {
  margin-left: 5px;
}
.shop-single-section .shop-action li a {
  background-color: #fff;
  width: 45px;
  height: 45px;
  line-height: 45px;
  color: #000;
  display: inline-block;
  border-radius: 45px;
  -webkit-box-shadow: 0px 3px 6.58px 0.42px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 3px 6.58px 0.42px rgba(0, 0, 0, 0.08);
}
.shop-single-section .shop-action li a:hover {
  background-color: #000;
  color: #fff;
}
.shop-single-section .shop-action a i:before {
  font-size: 15px;
  font-size: 0.625rem;
}
.shop-single-section .shop-action > li:first-child i:before {
  font-size: 16px;
  font-size: 0.6666666667rem;
}
.shop-single-section .shop-action > li:nth-child(2) a {
  line-height: 50px;
}
.shop-single-section .product-info {
  text-align: center;
  padding-top: 25px;
}
.shop-single-section .product-info h4 {
  font-family: "Rubik", sans-serif;
  font-size: 14px;
  font-size: 0.5833333333rem;
  font-weight: 500;
  margin: 0 0 0.5em;
}
.shop-single-section .product-info h4 a {
  color: #2b2d42;
}
.shop-single-section .product-info h4 a:hover {
  text-decoration: underline;
}
.shop-single-section .product-info .woocommerce-Price-amount {
  font-size: 16px;
  font-size: 0.6666666667rem;
}
.shop-single-section .product-info ins {
  font-weight: 500;
  color: #2b2d42;
  text-decoration: none;
}
.shop-single-section .product-info del {
  display: inline-block;
  padding-left: 8px;
  color: #a9a9a9;
}
.shop-single-section .product-info .product-description {
  display: none;
}
.shop-single-section .realted-porduct h3 {
  font-size: 40px;
  font-size: 1.6666666667rem;
  margin: 1em 0 1em;
  text-align: center;
}

@media screen and (min-width: 1200px) {
  .shop-single-vertical-thumb .slider-for {
    max-width: 535px;
    float: right;
  }
  .shop-single-vertical-thumb .slider-nav .slick-slide {
    margin-bottom: 15px;
  }
  .shop-single-vertical-thumb .shop-single-slider .slider-nav .slick-slide,
  .shop-single-vertical-thumb .shop-single-slider .slider-nav .slick-track {
    width: 100px !important;
  }
  .shop-single-vertical-thumb .slider-nav .slick-slide {
    float: none;
  }
  .shop-single-vertical-thumb .single-product-info {
    margin-top: 110px;
  }
}
@media screen and (min-width: 1450px) {
  .shop-single-vertical-thumb .slider-for {
    max-width: 615px;
    float: right;
  }
}

/*--------------------------------------------------------------
  #error-404
  --------------------------------------------------------------*/
/*--------------------------------------------------------------
#11.1 error-404-section
--------------------------------------------------------------*/
.error-404-section {
  border-top: 1px solid #eaeaea;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  position: relative;
}
@media (max-width: 991px) {
  .error-404-section {
    margin-top: 0;
    height: calc(100vh - 89px);
  }
}
.error-404-section .error-404-area {
  max-width: 580px;
  margin: 0 auto;
}
.error-404-section h2 {
  font-size: 240px;
  font-size: 10rem;
  font-weight: 500;
  line-height: 0.7em;
  margin: 0 0 0.2em;
}
@media (max-width: 991px) {
  .error-404-section h2 {
    font-size: 140px;
    font-size: 5.8333333333rem;
  }
}
.error-404-section h3 {
  font-size: 26px;
  font-size: 1.0833333333rem;
  font-weight: 400;
  margin: 0 0 1em;
}
.error-404-section p {
  font-size: 17px;
  font-size: 0.7083333333rem;
  margin: 0 0 3em;
}

.error-404-pg .header-default-style {
  z-index: 12;
}

.error-404-pg {
  position: relative;
}
.error-404-pg:before {
  content: "";
  width: 481px;
  height: 670px;
  background: url("../images/404-light.html") center center/cover no-repeat
    local;
  position: absolute;
  right: 25px;
  top: 0;
  z-index: 100;
}
@media (max-width: 1500px) {
  .error-404-pg:before {
    width: 380px;
    height: 529px;
  }
}
@media (max-width: 1300px) {
  .error-404-pg:before {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */
.Testimonials {
  padding: 25px;
}
.wrapper {
  max-width: 950px;
  margin: 50px auto;
  padding: 10px;
}

.wrapper .search-input {
  background: #fff;
  width: 100%;
  border-radius: 5px;
  position: relative;
  box-shadow: 0px 1px 5px 3px rgba(0, 0, 0, 0.12);
}

.search-input input {
  height: 55px;
  width: 100%;
  outline: none;
  border: none;
  border-radius: 5px;
  padding: 0 60px 0 20px;
  font-size: 18px;
  box-shadow: 0px 0px 17px rgb(255 223 223);
}

.search-input.active input {
  border-radius: 5px 5px 0 0;
}

.search-input .autocom-box {
  padding: 0;
  opacity: 0;
  pointer-events: none;
  max-height: 280px;
  overflow-y: auto;
}

.search-input.active .autocom-box {
  padding: 10px 8px;
  opacity: 1;
  pointer-events: auto;
}

.autocom-box li {
  list-style: none;
  padding: 8px 12px;
  display: none;
  width: 100%;
  cursor: default;
  border-radius: 3px;
}

.search-input.active .autocom-box li {
  display: block;
}
.autocom-box li:hover {
  background: #efefef;
}

.search-input .icon {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 55px;
  width: 55px;
  text-align: center;
  line-height: 55px;
  font-size: 20px;
  color: #ef233c;
  cursor: pointer;
}
.list-group .list-group-flush {
  background-color: #8d99ae;
}
.site-header #navbar > ul .bordernav {
  width: 800px;
  left: -300px;
  border-radius: 5px;
  box-shadow: 6px -1px 9px 2px rgba(0, 0, 0, 0.21);
  -webkit-box-shadow: 6px -1px 9px 2px rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 6px -1px 9px 2px rgba(0, 0, 0, 0.21);
}
.list-group-flush {
  font-family: "Rubik", sans-serif;
  font-size: 20px;
}
.wrapper .text-dark {
  color: #e20a0a;
  font-weight: normal;
  line-height: 0.9em;
  font-family: "Rubik", sans-serif;
}
.searchsecond {
  box-shadow: 0px 0px 14px 0px rgb(255 228 228);
  -webkit-box-shadow: 0px 0px 14px 0px rgb(255 228 228);
  -moz-box-shadow: 0px 0px 14px 0px rgb(255 228 228);
  color: #e20a0a;
  font-weight: normal;
  line-height: 0.9em;
  font-family: "Rubik", sans-serif;
  border-radius: 5px;
}
.list {
  font-family: "Rubik", sans-serif;
  font-size: 18px;
}
.fa {
  padding: 10px;
}
.icon {
  font-size: 8px;
  /*  margin-top: -2px;*/
}
.cheched {
  list-style-image: url("checked.png");
}

.custom-model-main {
  text-align: center;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; /* z-index: 1050; */
  -webkit-overflow-scrolling: touch;
  outline: 0;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear, z-index 0.15;
  -o-transition: opacity 0.15s linear, z-index 0.15;
  transition: opacity 0.15s linear, z-index 0.15;
  z-index: -1;
  overflow-x: hidden;
  overflow-y: auto;
}

.model-open {
  z-index: 99999;
  opacity: 1;
  overflow: hidden;
}
.custom-model-inner {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  display: inline-block;
  vertical-align: middle;
  width: 600px;
  margin: 30px auto;
  max-width: 97%;
}
.custom-model-wrap {
  display: block;
  width: 100%;
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
  text-align: left;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-height: calc(100vh - 70px);
  overflow-y: auto;
}
.model-open .custom-model-inner {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  position: relative;
  z-index: 999;
}
.model-open .bg-overlay {
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
}
.bg-overlay {
  background: rgba(0, 0, 0, 0);
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  -webkit-transition: background 0.15s linear;
  -o-transition: background 0.15s linear;
  transition: background 0.15s linear;
}
.close-btn {
  position: absolute;
  right: 0;
  top: -30px;
  cursor: pointer;
  z-index: 99;
  font-size: 30px;
  color: #fff;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.zoom-in {
  transform: scale(0) !important;
  opacity: 0;
  -webkit-transition: 1.5s all 0s;
  -moz-transition: 1.5s all 0s;
  -ms-transition: 1.5s all 0s;
  -o-transition: 1.5s all 0s;
  transition: 1.5s all 0s;
  display: block !important;
}

.zoom-in.show {
  opacity: 1;
  transform: scale(1) !important;
  transform: none;
}
.piechart {
  /* margin-top: 300px;*/
  display: block;
  /*position: absolute;*/
  width: 200px;
  height: 200px;
  border-radius: 50%;
  padding: 20px;
  background-image: conic-gradient(red 50deg, red 0 280deg, white 0);
}
.piechart {
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-close {
  /* border:1px solid black;*/
  font-size: 14px;
  color: #fff !important;
}

.progress {
  width: 150px;
  height: 150px !important;
  float: left;
  line-height: 150px;
  background: none;
  margin: 20px;
  box-shadow: none;
  position: relative;
}

.progress:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 12px solid #f49498;
  position: absolute;
  top: 0;
  left: 0;
}

.progress > span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}

.progress .progress-left {
  left: 0;
}

.progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 12px;
  border-style: solid;
  position: absolute;
  top: 0;
}

.progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}

.progress .progress-right {
  right: 0;
}

.progress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
  animation: loading-1 1.8s linear forwards;
}

.progress .progress-value {
  width: 90%;
  height: 90%;
  border-radius: 50%;
  background: #fff;
  font-size: 24px;
  color: #e20a0a;
  line-height: 135px;
  text-align: center;
  position: absolute;
  top: 5%;
  left: 5%;
}

.progress.blue .progress-bar {
  border-color: red;
}

.progress.blue .progress-left .progress-bar {
  animation: loading-2 1.5s linear forwards 1.8s;
}

.progress.yellow .progress-bar {
  border-color: red;
}

.progress.yellow .progress-right .progress-bar {
  animation: loading-3 1.8s linear forwards;
}

.progress.yellow .progress-left .progress-bar {
  animation: loading-4 1.5s linear forwards 1.8s;
}
.popupinput {
  border: 1px solid #e20a0a;
  border-radius: 5px !important;
}
.animate__animated {
  /*display: inline-block;*/
  margin: 0 0.5rem;
  /* referring directly to the animation's @keyframe declaration */
  animation-duration: 1s; /* don't forget to set a duration! */
}
@keyframes loading-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

@keyframes loading-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(124deg);
  }
}

@keyframes loading-3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@keyframes loading-4 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(60deg);
  }
}

.progress .progress-bar4 {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 12px;
  border-style: solid;
  position: absolute;
  top: 0;
}

.progress .progress-left .progress-bar4 {
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}

.progress .progress-right {
  right: 0;
}

.progress .progress-right .progress-bar4 {
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
  animation: loading-1 1.8s linear forwards;
}

.progress .progress-value {
  width: 90%;
  height: 90%;
  border-radius: 50%;
  background: #fff;
  font-size: 24px;
  color: #e20a0a;
  line-height: 135px;
  text-align: center;
  position: absolute;
  top: 5%;
  left: 5%;
}

.progress.blue .progress-bar4 {
  border-color: red;
}

.progress.blue .progress-left .progress-bar4 {
  animation: loading-24 1.5s linear forwards 1.8s;
}

.progress.yellow .progress-bar4 {
  border-color: red;
}

.progress.yellow .progress-right .progress-bar4 {
  animation: loading-34 1.8s linear forwards;
}

.progress.yellow .progress-left .progress-bar4 {
  animation: loading-44 1.5s linear forwards 1.8s;
}
.popupinput {
  border: 1px solid #e20a0a;
  border-radius: 5px !important;
}
.animate__animated {
  /*display: inline-block;*/
  margin: 0 0.5rem;
  /* referring directly to the animation's @keyframe declaration */
  animation-duration: 1s; /* don't forget to set a duration! */
}
@keyframes loading-14 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

@keyframes loading-24 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(90deg);
  }
}

@keyframes loading-34 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@keyframes loading-44 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(80deg);
  }
}

.progress .progress-bar5 {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 12px;
  border-style: solid;
  position: absolute;
  top: 0;
}

.progress .progress-left .progress-bar5 {
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}

.progress .progress-right {
  right: 0;
}

.progress .progress-right .progress-bar5 {
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
  animation: loading-1 1.8s linear forwards;
}

.progress .progress-value {
  width: 90%;
  height: 90%;
  border-radius: 50%;
  background: #fff;
  font-size: 24px;
  color: #e20a0a;
  line-height: 135px;
  text-align: center;
  position: absolute;
  top: 5%;
  left: 5%;
}

.progress.blue .progress-bar5 {
  border-color: red;
}

.progress.blue .progress-left .progress-bar5 {
  animation: loading-24 1.5s linear forwards 1.8s;
}

.progress.yellow .progress-bar5 {
  border-color: red;
}

.progress.yellow .progress-right .progress-bar5 {
  animation: loading-34 1.8s linear forwards;
}

.progress.yellow .progress-left .progress-bar5 {
  animation: loading-44 1.5s linear forwards 1.8s;
}
.popupinput {
  border: 1px solid #e20a0a;
  border-radius: 5px !important;
}
.animate__animated {
  /*display: inline-block;*/
  margin: 0 0.5rem;
  /* referring directly to the animation's @keyframe declaration */
  animation-duration: 1s; /* don't forget to set a duration! */
}
@keyframes loading-15 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

@keyframes loading-25 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(80deg);
  }
}

@keyframes loading-35 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@keyframes loading-45 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(80deg);
  }
}

.progress .progress-bar6 {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 12px;
  border-style: solid;
  position: absolute;
  top: 0;
}

.progress .progress-left .progress-bar6 {
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}

.progress .progress-right {
  right: 0;
}

.progress .progress-right .progress-bar6 {
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
  animation: loading-1 1.8s linear forwards;
}

.progress .progress-value {
  width: 90%;
  height: 90%;
  border-radius: 50%;
  background: #fff;
  font-size: 24px;
  color: #e20a0a;
  line-height: 135px;
  text-align: center;
  position: absolute;
  top: 5%;
  left: 5%;
}

.progress.blue .progress-bar6 {
  border-color: red;
}

.progress.blue .progress-left .progress-bar6 {
  animation: loading-26 1.5s linear forwards 1.8s;
}

.progress.yellow .progress-bar6 {
  border-color: red;
}

.progress.yellow .progress-right .progress-bar6 {
  animation: loading-36 1.8s linear forwards;
}

.progress.yellow .progress-left .progress-bar6 {
  animation: loading-46 1.5s linear forwards 1.8s;
}
.popupinput {
  border: 1px solid #e20a0a;
  border-radius: 5px !important;
}
.animate__animated {
  /*display: inline-block;*/
  margin: 0 0.5rem;
  /* referring directly to the animation's @keyframe declaration */
  animation-duration: 1s; /* don't forget to set a duration! */
}
@keyframes loading-16 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

@keyframes loading-26 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(130deg);
  }
}

@keyframes loading-36 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@keyframes loading-46 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(110deg);
  }
}

.progress .progress-bar7 {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 12px;
  border-style: solid;
  position: absolute;
  top: 0;
}

.progress .progress-left .progress-bar7 {
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}

.progress .progress-right {
  right: 0;
}

.progress .progress-right .progress-bar7 {
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
  animation: loading-1 1.8s linear forwards;
}

.progress .progress-value {
  width: 90%;
  height: 90%;
  border-radius: 50%;
  background: #fff;
  font-size: 24px;
  color: #e20a0a;
  line-height: 135px;
  text-align: center;
  position: absolute;
  top: 5%;
  left: 5%;
}

.progress.blue .progress-bar7 {
  border-color: red;
}

.progress.blue .progress-left .progress-bar7 {
  animation: loading-27 1.5s linear forwards 1.8s;
}

.progress.yellow .progress-bar7 {
  border-color: red;
}

.progress.yellow .progress-right .progress-bar7 {
  animation: loading-37 1.8s linear forwards;
}

.progress.yellow .progress-left .progress-bar7 {
  animation: loading-47 1.5s linear forwards 1.8s;
}
.popupinput {
  border: 1px solid #e20a0a;
  border-radius: 5px !important;
}
.animate__animated {
  /*display: inline-block;*/
  margin: 0 0.5rem;
  /* referring directly to the animation's @keyframe declaration */
  animation-duration: 1s; /* don't forget to set a duration! */
}
@keyframes loading-17 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

@keyframes loading-27 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(140deg);
  }
}

@keyframes loading-37 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@keyframes loading-47 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(130deg);
  }
}

.progress .progress-bar1 {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 12px;
  border-style: solid;
  position: absolute;
  top: 0;
}

.progress .progress-left .progress-bar1 {
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}

.progress .progress-right {
  right: 0;
}

.progress .progress-right .progress-bar1 {
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
  animation: loading-11 1.8s linear forwards;
}

.progress .progress-value {
  width: 90%;
  height: 90%;
  border-radius: 50%;
  background: #fff;
  font-size: 24px;
  color: #e20a0a;
  line-height: 135px;
  text-align: center;
  position: absolute;
  top: 5%;
  left: 5%;
}

.progress.blue .progress-bar1 {
  border-color: red;
}

.progress.blue .progress-left .progress-bar1 {
  animation: loading-21 1.5s linear forwards 1.8s;
}

.progress.yellow .progress-bar1 {
  border-color: red;
}

.progress.yellow .progress-right .progress-bar1 {
  animation: loading-31 1.8s linear forwards;
}

.progress.yellow .progress-left .progress-bar1 {
  animation: loading-41 1.5s linear forwards 1.8s;
}
.popupinput {
  border: 1px solid #e20a0a;
  border-radius: 5px !important;
}
.animate__animated {
  /*display: inline-block;*/
  margin: 0 0.5rem;
  /* referring directly to the animation's @keyframe declaration */
  animation-duration: 1s; /* don't forget to set a duration! */
}
@keyframes loading-11 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(180deg);
  }
}

@keyframes loading-21 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(90deg);
  }
}

@keyframes loading-31 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(180deg);
  }
}
@keyframes loading-41 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(60deg);
  }
}

.progress .progress-bar3 {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 12px;
  border-style: solid;
  position: absolute;
  top: 0;
}

.progress .progress-left .progress-bar3 {
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}

.progress .progress-right {
  right: 0;
}

.progress .progress-right .progress-bar3 {
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
  animation: loading-1 1.8s linear forwards;
}

.progress .progress-value {
  width: 90%;
  height: 90%;
  border-radius: 50%;
  background: #fff;
  font-size: 24px;
  color: #e20a0a;
  line-height: 135px;
  text-align: center;
  position: absolute;
  top: 5%;
  left: 5%;
}

.progress.blue .progress-bar3 {
  border-color: red;
}

.progress.blue .progress-left .progress-bar3 {
  animation: loading-23 1.5s linear forwards 1.8s;
}

.progress.yellow .progress-bar3 {
  border-color: red;
}

.progress.yellow .progress-right .progress-bar3 {
  animation: loading-33 1.8s linear forwards;
}

.progress.yellow .progress-left .progress-bar3 {
  animation: loading-43 1.5s linear forwards 1.8s;
}
.popupinput {
  border: 1px solid #e20a0a;
  border-radius: 5px !important;
}
.animate__animated {
  /*display: inline-block;*/
  margin: 0 0.5rem;
  /* referring directly to the animation's @keyframe declaration */
  animation-duration: 1s; /* don't forget to set a duration! */
}
@keyframes loading-13 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

@keyframes loading-23 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(124deg);
  }
}

@keyframes loading-33 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@keyframes loading-43 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(60deg);
  }
}

.service-features .checked li {
  list-style-image: url("checked.png");
  font-size: 22px;
}

@media screen and (min-width: 800px) {
  .custom-model-main:before {
    content: "";
    display: inline-block;
    height: auto;
    vertical-align: middle;
    margin-right: -0px;
    height: 100%;
  }
}
@media screen and (max-width: 799px) {
  .custom-model-inner {
    margin-top: 45px;
  }
  .contact-form .contactinput {
    margin-top: 0px;
  }
  .offset-1 {
    margin-left: 0px;
  }
}

@media only screen and (max-width: 600px) {
  .site-header #navbar > ul .bordernav {
    box-shadow: none;
  }
  .contact-form .contactinput {
    margin-top: 20px;
  }
}
.menu-item-has-children .case-submenu {
  width: 180px !important;
  padding: 0px !important;
  border-radius: 5px;
}
.vertical .progress-bar {
  float: left;
  height: 200px;
  width: 40px;
  margin-right: 50px;
}

.vertical .progress-track {
  position: relative;
  width: 40px;
  height: 100%;
  background: #f49498;
}

.vertical .progress-fill {
  position: relative;
  background: red;
  height: 50%;
  width: 40px;
  color: #fff;
  text-align: center;
  font-family: "Rubik", sans-serif;
  font-size: 12px;
  line-height: 20px;
}

.rounded .progress-track,
.rounded .progress-fill {
  box-shadow: inset 0 0 5px;
  border-radius: 3px;
}
.service-features ul .check {
  list-style-image: url("checked.png");
  font-size: 24px;
}
.wrapper {
  max-width: 1080px;
  margin: 50px auto;
  padding: 15px 20px;
  position: relative;
}
.wrapper .center-line {
  position: absolute;
  height: 100%;
  width: 4px;
  background: #000;
  left: 50%;
  top: 4px;
  /* top: 20px;*/
  transform: translateX(-50%);
}
.wrapper .row {
  display: flex;
}
.wrapper .row-1 {
  justify-content: flex-start;
}
.wrapper .row-2 {
  justify-content: flex-end;
}
.wrapper .row section {
  /* background: #e20a0a;*/
  border: 0.7px solid #f59898;
  border-radius: 5px;
  width: calc(50% - 40px);
  /*  width: calc(60% - 120px);*/
  /* padding: 20px;*/
  position: relative;
}
.wrapper .row section::before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  background: #fff;
  /*  top: 28px;*/
  z-index: -1;
  transform: rotate(45deg);
}
.row-1 section::before {
  right: -7px;
}
.row-2 section::before {
  left: -7px;
}
.row section .icon,
.center-line .scroll-icon {
  position: absolute;
  background: #fff;
  height: 22px;
  width: 40px;
  text-align: center;
  line-height: 22px;
  border-radius: 50%;
  color: #e20a0a;
  font-size: 14px;
  /*  box-shadow: 0 0 0 4px #fff, inset 0 2px 0 rgba(0,0,0,0.08), 0 3px 0 4px rgba(0,0,0,0.05);*/
}
.center-line .scroll-icon {
  bottom: 0px;
  left: 50%;
  font-size: 25px;
  transform: translateX(-50%);
}
.row-1 section .icon {
  /* top: 15px;*/
  right: -60px;
}
.row-2 section .icon {
  /* top: 15px;*/
  left: -62px;
}
.row section .details,
.row section .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.row section .details .title {
  font-size: 22px;
  font-weight: 600;
}
.row section p {
  margin: 10px 0 17px 0;
  color: #000;
  font-size: 18px;
}
.row section .bottom a {
  text-decoration: none;
  background: #ff7979;
  color: #fff;
  padding: 7px 15px;
  border-radius: 5px;
  /* font-size: 17px; */
  font-weight: 400;
  transition: all 0.3s ease;
}
.row section .bottom a:hover {
  transform: scale(0.97);
}
@media (max-width: 790px) {
  .wrapper .center-line {
    left: 40px;
  }

  .wrapper .row {
    margin: 30px 0 3px 60px;
  }
  .wrapper .row section {
    width: 100%;
  }
  .row-1 section::before {
    left: -7px;
  }
  .row-1 section .icon {
    left: -60px;
  }
}
@media (max-width: 440px) {
  .wrapper .center-line,
  .row section::before,
  .row section .icon {
    display: none;
  }
  .wrapper .row {
    margin: 10px 0;
  }
}
.infographic {
  width: 150px !important;
  padding: 20px !important;
}
.checkicon {
  top: -3px !important;
  left: -35px !important;
}
.checkedlist {
  list-style-type: none !important;
  font-size: 16px !important;
}
.checkedlists {
  list-style-type: none !important;
}

.rightarrow {
  list-style-type: none;
  position: relative;
  padding-left: 15px;

  list-style-type: none !important;
}

.rightarrow:before {
  content: "\25BA \0020";
  font-size: 14px;
  position: absolute;
  top: -2px;
  left: -10px;
}
div .ularrow {
  margin-left: 20px !important;
}
.contact-form textarea {
  height: 70px;
  /*  padding: 25px;*/
}

.checkicon {
  top: -3px !important;
  left: -25px !important;
  color: #000 !important;
  font-size: 14px;
}
.checkicons {
  top: -7px !important;
  left: -25px !important;
  color: red !important;
  font-size: 18px;
}

.checkedlists {
  list-style-type: none !important;
}
/*.search-contact h5 a:hover{
 background-image: linear-gradient(to bottom, #c93d3d, #cd474a, #d05156, #d35a62, #d5646e);
 color: #e20a0a;
 }*/

/*.search-contact  p:hover{
  color: #fff !important;
}
.header-right .clearfix:hover{
 background-image: linear-gradient(to bottom, #c93d3d, #cd474a, #d05156, #d35a62, #d5646e);
 color: #fff !important;
 transform: scale(0.9);
 }*/
/* width: 230px;*/
/*}*/
.circleloader {
  padding-right: 115px !important;
  padding-left: 20px !important;
}
.graph {
  padding-right: 20px !important;
  padding-left: 20px !important;
}
.scrollarrow {
  display: none;
}

@media (max-width: 790px) {
  .circleloader {
    padding-right: 90px !important;
    padding-left: 40px !important;
  }

  .sectionbox3 {
    padding: 0px;
  }
}
@media (max-width: 600px) {
  .scrollarrow {
    display: block;
    justify-content: center;
    color: #e20a0a;
    font-size: 18px;
  }
  .sect2 {
    font-size: 0.6rem;
    font-size: 19px;
  }
  .talk-btns {
    top: 15px;
  }

  .sectionbox3 {
    padding: 0px !important;
  }
}
.lasthead {
  font-size: 0.8rem;
}
.sideshow {
  display: none !important;
}
@media (max-width: 1024px) {
  .sideshow {
    display: block !important;
  }
  .service-sidebars .contact-widget {
    /*    background: url("../images/service-widget-bg.jpg") center center/cover no-repeat local;*/
    background: #3c3b3b;
    padding: 85px 30px;
    margin: 20px;
    position: relative !important;
    text-align: center;
  }
  .service-sidebars .contact-widget > div {
    position: relative;
    z-index: 1;
  }
  .service-sidebars .contact-widget h4 {
    font-size: 30px;
    font-size: 1.25rem;
    color: #fff;
    margin: 0 0 0.8em;
    text-transform: capitalize;
  }
  .service-sidebars .contact-widget p {
    font-size: 16px;
    font-size: 0.6666666667rem;
    color: #fff;
    margin: 0;
  }
  .service-sidebars .contact-widget ul li {
    font-size: 14px;
    font-size: 0.5833333333rem;
    position: relative;
    padding-left: 25px;
  }
  .service-sidebars .contact-widget ul li i {
    position: absolute;
    left: 0;
    top: 3px;
    color: #ef233c;
  }
  .service-sidebars .contact-widget ul > li + li {
    margin-top: 12px;
  }
  .service-sidebars .contact-widget a {
    background-color: #fff;
    font-size: 12px;
    font-size: 0.5rem;
    font-weight: 500;
    color: #2b2d42;
    padding: 13px 35px;
    display: inline-block;
    margin-top: 15px;
    text-transform: uppercase;
  }
  .service-sidebars .contact-widget a:hover {
    color: #fff;
    background-color: #e20a0a;
  }
}
.flowcart {
  font-size: 17px;
  font-size: 0.65rem;
  font-weight: 300 !important;
  padding: 0px;
  margin: 2px 0 2px 0 !important;
  /* margin-bottom: 1.3em; */
  line-height: 1.55em;
}
/*.contacthover:hover{
background-color: #000;
color: red;
}*/
/* .havehover:hover
 {
    background-color: #e20a0a;
}
.havehover:hover .elem p {
    color: #fff !important;
}
.havehover:hover .elem h5 a{
    color: #fff !important;
    } */

.formbtn:hover {
  color: #fff;
  background-color: #000;
}

.cert-head a {
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #e2100a !important;
}

.talk-btn {
  text-transform: capitalize;
}

.lastsection {
  margin-bottom: 20px;
}
.talk-btn:hover {
  background-color: #000000;
}
.talk-btns:hover {
  background-color: #000000;
}

.lower-footer-inner a {
  font-size: 13px;
}
.aboutbg {
  background-color: #f7f7f7;
}
.sectionbox3 {
  padding: 15px;
}
.sectionbox {
  padding-top: 20px;
  background-color: #f7f7f7;
}

.service-grid {
  background: #fcfcfc;
}
.service-title h4 {
  position: relative;
  display: inline-block;
}
.service-icon {
  position: relative;
}
.service-title p {
  /*    padding: 0 190px;*/
  margin-bottom: 10px;
  font-size: 0.65rem !important;
}
.about-info-text h2 {
  margin-bottom: 23px;
  text-transform: capitalize;
  font-weight: 700;
  line-height: 0.9;
}
.about-info-text p {
  /* padding: 0 100px;*/
  font-size: 18px;
  font-size: 0.65rem;
  margin-bottom: 26px;
  position: relative;
}
.about-content p {
  margin-bottom: 0;
}
.about-info-text a {
  margin-bottom: 20px;
  position: relative;
}
.service-icon i {
  font-size: 40px;
  color: #e20a0a;
  margin-bottom: 20px;
  display: inline-block;
}
.service-wrap {
  border: 1px solid #e6e6e6;
  padding: 50px 30px;
  position: relative;
  box-shadow: 1px -1px 32px 5px rgba(227, 227, 227, 0.75);
  -webkit-box-shadow: 1px -1px 32px 5px rgba(227, 227, 227, 0.75);
  -moz-box-shadow: 1px -1px 32px 5px rgba(227, 227, 227, 0.75);
  background-color: #fff;
}

.service-wrap p {
  position: relative;
}
.sect2 {
  font-size: 0.6rem;
  font-size: 18px;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(200px);
    transform: translateX(200px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(200px);
    -ms-transform: translateX(200px);
    transform: translateX(200px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(200px);
    transform: translateX(200px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(200px);
    -ms-transform: translateX(200px);
    transform: translateX(200px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
.service-wrap p {
  position: relative;
  font-size: 0.65rem;
}
.aboutimg {
  height: 400px !important;
}
content {
  /*  background: url('http://twoteqinfosolutions.com/uploads/1591699538_img-12.jpg') center;*/
  background-size: cover;
  height: 50vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
h1 {
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  background: black;
  padding: 15px 20px;
  margin: 0;
}
.commingsoon {
  color: #e20a0a !important;
  background-color: #ffffff;
  padding: 15px;
}

.testimonial-container {
  color: #fff;
  border-radius: 15px;
  margin: 20px auto;
  padding: 50px 80px;
  max-width: 1200px;
  position: relative;
}

.fa-quote {
  color: rgba(255, 255, 255, 0.3);
  font-size: 28px;
  position: absolute;
  top: 70px;
}

.fa-quote-left {
  left: 40px;
}

.fa-quote-right {
  right: 40px;
}

.testimonial {
  line-height: 28px;
  text-align: left;
}

.user {
  display: flex;
  align-items: center;
  justify-content: center;
}

.user .user-image {
  border-radius: 50%;
  height: 105px;
  width: 105px;
  object-fit: cover;
}

.user .user-details {
  margin-left: 10px;
}

.user .username {
  margin: 0;
}

.user .role {
  font-weight: 300;
  margin: 10px 0;
}

.progress-bar {
  background-color: #fff;
  height: 4px;
  width: 100%;
  transform-origin: left;
  animation: grow 10s linear infinite;
}

@keyframes grow {
  0% {
    transform: scaleX(0);
  }
}

@media (max-width: 768px) {
  .testimonial-container {
    padding: 20px 30px;
  }

  .fa-quote {
    display: none;
  }
}
.role {
  color: #fff !important;
}

.banner-btn {
  top: 65px;
}

/* .hero-area-s2::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.6;
    background-color: #000000;
} */

@media (max-width: 491px) {
  #about .talk-btn {
    display: inherit !important;
  }
}

.service-sidebar h4 {
  line-height: 1.3em;
}

.talk-icons a {
  background-color: transparent !important;
  font-size: 22px !important;
  padding: 12px !important;
  margin-top: 0 !important;
}

.talk-icons {
  display: inline-flex;
}

.modal-header {
  padding: 0.5rem 1rem;
}

/* search box styles */
form.example input[type="text"] {
  padding: 10px;
  font-size: 17px;
  border: none;
  float: left;
  width: 80%;
  box-shadow: 0px 0px 16px 0px #fdd;
  border-radius: 5px;
  height: 55px;
}

form.example button {
  float: left;
  width: 20%;
  padding: 9px;
  background: #c93d3d;
  color: white;
  font-size: 17px;
  border: 1px solid #c93d3d;
  border-left: none;
  cursor: pointer;
}

form.example button:hover {
  background: #000000;
  border: 1px solid #000000;
}

form.example::after {
  content: "";
  clear: both;
  display: table;
}

.teambackground {
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 5px;
  background-color: #c84242;
}

.testimonial-container {
  color: #000;
  border-radius: 5px;
  margin: 20px auto;
  font-size: 16px;
  padding: 20px 30px;
  max-width: 1200px;
  position: relative;
}
.teamimg img {
  border-radius: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.section-paddings {
  padding: 25px 0;
}
@media only screen and (max-width: 600px) {
  .team2section {
    margin-bottom: 20px;
  }
  .managementtext h2 {
    font-size: 38px;
  }
}

.nice-checkbox {
  display: flex;
  padding: 10px 15px;
  align-items: center;
  justify-content: space-between;
  border-radius: 8px;
  margin-bottom: 30px;
  box-shadow: rgb(99 99 99 / 15%) 0px 2px 8px 0px;
}

.nice-checkbox label {
  font-size: 16px;
  margin-top: 0;
}

.nice-checkbox input[type="checkbox"] {
  height: 24px;
  width: 24px;
}

.form-shadow {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
  padding: 10px 40px 30px;
  border-radius: 8px;
}

.multisite-text p {
  font-size: 14px;
  margin-bottom: 0.5rem;
}
.row.contact-form {
  /* box-shadow: rgb(201 61 61 / 10%) 0px 0px 100px -20px, rgb(198 70 70 / 10%) 0px 30px 60px -30px; */
  background-color: #fff;
  padding: 1rem;
  border: 1px solid #f2f2f2;
  border-radius: 8px;
}

.isms-table-title {
  font-size: 14px;
  color: #3c3b3b;
}

.feedback-rating table {
  margin-top: 20px;
  border: none !important;
  box-shadow: 0px 0px 8px #ffefef;
  border-radius: 8px;
  table-layout: fixed;
}

.feedback-rating table tr {
  box-shadow: 0px 0px 2px #f2f2f2;
}

.feedback-rating table tr td {
  vertical-align: middle;
  border: none !important;
}

@media (max-width: 768px) {
  .feedback-rating table tr td {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
}

.feedback-rating .rating-params li {
  display: flex;
  align-items: center;
}

.feedback-rating .rating-params li input[type="radio"] {
  width: 20px;
  margin-right: 5px;
}

.feedback-rating .rating-params li label {
  margin-top: 0;
}

.search-form .search-input {
  border: 1px solid #e20b0a !important;
}

.search-form .search-icon .fa {
  color: #e20b0a;
  position: absolute;
  margin-top: 10px;
  right: 0;
}

.btn-search {
  width: 180px !important;
  height: 48px !important;
  color: #fff !important;
  font-weight: 600 !important;
}

.search-result-card {
  background: whitesmoke;
  padding: 1rem;
  margin: 1rem auto;
  border-radius: 10px;
}

.search-result-card.training {
  width: 625px;
}

.search-result-card .grid-item {
  padding: 10px; /* Optional styling */
  font-size: 18px;
  color: #3d3d3d;
  font-weight: 300;
  list-style: none;
}

.grid-item span {
  font-weight: 500;
}

.certificate-details-table {
  table-layout: fixed;
}

.certificate-details-table tr td {
  vertical-align: baseline;
}

.cert-search-tabs .nav-link {
  border-radius: 0;
  border: 1px solid #e20b0a;
}

.cert-search-tabs .nav-link:hover {
  background-color: #e20b0a;
}

.cert-search-tabs .nav-link.active {
  background-color: #e20b0a;
}

.policy-wrapper {
  box-shadow: 0px 0px 8px #ddd;
  padding: 1rem;
  border-radius: 8px;
}

.policy-wrapper .policy-header {
  text-align: end;
}

.policy-wrapper .policy-header .policy-logo {
  width: 250px;
  margin-bottom: 30px;
}

.policy-wrapper .policy-body .policy-heading {
  font-size: 40px;
}

.policy-wrapper .policy-body h4 {
  font-size: 26px;
  padding-top: 20px;
}

.policy-wrapper .policy-body p {
  margin-bottom: 0;
  font-weight: 300;
  padding-bottom: 15px;
}

.policy-wrapper .policy-body p strong {
  font-weight: 500;
}

.policy-wrapper .policy-body ul {
  list-style: disc;
  padding-left: 25px;
  font-weight: 300;
  padding-bottom: 15px;
}

.policy-wrapper table tr th,
.policy-wrapper table tr td {
  padding: 10px;
  vertical-align: top;
}

.policy-wrapper .policy-footer h4 {
  color: #040404;
  font-weight: 500;
}

@media screen and (min-width: 769px) {
  .policy-footer .policy-meta {
    display: flex;
    justify-content: space-between;
  }
}

.pd-pages .policy-box {
  min-height: 160px;
}

.policy-box {
  border-radius: 8px;
  padding: 20px 10px;
  text-align: center;
  margin-bottom: 1.5rem;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.policy-box img {
  width: 40px;
  margin-bottom: 10px;
}

.download-notice {
  padding-top: 1.5rem;
  font-weight: 500;
}

.download-notice a {
  text-decoration: underline;
}

.download-notice a:hover {
  font-weight: 500;
  color: #e20a0a;
}

.training-tabs .nav-item .nav-link {
  font-weight: 500;
  border-radius: 0;
  background-color: #ffffff;
  border-color: #d0d0d0 #d0d0d0 transparent;
}

.training-tabs .nav-item .nav-link.active {
  border-color: #e20b0a #e20b0a transparent;
  background: #fff8f8;
}

.training-tabs .nav-item .nav-link:focus-visible,
.training-tabs .nav-item .nav-link:focus {
  outline: none;
}

.policy-wrapper a {
  color: #0d6efd;
}

/*.blog-content h2,*/
/*.blog-content h3 {*/
/*  color: #000000;*/
/*}*/

.blog-pg-section .blog-content strong {
  font-weight: 500;
}

.blog-pg-section .blog-content .post {
  border: 1px solid #ffa2a2;
  border-radius: 8px;
}

.blog-pg-section .blog-content .post img {
  border-radius: 8px;
}

.blog-pg-section .blog-content .entry-details {
  padding: 20px 15px;
  min-height: 195px;
}

.blog-pg-section .blog-content .entry-details.event-details {
  min-height: 160px !important;
}

.events-list .location {
  position: absolute;
  top: 0;
  left: 0;
  background: red;
  color: #ffffff;
  padding: 5px 25px;
  border-radius: 0 0 8px 0;
  font-weight: 500;
}

.service-list-widget.event-datetime {
  padding: 55px 15px 30px;
}

.event-datetime .fa {
  color: #000000;
}

.event-datetime .time {
  font-weight: 500;
}

strong {
  font-weight: 500 !important;
}

.blog-detail-wrapper {
  background-color: #fbfbfb;
  padding: 1rem;
}

.event-content h5 {
  font-size: 30px !important;
}

.qasia-school {
  padding: 25px 0;
}

.btn-school {
  background-color: red;
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  padding: 5px 10px;
  border-radius: 50px;
}

.btn-school:hover {
  background-color: #ff2b2b;
  color: #ffffff;
}

.qasia-school .training-item .grid {
  width: 100%;
}

.btn-download {
  background-color: red;
  color: #ffffff;
  font-weight: 500;
  font-size: 18px;
  padding: 5px 15px;
}

.btn-download:hover {
  background-color: #000000;
  color: #ffffff;
}

.btn-test {
  background-color: #000000;
  color: #ffffff;
  font-weight: 500;
  font-size: 18px;
  padding: 5px 15px;
}

.btn-test:hover {
  background-color: red;
  color: #ffffff;
}

.certifications-list img {
  margin-bottom: 1.5rem;
  box-shadow: 0px 0px 1px #c2c2c2;
}

.site-footer a:hover {
  color: #ffffff !important;
}

.btn-view-more {
  background-color: red;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  width: 150px;
  border-radius: 0;
}

.btn-view-more:hover {
  color: #ffffff !important;
  background-color: #000000;
}

.home-trainings img {
  margin-bottom: 50px;
  box-shadow: 0px 0px 1px #c2c2c2;
}

.bg-gray {
  background: whitesmoke;
}

.home-logos img {
  height: 100px;
  width: auto;
}

@media screen and (max-width: 768px) {
  .home-logos img {
    height: 90px !important;
  }
}

.address-card {
  box-shadow: rgb(99 99 99 / 15%) 0px 2px 8px 0px;
  border-radius: 4px;
  padding: 15px;
  height: 200px;
  position: relative;
}

.address-card:hover {
  background: linear-gradient(45deg, #e20b0a0d, white);
}

.address-card:hover .goto-location {
  transform: rotate(-20deg);
}

.address-card h4 {
  font-size: 24px;
  font-weight: 500;
}

.goto-location {
  position: absolute;
  width: 30px;
  right: 10px;
  bottom: 5px;
  transition: 1s;
}

.goto-location:hover {
  transform: rotate(-20deg);
}

.page-content h4 {
  font-weight: 500;
  font-size: 20px;
}

.page-content p {
  margin-bottom: 0;
}

.header-text p {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 0;
}

.btn-cert {
  width: 115px;
  background: #e20b0a;
  color: #ffffff !important;
  font-size: 16px;
  font-weight: 500;
  padding: 8px 16px;
}

.btn-cert:hover {
  background: #000000;
  color: #ffffff !important;
}

.btn-verify {
  width: 115px;
  background: #000000;
  color: #ffffff !important;
  font-size: 16px;
  font-weight: 500;
  padding: 8px 16px;
}

.btn-verify:hover {
  background: #e20b0a;
  color: #ffffff !important;
}

.home-carousel .accr-box {
  box-shadow: none !important;
}

.accr-box {
  min-height: 315px;
  border-radius: 8px;
  padding: 20px 15px;
  text-align: center;
  margin-bottom: 1.5rem;
  background-color: #ffffff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.accr-box .btn-container {
  display: flex;
  justify-content: space-around;
}

.accr-box p {
  height: 50px;
}

.accr-box p.code {
  height: auto;
  margin-bottom: 0;
}

.accr-box img {
  height: 100px;
}

@media (max-width: 767px) {
  .carousel-inner .carousel-item > div {
    display: none;
  }
  .carousel-inner .carousel-item > div:first-child {
    display: block;
  }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
  display: flex;
}

/* medium and up screens */
@media (min-width: 768px) {
  .carousel-inner .carousel-item-end.active,
  .carousel-inner .carousel-item-next {
    transform: translateX(25%);
  }

  .carousel-inner .carousel-item-start.active,
  .carousel-inner .carousel-item-prev {
    transform: translateX(-25%);
  }
}

.carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start {
  transform: translateX(0);
}

.carousel-control-prev {
  left: -7%;
}

.carousel-control-next {
  right: -7%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: invert();
}

.home-carousel .card-img {
  background: transparent;
}

.home-carousel .card-img img {
  padding: 0 10px;
}

.training-sidebar {
  background: #ffffff;
  padding: 10px;
  border-radius: 8px;
  box-shadow: 0 0 5px #ffdbde;
  min-height: 400px;
}

.training-sidebar .sidebar-title {
  font-size: 32px;
  font-weight: 500;
}

.training-sidebar ul li {
  background: whitesmoke;
  padding: 10px;
  border-radius: 4px;
  margin-bottom: 10px;
}

.training-sidebar ul li:hover {
  background: #000000;
  color: #ffffff;
}

.training-sidebar ul li:hover a {
  color: #ffffff;
}

.teQAzf {
  max-width: 100vw !important;
  width: 100% !important;
}

section.home-section:nth-child(even) {
  background-color: whitesmoke;
}

.home-events h4 {
  font-size: 22px;
  font-weight: 500;
  color: #000;
  margin-top: 16px;
}

.home-section.cta-section-s3 {
  background: url("../images/cert-bg-home.jpg");
  background-position: center;
  background-size: cover;
}

.school-card {
  border-radius: 8px;
  margin-bottom: 40px;
  border: 1px solid #ffa2a2;
}

.school-card .upper {
  display: flex;
  height: 180px;
  background: #fffafa;
  padding: 15px;
  border-radius: 8px 8px 0 0;
  justify-content: space-between;
  align-items: center;
}

.school-card .upper h4 {
  font-size: 26px;
  line-height: 30px;
  color: #353636;
}

.school-card .upper img {
  width: 160px;
}

.school-card .upper .iso-name {
  font-size: 24px;
  font-weight: 600;
  line-height: 26px;
}

.school-card .lower {
  height: 180px;
  padding: 20px 10px;
  display: flex;
  justify-content: space-between;
}

.school-card .lower .iso-name {
  font-size: 18px;
  font-weight: 500;
  color: #353636;
}

.school-card .lower p {
  font-size: 14px;
  margin-bottom: 0;
}

.btn-go {
  border: 1px solid #353535;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  padding: 0;
  align-self: flex-end;
}

.btn-go i {
  width: 50px;
}

.pr-top-section {
  height: 300px;
  background-image: linear-gradient(
    to top,
    #f3e7e9 0%,
    #e3eeff 99%,
    #e3eeff 100%
  );
}

.pr-content .blog-content {
  margin-top: -200px;
}

.training-table thead tr th {
  background-color: #282828;
  color: #ffffff;
}

.training-material h4 {
  font-size: 24px;
  font-weight: 500;
  color: #000000;
}

.training-material a {
  color: #020288;
  font-weight: 500;
}

.video-description h4 {
  font-size: 24px;
  font-weight: 500;
  color: #000000;
}

.video-description a {
  color: #020288;
  font-weight: 500;
}

.training-cta-card {
  background-image: linear-gradient(
    135deg,
    hsl(24deg 100% 88% / 30%) 0%,
    hsl(269deg 100% 89% / 30%) 50%,
    hsl(166deg 93% 89% / 30%) 100%
  );
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  color: #fff;
  padding: 20px 40px 40px;
  text-align: center;
}
.training-cta-card h2 {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 500;
}
.training-cta-card p {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.5;
}
.training-cta-card a {
  text-decoration: none;
  background-color: #000000;
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 5px;
  font-weight: 500;
  transition: background-color 0.3s;
}
.training-cta-card a:hover {
  background-color: #e20a0a;
  color: #ffffff;
}

.qasia-school a:hover {
  color: #000000;
}

.accr-wrapper {
  background: #ffffff;
  border-radius: 12px;
  padding: 20px;
  border: 1px solid #ffa2a2;
}

.talk-title h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  color: #000000;
}

.case-study-link {
  color: #0a0a63;
  font-weight: 500;
}

.case-study-link:hover {
  color: #000000;
}

.home-banner-carousel .carousel-inner {
  max-height: 420px;
}

.carousel-control-prev {
  left: 0;
  outline: none !important;
}

.carousel-control-next {
  right: 0;
  outline: none !important;
}

.carousel-control-next:focus,
.carousel-control-prev:focus {
  box-shadow: none;
}

.carousel-control-next,
.carousel-control-prev {
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  border-radius: 50px;
  top: 8rem;
  opacity: 0.8;
  padding: 15px;
}

.banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Black overlay with 50% opacity */
  max-height: 555px;
}

.banner-area {
  max-height: 450px;
}

.banner-area img.banner-bg {
  max-height: 450px;
  width: 100%;
}

.banner-content {
  position: absolute;
  top: 12%;
}

.blink-button {
  animation: blink 5s infinite;
  display: inline-block;
  margin-bottom: 1rem;
  padding: 10px 30px;
  font-size: 16px;
  font-weight: bold;
  color: white;
  background-color: black;
  text-decoration: none;
  animation: blink 1s infinite;
  transition: background-color 0.3s;
}

.blink-button:hover {
  background-color: #e20a0a;
}

.h-160 {
  height: 160px !important;
}

.entry-details.cert-details h2 {
  font-size: 1.25rem;
  color: #000000;
  font-weight: 500;
  text-align: left;
  padding: 0;
}

.entry-details.cert-details h3 {
  color: #000000;
  font-weight: 500;
  margin-bottom: 0;
}

.header-logo img.nabcb-logo {
  width: 45px;
}

.home-logos-list li img {
  width: 100px;
}

h2 {
  text-align: center;
  padding: 20px;
}
/* Slider */

.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

.logos-home img {
  object-fit: cover;
}

.customer-logos.logos-home.slider {
  /* ... other styles ... */
  max-width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
}

.customer-logos.logos-home.slider .slide {
  display: inline-block;
  width: 200px;
  height: 100px;
  margin-right: 10px;
  /* ... other styles ... */
}

.customer-logos.logos-home.slider img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.slick-slider .slick-track {
  margin-left: auto;
  margin-right: auto;
}

.hero-content h2 {
  text-align: left;
  line-height: 2.5rem;
}

.job-ul li {
  padding: 10px 20px;
}

.pr-card iframe {
  border-radius: 10px;
}

.btn-register {
  background-color: red;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  border-radius: 0;
  display: block;
  margin: 20px 0;
}

.course-card-title {
  font-size: 1.25rem;
  font-weight: bold;
}
.course-card {
  border: none;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s, box-shadow 0.3s;
}
.course-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}
.course-card-body {
  text-align: center;
}
.btn-primary {
  background-color: #007bff;
  border: none;
}

.pd-pages .course-box {
  min-height: 160px;
}

.course-box {
  border-radius: 8px;
  padding: 24px 10px;
  text-align: center;
  margin-bottom: 1.5rem;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  min-height: 155px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.course-box img {
  width: 44px;
  margin-bottom: 10px;
}

.course-box h3 {
  font-size: 28px;
}

.course-card {
  border: none;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s, box-shadow 0.3s;
}
.course-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}
.video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.btn-study {
  text-decoration: none;
    background-color: red;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: 500;
    transition: background-color 0.3s;
    font-size: 16px;
}

.btn-study:hover {
  background-color: #000000;
    color: #ffffff;
}

.btn-exam {
  text-decoration: none;
    background-color: #000000;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: 500;
    transition: background-color 0.3s;
    font-size: 16px;
}

.btn-exam:hover {
  background-color: red;
    color: #ffffff;
}

.card-video-container {
  position: relative;
  padding-bottom: 56%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
}

.card-video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.btn-group-vertical-custom{
  display: flex;
  flex-direction: column;
  justify-content: center; /* Vertically center the buttons */
  align-items: stretch; /* Make buttons take full width */
  height: 100%;
}

@media (max-width: 767.98px) { /* Adjust breakpoint as needed */
  .btn-group-vertical-custom {
      flex-direction: row; /* Stack buttons horizontally on smaller screens */
      justify-content: space-around; /* Distribute buttons evenly */
      align-items: center;
      width: 100%;
      margin-top: 10px; /* Add some space above buttons */
      height: auto;
  }
}

.fit-container .card {
  margin-bottom: 1rem;
}

.fit-container .course-title h4 {
  color: #000000;
  font-weight: 500;
}

.contact-box {
  padding: 24px 10px;
  text-align: center;
  margin-bottom: 1.5rem;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  min-height: 155px;
}
.contact-box h3 {
  font-size: 24px;
}
.contact-box p {
  margin-bottom: 0;
}
.contact-box a {
  transition: 1s;
}
.contact-box a:hover {
  color: #000000;
  font-weight: 300;
}

.login-form input {
    width: 100%;
    border: 1px solid #000000;
    border-radius: 0;
    padding: 12px 15px;
    font-weight: 500;
    border-radius: 8px;
}

.login-form input:focus {
  width: 100%;
  border: 1px solid #000000;
  border-radius: 0;
  padding: 12px 15px;
  font-weight: 500;
  border-radius: 8px;
}