/* Template Name: Bnker. - Banking and Loan HTML Templates
   Author: Acavo
   Version: 1.0.0
   Created: May 2021
   File Description: Main Css file of the template
*/
/*=========================================
                 INDEX             
===========================================
//
//             01 -- Variables        
//             02 -- General          
//             03 -- Components          
//             04 -- Header
//             05 -- hero
//             06 -- About        
//             07 -- Cta 
//             08 -- Portfolio
//             09 -- Breadcrumb
//             10 -- Services
//             11 -- Pricing         
//             12 -- Login  
//             13 -- Blog                           
//             14 -- Contact
//             15 -- Team
//             16 -- Faq
//             17 -- Title
//             18 -- Form
//             19 -- Loan Form
//             20 -- Loan Calculation
//             21 -- Testimonial
//             22 -- Featured
//             23 -- Choose Us
//             24 -- Coming Soon
//             25 -- Client Logo
//             26 -- download
//             27 -- Footer
//
==============================================*/
/*============================================

                 01 -- Variables

==============================================*/
/*-- Google font --*/
@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;600;700;800;900&amp;family=Rubik:wght@300;400;500;600;700;800;900&amp;display=swap");
/*-- Icon --*/
@import url("../../../unicons.iconscout.com/release/v3.0.3/css/line.css");
/*============================================

                 02 -- General

==============================================*/
body {
  font-family: "Nunito", sans-serif;
  overflow-x: hidden !important;
  font-size: 16px;
  color: #000;
  font-weight: 400;
  line-height: 2;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Rubik", sans-serif;
  line-height: 1.5;
  font-weight: 600;
  color: #000;
}

a {
  color: #000;
  text-decoration: none !important;
  outline: none;
}

p {
  line-height: 30px !important;
}

ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 0rem;
  margin-right: 0;
  margin-left: 0;
  padding: 0;
}

a:hover {
  text-decoration: none;
  color: #ff4151;
}

img {
  max-width: 100%;
}

.btn:focus {
  outline: 0px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

:focus {
  outline: -webkit-focus-ring-color auto 0px;
}

button:focus {
  outline: 0px dotted;
  outline: 0px auto -webkit-focus-ring-color;
}

button:focus, input:focus, input:focus, textarea, textarea:focus {
  outline: 0;
}

button:focus, input:focus, input:focus, textarea, textarea:focus {
  outline: 0;
}

.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.list-inline-item:not(:last-child) {
  margin-right: 0px;
  margin-bottom: 0px;
}

.rounded {
  border-radius: 5px !important;
}

.rounded-pill {
  border-radius: 10px !important;
}

.media-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

/*============================================

                03 -- Components

==============================================*/
.btn.theme-btn-1 {
  color: #ffffff;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  border: none;
  padding: 0px 35px;
  border-radius: 25px;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-size: 200% auto;
  /*background: -webkit-gradient(linear, left top, right top, from(#ff416c), to(#ff4b2b));*/
  background: linear-gradient(47deg,#44bdab,#a9c200 100%);
  height: 40px;
  line-height: 40px;
  /*-webkit-box-shadow: 0px 17px 43px 1px rgba(221, 26, 68, 0.356);*/
/*          box-shadow: 0px 17px 43px 1px rgba(221, 26, 68, 0.356);*/
}

.btn.theme-btn-1:hover {
  background-position: right center;
  /*-webkit-box-shadow: 0px 17px 43px 1px rgba(221, 26, 36, 0.356);
          box-shadow: 0px 17px 43px 1px rgba(221, 26, 36, 0.356);*/
}

.shadow {
  -webkit-box-shadow: 0px 10px 80px 0px rgba(215, 215, 215, 0.4) !important;
          box-shadow: 0px 10px 80px 0px rgba(215, 215, 215, 0.4) !important;
}

/*-- form --*/
.form-group {
  margin-bottom: 20px;
}

.form-group label {
  font-size: 14px;
  font-weight: 700;
}

.form-group .form-control {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #ffffff;
  border: 1px solid #dcdeed;
  color: #272a3a;
  height: 50px;
  font-size: 13px;
  border-radius: 6px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.form-group .form-control:focus, .form-group .form-control.active {
  border-color: #ff4151;
}

.form-group textarea {
  height: 100px !important;
}

.form-group textarea.form-control {
  line-height: 2;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: transparent;
  opacity: 1;
}

.custom-control-input:checked ~ .custom-control-label:before {
  color: #ffffff;
  border-color: #ff4151;
  background-color: #ff4151;
}

.custom-control-input:focus ~ .custom-control-label::before,
.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #ff4151;
}

.custom-control-label {
  cursor: pointer;
}

.custom-control-label:before, .custom-control-label:after {
  top: 2px;
}

.custom-switch .custom-control-label:after {
  top: 4px;
}

@media print {
  #topnav,
  .footer {
    display: none !important;
  }
}

/*--Custom-d-flex --*/
.custom-d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

/*-- custom-align-item-center --*/
.custom-align-item-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/*-- overlay --*/
.default-overlay,
.default-overlay-2 {
  position: relative;
}

.default-overlay:before,
.default-overlay-2:before {
  content: "";
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  z-index: 9;
}

/*-- Preloader --*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, right top, from(#ff416c), to(#ff4b2b));
  background: linear-gradient(to right, #ff416c, #ff4b2b);
  z-index: 9999999;
}

#preloader #status {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.spinner {
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 12px rgba(6, 11, 47, 0.06);
  box-shadow: 0 3px 12px rgba(6, 11, 47, 0.06);
  margin: 100px auto;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px);
  }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
  }
}

@keyframes sk-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

/*-- Go Top --*/
.go-top-area {
  position: relative;
  z-index: 999;
}

.go-top-area .go-top {
  position: fixed;
  cursor: pointer;
  top: 0;
  right: 24px;
  color: #ffffff;
  background-image: -webkit-gradient(linear, left top, right top, from(#ff416c), to(#ff4b2b));
  background-image: linear-gradient(to right, #ff416c, #ff4b2b);
  z-index: 9999;
  width: 40px;
  text-align: center;
  height: 42px;
  line-height: 42px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.9s ease-out 0s;
  transition: all 0.9s ease-out 0s;
  border-radius: 0px;
}

.go-top-area .go-top i {
  position: absolute;
  top: 50%;
  left: -4px;
  right: 0;
  margin: 0 auto;
  font-size: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.go-top-area .go-top i:last-child {
  opacity: 0;
  visibility: hidden;
  top: 60%;
}

.go-top-area .go-top::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(47deg,#44bdab,#a9c200 100%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  border-radius: 0px;
}

.go-top-area .go-top:focus, .go-top-area .go-top:hover {
  color: #fff;
}

.go-top-area .go-top:focus::before, .go-top-area .go-top:hover::before {
  opacity: 1;
  visibility: visible;
}

.go-top-area .go-top:focus i:first-child,
.go-top-area .go-top:hover i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}

.go-top-area .go-top:focus i:last-child,
.go-top-area .go-top:hover i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}

.go-top-area .go-top.active {
  top: 92%;
  -webkit-transform: translateY(-98%);
          transform: translateY(-98%);
  opacity: 1;
  visibility: visible;
  border-radius: 0px;
  right: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .go-top-area .go-top.active {
    top: 93%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
 .pad-all-height {
    height: 500px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .go-top-area .go-top.active {
    top: 93%;
  }
}

.go-top-wrap {
  position: relative;
}

.go-top-wrap .go-top-btn {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  top: 3px;
  z-index: 1;
  background: linear-gradient(47deg,#44bdab,#a9c200 100%);
  border-radius: 0px;
}

.go-top-wrap .go-top-btn i {
  font-size: 20px;
  font-weight: 700;
  padding-left: 4px;
  color: #fff;
}

.go-top-wrap .go-top-btn::after {
  z-index: -1;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  /*-webkit-animation: ripple 1.6s ease-out infinite;
          animation: ripple 1.6s ease-out infinite;*/
  opacity: 0;
  
  background: linear-gradient(47deg,#44bdab,#a9c200 100%);
  border-radius: 0px;
}

.go-top-wrap .go-top-btn:hover {
  background-color: #222;
  color: #fff;
}

@keyframes ripple {
  0%,
  35% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}

@-webkit-keyframes ripple {
  0%,
  35% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}

/*-- List Icon --*/
.list-icon li {
  position: relative;
  padding-left: 30px;
}

.list-icon li i {
  position: absolute;
  left: 0;
  top: 5px;
  color: #ff4151;
  font-size: 22px;
  line-height: 20px;
}

.theme-bg .list-icon li i {
  color: #ffffff;
}

.list-icon-2 li {
  padding-left: 20px;
  position: relative;
}

.list-icon-2 li:before {
  content: "";
  background: #ff4151;
  position: absolute;
  top: 8px;
  left: 0;
  width: 10px;
  height: 2px;
  border-radius: 4px;
}

.custom-li {
  display: inline-block;
}

.custom-li li {
  float: left;
  margin-bottom: 20px;
  width: calc(100% / 2);
}

/*-- Background Iamge --*/
.bg-section {
  height: 100%;
  background-attachment: fixed !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.bg-home {
  height: 100vh;
  background-size: cover;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  position: relative;
  background-position: center center;
}

@media (max-width: 767px) {
  .bg-home {
    padding: 150px 0;
    height: auto;
  }
}

/*-- width --*/
.width-100 {
  width: 100%;
}

/*-- Parallax Image --*/
.parallax-img {
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-gray-100 {
  background: #f8f8fc;
}

.bg-gray-200 {
  background: #edeef5;
}

.bg-gray-500 {
  background: #000;
}

.bg-gray-600 {
  background: #000;
}

.bg-gray-700 {
  background: #272a3a;
}

.gray-100 {
  color: #f8f8fc;
}

.gray-200 {
  color: #edeef5;
}

.gray-300 {
  color: #dcdeed;
}

.gray-400 {
  color: #bdc1d7;
}

.gray-500 {
  color: #000;
}

.gray-600 {
  color: #000;
}

.gray-700 {
  color: #272a3a;
}

.theme-color-1 {
  color: #a9c200  !important;
}

.bg-theme-color-1 {
  background-color: #ff4151;
}

.bg-theme-li-color {
  background-color: #fff3f4;
}

.bb-gray-100 {
  border-bottom: 1px solid #f8f8fc;
}

.bb-gray-200 {
  border-bottom: 1px solid #edeef5;
}

.bb-gray-300 {
  border-bottom: 1px solid #dcdeed;
}

.bb-gray-400 {
  border-bottom: 1px solid #bdc1d7;
}

.bb-gray-500 {
  border-bottom: 1px solid #000;
}

.bb-gray-600 {
  border-bottom: 1px solid #000;
}

.bt-gray-100 {
  border-top: 1px solid #f8f8fc;
}

.bt-gray-200 {
  border-top: 1px solid #edeef5;
}

.bt-gray-300 {
  border-top: 1px solid #dcdeed;
}

.bt-gray-400 {
  border-top: 1px solid #bdc1d7;
}

.bt-gray-500 {
  border-top: 1px solid #000;
}

.bt-gray-600 {
  border-top: 1px solid #000;
}

/*============================================

                04 -- Header

==============================================*/
.acavo-responsive-nav {
  display: none;
}

.acavo-nav .container-fluid {
 padding: 0px 50px 0px 50px;
}

.acavo-nav .navbar {
  position: inherit;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.acavo-nav .navbar .navbar-brand {
  font-size: inherit;
  line-height: 1;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.acavo-nav .navbar ul {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}

.acavo-nav .navbar .navbar-nav {
  margin: auto;
}

.acavo-nav .navbar .navbar-nav .nav-item {
  position: relative;
  margin-left: 14px;
  margin-right: 20px;
}

.acavo-nav .navbar .navbar-nav .nav-item a {
  color: #000;
  font-size: 17px;
  font-weight: 600;
  padding-left: 0;
  padding-right: 0;
  padding-top: 25px;
  padding-bottom: 25px;
}

.acavo-nav .navbar .navbar-nav .nav-item a i {
  font-size: 12px;
  display: inline-block;
  margin-right: -3px;
}

.navbar-area .acavo-nav .navbar .navbar-nav .nav-item a:hover, .acavo-nav .navbar .navbar-nav .nav-item a:focus, .acavo-nav .navbar .navbar-nav .nav-item a.active {
  color: #a9c200  !important;
}

.acavo-nav .navbar .navbar-nav .nav-item:last-child {
  margin-right: 0;
}

.acavo-nav .navbar .navbar-nav .nav-item:first-child {
  margin-left: 0;
}

.acavo-nav .navbar .navbar-nav .nav-item:hover a,
.acavo-nav .navbar .navbar-nav .nav-item.active a {
  color: #ff4151;
}

.acavo-nav .navbar .navbar-nav .nav-item .dropdown-menu {
  border: none;
  top: 70px;
  left: 0;
  z-index: 99;
  opacity: 0;
  width: 270px;
  display: block;
  border-radius: 0;
  padding: 10px 0;
  margin-top: 15px;
  position: absolute;
  visibility: hidden;
  background: #ffffff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-top: 3px solid #a9c200 ;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
.acavo-nav .navbar .navbar-nav .nav-item .dropdown-menu-2 {
width: 250px;
}
.acavo-nav .navbar .navbar-nav .nav-item .dropdown-menu li {
  margin: 0;
}

.acavo-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
  padding: 3px 10px;
  position: relative;
  display: block;
  color: #000;
      border-bottom: 1px solid #a19d9d;
  font-size: 13px;
  text-align: center;
  font-weight: 600;
}
.acavo-nav .navbar .navbar-nav .nav-item .dropdown-menu-1 li a:first-child{
  border-bottom: none !important;
}

.acavo-nav .navbar .navbar-nav .nav-item .dropdown-menu li a i {
  margin: 0;
  position: absolute;
  top: 50%;
  font-size: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
}

.acavo-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .acavo-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .acavo-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #ff4151;
}

.acavo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  top: 0;
  opacity: 0;
  left: -300px;
  margin-top: 15px;
  visibility: hidden;
}

.acavo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: #000;
}

.acavo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .acavo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .acavo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
  color: #ff4151;
}

.acavo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
  top: 0;
  opacity: 0;
  left: 300px;
  visibility: hidden;
}

.acavo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #000;
}

.acavo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .acavo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .acavo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #ff4151;
}

.acavo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  top: 0;
  opacity: 0;
  left: -300px;
  visibility: hidden;
}

.acavo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #000;
}

.acavo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .acavo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .acavo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #ff4151;
}

.acavo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  top: 0;
  opacity: 0;
  left: 300px;
  visibility: hidden;
}

.acavo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #000;
}

.acavo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .acavo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .acavo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #ff4151;
}

.acavo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  top: 0;
  opacity: 0;
  left: -300px;
  visibility: hidden;
}

.acavo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #000;
}

.acavo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .acavo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .acavo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #ff4151;
}

.acavo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  top: 0;
  opacity: 0;
  left: 300px;
  visibility: hidden;
}

.acavo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #000;
}

.acavo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .acavo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .acavo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #ff4151;
}

.acavo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #ff4151;
}

.acavo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.acavo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #ff4151;
}

.acavo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.acavo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #ff4151;
}

.acavo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.acavo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #ff4151;
}

.acavo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.acavo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
  color: #ff4151;
}

.acavo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.acavo-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
  color: #ff4151;
}

.acavo-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

.acavo-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

.acavo-nav .navbar .navbar-nav .nav-item.megamenu {
  position: inherit;
}

.acavo-nav .navbar .navbar-nav .nav-item.megamenu .container {
  display: block;
  -ms-flex-wrap: unset;
      flex-wrap: unset;
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
}

.acavo-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu {
  width: 100%;
  top: auto;
  left: 0;
  margin-top: 0;
  padding: 30px 0;
  position: absolute;
  -webkit-transform: unset !important;
          transform: unset !important;
}

.acavo-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu li a {
  margin-top: 14px;
  color: #000;
  padding: 0;
  display: block;
  font-size: 16.4px;
  font-weight: 600;
}

.acavo-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu li a:hover, .acavo-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu li a.active {
  color: #ff4151;
}

.acavo-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu li:first-child a {
  margin-top: 0;
}

.acavo-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .single-category-widget {
  position: relative;
  border-top: 1px solid #eeeeee;
  padding-top: 30px;
  margin-top: 30px;
}

.acavo-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .single-category-widget .icon {
  width: 70px;
  height: 70px;
  position: relative;
  background: #f4f4f4;
  text-align: center;
  font-size: 40px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #000;
  margin-bottom: 15px;
  border-width: 1.5px;
  border-style: dashed;
  border-color: #eeeeee;
  border-radius: 50%;
}

.acavo-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .single-category-widget .icon i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
}

.acavo-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .single-category-widget h3 {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 800;
}

.acavo-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .single-category-widget .sub-title {
  display: block;
  margin-top: 5px;
  color: #ff4151;
  font-weight: 600;
  font-size: 15px;
}

.acavo-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .single-category-widget .link-btn {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}

.acavo-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .single-category-widget:hover .icon {
  background-color: #ff4151;
  border-color: #ffffff;
  color: #ffffff;
}

.acavo-nav .navbar .others-option {
  margin-left: 30px;
}

.acavo-nav .navbar .others-option .option-item {
  margin-left: 30px;
}

.acavo-nav .navbar .others-option .option-item:first-child {
  margin-left: 0;
}

.acavo-nav .navbar .others-option .option-item .search-box {
  position: relative;
  width: 300px;
  border-radius: 5px;
}

.acavo-nav .navbar .others-option .option-item .search-box .input-search {
  display: block;
  width: 100%;
  height: 48px;
  border: none;
  border-radius: 5px;
  background-color: #f5f5f5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  padding-left: 15px;
  padding-top: 1px;
  padding-bottom: 0;
  padding-right: 0;
}

.acavo-nav .navbar .others-option .option-item .search-box .input-search::-webkit-input-placeholder, .acavo-nav .navbar .others-option .option-item .search-box .input-search:-ms-input-placeholder, .acavo-nav .navbar .others-option .option-item .search-box .input-search::-ms-input-placeholder, .acavo-nav .navbar .others-option .option-item .search-box .input-search::-webkit-input-placeholder {
  color: #848484;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.acavo-nav .navbar .others-option .option-item .search-box .input-search::-webkit-input-placeholder, .acavo-nav .navbar .others-option .option-item .search-box .input-search:-ms-input-placeholder, .acavo-nav .navbar .others-option .option-item .search-box .input-search::-ms-input-placeholder, .acavo-nav .navbar .others-option .option-item .search-box .input-search::placeholder {
  color: #848484;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.acavo-nav .navbar .others-option .option-item .search-box .input-search:focus {
  border-color: #ff4151;
  outline: none;
}

.acavo-nav .navbar .others-option .option-item .search-box .input-search:focus::-webkit-input-placeholder, .acavo-nav .navbar .others-option .option-item .search-box .input-search:focus:-ms-input-placeholder, .acavo-nav .navbar .others-option .option-item .search-box .input-search:focus::-ms-input-placeholder, .acavo-nav .navbar .others-option .option-item .search-box .input-search:focus::-webkit-input-placeholder {
  color: transparent;
}

.acavo-nav .navbar .others-option .option-item .search-box .input-search:focus::-webkit-input-placeholder, .acavo-nav .navbar .others-option .option-item .search-box .input-search:focus:-ms-input-placeholder, .acavo-nav .navbar .others-option .option-item .search-box .input-search:focus::-ms-input-placeholder, .acavo-nav .navbar .others-option .option-item .search-box .input-search:focus::placeholder {
  color: transparent;
}

.acavo-nav .navbar .others-option .option-item .search-box button {
  position: absolute;
  right: 0;
  top: 0;
  height: 48px;
  background-color: transparent;
  border: none;
  color: #ff4151;
  border-radius: 5px;
  font-size: 22px;
  padding: 0 15px;
}

.acavo-nav .navbar .others-option .option-item .default-btn {
  margin-bottom: -6px;
}

.navbar-area {
  position: absolute;
  background-color: transparent;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 999;
/*  padding-top: 10px;
  padding-bottom: 10px;*/
}
.navbar-area .acavo-nav .nav-item a{
    color: #fff !important;
}
.is-sticky .acavo-nav .nav-item a{
    color: #000 !important;
}
.navbar-area .acavo-nav .navbar .navbar-nav .nav-item .dropdown-menu li a{
    color: #000 !important;
}
.navbar-area .acavo-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover{
    color: #a9c200 !important;
}
.navbar-area.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  color: #fff;
  width: 100%;
  z-index: 999;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 2px 28px 0 rgb(1 122 54 / 57%);
  background-color: #ffffff !important;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
 /* padding-top: 5px;
  padding-bottom: 5px;*/
}

.navbar-area.navbar-style-two {
  position: relative;
}

.navbar-area.navbar-style-two.is-sticky {
  position: fixed;
}

.others-option-for-responsive {
  display: none;
}

.others-option-for-responsive .dot-menu {
  padding: 0 10px;
  height: 30px;
  cursor: pointer;
  z-index: 9991;
  position: absolute;
  right: 60px;
  top: -40px;
}

.others-option-for-responsive .dot-menu .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 30px;
}

.others-option-for-responsive .dot-menu .inner .circle {
  height: 5px;
  width: 5px;
  border-radius: 100%;
  margin: 0 2px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #000;
}

.others-option-for-responsive .dot-menu:hover .inner .circle {
  background-color: #ff4151;
}

.others-option-for-responsive .container {
  position: relative;
}

.others-option-for-responsive .container .container {
  position: absolute;
  right: 0;
  top: 10px;
  max-width: 320px;
  margin-left: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  z-index: 2;
  padding-left: 15px;
  padding-right: 15px;
}

.others-option-for-responsive .container .container.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.others-option-for-responsive .option-inner {
  padding: 15px 15px 8px;
  -webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.09);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.09);
  background-color: #ffffff;
}

.others-option-for-responsive .option-inner .search-box {
  margin-bottom: 15px;
  position: relative;
  border-radius: 5px;
}

.others-option-for-responsive .option-inner .search-box .input-search {
  display: block;
  width: 100%;
  height: 48px;
  border: none;
  border-radius: 5px;
  background-color: #f5f5f5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #000;
  font-size: 17px;
  font-weight: 600;
  padding-left: 15px;
  padding-top: 1px;
  padding-bottom: 0;
  padding-right: 0;
}

.others-option-for-responsive .option-inner .search-box .input-search::-webkit-input-placeholder, .others-option-for-responsive .option-inner .search-box .input-search:-ms-input-placeholder, .others-option-for-responsive .option-inner .search-box .input-search::-ms-input-placeholder, .others-option-for-responsive .option-inner .search-box .input-search::-webkit-input-placeholder {
  color: #848484;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.others-option-for-responsive .option-inner .search-box .input-search::-webkit-input-placeholder, .others-option-for-responsive .option-inner .search-box .input-search:-ms-input-placeholder, .others-option-for-responsive .option-inner .search-box .input-search::-ms-input-placeholder, .others-option-for-responsive .option-inner .search-box .input-search::placeholder {
  color: #848484;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.others-option-for-responsive .option-inner .search-box .input-search:focus {
  border-color: #ff4151;
}

.others-option-for-responsive .option-inner .search-box .input-search:focus::-webkit-input-placeholder, .others-option-for-responsive .option-inner .search-box .input-search:focus:-ms-input-placeholder, .others-option-for-responsive .option-inner .search-box .input-search:focus::-ms-input-placeholder, .others-option-for-responsive .option-inner .search-box .input-search:focus::-webkit-input-placeholder {
  color: transparent;
}

.others-option-for-responsive .option-inner .search-box .input-search:focus::-webkit-input-placeholder, .others-option-for-responsive .option-inner .search-box .input-search:focus:-ms-input-placeholder, .others-option-for-responsive .option-inner .search-box .input-search:focus::-ms-input-placeholder, .others-option-for-responsive .option-inner .search-box .input-search:focus::placeholder {
  color: transparent;
}

.others-option-for-responsive .option-inner .search-box button {
  position: absolute;
  right: 0;
  top: 0;
  height: 48px;
  background-color: transparent;
  border: none;
  color: #ff4151;
  border-radius: 5px;
  padding: 0 15px;
}

