/*----------------------------------------------------------------------
    Template Name: Tamween Solutions
    Template URI:  
    Author: WebTend
    Author URI:  abhi
    Version: 2.0

    Note: This is Main Style CSS File. */
/*----------------------------------------------------------------------
	CSS INDEX
	----------------------

    01. Default Style
    02. Common Classes
    03. Repeat Style
    04. Padding Margin Spacing
    05. Custom Animation
    06. Header style
    07. Slider Section
    08. Page Banner
    09. Category Section
    10. About Section
    11. Offer Banners
    12. Products Section
    13. Video Section
    14. Special Offer
    15. CTA Section
    16. Gallery Area
    17. Feedback Section
    18. Blog Section
    19. Client Logo
    20. Team Section
    21. Services Section
    22. Features Section
    23. FAQs Section
    24. Counter Area
    25. Error Section
    26. Sidebar Widgets
    27. Contact Section
    28. Cart & Checkout
    29. Main Footer */
/* -------------------------------------------------------------- */
/* Import Google Fonts */
 
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');
/*******************************************************/
/******************* 01. Default Style *****************/
/*******************************************************/
.inter  {
   font-family: "Nunito Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  
}
 
* {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
body {
  color: #292929;
  background: white;
  font-weight: 400;
  font-style: normal;
  line-height: 30px;
  font-size: 14px;
  font-family: "Nunito Sans", sans-serif;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 14px;
 
  letter-spacing: .5px;
  
  line-height: 1.9;
}
 
a {
  color: #666666;
  cursor: pointer;
  outline: none;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}
a:hover, a:focus, a:visited {
  text-decoration: none;
  outline: none;
}
a:hover {
  color: #2a328d;
}
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 12px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #2a2a2e;
}
.text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6, .text-white h1 a, .text-white h2 a, .text-white h3 a, .text-white h4 a, .text-white h5 a, .text-white h6 a {
  color: white;
}
h1 {
  line-height: 1.13;
  font-size: 50px;
}
h2 {
  line-height: 1.25;
  font-size: 26px;
}
h3 {
  line-height: 1.3;
  font-size: 24px;
  color: #484848 !important;
  letter-spacing: 1px;
}
h4 {
  line-height: 1.45;
  font-size: 20px;
}
h5 {
  font-size: 20px;
}
h6 {
  line-height: 1.5;
  font-size: 16px;
}
ul, li {
  list-style: none;
  padding: 0;
  margin: 0;
}
img {
  max-width: 100%;
  display: inline-block;
}
mark {
  color: #484848;
  background: transparent;
  text-decoration: underline;
}
header:after, section:after, footer:after {
  display: block;
  clear: both;
  content: "";
}
/*======= Input Styles =======*/
input, select, textarea, .nice-select, .form-control {
  width: 100%;
  height: auto;
  border-radius: 5px;
  padding: 8px 9px;
  background-color: #fff;
  border: 1px solid rgb(192 192 192);
}
@media only screen and (min-width: 576px) {
  input, select, textarea, .nice-select, .form-control {
    font-size: 14px;
  }
}
.nice-select {
  font-size: 18px;
  line-height: 1.3;
}
.nice-select:after {
  height: 8px;
  width: 8px;
  right: 25px;
  border-color: #2b328d;
}
.nice-select .current {
  font-weight: 600;
  color: #2b328d;
}
.nice-select .list {
  width: 100%;
  border-radius: 0;
}
textarea {
  display: inherit;
  padding-top: 20px;
}
label {
  cursor: pointer;
  font-weight: 500;
  margin-bottom: 5px;
  color: #666666;
}
.form-group {
  position: relative;
  margin-bottom: 20px;
}
.form-group label {
  top: 20px;
  right: 30px;
  font-size: 15px;
 
}
input:focus, button:focus, .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #cfdbf1;
}
input::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder, .form-control::-webkit-input-placeholder {
  font-weight: 500;
}
input:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder, .form-control:-ms-input-placeholder {
  font-weight: 500;
}
input::-ms-input-placeholder, select::-ms-input-placeholder, textarea::-ms-input-placeholder, .form-control::-ms-input-placeholder {
  font-weight: 500;
}
input::placeholder, select::placeholder, textarea::placeholder, .form-control::placeholder {
  font-weight: 500;
}
input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-results-button, input[type=search]::-webkit-search-results-decoration {
  display: none;
}
input[type=checkbox], input[type=radio] {
  height: auto;
  width: auto;
}
/*******************************************************/
/*****************  02. Common Classes *****************/
/*******************************************************/
.page-wrapper {
  position: relative;
  z-index: 9;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  min-width: 300px;
  background: #FFFFFF;
}
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.small-gap {
  margin-left: -5px;
  margin-right: -5px;
}
.small-gap > div {
  padding-left: 5px;
  padding-right: 5px;
}
@media only screen and (min-width: 1400px) {
  .large-gap {
    margin-left: -50px;
    margin-right: -50px;
  }
  .large-gap > div {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (max-width: 375px) {
  .col-small {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
/** Section Title style **/
.sub-title {
  font-size: 30px;
  display: inline-block;
  color: #2b328d;
  letter-spacing: 1px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.3;
}
.sub-title:after {    padding-bottom: 10px;
  border-bottom: 2px solid #484848;
  content: "";
  display: block;
  padding-top: 5px;
  width: 6rem;
  margin: 0 auto 10px;
}

.feedback-content-area h2{font-size: 28px;}
.feedback-content-area h5{color: #484848;}
@media only screen and (max-width: 575px) {
  .sub-title {
    font-size: 25px;
  }
}
@media only screen and (max-width: 1199px) {
  .section-title h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .section-title h2 {
    font-size: 24px;
  }
  .who-we-are-image{margin-top: 25px;}
  .feedback-content-area .slick-dots { 
    justify-content: center !important;}
    .grid-list-mob .theme-btn, .grid-list-mob a.theme-btn{        padding: 9px 15px;}
}
@media only screen and (max-width: 479px) {
  .section-title h2 {
    font-size: 24px;
    line-height: 1.35;
  }
}
@media only screen and (max-width: 375px) {
  .section-title h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 575px) {
  .section-title h3 {
    font-size: 28px;
  }
}
.text-white .sub-title {
  color: white;
}
/** Button style **/
.theme-btn, a.theme-btn {
  color: white;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  border-radius: 7px;
  text-align: center;
  padding: 11px 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #2a328d;
 }
.theme-btn i, a.theme-btn i {
  font-size: 13px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin-left: 10px;
}
.theme-btn:hover, a.theme-btn:hover {
  background: #484848;    box-shadow: 0px 3px 5px #23242773;
}
.theme-btn:hover i, a.theme-btn:hover i {
  margin-left: 13px;
  margin-right: -3px;
}
.theme-btn.style-two, a.theme-btn.style-two {
  background: transparent;
  border: 1px solid #2a328d;
  color: #2a328d;
}
.theme-btn.style-two:hover, a.theme-btn.style-two:hover {
  background: #2a328d;; color: #ffffff; border: 1px solid #2a328d;;
}
.theme-btn.style-three, a.theme-btn.style-three {
  color: #2b328d;
  text-transform: uppercase;
  background: white;
  border: 1px solid #2b328d;
}
.theme-btn.style-three:hover, a.theme-btn.style-three:hover {
  color: #fff;
  border-color: #484848;
  background: #484848;   box-shadow: 0px 3px 5px #23242773;
}
.theme-btn.style-three:hover i, a.theme-btn.style-three:hover i {color: #fff;}
.theme-btn.btn-white, a.theme-btn.btn-white {
  background: transparent;
  border: 1px solid white;
}
.theme-btn2, a.theme-btn2 {cursor: pointer;
  font-size: 13px;
  padding: 7px 20px;}
@media only screen and (max-width: 575px) {
  .theme-btn, a.theme-btn {
    padding: 9px 30px;
    margin-left: 10px;
    min-width: 70%;
    margin-bottom: 10px;
    margin-top: 0px;
  }

  .slider-single-item .theme-btn, .slider-single-item a.theme-btn {  min-width: 70%;}
 
}
/* Read More */
.contact-info-item h5{     font-size: 18px;
  line-height: 1.6;}

.contact-title h3 {
  text-transform: uppercase;
}
.read-more {
  
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-transform: capitalize;
}
.read-more i {
  margin-left: 7px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.read-more:hover {
  color: #484848;
}
.read-more:hover i {
  margin-left: 10px;
}
/* List style One */
.list-style-one li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.list-style-one li:not(:last-child) {
  margin-bottom: 10px;
}
.list-style-one li:before {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  font-weight: 600;
  content: "\f00c";
  margin-right: 15px;
  font-family: 'Font Awesome 5 Pro';
}
/* List style two */
.list-style-two li {
 
  
  color: #2a2a2e;
}
@media only screen and (min-width: 376px) {
  .list-style-two li {
    font-size: 16px;
  }
}
.list-style-two li:not(:last-child) {
  margin-bottom: 13px;
}
.list-style-two li:before {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  font-size: 20px;
  content: "\f058";
  font-weight: 400;
  margin-right: 15px;
  color: #2a328d;
  font-family: 'Font Awesome 6 Free';
}
/** Social Link One **/
.social-style-one {
  font-size: 14px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.social-style-one a:not(:last-child) {
  margin-right: 20px;
}
/** Social Link Two **/
.social-style-two {
  font-size: 14px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.social-style-two a {
  width: 40px;
  height: 40px;
  background: rgb(255 255 255 / 5%);
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
}
.social-style-two a:hover {
  background: #484848;
}
.social-style-two a:not(:first-child) {
  margin-left: 5px;
}
.social-style-two a:not(:last-child) {
  margin-right: 5px;
}
/*** Preloader style ** */
.preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
 
}
.loa{    margin: 20% auto 0;
  text-align: center;}
.preloader img{width: 30%;}
.preloader p{
text-align: center;
margin: 13% auto 0;
}
/* Pagination */
.pagination {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.pagination li {
  margin: 10px 5px 0;
}
.pagination li a, .pagination li .page-link {
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: 600;
  width: 40px;
  height: 40px;
  background: white;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  color: #2b328d;
  border: 1px solid rgba(118, 167, 19, 0.15);
}
.pagination li.disabled .page-link, .pagination li:last-child .page-link {
  border-radius: 50%;
}
.pagination li:first-child {
  margin-left: 0;
}
.pagination li:last-child {
  margin-right: 0;
}
.pagination li.active .page-link, .pagination li:hover:not(.disabled) .page-link {
  color: white;
  background: #2a328d;
  border-color: #2a328d;
}
/* Rating */
.ratting {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.ratting i {
  margin: 3px;
  font-size: 14px;
  color: #2a328d;
}
/*** Slick Dots ***/
.slick-arrow {
  width: 55px;
  height: 55px;
  font-size: 18px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50px ;
      color: #484848;
      background: #ebedff;
 
  /* -webkit-box-shadow: 10px 0 60px rgba(109, 109, 109, 0.2);
  box-shadow: 10px 0 60px rgba(109, 109, 109, 0.2); */
}
.slick-arrow:focus, .slick-arrow:hover {
  color: white;
  background: #484848;
  -webkit-box-shadow: 10px 0 60px rgba(118, 167, 19, 0.3);
  box-shadow: 10px 0 60px rgba(118, 167, 19, 0.3);
}
/*** Slick Dots ***/
.slick-dots {
  margin-top: 45px;
  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;
}
.slick-dots li {
  position: relative;
  cursor: pointer;
  margin: 8px;
  width: 7px;
  height: 7px;
  opacity: 0.2;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50%;
  background: #2a328d;
}
.slick-dots li button {
  opacity: 0;
}
.slick-dots li:before {
  content: '';
  width: 0;
  height: 0;
  left: 50%;
  top: 50%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 2px solid #2a328d;
}
.slick-dots li.slick-active {
  opacity: 1;
}
.slick-dots li.slick-active:before {
  width: 25px;
  height: 25px;
}
/*** Scroll Top style ***/
.scroll-top {
  position: absolute;
  right: 18px;
  bottom: 25px;
  width: 50px;
  height: 50px;
  z-index: 99;
  color: #2a328d !important;
  display: none;
  cursor: pointer;
  line-height: 50px;
  border-radius: 50px;
  background: #4a519f;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
}
.scroll-top:hover {  background: #20256273;}
@media only screen and (max-width: 991px) {
  .scroll-top {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .preloader img {
    width: 380%;
}

}
/* Text White */
.text-white *, .text-white a {
  color: white;
}
.text-white * li li .dropdown-btn span, .text-white a li li .dropdown-btn span {
  color: #2b328d;
}
/* Video Play Btn */
.video-play {
  font-size: 18px;
  width: 80px;
  height: 80px;
  background: white;
  line-height: 80px;
  border-radius: 50%;
  text-align: center;
  color: #2a328d;
  display: inline-block;
}
@media only screen and (max-width: 479px) {
  .video-play {
    width: 65px;
    height: 65px;
    font-size: 16px;
    line-height: 65px;
  }
}
/* Position */
.rel {
  position: relative;
}
.z-0 {
  z-index: 0;
}
.z-1 {
  z-index: 1;
}
.z-2 {
  z-index: 2;
}
.z-3 {
  z-index: 3;
}
.z-4 {
  z-index: 4;
}
.z-5 {
  z-index: 5;
}
.overlay {
  z-index: 1;
  position: relative;
}
.overlay::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  opacity: 0.75;
  background-color: #878380;
}
/* Backgruond Size */
.bgs-cover {
  background-size: cover;
  background-position: center;
}
/* Color + Background */
.bg-green {
  background-color: #b68e37;
}
.bg-light-green {
  background-color: #484848;
}
.bg-lighter {
  background-color: #f3f3f3;
}
.bg-dark {
  background-color: #2b328d !important;
}
.header-top-wrap{  background-color: #484848 !important;}
.color-secondary {
  color: #484848;
}
/* Border Radius */
.br-5 {
  border-radius: 5px;
}
.br-10 {
  border-radius: 10px;
}
.br-15 {
  border-radius: 15px;
}
.br-20 {
  border-radius: 20px;
}
.br-25 {
  border-radius: 25px;
}
.br-30 {
  border-radius: 30px;
}
/*******************************************************/
/******************* 03. Repeat Style ******************/
/*******************************************************/
h1, h2, h3, h4, h5, h6, blockquote, .tag-coulds a {
  font-weight: 600;
  color: #1f1f1f;
}
/*******************************************************/
/************** 04. Padding Margin Spacing *************/
/*******************************************************/
/* Padding Around */
.p-5 {
  padding: 5px !important;
}
.p-10 {
  padding: 10px;
}
.p-15 {
  padding: 15px;
}
.p-20 {
  padding: 20px;
}
.p-25 {
  padding: 25px;
}
.p-30 {
  padding: 30px;
}
.p-35 {
  padding: 35px;
}
.p-40 {
  padding: 40px;
}
.p-45 {
  padding: 45px;
}
.p-50 {
  padding: 50px;
}
.p-55 {
  padding: 55px;
}
.p-60 {
  padding: 60px;
}
.p-65 {
  padding: 65px;
}
.p-70 {
  padding: 70px;
}
.p-75 {
  padding: 75px;
}
.p-80 {
  padding: 80px;
}
.p-85 {
  padding: 85px;
}
.p-90 {
  padding: 90px;
}
.p-95 {
  padding: 95px;
}
.p-100 {
  padding: 100px;
}
.p-105 {
  padding: 105px;
}
.p-110 {
  padding: 110px;
}
.p-115 {
  padding: 115px;
}
.p-120 {
  padding: 120px;
}
.p-125 {
  padding: 125px;
}
.p-130 {
  padding: 130px;
}
.p-135 {
  padding: 135px;
}
.p-140 {
  padding: 140px;
}
.p-145 {
  padding: 145px;
}
.p-150 {
  padding: 150px;
}
.p-155 {
  padding: 155px;
}
.p-160 {
  padding: 160px;
}
.p-165 {
  padding: 165px;
}
.p-170 {
  padding: 170px;
}
.p-175 {
  padding: 175px;
}
.p-180 {
  padding: 180px;
}
.p-185 {
  padding: 185px;
}
.p-190 {
  padding: 190px;
}
.p-195 {
  padding: 195px;
}
.p-200 {
  padding: 200px;
}
.p-205 {
  padding: 205px;
}
.p-210 {
  padding: 210px;
}
.p-215 {
  padding: 215px;
}
.p-220 {
  padding: 220px;
}
.p-225 {
  padding: 225px;
}
.p-230 {
  padding: 230px;
}
.p-235 {
  padding: 235px;
}
.p-240 {
  padding: 240px;
}
.p-245 {
  padding: 245px;
}
.p-250 {
  padding: 250px;
}
/* Padding Top */
.pt-5, .py-5 {
  padding-top: 5px !important;
}
.pt-10, .py-10 {
  padding-top: 10px;
}
.pt-15, .py-15 {
  padding-top: 15px;
}
.pt-20, .py-20 {
  padding-top: 20px;
}
.pt-25, .py-25 {
  padding-top: 25px;
}
.pt-30, .py-30 {
  padding-top: 30px;
}
.pt-35, .py-35 {
  padding-top: 35px;
}
.pt-40, .py-40 {
  padding-top: 40px;
}
.pt-45, .py-45 {
  padding-top: 45px;
}
.pt-50, .py-50 {
  padding-top: 50px;
}
.pt-55, .py-55 {
  padding-top: 55px;
}
.pt-60, .py-60 {
  padding-top: 60px;
}
.pt-65, .py-65 {
  padding-top: 65px;
}
.pt-70, .py-70 {
  padding-top: 70px;
}
.pt-75, .py-75 {
  padding-top: 75px;
}
.pt-80, .py-80 {
  padding-top: 80px;
}
.pt-85, .py-85 {
  padding-top: 85px;
}
.pt-90, .py-90 {
  padding-top: 90px;
}
.pt-95, .py-95 {
  padding-top: 95px;
}
.pt-100, .py-100 {
  padding-top: 100px;
}
.pt-105, .py-105 {
  padding-top: 105px;
}
.pt-110, .py-110 {
  padding-top: 110px;
}
.pt-115, .py-115 {
  padding-top: 115px;
}
.pt-120, .py-120 {
  padding-top: 120px;
}
.pt-125, .py-125 {
  padding-top: 125px;
}
.pt-130, .py-130 {
  padding-top: 130px;
}
.pt-135, .py-135 {
  padding-top: 135px;
}
.pt-140, .py-140 {
  padding-top: 140px;
}
.pt-145, .py-145 {
  padding-top: 145px;
}
.pt-150, .py-150 {
  padding-top: 150px;
}
.pt-155, .py-155 {
  padding-top: 155px;
}
.pt-160, .py-160 {
  padding-top: 160px;
}
.pt-165, .py-165 {
  padding-top: 165px;
}
.pt-170, .py-170 {
  padding-top: 170px;
}
.pt-175, .py-175 {
  padding-top: 175px;
}
.pt-180, .py-180 {
  padding-top: 180px;
}
.pt-185, .py-185 {
  padding-top: 185px;
}
.pt-190, .py-190 {
  padding-top: 190px;
}
.pt-195, .py-195 {
  padding-top: 195px;
}
.pt-200, .py-200 {
  padding-top: 200px;
}
.pt-205, .py-205 {
  padding-top: 205px;
}
.pt-210, .py-210 {
  padding-top: 210px;
}
.pt-215, .py-215 {
  padding-top: 215px;
}
.pt-220, .py-220 {
  padding-top: 220px;
}
.pt-225, .py-225 {
  padding-top: 225px;
}
.pt-230, .py-230 {
  padding-top: 230px;
}
.pt-235, .py-235 {
  padding-top: 235px;
}
.pt-240, .py-240 {
  padding-top: 240px;
}
.pt-245, .py-245 {
  padding-top: 245px;
}
.pt-250, .py-250 {
  padding-top: 250px;
}
/* Padding Bottom */
.pb-5, .py-5 {
  padding-bottom: 5px !important;
}
.pb-10, .py-10 {
  padding-bottom: 10px;
}
.pb-15, .py-15 {
  padding-bottom: 15px;
}
.pb-20, .py-20 {
  padding-bottom: 20px;
}
.pb-25, .py-25 {
  padding-bottom: 25px;
}
.pb-30, .py-30 {
  padding-bottom: 30px;
}
.pb-35, .py-35 {
  padding-bottom: 35px;
}
.pb-40, .py-40 {
  padding-bottom: 40px;
}
.pb-45, .py-45 {
  padding-bottom: 45px;
}
.pb-50, .py-50 {
  padding-bottom: 50px;
}
.pb-55, .py-55 {
  padding-bottom: 55px;
}
.pb-60, .py-60 {
  padding-bottom: 60px;
}
.pb-65, .py-65 {
  padding-bottom: 65px;
}
.pb-70, .py-70 {
  padding-bottom: 70px;
}
.pb-75, .py-75 {
  padding-bottom: 75px;
}
.pb-80, .py-80 {
  padding-bottom: 80px;
}
.pb-85, .py-85 {
  padding-bottom: 85px;
}
.pb-90, .py-90 {
  padding-bottom: 90px;
}
.pb-95, .py-95 {
  padding-bottom: 95px;
}
.pb-100, .py-100 {
  padding-bottom: 50px;
}
.pb-105, .py-105 {
  padding-bottom: 105px;
}
.pb-110, .py-110 {
  padding-bottom: 110px;
}
.pb-115, .py-115 {
  padding-bottom: 115px;
}
.pb-120, .py-120 {
  padding-bottom: 120px;
}
.pb-125, .py-125 {
  padding-bottom: 125px;
}
.pb-130, .py-130 {
  padding-bottom: 130px;
}
.pb-135, .py-135 {
  padding-bottom: 135px;
}
.pb-140, .py-140 {
  padding-bottom: 140px;
}
.pb-145, .py-145 {
  padding-bottom: 145px;
}
.pb-150, .py-150 {
  padding-bottom: 150px;
}
.pb-155, .py-155 {
  padding-bottom: 155px;
}
.pb-160, .py-160 {
  padding-bottom: 160px;
}
.pb-165, .py-165 {
  padding-bottom: 165px;
}
.pb-170, .py-170 {
  padding-bottom: 170px;
}
.pb-175, .py-175 {
  padding-bottom: 175px;
}
.pb-180, .py-180 {
  padding-bottom: 180px;
}
.pb-185, .py-185 {
  padding-bottom: 185px;
}
.pb-190, .py-190 {
  padding-bottom: 190px;
}
.pb-195, .py-195 {
  padding-bottom: 195px;
}
.pb-200, .py-200 {
  padding-bottom: 200px;
}
.pb-205, .py-205 {
  padding-bottom: 205px;
}
.pb-210, .py-210 {
  padding-bottom: 210px;
}
.pb-215, .py-215 {
  padding-bottom: 215px;
}
.pb-220, .py-220 {
  padding-bottom: 220px;
}
.pb-225, .py-225 {
  padding-bottom: 225px;
}
.pb-230, .py-230 {
  padding-bottom: 230px;
}
.pb-235, .py-235 {
  padding-bottom: 235px;
}
.pb-240, .py-240 {
  padding-bottom: 240px;
}
.pb-245, .py-245 {
  padding-bottom: 245px;
}
.pb-250, .py-250 {
  padding-bottom: 250px;
}
/* Margin Around */
.m-5 {
  margin: 5px !important;
}
.m-10 {
  margin: 10px;
}
.m-15 {
  margin: 15px;
}
.m-20 {
  margin: 20px;
}
.m-25 {
  margin: 25px;
}
.m-30 {
  margin: 30px;
}
.m-35 {
  margin: 35px;
}
.m-40 {
  margin: 40px;
}
.m-45 {
  margin: 45px;
}
.m-50 {
  margin: 50px;
}
.m-55 {
  margin: 55px;
}
.m-60 {
  margin: 60px;
}
.m-65 {
  margin: 65px;
}
.m-70 {
  margin: 70px;
}
.m-75 {
  margin: 75px;
}
.m-80 {
  margin: 80px;
}
.m-85 {
  margin: 85px;
}
.m-90 {
  margin: 90px;
}
.m-95 {
  margin: 95px;
}
.m-100 {
  margin: 100px;
}
.m-105 {
  margin: 105px;
}
.m-110 {
  margin: 110px;
}
.m-115 {
  margin: 115px;
}
.m-120 {
  margin: 120px;
}
.m-125 {
  margin: 125px;
}
.m-130 {
  margin: 130px;
}
.m-135 {
  margin: 135px;
}
.m-140 {
  margin: 140px;
}
.m-145 {
  margin: 145px;
}
.m-150 {
  margin: 150px;
}
.m-155 {
  margin: 155px;
}
.m-160 {
  margin: 160px;
}
.m-165 {
  margin: 165px;
}
.m-170 {
  margin: 170px;
}
.m-175 {
  margin: 175px;
}
.m-180 {
  margin: 180px;
}
.m-185 {
  margin: 185px;
}
.m-190 {
  margin: 190px;
}
.m-195 {
  margin: 195px;
}
.m-200 {
  margin: 200px;
}
.m-205 {
  margin: 205px;
}
.m-210 {
  margin: 210px;
}
.m-215 {
  margin: 215px;
}
.m-220 {
  margin: 220px;
}
.m-225 {
  margin: 225px;
}
.m-230 {
  margin: 230px;
}
.m-235 {
  margin: 235px;
}
.m-240 {
  margin: 240px;
}
.m-245 {
  margin: 245px;
}
.m-250 {
  margin: 250px;
}
/* Margin Top */
.mt-5, .my-5 {
  margin-top: 5px !important;
}
.mt-10, .my-10 {
  margin-top: 10px;
}
.mt-15, .my-15 {
  margin-top: 15px;
}
.mt-20, .my-20 {
  margin-top: 20px;
}
.mt-25, .my-25 {
  margin-top: 25px;
}
.mt-30, .my-30 {
  margin-top: 30px;
}
.mt-35, .my-35 {
  margin-top: 35px;
}
.mt-40, .my-40 {
  margin-top: 40px;
}
.mt-45, .my-45 {
  margin-top: 45px;
}
.mt-50, .my-50 {
  margin-top: 50px;
}
.mt-55, .my-55 {
  margin-top: 55px;
}
.mt-60, .my-60 {
  margin-top: 60px;
}
.mt-65, .my-65 {
  margin-top: 65px;
}
.mt-70, .my-70 {
  margin-top: 70px;
}
.mt-75, .my-75 {
  margin-top: 75px;
}
.mt-80, .my-80 {
  margin-top: 80px;
}
.mt-85, .my-85 {
  margin-top: 85px;
}
.mt-90, .my-90 {
  margin-top: 90px;
}
.mt-95, .my-95 {
  margin-top: 95px;
}
.mt-100, .my-100 {
  margin-top: 100px;
}
.mt-105, .my-105 {
  margin-top: 105px;
}
.mt-110, .my-110 {
  margin-top: 110px;
}
.mt-115, .my-115 {
  margin-top: 115px;
}
.mt-120, .my-120 {
  margin-top: 120px;
}
.mt-125, .my-125 {
  margin-top: 125px;
}
.mt-130, .my-130 {
  margin-top: 130px;
}
.mt-135, .my-135 {
  margin-top: 135px;
}
.mt-140, .my-140 {
  margin-top: 140px;
}
.mt-145, .my-145 {
  margin-top: 145px;
}
.mt-150, .my-150 {
  margin-top: 150px;
}
.mt-155, .my-155 {
  margin-top: 155px;
}
.mt-160, .my-160 {
  margin-top: 160px;
}
.mt-165, .my-165 {
  margin-top: 165px;
}
.mt-170, .my-170 {
  margin-top: 170px;
}
.mt-175, .my-175 {
  margin-top: 175px;
}
.mt-180, .my-180 {
  margin-top: 180px;
}
.mt-185, .my-185 {
  margin-top: 185px;
}
.mt-190, .my-190 {
  margin-top: 190px;
}
.mt-195, .my-195 {
  margin-top: 195px;
}
.mt-200, .my-200 {
  margin-top: 200px;
}
.mt-205, .my-205 {
  margin-top: 205px;
}
.mt-210, .my-210 {
  margin-top: 210px;
}
.mt-215, .my-215 {
  margin-top: 215px;
}
.mt-220, .my-220 {
  margin-top: 220px;
}
.mt-225, .my-225 {
  margin-top: 225px;
}
.mt-230, .my-230 {
  margin-top: 230px;
}
.mt-235, .my-235 {
  margin-top: 235px;
}
.mt-240, .my-240 {
  margin-top: 240px;
}
.mt-245, .my-245 {
  margin-top: 245px;
}
.mt-250, .my-250 {
  margin-top: 250px;
}
/* Margin Bottom */
.mb-5, .my-5 {
  margin-bottom: 5px !important;
}
.mb-10, .my-10 {
  margin-bottom: 10px;
}
.mb-15, .my-15 {
  margin-bottom: 15px;
}
.mb-20, .my-20 {
  margin-bottom: 20px;
}
.mb-25, .my-25 {
  margin-bottom: 25px;
}
.mb-30, .my-30 {
  margin-bottom: 30px;
}
.mb-35, .my-35 {
  margin-bottom: 35px;
}
.mb-40, .my-40 {
  margin-bottom: 40px;
}
.mb-45, .my-45 {
  margin-bottom: 45px;
}
.mb-50, .my-50 {
  margin-bottom: 50px;
}
.mb-55, .my-55 {
  margin-bottom: 55px;
}
.mb-60, .my-60 {
  margin-bottom: 60px;
}
.mb-65, .my-65 {
  margin-bottom: 65px;
}
.mb-70, .my-70 {
  margin-bottom: 70px;
}
.mb-75, .my-75 {
  margin-bottom: 75px;
}
.mb-80, .my-80 {
  margin-bottom: 80px;
}
.mb-85, .my-85 {
  margin-bottom: 85px;
}
.mb-90, .my-90 {
  margin-bottom: 90px;
}
.mb-95, .my-95 {
  margin-bottom: 95px;
}
.mb-100, .my-100 {
  margin-bottom: 100px;
}
.mb-105, .my-105 {
  margin-bottom: 105px;
}
.mb-110, .my-110 {
  margin-bottom: 110px;
}
.mb-115, .my-115 {
  margin-bottom: 115px;
}
.mb-120, .my-120 {
  margin-bottom: 120px;
}
.mb-125, .my-125 {
  margin-bottom: 125px;
}
.mb-130, .my-130 {
  margin-bottom: 130px;
}
.mb-135, .my-135 {
  margin-bottom: 135px;
}
.mb-140, .my-140 {
  margin-bottom: 140px;
}
.mb-145, .my-145 {
  margin-bottom: 145px;
}
.mb-150, .my-150 {
  margin-bottom: 150px;
}
.mb-155, .my-155 {
  margin-bottom: 155px;
}
.mb-160, .my-160 {
  margin-bottom: 160px;
}
.mb-165, .my-165 {
  margin-bottom: 165px;
}
.mb-170, .my-170 {
  margin-bottom: 170px;
}
.mb-175, .my-175 {
  margin-bottom: 175px;
}
.mb-180, .my-180 {
  margin-bottom: 180px;
}
.mb-185, .my-185 {
  margin-bottom: 185px;
}
.mb-190, .my-190 {
  margin-bottom: 190px;
}
.mb-195, .my-195 {
  margin-bottom: 195px;
}
.mb-200, .my-200 {
  margin-bottom: 200px;
}
.mb-205, .my-205 {
  margin-bottom: 205px;
}
.mb-210, .my-210 {
  margin-bottom: 210px;
}
.mb-215, .my-215 {
  margin-bottom: 215px;
}
.mb-220, .my-220 {
  margin-bottom: 220px;
}
.mb-225, .my-225 {
  margin-bottom: 225px;
}
.mb-230, .my-230 {
  margin-bottom: 230px;
}
.mb-235, .my-235 {
  margin-bottom: 235px;
}
.mb-240, .my-240 {
  margin-bottom: 240px;
}
.mb-245, .my-245 {
  margin-bottom: 245px;
}
.mb-250, .my-250 {
  margin-bottom: 250px;
}
/* Responsive Padding Margin */
@media only screen and (max-width: 991px) {
  /* Padding Around */
  .rp-0 {
    padding: 0px !important;
  }
  .rp-5 {
    padding: 5px !important;
  }
  .rp-10 {
    padding: 10px;
  }
  .rp-15 {
    padding: 15px;
  }
  .rp-20 {
    padding: 20px;
  }
  .rp-25 {
    padding: 25px;
  }
  .rp-30 {
    padding: 30px;
  }
  .rp-35 {
    padding: 35px;
  }
  .rp-40 {
    padding: 40px;
  }
  .rp-45 {
    padding: 45px;
  }
  .rp-50 {
    padding: 50px;
  }
  .rp-55 {
    padding: 55px;
  }
  .rp-60 {
    padding: 60px;
  }
  .rp-65 {
    padding: 65px;
  }
  .rp-70 {
    padding: 70px;
  }
  .rp-75 {
    padding: 75px;
  }
  .rp-80 {
    padding: 80px;
  }
  .rp-85 {
    padding: 85px;
  }
  .rp-90 {
    padding: 90px;
  }
  .rp-95 {
    padding: 95px;
  }
  .rp-100 {
    padding: 100px;
  }
  .rp-105 {
    padding: 105px;
  }
  .rp-110 {
    padding: 110px;
  }
  .rp-115 {
    padding: 115px;
  }
  .rp-120 {
    padding: 120px;
  }
  .rp-125 {
    padding: 125px;
  }
  .rp-130 {
    padding: 130px;
  }
  .rp-135 {
    padding: 135px;
  }
  .rp-140 {
    padding: 140px;
  }
  .rp-145 {
    padding: 145px;
  }
  .rp-150 {
    padding: 150px;
  }
  /* Padding Top */
  .rpt-0, .rpy-0 {
    padding-top: 0px !important;
  }
  .rpt-5, .rpy-5 {
    padding-top: 5px !important;
  }
  .rpt-10, .rpy-10 {
    padding-top: 10px;
  }
  .rpt-15, .rpy-15 {
    padding-top: 15px;
  }
  .rpt-20, .rpy-20 {
    padding-top: 20px;
  }
  .rpt-25, .rpy-25 {
    padding-top: 25px;
  }
  .rpt-30, .rpy-30 {
    padding-top: 30px;
  }
  .rpt-35, .rpy-35 {
    padding-top: 35px;
  }
  .rpt-40, .rpy-40 {
    padding-top: 40px;
  }
  .rpt-45, .rpy-45 {
    padding-top: 45px;
  }
  .rpt-50, .rpy-50 {
    padding-top: 50px;
  }
  .rpt-55, .rpy-55 {
    padding-top: 55px;
  }
  .rpt-60, .rpy-60 {
    padding-top: 60px;
  }
  .rpt-65, .rpy-65 {
    padding-top: 25px;
  }
  .rpt-70, .rpy-70 {
    padding-top: 70px;
  }
  .rpt-75, .rpy-75 {
    padding-top: 75px;
  }
  .rpt-80, .rpy-80 {
    padding-top: 80px;
  }
  .rpt-85, .rpy-85 {
    padding-top: 85px;
  }
  .rpt-90, .rpy-90 {
    padding-top: 90px;
  }
  .rpt-95, .rpy-95 {
    padding-top: 95px;
  }
  .rpt-100, .rpy-100 {
    padding-top: 50px;
  }
  .rpt-105, .rpy-105 {
    padding-top: 105px;
  }
  .rpt-110, .rpy-110 {
    padding-top: 110px;
  }
  .rpt-115, .rpy-115 {
    padding-top: 115px;
  }
  .rpt-120, .rpy-120 {
    padding-top: 120px;
  }
  .rpt-125, .rpy-125 {
    padding-top: 125px;
  }
  .rpt-130, .rpy-130 {
    padding-top: 130px;
  }
  .rpt-135, .rpy-135 {
    padding-top: 135px;
  }
  .rpt-140, .rpy-140 {
    padding-top: 140px;
  }
  .rpt-145, .rpy-145 {
    padding-top: 145px;
  }
  .rpt-150, .rpy-150 {
    padding-top: 150px;
  }
  /* Padding Bottom */
  .rpb-0, .rpy-0 {
    padding-bottom: 0px !important;
  }
  .rpb-5, .rpy-5 {
    padding-bottom: 5px !important;
  }
  .rpb-10, .rpy-10 {
    padding-bottom: 10px;
  }
  .rpb-15, .rpy-15 {
    padding-bottom: 15px;
  }
  .rpb-20, .rpy-20 {
    padding-bottom: 20px;
  }
  .rpb-25, .rpy-25 {
    padding-bottom: 25px;
  }
  .rpb-30, .rpy-30 {
    padding-bottom: 30px;
  }
  .rpb-35, .rpy-35 {
    padding-bottom: 35px;
  }
  .rpb-40, .rpy-40 {
    padding-bottom: 40px;
  }
  .rpb-45, .rpy-45 {
    padding-bottom: 45px;
  }
  .rpb-50, .rpy-50 {
    padding-bottom: 50px;
  }
  .rpb-55, .rpy-55 {
    padding-bottom: 55px;
  }
  .rpb-60, .rpy-60 {
    padding-bottom: 60px;
  }
  .rpb-65, .rpy-65 {
    padding-bottom: 65px;
  }
  .rpb-70, .rpy-70 {
    padding-bottom: 70px;
  }
  .rpb-75, .rpy-75 {
    padding-bottom: 75px;
  }
  .rpb-80, .rpy-80 {
    padding-bottom: 80px;
  }
  .rpb-85, .rpy-85 {
    padding-bottom: 85px;
  }
  .rpb-90, .rpy-90 {
    padding-bottom: 90px;
  }
  .rpb-95, .rpy-95 {
    padding-bottom: 95px;
  }
  .rpb-100, .rpy-100 {
    padding-bottom: 50px;
  }
  .rpb-105, .rpy-105 {
    padding-bottom: 105px;
  }
  .rpb-110, .rpy-110 {
    padding-bottom: 110px;
  }
  .rpb-115, .rpy-115 {
    padding-bottom: 115px;
  }
  .rpb-120, .rpy-120 {
    padding-bottom: 120px;
  }
  .rpb-125, .rpy-125 {
    padding-bottom: 125px;
  }
  .rpb-130, .rpy-130 {
    padding-bottom: 130px;
  }
  .rpb-135, .rpy-135 {
    padding-bottom: 135px;
  }
  .rpb-140, .rpy-140 {
    padding-bottom: 140px;
  }
  .rpb-145, .rpy-145 {
    padding-bottom: 145px;
  }
  .rpb-150, .rpy-150 {
    padding-bottom: 150px;
  }
  /* Margin Around */
  .rm-0 {
    margin: 0px !important;
  }
  .rm-5 {
    margin: 5px !important;
  }
  .rm-10 {
    margin: 10px;
  }
  .rm-15 {
    margin: 15px;
  }
  .rm-20 {
    margin: 20px;
  }
  .rm-25 {
    margin: 25px;
  }
  .rm-30 {
    margin: 30px;
  }
  .rm-35 {
    margin: 35px;
  }
  .rm-40 {
    margin: 40px;
  }
  .rm-45 {
    margin: 45px;
  }
  .rm-50 {
    margin: 50px;
  }
  .rm-55 {
    margin: 55px;
  }
  .rm-60 {
    margin: 60px;
  }
  .rm-65 {
    margin: 65px;
  }
  .rm-70 {
    margin: 70px;
  }
  .rm-75 {
    margin: 75px;
  }
  .rm-80 {
    margin: 80px;
  }
  .rm-85 {
    margin: 85px;
  }
  .rm-90 {
    margin: 90px;
  }
  .rm-95 {
    margin: 95px;
  }
  .rm-100 {
    margin: 100px;
  }
  .rm-105 {
    margin: 105px;
  }
  .rm-110 {
    margin: 110px;
  }
  .rm-115 {
    margin: 115px;
  }
  .rm-120 {
    margin: 120px;
  }
  .rm-125 {
    margin: 125px;
  }
  .rm-130 {
    margin: 130px;
  }
  .rm-135 {
    margin: 135px;
  }
  .rm-140 {
    margin: 140px;
  }
  .rm-145 {
    margin: 145px;
  }
  .rm-150 {
    margin: 150px;
  }
  /* Margin Top */
  .rmt-0, .rmy-0 {
    margin-top: 0px !important;
  }
  .rmt-5, .rmy-5 {
    margin-top: 5px !important;
  }
  .rmt-10, .rmy-10 {
    margin-top: 10px;
  }
  .rmt-15, .rmy-15 {
    margin-top: 15px;
  }
  .rmt-20, .rmy-20 {
    margin-top: 20px;
  }
  .rmt-25, .rmy-25 {
    margin-top: 25px;
  }
  .rmt-30, .rmy-30 {
    margin-top: 30px;
  }
  .rmt-35, .rmy-35 {
    margin-top: 35px;
  }
  .rmt-40, .rmy-40 {
    margin-top: 40px;
  }
  .rmt-45, .rmy-45 {
    margin-top: 45px;
  }
  .rmt-50, .rmy-50 {
    margin-top: 50px;
  }
  .rmt-55, .rmy-55 {
    margin-top: 55px;
  }
  .rmt-60, .rmy-60 {
    margin-top: 60px;
  }
  .rmt-65, .rmy-65 {
    margin-top: 65px;
  }
  .rmt-70, .rmy-70 {
    margin-top: 70px;
  }
  .rmt-75, .rmy-75 {
    margin-top: 75px;
  }
  .rmt-80, .rmy-80 {
    margin-top: 80px;
  }
  .rmt-85, .rmy-85 {
    margin-top: 85px;
  }
  .rmt-90, .rmy-90 {
    margin-top: 90px;
  }
  .rmt-95, .rmy-95 {
    margin-top: 95px;
  }
  .rmt-100, .rmy-100 {
    margin-top: 100px;
  }
  .rmt-105, .rmy-105 {
    margin-top: 105px;
  }
  .rmt-110, .rmy-110 {
    margin-top: 110px;
  }
  .rmt-115, .rmy-115 {
    margin-top: 115px;
  }
  .rmt-120, .rmy-120 {
    margin-top: 120px;
  }
  .rmt-125, .rmy-125 {
    margin-top: 125px;
  }
  .rmt-130, .rmy-130 {
    margin-top: 130px;
  }
  .rmt-135, .rmy-135 {
    margin-top: 135px;
  }
  .rmt-140, .rmy-140 {
    margin-top: 140px;
  }
  .rmt-145, .rmy-145 {
    margin-top: 145px;
  }
  .rmt-150, .rmy-150 {
    margin-top: 150px;
  }
  /* Margin Bottom */
  .rmb-0, .rmy-0 {
    margin-bottom: 0px !important;
  }
  .rmb-5, .rmy-5 {
    margin-bottom: 5px !important;
  }
  .rmb-10, .rmy-10 {
    margin-bottom: 10px;
  }
  .rmb-15, .rmy-15 {
    margin-bottom: 15px;
  }
  .rmb-20, .rmy-20 {
    margin-bottom: 20px;
  }
  .rmb-25, .rmy-25 {
    margin-bottom: 25px;
  }
  .rmb-30, .rmy-30 {
    margin-bottom: 30px;
  }
  .rmb-35, .rmy-35 {
    margin-bottom: 35px;
  }
  .rmb-40, .rmy-40 {
    margin-bottom: 40px;
  }
  .rmb-45, .rmy-45 {
    margin-bottom: 45px;
  }
  .rmb-50, .rmy-50 {
    margin-bottom: 50px;
  }
  .rmb-55, .rmy-55 {
    margin-bottom: 55px;
  }
  .rmb-60, .rmy-60 {
    margin-bottom: 60px;
  }
  .rmb-65, .rmy-65 {
    margin-bottom: 65px;
  }
  .rmb-70, .rmy-70 {
    margin-bottom: 70px;
  }
  .rmb-75, .rmy-75 {
    margin-bottom: 75px;
  }
  .rmb-80, .rmy-80 {
    margin-bottom: 80px;
  }
  .rmb-85, .rmy-85 {
    margin-bottom: 85px;
  }
  .rmb-90, .rmy-90 {
    margin-bottom: 90px;
  }
  .rmb-95, .rmy-95 {
    margin-bottom: 95px;
  }
  .rmb-100, .rmy-100 {
    margin-bottom: 100px;
  }
  .rmb-105, .rmy-105 {
    margin-bottom: 105px;
  }
  .rmb-110, .rmy-110 {
    margin-bottom: 110px;
  }
  .rmb-115, .rmy-115 {
    margin-bottom: 115px;
  }
  .rmb-120, .rmy-120 {
    margin-bottom: 120px;
  }
  .rmb-125, .rmy-125 {
    margin-bottom: 125px;
  }
  .rmb-130, .rmy-130 {
    margin-bottom: 130px;
  }
  .rmb-135, .rmy-135 {
    margin-bottom: 135px;
  }
  .rmb-140, .rmy-140 {
    margin-bottom: 140px;
  }
  .rmb-145, .rmy-145 {
    margin-bottom: 145px;
  }
  .rmb-150, .rmy-150 {
    margin-bottom: 150px;
  }
}
/*******************************************************/
/***************** 05. Custom Animation ****************/
/*******************************************************/
/* Animation Delay */
.delay-1-0s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.delay-2-0s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.delay-0-1s {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.delay-0-2s {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.delay-0-3s {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.delay-0-4s {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.delay-0-5s {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.delay-0-6s {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.delay-0-7s {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.delay-0-8s {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.delay-0-9s {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.delay-1-1s {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}
.delay-1-2s {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.delay-1-3s {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}
.delay-1-4s {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}
.delay-1-5s {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.delay-1-6s {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}
.delay-1-7s {
  -webkit-animation-delay: 1.7s;
  animation-delay: 1.7s;
}
.delay-1-8s {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}
.delay-1-9s {
  -webkit-animation-delay: 1.9s;
  animation-delay: 1.9s;
}
/* Menu Sticky */
@-webkit-keyframes sticky {
  0% {
    top: -100px;
  }
  100% {
    top: 0;
  }
}
@keyframes sticky {
  0% {
    top: -100px;
  }
  100% {
    top: 0;
  }
}
/* Hero Circle */
@-webkit-keyframes rotated_circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotated_circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* Hero Circle */
@-webkit-keyframes upDownLeft {
  0%, 100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  25%, 75% {
    -webkit-transform: translate(0px, 50px);
    transform: translate(0px, 50px);
  }
  50% {
    -webkit-transform: translate(-50px, 50px);
    transform: translate(-50px, 50px);
  }
}
@keyframes upDownLeft {
  0%, 100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  25%, 75% {
    -webkit-transform: translate(0px, 50px);
    transform: translate(0px, 50px);
  }
  50% {
    -webkit-transform: translate(-50px, 50px);
    transform: translate(-50px, 50px);
  }
}
@-webkit-keyframes shapeAnimationOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
  25% {
    -webkit-transform: translate(0px, 150px) rotate(90deg);
    transform: translate(0px, 150px) rotate(90deg);
  }
  50% {
    -webkit-transform: translate(150px, 150px) rotate(180deg);
    transform: translate(150px, 150px) rotate(180deg);
  }
  75% {
    -webkit-transform: translate(150px, 0px) rotate(270deg);
    transform: translate(150px, 0px) rotate(270deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(360deg);
    transform: translate(0px, 0px) rotate(360deg);
  }
}
@keyframes shapeAnimationOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
  25% {
    -webkit-transform: translate(0px, 150px) rotate(90deg);
    transform: translate(0px, 150px) rotate(90deg);
  }
  50% {
    -webkit-transform: translate(150px, 150px) rotate(180deg);
    transform: translate(150px, 150px) rotate(180deg);
  }
  75% {
    -webkit-transform: translate(150px, 0px) rotate(270deg);
    transform: translate(150px, 0px) rotate(270deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(360deg);
    transform: translate(0px, 0px) rotate(360deg);
  }
}
@-webkit-keyframes shapeAnimationTwo {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
  25% {
    -webkit-transform: translate(-150px, 0px) rotate(270deg);
    transform: translate(-150px, 0px) rotate(270deg);
  }
  50% {
    -webkit-transform: translate(-150px, -150px) rotate(180deg);
    transform: translate(-150px, -150px) rotate(180deg);
  }
  75% {
    -webkit-transform: translate(0px, -150px) rotate(90deg);
    transform: translate(0px, -150px) rotate(90deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(360deg);
    transform: translate(0px, 0px) rotate(360deg);
  }
}
@keyframes shapeAnimationTwo {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
  25% {
    -webkit-transform: translate(-150px, 0px) rotate(270deg);
    transform: translate(-150px, 0px) rotate(270deg);
  }
  50% {
    -webkit-transform: translate(-150px, -150px) rotate(180deg);
    transform: translate(-150px, -150px) rotate(180deg);
  }
  75% {
    -webkit-transform: translate(0px, -150px) rotate(90deg);
    transform: translate(0px, -150px) rotate(90deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(360deg);
    transform: translate(0px, 0px) rotate(360deg);
  }
}
@-webkit-keyframes shapeAnimationThree {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
  25% {
    -webkit-transform: translate(50px, 150px) rotate(90deg);
    transform: translate(50px, 150px) rotate(90deg);
  }
  50% {
    -webkit-transform: translate(150px, 150px) rotate(180deg);
    transform: translate(150px, 150px) rotate(180deg);
  }
  75% {
    -webkit-transform: translate(150px, 50px) rotate(270deg);
    transform: translate(150px, 50px) rotate(270deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(360deg);
    transform: translate(0px, 0px) rotate(360deg);
  }
}
@keyframes shapeAnimationThree {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
  25% {
    -webkit-transform: translate(50px, 150px) rotate(90deg);
    transform: translate(50px, 150px) rotate(90deg);
  }
  50% {
    -webkit-transform: translate(150px, 150px) rotate(180deg);
    transform: translate(150px, 150px) rotate(180deg);
  }
  75% {
    -webkit-transform: translate(150px, 50px) rotate(270deg);
    transform: translate(150px, 50px) rotate(270deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(360deg);
    transform: translate(0px, 0px) rotate(360deg);
  }
}
@-webkit-keyframes shapeAnimationFour {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
  25% {
    -webkit-transform: translate(-150px -50px) rotate(90deg);
    transform: translate(-150px -50px) rotate(90deg);
  }
  50% {
    -webkit-transform: translate(-150px, -150px) rotate(180deg);
    transform: translate(-150px, -150px) rotate(180deg);
  }
  75% {
    -webkit-transform: translate(-50px, -150px) rotate(270deg);
    transform: translate(-50px, -150px) rotate(270deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(360deg);
    transform: translate(0px, 0px) rotate(360deg);
  }
}
@keyframes shapeAnimationFour {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
  25% {
    -webkit-transform: translate(-150px -50px) rotate(90deg);
    transform: translate(-150px -50px) rotate(90deg);
  }
  50% {
    -webkit-transform: translate(-150px, -150px) rotate(180deg);
    transform: translate(-150px, -150px) rotate(180deg);
  }
  75% {
    -webkit-transform: translate(-50px, -150px) rotate(270deg);
    transform: translate(-50px, -150px) rotate(270deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(360deg);
    transform: translate(0px, 0px) rotate(360deg);
  }
}
@-webkit-keyframes shapeAnimationFive {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
  25% {
    -webkit-transform: translate(-100px -100px) rotate(90deg);
    transform: translate(-100px -100px) rotate(90deg);
  }
  50% {
    -webkit-transform: translate(100px, 50px) rotate(180deg);
    transform: translate(100px, 50px) rotate(180deg);
  }
  75% {
    -webkit-transform: translate(-100px, 150px) rotate(270deg);
    transform: translate(-100px, 150px) rotate(270deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(360deg);
    transform: translate(0px, 0px) rotate(360deg);
  }
}
@keyframes shapeAnimationFive {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
  25% {
    -webkit-transform: translate(-100px -100px) rotate(90deg);
    transform: translate(-100px -100px) rotate(90deg);
  }
  50% {
    -webkit-transform: translate(100px, 50px) rotate(180deg);
    transform: translate(100px, 50px) rotate(180deg);
  }
  75% {
    -webkit-transform: translate(-100px, 150px) rotate(270deg);
    transform: translate(-100px, 150px) rotate(270deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(360deg);
    transform: translate(0px, 0px) rotate(360deg);
  }
}
@-webkit-keyframes down-up-one {
  0% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }
  50% {
    -webkit-transform: rotateX(0deg) translateY(25px);
    transform: rotateX(0deg) translateY(25px);
  }
  100% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }
}
@keyframes down-up-one {
  0% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }
  50% {
    -webkit-transform: rotateX(0deg) translateY(25px);
    transform: rotateX(0deg) translateY(25px);
  }
  100% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }
}
@-webkit-keyframes down-up-two {
  0% {
    -webkit-transform: rotateX(0deg) translate(0px);
    transform: rotateX(0deg) translate(0px);
  }
  50% {
    -webkit-transform: rotateX(0deg) translate(25px, -25px);
    transform: rotateX(0deg) translate(25px, -25px);
  }
  100% {
    -webkit-transform: rotateX(0deg) translate(0px);
    transform: rotateX(0deg) translate(0px);
  }
}
@keyframes down-up-two {
  0% {
    -webkit-transform: rotateX(0deg) translate(0px);
    transform: rotateX(0deg) translate(0px);
  }
  50% {
    -webkit-transform: rotateX(0deg) translate(25px, -25px);
    transform: rotateX(0deg) translate(25px, -25px);
  }
  100% {
    -webkit-transform: rotateX(0deg) translate(0px);
    transform: rotateX(0deg) translate(0px);
  }
}
@-webkit-keyframes moveLeftRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(80px);
    transform: translateX(80px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes moveLeftRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(80px);
    transform: translateX(80px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
/*******************************************************/
/******************* 06. Header style ******************/
/*******************************************************/
.main-header {
  position: relative;
  left: 0px;
  top: 0px;
  z-index: 999;
  width: 100%;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.main-header .header-upper {
  z-index: 5;
  width: 100%;
  position: relative;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  background: #fff;
  box-shadow:0px 0px 20px 0px rgb(124 124 129 / 8%);
}
@media only screen and (min-width: 1600px) {
  .main-header .header-upper {
    padding-left: 55px;
    padding-right: 55px;
  }
}
.main-header .logo-outer {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
@media only screen and (max-width: 991px) {
  .main-header .logo-outer {
    display: none;
  }
}
.main-header .logo {
  z-index: 9;
  padding: 2px 0;
  position: relative;
}
.main-header .logo img {
  width: 200px;
}
.main-header.menu-absolute .header-upper {
  position: absolute;
}
.main-header.fixed-header .header-upper {
  top: 0;
  left: 0;
  position: fixed;
  background: #F5F6F7;
   -webkit-animation: sticky 1s;
  animation: sticky 1s;
  -webkit-box-shadow: 0px 0px 30px 0px rgb(108 108 108 / 52%);
  box-shadow: 0px 0px 30px 0px rgb(108 108 108 / 52%);
}
@media only screen and (max-width: 991px) {
  .header-top-wrap {
    display: none;
  }
}
.header-top {}
@media only screen and (min-width: 1600px) {
  .header-top {
    padding-left: 1px;
    padding-right: 1px;
  }
}
.header-top ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.header-top ul li {
  font-size: 12px;
    letter-spacing: 0.3px;
    
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.header-top ul li > i {
  margin-right: 13px;
}
.header-top ul li b {
  
  margin-right: 8px;
}
.header-top ul li:not(:last-child):after {
  content: '';
 
  margin-right: 35px;
  width: 4px;
  height: 4px;
 
  line-height: 4px;
  border-radius: 50%;
  text-align: center;
}
@media only screen and (max-width: 1299px) {
  .header-top .top-left ul li:not(:first-child) {
    display: none;
  }
}
.nav-outer {
  width: 100%;
  margin-left: 75px;
}
@media only screen and (max-width: 1399px) {
  .nav-outer {
    margin-left: 35px;
  }
}
@media only screen and (max-width: 991px) {
  .nav-outer {
    margin-left: 0;
  }
}
/** Header Main Menu **/
@media only screen and (max-width: 991px) {
  .main-menu {
    width: 100%;
  }
}
.main-menu .mobile-logo {
  margin-right: auto;
  width: 200px;
}
@media only screen and (max-width: 575px) {
  .main-menu .mobile-logo {
    max-width: 150px;
  }
}
@media only screen and (max-width: 991px) {
  .main-menu .collapse {
    overflow: auto;
  }
}
.main-menu .navbar-collapse {
  padding: 0px;
}
.main-menu .navbar-collapse > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 991px) {
  .main-menu .navbar-collapse > ul {
    display: block;
    padding: 25px 0;
    background: #FFFFFF;
  }
  .main-menu .navbar-collapse > ul > li:last-child {
    border-bottom: 1px solid #f3f3f3;
  }
}
@media only screen and (max-width: 991px) {
  .main-menu .navbar-collapse {
    left: 0;
    width: 100%;
    padding: 0 15px;
    position: absolute;
  }
}
.main-menu .navbar-collapse li {
  position: relative;
  padding: 28px 25px;
    letter-spacing: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 1399px) {
  .main-menu .navbar-collapse li {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 991px) {
  .main-menu .navbar-collapse li {
    display: block;
    padding: 0 20px;
    border-top: 1px solid #f3f3f3;
  }
}
.main-menu .navbar-collapse li.dropdown .dropdown-btn {
  cursor: pointer;
  font-size: 12px;
  margin-left: 5px;
  color: #484848;
}
@media only screen and (max-width: 991px) {
  .main-menu .navbar-collapse li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 0;
    width: 50px;
    height: 43px;
    border-left: 1px solid #f2f2f2;
    text-align: center;
    line-height: 43px;
  }
}
.main-menu .navbar-collapse li a {
 
  display: block;
  font-size: 14px;
  letter-spacing: .5px;
  text-transform: uppercase;
  opacity: 1;
  font-weight: 700;
  color: #484848;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media only screen and (max-width: 991px) {
  .main-menu .navbar-collapse li a {
    padding: 10px 10px;
    line-height: 22px;
  }
}
@media only screen and (min-width: 992px) {
  .main-menu .navbar-collapse li a:before {
    content: '';
    left: 52%;
    top: 97%;
    opacity: 0;
    z-index: 5;
    width: 0;
    height: 3px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    position: absolute;
    background: #2a328d;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}
.main-menu .navbar-collapse li a:hover {
  color: #2a328d;
}
.main-menu .navbar-collapse li a:hover:before {
  opacity: 1;
  width: 80%;
}
.main-menu .navbar-collapse li.current > a, .main-menu .navbar-collapse li.current-menu-item > a {
  font-weight: 500;
}
.main-menu .navbar-collapse li li {
  border-top: 1px solid #f3f3f3;
}
.main-menu .navbar-collapse li li a {
  text-transform: uppercase;
}
.main-menu .navbar-collapse li li a:before {
  display: none;
}
.main-menu .navbar-collapse li .megamenu {
  position: absolute;
  left: 0px;
  top: 100%;
  width: 100%;
  z-index: 100;
  display: none;
  padding: 20px 0;
  background: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
.main-menu .navbar-collapse li .megamenu:after {
  display: block;
  clear: both;
  content: "";
}
@media only screen and (max-width: 991px) {
  .main-menu .navbar-collapse li .megamenu {
    position: relative;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
  }
  .main-menu .navbar-collapse li .megamenu .container {
    max-width: 100%;
  }
  .main-menu .navbar-collapse li .megamenu .row {
    margin: 0px;
  }
}
.main-menu .navbar-collapse li .megamenu ul {
  display: block;
  position: relative;
  top: 0;
  width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.main-menu .navbar-collapse li ul {
  position: absolute;
  left: inherit;
  top: 100%;
  min-width: 250px;
  z-index: 100;
  display: none;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.05), -1px 0px 1px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.05), -1px 0px 1px 0px rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 991px) {
  .main-menu .navbar-collapse li ul {
    position: relative;
    display: none;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .main-menu .navbar-collapse li ul:after {
    display: block;
    clear: both;
    content: "";
  }
}
@media only screen and (max-width: 991px) and (max-width: 375px) {
  .main-menu .navbar-collapse li ul {
    min-width: auto;
  }
}
.main-menu .navbar-collapse li ul li {
  width: 100%;
  padding: 7px 20px;
}
@media only screen and (max-width: 991px) {
  .main-menu .navbar-collapse li ul li {
    padding: 0 15px;
  }
}
.main-menu .navbar-collapse li ul li ul {
  left: 100%;
  top: 0%;
}
@media only screen and (max-width: 991px) {
  .main-menu .navbar-collapse li ul li ul {
    left: auto;
  }
}
.main-menu .navbar-header {
  display: none;
  margin-right: 30px;
}
@media only screen and (max-width: 991px) {
  .main-menu .navbar-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
}
.main-menu .navbar-header .navbar-toggle {
  float: right;
  padding: 4px 0;
  cursor: pointer;
  background: transparent;
}
.main-menu .navbar-header .navbar-toggle .icon-bar {
  background: #666666;
  height: 2px;
  width: 30px;
  display: block;
  margin: 7px 0;
}
/* Menu Icons */
.menu-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.menu-icons > button {
  margin-left: 38px;
  background: transparent;
}
@media only screen and (max-width: 1399px) {
  .menu-icons > button {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .menu-icons > button {
    display: none;
  }
}
.menu-icons .cart {
  position: relative;
}
.menu-icons .cart span {
  top: -10px;
  color: white;
  font-size: 12px;
  font-weight: 700;
  position: absolute;
  width: 20px;
  height: 20px;
  background: #484848;
  line-height: 20px;
  border-radius: 50%;
  text-align: center;
}
.menu-icons .theme-btn {    margin-left: 40px;
  width: 180px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
 
}
@media only screen and (max-width: 1399px) {
  .menu-icons .theme-btn {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .menu-icons .theme-btn {
    display: none;
  }
}
/* Header Search */
.nav-search {
  position: relative;
}
@media only screen and (max-width: 575px) {
  .nav-search {
    display: none;
  }
}
.nav-search button {
  background: transparent;
}
.nav-search form {
  position: absolute;
  width: 320px;
  top: 100%;
  right: 0;
  z-index: 777;
  padding: 10px;
  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;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.05);
}
.nav-search form.hide {
  display: none;
}
.nav-search form input {
  border: none;
  padding: 15px 5px 15px 25px;
}
.nav-search form button {
  padding: 15px 20px 15px 0;
}
/* Menu Sidebar */
.menu-sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 576px) and (max-width: 1199px) {
  .menu-sidebar {
    margin-left: 30px;
  }
}
.menu-sidebar button {
  width: 25px;
  cursor: pointer;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 26px;
  border-radius: 50%;
  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;
  background: transparent;
}
.menu-sidebar button i {
  margin: -8.5px 0;
}
/** hidden-sidebar * */
.hidden-bar {
  position: fixed;
  right: -350px;
  top: 0px;
  opacity: 0;
  width: 350px;
  height: 100%;
  z-index: 99999;
 
  visibility: hidden;
  background: #2a328d;
 
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 375px) {
  .hidden-bar {
    width: 300px;
  }
}
.hidden-bar .social-style-one a {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.side-content-visible .hidden-bar {
  right: 0px;
  opacity: 1;
  visibility: visible;
}
.hidden-bar .inner-box {
  position: relative;
  padding: 30px 20px 50px;
}
@media only screen and (max-width: 375px) {
  .hidden-bar .inner-box {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.hidden-bar .inner-box .cross-icon {
  position: absolute;
  right: 30px;
  top: 30px;
  cursor: pointer;
  color: #ffffff;
  font-size: 20px;z-index: 99;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.hidden-bar .inner-box h4 {
  position: relative;
  color: #ffffff;
  margin-bottom: 12px;
  text-align: left;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
}
/*Appointment Form */
.hidden-bar .appointment-form {
  position: relative;
}
.hidden-bar .appointment-form .form-group {
  position: relative;
  margin-bottom: 15px;
  margin-top: 15px;
}
.hidden-bar .appointment-form input[type="text"], .hidden-bar .appointment-form input[type="email"] {
  position: relative;
  display: block;
  width: 100%;
  line-height: 23px;
  padding: 10px 25px;
  color: #ffffff;
  font-size: 16px;
  background: #cbe0ff40;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.hidden-bar .appointment-form textarea {
  position: relative;
  display: block;
  width: 100%;
  line-height: 23px;
  padding: 10px 25px;
  color: #ffffff;
  font-size: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: none;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  resize: none;
}
.hidden-bar .appointment-form input::-webkit-input-placeholder {
  font-size: 14px;
  color: #bdbdbd;
}
.hidden-bar .appointment-form input:-ms-input-placeholder {
  font-size: 14px;
  color: #bdbdbd;
}
.hidden-bar .appointment-form input::-ms-input-placeholder {
  font-size: 14px;
  color: #bdbdbd;
}
.hidden-bar .appointment-form input::placeholder {
  font-size: 14px;
  color: #bdbdbd;
}
.hidden-bar .appointment-form textarea::-webkit-input-placeholder {
  font-size: 14px;
  color: #bdbdbd;
}
.hidden-bar .appointment-form textarea:-ms-input-placeholder {
  font-size: 14px;
  color: #bdbdbd;
}
.hidden-bar .appointment-form textarea::-ms-input-placeholder {
  font-size: 14px;
  color: #bdbdbd;
}
.hidden-bar .appointment-form textarea::placeholder {
  font-size: 14px;
  color: #bdbdbd;
}
.hidden-bar .appointment-form .form-group button {
  width: 100%;
  font-size: 16px;
  padding: 10px 15px;
  margin-bottom: 20px;
  width: 100%;
  font-size: 14px;
  padding: 10px 15px;
  margin-bottom: 20px;
  border: 1px solid #fff;
}
.hidden-bar .appointment-form .form-group button:hover {background: #484848;}
.form-back-drop {
  position: fixed;
  right: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  z-index: 9990;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.side-content-visible .form-back-drop {
  opacity: 1;
  visibility: visible;
}
.main-header.header-two {
  position: absolute;
}
@media only screen and (max-width: 1599px) {
  .main-header.header-two .header-top-wrap .header-top {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media only screen and (min-width: 1200px) {
  .main-header.header-two .header-top-wrap .container {
    max-width: 1300px;
  }
}
.main-header.header-two .header-upper {
  border-bottom: none;
}
.main-header.header-two .header-upper .menu-icons .cart {
  margin-left: 30px;
  margin-right: 30px;
}
.main-header.header-two .header-upper .logo img:first-child, .main-header.header-two .header-upper .mobile-logo img:first-child {
  display: none;
}
.main-header.header-two .menu-sidebar {
  margin-left: 0;
}
.main-header.header-two.fixed-header .logo img:first-child, .main-header.header-two.fixed-header .mobile-logo img:first-child {
  display: block;
}
.main-header.header-two.fixed-header .logo img:last-child, .main-header.header-two.fixed-header .mobile-logo img:last-child {
  display: none;
}
@media only screen and (min-width: 992px) {
  .main-header.header-two:not(.fixed-header) .main-menu .navbar-collapse > ul > li > a {
    color: white;
  }
  .main-header.header-two:not(.fixed-header) .main-menu .navbar-collapse > ul > li > .dropdown-btn {
    color: white;
  }
}
.main-header.header-two:not(.fixed-header) .menu-icons > button, .main-header.header-two:not(.fixed-header) .nav-search > button, .main-header.header-two:not(.fixed-header) .menu-sidebar > button {
  color: white;
}
.main-header.header-two:not(.fixed-header) .navbar-toggle .icon-bar {
  background: white;
}
/*******************************************************/
/****************** 07. Slider Section ******************/
/*******************************************************/
.slider-section {
  z-index: 1;
  position: relative;
}
.slider-section .slick-arrow {
  width: 65px;
  height: 65px;
  background: #f6f6f6;
  color: #4b4b4e;
  line-height: 65px;
  border-radius: 50%;
  text-align: center;
  z-index: 2;
  top: 50%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  /* -webkit-box-shadow: 10px 0 60px rgba(118, 167, 19, 0.3);
  box-shadow: 10px 0 60px rgba(118, 167, 19, 0.3); */
}
.slider-content h2{    color: #ffffff;
  font-weight: 800;
  font-size: 45px;
  text-transform: uppercase;
  line-height: 1.3;}

  .slider-content h3{      color: #ffffff !important;    line-height: 1.5;
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 700;
    padding-top: 10px;}
  .slider-content h6{color: #ffffff;}
@media only screen and (max-width: 575px) {
  .slider-section .slick-arrow {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 1399px) {
  .slider-section .slick-arrow {
    opacity: 0;
  }
}
  .slider-section .slick-arrow:hover {
  color: white;
  background: #484848;
}
.slider-section .slick-arrow.slider-prev {
  left: 70px;
}
@media only screen and (max-width: 1399px) {
  .slider-section .slick-arrow.slider-prev {
    left: 15px;
  }
}
.slider-section .slick-arrow.slider-next {
  right: 70px;
}
@media only screen and (max-width: 1399px) {
  .slider-section .slick-arrow.slider-next {
    right: 15px;
  }
}
.slider-section .bg-leaf, .slider-section .bg-shape {
  z-index: -1;
  position: absolute;
}
.slider-section .bg-leaf {
  top: 0;
  right: 15%;
  max-width: 35%;
}
.slider-section .bg-shape {
  right: 0;
  bottom: 0;
  max-width: 80%;
}
.slider-section .slick-track {
  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;
}
.slider-section:hover .slick-arrow {
  opacity: 1;
}
.slider-section.slider-two {
  z-index: 1;
  position: relative;
}
.slider-section.slider-two::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  opacity: 1;
  background-color: #2b328d;
}
.slider-section.slider-two:before {
  mix-blend-mode: multiply;
}
.slider-section.slider-two .slide-shapes img {
  z-index: -1;
  max-width: 10%;
  position: absolute;
}
.slider-section.slider-two .slide-shapes .leaf-one {
  left: 5%;
  top: 20%;
  -webkit-animation: down-up-one 10s infinite;
  animation: down-up-one 10s infinite;
}
.slider-section.slider-two .slide-shapes .leaf-two {
  left: 10%;
  bottom: 15%;
  -webkit-animation: down-up-two 20s infinite;
  animation: down-up-two 20s infinite;
}
.slider-single-item {
  z-index: 1;
  min-height: 100vh;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  background-size: cover;
/*
  padding-top: 145px;
  padding-bottom: 60px;padding-top: 145px;
  padding-bottom: 60px;
*/
}
@media only screen and (max-width: 767px) {
  .slider-single-item {
    min-height: 100vh;        background-size: cover;
    background-position-x: right;
  }
}
@media only screen and (max-width: 991px) {
  .card-hover{width: 100% !important; margin-bottom: 50px;}
  .slider-single-item .slider-content {
    padding-top: 16px;
    padding-bottom: 160px;         width: auto;
    height: 100vh;        margin-top: -200px;
  }
  .lead-form{    margin: 0 10px !important;
   
    padding: 36px 30px !important;}
}
@media only screen and (max-width: 1199px) {
  .slider-single-item h1 {
    font-size: 66px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-single-item h1 {
    font-size: 55px;
  }
}
@media only screen and (max-width: 575px) {
  .slider-single-item h1 {
    font-size: 34px;
    padding-top: 10px;
  }
  .slider-content h3{font-size: 22px;        padding: 10px 30px;}
}
@media only screen and (max-width: 375px) {
  .slider-single-item h1 {
    font-size: 35px;
  }
}
.slider-single-item h6 {
  font-size: 18px;
  margin-top: 25px;
}
.slider-single-item .slider-btns .theme-btn {
  margin-top: 10px;
}
.slider-single-item .slider-btns .theme-btn:not(:last-child) {
  margin-right: 10px;
}
.slider-single-item .slider-images {
  display: inline-block;
}
@media only screen and (min-width: 992px) {
  .slider-single-item .slider-images {
    text-align: right;
  }
}
@media only screen and (min-width: 1400px) {
  .slider-single-item .slider-images {
    /* margin-right: -150px; */
  }
}
@media only screen and (max-width: 991px) {
  .slider-single-item .slider-images {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.slider-single-item .slider-images img {
  display: inline-block;
}
.slider-single-item .slider-images .offer {
  top: 0;
  left: 0;
  max-width: 33%;
  position: absolute;
}
.slider-single-item .slide-shapes img {
  z-index: -1;
  max-width: 10%;
  position: absolute;
}
.slider-single-item .slide-shapes .pumpkin-shape {
  top: 16%;
  left: 12%;
}
.slider-single-item .slide-shapes .two-leaf {
  left: 7%;
  bottom: 22%;
  -webkit-animation: upDownLeft 40s infinite;
  animation: upDownLeft 40s infinite;
}
.slider-single-item .slide-shapes .half-leaf {
  bottom: 0;
  left: 20%;
  -webkit-animation: moveLeftRight 30s infinite;
  animation: moveLeftRight 30s infinite;
}
.slider-single-item .slide-shapes .leaf-one {
  left: 42%;
  top: 20%;
  -webkit-animation: down-up-one 10s infinite;
  animation: down-up-one 10s infinite;
}
.slider-single-item .slide-shapes .leaf-two {
  left: 45%;
  bottom: 22%;
  -webkit-animation: down-up-two 20s infinite;
  animation: down-up-two 20s infinite;
}
.slider-single-item * {
  opacity: 0;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.slider-single-item.slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slider-content{position: absolute;z-index: 999;    width: 100%;  margin-top: -100px;}
.slider-single-item.slick-slide::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(1deg, #0e0a21, #120d0d);
  opacity: .8;
  z-index: 999;
  position: absolute;
  -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.slider-single-item.slick-active * {
  opacity: 1;
}
.slider-single-item.slick-active h1, .slider-single-item.slick-active h6, .slider-single-item.slick-active .sub-title, .slider-single-item.slick-active .slider-btns, .slider-single-item.slick-active .slider-images {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.slider-single-item.slick-active h2{ -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;}
.slider-single-item.slick-active .sub-title {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.slider-single-item.slick-active h1 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.slider-single-item.slick-active h6, .slider-single-item.slick-active .slider-images {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.slider-single-item.slick-active .slider-btns {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.slider-single-item.slide-two .slider-images {
  margin-right: 0;
  text-align: left;
  margin-bottom: -55px;
}
@media only screen and (min-width: 1400px) {
  .slider-single-item.slide-two .slider-images {
    margin-left: -50px;
  }
}
.slider-single-item.slide-two .slider-images .offer {
  right: 0;
  left: auto;
}
.slider-single-item.slide-two .pumpkin-shape {
  right: 12%;
  left: auto;
}
.slider-single-item.slide-two .two-leaf {
  right: 5%;
  left: auto;
  bottom: 10%;
}
.slider-single-item.slide-two .half-leaf {
  left: 15%;
}
.slider-single-item.slide-two .leaf-one {
  left: 55%;
  top: 18%;
}
.slider-single-item.slide-two .leaf-two {
  left: 7%;
  bottom: 30%;
}
.slider-single-item.slide-two.slick-active .slider-images {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.slider-single-item.style-two {
  min-height: auto;
  padding-top: 215px;
  padding-bottom: 90px;
}
@media only screen and (max-width: 991px) {
  .slider-single-item.style-two {
    padding-top: 135px;
    padding-bottom: 60px;
  }
}
.slider-single-item.style-two * {
  opacity: 1;
}
.slider-single-item.style-two h1 {
  color: white;
}
.slider-single-item.style-two .slider-images {
  padding-top: 25px;
  padding-left: 60px;
}
@media only screen and (max-width: 575px) {
  .slider-single-item.style-two .slider-images .image {
    max-height: 400px;
  }
}
@media only screen and (max-width: 479px) {
  .slider-single-item.style-two .slider-images .image {
    max-height: 350px;
  }
}
@media only screen and (max-width: 375px) {
  .slider-single-item.style-two .slider-images .image {
    max-height: 300px;
  }
}
.slider-single-item.style-two .slider-images .offer {
  max-width: 50%;
}
/*******************************************************/
/******************* 08. Page Banner *******************/
/*******************************************************/
.page-banner {
  text-align: center;
  background-size: cover;
  z-index: 1;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
}
.page-banner::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  opacity: 0.2;
  background-color: #2b328d;
}
.banner-inner {
  position: relative;
  padding: 40px 85px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-left: auto;
  margin-right: auto;
  /* background: #17161466; */
}
@media only screen and (max-width: 575px) {
  .banner-inner {
    padding: 25px 55px;
  }
}
@media only screen and (max-width: 375px) {
  .banner-inner {
    padding-left: 26px;
    padding-right: 26px;
  }
}
.banner-inner h1 {
  font-size: 45px;
  font-weight: 700;
  text-transform: uppercase;
  padding-top: 55px;
}
@media only screen and (max-width: 991px) {
  .banner-inner h1 {
    font-size: 65px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-inner h1 {
    font-size: 55px;
  }
}
@media only screen and (max-width: 575px) {
  .banner-inner h1 {
    font-size: 35px;
    padding-top: 90px;

  }
}
@media only screen and (max-width: 375px) {
  .banner-inner h1 {
    font-size: 40px;
  }
}
.banner-inner.text-center .bg-text {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.banner-inner.text-center .breadcrumb {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.breadcrumb {
  padding: 0;
  font-size: 24px;
  margin: 20px 0 5px;
  background: transparent;
  text-transform: uppercase;
  font-weight: 600;
}
@media only screen and (max-width: 575px) {
  .breadcrumb {
    font-size: 20px;
  }
}
@media only screen and (max-width: 375px) {
  .breadcrumb {
    font-size: 18px;
  }
}
.breadcrumb .breadcrumb-item {
  padding: 0;
  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;
}
.breadcrumb .breadcrumb-item.active {
  color: white;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  margin-left: 15px;
  margin-right: 15px;
  width: 5px;
  height: 5px;
  background: white;
  line-height: 5px;
  border-radius: 50%;
  text-align: center;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  content: '';
}
/*******************************************************/
/**************** 09. Category Section *****************/
/*******************************************************/
.category-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.category-wrap .category-item {
  z-index: 1;
  padding: 30px;
  text-align: center;
  position: relative;
  margin-bottom: 50px;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(20% - 30px);
  z-index: 1;
  position: relative;
}
.category-wrap .category-item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  opacity: 1;
  background-color: white;
}
@media only screen and (max-width: 1199px) {
  .category-wrap .category-item {
    width: calc(33.333% - 30px);
  }
}
@media only screen and (max-width: 767px) {
  .category-wrap .category-item {
    width: calc(50% - 30px);
  }
}
@media only screen and (max-width: 479px) {
  .category-wrap .category-item {
    width: calc(100% - 30px);
  }
}
.category-wrap .category-item:nth-child(odd):before {
  -webkit-transform: matrix(1, -0.04, 0, 1, 1, 1);
  -ms-transform: matrix(1, -0.04, 0, 1, 1, 1);
  transform: matrix(1, -0.04, 0, 1, 1, 1);
}
.category-wrap .category-item:nth-child(even):before {
  -webkit-transform: matrix(1, 0.04, 0, 1, 1, 1);
  -ms-transform: matrix(1, 0.04, 0, 1, 1, 1);
  transform: matrix(1, 0.04, 0, 1, 1, 1);
}
.category-wrap .category-item:before {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border: 1px solid rgba(118, 167, 19, 0.15);
}
.category-wrap .category-item .icon {
  margin-bottom: 20px;
  display: inline-block;
  width: 100px;
  height: 100px;
  background: rgba(118, 167, 19, 0.05);
  line-height: 100px;
  border-radius: 50%;
  text-align: center;
}
.category-wrap .category-item h5 {
  margin-bottom: 15px;
}
.category-wrap .category-item:hover:before {
  border-color: white;
  -webkit-box-shadow: 10px 0 60px rgba(118, 167, 19, 0.15);
  box-shadow: 10px 0 60px rgba(118, 167, 19, 0.15);
}
.category-active {
  margin-left: -15px;
  margin-right: -15px;
}
.category-active .category-item-two {
  margin-left: 15px;
  margin-right: 15px;
}
.category-active .category-item-two img {
  display: inline-block;    border-radius: 10px;
}
.category-active .slick-arrow {
  z-index: 2;
  background: #fff0c2;
  width: 45px;
  height: 45px;
  font-size: 14px;
  line-height: 45px;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 37.5px);
}
.category-active .slick-arrow:hover {color: white;
  background: #484848;}
  .category-active .slick-arrow:focus {color: white;
    background: #484848;}
.category-active .slick-arrow.slider-prev {
  left: 0;
}
.category-active .slick-arrow.slider-next {
  right: 0;
}
.category-item-two {
	    border-radius: 10px;
  text-align: center;
  margin-bottom: 30px;
  padding: 10px 20px 30px;
  border: 1px solid rgba(118, 167, 19, 0.15);
}
.category-item-two .image {
	    border-radius: 10px;
  height: 300px;
  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;
  margin-bottom: 15px;
}
.category-item-two h5 {
  font-size: 18px;
  margin-bottom: 0;
}
/*******************************************************/
/****************** 10. About Section ******************/
/*******************************************************/
.about-images {
  position: relative;
  margin-bottom: -30px;
}
@media only screen and (min-width: 1400px) {
  
}
@media only screen and (min-width: 1200px) {
  .about-images {
    margin-left: 65px;
  }
}
.about-images img {
  box-shadow:0px 5px 10px #23242721;
  width: 100%;
  margin-bottom: 30px;border-radius: 10px;
}
.about-images .offer {
  left: 50%;
  bottom: 6%;
  max-width: 40%;
  position: absolute;
  -webkit-transform: translate(-60%);
  -ms-transform: translate(-60%);
  transform: translate(-60%);
}
.about-content .nav {
  border-bottom: 1px solid rgba(118, 167, 19, 0.15);
}
.about-content .nav li {
  width: 48%;
}
.about-content .nav .nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 35px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: -1px;
  border-bottom: 1px solid transparent;
}
@media only screen and (max-width: 575px) {
  .about-content .nav .nav-link {
    padding-bottom: 25px;
  }
}
.about-content .nav .nav-link i {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  font-size: 65px;
  margin-right: 22px;
  color: #484848;
}
@media only screen and (max-width: 575px) {
  .about-content .nav .nav-link i {
    display: none;
  }
}
.about-content .nav .nav-link h4 {
  margin-bottom: 0;
}
@media only screen and (max-width: 375px) {
  .about-content .nav .nav-link h4 {
    font-size: 20px;
  }
}
.about-content .nav .nav-link.active {
  border-color: #484848;
}
.about-content .author-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.about-content .author-wrap img {
  margin-top: 15px;
}
.about-content .author-wrap img:first-child {
  margin-right: 25px;
}
.about-content .author-wrap .title {
  margin-top: 15px;
  margin-right: 45px;
}
.about-content .author-wrap .title h4 {
  margin-bottom: 5px;
}
@media only screen and (max-width: 375px) {
  .about-content .author-wrap .title h4 {
    font-size: 20px;
  }
}
.about-content .author-wrap .title span {
  font-weight: 600;
  color: #484848;
}
/* About Home Two */
.about-two-image {
  max-width: 470px;
  position: relative;
}
.about-two-image .image {
  width: 100%;
  border-radius: 200px 200px 0 0;
}
.about-two-image .about-over {
  left: 0;
  bottom: 0;
  max-width: 90%;
  position: absolute;
}
.about-two-image.not-rounded {
  max-width: 500px;
}
.about-two-image.not-rounded .image {
  border-radius: 0;
}
@media only screen and (min-width: 992px) {
  .about-features {
    margin-left: -330px;
  }

}
.about-feature-item {
  z-index: 1;    min-height: 430px;
  background: white;
  position: relative;
  margin-bottom: 30px;
  padding: 35px 35px 28px;
  -webkit-box-shadow: 10px 0 60px rgba(26, 36, 40, 0.07);
  box-shadow: 10px 0 60px rgba(26, 36, 40, 0.07);
  border-radius: 10px;
}
.about-feature-item .icon {
  font-size: 55px;
  margin-bottom: 2px;
  color: #484848;
}
.about-feature-item h4{    margin-top: 13px;
  font-weight: 700;
  font-size: 24px;
  padding-bottom: 10px;}
.about-feature-item .number {
  top: 5px;
  z-index: -1;
  right: 20px;
  opacity: 0.07;
  line-height: 1;
  font-weight: 700;
  font-size: 100px;
  color: #00000029;
  position: absolute;
  -webkit-text-stroke: 1px;
  -webkit-text-stroke-color: black;
}
.about-feature-item p {
  margin-bottom: 10px;
}
.about-feature-item.style-two {
  z-index: 2;
  position: relative;
}
.about-feature-item.style-two h4 {
  font-size: 22px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.about-feature-item.style-two p {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.about-feature-item.style-two .feature-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  z-index: 1;
  position: relative;
  background-size: cover;
  position: absolute;
  z-index: -1;
}
.about-feature-item.style-two .feature-bg::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  opacity: 1;
  background-color: #2b328d;
}
.about-feature-item.style-two .feature-bg:before {
  mix-blend-mode: multiply;
}
.about-feature-item.style-two:hover h4, .about-feature-item.style-two:hover h4 a, .about-feature-item.style-two:hover p {
  color: white;
}
.about-feature-item.style-two:hover .feature-bg {
  opacity: 1;
}
.about-shapes img {
  z-index: -1;
  max-width: 20%;
  position: absolute;
}
.about-shapes img:first-child {
  left: 0;
  bottom: -2%;
  -webkit-animation: down-up-one 10s infinite;
  animation: down-up-one 10s infinite;
}
.about-shapes img:last-child {
  top: 10%;
  right: 5%;
  -webkit-animation: down-up-two 20s infinite;
  animation: down-up-two 20s infinite;
}
/* About Section Three */
.about-section-three .shape {
  position: absolute;
  left: 0;
  top: 40%;
  z-index: -1;
  max-width: 10%;
  -webkit-animation: down-up-one 10s infinite;
  animation: down-up-one 10s infinite;
}
@media only screen and (min-width: 1200px) {
  .about-three-content {
    margin-right: -30px;
  }
}
.about-feature-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 25px 35px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
  border: 1px solid rgba(118, 167, 19, 0.15);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-feature-two {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-feature-two .icon {
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 375px) {
  .about-feature-two {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.about-feature-two .icon {
  font-size: 55px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin-right: 22px;
  color: #484848;
}
.about-feature-two h4 {
  margin-bottom: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.about-feature-two:hover {
  border-radius: 10px;
  background: #484848;
  border-color: #484848;
}
.about-feature-two:hover h4, .about-feature-two:hover h4 a, .about-feature-two:hover .icon {
  color: white;
}
.about-feature-two.style-two {
  display: block;
  border-radius: 5px;
  text-align: center;
  padding-top: 28px;
  padding-left: 20px;
  padding-right: 20px;
}
.about-feature-two.style-two .icon {
  font-size: 60px;
  margin: 0 0 15px;
}
.about-feature-two.style-two h4 {
  font-size: 16px;
}
.about-btn-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.about-btn-number .theme-btn {
  margin-top: 15px;
  margin-right: 30px;
}
.about-btn-number .number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.about-btn-number .number i {
  color: white;
  margin-right: 15px;
  width: 45px;
  height: 45px;
  background: #2a328d;
  line-height: 45px !important;
  border-radius: 50%;
  text-align: center;
}
.about-btn-number .number b {
  font-size: 18px;
  font-weight: 700;
  color: #2b328d;
}
.about-video {
  position: relative;
  display: inline-block;
  z-index: 1;
  position: relative;
}
.about-video::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  opacity: 0.15;
  background-color: #2b328d;
}
@media only screen and (min-width: 1200px) {
  .about-video {
    margin-left: 30px;
  }
}
.about-video:before {
  z-index: 0;
}
.about-video .video-play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.about-video .bg-shape {
  top: -20%;
  right: -45%;
  z-index: -1;
  max-width: 85%;
  position: absolute;
  -webkit-animation: down-up-two 15s infinite;
  animation: down-up-two 15s infinite;
}
/* About Page */
.about-page-section .shape {
  top: 10%;
  left: 5%;
  z-index: -1;
  max-width: 10%;
  position: absolute;
  -webkit-animation: down-up-one 10s infinite;
  animation: down-up-one 10s infinite;
}
/* Who We Are */
.who-we-are-content {
  max-width: 510px;
}
.who-we-are-shapes img {
  z-index: -1;
  position: absolute;
}
.who-we-are-shapes img.shape-one {
  left: 3%;
  top: 100px;
  max-width: 15%;
  -webkit-animation: down-up-two 15s infinite;
  animation: down-up-two 15s infinite;
}
.who-we-are-shapes img.shape-two {
  right: 10%;
  top: -100px;
  max-width: 20%;
  -webkit-animation: moveLeftRight 20s infinite;
  animation: moveLeftRight 20s infinite;
}
/*******************************************************/
/****************** 11. Offer Banners ******************/
/*******************************************************/
@media only screen and (min-width: 1600px) {
  .offer-banners-area {
    padding-left: 55px;
    padding-right: 55px;
  }
}
.offer-banner-item {
  z-index: 1;
  padding: 50px 40px;
  position: relative;
  margin-bottom: 30px;
  background-size: cover;
  height: calc(100% - 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-position: center;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0px 5px 25px #2324274f;
 
}
@media only screen and (max-width: 479px) {
  .offer-banner-item {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media only screen and (max-width: 375px) {
  .offer-banner-item {
    display: block;
  }
}
.offer-banner-item .content {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
@media only screen and (min-width: 376px) {
  .offer-banner-item .content {
    max-width: 100%;
    text-align: justify;
  }
}
@media only screen and (max-width: 375px) {
  .offer-banner-item .content {
    margin-bottom: 25px;
  }
}
.offer-banner-item .content .sub-title {
  margin-bottom: 10px;
}
.offer-banner-item .content h4 {
  font-size: 23px;
    color: #181819;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .8px;
}
@media only screen and (max-width: 991px) {
  .offer-banner-item .content h4 {
    font-size: 22px;
  }
}
.offer-banner-item .content .theme-btn {
  padding: 8px 25px;
}
@media only screen and (min-width: 376px) {
  .offer-banner-item .image {
    max-width: 45%;
  }
}
.offer-banner-item .offer-bg {
  position: absolute;
  max-width: 75%;
  z-index: -1;
  bottom: 0;
  right: 0;
}
.offer-banner-item.color-two {
  background-color: rgba(118, 167, 19, 0.07);
}
.offer-banner-item.color-two .sub-title {
  color: #484848;
}
 
.offer-banner-item.color-three .sub-title {
  color: #2a328d;
}
.offer-banner-item.color-three .theme-btn:not(:hover) {
  /* background: #2a328d; */
}
/*******************************************************/
/**************** 12. Products Section *****************/
/*******************************************************/
.product-active {
  margin-left: -15px;
  margin-right: -15px;
}
@media only screen and (min-width: 1600px) {
  .product-active {
    padding-left: 55px;
    padding-right: 55px;
  }
}
.product-active .product-item {
  margin-left: 15px;
  margin-right: 15px;
}
.product-active-two {
  margin-left: -15px;
  margin-right: -15px;
}
.product-active-two .product-item {
  margin-left: 15px;
  margin-right: 15px;
}
.product-item {
  padding: 30px 15px 20px;
  text-align: center;
  position: relative;
  margin-bottom: 40px;
  background: #ffffff;
  border: 1px solid #e8e8e814;
  border-radius: 1rem;
  box-shadow: 0 1px 3px rgba(0,0,0,.2);
}
.product-item .offer {
  border-radius: 5px;
  position: absolute;
  left: 15px;
  top: 15px;
  color: #363535;
  line-height: 1;
  font-size: 13px;
  font-weight: 400;
  padding: 5px 15px;
  z-index: 99;
  background: #ececec;
  text-transform: capitalize;
}
.product-item .offer.bg-red {
  background: #e92424;
}
.product-item .image {
  height: 195px;
  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;
  position: relative;
  margin-bottom: 10px;
}
.br_5{border-radius: 5px;}
.product-item .image img {
  top: 50%;
  left: 50%;
  position: absolute;
  display: inline-block;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);width: 200px;

  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.product-item .image img:hover {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
 
}
.product-item h5 {
  font-size: 14px;
  letter-spacing: .5px;
  margin-top: 4px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f0f0f0;
  text-transform: capitalize;
  font-weight: 600;
   
}
.product-item h5 a {    color: #484848;}
.product-item h6  {       color: #484848;   font-size: 13px;
  letter-spacing: .3px;    margin: 0;
  padding: 0 0 5px;}
.product-item h6 span{color: #b1b1b1;}
.product-item .price del, .product-item .price span {
  font-weight: 600;
}
.product-item .price del:before, .product-item .price span:before {
  content: '$';
}
.product-item .price del {
  color: #b1b1b1;
}
.product-item .price span {
  color: #484848;
}
.product-shapes img {
  z-index: -1;
  max-width: 15%;
  position: absolute;
}
.product-shapes img.shape-one {
  top: 22%;
  left: 6%;
  -webkit-animation: down-up-one 10s infinite;
  animation: down-up-one 10s infinite;
}
.product-shapes img.shape-two {
  top: 20%;
  right: 10%;
  -webkit-animation: down-up-two 20s infinite;
  animation: down-up-two 20s infinite;
}
/* Shop Page */
.shop-shorter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid rgba(118, 167, 19, 0.15);
}
.shop-shorter .nice-select {
  border: none;
  font-size: 16px;
  padding: 0 40px 0 0;
  margin-bottom: 15px;background: transparent;
}
.shop-shorter .nice-select:after {
  top: 48%;
}
.shop-shorter .nice-select .list {
  width: auto;
}
.shop-shorter .grid-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.shop-shorter .grid-list a {
  font-size: 14px;
}
.shop-shorter .grid-list a:first-child {
  margin-right: 20px;
}
/* Product Details */
.product-preview-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.product-preview-images a {
  height: 0;
  /* position: relative; */
  margin-bottom: 30px;
  width: calc(50% - 15px);
  padding-bottom: calc(50% - 15px);
  /* background: rgba(118, 167, 19, 0.07); */
}
.product-preview-images a img {
  top: 50%;
  left: 50%;
  max-width: 85%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.product-details-content .off-ratting {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-details-content .off-ratting .off {
  color: white;
  line-height: 1;
  font-size: 14px;
  font-weight: 700;
  padding: 5px 10px;
  border-radius: 5px;
  margin-right: 15px;
  text-transform: uppercase;
  background: #484848;
}
.product-details-content .price {
  font-weight: 600;
  font-size: 24px;
  display: inline-block;
  color: #484848;
}
.product-details-content .price:before {
  content: '$';
}
.product-details-content .add-to-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-details-content .add-to-cart input {
  max-width: 95px;
  margin-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.product-details-content .category-tags li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-details-content .category-tags li b {
  font-size: 18px;
  min-width: 85px;
  color: #2b328d;
}
.product-details-content .category-tags li span {
  margin-right: 25px;
}
.product-information-tab li a {
  font-size: 24px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  font-weight: 600;
  margin-bottom: -1px;
  display: inline-block;
  padding: 10px 75px 20px;
  border-bottom: 1px solid transparent;
}
@media only screen and (max-width: 1199px) {
  .product-information-tab li a {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media only screen and (max-width: 991px) {
  .product-information-tab li a {
    font-size: 20px;
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .product-information-tab li a {
    font-size: 16px;
    padding: 10px 15px;
  }
}
.product-information-tab li a:hover, .product-information-tab li a.active {
  color: #484848;
  border-color: #484848;
}
.comment-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 55px;
}
@media only screen and (max-width: 767px) {
  .comment-body {
    display: block;
  }
}
.comment-body .author-thumb {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  max-width: 85px;
  margin-right: 35px;
}
@media only screen and (max-width: 767px) {
  .comment-body .author-thumb {
    margin-bottom: 15px;
  }
}
.comment-body .author-thumb img {
  width: 100%;
  border-radius: 50%;
}
.comment-body .comment-content {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}
.comment-body .comment-content .name-date {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.comment-body .comment-content .name-date h6, .comment-body .comment-content .name-date .comment-date {
  margin-bottom: 10px;
}
.comment-body .comment-content .name-date h6 {
  font-size: 18px;
}
.comment-body .comment-content p {
  margin-bottom: 8px;
}
.comment-body .comment-content .reply-link {
  font-weight: 700;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.comment-body .comment-content .reply-link i {
  margin-left: 6px;
}
.comment-list > li > .comment-body {
  margin-right: 60px;
}
@media only screen and (max-width: 479px) {
  .comment-list > li > .comment-body {
    margin-right: 25px;
  }
}
.comment-list .children {
  margin-left: 60px;
}
@media only screen and (max-width: 479px) {
  .comment-list .children {
    margin-left: 25px;
  }
}
.review-form .ratting span {
  line-height: 1;
  font-size: 20px;
  margin-right: 10px;
}
@media only screen and (min-width: 1200px) {
  .related-product h3 {
    font-size: 35px;
  }
}
/*******************************************************/
/****************** 13. Video Section ******************/
/*******************************************************/
.video-area {
  z-index: 2;
  margin-top: -250px;
  position: relative;
  -webkit-transform: translateY(250px);
  -ms-transform: translateY(250px);
  transform: translateY(250px);
}
.video-inner {
  height: 500px;
  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;
  background-size: cover;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 1;
  position: relative;
}
.video-inner::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  opacity: 0.35;
  background-color: #2b328d;
}
@media only screen and (max-width: 479px) {
  .video-inner {
    height: 400px;
  }
}
.video-inner > i {
  color: white;
  font-size: 75px;
  margin-bottom: 15px;
  display: inline-block;
}
.video-inner .video-text {
  color: white;
  line-height: 1;
  font-size: 65px;
  margin-bottom: 25px;
  display: inline-block;
}
@media only screen and (max-width: 479px) {
  .video-inner .video-text {
    font-size: 55px;
  }
}
@media only screen and (max-width: 375px) {
  .video-inner .video-text {
    font-size: 45px;
  }
}
/* Footer top Video Area */
.video-cta-inner {
  height: 650px;
  padding: 15px;
  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;
  background-size: cover;
}
.video-cta-inner:before {
  mix-blend-mode: multiply;
}
.video-cta-inner .content > i {
  color: white;
  font-size: 75px;
  margin-bottom: 15px;
  display: inline-block;
}
.video-cta-inner .video-text {
  color: white;
  line-height: 1;
  display: block;
  font-size: 65px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 479px) {
  .video-cta-inner .video-text {
    font-size: 55px;
  }
}
@media only screen and (max-width: 375px) {
  .video-cta-inner .video-text {
    font-size: 45px;
  }
}
.video-cta-inner.video-part {
  text-align: center;
}
.video-cta-inner.video-part .video-play i {
  color: #2a328d;
}
@media only screen and (max-width: 991px) {
  .video-cta-inner.content-part {
 
  }
}
/*******************************************************/
/****************** 14. Special Offer ******************/
/*******************************************************/
.special-offer {
  z-index: 1;
  position: relative;
}
.special-offer .litchi, .special-offer .offer-bg, .special-offer .munakoiso, .special-offer .special-offer-left, .special-offer .special-offer-right {
  z-index: -1;
  position: absolute;
}
.special-offer .offer-bg {
  top: 0;
/*
  left: 30%;
  max-width: 50%;
*/
}
.special-offer .munakoiso {
  top: 20%;
  right: 5%;
  max-width: 20%;
  -webkit-animation: down-up-two 15s infinite;
  animation: down-up-two 15s infinite;
}
.special-offer .litchi {
  right: 25%;
  bottom: 20%;
  max-width: 20%;
  -webkit-animation: down-up-one 8s infinite;
  animation: down-up-one 8s infinite;
}
.special-offer .special-offer-left {
  left: 0;
  bottom: 0;
  max-width: 35%;
}
.special-offer .special-offer-right {
  right: 0;
  bottom: 0;
  max-width: 35%;
}
.special-offer-content {
  max-width: max-content;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;;
}
.special-offer-content .sub-title {
  font-size: 30px;
  display: inline-block;
  color: #2b328d;
  letter-spacing: 1px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.6;

}
.count-down {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.count-down li {
  padding: 25px;
  font-size: 20px;
  font-weight: 500;
  background: white;
  border-radius: 7px;
  margin-bottom: 30px;
  width: calc(25% - 22px);
}
@media only screen and (max-width: 767px) {
  .count-down li {
    width: calc(50% - 15px);
  }
}
@media only screen and (max-width: 375px) {
  .count-down li {
    font-size: 16px;
  }
}
.count-down li span {
  display: block;
  font-size: 45px;
  margin-bottom: 15px;
  color: #484848;
}
@media only screen and (max-width: 375px) {
  .count-down li span {
    font-size: 35px;
  }
}
.count-down-btns .theme-btn {
  margin: 10px 3px 0;
}
/* Social Offer Two */
.special-offer-two {
  overflow: hidden;
}
.special-offer-two .offer-bg {
  z-index: -1;
  right: 10%;
  top: -25%;
  max-width: 80%;
  position: absolute;
}
.special-offer-two .shape-one {
  right: 5%;
  top: 15%;
  z-index: -1;
  max-width: 20%;
  position: absolute;
  -webkit-animation: down-up-two 20s infinite;
  animation: down-up-two 20s infinite;
}
.special-offer-two .shape-two {
  right: 12%;
  bottom: 10%;
  z-index: -1;
  max-width: 15%;
  position: absolute;
  -webkit-animation: down-up-one 10s infinite;
  animation: down-up-one 10s infinite;
}
/*******************************************************/
/******************* 15. CTA Section *******************/
/*******************************************************/
.cta-area {
  z-index: 2;
  position: relative;
  margin-bottom: -80px;
  -webkit-transform: translateY(-80px);
  -ms-transform: translateY(-80px);
  transform: translateY(-80px);
}
.cta-inner {
  overflow: hidden;
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 50px;
  border-radius: 10px;
  background-size: cover;
}
@media only screen and (max-width: 479px) {
  .cta-inner {
    padding-left: 25px;
    padding-right: 25px;
  }
  .cta-inner h3 {
    font-size: 25px;
  }
}
/*******************************************************/
/****************** 16. Gallery Area *******************/
/*******************************************************/
@media only screen and (min-width: 1600px) {
  .gallery-area, .gallery-area-two {
    padding-left: 55px;
    padding-right: 55px;
  }
}
.gallery-active .gallery-item {
  margin-left: 15px;
  margin-right: 15px;
}
.gallery-active .gallery-item img{    border-radius: 10px; width: 400px;}
@media only screen and (max-width: 1199px) {
  .gallery-active .gallery-item {
    width: 262px;
  }
  .gallery-active .gallery-item.big-item {
    width: 395px;
  }
}
.gallery-item {
  position: relative;
  margin-bottom: 80px;
}
.gallery-item .gallery-over {
  left: 50%;
  width: 90%;
  bottom: 0;
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  max-width: 410px;
  background: white;
  position: absolute;
  padding: 25px 40px;
  border-radius: 7px;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-shadow: 10px 0 60px rgba(114, 114, 114, 0.1);
  box-shadow: 10px 0 60px rgba(114, 114, 114, 0.1);
}
@media only screen and (max-width: 1199px) {
  .gallery-item .gallery-over {
    padding: 20px;
  }
}
.gallery-item .gallery-over h4 {
  margin-bottom: 5px;
}
@media only screen and (max-width: 1199px) {
  .gallery-item .gallery-over h4 {
    font-size: 20px;
  }
}
.gallery-item .gallery-over p {
  margin-bottom: 0;
}
.gallery-item .gallery-over .details-btn {
  width: 55px;
  height: 55px;
  color: white;
  line-height: 55px;
  text-align: center;
  border-radius: 5px;
  background: #2a328d;
}
.gallery-item .gallery-over .details-btn:hover { background: #484848;}
@media only screen and (max-width: 1199px) {
  .gallery-item .gallery-over .details-btn {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
.gallery-item:hover .gallery-over {
  opacity: 1;
  bottom: -50px;
}
.slider-arrows button:first-child {
  margin-right: 5px;
}
/* Gallery Two */
.gallery-two-active .slick-slide {
  margin-left: 15px;
  margin-right: 15px;
}
@media only screen and (max-width: 1199px) {
  .gallery-two-active .slick-slide .gallery-style-two {
    width: 262px !important;
  }
  .gallery-two-active .slick-slide .gallery-style-two.big-item {
    width: 395px !important;
  }
}
.gallery-style-two {
  position: relative;
  margin-bottom: 20px;
}
.gallery-style-two .gallery-over {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgba(26, 36, 40, 0.4);
}
.gallery-style-two .gallery-over .content {
  margin-top: 25px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.gallery-style-two .gallery-over .content .category {
  color: white;
  font-size: 18px;
  font-weight: 600;
  padding: 3px 20px;
  background: #2a328d;
  width: 100%;
  display: block;
}
.gallery-style-two .gallery-over .content h4 {
  margin: -2px 0 0;
  background: white;
  padding: 8px 30px 12px;
}
.gallery-style-two:hover .gallery-over {
  opacity: 1;
}
.gallery-style-two:hover .gallery-over .content {
  margin-top: 0;
}
/* Portfolio Page */
.shop-page{  }

.portfolio-fluid-area{     }

@media only screen and (min-width: 1600px) {
  .portfolio-fluid-area {
    padding-left: 55px;
    padding-right: 55px;
  }
}
.portfolio-active .gallery-style-two {
  margin-bottom: 30px;
}
.portfolio-active .gallery-style-two img {
  width: 100%;    border-radius: 20px;
}
.portfolio-active .gallery-style-two .gallery-over {
  padding: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start; */
  border-radius: 20px;
}
@media only screen and (max-width: 1599px) {
  .portfolio-active .gallery-style-two .gallery-over {
    padding: 30px;
  }
  .portfolio-active .gallery-style-two .gallery-over h4 {
    font-size: 22px;
  }
}
.portfolio-active .gallery-style-two .gallery-over .content {
  margin: 0 0 15px;
}
.portfolio-active .gallery-style-two:hover .content {
  margin-bottom: 0;
}
.portfolio-filter {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-bottom: 10px;
  /* border-bottom: 1px solid rgba(118, 167, 19, 0.15); */
}
.portfolio-filter li {
  line-height: 1;
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 15px;
  color: #484848;
  border-bottom: 1px solid white;
  
}
.portfolio-filter li:not(:last-child) {
  margin-right: 30px;
}
@media only screen and (max-width: 575px) {
  .portfolio-filter li {
    margin-right:10px;
    margin-bottom: 10px;
    font-size: 14px;
  }
  .portfolio-filter li:not(:last-child) {
    margin-right: 16px;
}
.cards .item {
  padding: 40px !important;
}
}
.portfolio-filter li.current {
  color: #2b328d;
  border-color: #2b328d;
}
.portfolio-filter:before {
  content: '';
  height: 1px;
  width: 60px;
  left: 0;
  bottom: 0;
  position: absolute;
  /* background: #484848; */
}
/* Portfolio Details */
.portfolio-details-content h2 {
  font-size: 40px;
}
@media only screen and (max-width: 767px) {
  .portfolio-details-content h2 {
    font-size: 35px;
  }
}
@media only screen and (max-width: 575px) {
  .portfolio-details-content h2 {
    font-size: 30px;
  }
}
.pd-inner-item {
  font-size: 18px;
}
@media only screen and (max-width: 991px) {
  .pd-inner-item {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 375px) {
  .pd-inner-item {
    font-size: 16px;
  }
  .pd-inner-item h4 {
    font-size: 20px;
  }
}
.portfolio-next-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: -20px;
  margin-right: -20px;
}
@media only screen and (max-width: 767px) {
  .portfolio-next-prev {
    display: block;
  }
}
.portfolio-next-prev > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.portfolio-next-prev > div .image {
  margin: 0 20px;
}
@media only screen and (max-width: 375px) {
  .portfolio-next-prev > div .image {
    max-width: 30%;
  }
}
.portfolio-next-prev > div .content {
  margin: 0 20px;
}
.portfolio-next-prev > div .content h4 {
  margin-bottom: 5px;
}
@media only screen and (max-width: 375px) {
  .portfolio-next-prev > div .content h4 {
    font-size: 20px;
  }
}
.portfolio-next-prev > div .content h4 a:hover {
  text-decoration: underline;
}
.portfolio-next-prev > div.next-portfolio {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .portfolio-next-prev > div.next-portfolio {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
.portfolio-next-prev .show-all {
  width: 35px;
  cursor: pointer;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 33px;
  margin-top: 30px;
  border-radius: 50%;
  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;
  background: transparent;
}
@media only screen and (max-width: 767px) {
  .portfolio-next-prev .show-all {
    margin: 35px auto;
  }
}
.portfolio-next-prev .show-all i {
  margin: -11px 0;
}
/*******************************************************/
/**************** 17. Feedback Section *****************/
/*******************************************************/
.feedback-content-area .slick-dots {
  padding-left: 3px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}
.feedback-content-area .slick-dots li {
  background: #484848;
}
.feedback-content-area .slick-dots li:before {
  border-color: #484848;
}
.feedback-active .slick-list {
  padding-top: 20px;
}
.progress {
  display: block;
  width: 100%;
  height: 2px;
  overflow: hidden;
  background-size: 50px 100%;
  background-repeat: no-repeat;
  -webkit-transition: background-size .4s ease-in-out;
  -o-transition: background-size .4s ease-in-out;
  transition: background-size .4s ease-in-out;
  background-color:rgb(156 162 144 / 15%);
  background-image: -webkit-gradient(linear, left top, right top, from(#484848), to(#484848));
  background-image: -webkit-linear-gradient(left, #484848, #484848);
  background-image: -o-linear-gradient(left, #484848, #484848);
  background-image: linear-gradient(to right, #484848, #484848);
}
.feedback-item p {
  font-size: 15px;
  line-height: 1.66;
  color: #292929;
  padding-right: 70px;
}
@media only screen and (max-width: 479px) {
  .feedback-item p {
    font-size: 15px;        padding-right: 20px;
    text-align: justify;
  }
}
@media only screen and (max-width: 375px) {
  .feedback-item p {
    font-size: 18px;
  }
}
.feedback-item p:after, .feedback-item p:before {
  padding: 0 10px;
  font-size: 14px;
  font-weight: 900;
  display: inline-block;
  color: #484848;
  font-family: 'Font Awesome 6 Free';
}
.feedback-item p:before {
  content: "\f10d";
  /* -webkit-transform: rotate(5deg) translateY(-15px);
  -ms-transform: rotate(5deg) translateY(-15px);
  transform: rotate(5deg) translateY(-15px); */
}
.feedback-item p:after {
  content: "\f10e";
  /* -webkit-transform: rotate(5deg) translateY(10px);
  -ms-transform: rotate(5deg) translateY(10px);
  transform: rotate(5deg) translateY(10px); */
}
.feedback-item .feedback-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 25px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.feedback-item .feedback-author img {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  margin-right: 20px;
}
.feedback-item .feedback-author .title {
  margin: 15px auto 15px 0;
}
.feedback-item .feedback-author .title h4 {
  font-size: 22px;
  margin-bottom: 2px;
}
@media only screen and (max-width: 375px) {
  .feedback-item .feedback-author .title h4 {
    font-size: 20px;
  }
}
.feedback-item .feedback-author .title span {
  color: #2a328d;
}
.feedback-item .feedback-author .ratting {
  padding: 8px 12px;
  background: white;
  border-radius: 5px;
  -webkit-box-shadow: 10px 0 60px rgba(34, 34, 34, 0.1);
  box-shadow: 10px 0 60px rgba(34, 34, 34, 0.1);
}
.feedback-images {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  padding-right: 10%;
}
.feedback-images img.first-image {
  width: 62%;
  margin-top: 26%;
  position: relative;
}
.feedback-images img.last-image {
  width: 65%;
  margin-left: -30%;
}
.feedback-images img.bg-image {
  top: 7%;
  right: 0;
  z-index: -1;
  max-width: 50%;
  position: absolute;
}
/* Feedback Style Two */
@media only screen and (min-width: 768px) {
  .feedback-two-active {
    margin-left: -320px;
    margin-right: -320px;
  }
}
.feedback-two-active .feedback-item.style-two {
  margin-left: 15px;
  margin-right: 15px;
}
.feedback-two-active .slick-dots li {
  background: #484848;
}
.feedback-two-active .slick-dots li:before {
  border-color: #484848;
}
.feedback-item.style-two {
  z-index: 1;
  max-width: 770px;
  position: relative;
  margin-bottom: 30px;
  padding: 40px 50px 25px;
  background: #f3f3f3;
}
@media only screen and (max-width: 991px) {
  .feedback-item.style-two {
    max-width: 630px;
  }
}
@media only screen and (max-width: 767px) {
  .feedback-item.style-two {
    max-width: none;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.feedback-item.style-two .content-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 575px) {
  .feedback-item.style-two .content-image {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 576px) {
  .feedback-item.style-two .content-image p {
    margin-right: 45px;
  }
}
@media only screen and (max-width: 991px) {
  .feedback-item.style-two .content-image p {
    font-size: 18px;
  }
}
.feedback-item.style-two .content-image .image {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
@media only screen and (min-width: 576px) {
  .feedback-item.style-two .content-image .image {
    width: 23%;
  }
}
.feedback-item.style-two .content-image .image img:not(.bg) {
  border-radius: 25px;
}
.feedback-item.style-two .content-image .image .bg {
  top: 5%;
  right: 0;
  z-index: -1;
  max-width: 35%;
  position: absolute;
}
.feedback-item.style-two .feedback-author {
  border-top: 1px solid rgba(118, 167, 19, 0.15);
}
@media only screen and (min-width: 576px) {
  .feedback-item.style-two .feedback-author {
    padding-top: 20px;
  }
}
.feedback-item.style-two .feedback-author h4 {
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .feedback-item.style-two .feedback-author h4 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 375px) {
  .feedback-item.style-two .feedback-author h4 {
    font-size: 16px;
  }
}
.feedback-item.style-two .feedback-author .icon {
  font-size: 50px;
  margin-right: 22px;
  color: #484848;
}
.feedback-item.style-two .feedback-author .ratting {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
}
.feedback-item.style-two .feedback-author .ratting h6 {
  margin: 0 15px 0 0;
}
@media only screen and (min-width: 992px) {
  .feedback-item.style-two .feedback-author .ratting h6 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 375px) {
  .feedback-item.style-two .feedback-author .ratting h6 {
    display: none;
  }
}
/*******************************************************/
/****************** 18. Blog Section *******************/
/*******************************************************/
.news-item {
  margin-bottom: 50px;
}
.news-item .sub-title{font-size: 18px;}
.news-item .image {
  position: relative;
  margin-bottom: 25px;
}
.news-item .image img {
  width: 100%;border-radius: 10px;
}
.news-item .image .date {
  right: 25px;
  color: white;
  bottom: -40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  font-size: 13px;
  width: 70px;
  height: 80px;
  position: absolute;
  text-align: center;
  -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;
  background: #2a328d;
  border-radius: 15px 35px 35px 35px;
}
.news-item .image .date b {
  display: block;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 5px;
}
.news-item h4 {
  font-size: 15px;
  margin-top: 15px;
  color: #1f1f1f;
}
.news-item h4 a{  color: #1f1f1f;}
.news-item h4 a:hover {
  color: #2b328d;
  text-decoration: underline;
}
.news-section {
  z-index: 1;
  position: relative;
  /* background-image: url(../images/background/bg5.jpg); */
  background: #f8f8f9;}
.news-section .sub-title{    color: #37383f;
  font-size: 18px;
  letter-spacing: .3px;}
  .nsub-title {
    font-size: 40px;
    display: inline-block;
    color: #2b328d;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
}
.news-shapes img {
  z-index: -1;
  max-width: 10%;
  position: absolute;
}
.news-shapes .onion {
  right: 10%;
  top: -5%;
}
.news-shapes .two-leaf {
  left: 6%;
  top: 10%;
  -webkit-animation: upDownLeft 40s infinite;
  animation: upDownLeft 40s infinite;
}
.news-shapes .half-leaf {
  bottom: 0;
  left: 10%;
  -webkit-animation: moveLeftRight 30s infinite;
  animation: moveLeftRight 30s infinite;
}
.news-shapes .leaf-two {
  right: 8%;
  bottom: 20%;
  -webkit-animation: down-up-two 20s infinite;
  animation: down-up-two 20s infinite;
}
.news-shapes .leaf-three {
  right: 0;
  top: 15%;
  -webkit-animation: down-up-one 15s infinite;
  animation: down-up-one 15s infinite;
}
/* News Page */
.news-page-section .onion {
  left: 3%;
  top: 50%;
}
.news-page-section .leaf-three {
  right: 3%;
  top: 100px;
}
.news-page-section .leaf-left {
  left: 0;
  bottom: 130px;
  -webkit-animation: down-up-one 10s infinite;
  animation: down-up-one 10s infinite;
}
.news-page-section .litchi {
  right: 3%;
  top: 33%;
}
/* Blog Standard */
.news-standard-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .news-standard-item {
    display: block;
  }
}
.news-standard-item .image {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 44%;
  margin-right: 50px;
}
@media only screen and (max-width: 767px) {
  .news-standard-item .image {
    width: 100%;
    margin: 0 0 20px;
  }
}
.feature-section{    background-color: #f3f3f3;}
.news-standard-item .image img {
 
  width: 100%;
  height: 200px;
  border-radius: 10px;
}
.news-standard-item .content {
  padding-top: 9px;
}
.news-standard-item .content h4 {
  font-size: 22px;
  line-height: 1.6;
}
@media only screen and (max-width: 375px) {
  .news-standard-item .content h4 {
    font-size: 20px;
  }
}
.blog-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.blog-meta li {
  line-height: 1;
  margin-bottom: 10px;
}
.blog-meta li:not(:last-child) {
  margin-right: 30px;
  padding-right: 30px;
  border-right: 1px solid #666666;
}
@media only screen and (max-width: 375px) {
  .blog-meta li:not(:last-child) {
    margin-right: 10px;
    padding-right: 10px;
  }
}
.blog-meta li i {
  margin-right: 5px;
}
@media only screen and (max-width: 375px) {
  .blog-meta li i {
    margin-right: 3px;
  }
}
/* Blog Details */
@media only screen and (min-width: 1200px) {
  .blog-details-content {
    margin-right: 50px;
  }
}
.blog-details-content .title {
  font-size: 25px;
  
}
@media only screen and (max-width: 575px) {
  .blog-details-content .title {
    font-size: 25px;
  }
}
@media only screen and (max-width: 375px) {
  .blog-details-content .title {
    font-size: 20px;
  }
}
.blog-details-content h4 {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 700;
}
@media only screen and (max-width: 375px) {
  .blog-details-content h4 {
    font-size: 20px;
  }
}
blockquote {
  max-width: 630px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.48;
  text-align: center;
  padding: 35px 55px;
  font-size: 24px;
  margin-top: 35px;
  margin-bottom: 35px;
  border: 1px solid rgba(118, 167, 19, 0.15);
}
@media only screen and (max-width: 575px) {
  blockquote {
    font-size: 20px;
    padding-left: 25px;
    padding-right: 25px;
  }
}
blockquote:after, blockquote:before {
  font-size: 16px;
  display: inline-block;
  font-family: 'Font Awesome 5 Pro';
}
blockquote:before {
  content: "\f10d";
  -webkit-transform: translate(-5px, -15px);
  -ms-transform: translate(-5px, -15px);
  transform: translate(-5px, -15px);
}
blockquote:after {
  content: "\f10e";
  -webkit-transform: translate(5px, 15px);
  -ms-transform: translate(5px, 15px);
  transform: translate(5px, 15px);
}
.tag-share {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid rgba(118, 167, 19, 0.15);
  border-bottom: 1px solid rgba(118, 167, 19, 0.15);
}
.tag-share h6 {
  margin-right: 10px;
}
.tag-share .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.tag-share .tags a {
  line-height: 1;
  margin-right: 5px;
  margin-bottom: 8px;
}
.tag-share .tags a:not(:last-child):after {
  content: ',';
}
.tag-share .social-style-one a {
  height: 20px;
  color: #b9b9b9;
  margin-bottom: 10px;
}
.tag-share .social-style-one a:hover {
  color: #484848;
}
.next-prev-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .next-prev-post {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.next-prev-post > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 260px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.next-prev-post > div .image {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  max-width: 80px;
  margin-right: 18px;
}
.next-prev-post > div .image img {
  border-radius: 5px;
}
.next-prev-post > div .content h6 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
}
.next-prev-post .show-all {
  width: 25px;
  cursor: pointer;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 26px;
  border-radius: 50%;
  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;
  background: transparent;
}
@media only screen and (max-width: 767px) {
  .next-prev-post .show-all {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
.next-prev-post .show-all i {
  margin: -8.5px 0;
}
.next-prev-post .show-all:not(:hover) {
  color: #484848;
}
/* News Slider */
.news-slider {
  margin-left: -15px;
  margin-right: -15px;
}
.news-slider .news-item {
  margin-bottom: 20px;
  margin-left: 15px;
  margin-right: 15px;
}
.news-slider .slick-dots li {
  background: #484848;
}
.news-slider .slick-dots li:before {
  border-color: #484848;
}
/*******************************************************/
/*************** 19. Client Logo Section ***************/
/*******************************************************/
.client-logo-section {
  z-index: 1;
  position: relative;
}
.client-logo-shapes img {
  z-index: -1;
  position: absolute;
}
.client-logo-shapes .shape-one {
  left: 10%;
  top: 30px;
  -webkit-animation: upDownLeft 40s infinite;
  animation: upDownLeft 40s infinite;
}
.client-logo-shapes .shape-two {
  top: 0;
  left: 36%;
  -webkit-animation: moveLeftRight 30s infinite;
  animation: moveLeftRight 30s infinite;
}
.client-logo-shapes .shape-three {
  top: -10%;
  left: 60%;
  -webkit-animation: down-up-two 15s infinite;
  animation: down-up-two 15s infinite;
}
.client-logo-shapes .shape-four {
  top: 10%;
  right: 8%;
  -webkit-animation: down-up-one 10s infinite;
  animation: down-up-one 10s infinite;
}
.client-logo-shapes .shape-five {
  left: 45%;
  bottom: 0;
  -webkit-animation: moveLeftRight 30s infinite;
  animation: moveLeftRight 30s infinite;
  -webkit-animation-delay: 10s;
  animation-delay: 10s;
}
.client-logo-shapes .shape-six {
  bottom: 0;
  right: 18%;
  -webkit-animation: moveLeftRight 30s infinite;
  animation: moveLeftRight 30s infinite;
}
.client-logo-item {
  margin-left: 15px;
  margin-right: 15px;
}
.client-logo-item img {
  display: inline-block; transition: 0.3s;
}
.client-logo-item img:hover { transition: 0.3s;
  transform: scale(1.1);
}
/*******************************************************/
/****************** 20. Team Section *******************/
/*******************************************************/
.team-active, .two-row-team-active {
  margin-left: -15px;
  margin-right: -15px;
}
.team-active .team-member, .two-row-team-active .team-member {
  margin-left: 15px;
  margin-right: 15px;
}
.team-active .team-member img, .two-row-team-active .team-member img {
  display: inline-block;
}
.team-member {
  z-index: 1;
  position: relative;
  text-align: center;
  margin-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
}
.team-member .image {
  position: relative;
  margin-bottom: 22px;
  display: inline-block;
}
.team-member .image img {
  border-radius: 50%;    border: 5px solid #fdf0c2;
}
.team-member .image .social-style-one {
  right: 30px;
  top: 50%;
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  -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;
  padding: 15px 15px 12px;
  background: #2a328d;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.team-member .image .social-style-one a {
  color: white;
  margin-right: 0;
}
.team-member h4 {
  font-size: 22px;
  margin-bottom: 4px;
}
.team-member .designation {
  font-weight: 600;
  color: #2a328d;
  text-transform: capitalize;
  font-size: 13px;
}
.team-member .team-bg {
  bottom: 20px;
  z-index: -1;
  left: 50%;
  max-width: 100%;
  position: absolute;
  -webkit-transform: translate(-55%);
  -ms-transform: translate(-55%);
  transform: translate(-55%);
}
.team-member:hover .social-style-one {
  right: 0;
  opacity: 1;
}
/*******************************************************/
/***************** 21. Services Section ****************/
/*******************************************************/
.what-we-provide-left {
  text-align: right;
}
.what-we-provide-left .ww-provide-item:first-child {
  /* margin-left: auto; */
}
.what-we-provide-right .ww-provide-item:last-child {
  /* margin-left: auto; */
}
.ww-provide-item {
  max-width: 230px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 375px) {
  .ww-provide-item {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}
.ww-provide-item .icon {
  height: 60px;
  margin-bottom: 20px;
}
.what-we-provide-images {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-right: 10%;
  z-index: 1;
}
.what-we-provide-images .offer {
  left: 20%;
  bottom: 20%;
  max-width: 35%;
  position: absolute;
}
.what-we-provide-images .bg {
  left: 0;
  bottom: 3%;
  z-index: -1;
  position: absolute;
}
.ww-provide-shapes img {
  z-index: -1;
  position: absolute;
}
.ww-provide-shapes .shape-one {
  left: 10%;
  top: 15%;
  max-width: 10%;
  -webkit-animation: down-up-two 20s infinite;
  animation: down-up-two 20s infinite;
}
.ww-provide-shapes .shape-two {
  left: 0;
  bottom: 0;
  max-width: 20%;
  -webkit-animation: down-up-one 10s infinite;
  animation: down-up-one 10s infinite;
}
.ww-provide-shapes .shape-three {
  right: 0;
  top: 10%;
  max-width: 25%;
  -webkit-animation: down-up-one 10s infinite;
  animation: down-up-one 10s infinite;
}
/* Service Details */
@media only screen and (min-width: 1200px) {
  .service-details-content {
    margin-right: 50px;
  }
}
.service-details-content .image {
  margin-bottom: 30px;
}
.service-details-content .image img {
  width: 100%;border-radius: 20px;
}
@media only screen and (min-width: 576px) {
  .service-details-content h3 {
    font-size: 35px;
  }
}
.service-details-content h4 {
  font-size: 27px;
}
.service-details-content p {
  font-size: 14px;
  margin-bottom: 20px;
}
.service-details-content blockquote {
  margin-bottom: 0;
  max-width: none;
  border: none;
  font-weight: 500;
  padding-top: 10px;
  padding-bottom: 7px;
  color: #484848;
}
.service-details-content blockquote:after, .service-details-content blockquote:before {
  font-weight: 600;
}
.list-style-two{padding-right: 20px;}
.list-style-two li strong{font-size: 19px;}
/*******************************************************/
/**************** 22. Features Section *****************/
/*******************************************************/
.feature-item {
  z-index: 1;
  border-radius: 50px;
  margin-top: 50px;
  text-align: center;
  position: relative;
  margin-bottom: 30px;
  background: rgb(125 131 185 / 10%);
  -webkit-box-shadow: 0px 6px 2px 0px rgb(108 108 108 / 32%);
  box-shadow: 0px 6px 2px 0px rgb(108 108 108 / 32%);
}
.feature-item .image {
  height: 190px;
  margin-bottom: 35px;
  -webkit-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  transform: translateY(-100px);
}
.feature-item .image1 {
  height: 160px;
}
.feature-item .image img{ width: 150px;}
.feature-item .content {
  max-width: 330px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 15px 20px;
  min-height: 350px;
}
.feature-item .content h4{      padding-top: 30px;  font-size: 18px;
  font-weight: 700;}
.feature-item .number {
  left: 50%;
  top: 10px;
  z-index: -1;
  opacity: 0.07;
  line-height: 1;
  font-weight: 700;
  font-size: 140px;
  color: transparent;
  position: absolute;
  -webkit-text-stroke: 1px;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  -webkit-text-stroke-color: black;
}
@media only screen and (max-width: 375px) {
  .feature-item .number {
    top: 50px;
    font-size: 150px;
  }
}
.feature-item .read-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 35px;
  color: #484848;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: rgba(118, 167, 19, 0.1);
}
.feature-item:hover .read-more {
  color: white;
  background: #484848;
}
.feature-item.color-two {
  background: rgb(159 166 231 / 10%);
}
.feature-item.color-two .read-more {
  color: #227200;
  background: rgba(34, 114, 0, 0.06);
}
.feature-item.color-two:hover .read-more {
  color: white;
  background: #227200;
}
.feature-item.color-three {
  background: rgb(125 131 185 / 10%);
}
.feature-item.color-three .read-more {
  color: #2a328d;
  background: rgba(255, 120, 0, 0.06);
}
.feature-item.color-three:hover .read-more {
  color: white;
  background: #2a328d;
}
/*******************************************************/
/****************** 23. FAQs Section *******************/
/*******************************************************/
/* Faq Features */
.what-we-want-content {
  max-width: 530px;
}
.what-we-want-shapes img {
  z-index: -1;
  max-width: 40%;
  position: absolute;
}
.what-we-want-shapes .shape-one {
  top: 0;
  left: 10%;
}
.what-we-want-shapes .shape-two {
  top: 15%;
  right: 5%;
}
/* FAQs */
.faqs .card {
  z-index: 1;
  border: none;
  border-radius: 0;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 0 10px rgba(100, 100, 100, 0.1);
  box-shadow: 0 0 10px rgba(100, 100, 100, 0.1);
}
.faqs .card .content:before {
  width: 100%;
  height: 100%;
  content: '';
  left: 0;
  top: 0;
  z-index: -1;
  position: absolute;
}
.faqs .card .content.show:before {
  -webkit-box-shadow: 10px 0 60px rgba(34, 34, 34, 0.1);
  box-shadow: 10px 0 60px rgba(34, 34, 34, 0.1);
}
.faqs .card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  border-radius: 0;
  position: relative;
  padding: 22px 33px;
  border-bottom: none;
  background-color: transparent;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .faqs .card-header {
    font-size: 18px;
    line-height: 1.4;
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media only screen and (max-width: 479px) {
  .faqs .card-header {
    font-size: 16px;
  }
}
.faqs .card-header:after {
  position: absolute;
  content: '';
  height: 1px;
  left: 50%;
  bottom: 0;
  opacity: 1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  width: calc(100% - 66px);
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  background: rgba(118, 167, 19, 0.15);
}
.faqs .card-header.collapsed:after {
  opacity: 0;
}
.faqs .card-header i {
  font-size: 16px;
  font-weight: 400;
  margin: 5px 0 0 10px;
}
.faqs .card-body {
  padding: 18px 33px 10px;
}
@media only screen and (max-width: 767px) {
  .faqs .card-body {
    padding-left: 25px;
    padding-right: 25px;
  }
}
/* FAQ Shapes */
.faq-shapes img {
  z-index: -1;
  max-width: 15%;
  position: absolute;
}
.faq-shapes .shape-one {
  left: 0;
  top: 25%;
  -webkit-animation: down-up-one 10s infinite;
  animation: down-up-one 10s infinite;
}
.faq-shapes .shape-two {
  left: 0;
  bottom: 0;
  -webkit-animation: down-up-one 10s infinite;
  animation: down-up-one 10s infinite;
}
.faq-shapes .shape-three {
  right: 3%;
  top: 130px;
  -webkit-animation: down-up-two 20s infinite;
  animation: down-up-two 20s infinite;
}
.faq-shapes .shape-four {
  right: 0;
  bottom: -35px;
  -webkit-animation: down-up-one 10s infinite;
  animation: down-up-one 10s infinite;
}
/*******************************************************/
/****************** 24. Counter Area *******************/
/*******************************************************/
.counter-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  .counter-wrap {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}
.counter-wrap .counter-item {
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}
.counter-wrap .count-text {
  display: block;
  line-height: 1;
  font-size: 55px;
  margin-bottom: 10px;
}
.counter-wrap .count-text.plus:after {
  content: '+';
}
.counter-wrap .count-text.k-plus:after {
  content: 'k+';
}
@media only screen and (max-width: 575px) {
  .counter-wrap .count-text {
    font-size: 40px;
  }
}
.team-profile-content {
  
}
.circle-counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 375px) {
  .circle-counter {
    display: block;
  }
  .circle-counter:before {
    display: none;
  }
}
.circle-counter:before {
  content: '';
  width: 1px;
  bottom: 0;
  left: 50%;
  position: absolute;
  background: rgba(118, 167, 19, 0.15);
  height: calc(100% - 50px);
}
.team-skill-item {
 
  margin-top: 50px;
  text-align: center;
}
@media only screen and (max-width: 375px) {
  .team-skill-item {
    margin-left: auto;
    margin-right: auto;
  }
}
.team-skill-item h4 {
  font-size: 22px;
  margin-bottom: 0;
}
.progress-content {
  position: relative;
}
.progress-content h2 {
  left: 50%;
  top: 40px;
  font-size: 55px;
  font-weight: 400;
  position: absolute;
  color: #484848;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
}
.progress-content.two h2 {
  color: #2a328d;
}
.team-profile-bg {
  z-index: -1;
  top: -90px;
  right: -20px;
  max-width: 30%;
  position: absolute;
}
/*******************************************************/
/****************** 25. Error Section ******************/
/*******************************************************/
.error-inner .content {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}
.error-shapes img {
  z-index: -1;
  max-width: 10%;
  position: absolute;
}
.error-shapes .two-leaf {
  left: 7%;
  bottom: 45%;
  -webkit-animation: upDownLeft 40s infinite;
  animation: upDownLeft 40s infinite;
}
.error-shapes .half-leaf {
  bottom: 0;
  left: 20%;
  -webkit-animation: moveLeftRight 30s infinite;
  animation: moveLeftRight 30s infinite;
}
.error-shapes .leaf-two {
  right: 5%;
  top: 10%;
  -webkit-animation: down-up-one 10s infinite;
  animation: down-up-one 10s infinite;
}
.error-shapes .leaf-three {
  right: 10%;
  bottom: 22%;
  -webkit-animation: down-up-two 20s infinite;
  animation: down-up-two 20s infinite;
}
/*******************************************************/
/***************** 26. Sidebar Widgets *****************/
/*******************************************************/
.widget {
  padding: 40px;
  border: 1px solid rgba(118, 167, 19, 0.15);
}
.widget:not(:last-child) {
  margin-bottom: 40px;
}
@media only screen and (max-width: 375px) {
  .widget {
    padding-left: 22px;
    padding-right: 22px;
  }
}
.widget-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(118, 167, 19, 0.15);
}
.widget-title i {
  line-height: 1;
  font-size: 35px;
  margin-right: 15px;
  color: #484848;
}
.widget-search {
  padding-top: 15px;
  padding-bottom: 15px;
}
.widget-search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.widget-search form input {
  padding: 0;
  border: none;
  font-size: 16px;
  background: transparent;
}
.widget-search form button {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  color: #b9b9b9;
  background: transparent;
}
.widget-menu ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  font-weight: 500;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.widget-menu ul li:not(:last-child) {
  margin-bottom: 10px;
}
.widget-menu ul li:before {
  content: '';
  width: 5px;
  height: 5px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  border-radius: 50%;
  margin-right: 15px;
  background: rgba(26, 36, 40, 0.2);
}
.widget-menu ul li a {
  margin-right: auto;
}
.widget-menu ul li a:not(:hover) {
  color: #2b328d;
}
.widget-news ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.widget-news ul li:not(:last-child) {
  margin-bottom: 20px;
}
.widget-news ul li .image {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  max-width: 80px;
  margin-right: 20px;
}
@media only screen and (max-width: 375px) {
  .widget-news ul li .image {
    max-width: 70px;
    margin-right: 15px;
  }
}
.widget-news ul li h6 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
}
@media only screen and (max-width: 375px) {
  .widget-news ul li h6 {
    font-size: 15px;
  }
}
.widget-news ul li .content .name {}
@media only screen and (max-width: 375px) {
  .widget-news ul li .content .name {
    font-size: 15px;
  }
}
.widget-products ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.widget-products ul li:not(:last-child) {
  margin-bottom: 30px;
}
.widget-products ul li .image {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 100px;
  margin-right: 30px;
}
.widget-products ul li .content .ratting {
  margin-left: -3px;
}
.widget-products ul li .content h5 {
  margin-bottom: 3px;
}
.widget-products ul li .content .price {
  font-weight: 600;
  color: #484848;
}
.widget-products ul li .content .price:before {
  content: '$';
}
.widget-about {
  z-index: 1;
  border: none;
  position: relative;
  text-align: center;
  background: rgba(118, 167, 19, 0.05);
}
.widget-about .image {
  margin-bottom: 25px;
}
.widget-about .image img {
  max-width: 80%;
  border-radius: 50%;
}
.widget-about h4 {
  font-size: 22px;
  margin-bottom: 5px;
}
.widget-about .sub-title {
  font-size: 24px;
  margin-bottom: 10px;
  color: #484848;
}
.widget-about .social-style-one a {
  color: #b9b9b9;
}
.widget-about .social-style-one a:hover {
  color: #484848;
}
.widget-about .bg {
  top: 0;
  left: 50%;
  z-index: -1;
  position: absolute;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
}
.tag-coulds {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-bottom: -10px;
}
.tag-coulds a {
  padding: 2px 20px;
  border-radius: 5px;
  margin: 0 10px 10px 0;
  border: 1px solid rgba(118, 167, 19, 0.15);
}
.tag-coulds a:hover {
  color: white;
  background: #484848;
  border-color: #484848;
}
/* Service Widget */
.service-sidebar .widget-title {
  border-bottom: none;
  margin-bottom: 33px;
  background: url(../images/shapes/wave.png) no-repeat bottom left;
}
.service-sidebar .widget {
  border: none;
  -webkit-box-shadow: 10px 0 40px rgba(26, 36, 40, 0.05);
  box-shadow: 10px 0 40px rgba(26, 36, 40, 0.05);
}
.service-sidebar .widget-search {
  background: #f3f3f3;
}
.service-sidebar .widget-search button, .service-sidebar .widget-search input::-webkit-input-placeholder {
  color: #2b328d;
}
.service-sidebar .widget-search button, .service-sidebar .widget-search input:-ms-input-placeholder {
  color: #2b328d;
}
.service-sidebar .widget-search button, .service-sidebar .widget-search input::-ms-input-placeholder {
  color: #2b328d;
}
.service-sidebar .widget-search button, .service-sidebar .widget-search input::placeholder {
  color: #2b328d;
}
.service-sidebar .widget-menu li:not(:last-child) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(118, 167, 19, 0.15);
}
.service-sidebar .widget-menu li a:not(:hover) {
  color: #2b328d;
}
.service-sidebar .widget-menu li:before {
  width: auto;
  height: auto;
  content: "\f101";
  color: #2b328d;
  background: transparent;
  font-family: "Font Awesome 5 Pro";
}
.service-sidebar .widget-cta {
  z-index: 1;
  position: relative;
  padding-bottom: 150px;
  background: #484848;border-radius: 20px;
}
@media only screen and (max-width: 375px) {
  .service-sidebar .widget-cta h2 {
    font-size: 40px;
  }
}
.service-sidebar .widget-cta .bg {
  right: 0;
  bottom: 0;
  z-index: -1;
  max-width: 80%;
  position: absolute;
}
.service-sidebar .widget-cta:before {
  content: '';
  width: 100%;
  height: 100%;
  z-index: -1;
  left: 0;
  top: 0;
  position: absolute;
  background: url(../images/background/cta-widget-bg.png);
}
.service-sidebar .widget-btns .theme-btn {
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.service-sidebar .widget-btns .theme-btn i {
  font-size: 16px;
}
/* Shop Sidebar */
.shop-sidebar .widget {
  padding: 0;
  border: none;
}
.shop-sidebar .widget-search {
  border-radius: 5px;
  padding: 15px 25px;
  background: #f3f3f3;
}
.shop-sidebar .widget-search button {
  color: #2b328d;
}
/*******************************************************/
/***************** 27. Contact Section *****************/
/*******************************************************/
@media only screen and (min-width: 1200px) {
  .contact-title h3 {
    font-size: 35px;
  }
}
.contact-info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 18px;
    font-size: 14px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5px;
  margin-bottom: 30px;
 
}
@media only screen and (max-width: 991px) {
  .contact-info-item {
    font-size: 16px;
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media only screen and (max-width: 375px) {
  .contact-info-item {
    display: block;
  }
}
.contact-info-item .icon {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-top: 6px;
  margin-right: 30px;
}
@media only screen and (max-width: 991px) {
  .contact-info-item .icon {
    margin-bottom: 10px;
  }
}
.contact-info-item:hover {
  background: white;
  -webkit-box-shadow: 10px 0 60px rgba(34, 34, 34, 0.1);
  box-shadow: 10px 0 60px rgba(34, 34, 34, 0.1);
}
.contact-right-image {
  z-index: 1;
  max-width: 570px;
  text-align: center;
  position: relative;
}
.contact-right-image .bg {
  top: 50%;
  left: 50%;
  z-index: -1;
  max-width: 120%;
  position: absolute;
  -webkit-transform: translate(-40%, -42%);
  -ms-transform: translate(-40%, -42%);
  transform: translate(-40%, -42%);
}
.contact-shapes img {
  z-index: -1;
  max-width: 15%;
  position: absolute;
}
.contact-shapes .leafs {
  left: 3%;
  top: 120px;
  -webkit-animation: down-up-two 20s infinite;
  animation: down-up-two 20s infinite;
}
.contact-shapes .pumpkin {
  right: 5%;
  top: 130px;
  -webkit-animation: upDownLeft 30s infinite;
  animation: upDownLeft 30s infinite;
}
.contact-shapes .leaf {
  left: 3%;
  top: 30%;
  -webkit-animation: down-up-one 10s infinite;
  animation: down-up-one 10s infinite;
}
.contact-shapes .shape {
  left: 3.5%;
  bottom: 130px;
  -webkit-animation: moveLeftRight 20s infinite;
  animation: moveLeftRight 20s infinite;
}
.contact-shapes .two-leaf {
  right: 3%;
  bottom: 130px;
  -webkit-animation: down-up-two 20s infinite;
  animation: down-up-two 20s infinite;
}
.has-error .with-errors {
  color: red;
  margin-top: 5px;
}
#msgSubmit {
  margin-top: 15px;
  margin-bottom: 0;
}
/*******************************************************/
/************** 28. Cart & Checkout Area ***************/
/*******************************************************/
/* Cart Page */
.cart-item-wrap {
  border-top: 1px solid rgba(118, 167, 19, 0.15);
}
.cart-single-item {
  background: #fff;
  padding: 30px;
  border-radius: 20px;
  margin-bottom: 30px;
  box-shadow: 0px 1px 5px #1d1d1e36;
}
@media only screen and (min-width: 768px) {
  .cart-single-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.cart-single-item .cart-img {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 180px;
}
.cart-single-item .product-price:before {
  content: '$';
}
.cart-single-item .product-total-price {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 50px;
  font-weight: 600;
  text-align: center;
  color: #2b328d;
}
.cart-single-item .product-total-price:before {
  content: '$';
}
@media only screen and (max-width: 767px) {
  .cart-single-item {
    text-align: center;
    background: #f3f3f3;
  }
  .cart-single-item .close {
    float: none;
  }
  .cart-single-item .cart-img {
    margin: 15px auto;        width: 80%;
  }
  .cart-single-item .quantity-input {
    margin-top: 15px;
    margin-bottom: 15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .cart-single-item .stock {
    display: block;
    margin-bottom: 15px;
  }
  .cart-single-item .theme-btn {
    margin-bottom: 10px;
  }
}
.quantity-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.quantity-input button {
  width: 45px;
  background: transparent;
  border: 1px solid rgba(118, 167, 19, 0.15);
}
.quantity-input input {
  width: 55px;
  padding: 5px 15px;
  text-align: center;
  background: transparent;
}
.total-price:before, .shipping-price:before, .sub-total-price:before {
  content: '$';
}
.discount-wrapper input {
  max-width: 200px;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.discount-wrapper button {
  margin: 10px;
}
.update-shopping {
  margin-left: -5px;
  margin-right: -5px;
}
.update-shopping .theme-btn {
  margin: 5px;
}
/* Checkout Page */
.checkout-faqs .alert {
  padding: 20px 30px;
  margin-bottom: 25px;
}
.checkout-faqs .alert h6 {
  margin-bottom: 0;
}
.checkout-faqs .alert h6 a {
  padding: 0;
  color: #484848;
  background: transparent;
}
.checkout-faqs .alert form {
  padding: 20px 0 10px;
}
.checkout-faqs .alert form input {
  font-size: 16px;
  background: transparent;
}
.checkout-faqs .alert form .form-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}
.checkout-faqs .alert form .form-footer button {
  margin-right: 15px;
}
@media only screen and (max-width: 375px) {
  .checkout-faqs .alert form .form-footer button {
    margin-right: 8px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.checkout-faqs .alert form .form-footer label {
  line-height: 1.4;
  margin: 0 0 0 5px;
}
.checkout-form {
  padding: 30px;
  border: 1px solid rgba(118, 167, 19, 0.15);
}
@media only screen and (max-width: 375px) {
  .checkout-form {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.checkout-form .form-group {
  margin-bottom: 30px;
}
.checkout-form .nice-select, .checkout-form .form-control {
  font-size: 16px;
}
.checkout-form .nice-select .current, .checkout-form .form-control .current {
  font-weight: 400;
}
.checkout-form h6 {
  margin-bottom: 15px;
}
.payment-method ul {
  border: 1px solid rgba(118, 167, 19, 0.15);
}
.payment-method ul li {
  padding: 15px 20px 15px 45px;
}
.payment-method ul li:not(:last-child) {
  border-bottom: 1px solid rgba(118, 167, 19, 0.15);
}
.payment-method ul .custom-control-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.payment-method ul .custom-control-label i {
  margin-left: 10px;
  color: #484848;
}
.payment-method ul .custom-control-label:before {
  top: 7px;
}
.payment-method ul .custom-control-label:after {
  top: 6.5px;
}
.payment-method ul .custom-control-input:checked ~ .custom-control-label:before {
  background: #2b328d;
  border-color: #2b328d;
}
.shoping-cart-total table {
  width: 100%;
}
.shoping-cart-total tbody {
  background: #f3f3f3;
}
.shoping-cart-total tbody tr:not(:last-child) {
  border-bottom: 1px solid rgba(118, 167, 19, 0.15);
}
.shoping-cart-total tbody tr td {
  padding: 5px 15px;
}
@media only screen and (max-width: 375px) {
  .shoping-cart-total tbody tr td {
    padding-left: 22px;
    padding-right: 22px;
  }
}
/*******************************************************/
/******************* 28. Main Footer *******************/
/*******************************************************/
.footer-top-newsletter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media only screen and (max-width: 1199px) {
  .footer-top-newsletter {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.footer-top-newsletter .section-title {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-right: 100px;
}
.footer-top-newsletter .section-title h2 {
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 200;
  letter-spacing: 1px;
}
.footer-top-newsletter form,.footer-top-newsletter .form_wrapper_footer {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
.form_wrapper_footer .wpcf7{
  width: 100%;
}
#careerFormModal .form-control[type=file] {
  height: 48px !important;
  padding: 10px;
}
@media only screen and (max-width: 479px) {
  .footer-top-newsletter form {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.footer-top-newsletter form input {
  color: white;
  border: none;
  border-radius: 0;
  font-size: 16px;
  margin-right: 50px;
  padding: 0 22px 12px 0;
  background: transparent;
  border-bottom: 1px solid;
}
@media only screen and (max-width: 479px) {
  .footer-top-newsletter form input {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.footer-top-newsletter form input::-webkit-input-placeholder {
  font-weight: 400;
  color: white;
}
.footer-top-newsletter form input:-ms-input-placeholder {
  font-weight: 400;
  color: white;
}
.footer-top-newsletter form input::-ms-input-placeholder {
  font-weight: 400;
  color: white;
}
.footer-top-newsletter form input::placeholder {
  font-weight: 400;
  color: white;
}
.footer-top-newsletter form button {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
.footer-widget {
  margin-bottom: 50px;
}
.footer-title {
  margin-bottom: 40px;
}
.menu-widget ul {
  margin-bottom: -10px;
}
.footer-widget .menu-widget ul li {
  margin-bottom: 10px;
  width: 50%;
}
.menu-widget ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;  
  font-size: 14px;
  letter-spacing: 1px;
  padding-bottom: 10px;
  font-weight: 200;
}
.menu-widget ul li a:before {
  content: '';
  left: 0;
  top: 12px;
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  width: 5px;
  height: 5px;
  background: white;
  line-height: 5px;
  border-radius: 50%;
  text-align: center;
}
.menu-widget ul li a:hover {
  padding-left: 15px;
  text-decoration: underline;color: #d2d2d4;
}
.menu-widget ul li a:hover:before {
  opacity: 1;
}
.menu-widget.two-column ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.menu-widget.two-column ul li {
  width: 50%;
}
.footer-logo a {
  border-radius: 7px;
  padding: 20px 0px;
  display: inline-block;
}
.footer-logo a img{width: 220px;}
.contact-widget {
  max-width: 260px;
}
@media only screen and (min-width: 768px) {
  .contact-widget {
    margin-left: auto;
  }
}
.contact-widget ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  letter-spacing: .5px;
  line-height: 1.8;
  
}
.contact-widget ul li a:hover{color: #d2d2d4;}
.contact-widget ul li:not(:last-child) {
  margin-bottom: 15px;
}
.contact-widget ul li i {
  font-size: 18px;
  margin: 0 15px 0 0;
}
.news-widget li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.news-widget li:not(:last-child) {
  margin-bottom: 20px;
}
.news-widget li .image {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  max-width: 80px;
  margin-right: 20px;
}
.news-widget li .image img {
  border-radius: 5px;
}
.news-widget li .content h6 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
}
.news-widget li .content .name {
  opacity: 0.4;
}
.copyright-area {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 25px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.copyright-area p {
  margin-right: 25px;
  font-size: 13px;
  font-weight: 200;
  letter-spacing: 1.2px;
}
.copyright-area .footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 500px;
  margin-bottom: 15px;
  font-size: 12px;
}
.copyright-area .footer-menu li {
  margin-bottom: 5px;
    letter-spacing: 1.2px;
    font-size: 13px;
    font-weight: 200;
 
}
.copyright-area .footer-menu li a:hover {
  text-decoration: underline;
}
.copyright-area .footer-menu li:not(:last-child) {
  margin-right: 35px;
}
.main-footer {
  z-index: 1;
  position: relative;       background: rgb(42, 50, 141);
  
 }
.main-footer .footer-shapes img {
  z-index: -1;
  max-width: 10%;
  position: absolute;
}
.main-footer .footer-shapes .footer-bg {
  top: 0;
  left: 10%;
  max-width: 50%;
}
.main-footer .footer-shapes .shape-one {
  top: 25%;
  left: 3%;
  -webkit-animation: upDownLeft 40s infinite;
  animation: upDownLeft 40s infinite;
}
.main-footer .footer-shapes .shape-two {
  bottom: 10%;
  left: 10%;
  -webkit-animation: down-up-one 10s infinite;
  animation: down-up-one 10s infinite;
}
.main-footer .footer-shapes .shape-three {
  top: 15%;
  right: 8%;
  -webkit-animation: moveLeftRight 20s infinite;
  animation: moveLeftRight 20s infinite;
}
.main-footer .footer-shapes .shape-four {
  right: 5%;
  bottom: 15%;
  -webkit-animation: down-up-two 10s infinite;
  animation: down-up-two 10s infinite;
}


 .whatsapp_chat {
     position: fixed;
     bottom: 30px;
     left: 16px;
     color: #FFF;
     text-align: center;
     font-size: 30px;
     line-height: 40px;
     flex-shrink: 0;
     width: 50px;
     height: 50px;
     background-color: rgb(77, 194, 71);
     order: 2;
     padding: 5px;
     box-sizing: border-box;
     border-radius: 50%;
     cursor: pointer;
     
     transition: all 0.5s ease 0s;
     z-index: 200;
     display: block;
     border: 0px none;
	   -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
 }
 .whatsapp_chat:hover {
     background-color: #128c7e;
     color: #FFF;
     box-shadow: rgb(57 65 64 / 40%) 2px 2px 11px;
 }
 .whatsapp_chat:before {
     content: "";
     position: absolute;
     z-index: -1;
     left: 50%;
     top: 50%;
     transform: translateX(-50%) translateY(-50%);
     display: block;
     width: 50px;
     height: 50px;
     border-radius: 50%;
     animation: pulse-border 1500ms ease-out infinite;
     transition: all 0.3s ease;
     background: #6bcc66;
 }
 .whatsapp_chat:after {
     content: "";
     position: absolute;
     z-index: -1;
     left: 50%;
     top: 50%;
     transform: translateX(-50%) translateY(-50%);
     display: block;
     width: 50px;
     height: 50px;
     border-radius: 50%;
     transition: all400ms;
     animation: pulse-border 2.5s ease-out infinite;
 }

 .icon_fe{width: 120px;}
 .qhs_img{width: 450px;}

 .cl_n{column-count: 2;}
 .br_10{border-radius: 20px;}
 .products-dropdown .nice-select .current{    font-size: 20px;}
 .ne_10{    border-radius: 20px;
  width: 100%;
  height: 500px;
  object-fit: cover;}

 /*You can use [title] selector as well*/
[data-title] {
  position: relative;
 z-index: 999;
}

[data-title]:hover::before {
  content: attr(data-title);
  position: absolute;
  bottom: -26px;
  display: inline-block;
  padding: 3px 6px;
  border-radius: 2px;
  background: #000;
  color: #fff;
  font-size: 12px;
  
  white-space: nowrap;
}
[data-title]:hover::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 8px;
  display: inline-block;
  color: #fff;
  border: 8px solid transparent;	
  border-bottom: 8px solid #000;
}
.down-form .form-control{font-size: 14px;}
.blog-meta img{border-radius: 20px;}
.ca_text{width: 50%;
 }

  .chk_div{    position: absolute;
    right: 13px;
    top: 14px;}
    .cart_btn{    border-radius: 5px;
      left: 15px;
      top: 15px;
      color: #ffffff;
      line-height: 1;
      font-size: 13px;
      font-weight: 400;
      padding: 8px 25px;
      z-index: 99;
      background: #2b328d;
      text-transform: capitalize;
      font-family: "Nunito Sans", sans-serif;}

      .cart_btn:hover{    background: #484848;color: #fff;}

      .scroll{    border-radius: 10px;
        overflow-y: auto !important;
        width: 100%;
        margin: 0;
        padding: 0;
        text-align: justify;
        height: 450px;
        margin-top: 5px;
      overflow-x: hidden !important;
      }
      
      .scroll::-webkit-scrollbar, .esri-layer-list::-webkit-scrollbar {
        width: 7px;
      }
      .scroll::-webkit-scrollbar-track, .esri-layer-list::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        border-radius: 7px;
      }
      .scroll::-webkit-scrollbar-thumb, .esri-layer-list::-webkit-scrollbar-thumb {
        border-radius: 7px;
         -webkit-box-shadow: inset 0 0 6px #333839;
        box-shadow: inset 0 0 6px #3a4648;
      }
      
      .shoping-cart-total {background: #fff;border-radius: 10px;}
      .shoping-cart-total .accordion-body{padding: 0px;}
      .bd_l{    color: #3d2d02;
        background-color: rgba(52, 195, 143, .18);
        background: #fbeabd;}
        .br-clo{    border-bottom: 1px solid #f3f3f3 !important;}
        .al-right{text-align: right;}
        .tx_bl{    
          color: #01204d;}

          .accordion-button {
            text-transform: uppercase;
          }

          .txhd{    color: #fff;
            font-size: 13px;
            text-align: left;
            margin: 31px 0 0 0;
            text-transform: uppercase;
            font-weight: 400;}
    .not_car{top: 13px;
      /* left: 1px; */
      right: 30px;
      color: #2a328d;
      font-size: 12px;
      font-weight: 700;
      position: absolute;
      width: 20px;
      height: 20px;
      background: #ffffff;
      line-height: 20px;
      border-radius: 50%;
      text-align: center;}

      .contact-form input{padding: 15px 10px;}
 .readmore a{color: #fff !important;} .readmore a:hover{color: #e2e2e2 !important;}
 .form-group .form-control{    padding: 15px 9px;}

 .modal-body{    padding: 1.3rem 2rem 2rem;}

 .lead-form {
  margin: 0 50px;
  background: transparent;
  padding: 36px 50px;
  border-radius: 20px;}

 .counter-text {
  border-radius: 20px;
  text-align: center;
  padding: 30px 20px;
  margin-bottom: 40px;
  background: #fff;
  background-image: linear-gradient(135deg, #ffffff 0%, #edeef5 100%);
  box-shadow: 0px 2px 3px #2324274f;
}
.counter-section .counter-text {
  text-align: center;
  padding: 40px 20px;
  background-position: center center;
  background-size: cover;
  position: relative;
  z-index: 0;
  margin-bottom: 30px;
}
.counter-text i {
  color: #2b328d;
  font-size: 50px;
  margin-bottom: 25px;
  display: inline-block;
  line-height: 1;
}
 .tab-pane li{font-size: 14px;
  
  letter-spacing: .5px;
  
  line-height: 1.9;}
  .p_3{    padding: 0 10px;}
  .en_form{         background: rgb(42, 50, 141);
     }

  .en_form .form-control{    background-color: #00000042;    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    border: 1px solid rgb(192 192 192 / 24%);}

    .en_form .form-control:focus {
      color: #000000;
      background-color: #fff;
      border-color: #80bdff;}

      .grey_cl{    color: #484848;}

      .video-cta-inner h6{font-size: 14px;}

.about-section {
 
  background-color: #F7F7F7;
 }
  
.feedback-section{      /* background-image: url(../images/background/bg2.jpg); */
  background-color: #fff;}



.offer-banners-area{       /* background-image: url(../images/background/bg2.jpg); */
    background-color: #f3f3f3;}
 
     
      
      .cards {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 2rem;
        margin: 1rem .5rem;
        padding: 0;
        list-style-type: none;
        --surface-color: #fff;
        --curve: 40;    width: 100%;
      }
      
      .card {
        position: relative;
        display: block;
        height: 100%;
        border-radius: calc(var(--curve)* 1px);
        overflow: hidden;
        text-decoration: none;
        box-shadow: 0 0 6px 2px rgb(0 0 0 / 15%);
      }
      
      .card__image {
        width: 100%;
    height: 400px;
    object-fit: cover;
    -webkit-transition: 1s linear;
    transition: 1s linear;
      }
      

      .card__image:hover {
        -webkit-transform: scale(1.15);
                transform: scale(1.15);
   
      }
      .card__overlay {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1;
        border-radius: calc(var(--curve) * 1px);
        background-color: var(--surface-color);
        transform: translateY(100%);
        transition: 0.2s ease-in-out;
      }
      
      .card:hover .card__overlay {
        transform: translateY(0);
      }
      .cat{    font-weight: 700; text-transform: uppercase;
        font-size: 30px;
        letter-spacing: .5px;}
      .card__header {
        position: relative;
        display: block;
        padding: 1.5em 1rem;
      
        background-color: var(--surface-color);
        transform: translateY(-100%);
        transition: 0.2s ease-in-out;
        padding-left: 20px;
        text-align: center;
      }
      
      .card__arc {
        width: 80px;
        height: 80px;
        position: absolute;
        bottom: 100%;
        right: 0;
        z-index: 1;
      }
      
      .card__arc path {
        fill: var(--surface-color);
        
      }
      
      .card:hover .card__header {
        transform: translateY(0);
      }
      
      .card__thumb {
        flex-shrink: 0;
        width: 50px;
        height: 50px;
        border-radius: 50%;
      }
      
      .card__title {
        font-size: 15px;
        margin: 0 0 0.3em;
        font-weight: 700;
        text-transform: uppercase;
      }
      
      .card__tagline {
        display: block;
        margin: 1em 0;
   
        font-size: 0.8em;
        color: #d7bdca;
      }
      
      .card__status {
        font-size: 0.8em;
        color: #d7bdca;
      }
      
      .card__description {
        padding: 0 2em 2em;
        margin: 0;
        color: #d7bdca;
        text-align: center;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
      }




.card-hover {
  width: 100%;
  height: 500px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 32px -10px rgb(0 0 0 / 16%);
  border-radius: 10px;
  z-index: 9;
  transition: 0.5s;
}
.card-hover:has(.card-hover__link:hover) .card-hover__extra {
  transform: translateY(0);
  transition: 0.5s;
}
.card-hover:hover .card-hover__content {
  background-color: #ebecfa;
  bottom: 100%;
  transform: translateY(100%);
  padding: 50px 35px;
  transition: 0.5s;
}
.card-hover:hover .card-hover__link {
  opacity: 1;
  transform: translate(-50%, 0);
  transition: 0.5s;
}
.card-hover:hover img {
  transform: scale(1);
  transition: 0.35s 0.1s transform cubic-bezier(0.1, 0.72, 0.4, 0.97);
}
.card-hover__content {
  width: 100%;
  text-align: center;
  background-color: #ffffff;
  padding: 0 35px 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(0);
  transition: all 0.35s 0.35s cubic-bezier(0.1, 0.72, 0.4, 0.97);
  will-change: bottom, background-color, transform, padding;
  z-index: 1;transition: 0.5s;
}
.card-hover__content::before, .card-hover__content::after {
  content: "";
  width: 100%;
  height: 120px;
  background-color: inherit;
  position: absolute;
  left: 0;
  z-index: -1;
}
.card-hover__content::before {
 top: -20px;  
  -webkit-clip-path: ellipse(60% 80px at bottom center);
          clip-path: ellipse(60% 80px at bottom center);
}
.card-hover__content::after {
  bottom: -20px;
  /* -webkit-clip-path: ellipse(60% 80px at top center); */
  /* clip-path: ellipse(60% 80px at top center); */
}
.card-hover__title {
  font-size: 1.5rem;
  margin: 1em 0 .9em;
  text-transform: uppercase;
}
.card-hover__title span {
  color: #2d7f0b;
}

.card-hover__text {
  font-size: 14px;
}
.card-hover__link {
  position: absolute;
  bottom: 0rem;
  left: 50%;
  transform: translate(-50%, 10%);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-decoration: none;
  color: #2b328d;
  font-weight: 600;
  opacity: 0;
  padding: 10px;
  transition: all 0.35s;
}
.card-hover__link:hover { color: #666666; text-decoration: underline;}
.card-hover__link:hover svg {
  transform: translateX(4px);    transition: all 0.35s;
  text-decoration: underline;
}
.card-hover__link svg {
  width: 18px;
  margin-left: 4px;
  transition: transform 0.3s;
}
.card-hover__extra {
  height: 45%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  font-size: 12px;
  text-align: center;
  background-color: #2b328d;
  padding: 75px;
  text-transform: uppercase;
  bottom: 0;
  z-index: 0;
  color: #dee8c2;
  transform: translateY(100%);
  will-change: transform;
  transition: transform 0.35s;
}
.card-hover__extra h4 { padding-top: 100px;      font-size: 16px;  color: #fff;}
.card-hover__extra span {
  color: #484848;
}
.card-hover img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: -1;
  transform: scale(1.2);
  transition: 0.35s 0.35s transform cubic-bezier(0.1, 0.72, 0.4, 0.97);
}
.chef-images img{ 
  width: 100%;
  border-radius: 50px;}

 .w_5{    width: 50px;}
  .loader {
    --duration: 3s;
    --primary: rgba(39, 94, 254, 1);
    --primary-light: #2f71ff;
    --primary-rgba: rgba(39, 94, 254, 0);
    width: 200px;
    height: 320px;
    position: relative;
    transform-style: preserve-3d;
    margin: 20% auto 0;
    zoom: 0.34;
  }
  .grid-list-mob{display: none;}
  .desk{display: block;}
  
  @media (max-width: 768px) {
    .loa {
      margin: 65% auto 0;
      text-align: center;
  }
    .ca_text {
      width: auto;
    }
    .loader {
      zoom: 0.34;
      margin: 90% auto 0;
    }
    .about-images{margin-top: 40px;}
 
.desk{display: none !important;}
    .grid-list-mob{    display: flex;
      position: fixed;
      bottom: 0;
      z-index: 999;
      background: #fff;
      padding: 20px 10px;
      width: 100%;
      box-shadow: 0 1px 10px rgb(0 0 0 / 21%);}
    
  }
  
  /* .loader:before, .loader:after {
    --r: 20.5deg;
    content: "";
    width: 320px;
    height: 140px;
    position: absolute;
    
    right: 32%;
    bottom: -11px;
    background: #e8e8e8;
    transform: translateZ(200px) rotate(var(--r));
    -webkit-animation: mask var(--duration) linear forwards infinite;
    animation: mask var(--duration) linear forwards infinite;
  } */
  
  .loader:after {
    --r: -20.5deg;
    right: auto;
    left: 32%;
  }
  
  .loader .ground {
    position: absolute;
    left: -50px;
    bottom: -120px;
    transform-style: preserve-3d;
    transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(1);
  }
  
  .loader .ground div {
    transform: rotateX(90deg) rotateY(0deg) translate(-48px, -120px) translateZ(100px) scale(0);
    width: 200px;
    height: 200px;
    background: var(--primary);
    background: linear-gradient(45deg, var(--primary) 0%, var(--primary) 50%, var(--primary-light) 50%, var(--primary-light) 100%);
    transform-style: preserve-3d;
    -webkit-animation: ground var(--duration) linear forwards infinite;
    animation: ground var(--duration) linear forwards infinite;
  }
  
  .loader .ground div:before, .loader .ground div:after {
    --rx: 90deg;
    --ry: 0deg;
    --x: 44px;
    --y: 162px;
    --z: -50px;
    content: "";
    width: 156px;
    height: 300px;
    opacity: 0;
    background: linear-gradient(var(--primary), var(--primary-rgba));
    position: absolute;
    transform: rotateX(var(--rx)) rotateY(var(--ry)) translate(var(--x), var(--y)) translateZ(var(--z));
    -webkit-animation: ground-shine var(--duration) linear forwards infinite;
    animation: ground-shine var(--duration) linear forwards infinite;
  }
  
  .loader .ground div:after {
    --rx: 90deg;
    --ry: 90deg;
    --x: 0;
    --y: 177px;
    --z: 150px;
  }
  
  .loader .box {
    --x: 0;
    --y: 0;
    position: absolute;
    -webkit-animation: var(--duration) linear forwards infinite;
    animation: var(--duration) linear forwards infinite;
    transform: translate(var(--x), var(--y));
  }
  
  .loader .box div {
    background-color: var(--primary);
    width: 48px;
    height: 48px;
    position: relative;
    transform-style: preserve-3d;
    -webkit-animation: var(--duration) ease forwards infinite;
    animation: var(--duration) ease forwards infinite;
    transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(0);
  }
  
  .loader .box div:before, .loader .box div:after {
    --rx: 90deg;
    --ry: 0deg;
    --z: 24px;
    --y: -24px;
    --x: 0;
    content: "";
    position: absolute;
    background-color: inherit;
    width: inherit;
    height: inherit;
    transform: rotateX(var(--rx)) rotateY(var(--ry)) translate(var(--x), var(--y)) translateZ(var(--z));
    filter: brightness(var(--b, 1.2));
  }
  
  .loader .box div:after {
    --rx: 0deg;
    --ry: 90deg;
    --x: 24px;
    --y: 0;
    --b: 1.4;
  }
  
  .loader .box.box0 {
    --x: -220px;
    --y: -120px;
    left: 58px;
    top: 108px;
  }
  
  .loader .box.box1 {
    --x: -260px;
    --y: 120px;
    left: 25px;
    top: 120px;
  }
  
  .loader .box.box2 {
    --x: 120px;
    --y: -190px;
    left: 58px;
    top: 64px;
  }
  
  .loader .box.box3 {
    --x: 280px;
    --y: -40px;
    left: 91px;
    top: 120px;
  }
  
  .loader .box.box4 {
    --x: 60px;
    --y: 200px;
    left: 58px;
    top: 132px;
  }
  
  .loader .box.box5 {
    --x: -220px;
    --y: -120px;
    left: 25px;
    top: 76px;
  }
  
  .loader .box.box6 {
    --x: -260px;
    --y: 120px;
    left: 91px;
    top: 76px;
  }
  
  .loader .box.box7 {
    --x: -240px;
    --y: 200px;
    left: 58px;
    top: 87px;
  }
  
  .loader .box0 {
    -webkit-animation-name: box-move0;
    animation-name: box-move0;
  }
  
  .loader .box0 div {
    -webkit-animation-name: box-scale0;
    animation-name: box-scale0;
  }
  
  .loader .box1 {
    -webkit-animation-name: box-move1;
    animation-name: box-move1;
  }
  
  .loader .box1 div {
    -webkit-animation-name: box-scale1;
    animation-name: box-scale1;
  }
  
  .loader .box2 {
    -webkit-animation-name: box-move2;
    animation-name: box-move2;
  }
  
  .loader .box2 div {
    -webkit-animation-name: box-scale2;
    animation-name: box-scale2;
  }
  
  .loader .box3 {
    -webkit-animation-name: box-move3;
    animation-name: box-move3;
  }
  
  .loader .box3 div {
    -webkit-animation-name: box-scale3;
    animation-name: box-scale3;
  }
  
  .loader .box4 {
    -webkit-animation-name: box-move4;
    animation-name: box-move4;
  }
  
  .loader .box4 div {
    -webkit-animation-name: box-scale4;
    animation-name: box-scale4;
  }
  
  .loader .box5 {
    -webkit-animation-name: box-move5;
    animation-name: box-move5;
  }
  
  .loader .box5 div {
    -webkit-animation-name: box-scale5;
    animation-name: box-scale5;
  }
  
  .loader .box6 {
    -webkit-animation-name: box-move6;
    animation-name: box-move6;
  }
  
  .loader .box6 div {
    -webkit-animation-name: box-scale6;
    animation-name: box-scale6;
  }
  
  .loader .box7 {
    -webkit-animation-name: box-move7;
    animation-name: box-move7;
  }
  
  .loader .box7 div {
    -webkit-animation-name: box-scale7;
    animation-name: box-scale7;
  }
  
  @-webkit-keyframes box-move0 {
    12% {
      transform: translate(var(--x), var(--y));
    }
  
    25%, 52% {
      transform: translate(0, 0);
    }
  
    80% {
      transform: translate(0, -32px);
    }
  
    90%, 100% {
      transform: translate(0, 188px);
    }
  }
  
  @keyframes box-move0 {
    12% {
      transform: translate(var(--x), var(--y));
    }
  
    25%, 52% {
      transform: translate(0, 0);
    }
  
    80% {
      transform: translate(0, -32px);
    }
  
    90%, 100% {
      transform: translate(0, 188px);
    }
  }
  
  @-webkit-keyframes box-scale0 {
    6% {
      transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(0);
    }
  
    14%, 100% {
      transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(1);
    }
  }
  
  @keyframes box-scale0 {
    6% {
      transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(0);
    }
  
    14%, 100% {
      transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(1);
    }
  }
  
  @-webkit-keyframes box-move1 {
    16% {
      transform: translate(var(--x), var(--y));
    }
  
    29%, 52% {
      transform: translate(0, 0);
    }
  
    80% {
      transform: translate(0, -32px);
    }
  
    90%, 100% {
      transform: translate(0, 188px);
    }
  }
  
  @keyframes box-move1 {
    16% {
      transform: translate(var(--x), var(--y));
    }
  
    29%, 52% {
      transform: translate(0, 0);
    }
  
    80% {
      transform: translate(0, -32px);
    }
  
    90%, 100% {
      transform: translate(0, 188px);
    }
  }
  
  @-webkit-keyframes box-scale1 {
    10% {
      transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(0);
    }
  
    18%, 100% {
      transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(1);
    }
  }
  
  @keyframes box-scale1 {
    10% {
      transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(0);
    }
  
    18%, 100% {
      transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(1);
    }
  }
  
  @-webkit-keyframes box-move2 {
    20% {
      transform: translate(var(--x), var(--y));
    }
  
    33%, 52% {
      transform: translate(0, 0);
    }
  
    80% {
      transform: translate(0, -32px);
    }
  
    90%, 100% {
      transform: translate(0, 188px);
    }
  }
  
  @keyframes box-move2 {
    20% {
      transform: translate(var(--x), var(--y));
    }
  
    33%, 52% {
      transform: translate(0, 0);
    }
  
    80% {
      transform: translate(0, -32px);
    }
  
    90%, 100% {
      transform: translate(0, 188px);
    }
  }
  
  @-webkit-keyframes box-scale2 {
    14% {
      transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(0);
    }
  
    22%, 100% {
      transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(1);
    }
  }
  
  @keyframes box-scale2 {
    14% {
      transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(0);
    }
  
    22%, 100% {
      transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(1);
    }
  }
  
  @-webkit-keyframes box-move3 {
    24% {
      transform: translate(var(--x), var(--y));
    }
  
    37%, 52% {
      transform: translate(0, 0);
    }
  
    80% {
      transform: translate(0, -32px);
    }
  
    90%, 100% {
      transform: translate(0, 188px);
    }
  }
  
  @keyframes box-move3 {
    24% {
      transform: translate(var(--x), var(--y));
    }
  
    37%, 52% {
      transform: translate(0, 0);
    }
  
    80% {
      transform: translate(0, -32px);
    }
  
    90%, 100% {
      transform: translate(0, 188px);
    }
  }
  
  @-webkit-keyframes box-scale3 {
    18% {
      transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(0);
    }
  
    26%, 100% {
      transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(1);
    }
  }
  
  @keyframes box-scale3 {
    18% {
      transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(0);
    }
  
    26%, 100% {
      transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(1);
    }
  }
  
  @-webkit-keyframes box-move4 {
    28% {
      transform: translate(var(--x), var(--y));
    }
  
    41%, 52% {
      transform: translate(0, 0);
    }
  
    80% {
      transform: translate(0, -32px);
    }
  
    90%, 100% {
      transform: translate(0, 188px);
    }
  }
  
  @keyframes box-move4 {
    28% {
      transform: translate(var(--x), var(--y));
    }
  
    41%, 52% {
      transform: translate(0, 0);
    }
  
    80% {
      transform: translate(0, -32px);
    }
  
    90%, 100% {
      transform: translate(0, 188px);
    }
  }
  
  @-webkit-keyframes box-scale4 {
    22% {
      transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(0);
    }
  
    30%, 100% {
      transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(1);
    }
  }
  
  @keyframes box-scale4 {
    22% {
      transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(0);
    }
  
    30%, 100% {
      transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(1);
    }
  }
  
  @-webkit-keyframes box-move5 {
    32% {
      transform: translate(var(--x), var(--y));
    }
  
    45%, 52% {
      transform: translate(0, 0);
    }
  
    80% {
      transform: translate(0, -32px);
    }
  
    90%, 100% {
      transform: translate(0, 188px);
    }
  }
  
  @keyframes box-move5 {
    32% {
      transform: translate(var(--x), var(--y));
    }
  
    45%, 52% {
      transform: translate(0, 0);
    }
  
    80% {
      transform: translate(0, -32px);
    }
  
    90%, 100% {
      transform: translate(0, 188px);
    }
  }
  
  @-webkit-keyframes box-scale5 {
    26% {
      transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(0);
    }
  
    34%, 100% {
      transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(1);
    }
  }
  
  @keyframes box-scale5 {
    26% {
      transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(0);
    }
  
    34%, 100% {
      transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(1);
    }
  }
  
  @-webkit-keyframes box-move6 {
    36% {
      transform: translate(var(--x), var(--y));
    }
  
    49%, 52% {
      transform: translate(0, 0);
    }
  
    80% {
      transform: translate(0, -32px);
    }
  
    90%, 100% {
      transform: translate(0, 188px);
    }
  }
  
  @keyframes box-move6 {
    36% {
      transform: translate(var(--x), var(--y));
    }
  
    49%, 52% {
      transform: translate(0, 0);
    }
  
    80% {
      transform: translate(0, -32px);
    }
  
    90%, 100% {
      transform: translate(0, 188px);
    }
  }
  
  @-webkit-keyframes box-scale6 {
    30% {
      transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(0);
    }
  
    38%, 100% {
      transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(1);
    }
  }
  
  @keyframes box-scale6 {
    30% {
      transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(0);
    }
  
    38%, 100% {
      transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(1);
    }
  }
  
  @-webkit-keyframes box-move7 {
    40% {
      transform: translate(var(--x), var(--y));
    }
  
    53%, 52% {
      transform: translate(0, 0);
    }
  
    80% {
      transform: translate(0, -32px);
    }
  
    90%, 100% {
      transform: translate(0, 188px);
    }
  }
  
  @keyframes box-move7 {
    40% {
      transform: translate(var(--x), var(--y));
    }
  
    53%, 52% {
      transform: translate(0, 0);
    }
  
    80% {
      transform: translate(0, -32px);
    }
  
    90%, 100% {
      transform: translate(0, 188px);
    }
  }
  
  @-webkit-keyframes box-scale7 {
    34% {
      transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(0);
    }
  
    42%, 100% {
      transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(1);
    }
  }
  
  @keyframes box-scale7 {
    34% {
      transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(0);
    }
  
    42%, 100% {
      transform: rotateY(-47deg) rotateX(-15deg) rotateZ(15deg) scale(1);
    }
  }
  
  @-webkit-keyframes ground {
    0%, 65% {
      transform: rotateX(90deg) rotateY(0deg) translate(-48px, -120px) translateZ(100px) scale(0);
    }
  
    75%, 90% {
      transform: rotateX(90deg) rotateY(0deg) translate(-48px, -120px) translateZ(100px) scale(1);
    }
  
    100% {
      transform: rotateX(90deg) rotateY(0deg) translate(-48px, -120px) translateZ(100px) scale(0);
    }
  }
  
  @keyframes ground {
    0%, 65% {
      transform: rotateX(90deg) rotateY(0deg) translate(-48px, -120px) translateZ(100px) scale(0);
    }
  
    75%, 90% {
      transform: rotateX(90deg) rotateY(0deg) translate(-48px, -120px) translateZ(100px) scale(1);
    }
  
    100% {
      transform: rotateX(90deg) rotateY(0deg) translate(-48px, -120px) translateZ(100px) scale(0);
    }
  }
  
  @-webkit-keyframes ground-shine {
    0%, 70% {
      opacity: 0;
    }
  
    75%, 87% {
      opacity: 0.2;
    }
  
    100% {
      opacity: 0;
    }
  }
  
  @keyframes ground-shine {
    0%, 70% {
      opacity: 0;
    }
  
    75%, 87% {
      opacity: 0.2;
    }
  
    100% {
      opacity: 0;
    }
  }
  
  @-webkit-keyframes mask {
    0%, 65% {
      opacity: 0;
    }
  
    66%, 100% {
      opacity: 1;
    }
  }
  
  @keyframes mask {
    0%, 65% {
      opacity: 0;
    }
  
    66%, 100% {
      opacity: 1;
    }
  }
  
 .cards .item{padding: 30px;  }
 .priv p{margin-bottom: 4px;    margin-left: 2px;}
 .priv h3{margin: 15px 0 5px;
  font-size: 20px;}
  .priv ul{    margin: 0 0 0 18px;}
  .priv ul li{list-style:disc; }

 .div_po{    width: 100%;
  height: 50px;
  display: block;
  position: absolute;
  background: #ffffff;
  margin: 0 auto;
  right: 0;
  margin-top: -42px;
  z-index: 4;}