*,*::before,*::after{
  box-sizing:border-box;
}
html{
  font-family:sans-serif;
  line-height:1.15;
  -webkit-text-size-adjust:100%;
  -ms-text-size-adjust:100%;
  -ms-overflow-style:scrollbar;
  -webkit-tap-highlight-color:transparent;
}
body{
  margin:0;
  font-family:sans-serif;
  font-size:1rem;
  font-weight:400;
  line-height:1.5;
  color:#212529;
  text-align:left;
  background-color:#fff;
}
@-ms-viewport{
  width:device-width;
}


a{
  color:#ff0000;
  text-decoration:underline;
}
a:hover{
  color:#000;
  text-decoration:underline;
}


.background{
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  height:100%;
  z-index:-1;
}
.background-image{
  width:100%;
  height:100%;
  background-image:url('hero-background-image-02.jpg');
}
.block {
  padding-top:5rem;
  padding-bottom:2rem;
}


.hero .title{
  padding:30px 0 0 0;
  margin:0 0 -20px 0;
}
.hero .title h1.home{
  opacity:.6;
  padding-bottom:40px
}
.hero .plus{
  font-size:2.4rem;
  color:#ff0000;
  margin-bottom:10px
}


.form ::-webkit-input-placeholder{
  color:rgba(0,0,0,.4);
}
.form :-moz-placeholder{
  color:rgba(0,0,0,.4);
}
.form ::-moz-placeholder{
  color:rgba(0,0,0,.4);
}
.form :-ms-input-placeholder{
  color:rgba(0,0,0,.4);
}
.form ::-ms-input-placeholder{
  color:rgba(0,0,0,.4);
}
.form{
  padding-top:5rem;
}
.form .form-group{
  position:relative; 
    margin-bottom: 1.5rem;
}
.form .form-group label{
  font-family:sans-serif;
  font-size: 2.4rem;
  color:#ff0000;
  position:absolute;
  top:-5rem;
  font-weight:normal;
}
.form .form-row{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  margin-right:-5px;
  margin-left:-5px;
}
.form .form-row > [class*="col-"]{
  padding-right: 5px;
  padding-left: 5px;
}


.content{
  background-color:#f2f2f2;
  z-index:1;
}
.content:after{
  background-image:url("footer-overlay.png");
  background-size:contain;
  background-position:top center;
  background-repeat:no-repeat;
  width:100%;
  height:4.2rem;
  left:0;
  content:"";
  position:absolute;
}
.content h2.home{
  font-size:3rem;
  margin-top:-30px;
}


.top .item{
  display:inline-block;
  width:33%;
}
.top .item img{
  width:90%;
}    
.top .item h3{
  padding:10px 0;
}        
.top .item h3 a{
  color:#ff0000;
}     
.top .item h3 a:hover{
  color:#000;
  text-decoration:underline;
}


.categories-list{
  list-style:none;
  padding-left:0;
}
.categories-list li{
  position:relative;
  float:left;
  padding-left:8rem;
  padding-top:1rem;
  width:33%;
  margin-bottom:4rem;
}
.categories-list li h3{
  vertical-align:middle;
  padding-top:2px;
  font-size:2.3rem;
}    
.categories-list li h3 a{
  color:#ff0000;
  text-decoration:underline;
}             
.categories-list li h3 a:hover{
  color:#000;
  text-decoration:underline;
}
.categories-list li i{
  position:absolute;
  width:6rem;
  height:6rem;
  text-align:center;
  line-height:5.8rem;
  background-color:#ff0000;
  box-shadow:0 0.2rem .7rem 0 rgba(0,0,0, .08);
  border-radius:50%;
  left:0;
  top:0;
}
.categories-list li i img{
  height:3rem;
  opacity:.5;
  margin-top:15px;
}


.benefit .item{
  display:inline-block;
  width:33%;
}
.benefit .item .feature-box{
  margin-bottom:3rem;
}
.benefit .item .feature-box figure{
  background-color:#ff0000;
  border-radius:50%;
  width:9rem;
  height:9rem;
  text-align:center;
  line-height:8.5rem;
  position:relative;
  margin-bottom:2rem;
}
.benefit .item .feature-box figure img{
  height:3rem;
  opacity:.4;
  margin-top:30px;
}
.benefit .item .feature-box figure span{
  display:block;
  position:absolute;
  color:#000;
  background-color:#fff;
  border-radius:50%;
  width:3rem;
  height:3rem;
  text-align:center;
  line-height:3rem;
  top:0;
  box-shadow:0 .1rem 2rem rgba(0,0,0,.15);
  right:-.5rem;
  font-weight:800;
}                    
.benefit .item .feature-box p{
  padding-right:15px;
}


