/*========================================================================
EXCLUSIVE ON themeforest.net
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Template Name   : Azomia
========================================================================*/

/*----------------------------------
Table of contents
01. Loading
02. Common
03. Section title
04. Buttons
05. Owl
06. Page Title
07. Header
08. Home Banner
09. Feature Box
10. Tabs
11. Testimonial
12. About us Section
13. Video Box
14. counter section
15. Our Team
16. Price Table
17. Blog
18. Call To Action
19. Footer
20 Contact Us
----------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

@import url("https://fonts.googleapis.com/css?family=Quicksand:300,400,500,700&subset=latin-ext");



.iconaBoxCard{
  width: 60px;
  height: 60px;
  margin-top: 20px;
}

.iconaFoglia{
  width: 80px;
  height: 80px;
}

.iconaBrand{
  width: 30px;
  height: 30px;
}

.iconaCard{
  width: 50px;
  height: 50px;
}

.h1Landing{
  font-size: 20px!important;
  font-weight: bold!important;
  margin-bottom: 0px!important;
}

.selectedMenu{
  border-bottom: 1px solid;   
  font-weight: bold;
}

#loading {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #151515;
  z-index: 999999;
}
.load-circle  {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  animation: rotate 1s infinite;  
  height: 50px;
  width: 50px;
}

.load-circle:before,
.load-circle:after {   
  border-radius: 50%;
  content: '';
  display: block;
  height: 20px;  
  width: 20px;
}
.load-circle:before {
  animation: ball1 1s infinite;
  background-color: #1edee4;
  box-shadow: 30px 0 0 #ff2560;
  margin-bottom: 10px;
}
.load-circle:after {
  animation: ball2 1s infinite;
  background-color: #255cff;
  box-shadow: 30px 0 0 #ffbc5c;
}

@keyframes rotate {
  0% { 
    -webkit-transform: rotate(0deg) scale(0.8); 
    -moz-transform: rotate(0deg) scale(0.8);
  }
  50% { 
    -webkit-transform: rotate(360deg) scale(1.2); 
    -moz-transform: rotate(360deg) scale(1.2);
  }
  100% { 
    -webkit-transform: rotate(720deg) scale(0.8); 
    -moz-transform: rotate(720deg) scale(0.8);
  }
}

@keyframes ball1 {
  0% {
    box-shadow: 30px 0 0 #f8b334;
  }
  50% {
    box-shadow: 0 0 0 #f8b334;
    margin-bottom: 0;
    -webkit-transform: translate(15px,15px);
    -moz-transform: translate(15px, 15px);
  }
  100% {
    box-shadow: 30px 0 0 #f8b334;
    margin-bottom: 10px;
  }
}

@keyframes ball2 {
  0% {
    box-shadow: 30px 0 0 #97bf0d;
  }
  50% {
    box-shadow: 0 0 0 #97bf0d;
    margin-top: -20px;
    -webkit-transform: translate(15px,15px);
    -moz-transform: translate(15px, 15px);
  }
  100% {
    box-shadow: 30px 0 0 #97bf0d;
    margin-top: 0;
  }
}

/*---------------------------------
* 02. Common
-----------------------------------*/
html {
  overflow-x: hidden;
}
body {
  font-family: 'Quicksand', sans-serif;
  font-size: 16px;
  /*line-height: 1.8;*/
  line-height: 1.4;  
  color: #323232;
  font-smoothing: antialiased;
  font-weight: 400;
  overflow-x: hidden;
  letter-spacing: 0.5px;
}

h1, h2, h3, h4, h5, h6 {font-family: 'Poppins', sans-serif;}

.blog-post-thumb .subtitle{
    font-size: 1.5rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;}

p.intro-blogpost{
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-style: italic;}

a {
  text-decoration: none !important;
}

.btn-link {color: #0082A0 !important;
text-transform: uppercase;
    font-weight: 600;
    border-bottom: 1px solid #92c4d0;
    font-size: 12px;}

img {
  max-width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.container-large {
  max-width: 1440px;
}

.section {
  /*padding: 90px 0;*/
    padding: 20px 0;
}

@media (max-width: 991px){
 .section {
   /*padding: 60px 0;*/
     padding: 40px 0;
  } 
}

@media (max-width: 767px){
 .section {
    /*padding: 40px 0;*/
     padding: 30px 0;
  } 
}

.white-text {
  color: #fff;
}


/*.effect-bg {
  background: url(../img/home-about-texture.svg) no-repeat right center;
} */

.gray-bg {
  background: #f7f7fc;
}

.gray-bg-g {
  background: linear-gradient(to bottom, #f7f7fc 0%, #fff 90%);
}

.yellow-bg {
  background:#ffbc5c; 
}


.light-green-bg {
  /*background:#f7fcf9;*/
  background: #effbf4;
}


.slideshow-bg {
  /*background:#f7fcf9;*/
  background: #daf0b2;
}


.green-bg {
  background:#85cc00; 
}

.blue-bg {
  background:#255cff; 
}

.pink-bg {
  background:#ff2560; 
}

.red-bg {
  background:#ff2525; 
}

.effect-section {
  position: relative;
}
.effect-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.effect-bottom img{
  width: 100%;
}

.effect-top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.effect-top img{
  width: 100%;
}

.section-half-after {
  position: relative;
  z-index: 1;
}
.section-half-after:after {
  position: absolute;
  bottom:  25%;
  top: 0;
  left: 0;
  right: 0;
  content: "";
  z-index:-1;
}

/*---------------------------------
* Buttons
-----------------------------------*/
.btn {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 12px 28px;
  border-radius: 5px;
  border: none;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
}
.btn:hover{
  box-shadow: 0px 20px 24px 0px rgba(0, 11, 40, 0.1)
}
.btn-white {
  border: 1px solid #fff;
  color:#323232;
  background: #fff;
}
.btn-white:hover {
  background: #fff;
  color: #323232
}

.btn-theme {
  color: #fff
}
.btn-theme:hover {
  color: #fff;
}

.btn-theme-2nd {
  color: #323232;
  border: 3px solid #85cc00;
  background-color: #fff;
}
.btn-theme-2nd:hover {
  color: #323232;
  color: #323232;
}

.btn-border-white{
    background-color: #ffffff12;
    border: 3px solid #fff;
    background-image: none;
    color: #fff;
}

.btn-border-white:hover{
    background-color: #fff;
    border: 3px solid #fff;
    background-image: none;
    color: #0082A0;
}

.border-radius {
  border-radius: 50%;
}
.border-radius-01 {
  border-radius: 50% 0 50% 50%;
}

.border-radius-02 {
  border-radius: 90% / 40%; 
}

.icon-s {
  width: 40px;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  text-align: center;
  color: #fff;
  
  font-size: 18px;
}

.icon-m {
  width: 60px;
  height: 60px;
  display: inline-block;
  line-height: 60px;
  text-align: center;
  color: #fff;
  font-size: 22px;
}

.icon-l {
  width: 80px;
  height: 80px;
  display: inline-block;
  line-height: 80px;
  text-align: center;
  color: #fff;
  font-size: 28px;
}

.icon-xl {
  width: 100px;
  height: 60px;
  display: inline-block;
  text-align: center; 
  color: #fff;
  background: -webkit-linear-gradient(45deg, #027b00 0%, #85cc00 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 40px;
}

/*---------------------------------
* Section titles
-----------------------------------*/
.section-title h6 {
  font-size: 16px;
  margin: 0 0 15px;
}
.section-title h2, .hub1 h1 {
  font-weight: 600;
  margin: 0 0 25px;
  font-size: 34px;
  position: relative;
  padding: 0 0 25px;
color:#0082A0
  /*text-transform: capitalize;*/
}

.section-title p {
  font-size: 17px;
  margin: 0;
}

.hub1 p {
  font-size: 20px;
  margin: 0;
}

.section-title h2:after, .hub1 h1:after {
  content:"";
  width: 70px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
}

.section-title.text-center h2:after, .hub1 h1:after {
  right: 0;
}

.side-title h6 {
  margin: 0 0 15px;
}
.side-title h2 {
  font-size: 30px;
  font-weight: 600;
  margin: 0 0 25px;
}

.side-title.white h2 {
  color: #fff;
}

@media(max-width: 767px){
  .section-title h6 {
    font-size: 14px;
    margin: 0 0 15px;
  }
  .section-title h2 {
    font-size:27px; 
  }
  .section-title h2 br {
    display: none;
  }
  .side-title h2 {
    font-size: 22px;
    margin: 0 0 20px;
  }
}

/*---------------------------------
* Owl
-----------------------------------*/
.owl-dots {
  text-align: center;
}
.owl-dots .owl-dot  {
  display: inline-block;
  vertical-align: top;
  margin-right: 8px;
}
.owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  border:2px solid #85cc00;
  display: inline-block;
  border-radius: 50%;
  background: #fff;
}
.owl-dots .owl-dot.active span {
  background: #027b00;
    background-image: -webkit-linear-gradient(45deg, #027b00 0%, #85cc00 100%);
    background-image: linear-gradient(45deg, #027b00 0%, #85cc00 100%);
border: none;
}

/*---------------------------------
* Base color
-----------------------------------*/
.dark-color,
h3,
h4,
h5,
.blog-item h4 a, 
.price-table .pt-body li, 
.price-table .pt-head h4, 
.portfolio-hover .portfolio-info h6, 
.filter-01 li, 
.counter-col, 
.feature-box-01 h4, 
.feature-box h4, 
.section-title h2,
.our-team .team-info h6, 
.side-title h2, 
.contact-info h6,
.feature-box-02 h2,
.list-style-02 li label {
  color: #0082A0;
}


/*---------------------------------
* Header
-----------------------------------*/
.header-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  padding-top: 0;
  padding-bottom: 0;
}

.header-nav a {
  transition: ease all 0.3s;
  -webkit-transition: ease all 0.3s;
}

.header-nav .dark-logo {
  display: none;
}

.header-nav .navbar-nav .nav-link {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 0 12px;
  position: relative;
  line-height: 70px;
}
.header-nav .navbar-nav .nav-link:before {
  content: "";
  width: 0;
  height: 1px;
  display: inline-block;
  vertical-align: top;
  background: #fff;
  transition: ease all 0.3s;
  -webkit-transition: ease all 0.3s;
  position: absolute;
  bottom: 22px;
  left: 12px;
}
.header-nav .navbar-nav li:hover .nav-link:before,
.header-nav .navbar-nav .nav-link.active:before {
  width: 50%
}

.header-nav .navbar-brand {
  color: #fff;
  font-weight: 600;
}

.fixed-header .header-nav {
  background: #fff;
  box-shadow: 0 8px 50px -6px rgba(84,84,120,.26)
}
.fixed-header .header-nav .navbar-nav .nav-link {
  color: #323232;
}
.fixed-header .header-nav .navbar-brand {
  color: #323232;
}
.fixed-header .header-nav .navbar-nav .nav-link:before {
  background: #000;
}

.fixed-header .header-nav .light-logo {
  display: none;
}
.fixed-header .header-nav .dark-logo {
  display: block;
}


.header-nav-dark .navbar-nav .nav-link {
  color: #323232
}
.header-nav-dark .navbar-nav .nav-link:before {
  background: #323232
}
.header-nav-dark .navbar-brand {
  color: #323232
}

.header-nav-style-1 {
    top: 10px;
    width: 1130px;
    margin: 0 auto;
    background: #fff;
    border-radius: 50px;
}

.header-nav-style-2 .navbar-nav .nav-link {
  font-size: 15px;
}



/*Navbar Toogle*/
.navbar-toggler {
  border: none;
  padding: 10px 6px;
  outline: none !important;
}
.navbar-toggler span {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background: #fff;
}
.navbar-toggler span + span {
  margin-top: 4px;
  width: 18px;
}
.navbar-toggler span + span + span {
  width: 10px;
}

.fixed-header .navbar-toggler span {
  background: #323232
}

.header-nav-dark .navbar-toggler span {
  background: #323232
}
/**/

@media(max-width: 1120px) {
  .header-nav {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .header-nav .navbar-nav {
    padding: 20px 0;
    max-height: 70vh;
    overflow-y: auto;
  }
  .header-nav .navbar-nav li {
    width: 100%;
  }
  .header-nav .navbar-nav .nav-link {
    display: inline-block;
    padding: 10px 0;
    line-height: normal;
  }
  .header-nav .navbar-nav .nav-link:before {
    bottom: 10px;
    left: 0;
  }
  .header-nav .navbar-nav .nav-link-btn {
    margin-top: 12px;
  }
}


/*===================================
  01. Mega Menu
====================================== */

.m-dropdown-mega-menu {
  width: 100%;
  padding: 30px 35px;
  background: #fff;
  list-style-type: none;
  border-top: 1px solid #eee;
}
.mm-column ul:first-child {
  margin-top: 0;
}
.mm-column ul {
  margin: 15px 0 0 0;
  padding: 0;
}
.mm-column li {
  list-style-type: none;
  list-style-type: none;
  padding: 8px 0;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.mm-column li.mm-header {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 12px;
  white-space: inherit;
  padding: 0 0px 10px 0;
  border-bottom: 1px solid #eee;
}
.mm-column li.mm-header > a {
  font-size: 16px;
  padding: 0;
}

.mm-column li a {
  text-align: left;
  font-size: 14px;
  color: #051441;
  margin: 0;
  display: block;
  position: relative;
  left: 0;
  /*padding: 0 0 0 15px;*/
  padding: 0 0px 10px 0px;
  line-height: normal;
}
.mm-column li:not(.mm-header) a:after {
  content: "";
  width: 5px;
  height: 5px;
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 0;
  border-radius: 50%;
}
.mm-column li:hover a {
  text-decoration: none;
}

.mm-column li a.active {
  color: #000;
}

/* Singale Menu */
.m-dropdown {
  position: relative;
}
.m-dropdown-multilevel .m-dropdown-menu {
  margin: 0;
  padding: 13px 0 15px;
  background: #fff;
  width: 100%;
}
.m-dropdown-multilevel .m-dropdown-menu li {
  list-style-type: none;
  padding-left: 18px;
  padding-right: 18px;
  position: relative;
}

.m-dropdown-multilevel .m-dropdown-menu li a {
  text-align: left;
  font-size: 14px;
  color: #051441;
  text-transform: capitalize;
  margin: 0;
  display: block;
  position: relative;
  left: 0;
  padding: 9px 0 7px;
  font-weight: 500;
}
.m-dropdown-multilevel .m-dropdown-menu li a:hover {
  color: #000;
}


.m-dropdown-multilevel .m-dropdown-menu ul {
  margin: 0;
  padding: 13px 0 15px;
  background: #fff;
  width: 100%;
}

@media (min-width: 992px){
  .m-dropdown > a::after {
    display: inline-block;
    width: 0px;
    height: 0px;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0px;
    border-left: 0.3em solid transparent;
  }

  .m-dropdown-multilevel .m-dropdown-menu > li > ul,
  .m-dropdown-multilevel .m-dropdown-menu > li > ul > li > ul,
  .m-dropdown-multilevel .m-dropdown-menu > li > ul > li > ul > li > ul,
  .m-dropdown .m-dropdown-menu {
   -webkit-transition: all 400ms ease 0s;
            transition: all 400ms ease 0s;
   -webkit-transform: rotateX(90deg);
            transform: rotateX(90deg);
    -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
            transform-origin: 0 0;
  }

  .m-dropdown-multilevel .m-dropdown-menu > li:hover > ul,
  .m-dropdown-multilevel .m-dropdown-menu > li > ul > li:hover > ul,
  .m-dropdown-multilevel .m-dropdown-menu > li > ul > li > ul > li:hover > ul,
  .m-dropdown:hover .m-dropdown-menu {
    -webkit-transition-delay: 200ms !important;
            transition-delay: 200ms !important;
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    opacity: 1;
    visibility: visible;

  }
  .m-dropdown .m-dropdown-toggle {
    display: none;
  }

  /*Mega menu */
  .m-mega-menu {
    position: static !important;
  }

  .m-dropdown-mega-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 50;
    box-shadow: 0 8px 20px -8px rgba(84,84,120,.26);
  }

  .m-dropdown-multilevel .m-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 50;
    width: 200px;
    box-shadow: 0 8px 20px -8px rgba(84,84,120,.26);
  }

  .m-dropdown-multilevel .m-dropdown-menu li.hover-trigger > a i {
    position: absolute;
    right: 0;
    font-size: 12px;
    margin-top: 0;
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }


  .m-dropdown-multilevel .m-dropdown-menu > li > ul > li > ul > li > ul > li:hover > a,
  .m-dropdown-multilevel .m-dropdown-menu > li > ul > li > ul > li:hover > a,
  .m-dropdown-multilevel .m-dropdown-menu > li > ul > li:hover > a,
  .m-dropdown-multilevel .m-dropdown-menu > li:hover > a {
    left: 4px;
    color: #000;
    text-decoration: none;
  }
  .m-dropdown-multilevel .m-dropdown-menu > li a.active {
    color: #000;
  }

  .m-dropdown-multilevel .m-dropdown-menu ul {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 50;
    width: 220px;
  }
  .m-dropdown-multilevel .m-dropdown-menu > li > ul {
    position: absolute;
    top: 0;
    left: 100%;
  }
  
} /*@media*/

@media (max-width: 991px){
  .m-dropdown .m-dropdown-toggle {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    color: #323232;
    height: 36px;
    width: 36px;
    text-align: center;
    line-height: 36px;
  }
  .m-dropdown a .fa-angle-down {
    display: none;
  }
  .m-dropdown .m-dropdown-menu {
    padding: 8px 15px;
    display: none;
    background: #f5f5f5;
  }
  .m-dropdown .m-dropdown-mega-menu {
    padding: 15px 0;
  }
  .m-dropdown .m-dropdown-menu.open-menu {
    display: block;
  }
  .m-dropdown-multilevel .m-dropdown-menu li {
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }
  .m-dropdown-multilevel .m-dropdown-menu li.hover-trigger {
    margin-bottom: 10px;
  }
  .m-dropdown-multilevel .m-dropdown-menu li.hover-trigger > ul > li {
    border-top: 1px solid rgba(255, 255, 255, 0.07);
  }
  .m-dropdown-multilevel .m-dropdown-menu li.hover-trigger:last-child {
   margin-bottom: 0; 
  }

  .m-dropdown-multilevel .m-dropdown-menu li a .arrow {
    display: none;
  }
  .m-dropdown-multilevel .m-dropdown-menu li li {
    padding-left: 0;
    padding-right: 0; 
  }
  .m-dropdown-multilevel .m-dropdown-menu ul {
    padding: 0;
    float: none;
    background: #222;
  }
  .m-dropdown-multilevel .m-dropdown-menu ul.open-menu {
    display: block;
    border-bottom: 2px solid rgba(255,255,255,0.1);
    padding: 0 0 0px 10px;
    margin-bottom: 15px;
  }
  .m-dropdown-multilevel .m-dropdown-menu .open-menu-parent > a {
    color: #fff;
  }

  .mm-column {
    margin-bottom: 15px;
  }
  .mm-column:last-child {
   margin-bottom: 0; 
  }
  .mm-column li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  }
  
}/*@media*/


/*-----------------------------------------
*  Home banner
-----------------------------------------*/

.particles-effect {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.3
}

.full-screen {
  min-height: 100vh;
}

.home-section {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.home-section .home-effect-bg {
  position: absolute;
  bottom: 0;
  left: -2px;
  right: -2px;
}

.home-section .home-effect-bg img {
  width: 100%;
}


.home-banner {
  position: relative;
}
.home-banner h5 {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  margin: 0 0 20px;
}

.home-banner h1 {
  font-size: 50px;
  font-weight: 600;
  color: #fff;
  margin: 0 0 35px;
}

.small-device h1{
  color:#0082A0;   
} 

.home-banner p {
  color: rgba(255,255,255,.8);
  font-size: 15px;
  display: inline-block;
  vertical-align: top;
  margin: 0;
}

.home-banner .btn-bar {
  margin-top: 40px;
}

.home-banner .btn {
  min-width: 140px;
}
.home-banner .btn:not(:hover) {
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.28);
}

.home-banner .btn + .btn {
  margin-left: 15px;
}

@media(max-width: 767px) {
  .home-banner h1 {
    font-size: 26px;
    margin: 0 0 20px;
  }
}


/*-----------------------------------------
*  Home banner 01
-----------------------------------------*/
.home-banner-01 {
  position: relative;
}
.home-banner-01 .home-effect-bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.home-banner-01 .home-effect-bg img {
  min-width: 1440px;
  position: absolute;
  left: -10%;
  top: 0px;
  width: 110%;
  max-width: inherit;
}

.home-banner-01 .icon {
  margin-bottom: 35px;
}

.home-banner-01 h5 {
  font-size: 16px;
  margin: 0 0 15px;
}
.home-banner-01 h1 {
  font-size: 50px;
  font-weight: 600;
  color: #323232;
  margin: 0 0 35px;
}

.home-banner-01 p {
  color: #323232;
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  margin: 0;
}

.home-banner-01 .btn-bar {
  margin-top: 40px;
}

.home-banner-01 .btn {
  min-width: 140px;
}
.home-banner-01 .btn:not(:hover) {
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.28);
}

.home-banner-01 .btn + .btn {
  margin-left: 15px;
}
.home-banner-01 .right-img img {
  width: 100%;
}

@media(max-width: 991px){
  .home-banner-01 .icon {
    margin-bottom: 30px;
  }
  .home-banner-01 h1 {
    font-size: 40px;
  }
}

@media(max-width: 767px){
  .home-banner-01 h5 {
    font-size: 14px;
  }
  .home-banner-01 h1 {
    font-size: 30px;
    margin: 0 0 25px;
  }
  .home-banner-01 .btn-bar {
    margin-top: 30px;
  }
}



/*-----------------------------------------
*  Home banner 02
-----------------------------------------*/
.home-banner-02 {
  position: relative;
}
.home-banner-02 .home-effect-bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.home-banner-02 .home-effect-bg img {
  width: 70%;
  max-width: inherit;
  position: absolute;
  right: 0;
  top: 0;
}

.home-banner-02 .icon {
  margin-bottom: 20px;
}

.home-banner-02 h1 {
  font-size: 50px;
  font-weight: 600;
  color: #323232;
  margin: 0 0 30px;
}

.home-banner-02 p {
  color: #323232;
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
}

.home-banner-02 .btn-bar {
  margin-top: 20px;
}

.home-banner-02 .btn {
  min-width: 140px;
}
.home-banner-02 .btn:not(:hover) {
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.28);
}

.home-banner-02 .btn + .btn {
  margin-left: 15px;
}


/*-----------------------------------------
*  Home banner 03
-----------------------------------------*/
.home-banner-03 {
  position: relative;
}
.home-banner-03 .home-effect-bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.home-banner-03 .home-effect-bg img {
  width: 70%;
  max-width: inherit;
  position: absolute;
  right: 0;
  top: 0;
}

.home-banner-03 .icon {
  margin-bottom: 30px;
}

.home-banner-03 h5 {
  font-size: 15px;
  margin: 0 0 12px;
}

.home-banner-03 h1 {
  font-size: 50px;
  font-weight: 600;
  color: #323232;
  margin: 0 0 25px;
}

.home-banner-03 p {
  color: #323232;
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  margin: 0px;
}

.home-banner-03 .btn-bar {
  margin-top: 35px;
}

.home-banner-03 .btn {
  min-width: 140px;
}
.home-banner-03 .btn:not(:hover) {
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.28);
}

.home-banner-03 .btn + .btn {
  margin-left: 15px;
}

@media(max-width: 991px) {
  .home-banner-03 h1 {
    font-size: 30px;
    margin: 0 0 20px;
  }
  .home-banner-03 p {
    font-size: 15px;
  }
  .home-banner-03 h5 {
    font-size: 14px;
  }
  .home-banner-03 .icon {
    margin-bottom: 30px;
  }
}

@media(max-width: 767px) {
  .home-banner-03 .btn-bar {
    margin-top: 30px;
  }
}

/*-----------------------------------------
*  Home banner 04
-----------------------------------------*/
.home-banner-04 {
  position: relative;
}
.home-banner-04 .home-effect-bg {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.home-banner-04 .home-effect-bg img {
  width: 100%;
}

.home-banner-04 label {
  border-radius: 3px;
  padding: 5px 15px;
  color: #fff;
  font-size: 12px;
  margin-bottom: 25px;
}
.home-banner-04 ul {
  list-style: none;
}
.home-banner-04 ul li {
  display: inline-block;
}

.home-banner-04 h1 {
  font-size: 35px;
  font-weight: 600;
  color: #fff;
  margin: 0 0 25px;
}

.home-banner-04 p {
  color: #fff;
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  margin: 0;
}

.home-banner-04 .btn-bar {
  margin-top: 30px;
}

.home-banner-04 .btn {
  min-width: 140px;
}
.home-banner-04 .btn:not(:hover) {
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.28);
}

.home-banner-04 .btn + .btn {
  margin-left: 15px;
}

/*-----------------------------------------
*  Home banner 05
-----------------------------------------*/
.home-banner-05 {
  position: relative;
}

.home-banner-05 .home-effect-bg {
  position: absolute;
  bottom: 0;
  left: -2px;
  right: -2px;
}

.home-banner-05 .home-effect-bg img {
  width: 100%;
}

.home-banner-05 h1 {
  font-size: 36px;
  font-weight: 600;
  color: #fff;
  margin: 0 0 25px;
}

.home-banner-05 p {
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  color: rgba(255,255,255,0.5);
  margin: 0;
}

.home-banner-05 .btn {
  min-width: 160px;
  height: 55px;
  font-size: 15px;
  top: 0;
  right: 0;
  border-radius: 0;
}
.home-banner-05 .subscribe-box {
  width: 100%;
  margin-top: 40px;
}
.home-banner-05 .subscribe-box .form-control {
  height: 55px;
  padding: 3px 165px 3px 20px;
  font-size: 16px;
  border-radius: 0;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);
  border: none;
}

@media(max-width: 991px){
  .home-banner-05 h1 {
    font-size: 26px;
  }
  .home-banner-05 p {
    font-size: 15px;
  }
}


