 
* {
  margin:0px;
  padding:0px;
  border:none;
  outline:none;
}


body {
  font-size:16px;
  color:#7a7b80;
  line-height:28px;
  font-weight:400;
  background:#ffffff;
  font-family: 'Montserrat', sans-serif;
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center top;
  -webkit-font-smoothing: antialiased;
}

  @media (min-width:1200px) {
  .container {
    max-width: 1200px;
    padding: 0px 15px;
  }
}

.large-container{
  max-width: 1550px;
  padding: 0px 15px;
  margin: 0 auto;
}

.container-fluid{
  padding: 0px 30px;
}

.auto-container{
  position:static;
  max-width:1200px;
  padding:0px 15px;
  margin:0 auto;
}

.small-container{
  max-width:680px;
  margin:0 auto;
}

.boxed_wrapper{
  position: relative;
  margin: 0 auto;
  overflow: hidden !important;
  width: 100%;
  min-width: 300px;
}


a{
  text-decoration:none;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

a:hover{
  text-decoration:none;
  outline:none;
}

input,button,select,textarea{
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;
  background: transparent;
}

::-webkit-input-placeholder {
  color: inherit;
}

::-moz-input-placeholder {
  color: inherit;
}

::-ms-input-placeholder {
  color: inherit;
}

ul,li{
  list-style:none;
  padding:0px;
  margin:0px; 
}

input{
  transition: all 500ms ease;
}

button:focus,
input:focus,
textarea:focus{
  outline: none;
  box-shadow: none;
  transition: all 500ms ease;
}

p{
  position: relative;
  font-family: 'Montserrat', sans-serif;
  color: #7a7b80;
  font-weight: 400;
  margin: 0px;
  transition: all 500ms ease;
}

h1,h2,h3,h4,h5,h6{
  position:relative;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #141417;
  margin: 0px;
  transition: all 500ms ease;
}

.centred{
  text-align: center;
}

.pull-left{
  float: left;
}

.pull-right{
  float: right;
}


figure{
  margin: 0px;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .7s;
  transition-property: all;
}

/** button **/


.theme-btn{
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  font-size: 17px;
  line-height: 26px;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  text-align: center;
  padding: 17px 30px;
  border-radius: 5px;
  text-transform: capitalize;
  z-index: 1;
  transition: all 500ms ease;
}

.theme-btn.btn-one{

}

.theme-btn.btn-two{
  font-size: 15px;
  padding: 13px 29px;
  margin-left: 10px;
  border: solid;
  border-width: 1px;
}

.theme-btn i{
  position: relative;
  font-size: 20px;
  margin-left: 9px;
  top: 3px;
}

.theme-btn.btn-two:hover{
  border-color: #183d2b;
}

.theme-btn:before{
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  width: 0;
  opacity: 0;
  content: "";
  z-index: -1;
  background-color: #183d2b;
  transform: scale(1.0) rotateX(45deg);
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.theme-btn:hover:before{
  opacity: 1.0;
  width: 100%;
  transform: scale(1.0) rotateX(0deg);
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;    
}

.theme-btn:hover{
  color: #fff;
}



.pagination{
  position: relative;
  display: block;
}

.pagination li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 10px;
}

.pagination li:last-child{
  margin: 0px !important;
}

.pagination li a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  height: 50px;
  width: 50px;
  line-height: 50px;
  background: #ffffff;
  text-align: center;
  color: #141417;
  border-radius: 5px;
  z-index: 1;
  border: 1px solid #e5e5e5;
  transition: all 500ms ease;
}

.pagination li a:hover,
.pagination li a.current{
  color: #fff;
}

.sec-pad{
  padding: 45px 0px 85px 0px !important;
}

.mr-0{
  margin: 0px !important;
}

.scroll-top{
  width: 55px;
  height: 55px;
  line-height: 64px;
  position: fixed;
  bottom: 105%;
  right: 30px;
  font-size: 20px;
  z-index: 99;
  color: #ffffff;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  transition: 1s ease;
}

.scroll-top.open {
  bottom: 50px;
}