.items .item{
  margin-bottom:3rem;
  position:relative;
}
.items .item .wrapper{
  overflow:hidden;
  box-shadow:0 .1rem 1rem rgba(0,0,0,.1);
  border-radius:.5rem;
  background-color:#fff;
  position:relative;
  height:158px;
}
.items .item .wrapper:hover{
  box-shadow:0 .4rem 3.3rem rgba(0,0,0,.3);
  -webkit-transform:translate3d(0,-2px,0);
  -moz-transform:translate3d(0,-2px,0);
  -o-transform:translate3d(0,-2px,0);
  -ms-transform:translate3d(0,-2px,0);
  transform:translate3d(0,-2px,0);
  -webkit-box-shadow:0 2px 1px rgba(0,0,0,0.15);
  box-shadow:0 2px 1px rgba(0,0,0,0.15);
}
.items .item .image{
  width:100%;
  height:100%;
  position:absolute;
  background-color:transparent;
}
.items .item .image img{
  border-color:#fff;
  border-radius:.3rem;
}
.items .item .image .image-wrapper{
  transition:none;
  display:block;
  position:relative;
  z-index:0;
  border:.6rem solid #fff;
  border-radius:.9rem;
}
.items .item h3{
  margin:0;
  padding:15px 0 0 0;
  position:static;
  font-size:2.3rem;
}   
.items .item h3.initem{
  padding-bottom:10px;
  color:#ff0000;
}
.items .item h3 a{
  color:#ff0000;
  text-decoration:underline;
}       
.items .item .desc{
  position:static;
  margin-left:290px;
  padding:0 20px 0 0;
}       
.items .item .desc .meta{
  margin:10px 0 15px 0;
  opacity:.8;
}     
.items .item .desc .meta a{
  background:#d9d9d9;
  color:#000;
  border-radius:.3rem;
  text-decoration:underline;
  padding:5px;
  position:static;
}      
.items .item .desc .meta a:hover{
  background:#ff0000;
  color:#fff;
}         
.items .item .desc p a{
  text-decoration:underline;
  color:#ff0000;
}        
.items .item .desc p a:hover{
  text-decoration:underline;
  color:#000;
}


.pagination{
  padding:20px 0;
  margin:0;
  list-style:none;
}
.pagination a{
  color:#000;
  padding:15px;
  border-radius:.3rem;
  margin-right:5px;
  text-decoration:underline;
  font-size:2.3rem;
}      
.pagination a:hover{
  color:#ff0000;
  text-decoration:underline;
}              
.pagination a.now,.pagination a.now:hover{
  background-color:#ff0000;
  color:#fff !important;
  text-decoration:none !important;
}


footer{
  background:#fff;
  padding:80px 0 40px 0;
  min-height:200px;
  line-height:2em;
}
footer .left{
  float:left;
  width:50%;
}          
footer .right{
  float:right;
  width:50%;
  text-align:right;
}


@media (max-width:767px){


}

h1, h2, h3 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

ul {
  margin-top: 0;
  margin-bottom: 1rem;
}



figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

label {
  display: inline-block;
  margin-bottom: .5rem;
}

button {
  border-radius: 0;
}

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

