
/*--------------------------------
     =====Table Of Contents====

1.  General Styles 
2.  Mixins CSS
3.  Back To Top Button CSS
4.  Preloader CSS
5.  Button & Link CSS
6.  Section Title & Overlay & Shape CSS
7.  Social Link CSS
8.  Pagination CSS
9. Sidebar CSS
     - Search Box Widget
     - Taglist Widget
     - Category Widget
     - Filter Search Widget
     - New Arrival Product Widget
     - Popular Post Widget
10. Sign In CSS
11. FAQ Terms & Conditions
----------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&amp;family=Rubik:wght@300;400;500;600;700;800&amp;display=swap");
/*---------------------------------
        Variables
-----------------------------------*/
/*---------------------------------
          Mixins
-----------------------------------*/
.slider-btn, .circle, .social-profile.style1 li a, .social-profile.style2 li a, .header-wrap.style2 .header-top .header-top-right .contact-item .contact-icon, .search-area, .sidebar-btn, .sidebar-content .contact-us .contact-item .contact-icon, .sidebar-content .newsletter-box .newsletter-form .form-group button, .hero-wrap.style1 .hero-video .video-play, .hero-wrap.style2 .social-profile li a, .promo-video-wrap .promo-video .video-play, .feature-card .feature-icon, .feature-list li span, .counter-card.style1 .counter-icon, .counter-card.style3 .counter-icon, .counter-card.style2 .counter-icon, .process-wrap .process-item .process-icon, .service-card .service-icon, .wh-choose-content .wh-item-wrap .wh-item .wh-icon, .pricing-table .pricing-header .pricing-header-tag, .contact-box .contact-icon, .instagram-slider .insta-img span, .newsletter-box .newsletter-form .form-group button, .author-info-wrap .author-info, .header-wrap .header-top .header-top-left, .header-wrap .header-top .header-top-left .contact-item, .header-wrap .header-top .header-top-right, .header-wrap .header-bottom .header-bottom-right, .header-wrap.style2 .header-top .header-top-left, .header-wrap.style2 .header-top .header-top-right, .header-wrap.style2 .header-top .header-top-right .contact-item, .select-lang .navbar-language .dropdown-toggle, .sidebar-content .contact-us .contact-item, .counter-card.style1, .counter-card.style3, .client-info-wrap, .client-rating-wrap, .process-wrap .process-item-wrap.style2, .wh-choose-content .wh-item-wrap .wh-item, .contact-box, .post-navigation, .author-info-wrap, .comment-item .comment-author-wrap .comment-author-name, .post-author, .schedule-widget ul li, .footer-widget .social-box, .process-wrap .process-item-wrap.style1, .pp-post-item, .page-navigation .page-nav, .comment-item, .comment-author_info, .footer-widget-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.btn i, .header-wrap .header-top .header-top-left .contact-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.slider-btn, .circle, .social-profile.style1 li a, .social-profile.style2 li a, .header-wrap.style2 .header-top .header-top-right .contact-item .contact-icon, .search-area, .sidebar-btn, .sidebar-content .contact-us .contact-item .contact-icon, .sidebar-content .newsletter-box .newsletter-form .form-group button, .hero-wrap.style1 .hero-video .video-play, .hero-wrap.style2 .social-profile li a, .promo-video-wrap .promo-video .video-play, .feature-card .feature-icon, .feature-list li span, .counter-card.style1 .counter-icon, .counter-card.style3 .counter-icon, .counter-card.style2 .counter-icon, .process-wrap .process-item .process-icon, .service-card .service-icon, .wh-choose-content .wh-item-wrap .wh-item .wh-icon, .pricing-table .pricing-header .pricing-header-tag, .contact-box .contact-icon, .instagram-slider .insta-img span, .newsletter-box .newsletter-form .form-group button {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.author-info-wrap .author-info {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-wrap .header-top .header-top-left, .header-wrap .header-top .header-top-left .contact-item, .header-wrap .header-top .header-top-right, .header-wrap .header-bottom .header-bottom-right, .header-wrap.style2 .header-top .header-top-left, .header-wrap.style2 .header-top .header-top-right, .header-wrap.style2 .header-top .header-top-right .contact-item, .select-lang .navbar-language .dropdown-toggle, .sidebar-btn, .sidebar-content .contact-us .contact-item, .counter-card.style1, .counter-card.style3, .client-info-wrap, .client-rating-wrap, .process-wrap .process-item-wrap.style2, .wh-choose-content .wh-item-wrap .wh-item, .contact-box, .post-navigation, .author-info-wrap, .comment-item .comment-author-wrap .comment-author-name, .post-author, .schedule-widget ul li, .footer-widget .social-box {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}

.client-rating-wrap, .post-navigation, .schedule-widget ul li {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.gallery-tablist, .page-navigation .page-nav {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header-wrap .header-top .header-top-right, .header-wrap .header-bottom .header-bottom-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

/*---------------------------------
            General Styles 
-----------------------------------*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

:focus,
button:focus,
.btn:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

a,
button,
input[type="submit"] {
  cursor: pointer;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

a {
  color: #000;
  text-transform: inherit;
  text-decoration: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

a:hover,
a :focus {
  text-decoration: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #000;
}

a:focus {
  outline: 0 solid;
}

img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.4;
  font-family: "Rubik", sans-serif;
  color: #000;
}

body {
  font-size: 16px;
  line-height: 26px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #000;
}

p {
  font-size: 16px;
  line-height: 26px;
  color: #555;
}

select {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../img/down-arrow.html);
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: 94% 50%;
}

.pt-10 {
  padding-top: 10px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-150 {
  padding-top: 150px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-130 {
  padding-bottom: 130px;
}

.ptb-10 {
  padding-bottom: 10px;
  padding-bottom: 10px;
}

.ptb-20 {
  padding-bottom: 20px;
  padding-bottom: 20px;
}

.ptb-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.ptb-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.ptb-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.ptb-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.ptb-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.ptb-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.ptb-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mmt-10 {
  margin-top: -10px !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.z-0 {
  z-index: 0;
  position: relative;
}

#message {
  padding: 0;
  margin: 0;
}

.help-block {
  color: #E31C25;
}

.list-style {
  margin: 0;
  padding: 0;
  list-style: none;
}

.list-style li {
  list-style: none;
}

.page-wrapper {
  overflow-x: hidden;
}

/*---------------------------------
     Back To Top Button CSS
-----------------------------------*/
.back-to-top {
  font-size: 24px;
  width: 45px;
  height: 45px;
  line-height: 42px;
  text-align: center;
  display: none;
  position: fixed;
  bottom: 230px;
  right: 20px;
  z-index: 999;
  border-radius: 50%;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-color: #FFA800;
}

.back-to-top.open {
  bottom: 30px;
}

.back-to-top i {
  color: #fff;
}

/*---------------------------------
     Preloader CSS
-----------------------------------*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 20000;
  overflow-x: hidden !important;
  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;
}

.preloader img {
  max-width: 220px;
}

/*---------------------------------
       Button & Link CSS
----------------------------------*/
.btn {
  display: inline-block;
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  border-radius: 5px;
  padding: 12px 25px;
  text-align: center;
  border: 2px solid transparent;
  z-index: 1;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.btn:before {
  position: absolute;
  top: 0;
  left: 50%;
  content: "";
  width: 0;
  height: 100%;
  background-color: #000;
  z-index: -1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.btn:after {
  position: absolute;
  top: 0;
  right: 50%;
  content: "";
  width: 0;
  height: 100%;
  background-color: #000;
  z-index: -1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.btn:hover:before {
  width: calc(50% + 1px);
  left: 0;
}

.btn:hover:after {
  width: calc(50% + 1px);
  right: 0;
}

.btn i {
  position: relative;
  height: auto;
  line-height: 1;
  font-size: 16px;
}

.btn.style1 {
  background-color: #FFA800;
  padding: 12px 45px;
  color: #fff;
  border-radius: 0;
  border: none;
}

.btn.style2 {
  background-color: #000;
  padding: 12px 45px;
  color: #fff;
  border-radius: 0;
}

.btn.style3 {
  background-color: transparent;
  padding: 12px 45px;
  color: #fff;
  border-radius: 0;
  border: none;
  color: #000;
  border: 1px solid #000;
}

.btn.style3:hover {
  color: #fff;
}

.btn.style4 {
  background-color: #fff;
  padding: 12px 45px;
  color: #fff;
  border-radius: 0;
  border: none;
  color: #000;
}

.btn.style4:hover {
  color: #fff;
}

.link {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  font-family: "Rubik", sans-serif;
  display: inline-block;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.link:after {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: "";
  width: 0%;
  height: 1px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.link i {
  position: absolute;
  top: 2px;
  right: -22px;
  font-size: 12px;
  font-weight: 700;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.link.style1:hover {
  color: #FFA800;
  letter-spacing: 0.3px;
}

.link.style1:hover:after {
  width: 100%;
  visibility: visible;
  opacity: 1;
  background-color: #FFA800;
}

.slider-btn {
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.slider-btn.style1 {
  width: 40px;
  height: 40px;
  background: #FFA800;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.slider-btn.style1 i {
  line-height: 0.6;
  font-size: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
}

.slider-btn.style1:hover {
  background: #fff;
}

.slider-btn.style1:hover i {
  color: #FFA800;
}

.slider-btn.style2 {
  width: 40px;
  height: 40px;
  background: #FFA800;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.slider-btn.style2 i {
  line-height: 0.6;
  font-size: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
}

.slider-btn.style2:hover {
  background: #000;
}

.slider-btn.style2:hover i {
  color: #fff;
}

.slider-btn.style3 {
  width: 40px;
  height: 40px;
  background: transparent;
  border-radius: 50%;
  border: 2px solid #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.slider-btn.style3 i {
  line-height: 0.6;
  font-size: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
}

.slider-btn.style3:hover {
  background: #FFA800;
  border-color: transparent;
}

.slider-btn.style3:hover i {
  color: #fff;
}

.slider-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.slider-pagination .swiper-pagination-bullet-active {
  position: relative;
  opacity: 1;
  background-color: #FFA800;
}

.slider-pagination.style1 {
  text-align: center;
}

.slider-pagination.style1 .swiper-pagination-bullet {
  display: inline-block;
  opacity: 0.5;
  margin: 0 5px;
  border-radius: 50%;
  opacity: 1;
}

/*------------------------------------------------
    Section Title,Overlay, animation & Shape CSS
-------------------------------------------------*/
.section-title,
.content-title {
  position: relative;
}

.section-title span,
.content-title span {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  margin: 0 0 10px;
  font-family: "Rubik", sans-serif;
}

.section-title h2,
.content-title h2 {
  font-size: 40px;
  line-height: 1.3;
  font-weight: 700;
  margin: 0;
  font-family: "Rubik", sans-serif;
}

.section-title p,
.content-title p {
  margin-bottom: 0;
}

.section-title.style1 span,
.content-title.style1 span {
  color: #FFA800;
}

.text-black {
  color: #000;
}

.text-white {
  color: #fff;
}

.bg-fixed {
  background-attachment: fixed;
}

.bg-transparent {
  background-color: transparent;
}

.bg-black {
  background-color: #000;
}

.bg-white {
  background-color: #fff;
}

.bg-orange {
  background-color: #FFA800;
}

.bg-athens {
  background-color: #EEEFF2;
}

.bg-catskill {
  background-color: #F9FAFC;
}

.bg-mine-shaft {
  background-color: #222;
}

.body-overlay {
  position: fixed;
  top: 0;
  left: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.body-overlay.open {
  visibility: visible;
  opacity: 1;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.op-1 {
  opacity: 0.1;
}

.op-2 {
  opacity: 0.2;
}

.op-3 {
  opacity: 0.3;
}

.op-4 {
  opacity: 0.4;
}

.op-5 {
  opacity: 0.5;
}

.op-6 {
  opacity: 0.6;
}

.op-7 {
  opacity: 0.7;
}

.op-8 {
  opacity: 0.8;
}

.op-9 {
  opacity: 0.9;
}

.op-95 {
  opacity: 0.95;
}

.op-10 {
  opacity: 1;
}

.bg-f {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #ddd;
}

.bg-top {
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #ddd;
}

.bg-overlay {
  position: relative;
}

.bg-overlay:after {
  position: absolute;
  bottom: 0%;
  left: 0%;
  content: "";
  width: 100%;
  height: 0%;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.bg-overlay.v1:after {
  background-color: #FFA800;
}

.br-1 {
  position: relative;
  display: inline-block;
}

.br-1:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  content: "";
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.br-1:hover {
  width: 100%;
  visibility: visible;
  opacity: 1;
}

.pos-rel {
  position: relative;
  z-index: 1;
}

.circle {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.circle i {
  color: #fff;
  line-height: 0.8;
  margin-left: 5px;
}

.circle:after {
  content: "";
  display: block;
  position: absolute;
  top: -15px;
  right: -15px;
  bottom: -15px;
  left: -15px;
  border-radius: 50%;
  -webkit-animation: ripple 2s linear 1.5s infinite;
          animation: ripple 2s linear 1.5s infinite;
}

.circle.style2 {
  right: -3px;
  bottom: -3px;
}

.circle.style2:after {
  border: 3px solid rgba(244, 31, 49, 0.5);
}

.bounce {
  -webkit-animation: float 1500ms infinite ease-in-out;
  animation: float 1500ms infinite ease-in-out;
}

.moveHorizontal {
  -webkit-animation: moveHorizontal 3500ms infinite ease-in-out;
  animation: moveHorizontal 3500ms infinite ease-in-out;
}

.moveVertical {
  -webkit-animation: moveVertical 3500ms infinite ease-in-out;
  animation: moveVertical 3500ms infinite ease-in-out;
}

.moveHorizontal_reverse {
  -webkit-animation: moveHorizontal_reverse 3500ms infinite ease-in-out;
  animation: moveHorizontal_reverse 3500ms infinite ease-in-out;
}

.animationFramesTwo {
  -webkit-animation: animationFramesTwo 20000ms infinite ease-in-out;
  animation: animationFramesTwo 20000ms infinite ease-in-out;
}

.waving_left {
  -webkit-animation: waving_left 7s infinite linear;
  animation: waving_left 7s infinite linear;
}

.waving_right {
  -webkit-animation: waving_right 7s infinite linear;
  animation: waving_right 7s infinite linear;
}

@-webkit-keyframes waving_left {
  0% {
    -webkit-transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(4deg);
  }
  50% {
    -webkit-transform: rotate(8deg);
  }
  75% {
    -webkit-transform: rotate(-4deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}

@keyframes waving_left {
  0% {
    -webkit-transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(4deg);
  }
  50% {
    -webkit-transform: rotate(8deg);
  }
  75% {
    -webkit-transform: rotate(-4deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}

@-webkit-keyframes waving_right {
  0% {
    -webkit-transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(-4deg);
  }
  50% {
    -webkit-transform: rotate(-8deg);
  }
  75% {
    -webkit-transform: rotate(-4deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}

@keyframes waving_right {
  0% {
    -webkit-transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(-4deg);
  }
  50% {
    -webkit-transform: rotate(-8deg);
  }
  75% {
    -webkit-transform: rotate(-3deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}

@-webkit-keyframes float {
  0% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
}

@keyframes float {
  0% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
}

.rotate {
  -webkit-animation: rotation 20s infinite linear;
  animation: rotation 20s infinite linear;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}

@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}

@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  100% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

@keyframes ripple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  100% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

@-webkit-keyframes animationFramesTwo {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
}

@keyframes animationFramesTwo {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
}

@-webkit-keyframes moveHorizontal_reverse {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@keyframes moveHorizontal_reverse {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@-webkit-keyframes moveVertical {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes moveVertical {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

/*-------------------------------
     Social Link  CSS
-------------------------------*/
.social-profile li {
  display: inline-block;
  margin: 0 6px 0 0;
}

.social-profile li:last-child {
  margin-right: 0;
}

.social-profile li a {
  display: block;
  text-align: center;
  border: 1px solid transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.social-profile li a i {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.social-profile li a:hover {
  border-color: transparent;
}

.social-profile.style1 li a {
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.social-profile.style1 li a i {
  font-size: 14px;
  line-height: 0.7;
  color: #FFA800;
}

.social-profile.style1 li a:hover {
  background-color: #FFA800;
}

.social-profile.style1 li a:hover i {
  color: #fff;
}

.social-profile.style2 li a {
  width: 30px;
  height: 30px;
  background: #FFA800;
  border-radius: 50%;
  text-align: center;
  border: 1px solid transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.social-profile.style2 li a i {
  font-size: 14px;
  line-height: 0.7;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.social-profile.style2 li a:hover {
  background-color: #fff;
  border-color: #FFA800;
}

.social-profile.style2 li a:hover i {
  color: #FFA800;
}

.slider-btn, .circle, .social-profile.style1 li a, .social-profile.style2 li a, .header-wrap.style2 .header-top .header-top-right .contact-item .contact-icon, .search-area, .sidebar-btn, .sidebar-content .contact-us .contact-item .contact-icon, .sidebar-content .newsletter-box .newsletter-form .form-group button, .hero-wrap.style1 .hero-video .video-play, .hero-wrap.style2 .social-profile li a, .promo-video-wrap .promo-video .video-play, .feature-card .feature-icon, .feature-list li span, .counter-card.style1 .counter-icon, .counter-card.style3 .counter-icon, .counter-card.style2 .counter-icon, .process-wrap .process-item .process-icon, .service-card .service-icon, .wh-choose-content .wh-item-wrap .wh-item .wh-icon, .pricing-table .pricing-header .pricing-header-tag, .contact-box .contact-icon, .instagram-slider .insta-img span, .newsletter-box .newsletter-form .form-group button, .author-info-wrap .author-info, .header-wrap .header-top .header-top-left, .header-wrap .header-top .header-top-left .contact-item, .header-wrap .header-top .header-top-right, .header-wrap .header-bottom .header-bottom-right, .header-wrap.style2 .header-top .header-top-left, .header-wrap.style2 .header-top .header-top-right, .header-wrap.style2 .header-top .header-top-right .contact-item, .select-lang .navbar-language .dropdown-toggle, .sidebar-content .contact-us .contact-item, .counter-card.style1, .counter-card.style3, .client-info-wrap, .client-rating-wrap, .process-wrap .process-item-wrap.style2, .wh-choose-content .wh-item-wrap .wh-item, .contact-box, .post-navigation, .author-info-wrap, .comment-item .comment-author-wrap .comment-author-name, .post-author, .schedule-widget ul li, .footer-widget .social-box, .process-wrap .process-item-wrap.style1, .pp-post-item, .page-navigation .page-nav, .comment-item, .comment-author_info, .footer-widget-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.btn i, .header-wrap .header-top .header-top-left .contact-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.slider-btn, .circle, .social-profile.style1 li a, .social-profile.style2 li a, .header-wrap.style2 .header-top .header-top-right .contact-item .contact-icon, .search-area, .sidebar-btn, .sidebar-content .contact-us .contact-item .contact-icon, .sidebar-content .newsletter-box .newsletter-form .form-group button, .hero-wrap.style1 .hero-video .video-play, .hero-wrap.style2 .social-profile li a, .promo-video-wrap .promo-video .video-play, .feature-card .feature-icon, .feature-list li span, .counter-card.style1 .counter-icon, .counter-card.style3 .counter-icon, .counter-card.style2 .counter-icon, .process-wrap .process-item .process-icon, .service-card .service-icon, .wh-choose-content .wh-item-wrap .wh-item .wh-icon, .pricing-table .pricing-header .pricing-header-tag, .contact-box .contact-icon, .instagram-slider .insta-img span, .newsletter-box .newsletter-form .form-group button {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header-wrap .header-top .header-top-left, .header-wrap .header-top .header-top-left .contact-item, .header-wrap .header-top .header-top-right, .header-wrap .header-bottom .header-bottom-right, .header-wrap.style2 .header-top .header-top-left, .header-wrap.style2 .header-top .header-top-right, .header-wrap.style2 .header-top .header-top-right .contact-item, .select-lang .navbar-language .dropdown-toggle, .sidebar-btn, .sidebar-content .contact-us .contact-item, .counter-card.style1, .counter-card.style3, .client-info-wrap, .client-rating-wrap, .process-wrap .process-item-wrap.style2, .wh-choose-content .wh-item-wrap .wh-item, .contact-box, .post-navigation, .author-info-wrap, .comment-item .comment-author-wrap .comment-author-name, .post-author, .schedule-widget ul li, .footer-widget .social-box {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}

.client-rating-wrap, .post-navigation, .schedule-widget ul li {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.gallery-tablist, .page-navigation .page-nav {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header-wrap .header-top .header-top-right, .header-wrap .header-bottom .header-bottom-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

/*---------------------------------
        Header CSS 
-----------------------------------*/
.header-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.header-wrap.sticky {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.header-wrap.sticky.style1 {
  background-color: #fff;
  z-index: 999;
}

.header-wrap.sticky.style1 .header-bottom {
  padding: 15px 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.header-wrap.sticky.style2 {
  margin-top: -84px;
  background-color: #222;
}

.header-wrap .header-top {
  padding: 13px 0;
}

.header-wrap .header-top .header-top-left .contact-item {
  margin-right: 28px;
  padding-left: 0;
}

.header-wrap .header-top .header-top-left .contact-item:last-child {
  margin-right: 0;
}

.header-wrap .header-top .header-top-left .contact-item p,
.header-wrap .header-top .header-top-left .contact-item a {
  display: inline-block;
  color: #fff;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  font-family: "Rubik", sans-serif;
}

.header-wrap .header-top .header-top-left .contact-item p span {
  font-weight: 700;
}

.header-wrap .header-top .header-top-left .contact-item i {
  margin-right: 8px;
  font-size: 18px;
  line-height: 0.8;
  position: relative;
}

.header-wrap .header-top .header-top-right .user-login {
  margin-right: 25px;
}

.header-wrap .header-top .header-top-right .user-login a {
  color: #fff;
  font-size: 16px;
  position: relative;
  top: -1px;
}

.header-wrap .header-top .header-top-right .user-login a i {
  color: #FFA800;
  position: relative;
  top: 2px;
  margin-right: 4px;
}

.header-wrap .header-top .header-top-right .user-login a:hover {
  color: #FFA800;
}

.header-wrap .header-bottom {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.header-wrap.style1 {
  background-color: #fff;
}

.header-wrap.style1 .header-top .header-top-left .contact-item p,
.header-wrap.style1 .header-top .header-top-left .contact-item a {
  color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.header-wrap.style1 .header-top .header-top-left .contact-item p span {
  color: #FFA800;
}

.header-wrap.style1 .header-top .header-top-left .contact-item i {
  color: #FFA800;
}

.header-wrap.style1 .header-top .header-top-left .contact-item:hover a,
.header-wrap.style1 .header-top .header-top-left .contact-item:hover p {
  color: #FFA800;
}

.header-wrap.style1 .header-top .header-top-right .select-lang .navbar-language .dropdown-toggle {
  color: #fff;
}

.header-wrap.style1 .header-bottom {
  padding: 15px 0;
}

.header-wrap.style1 .header-bottom .searchbtn {
  background: transparent;
  border: none;
  margin: 0 14px;
}

.header-wrap.style1 .header-bottom .searchbtn i {
  font-size: 24px;
  position: relative;
  top: 3px;
}

.header-wrap.style1 .header-bottom .btn {
  font-size: 14px;
  padding: 9px 18px;
}

.header-wrap.style2 .header-top .header-top-left .logo {
  max-width: 130px;
}

.header-wrap.style2 .header-top .header-top-left .searchbox {
  position: relative;
  width: calc(100% - 170px);
  margin-left: 40px;
}

.header-wrap.style2 .header-top .header-top-left .searchbox input {
  width: 100%;
  background-color: transparent;
  border: 1px solid #EEEFF2;
  padding: 10px 15px;
  font-size: 15px;
}

.header-wrap.style2 .header-top .header-top-left .searchbox button {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #FFA800;
  text-align: center;
  height: 100%;
  border: none;
  padding: 0 18px;
}

.header-wrap.style2 .header-top .header-top-left .searchbox button i {
  font-size: 18px;
  position: relative;
  top: 3px;
  color: #fff;
}

.header-wrap.style2 .header-top .header-top-right .contact-item {
  padding-left: 0;
  margin-right: 15px;
}

.header-wrap.style2 .header-top .header-top-right .contact-item:last-child {
  margin-right: 0;
}

.header-wrap.style2 .header-top .header-top-right .contact-item .contact-icon {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #222;
  text-align: center;
  position: relative;
  top: -1px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.header-wrap.style2 .header-top .header-top-right .contact-item .contact-icon i {
  position: relative;
  color: #fff;
  font-size: 14px;
  line-height: 0.8;
}

.header-wrap.style2 .header-top .header-top-right .contact-item .contact-info {
  width: calc(100% - 45px);
  margin-left: 10px;
}

.header-wrap.style2 .header-top .header-top-right .contact-item .contact-info h6 {
  font-size: 13px;
  font-weight: 400;
  opacity: 0.7;
  line-height: 1.2;
  margin: 0 0 2px;
}

.header-wrap.style2 .header-top .header-top-right .contact-item .contact-info p,
.header-wrap.style2 .header-top .header-top-right .contact-item .contact-info a {
  font-size: 13px;
  display: block;
  margin: 0;
  font-weight: 600;
  color: #222;
}

.header-wrap.style2 .header-top .header-top-right .contact-item:hover .contact-icon {
  background-color: #FFA800;
}

.header-wrap.style2 .header-top .header-top-right .contact-item:hover .contact-info a,
.header-wrap.style2 .header-top .header-top-right .contact-item:hover .contact-info p {
  color: #FFA800;
}

.header-wrap.style2 .header-bottom {
  padding: 15px;
}

.header-wrap.style2 .header-bottom .header-bottom-right .btn {
  padding: 12px 30px;
}

.header-wrap.style3 {
  background-color: #fff;
}

.header-wrap.style3 .header-top {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.header-wrap.style3 .header-top .header-top-left .contact-item p,
.header-wrap.style3 .header-top .header-top-left .contact-item a {
  color: #000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.header-wrap.style3 .header-top .header-top-left .contact-item p span {
  color: #FFA800;
}

.header-wrap.style3 .header-top .header-top-left .contact-item i {
  color: #FFA800;
}

.header-wrap.style3 .header-top .header-top-left .contact-item:hover a,
.header-wrap.style3 .header-top .header-top-left .contact-item:hover p {
  color: #FFA800;
}

.header-wrap.style3 .header-top .header-top-right .user-login a {
  color: #000;
}

.header-wrap.style3 .header-top .header-top-right .select-lang .navbar-language .dropdown-toggle {
  color: #000;
}

.header-wrap.style3 .header-bottom {
  padding: 15px 0;
}

.header-wrap.style3 .header-bottom .searchbtn {
  background: transparent;
  border: none;
  margin: 0 14px;
}

.header-wrap.style3 .header-bottom .searchbtn i {
  font-size: 24px;
  position: relative;
  top: 3px;
}

.header-wrap.style3 .header-bottom .btn {
  font-size: 14px;
  padding: 9px 18px;
  border-radius: 50px;
}

.header-wrap.style3 .header-bottom .btn:before {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

.header-wrap.style3 .header-bottom .btn:after {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

.header-wrap .mobile-menu a {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
}

.header-wrap .logo img {
  max-width: 130px;
}

.select-lang {
  padding-left: 18px;
  position: relative;
}

.select-lang i {
  position: absolute;
  top: 5px;
  left: 0;
  font-size: 18px;
  color: #FFA800;
}

.select-lang .navbar-language .dropdown-toggle {
  background-color: transparent;
  border: none;
  color: #000;
  font-size: 16px;
  padding-right: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: "Rubik", sans-serif;
}

.select-lang .navbar-language .dropdown-toggle:after {
  display: none;
}

.select-lang .navbar-language .dropdown-toggle:before {
  position: absolute;
  top: 1px;
  right: 2px;
  content: "\f10e";
  font-family: "Flaticon";
  font-weight: 500;
  border: 0;
  margin-left: 8px;
  font-size: 8px;
}

.select-lang .navbar-language .dropdown-menu {
  margin: 0;
  padding: 5px 0;
  -webkit-box-shadow: 0 9px 54px 0 rgba(32, 32, 32, 0.1);
  box-shadow: 0 9px 54px 0 rgba(32, 32, 32, 0.1);
  left: auto;
  right: 0;
  border: 0;
  border-radius: 0;
  -webkit-transform: translateY(75px) !important;
  transform: translateY(75px) !important;
  display: block;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.select-lang .navbar-language .dropdown-menu a {
  padding: 5px 10px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  font-size: 15px;
}

.select-lang .navbar-language .dropdown-menu a.active {
  background-color: #f8f9fa;
}

.select-lang .navbar-language .dropdown-menu a img {
  width: 20px;
  margin-right: 10px;
}

.select-lang .navbar-language .dropdown-menu.show {
  -webkit-transform: translateY(40px) !important;
  transform: translateY(40px) !important;
  opacity: 1;
  pointer-events: all;
}

.search-area {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.95);
  visibility: hidden;
  opacity: 0;
  z-index: 99;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.search-area.open {
  top: 0;
  visibility: visible;
  opacity: 1;
}

.search-area .close-searchbox {
  position: absolute;
  top: 20px;
  right: 20px;
  background: transparent;
  border: none;
}

.search-area .close-searchbox i {
  color: #fff;
  font-size: 35px;
}

.search-area .form-group input {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 20px;
  padding: 20px;
  color: #fff;
}

.search-area .form-group input::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}

.search-area .form-group input:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

.search-area .form-group input::-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

.search-area .form-group input::placeholder {
  color: #fff;
  opacity: 1;
}

.sidebar-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #FFA800;
  text-align: center;
  border: none;
  padding: 0;
}

.sidebar-btn span {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 10px;
  background-color: #fff;
  margin: 3px 0;
}

.sidebar-btn span:nth-child(1) {
  margin-top: 0;
}

.sidebar-btn span:nth-child(2) {
  width: 16px;
  margin-right: 6px;
}

.sidebar-btn span:nth-child(3) {
  width: 12px;
  margin-right: 9px;
  margin-bottom: 0;
}

.sidebar-content {
  position: fixed;
  right: -100%;
  top: 0;
  width: 400px;
  overflow-y: auto;
  height: 100%;
  background-color: #fff;
  z-index: 999;
  padding: 40px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.sidebar-content h4 {
  font-size: 20px;
  margin-bottom: 15px;
}

.sidebar-content .sidebar-header {
  margin-bottom: 30px;
}

.sidebar-content .sidebar-header .sidebar-logo {
  display: inline-block;
}

.sidebar-content .sidebar-header .close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: none;
  padding: 0;
  cursor: pointer;
  font-size: 18px;
  line-height: 30px;
  background-color: #FFA800;
  color: #fff;
  text-align: center;
}

.sidebar-content .sidebar-about {
  margin-bottom: 25px;
}

.sidebar-content .sidebar-about p {
  margin-bottom: 0;
  font-size: 15px;
}

.sidebar-content .contact-us {
  margin-bottom: 30px;
}

.sidebar-content .contact-us .contact-item {
  padding-left: 0;
  margin-bottom: 15px;
}

.sidebar-content .contact-us .contact-item:last-child {
  margin-right: 0;
}

.sidebar-content .contact-us .contact-item .contact-icon {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #222;
  text-align: center;
  position: relative;
  top: -1px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.sidebar-content .contact-us .contact-item .contact-icon i {
  position: relative;
  color: #fff;
  font-size: 14px;
  line-height: 0.8;
}

.sidebar-content .contact-us .contact-item .contact-info {
  width: calc(100% - 45px);
  margin-left: 10px;
}

.sidebar-content .contact-us .contact-item .contact-info h6 {
  font-size: 13px;
  font-weight: 400;
  opacity: 0.7;
  line-height: 1.2;
  margin: 0 0 2px;
}

.sidebar-content .contact-us .contact-item .contact-info p,
.sidebar-content .contact-us .contact-item .contact-info a {
  font-size: 13px;
  display: block;
  margin: 0;
  font-weight: 600;
  color: #222;
}

.sidebar-content .contact-us .contact-item:hover .contact-icon {
  background-color: #FFA800;
}

.sidebar-content .contact-us .contact-item:hover .contact-info a,
.sidebar-content .contact-us .contact-item:hover .contact-info p {
  color: #FFA800;
}

.sidebar-content .newsletter-box p {
  color: #fff;
  margin: 0 0 30px;
}

.sidebar-content .newsletter-box .newsletter-form .form-group {
  width: 100%;
  position: relative;
}

.sidebar-content .newsletter-box .newsletter-form .form-group input {
  width: 100%;
  height: 60px;
  border-radius: 5px;
  background: #393939;
  color: #fff;
  padding: 10px 15px;
  border: none;
}

.sidebar-content .newsletter-box .newsletter-form .form-group button {
  position: absolute;
  top: 5px;
  right: 5px;
  height: calc(100% - 10px);
  border: none;
  padding: 5px 15px;
  border-radius: 5px;
  background-color: #FFA800;
}

.sidebar-content .newsletter-box .newsletter-form .form-group button i {
  color: #fff;
  font-size: 24px;
  line-height: 0.8;
}

.sidebar-content.open {
  right: 0;
}

.sidebar-newsletter {
  margin-bottom: 30px;
}

.sidebar-newsletter h2 {
  margin-bottom: 10px;
  font-size: 24px;
}

.sidebar-newsletter p {
  margin-bottom: 15px;
  font-size: 15px;
}

.header-wrap .btn {
  font-size: 15px;
  padding: 12px 16px 10px;
}

.header-wrap .btn i {
  margin-left: 5px;
  margin-right: 0;
  font-size: 16px;
  position: relative;
  top: 3px;
  line-height: 0.8;
  display: inline-block;
}

@media only screen and (max-width: 575px) {
  .sidebar-content {
    width: 300px;
    padding: 40px 20px;
  }
}

@media only screen and (max-width: 767px) {
  .header-wrap .logo img {
    max-width: 120px;
  }
  .shopcart span {
    line-height: 21px;
  }
}

@media only screen and (max-width: 1199px) {
  .header-wrap .header-top .header-top-left .contact-item {
    width: 100%;
    margin: 0 0 15px;
  }
  .header-wrap.sticky.style2 {
    margin-top: 0;
  }
  .header-wrap.style1 .header-top .header-top-left .contact-item p,
  .header-wrap.style3 .header-top .header-top-left .contact-item p,
  .header-wrap.style1 .header-top .header-top-left .contact-item a,
  .header-wrap.style3 .header-top .header-top-left .contact-item a {
    color: #000;
    font-size: 15px;
  }
  .header-wrap .header-top {
    position: absolute;
    height: 100vh;
    width: 100%;
    top: 0;
    background-color: #EEEFF2;
    right: -100%;
    padding: 50px 0 !important;
    display: block;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .header-wrap .header-top .header-top-right {
    margin-bottom: 20px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .header-wrap .header-top.open {
    visibility: visible;
    opacity: 1;
    right: 0;
  }
  .header-wrap.style1 .header-top .header-top-right .user-login a, .header-wrap.style3 .header-top .header-top-right .user-login a {
    color: #000;
  }
  .header-wrap.style1 .header-top .header-top-right .select-lang span, .header-wrap.style3 .header-top .header-top-right .select-lang span {
    color: #000;
  }
  .header-wrap.style1 .header-top .header-top-right .select-lang .navbar-language .dropdown-toggle:before, .header-wrap.style3 .header-top .header-top-right .select-lang .navbar-language .dropdown-toggle:before {
    color: #000;
  }
  .header-wrap.style1 .header-bottom .logo, .header-wrap.style3 .header-bottom .logo {
    max-width: 100px;
  }
  .header-wrap.style1 .header-bottom .sidebar-btn, .header-wrap.style3 .header-bottom .sidebar-btn {
    width: 35px;
    height: 35px;
    position: relative;
    top: -3px;
  }
  .header-wrap.style1 .header-bottom .sidebar-btn span, .header-wrap.style3 .header-bottom .sidebar-btn span {
    margin: 2.6px 0;
  }
  .header-wrap.style1 .header-bottom .sidebar-btn span:nth-child(1), .header-wrap.style3 .header-bottom .sidebar-btn span:nth-child(1) {
    width: 18px;
  }
  .header-wrap.style1 .header-bottom .sidebar-btn span:nth-child(2), .header-wrap.style3 .header-bottom .sidebar-btn span:nth-child(2) {
    width: 12px;
    margin-right: 5px;
  }
  .header-wrap.style1 .header-bottom .sidebar-btn span:nth-child(3), .header-wrap.style3 .header-bottom .sidebar-btn span:nth-child(3) {
    width: 8px;
    margin-right: 8px;
  }
  .header-wrap.style1 .header-bottom .searchbtn, .header-wrap.style3 .header-bottom .searchbtn {
    margin: 0 10px;
  }
  .header-wrap.style1 .header-bottom .searchbtn i, .header-wrap.style3 .header-bottom .searchbtn i {
    font-size: 20px;
    top: 0;
  }
  .header-wrap.style1 .header-bottom .mobile-bar-wrap .mobile-top-bar, .header-wrap.style3 .header-bottom .mobile-bar-wrap .mobile-top-bar {
    margin-right: 15px;
  }
  .header-wrap.style2 {
    background-color: #222;
  }
  .header-wrap.style2 .header-top .header-top-right .contact-item {
    margin: 0 0 20px;
    width: 100%;
  }
  .header-wrap.style2 .header-top .header-top-right .contact-item:last-child {
    margin-bottom: 8px;
  }
  .header-wrap.style2 .header-bottom {
    padding: 15px 0;
  }
  .header-wrap.style2 .searchbtn {
    background-color: transparent;
    border: none;
    margin-right: 20px;
    cursor: pointer;
  }
  .header-wrap.style2 .searchbtn i {
    color: #fff;
    font-size: 19px;
  }
  .header-wrap.style2 .mobile-top-bar span {
    background-color: #fff;
  }
  .header-wrap.style2 .mobile-menu a {
    background-color: #FFA800;
  }
  .menu-bar {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .mobile-bar-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right;
    position: relative;
    top: 4px;
  }
  .menu-close {
    position: absolute;
    top: 13px;
    right: 16px;
  }
  .menu-close i {
    color: #000;
    font-size: 22px;
  }
  .mobile-menu {
    text-align: right;
  }
  .mobile-menu a {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    background: #000;
  }
  .mobile-menu a i {
    color: #fff;
    font-size: 23px;
    line-height: 33px;
    position: relative;
    top: 1px;
  }
  .mobile-top-bar,
  .mobile-menu {
    display: inline-block;
    position: relative;
    top: -3px;
  }
  .mobile-top-bar {
    margin-right: 20px;
    cursor: pointer;
    position: relative;
    top: 0;
  }
  .mobile-top-bar span {
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 20px;
    background-color: #000;
    margin: 5.9px 0;
  }
  .mobile-top-bar span:nth-child(1) {
    margin-top: 0;
  }
  .mobile-top-bar span:nth-child(2) {
    width: 12px;
    margin-left: 8px;
  }
  .close-header-top button {
    position: absolute;
    top: 14px;
    right: 10px;
    z-index: 999;
    background: transparent;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 0;
  }
  .close-header-top button i {
    color: #000;
    font-size: 20px;
  }
  .main-menu-wrap {
    width: 100%;
    position: fixed;
    background: #fff;
    z-index: 999;
    top: 0;
    height: 100vh;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    left: -100%;
    padding: 55px 20px 30px;
    overflow-y: auto;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .main-menu-wrap.open {
    left: 0;
  }
  .main-menu > li.has-children.menu-open > span.menu-expand {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .main-menu > li.has-children.menu-open > span.menu-expand i {
    color: #000;
  }
  .main-menu > li > ul > li.has-children.menu-open > span.menu-expand {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .main-menu li {
    position: relative;
  }
  .main-menu li:last-child {
    margin: 0;
  }
  .main-menu li > span.menu-expand {
    position: absolute;
    right: 0;
    top: 13px;
    cursor: pointer;
  }
  .main-menu li > span.menu-expand i {
    color: #000;
    font-size: 14px;
  }
  .main-menu li > span.menu-expand:hover {
    color: #000;
  }
  .main-menu li a.active {
    color: #FFA800;
  }
  .main-menu li > a {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-transform: capitalize;
    display: block;
    padding: 12px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  }
  .main-menu li > a:hover {
    color: #000;
  }
  .main-menu li > ul.sub-menu {
    padding-left: 20px;
  }
  .header-wrap.style1 .header-bottom .main-menu-wrap #menu > ul > li > a::after,
  .header-wrap.style3 .header-bottom .main-menu-wrap #menu > ul > li > a::after {
    display: none;
  }
  .main-menu li a.active {
    font-weight: 600;
    color: #000;
    border-color: rgba(0, 0, 0, 0.3);
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .main-menu-wrap #menu ul li a {
    padding: 15px 15px 15px 15px !important;
    font-size: 15px !important;
  }
  .main-menu-wrap #menu > ul > li.has-children > a::after {
    right: 3px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .header-wrap.sticky {
    margin-top: -54px;
  }
  .main-menu-wrap #menu ul li {
    display: inline-block;
    position: relative;
  }
  .main-menu-wrap #menu ul li a {
    padding: 15px 20px 15px 20px;
    color: #000;
    font-family: "Rubik", sans-serif;
    font-size: 18px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .main-menu-wrap #menu ul li a.active, .main-menu-wrap #menu ul li a:hover {
    color: #FFA800;
  }
  .main-menu-wrap #menu ul li a.active:before, .main-menu-wrap #menu ul li a:hover:before {
    visibility: visible;
    opacity: 1;
  }
  .main-menu-wrap #menu ul li.has-children .sub-menu {
    position: absolute;
    top: 70px;
    left: 0;
    min-width: 200px;
    border-radius: 2px;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    -webkit-box-shadow: 0 24px 40px -4px rgba(0, 0, 0, 0.1);
            box-shadow: 0 24px 40px -4px rgba(0, 0, 0, 0.1);
    z-index: 10;
    display: block !important;
    -webkit-transform: rotateY(-75deg);
    transform: rotateY(-75deg);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
  }
  .main-menu-wrap #menu ul li.has-children .sub-menu:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background-color: transparent;
    width: 25%;
    height: 25%;
    border-top: 1px solid #FFA800;
    border-left: 1px solid #FFA800;
  }
  .main-menu-wrap #menu ul li.has-children .sub-menu:before {
    position: absolute;
    bottom: 0;
    right: 0;
    content: "";
    background-color: transparent;
    width: 25%;
    height: 25%;
    border-bottom: 1px solid #FFA800;
    border-right: 1px solid #FFA800;
  }
  .main-menu-wrap #menu ul li.has-children .sub-menu li {
    margin: 0;
    display: block;
    text-align: left;
  }
  .main-menu-wrap #menu ul li.has-children .sub-menu li a {
    font-size: 15px;
    font-weight: 500;
    line-height: 21px;
    margin: 0;
    display: block;
    padding: 15px 22px;
    margin: 0;
    color: #000;
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #EEEFF2;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
  }
  .main-menu-wrap #menu ul li.has-children .sub-menu li a:before {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    width: 0%;
    height: 100%;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .main-menu-wrap #menu ul li.has-children .sub-menu li a.active, .main-menu-wrap #menu ul li.has-children .sub-menu li a:hover {
    color: #fff;
  }
  .main-menu-wrap #menu ul li.has-children .sub-menu li a.active:before, .main-menu-wrap #menu ul li.has-children .sub-menu li a:hover:before {
    width: 100%;
    visibility: visible;
    opacity: 1;
  }
  .main-menu-wrap #menu ul li.has-children .sub-menu li a.active:after, .main-menu-wrap #menu ul li.has-children .sub-menu li a:hover:after {
    border-color: #fff;
  }
  .main-menu-wrap #menu ul li.has-children .sub-menu li:last-child > a {
    border-bottom: none;
  }
  .main-menu-wrap #menu ul li.has-children:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  .main-menu-wrap #menu > ul > li {
    margin: 0;
  }
  .main-menu-wrap #menu > ul > li > a {
    display: inline-block;
    position: relative;
    font-weight: 500;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .main-menu-wrap #menu > ul > li.has-children > a {
    position: relative;
  }
  .main-menu-wrap #menu > ul > li.has-children > a:after {
    position: absolute;
    top: 16px;
    right: 4px;
    content: "\f10e";
    font-family: "Flaticon";
    font-size: 8px;
    font-weight: 1000;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  .main-menu-wrap #menu > ul > li.has-children > .sub-menu > .has-children > a {
    position: relative;
  }
  .main-menu-wrap #menu > ul > li.has-children > .sub-menu > .has-children > a:after {
    position: absolute;
    top: 24px;
    right: 20px;
    content: "";
    width: 6px;
    height: 6px;
    border-width: 0 0 1px 1px;
    border-style: solid;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  .main-menu-wrap #menu > ul > li.has-children > .sub-menu > .has-children > a:hover:after {
    border-color: #fff;
  }
  .main-menu-wrap #menu > ul > .has-children {
    position: relative;
  }
  .main-menu-wrap #menu ul > .has-children > .sub-menu > .has-children > .sub-menu {
    left: auto;
    right: 100%;
    top: 0 !important;
  }
  .menu-expand i {
    display: none;
  }
  .header-wrap.style1 .main-menu-wrap #menu ul li.has-children .sub-menu li a.active::before,
  .header-wrap.style1 .main-menu-wrap #menu ul li.has-children .sub-menu li a:hover::before {
    background-color: #FFA800;
  }
  .header-wrap.style3 .main-menu-wrap #menu ul li.has-children .sub-menu li a.active:before,
  .header-wrap.style3 .main-menu-wrap #menu ul li.has-children .sub-menu li a:hover::before {
    background-color: #FFA800;
  }
  .header-wrap.style2 .main-menu-wrap #menu ul li.has-children .sub-menu li a.active:before,
  .header-wrap.style2 .main-menu-wrap #menu ul li.has-children .sub-menu li a::before {
    background-color: #000;
  }
  .header-wrap.style1 .main-menu-wrap #menu ul > li > a,
  .header-wrap.style3 .main-menu-wrap #menu ul > li > a {
    color: #000;
  }
  .header-wrap.style2 .header-top {
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .header-wrap.style2 .main-menu-wrap #menu ul > li > a {
    color: #fff;
  }
  .header-wrap.style2 .main-menu-wrap #menu ul > li > a.active {
    color: #FFA800;
  }
  .header-wrap.style1 .main-menu-wrap #menu ul li a.active,
  .header-wrap.style3 .main-menu-wrap #menu ul li a.active,
  .header-wrap.style1 .main-menu-wrap #menu ul li a:hover,
  .header-wrap.style3 .main-menu-wrap #menu ul li a:hover {
    color: #FFA800;
  }
  .header-wrap.style3 .main-menu-wrap #menu ul li a.active,
  .header-wrap.style3 .main-menu-wrap #menu ul li a:hover {
    color: #FFA800;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header-wrap.style2 .container {
    max-width: 1170px;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .header-wrap.style2 .container {
    max-width: 1320px;
  }
  .header-wrap.style2 .header-top .header-top-right .contact-item {
    margin-right: 35px;
  }
}

@media only screen and (min-width: 1600px) {
  .header-wrap.style2 .container {
    max-width: 1530px;
  }
  .header-wrap.style2 .header-top .header-top-right .contact-item {
    margin-right: 35px;
  }
}

/*---------------------------------
       Breadcrumb CSS 
-----------------------------------*/
.br-bg-1 {
  background-image: url(../img/breadcrumb/br-1.jpg);
}

.br-bg-2 {
  background-image: url(../img/breadcrumb/br-2.jpg);
}

.br-bg-3 {
  background-image: url(../img/breadcrumb/br-3.jpg);
}

.content-wrapper {
  margin-top: 140px;
}

.breadcrumb-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 120px 0 120px;
  overflow: hidden;
}

.breadcrumb-wrap .breadcrumb-title {
  position: relative;
  z-index: 1;
  width: 100%;
  text-align: center;
}

.breadcrumb-wrap .breadcrumb-title h2 {
  font-size: 40px;
  font-family: "Rubik", sans-serif;
  color: #fff;
  line-height: 1.2;
  font-weight: 600;
  margin: 0 0 15px;
}

.breadcrumb-wrap .breadcrumb-title .breadcrumb-menu li {
  display: inline-block;
  margin: 0 10px;
  font-family: "Rubik", sans-serif;
  position: relative;
  color: #fff;
}

.breadcrumb-wrap .breadcrumb-title .breadcrumb-menu li:first-child {
  margin-left: 0;
}

.breadcrumb-wrap .breadcrumb-title .breadcrumb-menu li:first-child a {
  padding-left: 0;
}

.breadcrumb-wrap .breadcrumb-title .breadcrumb-menu li:last-child {
  margin-right: 0;
}

.breadcrumb-wrap .breadcrumb-title .breadcrumb-menu li a {
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  display: inline-block;
  padding: 0px 5px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  position: relative;
}

.breadcrumb-wrap .breadcrumb-title .breadcrumb-menu li a:after {
  position: absolute;
  top: 0;
  right: -13px;
  content: "~";
  font-size: 16px;
  background-color: transparent;
}

.breadcrumb-wrap .breadcrumb-title .breadcrumb-menu li:last-child a:after {
  display: none;
}

/*----------------------------------
         Hero  CSS
----------------------------------*/
.hero-bg-1 {
  background-image: url(../img/hero/hero-img-20.jpg);
}

.hero-bg-2 {
  background-image: url(../img/hero/hero-bg-1.png);
}

.hero-slide-1 {
  background-image: url(../img/hero/hero-slider-1.jpg);
}

.hero-slide-2 {
  background-image: url(../img/hero/hero-slider-2.jpg);
}

.hero-slide-3 {
  background-image: url(../img/hero/hero-slider-3.jpg);
}

.hero-wrap .hero-content span {
  font-weight: 500;
  display: block;
  margin: 0 0 8px;
  color: #FFA800;
}

.hero-wrap .hero-content h1 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 16px;
}

.hero-wrap .hero-content p {
  margin: 0 0 30px;
  font-size: 16px;
  line-height: 32px;
  padding-right: 60px;
}

.hero-wrap .hero-content .hero-btn .btn {
  padding: 15px 45px;
  border-radius: 0;
}

.hero-wrap.style1 {
  margin-top: 140px;
  padding: 50px 0 0px;
  position: relative;
  z-index: 1;
}

.hero-wrap.style1:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-image: url(../img/hero/hero-bg-1.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: calc(100% - 50px);
  z-index: -1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.hero-wrap.style1 .hero-shape-1,
.hero-wrap.style1 .hero-shape-2,
.hero-wrap.style1 .hero-shape-3,
.hero-wrap.style1 .hero-shape-4,
.hero-wrap.style1 .hero-shape-5 {
  position: absolute;
}

.hero-wrap.style1 .hero-shape-1 {
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.hero-wrap.style1 .hero-shape-2 {
  top: 50px;
  left: 30%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.hero-wrap.style1 .hero-shape-3 {
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.hero-wrap.style1 .hero-shape-4 {
  bottom: 50px;
  right: 0;
  z-index: 1;
  max-width: 55%;
}

.hero-wrap.style1 .hero-shape-5 {
  bottom: 100px;
  left: 30%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.hero-wrap.style1 .hero-video {
  height: 800px;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.hero-wrap.style1 .hero-video:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.hero-wrap.style1 .hero-video .video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  text-align: center;
  z-index: 2;
}

.hero-wrap.style1 .hero-video .video-play i {
  color: #000;
  font-size: 28px;
  line-height: 0.8;
  position: relative;
  left: 1px;
}

.hero-wrap.style1 .hero-video .video-play.circle {
  right: -10x;
  bottom: -10px;
}

.hero-wrap.style1 .hero-video .video-play.circle:after {
  border: 10px solid rgba(255, 255, 255, 0.2);
}

.hero-wrap.style1 .hero-video:hover:after {
  opacity: 1;
  visibility: visible;
}

.hero-wrap.style2 {
  margin-top: 130px;
  padding: 90px 0 0px;
  background-color: #EEEFF2;
  position: relative;
}

.hero-wrap.style2 .hero-shape-6 {
  position: absolute;
  bottom: 0;
  right: 0;
}

.hero-wrap.style2 .social-profile {
  position: absolute;
  top: 50%;
  z-index: 10;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.hero-wrap.style2 .social-profile li {
  display: block;
  margin: 15px 0;
}

.hero-wrap.style2 .social-profile li a {
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 1px solid #222;
  background-color: transparent;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.hero-wrap.style2 .social-profile li a i {
  color: #222;
  font-style: 16px;
  line-height: 0.8;
}

.hero-wrap.style2 .social-profile li a:hover {
  background-color: #FFA800;
  border-color: transparent;
}

.hero-wrap.style2 .social-profile li a:hover i {
  color: #fff;
}

.hero-wrap.style2 .hero-slider-one .hero-one-pagination {
  position: absolute;
  bottom: 30px !important;
  text-align: center;
  width: 100%;
  z-index: 1;
}

.hero-wrap.style2 .hero-slider-one .hero-one-pagination .swiper-pagination-bullet {
  margin: 0 10px;
  background: transparent;
}

.hero-wrap.style2 .hero-slider-one .hero-one-pagination .swiper-pagination-bullet-active .path {
  display: inline-block !important;
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
  -webkit-animation: dash linear 120s;
  animation: dash linear 120s;
  -webkit-animation-iteration-count: unset;
  animation-iteration-count: unset;
}

.hero-wrap.style2 .hero-slider-one .hero-one-pagination .path {
  display: none;
}

.hero-wrap.style2 .hero-slider-one .hero-content {
  overflow: hidden;
}

.hero-wrap.style2 .hero-slider-one .hero-content h1 {
  font-size: 51px;
  margin-top: 0 0 15px;
}

.hero-wrap.style2 .hero-img-wrap {
  position: relative;
}

.hero-wrap.style2 .hero-img-wrap img {
  margin: 0 auto;
  display: block;
}

.hero-wrap.style2 .hero-img-wrap .hero-shape-7 {
  position: absolute;
  top: 0;
  left: -100px;
  max-width: 250px;
}

.hero-wrap.style3 {
  margin-top: 140px;
  position: relative;
}

.hero-wrap.style3 .hero-slider-two .hero-slide {
  position: relative;
}

.hero-wrap.style3 .hero-slider-two .hero-slide .hero-content {
  position: relative;
  text-align: center;
  padding: 120px 0 230px;
}

.hero-wrap.style3 .hero-slider-two .hero-slide .hero-content span {
  color: #FFA800;
}

.hero-wrap.style3 .hero-slider-two .hero-slide .hero-content h1 {
  font-size: 60px;
  margin: 0 0 20px;
}

.hero-wrap.style3 .hero-slider-two .hero-slide .hero-content h1,
.hero-wrap.style3 .hero-slider-two .hero-slide .hero-content p {
  color: #fff;
}

.hero-wrap.style3 .hero-slider-two .hero-slide .hero-content p {
  margin: 0 auto 30px;
  max-width: 90%;
  padding: 0;
}

.hero-wrap.style3 .hero-slider-two .hero-slide .hero-content .btn {
  border-radius: 50px;
}

.hero-wrap.style3 .hero-slider-two .hero-slide .hero-content .btn:before {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

.hero-wrap.style3 .hero-slider-two .hero-slide .hero-content .btn:after {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

.hero-wrap.style3 .hero-two-next,
.hero-wrap.style3 .hero-two-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

.hero-wrap.style3 .hero-two-next {
  right: 50px;
}

.hero-wrap.style3 .hero-two-prev {
  left: 50px;
}

.hero-slider-two .swiper-slide-active .hero-content span {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.hero-slider-two .swiper-slide-active .hero-content h1 {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.hero-slider-two .swiper-slide-active .hero-content p {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

.hero-slider-two .swiper-slide-active .hero-content .btn {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 1.9s;
  animation-delay: 1.9s;
}

.hero-slider-one .swiper-slide-active .hero-content span {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.hero-slider-one .swiper-slide-active .hero-content h1 {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.hero-slider-one .swiper-slide-active .hero-content p {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

.hero-slider-one .swiper-slide-active .hero-content .btn {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 1.9s;
  animation-delay: 1.9s;
}

@-webkit-keyframes dash {
  from {
    stroke-dashoffset: 1000;
  }
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes dash {
  from {
    stroke-dashoffset: 1000;
  }
  to {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

/*----------------------------------
         Promo   CSS
----------------------------------*/
.promo-video-wrap {
  margin-top: -100px;
}

.promo-video-wrap .promo-video {
  position: relative;
  z-index: 1;
}

.promo-video-wrap .promo-video img {
  border-radius: 30px;
}

.promo-video-wrap .promo-video .promo-overlay {
  position: absolute;
  top: -10px;
  left: -10px;
  content: "";
  background-color: #FFA800;
  width: calc(100% + 20px);
  height: 100%;
  z-index: -1;
  border-radius: 30px;
}

.promo-video-wrap .promo-video .video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  text-align: center;
  z-index: 2;
}

.promo-video-wrap .promo-video .video-play i {
  color: #FFA800;
  font-size: 28px;
  line-height: 0.8;
  position: relative;
  left: 1px;
}

.promo-video-wrap .promo-video .video-play.circle {
  right: -10x;
  bottom: -10px;
}

.promo-video-wrap .promo-video .video-play.circle:after {
  border: 10px solid rgba(255, 255, 255, 0.2);
}

/*----------------------------------
         Feature   CSS
----------------------------------*/
.feature-card {
  margin: 0 0 25px;
}

.feature-card .feature-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  text-align: center;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.feature-card .feature-icon i {
  font-size: 40px;
  line-height: 0.8;
  color: #FFA800;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.feature-card .feature-icon.bg-overlay:after {
  background-color: #FFA800;
}

.feature-card .feature-info h4 {
  font-size: 22px;
  margin: 0 0 10px;
}

.feature-card .feature-info h4 a.br-1:after {
  background-color: #FFA800;
}

.feature-card .feature-info p {
  margin: 0;
}

.feature-card.style1 .feature-icon i {
  font-size: 40px;
  line-height: 0.8;
  color: #FFA800;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.feature-card.style1 .feature-icon.bg-overlay:after {
  background-color: #FFA800;
}

.feature-card.style1 .feature-info h4 {
  font-size: 22px;
  margin: 0 0 10px;
}

.feature-card.style1 .feature-info h4 a.br-1:after {
  background-color: #FFA800;
}

.feature-card.style1 .feature-info p {
  margin: 0;
}

.feature-card.style2 {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
  padding: 25px 25px 22px;
  border-radius: 10px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.feature-card.style2 .feature-icon:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #000;
  z-index: -1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.feature-card.style2 .feature-icon i {
  color: #fff;
}

.feature-card.style2:hover {
  -webkit-box-shadow: 0 35px 50px -25px rgba(0, 0, 0, 0.1);
          box-shadow: 0 35px 50px -25px rgba(0, 0, 0, 0.1);
}

.feature-card.style2:hover .feature-icon:before {
  height: 0;
}

.feature-card:hover .feature-icon {
  -webkit-box-shadow: 0px 11px 25px -5px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 11px 25px -5px rgba(0, 0, 0, 0.15);
}

.feature-card:hover .feature-icon i {
  color: #fff;
}

.feature-card:hover .feature-icon.bg-overlay:after {
  height: 100%;
  visibility: visible;
  opacity: 1;
}

.feature-card:hover .feature-info h4 a {
  color: #FFA800;
}

.feature-card:hover .feature-info h4 a:after {
  visibility: visible;
  opacity: 1;
  width: 100%;
}

/*----------------------------------
         About Section  CSS
----------------------------------*/
.about-bg-1 {
  background-image: url(../img/about/about-bg-1.jpg);
  height: 600px;
}

.about-bg-2 {
  background-image: url(../img/about/about-bg-2.jpg);
  height: 300px;
  margin: 25px 0;
}

.about-bg-3 {
  background-image: url(../img/about/about-bg-3.jpg);
  height: 275px;
}

.about-bg-4 {
  background-image: url(../img/about/about-bg-4.jpg);
  height: 275px;
}

.about-bg-5 {
  background-image: url(../img/about/about-bg-5.jpg);
  height: 275px;
}

.about-wrap.style1 .about-content p, .about-wrap.style3 .about-content p {
  margin-bottom: 27px;
}

.about-wrap.style1 .about-content .feature-list, .about-wrap.style3 .about-content .feature-list {
  margin-bottom: 34px;
}

.about-wrap.style2 .about-bg-wrap {
  position: relative;
  height: 100%;
}

.about-wrap.style2 .about-bg-wrap .about-shape-1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.about-wrap.style2 .about-bg-wrap .about-bg-4,
.about-wrap.style2 .about-bg-wrap .about-bg-5 {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  border: 5px solid #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.about-wrap.style2 .about-bg-wrap .about-bg-4 {
  position: absolute;
  bottom: -90px;
  left: 0;
  z-index: 1;
}

.about-wrap.style2 .about-bg-wrap .about-bg-5 {
  position: absolute;
  top: -90px;
  right: 0;
}

.about-wrap.style2 .about-content h6 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}

.about-wrap.style2 .about-content .progressbar-wrap {
  margin: 28px 0 40px;
}

.about-wrap.style3 .about-img-wrap {
  position: relative;
}

.about-wrap.style3 .about-img-wrap .about-profile-img {
  display: block;
  margin: 0 auto;
}

.about-wrap.style3 .about-img-wrap .about-shape-2 {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}

.about-wrap.style3 .about-img-wrap .about-shape-3 {
  position: absolute;
  top: 160px;
  left: 20px;
}

.about-wrap.style3 .about-content .btn {
  border-radius: 50px;
  padding: 12px 55px;
}

.about-wrap.style3 .about-content .btn:before {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

.about-wrap.style3 .about-content .btn:after {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

.feature-list li {
  position: relative;
  padding-left: 38px;
  margin: 0 0 15px;
  font-weight: 600;
}

.feature-list li:last-child {
  margin-bottom: 0;
}

.feature-list li span {
  position: absolute;
  top: 2px;
  left: 0;
  content: "";
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #FFA800;
  text-align: center;
}

.feature-list li span i {
  color: #fff;
  font-size: 11px;
  line-height: 0.8;
  position: relative;
  top: 1px;
}

.progressbar-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 1fr 1fr;
      grid-template-rows: 1fr 1fr;
  grid-gap: 25px;
}

.progressbar-wrap .progress-bar {
  margin: 0;
  overflow: hidden;
  padding-right: 24px;
  background: transparent;
}

.progressbar-wrap .progress-bar .progress-title-holder {
  position: relative;
  margin: 0 0 5px;
  font-size: 15px;
  font-weight: 400;
  text-align: left;
}

.progressbar-wrap .progress-bar .progress-title-holder .progress-title {
  z-index: 100;
  color: #000;
  margin: 0;
}

.progressbar-wrap .progress-bar .progress-title-holder .progress-number-wrapper {
  width: 100%;
  z-index: 10;
}

.progressbar-wrap .progress-bar .progress-title-holder .progress-number-wrapper .progress-number-mark {
  margin-bottom: 0;
  border-radius: 3px;
  position: absolute;
  bottom: 0;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.progressbar-wrap .progress-bar .progress-title-holder .progress-number-wrapper .progress-number-mark .percent {
  color: #000;
}

.progress-number-wrapper,
.progress-number-mark {
  font-size: 15px;
  line-height: 24px;
  height: 24px;
  letter-spacing: 0px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
}

.progress-content-outter {
  height: 8px;
  background-color: #eee;
}

.progress-content {
  height: 8px;
  background-color: #FFA800;
  width: 0%;
}

/*----------------------------------
         Partner Section  CSS
----------------------------------*/
.partner-bg-1 {
  background-image: url(../img/partner/partner-bg-1.png);
}

.partner-wrap {
  position: relative;
}

.partner-item {
  padding: 0 10px;
}

.partner-item img {
  margin: 0 auto;
  display: block;
}

.partner-item.style2 img {
  opacity: 0.5;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.swiper-slide-active .partner-item.style2 img {
  opacity: 1;
}

/*----------------------------------
         Case Section  CSS
----------------------------------*/
.case-bg-1 {
  background-image: url(../img/case/case-1.jpg);
}

.case-bg-2 {
  background-image: url(../img/case/case-2.jpg);
}

.case-bg-3 {
  background-image: url(../img/case/case-3.jpg);
}

.case-bg-4 {
  background-image: url(../img/case/case-4.jpg);
}

.case-bg-5 {
  background-image: url(../img/case/case-5.jpg);
}

.case-bg-6 {
  background-image: url(../img/case/case-6.jpg);
}

.case-1 {
  background-image: url(../img/case/case-bg-1.jpg);
}

.case-2 {
  background-image: url(../img/case/case-bg-2.jpg);
}

.case-3 {
  background-image: url(../img/case/case-bg-3.jpg);
}

.case-4 {
  background-image: url(../img/case/case-bg-4.jpg);
}

.case-5 {
  background-image: url(../img/case/case-bg-5.jpg);
}

.case-6 {
  background-image: url(../img/case/case-6.jpg);
  height: 280px;
}

.case-7 {
  background-image: url(../img/case/case-3.jpg);
  height: 280px;
}

.case-8 {
  background-image: url(../img/case/case-5.jpg);
  height: 280px;
}

.case-item {
  position: relative;
  display: block;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.case-item .case-info {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 20px;
  z-index: 2;
  overflow: hidden;
}

.case-item .case-info h5 {
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 8px;
  -webkit-transform: translatey(20px);
  transform: translatey(20px);
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 0;
}

.case-item .case-info h5 a {
  color: #fff;
}

.case-item .case-info p {
  font-size: 15px;
  margin: 0 0 10px;
  -webkit-transform: translatey(40px);
  transform: translatey(40px);
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 0;
}

.case-item .case-info p,
.case-item .case-info a {
  color: #fff;
}

.case-item .case-info a {
  -webkit-transform: translatey(60px);
  transform: translatey(60px);
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 0;
}

.case-item .case-info a:hover {
  color: #fff;
}

.case-item .case-info a:hover:after {
  background-color: #fff;
}

.case-item:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.case-item:hover .case-info h5 {
  -webkit-transform: translatey(0);
  transform: translatey(0);
  opacity: 1;
}

.case-item:hover .case-info p {
  -webkit-transform: translatey(0);
  transform: translatey(0);
  opacity: 1;
}

.case-item:hover .case-info a {
  -webkit-transform: translatey(0);
  transform: translatey(0);
  opacity: 1;
}

.case-item:hover span {
  bottom: 20px;
  visibility: visible;
  opacity: 1;
}

.case-item:hover:after {
  visibility: visible;
  opacity: 1;
}

.case-wrap .case-gallery .case-item,
.case-wrap .case-slider .case-item {
  height: 380px;
  display: block;
  position: relative;
}

.case-wrap.style2 .case-1, .case-wrap.style3 .case-1 {
  height: 575px;
}

.case-wrap.style2 .case-2,
.case-wrap.style2 .case-3, .case-wrap.style3 .case-2,
.case-wrap.style3 .case-3 {
  height: 275px;
}

.case-wrap.style2 .case-4,
.case-wrap.style2 .case-5, .case-wrap.style3 .case-4,
.case-wrap.style3 .case-5 {
  height: 275px;
}

.case-wrap.style2 .case-item, .case-wrap.style3 .case-item {
  margin: 0 0 25px;
  position: relative;
}

.case-wrap.style2.style3 .case-item, .case-wrap.style3.style3 .case-item {
  border-radius: 10px;
}

.case-wrap.style2.style3 .case-item:after, .case-wrap.style3.style3 .case-item:after {
  border-radius: 10px;
}

.case-gallery .case-item {
  margin-bottom: 25px;
}

.case-btn-wrap {
  position: relative;
}

.case-btn-wrap .case-prev {
  position: absolute;
  top: -190px;
  left: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

.case-btn-wrap .case-next {
  position: absolute;
  top: -190px;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

/*----------------------------------
         Cunter Section  CSS
----------------------------------*/
.counter-wrap {
  position: relative;
}

.counter-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 305px;
  z-index: 0;
  background-image: url(../img/hero/hero-bg-1.png);
}

.counter-bg.style2 {
  height: 370px;
}

.counter-bg.style3 {
  height: 370px;
}

.counter-card.style1, .counter-card.style3 {
  margin-bottom: 25px;
}

.counter-card.style1 .counter-icon, .counter-card.style3 .counter-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  text-align: center;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  overflow: hidden;
  position: relative;
  background-color: #fff;
  z-index: 1;
  margin-right: 15px;
}

.counter-card.style1 .counter-icon.bg-overlay:after, .counter-card.style3 .counter-icon.bg-overlay:after {
  width: 0;
  height: 100%;
  background-color: #FFA800;
}

.counter-card.style1 .counter-icon i, .counter-card.style3 .counter-icon i {
  font-size: 40px;
  line-height: 0.8;
  color: #FFA800;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.counter-card.style1 .counter-info h2, .counter-card.style3 .counter-info h2 {
  margin-bottom: 0;
  display: inline-block;
  position: relative;
  line-height: 1.1;
}

.counter-card.style1 .counter-info h2:after, .counter-card.style3 .counter-info h2:after {
  position: absolute;
  top: 5px;
  right: -20px;
  content: "+";
  font-size: 22px;
  font-weight: 500;
  color: #000;
}

.counter-card.style1 .counter-info p, .counter-card.style3 .counter-info p {
  margin: 0;
}

.counter-card.style2 {
  margin-bottom: 25px;
  position: relative;
}

.counter-card.style2 .counter-icon {
  width: 75px;
  height: 75px;
  text-align: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  overflow: hidden;
  position: relative;
  background-color: #FFA800;
  z-index: 2;
  margin-right: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.counter-card.style2 .counter-icon i {
  font-size: 40px;
  line-height: 0.8;
  color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.counter-card.style2 .counter-info {
  position: relative;
  z-index: 1;
  padding: 35px 5px 35px 60px;
  background-color: #000;
  margin-left: 40px;
}

.counter-card.style2 .counter-info h2 {
  margin-bottom: 0;
  display: inline-block;
  position: relative;
  line-height: 1.1;
  color: #fff;
}

.counter-card.style2 .counter-info h2:after {
  position: absolute;
  top: 5px;
  right: -20px;
  content: "+";
  font-size: 22px;
  font-weight: 500;
  color: #fff;
}

.counter-card.style2 .counter-info p {
  margin: 0;
  color: #fff;
  font-size: 15px;
}

.counter-card.style3 {
  position: relative;
}

.counter-card.style3:after {
  position: absolute;
  top: 0;
  right: 0px;
  content: "";
  width: 1px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.counter-card.style3 .counter-icon:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #000;
  z-index: -1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.counter-card.style3 .counter-icon i {
  color: #fff;
}

.counter-card.style3:hover .counter-icon:before {
  height: 0;
}

.counter-card:hover .counter-icon {
  -webkit-box-shadow: 0px 11px 25px -5px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 11px 25px -5px rgba(0, 0, 0, 0.15);
}

.counter-card:hover .counter-icon i {
  color: #fff;
}

.counter-card:hover .counter-icon.bg-overlay:after {
  width: 100%;
  visibility: visible;
  opacity: 1;
}

.counter-card-wrap .col-lg-3:last-child .counter-card:after {
  display: none;
}

/*----------------------------------
         Testimonials Section  CSS
----------------------------------*/
.testimonial-bg-1 {
  background-image: url(../img/testimonial/testimonial-bg-1.jpg);
}

.client-info-wrap {
  background-color: #F9FAFC;
  padding: 20px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.client-info-wrap .client-img {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  border: 2px solid #FFA800;
  margin-right: 15px;
}

.client-info-wrap .client-img img {
  border-radius: 50%;
}

.client-info-wrap .client-name h5 {
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 3px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.client-info-wrap .client-name p {
  margin: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.testimonial-slider-one {
  padding: 10px 5px 25px;
}

.testimonial-item.style1 {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
  border: 1px solid #F9FAFC;
}

.testimonial-item.style1 .client-quote {
  padding: 25px 25px 0;
  margin: 0 0 15px;
}

.testimonial-item.style1 .client-quote p {
  margin: 0;
}

.testimonial-item.style2 {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
  border: 1px solid #F9FAFC;
  background-color: #fff;
}

.testimonial-item.style2 .client-info-wrap {
  background-color: #000;
}

.testimonial-item.style2 .client-info-wrap .client-img {
  border: 2px solid #fff;
}

.testimonial-item.style2 .client-info-wrap .client-name h5 {
  color: #fff;
}

.testimonial-item.style2 .client-info-wrap .client-name p {
  color: #fff;
}

.testimonial-item.style2 .client-quote {
  padding: 25px 25px 0;
  margin: 0 0 15px;
}

.testimonial-item.style2 .client-quote p {
  margin: 0;
}

.testimonial-item.style2 .client-rating-wrap .quote-icon i {
  color: rgba(0, 0, 0, 0.2);
}

.testimonial-item.style3 .client-quote {
  background-color: #fff;
  padding: 30px;
  border-radius: 15px;
  position: relative;
}

.testimonial-item.style3 .client-quote p {
  font-size: 18px;
  margin: 0;
  line-height: 1.6;
}

.testimonial-item.style3 .client-quote:after {
  position: absolute;
  bottom: -33px;
  left: 35px;
  content: "";
  background-color: transparent;
  border-top: 35px solid #fff;
  border-right: 35px solid transparent;
}

.testimonial-item.style3 .client-info-wrap {
  background-color: transparent;
  padding: 25px;
  margin-top: 20px;
}

.testimonial-item.style3 .client-info-wrap .client-img {
  border: none;
  width: 75px;
  height: 75px;
}

.testimonial-item.style3 .client-info-wrap .client-info h5 {
  color: #fff;
  margin: 0 0 5px;
}

.testimonial-item.style3 .client-info-wrap .client-info p {
  color: #fff;
  margin: 0 0 5px;
  font-size: 15px;
}

.client-rating-wrap {
  padding: 0 20px 20px;
}

.client-rating-wrap .quote-icon i {
  color: #FFA800;
  font-size: 42px;
  display: block;
  line-height: 0.9;
}

.ratings li {
  display: inline-block;
}

.ratings li i {
  color: #FFA800;
  position: relative;
  top: 1px;
  margin-right: 3px;
  line-height: 0.8;
}

.testimonial-pagination.slider-pagination {
  margin-top: 20px;
}

.testimonial-one-next {
  position: absolute;
  top: 50%;
  right: -6px;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.testimonial-one-prev {
  position: absolute;
  top: 50%;
  left: -6px;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.swiper-slide-active .testimonial-item.style2 .client-info-wrap, .swiper-slide-active .testimonial-item.style1 .client-info-wrap {
  background-color: #FFA800;
}

.swiper-slide-active .testimonial-item.style2 .client-info-wrap .client-img, .swiper-slide-active .testimonial-item.style1 .client-info-wrap .client-img {
  border-color: #fff;
}

.swiper-slide-active .testimonial-item.style2 .client-info-wrap .client-name h5,
.swiper-slide-active .testimonial-item.style2 .client-info-wrap .client-name p, .swiper-slide-active .testimonial-item.style1 .client-info-wrap .client-name h5,
.swiper-slide-active .testimonial-item.style1 .client-info-wrap .client-name p {
  color: #fff;
}

/*----------------------------------
         Process Section  CSS
----------------------------------*/
.process-wrap .process-item .process-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #FFA800;
  text-align: center;
}

.process-wrap .process-item .process-icon i {
  font-size: 38px;
  color: #fff;
}

.process-wrap .process-item-wrap.style1 {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.process-wrap .process-item-wrap.style1 .process-item {
  text-align: center;
  width: 20%;
  position: relative;
  padding: 36px 0;
}

.process-wrap .process-item-wrap.style1 .process-item .process-icon {
  margin: 0 auto;
}

.process-wrap .process-item-wrap.style1 .process-item:nth-child(odd) h6 {
  position: absolute;
  top: 0;
  width: 100%;
  left: 50%;
  margin: 0;
  font-weight: 500;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.process-wrap .process-item-wrap.style1 .process-item:nth-child(even) h6 {
  position: absolute;
  bottom: -8px;
  width: 100%;
  left: 50%;
  font-weight: 500;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.process-wrap .process-item-wrap.style2 .process-item {
  position: relative;
  width: 20%;
  margin-bottom: 25px;
}

.process-wrap .process-item-wrap.style2 .process-item h6 {
  text-align: center;
  margin: 20px 0 0;
  font-size: 20px;
  font-weight: 600;
}

.process-wrap .process-item-wrap.style2 .process-item .process-circle {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: rgba(255, 168, 0, 0.3);
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}

.process-wrap .process-item-wrap.style2 .process-item .process-circle .process-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 15px);
  height: calc(100% - 15px);
  background-color: #fff;
  border-radius: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.process-wrap .process-item-wrap.style2 .process-item .process-circle .process-icon i {
  color: #000;
  font-size: 52px;
}

.process-wrap .process-item-wrap.style2 .process-item .process-circle .process-icon span {
  position: absolute;
  top: 11px;
  right: 11px;
  background-color: #000;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  line-height: 25px;
  z-index: 9;
}

.process-wrap .process-item-wrap.style2 .process-item .process-circle:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-color: #FFA800;
  width: 100%;
  height: 100%;
}

.process-wrap .process-item-wrap.style2 .process-item:nth-child(1) .process-circle:after {
  height: 100%;
  width: 23%;
  -webkit-transform: rotate(-9deg);
  transform: rotate(-9deg);
}

.process-wrap .process-item-wrap.style2 .process-item:nth-child(2) .process-circle:after {
  height: 100%;
  width: 55%;
  -webkit-transform: rotate(1deg);
  transform: rotate(1deg);
}

.process-wrap .process-item-wrap.style2 .process-item:nth-child(3) .process-circle:after {
  height: 100%;
  width: 75%;
  -webkit-transform: rotate(1deg);
  transform: rotate(1deg);
}

.process-wrap .process-item-wrap.style2 .process-item:nth-child(4) .process-circle:after {
  height: 100%;
  width: 80%;
  -webkit-transform: rotate(1deg);
  transform: rotate(1deg);
}

.process-wrap .process-item-wrap.style2 .process-item:nth-child(5) .process-circle:after {
  height: 100%;
  width: 100%;
  -webkit-transform: rotate(1deg);
  transform: rotate(1deg);
}

.process-item-line {
  height: 1px;
  width: 1020px;
  background: transparent;
  position: absolute;
  z-index: -1;
  top: 75px;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  border: 1px dashed #FFA800;
}

.process-item-line:before {
  content: "";
  position: absolute;
  top: -6px;
  left: 0;
  height: 12px;
  width: 12px;
  border-radius: 50px;
  background: #FFA800;
  -webkit-animation-duration: 12s;
  animation-duration: 12s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: movingDot;
  animation-name: movingDot;
}

@-webkit-keyframes movingDot {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(1026px);
    transform: translateX(1026px);
  }
}

@keyframes movingDot {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(1026px);
    transform: translateX(1026px);
  }
}

/*----------------------------------
         Service Section  CSS
----------------------------------*/
.service-bg-1 {
  background-image: url(../img/service/service-1.jpg);
  height: 300px;
  margin: 0 0 25px;
}

.service-bg-2 {
  background-image: url(../img/service/service-2.jpg);
  height: 400px;
  margin: 0 0 25px;
}

.service-bg-3 {
  background-image: url(../img/service/service-3.jpg);
  height: 300px;
  width: calc(100% - 120px);
  margin: 0 auto 25px;
}

.service-shape-1 {
  margin: 0 auto 30px;
  display: block;
}

.service-wrap.style2 .service-img-wrap {
  position: relative;
}

.service-wrap.style2 .service-img-wrap img {
  margin: 0 auto;
  display: block;
}

.service-wrap.style2 .service-img-wrap .service-shape-2 {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.service-wrap.style3 .service-img-wrap {
  position: relative;
  margin-bottom: 25px;
}

.service-wrap.style3 .service-img-wrap img {
  margin: 0 auto;
  display: block;
  z-index: 1;
  position: relative;
}

.service-wrap.style3 .service-img-wrap img.service-img {
  left: 5px;
}

.service-wrap.style3 .service-img-wrap .service-shape-4 {
  position: absolute;
  bottom: -16px;
  left: 58.5%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 0;
}

.service-card {
  margin: 0 0 25px;
}

.service-card .service-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  margin-bottom: 25px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.service-card .service-icon:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  background-color: #FFA800;
  width: 100%;
  height: 0%;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.service-card .service-icon i {
  font-size: 34px;
  line-height: 0.8;
  color: #FFA800;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.service-card .service-info h4 {
  margin: 0 0 12px;
}

.service-card .service-info p {
  margin: 0 0 16px;
}

.service-card:hover .service-icon:after {
  height: 100%;
  visibility: visible;
  opacity: 1;
}

.service-card:hover .service-icon i {
  color: #fff;
}

.service-card:hover .service-info h4 a {
  color: #FFA800;
}

.service-card.style1 .service-icon i {
  color: #FFA800;
}

.service-card.style1:hover .service-icon:after {
  height: 100%;
  visibility: visible;
  opacity: 1;
}

.service-card.style1:hover .service-icon i {
  color: #fff;
}

.service-card.style2 .service-icon:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #000;
  z-index: -1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.service-card.style2 .service-icon i {
  color: #fff;
}

.service-card.style2:hover .service-icon:before {
  height: 0;
}

.service-card.style3 {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
  padding: 20px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.service-card.style3 .service-icon {
  border-radius: 5px;
}

.service-card.style3 .service-icon:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background-color: #000;
  z-index: -1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.service-card.style3 .service-icon i {
  color: #fff;
}

.service-card.style3:hover {
  -webkit-box-shadow: 0 24px 40px -5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 24px 40px -5px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}

.service-card.style3:hover .service-icon:before {
  height: 0;
}

/*----------------------------------
        Team  Section  CSS
----------------------------------*/
.member-card .member-img {
  position: relative;
  margin: 0 0 20px;
  overflow: hidden;
}

.member-card .member-img:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.4);
  z-index: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.member-card .member-img .social-profile {
  position: absolute;
  bottom: 30px;
  left: 50%;
  width: 100%;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.member-card .member-img .social-profile li {
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
}

.member-card .member-img .social-profile li:nth-child(1) {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.member-card .member-img .social-profile li:nth-child(2) {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.member-card .member-img .social-profile li:nth-child(3) {
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.member-card .member-img .social-profile li:nth-child(4) {
  -webkit-transition: 0.9s;
  transition: 0.9s;
}

.member-card .member-img .social-profile li:nth-child(5) {
  -webkit-transition: 1.1s;
  transition: 1.1s;
}

.member-card .member-info {
  text-align: center;
}

.member-card .member-info h5 {
  font-size: 22px;
  margin: 0 0 5px;
}

.member-card .member-info p {
  margin: 0;
}

.member-card.style2 {
  margin-bottom: 25px;
}

.member-card:hover .member-img:before {
  visibility: visible;
  opacity: 1;
}

.member-card:hover .member-img .social-profile {
  position: absolute;
  bottom: 30px;
  left: 50%;
  width: 100%;
  text-align: center;
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.member-card:hover .member-img .social-profile li {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.team-btn-wrap {
  position: relative;
}

.team-btn-wrap .team-one-prev {
  position: absolute;
  top: -260px;
  left: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

.team-btn-wrap .team-one-next {
  position: absolute;
  top: -260px;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

.team-two-prev {
  position: absolute;
  top: calc(50% - 45px);
  left: -10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

.team-two-next {
  position: absolute;
  top: calc(50% - 45px);
  right: -10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

/*----------------------------------
         Why Choose Us Section  CSS
----------------------------------*/
.wh-bg-1 {
  background-image: url(../img/why-choose-us/wh-bg-1.jpg);
  display: block;
}

.wh-bg-2 {
  background-image: url(../img/why-choose-us/wh-bg-2.jpg);
  display: block;
}

.wh-bg-3 {
  background-image: url(../img/why-choose-us/wh-bg-3.jpg);
  display: block;
}

.wh-bg-4 {
  background-image: url(../img/why-choose-us/wh-bg-4.jpg);
  display: block;
}

.wh-bg-5 {
  background-image: url(../img/why-choose-us/wh-bg-5.jpg);
  display: block;
}

.wh-choose-content .wh-item-wrap .wh-item {
  padding: 22px 25px 22px;
  margin: 0 0 25px;
  border-radius: 5px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.wh-choose-content .wh-item-wrap .wh-item:last-child {
  margin: 0;
}

.wh-choose-content .wh-item-wrap .wh-item .wh-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  text-align: center;
  margin-right: 25px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.wh-choose-content .wh-item-wrap .wh-item .wh-icon i {
  font-size: 40px;
  line-height: 0.8;
  color: #FFA800;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.wh-choose-content .wh-item-wrap .wh-item .wh-icon.bg-overlay:after {
  background-color: #FFA800;
  width: 0;
  height: 100%;
}

.wh-choose-content .wh-item-wrap .wh-item .wh-text {
  width: calc(100% - 105px);
}

.wh-choose-content .wh-item-wrap .wh-item .wh-text p {
  margin: 0;
}

.wh-choose-content .wh-item-wrap .wh-item:hover .wh-icon.bg-overlay:after {
  width: 100%;
  visibility: visible;
  opacity: 1;
}

.wh-choose-content .wh-item-wrap .wh-item:hover .wh-icon i {
  color: #fff;
}

.wh-choose-content .wh-item-wrap .wh-item:hover .wh-text h4 a {
  color: #FFA800;
}

.wh-choose-content .wh-item-wrap.style1 .wh-item {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

.wh-choose-content .wh-item-wrap.style1 .wh-item .wh-icon {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
}

.wh-choose-content .wh-item-wrap.style1 .wh-item .wh-icon i {
  color: #FFA800;
}

.wh-choose-content .wh-item-wrap.style1 .wh-item .wh-icon.bg-overlay:after {
  background-color: #FFA800;
  width: 0;
  height: 100%;
}

.wh-choose-content .wh-item-wrap.style1 .wh-item:hover {
  -webkit-box-shadow: 0 10px 45px -4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 45px -4px rgba(0, 0, 0, 0.1);
}

.wh-choose-content .wh-item-wrap.style1 .wh-item:hover .wh-icon.bg-overlay:after {
  width: 100%;
  visibility: visible;
  opacity: 1;
}

.wh-choose-content .wh-item-wrap.style1 .wh-item:hover .wh-icon i {
  color: #fff;
}

.wh-choose-content .wh-item-wrap.style2 .wh-item {
  border: 1px solid #EEEFF2;
}

.wh-choose-content .wh-item-wrap.style2 .wh-item .wh-icon:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #000;
  z-index: -1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.wh-choose-content .wh-item-wrap.style2 .wh-item .wh-icon i {
  color: #fff;
}

.wh-choose-content .wh-item-wrap.style2 .wh-item:hover {
  -webkit-box-shadow: 0 35px 50px -25px rgba(0, 0, 0, 0.1);
          box-shadow: 0 35px 50px -25px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

.wh-choose-content .wh-item-wrap.style2 .wh-item:hover .wh-icon:before {
  height: 0;
}

.wh-bg-1,
.wh-bg-2 {
  height: 170px;
}

.wh-bg-3,
.wh-bg-4 {
  height: 260px;
}

.wh-exp h2 {
  font-size: 40px;
  color: #FFA800;
  margin: 0;
  padding: 22px 0 22px;
  font-weight: 400;
  text-align: center;
}

.wh-exp h2 span {
  font-size: 48px;
  font-weight: 700;
}

.why-choose-wrap.style2 {
  position: relative;
  z-index: 1;
}

.why-choose-wrap.style2 .wh-bg-5 {
  height: 880px;
  position: relative;
}

.why-choose-wrap.style2 .wh-bg-5 .video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: rgba(255, 168, 0, 0.9);
  width: 120px;
  height: 120px;
  border-radius: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.why-choose-wrap.style2 .wh-bg-5 .video-play i {
  font-size: 45px;
}

.why-choose-wrap.style2 .wh-bg-5 .circle:after {
  border: 15px solid rgba(255, 168, 0, 0.3);
}

.why-choose-wrap.style2:after {
  position: absolute;
  top: 20px;
  left: 0;
  content: "";
  background-color: #F9FAFC;
  width: 55%;
  height: calc(100% - 40px);
  z-index: 1;
}

.why-choose-wrap .wh-choose-content {
  position: relative;
  z-index: 2;
}

/*----------------------------------
         Blog Section  CSS
----------------------------------*/
.blog-card {
  margin-bottom: 25px;
}

.blog-card .blog-img {
  position: relative;
  overflow: hidden;
  margin: 0 0 22px;
}

.blog-card .blog-img .post-date {
  position: absolute;
  bottom: 25px;
  left: 25px;
  display: inline-block;
}

.blog-card .blog-img .post-date .date {
  display: inline-block;
  min-width: 58px;
  padding: 10px 5px;
  text-align: center;
  font-family: "Rubik", sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.blog-card .blog-img .post-date .month {
  display: inline-block;
  min-width: 58px;
  padding: 10px 5px;
  text-align: center;
  font-family: "Rubik", sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.blog-card .blog-img img {
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.blog-card .blog-info {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.blog-card .blog-info .blog-metainfo {
  margin: 0 0 13px;
}

.blog-card .blog-info .blog-metainfo li {
  display: inline-block;
  position: relative;
  margin-right: 25px;
}

.blog-card .blog-info .blog-metainfo li:last-child {
  margin-right: 0;
}

.blog-card .blog-info .blog-metainfo li:last-child:after {
  display: none;
}

.blog-card .blog-info .blog-metainfo li:after {
  position: absolute;
  top: 0;
  right: -18px;
  content: "/";
  background-color: transparent;
  font-size: 18px;
  color: #222;
}

.blog-card .blog-info .blog-metainfo li i {
  position: absolute;
  top: 1px;
  left: 0;
  color: #FFA800;
}

.blog-card .blog-info .blog-metainfo li a {
  padding-left: 25px;
}

.blog-card .blog-info .blog-metainfo li a:hover {
  color: #FFA800;
}

.blog-card .blog-info h4 {
  margin-bottom: 15px;
}

.blog-card.style2 .blog-img {
  border-radius: 10px;
}

.blog-card.style2 .blog-img img {
  border-radius: 10px;
}

.blog-card.style2 .blog-img .post-date .date {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.blog-card.style2 .blog-img .post-date .month {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.blog-card:hover .blog-img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.blog-card:hover .blog-info h4 a {
  color: #FFA800;
}

/*-------------------------------
         Pricing Table CSS
-------------------------------*/
.pricing-table {
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  background: #fff;
  margin: 50px 0 25px;
}

.pricing-table .pricing-header {
  padding: 42px 30px 30px;
  text-align: center;
  position: relative;
}

.pricing-table .pricing-header .pricing-header-tag {
  position: absolute;
  top: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #000;
  border: 2px solid #fff;
}

.pricing-table .pricing-header h2 {
  color: #fff;
  line-height: 1.2;
  margin: 25px 0 0 0;
  font-size: 36px;
  font-weight: 700;
}

.pricing-table .pricing-header h3 {
  font-size: 28px;
  color: #fff;
  line-height: 1.2;
  margin: 0;
}

.pricing-table .pricing-header h3 span.price-sign {
  font-size: 16px;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  position: relative;
  top: -14px;
  right: 2px;
  display: inline-block;
}

.pricing-table .pricing-header h3 span {
  display: block;
  font-size: 12px;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
}

.pricing-table .pricing-features {
  margin: 20px 30px;
}

.pricing-table .pricing-features li {
  margin: 0 auto;
  display: block;
  text-align: center;
  color: #555;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}

.pricing-table .pricing-features li:last-child {
  border-bottom: none;
}

.pricing-table .pricing-features li i {
  margin-right: 10px;
}

.pricing-table .pricing-features li i.la-check {
  color: green;
}

.pricing-table .pricing-features li i.la-times {
  color: #FFA800;
}

.pricing-table .purchase-pricing {
  text-align: center;
  padding-bottom: 25px;
}

.pricing-table.style1 .pricing-header {
  background: #242424;
}

.pricing-table.style2 .pricing-header {
  background-color: #FFA800;
}

/*-------------------------------
         Contact CSS
-------------------------------*/
.contact-box {
  background-color: #fff;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 0 30px;
}

.contact-box:before {
  position: absolute;
  top: 100%;
  left: -100%;
  content: "";
  width: 100%;
  height: 100%;
  background: #FF414B;
  background: -webkit-gradient(linear, left top, right top, from(#ff4b4e), color-stop(35%, #ff5e54), to(#ff825f));
  background: linear-gradient(90deg, #ff4b4e 0%, #ff5e54 35%, #ff825f 100%);
  z-index: -1;
  border-radius: 0 10px 0 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.contact-box .contact-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.contact-box .contact-icon i {
  color: #fff;
  line-height: 0.8;
  font-size: 36px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.contact-box .contact-info {
  width: calc(100% - 95px);
  margin-left: 15px;
}

.contact-box .contact-info h5 {
  font-size: 22px;
  line-height: 1.2;
  margin: 0 0 8px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.contact-box .contact-info a,
.contact-box .contact-info p {
  display: block;
  margin: 0;
  color: #555;
  font-size: 15px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.contact-box:hover:before {
  top: 0;
  left: 0;
}

.contact-box:hover .contact-icon {
  background: #fff;
}

.contact-box:hover .contact-icon i {
  color: #FFA800;
}

.contact-box:hover .contact-info h5 {
  color: #fff;
}

.contact-box:hover .contact-info a,
.contact-box:hover .contact-info p {
  color: #fff;
}

.comp-map {
  height: 440px;
  margin-bottom: 25px;
}

.comp-map iframe {
  width: 100%;
  height: 100%;
}

#contactForm {
  background: #F9FAFC;
  padding: 30px;
  margin-bottom: 25px;
}

#contactForm .form-group {
  margin: 0 0 20px;
}

#contactForm .form-group input,
#contactForm .form-group textarea {
  width: 100%;
  background: #fff;
  padding: 10px 15px;
  border: none;
}

#contactForm .form-group input {
  height: 54px;
}

#contactForm .form-group textarea {
  height: 150px;
  resize: none;
}

.btn.disabled {
  opacity: 1;
}

/*----------------------------
    FAQ  CSS
------------------------------*/
.faq-img {
  background-image: url(../img/faq/faq-img-1.jpg);
  height: 600px;
  position: relative;
}

.faq-img .faq-shape-1 {
  position: absolute;
  top: 0;
  left: 0;
}

.faq-img .faq-shape-2 {
  position: absolute;
  bottom: 0;
  left: 0;
}

.accordion-button:not(.collapsed) {
  background: transparent;
}

.accordion-button:not(.collapsed) span {
  background-color: #FFA800 !important;
}

.accordion-button:not(.collapsed) span i.plus {
  visibility: hidden;
  opacity: 0;
}

.accordion-button:not(.collapsed) span i.minus {
  visibility: visible !important;
  opacity: 1 !important;
  color: #fff !important;
}

.accordion-item {
  border: none;
  margin: 0 0 25px;
  padding: 0;
}

.accordion-item:last-child {
  margin: 0;
}

.accordion-item .accordion-header .accordion-button {
  border-radius: 5px !important;
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  border-radius: 0;
  border: none;
  color: #000;
  text-align: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.accordion-item .accordion-header .accordion-button:after {
  display: none;
}

.accordion-item .accordion-header .accordion-button:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.accordion-item .accordion-header .accordion-button span {
  width: 60px;
  height: 60px;
  background-color: #000;
  text-align: center;
  position: relative;
  margin-right: 14px;
}

.accordion-item .accordion-header .accordion-button span i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 22px;
  color: #fff;
}

.accordion-item .accordion-header .accordion-button span i.minus {
  visibility: hidden;
  opacity: 0;
}

.accordion-item .accordion-header .accordion-button span i.minus {
  visibility: hidden;
  opacity: 0;
}

.accordion-collapse {
  border: none;
}

.accordion-button:not(.collapsed)::after {
  left: -4px;
}

.accordion-body {
  border-top-color: transparent;
  padding: 20px 0 0;
}

.accordion-body p {
  margin: 0;
}

/*---------------------------------------
       Instagram CSS
 ----------------------------------------*/
.instagram-wrapper {
  position: relative;
}

.instagram-wrapper:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  background-color: #222;
  width: 100%;
  height: 50%;
  z-index: 0;
}

.instagram-slider .insta-img {
  display: block;
  position: relative;
  overflow: hidden;
}

.instagram-slider .insta-img img {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.instagram-slider .insta-img:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  z-index: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.instagram-slider .insta-img span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #FFA800;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.instagram-slider .insta-img span i {
  color: #fff;
  line-height: 0.8;
  font-size: 22px;
}

.instagram-slider .insta-img:hover img {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.instagram-slider .insta-img:hover:after {
  visibility: visible;
  opacity: 1;
}

.instagram-slider .insta-img:hover span {
  visibility: visible;
  opacity: 1;
}

.instagram-slider.style2 .insta-img {
  border-radius: 10px;
}

/*---------------------------------------
       GAllery  CSS
 ----------------------------------------*/
.gallery-tablist {
  border-bottom: none;
  margin-bottom: 35px;
}

.gallery-tablist .nav-item {
  border: none;
  margin: 0 5px;
}

.gallery-tablist .nav-item .nav-link {
  border: none;
  background: transparent;
  color: #000;
  padding: 3px 20px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.gallery-tablist .nav-item .nav-link.active {
  color: #fff;
  background-color: #FFA800;
}

.gallery-img img {
  width: 100%;
}

.gallery-wrap.style2 .gallery-item {
  position: relative;
  margin: 0 0 25px;
}

.gallery-wrap.style2 .gallery-item .gallery-img {
  position: relative;
  display: block;
}

.gallery-wrap.style2 .gallery-item .gallery-img:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 1;
}

.gallery-wrap.style2 .gallery-item .gallery-img span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #FFA800;
  z-index: 5;
  display: block;
  visibility: hidden;
  opacity: 0;
  text-align: center;
  line-height: 38px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.gallery-wrap.style2 .gallery-item .gallery-img span i {
  color: #fff;
  font-size: 16px;
  line-height: 0.8;
}

.gallery-wrap.style2 .gallery-item:hover .gallery-img:after,
.gallery-wrap.style2 .gallery-item:hover .gallery-img span {
  visibility: visible;
  opacity: 1;
}

/*---------------------------------------
        Sign In CSS
 ----------------------------------------*/
.login-form {
  background-color: #fff;
  -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
  padding-top: 1px;
  border-radius: 5px;
}

.login-form .login-header {
  padding: 20px 20px 0 20px;
  text-align: center;
}

.login-form .login-header h2 {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
  color: #000;
  margin-bottom: 0;
}

.login-form .login-header span {
  color: #fff;
}

.login-form .login-body {
  padding: 22px 25px 25px;
}

.login-form .login-body .form-group {
  margin: 0 0 20px;
}

.login-form .login-body .form-group label {
  font-size: 16px;
  color: #444;
  font-weight: 600;
  margin: 0 0 10px;
  display: block;
}

.login-form .login-body .form-group input {
  border-radius: 5px;
  background: transparent;
  border: 1px solid #eee;
  width: 100%;
  padding: 10px 15px;
}

.login-form .login-body .btn {
  border-radius: 0;
  display: block;
  width: 100%;
  padding: 15px;
}

.login-form .login-body .form_group label {
  font-size: 16px;
}

.or-text {
  position: relative;
  text-align: center;
  margin: 10px 0 30px 0;
  font-size: 18px;
  z-index: 9;
}

.or-text p {
  display: inline-block;
  padding: 0 10px;
  background-color: #fff;
  margin: 0 auto;
  z-index: 1;
  font-size: 22px;
  border-radius: 50%;
}

/*---------------------------------------------------------
    FAQ,Terms & Conditions, Privacy-policy,404 CSS
 ---------------------------------------------------------*/
.single-content {
  margin-bottom: 20px;
}

.single-content h3 {
  margin-bottom: 15px;
}

.single-content p {
  margin: 0;
}

.error-content {
  text-align: center;
}

.error-content span {
  font-size: 110px;
  font-weight: 700;
  display: block;
  line-height: 82px;
  margin: 0 0 55px;
  color: #000;
}

.error-content .btn i {
  margin-right: 5px;
  margin-left: 0;
  position: relative;
  top: 0;
}

.error-content p {
  margin: 0 0 20px;
}

/*---------------------------
        Sidebar CSS
 ---------------------------*/
.sidebar .sidebar-widget {
  margin: 0 0 30px;
  background-color: #fff;
  padding: 25px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 1;
}

.sidebar .sidebar-widget:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-color: transparent;
  width: 30%;
  height: 30%;
  border-top: 1px solid #FFA800;
  border-left: 1px solid #FFA800;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: -1;
}

.sidebar .sidebar-widget:after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  background-color: transparent;
  width: 30%;
  height: 30%;
  border-bottom: 1px solid #FFA800;
  border-right: 1px solid #FFA800;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: -1;
}

.sidebar .sidebar-widget:hover:after, .sidebar .sidebar-widget:hover:before {
  width: 40%;
  height: 40%;
}

.sidebar .sidebar-widget h4 {
  margin: 0 0 25px;
  font-size: 20px;
  font-weight: 600;
  position: relative;
  line-height: 1;
  position: relative;
  color: #000;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.sidebar .sidebar-widget h4:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 55px;
  height: 1px;
  content: "";
  background: #FFA800;
}

.sidebar .sidebar-widget:last-child {
  margin: 0;
}

.sidebar .sidebar-widget.box {
  padding: 22px 25px;
}

/*---------Search Box Widget-------------*/
.search-box {
  position: relative;
}

.search-box .form-group {
  position: relative;
}

.search-box .form-group input {
  width: 100%;
  height: 54px;
  background: transparent;
  color: #000;
  font-size: 14px;
  line-height: 21px;
  padding: 10px 60px 10px 20px;
  border-radius: 5px;
  border: 1px solid #FFA800;
}

.search-box .form-group input:focus {
  border-color: #ABA8B0;
}

.search-box .form-group button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 18px;
  height: 100%;
  border: none;
  border-radius: 0 5px 5px 0;
  text-align: center;
  background: #FFA800;
}

.search-box .form-group button i {
  color: #fff;
  top: 4px;
  left: 1px;
  font-size: 20px;
  position: relative;
}

/*--------- Category Widget---------*/
.category-box ul li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 15px;
}

.category-box ul li:last-child {
  margin-bottom: 0;
}

.category-box ul li a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #000;
  font-weight: 600;
}

.category-box ul li a i {
  position: absolute;
  top: 2px;
  left: 0;
  font-size: 10px;
  color: #555;
}

.category-box ul li a span {
  font-weight: 400;
  opacity: 0.5;
  margin-left: 4px;
  font-size: 14px;
}

.category-box ul li a:hover {
  color: #FFA800;
  padding-left: 5px;
}

.category-box ul li a:hover i {
  color: #FFA800;
}

/*--------- Taglist Widget---------*/
.tag-list ul {
  margin-top: -12px;
}

.tag-list ul li {
  display: inline-block;
  margin: 12px 8px 0px 0px;
}

.tag-list ul li a {
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  padding: 10px 14px;
  color: #555;
  border-radius: 3px;
  border: 1px solid #eee;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.tag-list ul li a:hover {
  background-color: #FFA800;
  color: #fff;
  border-color: transparent;
}

.tag-list.style2 li a {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
}

.tag-list.style2 li a:hover {
  background: transparent;
}

.tag-list.style3 li a {
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  padding: 10px 12px;
  border: none;
}

/*---------Popular post Widget CSS--------------*/
.pp-post-item {
  margin: 0 0 20px;
}

.pp-post-item .pp-post-img {
  width: 90px;
  border-radius: 6px;
}

.pp-post-item .pp-post-img img {
  border-radius: 6px;
}

.pp-post-item .pp-post-info {
  width: calc(100% - 105px);
  margin-left: 15px;
}

.pp-post-item .pp-post-info h6 {
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
}

.pp-post-item .pp-post-info h6 a {
  color: #000;
}

.pp-post-item .pp-post-info span {
  color: #555;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  display: block;
  position: relative;
  padding-left: 20px;
  margin: 0 0 8px;
}

.pp-post-item .pp-post-info span i {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  color: #FFA800;
}

.pp-post-item:last-child {
  margin: 0;
}

.pp-post-item:hover .pp-post-info h6 a {
  color: #FFA800;
}

/*-------------------------------
        Pagination  CSS
-------------------------------*/
.page-navigation {
  margin: 25px 0 0;
}

.page-navigation .page-nav {
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.page-navigation .page-nav li {
  margin: 0 5px;
}

.page-navigation .page-nav li a {
  display: block;
  width: 45px;
  height: 45px;
  font-size: 18px;
  line-height: 44px;
  font-weight: 600;
  opacity: 0.7;
  color: #222;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  background: transparent;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.page-navigation .page-nav li a i {
  font-size: 13px;
  line-height: 44px;
  color: #222;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.page-navigation .page-nav li a.active, .page-navigation .page-nav li a:hover {
  border-color: transparent;
  background: #FFA800;
  color: #fff;
  opacity: 1;
}

.page-navigation .page-nav li a.active i, .page-navigation .page-nav li a:hover i {
  color: #fff;
}

/*-------------------------------
    Blog Details CSS
--------------------------------*/
article {
  margin-bottom: 25px;
  padding-bottom: 30px;
  border-bottom: 1px solid #EEEFF2;
}

article p {
  margin-bottom: 15px;
}

article p:last-child {
  margin-bottom: 0;
}

article .post-subtitle {
  margin: 0 0 15px;
}

article h3,
article h4 {
  margin-bottom: 15px;
}

article .content-feature-list {
  -webkit-columns: 2;
          columns: 2;
}

.post-navigation {
  margin: 0 0 25px;
}

.post-navigation .next-post,
.post-navigation .prev-post {
  width: 50%;
  display: block;
  font-size: 12px;
  position: relative;
  color: #555;
  font-weight: 600;
}

.post-navigation .next-post span,
.post-navigation .prev-post span {
  display: block;
  font-size: 16px;
  line-height: 1;
}

.post-navigation .next-post i,
.post-navigation .prev-post i {
  font-size: 10px;
  position: absolute;
  top: 60%;
  font-size: 16px;
  color: #555;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.post-navigation .next-post:hover,
.post-navigation .prev-post:hover {
  color: #FFA800;
}

.post-navigation .next-post:hover i,
.post-navigation .prev-post:hover i {
  color: #FFA800;
}

.post-navigation .next-post {
  text-align: right;
  padding-right: 24px;
}

.post-navigation .next-post i {
  right: 0;
}

.post-navigation .prev-post {
  text-align: left;
  padding-left: 24px;
}

.post-navigation .prev-post i {
  left: 0;
}

.author-info-wrap {
  margin-bottom: 35px;
}

.author-info-wrap .author-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.author-info-wrap .author-img img {
  border-radius: 50%;
}

.author-info-wrap .author-info {
  width: calc(100% - 90px);
  margin-left: 20px;
}

.author-info-wrap .author-info h6 {
  line-height: 1.2;
  font-size: 18px;
}

.author-info-wrap .author-info .post-metainfo {
  line-height: 1;
}

.author-info-wrap .author-info .post-metainfo li {
  display: inline-block;
  font-size: 14px;
  padding: 0 10px;
  border-right: 1px solid #ddd;
}

.author-info-wrap .author-info .post-metainfo li:first-child {
  padding-left: 0;
}

.author-info-wrap .author-info .post-metainfo li:last-child {
  padding-right: 0;
  border-right: none;
}

.author-info-wrap .author-info .post-metainfo li a {
  position: relative;
  padding-left: 20px;
}

.author-info-wrap .author-info .post-metainfo li a i {
  font-size: 16px;
  color: #FFA800;
  position: absolute;
  top: 1px;
  left: 0;
}

.post-img {
  border-radius: 10px;
  position: relative;
  margin: 0 0 30px;
}

.post-img .post-date {
  position: absolute;
  bottom: 25px;
  left: 25px;
  display: inline-block;
}

.post-img .post-date .date {
  display: inline-block;
  min-width: 58px;
  padding: 10px 5px;
  text-align: center;
  font-family: "Rubik", sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.post-img .post-date .month {
  display: inline-block;
  min-width: 58px;
  padding: 10px 5px;
  text-align: center;
  font-family: "Rubik", sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.post-img img {
  border-radius: 10px;
}

.post-title {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0 0 24px;
}

.wp-block-quote {
  position: relative;
  padding: 35px 35px 38px;
  background-color: #F9FAFC;
  text-align: center;
  margin: 30px 0 30px;
  border-left: 2px solid #FFA800;
}

.wp-block-quote p {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  position: relative;
  margin: 0 auto;
  max-width: 70%;
}

.wp-block-quote i {
  position: absolute;
  top: 50%;
  left: 30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 0;
  color: #FFA800;
  font-size: 50px;
  opacity: 0.5;
}

.content-feature-list {
  margin: 0 0 28px 0;
}

.content-feature-list li {
  position: relative;
  padding-left: 28px;
  margin: 0 0 10px;
}

.content-feature-list li:last-child {
  margin-bottom: 0;
}

.content-feature-list li i {
  position: absolute;
  top: 5px;
  left: 0;
  color: #FFA800;
  font-size: 18px;
  line-height: 0.8;
}

.post-meta-option {
  background: #F9FAFC;
  padding: 20px;
  border-radius: 5px;
}

/*----------Comment css-----------*/
.comment-box-title {
  font-size: 24px;
  line-height: 1;
  margin: 0 0 30px;
  border-radius: 5px;
}

.comment-box-title span {
  font-weight: 600;
}

.comment-item {
  margin: 0 0 25px;
  padding: 20px;
  background: #F9FAFC;
}

.comment-item.reply {
  margin-left: 40px;
}

.comment-item:last-child {
  margin: 0;
  border-bottom: none;
}

.comment-item .comment-author-img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
}

.comment-item .comment-author-img img {
  border-radius: 50%;
}

.comment-item .comment-author-wrap {
  width: calc(100% - 110px);
  margin-left: 20px;
}

.comment-item .comment-author-wrap .comment-author-name h5 {
  line-height: 1;
  margin: 0;
  font-size: 16px;
}

.comment-item .comment-author-wrap .comment-author-name .comment-date {
  font-size: 14px;
  margin: 0;
  color: #888;
  margin-left: 20px;
}

.comment-item .comment-author-wrap .comment-author-name .comment-date i {
  position: relative;
  top: 2px;
  color: #FFA800;
  margin-right: 4px;
}

.comment-item .comment-author-wrap .comment-text {
  margin: 3px 0 7px;
}

.comment-item .comment-author-wrap .comment-text p {
  margin: 0;
  font-size: 15px;
}

.reply-btn {
  display: inline-block;
  padding: 7px 15px;
  border: 1px solid #ddd;
  border-radius: 50px;
  line-height: 1;
  margin-top: 5px;
  font-size: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.reply-btn:hover {
  border-color: transparent;
  color: #fff;
}

.comment-item.review-box .comment-author-wrap .comment-author-name .comment-date i {
  top: 0px;
  margin-right: 5px;
}

.comment-form-title h4 {
  margin-bottom: 20px;
  color: #000;
  line-height: 1;
}

#cmt-form {
  padding: 25px 25px 25px;
  border-radius: 7px;
  background: #F9FAFC;
}

#cmt-form .checkbox label {
  color: #444;
  padding-left: 20px;
}

.comment-form .form-group {
  margin: 0 0 20px;
  position: relative;
}

.comment-form .form-group i {
  position: absolute;
  top: 17px;
  right: 17px;
  color: #999;
}

.comment-form .form-group label {
  font-weight: 500;
  display: block;
  margin: 0 0 5px;
}

.comment-form .form-group input,
.comment-form .form-group textarea {
  width: 100%;
  background-color: #fff;
  border: none;
  border-radius: 5px;
  padding: 15px;
  font-size: 14px;
  color: #000;
}

.comment-form .form-group input:focus,
.comment-form .form-group textarea:focus {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.comment-form .form-group input {
  height: 50px;
}

.comment-form .form-group textarea {
  height: 129px;
  resize: none;
}

.checkbox {
  display: block;
}

.checkbox.style2 input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.checkbox.style2 label {
  position: relative;
  cursor: pointer;
}

.checkbox.style2 label:before {
  content: '';
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #FFA800;
  display: inline-block;
  width: 15px;
  height: 15px;
  position: absolute;
  border-radius: 50%;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: 5px;
}

.checkbox.style2 input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 8px;
  left: 3px;
  width: 9px;
  height: 9px;
  border: none;
  border-radius: 50%;
  background: #FFA800;
}

.form_group {
  position: relative;
}

.form_group label {
  padding-left: 20px;
}

.form_group input {
  position: absolute;
  top: 5px;
  left: 0;
}

.post-comment-wrap {
  border: 1px solid #ABA8B0;
  padding: 25px;
  margin: 0 0 25px;
}

.post-comment-wrap.review-box {
  border: none;
  padding: 0;
}

.post-comment-wrap .comment-title {
  line-height: 1;
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid #ABA8B0;
}

.post-comment-wrap .comment-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 20px;
}

.post-comment-wrap .comment-item:last-child {
  margin: 0;
}

.post-comment-wrap .comment-item .comment-author_img {
  width: 75px;
}

.post-comment-wrap .comment-item .comment-author_text {
  width: calc(100% - 95px);
  margin-left: 20px;
}

.post-comment-wrap .comment-item .comment-author_text p {
  font-size: 14px;
  line-height: 24px;
  opacity: 0.7;
  margin: 0;
}

.comment-author_info {
  margin: 0 0 8px;
}

.comment-author_info h6,
.comment-author_info p {
  display: inline-block;
}

.comment-author_info h6 {
  line-height: 21px;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}

.comment-author_info span {
  margin-left: 10px;
  line-height: 1.4;
}

.comment-author_info span i {
  color: #FFA800;
  position: relative;
  top: -1px;
  left: 1px;
}

.comment-author_info p {
  margin-left: 25px !important;
  font-size: 14px;
  line-height: 24px;
  margin: 0;
  opacity: 0.7;
}

.post-tag span,
.post-share span {
  margin-right: 10px;
}

.post-tag span i {
  color: #FFA800;
}

.post-tag li {
  display: inline-block;
}

.post-tag li a {
  color: #555;
  font-size: 15px;
}

.post-tag li a:hover {
  color: #FFA800;
}

.post-tag ul {
  display: inline-block;
}

.post-share {
  display: inline-block;
}

.post-share ul {
  display: inline-block;
}

.post-author {
  padding: 25px;
  margin: 34px 0;
  border-radius: 5px;
  background: #F9FAFC;
}

.post-author .post-author-img {
  width: 170px;
  height: 170px;
  border-radius: 50%;
}

.post-author .post-author-img img {
  border-radius: 50%;
}

.post-author .post-author-info {
  width: calc(100% - 190px);
  margin-left: 20px;
}

.post-author .post-author-info h4 {
  font-size: 20px;
}

.post-author .post-author-info p {
  margin: 0 0 15px;
}

/*-------------------------------
   Service Details CSS
--------------------------------*/
.case-desc h1,
.service-desc h1 {
  font-size: 34px;
  line-height: 1.3;
  margin: 0 0 15px;
}

.case-desc h2,
.service-desc h2 {
  font-size: 30px;
  line-height: 1.3;
  margin: 0 0 15px;
}

.case-desc p,
.service-desc p {
  margin: 0 0 30px;
}

.case-desc p:last-child,
.service-desc p:last-child {
  margin-bottom: 0;
}

.case-desc .content-feature-list,
.service-desc .content-feature-list {
  -webkit-columns: 2;
          columns: 2;
}

.case-desc .service-img,
.service-desc .service-img {
  margin: 0 0 30px;
  border-radius: 10px;
}

.case-desc img,
.service-desc img {
  border-radius: 10px;
}

.contact-widget {
  position: relative;
  text-align: left;
  z-index: 1;
}

.contact-widget.sidebar-widget {
  border-top: none;
  padding: 50px 25px;
}

.contact-widget p,
.contact-widget h3,
.contact-widget a {
  color: #fff;
  z-index: 2;
  font-weight: 500;
  position: relative;
}

.contact-widget h3 {
  font-size: 24px;
  line-height: 1.2;
  margin: 10px 0 15px;
}

.contact-widget a {
  display: block;
  margin: 0 0 10px;
}

.contact-widget a.btn {
  margin-top: 15px;
  display: inline-block;
}

/*-------------------------------
   Portfolio Details CSS
--------------------------------*/
.case-details-wrap .case-img {
  border-radius: 10px;
}

.case-details-wrap .case-img img {
  border-radius: 10px;
}

.case-items {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin: 0 0 25px;
}

.case-info-widget .case-info-item-wrap {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.case-info-widget .case-info-item-wrap .case-info-item {
  margin-bottom: 20px;
  border-bottom: 1px solid #eeeeee;
  position: relative;
  font-size: 15px;
  padding-left: 35px;
  padding-bottom: 20px;
  color: #555;
}

.case-info-widget .case-info-item-wrap .case-info-item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.case-info-widget .case-info-item-wrap .case-info-item .case-info-icon {
  position: absolute;
  left: 0;
  top: 0;
  color: #FFA800;
  font-size: 25px;
}

.case-info-widget .case-info-item-wrap .case-info-item span {
  color: #000;
  display: block;
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 600;
}

.schedule-widget ul li {
  margin: 0 0 15px;
}

.schedule-widget ul li:last-child {
  margin: 0;
}

.schedule-widget ul li p {
  margin: 0;
}

.single-portfolio-slider .swiper-slide img {
  border-radius: 10px;
}

/*-------------------------------
         Responsive CSS
-------------------------------*/
.slider-btn, .circle, .social-profile.style1 li a, .social-profile.style2 li a, .header-wrap.style2 .header-top .header-top-right .contact-item .contact-icon, .search-area, .sidebar-btn, .sidebar-content .contact-us .contact-item .contact-icon, .sidebar-content .newsletter-box .newsletter-form .form-group button, .hero-wrap.style1 .hero-video .video-play, .hero-wrap.style2 .social-profile li a, .promo-video-wrap .promo-video .video-play, .feature-card .feature-icon, .feature-list li span, .counter-card.style1 .counter-icon, .counter-card.style3 .counter-icon, .counter-card.style2 .counter-icon, .process-wrap .process-item .process-icon, .service-card .service-icon, .wh-choose-content .wh-item-wrap .wh-item .wh-icon, .pricing-table .pricing-header .pricing-header-tag, .contact-box .contact-icon, .instagram-slider .insta-img span, .newsletter-box .newsletter-form .form-group button, .author-info-wrap .author-info, .header-wrap .header-top .header-top-left, .header-wrap .header-top .header-top-left .contact-item, .header-wrap .header-top .header-top-right, .header-wrap .header-bottom .header-bottom-right, .header-wrap.style2 .header-top .header-top-left, .header-wrap.style2 .header-top .header-top-right, .header-wrap.style2 .header-top .header-top-right .contact-item, .select-lang .navbar-language .dropdown-toggle, .sidebar-content .contact-us .contact-item, .counter-card.style1, .counter-card.style3, .client-info-wrap, .client-rating-wrap, .process-wrap .process-item-wrap.style2, .wh-choose-content .wh-item-wrap .wh-item, .contact-box, .post-navigation, .author-info-wrap, .comment-item .comment-author-wrap .comment-author-name, .post-author, .schedule-widget ul li, .footer-widget .social-box, .process-wrap .process-item-wrap.style1, .pp-post-item, .page-navigation .page-nav, .comment-item, .comment-author_info, .footer-widget-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.btn i, .header-wrap .header-top .header-top-left .contact-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.slider-btn, .circle, .social-profile.style1 li a, .social-profile.style2 li a, .header-wrap.style2 .header-top .header-top-right .contact-item .contact-icon, .search-area, .sidebar-btn, .sidebar-content .contact-us .contact-item .contact-icon, .sidebar-content .newsletter-box .newsletter-form .form-group button, .hero-wrap.style1 .hero-video .video-play, .hero-wrap.style2 .social-profile li a, .promo-video-wrap .promo-video .video-play, .feature-card .feature-icon, .feature-list li span, .counter-card.style1 .counter-icon, .counter-card.style3 .counter-icon, .counter-card.style2 .counter-icon, .process-wrap .process-item .process-icon, .service-card .service-icon, .wh-choose-content .wh-item-wrap .wh-item .wh-icon, .pricing-table .pricing-header .pricing-header-tag, .contact-box .contact-icon, .instagram-slider .insta-img span, .newsletter-box .newsletter-form .form-group button {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.author-info-wrap .author-info {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-wrap .header-top .header-top-left, .header-wrap .header-top .header-top-left .contact-item, .header-wrap .header-top .header-top-right, .header-wrap .header-bottom .header-bottom-right, .header-wrap.style2 .header-top .header-top-left, .header-wrap.style2 .header-top .header-top-right, .header-wrap.style2 .header-top .header-top-right .contact-item, .select-lang .navbar-language .dropdown-toggle, .sidebar-btn, .sidebar-content .contact-us .contact-item, .counter-card.style1, .counter-card.style3, .client-info-wrap, .client-rating-wrap, .process-wrap .process-item-wrap.style2, .wh-choose-content .wh-item-wrap .wh-item, .contact-box, .post-navigation, .author-info-wrap, .comment-item .comment-author-wrap .comment-author-name, .post-author, .schedule-widget ul li, .footer-widget .social-box {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}

.client-rating-wrap, .post-navigation, .schedule-widget ul li {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.gallery-tablist, .page-navigation .page-nav {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header-wrap .header-top .header-top-right, .header-wrap .header-bottom .header-bottom-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

/*---------------------------------
        Footer CSS 
-----------------------------------*/
.footer-bg-1 {
  background-image: url(../img/footer/footer-bg-1.html);
}

.footer-bg-2 {
  background-image: url(../img/footer/footer-bg-2.html);
}

.footer-wrap .footer-top .footer-logo {
  display: block;
  margin: 0 0 25px;
}

.footer-wrap .footer-top .footer-menu li {
  position: relative;
  padding-left: 17px;
  margin: 0 0 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer-wrap .footer-top .footer-menu li:last-child {
  margin-bottom: 0;
}

.footer-wrap .footer-top .footer-menu li i {
  position: absolute;
  top: 1px;
  left: 0;
  color: #fff;
  font-size: 9px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer-wrap .footer-top .footer-menu li a {
  color: #fff;
  font-size: 15px;
  display: block;
}

.footer-wrap .footer-top .footer-menu li:hover {
  color: #FFA800;
  padding-left: 22px;
}

.footer-wrap .footer-top .footer-menu li:hover i {
  color: #FFA800;
  left: 5px;
}

.footer-wrap .footer-top .footer-menu li:hover a {
  color: #FFA800;
}

.footer-wrap .footer-top .contact-item {
  padding-left: 25px;
  margin-bottom: 18px;
}

.footer-wrap .footer-top .contact-item:last-child {
  margin-bottom: 0;
}

.footer-wrap .footer-top .contact-item p,
.footer-wrap .footer-top .contact-item a,
.footer-wrap .footer-top .contact-item h6 {
  color: #fff;
}

.footer-wrap .footer-top .contact-item h6 {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 4px;
}

.footer-wrap .footer-top .contact-item p,
.footer-wrap .footer-top .contact-item a {
  font-size: 15px;
  margin: 0;
}

.footer-wrap .footer-top .contact-item i {
  color: #FFA800;
}

.footer-wrap .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.footer-wrap .footer-bottom .copyright {
  padding: 24px 15px;
  text-align: center;
}

.footer-wrap .footer-bottom .copyright p {
  margin-bottom: 0;
  color: #fff;
  font-family: "Rubik", sans-serif;
}

.footer-wrap .footer-bottom .copyright p a {
  color: #FFA800;
}

.footer-wrap.style2 {
  position: relative;
}

.footer-wrap.style2 .container {
  position: relative;
}

.footer-wrap.style2 .footer-bottom {
  position: relative;
}

.footer-widget-wrap .footer-widget:nth-child(1) {
  width: 31%;
  padding-right: 50px;
}

.footer-widget-wrap .footer-widget:nth-child(2) {
  width: 26%;
}

.footer-widget-wrap .footer-widget:nth-child(3) {
  width: 21%;
}

.footer-widget-wrap .footer-widget:nth-child(4) {
  width: 22%;
}

.footer-widget {
  margin: 0 0 30px;
}

.footer-widget .comp-desc {
  color: #fff;
  margin: 0 0 28px;
}

.footer-widget .social-box span {
  color: #fff;
  margin-right: 15px;
}

.footer-widget-title {
  color: #fff;
  line-height: 1.2;
  margin-bottom: 30px;
  padding-bottom: 12px;
  position: relative;
}

.footer-widget-title:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 55px;
  height: 2px;
  content: "";
  background-color: #FFA800;
}

.newsletter-box p {
  color: #fff;
  margin: 0 0 30px;
}

.newsletter-box .newsletter-form .form-group {
  width: 100%;
  position: relative;
}

.newsletter-box .newsletter-form .form-group input {
  width: 100%;
  height: 60px;
  border-radius: 5px;
  background: #393939;
  color: #fff;
  padding: 10px 15px;
  border: none;
}

.newsletter-box .newsletter-form .form-group button {
  position: absolute;
  top: 5px;
  right: 5px;
  height: calc(100% - 10px);
  border: none;
  padding: 5px 15px;
  border-radius: 5px;
  background-color: #FFA800;
}

.newsletter-box .newsletter-form .form-group button i {
  color: #fff;
  font-size: 24px;
  line-height: 0.8;
}

.contact-item {
  position: relative;
  padding-left: 20px;
}

.contact-item i {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
}

@media only screen and (max-width: 575px) {
  .footer-widget-wrap .footer-widget:nth-child(1) {
    padding-right: 0;
  }
  .footer-widget-wrap .footer-widget:nth-child(1),
  .footer-widget-wrap .footer-widget:nth-child(2),
  .footer-widget-wrap .footer-widget:nth-child(3),
  .footer-widget-wrap .footer-widget:nth-child(4) {
    width: 100%;
  }
  .newsletter-box .newsletter-form .form-group {
    width: 100%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer-widget-wrap .footer-widget:nth-child(1) {
    padding-right: 30px;
  }
  .footer-widget-wrap .footer-widget:nth-child(1),
  .footer-widget-wrap .footer-widget:nth-child(2),
  .footer-widget-wrap .footer-widget:nth-child(3),
  .footer-widget-wrap .footer-widget:nth-child(4) {
    width: 50%;
  }
  .social-box span {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-widget-wrap .footer-widget:nth-child(1) {
    padding-right: 30px;
  }
  .footer-widget-wrap .footer-widget:nth-child(1),
  .footer-widget-wrap .footer-widget:nth-child(2),
  .footer-widget-wrap .footer-widget:nth-child(3),
  .footer-widget-wrap .footer-widget:nth-child(4) {
    width: 50%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-widget-wrap .footer-widget:nth-child(1) {
    padding-right: 20px;
  }
  .footer-widget-wrap .footer-widget:nth-child(2),
  .footer-widget-wrap .footer-widget:nth-child(3) {
    width: 22%;
  }
  .footer-widget-wrap .footer-widget:nth-child(4) {
    width: 24%;
  }
}

@media only screen and (min-width: 1400px) {
  .footer-widget-wrap .footer-widget:nth-child(1) {
    padding-right: 100px;
  }
}

@media only screen and (max-width: 375px) {
  p {
    font-size: 14px;
    line-height: 24px;
  }
  .checkbox label,
  .checkbox label a {
    font-size: 14px;
  }
}

@media only screen and (max-width: 575px) {
  .xs-center {
    text-align: center;
  }
  .xs-none {
    display: none;
  }
  p {
    font-size: 14px;
    line-height: 26px;
  }
  .shopcart {
    margin-right: 15px;
  }
  .content-title span,
  .section-title span {
    font-size: 13px;
  }
  .breadcrumb-wrap .breadcrumb-title h2,
  .content-title h2,
  .section-title h2 {
    font-size: 24px;
    line-height: 1.4;
  }
  .breadcrumb-wrap .breadcrumb-title .breadcrumb-menu li a {
    font-size: 14px;
  }
  .section-title span,
  .content-title span {
    font-size: 14px;
  }
  .breadcrumb-wrap .breadcrumb-title .breadcrumb-menu li {
    font-size: 14px;
  }
  .about-wrap.style2 .about-bg-wrap {
    position: relative;
    min-height: 240px;
    margin-bottom: 35px;
  }
  .about-wrap.style2 .about-bg-wrap .about-bg-4,
  .about-wrap.style2 .about-bg-wrap .about-bg-5 {
    width: 150px;
    height: 150px;
  }
  .about-wrap.style2 .about-bg-wrap .about-bg-4 {
    bottom: auto;
    top: 0;
    left: 40%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .about-wrap.style2 .about-bg-wrap .about-bg-5 {
    top: auto;
    bottom: 0;
    left: 60%;
    right: auto;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .about-wrap.style3 .about-img-wrap .about-profile-img {
    max-width: 220px;
  }
  .about-wrap.style3 .about-img-wrap .about-shape-2 {
    max-width: 295px;
  }
  .about-wrap.style3 .about-img-wrap .about-shape-3 {
    top: 30px;
    left: 0;
    max-width: 20px;
  }
  .feature-list li {
    font-size: 14px;
  }
  .feature-list li span {
    top: 3px;
  }
  .feature-list li span i {
    top: 0;
  }
  .wh-bg-1,
  .wh-bg-2,
  .wh-bg-3,
  .wh-bg-4 {
    height: 130px;
  }
  .wh-exp h2 {
    font-size: 24px;
    padding: 15px 0 15px;
  }
  .wh-exp h2 span {
    font-size: 38px;
  }
  .wh-choose-content .wh-item-wrap.style1 .wh-item .wh-icon,
  .wh-choose-content .wh-item-wrap.style2 .wh-item .wh-icon {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .wh-choose-content .wh-item-wrap.style1 .wh-item .wh-text,
  .wh-choose-content .wh-item-wrap.style2 .wh-item .wh-text {
    width: 100%;
  }
  .service-bg-1,
  .service-bg-2,
  .service-bg-3 {
    height: 250px;
    width: 100%;
  }
  .case-desc h2,
  .service-desc h2 {
    font-size: 24px;
    line-height: 1.3;
    margin: 0 0 15px;
  }
  .case-desc h1,
  .service-desc h1 {
    font-size: 26px;
  }
  .case-btn-wrap .case-next,
  .case-btn-wrap .case-prev {
    top: auto;
    bottom: 20px;
  }
  .case-btn-wrap .case-prev {
    left: calc(50% - 50px);
  }
  .case-btn-wrap .case-next {
    right: calc(50% - 50px);
  }
  .counter-card.style1 .counter-info,
  .counter-card.style3 .counter-info {
    width: 100%;
    margin-top: 15px;
  }
  .counter-card.style1 .counter-icon, .counter-card.style3 .counter-icon {
    width: 60px;
    height: 60px;
    margin-right: 15px;
  }
  .counter-card.style1 .counter-icon i, .counter-card.style3 .counter-icon i {
    font-size: 30px;
  }
  .counter-card.style1 .counter-info h2, .counter-card.style3 .counter-info h2 {
    font-size: 24px;
  }
  .counter-card.style1 .counter-info p, .counter-card.style3 .counter-info p {
    font-size: 13px;
  }
  .testimonial-item.style3 .client-quote {
    padding: 20px;
  }
  .testimonial-wrap .testimonial-item.style3 .client-quote p {
    font-size: 15px;
  }
  .testimonial-slider-one {
    padding: 10px 5px 75px;
  }
  .testimonial-one-prev.slider-btn.style2,
  .testimonial-one-next.slider-btn.style2 {
    top: auto;
    bottom: 10px;
    width: 30px;
    height: 30px;
  }
  .testimonial-one-prev.slider-btn.style2 i,
  .testimonial-one-next.slider-btn.style2 i {
    font-size: 11px;
  }
  .testimonial-one-prev.slider-btn.style2 {
    left: calc(50% - 40px);
  }
  .testimonial-one-next.slider-btn.style2 {
    right: calc(50% - 40px);
  }
  .testimonial-item.style3 .client-info-wrap {
    padding: 25px 15px 10px;
  }
  .client-info-wrap .client-img {
    width: 55px;
    height: 55px;
    margin-right: 10px;
  }
  .client-info-wrap .client-name {
    width: calc(100% - 65px);
  }
  .client-info-wrap .client-name h5 {
    font-size: 18px;
  }
  .blog-card .blog-img .post-date .date,
  .blog-card .blog-img .post-date .month {
    min-width: 50px;
    padding: 7px 5px;
    font-size: 15px;
  }
  .post-title {
    font-size: 24px;
  }
  .author-info-wrap .author-info {
    margin-left: 10px;
  }
  .author-info-wrap .author-info .post-metainfo li {
    font-size: 13px;
    padding: 0 5px;
  }
  .wp-block-quote p {
    font-size: 14px;
    max-width: 100%;
  }
  .wp-block-quote i {
    font-size: 30px;
    opacity: 0.2;
  }
  .content-feature-list li {
    font-size: 14px;
    margin: 0 0 10px;
  }
  .comment-item .comment-author-wrap .comment-author-name .comment-date {
    display: block;
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }
  .post-navigation .next-post span,
  .post-navigation .prev-post span {
    font-size: 12px;
  }
  .post-navigation .next-post {
    padding-left: 15px;
    font-size: 10px;
  }
  .post-navigation .prev-post {
    padding-right: 15px;
    font-size: 10px;
  }
  .post-navigation .next-post i,
  .post-navigation .prev-post i {
    font-size: 10px;
  }
  .page-navigation .page-nav li a {
    width: 30px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
  }
  .page-navigation .page-nav li a i {
    font-size: 11px;
    line-height: 35px;
  }
  .process-wrap .process-item-wrap.style1 .process-item {
    width: 50%;
    padding: 0 0 35px 0;
    margin-bottom: 25px;
  }
  .process-wrap .process-item-wrap.style1 .process-item:last-child {
    margin-bottom: 0;
  }
  .process-wrap .process-item-wrap.style1 .process-item:nth-child(2n+1) h6 {
    top: auto;
    bottom: 0;
  }
  .team-two-prev {
    left: 0;
  }
  .team-two-next {
    right: 0;
  }
  .pricing-table .pricing-header h2 {
    font-size: 28px;
  }
  .pricing-table .pricing-features li {
    font-size: 14px;
  }
  .error-content span {
    font-size: 70px;
    line-height: 0.8;
    margin: 0 0 25px;
  }
  .faq-img {
    height: 400px;
  }
  .accordion-item .accordion-header .accordion-button span {
    min-width: 50px;
  }
  .gallery-tablist .nav-item {
    display: block;
    width: 100%;
    margin: 0 auto 15px;
  }
  .gallery-tablist .nav-item .nav-link {
    width: 60%;
    margin: 0 auto;
    display: block;
  }
  .promo-video-wrap .promo-video img {
    min-height: 205px;
  }
}

@media only screen and (max-width: 767px) {
  .sm-none {
    display: none !important;
  }
  .xpx-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .sm-center {
    text-align: center !important;
  }
  .smt-20 {
    margin-top: 20px;
  }
  .smb-70 {
    margin-bottom: 50px !important;
  }
  .smb-20 {
    margin-bottom: 20px !important;
  }
  .pt-100 {
    padding-top: 50px;
  }
  .pb-50 {
    padding-bottom: 0px;
  }
  .pb-60 {
    padding-bottom: 15px;
  }
  .pb-100 {
    padding-bottom: 50px;
  }
  .mt-100 {
    margin-top: 50px !important;
  }
  .ptb-100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .pt-70 {
    padding-top: 20px;
  }
  .pb-70 {
    padding-bottom: 20px;
  }
  .pb-75 {
    padding-bottom: 25px;
  }
  .pb-50 {
    padding-bottom: 0px;
  }
  .pt-75 {
    padding-top: 25px;
  }
  .mb-40 {
    margin-bottom: 25px !important;
  }
  .back-to-top {
    font-size: 20px;
    width: 30px;
    height: 30px;
    line-height: 32px;
    right: 10px;
  }
  .back-to-top i {
    font-size: 18px;
    line-height: 28px;
  }
  .hero-wrap.style3 .hero-content h1 {
    font-size: 28px;
  }
  .hero-wrap.style3 .hero-content span {
    font-size: 14px;
  }
  .hero-wrap.style3 .hero-content p {
    padding-right: 0;
    font-size: 14px;
    line-height: 26px;
  }
  .hero-wrap.style3 .hero-video {
    height: 355px;
  }
  .hero-wrap.style1 .hero-video {
    height: 400px;
  }
  .hero-wrap.style3 .hero-slider-two .hero-slide .hero-content {
    padding: 85px 0 135px;
  }
  .hero-wrap.style3 .hero-slider-two .hero-slide .hero-content span {
    font-size: 14px;
  }
  .hero-wrap.style3 .hero-slider-two .hero-slide .hero-content h1 {
    font-size: 32px;
  }
  .hero-wrap.style2 .hero-slider-one .hero-content h1 {
    font-size: 32px;
  }
  .hero-wrap.style2 .hero-slider-one .hero-content p,
  .hero-wrap.style3 .hero-slider-two .hero-content p {
    padding-right: 0;
    font-size: 14px;
  }
  .hero-one-pagination svg path {
    fill: #fff;
  }
  .hero-wrap.style3 .hero-two-prev,
  .hero-wrap.style3 .hero-two-next {
    width: 35px;
    height: 35px;
    top: auto;
    bottom: 40px;
  }
  .hero-wrap.style3 .hero-two-prev {
    left: calc(50% - 48px);
  }
  .hero-wrap.style3 .hero-two-next {
    right: calc(50% - 48px);
  }
  .hero-wrap.style3 .hero-two-prev i,
  .hero-wrap.style3 .hero-two-next i {
    font-size: 12px;
  }
  .promo-video-wrap {
    margin-top: -30px;
  }
  .promo-video-wrap .promo-video .promo-overlay {
    top: -3px;
    left: -3px;
    width: calc(100% + 6px);
  }
  .promo-video-wrap .promo-video .video-play {
    width: 40px;
    height: 40px;
  }
  .promo-video-wrap .promo-video .video-play i {
    font-size: 14px;
    left: 0px;
  }
  .about-bg-1,
  .about-bg-2,
  .about-bg-3 {
    height: 300px;
    background-position: top center;
  }
  .progressbar-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  .service-wrap.style3 .service-img-wrap img.service-img {
    left: 0;
  }
  .service-wrap.style3 .service-img-wrap .service-shape-4 {
    left: 50%;
    bottom: -1px;
  }
  .portfolio-desc .content-feature-list,
  .service-desc .content-feature-list {
    -webkit-columns: 1;
    columns: 1;
  }
  .wh-bg-3,
  .wh-bg-4 {
    height: 200px;
  }
  .why-choose-wrap.style2 .wh-bg-5 {
    height: 350px;
    background-position: top center;
  }
  .why-choose-wrap.style2 .wh-bg-5 .video-play {
    width: 80px;
    height: 80px;
  }
  .why-choose-wrap.style2 .wh-bg-5 .video-play i {
    font-size: 30px;
  }
  .process-wrap .process-item-wrap.style2 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .process-wrap .process-item-wrap.style2 .process-item {
    width: 50%;
  }
  .process-wrap .process-item-wrap.style2 .process-item .process-circle {
    width: 110px;
    height: 110px;
  }
  .process-wrap .process-item-wrap.style2 .process-item h6 {
    font-size: 16px;
  }
  .process-wrap .process-item-wrap.style2 .process-item .process-circle .process-icon span {
    top: 8px;
    right: 4px;
  }
  .process-wrap .process-item-wrap.style2 .process-item .process-circle .process-icon i {
    font-size: 34px;
  }
  .pp-post-item .pp-post-img {
    width: 75px;
  }
  .pp-post-item .pp-post-info {
    width: calc(100% - 85px);
    margin-left: 10px;
  }
  .post-share {
    margin-top: 15px;
  }
  article .content-feature-list {
    -webkit-columns: 1;
    columns: 1;
  }
  .author-info-wrap .author-img {
    width: 45px;
    height: 45px;
  }
  .author-info-wrap .author-info {
    width: calc(100% - 60px);
    margin-left: 15px;
  }
  .comment-item .comment-author-img {
    width: 50px;
    height: 50px;
  }
  .comment-item .comment-author-wrap {
    width: calc(100% - 65px);
    margin-left: 15px;
  }
  .post-author {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .post-author .post-author-img {
    width: 150px;
    height: 150px;
  }
  .post-author .post-author-info {
    width: 100%;
    margin-left: 0;
    margin-top: 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .breadcrumb-wrap .breadcrumb-title h2,
  .content-title h2,
  .section-title h2 {
    font-size: 30px;
    line-height: 1.4;
  }
  .section-title span,
  .content-title span {
    font-size: 14px;
  }
  .about-wrap.style2 .about-bg-wrap {
    position: relative;
    min-height: 340px;
    margin-bottom: 35px;
  }
  .about-wrap.style2 .about-bg-wrap .about-bg-4,
  .about-wrap.style2 .about-bg-wrap .about-bg-5 {
    width: 55%;
    height: 270px;
  }
  .about-wrap.style2 .about-bg-wrap .about-bg-4 {
    bottom: auto;
    top: 0;
  }
  .about-wrap.style2 .about-bg-wrap .about-bg-5 {
    top: auto;
    bottom: 0;
  }
  .about-wrap.style3 .about-img-wrap .about-profile-img {
    max-width: 400px;
  }
  .service-bg-1 {
    height: 240px;
  }
  .service-bg-2 {
    height: 300px;
  }
  .service-bg-3 {
    height: 220px;
  }
  .partner-item {
    padding: 0 20px;
  }
  .process-wrap .process-item .process-icon {
    width: 50px;
    height: 50px;
  }
  .process-wrap .process-item .process-icon i {
    font-size: 22px;
  }
  .process-wrap .process-item-wrap.style1 .process-item h6 {
    font-size: 14px;
  }
  .process-item-line {
    width: 450px;
    top: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pt-100 {
    padding-top: 70px;
  }
  .pb-100 {
    padding-bottom: 70px;
  }
  .pb-50 {
    padding-bottom: 20px;
  }
  .pb-60 {
    padding-bottom: 35px;
  }
  .mt-100 {
    margin-top: 70px !important;
  }
  .smb-25 {
    margin-bottom: 25px;
  }
  .smb-70 {
    margin-bottom: 70px !important;
  }
  .ptb-100 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .pt-70 {
    padding-top: 40px;
  }
  .pb-70 {
    padding-bottom: 40px;
  }
  .pb-75 {
    padding-bottom: 45px;
  }
  .pb-50 {
    padding-bottom: 20px;
  }
  .pt-75 {
    padding-top: 45px;
  }
  .hero-wrap.style1 .hero-video {
    height: 455px;
  }
  .hero-wrap.style3 .hero-two-prev {
    left: 10px;
  }
  .hero-wrap.style3 .hero-two-next {
    right: 10px;
  }
  .hero-wrap.style2 .hero-slider-one .container-fluid {
    max-width: 720px;
    margin: 0 auto;
  }
  .about-wrap.style2 .about-bg-wrap {
    position: relative;
    min-height: 550px;
    margin-bottom: 35px;
  }
  .about-wrap.style2 .about-bg-wrap .about-bg-4,
  .about-wrap.style2 .about-bg-wrap .about-bg-5 {
    width: 400px;
    height: 400px;
  }
  .about-wrap.style2 .about-bg-wrap .about-bg-4 {
    bottom: auto;
    top: 0;
  }
  .about-wrap.style2 .about-bg-wrap .about-bg-5 {
    top: auto;
    bottom: 0;
  }
  .about-wrap.style3 .about-img-wrap {
    margin: 0 50px;
  }
  .service-wrap.style3 .service-img-wrap .service-shape-4 {
    left: 50%;
  }
  .service-wrap.style3 .service-img-wrap img.service-img {
    left: -48px;
  }
  .why-choose-wrap.style2 .wh-bg-5 {
    height: 480px;
    background-position: top center;
  }
  .process-item-line {
    width: 600px;
  }
  .process-wrap .process-item-wrap.style2 .process-item .process-circle {
    width: 110px;
    height: 110px;
  }
  .process-wrap .process-item-wrap.style2 .process-item h6 {
    font-size: 16px;
  }
  .process-wrap .process-item-wrap.style2 .process-item .process-circle .process-icon span {
    top: 8px;
    right: 4px;
  }
  .process-wrap .process-item-wrap.style2 .process-item .process-circle .process-icon i {
    font-size: 34px;
  }
}

@media only screen and (max-width: 991px) {
  .page-wrapper {
    overflow-x: hidden !important;
  }
  .container-full-left {
    padding: 0 15px;
  }
  .md-none {
    display: none !important;
  }
  .smt-30 {
    margin-top: 30px !important;
  }
  .smt-20 {
    margin-top: 20px !important;
  }
  .smb-30 {
    margin-bottom: 30px !important;
  }
  .mt-60 {
    margin-top: 30px !important;
  }
  .md-center {
    text-align: center !important;
  }
  .hero-wrap.style1 .hero-content {
    margin-bottom: 35px;
  }
  .about-wrap.style1 .about-content,
  .about-wrap.style3 .about-content {
    margin-top: 30px;
  }
  .why-choose-wrap.style2::after {
    display: none;
  }
  .why-choose-wrap.style2 .wh-bg-5 {
    margin-top: 30px;
  }
  .counter-card-wrap .counter-card.style3:after {
    display: none;
  }
  .testimonial-item.style3 .client-quote p {
    font-size: 16px;
  }
  .faq-img {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 992px) {
  .why-choose-wrap.style2 .wh-choose-content {
    padding: 100px 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-wrap.style2 .hero-slider-one .container-fluid {
    max-width: 960px;
    margin: 0 auto;
  }
  .about-wrap.style2 .about-bg-wrap .about-bg-4,
  .about-wrap.style2 .about-bg-wrap .about-bg-5 {
    width: 250px;
    height: 250px;
  }
  .about-wrap.style3 .about-img-wrap .about-profile-img {
    max-width: 340px;
  }
  .service-wrap.style3 .service-img-wrap .service-shape-4 {
    left: 50%;
  }
  .service-wrap.style3 .service-img-wrap img.service-img {
    left: -48px;
  }
  .why-choose-wrap.style2 .container-fluid {
    padding-right: 0;
  }
  .counter-card.style1 .counter-icon,
  .counter-card.style2 .counter-icon,
  .counter-card.style3 .counter-icon {
    width: 70px;
    height: 70px;
    margin-right: 15px;
  }
  .counter-card.style1 .counter-icon i,
  .counter-card.style2 .counter-icon i,
  .counter-card.style3 .counter-icon i {
    font-size: 34px;
  }
  .counter-card.style1 .counter-info h2,
  .counter-card.style2 .counter-info h2,
  .counter-card.style3 .counter-info h2 {
    font-size: 24px;
  }
  .counter-card.style1 .counter-info p,
  .counter-card.style2 .counter-info p,
  .counter-card.style3 .counter-info p {
    font-size: 14px;
  }
  .team-btn-wrap .team-one-next,
  .team-btn-wrap .team-one-prev {
    top: -238px;
  }
  .process-item-line {
    width: 800px;
  }
}

@media only screen and (max-width: 1199px) {
  .lg-center {
    text-align: center !important;
  }
  .lg-none {
    display: none !important;
  }
  .page-wrapper {
    overflow-x: hidden;
  }
  .sidebar {
    margin: 50px 0 0;
  }
  .section-para {
    margin-top: 10px;
  }
  .breadcrumb-wrap {
    padding: 80px 0 80px;
  }
  .content-wrapper {
    margin-top: 67px;
  }
  .hero-wrap.style1,
  .hero-wrap.style2,
  .hero-wrap.style3 {
    margin-top: 67px;
  }
  .hero-wrap .hero-content h1 {
    font-size: 44px;
  }
  .hero-wrap.style2 .hero-slider-one .hero-img-wrap {
    margin-top: 40px;
  }
  .hero-wrap.style2 .hero-slider-one .hero-img-wrap .hero-shape-7 {
    left: 0;
  }
  .hero-wrap.style2 .social-profile {
    display: none;
  }
  .about-wrap.style3 .about-img-wrap .about-shape-3 {
    top: 100px;
    left: 0;
  }
  .service-wrap.style2 .service-img-wrap {
    margin-bottom: 30px;
  }
  .why-choose-wrap.style1 .wh-choose-content {
    margin-top: 30px;
  }
  .why-choose-wrap.style2::after {
    top: 0;
    height: 100%;
  }
}

@media only screen and (min-width: 1200px) {
  .xl-none {
    display: none !important;
  }
  .section-title.style1 p {
    max-width: 70%;
  }
  .feature-card.style1 .feature-info p {
    padding-right: 10px;
  }
}

@media only screen and (min-width: 1400px) {
  .hero-wrap .hero-content h1 {
    font-size: 70px;
  }
  .about-wrap.style2 .about-bg-wrap .about-bg-4,
  .about-wrap.style2 .about-bg-wrap .about-bg-5 {
    width: 350px;
    height: 350px;
  }
  .why-choose-wrap.style2 .container-fluid {
    padding-left: calc((100% - 1320px) / 2 + 15px);
    padding-right: 0;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1280px) {
  .hero-wrap.style2 .social-profile {
    left: 5px !important;
  }
  .hero-wrap.style2 .social-profile li a {
    width: 20px;
    height: 20px;
  }
  .hero-wrap.style2 .social-profile li a i {
    font-size: 10px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .xl-none {
    display: none !important;
  }
  .section-title h2,
  .content-title h2 {
    font-size: 38px;
  }
  .hero-wrap.style2 .hero-slider-one .container-fluid {
    padding-left: calc((100% - 1170px) / 2 + 15px);
    padding-right: 0;
  }
  .hero-wrap.style2 .social-profile {
    left: 30px;
  }
  .why-choose-wrap.style2 .container-fluid {
    padding-left: calc((100% - 1140px) / 2 + 15px);
    padding-right: 0;
  }
  .why-choose-wrap.style2::after {
    width: 60%;
  }
  .process-item-line {
    width: 955px;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .hero-wrap.style2 .hero-slider-one .container-fluid {
    padding-left: calc((100% - 1320px) / 2 + 15px);
    padding-right: 0;
  }
  .hero-wrap.style2 .social-profile {
    left: 12px;
  }
}

@media only screen and (min-width: 1600px) {
  .hero-wrap.style2 .hero-slider-one .container-fluid {
    padding-left: calc((100% - 1530px) / 2 + 15px);
    padding-right: 0;
  }
  .hero-wrap.style2 .social-profile {
    left: calc((100% - 1530px) / 2 - 35px);
  }
}

@media only screen and (min-width: 1920px) {
  .hero-wrap.style2 .social-profile {
    left: calc((100% - 1530px) / 2 - 85px);
  }
  .hero-wrap.style2 {
    padding: 150px 0 0px;
  }
}
/*# sourceMappingURL=style.css.map */