/*-----------------------------------------
*  Home Landing
-----------------------------------------*/
.welcome-area {
    overflow: hidden;
    position: relative;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.welcome-area .right-bg {
    float: right;
    width: 88.2%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.welcome-area .right-bg:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background-image: linear-gradient(127deg, #027b00 0%, #85cc00 91%);
    background-image: linear-gradient(127deg, #16A64F 0%, #0082A0 91%);
}

.welcome-area .left-bg {
    float: left;
    width: 88.2%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.welcome-area .left-bg:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background-image: linear-gradient(127deg, #027b00 0%, #85cc00 91%);
    background-image: linear-gradient(127deg, #16A64F 0%, #0082A0 91%);
}

.welcome-area .header-bg {
    position: absolute;
    top: 0px;
    min-height: 500px;
    z-index: 2;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.reflect-img{
   -moz-transform: scaleX(-1);
   -o-transform: scaleX(-1);
   -webkit-transform: scaleX(-1);
   transform: scaleX(-1);
   filter: FlipH;
   -ms-filter: "FlipH";    
}


.welcome-area .header-text {
    position: absolute;
    width: 100%;
    top: 35%;
    transform: perspective(1px) translateY(0%);
    z-index: 4;
}

.welcome-area .header-text h1 {
    font-weight: 400;
    font-size: 42px;
    line-height: 54px;
    letter-spacing: 1.4px;
    margin-bottom: 40px;
    color:#0082A0;
}

.welcome-area .header-text p {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 1px;
    margin-bottom: 40px;
}

.welcome-area .header-text .email-box {
    width: 80%;
    position: relative;
    background: none;
    overflow: hidden;
}

.welcome-area .header-text .email-box .input input {
    position: absolute;
    width: 100%;
    height: 46px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #027b00;
    outline: none;
    padding-left: 20px;
    padding-right: 120px;
    z-index: 1;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.67px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.welcome-area .header-text .email-box .input button {
    position: absolute;
    right: 0px;
    z-index: 2;
    height: 46px;
    border: none;
    background-image: linear-gradient(135deg, #027b00 0%, #85cc00 100%);
    border-radius: 0 5px 5px 0;
    font-weight: 700;
    font-size: 12px;
    color: #fff;
    width: 98px;
    outline: none;
    cursor: pointer;
}

.welcome-area .header-text .email-box span {
    display: block;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.67px;
    padding-left: 5px;
}

.welcome-area .play-button-wrapper {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: perspective(1px) translateY(0%);
    z-index: 4;
    width: 55.5%;
    right: 0px;
}

.welcome-area .play-button-wrapper .btn-play {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 22px;
    color: #fff;
    margin: auto;
    left: 10%;
    right: 0px;
    /* display: block; */
    border: 1px solid #fff;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    position: absolute;
    overflow: hidden;
    top: 50%;
    transform: perspective(1px) translateY(-50%);
    z-index: 3;
}

.welcome-area .play-button-wrapper .btn-play:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: #fff;
    opacity: .19;
    z-index: 1;
}

.welcome-area .play-button-wrapper .btn-play i {
    padding-left: 5px;
    position: relative;
    z-index: 2;
}






/*-----------------------------------------
*  feature box
-----------------------------------------*/
.feature-box {
  box-shadow: 0 8px 50px -6px rgba(84,84,120,.26);
  padding: 40px 20px;
  position: relative;
  background: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.feature-box .icon {
  margin-bottom: 25px;
}


.feature-box h4 {
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 15px;
}

.feature-box p {
  margin: 0;
  color: #7f7c97
}


.feature-box:hover .btn {
  bottom: -20px;
  opacity: 1;
}

.feature-box-01 {
  box-shadow: 0 8px 50px -6px rgba(84,84,120,.26);
  padding: 25px 20px;
  position: relative;
  background: #fff;
  width: 100%;
  display: inline-block;
  vertical-align: top;
}

.feature-box-01 .icon {
  float: left;
  width: 80px;
}

.feature-box-01 .feature-content {
  width: calc(100% - 80px);
  float: left;
}

.feature-box-01 .icon i {
  font-size: 24px;
}

.feature-box-01 h4 {
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 10px;
}

.feature-box-01 p {
  margin: 0;
  color: #7f7c97
}

.feature-box-02 .icon {
  margin: 0 0 35px;
}
.feature-box-02 h3 {
  font-size: 15px;
  font-weight: 500;
  margin: 0 0 10px 0;
}

.feature-box-02 h2 {
  font-size: 26px;
  font-weight: 500;
  margin: 0 0 20px 0;
}

.feature-box-02 .btn-bar {
  padding-top: 20px;
}


@media(max-width: 991px){
  .feature-box-02 h2 {
    font-size: 26px;
    margin: 0 0 20px 0;
  }
}

.feature-box-03 {
  position: relative;
  transition: ease all 0.3s;
  -webkit-transition: ease all 0.3s;
  padding-left: 70px;
  background: #fff;
  padding: 20px 20px 20px 80px;
  box-shadow: 0 8px 50px -6px rgba(84,84,120,.26);
    border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.feature-box-03 .icon {
  position: absolute;
  left: 15px;
  top: 10px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0px 4px 23px -5px rgba(0, 0, 0, 0.33);
  font-size: 18px;
}
.feature-box-03 .icon i {
  color: #fff;
}
.feature-box-03 .icon img {
  height: 100%;
}

.feature-box-03 h4 {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 10px;
}

.feature-box-03 p {
  margin: 0;
}

.feature-box-04 {
  box-shadow: 0 8px 50px -6px rgba(84,84,120,.26);
  padding: 25px 20px;
  position: relative;
  background: #fff;
  width: 100%;
  display: inline-block;
  vertical-align: top;
}

.feature-box-04 .icon {
  float: left;
  width: 80px;
}

.feature-box-04 .feature-content {
  width: calc(100% - 80px);
  float: left;
}

/*.feature-box-04 .icon i {
  font-size: 40px;
}*/


.feature-box-04 h4 {
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 10px;
}

.feature-box-04 p {
  margin: 0;
  color: #7f7c97
}



/*-----------------------------------------
*  FEATURE 
-----------------------------------------*/
.center-heading {
    text-align: center;
}

.center-heading .section-title {
    font-weight: 400;
    font-size: 28px;
    letter-spacing: 1.75px;
    line-height: 38px;
    margin-bottom: 20px;
    color:#0082A0;
}

.center-text {
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 1px;
    margin-bottom: 50px;
}

.center-text p {
    margin-bottom: 30px;
}

.features-small-item {
    display: block;
    background: #fff;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
    border-radius: 5px;
    padding: 40px 28px;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
    z-index: 2;
    margin-bottom: 30px;
}

.features-small-item:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    border-radius: 5px;
    background-image: linear-gradient(135deg, #027b00 0%, #85cc00 100%);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    opacity: 0;
}

.features-small-item:hover {
    margin-top: -15px;
}

.features-small-item.active:before, .features-small-item:hover:before {
    opacity: 1;
}

.features-small-item .icon {
    width: 139px;
    height: 113px;
    margin: auto;
    position: relative;
    margin-bottom: 20px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}



.features-small-item .icon:before {
    content: '';
    position: absolute;
    width: 139px;
    height: 113px;
    left: 0px;
    top: 0px;
    background: url(../img/hub/features-bg.svg) center center no-repeat;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.features-small-item.active .icon i, .features-small-item:hover .icon i {
    background: -webkit-linear-gradient(#fff, #fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.features-small-item.active .icon:before, .features-small-item:hover .icon:before {
    opacity: .26;
}

.features-small-item .icon i {
    display: block;
    height: 67px;
    line-height: 67px;
    position: absolute;
    width: 100%;
    top: 22px;
    z-index: 2;
    font-size: 28px;
    background: -webkit-linear-gradient(#027b00, #85cc00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.features-small-item.active .icon i, .features-small-item:hover .icon i {
    background: -webkit-linear-gradient(#fff, #fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.features-small-item .features-title {
    font-weight: 400;
    font-size: 16px;
    color: #3B566E;
    letter-spacing: 0.7px;
    margin-bottom: 15px;
    position: relative;
    z-index: 2;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.features-small-item.active .features-title, .features-small-item:hover .features-title {
    color: #ffffff;
}

.features-small-item p {
    font-weight: 400;
    font-size: 14px;
    color: #6F8BA4;
    letter-spacing: 0.88px;
    line-height: 26px;
    position: relative;
    z-index: 2;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    margin-bottom: 30px;
}

.features-small-item.active p, .features-small-item:hover p {
    color: #C7E5FF;
}

.features-small-item .button {
    position: relative;
    z-index: 2;
}


.features-small-item .button i {
    width: 42px;
    height: 42px;
    background-image: linear-gradient(135deg, #027b00 0%, #85cc00 100%);
    line-height: 42px;
    text-align: center;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    color: #fff;
    padding-left: 3px;
}

.features-small-item.active .button i, .features-small-item:hover .button i {
    background-image: linear-gradient(135deg, #fff 0%, #fff 100%) !important;
    color: #027b00 !important;
}

.item-bg {
    content: '';
    position: absolute;
    width: 80%;
    height: 15px;
    bottom: 15px;
    left: 0px;
    right: 0px;
    margin: auto;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    z-index: 1;
    background: #fff;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.features-small-item:hover + .item-bg {
    bottom: 30px;
}


/*-----------------------------------------
*  List stlye
-----------------------------------------*/
.list-style-01 {
  list-style: none;
}
.list-style-01 li:not(:last-child) {
  margin-bottom: 15px;
}
.list-style-01 li {
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
.list-style-01 i {
  display: inline-block;
  vertical-align: top;
}
.list-style-01 p {
  display: inline-block;
  vertical-align: top;
  margin: 8px 0 0;
  font-size: 16px;
  font-weight: 500;
  width: calc(100% - 80px);
  padding-left: 10px;
}

/*-----------------------------------------
*  Count Col
-----------------------------------------*/
.count-box {
  overflow: hidden;
  margin-left: 70px;
}
.counter-col {
  padding: 20% 5%;
  text-align: center;
  border: 1px solid #eee;
  margin: -1px;
}

.counter-col .count {
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
  margin: 0 0 15px;
}

.number{
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
    margin: 0 0 15px;
}

.counter-col h6, .number h6 {
  margin: 0;
  font-size: 15px;
}

@media(max-width: 767px){
  .counter-col {
    padding: 30px;
  }
}

/*-----------------------------------------
*  Team
-----------------------------------------*/
.our-team {
  background: #fff;
  position: relative;
  box-shadow: 0 8px 50px -6px rgba(84,84,120,.26);
  overflow: hidden;
}

.our-team .team-avtar {
  position: relative;
}
.our-team .team-avtar:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0;
  transition: ease all 0.3s;
  -webkit-transition: ease all 0.3s;
}

.our-team:hover .team-avtar:after {
  opacity: 0.7
}

.our-team .team-info {
  text-align: center;
  box-shadow: 0px -4px 17px -3px rgba(0, 0, 0, 0.15);
  padding: 15px;
  position: relative;
}
.our-team .team-info h6 {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 5px;
}

.our-team .team-info label {
  font-size: 13px;
  color: #333;
  margin: 0;
}

.our-team .social-icons {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0; 
  width: 35px;
  z-index: 2;
  opacity: 0;
  transition: ease all 0.3s;
  -webkit-transition: ease all 0.3s;
}
.our-team .social-icons li {
  width: 100%;
  list-style: none;
  margin: 10px;
  position: relative;
  top: -10px;
  transition: ease all 0.3s;
  -webkit-transition: ease all 0.3s;
}

.our-team .social-icons li a {
  width: 35px;
  height: 35px;
  background: #fff;
  display: block;
  border-radius: 50%;
  line-height: 35px;
  transition: ease all 0.3s;
  -webkit-transition: ease all 0.3s;
  text-align: center;
}

.our-team .social-icons li a:hover {
  background: #222;
  color: #fff;
  box-shadow: 0 8px 50px -6px rgba(84,84,120,.26)
}

.our-team:hover .social-icons {
  opacity: 1;
}

.our-team:hover .social-icons li {
  top: 0;
}

/*-----------------------------------------
*  Portfolio
-----------------------------------------*/
.filter-01 {
  margin: 0;
  padding: 0;
  list-style: none;
}

.filter-01 li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 3px 0;
  margin: 0 12px;
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
}
.filter-01 li:after {
  content: "";
  width: 4px;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 5px;
  border-radius: 5px;
  transition: ease all 0.3s;
  -webkit-transition: ease all 0.3s;
}
.filter-01 li.active:after {
  width: 100%;
  left: 0;
}

@media(max-width: 767px){
  .filter-01 li {
    margin: 0 6px;
    font-size: 13px;
  }
}

.portfolio-cols {
  margin: 0 -10px;
  padding: 0;
  list-style: none;
}

.portfolio-cols .portfolio-item {
  float: left;
  padding: 10px;
}

.portfolio-cols-2 .portfolio-item {
  width: 50%;
}

.portfolio-cols-3 .portfolio-item {
  width: 33.3333%;
}
.portfolio-cols-4 .portfolio-item {
  width: 25%;
}
.portfolio-cols-5 .portfolio-item {
  width: 20%;
}
@media(max-width: 1100px){
  .portfolio-cols-4 .portfolio-item {
    width: 25%;
  }
  .portfolio-cols-4 .portfolio-item {
    width: 33.33%;
  }
}
@media(max-width: 992px){
  .portfolio-cols-4 .portfolio-item {
    width: 33.33%;
  }
  .portfolio-cols-3 .portfolio-item {
    width: 50%;
  }
}
@media(max-width: 500px){
  .portfolio-cols-2 .portfolio-item,
  .portfolio-cols-3 .portfolio-item,
  .portfolio-cols-4 .portfolio-item,
  .portfolio-cols-5 .portfolio-item {
    width: 100%;
  }
}

.portfolio-hover {
  padding: 10px;
  box-shadow: 0 8px 50px -6px rgba(84,84,120,.26);
  position: relative;
}

.portfolio-hover .portfolio-img:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: ease all 0.3s;
  -webkit-transition: ease all 0.3s;
}

.portfolio-hover .portfolio-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 25px;
  background: rgba(255,255,255,0.8);
  transition: ease all 0.3s;
  -webkit-transition: ease all 0.3s;
  opacity: 0;
}

.portfolio-hover .portfolio-info .btn {
  padding: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  font-size: 15px;
  position: absolute;
  top: 20px;
  right: 20px;
  opacity: 0;
  transition: ease all 0.3s;
  -webkit-transition: ease all 0.3s;
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
}

.portfolio-hover .portfolio-info h6 {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 600;
}
.portfolio-hover .portfolio-info label {
  margin: 0;
  font-style: italic;
}

.portfolio-hover:hover .portfolio-info {
  bottom: 10px;
  left: 10px;
  right: -10px;
  opacity: 1;
  background: rgba(255,255,255,1);
  box-shadow: 0 8px 50px -6px rgba(84,84,120,.26)
}
.portfolio-hover:hover .portfolio-info .btn {
  right: -10px;
  opacity: 1;
}

.portfolio-hover:hover .portfolio-img:after {
  top: 10px;
  left: -10px;
  right: 10px;
  bottom: -10px;
  opacity: 0.6;
  pointer-events: none;
}


/*hover 2*/
.portfolio-hover-01 {
  padding: 10px;
  box-shadow: 0 8px 50px -6px rgba(84,84,120,.26);
  position: relative;
}

.portfolio-hover-01 .portfolio-img {
  position: relative;
  overflow: hidden;
}
.portfolio-hover-01 .portfolio-img:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 20px;
  top: 0;
  margin: auto;
  background: #000;
  opacity: 0;
  transition: ease all 0.3s;
  -webkit-transition: ease all 0.3s;
}

.portfolio-hover-01:hover .portfolio-img:after {
  opacity: 0.6;
  right: 0;
}

.portfolio-hover-01 .icons {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: -20px;
  opacity: 0;
  transition: ease all 0.3s;
  -webkit-transition: ease all 0.3s;
}
.portfolio-hover-01 .icons .btn {
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  width: 60px;
  height: 60px;
  line-height: 60px;  
  font-size: 18px;
}
.portfolio-hover-01:hover .icons {
  right: 0px;
  opacity: 1;
}
.portfolio-hover-01 .portfolio-info {
  padding: 15px 0 5px;
  text-align: center;
}
.portfolio-hover-01 .portfolio-info h6 {
  color: #323232;
  font-weight: 500;
  font-size: 16px;
}
.portfolio-hover-01 .portfolio-info label {
  margin: 0;
  font-size: 14px;
}


/*hover 3*/
.portfolio-hover-02 {
  padding: 10px;
  box-shadow: 0 8px 50px -6px rgba(84,84,120,.26);
  position: relative;
  overflow: hidden;
}
.portfolio-hover-02 a {
  text-decoration: none;
}
.portfolio-hover-02 a * {
  pointer-events: none;
}
.portfolio-hover-02 .portfolio-info {
  padding: 15px;
  text-align: center;
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  opacity: 0;
  background: #fff;
  transition: ease all 0.4s;
  -webkit-transition: ease all 0.4s;
}
.portfolio-hover-02:hover .portfolio-info {
  bottom: 0;
  opacity: 1;
}
.portfolio-hover-02 .portfolio-info h6 {
  color: #232323;
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
  margin: 0 0 5px;
}
.portfolio-hover-02 .portfolio-info label {
  margin: 0;
  font-size: 14px;
  color: #939393;
  text-transform: uppercase;
}

/*hover 4*/
.portfolio-hover-03 {
  padding: 0;
  position: relative;
  overflow: hidden;
}
.portfolio-hover-03 a {
  text-decoration: none;
}
.portfolio-hover-03 a * {
  pointer-events: none;
}
.portfolio-hover-03 img {
  transform: scale(1);
  -webkit-transform: scale(1);
  transition: ease all 0.4s;
  -webkit-transition: ease all 0.4s;
}
.portfolio-hover-03:hover img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
}
.portfolio-hover-03 .portfolio-info {
  padding: 15px;
  text-align: center;
  position: absolute;
  bottom: 40px;
  left: 40px;
  right: 40px;
  top: 40px;
  opacity: 0;
  background: rgba(255,255,255,.8);
  transition: ease all 0.4s;
  -webkit-transition: ease all 0.4s;
}
.portfolio-hover-03:hover .portfolio-info {
  opacity: 1;
  bottom: 20px;
  left: 20px;
  right: 20px;
  top: 20px;
}
.portfolio-hover-03 .portfolio-info h6 {
  color: #232323;
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
  margin: 0 0 5px;
}
.portfolio-hover-03 .portfolio-info label {
  margin: 0;
  font-size: 14px;
  color: #939393;
  text-transform: uppercase;
}

/*-----------------------------------------
*  Portfolio Details
-----------------------------------------*/

.portfolio-details-section .owl-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.portfolio-details-section .pd-info-left h6 {
  font-size: 14px;
  margin: 0 0 10px;
}
.portfolio-details-section .pd-info-left h3 {
  font-size: 25px;
  margin: 0 0 20px;
}

.portfolio-details-section .pd-info-left .btn-bar {
  padding-top: 15px;
}

.list-style-02 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.list-style-02 li:not(:last-child) {
  border-bottom: 1px solid #eee;
  margin: 0 0 15px;
  padding: 0 0 15px;
}
.list-style-02 p {
  margin: 0;
}
.list-style-02 label {
  font-weight: 600;
  margin: 0;
}

.project-pager {
  padding: 50px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.project-pager .pp-link a {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #ddd;
  padding: 10px 15px;
  color: #323232;
  background: #f7f7fc;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  font-size: 12px;
}

/*-----------------------------------------
*  Price Table
-----------------------------------------*/
.price-table {
  min-height: 100%;
  box-shadow: 0 8px 50px -6px rgba(84,84,120,.26);
  background: #fff;
  transition: ease all 0.3s;
  -webkit-transition: ease all 0.3s;
}
.price-table:hover {
  margin-top: -10px;
}
.price-table .pt-head {
  padding: 25px 15px;
  border-bottom: 1px solid #eee;
}
.price-table .pt-head h4 {
  font-size: 55px;
  line-height: 55px;
  font-weight: 600;
}
.price-table .pt-head h4 span {
  font-size: 15px;
  display: inline-block;
  vertical-align: baseline;
  line-height: 15px;
}
.price-table .pt-head p {
  margin: 0;
}
.price-table .pt-action {
  padding: 25px 15px;
}

.price-table .pt-body {
  padding: 18px 15px;
  border-bottom: 1px solid #eee;
}
.price-table ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.price-table .pt-body li {
  position: relative;
  padding: 10px 0 10px 25px;
}
.price-table .pt-body li b {
  font-weight: 600;
}
.price-table .pt-body li.pt-no {
  text-decoration: line-through;
  opacity: 0.7;
}

.price-table .pt-body li:after,
.price-table .pt-body li:before {
  content: "";
  position: absolute;
  float: left;
  border-radius: 50%;
}

.price-table .pt-body li:after {
  width: 8px;
  height: 8px;
  left: 5px;
  top: 19px;
}

.price-table .pt-body li:before {
  width: 18px;
  height: 18px;
  left: 0;
  top: 14px;
  opacity: 0.3;
}


.price-table-01 {
  box-shadow: 0 8px 50px -6px rgba(84,84,120,.26);
  transition: ease all 0.3s;
  -webkit-transition: ease all 0.3s;
  padding: 10%;
  position: relative;
  background: #fff;
}
.price-table-01:hover {
  margin-top: -10px;
}
.price-table-01 .pt-head {
  padding: 0 0 25px;
  border-bottom: 1px solid #eee;
}
.price-table-01 .pt-head i {
    position: absolute;
    top: -20px;
    right: 20px;
}
.price-table-01 .pt-head h4 {
  font-size: 50px;
  line-height: 50px;
  font-weight: 600;
}
.price-table-01 .pt-head h4 span {
  font-size: 15px;
  display: inline-block;
  vertical-align: baseline;
  line-height: 15px;
}
.price-table-01 .pt-head p {
  margin: 0;
  font-size: 14px;
}
.price-table-01 .pt-action {
  padding: 25px 0 0;
}

.price-table-01 .pt-body {
  padding: 25px 0 0;
}
.price-table-01 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.table-list ul{
  margin: 0;
  padding: 0;
  list-style: none;
}

.price-table-01 .pt-body li, .table-list .pt-body li {
  position: relative;
  padding: 10px 0 10px 25px;
}


.price-table-01 .pt-body li b, .table-list .pt-body li b {
  font-weight: 600;
}


.price-table-01 .pt-body li.pt-no, .table-list .pt-body li.pt-no{
  text-decoration: line-through;
  opacity: 0.7;
}

.price-table-01 .pt-body li:after, .price-table-01 .pt-body li:before,
.table-list .pt-body li:after, .table-list .pt-body li:before {
  content: "";
  position: absolute;
  float: left;
  border-radius: 50%;
}

.price-table-01 .pt-body li:after, .table-list .pt-body li:after {
  width: 8px;
  height: 8px;
  left: 5px;
  top: 19px;
}

.price-table-01 .pt-body li:before, .table-list .pt-body li:before {
  width: 18px;
  height: 18px;
  left: 0;
  top: 14px;
  opacity: 0.3;
}

/*-----------------------------------------
*  Blog 
-----------------------------------------*/

.shadow-home {
  box-shadow: 0 8px 20px -6px rgba(84,84,120,.26)!important;
  
}


.blog-item {
  box-shadow: 0 8px 50px -6px rgba(84,84,120,.26);
  position: relative;
  background: #fff;
}

.blog-item .post-meta {
  position: absolute;
  top: 10px;
  padding: 6px 15px;
  color: #fff;
  border-radius: 0 25px 25px 0;
  font-size: 12px;
  left: 0;
}

.blog-item .post-meta a {
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,0.4);
}

.blog-item .blog-content {
  padding:  20px;
}

.blog-item .blog-content .btn-link, .classicLink {
  text-transform: uppercase;
  font-weight: 600;
  border-bottom: 1px solid #92c4d0;
  font-size: 12px;
  text-decoration: none;
  color: #0082A0;
}

.blog-item h4 {
  font-size: 15px;
  font-weight: 500;
  margin: 0 0 20px;
  line-height: normal;
}
.blog-item h4 a {
  text-decoration: none;
}
.blog-item p {
  margin: 0 0 20px;
}


/*Blog Listing*/
.blog-lising .blog-item {
  margin-bottom: 30px;
}

.blog-lising .blog-item p {
  margin: 0;
}

.bottom-pagination {
  margin-top: 30px;
}

.sidebar-widget {
  margin-bottom: 40px;
  box-shadow: 0 8px 50px -6px rgba(84,84,120,.26);
  position: relative;
  background: #fff;
  padding: 20px;
}

.sidebar-widget p {
  font-size: 15px;
  line-height: normal;
}
.sidebar-widget p:last-child {
  margin: 0;
}

.sidebar-widget .widget-title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
  position: relative;
  border-bottom: 1px solid #eee;
  padding: 0 0 10px;
}
.sidebar-widget .widget-title:after {
    width: 50px;
    height: 2px;
    background: #666;
}

.widget-search form {
  position: relative;
}
.widget-search .form-control {
  padding-right: 45px;
  border-radius: 5px;
  border:none;
  box-shadow: none;
  height: 44px;
  border: 1px solid #eee;
}
.widget-search .btn-theme {
  padding: 0;
  border-radius: 5px;
  width: 45px;
  height: 40px;
  position: absolute;
  top: 2px;
  right: 2px;
  box-shadow: none;
}

.widget-about .avtar {
  margin-bottom: 15px;
}

.widget-newsletter form {
  position: relative;
}
.widget-newsletter .subscribe-box .form-control {
  box-shadow: none;
  border: 1px solid #eee;
}

.bog-content-area {
  margin-bottom: 40px;
  box-shadow: 0 8px 50px -6px rgba(84,84,120,.26);
  position: relative;
  background: #fff;
  padding: 20px;
}

.blog-comment-area {
  margin-bottom: 40px;
  box-shadow: 0 8px 50px -6px rgba(84,84,120,.26);
  position: relative;
  background: #fff;
  padding: 20px;
}

.blog-tag-nav {
  margin-bottom: 40px;
  box-shadow: 0 8px 50px -6px rgba(84,84,120,.26);
  position: relative;
  background: #fff;
  padding: 20px;
}

.blog-tag-nav .social-icons {
  margin: 0;
  padding: 0;
}
.blog-tag-nav .social-icons li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
}

.blog-tag-nav .social-icons li a {
  display: block;
  padding: 0;
  color: #6f8ba4;
  width: 30px;
  height: 30px;
  border: 1px solid #6f8ba4;
  text-align: center;
  line-height: 30px;
  border-radius: 0;
  background: transparent;
  -webkit-transition: ease all 0.3s;
     -moz-transition: ease all 0.3s;
       -o-transition: ease all 0.3s;
          transition: ease all 0.3s;
}
.blog-tag-nav .social-icons li a:hover {
  background: #6f8ba4;
  color: #fff;
}


.pagination {
  margin: 0px;
}

.pagination li a {
  font-size: 15px;
  font-weight: 500;
  margin: 0 5px;
  color: #626262;
  border-radius: 3px;
}

.pagination > li:first-child > a, .pagination > li:first-child >span {
  border-radius: 3px;
}

.pagination > li:last-child > a, .pagination > li:last-child >span {
  border-radius: 3px;
}

.pagination > .active > a, .pagination > .active > a:hover {
  color: #626262;
}

.pagination > li > a, .pagination > li > span {
  background: #f6f7f8;
  border: 0px;
  text-align: center;
}

.pagination li a:focus, .pagination li a:hover, .pagination li span:focus, .pagination li span:hover, .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  color: #377399;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  background: #111;
}

.page-item.active .page-link {
  background: #111;
}

.title-style-1 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
  position: relative;
  border-bottom: 1px solid #eee;
  padding: 0 0 10px;
  color: #323232;
}

.blog-comment {
  list-style: none;
  margin: 0;
  padding: 0;
}

.blog-comment li {
  padding: 30px 0;
  border-bottom: 1px solid #ededed;
  position: relative
}

.blog-comment li .btn-reply {
  float: right;
  border: 1px solid #ededed;
  padding: 0 8px;
  font-size: 10px;
  font-weight: 600;
  position: relative;
}

.blog-comment > li:first-child {
  padding-top: 0
}

.blog-comment li:last-child {
  border-bottom: none;
  padding-bottom: 0
}

.blog-comment li ul.child-comment {
  margin-left: 40px;
  list-style: none;
  padding: 0;
}

.blog-comment li ul.child-comment li {
  border: none;
  padding-bottom: 0;
  border-top: 1px solid #ededed;
  margin-top: 30px
}

.blog-comment li .person {
  font-weight: 600;
  color: #6F8BA4
}

.blog-comment li .date {
  color: #555;
  font-style: italic;
  display: block;
  font-size: 12px;
  line-height: normal;
}

.blog-comment li .reply {
  position: absolute;
  top: 0;
  right: 15px;
  font-size: 10px;
  border: 1px solid #6F8BA4;
  line-height: normal;
  color: #6F8BA4;
  padding: 2px 8px;
  border-radius: 2px;
  text-decoration: none;
}

.blog-comment li p {
  margin: 15px 0 0;
}

.blog-comment-form {
  margin-bottom: 40px;
  box-shadow: 0 8px 50px -6px rgba(84, 84, 120, .26);
  position: relative;
  background: #fff;
  padding: 20px;
}

.blog-comment-form .form-group label {
  font-weight: 600;
  font-size: 14px;
  line-height: normal;
}

.blog-comment-form .form-group .form-control {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.post-detail blockquote {
    margin-bottom: 28px;
    padding: 30px;
    padding-top: 40px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #f9fdfa;
    overflow: hidden;
    border-left: 4px solid #027b00;
    margin: 1rem 0;
}

.post-detail .blog-list .blog-post-thumb .text {
    padding-left: 30px;
    padding-right: 30px;
}

.post-detail .blog-post-thumb .text {
    font-weight: 400;
    font-size: 14px;
    color: #6F8BA4;
    letter-spacing: 0.88px;
    line-height: 26px;
    margin-bottom: 15px;
}

.post-detail blockquote .text {
    position: relative;
    text-align: center;
}

.post-detail blockquote .text:before {
    font-family: "FontAwesome";
    content: "\f10d";
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    font-size: 40px;
    color: #e1ecf4;
}

.post-detail blockquote .text:after {
    font-family: "FontAwesome";
    content: "\f10e";
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    font-size: 40px;
    color: #e1ecf4;
}

.post-detail blockquote .author {
    color: #3B566E;
    text-align: center;
}

blockquote.blockquote-left {
  background: #f9f9f9;
  padding: 20px;
  border-left: 5px solid #b5b5b5;
  font-size: 17px;
  margin: 30px 0 50px;
}

blockquote.blockquote-left .parson {
  font-weight: 600;
}

.latest-post {
  margin: 0;
  padding: 0;
}

.latest-post li {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 15px;
}

.latest-post li:last-child {
  margin-bottom: 0;
}

.latest-post .lp-img {
  width: 60px;
  float: left;
}

.latest-post .lp-text {
  overflow: hidden;
  line-height: 14px;
  padding-left: 10px;
}

.latest-post .lp-text h6 {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0 0 3px
}

.latest-post .lp-text a {
  font-size: 14px;
  color: #3B566E;
}

.latest-post .date {
  font-size: 13px;
}

.list-style-tag {
  margin: 0;
  padding: 0;
}

.list-style-tag li {
  display: inline-block;
  vertical-align: top;
}

.list-style-tag li a {
  position: relative;
  padding: 6px 12px;
  line-height: 20px;
  font-weight: 400;
  border: 1px dashed #ddd;
  margin-right: 2px;
  margin-bottom: 3px;
  display: inline-block;
  vertical-align: top;
  color: #323232;
  font-size: 14px;
}

.list-style-tag li a:hover {
  background: #fff;
  box-shadow: 0 0 12px rgba(0, 0, 0, .1);
  text-decoration: none;
}

.list-style-1 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.list-style-1 li {
  position: relative;
  padding: 0 0 8px 0;
  margin: 0 0 8px 0;
  border-bottom: 1px dashed #eee;
}

.list-style-1 li span {
  position: absolute;
  top: 3px;
  right: 0;
}

.list-style-1 li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.list-style-1 a {
  color: #555;
  text-decoration: none;
}

/* 
---------------------------------------------
blog
--------------------------------------------- 
*/
.blog-post-thumb {
  text-align: center;
  margin-bottom: 30px;
}

.blog-post-thumb.big .img {
  height: 400px;
}

.blog-post-thumb .img {
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 25px;
  position: relative;
  height: 200px;
}

.blog-post-thumb .img .date {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 60px;
  background-image: linear-gradient(127deg, #027b00 0%, #85cc00 91%);
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}

.blog-post-thumb .img .date strong {
  display: block;
  color: #fff;
  height: 20px;
  line-height: 20px;
}

.blog-post-thumb .img .date span {
  display: block;
  color: #fff;
  height: 20px;
  line-height: 20px;
}

.blog-post-thumb h3 {
  margin-bottom: 10px !important;
}
 
.blog-post-thumb h3 a {
  font-weight: 600;
  font-size: 16px!important;
  color: #0082A0;
  letter-spacing: 1px;
  line-height: 14px!important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.blog-post-thumb h3 a:hover {
  color: #377399;
}

.blog-post-thumb .post-meta {
  overflow: hidden;
}

.blog-post-thumb .post-meta li {
  float: left;
  margin-right: 30px;
  height: 30px;
  line-height: 30px;
  color: #377399;
  font-size: 14px;
}

.blog-post-thumb .post-meta li a {
  color: #377399;
}

.blog-post-thumb .post-meta li span {
  display: inline-block;
  margin-right: 5px;
}

.blog-post-thumb .text {
  font-weight: 400;
  font-size: 15px;
  color: #323232;
  letter-spacing: 0.88px;
  line-height: 22px;
  margin-bottom: 15px;
}

.blog-post-thumb .text.post-detail {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  text-align: left;
}

.blog-post-thumb .post-footer {
  overflow: hidden;
  border-bottom: 1px solid #ECF7FF;
  border-top: 1px solid #ECF7FF;
  padding-top: 10px;
  padding-bottom: 10px;
}

.blog-post-thumb .post-footer span {
  float: left;
  height: 30px;
  line-height: 30px;
  font-weight: 300;
  font-size: 14px;
  color: #6F8BA4;
  padding-left: 30px;
}

.blog-post-thumb .post-footer ul.share {
  float: right;
  padding-right: 30px;
}

.blog-post-thumb .post-footer ul.share li {
  float: left;
  margin-left: 15px;
}

.blog-post-thumb .post-footer ul.share li a {
  display: block;
  height: 30px;
  line-height: 30px;
  color: #377399;
}

.blog-post-thumb .btn-primary-line {
  margin: auto;
}

.blog-list .blog-post-thumb {
  margin-bottom: 60px;
  text-align: left;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.blog-list .blog-post-thumb .img {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-border-top-left-radius: 5px !important;
  -webkit-border-top-right-radius: 5px !important;
  -moz-border-radius-topleft: 5px !important;
  -moz-border-radius-topright: 5px !important;
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
}

.blog-list .blog-post-thumb h3 {
  padding-left: 30px;
  padding-right: 30px;
}

.blog-list .blog-post-thumb .post-meta {
  padding-left: 30px;
  padding-right: 30px;
}

.blog-list .blog-post-thumb .text {
  padding-left: 30px;
  padding-right: 30px;
}

.blog-list .blog-post-thumb .btn-primary-line {
  float: left;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 30px;
}

.section-comments {
  margin-bottom: 60px;
  background: #fff;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 30px;
  padding-bottom: 0px;
}

.section-comments ul {
  overflow: hidden;
  margin: 0px;
  padding: 0px;
}

.section-comments ul li {
  overflow: hidden;
}

.section-comments ul li .avatar {
  width: 70px;
  height: 70px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  overflow: hidden;
  float: left;
  margin-right: 20px;
}

.section-comments ul li .comment-content {
  font-weight: 400;
  font-size: 14px;
  color: #6F8BA4;
  float: left;
  width: calc(100% - 90px);
  width: -webkit-calc(100% - 90px);
}

.section-comments ul li .comment-content .comment-by {
  margin-bottom: 10px;
  position: relative;
}

.section-comments ul li .comment-content .comment-by strong {
  display: block;
  color: #3B566E;
}

.section-comments ul li .comment-content .comment-by span {
  font-size: 12px;
}

.section-comments ul li .comment-content .comment-by .btn-reply {
  position: absolute;
  right: 0px;
  top: 15px;
  background: #F4F8FB;
  color: #6F8BA4;
  height: 25px;
  line-height: 25px;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.section-comments ul li .comment-content .comment-by .btn-reply i {
  font-size: 12px;
}

.section-comments ul li .comment-content .comment-by .btn-reply:hover {
  background: #377399;
  color: #fff;
}

.section-comments ul li ul {
  padding-left: 90px;
}

.post-comment {
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 30px;
  padding-bottom: 0px;
  margin-bottom: 30px;
}

.post-comment .comment-form .form-item {
  margin-bottom: 20px;
}

.post-comment .comment-form .form-item label {
  display: block;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 0px;
}

.post-comment .comment-form .form-item input, .post-comment .comment-form .form-item textarea {
  border: 1px solid #eee;
  width: 100%;
  height: 50px;
  outline: none;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.post-comment .comment-form .form-item input:focus, .post-comment .comment-form .form-item textarea:focus {
  border: 1px solid #ddd;
}

.post-comment .comment-form .form-item textarea {
  height: 150px;
  resize: none;
  padding: 20px;
}

.pagination {
  margin-bottom: 30px;
}

.pagination .page-item a {
  font-size: 14px;
  color: #377399;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.pagination .page-item a:hover {
  background: #F4F8FB;
}

@media (max-width: 991px) {
  .blog-post-thumb.big .img {
    height: 350px;
  }
}

@media (max-width: 420px) {
  .blog-post-thumb.big .img {
    height: 200px;
  }
}





/* 
---------------------------------------------
aside
--------------------------------------------- 
*/
aside.default-aside {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

aside.default-aside .sidebar ul {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 30px;
}

aside.default-aside .sidebar ul li.active a {
  background: #377399;
  color: #fff;
}

aside.default-aside .sidebar ul li.active a:after {
  color: #fff;
}

aside.default-aside .sidebar ul li.active a:hover {
  padding-left: 60px;
}

aside.default-aside .sidebar ul li:last-child a {
  border: none;
}

aside.default-aside .sidebar ul li a {
  display: block;
  border-bottom: 1px solid #ECF7FF;
  height: 59px;
  line-height: 59px;
  padding-left: 59px;
  position: relative;
  font-weight: 400;
  font-size: 14px;
  color: #3B566E;
  letter-spacing: 0.88px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
}

aside.default-aside .sidebar ul li a:hover {
  padding-left: 70px;
}

aside.default-aside .sidebar ul li a:after {
  font-family: FontAwesome;
  content: "\f105";
  position: absolute;
  left: 30px;
  color: #3B566E;
}

aside.default-aside .sidebar ul li a span {
  float: right;
  margin-right: 30px;
  display: inline-block;
  background: #e6efbc;
  height: 20px;
  line-height: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 10px;
  color: #289201;
  margin-top: 18px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}

aside.default-aside .sidebar .search-widget {
  display: block;
  margin-bottom: 30px;
  height: 50px;
  position: relative;
}

aside.default-aside .sidebar .search-widget input {
  border: 1px solid #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  outline: none;
  padding-left: 20px;
  padding-right: 50px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
}

aside.default-aside .sidebar .search-widget input:focus {
  border: 1px solid #377399;
  padding-left: 30px;
}

aside.default-aside .sidebar .search-widget button {
  position: absolute;
  z-index: 2;
  right: 10px;
  top: 10px;
  height: 30px;
  width: 30px;
  border: none;
  background-image: linear-gradient(127deg, #027b00 0%, #85cc00 91%);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  outline: none;
  cursor: pointer;
  text-align: center;
  padding: 0px;
}

aside.default-aside .sidebar .search-widget button i {
  color: #fff;
}

aside.default-aside .sidebar .widget-tags {
  padding: 30px;
  padding-bottom: 20px;
  overflow: hidden;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
}

aside.default-aside .sidebar .widget-tags a {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  background: #e6efbc;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 400;
  font-size: 14px;
  color: #289201;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

aside.default-aside .sidebar .widget-tags a:hover {
  background: #85cc00;
  color: #fff;
}



/*-----------------------------------------
*  Testimonial
-----------------------------------------*/
.testimonial {
  background: #fff;
  box-shadow: 0 8px 50px -6px rgba(84,84,120,.26);
  margin: 15px 25px 30px 25px;
  padding: 20px;
  border-radius: 5px;
}
.testimonial .testimonial-content {
  padding-bottom: 20px;
}
.testimonial .testimonial-content p {
  margin: 0;
}
.testimonial .testimonial-info {
  width: 100%;
  display: inline-block;
  vertical-align: top;
}

.testimonial .avtar {
  width: 50px;
  float: left;
  height: 50px;
  overflow: hidden;
  border-radius: 50%;
}
.testimonial .name {
  width: calc(100% - 50px);
  float: left;
  padding: 5px 0 0 15px;
}
.testimonial .name span {
  display: block;
  font-weight: 500;
  color: #333;
  line-height: normal;
}
.testimonial .name label {
  font-size: 13px;
  margin: 0;
}

.testimonial-01 p {
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 20px;
}
.testimonial-01 label {
  margin: 0;
  font-size: 16px;
}

/*-----------------------------------------
*  Tab style 1
-----------------------------------------*/
.tab-style-1 .nav {
}

.tab-style-1 .nav > li {
  border: 1px solid #eee;
  margin-left: -1px;
}
.tab-style-1 .nav > li > a {
  padding: 7px 20px;
  font-weight: 500;
  display: inline-block;
  color: #323232;
  font-size: 14px;
  position: relative;
  z-index: 1;
  width: 100%;
  background: rgba(0, 0, 0, 0.02);
}
.tab-style-1 .nav > li > a.active {
  background: #fff
}

.tab-style-1 .tab-pane {
  padding-top: 70px;
}

@media(max-width: 767px){
  .tab-style-1 .nav > li > a {
    padding: 7px 15px;
  }
  .tab-style-1 .tab-pane {
    padding-top: 40px;
  }
}

/*-----------------------------------------
* Contact Us
-----------------------------------------*/

.output_message {
  vertical-align: top;
  margin-top: 15px;
  padding: 4px 10px;
  float: left;
  width: 100%;
  font-size: 13px;
  text-align: center;
  letter-spacing: .5px;
  border-radius: 3px;
}
.output_message.success{
  background: #25a224;
  display: block;
  color: #fff;
}
.output_message.error{
  background: #dc1e1e;
  display: block;
  color: #fff;
}

.form-group {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
.form-group .form-control {
  outline: none;
  box-shadow: none;
  height: 40px;
  border: 1px solid #d4d4d4;
  width: 100%;
  font-size: 14px;
  color: #000;
  background: #f7fafc;
}

.form-group .form-control.form-xl {
  height: 55px;
  border: 2px solid #d4d4d4;
  font-size: 16px;
}

.form-group textarea.form-control {
  height: 135px;
}
.form-group textarea.form-control.form-xl {
  height: 170px; 
}

.form-group .input-focus-effect {
  width: 0 !important;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: ease all 0.3s;
  transition: ease all 0.3s;
  height: 2px;
}

.form-group textarea:focus:not([readonly]) + span.input-focus-effect,
.form-group input:focus:not([readonly]) + span.input-focus-effect,
.form-group select:focus:not([readonly]) + span.input-focus-effect {
    width: 100% !important;
}

.contact-form {
  box-shadow:0 8px 50px -6px rgba(84,84,120,.26);
  background: #fff;
  padding: 20px;
}
.contact-form h2 {
  margin: 0;
  padding: 0 0 20px;
  font-size: 14px;
  text-transform: uppercase;
  color: #202124;
  font-weight: 600;
}

.contact-info:not(:last-child) {
  border-bottom: 1px solid #eee;
  margin: 0 0 20px;
  padding: 0 0 20px;
}

.contact-info h6 {
  margin: 0 0 15px;
  font-size: 16px;
  font-weight: 600;
}

.contact-info p {
  margin: 0;
}

.contact-map {
  height: 450px;
  border-top: 1px solid #eee;
  padding: 15px 0 0;
}

/*-----------------------------------------
*  FAQ
-----------------------------------------*/
/*accordion-02*/
.accordion-02 .acco-group {
  margin-bottom: 15px;
  background-color: #fff;
  border: 1px solid #eee;
}
.accordion-02 .acco-heading {
  font-size: 14px;
  color: #323232;
  padding:10px 45px 10px 15px;
  display: block;
  font-weight: 600;
  position: relative;
  border-bottom: 1px solid #eee;
  text-decoration: none;
}
.accordion-02 .acco-heading:after,
.accordion-02 .acco-heading:before {
  content: "";
  position: absolute;
  float: left;
  background-color: #323232;
  -webkit-transition: ease all 0.2s;
  -moz-transition: ease all 0.2s;
  -o-transition: ease all 0.2s;
  transition: ease all 0.2s;
}
.accordion-02 .acco-heading:after {
  width: 16px;
  height: 2px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 13px;
}
.accordion-02 .acco-heading:before {
  width: 2px;
  height: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
}
.accordion-02 .acco-active .acco-heading:before {
  height: 0px;
}

.accordion-02 .acco-des {
  padding: 15px;
}

/*-----------------------------------------
*  FAQ2
-----------------------------------------*/
.faq {
    background: #FFFFFF;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
    border-radius: 4px;
}

.faq .card {
    border: none;
    background: none;
    border-bottom: 1px dashed #027b00;
}


.faq .card .card-header {
    padding: 0px;
    border: none;
    background: none;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.faq .card .card-header:hover {
    background: #f7fcf9;
    padding-left: 10px;
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.faq .card .card-header .faq-title {
    width: 100%;
    text-align: left;
    padding: 0px;
    padding-left: 30px;
    padding-right: 30px;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 1px;
    text-decoration: none !important;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    padding-top: 20px;
    padding-bottom: 20px;
}


.faq .card .card-header .faq-title .badge {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 14px;
    float: left;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    text-align: center;
    background: #027b00;
    color: #fff;
    font-size: 12px;
    margin-right: 20px;
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
}

.collapse {
    display: none;
}

.collapse.show {
    display: block;
}

.faq .card .card-body {
    padding: 30px;
    padding-left: 35px;
    padding-bottom: 16px;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 1px;
    border-top: 1px solid #F3F8FF;
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.faq .card .card-body p {
    margin-bottom: 14px;
}




/*---------------------------------
* 06. Page Title
-----------------------------------*/
.page-title-section {
  padding: 30px 0 50px;
  position: relative;
}
.page-title h1 {
  color: #fff;
  margin: 0 0 15px;
  font-size: 40px;
  text-align: center;
  font-weight: 600;
  padding-top:80px;
}
.page-title-section .breadcrumb {
  padding: 0;
  margin: 0;
  background: none;
  text-align: center;
}
.page-title-section .breadcrumb li {
  color: rgba(255, 255, 255, 0.58);
  font-size: 14px;
  margin: 0 15px;
  position: relative;
}
.page-title-section .breadcrumb li:not(:first-child):after {
  width: 5px;
  height: 5px;
  background: #fff;
  left: -15px;
  content: "";
  float: left;
  position: absolute;
  top: 9px;
  border-radius: 50%;
}
.page-title-section .breadcrumb a {
  color: #fff;
  text-decoration: none;
}

@media(max-width: 991px) {
  .page-title h1 {
    margin-bottom: 30px;
  }
  .page-title-section {
    padding: 100px 0 40px;
  }
}


/*-----------------------------------------
*  Footer
-----------------------------------------*/
.subscribe-box {
  width: 400px;
  max-width: 100%;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.subscribe-box .form-control {
  height: 44px;
  border-radius: 5px;
  outline: none;
  padding: 3px 45px 3px 15px;
  font-size: 14px;
  border: none;
  box-shadow: 0 8px 50px -6px rgba(0, 0, 0, 0.4);
}
.subscribe-box button {
  height: 38px;
  color: #fff;
  border-radius: 5px;
  position: absolute;
  top: 3px;
  right: 3px;
  padding: 0;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 600;
  width: 48px;
}

.footer-dark {
  background: #222
}

.footer-section {
  padding-top: 80px;
}

.footer-section h4 {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  padding: 0 0 25px;
  margin: 0;
}

.footer-section .social-icons {
  margin: 20px 0 0 0;
  padding: 0;
}

.left-text ul.social-icons  li{
    padding-left: 0;
}

.left-text ul.social-icons  li:hover{
    padding-left: 0;
}


.footer-section .social-icons li {
  display: inline-block;
  vertical-align: top;
  margin-right: 8px;
}

.footer-section .social-icons li:before {
display: none;

}

.footer-section .social-icons li a {
  display: block;
  padding: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 20px;
  color:#85cc00;
  background: rgba(255, 255, 255, 0.12);
  -webkit-transition: ease all 0.3s;
  -moz-transition: ease all 0.3s;
  -o-transition: ease all 0.3s;
  transition: ease all 0.3s;
  border-radius: 5px;
}
.footer-section .social-icons li a:hover {
  background: #85cc00;
  color: #fff;
}

.footer-section .fot-link {
  margin: 0;
  padding: 0;
}
.footer-section .fot-link li {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 5px;
  font-size: 12px;
}
.footer-section .fot-link a {
  color: rgba(255, 255, 255, 0.61);
  font-size: 15px;
  position: relative;
  text-decoration: none;
  font-weight: 400;
}
.footer-section .fot-link a:hover {
  color: #fff;
}
.footer-section .fot-link a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: rgba(255,255,255,0.3);
  -webkit-transition: ease all 0.3s;
     -moz-transition: ease all 0.3s;
       -o-transition: ease all 0.3s;
          transition: ease all 0.3s;
}
.footer-section .fot-link a:hover:after {
  width: 100%;
} 


  
    .mm-column li a {
    font-size: 16px;
    }
    
        
    .footer-link {
    text-transform: uppercase;
    /* font-weight: 600; */
    /* border-bottom: 1px solid #92c4d0; */
    font-size: 12px;
    text-decoration: none;
    color: #027b00;
}    
        
    a.footer-link:hover  {
    font-weight: 600;
    font-size: 12px;
    text-decoration: underline!important;
    color: #027b00;
}        
        

        
 .footer-section .footer-text {
  /*width: 310px;*/
    font-size:14px;
     line-height: 24px;
  max-width: 100%;
}

.footer-section p {
  margin: 0;
  color: rgba(255, 255, 255, 0.64);
}
/*.footer-copy {
  margin-top: 70px;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  padding: 15px 0;
  text-align: center;
}*/

 .footer-copy {
  margin-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  padding: 15px 0;
  text-align: center;
}
        
        
    .footer-section .social-icons {
    margin: 0px 0 0 0; 
    padding: 0;
        }    
        
        
    .footer-division {
        padding-left:10px; 
        padding-right:10px; 
        border-right: 1px solid grey;
        }   
        
        
      .footer-division-last {
        padding-left:10px;  
      
        }     






.footer-copy p {
  margin: 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.47);
  font-weight: 500;
}

@media (max-width: 991px) {
  .footer-section {
    padding-top: 40px;
  }
  .footer-copy {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .footer-section {
    padding-top: 30px;
  }
  .footer-copy {
    margin-top: 5px;
  }
    
.footer-copy p {
  
  font-size: 10px;
  
}    
    
}


.footer-light {
  background: #fff;
  border-top: 1px solid #ddd;
}
.footer-light .footer-section h4 {
  color: #323232;
}
.footer-light .footer-section p {
    color: rgba(0, 0, 0, 0.75);
}
.footer-light .footer-section .social-icons li a {
  color: rgba(0, 0, 0, 0.75);
  background: rgba(88, 88, 88, 0.12);
}
.footer-light .footer-section .fot-link a {
  color: rgba(0, 0, 0, 0.75);
}
.footer-light .footer-copy {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}


/*-----------------------------------------
*  Background Properties
-----------------------------------------*/
.bg-no-repeat { background-repeat: no-repeat; }
.bg-repeat-x { background-repeat: repeat-x; }
.bg-repeat-y { background-repeat: repeat-y; }
.bg-cover { -webkit-background-size: cover; -moz-background-size: cover; -ms-background-size: cover; -o-background-size: cover; background-size: cover; }
.bg-center-center { background-position: center center; }
.bg-center-right { background-position: center right; }
.bg-center-left { background-position: center left; }
.bg-fixed { background-attachment: fixed;  }

/*==============================
  Margins
================================*/

/*Margin All*/
.m-auto-all { margin: auto;}
.m-0px { margin: 0;}
.m-5px {margin:5px}
.m-10px {margin:10px}
.m-15px {margin:15px}
.m-20px {margin:20px}
.m-25px {margin:25px}
.m-30px {margin:30px}
.m-35px {margin:35px}
.m-40px {margin:40px}
.m-45px {margin:45px}
.m-50px {margin:50px}
.m-55px {margin:55px}
.m-60px {margin:60px}
.m-65px {margin:65px}
.m-70px {margin:70px}
.m-75px {margin:75px}
.m-80px {margin:80px}
.m-85px {margin:85px}
.m-90px {margin:90px}
.m-95px {margin:95px}
.m-100px {margin:100px}

/*Margin top buttom*/
.m-0px-tb  {margin-top:0px;  margin-bottom:0px;}
.m-5px-tb  {margin-top:5px;  margin-bottom:5px;}
.m-10px-tb {margin-top:10px; margin-bottom:10px;}
.m-15px-tb {margin-top:15px; margin-bottom:15px;}
.m-20px-tb {margin-top:20px; margin-bottom:20px;}
.m-25px-tb {margin-top:25px; margin-bottom:25px;}
.m-30px-tb {margin-top:30px; margin-bottom:30px;}
.m-35px-tb {margin-top:35px; margin-bottom:35px;}
.m-40px-tb {margin-top:40px; margin-bottom:40px;}
.m-45px-tb {margin-top:45px; margin-bottom:45px;}
.m-50px-tb {margin-top:50px; margin-bottom:50px;}
.m-55px-tb {margin-top:55px; margin-bottom:55px;}
.m-60px-tb {margin-top:60px; margin-bottom:60px;}
.m-65px-tb {margin-top:65px; margin-bottom:65px;}
.m-70px-tb {margin-top:70px; margin-bottom:70px;}
.m-75px-tb {margin-top:75px; margin-bottom:75px;}
.m-80px-tb {margin-top:80px; margin-bottom:80px;}
.m-85px-tb {margin-top:85px; margin-bottom:85px;}
.m-90px-tb {margin-top:90px; margin-bottom:90px;}
.m-95px-tb {margin-top:95px; margin-bottom:95px;}
.m-100px-tb {margin-top:100px; margin-bottom: 100px;}

/*Margin left right*/
.m-0px-lr  {margin-left:0px; margin-right:0px}
.m-5px-lr  {margin-left:5px; margin-right:5px}
.m-10px-lr {margin-left:10px; margin-right:10px}
.m-15px-lr {margin-left:15px; margin-right:15px}
.m-20px-lr {margin-left:20px; margin-right:20px}
.m-25px-lr {margin-left:25px; margin-right:25px}
.m-30px-lr {margin-left:30px; margin-right:30px}
.m-35px-lr {margin-left:35px; margin-right:35px}
.m-40px-lr {margin-left:40px; margin-right:40px}
.m-45px-lr {margin-left:45px; margin-right:45px}
.m-50px-lr {margin-left:50px; margin-right:50px}
.m-55px-lr {margin-left:55px; margin-right:55px}
.m-60px-lr {margin-left:60px; margin-right:60px}
.m-65px-lr {margin-left:65px; margin-right:65px}
.m-70px-lr {margin-left:70px; margin-right:70px}
.m-75px-lr {margin-left:75px; margin-right:75px}
.m-80px-lr {margin-left:80px; margin-right:80px}
.m-85px-lr {margin-left:85px; margin-right:85px}
.m-90px-lr {margin-left:90px; margin-right:90px}
.m-95px-lr {margin-left:95px; margin-right:95px}
.m-100px-lr {margin-left:100px; margin-right:100px}


/*Margin top*/
.m-0px-t  {margin-top:0px}
.m-5px-t  {margin-top:5px}
.m-10px-t {margin-top:10px}
.m-15px-t {margin-top:15px}
.m-20px-t {margin-top:20px}
.m-25px-t {margin-top:25px}
.m-30px-t {margin-top:30px}
.m-35px-t {margin-top:35px}
.m-40px-t {margin-top:40px}
.m-45px-t {margin-top:45px}
.m-50px-t {margin-top:50px}
.m-55px-t {margin-top:55px}
.m-60px-t {margin-top:60px}
.m-65px-t {margin-top:65px}
.m-70px-t {margin-top:70px}
.m-75px-t {margin-top:75px}
.m-80px-t {margin-top:80px}
.m-85px-t {margin-top:85px}
.m-90px-t {margin-top:90px}
.m-95px-t {margin-top:95px}
.m-100px-t {margin-top:100px}

/*Margin Bottom*/
.m-0px-b {margin-bottom:0px}
.m-5px-b {margin-bottom:5px}
.m-10px-b {margin-bottom:10px}
.m-15px-b {margin-bottom:15px}
.m-20px-b {margin-bottom:20px}
.m-25px-b {margin-bottom:25px}
.m-30px-b {margin-bottom:30px}
.m-35px-b {margin-bottom:35px}
.m-40px-b {margin-bottom:40px}
.m-45px-b {margin-bottom:45px}
.m-50px-b {margin-bottom:50px}
.m-55px-b {margin-bottom:55px}
.m-60px-b {margin-bottom:60px}
.m-65px-b {margin-bottom:65px}
.m-70px-b {margin-bottom:70px}
.m-75px-b {margin-bottom:75px}
.m-80px-b {margin-bottom:80px}
.m-85px-b {margin-bottom:85px}
.m-90px-b {margin-bottom:90px}
.m-95px-b {margin-bottom:95px}
.m-100px-b {margin-bottom:100px}

/*Margin Left*/
.m-0px-l  {margin-left:0px}
.m-5px-l  {margin-left:5px}
.m-10px-l {margin-left:10px}
.m-15px-l {margin-left:15px}
.m-20px-l {margin-left:20px}
.m-25px-l {margin-left:25px}
.m-30px-l {margin-left:30px}
.m-35px-l {margin-left:35px}
.m-40px-l {margin-left:40px}
.m-45px-l {margin-left:45px}
.m-50px-l {margin-left:50px}
.m-55px-l {margin-left:55px}
.m-60px-l {margin-left:60px}
.m-65px-l {margin-left:65px}
.m-70px-l {margin-left:70px}
.m-75px-l {margin-left:75px}
.m-80px-l {margin-left:80px}
.m-85px-l {margin-left:85px}
.m-90px-l {margin-left:90px}
.m-95px-l {margin-left:95px}
.m-100px-l {margin-left:100px}

/*Margin right*/
.m-0px-r  {margin-right:0px}
.m-5px-r  {margin-right:5px}
.m-10px-r {margin-right:10px}
.m-15px-r {margin-right:15px}
.m-20px-r {margin-right:20px}
.m-25px-r {margin-right:25px}
.m-30px-r {margin-right:30px}
.m-35px-r {margin-right:35px}
.m-40px-r {margin-right:40px}
.m-45px-r {margin-right:45px}
.m-50px-r {margin-right:50px}
.m-55px-r {margin-right:55px}
.m-60px-r {margin-right:60px}
.m-65px-r {margin-right:65px}
.m-70px-r {margin-right:70px}
.m-75px-r {margin-right:75px}
.m-80px-r {margin-right:80px}
.m-85px-r {margin-right:85px}
.m-90px-r {margin-right:90px}
.m-95px-r {margin-right:95px}
.m-100px-r {margin-right:100px}


@media (max-width: 1200px){
  /*Margin All*/
  .lg-m-0px { margin: 0;}
  .lg-m-5px {margin:5px}
  .lg-m-10px {margin:10px}
  .lg-m-15px {margin:15px}
  .lg-m-20px {margin:20px}
  .lg-m-25px {margin:25px}
  .lg-m-30px {margin:30px}
  .lg-m-35px {margin:35px}
  .lg-m-40px {margin:40px}
  .lg-m-45px {margin:45px}
  .lg-m-50px {margin:50px}
  .lg-m-55px {margin:55px}
  .lg-m-60px {margin:60px}
  .lg-m-65px {margin:65px}
  .lg-m-70px {margin:70px}
  .lg-m-75px {margin:75px}
  .lg-m-80px {margin:80px}
  .lg-m-85px {margin:85px}
  .lg-m-90px {margin:90px}
  .lg-m-95px {margin:95px}
  .lg-m-100px {margin:100px}

  /*Margin top buttom*/
  .lg-m-0px-tb  {margin-top:0px;  margin-bottom:0px;}
  .lg-m-5px-tb  {margin-top:5px;  margin-bottom:5px;}
  .lg-m-10px-tb {margin-top:10px; margin-bottom:10px;}
  .lg-m-15px-tb {margin-top:15px; margin-bottom:15px;}
  .lg-m-20px-tb {margin-top:20px; margin-bottom:20px;}
  .lg-m-25px-tb {margin-top:25px; margin-bottom:25px;}
  .lg-m-30px-tb {margin-top:30px; margin-bottom:30px;}
  .lg-m-35px-tb {margin-top:35px; margin-bottom:35px;}
  .lg-m-40px-tb {margin-top:40px; margin-bottom:40px;}
  .lg-m-45px-tb {margin-top:45px; margin-bottom:45px;}
  .lg-m-50px-tb {margin-top:50px; margin-bottom:50px;}
  .lg-m-55px-tb {margin-top:55px; margin-bottom:55px;}
  .lg-m-60px-tb {margin-top:60px; margin-bottom:60px;}
  .lg-m-65px-tb {margin-top:65px; margin-bottom:65px;}
  .lg-m-70px-tb {margin-top:70px; margin-bottom:70px;}
  .lg-m-75px-tb {margin-top:75px; margin-bottom:75px;}
  .lg-m-80px-tb {margin-top:80px; margin-bottom:80px;}
  .lg-m-85px-tb {margin-top:85px; margin-bottom:85px;}
  .lg-m-90px-tb {margin-top:90px; margin-bottom:90px;}
  .lg-m-95px-tb {margin-top:95px; margin-bottom:95px;}
  .lg-m-100px-tb {margin-top:100px; margin-bottom: 100px;}

  /*Margin left right*/
  .lg-m-0px-lr  {margin-left:0px; margin-right:0px}
  .lg-m-5px-lr  {margin-left:5px; margin-right:5px}
  .lg-m-10px-lr {margin-left:10px; margin-right:10px}
  .lg-m-15px-lr {margin-left:15px; margin-right:15px}
  .lg-m-20px-lr {margin-left:20px; margin-right:20px}
  .lg-m-25px-lr {margin-left:25px; margin-right:25px}
  .lg-m-30px-lr {margin-left:30px; margin-right:30px}
  .lg-m-35px-lr {margin-left:35px; margin-right:35px}
  .lg-m-40px-lr {margin-left:40px; margin-right:40px}
  .lg-m-45px-lr {margin-left:45px; margin-right:45px}
  .lg-m-50px-lr {margin-left:50px; margin-right:50px}
  .lg-m-55px-lr {margin-left:55px; margin-right:55px}
  .lg-m-60px-lr {margin-left:60px; margin-right:60px}
  .lg-m-65px-lr {margin-left:65px; margin-right:65px}
  .lg-m-70px-lr {margin-left:70px; margin-right:70px}
  .lg-m-75px-lr {margin-left:75px; margin-right:75px}
  .lg-m-80px-lr {margin-left:80px; margin-right:80px}
  .lg-m-85px-lr {margin-left:85px; margin-right:85px}
  .lg-m-90px-lr {margin-left:90px; margin-right:90px}
  .lg-m-95px-lr {margin-left:95px; margin-right:95px}
  .lg-m-100px-lr {margin-left:100px; margin-right:100px}


  /*Margin top*/
  .lg-m-0px-t  {margin-top:0px}
  .lg-m-5px-t  {margin-top:5px}
  .lg-m-10px-t {margin-top:10px}
  .lg-m-15px-t {margin-top:15px}
  .lg-m-20px-t {margin-top:20px}
  .lg-m-25px-t {margin-top:25px}
  .lg-m-30px-t {margin-top:30px}
  .lg-m-35px-t {margin-top:35px}
  .lg-m-40px-t {margin-top:40px}
  .lg-m-45px-t {margin-top:45px}
  .lg-m-50px-t {margin-top:50px}
  .lg-m-55px-t {margin-top:55px}
  .lg-m-60px-t {margin-top:60px}
  .lg-m-65px-t {margin-top:65px}
  .lg-m-70px-t {margin-top:70px}
  .lg-m-75px-t {margin-top:75px}
  .lg-m-80px-t {margin-top:80px}
  .lg-m-85px-t {margin-top:85px}
  .lg-m-90px-t {margin-top:90px}
  .lg-m-95px-t {margin-top:95px}
  .lg-m-100px-t {margin-top:100px}

  /*Margin Bottom*/
  .lg-m-0px-b {margin-bottom:0px}
  .lg-m-5px-b {margin-bottom:5px}
  .lg-m-10px-b {margin-bottom:10px}
  .lg-m-15px-b {margin-bottom:15px}
  .lg-m-20px-b {margin-bottom:20px}
  .lg-m-25px-b {margin-bottom:25px}
  .lg-m-30px-b {margin-bottom:30px}
  .lg-m-35px-b {margin-bottom:35px}
  .lg-m-40px-b {margin-bottom:40px}
  .lg-m-45px-b {margin-bottom:45px}
  .lg-m-50px-b {margin-bottom:50px}
  .lg-m-55px-b {margin-bottom:55px}
  .lg-m-60px-b {margin-bottom:60px}
  .lg-m-65px-b {margin-bottom:65px}
  .lg-m-70px-b {margin-bottom:70px}
  .lg-m-75px-b {margin-bottom:75px}
  .lg-m-80px-b {margin-bottom:80px}
  .lg-m-85px-b {margin-bottom:85px}
  .lg-m-90px-b {margin-bottom:90px}
  .lg-m-95px-b {margin-bottom:95px}
  .lg-m-100px-b {margin-bottom:100px}

  /*Margin Left*/
  .lg-m-0px-l  {margin-left:0px}
  .lg-m-5px-l  {margin-left:5px}
  .lg-m-10px-l {margin-left:10px}
  .lg-m-15px-l {margin-left:15px}
  .lg-m-20px-l {margin-left:20px}
  .lg-m-25px-l {margin-left:25px}
  .lg-m-30px-l {margin-left:30px}
  .lg-m-35px-l {margin-left:35px}
  .lg-m-40px-l {margin-left:40px}
  .lg-m-45px-l {margin-left:45px}
  .lg-m-50px-l {margin-left:50px}
  .lg-m-55px-l {margin-left:55px}
  .lg-m-60px-l {margin-left:60px}
  .lg-m-65px-l {margin-left:65px}
  .lg-m-70px-l {margin-left:70px}
  .lg-m-75px-l {margin-left:75px}
  .lg-m-80px-l {margin-left:80px}
  .lg-m-85px-l {margin-left:85px}
  .lg-m-90px-l {margin-left:90px}
  .lg-m-95px-l {margin-left:95px}
  .lg-m-100px-l {margin-left:100px}

  /*Margin right*/
  .lg-m-0px-r  {margin-right:0px}
  .lg-m-5px-r  {margin-right:5px}
  .lg-m-10px-r {margin-right:10px}
  .lg-m-15px-r {margin-right:15px}
  .lg-m-20px-r {margin-right:20px}
  .lg-m-25px-r {margin-right:25px}
  .lg-m-30px-r {margin-right:30px}
  .lg-m-35px-r {margin-right:35px}
  .lg-m-40px-r {margin-right:40px}
  .lg-m-45px-r {margin-right:45px}
  .lg-m-50px-r {margin-right:50px}
  .lg-m-55px-r {margin-right:55px}
  .lg-m-60px-r {margin-right:60px}
  .lg-m-65px-r {margin-right:65px}
  .lg-m-70px-r {margin-right:70px}
  .lg-m-75px-r {margin-right:75px}
  .lg-m-80px-r {margin-right:80px}
  .lg-m-85px-r {margin-right:85px}
  .lg-m-90px-r {margin-right:90px}
  .lg-m-95px-r {margin-right:95px}
  .lg-m-100px-r {margin-right:100px}
}

@media (max-width: 991px){
  /*Margin All*/
  .md-m-0px { margin: 0;}
  .md-m-5px {margin:5px}
  .md-m-10px {margin:10px}
  .md-m-15px {margin:15px}
  .md-m-20px {margin:20px}
  .md-m-25px {margin:25px}
  .md-m-30px {margin:30px}
  .md-m-35px {margin:35px}
  .md-m-40px {margin:40px}
  .md-m-45px {margin:45px}
  .md-m-50px {margin:50px}
  .md-m-55px {margin:55px}
  .md-m-60px {margin:60px}
  .md-m-65px {margin:65px}
  .md-m-70px {margin:70px}
  .md-m-75px {margin:75px}
  .md-m-80px {margin:80px}
  .md-m-85px {margin:85px}
  .md-m-90px {margin:90px}
  .md-m-95px {margin:95px}
  .md-m-100px {margin:100px}

  /*Margin top buttom*/
  .md-m-0px-tb  {margin-top:0px;  margin-bottom:0px;}
  .md-m-5px-tb  {margin-top:5px;  margin-bottom:5px;}
  .md-m-10px-tb {margin-top:10px; margin-bottom:10px;}
  .md-m-15px-tb {margin-top:15px; margin-bottom:15px;}
  .md-m-20px-tb {margin-top:20px; margin-bottom:20px;}
  .md-m-25px-tb {margin-top:25px; margin-bottom:25px;}
  .md-m-30px-tb {margin-top:30px; margin-bottom:30px;}
  .md-m-35px-tb {margin-top:35px; margin-bottom:35px;}
  .md-m-40px-tb {margin-top:40px; margin-bottom:40px;}
  .md-m-45px-tb {margin-top:45px; margin-bottom:45px;}
  .md-m-50px-tb {margin-top:50px; margin-bottom:50px;}
  .md-m-55px-tb {margin-top:55px; margin-bottom:55px;}
  .md-m-60px-tb {margin-top:60px; margin-bottom:60px;}
  .md-m-65px-tb {margin-top:65px; margin-bottom:65px;}
  .md-m-70px-tb {margin-top:70px; margin-bottom:70px;}
  .md-m-75px-tb {margin-top:75px; margin-bottom:75px;}
  .md-m-80px-tb {margin-top:80px; margin-bottom:80px;}
  .md-m-85px-tb {margin-top:85px; margin-bottom:85px;}
  .md-m-90px-tb {margin-top:90px; margin-bottom:90px;}
  .md-m-95px-tb {margin-top:95px; margin-bottom:95px;}
  .md-m-100px-tb {margin-top:100px; margin-bottom: 100px;}

  /*Margin left right*/
  .md-m-0px-lr  {margin-left:0px; margin-right:0px}
  .md-m-5px-lr  {margin-left:5px; margin-right:5px}
  .md-m-10px-lr {margin-left:10px; margin-right:10px}
  .md-m-15px-lr {margin-left:15px; margin-right:15px}
  .md-m-20px-lr {margin-left:20px; margin-right:20px}
  .md-m-25px-lr {margin-left:25px; margin-right:25px}
  .md-m-30px-lr {margin-left:30px; margin-right:30px}
  .md-m-35px-lr {margin-left:35px; margin-right:35px}
  .md-m-40px-lr {margin-left:40px; margin-right:40px}
  .md-m-45px-lr {margin-left:45px; margin-right:45px}
  .md-m-50px-lr {margin-left:50px; margin-right:50px}
  .md-m-55px-lr {margin-left:55px; margin-right:55px}
  .md-m-60px-lr {margin-left:60px; margin-right:60px}
  .md-m-65px-lr {margin-left:65px; margin-right:65px}
  .md-m-70px-lr {margin-left:70px; margin-right:70px}
  .md-m-75px-lr {margin-left:75px; margin-right:75px}
  .md-m-80px-lr {margin-left:80px; margin-right:80px}
  .md-m-85px-lr {margin-left:85px; margin-right:85px}
  .md-m-90px-lr {margin-left:90px; margin-right:90px}
  .md-m-95px-lr {margin-left:95px; margin-right:95px}
  .md-m-100px-lr {margin-left:100px; margin-right:100px}


  /*Margin top*/
  .md-m-0px-t  {margin-top:0px}
  .md-m-5px-t  {margin-top:5px}
  .md-m-10px-t {margin-top:10px}
  .md-m-15px-t {margin-top:15px}
  .md-m-20px-t {margin-top:20px}
  .md-m-25px-t {margin-top:25px}
  .md-m-30px-t {margin-top:30px}
  .md-m-35px-t {margin-top:35px}
  .md-m-40px-t {margin-top:40px}
  .md-m-45px-t {margin-top:45px}
  .md-m-50px-t {margin-top:50px}
  .md-m-55px-t {margin-top:55px}
  .md-m-60px-t {margin-top:60px}
  .md-m-65px-t {margin-top:65px}
  .md-m-70px-t {margin-top:70px}
  .md-m-75px-t {margin-top:75px}
  .md-m-80px-t {margin-top:80px}
  .md-m-85px-t {margin-top:85px}
  .md-m-90px-t {margin-top:90px}
  .md-m-95px-t {margin-top:95px}
  .md-m-100px-t {margin-top:100px}

  /*Margin Bottom*/
  .md-m-0px-b {margin-bottom:0px}
  .md-m-5px-b {margin-bottom:5px}
  .md-m-10px-b {margin-bottom:10px}
  .md-m-15px-b {margin-bottom:15px}
  .md-m-20px-b {margin-bottom:20px}
  .md-m-25px-b {margin-bottom:25px}
  .md-m-30px-b {margin-bottom:30px}
  .md-m-35px-b {margin-bottom:35px}
  .md-m-40px-b {margin-bottom:40px}
  .md-m-45px-b {margin-bottom:45px}
  .md-m-50px-b {margin-bottom:50px}
  .md-m-55px-b {margin-bottom:55px}
  .md-m-60px-b {margin-bottom:60px}
  .md-m-65px-b {margin-bottom:65px}
  .md-m-70px-b {margin-bottom:70px}
  .md-m-75px-b {margin-bottom:75px}
  .md-m-80px-b {margin-bottom:80px}
  .md-m-85px-b {margin-bottom:85px}
  .md-m-90px-b {margin-bottom:90px}
  .md-m-95px-b {margin-bottom:95px}
  .md-m-100px-b {margin-bottom:100px}

  /*Margin Left*/
  .md-m-0px-l  {margin-left:0px}
  .md-m-5px-l  {margin-left:5px}
  .md-m-10px-l {margin-left:10px}
  .md-m-15px-l {margin-left:15px}
  .md-m-20px-l {margin-left:20px}
  .md-m-25px-l {margin-left:25px}
  .md-m-30px-l {margin-left:30px}
  .md-m-35px-l {margin-left:35px}
  .md-m-40px-l {margin-left:40px}
  .md-m-45px-l {margin-left:45px}
  .md-m-50px-l {margin-left:50px}
  .md-m-55px-l {margin-left:55px}
  .md-m-60px-l {margin-left:60px}
  .md-m-65px-l {margin-left:65px}
  .md-m-70px-l {margin-left:70px}
  .md-m-75px-l {margin-left:75px}
  .md-m-80px-l {margin-left:80px}
  .md-m-85px-l {margin-left:85px}
  .md-m-90px-l {margin-left:90px}
  .md-m-95px-l {margin-left:95px}
  .md-m-100px-l {margin-left:100px}

  /*Margin right*/
  .md-m-0px-r  {margin-right:0px}
  .md-m-5px-r  {margin-right:5px}
  .md-m-10px-r {margin-right:10px}
  .md-m-15px-r {margin-right:15px}
  .md-m-20px-r {margin-right:20px}
  .md-m-25px-r {margin-right:25px}
  .md-m-30px-r {margin-right:30px}
  .md-m-35px-r {margin-right:35px}
  .md-m-40px-r {margin-right:40px}
  .md-m-45px-r {margin-right:45px}
  .md-m-50px-r {margin-right:50px}
  .md-m-55px-r {margin-right:55px}
  .md-m-60px-r {margin-right:60px}
  .md-m-65px-r {margin-right:65px}
  .md-m-70px-r {margin-right:70px}
  .md-m-75px-r {margin-right:75px}
  .md-m-80px-r {margin-right:80px}
  .md-m-85px-r {margin-right:85px}
  .md-m-90px-r {margin-right:90px}
  .md-m-95px-r {margin-right:95px}
  .md-m-100px-r {margin-right:100px}
}


@media (max-width: 767px){
  /*Margin All*/
  .sm-m-0px { margin: 0; }
  .sm-m-5px {margin:5px}
  .sm-m-10px {margin:10px}
  .sm-m-15px {margin:15px}
  .sm-m-20px {margin:20px}
  .sm-m-25px {margin:25px}
  .sm-m-30px {margin:30px}
  .sm-m-35px {margin:35px}
  .sm-m-40px {margin:40px}
  .sm-m-45px {margin:45px}
  .sm-m-50px {margin:50px}
  .sm-m-55px {margin:55px}
  .sm-m-60px {margin:60px}
  .sm-m-65px {margin:65px}
  .sm-m-70px {margin:70px}
  .sm-m-75px {margin:75px}
  .sm-m-80px {margin:80px}
  .sm-m-85px {margin:85px}
  .sm-m-90px {margin:90px}
  .sm-m-95px {margin:95px}
  .sm-m-100px {margin:100px}

  /*Margin top buttom*/
  .sm-m-0px-tb  {margin-top:0px;  margin-bottom:0px;}
  .sm-m-5px-tb  {margin-top:5px;  margin-bottom:5px;}
  .sm-m-10px-tb {margin-top:10px; margin-bottom:10px;}
  .sm-m-15px-tb {margin-top:15px; margin-bottom:15px;}
  .sm-m-20px-tb {margin-top:20px; margin-bottom:20px;}
  .sm-m-25px-tb {margin-top:25px; margin-bottom:25px;}
  .sm-m-30px-tb {margin-top:30px; margin-bottom:30px;}
  .sm-m-35px-tb {margin-top:35px; margin-bottom:35px;}
  .sm-m-40px-tb {margin-top:40px; margin-bottom:40px;}
  .sm-m-45px-tb {margin-top:45px; margin-bottom:45px;}
  .sm-m-50px-tb {margin-top:50px; margin-bottom:50px;}
  .sm-m-55px-tb {margin-top:55px; margin-bottom:55px;}
  .sm-m-60px-tb {margin-top:60px; margin-bottom:60px;}
  .sm-m-65px-tb {margin-top:65px; margin-bottom:65px;}
  .sm-m-70px-tb {margin-top:70px; margin-bottom:70px;}
  .sm-m-75px-tb {margin-top:75px; margin-bottom:75px;}
  .sm-m-80px-tb {margin-top:80px; margin-bottom:80px;}
  .sm-m-85px-tb {margin-top:85px; margin-bottom:85px;}
  .sm-m-90px-tb {margin-top:90px; margin-bottom:90px;}
  .sm-m-95px-tb {margin-top:95px; margin-bottom:95px;}
  .sm-m-100px-tb {margin-top:100px; margin-bottom: 100px;}

  /*Margin left right*/
  .sm-m-0px-lr  {margin-left:0px; margin-right:0px}
  .sm-m-5px-lr  {margin-left:5px; margin-right:5px}
  .sm-m-10px-lr {margin-left:10px; margin-right:10px}
  .sm-m-15px-lr {margin-left:15px; margin-right:15px}
  .sm-m-20px-lr {margin-left:20px; margin-right:20px}
  .sm-m-25px-lr {margin-left:25px; margin-right:25px}
  .sm-m-30px-lr {margin-left:30px; margin-right:30px}
  .sm-m-35px-lr {margin-left:35px; margin-right:35px}
  .sm-m-40px-lr {margin-left:40px; margin-right:40px}
  .sm-m-45px-lr {margin-left:45px; margin-right:45px}
  .sm-m-50px-lr {margin-left:50px; margin-right:50px}
  .sm-m-55px-lr {margin-left:55px; margin-right:55px}
  .sm-m-60px-lr {margin-left:60px; margin-right:60px}
  .sm-m-65px-lr {margin-left:65px; margin-right:65px}
  .sm-m-70px-lr {margin-left:70px; margin-right:70px}
  .sm-m-75px-lr {margin-left:75px; margin-right:75px}
  .sm-m-80px-lr {margin-left:80px; margin-right:80px}
  .sm-m-85px-lr {margin-left:85px; margin-right:85px}
  .sm-m-90px-lr {margin-left:90px; margin-right:90px}
  .sm-m-95px-lr {margin-left:95px; margin-right:95px}
  .sm-m-100px-lr {margin-left:100px; margin-right:100px}

  /*Margin top*/
  .sm-m-0px-t  {margin-top:0px}
  .sm-m-5px-t  {margin-top:5px}
  .sm-m-10px-t {margin-top:10px}
  .sm-m-15px-t {margin-top:15px}
  .sm-m-20px-t {margin-top:20px}
  .sm-m-25px-t {margin-top:25px}
  .sm-m-30px-t {margin-top:30px}
  .sm-m-35px-t {margin-top:35px}
  .sm-m-40px-t {margin-top:40px}
  .sm-m-45px-t {margin-top:45px}
  .sm-m-50px-t {margin-top:50px}
  .sm-m-55px-t {margin-top:55px}
  .sm-m-60px-t {margin-top:60px}
  .sm-m-65px-t {margin-top:65px}
  .sm-m-70px-t {margin-top:70px}
  .sm-m-75px-t {margin-top:75px}
  .sm-m-80px-t {margin-top:80px}
  .sm-m-85px-t {margin-top:85px}
  .sm-m-90px-t {margin-top:90px}
  .sm-m-95px-t {margin-top:95px}
  .sm-m-100px-t {margin-top:100px}

  /*Margin Bottom*/
  .sm-m-0px-b {margin-bottom:0px}
  .sm-m-5px-b {margin-bottom:5px}
  .sm-m-10px-b {margin-bottom:10px}
  .sm-m-15px-b {margin-bottom:15px}
  .sm-m-20px-b {margin-bottom:20px}
  .sm-m-25px-b {margin-bottom:25px}
  .sm-m-30px-b {margin-bottom:30px}
  .sm-m-35px-b {margin-bottom:35px}
  .sm-m-40px-b {margin-bottom:40px}
  .sm-m-45px-b {margin-bottom:45px}
  .sm-m-50px-b {margin-bottom:50px}
  .sm-m-55px-b {margin-bottom:55px}
  .sm-m-60px-b {margin-bottom:60px}
  .sm-m-65px-b {margin-bottom:65px}
  .sm-m-70px-b {margin-bottom:70px}
  .sm-m-75px-b {margin-bottom:75px}
  .sm-m-80px-b {margin-bottom:80px}
  .sm-m-85px-b {margin-bottom:85px}
  .sm-m-90px-b {margin-bottom:90px}
  .sm-m-95px-b {margin-bottom:95px}
  .sm-m-100px-b {margin-bottom:100px}

  /*Margin Left*/
  .sm-m-0px-l  {margin-left:0px}
  .sm-m-5px-l  {margin-left:5px}
  .sm-m-10px-l {margin-left:10px}
  .sm-m-15px-l {margin-left:15px}
  .sm-m-20px-l {margin-left:20px}
  .sm-m-25px-l {margin-left:25px}
  .sm-m-30px-l {margin-left:30px}
  .sm-m-35px-l {margin-left:35px}
  .sm-m-40px-l {margin-left:40px}
  .sm-m-45px-l {margin-left:45px}
  .sm-m-50px-l {margin-left:50px}
  .sm-m-55px-l {margin-left:55px}
  .sm-m-60px-l {margin-left:60px}
  .sm-m-65px-l {margin-left:65px}
  .sm-m-70px-l {margin-left:70px}
  .sm-m-75px-l {margin-left:75px}
  .sm-m-80px-l {margin-left:80px}
  .sm-m-85px-l {margin-left:85px}
  .sm-m-90px-l {margin-left:90px}
  .sm-m-95px-l {margin-left:95px}
  .sm-m-100px-l {margin-left:100px}

  /*Margin right*/
  .sm-m-0px-r  {margin-right:0px}
  .sm-m-5px-r  {margin-right:5px}
  .sm-m-10px-r {margin-right:10px}
  .sm-m-15px-r {margin-right:15px}
  .sm-m-20px-r {margin-right:20px}
  .sm-m-25px-r {margin-right:25px}
  .sm-m-30px-r {margin-right:30px}
  .sm-m-35px-r {margin-right:35px}
  .sm-m-40px-r {margin-right:40px}
  .sm-m-45px-r {margin-right:45px}
  .sm-m-50px-r {margin-right:50px}
  .sm-m-55px-r {margin-right:55px}
  .sm-m-60px-r {margin-right:60px}
  .sm-m-65px-r {margin-right:65px}
  .sm-m-70px-r {margin-right:70px}
  .sm-m-75px-r {margin-right:75px}
  .sm-m-80px-r {margin-right:80px}
  .sm-m-85px-r {margin-right:85px}
  .sm-m-90px-r {margin-right:90px}
  .sm-m-95px-r {margin-right:95px}
  .sm-m-100px-r {margin-right:100px}
}

/*==============================
  Padding
================================*/

/*Padding All*/
.p-0px { padding: 0; }
.p-5px {padding: 5px}
.p-10px {padding:10px}
.p-15px {padding:15px}
.p-20px {padding:20px}
.p-25px {padding:25px}
.p-30px {padding:30px}
.p-35px {padding:35px}
.p-40px {padding:40px}
.p-45px {padding:45px}
.p-50px {padding:50px}
.p-55px {padding:55px}
.p-60px {padding:60px}
.p-65px {padding:65px}
.p-70px {padding:70px}
.p-75px {padding:75px}
.p-80px {padding:80px}
.p-85px {padding:85px}
.p-90px {padding:90px}
.p-95px {padding:95px}
.p-100px {padding:100px}

/*Padding Left Right*/
.p-0px-lr { padding-left: 0; ; padding-right: 0;  }
.p-5px-lr { padding-left: 5px; padding-right: 5px }
.p-10px-lr {padding-left:10px; padding-right:10px }
.p-15px-lr {padding-left:15px; padding-right:15px }
.p-20px-lr {padding-left:20px; padding-right:20px }
.p-25px-lr {padding-left:25px; padding-right:25px }
.p-30px-lr {padding-left:30px; padding-right:30px }
.p-35px-lr {padding-left:35px; padding-right:35px }
.p-40px-lr {padding-left:40px; padding-right:40px }
.p-45px-lr {padding-left:45px; padding-right:45px }
.p-50px-lr {padding-left:50px; padding-right:50px }
.p-55px-lr {padding-left:55px; padding-right:55px }
.p-60px-lr {padding-left:60px; padding-right:60px }
.p-65px-lr {padding-left:65px; padding-right:65px }
.p-70px-lr {padding-left:70px; padding-right:70px }
.p-75px-lr {padding-left:75px; padding-right:75px }
.p-80px-lr {padding-left:80px; padding-right:80px }
.p-85px-lr {padding-left:85px; padding-right:85px }
.p-90px-lr {padding-left:90px; padding-right:90px }
.p-95px-lr {padding-left:95px; padding-right:95px }
.p-100px-lr {padding-left:100px; padding-right:100px }

/*Padding Top Bottm*/
.p-0px-tb {padding-top:  0;   padding-bottom:  0;  }
.p-5px-tb {padding-top:  5px; padding-bottom:  5px }
.p-10px-tb {padding-top: 10px; padding-bottom: 10px }
.p-15px-tb {padding-top: 15px; padding-bottom: 15px }
.p-20px-tb {padding-top: 20px; padding-bottom: 20px }
.p-25px-tb {padding-top: 25px; padding-bottom: 25px }
.p-30px-tb {padding-top: 30px; padding-bottom: 30px }
.p-35px-tb {padding-top: 35px; padding-bottom: 35px }
.p-40px-tb {padding-top: 40px; padding-bottom: 40px }
.p-45px-tb {padding-top: 45px; padding-bottom: 45px }
.p-50px-tb {padding-top: 50px; padding-bottom: 50px }
.p-55px-tb {padding-top: 55px; padding-bottom: 55px }
.p-60px-tb {padding-top: 60px; padding-bottom: 60px }
.p-65px-tb {padding-top: 65px; padding-bottom: 65px }
.p-70px-tb {padding-top: 70px; padding-bottom: 70px }
.p-75px-tb {padding-top: 75px; padding-bottom: 75px }
.p-80px-tb {padding-top: 80px; padding-bottom: 80px }
.p-85px-tb {padding-top: 85px; padding-bottom: 85px }
.p-90px-tb {padding-top: 90px; padding-bottom: 90px }
.p-95px-tb {padding-top: 95px; padding-bottom: 95px }
.p-100px-tb {padding-top: 100px; padding-bottom: 100px }


/*Padding top*/
.p-0px-t  {padding-top:0px}
.p-5px-t  {padding-top:5px}
.p-10px-t {padding-top:10px}
.p-15px-t {padding-top:15px}
.p-20px-t {padding-top:20px}
.p-25px-t {padding-top:25px}
.p-30px-t {padding-top:30px}
.p-35px-t {padding-top:35px}
.p-40px-t {padding-top:40px}
.p-45px-t {padding-top:45px}
.p-50px-t {padding-top:50px}
.p-55px-t {padding-top:55px}
.p-60px-t {padding-top:60px}
.p-65px-t {padding-top:65px}
.p-70px-t {padding-top:70px}
.p-75px-t {padding-top:75px}
.p-80px-t {padding-top:80px}
.p-85px-t {padding-top:85px}
.p-90px-t {padding-top:90px}
.p-95px-t {padding-top:95px}
.p-100px-t {padding-top:100px}

/*Padding Bottom*/
.p-0px-b {padding-bottom:0px}
.p-5px-b {padding-bottom:5px}
.p-10px-b {padding-bottom:10px}
.p-15px-b {padding-bottom:15px}
.p-20px-b {padding-bottom:20px}
.p-25px-b {padding-bottom:25px}
.p-30px-b {padding-bottom:30px}
.p-35px-b {padding-bottom:35px}
.p-40px-b {padding-bottom:40px}
.p-45px-b {padding-bottom:45px}
.p-50px-b {padding-bottom:50px}
.p-55px-b {padding-bottom:55px}
.p-60px-b {padding-bottom:60px}
.p-65px-b {padding-bottom:65px}
.p-70px-b {padding-bottom:70px}
.p-75px-b {padding-bottom:75px}
.p-80px-b {padding-bottom:80px}
.p-85px-b {padding-bottom:85px}
.p-90px-b {padding-bottom:90px}
.p-95px-b {padding-bottom:95px}
.p-100px-b {padding-bottom:100px}

/*Padding Left*/
.p-0px-l  {padding-left:0px}
.p-5px-l  {padding-left:5px}
.p-10px-l {padding-left:10px}
.p-15px-l {padding-left:15px}
.p-20px-l {padding-left:20px}
.p-25px-l {padding-left:25px}
.p-30px-l {padding-left:30px}
.p-35px-l {padding-left:35px}
.p-40px-l {padding-left:40px}
.p-45px-l {padding-left:45px}
.p-50px-l {padding-left:50px}
.p-55px-l {padding-left:55px}
.p-60px-l {padding-left:60px}
.p-65px-l {padding-left:65px}
.p-70px-l {padding-left:70px}
.p-75px-l {padding-left:75px}
.p-80px-l {padding-left:80px}
.p-85px-l {padding-left:85px}
.p-90px-l {padding-left:90px}
.p-95px-l {padding-left:95px}
.p-100px-l {padding-left:100px}

/*Padding right*/
.p-0px-r  {padding-right:0px}
.p-5px-r  {padding-right:5px}
.p-10px-r {padding-right:10px}
.p-15px-r {padding-right:15px}
.p-20px-r {padding-right:20px}
.p-25px-r {padding-right:25px}
.p-30px-r {padding-right:30px}
.p-35px-r {padding-right:35px}
.p-40px-r {padding-right:40px}
.p-45px-r {padding-right:45px}
.p-50px-r {padding-right:50px}
.p-55px-r {padding-right:55px}
.p-60px-r {padding-right:60px}
.p-65px-r {padding-right:65px}
.p-70px-r {padding-right:70px}
.p-75px-r {padding-right:75px}
.p-80px-r {padding-right:80px}
.p-85px-r {padding-right:85px}
.p-90px-r {padding-right:90px}
.p-95px-r {padding-right:95px}
.p-100px-r {padding-right:100px}


/*Padding All %*/
.p-1 {padding:1%;}
.p-1-half {padding:1.5%;}
.p-2 {padding:2%;}
.p-2-half {padding:2.5%;}
.p-3 {padding:3%;}
.p-3-half {padding:3.5%;}
.p-4 {padding:4%;}
.p-4-half {padding:4.5%;}
.p-5 {padding:5%;}
.p-5-half {padding:5.5%;}
.p-6 {padding:6%;}
.p-6-half {padding:6.5%;}
.p-7 {padding:7%;}
.p-7-half {padding:7.5%;}
.p-8 {padding:8%;}
.p-8-half {padding:8.5%;}
.p-9 {padding:9%;}
.p-9-half {padding:9.5%;}
.p-10 {padding:10%;}
.p-10-half {padding:10.5%;}
.p-11 {padding:11%;}
.p-11-half {padding:11.5%;}
.p-12 {padding:12%;}
.p-12-half {padding:12.5%;}
.p-13 {padding:13%;}
.p-13-half {padding:13.5%;}
.p-14 {padding:14%;}
.p-14-half {padding:14.5%;}
.p-15 {padding:15%;}
.p-15-half {padding:15.5%;}
.p-16 {padding:16%;}
.p-16-half {padding:16.5%;}
.p-17 {padding:17%;}
.p-17-half {padding:17.5%;}
.p-18 {padding:18%;}
.p-18-half {padding:18.5%;}
.p-19 {padding:19%;}
.p-19-half {padding:19.5%;}
.p-20 {padding:20%;}
.p-20-half {padding:20.5%;}
.p-21 {padding:21%;}
.p-21-half {padding:21.5%;}
.p-22 {padding:22%;}
.p-22-half {padding:22.5%;}
.p-23 {padding:23%;}
.p-23-half {padding:23.5%;}
.p-24 {padding:24%;}
.p-24-half {padding:24.5%;}
.p-25 {padding:25%;}
.p-25-half {padding:25.5%;}

.p-1-l {padding-left:1%;}
.p-1-half-l {padding-left:1.5%;}
.p-2-l {padding-left:2%;}
.p-2-half-l {padding-left:2.5%;}
.p-3-l {padding-left:3%;}
.p-3-half-l {padding-left:3.5%;}
.p-4-l {padding-left:4%;}
.p-4-half-l {padding-left:4.5%;}
.p-5-l {padding-left:5%;}
.p-5-half-l {padding-left:5.5%;}
.p-6-l {padding-left:6%;}
.p-6-half-l {padding-left:6.5%;}
.p-7-l {padding-left:7%;}
.p-7-half-l {padding-left:7.5%;}
.p-8-l {padding-left:8%;}
.p-8-half-l {padding-left:8.5%;}
.p-9-l {padding-left:9%;}
.p-9-half-l {padding-left:9.5%;}
.p-10-l {padding-left:10%;}
.p-10-half-l {padding-left:10.5%;}
.p-11-l {padding-left:11%;}
.p-11-half-l {padding-left:11.5%;}
.p-12-l {padding-left:12%;}
.p-12-half-l {padding-left:12.5%;}
.p-13-l {padding-left:13%;}
.p-13-half-l {padding-left:13.5%;}
.p-14-l {padding-left:14%;}
.p-14-half-l {padding-left:14.5%;}
.p-15-l {padding-left:15%;}
.p-15-half-l {padding-left:15.5%;}
.p-16-l {padding-left:16%;}
.p-16-half-l {padding-left:16.5%;}
.p-17-l {padding-left:17%;}
.p-17-half-l {padding-left:17.5%;}
.p-18-l {padding-left:18%;}
.p-18-half-l {padding-left:18.5%;}
.p-19-l {padding-left:19%;}
.p-19-half-l {padding-left:19.5%;}
.p-20-l {padding-left:20%;}
.p-20-half-l {padding-left:20.5%;}
.p-21-l {padding-left:21%;}
.p-21-half-l {padding-left:21.5%;}
.p-22-l {padding-left:22%;}
.p-22-half-l {padding-left:22.5%;}
.p-23-l {padding-left:23%;}
.p-23-half-l {padding-left:23.5%;}
.p-24-l {padding-left:24%;}
.p-24-half-l {padding-left:24.5%;}
.p-25-l {padding-left:25%;}
.p-25-half-l {padding-left:25.5%;}


.p-1-r {padding-right: 1%;}
.p-1-half-r {padding-right: 1.5%;}
.p-2-r {padding-right: 2%;}
.p-2-half-r {padding-right: 2.5%;}
.p-3-r {padding-right: 3%;}
.p-3-half-r {padding-right: 3.5%;}
.p-4-r {padding-right: 4%;}
.p-4-half-r {padding-right: 4.5%;}
.p-5-r {padding-right: 5%;}
.p-5-half-r {padding-right: 5.5%;}
.p-6-r {padding-right: 6%;}
.p-6-half-r {padding-right: 6.5%;}
.p-7-r {padding-right: 7%;}
.p-7-half-r {padding-right: 7.5%;}
.p-8-r {padding-right: 8%;}
.p-8-half-r {padding-right: 8.5%;}
.p-9-r {padding-right: 9%;}
.p-9-half-r {padding-right: 9.5%;}
.p-10-r {padding-right: 10%;}
.p-10-half-r {padding-right: 10.5%;}
.p-11-r {padding-right: 11%;}
.p-11-half-r {padding-right: 11.5%;}
.p-12-r {padding-right: 12%;}
.p-12-half-r {padding-right: 12.5%;}
.p-13-r {padding-right: 13%;}
.p-13-half-r {padding-right: 13.5%;}
.p-14-r {padding-right: 14%;}
.p-14-half-r {padding-right: 14.5%;}
.p-15-r {padding-right: 15%;}
.p-15-half-r {padding-right: 15.5%;}
.p-16-r {padding-right: 16%;}
.p-16-half-r {padding-right: 16.5%;}
.p-17-r {padding-right: 17%;}
.p-17-half-r {padding-right: 17.5%;}
.p-18-r {padding-right: 18%;}
.p-18-half-r {padding-right: 18.5%;}
.p-19-r {padding-right: 19%;}
.p-19-half-r {padding-right: 19.5%;}
.p-20-r {padding-right: 20%;}
.p-20-half-r {padding-right: 20.5%;}
.p-21-r {padding-right: 21%;}
.p-21-half-r {padding-right: 21.5%;}
.p-22-r {padding-right: 22%;}
.p-22-half-r {padding-right: 22.5%;}
.p-23-r {padding-right: 23%;}
.p-23-half-r {padding-right: 23.5%;}
.p-24-r {padding-right: 24%;}
.p-24-half-r {padding-right: 24.5%;}
.p-25-r {padding-right: 25%;}
.p-25-half-r {padding-right: 25.5%;}

.p-1-t {padding-top: 1%;}
.p-1-half-t {padding-top: 1.5%;}
.p-2-t {padding-top: 2%;}
.p-2-half-t {padding-top: 2.5%;}
.p-3-t {padding-top: 3%;}
.p-3-half-t {padding-top: 3.5%;}
.p-4-t {padding-top: 4%;}
.p-4-half-t {padding-top: 4.5%;}
.p-5-t {padding-top: 5%;}
.p-5-half-t {padding-top: 5.5%;}
.p-6-t {padding-top: 6%;}
.p-6-half-t {padding-top: 6.5%;}
.p-7-t {padding-top: 7%;}
.p-7-half-t {padding-top: 7.5%;}
.p-8-t {padding-top: 8%;}
.p-8-half-t {padding-top: 8.5%;}
.p-9-t {padding-top: 9%;}
.p-9-half-t {padding-top: 9.5%;}
.p-10-t {padding-top: 10%;}
.p-10-half-t {padding-top: 10.5%;}
.p-11-t {padding-top: 11%;}
.p-11-half-t {padding-top: 11.5%;}
.p-12-t {padding-top: 12%;}
.p-12-half-t {padding-top: 12.5%;}
.p-13-t {padding-top: 13%;}
.p-13-half-t {padding-top: 13.5%;}
.p-14-t {padding-top: 14%;}
.p-14-half-t {padding-top: 14.5%;}
.p-15-t {padding-top: 15%;}
.p-15-half-t {padding-top: 15.5%;}
.p-16-t {padding-top: 16%;}
.p-16-half-t {padding-top: 16.5%;}
.p-17-t {padding-top: 17%;}
.p-17-half-t {padding-top: 17.5%;}
.p-18-t {padding-top: 18%;}
.p-18-half-t {padding-top: 18.5%;}
.p-19-t {padding-top: 19%;}
.p-19-half-t {padding-top: 19.5%;}
.p-20-t {padding-top: 20%;}
.p-20-half-t {padding-top: 20.5%;}
.p-21-t {padding-top: 21%;}
.p-21-half-t {padding-top: 21.5%;}
.p-22-t {padding-top: 22%;}
.p-22-half-t {padding-top: 22.5%;}
.p-23-t {padding-top: 23%;}
.p-23-half-t {padding-top: 23.5%;}
.p-24-t {padding-top: 24%;}
.p-24-half-t {padding-top: 24.5%;}
.p-25-t {padding-top: 25%;}
.p-25-half-t {padding-top: 25.5%;}

.p-1-b {padding-bottom: 1%;}
.p-1-half-b {padding-bottom: 1.5%;}
.p-2-b {padding-bottom: 2%;}
.p-2-half-b {padding-bottom: 2.5%;}
.p-3-b {padding-bottom: 3%;}
.p-3-half-b {padding-bottom: 3.5%;}
.p-4-b {padding-bottom: 4%;}
.p-4-half-b {padding-bottom: 4.5%;}
.p-5-b {padding-bottom: 5%;}
.p-5-half-b {padding-bottom: 5.5%;}
.p-6-b {padding-bottom: 6%;}
.p-6-half-b {padding-bottom: 6.5%;}
.p-7-b {padding-bottom: 7%;}
.p-7-half-b {padding-bottom: 7.5%;}
.p-8-b {padding-bottom: 8%;}
.p-8-half-b {padding-bottom: 8.5%;}
.p-9-b {padding-bottom: 9%;}
.p-9-half-b {padding-bottom: 9.5%;}
.p-10-b {padding-bottom: 10%;}
.p-10-half-b {padding-bottom: 10.5%;}
.p-11-b {padding-bottom: 11%;}
.p-11-half-b {padding-bottom: 11.5%;}
.p-12-b {padding-bottom: 12%;}
.p-12-half-b {padding-bottom: 12.5%;}
.p-13-b {padding-bottom: 13%;}
.p-13-half-b {padding-bottom: 13.5%;}
.p-14-b {padding-bottom: 14%;}
.p-14-half-b {padding-bottom: 14.5%;}
.p-15-b {padding-bottom: 15%;}
.p-15-half-b {padding-bottom: 15.5%;}
.p-16-b {padding-bottom: 16%;}
.p-16-half-b {padding-bottom: 16.5%;}
.p-17-b {padding-bottom: 17%;}
.p-17-half-b {padding-bottom: 17.5%;}
.p-18-b {padding-bottom: 18%;}
.p-18-half-b {padding-bottom: 18.5%;}
.p-19-b {padding-bottom: 19%;}
.p-19-half-b {padding-bottom: 19.5%;}
.p-20-b {padding-bottom: 20%;}
.p-20-half-b {padding-bottom: 20.5%;}
.p-21-b {padding-bottom: 21%;}
.p-21-half-b {padding-bottom: 21.5%;}
.p-22-b {padding-bottom: 22%;}
.p-22-half-b {padding-bottom: 22.5%;}
.p-23-b {padding-bottom: 23%;}
.p-23-half-b {padding-bottom: 23.5%;}
.p-24-b {padding-bottom: 24%;}
.p-24-half-b {padding-bottom: 24.5%;}
.p-25-b {padding-bottom: 25%;}
.p-25-half-b {padding-bottom: 25.5%;}

@media (max-width: 1200px){
  .lg-p-0px { padding: 0; }
  .lg-p-5px {padding: 5px}
  .lg-p-10px {padding:10px}
  .lg-p-15px {padding:15px}
  .lg-p-20px {padding:20px}
  .lg-p-25px {padding:25px}
  .lg-p-30px {padding:30px}
  .lg-p-35px {padding:35px}
  .lg-p-40px {padding:40px}
  .lg-p-45px {padding:45px}
  .lg-p-50px {padding:50px}
  .lg-p-55px {padding:55px}
  .lg-p-60px {padding:60px}
  .lg-p-65px {padding:65px}
  .lg-p-70px {padding:70px}
  .lg-p-75px {padding:75px}
  .lg-p-80px {padding:80px}
  .lg-p-85px {padding:85px}
  .lg-p-90px {padding:90px}
  .lg-p-95px {padding:95px}
  .lg-p-100px {padding:100px}

  /*Padding Left Right*/
  .lg-p-0px-lr { padding-left: 0; ; padding-right: 0;  }
  .lg-p-5px-lr { padding-left: 5px; padding-right: 5px }
  .lg-p-10px-lr {padding-left:10px; padding-right:10px }
  .lg-p-15px-lr {padding-left:15px; padding-right:15px }
  .lg-p-20px-lr {padding-left:20px; padding-right:20px }
  .lg-p-25px-lr {padding-left:25px; padding-right:25px }
  .lg-p-30px-lr {padding-left:30px; padding-right:30px }
  .lg-p-35px-lr {padding-left:35px; padding-right:35px }
  .lg-p-40px-lr {padding-left:40px; padding-right:40px }
  .lg-p-45px-lr {padding-left:45px; padding-right:45px }
  .lg-p-50px-lr {padding-left:50px; padding-right:50px }
  .lg-p-55px-lr {padding-left:55px; padding-right:55px }
  .lg-p-60px-lr {padding-left:60px; padding-right:60px }
  .lg-p-65px-lr {padding-left:65px; padding-right:65px }
  .lg-p-70px-lr {padding-left:70px; padding-right:70px }
  .lg-p-75px-lr {padding-left:75px; padding-right:75px }
  .lg-p-80px-lr {padding-left:80px; padding-right:80px }
  .lg-p-85px-lr {padding-left:85px; padding-right:85px }
  .lg-p-90px-lr {padding-left:90px; padding-right:90px }
  .lg-p-95px-lr {padding-left:95px; padding-right:95px }
  .lg-p-100px-lr {padding-left:100px; padding-right:100px }

  /*Padding Top Bottm*/
  .lg-p-0px-tb {padding-top:  0;   padding-bottom:  0;  }
  .lg-p-5px-tb {padding-top:  5px; padding-bottom:  5px }
  .lg-p-10px-tb {padding-top: 10px; padding-bottom: 10px }
  .lg-p-15px-tb {padding-top: 15px; padding-bottom: 15px }
  .lg-p-20px-tb {padding-top: 20px; padding-bottom: 20px }
  .lg-p-25px-tb {padding-top: 25px; padding-bottom: 25px }
  .lg-p-30px-tb {padding-top: 30px; padding-bottom: 30px }
  .lg-p-35px-tb {padding-top: 35px; padding-bottom: 35px }
  .lg-p-40px-tb {padding-top: 40px; padding-bottom: 40px }
  .lg-p-45px-tb {padding-top: 45px; padding-bottom: 45px }
  .lg-p-50px-tb {padding-top: 50px; padding-bottom: 50px }
  .lg-p-55px-tb {padding-top: 55px; padding-bottom: 55px }
  .lg-p-60px-tb {padding-top: 60px; padding-bottom: 60px }
  .lg-p-65px-tb {padding-top: 65px; padding-bottom: 65px }
  .lg-p-70px-tb {padding-top: 70px; padding-bottom: 70px }
  .lg-p-75px-tb {padding-top: 75px; padding-bottom: 75px }
  .lg-p-80px-tb {padding-top: 80px; padding-bottom: 80px }
  .lg-p-85px-tb {padding-top: 85px; padding-bottom: 85px }
  .lg-p-90px-tb {padding-top: 90px; padding-bottom: 90px }
  .lg-p-95px-tb {padding-top: 95px; padding-bottom: 95px }
  .lg-p-100px-tb {padding-top: 100px; padding-bottom: 100px }

/*Padding top*/
  .lg-p-5px-0  {padding-top:0px}
  .lg-p-5px-t  {padding-top:5px}
  .lg-p-10px-t {padding-top:10px}
  .lg-p-15px-t {padding-top:15px}
  .lg-p-20px-t {padding-top:20px}
  .lg-p-25px-t {padding-top:25px}
  .lg-p-30px-t {padding-top:30px}
  .lg-p-35px-t {padding-top:35px}
  .lg-p-40px-t {padding-top:40px}
  .lg-p-45px-t {padding-top:45px}
  .lg-p-50px-t {padding-top:50px}
  .lg-p-55px-t {padding-top:55px}
  .lg-p-60px-t {padding-top:60px}
  .lg-p-65px-t {padding-top:65px}
  .lg-p-70px-t {padding-top:70px}
  .lg-p-75px-t {padding-top:75px}
  .lg-p-80px-t {padding-top:80px}
  .lg-p-85px-t {padding-top:85px}
  .lg-p-90px-t {padding-top:90px}
  .lg-p-95px-t {padding-top:95px}
  .lg-p-100px-t {padding-top:100px}

/*Padding Bottom*/
  .lg-p-0px-b {padding-bottom:0px}
  .lg-p-5px-b {padding-bottom:5px}
  .lg-p-10px-b {padding-bottom:10px}
  .lg-p-15px-b {padding-bottom:15px}
  .lg-p-20px-b {padding-bottom:20px}
  .lg-p-25px-b {padding-bottom:25px}
  .lg-p-30px-b {padding-bottom:30px}
  .lg-p-35px-b {padding-bottom:35px}
  .lg-p-40px-b {padding-bottom:40px}
  .lg-p-45px-b {padding-bottom:45px}
  .lg-p-50px-b {padding-bottom:50px}
  .lg-p-55px-b {padding-bottom:55px}
  .lg-p-60px-b {padding-bottom:60px}
  .lg-p-65px-b {padding-bottom:65px}
  .lg-p-70px-b {padding-bottom:70px}
  .lg-p-75px-b {padding-bottom:75px}
  .lg-p-80px-b {padding-bottom:80px}
  .lg-p-85px-b {padding-bottom:85px}
  .lg-p-90px-b {padding-bottom:90px}
  .lg-p-95px-b {padding-bottom:95px}
  .lg-p-100px-b {padding-bottom:100px}

/*Padding Left*/
  .lg-p-0px-l  {padding-left:0px}
  .lg-p-5px-l  {padding-left:5px}
  .lg-p-10px-l {padding-left:10px}
  .lg-p-15px-l {padding-left:15px}
  .lg-p-20px-l {padding-left:20px}
  .lg-p-25px-l {padding-left:25px}
  .lg-p-30px-l {padding-left:30px}
  .lg-p-35px-l {padding-left:35px}
  .lg-p-40px-l {padding-left:40px}
  .lg-p-45px-l {padding-left:45px}
  .lg-p-50px-l {padding-left:50px}
  .lg-p-55px-l {padding-left:55px}
  .lg-p-60px-l {padding-left:60px}
  .lg-p-65px-l {padding-left:65px}
  .lg-p-70px-l {padding-left:70px}
  .lg-p-75px-l {padding-left:75px}
  .lg-p-80px-l {padding-left:80px}
  .lg-p-85px-l {padding-left:85px}
  .lg-p-90px-l {padding-left:90px}
  .lg-p-95px-l {padding-left:95px}
  .lg-p-100px-l {padding-left:100px}

/*Padding right*/
  .lg-p-0px-r  {padding-left:0px}
  .lg-p-5px-r  {padding-left:5px}
  .lg-p-10px-r {padding-left:10px}
  .lg-p-15px-r {padding-left:15px}
  .lg-p-20px-r {padding-left:20px}
  .lg-p-25px-r {padding-left:25px}
  .lg-p-30px-r {padding-left:30px}
  .lg-p-35px-r {padding-left:35px}
  .lg-p-40px-r {padding-left:40px}
  .lg-p-45px-r {padding-left:45px}
  .lg-p-50px-r {padding-left:50px}
  .lg-p-55px-r {padding-left:55px}
  .lg-p-60px-r {padding-left:60px}
  .lg-p-65px-r {padding-left:65px}
  .lg-p-70px-r {padding-left:70px}
  .lg-p-75px-r {padding-left:75px}
  .lg-p-80px-r {padding-left:80px}
  .lg-p-85px-r {padding-left:85px}
  .lg-p-90px-r {padding-left:90px}
  .lg-p-95px-r {padding-left:95px}
  .lg-p-100px-r {padding-left:100px}

  /*Padding All %*/
  .lg-p-1 {padding:1%;}
  .lg-p-1-half {padding:1.5%;}
  .lg-p-2 {padding:2%;}
  .lg-p-2-half {padding:2.5%;}
  .lg-p-3 {padding:3%;}
  .lg-p-3-half {padding:3.5%;}
  .lg-p-4 {padding:4%;}
  .lg-p-4-half {padding:4.5%;}
  .lg-p-5 {padding:5%;}
  .lg-p-5-half {padding:5.5%;}
  .lg-p-6 {padding:6%;}
  .lg-p-6-half {padding:6.5%;}
  .lg-p-7 {padding:7%;}
  .lg-p-7-half {padding:7.5%;}
  .lg-p-8 {padding:8%;}
  .lg-p-8-half {padding:8.5%;}
  .lg-p-9 {padding:9%;}
  .lg-p-9-half {padding:9.5%;}
  .lg-p-10 {padding:10%;}
  .lg-p-10-half {padding:10.5%;}
  .lg-p-11 {padding:11%;}
  .lg-p-11-half {padding:11.5%;}
  .lg-p-12 {padding:12%;}
  .lg-p-12-half {padding:12.5%;}
  .lg-p-13 {padding:13%;}
  .lg-p-13-half {padding:13.5%;}
  .lg-p-14 {padding:14%;}
  .lg-p-14-half {padding:14.5%;}
  .lg-p-15 {padding:15%;}
  .lg-p-15-half {padding:15.5%;}
  .lg-p-16 {padding:16%;}
  .lg-p-16-half {padding:16.5%;}
  .lg-p-17 {padding:17%;}
  .lg-p-17-half {padding:17.5%;}
  .lg-p-18 {padding:18%;}
  .lg-p-18-half {padding:18.5%;}
  .lg-p-19 {padding:19%;}
  .lg-p-19-half {padding:19.5%;}
  .lg-p-20 {padding:20%;}
  .lg-p-20-half {padding:20.5%;}
  .lg-p-21 {padding:21%;}
  .lg-p-21-half {padding:21.5%;}
  .lg-p-22 {padding:22%;}
  .lg-p-22-half {padding:22.5%;}
  .lg-p-23 {padding:23%;}
  .lg-p-23-half {padding:23.5%;}
  .lg-p-24 {padding:24%;}
  .lg-p-24-half {padding:24.5%;}
  .lg-p-25 {padding:25%;}
  .lg-p-25-half {padding:25.5%;}

  .lg-p-1-l {padding-left:1%;}
  .lg-p-1-half-l {padding-left:1.5%;}
  .lg-p-2-l {padding-left:2%;}
  .lg-p-2-half-l {padding-left:2.5%;}
  .lg-p-3-l {padding-left:3%;}
  .lg-p-3-half-l {padding-left:3.5%;}
  .lg-p-4-l {padding-left:4%;}
  .lg-p-4-half-l {padding-left:4.5%;}
  .lg-p-5-l {padding-left:5%;}
  .lg-p-5-half-l {padding-left:5.5%;}
  .lg-p-6-l {padding-left:6%;}
  .lg-p-6-half-l {padding-left:6.5%;}
  .lg-p-7-l {padding-left:7%;}
  .lg-p-7-half-l {padding-left:7.5%;}
  .lg-p-8-l {padding-left:8%;}
  .lg-p-8-half-l {padding-left:8.5%;}
  .lg-p-9-l {padding-left:9%;}
  .lg-p-9-half-l {padding-left:9.5%;}
  .lg-p-10-l {padding-left:10%;}
  .lg-p-10-half-l {padding-left:10.5%;}
  .lg-p-11-l {padding-left:11%;}
  .lg-p-11-half-l {padding-left:11.5%;}
  .lg-p-12-l {padding-left:12%;}
  .lg-p-12-half-l {padding-left:12.5%;}
  .lg-p-13-l {padding-left:13%;}
  .lg-p-13-half-l {padding-left:13.5%;}
  .lg-p-14-l {padding-left:14%;}
  .lg-p-14-half-l {padding-left:14.5%;}
  .lg-p-15-l {padding-left:15%;}
  .lg-p-15-half-l {padding-left:15.5%;}
  .lg-p-16-l {padding-left:16%;}
  .lg-p-16-half-l {padding-left:16.5%;}
  .lg-p-17-l {padding-left:17%;}
  .lg-p-17-half-l {padding-left:17.5%;}
  .lg-p-18-l {padding-left:18%;}
  .lg-p-18-half-l {padding-left:18.5%;}
  .lg-p-19-l {padding-left:19%;}
  .lg-p-19-half-l {padding-left:19.5%;}
  .lg-p-20-l {padding-left:20%;}
  .lg-p-20-half-l {padding-left:20.5%;}
  .lg-p-21-l {padding-left:21%;}
  .lg-p-21-half-l {padding-left:21.5%;}
  .lg-p-22-l {padding-left:22%;}
  .lg-p-22-half-l {padding-left:22.5%;}
  .lg-p-23-l {padding-left:23%;}
  .lg-p-23-half-l {padding-left:23.5%;}
  .lg-p-24-l {padding-left:24%;}
  .lg-p-24-half-l {padding-left:24.5%;}
  .lg-p-25-l {padding-left:25%;}
  .lg-p-25-half-l {padding-left:25.5%;}


  .lg-p-1-r {padding-right: 1%;}
  .lg-p-1-half-r {padding-right: 1.5%;}
  .lg-p-2-r {padding-right: 2%;}
  .lg-p-2-half-r {padding-right: 2.5%;}
  .lg-p-3-r {padding-right: 3%;}
  .lg-p-3-half-r {padding-right: 3.5%;}
  .lg-p-4-r {padding-right: 4%;}
  .lg-p-4-half-r {padding-right: 4.5%;}
  .lg-p-5-r {padding-right: 5%;}
  .lg-p-5-half-r {padding-right: 5.5%;}
  .lg-p-6-r {padding-right: 6%;}
  .lg-p-6-half-r {padding-right: 6.5%;}
  .lg-p-7-r {padding-right: 7%;}
  .lg-p-7-half-r {padding-right: 7.5%;}
  .lg-p-8-r {padding-right: 8%;}
  .lg-p-8-half-r {padding-right: 8.5%;}
  .lg-p-9-r {padding-right: 9%;}
  .lg-p-9-half-r {padding-right: 9.5%;}
  .lg-p-10-r {padding-right: 10%;}
  .lg-p-10-half-r {padding-right: 10.5%;}
  .lg-p-11-r {padding-right: 11%;}
  .lg-p-11-half-r {padding-right: 11.5%;}
  .lg-p-12-r {padding-right: 12%;}
  .lg-p-12-half-r {padding-right: 12.5%;}
  .lg-p-13-r {padding-right: 13%;}
  .lg-p-13-half-r {padding-right: 13.5%;}
  .lg-p-14-r {padding-right: 14%;}
  .lg-p-14-half-r {padding-right: 14.5%;}
  .lg-p-15-r {padding-right: 15%;}
  .lg-p-15-half-r {padding-right: 15.5%;}
  .lg-p-16-r {padding-right: 16%;}
  .lg-p-16-half-r {padding-right: 16.5%;}
  .lg-p-17-r {padding-right: 17%;}
  .lg-p-17-half-r {padding-right: 17.5%;}
  .lg-p-18-r {padding-right: 18%;}
  .lg-p-18-half-r {padding-right: 18.5%;}
  .lg-p-19-r {padding-right: 19%;}
  .lg-p-19-half-r {padding-right: 19.5%;}
  .lg-p-20-r {padding-right: 20%;}
  .lg-p-20-half-r {padding-right: 20.5%;}
  .lg-p-21-r {padding-right: 21%;}
  .lg-p-21-half-r {padding-right: 21.5%;}
  .lg-p-22-r {padding-right: 22%;}
  .lg-p-22-half-r {padding-right: 22.5%;}
  .lg-p-23-r {padding-right: 23%;}
  .lg-p-23-half-r {padding-right: 23.5%;}
  .lg-p-24-r {padding-right: 24%;}
  .lg-p-24-half-r {padding-right: 24.5%;}
  .lg-p-25-r {padding-right: 25%;}
  .lg-p-25-half-r {padding-right: 25.5%;}

  .lg-p-1-t {padding-top: 1%;}
  .lg-p-1-half-t {padding-top: 1.5%;}
  .lg-p-2-t {padding-top: 2%;}
  .lg-p-2-half-t {padding-top: 2.5%;}
  .lg-p-3-t {padding-top: 3%;}
  .lg-p-3-half-t {padding-top: 3.5%;}
  .lg-p-4-t {padding-top: 4%;}
  .lg-p-4-half-t {padding-top: 4.5%;}
  .lg-p-5-t {padding-top: 5%;}
  .lg-p-5-half-t {padding-top: 5.5%;}
  .lg-p-6-t {padding-top: 6%;}
  .lg-p-6-half-t {padding-top: 6.5%;}
  .lg-p-7-t {padding-top: 7%;}
  .lg-p-7-half-t {padding-top: 7.5%;}
  .lg-p-8-t {padding-top: 8%;}
  .lg-p-8-half-t {padding-top: 8.5%;}
  .lg-p-9-t {padding-top: 9%;}
  .lg-p-9-half-t {padding-top: 9.5%;}
  .lg-p-10-t {padding-top: 10%;}
  .lg-p-10-half-t {padding-top: 10.5%;}
  .lg-p-11-t {padding-top: 11%;}
  .lg-p-11-half-t {padding-top: 11.5%;}
  .lg-p-12-t {padding-top: 12%;}
  .lg-p-12-half-t {padding-top: 12.5%;}
  .lg-p-13-t {padding-top: 13%;}
  .lg-p-13-half-t {padding-top: 13.5%;}
  .lg-p-14-t {padding-top: 14%;}
  .lg-p-14-half-t {padding-top: 14.5%;}
  .lg-p-15-t {padding-top: 15%;}
  .lg-p-15-half-t {padding-top: 15.5%;}
  .lg-p-16-t {padding-top: 16%;}
  .lg-p-16-half-t {padding-top: 16.5%;}
  .lg-p-17-t {padding-top: 17%;}
  .lg-p-17-half-t {padding-top: 17.5%;}
  .lg-p-18-t {padding-top: 18%;}
  .lg-p-18-half-t {padding-top: 18.5%;}
  .lg-p-19-t {padding-top: 19%;}
  .lg-p-19-half-t {padding-top: 19.5%;}
  .lg-p-20-t {padding-top: 20%;}
  .lg-p-20-half-t {padding-top: 20.5%;}
  .lg-p-21-t {padding-top: 21%;}
  .lg-p-21-half-t {padding-top: 21.5%;}
  .lg-p-22-t {padding-top: 22%;}
  .lg-p-22-half-t {padding-top: 22.5%;}
  .lg-p-23-t {padding-top: 23%;}
  .lg-p-23-half-t {padding-top: 23.5%;}
  .lg-p-24-t {padding-top: 24%;}
  .lg-p-24-half-t {padding-top: 24.5%;}
  .lg-p-25-t {padding-top: 25%;}
  .lg-p-25-half-t {padding-top: 25.5%;}

  .lg-p-1-b {padding-bottom: 1%;}
  .lg-p-1-half-b {padding-bottom: 1.5%;}
  .lg-p-2-b {padding-bottom: 2%;}
  .lg-p-2-half-b {padding-bottom: 2.5%;}
  .lg-p-3-b {padding-bottom: 3%;}
  .lg-p-3-half-b {padding-bottom: 3.5%;}
  .lg-p-4-b {padding-bottom: 4%;}
  .lg-p-4-half-b {padding-bottom: 4.5%;}
  .lg-p-5-b {padding-bottom: 5%;}
  .lg-p-5-half-b {padding-bottom: 5.5%;}
  .lg-p-6-b {padding-bottom: 6%;}
  .lg-p-6-half-b {padding-bottom: 6.5%;}
  .lg-p-7-b {padding-bottom: 7%;}
  .lg-p-7-half-b {padding-bottom: 7.5%;}
  .lg-p-8-b {padding-bottom: 8%;}
  .lg-p-8-half-b {padding-bottom: 8.5%;}
  .lg-p-9-b {padding-bottom: 9%;}
  .lg-p-9-half-b {padding-bottom: 9.5%;}
  .lg-p-10-b {padding-bottom: 10%;}
  .lg-p-10-half-b {padding-bottom: 10.5%;}
  .lg-p-11-b {padding-bottom: 11%;}
  .lg-p-11-half-b {padding-bottom: 11.5%;}
  .lg-p-12-b {padding-bottom: 12%;}
  .lg-p-12-half-b {padding-bottom: 12.5%;}
  .lg-p-13-b {padding-bottom: 13%;}
  .lg-p-13-half-b {padding-bottom: 13.5%;}
  .lg-p-14-b {padding-bottom: 14%;}
  .lg-p-14-half-b {padding-bottom: 14.5%;}
  .lg-p-15-b {padding-bottom: 15%;}
  .lg-p-15-half-b {padding-bottom: 15.5%;}
  .lg-p-16-b {padding-bottom: 16%;}
  .lg-p-16-half-b {padding-bottom: 16.5%;}
  .lg-p-17-b {padding-bottom: 17%;}
  .lg-p-17-half-b {padding-bottom: 17.5%;}
  .lg-p-18-b {padding-bottom: 18%;}
  .lg-p-18-half-b {padding-bottom: 18.5%;}
  .lg-p-19-b {padding-bottom: 19%;}
  .lg-p-19-half-b {padding-bottom: 19.5%;}
  .lg-p-20-b {padding-bottom: 20%;}
  .lg-p-20-half-b {padding-bottom: 20.5%;}
  .lg-p-21-b {padding-bottom: 21%;}
  .lg-p-21-half-b {padding-bottom: 21.5%;}
  .lg-p-22-b {padding-bottom: 22%;}
  .lg-p-22-half-b {padding-bottom: 22.5%;}
  .lg-p-23-b {padding-bottom: 23%;}
  .lg-p-23-half-b {padding-bottom: 23.5%;}
  .lg-p-24-b {padding-bottom: 24%;}
  .lg-p-24-half-b {padding-bottom: 24.5%;}
  .lg-p-25-b {padding-bottom: 25%;}
  .lg-p-25-half-b {padding-bottom: 25.5%;}
}


@media (max-width: 991px){
  .md-p-0px { padding: 0; }
  .md-p-5px {padding: 5px}
  .md-p-10px {padding:10px}
  .md-p-15px {padding:15px}
  .md-p-20px {padding:20px}
  .md-p-25px {padding:25px}
  .md-p-30px {padding:30px}
  .md-p-35px {padding:35px}
  .md-p-40px {padding:40px}
  .md-p-45px {padding:45px}
  .md-p-50px {padding:50px}
  .md-p-55px {padding:55px}
  .md-p-60px {padding:60px}
  .md-p-65px {padding:65px}
  .md-p-70px {padding:70px}
  .md-p-75px {padding:75px}
  .md-p-80px {padding:80px}
  .md-p-85px {padding:85px}
  .md-p-90px {padding:90px}
  .md-p-95px {padding:95px}
  .md-p-100px {padding:100px}

  /*Padding Left Right*/
  .md-p-0px-lr { padding-left: 0; ; padding-right: 0;  }
  .md-p-5px-lr { padding-left: 5px; padding-right: 5px }
  .md-p-10px-lr {padding-left:10px; padding-right:10px }
  .md-p-15px-lr {padding-left:15px; padding-right:15px }
  .md-p-20px-lr {padding-left:20px; padding-right:20px }
  .md-p-25px-lr {padding-left:25px; padding-right:25px }
  .md-p-30px-lr {padding-left:30px; padding-right:30px }
  .md-p-35px-lr {padding-left:35px; padding-right:35px }
  .md-p-40px-lr {padding-left:40px; padding-right:40px }
  .md-p-45px-lr {padding-left:45px; padding-right:45px }
  .md-p-50px-lr {padding-left:50px; padding-right:50px }
  .md-p-55px-lr {padding-left:55px; padding-right:55px }
  .md-p-60px-lr {padding-left:60px; padding-right:60px }
  .md-p-65px-lr {padding-left:65px; padding-right:65px }
  .md-p-70px-lr {padding-left:70px; padding-right:70px }
  .md-p-75px-lr {padding-left:75px; padding-right:75px }
  .md-p-80px-lr {padding-left:80px; padding-right:80px }
  .md-p-85px-lr {padding-left:85px; padding-right:85px }
  .md-p-90px-lr {padding-left:90px; padding-right:90px }
  .md-p-95px-lr {padding-left:95px; padding-right:95px }
  .md-p-100px-lr {padding-left:100px; padding-right:100px }

  /*Padding Top Bottm*/
  .md-p-0px-tb {padding-top:  0;   padding-bottom:  0;  }
  .md-p-5px-tb {padding-top:  5px; padding-bottom:  5px }
  .md-p-10px-tb {padding-top: 10px; padding-bottom: 10px }
  .md-p-15px-tb {padding-top: 15px; padding-bottom: 15px }
  .md-p-20px-tb {padding-top: 20px; padding-bottom: 20px }
  .md-p-25px-tb {padding-top: 25px; padding-bottom: 25px }
  .md-p-30px-tb {padding-top: 30px; padding-bottom: 30px }
  .md-p-35px-tb {padding-top: 35px; padding-bottom: 35px }
  .md-p-40px-tb {padding-top: 40px; padding-bottom: 40px }
  .md-p-45px-tb {padding-top: 45px; padding-bottom: 45px }
  .md-p-50px-tb {padding-top: 50px; padding-bottom: 50px }
  .md-p-55px-tb {padding-top: 55px; padding-bottom: 55px }
  .md-p-60px-tb {padding-top: 60px; padding-bottom: 60px }
  .md-p-65px-tb {padding-top: 65px; padding-bottom: 65px }
  .md-p-70px-tb {padding-top: 70px; padding-bottom: 70px }
  .md-p-75px-tb {padding-top: 75px; padding-bottom: 75px }
  .md-p-80px-tb {padding-top: 80px; padding-bottom: 80px }
  .md-p-85px-tb {padding-top: 85px; padding-bottom: 85px }
  .md-p-90px-tb {padding-top: 90px; padding-bottom: 90px }
  .md-p-95px-tb {padding-top: 95px; padding-bottom: 95px }
  .md-p-100px-tb {padding-top: 100px; padding-bottom: 100px }


/*Padding top*/
  .md-p-0px-t  {padding-top:0px}
  .md-p-5px-t  {padding-top:5px}
  .md-p-10px-t {padding-top:10px}
  .md-p-15px-t {padding-top:15px}
  .md-p-20px-t {padding-top:20px}
  .md-p-25px-t {padding-top:25px}
  .md-p-30px-t {padding-top:30px}
  .md-p-35px-t {padding-top:35px}
  .md-p-40px-t {padding-top:40px}
  .md-p-45px-t {padding-top:45px}
  .md-p-50px-t {padding-top:50px}
  .md-p-55px-t {padding-top:55px}
  .md-p-60px-t {padding-top:60px}
  .md-p-65px-t {padding-top:65px}
  .md-p-70px-t {padding-top:70px}
  .md-p-75px-t {padding-top:75px}
  .md-p-80px-t {padding-top:80px}
  .md-p-85px-t {padding-top:85px}
  .md-p-90px-t {padding-top:90px}
  .md-p-95px-t {padding-top:95px}
  .md-p-100px-t {padding-top:100px}

/*Padding Bottom*/
  .md-p-0px-b {padding-bottom:0px}
  .md-p-5px-b {padding-bottom:5px}
  .md-p-10px-b {padding-bottom:10px}
  .md-p-15px-b {padding-bottom:15px}
  .md-p-20px-b {padding-bottom:20px}
  .md-p-25px-b {padding-bottom:25px}
  .md-p-30px-b {padding-bottom:30px}
  .md-p-35px-b {padding-bottom:35px}
  .md-p-40px-b {padding-bottom:40px}
  .md-p-45px-b {padding-bottom:45px}
  .md-p-50px-b {padding-bottom:50px}
  .md-p-55px-b {padding-bottom:55px}
  .md-p-60px-b {padding-bottom:60px}
  .md-p-65px-b {padding-bottom:65px}
  .md-p-70px-b {padding-bottom:70px}
  .md-p-75px-b {padding-bottom:75px}
  .md-p-80px-b {padding-bottom:80px}
  .md-p-85px-b {padding-bottom:85px}
  .md-p-90px-b {padding-bottom:90px}
  .md-p-95px-b {padding-bottom:95px}
  .md-p-100px-b {padding-bottom:100px}

/*Padding Left*/
  .md-p-0px-l  {padding-left:0px}
  .md-p-5px-l  {padding-left:5px}
  .md-p-10px-l {padding-left:10px}
  .md-p-15px-l {padding-left:15px}
  .md-p-20px-l {padding-left:20px}
  .md-p-25px-l {padding-left:25px}
  .md-p-30px-l {padding-left:30px}
  .md-p-35px-l {padding-left:35px}
  .md-p-40px-l {padding-left:40px}
  .md-p-45px-l {padding-left:45px}
  .md-p-50px-l {padding-left:50px}
  .md-p-55px-l {padding-left:55px}
  .md-p-60px-l {padding-left:60px}
  .md-p-65px-l {padding-left:65px}
  .md-p-70px-l {padding-left:70px}
  .md-p-75px-l {padding-left:75px}
  .md-p-80px-l {padding-left:80px}
  .md-p-85px-l {padding-left:85px}
  .md-p-90px-l {padding-left:90px}
  .md-p-95px-l {padding-left:95px}
  .md-p-100px-l {padding-left:100px}

/*Padding right*/
  .md-p-0px-r  {padding-right:0px}
  .md-p-5px-r  {padding-right:5px}
  .md-p-10px-r {padding-right:10px}
  .md-p-15px-r {padding-right:15px}
  .md-p-20px-r {padding-right:20px}
  .md-p-25px-r {padding-right:25px}
  .md-p-30px-r {padding-right:30px}
  .md-p-35px-r {padding-right:35px}
  .md-p-40px-r {padding-right:40px}
  .md-p-45px-r {padding-right:45px}
  .md-p-50px-r {padding-right:50px}
  .md-p-55px-r {padding-right:55px}
  .md-p-60px-r {padding-right:60px}
  .md-p-65px-r {padding-right:65px}
  .md-p-70px-r {padding-right:70px}
  .md-p-75px-r {padding-right:75px}
  .md-p-80px-r {padding-right:80px}
  .md-p-85px-r {padding-right:85px}
  .md-p-90px-r {padding-right:90px}
  .md-p-95px-r {padding-right:95px}
  .md-p-100px-r {padding-right:100px}

  /*Padding All %*/
  .md-p-1 {padding:1%;}
  .md-p-1-half {padding:1.5%;}
  .md-p-2 {padding:2%;}
  .md-p-2-half {padding:2.5%;}
  .md-p-3 {padding:3%;}
  .md-p-3-half {padding:3.5%;}
  .md-p-4 {padding:4%;}
  .md-p-4-half {padding:4.5%;}
  .md-p-5 {padding:5%;}
  .md-p-5-half {padding:5.5%;}
  .md-p-6 {padding:6%;}
  .md-p-6-half {padding:6.5%;}
  .md-p-7 {padding:7%;}
  .md-p-7-half {padding:7.5%;}
  .md-p-8 {padding:8%;}
  .md-p-8-half {padding:8.5%;}
  .md-p-9 {padding:9%;}
  .md-p-9-half {padding:9.5%;}
  .md-p-10 {padding:10%;}
  .md-p-10-half {padding:10.5%;}
  .md-p-11 {padding:11%;}
  .md-p-11-half {padding:11.5%;}
  .md-p-12 {padding:12%;}
  .md-p-12-half {padding:12.5%;}
  .md-p-13 {padding:13%;}
  .md-p-13-half {padding:13.5%;}
  .md-p-14 {padding:14%;}
  .md-p-14-half {padding:14.5%;}
  .md-p-15 {padding:15%;}
  .md-p-15-half {padding:15.5%;}
  .md-p-16 {padding:16%;}
  .md-p-16-half {padding:16.5%;}
  .md-p-17 {padding:17%;}
  .md-p-17-half {padding:17.5%;}
  .md-p-18 {padding:18%;}
  .md-p-18-half {padding:18.5%;}
  .md-p-19 {padding:19%;}
  .md-p-19-half {padding:19.5%;}
  .md-p-20 {padding:20%;}
  .md-p-20-half {padding:20.5%;}
  .md-p-21 {padding:21%;}
  .md-p-21-half {padding:21.5%;}
  .md-p-22 {padding:22%;}
  .md-p-22-half {padding:22.5%;}
  .md-p-23 {padding:23%;}
  .md-p-23-half {padding:23.5%;}
  .md-p-24 {padding:24%;}
  .md-p-24-half {padding:24.5%;}
  .md-p-25 {padding:25%;}
  .md-p-25-half {padding:25.5%;}

  .md-p-1-l {padding-left:1%;}
  .md-p-1-half-l {padding-left:1.5%;}
  .md-p-2-l {padding-left:2%;}
  .md-p-2-half-l {padding-left:2.5%;}
  .md-p-3-l {padding-left:3%;}
  .md-p-3-half-l {padding-left:3.5%;}
  .md-p-4-l {padding-left:4%;}
  .md-p-4-half-l {padding-left:4.5%;}
  .md-p-5-l {padding-left:5%;}
  .md-p-5-half-l {padding-left:5.5%;}
  .md-p-6-l {padding-left:6%;}
  .md-p-6-half-l {padding-left:6.5%;}
  .md-p-7-l {padding-left:7%;}
  .md-p-7-half-l {padding-left:7.5%;}
  .md-p-8-l {padding-left:8%;}
  .md-p-8-half-l {padding-left:8.5%;}
  .md-p-9-l {padding-left:9%;}
  .md-p-9-half-l {padding-left:9.5%;}
  .md-p-10-l {padding-left:10%;}
  .md-p-10-half-l {padding-left:10.5%;}
  .md-p-11-l {padding-left:11%;}
  .md-p-11-half-l {padding-left:11.5%;}
  .md-p-12-l {padding-left:12%;}
  .md-p-12-half-l {padding-left:12.5%;}
  .md-p-13-l {padding-left:13%;}
  .md-p-13-half-l {padding-left:13.5%;}
  .md-p-14-l {padding-left:14%;}
  .md-p-14-half-l {padding-left:14.5%;}
  .md-p-15-l {padding-left:15%;}
  .md-p-15-half-l {padding-left:15.5%;}
  .md-p-16-l {padding-left:16%;}
  .md-p-16-half-l {padding-left:16.5%;}
  .md-p-17-l {padding-left:17%;}
  .md-p-17-half-l {padding-left:17.5%;}
  .md-p-18-l {padding-left:18%;}
  .md-p-18-half-l {padding-left:18.5%;}
  .md-p-19-l {padding-left:19%;}
  .md-p-19-half-l {padding-left:19.5%;}
  .md-p-20-l {padding-left:20%;}
  .md-p-20-half-l {padding-left:20.5%;}
  .md-p-21-l {padding-left:21%;}
  .md-p-21-half-l {padding-left:21.5%;}
  .md-p-22-l {padding-left:22%;}
  .md-p-22-half-l {padding-left:22.5%;}
  .md-p-23-l {padding-left:23%;}
  .md-p-23-half-l {padding-left:23.5%;}
  .md-p-24-l {padding-left:24%;}
  .md-p-24-half-l {padding-left:24.5%;}
  .md-p-25-l {padding-left:25%;}
  .md-p-25-half-l {padding-left:25.5%;}


  .md-p-1-r {padding-right: 1%;}
  .md-p-1-half-r {padding-right: 1.5%;}
  .md-p-2-r {padding-right: 2%;}
  .md-p-2-half-r {padding-right: 2.5%;}
  .md-p-3-r {padding-right: 3%;}
  .md-p-3-half-r {padding-right: 3.5%;}
  .md-p-4-r {padding-right: 4%;}
  .md-p-4-half-r {padding-right: 4.5%;}
  .md-p-5-r {padding-right: 5%;}
  .md-p-5-half-r {padding-right: 5.5%;}
  .md-p-6-r {padding-right: 6%;}
  .md-p-6-half-r {padding-right: 6.5%;}
  .md-p-7-r {padding-right: 7%;}
  .md-p-7-half-r {padding-right: 7.5%;}
  .md-p-8-r {padding-right: 8%;}
  .md-p-8-half-r {padding-right: 8.5%;}
  .md-p-9-r {padding-right: 9%;}
  .md-p-9-half-r {padding-right: 9.5%;}
  .md-p-10-r {padding-right: 10%;}
  .md-p-10-half-r {padding-right: 10.5%;}
  .md-p-11-r {padding-right: 11%;}
  .md-p-11-half-r {padding-right: 11.5%;}
  .md-p-12-r {padding-right: 12%;}
  .md-p-12-half-r {padding-right: 12.5%;}
  .md-p-13-r {padding-right: 13%;}
  .md-p-13-half-r {padding-right: 13.5%;}
  .md-p-14-r {padding-right: 14%;}
  .md-p-14-half-r {padding-right: 14.5%;}
  .md-p-15-r {padding-right: 15%;}
  .md-p-15-half-r {padding-right: 15.5%;}
  .md-p-16-r {padding-right: 16%;}
  .md-p-16-half-r {padding-right: 16.5%;}
  .md-p-17-r {padding-right: 17%;}
  .md-p-17-half-r {padding-right: 17.5%;}
  .md-p-18-r {padding-right: 18%;}
  .md-p-18-half-r {padding-right: 18.5%;}
  .md-p-19-r {padding-right: 19%;}
  .md-p-19-half-r {padding-right: 19.5%;}
  .md-p-20-r {padding-right: 20%;}
  .md-p-20-half-r {padding-right: 20.5%;}
  .md-p-21-r {padding-right: 21%;}
  .md-p-21-half-r {padding-right: 21.5%;}
  .md-p-22-r {padding-right: 22%;}
  .md-p-22-half-r {padding-right: 22.5%;}
  .md-p-23-r {padding-right: 23%;}
  .md-p-23-half-r {padding-right: 23.5%;}
  .md-p-24-r {padding-right: 24%;}
  .md-p-24-half-r {padding-right: 24.5%;}
  .md-p-25-r {padding-right: 25%;}
  .md-p-25-half-r {padding-right: 25.5%;}

  .md-p-1-t {padding-top: 1%;}
  .md-p-1-half-t {padding-top: 1.5%;}
  .md-p-2-t {padding-top: 2%;}
  .md-p-2-half-t {padding-top: 2.5%;}
  .md-p-3-t {padding-top: 3%;}
  .md-p-3-half-t {padding-top: 3.5%;}
  .md-p-4-t {padding-top: 4%;}
  .md-p-4-half-t {padding-top: 4.5%;}
  .md-p-5-t {padding-top: 5%;}
  .md-p-5-half-t {padding-top: 5.5%;}
  .md-p-6-t {padding-top: 6%;}
  .md-p-6-half-t {padding-top: 6.5%;}
  .md-p-7-t {padding-top: 7%;}
  .md-p-7-half-t {padding-top: 7.5%;}
  .md-p-8-t {padding-top: 8%;}
  .md-p-8-half-t {padding-top: 8.5%;}
  .md-p-9-t {padding-top: 9%;}
  .md-p-9-half-t {padding-top: 9.5%;}
  .md-p-10-t {padding-top: 10%;}
  .md-p-10-half-t {padding-top: 10.5%;}
  .md-p-11-t {padding-top: 11%;}
  .md-p-11-half-t {padding-top: 11.5%;}
  .md-p-12-t {padding-top: 12%;}
  .md-p-12-half-t {padding-top: 12.5%;}
  .md-p-13-t {padding-top: 13%;}
  .md-p-13-half-t {padding-top: 13.5%;}
  .md-p-14-t {padding-top: 14%;}
  .md-p-14-half-t {padding-top: 14.5%;}
  .md-p-15-t {padding-top: 15%;}
  .md-p-15-half-t {padding-top: 15.5%;}
  .md-p-16-t {padding-top: 16%;}
  .md-p-16-half-t {padding-top: 16.5%;}
  .md-p-17-t {padding-top: 17%;}
  .md-p-17-half-t {padding-top: 17.5%;}
  .md-p-18-t {padding-top: 18%;}
  .md-p-18-half-t {padding-top: 18.5%;}
  .md-p-19-t {padding-top: 19%;}
  .md-p-19-half-t {padding-top: 19.5%;}
  .md-p-20-t {padding-top: 20%;}
  .md-p-20-half-t {padding-top: 20.5%;}
  .md-p-21-t {padding-top: 21%;}
  .md-p-21-half-t {padding-top: 21.5%;}
  .md-p-22-t {padding-top: 22%;}
  .md-p-22-half-t {padding-top: 22.5%;}
  .md-p-23-t {padding-top: 23%;}
  .md-p-23-half-t {padding-top: 23.5%;}
  .md-p-24-t {padding-top: 24%;}
  .md-p-24-half-t {padding-top: 24.5%;}
  .md-p-25-t {padding-top: 25%;}
  .md-p-25-half-t {padding-top: 25.5%;}

  .md-p-1-b {padding-bottom: 1%;}
  .md-p-1-half-b {padding-bottom: 1.5%;}
  .md-p-2-b {padding-bottom: 2%;}
  .md-p-2-half-b {padding-bottom: 2.5%;}
  .md-p-3-b {padding-bottom: 3%;}
  .md-p-3-half-b {padding-bottom: 3.5%;}
  .md-p-4-b {padding-bottom: 4%;}
  .md-p-4-half-b {padding-bottom: 4.5%;}
  .md-p-5-b {padding-bottom: 5%;}
  .md-p-5-half-b {padding-bottom: 5.5%;}
  .md-p-6-b {padding-bottom: 6%;}
  .md-p-6-half-b {padding-bottom: 6.5%;}
  .md-p-7-b {padding-bottom: 7%;}
  .md-p-7-half-b {padding-bottom: 7.5%;}
  .md-p-8-b {padding-bottom: 8%;}
  .md-p-8-half-b {padding-bottom: 8.5%;}
  .md-p-9-b {padding-bottom: 9%;}
  .md-p-9-half-b {padding-bottom: 9.5%;}
  .md-p-10-b {padding-bottom: 10%;}
  .md-p-10-half-b {padding-bottom: 10.5%;}
  .md-p-11-b {padding-bottom: 11%;}
  .md-p-11-half-b {padding-bottom: 11.5%;}
  .md-p-12-b {padding-bottom: 12%;}
  .md-p-12-half-b {padding-bottom: 12.5%;}
  .md-p-13-b {padding-bottom: 13%;}
  .md-p-13-half-b {padding-bottom: 13.5%;}
  .md-p-14-b {padding-bottom: 14%;}
  .md-p-14-half-b {padding-bottom: 14.5%;}
  .md-p-15-b {padding-bottom: 15%;}
  .md-p-15-half-b {padding-bottom: 15.5%;}
  .md-p-16-b {padding-bottom: 16%;}
  .md-p-16-half-b {padding-bottom: 16.5%;}
  .md-p-17-b {padding-bottom: 17%;}
  .md-p-17-half-b {padding-bottom: 17.5%;}
  .md-p-18-b {padding-bottom: 18%;}
  .md-p-18-half-b {padding-bottom: 18.5%;}
  .md-p-19-b {padding-bottom: 19%;}
  .md-p-19-half-b {padding-bottom: 19.5%;}
  .md-p-20-b {padding-bottom: 20%;}
  .md-p-20-half-b {padding-bottom: 20.5%;}
  .md-p-21-b {padding-bottom: 21%;}
  .md-p-21-half-b {padding-bottom: 21.5%;}
  .md-p-22-b {padding-bottom: 22%;}
  .md-p-22-half-b {padding-bottom: 22.5%;}
  .md-p-23-b {padding-bottom: 23%;}
  .md-p-23-half-b {padding-bottom: 23.5%;}
  .md-p-24-b {padding-bottom: 24%;}
  .md-p-24-half-b {padding-bottom: 24.5%;}
  .md-p-25-b {padding-bottom: 25%;}
  .md-p-25-half-b {padding-bottom: 25.5%;}

}

@media (max-width: 767px){
  .sm-p-0px { padding: 0; }
  .sm-p-5px {padding: 5px}
  .sm-p-10px {padding:10px}
  .sm-p-15px {padding:15px}
  .sm-p-20px {padding:20px}
  .sm-p-25px {padding:25px}
  .sm-p-30px {padding:30px}
  .sm-p-35px {padding:35px}
  .sm-p-40px {padding:40px}
  .sm-p-45px {padding:45px}
  .sm-p-50px {padding:50px}
  .sm-p-55px {padding:55px}
  .sm-p-60px {padding:60px}
  .sm-p-65px {padding:65px}
  .sm-p-70px {padding:70px}
  .sm-p-75px {padding:75px}
  .sm-p-80px {padding:80px}
  .sm-p-85px {padding:85px}
  .sm-p-90px {padding:90px}
  .sm-p-95px {padding:95px}
  .sm-p-100px {padding:100px}

  /*Padding Left Right*/
  .sm-p-0px-lr { padding-left: 0; ; padding-right: 0;  }
  .sm-p-5px-lr { padding-left: 5px; padding-right: 5px }
  .sm-p-10px-lr {padding-left:10px; padding-right:10px }
  .sm-p-15px-lr {padding-left:15px; padding-right:15px }
  .sm-p-20px-lr {padding-left:20px; padding-right:20px }
  .sm-p-25px-lr {padding-left:25px; padding-right:25px }
  .sm-p-30px-lr {padding-left:30px; padding-right:30px }
  .sm-p-35px-lr {padding-left:35px; padding-right:35px }
  .sm-p-40px-lr {padding-left:40px; padding-right:40px }
  .sm-p-45px-lr {padding-left:45px; padding-right:45px }
  .sm-p-50px-lr {padding-left:50px; padding-right:50px }
  .sm-p-55px-lr {padding-left:55px; padding-right:55px }
  .sm-p-60px-lr {padding-left:60px; padding-right:60px }
  .sm-p-65px-lr {padding-left:65px; padding-right:65px }
  .sm-p-70px-lr {padding-left:70px; padding-right:70px }
  .sm-p-75px-lr {padding-left:75px; padding-right:75px }
  .sm-p-80px-lr {padding-left:80px; padding-right:80px }
  .sm-p-85px-lr {padding-left:85px; padding-right:85px }
  .sm-p-90px-lr {padding-left:90px; padding-right:90px }
  .sm-p-95px-lr {padding-left:95px; padding-right:95px }
  .sm-p-100px-lr {padding-left:100px; padding-right:100px }

  /*Padding Top Bottm*/
  .sm-p-0px-tb {padding-top:  0;   padding-bottom:  0;  }
  .sm-p-5px-tb {padding-top:  5px; padding-bottom:  5px }
  .sm-p-10px-tb {padding-top: 10px; padding-bottom: 10px }
  .sm-p-15px-tb {padding-top: 15px; padding-bottom: 15px }
  .sm-p-20px-tb {padding-top: 20px; padding-bottom: 20px }
  .sm-p-25px-tb {padding-top: 25px; padding-bottom: 25px }
  .sm-p-30px-tb {padding-top: 30px; padding-bottom: 30px }
  .sm-p-35px-tb {padding-top: 35px; padding-bottom: 35px }
  .sm-p-40px-tb {padding-top: 40px; padding-bottom: 40px }
  .sm-p-45px-tb {padding-top: 45px; padding-bottom: 45px }
  .sm-p-50px-tb {padding-top: 50px; padding-bottom: 50px }
  .sm-p-55px-tb {padding-top: 55px; padding-bottom: 55px }
  .sm-p-60px-tb {padding-top: 60px; padding-bottom: 60px }
  .sm-p-65px-tb {padding-top: 65px; padding-bottom: 65px }
  .sm-p-70px-tb {padding-top: 70px; padding-bottom: 70px }
  .sm-p-75px-tb {padding-top: 75px; padding-bottom: 75px }
  .sm-p-80px-tb {padding-top: 80px; padding-bottom: 80px }
  .sm-p-85px-tb {padding-top: 85px; padding-bottom: 85px }
  .sm-p-90px-tb {padding-top: 90px; padding-bottom: 90px }
  .sm-p-95px-tb {padding-top: 95px; padding-bottom: 95px }
  .sm-p-100px-tb {padding-top: 100px; padding-bottom: 100px }

/*Padding top*/
  .sm-p-0px-t  {padding-top:0px}
  .sm-p-5px-t  {padding-top:5px}
  .sm-p-10px-t {padding-top:10px}
  .sm-p-15px-t {padding-top:15px}
  .sm-p-20px-t {padding-top:20px}
  .sm-p-25px-t {padding-top:25px}
  .sm-p-30px-t {padding-top:30px}
  .sm-p-35px-t {padding-top:35px}
  .sm-p-40px-t {padding-top:40px}
  .sm-p-45px-t {padding-top:45px}
  .sm-p-50px-t {padding-top:50px}
  .sm-p-55px-t {padding-top:55px}
  .sm-p-60px-t {padding-top:60px}
  .sm-p-65px-t {padding-top:65px}
  .sm-p-70px-t {padding-top:70px}
  .sm-p-75px-t {padding-top:75px}
  .sm-p-80px-t {padding-top:80px}
  .sm-p-85px-t {padding-top:85px}
  .sm-p-90px-t {padding-top:90px}
  .sm-p-95px-t {padding-top:95px}
  .sm-p-100px-t {padding-top:100px}

/*Padding Bottom*/
  .sm-p-0px-b {padding-bottom:0px}
  .sm-p-5px-b {padding-bottom:5px}
  .sm-p-10px-b {padding-bottom:10px}
  .sm-p-15px-b {padding-bottom:15px}
  .sm-p-20px-b {padding-bottom:20px}
  .sm-p-25px-b {padding-bottom:25px}
  .sm-p-30px-b {padding-bottom:30px}
  .sm-p-35px-b {padding-bottom:35px}
  .sm-p-40px-b {padding-bottom:40px}
  .sm-p-45px-b {padding-bottom:45px}
  .sm-p-50px-b {padding-bottom:50px}
  .sm-p-55px-b {padding-bottom:55px}
  .sm-p-60px-b {padding-bottom:60px}
  .sm-p-65px-b {padding-bottom:65px}
  .sm-p-70px-b {padding-bottom:70px}
  .sm-p-75px-b {padding-bottom:75px}
  .sm-p-80px-b {padding-bottom:80px}
  .sm-p-85px-b {padding-bottom:85px}
  .sm-p-90px-b {padding-bottom:90px}
  .sm-p-95px-b {padding-bottom:95px}
  .sm-p-100px-b {padding-bottom:100px}

/*Padding Left*/
  .sm-p-0px-l  {padding-left:0px}
  .sm-p-5px-l  {padding-left:5px}
  .sm-p-10px-l {padding-left:10px}
  .sm-p-15px-l {padding-left:15px}
  .sm-p-20px-l {padding-left:20px}
  .sm-p-25px-l {padding-left:25px}
  .sm-p-30px-l {padding-left:30px}
  .sm-p-35px-l {padding-left:35px}
  .sm-p-40px-l {padding-left:40px}
  .sm-p-45px-l {padding-left:45px}
  .sm-p-50px-l {padding-left:50px}
  .sm-p-55px-l {padding-left:55px}
  .sm-p-60px-l {padding-left:60px}
  .sm-p-65px-l {padding-left:65px}
  .sm-p-70px-l {padding-left:70px}
  .sm-p-75px-l {padding-left:75px}
  .sm-p-80px-l {padding-left:80px}
  .sm-p-85px-l {padding-left:85px}
  .sm-p-90px-l {padding-left:90px}
  .sm-p-95px-l {padding-left:95px}
  .sm-p-100px-l {padding-left:100px}

/*Padding right*/
  .sm-p-0px-r  {padding-right:0px}
  .sm-p-5px-r  {padding-right:5px}
  .sm-p-10px-r {padding-right:10px}
  .sm-p-15px-r {padding-right:15px}
  .sm-p-20px-r {padding-right:20px}
  .sm-p-25px-r {padding-right:25px}
  .sm-p-30px-r {padding-right:30px}
  .sm-p-35px-r {padding-right:35px}
  .sm-p-40px-r {padding-right:40px}
  .sm-p-45px-r {padding-right:45px}
  .sm-p-50px-r {padding-right:50px}
  .sm-p-55px-r {padding-right:55px}
  .sm-p-60px-r {padding-right:60px}
  .sm-p-65px-r {padding-right:65px}
  .sm-p-70px-r {padding-right:70px}
  .sm-p-75px-r {padding-right:75px}
  .sm-p-80px-r {padding-right:80px}
  .sm-p-85px-r {padding-right:85px}
  .sm-p-90px-r {padding-right:90px}
  .sm-p-95px-r {padding-right:95px}
  .sm-p-100px-r {padding-right:100px}

  /*Padding All %*/
  .sm-p-1 {padding:1%;}
  .sm-p-1-half {padding:1.5%;}
  .sm-p-2 {padding:2%;}
  .sm-p-2-half {padding:2.5%;}
  .sm-p-3 {padding:3%;}
  .sm-p-3-half {padding:3.5%;}
  .sm-p-4 {padding:4%;}
  .sm-p-4-half {padding:4.5%;}
  .sm-p-5 {padding:5%;}
  .sm-p-5-half {padding:5.5%;}
  .sm-p-6 {padding:6%;}
  .sm-p-6-half {padding:6.5%;}
  .sm-p-7 {padding:7%;}
  .sm-p-7-half {padding:7.5%;}
  .sm-p-8 {padding:8%;}
  .sm-p-8-half {padding:8.5%;}
  .sm-p-9 {padding:9%;}
  .sm-p-9-half {padding:9.5%;}
  .sm-p-10 {padding:10%;}
  .sm-p-10-half {padding:10.5%;}
  .sm-p-11 {padding:11%;}
  .sm-p-11-half {padding:11.5%;}
  .sm-p-12 {padding:12%;}
  .sm-p-12-half {padding:12.5%;}
  .sm-p-13 {padding:13%;}
  .sm-p-13-half {padding:13.5%;}
  .sm-p-14 {padding:14%;}
  .sm-p-14-half {padding:14.5%;}
  .sm-p-15 {padding:15%;}
  .sm-p-15-half {padding:15.5%;}
  .sm-p-16 {padding:16%;}
  .sm-p-16-half {padding:16.5%;}
  .sm-p-17 {padding:17%;}
  .sm-p-17-half {padding:17.5%;}
  .sm-p-18 {padding:18%;}
  .sm-p-18-half {padding:18.5%;}
  .sm-p-19 {padding:19%;}
  .sm-p-19-half {padding:19.5%;}
  .sm-p-20 {padding:20%;}
  .sm-p-20-half {padding:20.5%;}
  .sm-p-21 {padding:21%;}
  .sm-p-21-half {padding:21.5%;}
  .sm-p-22 {padding:22%;}
  .sm-p-22-half {padding:22.5%;}
  .sm-p-23 {padding:23%;}
  .sm-p-23-half {padding:23.5%;}
  .sm-p-24 {padding:24%;}
  .sm-p-24-half {padding:24.5%;}
  .sm-p-25 {padding:25%;}
  .sm-p-25-half {padding:25.5%;}

  .sm-p-1-l {padding-left:1%;}
  .sm-p-1-half-l {padding-left:1.5%;}
  .sm-p-2-l {padding-left:2%;}
  .sm-p-2-half-l {padding-left:2.5%;}
  .sm-p-3-l {padding-left:3%;}
  .sm-p-3-half-l {padding-left:3.5%;}
  .sm-p-4-l {padding-left:4%;}
  .sm-p-4-half-l {padding-left:4.5%;}
  .sm-p-5-l {padding-left:5%;}
  .sm-p-5-half-l {padding-left:5.5%;}
  .sm-p-6-l {padding-left:6%;}
  .sm-p-6-half-l {padding-left:6.5%;}
  .sm-p-7-l {padding-left:7%;}
  .sm-p-7-half-l {padding-left:7.5%;}
  .sm-p-8-l {padding-left:8%;}
  .sm-p-8-half-l {padding-left:8.5%;}
  .sm-p-9-l {padding-left:9%;}
  .sm-p-9-half-l {padding-left:9.5%;}
  .sm-p-10-l {padding-left:10%;}
  .sm-p-10-half-l {padding-left:10.5%;}
  .sm-p-11-l {padding-left:11%;}
  .sm-p-11-half-l {padding-left:11.5%;}
  .sm-p-12-l {padding-left:12%;}
  .sm-p-12-half-l {padding-left:12.5%;}
  .sm-p-13-l {padding-left:13%;}
  .sm-p-13-half-l {padding-left:13.5%;}
  .sm-p-14-l {padding-left:14%;}
  .sm-p-14-half-l {padding-left:14.5%;}
  .sm-p-15-l {padding-left:15%;}
  .sm-p-15-half-l {padding-left:15.5%;}
  .sm-p-16-l {padding-left:16%;}
  .sm-p-16-half-l {padding-left:16.5%;}
  .sm-p-17-l {padding-left:17%;}
  .sm-p-17-half-l {padding-left:17.5%;}
  .sm-p-18-l {padding-left:18%;}
  .sm-p-18-half-l {padding-left:18.5%;}
  .sm-p-19-l {padding-left:19%;}
  .sm-p-19-half-l {padding-left:19.5%;}
  .sm-p-20-l {padding-left:20%;}
  .sm-p-20-half-l {padding-left:20.5%;}
  .sm-p-21-l {padding-left:21%;}
  .sm-p-21-half-l {padding-left:21.5%;}
  .sm-p-22-l {padding-left:22%;}
  .sm-p-22-half-l {padding-left:22.5%;}
  .sm-p-23-l {padding-left:23%;}
  .sm-p-23-half-l {padding-left:23.5%;}
  .sm-p-24-l {padding-left:24%;}
  .sm-p-24-half-l {padding-left:24.5%;}
  .sm-p-25-l {padding-left:25%;}
  .sm-p-25-half-l {padding-left:25.5%;}


  .sm-p-1-r {padding-right: 1%;}
  .sm-p-1-half-r {padding-right: 1.5%;}
  .sm-p-2-r {padding-right: 2%;}
  .sm-p-2-half-r {padding-right: 2.5%;}
  .sm-p-3-r {padding-right: 3%;}
  .sm-p-3-half-r {padding-right: 3.5%;}
  .sm-p-4-r {padding-right: 4%;}
  .sm-p-4-half-r {padding-right: 4.5%;}
  .sm-p-5-r {padding-right: 5%;}
  .sm-p-5-half-r {padding-right: 5.5%;}
  .sm-p-6-r {padding-right: 6%;}
  .sm-p-6-half-r {padding-right: 6.5%;}
  .sm-p-7-r {padding-right: 7%;}
  .sm-p-7-half-r {padding-right: 7.5%;}
  .sm-p-8-r {padding-right: 8%;}
  .sm-p-8-half-r {padding-right: 8.5%;}
  .sm-p-9-r {padding-right: 9%;}
  .sm-p-9-half-r {padding-right: 9.5%;}
  .sm-p-10-r {padding-right: 10%;}
  .sm-p-10-half-r {padding-right: 10.5%;}
  .sm-p-11-r {padding-right: 11%;}
  .sm-p-11-half-r {padding-right: 11.5%;}
  .sm-p-12-r {padding-right: 12%;}
  .sm-p-12-half-r {padding-right: 12.5%;}
  .sm-p-13-r {padding-right: 13%;}
  .sm-p-13-half-r {padding-right: 13.5%;}
  .sm-p-14-r {padding-right: 14%;}
  .sm-p-14-half-r {padding-right: 14.5%;}
  .sm-p-15-r {padding-right: 15%;}
  .sm-p-15-half-r {padding-right: 15.5%;}
  .sm-p-16-r {padding-right: 16%;}
  .sm-p-16-half-r {padding-right: 16.5%;}
  .sm-p-17-r {padding-right: 17%;}
  .sm-p-17-half-r {padding-right: 17.5%;}
  .sm-p-18-r {padding-right: 18%;}
  .sm-p-18-half-r {padding-right: 18.5%;}
  .sm-p-19-r {padding-right: 19%;}
  .sm-p-19-half-r {padding-right: 19.5%;}
  .sm-p-20-r {padding-right: 20%;}
  .sm-p-20-half-r {padding-right: 20.5%;}
  .sm-p-21-r {padding-right: 21%;}
  .sm-p-21-half-r {padding-right: 21.5%;}
  .sm-p-22-r {padding-right: 22%;}
  .sm-p-22-half-r {padding-right: 22.5%;}
  .sm-p-23-r {padding-right: 23%;}
  .sm-p-23-half-r {padding-right: 23.5%;}
  .sm-p-24-r {padding-right: 24%;}
  .sm-p-24-half-r {padding-right: 24.5%;}
  .sm-p-25-r {padding-right: 25%;}
  .sm-p-25-half-r {padding-right: 25.5%;}

  .sm-p-1-t {padding-top: 1%;}
  .sm-p-1-half-t {padding-top: 1.5%;}
  .sm-p-2-t {padding-top: 2%;}
  .sm-p-2-half-t {padding-top: 2.5%;}
  .sm-p-3-t {padding-top: 3%;}
  .sm-p-3-half-t {padding-top: 3.5%;}
  .sm-p-4-t {padding-top: 4%;}
  .sm-p-4-half-t {padding-top: 4.5%;}
  .sm-p-5-t {padding-top: 5%;}
  .sm-p-5-half-t {padding-top: 5.5%;}
  .sm-p-6-t {padding-top: 6%;}
  .sm-p-6-half-t {padding-top: 6.5%;}
  .sm-p-7-t {padding-top: 7%;}
  .sm-p-7-half-t {padding-top: 7.5%;}
  .sm-p-8-t {padding-top: 8%;}
  .sm-p-8-half-t {padding-top: 8.5%;}
  .sm-p-9-t {padding-top: 9%;}
  .sm-p-9-half-t {padding-top: 9.5%;}
  .sm-p-10-t {padding-top: 10%;}
  .sm-p-10-half-t {padding-top: 10.5%;}
  .sm-p-11-t {padding-top: 11%;}
  .sm-p-11-half-t {padding-top: 11.5%;}
  .sm-p-12-t {padding-top: 12%;}
  .sm-p-12-half-t {padding-top: 12.5%;}
  .sm-p-13-t {padding-top: 13%;}
  .sm-p-13-half-t {padding-top: 13.5%;}
  .sm-p-14-t {padding-top: 14%;}
  .sm-p-14-half-t {padding-top: 14.5%;}
  .sm-p-15-t {padding-top: 15%;}
  .sm-p-15-half-t {padding-top: 15.5%;}
  .sm-p-16-t {padding-top: 16%;}
  .sm-p-16-half-t {padding-top: 16.5%;}
  .sm-p-17-t {padding-top: 17%;}
  .sm-p-17-half-t {padding-top: 17.5%;}
  .sm-p-18-t {padding-top: 18%;}
  .sm-p-18-half-t {padding-top: 18.5%;}
  .sm-p-19-t {padding-top: 19%;}
  .sm-p-19-half-t {padding-top: 19.5%;}
  .sm-p-20-t {padding-top: 20%;}
  .sm-p-20-half-t {padding-top: 20.5%;}
  .sm-p-21-t {padding-top: 21%;}
  .sm-p-21-half-t {padding-top: 21.5%;}
  .sm-p-22-t {padding-top: 22%;}
  .sm-p-22-half-t {padding-top: 22.5%;}
  .sm-p-23-t {padding-top: 23%;}
  .sm-p-23-half-t {padding-top: 23.5%;}
  .sm-p-24-t {padding-top: 24%;}
  .sm-p-24-half-t {padding-top: 24.5%;}
  .sm-p-25-t {padding-top: 25%;}
  .sm-p-25-half-t {padding-top: 25.5%;}

  .sm-p-1-b {padding-bottom: 1%;}
  .sm-p-1-half-b {padding-bottom: 1.5%;}
  .sm-p-2-b {padding-bottom: 2%;}
  .sm-p-2-half-b {padding-bottom: 2.5%;}
  .sm-p-3-b {padding-bottom: 3%;}
  .sm-p-3-half-b {padding-bottom: 3.5%;}
  .sm-p-4-b {padding-bottom: 4%;}
  .sm-p-4-half-b {padding-bottom: 4.5%;}
  .sm-p-5-b {padding-bottom: 5%;}
  .sm-p-5-half-b {padding-bottom: 5.5%;}
  .sm-p-6-b {padding-bottom: 6%;}
  .sm-p-6-half-b {padding-bottom: 6.5%;}
  .sm-p-7-b {padding-bottom: 7%;}
  .sm-p-7-half-b {padding-bottom: 7.5%;}
  .sm-p-8-b {padding-bottom: 8%;}
  .sm-p-8-half-b {padding-bottom: 8.5%;}
  .sm-p-9-b {padding-bottom: 9%;}
  .sm-p-9-half-b {padding-bottom: 9.5%;}
  .sm-p-10-b {padding-bottom: 10%;}
  .sm-p-10-half-b {padding-bottom: 10.5%;}
  .sm-p-11-b {padding-bottom: 11%;}
  .sm-p-11-half-b {padding-bottom: 11.5%;}
  .sm-p-12-b {padding-bottom: 12%;}
  .sm-p-12-half-b {padding-bottom: 12.5%;}
  .sm-p-13-b {padding-bottom: 13%;}
  .sm-p-13-half-b {padding-bottom: 13.5%;}
  .sm-p-14-b {padding-bottom: 14%;}
  .sm-p-14-half-b {padding-bottom: 14.5%;}
  .sm-p-15-b {padding-bottom: 15%;}
  .sm-p-15-half-b {padding-bottom: 15.5%;}
  .sm-p-16-b {padding-bottom: 16%;}
  .sm-p-16-half-b {padding-bottom: 16.5%;}
  .sm-p-17-b {padding-bottom: 17%;}
  .sm-p-17-half-b {padding-bottom: 17.5%;}
  .sm-p-18-b {padding-bottom: 18%;}
  .sm-p-18-half-b {padding-bottom: 18.5%;}
  .sm-p-19-b {padding-bottom: 19%;}
  .sm-p-19-half-b {padding-bottom: 19.5%;}
  .sm-p-20-b {padding-bottom: 20%;}
  .sm-p-20-half-b {padding-bottom: 20.5%;}
  .sm-p-21-b {padding-bottom: 21%;}
  .sm-p-21-half-b {padding-bottom: 21.5%;}
  .sm-p-22-b {padding-bottom: 22%;}
  .sm-p-22-half-b {padding-bottom: 22.5%;}
  .sm-p-23-b {padding-bottom: 23%;}
  .sm-p-23-half-b {padding-bottom: 23.5%;}
  .sm-p-24-b {padding-bottom: 24%;}
  .sm-p-24-half-b {padding-bottom: 24.5%;}
  .sm-p-25-b {padding-bottom: 25%;}
  .sm-p-25-half-b {padding-bottom: 25.5%;}
}



/* COLOR */
::selection {
  background-color:#027b00;
  color: #fff;
}
::-moz-selection {
  background-color:#027b00;
  color: #fff;
}


a,
.theme-color,
.mm-column li.mm-header > a,
.mm-column li:not(.mm-header) a:hover {
  color:#027b00;
}

.theme-main {
  background: #85cc00;
}



.theme-before:before,
.theme-after:after,
.btn-theme,
.theme-bg {
  background:#027b00;
  background-image: -webkit-linear-gradient(90deg, #027b00 0%, #85cc00 100%);
  background-image: linear-gradient(90deg, #027b00 0%, #85cc00 100%);
}

.btn-theme{
    border-width: 3px;
    border-style: solid;
    border-color: transparent;
    border-left: 3px solid #027b00 !important;
    border-right: 3px solid #85cc00 !important;
}

.btn-theme:hover{background-color: rgb(147,193,66);}


.theme-bg {
  background:#027b00;
  background-image: -webkit-linear-gradient(45deg, #027b00 0%, #85cc00 100%);
  background-image:  url(../img/banner-gr.png), linear-gradient(45deg, #027b00 0%, #85cc00 100%);
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
}



/*.mm-column li:not(.mm-header) a:after,
.theme-2nd-after:after,
.theme-2nd-before:before,
.theme-2nd,
.btn-theme-2nd{
    background: #ffffff;
    border: 3px solid #85cc00;
    color: #323232;
}*/

.theme-2nd {
    background: #009c3d;
    color: #fff;
    border: none;
}


.theme-2nd {
    background: #009c3d !important;
    color: #fff !important;
    border: none;
}

.theme-main.icon-s,
.theme-main.icon-m,
.theme-main.icon-l,
.theme-main.icon-xl {
  box-shadow: 0px 15px 23px -5px rgba(22, 48, 210, 0.37);
}
.theme-bg.icon-s,
.theme-bg.icon-m,
.theme-bg.icon-l,
.theme-bg.icon-xl {
  box-shadow: 0px 15px 23px -5px rgba(22, 48, 210, 0.37);
}
.theme-2nd.icon-s,
.theme-2nd.icon-m,
.theme-2nd.icon-l,
.theme-2nd.icon-xl {
  box-shadow: 0px 15px 23px -5px rgba(22, 48, 210, 0.37);
}

.green-bg.icon-s,
.green-bg.icon-m,
.green-bg.icon-l,
.green-bg.icon-xl {
      box-shadow: 0px 15px 23px -5px rgba(22, 48, 210, 0.28);
}

.pink-bg.icon-s,
.pink-bg.icon-m,
.pink-bg.icon-l,
.pink-bg.icon-xl {
  box-shadow: 0px 15px 23px -5px rgba(255, 37, 96, 0.34);
}

.blue-bg.icon-s,
.blue-bg.icon-m,
.blue-bg.icon-l,
.blue-bg.icon-xl {
  box-shadow: 0px 15px 23px -5px rgba(37, 92, 255, 0.35);
}

.red-bg.icon-s,
.red-bg.icon-m,
.red-bg.icon-l,
.red-bg.icon-xl {
  box-shadow: 0px 15px 23px -5px rgba(255, 37, 37, 0.36);
}

.yellow-bg.icon-s,
.yellow-bg.icon-m,
.yellow-bg.icon-l,
.yellow-bg.icon-xl {
  box-shadow: 0px 15px 23px -5px rgba(255, 188, 92, 0.43);
}


.light-bg{color:#323232 !important;}



/*QUOT*/
.center-heading {
    text-align: center;
}

.testimonials-item {
    display: block;
    position: relative;
    margin-bottom: 30px;
}

.testimonials-item .user {
    width: 77px;
    height: 88px;
    position: relative;
    position: absolute;
    top: -10px;
    left: 25px;
    z-index: 3;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
}

.testimonials-item .testimonials-content {
    background: #fff;
    overflow: hidden;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
}

.testimonials-item .testimonials-content .user-name {
    display: block;
    font-weight: 400;
    font-size: 16px;
    margin-top: 20px;
    padding-left: 130px;
    letter-spacing: 0.69px;
    margin-bottom: 5px;
    position: relative;
    z-index: 3;
}

.testimonials-item .testimonials-content span {
    display: block;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.6px;
    padding-left: 130px;
    padding-right: 25px;
    position: relative;
    z-index: 3;
}

.testimonials-item .testimonials-content .txt {
    position: relative;
    overflow: hidden;
}



.testimonials-item .testimonials-content .txt:before, .post-detail blockquote .text:before, .about-text-quot:before {
    font-family: "FontAwesome";
    content: "\f10d";
    position: absolute;
    left: 25px;
    top: 25px;
    color: #85cc00;
    z-index: 1;
    font-size: 40px;
    opacity: .1;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.testimonials-item .testimonials-content .txt:after, .post-detail blockquote .text:after, .about-text-quot:after {
    font-family: "FontAwesome";
    content: "\f10e";
    position: absolute;
    right: 25px;
    bottom: 15px;
    color: #85cc00;
    z-index: 1;
    font-size: 40px;
    opacity: .1;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.testimonials-item .testimonials-content .txt p {
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 25px;
    margin-top: 40px;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.6px;
    line-height: 26px;
    position: relative;
    z-index: 3;
}

/*BOX CTA + PARALLASSE*/
.parallax {
    min-height: 315px;
    overflow: hidden;
    position: relative;
  /* aggiunti monf */
    display: flex;
  align-items: center;
}

.parallax:before {
    content: '';
    position: absolute;
    width: 140%;
    height: 140%;
    opacity: .78;
    background-image: linear-gradient(127deg, #027b00 0%, #85cc00 91%);
    z-index: 2;
    top: -20%;
    left: -20%;
}

.parallax-blue:before {
    content: '';
    position: absolute;
    width: 140%;
    height: 140%;
    opacity: .78;
    background-image: linear-gradient(127deg, #16A64F 0%, #0082A0 91%);
    z-index: 2;
    top: -20%;
    left: -20%;
}

.parallax .parallax-content {
    /* tolto monf position: absolute;*/
    z-index: 3;
    top: 20%;
    transform: perspective(1px) translateY(0%);
    width: 100%;
}

.parallax .parallax-content .info {
    text-align: center;
}

.parallax .parallax-content .api-btn-content .btn-api {
    display: inline-block;
    height: 40px;
    border: 1px solid #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 180px;
    overflow: hidden;
    text-align: center;
    position: relative;
}

.parallax .parallax-content .api-btn-content .btn-api:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    z-index: 1;
    background: #fff;
    opacity: .30;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.parallax .parallax-content .api-btn-content .btn-api:hover:before {
    opacity: 1;
}

.parallax .parallax-content .api-btn-content .btn-api i {
    display: inline-block;
    height: 30px;
    line-height: 38px;
    margin-right: 5px;
    color: #fff;
    position: relative;
    z-index: 2;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.parallax .parallax-content .api-btn-content .btn-api:hover i, .parallax .parallax-content .api-btn-content .btn-api:hover span {
    color: #027b00;
}

.parallax .parallax-content .api-btn-content .btn-api span {
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0.88px;
    position: relative;
    z-index: 2;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}


.parallax .parallax-content .info p {
    font-weight: 500;
    font-size: 22px;
    color: #fff;
    letter-spacing: 1.38px;
    line-height: 34px;
}

.parallax .parallax-content .api-btn-content {
    text-align: center;
    margin-top: 60px;
}


/* 
---------------------------------------------
parallax
--------------------------------------------- 
*/
.parallax {
  min-height: 315px;
  overflow: hidden;
  position: relative;
}

.parallax:before {
  content: '';
  position: absolute;
  width: 140%;
  height: 140%;
  opacity: .78;
  background-image: linear-gradient(127deg, #16A64F 0%, #0082A0 91%);
  z-index: 2;
  top: -20%;
  left: -20%;
}

.parallax .parallax-content {
  position: absolute;
  z-index: 3;
  top: 20%;
  transform: perspective(1px) translateY(0%);
  width: 100%;
}

.parallax .parallax-content .info {
  text-align: center;
}

.parallax .parallax-content .info p {
  font-weight: 500;
  font-size: 22px;
  color: #fff;
  letter-spacing: 1.38px;
  line-height: 34px;
}

.parallax .parallax-content .api-btn-content {
  text-align: center;
  margin-top: 60px;
}

.parallax .parallax-content .api-btn-content .btn-api {
  display: inline-block;
  height: 40px;
  border: 1px solid #fff;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  width: 180px;
  overflow: hidden;
  text-align: center;
  position: relative;
}

.parallax .parallax-content .api-btn-content .btn-api:hover:before {
  opacity: 1;
}

.parallax .parallax-content .api-btn-content .btn-api:hover i, .parallax .parallax-content .api-btn-content .btn-api:hover span {
  color: #85cc00;
}

.parallax .parallax-content .api-btn-content .btn-api:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  z-index: 1;
  background: #fff;
  opacity: .30;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.parallax .parallax-content .api-btn-content .btn-api i {
  display: inline-block;
  height: 30px;
  line-height: 38px;
  margin-right: 5px;
  color: #fff;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.parallax .parallax-content .api-btn-content .btn-api span {
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.88px;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.parallax-counter {
  min-height: 315px;
  overflow: hidden;
  position: relative;
}

.parallax-counter:before {
  content: '';
  position: absolute;
  width: 140%;
  height: 140%;
  opacity: .78;
  background-image: linear-gradient(127deg, #16A64F 0%, #0082A0 91%);
  z-index: 2;
  top: -20%;
  left: -20%;
}

.parallax-counter .parallax-content {
  position: absolute;
  z-index: 3;
  top: 50%;
  transform: perspective(1px) translateY(-50%);
  width: 100%;
}

.parallax-counter .parallax-content .count-item {
  height: 280px;
  position: relative;
  overflow: hidden;
}

.parallax-counter .parallax-content .count-item:hover strong {
  margin-top: 60px;
}

.parallax-counter .parallax-content .count-item strong {
  display: block;
  text-align: center;
  font-weight: 400;
  font-size: 40px;
  letter-spacing: 1.72px;
  margin-bottom: 10px;
  color: #fff;
  margin-top: 70px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.parallax-counter .parallax-content .count-item span {
  display: block;
  text-align: center;
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.86px;
}

@media (max-width: 991px) {
  .parallax {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .parallax .parallax-content {
    position: relative !important;
    top: 0% !important;
    transform: perspective(1px) translateY(0%) !important;
  }
  .parallax .parallax-content .api-btn-content {
    margin-top: 20px;
  }
  .parallax-counter {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .parallax-counter .parallax-content {
    position: relative !important;
    top: 0% !important;
    transform: perspective(1px) translateY(0%) !important;
  }
  .parallax-counter .parallax-content .count-item {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .parallax-counter .parallax-content .count-item:hover strong {
    margin-top: 0px;
  }
  .parallax-counter .parallax-content .count-item:before {
    display: none;
  }
  .parallax-counter .parallax-content .count-item:after {
    width: 40px;
    height: 1px;
  }
  .parallax-counter .parallax-content .count-item strong {
    margin-top: 0px;
  }
}



/*PRICING PLANS 2*/

.pricing-item {
  background: #FFFFFF;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}

.pricing-item.active .pricing-header {
  background-image: linear-gradient(127deg, #027b00 0%, #85cc00 91%);
  background-image: linear-gradient(127deg, #16A64F 0%, #0082A0 91%);  
}

.pricing-header-basic{
 background-image: url(../img/landing/fake-small.jpg)    
}

.pricing-header-premium{
 background-image: url(../img/landing/fake-small.jpg)    
}

.pricing-header-top-gamma{
 background-image: url(../img/landing/fake-small.jpg)    
}

.pricing-item.active .pricing-header .pricing-title {
  color: #fff;
}

.pricing-item.active .pricing-header .number {
  background: #fff;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.13);
}



.pricing-item.active .pricing-header .number:before {
  border-bottom: 14px solid #fff;
}

.pricing-item.active .pricing-header .number:after {
  border-top: 14px solid #fff;
}

.pricing-item.active .pricing-footer a {
  background: #027b00;
  background-image: -webkit-linear-gradient(45deg, #027b00 0%, #85cc00 100%);
  background-image: linear-gradient(45deg, #027b00 0%, #85cc00 100%);
  color: #fff;
  border: none;
}

.pricing-item.active .pricing-footer a:hover {
  background: #fff;
  color: #027b00;
  border: 1px solid #027b00;
}

.pricing-item .pricing-footer a:hover {
  border-color: transparent;
}

.pricing-item .pricing-header {
  border-bottom: 1px solid #E2EBFF;
  text-align: center;
  height: 130px;
  display: block;
  position: relative;
}

.pricing-item .pricing-header .pricing-title {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1px;
  position: absolute;
  width: 100%;
  top: 50%;
  transform: perspective(1px) translateY(-50%);
}

.pricing-item .pricing-header .number {
  width: 50%;
  height: 40px;
  line-height: 40px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-image: linear-gradient(127deg, #027b00 0%, #85cc00 91%);
  background-image: linear-gradient(127deg, #16A64F 0%, #0082A0 91%); 
  position: relative;
  bottom: -110px;
  margin: auto;
}

.pricing-item .pricing-header .number span {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  display: block;
}

.pricing-item.active .pricing-header .number span  {
  color: #027b00;
}


.pricing-item .pricing-body {
  margin-bottom: 40px;
}

.pricing-item .pricing-body .price-wrapper {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 30px;
}

.pricing-item .pricing-body .price-wrapper .currency {
  height: 47px;
  font-weight: 500;
  font-size: 20px;
  position: relative;
  top: -15px;
}

.pricing-item .pricing-body .price-wrapper .price {
  font-weight: 700;
  font-size: 34px;
  letter-spacing: 2.12px;
}

.pricing-item .pricing-body .price-wrapper .period {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.88px;
}

.pricing-item .pricing-body .list li {
  text-align: left;
  margin-bottom: 12px;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.88px;
  text-decoration: line-through;
}

.pricing-item .pricing-body .list li.active {
  text-decoration: none;
}

.pricing-item .pricing-footer {
  text-align: center;
}

.pricing-item .pricing-footer a {
  width: 160px;
  margin: auto;
  display: inline-block;
  height: 36px;
  line-height: 34px;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #027b00; 
  margin-bottom: 40px;
  font-weight: 700;
  font-size: 12px;
  background: #fff;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.pricing-item .pricing-footer a:hover {
 background: #027b00;
 background-image: -webkit-linear-gradient(45deg, #027b00 0%, #85cc00 100%);
 background-image: linear-gradient(45deg, #027b00 0%, #85cc00 100%);
 color: #fff;
}

ul.list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.list li {
    position: relative;
    padding: 10px 0 10px 25px;
    text-align: left;
}

.pricing-item .pricing-body{padding: 25px;}

.list li:before {
    width: 18px;
    height: 18px;
    left: 0;
    top: 14px;
    opacity: 0.3;
}

.list li:after {
    width: 8px;
    height: 8px;
    left: 5px;
    top: 19px;
}

.list li:after, .list li:before {
    content: "";
    position: absolute;
    float: left;
    border-radius: 50%;
}

/*-----------------------------------------
*  BOX
-----------------------------------------*/

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.align-self-center {
    -ms-flex-item-align: center!important;
    align-self: center!important;
}

.left-heading .section-title {
    font-weight: 400;
    font-size: 30px;
    letter-spacing: 1.30px;
    line-height: 1.2;
    margin-bottom: 20px;
    color:#0082A0;
}

.left-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 1px;
}

.left-text p {
    margin-bottom: 30px;
}





ul, li {
    padding: 0;
    margin: 0;
    list-style: none;
   
}


.post-body li {
 position: relative;
    padding: 10px 0 10px 23px;
    text-align: left;
}
  

.post-body li:before, .post-body li:after {
background: #027b00;
background-image: -webkit-linear-gradient(90deg, #027b00 0%, #85cc00 100%);
background-image: linear-gradient(90deg, #027b00 0%, #85cc00 100%);
}


.post-body li:before {
width: 14px;
height: 14px;
left: 0;
top: 17px;
opacity: 0.3;
}
 

.post-body li:after {
width: 8px;
height: 8px;
left: 3px;
top: 20px;
}

.post-body li:after, .post-body li:before {
content: "";
position: absolute;
float: left;
border-radius: 50%;
}




.left-text ul {
    color: #015b00;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.88px;
}

.left-text ul li {
    min-height: 20px;
    line-height: 20px;
    position: relative;
    padding-left: 30px;
    margin-bottom: 14px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}


.left-text ul li:hover {
    padding-left: 40px;
}

.left-text ul li:before, .ul-box {
    position: absolute;
    left: 0px;
    content: "\f105";
    font-family: "FontAwesome";
    line-height: 20px;
    width: 20px;
    height: 20px;
    text-align: center;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background-image: linear-gradient(135deg, #027b00 0%, #85cc00 100%);
    color: #fff;
    padding-left: 3px;
}







@media (max-width: 760px) {
  

.left-text ul li {
    min-height: 20px;
    line-height: 20px;
    position: relative;
    padding-left: 0px;
    margin-bottom: 14px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

    

.left-text ul li:hover {
    padding-left: 0px;
}

.left-text ul li:before {
    display: none;
}
    
}




/* 
---------------------------------------------
pages
--------------------------------------------- 
*/
.page {
  background: #fff;
}

.cover {
  margin-top: 80px;
  min-height: 270px;
  position: relative;
  overflow: hidden;
}

.cover:before {
  content: '';
  position: absolute;
  width: 140%;
  height: 140%;
  left: -20%;
  top: -20%;
  right: -20%;
  bottom: -20%;
  background-image: linear-gradient(127deg, #80D6EB 0%, #0F3D6C 91%);
  z-index: 2;
  opacity: 0.7;
}

.cover .page-top {
  position: absolute;
  width: 100%;
  bottom: 50px;
  z-index: 3;
}

.cover .page-top h1 {
  font-weight: 400;
  font-size: 36px;
  line-height: 46px;
  letter-spacing: 1.4px;
  color: #fff;
  text-align: center;
}

.cover .page-top .breadcrumb {
  float: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: none;
  padding: 0px;
  margin-top: 8px;
  margin-bottom: 0px;
  display: block;
  text-align: center;
}

.cover .page-top .breadcrumb li {
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  margin-left: 10px;
  display: inline-block;
}

.cover .page-top .breadcrumb li:after {
  font-family: FontAwesome;
  content: "\f105";
  margin-left: 10px;
  color: #C7E5FF;
}

.cover .page-top .breadcrumb li:first-child {
  margin-left: 0px;
}

.cover .page-top .breadcrumb li:last-child:after {
  content: '';
  margin-left: 0px;
}

.cover .page-top .breadcrumb li a {
  font-weight: 400;
  font-size: 14px;
  color: #fff;
}

.page-bottom {
  padding-top: 100px;
  padding-bottom: 70px;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.88px;
  line-height: 28px;
}

.page-bottom p {
  margin-bottom: 28px;
}

.page-bottom .about {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 100px;
}

.page-bottom .about.left .about-image {
  float: right;
}

.page-bottom .about.left .about-text {
  left: 0px;
}

.page-bottom .about .about-image {
  position: relative;
  width: 70%;
  float: left;
  height: 500px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  z-index: 1;
}

.page-bottom .about .about-text {
  position: absolute;
  z-index: 2;
  width: 40%;
  float: right;
  right: 0px;
  top: 50%;
  transform: perspective(1px) translateY(-50%);
  background: #fff;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 30px;
  padding-bottom: 10px;
}

.page-bottom .about .about-text h2 {
  font-weight: 400;
  font-size: 24px;
  line-height: 38px;
  letter-spacing: 1.75px;
  margin-bottom: 20px;
}

.page-bottom .about .about-text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 20px;
}

.page-bottom .features-small-item {
  background: #fff;
  margin-bottom: 50px;
}

.page-bottom .features-small-item + .item-bg {
  bottom: 35px;
}

.page-bottom .features-small-item:hover + .item-bg {
  bottom: 50px;
}

.page-bottom .page-detail .image {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 30px;
  overflow: hidden;
}

#introHub2 h2{
  font-size: 16px;
  font-weight: bold;
  color: #0082A0;
  line-height: 22px;
}

.sistemaIcona::before{
  margin-top: 10px;
}


@media (max-width: 991px) {
  .cover {
    margin-top: 80px;
  }
  .cover h1 {
    font-size: 26px !important;
    line-height: 36px !important;
  }
  .cover .page-top {
    text-align: center;
  }
  .cover .page-top .breadcrumb {
    float: none;
    text-align: center;
    display: block;
  }
  .cover .page-top .breadcrumb li {
    display: inline;
  }
  .page-bottom .about {
    overflow: initial !important;
    margin-bottom: 30px !important;
  }
  .page-bottom .about .about-image {
    width: 100% !important;
    height: 300px;
  }
  .page-bottom .about .about-text {
    position: relative !important;
    width: 100% !important;
    top: 0% !important;
    transform: perspective(1px) translateY(0%) !important;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  }
}

@media (max-width: 576px) {
  #page-title.theme-bg{
    background-size: cover;
  }
  .page-title h1{
    padding: 0;
    font-size: 25px;
  }
  h1{
    font-size: 25px!important;
  }
  h2, h3 {
    font-size: 20px!important;
  }
  .theme-bg.section{
    background-image: none ;
  }
}


/*TIMELINE*/

* {
  box-sizing: border-box;
}


/* The actual timeline (the vertical ruler) */
.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
  content: '';
  position: absolute;
  width: 12px;
  background-color: #027b00;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -6px;
}

/* Container around content */
.container-timeline {
  padding: 0 40px;
  position: relative;
  /*background-color: inherit;*/
  width: 50%;
}

@media screen and (max-width: 512px) {
.container-timeline{
  width: 100%;
 }
}

/* The circles on the timeline */
.container-timeline::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  right: -13px;
  background-color: #85cc00;
  border: 4px solid #027b00;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

.container-timeline.orange::after{border: 4px solid #fff; background-color: orange;}



/* Place the container to the left */
.left {
  left: 0;
}

/* Place the container to the right */
.right {
  left: 50%;
}

/*TRASPARENT*/
/* Add arrows to the left container (pointing right) */
.left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid transparent;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent transparent;
}

/* Add arrows to the right container (pointing left) */
.right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid transparent;
  border-width: 10px 10px 10px 0;
  border-color: transparent transparent transparent transparent;
}

/* Fix the circle for containers on the right side */
.right::after {
  left: -13px;
}

/* The actual content */
.content {
  padding: 20px 30px;
  background-color: transparent;
  position: relative;
  border-radius: 6px;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
/* Place the timelime to the left */
  .timeline::after {
    left: 31px;
  }

/* Full-width containers */
  .container {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }

/* Make sure that all arrows are pointing leftwards */
  .container::before {
    left: 60px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
  }

/* Make sure all circles are at the same spot */
  .left::after, .right::after {
    left: 18px;
  }

/* Make all right containers behave like the left ones */
  .right {
    left: 0%;
  }
}


.btn-timeline {
 color: #FFF;
 background-color: #367ee6;
 font-weight: bold;
 text-transform: uppercase;
}

.btn-timeline img{
 filter: brightness(1.3);  
}

.btn-timeline:hover {
 color: #367ee6;
 background-color: #fff;  
}

.btn-timeline:hover img {
filter: brightness(1.3);    
    
}


    

.btn-timeline.orange {
 color: #FFF;
 background-color: orange;  
}

.btn-timeline.orange:hover {
 color: orange;
 background-color: #FFF;  
}

.btn-timeline-stroke {
 color: #FFF;
 border: 2px solid #2a60ad;
 pointer-events: none;
}


.pointer-events{pointer-events: none;}


.left .content{text-align: right;}

@media screen and (max-width: 600px) {
    
.left .content{text-align: left;}
.btn-lg, .btn-group-lg > .btn {
    font-size: 100%;
}
    
}


#agenda > .bg-wrap .bg {
background-image: url(../images/mattoni.jpg), url(../images/mattoni-top.jpg);
background-repeat: no-repeat, no-repeat;
background-position: bottom right, top left;
background-color: #444;
background-size: contain, contain;
background-size: 70%;
}

@media screen and (max-width: 512px){
.btn-timeline {font-size: 15px !Important;}
}



.freccia1 {
	display: block; 
}

.freccia2 {
	display: none; 
}



.cambiofreccia:hover .freccia1 {
	display: none;   
}

.cambiofreccia:hover .freccia2 {
	display: block;  
}


.hs-richtext {
    
    line-height: 14px!important;
    
}