.scroll-top:before,
.scroll-top:after {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
  content: "";
  position: absolute;
  -webkit-box-shadow: 0 0 0 0 rgba(47, 121, 85, 0.9);
  box-shadow: 0 0 0 0 rgba(47, 121, 85, 0.9);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.scroll-top:after{
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

.sec-title{
  position: relative;
  display: block;
}

.sec-title .sub-title{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.sec-title h2{
  display: block;
  font-size: 46px;
  line-height: 65px;
  font-family: 'Prata', serif;
}

.sec-title.light .sub-title,
.sec-title.light h2{
  color: #fff;
}


.color_white {
  color: #fff !important;
}

.bg_white {
  background-color: #fff;
}

.fs_32 {
  font-size: 32px;
}

.fs_22 {
  font-size: 22px;
}

.lh_26{
  line-height: 26px;
}

.hov_color:hover{

}

.lh_28{
  line-height: 28px;
}

.lh_32{
  line-height: 32px;
}

.pb_240{
  padding-bottom: 240px;
}

.pt_340{
  padding-top: 340px;
}

.pr_230{
  padding-right: 230px;
}



.main-header{
  position:relative;
  left:0px;
  top:0px;
  right: 0px;
  z-index:999;
  width:100%;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.sticky-header{
  position:fixed;
  opacity:0;
  visibility:hidden;
  left:0px;
  top:0px;
  width:100%;
  z-index:0;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.10);
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.fixed-header .sticky-header{
  z-index:999;
  opacity:1;
  visibility:visible;
  -ms-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -op-animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -ms-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -op-animation-duration: 500ms;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -ms-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -op-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -op-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/** header-top **/

.header-top{
  position: relative;
  width: 100%;
  padding: 14px 0px 13px 0px;
}

.header-top .shape{
  position: absolute;
  left: 40%;
  bottom: 0px;
  width: 76px;
  height: 41px;
  background-repeat: no-repeat;
}

.header-top .social-links li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 25px;
}

.header-top .social-links li:last-child{
  margin: 0px !important;
}

.header-top .social-links li a{
  font-size: 14px;
}

.header-top a{
  display: inline-block;
  color: #fff;
}

.header-top p{
  font-size: 16px;
  color: #fff;
}

.header-top .info-box li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 60px;
  padding-left: 25px;
}

.header-top .info-box li:last-child{
  margin: 0px !important;
}

.header-top .info-box li a:hover{
  text-decoration: underline;
}

.header-top .info-box li .icon-box{
  position: absolute;
  left: 0px;
  top: 4px;
  font-size: 16px;
  color: #fff;
}

.header-top .info-box li:before{
  position: absolute;
  content: '';
  background-color: rgba(255, 255, 255, 0.20);
  width: 1px;
  height: 20px;
  top: 4px;
  right: -30px;
}

.header-top .info-box li:last-child:before{
  display: none;
}

/** search box btn **/

.header-top .right-column .info li.search-box-outer{
  padding-left: 0px !important;
}

.main-header .search-box-btn{
  position: relative;
  font-size: 14px;
  line-height: 26px;
  color: #fff;
  padding-left: 22px;
  font-weight: 500;
  background: transparent;
  text-transform: uppercase;
  transition: all 500ms ease;
}

.main-header .search-box-outer .dropdown-menu {
  top: 34px !important;
  padding: 0px;
  width: 330px;
  border-radius: 0px;
  right: 0;
  left: auto !important;
  transform: translate3d(0px, 0px, 0px) scale3d(0.8,0.8,0.8) !important;
  border-color: transparent;
  border-radius: 3px;
  transition: .5s ease;
  display: block;
  opacity: 0;
  visibility: hidden;
}

.main-header .search-box-outer .show .dropdown-menu {
  display: block;
  transform: scale3d(1,1,1)!important;
  opacity: 1;
  visibility: visible;
}

.main-header .search-panel .form-container{
  padding: 30px;
}

.main-header .search-panel .form-group {
  position: relative;
  margin: 0px;
}

.main-header .search-panel input[type="text"],
.main-header .search-panel input[type="search"],
.main-header .search-panel input[type="password"],
.main-header .search-panel select {
  display: block;
  width: 100%;
  line-height: 24px;
  padding: 9px 50px 9px 15px;
  height: 50px;
  color: #fff;
  border-radius: 3px;
  background-color: #1e2434;
}

.main-header .search-panel .search-btn {
  position: absolute;
  right: 1px;
  top: 1px;
  width: 50px;
  height: 48px;
  text-align: center;
  color: #fff;
  background: transparent;
  font-size: 14px;
  border-radius: 0px 3px 3px 0px;
  cursor: pointer;
}

.dropdown-toggle::after {
  display: none;
}

/** header-lower **/

.header-lower{
  position: relative;
  width: 100%;
  background: #fff;
}

.main-header .outer-box {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.main-header .logo-box{
  position: relative;
  padding: 12.5px 10px;
}

.main-header .logo-box .shape{
  position: absolute;
  left: -13px;
  bottom: -19px;
  width: 181px;
  height: 19px;
  background-repeat: no-repeat;
}

.main-header .logo-box .logo{
  max-width: 250px;
  width: 100%;
}

.main-header .logo-box .logo img{
  width: 100%;
}

.main-header .nav-right{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0px;
}

.main-header .nav-right .cart-box{
  position: relative;
  display: inline-block;
  margin-right: 30px;
  top: 4px;
}

.main-header .nav-right .cart-box a{
  position: relative;
  display: inline-block;
  font-size: 20px;
  line-height: 20px;
}


/** main-menu **/

.main-menu .navbar-collapse{
  padding:0px;
  display:block !important;
}

.main-menu .navigation{
  margin:0px;
}

.main-menu .navigation > li{
  position:inherit;
  float:left;
  z-index:2;
  margin: 0px 20px;
  -webkit-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  transition:all 300ms ease;
}

.main-menu .navigation > li:last-child{
  margin-right:0px !important;
}

.main-menu .navigation > li:first-child{
  margin-left: 0px !important;
}

.main-menu .navigation > li > a{
  position:relative;
  display:block;
  text-align:center;
  font-size:17px;
  line-height:30px;
  padding: 25px 0px;
  font-weight:600;
  font-family: 'Montserrat', sans-serif;
  opacity:1;
  color: #25283a;
  z-index:1;
  -webkit-transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  transition:all 500ms ease;
}

.main-menu .navigation > li.current > a,
.main-menu .navigation > li:hover > a{
  
}

.main-menu .navigation > li > ul,
.main-menu .navigation > li > .megamenu{
  position:absolute;
  left: inherit;
  top:100%;
  width:230px;
  margin-top: 15px;
  z-index:100;
  display:none;
  opacity: 0;
  visibility: hidden;
  border-radius: 0px;
  background-color: #183d2b;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul.from-right{
  left:auto;
  right:0px;  
}

.main-menu .navigation > li > ul > li{
  position:relative;
  width:100%;
}

.main-menu .navigation > li > ul > li > a,
.main-menu .navigation > li > .megamenu li > a{
  position:relative;
  display:block;
  padding: 10px 30px;
  line-height:24px;
  font-weight:600;
  font-size:16px;
  text-transform:capitalize;
  font-family: 'Montserrat', sans-serif;
  color:#fff;
  text-align: left;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li > a{
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.main-menu .navigation > li > .megamenu li > a{
  padding-left: 0px;
}

.main-menu .navigation > li > .megamenu h4{
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
}

.main-menu .navigation > li > ul > li > a:hover,
.main-menu .navigation > li > .megamenu li > a:hover{

}

.main-menu .navigation > li > ul > li:last-child > a,
.main-menu .navigation > li > .megamenu li:last-child > a{
  border-bottom: none;
}

.main-menu .navigation > li > ul > li.dropdown > a:after{
  font-family: 'Font Awesome 5 Pro';
  content: "\f105";
  position:absolute;
  right:20px;
  top:10px;
  display:block;
  line-height:24px;
  font-size:16px;
  font-weight:800;
  text-align:center;
  z-index:5;  
}

.main-menu .navigation > li > ul > li > ul{
  position:absolute;
  right:100%;
  top:0%;
  margin-top: 15px;
  width:230px;
  z-index:100;
  display:none;
  border-radius: 0px;
  background-color: #183d2b;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul.from-right{
  left:auto;
  right:0px;  
}

.main-menu .navigation > li > ul > li > ul > li{
  position:relative;
  width:100%;
}

.main-menu .navigation > li > ul > li > ul > li:last-child{
  border-bottom:none; 
}

.main-menu .navigation > li > ul > li > ul > li > a{
  position:relative;
  display:block;
  padding:10px 30px;
  line-height:24px;
  font-weight:600;
  font-size:16px;
  text-transform:capitalize;
  font-family: 'Montserrat', sans-serif;
  color:#fff;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  text-align: left;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul > li:last-child > a{
  border-bottom: none;
}

.main-menu .navigation > li > ul > li > ul > li > a:hover{
  
}

.main-menu .navigation > li > ul > li > ul > li.dropdown > a:after{
  font-family: 'Font Awesome 5 Pro';
  content: "\f105";
  position:absolute;
  right:20px;
  top:12px;
  display:block;
  line-height:24px;
  font-size:16px;
  font-weight:900;
  z-index:5;  
}

.main-menu .navigation > li.dropdown:hover > ul,
.main-menu .navigation > li.dropdown:hover > .megamenu{
  visibility:visible;
  opacity:1;
  margin-top: 0px;
  top: 100%;
}

.main-menu .navigation li > ul > li.dropdown:hover > ul{
  visibility:visible;
  opacity:1;
  top: 0%; 
  margin-top: 0px;
}

.main-menu .navigation li.dropdown .dropdown-btn{
  position:absolute;
  right:-32px;
  top:66px;
  width:34px;
  height:30px;
  text-align:center;
  font-size:18px;
  line-height:26px;
  color:#3b3b3b;
  cursor:pointer;
  display: none;
  z-index:5;
  transition: all 500ms ease;
}

.main-menu .navigation li.current.dropdown .dropdown-btn,
.main-menu .navigation li:hover .dropdown-btn{
  
}

.main-menu .navigation li.dropdown ul li.dropdown .dropdown-btn{
  display: none;
}

.menu-area .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  color: #3786ff;
  display: none;
}

.menu-area .mobile-nav-toggler .icon-bar{
  position: relative;
  height: 2px;
  width: 30px;
  display: block;
  margin-bottom: 5px;
  background-color: #222;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.menu-area .mobile-nav-toggler .icon-bar:last-child{
  margin-bottom: 0px;
}

.sticky-header .main-menu .navigation > li > a{
  padding: 30px 0px;
}

.sticky-header .logo-box{
  padding: 23px 0px 22px 0px;
}

.sticky-header .nav-right{
  padding: 15px 0px;
}


/** megamenu-style **/

.main-menu .navigation > li.dropdown > .megamenu{
  position: absolute;
  width: 100%;
  padding: 30px 50px;
  left: 0px;
}

.main-menu .navigation li.dropdown .megamenu li h4{
  margin-bottom: 10px;
}


/** mobile-menu **/

.nav-outer .mobile-nav-toggler{
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  color:#3786ff;
  display: none;
}

.mobile-menu{
  position: fixed;
  right: 0;
  top: 0;
  width: 300px;
  padding-right:30px;
  max-width:100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
  transition: all 900ms ease;
}

.mobile-menu .navbar-collapse{
  display:block !important; 
}

.mobile-menu .nav-logo{
  position:relative;
  padding:50px 25px;
  text-align:left;  
  padding-bottom: 100px;
}

.mobile-menu-visible{
  overflow: hidden;
}

.mobile-menu-visible .mobile-menu{
  opacity: 1;
  visibility: visible;
}

.mobile-menu .menu-backdrop{
  position: fixed;
  left: 0%;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 900ms ease;
  background-color: #2f7955;
}

.mobile-menu-visible .mobile-menu .menu-backdrop{
  opacity: 0.70;
  visibility: visible;
  right: 100%;
  -webkit-transition: all .8s ease-out 0s;
  -o-transition: all .8s ease-out 0s
}

.mobile-menu .menu-box{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background: #141417;
  padding: 0px 0px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  border-radius: 0px;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  transition: all 900ms ease !important;
}

.mobile-menu-visible .mobile-menu .menu-box{
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.mobile-menu .close-btn{
  position: absolute;
  right: 25px;
  top: 10px;
  line-height: 30px;
  width: 24px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
  z-index: 10;
  -webkit-transition:all 0.9s ease;
  -moz-transition:all 0.9s ease;
  -ms-transition:all 0.9s ease;
  -o-transition:all 0.9s ease;
  transition:all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn{
  -webkit-transform:rotate(360deg);
  -ms-transform:rotate(360deg);
  transform:rotate(360deg);
}

.mobile-menu .close-btn:hover{
  -webkit-transform:rotate(90deg);
  -ms-transform:rotate(90deg);
  transform:rotate(90deg);
}

.mobile-menu .navigation{
  position: relative;
  display: block;
  width: 100%;
  float: none;
}

.mobile-menu .navigation li{
  position: relative;
  display: block;
  border-top: 1px solid rgba(255,255,255,0.10);
}

.mobile-menu .navigation:last-child{
  border-bottom: 1px solid rgba(255,255,255,0.10);
}

.mobile-menu .navigation li > ul > li:first-child{
  border-top: 1px solid rgba(255,255,255,0.10);
}

.mobile-menu .navigation li > a{
  position: relative;
  display: block;
  line-height: 24px;
  padding: 10px 25px;
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; 
}

.mobile-menu .navigation li ul li > a{
  font-size: 16px;
  margin-left: 20px;
  text-transform: capitalize;
}

.mobile-menu .navigation li > a:before{
  content:'';
  position:absolute;
  left:0;
  top:0;
  height:0;
  border-left:5px solid #fff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; 
}

.mobile-menu .navigation li.current > a:before{
  height:100%;
}

.mobile-menu .navigation li.dropdown .dropdown-btn{
  position:absolute;
  right:6px;
  top:6px;
  width:32px;
  height:32px;
  text-align:center;
  font-size:16px;
  line-height:32px;
  color:#ffffff;
  background:rgba(255,255,255,0.10);
  cursor:pointer;
  border-radius:2px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; 
  z-index:5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open{
  color: #ffffff;
  -webkit-transform:rotate(90deg);
  -ms-transform:rotate(90deg);
  transform:rotate(90deg);  
}

.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul,
.mobile-menu .navigation > li.dropdown > .megamenu{
  display: none;
}

.mobile-menu .social-links{
  position:relative;
  padding:0px 25px;
}

.mobile-menu .social-links li{
  position:relative;
  display:inline-block;
  margin:0px 10px 10px;
}

.mobile-menu .social-links li a{
  position:relative;
  line-height:32px;
  font-size:16px;
  color:#ffffff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; 
}

.mobile-menu .social-links li a:hover{
  
}

div#mCSB_1_container{
  top: 0px !important;
}

.mobile-menu .contact-info {
  position: relative;
  padding: 120px 30px 20px 30px;
}

.mobile-menu .contact-info h4 {
  position: relative;
  font-size: 20px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 20px;
}

.mobile-menu .contact-info ul li {
  position: relative;
  display: block;
  font-size: 15px;
  color: rgba(255,255,255,0.80);
  margin-bottom: 3px;
}

.mobile-menu .contact-info ul li a{
  color: rgba(255,255,255,0.80);
}

.mobile-menu .contact-info ul li a:hover{
  
}

.mobile-menu .contact-info ul li:last-child{
  margin-bottom: 0px;
}

.main-header .outer-box{
  position: relative;
}


/** banner-section **/

.banner-carousel .slide-item{
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.banner-carousel .content-box{
  max-width: 800px;
  margin: 0 auto;
}



.banner-carousel .slide-item .image-layer{
  left:0;
  top:0;
  width:100%;
  height:100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  /*-webkit-transform:scale(1);
  -ms-transform:scale(1);
  transform:scale(1);
  -webkit-transition: all 6000ms linear;
  -moz-transition: all 6000ms linear;
  -ms-transition: all 6000ms linear;
  -o-transition: all 6000ms linear;
  transition: all 6000ms linear;*/
}

/*.banner-carousel .active .slide-item .image-layer{
  -webkit-transform:scale(1.15);
  -ms-transform:scale(1.15);
  transform:scale(1.15);
}*/

.banner-carousel .content-box h1{
  font-family: 'Prata', serif;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.banner-carousel .active .content-box h1{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}

.banner-carousel .content-box p{
  line-height: 32px;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.banner-carousel .active .content-box p{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1200ms;
  -moz-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  transition-delay: 1200ms;
}

.banner-carousel .content-box .btn-box{
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.banner-carousel .active .content-box .btn-box{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1400ms;
  -moz-transition-delay: 1400ms;
  -ms-transition-delay: 1400ms;
  -o-transition-delay: 1400ms;
  transition-delay: 1400ms;
}

.owl-dots-none .owl-dots,
.owl-nav-none .owl-nav{
  display: none !important;
}

.owl-nav button{
  background: transparent;
}

.banner-carousel .owl-nav{
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.banner-carousel .owl-nav button{
  position: absolute;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 66px;
  background-color: rgba(255, 255, 255, 0.20);
  text-align: center;
  border-radius: 50%;
  font-size: 45px;
  color: #fff;
  cursor: pointer;
  transition: all 500ms ease;
}

.banner-carousel .owl-nav button:hover{

}

.banner-carousel .owl-nav button.owl-prev{
  left: 70px;
}

.banner-carousel .owl-nav button.owl-next{
  right: 70px;
}

.banner-carousel .owl-nav button span{
  position: relative;
  transition: all 500ms ease;
}

.banner-carousel .owl-nav button.owl-prev span{
  left: 28px;
}

.banner-carousel .owl-nav button.owl-prev:hover span{
  left: 0px;
}

.banner-carousel .owl-nav button.owl-next span{
  right: 28px;
}

.banner-carousel .owl-nav button.owl-next:hover span{
  right: 0px;
}

.banner-section .pattern-layer{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 54px;
  background-repeat: repeat-x;
  z-index: 2;
  animation: slide 60s linear infinite;
  -webkit-animation: slide 60s linear infinite;
}


/** about-section **/

.feature-block-one .inner-box .icon-box{
  overflow: hidden;
  width: 70px;
  height: 70px;
  line-height: 70px;
  background: #eaf1ee;
}

.feature-block-one .inner-box:hover .icon-box{
  color: #fff;
}

.feature-block-one .inner-box .icon-box:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  transform: scale(0,0);
  z-index: -1;
  transition: all 500ms ease;
}

.feature-block-one .inner-box:hover .icon-box:before{
  transform: scale(1,1);
}

.feature-block-one .inner-box:hover{
  box-shadow: 0 0 40px rgb(0 0 0 / 20%);
}

.about-section .inner-content .pattern-layer .pattern-1{
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 210px;
  height: 210px;
  border-radius: 50%;
  opacity: 0.1;
}

.about-section .inner-content .pattern-layer .pattern-2{
  left: -125px;
  bottom: 30px;
  width: 204px;
  height: 284px;
  background-repeat: no-repeat;
}

.about-section .inner-content .pattern-layer .pattern-3{
  top: 220px;
  right: -80px;
  width: 150px;
  height: 219px;
  background-repeat: no-repeat;
}

.bg_color_1{
  background-color: #f0f7f7;
}


/** chooseus-section **/

.chooseus-section:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 50%;
  left: 0px;
  bottom: 0px;
  background-color: #f0f7f7;
}

.chooseus-section .pattern-layer{
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -25px;
  width: 100%;
  height: 54px;
  background-repeat: repeat-x;
  animation: slide 60s linear infinite;
  -webkit-animation: slide 60s linear infinite;
}

.chooseus-section .inner-container{
  overflow: hidden;
}

.content_block_2 .content-box .single-item .icon-box{
  left: 0px;
  top: 6px;
}

.content_block_2 .content-box .single-item p{
  line-height: 26px;
}

.chooseus-section .inner-container .shape-layer .shape-1{
  top: 0px;
  right: 0px;
  width: 164px;
  height: 190px;
  background-repeat: no-repeat;
}

.chooseus-section .inner-container .shape-layer .shape-2{
  bottom: 0px;
  right: 0px;
  width: 164px;
  height: 190px;
  background-repeat: no-repeat;
}

@keyframes slide{
  from { background-position: 0 0; }
    to { background-position: 1920px 0; }
}

@-webkit-keyframes slide{
  from { background-position: 0 0; }
    to { background-position: 1920px 0; }
}


/** service-section **/

.service-section{

}

.service-block-one .inner-box .image{
  width: 190px;
  height: 190px;
}

.service-block-one .inner-box .image img{
  width: 100%;
  border-radius: 50%;
}

.service-block-one .inner-box:hover .image:before{
  -webkit-animation: circle .95s;
  animation: circle .95s;
}

.service-block-one .inner-box .icon-box{
  overflow: hidden;
  width: 70px;
  height: 70px;
  line-height: 70px;
  background: #eaf1ee;
  left: 50%;
  transform: translateX(-50%);
  bottom: -46px;
}

.service-block-one .inner-box:hover .icon-box{
  color: #fff;
}

.icon_overlay:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  transform: scale(0,0);
  z-index: -1;
  transition: all 500ms ease;
}

.service-block-one .inner-box:hover .icon_overlay:before{
  transform: scale(1,1);
}

.service-block-one .inner-box h3 a{
  color: #141417;
}

.service-block-one .inner-box h3 a:hover{

}

.service-block-one .inner-box .link-box .link-btn{
  color: #b6b7b9;
}

.service-block-one .inner-box:hover .link-box .link-btn{
  opacity: 0;
}

.service-block-one .inner-box .link-box .overlay-btn{
  left: 50%;
  transform: translateX(-50%) scale(0,0);
  bottom: 0px;
  opacity: 0;
  padding-right: 30px;
  min-width: 125px;
}

.service-block-one .inner-box:hover .link-box .overlay-btn{
  opacity: 1;
  transform: translateX(-50%) scale(1,1);
}

.service-block-one .inner-box .link-box .overlay-btn i{
  top: 4px;
  right: 0px;
}

.service-block-one .inner-box:hover{
  box-shadow: 0 0 40px rgb(0 0 0 / 10%);
}


/** project-section **/

.project-block-one .inner-box .image-box{
  overflow: hidden;
}

.project-block-one .inner-box .image-box img{
  width: 100%;
  transition: all 500ms ease;
}

.project-block-one .inner-box:hover .image-box img{
  opacity: 0.1;
  transform: scale(1.05);
}

.project-block-one .inner-box .content-box{
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  align-items: center;
  justify-content: center;
  opacity: 0;
}

.project-block-one .inner-box:hover .content-box{
  opacity: 1;
}

.project-block-one .inner-box .content-box .icon-box{
  width: 60px;
  height: 60px;
  line-height: 60px;
  top: -15px;
}

.project-block-one .inner-box:hover .content-box .icon-box,
.project-block-one .inner-box:hover .content-box h3,
.project-block-one .inner-box:hover .content-box span{
  top: 0px;
}

.project-block-one .inner-box .content-box h3,
.project-block-one .inner-box .content-box span{
  top: 15px;
}

.project-block-one .inner-box .content-box h3 a:hover{
  color: #fff;
  text-decoration: underline;
}

.project-section .filter-tabs li{
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #141417;
  text-transform: uppercase;
  margin-right: 15px;
  cursor: pointer;
  transition: all 500ms ease;
}

.project-section .upper-box .filter-tabs li{
  float: left;
   background: linear-gradient(0deg, rgb(33 251 38) 0%, rgb(32 147 24) 100%);
   padding: 10px 18px;
   color: white;
   border-radius:6px;
}

.project-section .filter-tabs li:last-child{
  margin: 0px !important;
}



.project-section .filter-tabs li.active:before,
.project-section .filter-tabs li:hover:before{
  width: 100%;
}

.project-section .filter-tabs li.active,
.project-section .filter-tabs li:hover{
   background: linear-gradient(0deg, rgb(33 251 38) 0%, rgb(32 147 24) 100%);
   padding: 10px 18px;
   color: white;
   border-radius:6px;
}



/** pricing-section **/

.pricing-block-one .pricing-table .table-header h4{
  text-transform: uppercase;
}

.pricing-block-one .pricing-table .table-header{
  border-bottom: solid;
  border-width: 1px;
  border-color: #e0ebe6;
      background: #c9e2d6;
}

.pricing-block-one .pricing-table .feature-list li{
  color: #141417;
}

.pricing-block-one .pricing-table .feature-list li.light{
  color: #7a7b80;
}

.pricing-block-one .pricing-table .shape-3{
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.pricing-block-one .pricing-table{
  overflow: hidden;
}

.pricing-block-one .pricing-table .shape-1{
  left: -10px;
  top: 0px;
  width: 149px;
  height: 167px;
  opacity: 0;
  background-repeat: no-repeat;
  transition: all 500ms ease;
}

.pricing-block-one .pricing-table:hover .shape-1,
.pr-tab.active-tab .pricing-block-one .pricing-table .shape-1{
  left: 0px;
  opacity: 1;
}

.pricing-block-one .pricing-table .shape-2{
  right: -10px;
  top: 0px;
  width: 149px;
  height: 166px;
  opacity: 0;
  background-repeat: no-repeat;
  transition: all 500ms ease;
}

.pricing-block-one .pricing-table:hover .shape-2,
.pr-tab.active-tab .pricing-block-one .pricing-table .shape-2{
  right: 0px;
  opacity: 1;
}



/** main-footer **/

.footer-logo{
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
  margin-top: 57px;
}

.footer-logo .logo{
  margin-top: -22px;
}

.footer-logo .logo .shape{
  width: 291px;
  height: 57px;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.main-footer p,
.main-footer a{
  color: #fff;
  line-height: 26px;
}

.main-footer .widget-title h3{
  font-family: 'Prata', serif;
}

.main-footer .social-links li a{
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.15);
}

.main-footer .links-widget .links-list li a:before{
  position: absolute;
  content: '';
  background-color: #fff;
  width: 0%;
  height: 1px;
  left: 0px;
  bottom: 2px;
  transition: all 500ms ease;
}

.main-footer .links-widget .links-list li a:hover:before{
  width: 100%;
}

.main-footer .widget-section .pattern-layer .pattern-1{
  position: absolute;
  left: 90px;
  bottom: 0px;
  width: 178px;
  height: 271px;
  background-repeat: no-repeat;
}

.main-footer .widget-section .pattern-layer .pattern-2{
  position: absolute;
  right: 90px;
  bottom: 0px;
  width: 196px;
  height: 278px;
  background-repeat: no-repeat;
}

.footer-bottom{
  background-color: #183d2b;
}

.footer-bottom a:hover{
  text-decoration: underline;
}

.footer-bottom .footer-nav li:before{
  position: absolute;
  content: '';
  background-color: #fff;
  width: 1px;
  height: 14px;
  top: 7px;
  right: -15px;
}

.footer-bottom .footer-nav li:last-child:before{
  display: none;
}


.image_block_1 .image-box .image img{
  float: right;
  max-width: none;
}

.image_block_1 .image-box .shape-1{
  left: 0px;
  bottom: 40px;
  width: 470px;
  height: 470px;
}

.image_block_1 .image-box .inner{
  right: 30px;
  bottom: 0px;
  width: 270px;
  height: 270px;
  align-items: center;
}

.image_block_1 .image-box .shape-2{
  top: 153px;
  right: 30px;
  width: 150px;
  height: 219px;
  background-repeat: no-repeat;
}

.service-section.alternat-2 .service-block-one .inner-box .image{
  width: 100%;
  height: auto;
}

.service-section.alternat-2 .service-block-one .inner-box .image img{
  border-radius: 0px;
  transform: scale(1);
}


/** chooseus-style-two **/

.image_block_2 .image-box .image img{
  max-width: none;
  float: left;
}

.image_block_2 .image-box .shape-1{
  width: 470px;
  height: 470px;
  right: 0px;
  bottom: 0px;
}

.image_block_2 .image-box .shape-2{
  left: 30px;
  top: 140px;
  width: 150px;
  height: 219px;
  background-repeat: no-repeat;
}

.project-style-two .dots-style-one .owl-dots{
  margin-top: 21px;
}

.dots-style-one .owl-dots{
  position: relative;
  display: block;
}

.dots-style-one .owl-dots .owl-dot span{
  position: relative;
  display: inline-block;
  width: 5px;
  height: 5px;
  margin: 0px 7px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 500ms ease;
}

.dots-style-one .owl-dots .owl-dot span:before{
  position: absolute;
  content: '';
  border: 1px solid;
  border-width: 1px;
  width: 15px;
  height: 15px;
  left: -5px;
  top: -5px;
  border-radius: 50%;
  opacity: 0;
  transition: all 500ms ease;
}

.dots-style-one .owl-dots .owl-dot.active span:before,
.dots-style-one .owl-dots .owl-dot span:hover:before{
  opacity: 1;
}

/** service-details **/

.service-sidebar .category-widget,
.default-sidebar .sidebar-widget{
  border: 1px solid #e5e5e5;
}

.service-sidebar .category-widget .category-list a,
.default-sidebar .category-widget .category-list a{
  color: #141417;
}

.service-sidebar .category-widget .category-list a:hover,
.service-sidebar .category-widget .category-list a.current,
.default-sidebar .category-widget .category-list a:hover,
.default-sidebar .category-widget .category-list a.current{

}

.service-sidebar .category-widget .category-list li,
.default-sidebar .category-widget .category-list li{
  border-bottom: 1px solid #e5e5e5;
}

.service-sidebar .category-widget .category-list li:last-child,
.default-sidebar .category-widget .category-list li:last-child{
  border-bottom: none;
}

.service-sidebar .category-widget h2,
.default-sidebar .widget-title h3{
  font-family: 'Prata', serif;
}

.service-sidebar .download-widget a{
  border: 1px solid #ededed;
  min-height: 87px;
}

.service-sidebar .download-widget a i{
  position: absolute;
  left: 30px;
  top: 20px;
  font-size: 20px;
  color: #fff;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  border-radius: 3px;
  transition: all 500ms ease;
}

.service-sidebar .download-widget a:hover{
  
}

.service-details-content .list li:before{
  position: absolute;
  content: '';
  width: 7px;
  height: 7px;
  left: 0px;
  top: 9px;
  border-radius: 50%;
}

.service-details-content .list li{
  color: #141417;
}

.service-details-content .image-box img{
  width: 100%;
  border-radius: 5px;
}



.bg-box{
  background-color: #e8f6ef;
}

.float{
  position:fixed;
  width:60px;
  height:60px;
  bottom: 32px;
  left: 10px;
  background-color:#0f50af;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  box-shadow: 2px 2px 3px #999;
  z-index:100;
}


.btn-11 {
  border: none;
  background: rgb(251,33,117);
    background: linear-gradient(0deg, rgb(33 251 38) 0%, rgb(32 147 24) 100%);
    color: #fff;
    overflow: hidden;
}
.btn-11:hover {
    text-decoration: none;
    color: #fff;
}
.btn-11:before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: shiny-btn1 3s ease-in-out infinite;
}
.btn-11:hover{
  opacity: .7;
}
.btn-11:active{
  box-shadow:  4px 4px 6px 0 rgba(255,255,255,.3),
              -4px -4px 6px 0 rgba(116, 125, 136, .2), 
    inset -4px -4px 6px 0 rgba(255,255,255,.2),
    inset 4px 4px 6px 0 rgba(0, 0, 0, .2);
}


@-webkit-keyframes shiny-btn1 {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}

.discount{
      background: red;
    padding: 5px 20px;
    color: white;
}
.product-bubble{
      border-radius: 50%;
    border: 5px solid darkseagreen;
        box-shadow: 10px 10px 10px lightgrey;
        width: 60%;
}
.product-bubble img{
      border-radius: 50%;
      height: 200px;
    width: 220px;
}
.pos-top{
      position: relative;
    top: 30px;
    margin-bottom: 20px;
}
.sticky-social{
  position:fixed;
  top:279px;
  right:0px;
  padding:0px;
  margin:0px;
  z-index: 9;
}
.social{
  list-style:none;
}
.social li{
  padding:10px 10px;
  font-size:25px;
  transition:all 0.8s ease-in-out;
 
}
.social li:hover{
    margin-right:-30px;
 box-shadow:2px 5px 10px grey;
}
.social li:hover .fa{
    margin-left:20px;
  
}
.social li i{
   color:#fff!important;
}
.fa{
  transition:all 0.8s ease-in-out;
}
.fb{
  background-color:#3C5A98;
}
.twitter{
    background-color:#1EA1F2;
}
.insta{
    background-color:#DC4F42;
}
.pin{
    background-color:#15a513;
}
.vim{
    background-color:#59BFBE;
}
li.youtube {
    background: crimson;
}

.bounceBtn {
    animation: pulse 1s infinite;
    display: flex;
    justify-content: center;
    align-items: center;
    -moz-animation: bounce 1s infinite;
    -webkit-animation: bounce 1s infinite;
    animation: bounce 1s infinite;
  }

  @keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
    40% {
      -moz-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
      -webkit-transform: translateY(-10px);
      transform: translateY(-10px);
    }
    60% {
      -moz-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
      -webkit-transform: translateY(-5px);
      transform: translateY(-5px);
    }
  }
.product-name{
 font-weight: bold;
    font-size: 18px;
    color: darkgreen;
    padding-top: 22px;
    margin-bottom: 10px;
}
.pt-10{
  padding-top: 20px;
}
.product-bubble1{
      border-radius: 10%;
    border: 5px solid darkseagreen;
        box-shadow: 10px 10px 10px lightgrey;
}
.product-bubble1 img{
      border-radius: 8%;
      height: 270px;
      width: 300px;
}

.pest-disease{
   font-weight: bold;
    font-size: 26px;
    color: darkgreen;
    padding-top: 20px;
    margin-bottom: 24px;
}

.filter-tab-btn{
  background: linear-gradient(0deg, rgb(33 251 38) 0%, rgb(32 147 24) 100%);
  padding: 10px 18px;
  color: white !important;
  border-radius: 6px;
  margin-right: 20px;
}
.filter-tab-btn .active{
  background: linear-gradient(0deg, rgb(33 251 38) 0%, rgb(32 147 24) 100%);
    padding: 10px 18px;
    color: white;
    border-radius: 6px;
}

.modal-header {
  background: darkgreen;
}

.modal-title{
  color: white;
  font-weight: 500;

}

.modal-body {
  padding: 3rem;
}

.modal-body h4{
  font-weight: 500;
    margin-bottom: 10px;
}
.modal-body p{
  font-size: 20px;
}
.modal-body {
  font-size: 20px;
}
.p-mb{
  margin-bottom: 20px;
}
.s-h{
  height: 480px;
}
.float1{
  position:fixed;
  width:60px;
  height:60px;
  bottom: 100px;
  right: 20px;
  background-color:#0f50af;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  box-shadow: 2px 2px 3px #999;
  z-index:100;
}
.pb_370{
  padding-bottom: 480px;
}
.abt-img{
  width: 456px;
    border-radius: 15px;
    border: 5px solid green;
}