.others-option-for-responsive .option-inner .others-option {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.others-option-for-responsive .option-inner .others-option .option-item {
  margin-left: 0;
}

.others-option-for-responsive .option-inner .others-option .option-item:first-child {
  margin-left: 0;
}

.others-option-for-responsive .option-inner .others-option .cart-btn {
  font-size: 22px;
  position: relative;
  line-height: 1;
}

.others-option-for-responsive .option-inner .others-option .cart-btn a {
  display: inline-block;
  position: relative;
  color: #000;
}

.others-option-for-responsive .option-inner .others-option .cart-btn a span {
  position: absolute;
  right: -4px;
  top: -4px;
  width: 14px;
  height: 14px;
  text-align: center;
  line-height: 14px;
  border-radius: 50%;
  color: #ffffff;
  background-color: #ff4151;
  font-size: 10px;
  font-weight: 600;
}

.others-option-for-responsive .option-inner .others-option .cart-btn a:hover {
  color: #ff4151;
}

/*-- Header Responsive --*/
@media only screen and (max-width: 1199px) {
  .navbar-area {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .navbar-area.is-sticky {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navbar-area.is-sticky .acavo-responsive-nav .acavo-responsive-menu.mean-container .mean-nav {
    margin-top: 63px;
  }
  .navbar-area.is-sticky .others-option-for-responsive .container .container {
    top: 10px;
  }
  .navbar-area.navbar-style-two {
    padding-top: 17px;
    padding-bottom: 17px;
  }
  .acavo-responsive-nav {
    display: block;
  }
  .acavo-responsive-nav .acavo-responsive-menu {
    position: relative;
  }
  .acavo-responsive-nav .acavo-responsive-menu.mean-container .mean-nav {
    margin-top: 70px;
  }
  .acavo-responsive-nav .acavo-responsive-menu.mean-container .mean-nav ul {
    font-size: 15px;
  }
  .acavo-responsive-nav .acavo-responsive-menu.mean-container .mean-nav ul li a.active {
    color: #ff4151;
  }
  .acavo-responsive-nav .acavo-responsive-menu.mean-container .mean-nav ul li li a {
    font-size: 14.5px;
  }
  .acavo-responsive-nav .acavo-responsive-menu.mean-container .navbar-nav {
    overflow-y: scroll;
    height: 420px;
    -webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
  }
  .acavo-responsive-nav .acavo-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .nav-item {
    overflow: hidden;
  }
  .acavo-responsive-nav .acavo-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .nav-item .container {
    border-top: 1px solid #eeeeee;
    padding-left: 0;
    padding-right: 0;
  }
  .acavo-responsive-nav .acavo-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .nav-item .row {
    display: block;
    -ms-flex-wrap: unset;
    flex-wrap: unset;
    margin-left: 0;
    margin-right: 0;
    margin-top: -20px;
  }
  .acavo-responsive-nav .acavo-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .nav-item .row .col {
    -ms-flex-preferred-size: unset;
    flex-basis: unset;
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-top: 20px;
  }
  .acavo-responsive-nav .acavo-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .nav-item .row .col:last-child {
    margin-bottom: 15px;
  }
  .acavo-responsive-nav .acavo-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .nav-item .row .col:first-child .megamenu-submenu li {
    border-top: none;
  }
  .acavo-responsive-nav .acavo-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .nav-item .row:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .acavo-responsive-nav .acavo-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .nav-item a {
    width: 100%;
    float: unset;
    display: block;
  }
  .acavo-responsive-nav .acavo-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu a {
    border-bottom: none !important;
  }
  .acavo-responsive-nav .acavo-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .mean-expand {
    display: none !important;
  }
  .acavo-responsive-nav .acavo-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu {
    width: 80%;
    overflow: hidden;
    display: block !important;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
  }
  .acavo-responsive-nav .acavo-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu li a {
    border: none;
    margin-top: 18px;
    color: #677294;
    padding: 0;
    font-size: 14.5px;
    font-weight: 600;
  }
  .acavo-responsive-nav .acavo-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu li a:hover, .acavo-responsive-nav .acavo-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu li a.active {
    color: #ff4151;
  }
  .acavo-responsive-nav .acavo-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu li:first-child {
    border-top: 1px solid #eeeeee;
  }
  .acavo-responsive-nav .acavo-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .single-category-widget {
    position: relative;
    border-top: 0;
    margin-top: 0;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .acavo-responsive-nav .acavo-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .single-category-widget .icon {
    width: 50px;
    height: 50px;
    position: relative;
    background: #f4f4f4;
    text-align: center;
    font-size: 28px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #000;
    margin-bottom: 15px;
    border-width: 1.5px;
    border-style: dashed;
    border-color: #eeeeee;
    border-radius: 50%;
  }
  .acavo-responsive-nav .acavo-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .single-category-widget .icon i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
  }
  .acavo-responsive-nav .acavo-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .single-category-widget h3 {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
  }
  .acavo-responsive-nav .acavo-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .single-category-widget .sub-title {
    display: block;
    margin-top: 5px;
    color: #ff4151;
    font-weight: 600;
    font-size: 13px;
  }
  .acavo-responsive-nav .acavo-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .single-category-widget .link-btn {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
  }
  .acavo-responsive-nav .acavo-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .single-category-widget:hover .icon {
    background-color: #ff4151;
    border-color: #ffffff;
    color: #ffffff;
  }
  .acavo-responsive-nav .acavo-responsive-menu.mean-container .search-box {
    display: none !important;
    position: absolute;
    right: 340px;
    top: -11px;
    width: 270px;
    border-radius: 5px;
  }
  .acavo-responsive-nav .acavo-responsive-menu.mean-container .search-box .input-search {
    display: block;
    width: 100%;
    height: 48px;
    border: none;
    border-radius: 5px;
    background-color: #f5f5f5;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #000;
    font-size: 17px;
    font-weight: 600;
    padding-left: 15px;
    padding-top: 1px;
    padding-bottom: 0;
    padding-right: 0;
  }
  .acavo-responsive-nav .acavo-responsive-menu.mean-container .search-box .input-search::-webkit-input-placeholder, .acavo-responsive-nav .acavo-responsive-menu.mean-container .search-box .input-search:-ms-input-placeholder, .acavo-responsive-nav .acavo-responsive-menu.mean-container .search-box .input-search::-ms-input-placeholder, .acavo-responsive-nav .acavo-responsive-menu.mean-container .search-box .input-search::-webkit-input-placeholder {
    color: #848484;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .acavo-responsive-nav .acavo-responsive-menu.mean-container .search-box .input-search::-webkit-input-placeholder, .acavo-responsive-nav .acavo-responsive-menu.mean-container .search-box .input-search:-ms-input-placeholder, .acavo-responsive-nav .acavo-responsive-menu.mean-container .search-box .input-search::-ms-input-placeholder, .acavo-responsive-nav .acavo-responsive-menu.mean-container .search-box .input-search::placeholder {
    color: #848484;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .acavo-responsive-nav .acavo-responsive-menu.mean-container .search-box .input-search:focus {
    border-color: #ff4151;
  }
  .acavo-responsive-nav .acavo-responsive-menu.mean-container .search-box .input-search:focus::-webkit-input-placeholder, .acavo-responsive-nav .acavo-responsive-menu.mean-container .search-box .input-search:focus:-ms-input-placeholder, .acavo-responsive-nav .acavo-responsive-menu.mean-container .search-box .input-search:focus::-ms-input-placeholder, .acavo-responsive-nav .acavo-responsive-menu.mean-container .search-box .input-search:focus::-webkit-input-placeholder {
    color: transparent;
  }
  .acavo-responsive-nav .acavo-responsive-menu.mean-container .search-box .input-search:focus::-webkit-input-placeholder, .acavo-responsive-nav .acavo-responsive-menu.mean-container .search-box .input-search:focus:-ms-input-placeholder, .acavo-responsive-nav .acavo-responsive-menu.mean-container .search-box .input-search:focus::-ms-input-placeholder, .acavo-responsive-nav .acavo-responsive-menu.mean-container .search-box .input-search:focus::placeholder {
    color: transparent;
  }
  .acavo-responsive-nav .acavo-responsive-menu.mean-container .search-box button {
    position: absolute;
    right: 0;
    top: 0;
    height: 48px;
    background-color: transparent;
    border: none;
    color: #ff4151;
    border-radius: 5px;
    padding: 0 15px;
  }
  .acavo-responsive-nav .acavo-responsive-menu.mean-container .others-option {
    position: absolute;
    right: 55px;
    display: none !important;
    top: -10px;
  }
  .acavo-responsive-nav .acavo-responsive-menu.mean-container .others-option .option-item {
    margin-left: 30px;
  }
  .acavo-responsive-nav .acavo-responsive-menu.mean-container .others-option .option-item:first-child {
    margin-left: 0;
  }
  .acavo-responsive-nav .acavo-responsive-menu.mean-container .others-option .cart-btn {
    font-size: 22px;
    position: relative;
    line-height: 1;
  }
  .acavo-responsive-nav .acavo-responsive-menu.mean-container .others-option .cart-btn a {
    display: inline-block;
    position: relative;
    color: #000;
  }
  .acavo-responsive-nav .acavo-responsive-menu.mean-container .others-option .cart-btn a span {
    position: absolute;
    right: -4px;
    top: -4px;
    width: 14px;
    height: 14px;
    text-align: center;
    line-height: 14px;
    border-radius: 50%;
    color: #ffffff;
    background-color: #ff4151;
    font-size: 10px;
    font-weight: 600;
  }
  .acavo-responsive-nav .acavo-responsive-menu.mean-container .others-option .cart-btn a:hover {
    color: #ff4151;
  }
  .acavo-responsive-nav .mean-container a.meanmenu-reveal {
    color: #000;
  }
  .acavo-responsive-nav .mean-container a.meanmenu-reveal span {
    background: #a9c200;
  }
  .acavo-responsive-nav .logo {
    position: relative;
    width: 50%;
    z-index: 999;
  }
  .acavo-nav {
    display: none;
  }
  .others-option-for-responsive {
    display: block;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .acavo-responsive-nav .acavo-responsive-menu.mean-container .mean-nav ul {
    font-size: 16px;
  }
  .acavo-responsive-nav .acavo-responsive-menu.mean-container .mean-nav ul li li a {
    font-size: 15px;
  }
  .acavo-responsive-nav .acavo-responsive-menu.mean-container .navbar-nav {
    height: 324px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .acavo-responsive-nav .acavo-responsive-menu.mean-container .mean-nav ul {
    font-size: 16.5px;
  }
  .acavo-responsive-nav .acavo-responsive-menu.mean-container .mean-nav ul li li a {
    font-size: 15.5px;
  }
  .acavo-responsive-nav .acavo-responsive-menu.mean-container .navbar-nav {
    height: 327px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .acavo-nav .container-fluid {
    max-width: 1200px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .acavo-nav .navbar .navbar-nav {
    padding-right: 0px;
  }
  .acavo-nav .navbar .navbar-nav .nav-item .dropdown-menu {
    left: 0;
    right: auto;
  }
  .acavo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
    right: auto;
    left: -250px;
  }
  .acavo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
    left: 250px;
  }
  .acavo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    left: -250px;
  }
  .acavo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    left: 250px;
  }
  .acavo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    left: -250px;
  }
  .acavo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    left: 250px;
  }
  .acavo-nav .navbar .others-option {
    display: none !important;
  }
  .others-option-for-responsive {
    display: block;
  }
  .others-option-for-responsive .container .container {
    right: -20px;
  }
  .others-option-for-responsive .dot-menu {
    padding: 0 10px 0 0;
    right: -20px;
    top: -51px;
  }
}

/*============================================

                05 -- hero

==============================================*/
.pos-rel {
  position: relative;
}

.oh {
  overflow: hidden;
}

/*-- Hero 01 --*/
.hero-1 {
  padding: 90px 0px 98px;
  height: 100vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat !important;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
.hero-1 {
  
  height: auto;
  
}}
@media only screen and (min-width: 1401px) and (max-width: 1600px) {
.hero-1 {
  
  height: auto;
  
}}
@media only screen and (min-width: 1601px) and (max-width: 1800px) {
.hero-1 {
  
  height: auto;
  
}}
@media only screen and (min-width: 1801px) and (max-width: 1920px) {
.hero-1 {
  
  height: auto;
  
}}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-1 {
    height: auto;
    padding: 150px 0px 80px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-1 {
    height: auto;
    padding: 150px 0px 80px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-1 {
    height: auto;
    padding: 140px 0px 70px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero-1 {
    height: auto;
    padding: 140px 0px 70px;
  }
}

@media only screen and (max-width: 575px) {
  .hero-1 {
    height: auto;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-1 .hero-1-content {
    margin-bottom: 120px;
  }
}

.hero-1 .hero-1-content .hero-1-button-group {
  margin: -15px;
}

.hero-1 .hero-1-content .hero-1-button-group a {
  margin: 15px;
}

.hero-1 .hero-1-content .cate {
  margin-bottom: 10px;
  /*color: #ff4151;*/
  background: linear-gradient(to right, #122766, #122766);
  -webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

@media only screen and (max-width: 767px) {
  .hero-1 .hero-1-content .cate {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 1500px) and (max-width: 1920px) {
.hero-1 .hero-1-content .title {
  font-size: 70px !important;
  line-height: 96px !important;
  
}
}
.hero-1 .hero-1-content .title {
  font-size: 56px;
  line-height: 66px;
  margin-bottom: 15px;
  color: #000;
  font-weight: 600;
  font-family: "Rubik", sans-serif;
}

@media only screen and (max-width: 767px) {
  .hero-1 .hero-1-content .title {
    font-size: 50px;
    line-height: 56px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 990px) {
  .pad-all {
    height: auto !important;
  }
  .mob-mar-t{
    margin-top: 20px !important;
  }
}


@media only screen and (max-width: 575px) {
  .hero-1 .hero-1-content .title {
    font-size: 48px;
    line-height: 56px;
    margin-bottom: 10px;
  }
}

.hero-1 .hero-1-content p {
  font-size: 24px;
  line-height: 40px;
  margin: 0;
  margin-bottom: 33px;
  font-weight: 300;
  color: #000;
}
.sp-color{
  background: linear-gradient(
            to right, #e4c15b,
             #9e6f36);
  -webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 767px) {
  .hero-1 .hero-1-content p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 35px;
  }
}

@media only screen and (max-width: 575px) {
  .hero-1 .hero-1-content p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 25px;
  }
}


/*-- Hero 02 --*/
.hero-2 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.hero-2 .hero-2-item {
  background-color: #fafafa;
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: url(../../images-mist/images/hero/hero-2.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  padding-top: 100px;
  padding-bottom: 100px;
}

.hero-2 .hero-2-item .hero-2-content h1,
.hero-2 .hero-2-item .hero-2-content p {
  color: #272a3a;
}

.hero-2 .hero-2-item .hero-2-content h1 {
  font-size: 65px;
  margin-bottom: 20px;
  font-weight: bold;
}

.hero-2 .hero-2-item .hero-2-content p {
  margin-bottom: 0;
}

.hero-2 .hero-2-item .hero-2-content .hero-btn {
  margin-top: 30px;
}

.hero-2 .hero-2-form {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 10px 80px 0px rgba(215, 215, 215, 0.4);
          box-shadow: 0px 10px 80px 0px rgba(215, 215, 215, 0.4);
  padding: 50px 40px;
  position: relative;
  border-radius: 10px;
  max-width: 590px;
  margin-left: auto;
}

.hero-2 .hero-2-form .content {
  margin-bottom: 30px;
  text-align: center;
}

.hero-2 .hero-2-form .content h3 {
  font-size: 32px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eeeeee;
  /*font-weight: 700;*/
}

.hero-2 .hero-2-form .form-group label {
  display: block;
  margin-bottom: 10px;
  color: #000;
  font-weight: 400;
  font-size: 16px;
}

.hero-2 .hero-2-form .form-group .form-control {
  height: 35px;
  padding: 0 0 0 15px;
  line-height: initial;
  color: #09101f;
  border: 1px solid #bdc1d7;
  border-radius: 5px;
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 13px;
  font-weight: 400;
}

.hero-2 .hero-2-form .form-group .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
}

.hero-2 .hero-2-form .form-group label {
  font-size: 16px;
  color: #000;
  font-weight: 600;
  margin-bottom: 10px;
}

.hero-2 .hero-2-form .nice-select {
  height: 35px;
  width: 100%;
  line-height: 25px;
  font-size: 13px;
  padding-left: 20px;
  border: 1px solid #bdc1d7;
  color: #000;
  border-radius: 5px;
  padding-top: 5px;
  font-weight: 400;
  margin-bottom: 20px;
}

.hero-2 .hero-2-form .nice-select:focus {
  background-color: transparent;
}

.hero-2 .hero-2-form .nice-select .list {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
          box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  border-radius: 0;
  margin-top: 0;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.hero-2 .hero-2-form .nice-select .list .option {
  -webkit-transition: .6s;
  transition: .6s;
  color: #09101f;
  padding-left: 20px;
  padding-right: 20px;
}

.hero-2 .hero-2-form .nice-select .list .option:hover {
  background-color: #a9c200 !important;
  color: #ffffff;
}

.hero-2 .hero-2-form .nice-select .list .option.selected {
  background-color: transparent;
  font-weight: 600;
}

.hero-2 .hero-2-form .nice-select::after {
  height: 8px;
  width: 8px;
  border-color: #b5b6bc;
  right: 20px;
}

.hero-2 .hero-2-form .lost-your-id,
.hero-2 .hero-2-form .lost-your-password {
  font-size: 16px;
  color: #000;
  font-weight: 600;
  float: right;
}

.hero-2 .hero-2-form .lost-your-id:hover,
.hero-2 .hero-2-form .lost-your-password:hover {
  color: #ff4151;
}

.hero-2 .hero-2-form .hero-form-btn {
  margin-top: 10px;
}

/*-- Hero 03 --*/
.hero-3-bg {
  padding: 160px 0 120px;
  background-color: #f8f8fc;
}

.hero-3-bg .hero-3-title {
  font-size: 44px;
}

.hero-3-bg .hero-btn {
  -webkit-box-shadow: 0px 17px 43px 1px rgba(255, 255, 255, 0.1);
          box-shadow: 0px 17px 43px 1px rgba(255, 255, 255, 0.1);
  background-color: #edeef5;
  padding: 0px 55px;
  border-radius: 35px;
  font-size: 16px;
  color: #272a3a;
  font-weight: 600;
  -webkit-transition-duration: 400ms;
          transition-duration: 400ms;
  height: 60px;
  line-height: 60px;
}

.hero-3-bg .hero-btn i {
  font-size: 24px;
  position: relative;
  top: 3px;
  line-height: 39px;
}

.hero-3-bg .hero-btn:hover {
  background-color: #272a3a;
  -webkit-box-shadow: 0px 17px 43px 1px rgba(36, 30, 52, 0.4);
          box-shadow: 0px 17px 43px 1px rgba(36, 30, 52, 0.4);
  color: #ffffff;
}

.hero-3-bg .watch-video span {
  top: -5px;
  padding-left: 5px;
  position: relative;
}

.hero-3-bg .watch-video .play-icon-circle {
  border: 2px solid #000;
  height: 46px;
  font-size: 24px;
  width: 46px;
  color: #000;
  line-height: 43px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.hero-3-bg .watch-video .play-icon-circle:hover {
  background-color: #272a3a;
  border-color: #272a3a;
  -webkit-box-shadow: 0 0px 0px 6px rgba(39, 42, 58, 0.12);
          box-shadow: 0 0px 0px 6px rgba(39, 42, 58, 0.12);
  color: #ffffff !important;
}

.floating {
  -webkit-animation-name: floating;
          animation-name: floating;
  -webkit-animation-duration: 5.5s;
          animation-duration: 5.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@keyframes floating {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(5%);
            transform: translateY(5%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@-webkit-keyframes floating {
  0% {
    -webkit-transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(5%);
  }
  100% {
    -webkit-transform: translateY(0%);
  }
}

/*============================================

                06 -- About 

==============================================*/
.about-area .container-fluid {
  padding-left: 0;
}

.about-area .about-content h3 {
  font-size: 38px;
  margin: 14px 0 25px 0;
}

.about-area .about-content strong {
  color: #000;
  font-weight: 600;
}

.about-area .about-content p {
  color: #000;
  margin: 10px 0 0 0;
}
.about-area .about-content strong{
  color: #000;
}

.about-area .about-content .about-btn {
  margin-top: 25px;
}

.about-area .about-content.style-width {
  max-width: 630px;
}

.about-area .about-content.warp {
  padding: 30px 0 30px 0;
  max-width: 630px;
}

.about-area .about-content .about-inner-content {
  margin-top: 25px;
  position: relative;
  padding-left: 45px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.about-area .about-content .about-inner-content .icon i {
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  background: #ff4151;
  color: #ffffff;
  text-align: center;
  font-size: 20px;
  border-radius: 30px;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.about-area .about-content .about-inner-content h4 {
  font-size: 22px;
  margin-bottom: 12px;
}

.about-area .about-content .about-inner-content p {
  margin-top: 0;
}

.about-area .about-content .about-inner-content:hover .icon i {
  background: #f64c67;
}

.about-area .about-image-warp {
  background-image: url(../../images-mist/images/bg/about-2.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 1;
}

.about-area .about-image-warp .video-btn {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 70px;
  background: -webkit-gradient(linear, left top, right top, from(#ff416c), to(#ff4b2b));
  background: linear-gradient(to right, #ff416c, #ff4b2b);
  background: linear-gradient(to right, #ff416c, #ff4b2b);
  border-radius: 50%;
  color: #ffffff;
  position: absolute;
  z-index: 1;
  right: 30px;
  bottom: 50px;
  text-align: center;
}

.about-area .about-image-warp .video-btn i {
  font-size: 50px;
  position: relative;
  top: -3px;
  left: 2px;
}

.about-area .about-image-warp .video-btn::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 1px solid #f64c67;
  -webkit-animation: ripple 1s linear 1s infinite;
          animation: ripple 1s linear 1s infinite;
}

.about-area .about-image-warp .video-btn::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 1px solid #f64c67;
  -webkit-animation: ripple 1s linear infinite;
          animation: ripple 1s linear infinite;
}

.about-area .about-image-warp .video-btn:hover,
.about-area .about-image-warp .video-btn .video-content .video-btn:focus {
  background-color: #ffffff;
  color: #ff4151;
}

@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  75% {
    -webkit-transform: scale(1.75);
    transform: scale(1.75);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes ripple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  75% {
    -webkit-transform: scale(1.75);
    transform: scale(1.75);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}

/*============================================

                    07 -- Cta 

==============================================*/
.cta-area {
  margin-bottom: -120px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-area {
    text-align: center;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cta-area {
    text-align: center;
  }
}

@media only screen and (max-width: 479px) {
  .cta-area {
    text-align: center;
  }
}

.cta-area .get-start-box {
  background-image: -webkit-gradient(linear, left top, right top, from(#ff416c), to(#ff4b2b));
  background-image: linear-gradient(to right, #ff416c, #ff4b2b);
  border-radius: 8px;
  -webkit-box-shadow: 0px 17px 43px 1px rgba(221, 26, 68, 0.356);
          box-shadow: 0px 17px 43px 1px rgba(221, 26, 68, 0.356);
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 30px;
  color: #ffffff;
}

.cta-area .get-start-box .section-heading .section__title {
  color: #ffffff;
  font-size: 35px;
  margin-bottom: 8px;
}

.cta-area .get-start-box .section-heading .section__sub {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-area .get-start-box .button-shared.text-end {
    margin-top: 30px;
    text-align: center !important;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cta-area .get-start-box .button-shared.text-end {
    margin-top: 30px;
    text-align: center !important;
  }
}

@media only screen and (max-width: 479px) {
  .cta-area .get-start-box .button-shared.text-end {
    margin-top: 30px;
    text-align: center !important;
  }
}

.cta-area .get-start-box .button-shared.text-end .cta-btn {
  -webkit-box-shadow: 0px 17px 43px 1px rgba(255, 255, 255, 0.1);
          box-shadow: 0px 17px 43px 1px rgba(255, 255, 255, 0.1);
  background-color: #edeef5;
  padding: 0px 55px;
  border-radius: 35px;
  font-size: 16px;
  color: #272a3a;
  font-weight: 600;
  -webkit-transition-duration: 400ms;
          transition-duration: 400ms;
  height: 60px;
  line-height: 60px;
}

.cta-area .get-start-box .button-shared.text-end .cta-btn i {
  font-size: 24px;
  position: relative;
  top: 3px;
  line-height: 39px;
}

.cta-area .get-start-box .button-shared.text-end .cta-btn:hover {
  background-color: #272a3a;
  -webkit-box-shadow: 0px 17px 43px 1px rgba(36, 30, 52, 0.4);
          box-shadow: 0px 17px 43px 1px rgba(36, 30, 52, 0.4);
  color: #ffffff;
}

/*============================================

                08 -- Portfolio

==============================================*/
.portfolio-detail .portfolio_area_details .portfolio-post-content {
  position: relative;
}

.portfolio-detail .portfolio_area_details .portfolio-post-content h2 {
  font-size: 42px;
  line-height: 58px;
  margin-bottom: 28px;
}

.portfolio-detail .portfolio_area_details .portfolio-post-content img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  margin: 29px 0 50px;
}

.portfolio-detail .portfolio_area_details .helping-post {
  background: #f8f8fc;
  padding: 64px 100px 59px;
  border-radius: 15px;
  margin-top: 72px;
  margin-bottom: 97px;
}

.portfolio-detail .portfolio_area_details .helping-post h3 {
  color: #000;
  font-size: 40px;
  line-height: 55px;
  margin: 0 70px 46px;
  text-align: center;
}

.portfolio-detail .portfolio_area_details .helping-post .loan-desc {
  position: relative;
  font-size: 19px;
  line-height: 35px;
  color: #606378;
  margin: 0 0 9px;
}

.portfolio-detail .portfolio_area_details .helping-post .loan-desc h5 {
  font-weight: 700;
  margin: 0;
  font-size: 19px;
  line-height: 35px;
  color: #606378;
  display: inline-block;
  min-width: 155px;
}

.portfolio-detail .portfolio_area_details .helping-post .loan-desc p {
  margin: 0;
  display: inline-block;
  padding-left: 20px;
  word-break: break-all;
}

.portfolio-detail .portfolio_area_details .related-portfolio {
  position: relative;
}

.portfolio-detail .portfolio_area_details .related-portfolio h3 {
  font-size: 40px;
  line-height: 55px;
  color: #000;
  margin-bottom: 56px;
}

.single-portfolio {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 18px 0px rgba(51, 60, 142, 0.1);
          box-shadow: 0px 0px 18px 0px rgba(51, 60, 142, 0.1);
}

.single-portfolio .portfolio-thumb {
  position: relative;
}

.single-portfolio .portfolio-thumb img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}

.single-portfolio .portfoilo-overlay {
  position: absolute;
  top: 0;
  z-index: 2;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transition-timing-function: cubic-bezier(0.07, 0.72, 0.24, 1);
          transition-timing-function: cubic-bezier(0.07, 0.72, 0.24, 1);
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  /*background-image: -webkit-gradient(linear, left top, right top, from(#ff416c), to(#ff4b2b));*/
  background: #2d3090;
  border-radius: 15px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all ease 400ms;
  transition: all ease 400ms;
}

.single-portfolio .portfoilo-overlay h4 {
  font-size: 20px;
  color: #fff;
  line-height: .8;
  font-weight: 800;
  margin: 0 0 28px;
}

.single-portfolio .portfoilo-overlay h4 a {
  color: #fff;
  z-index: 5;
  top: 0px;
  position: relative;
  -webkit-transition: all ease 1200ms;
  transition: all ease 1200ms;
}

.single-portfolio .portfoilo-overlay h4 a:hover {
  color: #fff;
}

.single-portfolio .portfoilo-overlay p {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 32px;
  z-index: 5;
  position: relative;
  -webkit-transition: all ease 1200ms;
  transition: all ease 1200ms;
}

.single-portfolio .portfoilo-overlay .portfolio-btn {
  -webkit-box-shadow: 0px 17px 43px 1px rgba(255, 255, 255, 0.1);
          box-shadow: 0px 17px 43px 1px rgba(255, 255, 255, 0.1);
  background-color: #edeef5;
  padding: 0px 55px;
  border-radius: 35px;
  font-size: 16px;
  color: #272a3a;
  font-weight: 600;
  -webkit-transition-duration: 400ms;
          transition-duration: 400ms;
  height: 60px;
  line-height: 60px;
}

.single-portfolio .portfoilo-overlay .portfolio-btn i {
  font-size: 24px;
  position: relative;
  top: 3px;
  line-height: 39px;
}

.single-portfolio .portfoilo-overlay .portfolio-btn:hover {
  background-color: #fff;
  -webkit-box-shadow: 0px 17px 43px 1px rgba(36, 30, 52, 0.4);
          box-shadow: 0px 17px 43px 1px rgba(36, 30, 52, 0.4);
  color: #122766;
}

.single-portfolio .portfoilo-overlay .portfolio-aling {
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  padding: 30px;
}

.single-portfolio:hover .portfoilo-overlay {
  visibility: visible;
  opacity: 1;
  border-radius: 20px;
}

.single-portfolio:hover .portfoilo-overlay h4 a {
  top: 0;
}

.single-portfolio:hover .portfoilo-overlay a.portfolio-btn {
  bottom: 0;
}

/*============================================

              09 -- Breadcrumb 

==============================================*/
.banner-section {
  padding-top: 100px;
  background-color: #f8f8fc;
}

@media screen and (max-width: 991px) {
  .banner-section {
    padding-top: 130px;
  }
}

@media screen and (max-width: 767px) {
  .banner-section {
    padding-top: 120px;
  }
}

.banner-section .banner-content .title {
  color: #000;
  font-weight: 700;
  line-height: 1.058;
  margin-bottom: 70px;
  font-size: 68px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .banner-section .banner-content .title {
    font-size: 45px;
  }
}

@media screen and (max-width: 1199px) {
  .banner-section .banner-content .title {
    font-size: 40px;
  }
}

.banner-section .banner-content p {
  font-size: 18px;
}

@media screen and (max-width: 991px) {
  .banner-section .banner-content p {
    font-size: 16px;
  }
}

@media screen and (min-width: 1500px) {
  .banner-img {
    margin-right: -150px;
  }
}

@media screen and (min-width: 1920px) {
  .banner-img {
    margin-right: -215px;
  }
}

@media screen and (min-width: 1701px) {
  .banner-padding {
    padding-top: 7px;
  }
}

@media screen and (min-width: 1500px) and (max-width: 1700px) {
  .banner-padding {
    padding-top: 8px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .banner-padding {
    padding-top: 19px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-padding {
    padding-top: 38px;
  }
}


/*============================================

              10 -- Services

==============================================*/
.services-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.single-services {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
          box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  margin-bottom: 30px;
  text-align: center;
  padding: 35px 30px 75px 30px;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-services .image {
  margin-bottom: 25px;
  width: 100px;
  margin: auto;
  margin-bottom: 10px;
}

.single-services h3 {
  font-size: 25px;
  margin-bottom: 16px;
}

.single-services h3 a {
  color: #202647;
}

.single-services .services-btn {
  color: #f64c67;
  font-weight: 500;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-services .services-btn i {
  position: relative;
  top: 1px;
}

.single-services:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.single-services:hover .services-btn {
  letter-spacing: 1px;
}

.single-services:hover h3 a {
  color: #f64c67;
}

.single-services .icon {
  margin-bottom: 20px;
}

.single-services .icon i {
  display: inline-block;
  height: 80px;
  width: 80px;
  line-height: 80px;
  background: -webkit-gradient(linear, left bottom, right top, from(#fdb084), color-stop(#ff9870), color-stop(#ff7e62), color-stop(#ff5f59), to(#ff3656));
  background: linear-gradient(to right top, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656);
  color: #ffffff;
  font-size: 45px;
  border-radius: 50px;
}

.single-services-item {
  margin-bottom: 30px;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-services-item .content {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  padding: 35px 20px;
  max-width: 350px;
  margin: -50px auto 0;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5px;
}

.single-services-item .content h3 {
  margin-bottom: 10px;
  font-size: 25px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-services-item .content h3 a {
  color: #202647;
}

.single-services-item .content span {
  font-weight: bold;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #6b6b84;
}

.single-services-item .content::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background: -webkit-gradient(linear, left bottom, right top, from(#fdb084), color-stop(#ff9870), color-stop(#ff7e62), color-stop(#ff5f59), to(#ff3656));
  background: linear-gradient(to right top, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656);
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5px;
}

.single-services-item:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.single-services-item:hover .content::before {
  height: 100%;
}

.single-services-item:hover .content h3 a,
.single-services-item:hover .content span {
  color: #ffffff;
}

.single-services-box {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  margin-bottom: 30px;
  text-align: center;
  padding: 35px 30px 45px 30px;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-services-box::before {
  content: '';
  position: absolute;
  bottom: -92%;
  left: 0;
  width: 120%;
  height: 100%;
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: -webkit-gradient(linear, left bottom, right top, from(#fdb084), color-stop(#ff9870), color-stop(#ff7e62), color-stop(#ff5f59), to(#ff3656));
  background: linear-gradient(to right top, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656);
  -webkit-transform: rotate(-7deg);
  transform: rotate(-7deg);
}

.single-services-box .icon {
  margin-bottom: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-services-box .icon i {
  display: inline-block;
  height: 120px;
  width: 120px;
  line-height: 120px;
  background: -webkit-gradient(linear, left bottom, right top, from(#fdb084), color-stop(#ff9870), color-stop(#ff7e62), color-stop(#ff5f59), to(#ff3656));
  background: linear-gradient(to right top, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656);
  color: #ffffff;
  font-size: 45px;
  border-radius: 50px;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.single-services-box h3 {
  font-size: 25px;
  margin-bottom: 16px;
}

.single-services-box h3 a {
  color: #202647;
}

.single-services-box .services-btn {
  color: #f64c67;
  font-weight: 500;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-services-box .services-btn i {
  position: relative;
  top: 1px;
}

.single-services-box:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.single-services-box:hover .services-btn {
  letter-spacing: 1px;
}

.single-services-box:hover h3 a {
  color: #f64c67;
}

.single-services-box:hover .icon {
  -webkit-animation: bounce 2s;
  animation: bounce 2s;
}

/*============================================

               11 -- Pricing

==============================================*/
.pricing-area .pricing-item {
  background-color: #fff;
  border-radius: 8px;
  padding: 42px 40px 45px 40px;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  border: 1px solid rgba(158, 166, 186, 0.2);
}

@media only screen and (max-width: 479px) {
  .pricing-area .pricing-item {
    width: auto;
  }
}

.pricing-area .pricing-item .pricing-tooltip {
  position: absolute;
  width: auto;
  right: 20px;
  left: auto;
  top: 20px;
  border-radius: 4px 4px 0 0;
}

.pricing-area .pricing-item .pricing-tooltip .pricing__tooltip {
  display: inline-block;
  border-radius: 8px;
  padding: 6px 16px;
  font-size: 15px;
  color: #fff;
  background-color: #32d123;
}

.pricing-area .pricing-item .pricing-title {
  padding-bottom: 33px;
  border-bottom: none;
  margin-bottom: 0;
}

.pricing-area .pricing-item .pricing-title .pricing-price {
  font-size: 60px;
  font-weight: 600;
  color: #ff4151;
  margin-bottom: 0;
}

.pricing-area .pricing-item .pricing-title .pricing-price small {
  font-size: 28px;
  font-weight: 600;
}

.pricing-area .pricing-item .pricing-title .pricing-title {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 10px;
}

.pricing-area .pricing-item .pricing-list {
  padding-bottom: 33px;
}

.pricing-area .pricing-item .pricing-list li {
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(158, 166, 186, 0.2);
  padding-bottom: 15px;
}

.pricing-area .pricing-item .pricing-list li span {
  color: #2e3d62;
  float: right;
  margin-right: 0;
  font-weight: 500;
}

.pricing-area .pricing-item .pricing-list li:last-child {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}

.pricing-area .pricing-item .pricing-price .pricing-meta {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  margin-top: 23px;
  font-size: 12px;
  text-align: center;
}

@media (max-width: 320px) {
  .pricing-item .pricing-title .pricing-price {
    font-size: 50px;
  }
}

/*============================================

               12 -- Login 

==============================================*/
.login-page {
  position: relative;
  background-image: url("../../images-mist/images/bg/login-bg.jpg");
  background-size: cover;
  background-position: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 100vh;
}

.login-page .overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-image: url("../../images-mist/images/bg/overlay.png");
  opacity: 30%;
}

.login-page .login-form {
  z-index: 1;
  width: 450px;
  background-color: #fff;
  border-radius: 0.5rem;
  padding: 1rem;
  margin: 3rem 0rem;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
          box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
}

.login-page .login-form .input-group {
  position: relative;
  margin-bottom: 1.5rem;
}

.login-page .login-form .input-group .login-form-icon {
  position: absolute;
  top: 0.75rem;
  left: 0rem;
  background-color: transparent !important;
  color: #ff4151;
  border: none;
  z-index: 10;
  font-size: 1rem;
}

.login-page .login-form .input-group .form-control {
  background-color: transparent;
  border: none;
  border-bottom: 0.0625rem solid #eeeeff;
  border-radius: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #1e2022;
  padding: 0.75rem 1.5rem;
  height: 3.225rem;
}

.login-page .login-form .input-group .form-control:focus {
  color: #1e2022;
  outline: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.login-page .login-form .input-group .form-control::-webkit-input-placeholder, .login-page .login-form .input-group .form-control::-moz-placeholder, .login-page .login-form .input-group .form-control:-ms-input-placeholder, .login-page .login-form .input-group .form-control::-ms-input-placeholder, .login-page .login-form .input-group .form-control::-webkit-input-placeholder {
  color: #97a4af;
  opacity: 1;
}

.login-page .login-form .input-group .form-control::-webkit-input-placeholder, .login-page .login-form .input-group .form-control::-moz-placeholder, .login-page .login-form .input-group .form-control:-ms-input-placeholder, .login-page .login-form .input-group .form-control::-ms-input-placeholder, .login-page .login-form .input-group .form-control::placeholder {
  color: #97a4af;
  opacity: 1;
}

.login-page .login-form .login-social-icon {
  background: -webkit-gradient(linear, left top, right top, from(#ff416c), to(#ff4b2b));
  background: linear-gradient(to right, #ff416c, #ff4b2b);
  -webkit-box-shadow: 0px 17px 43px 1px rgba(221, 26, 68, 0.356);
          box-shadow: 0px 17px 43px 1px rgba(221, 26, 68, 0.356);
  margin: -3rem -1rem 2rem;
  padding: 1rem;
  text-align: center;
  border-radius: 0.5rem;
  color: #fff;
}

.login-page .login-form .login-social-icon h2 {
  color: #ffffff;
}

.login-page .login-form .login-social-icon .social-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  width: 100%;
  list-style: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 1.5rem 0rem 0rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.login-page .login-form .login-social-icon .social-buttons li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 2px;
}

.login-page .login-form .login-social-icon .social-buttons li:first-child {
  margin-left: 0px;
}

.login-page .login-form .login-social-icon .social-buttons li:last-child {
  margin-right: 0px;
}

.login-page .login-form .login-social-icon .social-buttons a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 0.75rem 1rem;
  font-weight: 500;
  text-decoration: none;
  color: #fff;
  border-radius: 0.3125rem;
  border: 1px solid rgba(255, 255, 255, 0);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.login-page .login-form .login-social-icon .social-buttons a:hover {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.login-page .form-check {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.login-page .form-check input[type='checkbox'] {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.3rem;
  opacity: 0;
}

.login-page .form-check-box {
  cursor: pointer;
}

.login-page .form-check-box::before {
  border-radius: 0.25rem;
  -webkit-transition: .4s;
  transition: .4s;
  position: absolute;
  top: 6px;
  left: 0rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #eeeeff;
  border: 1px solid #97a4af;
}

.login-page .form-check-box:hover::before {
  border-color: #ff4151;
}

.login-page .form-check-box::after {
  position: absolute;
  top: 0.1875rem;
  left: 0rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50% / 50% 50%;
}

.login-page .form-check {
  padding-left: 1.5rem;
  font-weight: 400;
}

.login-page .form-check label {
  color: #97a4af;
}

.login-page .form-check input:checked ~ .form-check-box::before {
  color: #fff;
  border-color: #ff4151;
  background-color: #ff4151;
}

.login-page .form-check input:checked ~ .form-check-box::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.login-page .login-footer {
  text-align: center;
  margin-top: 22px;
  font-size: 12px;
  color: #97a4af;
  font-weight: 400;
}

/*============================================

                    13 -- Blog   

==============================================*/
.blog-area {
  background-size: cover;
  background-position: center center;
}

.blog-img > a img,
.blog-wrapper img {
  max-width: 100%;
}

.blog-text {
  background: #fff;
  padding: 40px 36px 32px 36px;
  -webkit-box-shadow: 0px 10px 80px 0px rgba(215, 215, 215, 0.4);
          box-shadow: 0px 10px 80px 0px rgba(215, 215, 215, 0.4);
}

.blog-text h4 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 15px;
  position: relative;
  padding-top: 24px;
}

.blog-text h4 > a {
  color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.blog-text h4 > a:hover {
  color: #ff4151;
}

.blog-text h4::before {
  height: 2px;
  width: 40px;
  background: #ff4151;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}

.blog-text > a {
  color: #6e6e6e;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.blog-text > a:hover {
  color: #ff4151;
}

.blog-text > a i {
  position: relative;
  top: 3px;
  margin-left: 4px;
}

.blog-meta {
  border-top: 1px solid #e7e7e7;
  margin-top: 44px;
  padding-top: 25px;
}

.blog-meta > span {
  font-size: 14px;
  color: #000;
  font-weight: 400;
  margin-right: 25px;
  font-family: "Rubik", sans-serif;
}

.blog-meta > span:last-child {
  margin-right: 0;
}

.blog-meta > span i {
  color: #000;
  font-size: 20px;
  margin-right: 6px;
  top: 1px;
  position: relative;
}

/* blog-standard */
.blog-standard .blog-text h4 {
  font-size: 26px;
  line-height: 1.3;
}

/* pagination */
.pagination-style ul li {
  display: inline-block;
  margin: 0 1px;
}

@media only screen and (max-width: 767px) {
  .pagination-style ul li {
    margin: 0 4px;
  }
}

.pagination-style ul li a {
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #535353;
  font-size: 16px;
  text-align: center;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
}

@media only screen and (max-width: 767px) {
  .pagination-style ul li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}

.pagination-style ul li a.active, .pagination-style ul li a:hover {
  background-color: #ff4151;
  color: #fff;
  border: 1px solid #ff4151;
  -webkit-box-shadow: 0px 17px 43px 1px rgba(221, 26, 68, 0.356);
          box-shadow: 0px 17px 43px 1px rgba(221, 26, 68, 0.356);
}

.pagination-style ul li a i {
  line-height: 40px;
  font-size: 24px;
}

@media only screen and (max-width: 767px) {
  .pagination-style ul li a i {
    line-height: 40px;
  }
}

.pagination-style ul li:last-child {
  position: relative;
  top: 2px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pagination-style.mt-70 {
    margin-top: 0px;
  }
  .pagination-style.mt-50 {
    margin-top: 0px;
  }
  .pagination-style.mt-20 {
    margin-top: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .pagination-style.mt-70 {
    margin-top: 0px;
  }
  .pagination-style.mt-50 {
    margin-top: 0px;
  }
  .pagination-style.mt-20 {
    margin-top: 0px;
  }
}

.blog-post-tag span {
  font-size: 18px;
  font-weight: 700;
  display: block;
  margin-bottom: 17px;
  color: #062a4d;
}

.blog-post-tag a {
  color: #646974;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  border: 2px solid #eaedff;
  padding: 12px 24px;
  margin-right: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 5px;
  margin-bottom: 10px;
}

.blog-post-tag a:hover {
  color: #fff;
  background: #ff4151;
  border-color: #ff4151;
}

.blog-post-tag a:last-child {
  margin-right: 0;
}

.blog-share-icon span {
  font-size: 18px;
  font-weight: 700;
  color: #062a4d;
  display: block;
  margin-bottom: 17px;
}

.blog-share-icon a {
  color: #6f7172;
  font-size: 18px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-right: 22px;
}

.cov-navigation span a {
  color: #000;
}

.cov-navigation h4 a {
  color: #000;
}

.cov-navigation h4 a:hover {
  color: #ff4151;
}

.blog-share-icon a:hover {
  color: #ff4151;
}

.blog-share-icon a:last-child {
  margin-right: 0;
}

.blog-details-border {
  border-top: 1px solid #eaedff;
  border-bottom: 1px solid #eaedff;
  padding-top: 33px;
  padding-bottom: 23px;
  margin-bottom: 42px;
}

.author {
  
  padding: 0 70px 44px 40px;
}

@media only screen and (max-width: 767px) {
  .author {
    padding: 0 30px 44px 30px;
  }
}

.author-img {
  margin-bottom: 35px;
}

.author-img img {
  margin-top: -60px;
}

.author-text h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}

.author-text p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
}

.author-icon {
  margin-top: 6px;
  margin-bottom: 25px;
}

.author-icon a {
  font-size: 14px;
  color: #9498b6;
  margin: 0 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.author-icon a:hover {
  color: #ff4151;
}

.post-comments {
  border-bottom: 1px solid #eaedff;
  margin-bottom: 42px;
  padding-bottom: 46px;
}

.blog-coment-title h2 {
  font-size: 26px;
  margin-bottom: 0;
}

.comments-avatar {
  float: left;
}

@media only screen and (max-width: 767px) {
  .comments-avatar {
    float: none;
  }
}

.latest-comments .comments-avatar img {
  width: 100px;
  margin-right: 20px;
}

.latest-comments li:first-child .comments-box {
  border-top: 0;
  padding-top: 0;
}

.latest-comments li:last-child .comments-box {
  border-bottom: 0;
  padding-bottom: 0;
}

.latest-comments li.children {
  margin-left: 100px;
}

@media only screen and (max-width: 767px) {
  .latest-comments li.children {
    margin-left: 0;
  }
}

.comments-box {
  border-top: 1px solid #eaedff;
  padding: 30px 0;
}

.comments-text {
  overflow: hidden;
  padding-top: 4px;
}

@media only screen and (max-width: 767px) {
  .comments-text {
    margin-top: 15px;
  }
}

.comments-text p {
  margin-bottom: 0;
  margin-top: 8px;
}

.avatar-name {
  margin-bottom: 3px;
  overflow: hidden;
  position: relative;
}

.avatar-name h5 {
  font-size: 18px;
  margin-bottom: 7px;
}

.avatar-name span {
  color: #ff4151;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.reply {
  color: #6f7172;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 1;
  float: right;
  margin-top: 4px;
  position: absolute;
  right: 0;
  top: 0;
}

.reply:hover {
  color: #ff4151;
}

.reply i {
  margin-right: 5px;
}

.post-comments-title {
  margin-bottom: 39px;
}

.post-comments-title h2 {
  font-size: 26px;
  font-weight: 700;
  color: #140a20;
  margin-bottom: 0;
}

.conatct-post-form {
  background: #f8f8fc;
  padding: 50px;
}

@media only screen and (max-width: 767px) {
  .conatct-post-form {
    padding: 20px;
  }
}

.conatct-post-form input {
  border: none;
  height: 60px;
  margin-bottom: 20px;
  padding: 0 30px;
  width: 100%;
  font-size: 14px;
  color: #000;
}

.conatct-post-form textarea {
  border: none;
  height: 150px;
  margin-bottom: 20px;
  padding: 30px;
  width: 100%;
  color: #000;
  font-size: 14px;
}

#contacts-form textarea::-moz-placeholder, #contacts-form textarea::placeholder {
  color: #000;
  font-size: 14px;
}

.about-community p {
  font-size: 16px;
  line-height: 28px;
}

.blog-details .blog-text {
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.blog-details .blog-wrapper {
  padding: 35px;
  -webkit-box-shadow: 0px 10px 80px 0px rgba(215, 215, 215, 0.4);
          box-shadow: 0px 10px 80px 0px rgba(215, 215, 215, 0.4);
}

.blog-details .blog-text h4 {
  font-size: 26px;
  line-height: 1.3;
}

.sidebar .widget {
  padding: 25px;
  -webkit-box-shadow: 0px 10px 80px 0px rgba(215, 215, 215, 0.4);
          box-shadow: 0px 10px 80px 0px rgba(215, 215, 215, 0.4);
}

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

.sidebar .widget .widget-search input[type="text"],
.sidebar .widget .searchform input[type="text"] {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 12px 15px;
  height: 45px;
  font-size: 14px;
  display: block;
  width: 100%;
  outline: none !important;
  padding-right: 45px;
}

.sidebar .widget .widget-search input[type="submit"],
.sidebar .widget .searchform input[type="submit"] {
  position: absolute;
  top: 5px;
  right: 10px;
  opacity: 0;
  width: 40px;
  height: 40px;
}

.sidebar .widget .widget-search .searchform:after {
  content: "\f0cd";
  position: absolute;
  font-family: "remixicon";
  right: 16px;
  top: 15px;
  font-size: 20px;
  line-height: 20px;
  pointer-events: none;
}

.sidebar .widget .widget-title {
  font-size: 18px;
}

.sidebar .widget .catagory li {
  padding-bottom: 10px;
}

.sidebar .widget .catagory li:last-child {
  padding-bottom: 0;
}

.sidebar .widget .catagory li a,
.sidebar .widget .catagory li span {
  font-size: 15px;
}

.sidebar .widget .catagory li a {
  color: #000;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.sidebar .widget .catagory li a:hover {
  color: #ff4151;
}

.sidebar .widget .post-recent {
  padding-bottom: 15px;
}

.sidebar .widget .post-recent:last-child {
  padding-bottom: 0;
}

.sidebar .widget .post-recent .post-recent-thumb {
  width: 25%;
}

.sidebar .widget .post-recent .post-recent-content {
  width: 75%;
  padding-left: 10px;
}

.sidebar .widget .post-recent .post-recent-content a {
  display: block;
  color: #000;
  font-size: 15px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.sidebar .widget .post-recent .post-recent-content a:hover {
  color: #ff4151;
}

.sidebar .widget .post-recent .post-recent-content span {
  font-size: 13px;
}

.sidebar .widget .tagcloud > a {
  background: #f8f8fc;
  color: #000;
  font-weight: 500;
  display: inline-block;
  font-size: 9px;
  letter-spacing: 1px;
  margin: 5px 10px 5px 0;
  padding: 8px 12px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.sidebar .widget .tagcloud > a:hover {
  background: #ff4151;
  color: #ffffff;
}

.social-icon li a {
  margin-right: 4px;
  color: #ffffff !important;
  background-color: #272a3a;
  display: inline-block;
  height: 52px;
  text-align: center;
  font-size: 20px;
  width: 52px;
  line-height: 50px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  overflow: hidden;
  position: relative;
  border-radius: 5px;
}

.social-icon li a:hover {
  background-color: #ff4151;
}

.social-icon.social li a {
  color: #8a8eaa;
  border-color: #8a8eaa;
}

.author-icon {
  margin-top: 6px;
  margin-bottom: 25px;
}

.author-icon a {
  font-size: 16px;
  color: #9498b6;
  margin: 0 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.author-icon a:hover {
  color: #ff4151;
}

/*============================================

              14 -- Contact Us 

==============================================*/
.contact-section {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}

.contact-section .map-site {
  height: 100%;
  min-height: 350px;
}

.contact-section .map-site iframe {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

.contact-section .form-inner {
  position: relative;
  display: block;
  padding: 30px 50px;
  border-radius: 20px;
}

.contact-section .form-inner #contact-form .form-group {
  position: relative;
  margin-bottom: 20px;
}

.contact-section .form-inner #contact-form .form-group:last-child {
  margin-bottom: 0px;
}

.contact-section .form-inner #contact-form .form-group input {
  outline: none;
}

.contact-section .form-inner #contact-form .form-group input[type="text"], .contact-section .form-inner #contact-form .form-group input[type="email"] {
  border: 1px solid #bdc1d7;
  position: relative;
  width: 100%;
  height: 62px;
  background: #fff;
  font-size: 15px;
  font-style: italic;
  padding: 10px 20px;
  border-radius: 5px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.contact-section .form-inner #contact-form .form-group textarea {
  outline: none;
  position: relative;
  width: 100%;
  height: 62px;
  background: #fff;
  border: 1px solid #bdc1d7;
  font-size: 15px;
  font-style: italic;
  padding: 10px 20px;
  border-radius: 10px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  display: block;
  margin-bottom: 20px;
  height: 170px;
  resize: none;
}

.contact-section .form-inner h3 {
  line-height: 34px;
  margin-bottom: 30px;
}

.contact-info-box {
  margin-bottom: 30px;
  position: relative;
  padding-left: 100px;
  z-index: 1;
}

.contact-info-box .icon {
  width: 75px;
  height: 85px;
  background-color: #f7f7f7;
  border-radius: 3px;
  position: absolute;
  text-align: center;
  left: 0;
  font-size: 40px;
  color: #ff4151;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.contact-info-box .icon i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.contact-info-box h3 {
  margin-bottom: 10px;
  font-size: 24px;
}

.contact-info-box p {
  margin-bottom: 3px;
}

.contact-info-box p:last-child {
  margin-bottom: 0;
}

.contact-info-box .back-icon {
  position: absolute;
  right: 0;
  bottom: -15px;
  z-index: -1;
  color: #272a3a;
  line-height: 1;
  font-size: 100px;
  opacity: 0.1;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
}

.contact-info-box:hover .icon {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-image: -webkit-gradient(linear, left top, right top, from(#ff416c), to(#ff4b2b));
  background-image: linear-gradient(to right, #ff416c, #ff4b2b);
  color: #ffffff;
}

.contact-icon {
  position: relative;
}

.contact-icon::after {
  position: absolute;
  content: "";
  font-family: "remixicon";
  display: inline-block;
  font-size: 16px;
  text-align: center;
  right: 30px;
  color: #ff4151;
  top: 18px;
}

.contacts-message::after {
  content: "\EC86";
}

.contacts-name::after {
  content: "\F264";
}

.contacts-email::after {
  content: "\EEF6";
}

.contacts-website::after {
  content: "\EDCF";
}

.contacts-phone::after {
  content: "\EFEC";
}

.contacts-subject::after {
  content: "\F046";
}

/*============================================

                  15 -- Team

==============================================*/
.team-block {
  position: relative;
  display: block;
  margin-bottom: 93px;
}

.team-block .image-box {
  position: relative;
  display: inline-block;
  overflow: hidden;
  max-width: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#ff416c), to(#ff4b2b));
  background-image: linear-gradient(to right, #ff416c, #ff4b2b);
}

.team-block .image-box img {
  width: 100%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.team-block:hover .image-box img {
  opacity: 0.2;
}

.team-block .lower-content {
  position: relative;
  display: block;
  padding-top: 20px;
}

.team-block .lower-content h3 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  color: #000;
  margin-bottom: 7px;
}

.team-block .lower-content h3 a {
  position: relative;
  display: inline-block;
  color: #000;
}

.team-block .lower-content h3 a:hover {
  color: #ff4151;
}

.team-block .lower-content .designation {
  position: relative;
  display: block;
  font-size: 18px;
  font-family: "Nunito", sans-serif;
  color: #7379a0;
}

.team-block .image-holder {
  position: relative;
}

.team-block .image-holder .social-list {
  position: absolute;
  left: 50%;
  top: 50%;
  display: table;
  text-align: center;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.team-block:hover .image-holder .social-list {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.team-block .image-holder .social-list li {
  position: relative;
  display: inline-block;
  margin: 0px 10px;
}

.team-block .image-holder .social-list li a {
  position: relative;
  display: inline-block;
  font-size: 20px;
  color: #fff;
}

/*============================================

                    16 -- FAQ

==============================================*/
.faq-accordion-tab .tabs {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 60px;
  text-align: center;
}

.faq-accordion-tab .tabs li {
  margin-left: 10px;
  margin-right: 10px;
}

.faq-accordion-tab .tabs li a {
  color: #000;
  text-decoration: none;
  border-radius: 5px;
  padding: 20px;
  display: block;
  -webkit-box-shadow: 2px 8px 20px 0 rgba(25, 42, 70, 0.13) !important;
          box-shadow: 2px 8px 20px 0 rgba(25, 42, 70, 0.13) !important;
  font-size: 17px;
  font-weight: 800;
}

.faq-accordion-tab .tabs li a i {
  font-size: 30px;
  font-weight: 400;
}

.faq-accordion-tab .tabs li a span {
  display: block;
  margin-top: 8px;
}

.faq-accordion-tab .tabs li a:hover {
  background: -webkit-gradient(linear, left top, right top, from(#ff416c), to(#ff4b2b));
  background: linear-gradient(to right, #ff416c, #ff4b2b);
  color: #ffffff;
}

.faq-accordion-tab .tabs li.current a {
  background-color: #ff4151;
  color: #ffffff;
}

.faq-accordion .accordion {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

.faq-accordion .accordion .accordion-item {
  border: 1px solid #017a36;
  border-radius: 5px;
  display: block;
  background: #ffffff;
  margin-bottom: 15px;
  box-shadow: 2px 2px 4px 1px #9f9f9f;
}

.faq-accordion .accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.faq-accordion .accordion .accordion-title {
  padding: 15px 25px 15px 60px;
  color: #000;
  text-decoration: none;
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 700;
  border-radius: 9px;
}
.faq-accordion .accordion .accordion-title:hover{
 background-image: linear-gradient(135deg,#7bb560 0%,#a9c200 100%);
 border: 0px solid;
}
.faq-accordion .accordion  .active{
  margin-bottom: 15px;
  border-radius: 9px;
}
    

.faq-accordion .accordion .accordion-title i {
  position: absolute;
  left: 25px;
  top: 21px;
  font-size: 18px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.faq-accordion .accordion .accordion-title.active i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.faq-accordion .accordion .accordion-content {
  display: none;
  position: relative;
  margin-top: -5px;
  padding-bottom: 20px;
  padding-right: 25px;
  padding-left: 60px;
}

.faq-accordion .accordion .accordion-content p {
  line-height: 1.8;
  margin-top: 10px;
}

.faq-accordion .accordion .accordion-content.show {
  display: block;
}

.tab .tabs-item {
  display: none;
}

.tab .tabs-item:first-child {
  display: block;
}

/*============================================

                17 -- Title

==============================================*/
.section-title h6 {
  padding: 15px 0px 0px 0px;
  position: relative;
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.section-title h6 {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  text-transform: uppercase;
  color: #fff;
  padding-bottom: 10px;
  position: relative;
  display: inline-block;
}
.section-title h6 img {
  margin-right: 10px;
}
.our_project_wrapper {
  z-index: 1;
  position: relative;
}

.our_project_wrapper:before {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  background: rgb(45 157 190 / 73%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.our_project_wrapper::after {
  top: 0%;
  left: 0;
  z-index: -2;
  width: 100%;
  height: calc(70% + 30px);
  content: "";
  height: 100%;
  position: absolute;
  background-image: url('../../images-mist/images/home_01/card_bg_01.png');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.our_project_wrapper.our_project_wrapper_2 {
  z-index: 1;
  position: relative;
}
.our_project_wrapper.our_project_wrapper_2:before {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  background: rgb(45 157 190 / 73%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.our_project_wrapper .top-btn {
  background: linear-gradient(47deg,#44bdab,#a9c200 100%);
}
.our_project_wrapper .top-btn:hover {
  background: #fff;
  color: #a9c200;
}

.section-title h6::after {
  bottom: 0%;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 2px;
  content: "";
  position: absolute;
  background: #B69D74;
  -webkit-animation: right-to-left 4s ease-in-out infinite;
          animation: right-to-left 4s ease-in-out infinite;
}
.section-title h2 {
  margin-bottom: 5px;
}
.section-title.section_2 h6 {
  color: #FFF !important;
}
.section-title.section_2 h6::after {
  background: #FFF;
}
.section-title.section_2 h2 {
  color: #FFF;
}

.section-title p {
  margin-bottom: 0;
  color: #017a36  !important;
  font-size: 21px !important;
}

.title-bdr {
  position: relative;
  width: 150px;
  margin-bottom: 40px;
}

.text-center .title-bdr {
  margin-left: auto;
  margin-right: auto;
}

.left-bdr,
.right-bdr {
  height: 6px;
  width: 60px;
  background-image: -webkit-gradient(linear, left top, right top, from(#ff416c), to(#ff4b2b));
  background-image: linear-gradient(to right, #ff416c, #ff4b2b);
  border-radius: 10px;
  position: absolute;
}

.left-bdr {
  left: 0px;
  -webkit-animation: left 2s infinite;
          animation: left 2s infinite;
}

.right-bdr {
  right: 0px;
  -webkit-animation: right 2s infinite;
          animation: right 2s infinite;
}

@-webkit-keyframes left {
  0%,
  50%,
  100% {
    width: 60px;
  }
  25% {
    width: 120px;
  }
  75% {
    width: 10px;
  }
}

@keyframes left {
  0%,
  50%,
  100% {
    width: 60px;
  }
  25% {
    width: 120px;
  }
  75% {
    width: 10px;
  }
}

@-webkit-keyframes right {
  0%,
  50%,
  100% {
    width: 60px;
  }
  25% {
    width: 10px;
  }
  75% {
    width: 120px;
  }
}

@keyframes right {
  0%,
  50%,
  100% {
    width: 60px;
  }
  25% {
    width: 10px;
  }
  75% {
    width: 120px;
  }
}

/*============================================

                    18 -- Form

==============================================*/
.open-account-area {
  position: relative;
  z-index: 1;
}

.open-account-area .open-account-form {
  padding: 40px 50px;
  -webkit-box-shadow: 0px 10px 80px 0px rgba(215, 215, 215, 0.4);
          box-shadow: 0px 10px 80px 0px rgba(215, 215, 215, 0.4);
  border-radius: 5px;
  background-color: #ffffff;
  max-width: 810px;
  margin: auto;
}

.open-account-area .open-account-form form .form-group {
  margin-bottom: 25px;
}

.open-account-area .open-account-form form .form-group label {
  display: block;
  margin-bottom: 10px;
  color: #000;
  font-weight: 400;
  font-size: 16px;
}

.open-account-area .open-account-form form .form-group .form-control {
  height: 50px;
  padding: 0 0 0 15px;
  line-height: initial;
  color: #09101f;
  border: 1px solid #bdc1d7;
  border-radius: 5px;
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
  font-weight: 400;
}

.open-account-area .open-account-form form .form-group .form-control:focus {
  background-color: transparent !important;
}

.open-account-area .open-account-form form .form-group .form-control:focus::-webkit-input-placeholder, .open-account-area .open-account-form form .form-group .form-control:focus:-ms-input-placeholder, .open-account-area .open-account-form form .form-group .form-control:focus::-ms-input-placeholder, .open-account-area .open-account-form form .form-group .form-control:focus::-webkit-input-placeholder {
  color: transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.open-account-area .open-account-form form .form-group .form-control:focus::-webkit-input-placeholder, .open-account-area .open-account-form form .form-group .form-control:focus:-ms-input-placeholder, .open-account-area .open-account-form form .form-group .form-control:focus::-ms-input-placeholder, .open-account-area .open-account-form form .form-group .form-control:focus::placeholder {
  color: transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.open-account-area .open-account-form form button {
  border: none;
  padding: 15px 30px;
  width: 100%;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 10px;
}

.open-account-area .open-account-form form .nice-select {
  height: 50px;
  width: 100%;
  line-height: 40px;
  font-size: 16px;
  padding-left: 20px;
  border: 1px solid #bdc1d7;
  color: #000;
  border-radius: 5px;
  padding-top: 5px;
  font-weight: 400;
  margin-bottom: 20px;
}

.open-account-area .open-account-form form .nice-select:focus {
  background-color: transparent;
}
.single_project_items .project_img {
  overflow: hidden;
  position: relative;
  height: 490px;
  width: auto;
  border-radius: 4px;
  z-index: 1;
  position: relative;
}
@media (max-width: 768px) {
  .single_project_items .project_img {
    height: 390px;
  }
}
.single_project_items .project_img:before {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background: rgb(44 156 188 / 28%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.single_project_items .project_img:after {

}
.single_project_items .project_img::before {
  border-radius: 4px;
}
.single_project_items .project_img .content {
  bottom: 20px;
  left: 20px;
  position: absolute;
}
.single_project_items .project_img .content h6 {
  position: relative;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: #FFF;
  padding-bottom: 30px;
}
.single_project_items .project_img .content h6::after {
  content: "";
  clear: both;
  position: absolute;
  width: 150px;
  height: 3px;
  left: 0px;
  bottom: 0;
  background: -webkit-gradient(linear, left top, right top, from(#000), to(rgba(34, 33, 39, 0)));
  background: linear-gradient(90deg, #000 0%, rgba(34, 33, 39, 0) 100%);
}
.single_project_items .project_img .content h4 {
  font-family: "Prata", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  color: #FFF;
  margin-bottom: 0;
}
.single_project_items .project_img .icon {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  top: -30px;
  right: -30px;
  height: 150px;
  width: 150px;
  border-radius: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgb(64 183 174 / 54%);
  z-index: 1;
}
.single_project_items .project_img:hover .icon {
  visibility: visible;
  opacity: 1;
}
.section-title.title-1 h6::after {
  height: 3px;
  background: -webkit-gradient(linear, left top, right top, from(#000), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, #000 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-animation: right-to-left 4s ease-in-out infinite;
          animation: right-to-left 4s ease-in-out infinite;
}

.open-account-area .open-account-form form .nice-select .list {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
          box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  border-radius: 0;
  margin-top: 0;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.open-account-area .open-account-form form .nice-select .list .option {
  -webkit-transition: .6s;
  transition: .6s;
  color: #09101f;
  padding-left: 20px;
  padding-right: 20px;
}

.open-account-area .open-account-form form .nice-select .list .option:hover {
  background-color: #a9c200 !important;
  color: #ffffff;
}

.open-account-area .open-account-form form .nice-select .list .option.selected {
  background-color: transparent;
  font-weight: 600;
}

.open-account-area .open-account-form form .nice-select::after {
  height: 8px;
  width: 8px;
  border-color: #b5b6bc;
  right: 20px;
}

.open-account-area .open-account-form form h3 {
  font-size: 18px;
  font-weight: 500;
  color: #000;
}

.open-account-area .open-account-form form .default-btn {
  color: #ffffff;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  border: none;
  padding: 0px 45px;
  border-radius: 25px;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-size: 200% auto;
  background-image: -webkit-gradient(linear, left top, right top, from(#ff416c), to(#ff4b2b));
  background-image: linear-gradient(to right, #ff416c, #ff4b2b);
  height: 50px;
  -webkit-box-shadow: 0px 17px 43px 1px rgba(221, 26, 68, 0.356);
          box-shadow: 0px 17px 43px 1px rgba(221, 26, 68, 0.356);
}

.open-account-area .open-account-form form .default-btn:hover {
  background-position: right center;
  -webkit-box-shadow: 0px 17px 43px 1px rgba(221, 26, 36, 0.356);
          box-shadow: 0px 17px 43px 1px rgba(221, 26, 36, 0.356);
}

/*============================================

                19 -- Loan Form

==============================================*/
.loan-form-area {
  position: relative;
  z-index: 1;
}

.loan-form-area .loan-form {
  padding: 40px 50px;
  border-radius: 5px;
  border: 1px solid #e4e6ef;
  -webkit-box-shadow: 0px 10px 80px 0px rgba(215, 215, 215, 0.4);
          box-shadow: 0px 10px 35px 0px rgb(155 147 147 / 85%);
  background-color: #306b3f;
  max-width: 810px;
  margin: auto;
}

.loan-form-area .loan-form form .form-group {
  margin-bottom: 15px;
}

.loan-form-area .loan-form form .form-group label {
  display: block;
  margin-bottom: 10px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
}

.loan-form-area .loan-form form .form-group .form-control {
  height: 45px;
  padding: 0 0 0 15px;
  line-height: 2;
  color: #09101f;
  border: 1px solid #656668;
  border-radius: 5px;
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
  font-weight: 400;
}

.loan-form-area .loan-form form .form-group .form-control:focus {
 /* background-color: transparent !important;*/
}

.loan-form-area .loan-form form .form-group .form-control:focus::-webkit-input-placeholder, .loan-form-area .loan-form form .form-group .form-control:focus:-ms-input-placeholder, .loan-form-area .loan-form form .form-group .form-control:focus::-ms-input-placeholder, .loan-form-area .loan-form form .form-group .form-control:focus::-webkit-input-placeholder {
  color: transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.loan-form-area .loan-form form .form-group .form-control:focus::-webkit-input-placeholder, .loan-form-area .loan-form form .form-group .form-control:focus:-ms-input-placeholder, .loan-form-area .loan-form form .form-group .form-control:focus::-ms-input-placeholder, .loan-form-area .loan-form form .form-group .form-control:focus::placeholder {
  color: transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.loan-form-area .loan-form form button {
  border: none;
  padding: 8px 30px;
  width: unset;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 10px;
}

.loan-form-area .loan-form form .nice-select {
  height: 45px;
  width: 100%;
  line-height: 35px;
  font-size: 16px;
  padding-left: 20px;
  border: 1px solid #656668;
  color: #000;
  border-radius: 5px;
  padding-top: 5px;
  font-weight: 400;
  margin-bottom: 20px;
}

.loan-form-area .loan-form form .nice-select:focus {
 /* background-color: transparent;*/
}

.loan-form-area .loan-form form .nice-select .list {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
          box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  border-radius: 0;
  margin-top: 0;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.loan-form-area .loan-form form .nice-select .list .option {
  -webkit-transition: .6s;
  transition: .6s;
  color: #09101f;
  padding-left: 20px;
  padding-right: 20px;
}

.loan-form-area .loan-form form .nice-select .list .option:hover {
  background-color: #306b3f !important;
    color: #f8f9fa;
}

.loan-form-area .loan-form form .nice-select .list .option.selected {
  background-color: transparent;
  font-weight: 600;
}

.loan-form-area .loan-form form .nice-select::after {
  height: 8px;
  width: 8px;
  border-color: #b5b6bc;
  right: 20px;
}

.loan-form-area .loan-form form .default-btn {
  color: #ffffff;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  border: none;
  padding: 0px 45px;
  border-radius: 25px;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-size: 200% auto;
  /*background-image: -webkit-gradient(linear, left top, right top, from(#ff416c), to(#ff4b2b));*/
  background:#122766;/* linear-gradient(to right, #ff416c, #ff4b2b);*/
  height: 50px;
  /*-webkit-box-shadow: 0px 17px 43px 1px rgba(221, 26, 68, 0.356);
          box-shadow: 0px 17px 43px 1px rgba(221, 26, 68, 0.356);*/
}

.loan-form-area .loan-form form .default-btn:hover {
  background-position: right center;
  -webkit-box-shadow: 0px 17px 43px 1px rgba(221, 26, 36, 0.356);
          box-shadow: 0px 17px 43px 1px rgba(221, 26, 36, 0.356);
}

/*============================================

            20 -- Loan Calculation

==============================================*/
.loan-section {
  padding: 150px 0 150px 0;
}

.loan-section .loan-calculation-wrapper {
  padding-right: 60px;
}

@media (max-width: 991px) {
  .loan-section .loan-calculation-wrapper {
    padding-right: 0px;
  }
}

.loan-section .theme-title p {
  font-size: 18px;
}

.loan-section .loan-filter-form {
  padding-top: 50px;
}

.loan-section .loan-filter-form label {
  font-family: "Nunito", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #000;
  display: block;
  margin-bottom: 5px;
}

.loan-section .loan-filter-form input {
  outline: none;
  height: 50px;
  width: 100%;
  padding: 0 0 0 15px;
  line-height: initial;
  color: #000;
  border: 1px solid #bdc1d7;
  border-radius: 5px;
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
  font-weight: 400;
}

.loan-section .loan-filter-form .accrue-field-rate {
  margin: 35px 0;
}

.loan-section .loan-confirm-form {
  -webkit-box-shadow: 0px 10px 80px 0px rgba(215, 215, 215, 0.4);
          box-shadow: 0px 10px 80px 0px rgba(215, 215, 215, 0.4);
  padding: 55px 50px 50px 50px;
}

.loan-section .loan-confirm-form p {
  font-size: 30px;
  margin-bottom: 30px;
  color: #ff4151;
}

.loan-section .loan-confirm-form p strong {
  font-size: 18px;
  font-weight: normal;
  display: block;
  color: #000;
  margin-bottom: 5px;
}

.loan-section .loan-confirm-form .apply-button {
  width: 100%;
  color: #ffffff;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  border: none;
  padding: 0px 45px;
  border-radius: 25px;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-size: 200% auto;
  background-image: -webkit-gradient(linear, left top, right top, from(#ff416c), to(#ff4b2b));
  background-image: linear-gradient(to right, #ff416c, #ff4b2b);
  height: 50px;
  -webkit-box-shadow: 0px 17px 43px 1px rgba(221, 26, 68, 0.356);
          box-shadow: 0px 17px 43px 1px rgba(221, 26, 68, 0.356);
}

.loan-section .loan-confirm-form .apply-button:hover {
  background-position: right center;
  -webkit-box-shadow: 0px 17px 43px 1px rgba(221, 26, 36, 0.356);
          box-shadow: 0px 17px 43px 1px rgba(221, 26, 36, 0.356);
}

/*============================================

                21 -- Testimonial

==============================================*/
/*-- testimonial 1 --*/
.testimonial-item-wrap-1 .testimonial-item {
  position: relative;
  padding: 40px;
  border-radius: 8px;
  background-color: #a9c200;
  border: 0px solid #a9c200;
    box-shadow: 0 0 8px #122766b3;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1;
}

.testimonial-item-wrap-1 .testimonial-item .testimonial-author {
  position: relative;
  padding-left: 0;
  padding-top: 14px;
  padding-bottom: 30px;
  line-height: 18px;
}

.testimonial-item-wrap-1 .testimonial-item .testimonial-author img {
  position: absolute;
  width: 54px;
  height: 54px;
  overflow: hidden;
  left: 0;
  top: 8px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
}

.testimonial-item-wrap-1 .testimonial-item .testimonial-author .author__title {
  font-size: 22px;
  line-height: 20px;
  font-weight: 600;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 5px;

  color: #fff;
}

.testimonial-item-wrap-1 .testimonial-item .testimonial-author .author__meta {
  font-size: 15px;
  line-height: 14px;
  text-transform: capitalize;
  font-weight: 500;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  margin-bottom: 8px;
}

.testimonial-item-wrap-1 .testimonial-item .testimonial-author .author__rating {
  color: #ffb02b;
  font-size: 15px;
}

.testimonial-item-wrap-1 .testimonial-item .testimonial-author .author__rating .la {
  margin: 0 -2px;
}

.testimonial-item-wrap-1 .testimonial-item .testimonial-author:after {
  position: absolute;
  content: "\f10e";
  font-family: "Line Awesome Free";
  font-size: 100px;
  font-weight: 900;
  line-height: 0;
  bottom: 50px;
  right: -15px;
  color: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.1;
}

.testimonial-item-wrap-1 .testimonial-item .testimonial-desc .testimonial__desc {
  line-height: 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
}

.testimonial-item-wrap-1 .testimonial-item:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  /*background-image: -webkit-gradient(linear, left top, right top, from(#ff416c), to(#ff4b2b));*/
  background: #44bdab;
  border-radius: 4px;
  z-index: -1;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.testimonial-item-wrap-1 .testimonial-item:hover:after {
  height: 100%;
  top: 0;
  bottom: auto;
}

.testimonial-item-wrap-1 .testimonial-item:hover .testimonial-author:after {
  opacity: 0.2;
}

.testimonial-item-wrap-1 .testimonial-item:hover .testimonial-desc .testimonial__desc {
  color: #fff;
}

.testimonial-item-wrap-1 .testimonial-item:hover .testimonial-author .author__title,
.testimonial-item-wrap-1 .testimonial-item:hover .testimonial-author .author__meta {
  color: #fff;
}

.testimonial-item-wrap-1 .owl-dots {
  text-align: center;
  margin-top: 30px;
}

.testimonial-item-wrap-1 .owl-dots div {
  width: 14px;
  height: 14px;
  line-height: 14px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  margin: 0 2px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  border: 2px solid #122766;
}

.testimonial-item-wrap-1 .owl-dots div.active, .testimonial-item-wrap-1 .owl-dots div:hover {
  background-color: #122766;
  -webkit-transform: scale(1);
          transform: scale(1);
}

/*-- testimonial 2 --*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-item-wrap-2 .testimonial-item {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}

.testimonial-item-wrap-2 .testimonial-img img {
  border-radius: 8px;
}

.testimonial-item-wrap-2 .testimonial-content {
  padding-left: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-item-wrap-2 .testimonial-content {
    padding-left: 0;
    padding-top: 60px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .testimonial-item-wrap-2 .testimonial-content {
    padding-left: 0;
    padding-top: 60px;
  }
}

@media only screen and (max-width: 479px) {
  .testimonial-item-wrap-2 .testimonial-content {
    padding-left: 0;
    padding-top: 60px;
  }
}

.testimonial-item-wrap-2 .testimonial-content .testimonial-desc .la-quote-left {
  font-size: 120px;
  line-height: 70px;
  color: rgba(127, 136, 151, 0.2);
  margin-left: -15px;
}

.testimonial-item-wrap-2 .testimonial-content .testimonial-desc .testimonial__desc {
  margin-top: 20px;
  line-height: 28px;
}

.testimonial-item-wrap-2 .testimonial-content .testimonial-author {
  margin-top: 50px;
  border-left: 2px solid rgba(127, 136, 151, 0.2);
}

.testimonial-item-wrap-2 .testimonial-content .testimonial-author .author__title {
  font-size: 24px;
  line-height: 20px;
  font-weight: 600;
  margin: 0 5px 0 15px;
  padding-top: 4px;
  display: inline-block;
}

@media (max-width: 320px) {
  .testimonial-item-wrap-2 .testimonial-content .testimonial-author .author__title {
    display: block;
  }
}

.testimonial-item-wrap-2 .testimonial-content .testimonial-author .author__meta {
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 500;
  margin-bottom: 0;
  display: inline-block;
}

@media (max-width: 320px) {
  .testimonial-item-wrap-2 .testimonial-content .testimonial-author .author__meta {
    display: block;
    margin-left: 15px;
  }
}

.testimonial-item-wrap-2 .testimonial-content .testimonial-author .author__rating {
  color: #ffb02b;
  font-size: 15px;
  display: block;
  margin-top: 4px;
  margin-left: 15px;
}

.testimonial-item-wrap-2 .testimonial-content .testimonial-author .author__rating .la {
  margin: 0 -2px;
}

.testimonial-item-wrap-2 .owl-nav div {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid rgba(127, 136, 151, 0.1);
  -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
          box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  font-size: 22px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 1366px) {
  .testimonial-item-wrap-2 .owl-nav div {
    top: 38%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@media (max-width: 575px) {
  .testimonial-item-wrap-2 .owl-nav div {
    top: auto;
    bottom: -50px;
  }
}

.testimonial-item-wrap-2 .owl-nav div:hover {
  background-color: #ff4151;
  color: #fff;
}

.testimonial-item-wrap-2 .owl-nav div.owl-prev {
  left: -100px;
}

@media (max-width: 1366px) {
  .testimonial-item-wrap-2 .owl-nav div.owl-prev {
    left: -25px;
  }
}

@media (max-width: 575px) {
  .testimonial-item-wrap-2 .owl-nav div.owl-prev {
    left: 200px;
  }
}

@media (max-width: 481px) {
  .testimonial-item-wrap-2 .owl-nav div.owl-prev {
    left: 160px;
  }
}

@media (max-width: 425px) {
  .testimonial-item-wrap-2 .owl-nav div.owl-prev {
    left: 130px;
  }
}

@media (max-width: 384px) {
  .testimonial-item-wrap-2 .owl-nav div.owl-prev {
    left: 110px;
  }
}

@media (max-width: 320px) {
  .testimonial-item-wrap-2 .owl-nav div.owl-prev {
    left: 85px;
  }
}

.testimonial-item-wrap-2 .owl-nav div.owl-next {
  left: auto;
  right: -100px;
}

@media (max-width: 1366px) {
  .testimonial-item-wrap-2 .owl-nav div.owl-next {
    right: -25px;
  }
}

@media (max-width: 575px) {
  .testimonial-item-wrap-2 .owl-nav div.owl-next {
    right: 200px;
  }
}

@media (max-width: 481px) {
  .testimonial-item-wrap-2 .owl-nav div.owl-next {
    right: 160px;
  }
}

@media (max-width: 425px) {
  .testimonial-item-wrap-2 .owl-nav div.owl-next {
    right: 130px;
  }
}

@media (max-width: 384px) {
  .testimonial-item-wrap-2 .owl-nav div.owl-next {
    right: 110px;
  }
}

@media (max-width: 320px) {
  .testimonial-item-wrap-2 .owl-nav div.owl-next {
    right: 85px;
  }
}

.testimonial-item-wrap-2 .owl-dots {
  margin-top: -12px;
  text-align: center;
}

@media (max-width: 1199px) {
  .testimonial-item-wrap-2 .owl-dots {
    margin-top: 30px;
  }
}

.testimonial-item-wrap-2 .owl-dots div {
  width: 14px;
  height: 14px;
  line-height: 14px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  margin: 0 2px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  border: 2px solid #ff4151;
}

.testimonial-item-wrap-2 .owl-dots div.active, .testimonial-item-wrap-2 .owl-dots div:hover {
  background-color: #ff4151;
  -webkit-transform: scale(1);
          transform: scale(1);
}

/*============================================

                 22 -- Featured

==============================================*/
.featured-boxes-area {
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .featured-boxes-area {
    margin-top: 0px;
  }
}

.featured-boxes-inner {
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.featured-boxes-inner .col-lg-3 {
  border-right: 1px solid #eee;
}

.featured-boxes-inner .col-lg-3:last-child {
  border-right: none;
}

.single-featured-box {
  text-align: center;
  position: relative;
  padding: 115px 25px 40px;
  overflow: hidden;
}

.single-featured-box .icon {
  -webkit-transition: .4s;
  transition: .4s;
  color: #ee0979;
  position: absolute;
  top: 40px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  margin-top: -12px;
}

.single-featured-box .icon i::before {
  font-size: 55px;
}

.single-featured-box .icon.color-fb7756 {
  color: #fb7756;
}

.single-featured-box .icon.color-facd60 {
  color: #facd60;
}

.single-featured-box .icon.color-1ac0c6 {
  color: #1ac0c6;
}

.single-featured-box h3 {
  -webkit-transition: .4s;
  transition: .4s;
  margin-bottom: 0;
  margin-top: 5px;
  font-size: 22px;
  font-weight: 600;
}

.single-featured-box p {
  -webkit-transition: .4s;
  transition: .4s;
  font-size: 14px;
  margin-top: 12px;
  margin-bottom: 0;
}

.single-featured-box .read-more-btn {
  background: -webkit-gradient(linear, left top, right top, from(#ee0979), to(#ff6a00));
  background: linear-gradient(90deg, #ee0979 0%, #ff6a00 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.6;
  transition: 0.6;
  font-size: 15px;
  font-weight: 400;
}

.single-featured-box .read-more-btn::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 1px;
  width: 0;
  -webkit-transition: .5s;
  transition: .5s;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(#ee0979), to(#ff6a00));
  background: linear-gradient(90deg, #ee0979 0%, #ff6a00 100%);
}

.single-featured-box .read-more-btn:hover::before {
  width: 100%;
}

.single-featured-box:hover .icon {
  top: 23px;
  -webkit-animation: iconTop .4s ease-in-out;
  animation: iconTop .4s ease-in-out;
}

.single-featured-box:hover h3 {
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}

.single-featured-box:hover p {
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}

.single-featured-box:hover .read-more-btn {
  opacity: 1;
  visibility: visible;
  bottom: 23px;
}

@-webkit-keyframes iconTop {
  0% {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  25% {
    opacity: 0;
    -webkit-transform: translate(-50%, -70%);
    transform: translate(-50%, -70%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(-50%, -40%);
    transform: translate(-50%, -40%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

@keyframes iconTop {
  0% {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  25% {
    opacity: 0;
    -webkit-transform: translate(-50%, -70%);
    transform: translate(-50%, -70%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(-50%, -40%);
    transform: translate(-50%, -40%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

/*============================================

                 23 -- Choose Us

==============================================*/
.why-choose-us-area .why-choose-us-img {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  text-align: center;
}

.why-choose-us-area .why-choose-us-content {
  margin-bottom: 30px;
}

.why-choose-us-area .why-choose-us-content span {
  font-size: 16px;
  color: #ff4151;
  display: block;
  margin-bottom: 5px;
  font-weight: 700;
}

.why-choose-us-area .why-choose-us-content h2 {
  font-size: 46px;
  margin-bottom: 20px;
  position: relative;
}

.why-choose-us-area .why-choose-us-content ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-top: 30px;
}

.why-choose-us-area .why-choose-us-content ul li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 30px;
}

.why-choose-us-area .why-choose-us-content ul li:last-child {
  margin-bottom: 0;
}

.why-choose-us-area .why-choose-us-content ul li i {
  position: absolute;
  top: 1px;
  left: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-image: -webkit-gradient(linear, left top, right top, from(#ff416c), to(#ff4b2b));
  background-image: linear-gradient(to right, #ff416c, #ff4b2b);
  color: #fff;
  border-radius: 50%;
  font-size: 18px;
}

.why-choose-us-area .why-choose-us-content ul li h3 {
  font-size: 24px;
}

.why-choose-us-area .why-choose-us-content ul li p {
  margin-bottom: 0;
}

/*============================================

                24 -- Coming Soon

==============================================*/
.coming-soon-logo-1 {
  position: absolute;
  z-index: 99;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 25px;
}

.coming-soon-1 {
  height: 100vh;
  width: 100%;
  min-height: 555px;
  background: url(../../images-mist/images/bg/coming-soon-bg-1.png) no-repeat center;
  background-size: cover;
  display: table;
  position: relative;
}

.coming-soon-1 .coming-soon-inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  position: relative;
  z-index: 22;
  color: #FFF;
  padding-top: 66px;
}

.coming-soon-1 .coming-soon-inner h1 {
  font-size: 75px;
  font-weight: 600;
  margin-bottom: 30px;
  color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .coming-soon-1 .coming-soon-inner h1 {
    font-size: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .coming-soon-1 .coming-soon-inner h1 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 575px) {
  .coming-soon-1 .coming-soon-inner h1 {
    font-size: 35px;
  }
}

.coming-soon-1 .coming-soon-inner ul {
  width: 900px;
  margin: 36px auto;
}

@media (max-width: 991.98px) {
  .coming-soon-1 .coming-soon-inner ul {
    width: 100% !important;
  }
}

.coming-soon-1 .coming-soon-inner ul li {
  width: 22%;
  font-size: 31px;
  font-weight: 500;
  display: inline-block;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .coming-soon-1 .coming-soon-inner ul li {
    font-size: 26px;
  }
}

@media only screen and (max-width: 767px) {
  .coming-soon-1 .coming-soon-inner ul li {
    font-size: 22px;
  }
}

@media only screen and (max-width: 575px) {
  .coming-soon-1 .coming-soon-inner ul li {
    font-size: 18px;
  }
}

.coming-soon-1 .coming-soon-inner ul li span {
  color: #FFF;
  font-size: 84px;
  font-weight: 600;
  display: block;
  padding: 50px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .coming-soon-1 .coming-soon-inner ul li span {
    font-size: 65px;
    padding: 30px 0;
  }
}

@media only screen and (max-width: 767px) {
  .coming-soon-1 .coming-soon-inner ul li span {
    font-size: 45px;
    padding: 20px 0;
  }
}

@media only screen and (max-width: 575px) {
  .coming-soon-1 .coming-soon-inner ul li span {
    font-size: 35px;
    padding: 12px 0;
  }
}

.coming-soon-1 .coming-soon-inner .subscribe {
  max-width: 360px;
  margin: 0 auto;
}

.coming-soon-1 .coming-soon-inner .subscribe input {
  padding: 17px 17px;
  border-radius: 4px;
}

.coming-soon-1 .coming-soon-inner .subscribe button {
  width: 65px;
  border-radius: 0px 4px 4px 0px;
  font-size: 25px;
}

.coming-soon-1 .coming-soon-inner .newsletter {
  padding: 10px 0;
  max-width: 90%;
  margin: auto;
}

.coming-soon-1 .coming-soon-inner .newsletter p {
  margin-bottom: 30px;
}

.coming-soon-1 .coming-soon-inner .subscribe {
  position: relative;
}

.coming-soon-1 .coming-soon-inner .subscribe input {
  padding: 17px 20px;
  outline: none;
  color: #555;
  width: 100%;
  border: none;
}

.coming-soon-1 .coming-soon-inner .subscribe button {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  width: 62px;
  height: 100%;
  cursor: pointer;
  text-align: center;
  background: #272a3a;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  border: none;
}

.coming-soon-1 .coming-soon-inner .subscribe button:hover {
  background: #141620;
  color: #fff;
}

/*============================================

                25 -- Client Logo

==============================================*/
.client-logo {
  padding: 0 15px;
}

@media only screen and (max-width: 767px) {
  .client-logo img {
    width: 75%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .client-logo img {
    width: 65%;
  }
}

@media only screen and (max-width: 575px) {
  .client-logo img {
    width: 65%;
  }
}

@media only screen and (max-width: 479px) {
  .client-logo img {
    width: 65%;
  }
}

/*============================================

                26 -- download

==============================================*/
.download-area {
  background-color: #ffeded;
}

@media only screen and (max-width: 991px) {
  .download-area {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

.download-area h2 {
  margin-bottom: 30px;
  font-weight: 700;
}

.download-area ul li {
  padding: 10px 0;
  font-size: 17px;
}

.download-area ul li i {
  font-weight: bold;
  font-size: 18px;
  color: #ff4151;
  margin-right: 15px;
}

.download-area .btn {
  display: inline-block;
  border-radius: 50px;
  margin-right: 15px;
}

.download-area .download-1-img {
  overflow: hidden;
}

/*============================================

                27 -- Footer

==============================================*/
.footer-style .footer-logo img {
  position: relative;
  top: 20px;
  width: 150px;
}

@media only screen and (max-width: 767px) {
  .footer-style .footer-logo img {
    top: 10px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer-style .footer-logo img {
    top: 0px;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 575px) {
  .footer-style .footer-logo img {
    top: 0;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 479px) {
  .footer-style .footer-logo img {
    top: 0;
    margin-bottom: 30px;
  }
}

.footer-style .footer-top-wrapper .footer-top-link {
  margin-top: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-style .footer-top-wrapper .footer-top-link {
    margin-top: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .footer-style .footer-top-wrapper .footer-top-link {
    margin-top: 0;
    float: none;
  }
}

.footer-style .footer-top-wrapper .footer-top-link li {
  display: inline-block;
  padding-right: 44px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-style .footer-top-wrapper .footer-top-link li {
    padding-right: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .footer-style .footer-top-wrapper .footer-top-link li {
    padding-right: 16px;
  }
}

.footer-style .footer-top-wrapper .footer-top-link li:last-child {
  padding-right: 0;
}

.footer-style .footer-top-wrapper .footer-top-link li a {
  font-size: 15px;
  color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 400;
}

.footer-style .footer-top-wrapper .footer-top-link li a:hover {
  color: #ff4151;
}

.footer-style .footer-middle-area {
/*  border-top: 1px solid #dcdeed;*/
  border-bottom: 1px solid #dcdeed;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-style .footer-middle-area .footer-wrapper {
    margin-left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-style .footer-middle-area .footer-wrapper {
    margin-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .footer-style .footer-middle-area .footer-wrapper {
    margin-left: 0;
  }
}

.footer-style .footer-middle-area .footer-wrapper .footer-title {
  font-size: 24px;
  color: #000;
  margin-bottom: 21px;
  font-weight: 700;
  position: relative;
}

.footer-style .footer-middle-area .footer-wrapper .footer-text p {
  color: #000;
  font-weight: 600;
  margin-bottom: 45px;
  margin-right: 20px;
}

.footer-style .footer-middle-area .footer-wrapper .footer-link ul li {
  padding-bottom: 3px;
}

.footer-style .footer-middle-area .footer-wrapper .footer-link ul li:last-child {
  padding-bottom: 0;
}

.footer-style .footer-middle-area .footer-wrapper .footer-link ul li a {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer-style .footer-middle-area .footer-wrapper .footer-link ul li a:hover {
  color: #ff4151;
  opacity: 1;
}

.footer-style .footer-middle-area .footer-wrapper .footer-icon a {
  color: #000;
  font-size: 16px;
  display: inline-block;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  border: 1px solid #000;
  border-radius: 50%;
  margin-right: 10px;
}

.footer-style .footer-middle-area .footer-wrapper .footer-icon a:hover {
  color: #fff;
  background: #ff4151;
  -webkit-box-shadow: 0px 17px 43px 1px rgba(221, 26, 68, 0.356);
          box-shadow: 0px 17px 43px 1px rgba(221, 26, 68, 0.356);
  border: #ff4151;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-style .footer-middle-area .footer-wrapper .footer-icon a {
    margin-right: 0;
  }
}

.footer-style .footer-middle-area .footer-wrapper .subscribes-form form input {
  outline: none;
  background: none;
  border-radius: 0;
  height: 50px;
  padding: 0 23px;
  width: 100%;
  color: #000;
  font-size: 15px;
  font-weight: 400;
  border: 1px solid #bdc1d7;
  border-radius: 5px;
}

.footer-style .footer-middle-area .footer-wrapper .subscribes-form form input::placeholder, .footer-style .footer-middle-area .footer-wrapper .subscribes-form form input::-moz-placeholder {
  color: #000;
  font-size: 15px;
  font-weight: 400;
}

.footer-style .footer-middle-area .footer-wrapper .footer-info {
  margin-top: 9px;
}

.footer-style .footer-middle-area .footer-wrapper .footer-info p {
  margin-bottom: 0;
  font-size: 15px;
  color: #000;
}

@media only screen and (max-width: 767px) {
  .footer-style .footer-bottom-area .footer-bottom-link {
    float: none;
    text-align: center;
  }
}

.footer-style .footer-bottom-area .footer-bottom-link ul li {
  display: inline-block;
  padding-right: 20px;
}

.footer-style .footer-bottom-area .footer-bottom-link ul li:last-child {
  padding-right: 0;
}

.footer-style .footer-bottom-area .footer-bottom-link ul li a {
  font-size: 15px;
  color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 400;
  position: relative;
}

.footer-style .footer-bottom-area .footer-bottom-link ul li a:hover {
  color: #ff4151;
}

.footer-style .footer-bottom-area .footer-bottom-link ul li a::before {
  position: absolute;
  height: 15px;
  width: 1px;
  background: #74797f;
  content: "";
  right: -10px;
  top: 2px;
}

.footer-style .footer-bottom-area .footer-bottom-link ul li:last-child a::before {
  display: none;
}

.footer-style .footer-bottom-area .copyright p {
  margin-bottom: 0;
  color: #000;
}

@media only screen and (max-width: 767px) {
  .footer-style .footer-bottom-area .copyright p {
    text-align: center;
  }
}

.footer-style .footer-bottom-area .copyright p a {
  color: #ff4151;
}


/*dhivakar css*/

.potential_area {
    display: block;
    overflow: hidden;
    padding-top: 20px;
}
.potential_area .potential {
    margin-bottom: 30px;
}
.potential_area .potential .ptl_img {
    display: block;
    overflow: hidden;
}
.potential_area .potential .ptl_img img {
    max-width: 100%;
    transition: all 300ms linear 0s;
}
.potential_area .potential .ptl_containt {
    box-shadow: 0px 0px 40px 0px rgba(233, 233, 233, 0.75);
    text-align: center;
    background: #ffffff;
    padding: 20px 20px;
}
.potential_area .potential .ptl_containt .heding {
    font: 600 20px/36px "Nunito", sans-serif;
    color: #000;
}
.potential_area .potential .ptl_containt h6 {
    color: #122766;
    font: 600 15px/1 "Nunito", sans-serif;
   /* padding: 25px 0;
    padding-top: 25px;*/
}

.getting_loan_area {
    display: block;
    overflow: hidden;
    padding-top: 30px;
}

.getting_loan_area .getting_first {
    padding-top: 25px;
}
.getting_loan_area .getting_items {
    position: relative;
    padding-left: 80px;
    z-index: 1;
    display: block;
    overflow: hidden;
}
.getting_loan_area .getting_items:first-child span, .getting_loan_area .getting_items:first-child:before, .getting_loan_area .getting_items.gi_f span, .getting_loan_area .getting_items.gi_f:before {
    background: #2759ab;
}
.getting_loan_area .getting_items:before {
    content: "";
    position: absolute;
    left: 24px;
    top: 0;
    bottom: 0;
    height: 100%;
    background: linear-gradient(47deg,#44bdab,#a9c200 100%);
    width: 3px;
    z-index: -1;
}
.getting_loan_area .getting_items:first-child span, .getting_loan_area .getting_items:first-child:before, .getting_loan_area .getting_items.gi_f span, .getting_loan_area .getting_items.gi_f:before {
    background: linear-gradient(47deg,#44bdab,#a9c200 100%);
}
.getting_loan_area .getting_items span {
    width: 48px;
    border-radius: 50%;
    background: linear-gradient(47deg,#44bdab,#a9c200 100%);
    color: #fff;
    text-align: center;
    font: normal normal normal 18px/48px FontAwesome;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
.getting_loan_area .getting_items h3 {
    font: 600 20px/30px "Nunito", sans-serif;
    color: #105e81;
    padding-top: 10px;
    font-weight: 700;
}
.fnt-14{
  font-size: 14px !important;
}
.clr-000{
  color: #000 !important;
}
.clr-fff{
  color: #fff !important;
}
.txt-jus{
  text-align: justify !important;
}
.service-details__content p{
  margin-top: 25px;
}
.service-details__content h5{
  margin-bottom: 35px;
}
.fun-fact-area {
    background: url(../../images-mist/images/webimages/stripe.jpg);
    padding: 30px 0;
}

.fun-fact-area .single-fact {
  margin-bottom: 30px;
}
.fun-fact-area .single-fact .thumb img {
  width: 200px;
}
.fun-fact-area .single-fact h1 {
  font-family: var(--heading-font);
  font-weight: 700;
  font-size: 48px;
  color: #fafafa;
  margin-bottom: 12px;
}
.fun-fact-area .single-fact h5 {
  font-family: var(--heading-font);
  font-weight: 700;
  font-size: 24px;
  color: #fff;
  margin-bottom: 14px;
}
.fun-fact-area .single-fact p {
  font-size: 18px;
  color: #fafafa;
}
.fun-fact-area .btn-fact {
  border: 2px solid #fff;

  margin-top: 11px;
  line-height: 52px;
}
.btn-fact{
      background: #fff;
    padding: 12px 35px;
    border-radius: 5px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
}

ul.list-styled-1 {
    color: #000;
    list-style: none;
    padding: 0;
    line-height: 1.5;
}
/*ul.list-styled-1 li {
    margin-bottom: 10px !important;
}*/
ul.list-styled-1 .front:before {
    color: #2d3090;
    content: "\eb43";
    font-family: "unicons-line";
    font-size: 23px;
    margin-right: 10px;
    position: relative;
    top: -5px;

}
/*ul.list-styled-1 .back:after {
    color: #2d3090;
    content: "\f100";
    font-family: "unicons-line";
    font-size: 23px;
    margin-right: 10px;
    position: relative;
    top: -5px;
}*/
ul.list-styled-1 li:before {
    color: #a9c200 ;
    content: "\eb43";
    font-family: "unicons-line";
    font-size: 23px;
    margin-right: 10px;
    position: relative;
    top: -5px;
}
.dis-c {
    display: contents !important;
}
.dis-f{
  display: flex !important;
}
.padd-both-10{
  padding: 10px 0 !important;
}
.padd-both-20{
  padding: 20px 0 !important;
}
.padd-both-30{
  padding: 30px 0 !important;
}
.padd-both-40{
  padding: 40px 0 !important;
}

.service-sidebar__category {
  padding: 0px 20px 50px 20px;
  padding-bottom: 35px;
}

@media (max-width: 991px)
{
  .service-sidebar__category
  {
    padding: 0;
    padding-bottom: 35px;
  }
}

.service-sidebar__category h3 {
  margin: 0;
  font-size: 20px;
  color: var(--thm-black);
  line-height: 1;
  font-weight: 400;
  padding-left: 30px;
  margin-bottom: 25px;
}

@media (max-width: 1199px) {
  .service-sidebar__category h3 {
    padding-left: 15px;
  }
}

.service-sidebar__category-list {
  margin-bottom: 0;
}

.service-sidebar__category-list li {
  line-height: 1;
}

.service-sidebar__category-list li a {
  display: block;
  padding: 12px 30px;
  color: var(--thm-color);
  font-size: 16px;
  line-height: 1;
  border-radius: 4px;
  transition: all 500ms ease;
}

@media (max-width: 1199px) {
  .service-sidebar__category-list li a {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.service-sidebar__category-list li:hover a {
  color: var(--thm-black);
  text-shadow: 0px 0 0 currentColor;
  background-color: #fff;
}

.service-sidebar
{
  position: relative;
  z-index: 0;
}

@media (max-width: 991px)
{
  .service-sidebar
  {
    padding-bottom: 30px;
  }
}


@media (max-width: 425px)
{
  .service-sidebar
  {
    padding-bottom: 20px;
  }
}

.service-sidebar:before
{
  content: "";
  display: block;
  position: absolute;
  top: 40px;
  bottom: 0px;
  z-index: -1;
  width: 5000px;
  left: auto;
  right: 0;
  background-color: #eff2f6;
  margin-top: -90px;
  margin-bottom: -90px;
}

@media (max-width:991px)
{
  .service-sidebar:before
  {
    display:none;
  }
}
.serivces-widget-list {
    list-style: none;
    padding: 0;
}

.serivces-widget-list li {
    margin-bottom: 10px;
    display: block;
    line-height: 1.4;
}

.serivces-widget-list li a {
    display: block;
    padding: 15px 20px;
    margin: 0 0 10px;
    position: relative;
    background-color: #fff;
    border: none;
    z-index: 1;
    font-weight: 600;
    font-size: 16px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    border: 1px solid #dce4ed;
    color: #000;
}
.serivces-widget-list li a:before {
    content: "";
    width: 5px;
    left: -1px;
    bottom: 50%;
    background: #2d3090;
    height: 0;
    position: absolute;
    transition: all .3s cubic-bezier(0.65, 0.05, 0.36, 1);
    z-index: 1;
}

.serivces-widget-list li a:hover {
  color: var(--thm-base);
}

.serivces-widget-list li i {
    font-style: normal;
    font-weight: 700;
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: transparent;
    font-size: 13px;
}

.serivces-widget-list li a:hover:before , .serivces-widget-list li.service-active a:before{
    height: 100%;
    bottom: 0;
}

.document-widget-post
{
  margin-left: 20px;
  padding: 0px 20px 35px 0px;
}


@media (max-width: 991px)
{
  .document-widget-post
  {
    padding: 0;
    margin: 0;
    padding-bottom: 15px;
  }
}

.service-sidebar__call {
  position: relative;
  border-radius: 4px;
  padding: 50px 40px;
  padding-right: 35px;
  margin: 0px 20px 50px 20px;
  background-color: #2d3090de;
  z-index: 0;
}


@media (max-width: 991px)
{
  .service-sidebar__call
  {
    margin: 0;
    padding-bottom: 35px;
  }
}

.blog-sidebar__box-title {
    font-size: 23px;
    color: #2d3090;
    margin: 0;
    padding-bottom: 10px;
    margin-bottom: 25px;
    font-weight: 700;
    position: relative;
    border-bottom: 1px solid #dce4ed;
}

.blog-sidebar__box-title:after {
    content: '';
    width: 60px;
    height: 4px;
    background: var(--thm-base);
    position: absolute;
    bottom: -2px;
    left: 0;
}

.pylon-links {
    margin-bottom: 10px;
    padding: 14px 15px;
    background-color: #fff;
    border: 1px solid #dce4ed;
}

.pylon-links i {
    padding-right: 11px;
    font-size: 18px;
    color: #2d3090;
}

.pylon-links a
{
  color: #000;
}

.pylon-links a:hover, .pylon-links a:active, .pylon-links a:focus
{
  color: #000;
}


.service-sidebar__call-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-blend-mode: hard-light;
  background-size: cover;
  background-position: center center;
  opacity: 0.1;
  z-index: -1;
}

.service-sidebar__call i {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color:#2d3090;
  font-size: 32px;
  width: 67px;
  height: 67px;
  background-color: #fff;
  border-radius: 50%;
  margin-bottom: 30px;
}

.service-sidebar__call h3 {
  color: #fff;
  font-size: 26px;
  line-height: 1;
  margin: 0;
  max-width: 250px;
  margin-bottom: 10px;
}

.service-sidebar__call h3 a {
  color: inherit;
  transition: all 500ms ease;
}

.service-sidebar__call h3 a:hover {
  color: var(--thm-base);
}

.pylon-mail a {
    font-size: 16px;
    color: #fff;
}

.service-sidebar__call p {
  margin: 0;
  color: #fff;
  margin-top: 10px;
}

.service-details {
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 30px;
}

@media (max-width:991px)
{
  .service-details
  {
    padding: 20px 0 20px;
  }
}

@media (max-width:425px)
{
  .service-details
  {
    padding: 30px 0 20px;
  }
}

.service-details__image > img {
  border-radius: 4px;
}

.service-details__content p {
  color: var(--thm-color);
}

.service-details__content > .row {
  margin-top: 60px;
  margin-bottom: 60px;
}

.service-details__content-image {
  border-radius: 4px;
}

@media (max-width: 1199px) {
  .service-details__content-image {
    margin-bottom: 30px;
  }
}

.service-details__content > h5{
  margin: 23px 0px ;
  color: #000;
  
}
.service-details__content 

.service-details__content h4 {
  color: var(--thm-black);
  font-size: 28px;
  margin: 0;
  margin-top: 20px;}

.service-details .about-two__list {
  margin-top: 20px;
  margin-bottom: 40px;
}

.service-details .about-two__list li {
  flex: 0 0 100%;
  color: var(--thm-black);
  font-weight: 500;
}

.service-details #accordion li {
  background-color: #eff2f6;
  border-radius: 4px;
  transition: all 500ms ease;
}

.service-details #accordion li.active {
  background-color: #fff;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
}

.service-details #accordion li .para-title {
  background-color: #eff2f6;
  font-size: 20px;
}

.service-details #accordion li .para-title.active {
  background-color: #fff;
}

.service-details #accordion li .collapse {
  background-color: #eff2f6;
}

.service-page .service-one__card {
  margin-bottom: 0;
}

.service-sidebar__category .serivces-widget-list li .active{
  background: #2d3090;
  color: #fff;
}

.service-sidebar__category .serivces-widget-list li a:hover{
  background: #2d3090;
  color: #fff;
}
.marg-btm-10{
  margin-bottom: 10px !important;
}
.marg-tp-10{
  margin-top: 10px !important;
}
.marg-btm-20{
  margin-bottom: 20px !important;
}
.marg-tp-20{
  margin-top: 20px !important;
}
.marg-btm-30{
  margin-bottom: 30px !important;
}
.marg-tp-30{
  margin-top: 30px !important;
}
.marg-btm-40{
  margin-bottom: 40px !important;
}
.marg-tp-40{
  margin-top: 40px !important;
}
.marg-tp-50{
  margin-top: 50px !important;
}
.marg-tp-160{
  margin-top: 160px !important;
}

.marg-lf-10{
  margin-left: 10px !important;
}
@media (max-width:991px)
{
  .dis-n{
    display: none !important;
  }
  .dis-f-jus-cont{
  justify-content: unset !important;
  display: unset !important;
}
  .dis-b{
    display: block !important;
  }
 .faq-accordion .accordion .accordion-content{
  padding-left: 10px;
  margin-top: 16px;
 }
 .mb-txt-center{
  text-align: center !important;
 }
 .txt-center{
  text-align: center !important;
 }
 .pull-left{
  float: unset !important;
 }
 .pull-right{
  float: unset !important;
 }
 .service-details__content > h3{
  margin-top: 15px;
 }
}

.fnt-25{
  font-size: 25px !important;
}
.fnt-20{
  font-size: 20px !important;
}
.mortage-loan-poadd{
  padding: 10px 10px;
    background: #f2eded;
    border: 1px solid #eee9e9;
}
.txt-decor{
  text-decoration: underline;
    text-underline-offset: 0.4rem;

}
.loan-slider-box {
  margin-bottom: 30px;
}

.loan-main-heading.block-title {
    margin-bottom: 40px;
}
.loan-main-heading p
{
  line-height: 1.66;
  margin: 0;
}

.loan-main-heading h3
{
    font-size: 34px;
}

.single-loan-slider h4 {
  font-size: 22px;
}

.single-loan-slider.yearly,
.single-loan-slider.monthly
{
  display: none;
}

.single-loan-slider.yearly.active,
.single-loan-slider.monthly.active
{
  display: block;
}

.loan-slider-box .ui-widget-content {
  border: none !important;
  background: #eff2f6 !important;
}

.single-loan-slider .ui-slider .ui-slider-range {
  background: #2d3090;
}

.single-loan-slider .ui-slider-horizontal .ui-slider-handle {
  top: -4px !important;
  margin-left: -5px !important;
}

.single-loan-slider .ui-slider .ui-slider-handle {
  width: 20px;
  height: 20px;
  border: 3px solid var(--thm-base);
  background: #fff;
  border-radius: 50%;
  outline: none !important;
  box-shadow: none;
}

.single-loan-counter {
    font-weight: 600;
    font-size: 18px;
    color: #6e6d6e;
    margin-bottom: 30px;
}

.single-loan-counter h6 {
    margin-top: 14px;
    display: inline-block;
    font-weight: 600;
    font-size: 18px;
    color: #6e6d6e;
}

.single-loan-counter {
    font-weight: 600;
    font-size: 18px;
    color: #6e6d6e;
    margin-bottom: 30px;
}

.about-total-loan-form
{
  padding: 30px 40px 40px;
}

.about-total-loan-form-calculation
{
  text-align: center;
}

@media (max-width: 767px)
{
  .about-total-loan-form
  {
    padding:30px;
  }
}
@media (max-width: 767px)
{
  .strip .self-center
  {
    margin:25px 0px 25px 0px;
  }
  .whyus-about h4
  {
    margin:25px 0px 0px 0px !important;
  }
}

.contact-two .about-one__form {
    margin-top: 0;
}
.about-one__form {
    margin-top: -120px;
    position: relative;
    z-index: 10;
    margin-left: 0px;
    background-color: #fff;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}
.about-one__form h3 {
    text-align: center;
    margin: 0;
    font-size: 30px;
    color: #fff;
    background-color: #2d3090;
    font-weight: 700;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding-top: 42px;
    padding-bottom: 52px;
    position: relative;
}
.about-one__form h3::after {
    content: "";
    width: 100%;
    height: 10px;
    background-image: url(../../images-mist/images/webimages/about-form-shape-1-1.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
}
.about-total-loan-form {
    padding: 30px 40px 40px;
}
.about-total-loan-form-calculation {
    text-align: center;
}
.about-one__form-content p {
    margin: 0;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    align-items: center;
}
.about-one__form-content p span {
    line-height: 1;
    font-size: 16px;
    font-weight: 600;
    color: #000;
}
.about-one__form-content p b {
    font-weight: 600;
    color: #000;
    line-height: 1;
    display: block;
}
.about-one__form .thm-btn {
    width: 100%;
    margin-top: 35px;
    padding-top: 17.5px;
    padding-bottom: 17.5px;
}

.about-one__form-content p + p {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #e6eaef;
}
.about-one__form-content p {
    margin: 0;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    align-items: center;
}

.fnt-fam{
  font-family: "Nunito", sans-serif !important;
}
.contact-data{
  padding: 30px 20px;
  border-radius: 0 0 25px 0;
  border: 1px solid #d8d4d4;
  box-shadow: 0 0 5px #d8d4d4;
}

.rotate_text{
  -webkit-transform: rotate(-90deg);transform: rotate(-90deg);position: fixed;bottom: 45%;padding: 5px 17px;
    border-radius: 5px;right:-57px;background: linear-gradient(to right, #ff416c, #122766);border: 1px solid #ff416c;z-index: 999
}

.main-footer {
    position: absolute;
    z-index: 100;
    width: 100%;
     /*background-image: url(../../images-mist/images/webimages/ft-bg.jpg);*/
         background: radial-gradient(circle farthest-corner at center center, #067c39 0%, #143104 100%);
}
.main-video {
    position: absolute;
    z-index: 100;
    width: 100%;

}
.footer-top {
    padding: 55px 0 15px;
}

.social-icon-one {
    position: relative;
}
.social-icon-one li {
    position: relative;
    margin-right: 8px;
    margin-bottom: 10px;
    display: inline-block;
}
.social-icon-one li a {
    position: relative;
    font-size: 12px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    /* padding: 2px 15px; */
    display: inline-block;
    border: 1px solid #fff;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.otherlinks {
    position: relative;
}
.otherlinks li {
    position: relative;
    margin-right: 8px;
    /* margin-bottom: 10px; */
    display: inline-block;
}
.main-footer .footer-bottom {
    position: relative;
    padding: 10px 40px;
   
    border-top: 1px solid rgba(255,255,255,0.10);
    
}
.pull-left {
    float: left;
}
.main-footer .footer-bottom .copyright {
    position: relative;
    color: #cccccc;
   
    font-size: 16px;
}
.pull-right {
    float: right;
}

.form-group-1 textarea{
height: 90px !important;
}

.mean-container .mean-nav ul li a{
  color: #000 !important;
  font-weight: 600 !important;
}

.clr-122766{
  color: #000 !important;
}

.fnt-weight-600{
  font-weight: 600 !important;
}
.contact-form-box,
.contact-info-box {
  border: 1px solid rgb(235, 235, 235);
  box-shadow: 0px 8px 7px 0px rgb(105 116 119 / 43%);
  border-radius: 15px;
  background-color: rgb(253, 253, 253);
  padding: 28px 40px 20px 40px;
  height: 100%;
}

.contact-form-box .form-group:last-child {
  margin-bottom: 0;
}

.info-media {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.info-media .media-icon {
 width: 60px;
    height: 60px;
    /* background-color: var(--white-color); */
    text-align: center;
    line-height: 60px;
    border-radius: 60px;
    border: 1px solid #a9c200;
    margin-right: 25px
}
.info-media .info-title {
  font-weight: 600;
  margin-bottom: 6px;
}
.info-media .info-text {
  margin-bottom: 0;
}
.info-media .info-text a {
  color: inherit;
}
.info-media .info-text a:hover {
  color: var(--theme-color);
}

.contact-location {
  line-height: 1px;
  border-radius: 30px;
  overflow: hidden;
}
.contact-location iframe {
  height: 265px;
}

/* Large devices */
@media (max-width: 1199px) {
  .contact-info-box {
    margin-left: 0;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .contact-form-box,
.contact-info-box {
    padding: 20px 20px 20px 20px;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .contact-info-box,
.contact-location {
    border-radius: 15px;
  }
  .info-media {
    flex-direction: column;
    align-items: flex-start;
  }
  .info-media .media-icon {
    margin-bottom: 15px;
  }

}
.map-location
{
     padding: 20px;
    border: 1px solid #ebebeb;
    border-radius: 15px;
    box-shadow: 0px 8px 7px 0px rgb(105 116 119 / 43%);
    height: 100%;
}
.txt-underline{
  font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 0.4rem;
    text-decoration-thickness: 2px;
    text-underline-position: 17px;
    text-decoration-color: #a9c200;
}
.wi-35
{
  width: 30px;
}

@media (min-width: 991px) {
.display-n{
  display: none !important;
}
}

.fnt-1-3{
  font-size: 1.3rem !important;
}
.why-abt{
  background: #fff !important;
  color: #a9c200 !important;
}

@media only screen and (min-width: 1600px) and (max-width: 1920px) {
.main-im{
  max-width: 650px !important;
}
.dis-marg-auto{
  display: block !important;
  margin: 0 auto !important;
}
}


.justify-content-between {
    justify-content: space-between!important;
}
.process-style2 {
    text-align: center;
    max-width: 290px;
    position: relative;
    margin: 0 0 5px 0;
}
.process-style2 .process-arrow {
    position: absolute;
    right: -30%;
    top: 10%;
}
.process-style2 .process-icon {
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    position: relative;
    display: inline-block;
    background-color:#fff;
    margin: 22.5px 0 25px 0;
    box-shadow: 0px 10px 31px rgb(169 177 193 / 25%);
    border-radius: 5px;
}
.process-style2 .process-number {
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    font-weight: 700;
   
    position: absolute;
    right: 0;
    top: 0;
    background-color: #2d3090;
    color: #fff;
    margin: -22.5px -22.5px 0 0;
    border-radius: 50%;
}
.fnt-16{
  font-size: 16px !important;
}
.process-style2:last-child .process-arrow {
    display: none;
}
@media (max-width: 991px){
.process-style2 {
    max-width: 100%;
}
.process-style2 .process-arrow {
    display: none;
}}


@media (max-width: 1199px){
.process-style2 .process-arrow {
    right: -23%;
    top: 15%;
    max-width: 90px;
}}


.fw-theme-steps .fw-theme-step-wrap:nth-child(odd) {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    flex-direction: row;
}
.fw-theme-steps .fw-theme-step-wrap {
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}
.fw-theme-steps .fw-theme-step-wrap .vertical-item {
    margin-bottom: 0;
    padding: 0 15px;
    position: relative;
}
.fw-theme-steps .fw-theme-step-wrap>* {
    display: block;
    margin: 0 auto;
    position: relative;
    width: auto;
}.fw-theme-steps .fw-theme-step-wrap .vertical-item .item-content .step-text {
    display: inline-block;
    margin-bottom: 23px;
    max-width: 350px;
}
.item-content>p:last-child {
    margin-bottom: 0;
}
.fw-theme-steps .fw-theme-step-wrap .vertical-item .item-img {
    position: relative;
    z-index: 3;
}
.fw-theme-steps .fw-theme-step-wrap .vertical-item:first-child .item-img:before {
    background-image: url(../../images-mist/images/webimages/stripe-1.png);
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 14px;
    left: -75px;
    margin-left: 0;
    margin-top: -5px;
    position: absolute;
    top: 50%;
    width: 122px;
}
.fw-theme-steps .fw-theme-step-wrap .vertical-item .item-img img {
    border-radius: 50%;
    max-height: 190px;
    max-width: 190px;
}
.fw-theme-steps .fw-theme-step-wrap .vertical-item .item-img:after {
    background-image: url(../../images-mist/images/webimages/stripe-2.png);
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 14px;
    margin-left: 0;
    margin-top: -5px;
    position: absolute;
    right: -106px;
    top: 50%;
    width: 162px;
}
.fw-theme-steps .fw-theme-step-wrap .vertical-item .year {
    color: #a9c200;
    font-size: 36px;
    font-weight: 700;
    padding-top: 50px;
    position: relative;
}
.fw-theme-steps .fw-theme-step-wrap .vertical-item .year:before {
    background-image: url(../../images-mist/images/webimages/stripe-vertical.png);
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 30px;
    left: 50%;
    margin-left: 0;
    margin-top: 11px;
    position: absolute;
    top: 0;
    width: 2px;
}
.fw-theme-steps .fw-theme-step-wrap .vertical-item:nth-child(even) .year {
    margin-top: 0;
    padding-bottom: 50px;
    padding-top: 0;
}
.fw-theme-steps .fw-theme-step-wrap .vertical-item:nth-child(even) .year:before {
    bottom: 10px;
    margin-left: 0;
    margin-top: 0;
    top: auto;
}
.fw-theme-steps .fw-theme-step-wrap .vertical-item .year:before {
    background-image: url(../../images-mist/images/webimages/stripe-vertical.png);
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 30px;
    left: 50%;
    margin-left: 0;
    margin-top: 11px;
    position: absolute;
    top: 0;
    width: 2px;
}

.fw-theme-steps .fw-theme-step-wrap .vertical-item .year {
    color: #2d3090;
    font-size: 24px;
    font-weight: 600;
    padding-top: 50px;
    position: relative;
}
.fw-theme-steps .fw-theme-step-wrap .vertical-item:nth-child(even) {
    top: -40px;
}



@media (max-width: 991px){
.fw-theme-steps .fw-theme-step-wrap {
    display: block;
}
.divider-45{
  margin-top: 20px !important;
}
.fw-theme-steps .fw-theme-step-wrap .vertical-item:after {
    background-image: url(../../images-mist/images/webimages/stripe-v2.png)!important;
    background-repeat: no-repeat;
    bottom: -75px;
    content: "";
    display: block;
    height: 58px;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    right: auto;
    width: 14px;
}
.fw-theme-steps .fw-theme-step-wrap .vertical-item+.vertical-item {
    margin-top: 75px;}
    .fw-theme-steps .fw-theme-step-wrap .vertical-item:nth-child(even) {
    top: 0;
}
.fw-theme-steps .fw-theme-step-wrap .vertical-item:after {
    background-image: url(../../images-mist/images/webimages/stripe-v2.png)!important;
    background-repeat: no-repeat;
    bottom: -75px;
    content: "";
    display: block;
    height: 58px;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    right: auto;
    width: 14px;
}
.fw-theme-steps .fw-theme-step-wrap .vertical-item .item-img:after{
  right: 0;
      width: unset;

}
.fw-theme-steps .fw-theme-step-wrap .vertical-item:first-child .item-img:before{
  left: 0;
}
}
.divider-45{
  margin-top: 40px;
}
.divider-35{
  margin-top: 40px;
}
.divider-25{
  margin-top: 25px;
}
.icon-box.text-center {
    width: 100%;
}
.icon-box {
    display: inline-block;
    
}
.fs-32 {
    font-size: 25px;
}
@media (min-width: 992px){
.divider-lg-0 {
    margin-top: 0;
}}
.icon-box.text-center .icon-styled.color-main {
    color: #fff;
    position: relative;
    z-index: 1;
}
.icon-styled {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}
.icon-box.text-center .icon-styled.color-main:before {
    background: #0046c0 ;
    background-image: -webkit-linear-gradient(-45deg,#7bb560 0%,#a9c200 100%);
    background-image: -webkit-linear-gradient(315deg,#7bb560 0%,#a9c200 100%);
    background-image: linear-gradient(135deg,#0046c0  0%,#0046c0  100%);
    border-radius: 50%;
    box-shadow: 0 1px 14px 1px #0046c0 ;
    content: "";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$colorMain5",endColorstr="$colorMain",GradientType=1);
    height: 60px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 60px;
    z-index: -1;
}
.icon-box.text-center .icon-styled.color-main i {
    line-height: 100px;
}
.icon-box .icon-styled i {
    display: inline-block;
    vertical-align: bottom;
}
.icon-box.text-center .icon-styled.color-main:after {
    border: 1px solid #0046c0;
    border-radius: 50%;
    content: "";
    height: 100px;
    left: 50%;
    margin-top: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 100px;
}
.icon-box.text-center h6 {
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 40px;
    text-transform: uppercase;
}
.icon-box h6 {
    
    font-weight: 700;
    letter-spacing: 0;
    
}
.br-20{
  border-radius: 20px !important;
}

.hero-1 .hero-1-content .title-banker{
  font-size: 35px !important;
  line-height: 55px !important;
}
.fnt-600{
  font-weight: 600 !important;
}

.fnt-abt{
      position: absolute !important;
    top: 25px;
    right: 100px;
    color: #000 !important;
    font-size: 13px !important;
    font-weight: 600 !important;
}


@media only screen and (min-width: 991px) and (max-width: 1199px) {
.fnt-abt{
      position: absolute !important;
    top: 14px !important;
    right: 50px !important;
}
}


@media only screen and (min-width: 500px) and (max-width: 530px) {
 .fnt-abt{
 top: 14px !important;
    right: 55px !important;
}
}

@media only screen and (min-width: 340px) and (max-width: 370px) {
 .fnt-abt{
 top: 5px !important;
    /* right: 113px !important; */
    LEFT: 34PX;
    FONT-SIZE: 10PX !IMPORTANT;
    right: 11px !important;
    WIDTH: 290PX;
    LINE-HEIGHT: 22PX !IMPORTANT;
}
}
@media only screen and (min-width: 370px) and (max-width: 400px) {
 .fnt-abt{
 top: 8px !important;
    
    LEFT: 40PX;
    FONT-SIZE: 11PX !IMPORTANT;
    right: 11px !important;

    WIDTH: 291PX;
    LINE-HEIGHT: 22PX !IMPORTANT;
}
}

@media only screen and (min-width: 401px) and (max-width: 450px) {
 .fnt-abt{
 top: 12px !important;
    LEFT: 44PX;
    FONT-SIZE: 12PX !IMPORTANT;
    right: 11px !important;
    WIDTH: 318PX;
    LINE-HEIGHT: 22PX !IMPORTANT;
}
}

@media only screen and (min-width: 451px) and (max-width: 470px) {
 .fnt-abt{
     top: 15px !important;
    LEFT: 50PX;
    FONT-SIZE: 13PX !IMPORTANT;
    right: 11px !important;
    WIDTH: 347PX;
    LINE-HEIGHT: 22PX !IMPORTANT;
}
}

@media only screen and (min-width: 471px) and (max-width: 499px) {
 .fnt-abt{
     top: 19px !important;
    LEFT: 53PX;
    FONT-SIZE: 13PX !IMPORTANT;
    right: 11px !important;
    WIDTH: 346PX;
    LINE-HEIGHT: 22PX !IMPORTANT;
}
}







/*Johan-style*/
.self-center{
  align-self:center;
}
.mar-b-25{
  margin-bottom: 25px;
}
.blue-bg{
  background: linear-gradient(47deg,#44bdab,#a9c200 100%);
}
.fun-fact-style-one .row [class*=col-]+[class*=col-] {
    border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.fun-fact-style-one.home-three {
    padding-top: 115px;
}

.fun-fact-style-one.home-three .row [class*=col-] {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.fun-fact-style-one.home-three .single-fun-fact-style-one h3 {
    color: #F9A03B;
}

.single-fun-fact-style-one {
    position: relative;
    padding: 65px 0;
    padding-left: 60px;
}

.single-fun-fact-style-one h3,
.single-fun-fact-style-one p {
    margin: 0;
}

.single-fun-fact-style-one h3 {
    color: #FFBA00;
    font-size: 60px;
    line-height: 1em;
}

.single-fun-fact-style-one h3 span.counter-text {
    font-size: 24px;
}

.single-fun-fact-style-one p {
    font-weight: bold;
    font-size: 20px;
    color: #fff;
}

.single-fun-fact-style-one .box-icon {
    font-size: 105px;
    color: rgba(255, 255, 255, 0.12);
    position: absolute;
    top: 50%;
    right: 40px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.single-fun-fact-style-two h3,
.single-fun-fact-style-two p {
    margin: 0;
}

.single-fun-fact-style-two h3 {
    color: #F9C807;
    font-size: 72px;
    line-height: 1em;
}

.single-fun-fact-style-two h3 span.counter-text {
    font-size: 30px;
}

.single-fun-fact-style-two p {
    font-weight: bold;
    font-size: 18px;
    color: #83888D;
    margin-bottom: 15px;
}
.fact-counter-area {
    position: relative;
    display: block;
    background-attachment: fixed;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    padding: 117px 0 74px;
    z-index: 1;
}
.fact-counter-area::before {
    background: rgba(32, 53, 96, 0.95) none repeat scroll 0 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    z-index: -1;
} 
.fact-counter.style2{
    margin: 0;
}
.single-fact-counter.style2 {
    position: relative;
    display: inline-block;
    float: left;
    max-width: 390px;
    padding-top: 0;
    text-align: center;
    width: 100%;
    margin-bottom: 40px;
}
.single-fact-counter.style2:before {
    display: none;
}
.single-fact-counter.style2:after {
    position: absolute;
    top: 3px;
    right: 0px;
    bottom: 6px;
    width: 1px;
    background: #354773;
    content: "";
}
.single-fact-counter.style2 .count-box .title h3 {
    color: #ffffff;
    font-size: 20px;
    line-height: 26px;
}
.service_wrapper {
  position: relative;
}
.service_wrapper.service-1 {
  position: relative;
  z-index: 1;
}
.service_wrapper.service-1::after {
  top: 0%;
  left: 0;
  z-index: -2;
  width: 100%;
  height: calc(70% + 30px);
  content: "";
  position: absolute;
  background-image: url('../../images-mist/images/home_01/bg_01.png');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.service_wrapper.service-1::before {
  top: 0%;
  left: 0;
  z-index: -1;
  width: 100%;
  height: calc(70% + 30px);
  content: "";
  position: absolute;
  background: rgb(45 157 190 / 73%);
}
.service_wrapper.service-2 .single_service_card {
  background: rgb(22 87 116 / 65%);
}
.service_wrapper.service-3 .single_service {
  position: relative;
  border: 1px dashed #B69D74;
  padding: 40px 30px 30px 30px;
  -webkit-box-shadow: 0px 4px 15px rgba(3, 58, 91, 0.05);
          box-shadow: 0px 4px 15px rgba(3, 58, 91, 0.05);
  border-radius: 4px;
  background-color: transparent;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.service_wrapper.service-3 .single_service .single_icon {
  border: 1px dashed #B69D74;
  margin: auto;
  width: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 65px;
  padding: 5px;
  border-radius: 4px;
}
.service_wrapper.service-3 .single_service .single_icon img {
  -o-object-fit: cover;
     object-fit: cover;
}

.service_wrapper.service-3 .single_service h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  text-transform: capitalize;
  color: #033A5B;
  margin: 15px 0px;
}
.service_wrapper.service-3 .single_service p {
  color: #000;
}
.service_wrapper.service-3 .single_service a {
  text-decoration: underline;
  margin-top: 30px;
}
.service_wrapper.service-3 .single_service a i {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-left: 8px;
}
.service_wrapper.service-3 .single_service span {
  position: absolute;
  top: 10%;
  left: 10%;
  font-weight: 500;
  font-size: 64px;
  line-height: 100%;
  -webkit-text-stroke: 1px rgba(182, 157, 116, 0.2);
  color: rgba(0, 0, 0, 0);
  text-transform: uppercase;
  text-align: center;
}
.service_wrapper.service-3 .single_service .hammer_element {
  display: inline;
  position: absolute;
  top: 10%;
  right: 10%;
}
.service_wrapper.service-3 .single_service:hover {
  background-color: #fff;
}
.service_wrapper.service-3 .single_service:hover a {
  color: #B69D74;
}
.service_wrapper .leaf_element {
  position: absolute;
  top: 5%;
  left: 5%;
  -webkit-animation: top-to-left 4s ease-in-out infinite;
          animation: top-to-left 4s ease-in-out infinite;
}

.single_service_card {
  position: relative;
  background-color: #FFF;
  border-radius: 6px;
}
.single_service_card h4 {
  color: #105e81;
  padding: 30px 0px 5px 20px;
  margin-bottom: 5px;
}
.single_service_card p {
  color: #000;
  padding: 0px 20px;
  margin-bottom: 20px;
}
.single_service_card a {
  text-decoration: underline !important;
  color: #000;
  padding: 0px 20px;
  margin-bottom: 20px;
}
.single_service_card a i {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.theme-btn.theme-border {
  border: 2px solid rgb(68 189 171 / 35%);
  border-radius: 4px;
  color: #a9c200;
  background-color: transparent;
  padding: 17px;
}
.theme-btn.theme-border:hover {
  background-color: #44bdab;
  color: #FFF;
}

.theme-btn.theme-border-2 {
  border: 2px solid #C8242F !important;
  border-radius: 4px;
  color: #FFF;
  background-color: transparent;
}
.theme-btn.theme-border-2:hover {
  background-color: #C8242F !important;
  color: #FFF;
}
.theme-btn {
  color: #FFF;
  padding: 18px 35px;
  border-radius: 4px;
  background-color: #EBE6E3;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.theme-btn.theme-border-3 {
  border: 2px solid #C8242F !important;
  border-radius: 4px;
  color: #C8242F;
  background-color: transparent;
}
.theme-btn.theme-border-3:hover {
  background-color: #C8242F !important;
  color: #FFF;
}
.single_service_card a:hover {
  color: #a9c200;
}
.btnd, .theme-btn {
  display: inline-block;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
}
.single_service_card .single_img {
  z-index: 2;
  position: relative;
  width: 100%;
  height: 200px;
  border-radius: 6px 500px 6px 6px;
  overflow: hidden;
}
.single_service_card .single_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single_service_card .jus_element {
  z-index: 1;
  position: absolute;
  top: calc(40% + 10px);
  right: 0;
}

.single_service_items .single_service_img {
  position: relative;
  width: 100%;
  height: 200px;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}
.single_service_items .single_service_img img {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  height: 100%;
  width: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -o-object-fit: cover;
     object-fit: cover;
}
.single_service_items .single_service_img::after {
  position: absolute;
  content: "";
  clear: both;
  left: 0;
  bottom: 0;
  width: 80px;
  height: 80px;
  background-color: #B69D74;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
          clip-path: polygon(0 0, 0% 100%, 100% 100%);
}
.single_service_items .content {
  margin-top: 20px;
}
.single_service_items .content h5 {
  font-style: normal;
  font-family: "Prata", serif;
  color: #222127;
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 10px;
}
.single_service_items .content p {
  margin-bottom: 20px;
}
.single_service_items .content a {
  text-decoration: underline;
  color: #000;
}
.single_service_items .content a.btnd_2:hover {
  color: #C8242F;
}
.single_service_items .content a i {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-left: 8px;
}
.single_service_items .content a:hover {
  color: #B69D74;
}
.single_service_items:hover .single_service_img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.wid-250{
  width: 250px !important;
}
.section-padding {
  padding: 50px 0px;
}
@media (max-width: 1080px) {
  .section-padding {
    padding: 100px 0px;
  }
}

@media (max-width: 1200px) {
  .demo-style-1-box-text{
   padding: 62px 69px !important;

  }
  
}
@media (max-width: 990px) {
  .services-area.bg-left-shape::before{
        background: none !important;
  }
}

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

  }
  .demo-style-1-box-text{
    padding: 45px 33px !important;

  }
  .about-icon-warp .iconbox{
    padding: 0px !important;
  }
  .section-title h2 {
  text-align: center;
}
}
@media (max-width: 568px) {
  .section-padding {
    padding: 50px 0px;
  }
  .section-title h2 {
  text-align: center;
}
}


/*.whyus-about {
    margin-top: 0;
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-weight: 300;
}
.whyus-warp-h2 {
    display: inline-block;
    width: 100%;
    margin-top: 60px;
}
.modal-footer:after {
  display: table;
  content: " ";
}

.whyus-warp-h2 {
  display: inline-block;
  width: 100%;
  margin-top: 60px;
}
.whyus-warp-h2 .left-whyus-h2 {
  width: 100%;
  display: inline-block;
}
.whyus-warp-h2 .right-whyus-h2 {
  width: 100%;
  display: inline-block;
}*/
.right-whyus-h2 h4 {
font-family: inherit;
    font-weight: 500;
}
.whyus-warp-h2 .iconbox {
  width: 50%;
  display: inline-block;
  float: left;
  margin-bottom: 35px;
}
.whyus-about {
  margin-top: 0;
}


.demo-style-1-warp {
    position: relative;
}
.img-responsive {
    display: block;
    width: 70%;
    height: auto;
}

.demo-style-1-box-text {
    display: block;
    position: relative;
    background: #0a2c4e;
    border: 10px solid #fff;
    color: #fff;
    font-size: 32px;
    padding: 80px 100px;
    position: absolute;
    top: 50%;
    width: auto;
    line-height: 44px;
}
.demo-style-1-box-text.right {
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.acavo-nav .header-none{
display: none !important ;
}
.acavo-nav .header-block{
display: block !important ;
}
.is-sticky .header-block{
display: none !important;
}
.is-sticky .header-none{
display: block !important ;
}
.about-warp-h12 {
  padding: 0;
}
.about-h12-warp {
  display: inline-block;
  width: 100%;
  margin-top: 60px;
}
.about-h12-warp h4 {
  font-size: 21px;
  font-weight: 500;
  margin-bottom: 20px;
}
.about-h12-warp p {
  margin-bottom: 35px;
}
/* Services home 12 */
.services-h12-warp {
  display: inline-block;
  width: 100%;
}
.footer-owl-services-h12 {
  background: #0a2c4e;
  height: 95px;
  padding-top: 17px;
}
.customNavigation-services-h12 {
  float: left;
  display: inline-block;
}
.customNavigation-services-h12 .sl-btn-prev,
.customNavigation-services-h12 .sl-btn-next {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.customNavigation-services-h12 .sl-btn-prev {
  margin-right: 15px;
}
.footer-owl-services-h12 .sl-btn-1 {
  float: right;
  display: inline-block;
  margin-top: 10px;
}
.footer-owl-services-h12 .sl-btn-1:hover {
  background: #a9c200;
  border-color: #a9c200;
  color: #fff;
}
/* Pricing Home 12 Warp */
.pricing-home12-warp {
  margin-top: 60px;
  display: inline-block;
  width: 100%;
}
/* FAQ Home 12 */
.bg-fq-h12 {
  background: url(images/bg-content/fq-h12.jpg) no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  background-attachment: fixed;
}
.faq-h12-warp {
  margin-top: 60px;
  display: inline-block;
  width: 100%;
}
/* Accordion style 3 */
.accordion-3 {
  border: 0;
  margin: 0;
}
.accordion-3 .panel-heading .accordion-toggle:after {
  /* symbol for "opening" panels */
  font-family: 'FontAwesome';
  /* essential for enabling glyphicon */
  content: "\f056";
  /* adjust as needed, taken from bootstrap.css */
  position: absolute;
  /* adjust as needed */
  top: 0;
  left: 0;
  padding: 0 20px;
  color: #fff;
  /* adjust as needed */
  background: #a9c200;
  font-size: 21px;
}
.accordion-3 .panel-heading .accordion-toggle.collapsed:after {
  /* symbol for "collapsed" panels */
  content: "\f055";
  /* adjust as needed, taken from bootstrap.css */
  color: #222;
  background: #fff;
}
.accordion-3 .panel-default {
  border: 0;
  border-bottom: 1px solid #ededed;
  -webkit-border-radius: 0;
          border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.accordion-3 .panel-default > .panel-heading {
  background: #fff;
  border: 0;
  color: #727272;
  padding: 0;
}
.accordion-3 .panel + .panel {
  margin-top: 0;
}
.accordion-3 .panel {
  -webkit-border-radius: 0;
          border-radius: 0;
}
.accordion-3 h4 {
  font-size: 16px;
  color: #222;
  line-height: 60px;
}
.accordion-3 h4 a {
  padding: 0 20px;
  display: inline-block;
  width: 100%;
  position: relative;
}
.accordion-3 a.accordion-toggle {
  background: #a9c200;
  color: #fff;
  padding-left: 70px;
}
.accordion-3 a.accordion-toggle:after {
  color: #fff;
}
.accordion-3 a.accordion-toggle.collapsed {
  background: #fff;
  color: #222;
}
.color-000{
  color: #000;
}
.demo-sub-about-text-2 {
  margin: 25px 0 35px 0;
}
section {
    margin: 40px 0;
}
.iconbox {
  padding-right: 40px ;
}
.iconbox .icon,
.iconbox .fa,
.iconbox .lnr {
  -webkit-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;
  font-size: 32px;
  color: #a9c200;
  display: block;
  width: 83px;
  height: 83px;
  line-height: 76px;
  border: 2px solid #a9c200;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  text-align: center;
}
.iconbox:hover .icon {
  color: #fff;
  background: #a9c200;
}
.iconbox:hover .la {
  color: #fff;
  background: #a9c200;
}
.iconbox h4 {
  margin-top: 25px;
  margin-bottom: 7px;
}
.iconbox.text-center .icon,
.iconbox.text-center .fa,
.iconbox.text-center .lnr {
  margin-left: auto;
  margin-right: auto;
  float: none;
}
.iconbox-type-sm {
  padding: 60px 40px;
}
.iconbox-type-sm .icon,
.iconbox-type-sm .fa,
.iconbox-type-sm .lnr {
  font-size: 42px;
  color: #a9c200;
}
.iconbox-type-sm h4 {
  margin-top: 13px;
  margin-bottom: 28px;
}
.iconbox-type-sm p {
  margin-bottom: 40px;
}
.iconbox-type-xs {
  padding: 40px 30px;
  cursor: pointer;
}
.iconbox-type-xs .icon,
.iconbox-type-xs .fa,
.iconbox-type-xs .lnr {
  font-size: 42px;
  color: #a9c200;
}
.iconbox-type-xs h4 {
  margin-top: 13px;
  margin-bottom: 28px;
}
.iconbox-type-xx {
  padding: 40px 30px;
  cursor: pointer;
  padding-left: 15px;
  padding-right: 15px;
}
.iconbox-type-xx .icon,
.iconbox-type-xx .fa,
.iconbox-type-xx .lnr {
  font-size: 42px;
  color: #a9c200;
}
.iconbox-type-xx h4 {
  margin-top: 13px;
  margin-bottom: 28px;
}
.iconbox-overlay-bg {
  -webkit-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;
}
.iconbox-overlay-bg h4,
.iconbox-overlay-bg p,
.iconbox-overlay-bg .ot-btn {
  -webkit-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;
}
.iconbox-overlay-bg:hover {
  background: #0a2c4e;
}
.iconbox-overlay-bg:hover h4,
.iconbox-overlay-bg:hover p {
  color: #fff;
}
.iconbox-overlay-bg:hover .ot-btn {
  border-color: #fff;
  color: #fff;
}
.iconbox-overlay-bg .ot-btn:hover {
  color: #fff;
  background: #a9c200;
  border-color: #a9c200;
}
.iconbox-inline {
  padding-left: 110px;
  position: relative;
}
.iconbox-inline .icon,
.iconbox-inline .fa,
.iconbox-inline .lnr {
  -webkit-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;
  font-size: 32px;
  color: #a9c200;
  display: block;
  width: 83px;
  height: 83px;
  line-height: 76px;
  border: 2px solid #a9c200;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}
.iconbox-inline:hover .icon {
  color: #fff;
  background: #a9c200;
}
.iconbox-inline h4 {
  margin-top: 25px;
  margin-bottom: 10px;
}
.title-block .top-title {
  display: block;
  width: 70px;
  height: 24px;
  border: 4px solid #a9c200;
  border-bottom: 0;
}
.title-block.text-center .top-title,
.title-block.text-center .bottom-title {
  margin: 0 auto;
}
.title-block .bottom-title {
  clear: both;
  display: block;
  width: 70px;
  height: 4px;
  background: #a9c200;
}
.title-block.text-center .top-title,
.title-block.text-center .bottom-title {
  margin: 0 auto;
}
.title-xs span.bottom-title {
  width: 26px;
  height: 3px;
}
.title-block h2 {
    margin: 10px 0 4px 0;
    font-weight: 700;
    font-size: 38px;
}
.whyus-about h2{
line-height: 1.4;
    margin-top: 0;
    color: #222;
}
.whyus-about h4{
line-height: 1.4;
    color: #000;
}
.whyus-about p{
margin: 0 0 10px;
}
 .strategy-warp-h4 p{
color: #000;
}
.about-icon-warp {
    margin-top: 60px;
}
.no-padding{
  margin: 0px !important;
}
.single_project_items .img-1::after {
  
  z-index: -2;
  width: 100%;
  content: "";
  height: 100%;
  position: absolute;
  background-image: url('../../images-mist/images/home_01/rep_2.png');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.single_project_items .img-2::after {
  
  z-index: -2;
  width: 100%;
  content: "";
  height: 100%;
  position: absolute;
  background-image: url('../../images-mist/images/home_01/gan_02.png');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.single_project_items .img-3::after {
  
  z-index: -2;
  width: 100%;
  content: "";
  height: 100%;
  position: absolute;
  background-image: url('../../images-mist/images/home_01/rep.png');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.single_project_items .img-4::after {
  
  z-index: -2;
  width: 100%;
  content: "";
  height: 100%;
  position: absolute;
  background-image: url('../../images-mist/images/home_01/rep_02.png');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.pdd{
  padding: 55px 20px 20px 20px !important;
}
.txt-right{
  float: right !important;
}


/*gallery*/


.section-menu.secmenu-type-1 .main-section-menu li a div,
.section-menu.secmenu-type-1 .main-section-menu li a h5,
.section-menu.secmenu-type-1 .main-section-menu li a span {
  width: 100%
}

.section-menu.secmenu-type-1 li a:hover {
  background: 0 0
}

.section-menu.secmenu-type-1 .main-section-menu li a h5 {
  top: 40px;
  transition: all .5s ease;
  position: relative
}

.section-menu.secmenu-type-1 .main-section-menu li:hover a h5 {
  transition: all .5s ease;
  top: 0
}
/*.instagram-sec,
.instagram-sec.dark {
  background: #0e1756;
  background-image: linear-gradient(0deg, #0e1756 50%, #fff 40%)
}*/

.instagram-sec .owl-carousel .owl-item {
  transition-timing-function: ease-in!important
}

.MagicScroll[data-mode=carousel],
.MagicScroll[data-mode=cover-flow] {
  background: 0 0;
  padding-bottom: 320px
}

.MagicScroll a {
  font-size: 0!important
}

.instagram-sec .sec-main-h {
  margin-bottom: 1rem
}




@media screen and (max-width:1199px) {
  .header-home-4>video {
    width: auto;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0
  }
  .instagram-wrap::after,
  .instagram-wrap::before {
    display: none
  }
}

.btn-wrap-center {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3rem
}

.read-more.button-fancy {
  display: table;
  clear: both;
  margin-top: 20px
}
.button-fancy:hover.-color-1>.btn-arrow {
  background-color: #3aa6f5
}

.button-fancy:hover.-color-1>.btn-arrow:after,
.button-fancy:hover.-color-1>.btn-arrow:before {
  background-color: #3aa6f5
}
.button-fancy>.text {
  display: block;
  position: relative;
  z-index: 100;
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}

.h-newslatter .read-more.button-fancy:hover {
  color: #fff
}
.read-more.button-fancy {
  display: table;
  clear: both;
  margin-top: 20px
}


.button-fancy>.btn-arrow:after,
.button-fancy>.btn-arrow:before {
  background-color: transparent;
  content: '';
  display: block;
  height: 2px;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-transition-delay: 0;
  transition-delay: 0
}

.button-fancy>.btn-arrow:before {
  -webkit-transform-origin: top right;
  transform-origin: top right
}

.button-fancy>.btn-arrow:after {
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right
}
.instagram-sec .sec-main-h h2 {
  text-align: center;
}
.instagram-sec .sec-main-h p {
  text-align: center;
  color: #017a36 !important;
}
.instagram-sec .btn-wrap-center .theme-btn{
  background: linear-gradient(47deg,#44bdab,#a9c200 100%);
}
.instagram-sec .btn-wrap-center .theme-btn:hover {
  background: #fff !important;
  color: #a9c200 !important;
}




.services-area.bg-left-shape::before{
  position: absolute;
    left: 0;
    content: '';
    top: 0;
    width: 35%;
    height: 300%;
    z-index: -1;
    background-color: #2694c4;
    -webkit-transform: skewY(76deg);
    transform: skewY(76deg);
}
.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.bg-f4f6fc {
    background-color: #f4f6fc;
}

.feature-box {
    
    font-size: 15px;
    padding: 12px 0px;
    
}

.feature-box p:before{
    color: #2d3090;
    content: "\eb43";
    font-family: "unicons-line";
    font-size: 23px;
    margin-right: 10px;
    position: relative;
    top: 2px;
}

.feature-box p{
margin: 0px;
line-height: 30px !important;
display: flex;
color: #000;
}
.footer-bg{
  cursor:default;
  position:relative;
  top:0px;
  left:0px;
  width:100%;
  height:350px;
  overflow:hidden;
}
@media only screen and (max-width: 992px) {
  .footer-bg {
    height: 100%;
  }
  .map-location{
    margin-top: 30px;
  }
}


body {
  overflow-x: hidden;
  overflow-y: scroll;
}

.bann-txt{
    width: 825px !important;
    height: 100px !important;
    top: 90px !important;
    position: absolute !important;
font-family: work sans,sans-serif !important;
letter-spacing: px !important;
    opacity: 1 !important;
    font-size: 35px !important;
    z-index: 1 !important;
    font-weight: 500 !important;
    line-height: 1.3 !important;
    color: #000 !important;
   
}
.bann-txt-1{
    width: 825px !important;
    height: 100px !important;
    top: 150px !important;
    position: absolute !important;
    font-family: work sans,sans-serif !important;
letter-spacing: 0px !important;
    opacity: 1 !important;
    font-size: 35px !important;
    z-index: 1 !important;
    font-weight: 500 !important;
    line-height: 1.3 !important;
    color: #000 !important;
   
}
.bann-txt-2{
    width: 825px !important;
    height: 100px !important;
    top: 160px !important;
    position: absolute !important;
     font-family: work sans,sans-serif !important;
letter-spacing: 0px !important;
    opacity: 1 !important;
    font-size: 35px !important;
    z-index: 1 !important;
    font-weight: 500 !important;
    line-height: 1.3 !important;
    color: #000 !important;
   
}
.op-cha-1
{
    opacity: 1 !important;
}

div.row.c-gutter-30 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .vertical-item.item-gallery.content-absolute:before {
    background: #262c31;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.vertical-item.item-gallery.content-absolute {
    position: relative;
}
.item-gallery {
    background: 0 0;
    overflow: hidden;
    position: relative;
}
.ds {
    background-color: #262c31;
    color: #fff;
}
.text-center {
    text-align: center!important;
}
.vertical-item.item-gallery.content-absolute .cat-links {
    opacity: 0;
}
.cat-links:last-child {
    margin-bottom: 0;
    margin-top: 0;
}
.cat-links {
    clear: both;
    font-size: 0;
    left: 20px;
    line-height: 1;
    margin-bottom: 0;
    position: absolute;
    top: 20px;
    z-index: 2;
}
.vertical-item.item-gallery.content-absolute .item-content {
    padding-bottom: 29px;
    padding-left: 30px;
    padding-right: 30px;
    text-align: left;
}
.isotope-wrapper .vertical-item .item-media+.item-content {
    padding: 25px 20px;
}
.vertical-item.content-absolute .item-content {
    bottom: 0;
    left: 0;
    opacity: 0;
    padding: 25px 30px 22px;
    position: absolute;
    right: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 2;
}
.vertical-item .item-media+.item-content {
    padding: 56px 40px 54px;
}
.list-styled-1 li{
margin-bottom: 10px;
}

.scroll-animation {
    display: flex;
    width: -webkit-calc((420px * 16) + (30px * 16));
    width: -moz-calc((420px * 16) + (30px * 16));
    width: 7200px;
    position: relative;
    }
    .scroll-animation-wrapper {
    position: relative;
    z-index: 1;
}
scroll-animation .single-column-20 {
    width: 500px;
    padding: 0 15px;
}
.rbt-testimonial-box {
    position: relative;
    z-index: 2;
    border-radius: var(--radius);
}

.hei-340 {
    height: 340px;
}
.bg-theme-gradient-odd:nth-child(odd) .rbt-testimonial-box .inner {
    background-image: linear-gradient(135deg,#7bb560 0%,#a9c200 100%);
}
.marg-tp-50 {
    margin-top: 50px !important;
}
.scroll-animation .single-column-20 {
    width: 500px;
    padding: 0 15px;

  }
  .rbt-testimonial-box .description {
    margin-top: 20px;
}
.rbt-testimonial-box.style-2 .clint-info-wrapper {
    display: flex;
    align-items: center;
    margin-top: 22px;
    justify-content: center;
}
.rbt-testimonial-box.style-2 .clint-info-wrapper .client-info {
    padding-left: 15px;
}
.rbt-testimonial-box .inner {
    position: relative;
    padding: 50px 40px;
    z-index: 2;
    color: #000;
    background: #fff;
    border-radius: var(--radius);
    box-shadow: 0 13px 48px 0 rgb(215 216 222 / 44%);
}
.bg-theme-gradient-odd:nth-child(odd) .rbt-testimonial-box .description p {
    color: #fff !important;
}
.title{
  color: #000 !important;
}
.scroll-right-left {
    -webkit-animation: scroll 80s linear infinite;
    -moz-animation: scroll 80s linear infinite;
    animation: scroll 80s linear infinite;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}
.readon2:hover {
    background: #0046c0;
    color: #ffffff;
}
a:active, a:hover {
    text-decoration: none;
    outline: 0 none;
    color: #21a7d0;
}
a:hover {
    color: #0056b3;
    text-decoration: underline;
}
.readon2 {
    outline: none;
    border: none;
    padding: 12px 40px;
    border-radius: 3px;
    display: inline-block;
    text-transform: capitalize;
    font-size: 16px;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    color: #ffffff;
    background: #0046c0;
    position: relative;
    overflow: hidden;
}
.footer-top-1 {
    padding: 94px 0 15px;
}
.bg-clr-img {
   background-image: linear-gradient( rgb(1 18 0 / 90%), rgb(1 26 0 / 73%) ),url(../../images-mist/images/webimages/about-us/open-top-grow-bags.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 15px !important;
    webkit-transform: scale3d(1:1,1:1,1:1);
    transition: all 3d ease;
}
.bg-clr-img-2 {
   background-image: linear-gradient( rgb(1 18 0 / 90%), rgb(1 26 0 / 73%) ),url(../../images-mist/images/webimages/about-us/wall-gardening-grow-bags.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 15px !important;
    webkit-transform: scale3d(1:1,1:1,1:1);
    transition: all 3d ease;
}
.bg-clr-img-3 {
  background-image: linear-gradient( rgb(1 18 0 / 90%), rgb(1 26 0 / 73%) ),url(../../images-mist/images/webimages/about-us/circular-grow-bags.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 15px !important;
    webkit-transform: scale3d(1:1,1:1,1:1);
    transition: all 3d ease;
}
.bg-clr-img-1{
webkit-transform: scale3d(1:1,1:1,1:1);
z-index: 9999;
}
.bg-clr-img-2{
webkit-transform: scale3d(1:1,1:1,1:1);
z-index: 9999;
}
.bg-clr-img-3{
webkit-transform: scale3d(1:1,1:1,1:1);
z-index: 9999;
}


.pad-all {
    padding: 30px 40px ;
    height: min(100%,958px);
}
[class*=bg-] {
    color: #fff;
}
.bg-wid{
  width: 100%
}
.strip-im-bg {
    background: url(../../images-mist/images/webimages/i-6.jpg) no-repeat center fixed;
}
.parallax-bg {
    background: url(../../images-mist/images/webimages/about-us/vertical-gardening-grow-bags.jpg) no-repeat center fixed;
    background-size: cover;
}
.section {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #fff;
    overflow: hidden;
}
.parallax-bg:before {
    background-color: rgb(37 70 30 / 42%);
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
.z-index9 {
 position: relative;
    z-index: 9;
}

.shopSingle-preview {
    display: flex;
}
.shopSingle-preview__image {
    overflow: hidden;
    width: 100%;
}
swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
}

.gallery__item {
    position: relative;
    display: block;
}
.ratio {
    position: relative;
    display: block;
    overflow: hidden;
}
.ratio-62\:60::before {
    padding-bottom: 96.77419%;
}
.ratio::before {
    display: block;
    width: 100%;
    content: "";
}
.ratio-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.gallery__button.-bottom-right {
    top: unset;
    left: unset;
    transform: unset;
    bottom: 1.875rem;
    right: 1.875rem;
}
.gallery__button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    background-color: black;
    border-radius: 100%;
    width: 3.25rem;
    height: 3.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 0;
}
.gallery__button .icon {
    color: white;
    stroke-width: 1;
    width: 1.75rem;
    height: 1.75rem;
}
svg {
    overflow: hidden;
}
.gallery__button .icon {
    color: white;
    stroke-width: 1;
    width: 1.75rem;
    height: 1.75rem;
}
.pl-40 {
    padding-left: 2.5rem !important;
}
.text-accent {
    color: var(--accent-color);
}
.mt-4 {
    margin-top: 0.25rem !important;
}
.text-black {
    color: #000000;
}
.shopSingle-info__title {
    font-size: 28px;
    line-height: 1.2;
    font-weight: 600;
}
.mt-16 {
    margin-top: 1rem !important;
}
.mt-60 {
    margin-top: 3.75rem !important;
}
.shopSingle-info__action {
    display: flex;
    flex-wrap: wrap;
}
@media only screen and (min-width: 1200px) and (max-width: 1920px){
.product-details {
    display: flex;
    gap: 10em;
    padding: 30px 0 0 0;
}
}

.beautypress-social-tigger-wraper {
    text-align: center;
}
.beautypress-social-tigger {
    position: relative;
    height: 50px;
    width: 50px;
    margin: 1% auto;
}
.beautypress-social-tigger {
    list-style: none;
    padding: 0;
    margin: 0 auto !important;
}
.beautypress-social-tigger li:nth-child(1) a {
    transition: all .6s cubic-bezier(.87,-.41,.19,1.44) 2.1s;
}
.beautypress-social-tigger li a {
    height: 100%;
    width: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #000;
    color: #fff;
    font-size: 1em;
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    opacity: 0;
    transform: translate(0,0);
    visibility: hidden;
}

.beautypress-whatsapp {
    background-color: #25D366 !important;
}
.beautypress-social-tigger li:nth-child(2) a {
    transition: all .6s cubic-bezier(.87,-.41,.19,1.44) 1.8s;
}
.beautypress-social-tigger li a {
    height: 100%;
    width: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #000;
    color: #fff;
    font-size: 1em;
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    opacity: 0;
    transform: translate(0,0);
    visibility: hidden;
}
.beautypress-social-tigger li:nth-child(3) a {
    transition: all .6s cubic-bezier(.87,-.41,.19,1.44) 1.5s;
}
.beautypress-social-tigger li a {
    height: 100%;
    width: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #000;
    color: #fff;
    font-size: 1em;
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    opacity: 0;
    transform: translate(0,0);
    visibility: hidden;
}
.beautypress-phone {
    background-color: #000 !important;
}
.beautypress-facebook {
    background-color: #3b5999!important;
}
.beautypress-social-tigger li:nth-child(4) a {
    transition: all .6s cubic-bezier(.87,-.41,.19,1.44) 1.2s;
}
.beautypress-social-tigger li a {
    height: 100%;
    width: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #000;
    color: #fff;
    font-size: 1em;
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    opacity: 0;
    transform: translate(0,0);
    visibility: hidden;
}
.beautypress-instagram {
    background-color: #e4405f!important;
}
.beautypress-social-tigger li:nth-child(5) a {
    transition: all .6s cubic-bezier(.87,-.41,.19,1.44) .9s;
}
.beautypress-social-tigger li a {
    height: 100%;
    width: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #000;
    color: #fff;
    font-size: 1em;
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    opacity: 0;
    transform: translate(0,0);
    visibility: hidden;
}
.beautypress-youtube {
    background-color: #CD201F!important;
}
.beautypress-social-tigger li:nth-child(6) a {
    transition: all .6s cubic-bezier(.87,-.41,.19,1.44) .6s;
}
.beautypress-social-tigger li a {
    height: 100%;
    width: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #000;
    color: #fff;
    font-size: 1em;
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    opacity: 0;
    transform: translate(0,0);
    visibility: hidden;
}
.beautypress-envelope {
    background-color: #EA4335!important;
}
.beautypress-social-tigger li a.tigger-icon {
    opacity: 1;
    transform: translate(0%,0%)!important;
    visibility: visible;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.product .summary:after {
    clear: both;
    content: "";
    display: block;
}
.shopSingle-preview__imageList {
    width: 140px;
    margin: -5px -10px;
    padding-right: 10px;
}
.gallery__item {
    position: relative;
    display: block;
}
.shopSingle-preview__imageList > * {
    padding: 5px 10px;
}
.ratio-62\:60::before {
    padding-bottom: 96.77419%;
}
.ratio::before {
    display: block;
    width: 100%;
    content: "";
}
.ratio-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.section-title h6::after {
    bottom: 0%;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 2px;
    content: "";
    position: absolute;
    background: #a9c200;
    -webkit-animation: right-to-left 4s ease-in-out infinite;
    animation: right-to-left 4s ease-in-out infinite;
}
.single_testimonial_right .single_testimonial_item {
    position: relative;
    z-index: -1;
}
/*.single_testimonial_right .single_testimonial_item::before {
    position: absolute;
    clear: both;
    display: block;
    content: "";
    width: 5px;
    height: 120px;
    background-color: #FFF;
    left: 0%;
    top: 0%;
    z-index: 5;
}*/
.single_testimonial_right .single_testimonial_item .single_content {
   /* border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #a9c2006e;*/
    -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 0%);
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 0%);
    text-align: left !important;
    padding: 45px 83px 15px 0px;
    border-radius: 0px 120px 0px 120px;
}
/*.single_testimonial_right .single_testimonial_item::after {
    position: absolute;
    clear: both;
    display: block;
    content: "";
    width: 5px;
    height: 120px;
    background-color: #FFF;
    right: 0%;
    bottom: 0%;
    z-index: 5;
}
.single_testimonial_right .single_testimonial_item {
    position: relative;
    z-index: -1;
}*/
/*.single_testimonial_right .single_testimonial_item::before {
    position: absolute;
    clear: both;
    display: block;
    content: "";
    width: 5px;
    height: 120px;
    background-color: #FFF;
    left: 0%;
    top: 0%;
    z-index: 5;
}*/
.single_testimonial_right .single_testimonial_item .single_content {
  /*  border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: rgba(182, 157, 116, 0.2);*/
    -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 0%);
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 0%);
    text-align: left !important;
    padding: 30px 60px 70px 0px;
    border-radius: 0px 120px 0px 120px;
}
/*.single_testimonial_right .single_testimonial_item::after {
    position: absolute;
    clear: both;
    display: block;
    content: "";
    width: 5px;
    height: 120px;
    background-color: #FFF;
    right: 0%;
    bottom: 0%;
    z-index: 5;
}*/
.single_testimonial_right .single_testimonial_item .author_rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    
}
.single_testimonial_right .single_testimonial_item .author_rating .author {
    margin-left: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
}
.single_testimonial_right .single_testimonial_item .author_rating .author_img {
    width: 80px;
    height: 80px;
    border-radius: 500px;
    overflow: hidden;
}
.single_testimonial_right .single_testimonial_item .author_rating .rating i {
    color: #00c23d;
    font-size: 16px;
    margin: 0px 2px;
}
.single_testimonial_right .single_testimonial_item .single_content p{
  padding: 0px 0px 0px 50px !important;
  text-align: justify;
}
.section-title h6 {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    text-transform: uppercase;
    color: #a9c200;
    padding-bottom: 10px;
    position: relative;
    display: inline-block;
}
.no-pdd{
  padding: 0px !important;
}
[data-anim^='slide-'].is-in-view, [data-anim-child^='slide-'].is-in-view {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    pointer-events: auto;
}
.background-num__num {
    position: absolute;
    top: 0;
    font-weight: 600;
    font-size: 70px;
    line-height: 82px;
    color: transparent;
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0.2);
}
.d-flex {
    display: flex !important;
}
.background-num.-hover .background-num__front > div {
    transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    background-color: #0080004d;
}
.shadow-light {
   box-shadow: 0 6px 24px -2px rgb(119 139 165 / 40%);
}
.size-3xl {
    width: 6rem !important;
    height: 6rem !important;
}
.rounded-full {
    border-radius: 100%;
}
.bg-grey {
    background-color: #F9F5F5;
}
.align-items-center {
    align-items: center!important;
}
.justify-content-center {
    justify-content: center!important;
}
.margin-btm-20 {
    margin-bottom: 20px !important;
}
.mt-24 {
    margin-top: 1.5rem !important;
}
.layout-pt-sm {
    padding-top: 3.125rem;
}
/*.cover-image.s-cover-left {
    width: 50%;
}
section>.cover-image {
    position: absolute!important;
}
.cover-image {
    background-position: 50% 50%;
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}
.cover-image {
    height: 100%;
    width: 100%;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.form-group .btn {
    margin-top: 0;
    padding: 20px 58px;
}
.btn-maincolor {
    background: #7bb560;
    background-image: -webkit-linear-gradient(-45deg,#7bb560 0%,#a9c200 100%);
    background-image: -webkit-linear-gradient(315deg,#7bb560 0%,#a9c200 100%);
    background-image: linear-gradient(135deg,#7bb560 0%,#a9c200 100%);
    border: none!important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$colorMain5",endColorstr="$colorMain",GradientType=1);
    padding: 20px 30px;
}
.btn-maincolor, .btn-maincolor2, .btn-maincolor3, .btn-darkgrey {
    color: #fff;
}
.btn {
    border-radius: 5px;
    border-width: 3px;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 20px;
    margin-bottom: 0;
    padding: 17px 30px;
}
.special-heading .above {
    color: #777a7c;
    display: inline-block;
    font-family: work sans,sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 5px;
    text-transform: uppercase;
}
h3.special-heading {
    font-size: 40px;
}
.text-transform-uppercase {
    text-transform: uppercase;
}
.divider-35 {
    margin-top: 35px;
}
[class*=divider-] {
    clear: both;
    width: 100%;
}*/

.space, .space-bottom {
    padding-bottom: var(--section-space);
}
.about-shape1 {
    font-size: 135px;
    font-weight: 400;
    font-family: var(--title-font);
    line-height: 1;
    display: inline-block;
    -ms-writing-mode: tb-rl;
    writing-mode: tb-rl;
    text-transform: uppercase;
    transform: rotate(180deg);
    position: absolute;
    right: 95px;
    bottom: 0;
    color: rgba(14,89,242,.07);
}
@media (min-width: 1200px)
.d-xl-block {
    display: block!important;
}
.mb-50 {
    margin-bottom: 50px;
}
.wow-animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.img-box1 .img-1 img {
    filter: drop-shadow(0px 5px 32px rgba(21, 40, 76, 0.08));
}
.img-box1 img {
    border-radius: 5px;
}
img:not([draggable]), embed, object, video {
    max-width: 100%;
    height: auto;
}
.img-box1 .img-2 {
    z-index: 1;
    margin: -200px 0 0 auto;
    max-width: 100%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
}
.img-box1 img {
    border-radius: 5px;
}
.position-center {
    position: absolute;
    left: 73%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.play-btn {
    display: inline-block;
    z-index: 1;
    border: none;
    background-color: rgba(0,0,0,0);
    padding: 0;
}
.play-btn.style2:after, .play-btn.style2:before {
    background-color: #fff;
    border-radius: 50%;
    color: #a9c200;
    content: "\f04b";
    font-family: fontawesome;
    font-size: 18px;
    height: 60px;
    left: 50%;
    line-height: 60px;
    margin-left: -30px;
    margin-top: -30px;
    padding: 0 0 0 5px;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 60px;
}
.ripple-animation, .play-btn:after, .play-btn:before {
    -webkit-animation-duration: var(--ripple-ani-duration);
    animation-duration: var(--ripple-ani-duration);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: ripple;
    animation-name: ripple;
}
.play-btn:after, .play-btn:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: var(--theme-color);
    z-index: -1;
    border-radius: 50%;
    transition: all ease .4s;
}
.play-btn.style2:after, .play-btn.style2:before {
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 12px rgb(255 255 255 / 50%);
    content: "";
    display: block;
    height: 84px;
    left: 50%;
    margin-left: -42px;
    margin-top: -42px;
    opacity: 1;
    position: absolute;
    top: 50%;
    width: 84px;
}
.ripple-animation, .play-btn:after, .play-btn:before {
    -webkit-animation-duration: var(--ripple-ani-duration);
    animation-duration: var(--ripple-ani-duration);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: ripple;
    animation-name: ripple;
}
.play-btn:after {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.play-btn:after, .play-btn:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: var(--theme-color);
    z-index: -1;
    border-radius: 50%;
    transition: all ease .4s;
}
.play-btn.style3 i, .play-btn.style2 i {
    --icon-size: 60px;
    border-radius: 5px;
    --icon-font-size: 18px;
}
.play-btn>i {
    display: inline-block;
    width: var(--icon-size, 124px);
    height: var(--icon-size, 124px);
    line-height: var(--icon-size, 124px);
    font-size: var(--icon-font-size, 1.5em);
    text-align: center;
    background-color: var(--theme-color);
    color: var(--white-color);
    border-radius: 50%;
    z-index: 1;
    transition: all ease .4s;
}

.tabs.-lines .tabs__controls {
    border-bottom: 1px solid #E6E9EC;
}
.d-flex {
    display: flex !important;
}
.justify-content-center {
    justify-content: center!important;
}
.tabs.-lines .tabs__button.is-active {
    color: #a9c200;
    border-bottom: 1px solid #a9c200 !important;
    border: 0px;
    background: #0000;
}
.tabs.-lines .tabs__button {
    margin-bottom: -1px;
    padding: 0.625rem 0.75rem;
    font-weight: 600;
    transition: all 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}
[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button;
}
[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button;
}
.tabs.-lines .tabs__button + .tabs__button {
    margin-left: 0.5rem;
}
.tabs.-lines .tabs__button {
    margin-bottom: -1px;
    margin-left: 0.5rem;
    color: #000000;
    border: 0px;
    background: #0000;
    padding: 0.625rem 0.75rem;
    font-weight: 600;
    transition: all 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.text-sm
{
  list-style: disc !important;
}
/*.mt-48 {
    margin-top: 3rem !important;
}
.tabs.-lines .tabs__pane.is-active {
    display: block;
    opacity: 1;
}
.tabs.-lines .tabs__pane {
    display: none;
    opacity: 0;
    transition: all 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.tabs__pane.is-active {
    display: block;
}
.tabs__pane {
    display: none;
}
.y-gap-48 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
}
.x-gap-100 {
    margin-left: -3.125rem;
    margin-right: -3.125rem;
}
.y-gap-48 > * {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.x-gap-100 > * {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
}
.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}
.y-gap-48 > * {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.x-gap-100 > * {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
}
*/

.pageTabs .tabs .tab {
   margin-left: 0.5rem;
    color: #000000;
    border: 0px;
    background: #0000;
    padding: 0.625rem 0.75rem;
    font-weight: 600;
    transition: all 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.tab {
   margin-left: 0.5rem;
    color: #000000;
    border: 0px;
    background: #0000;
    padding: 0.625rem 0.75rem;
    font-weight: 600;
    transition: all 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}

    .active-product {color: #a9c200;
    border-bottom: 1px solid #a9c200 !important;
    border: 0px;
    background: #0000;}
    .content {margin: 10px 0 0 0;}
    .overview .itineraryTable {width: 100%; border-collapse: collapse; border-spacing: 0; margin-bottom: 20px; width: 100%; background-color: #58595b; color: #58595b;}
    .overview .itineraryTable .titleRow {background-color: #e10981!important; border: 1px solid #e10981!important; color: #fff; font-size: 14px; padding: 4px; text-align: left;}
    .overview .itineraryTable th {color: inherit; background-color: #fff; width: 15%; border: 1px solid #bcbec0; text-align: left; padding: 4px;}
    .overview .itineraryTable td {border: 1px solid #bcbec0; background-color: #fff; color: #797979; padding: 4px; width: 95%;}
    .itinerary .heading {color: #e10981!important; font-size: 14px; line-height: 14px;}
    .itinerary p {color: #797979; font-size: 12px; line-height: 16px; margin: 10px 0; text-align: justify;}
    .itinerary hr {background-color: #bcbec0; border: medium none; height: 1px; margin: 15px 0;}
.content-section {
    display: none;
}
.selected {
    display: block;
}


.call-media__icon {
    background-color: var(--smoke-color);
    box-shadow: 0px 7px 37px rgb(96 125 185 / 11%);
    border-radius: 5px;
    width: 95px;
    height: 95px;
    line-height: 95px;
    border-radius: 5px;
    text-align: center;
    margin: 0 20px 0 0;
}

.call-media {
    display: flex;
    align-items: center;
    padding: 10px 40px 10px 10px;
    box-shadow: 0px 10px 64px rgb(40 76 149 / 17%);
    border-radius: 5px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
    margin: 0 0 40px 0;
    background-color: var(--white-color);
}
.media-body {
    flex: 1;
}
.call-media__label {
    text-transform: uppercase;
    font-family: var(--title-font);
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    display: block;
    margin: 0 0 12px 0;
}
.call-media__info {
    color: var(--title-color);
    font-family: var(--title-font);
    font-weight: 700;
    line-height: 1;
    display: block;
    margin: 0;
}
@media (max-width: 767px){
.img-box2 .img-2, .img-box1 .img-2 {
    margin: 20px 0 0 0;
    width: 100%;
}
.img-box2 .img-2 img, .img-box1 .img-2 img {
    width: 100%;}
}
.scroll-animation.scroll-left-right {
    -webkit-animation: scrollLeft 80s linear infinite;
    -moz-animation: scrollLeft 80s linear infinite;
    animation: scrollLeft 80s linear infinite;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}


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

    to {
        -webkit-transform: translateX(-webkit-calc(-250px * 7));
        transform: translateX(-1750px);
    }
}

@-moz-keyframes scroll {
    0% {
        -moz-transform: translateX(0);
        transform: translateX(0);
    }

    to {
        -moz-transform: translateX(-moz-calc(-250px * 7));
        transform: translateX(-1750px);
    }
}

@keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        transform: translateX(0);
    }

    to {
        -webkit-transform: translateX(-webkit-calc(-250px * 7));
        -moz-transform: translateX(-moz-calc(-250px * 7));
        transform: translateX(-1750px);
    }
}

@-webkit-keyframes scrollLeft {
    0% {
        -webkit-transform: translateX(-webkit-calc(-250px * 7));
        transform: translateX(-1750px);
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-moz-keyframes scrollLeft {
    0% {
        -moz-transform: translateX(-moz-calc(-250px * 7));
        transform: translateX(-1750px);
    }

    to {
        -moz-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes scrollLeft {
    0% {
        -webkit-transform: translateX(-webkit-calc(-250px * 7));
        -moz-transform: translateX(-moz-calc(-250px * 7));
        transform: translateX(-1750px);
    }

    to {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        transform: translateX(0);
    }
}

.slider {
 
  color: #fff;
}
.slider .swiper-container {
  width: 100%;
  height: 100%;
}
.slider__flex {
  display: flex;
  align-items: flex-start;
}
.slider__col {
  display: flex;
  flex-direction: column;
  width: 150px;
  margin-right: 32px;
  align-self: center;
}
.slider__prev,
.slider__next {
  cursor: pointer;
  text-align: center;
  font-size: 14px;
  height: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.slider__prev:focus,
.slider__next:focus {
  outline: none;
}
.slider__thumbs {
  height: calc(400px - 96px);
}

.slider__thumbs .slider__image:hover {
  opacity: 1;
}

.slider__images {
  height: 500px;
}
.slider__images .slider__image img {
  transition: 3s;
}
.slider__images .slider__image:hover img {
  transform: scale(1.1);
}
.slider__image {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  overflow: hidden;
}
.slider__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 767.98px) {
  .slider__flex {
    flex-direction: column-reverse;
  }
  .slider__col {
    flex-direction: row;
    align-items: center;
    margin-right: 0;
    margin-top: 24px;
    width: 100%;
  }
  .slider__images {
    width: 100%;
  }
  .slider__thumbs {
    height: 100px;
    width: calc(100% - 96px);
    margin: 0 16px;
  }
  .slider__prev,
  .slider__next {
    height: auto;
    width: 32px;
  }
}

#particles-js {
  
    width: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
   
   
}

#particles-js>canvas {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: -1;
}

.banner-bottom-boxes ul {
    margin: 0px;
    padding: 0px;
    text-align: center;
}
.banner-bottom-boxes.index5-boxes {
    margin: 0px 0px;
}
.banner-bottom-boxes {
    width: 100%;
    float: left;
    margin: -100px 0px 80px;
}

.banner-bottom-boxes .banner-box-1, .banner-bottom-boxes .banner-box-3  {
    list-style: none;
    float: none;
    display: inline-block;
    width: 33.3%;
    text-align: center;
    padding: 35px 0px 28px;
    position: relative;
    -webkit-transition: all .3s ease;
    margin: -2px;
    transition: all .3s ease;
}
.banner-bottom-boxes .banner-box-2  {
    list-style: none;
    float: none;
    display: inline-block;
    width: 33.3%;
    text-align: center;
    padding: 35px 0px 28px;
    position: relative;
     -webkit-transform: scale3d(1.1,1.1,1.1) ;
    z-index: 1;
    margin: -2px;
    
}
.banner-bottom-boxes .banner-box-2:hover{
   -webkit-transform: unset !important;
    transition: all .3s ease;
}
.banner-bottom-boxes .banner-box-1:hover, .banner-bottom-boxes .banner-box-3:hover {
    -webkit-transform: scale3d(1.1,1.1,1.1);
    z-index: 1;
}
.banner-box-1, .banner-box-2, .banner-box-3 {
  box-shadow: inset 0 0 0 2000px rgb(0 0 0 / 80%) !important;
}
.botto-box-1 {
    background: url(../../images-mist/images/webimages/about-us/circular-grow-bags.jpg) no-repeat center top !important;
    background-size: cover !important;
}
.botto-box-2 {
    background: url(../../images-mist/images/webimages/about-us/open-top-grow-bags.jpg) no-repeat center top !important;
    background-size: cover !important;
}
.botto-box-3 {
    background: url(../../images-mist/images/webimages/about-us/wall-gardening-grow-bags.jpg) no-repeat center top !important;
    background-size: cover !important;
}
.banner-bottom-boxes ul li .icons {
    width: 60px;
    height: 60px;
    display: inline-block;
    margin-bottom: 25px;
}
.banner-bottom-boxes ul li h4 {
  color: #fff;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px;
}
.banner-bottom-boxes ul li p {
    color: #000;
    font-size: 17px;
}

.product-hov a:hover{
color: #a9c200;
}
.product-hov{
text-align: center;
}
@media only screen and (max-width: 570px) {
  .product-hov {
    text-align: center !important;
  }
}
@media only screen and (max-width: 980px) {
  .banner-bottom-boxes ul li{
    width: 100%;
    margin: 0;
  }
  
  .about-area .about-content.warp{
        padding: 0px !important;
  }
  .position-center{
    left: 50%;
    top: 30%;
  }
    
}



.single_testimonial_right .single_testimonial_item .single_content .quote {
    position: absolute;
    bottom: calc(20% - 30px);
    right: 3%;
}
.single_testimonial_right .single_testimonial_item .single_content .quote i {
    font-size: 55px;
    color: #a9c200;
}
.overview ul{
  margin-left: 35px;
}
.blogPost ul{
   margin-left: 35px;
}
.footer-wid{
  width: 200px;
}
@media (max-width: 400px) {
  .footer-wid{
   width: 150px;
  }
}
.iconbox.text-center .la, .iconbox.text-center .fa, .iconbox.text-center .lnr {
    margin-left: auto;
    margin-right: auto;
    float: none;
}
.iconbox .la, .iconbox .fa, .iconbox .lnr {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    font-size: 32px;
    color: #a9c200;
    display: block;
    width: 83px;
    height: 83px;
    line-height: 76px;
    border: 2px solid #a9c200;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
}
.la {
    speak: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    letter-spacing: 0;
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    -o-font-feature-settings: "liga";
    font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.img-box1 a{
  color: #a9c200;
}

.play-btn.style2:before :hover{
background-color: #a9c200;
}
.play-btn.style2:after :hover{
background-color: #a9c200;
}


.magnific-img img {
    width: 100%;
    height: auto;
}

.magnific-img {
    display: inline-block;
   /* width: 32.3%;*/
}
a.image-popup-vertical-fit {
    cursor: -webkit-zoom-in;
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.98;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-arrow-left:before {
    border-right: none !important;
}
.mfp-arrow-right:before {
    border-left: none !important;
}
button.mfp-arrow, .mfp-counter {
    opacity: 0 !important;
    transition: opacity 200ms ease-in, opacity 2000ms ease-out;
}
.mfp-container:hover button.mfp-arrow, .mfp-container:hover .mfp-counter{
    opacity: 1 !important;
}


/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }


img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }


.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

    .padd-btm-20{
      padding-bottom: 20px !important;
    }

    /*Rathis */

    /*.fa-play:hover {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-play:hover {
    content: "\f04b";
}*/
/*
@media all and (max-width: 992px) {
.padd-all {
    padding: 30px 40px !important;
    height: 0px;
}
}*/

.mild-green
{

background-image: linear-gradient(#e7f6e6, #017a36);
}

.fa-star:before
{
   content:"/f005";
}


/* share-button */

.beautypress-social-tigger {
    list-style: none;
    padding: 0;
    margin: 0;
}
.beautypress-social-tigger.active li:nth-child(1) a {
    transition: all .6s cubic-bezier(.87,-.41,.19,1.44) .6s;
    transform: translate(45px,-80px);
}
.beautypress-social-tigger.active li:nth-child(2) a {
    transition: all .6s cubic-bezier(.87,-.41,.19,1.44) .9s;
    transform: translate(90px,0);
}
.beautypress-social-tigger.active li:nth-child(3) a {
    transition: all .6s cubic-bezier(.87,-.41,.19,1.44) 1.2s;
    transform: translate(45px,80px);
}
.beautypress-social-tigger.active li:nth-child(4) a {
    transition: all .6s cubic-bezier(.87,-.41,.19,1.44) 1.5s;
    transform: translate(-45px,80px);
}
.beautypress-social-tigger.active li:nth-child(5) a {
    transition: all .6s cubic-bezier(.87,-.41,.19,1.44) 1.8s;
    transform: translate(-90px,0);
}
.beautypress-social-tigger.active li:nth-child(6) a {
    transition: all .6s cubic-bezier(.87,-.41,.19,1.44) 2.1s;
    transform: translate(-45px,-80px);
}
.beautypress-social-tigger li a.tigger-icon {
    opacity: 1;
    transform: translate(0%,0%)!important;
    visibility: visible;
}
/*.fa-fa-share-alt:before {
    content: "\f1e0";
}*/

.beautypress-social-tigger.active li a {
    opacity: 1;
    visibility: visible;
}

.nice-select{
  height: 50px !important;
  line-height: 50px !important;
  z-index: 9999999;
}

.nice-select1
{
  cursor: pointer;
    font-weight: 400;
    line-height: 26px;
    list-style: none;
    min-height: 28px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    transition: all 0.2s;
}

.quote-para{
      font-weight: 900 !important;
    font-size: 14px !important;
}

@media (max-width:991px){
.banner-bottom-boxes .banner-box-2{
  width: 100%;
-webkit-transform: unset !important;
  margin: 0 !important;
}
.banner-bottom-boxes .banner-box-1, .banner-bottom-boxes .banner-box-3{
    width: 100%;
}

}

@media (max-width: 991px) {
  .pad-mobile{
    padding-top:10px ! important;
    padding-bottom: 10px ! important;
  }
  .dis-full-none{
    display: none !important; 
  }
  .btn-wrap-center-1{
    margin-bottom: 1rem !important;
  }
  .mar-top
  {
    margin-top: 30px ! important;
  }
  .mob-center{
    text-align: center !important;
  }
  .pad-top
  {
    padding-top:10px ! important;
  }

  .justify-center{
    justify-content:center !important;
  }

  .share-top
  {
    margin-top: 20px !important;
  }
  
}



@media only screen and (min-width: 340px) and (max-width: 380px){
.MagicScroll[data-mode=carousel],
.MagicScroll[data-mode=cover-flow] {
  background: 0 0;
  padding-bottom: 200px
}
}

@media only screen and (min-width: 381px) and (max-width: 440px){
.MagicScroll[data-mode=carousel],
.MagicScroll[data-mode=cover-flow] {
  background: 0 0;
  padding-bottom: 240px
}
}

@media only screen and (min-width: 441px) and (max-width: 510px){
.MagicScroll[data-mode=carousel],
.MagicScroll[data-mode=cover-flow] {
  background: 0 0;
  padding-bottom: 260px
}
}
@media only screen and (min-width: 511px) and (max-width: 570px){
.MagicScroll[data-mode=carousel],
.MagicScroll[data-mode=cover-flow] {
  background: 0 0;
  padding-bottom: 280px
}
}
@media only screen and (min-width: 571px) and (max-width: 650px){
.MagicScroll[data-mode=carousel],
.MagicScroll[data-mode=cover-flow] {
  background: 0 0;
  padding-bottom: 300px
}
}
.btn-wrap-center-1{
    margin-bottom: 1rem !important;
  }
  .color-fff
  {
    color:#fff;
  }
  .color-fff:hover
  {
    color:#fff;
  }

  table, th, td 
  {     border: 1px solid #ddd; }
   th{    
    padding: 10px;
/*height: 80px;     
width: 198px; */}
 td{    
  padding: 10px; 
  text-align: justify;


}

.back-color{
background: linear-gradient(#017a36, #017a36);
color:#fff;
}

.center
{
   text-align: center;
}

.dis-f-jus-cont{
  display: flex;
  justify-content: center;
}
.fnt600{
  font-weight: 600 !important;
}

.foo-fam{
   font-family: "Nunito", sans-serif !important;
   font-size: 17px;
    line-height: 1.4 !important;
    font-weight: 700;
    line-height: 1 !important;
}

@media (min-width: 1199px) {
  .ds-none {
    display: none ! important;
  }
}
@media (max-width: 1199px) {
  .ds-none1 {
    display: none ! important;
  }
}

/*seo css divakar*/

.dis-all-none{
  display: none !important;
}
.fnt-20{
  font-size: 20px !important; 
}