input,
button {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button {
  text-transform: none;
}

button,
html [type="button"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

h1, h2, h3 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

h1 {
  font-size: 2.5rem;   
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

.small {
  font-size: 80%;
  font-weight: 400;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}


@media (max-width: 992px) {    
  .categories-list li{
    width:50%;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col-sm-3, .col-sm-9, .col-md-3, .col-md-9 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 576px) {
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
}

@media (min-width: 768px) {
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
}



.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn:hover, .btn:focus {
  text-decoration: none;
}

.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
  background-image: none;
}


.collapse {
  display: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}


  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .active > .nav-link {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}


.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}




/********
--- H ---
********/
.hero {
    z-index: 3;
    background-color: #fff;
}
.hero .hero-wrapper {
    padding-bottom: 7rem;
}
.hero .main-navigation {
    z-index: 999;
    position: relative;
}
.hero .main-navigation .navbar {
    border-bottom: .1rem solid rgba(0,0,0,.1);
    padding: 3rem 0;
    margin-bottom: 1rem;
}
/*------ Main navigation list ------*/
.hero .main-navigation .navbar ul.navbar-nav {
    position: absolute;
    right: 0;
}
.hero .main-navigation .navbar ul.navbar-nav a:not(.btn) {
    padding: .5rem 1.7rem;
}
.hero .main-navigation .navbar ul.navbar-nav .btn {
    margin-left: 1.5rem;
    padding: .8rem 1.6rem;
}
.hero .main-navigation .navbar ul.navbar-nav li.nav-item {
    position: relative;
}
.hero ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.hero:after {
    background-image: url("hero-overlay.png");
    background-size: contain;
    background-position: bottom center;
    background-repeat: no-repeat;
    position: absolute;
    content: "";
    width: 100%;
    height: 4.8rem;
    bottom: 0;
}













@keyframes underline-animation {
    0% {
        width: 100%;
    }
    30% {
        width: 0%;
    }
    60% {
        width: 100%;
        background-color: #ff0000;
    }
    100% {
        left: 0;
        background-color: #ff0000;
    }
}
/*! noUiSlider - 7.0.10 - 2014-12-27 14:50:47 */
/*2. Elements*/
a {
    color: #000;
    transition: .3s color ease, .3s background-color ease, .3s box-shadow ease;
}
a:hover, a:focus, a:active {
    outline: none !important;
    text-decoration: none;
}
a:hover {
    color: #ff0000;
}
body, html {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    position: relative;
}
html {
    font-size: 62.5%;
}
body {
    font-size: 1.4rem;
    background-color: #f2f2f2;
    height: 100%;
    overflow-x: hidden;
}
h1 {
    font-family: 'Varela Round', sans-serif;
    font-size: 3.6rem;
}
h2 {
    font-family: 'Varela Round', sans-serif;
    font-size: 2.4rem;
    margin-bottom: 4rem;
    padding-top: 1rem;
}
h3 {
    font-family: 'Varela Round', sans-serif;
    font-size: 1.8rem;
    margin-bottom: 2rem;
}
p {
    opacity:.8;
    font-weight: normal;
}
ul {}
section {
    position: relative;
}
header, footer {
    position: relative;
}




.btn {
    display: inline-block;
    position: relative;
    transition: .3s ease;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 500;
    border-radius: .3rem;/*padding: .8rem 1.6rem;*/
    padding: 1.4rem 1.6rem;
    border-width: .1rem;
    outline: none !important;
    cursor: pointer;
}
.btn:hover, .btn:focus, .btn:active {
    outline: none !important;
}
.btn.btn-primary {
    background-color: #ff0000;
    border-color: #ff0000;
}
.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active {
    color: #fff;
    box-shadow: 0 .1rem 1.5rem rgba(0,0,0,.4);
}
.btn.btn-rounded {
    border-radius: 3rem;
}
input[type="text"] {
    box-shadow: inset 0 0 1rem 0 rgba(0,0,0, .1);
    border: .1rem solid rgba(0,0,0, .15);
    border-radius: .3rem;
    color: #363636;
    transition: .3s;
    transform-style: preserve-3d;
    -webkit-appearance: none;
    background-color: #fff;
    font-size: 1.4rem;
    outline: none !important;
    width: 100%;
    height: inherit;
    padding: 1.6rem;
}
input[type="text"]:active, input[type="text"]:focus, input[type="text"]:hover {
    box-shadow: inset  0 0 0 .1rem rgba(0,0,0, 0);
    border: .1rem solid rgba(0,0,0, .25);
}
input[type="text"].small {
    padding: 1rem;
}
label {
    padding-bottom: .5rem;
    margin-right: 1rem;
}






/*4. Universal classes*/

.has-dark-background h2, .has-dark-background h3, .has-dark-background p {
    color: #fff;
}
.text-caps {
    text-transform: uppercase;
    font-size: 1.1rem;
    font-weight: 700;
}
.width-100 {
    width: 100% !important;
}