@charset "UTF-8";

/*------------------------
[TABLE OF CONTENTS]
    
1. GLOBAL STYLES
2. NAVBAR
3. HERO
4. TABS
5. TESTIMONIALS
6. IMAGE GALLERY
7. PRICING
8. CALL TO ACTION
9. FOOTER

------------------------*/


/* GLOBAL
----------------------*/



body {
    font-family: 'Rubik', sans-serif;
    position: relative;
}

::-moz-selection { background: transparent; }
::selection { background: transparent; }

a {
    color: #6e6e6e;
}

a:hover,
a:focus {
    color: #000;
}

.button { width: 90%; line-height: 40px; color: #fff; background: #126819; border-radius: 5px; text-align: center; margin: 0 auto; font-size: 20px;}
.button:hover {color: #fff; background: #329039; text-decoration: none;}
.button2 { color: #fff; background: #126819; border-radius: 5px; text-align: center; margin: 20px auto; font-size: 20px; padding: 5px 17px;}
.button2:hover {color: #fff; background: #329039; text-decoration: none;}


/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #13a3dc; 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #077dac; 
}

.pricing img {
    border-radius: 5px;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}


.pricing img:hover {
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.top-20 {padding-top: 20px;}


#banner {width: 100%;
    border: 0px solid #0F0;
    float: left;
    position: relative;
    overflow: hidden;}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
   margin: 0 auto;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }


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

.centered-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 44%;
  left: 0;
  opacity: 0.5;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 91px;
  width: 50px;
  background: transparent url("../slider/themes.png") no-repeat left top;
  /*margin-top: -40px;*/
  }

@media (max-width:767px) {
    .centered-btns_nav {
        top: 34%;
        height: 60px;
    width: 30px;
    background-size: 200%;
    }
}

.centered-btns_nav:active {
  opacity: 1.0;
  }

.centered-btns_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }

.transparent-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 0;
  left: 0;
  display: block;
  background: #fff; /* Fix for IE6-9 */
  opacity: 0;
  filter: alpha(opacity=1);
  width: 48%;
  text-indent: -9999px;
  overflow: hidden;
  height: 91%;
  }

.transparent-btns_nav.next {
  left: auto;
  right: 0;
  }

.large-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  opacity: 0.6;
  text-indent: -9999px;
  overflow: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  background: #000 url("../slider/themes.gif") no-repeat left 50%;
  width: 38px;
  }

.large-btns_nav:active {
  opacity: 1.0;
  }

.large-btns_nav.next {
  left: auto;
  background-position: right 50%;
  right: 0;
  }

.centered-btns_nav:focus,
.transparent-btns_nav:focus,
.large-btns_nav:focus {
  outline: none;
  }

.centered-btns_tabs,
.transparent-btns_tabs,
.large-btns_tabs {
  margin-top: 10px;
  text-align: center;
    display: none;
  }

.centered-btns_tabs li,
.transparent-btns_tabs li,
.large-btns_tabs li {
  display: inline;
  float: none;
  _float: left;
  *float: left;
  margin-right: 5px;
  }

.centered-btns_tabs a,
.transparent-btns_tabs a,
.large-btns_tabs a {
  text-indent: -9999px;
  overflow: hidden;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #ccc;
  background: rgba(0,0,0, .2);
  display: inline-block;
  _display: block;
  *display: block;
  -webkit-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  -moz-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  width: 9px;
  height: 9px;
  }

.centered-btns_here a,
.transparent-btns_here a,
.large-btns_here a {
  background: #222;
  background: rgba(0,0,0, .8);
  }

h1 {
    font-size: 60px;
    font-weight: 300;
    letter-spacing: -1px;
    margin-bottom: 1.5rem;
    font-family: 'Pacifico', cursive;
}

h2 {
    font-size: 45px;
    font-weight: 300;
    color: #3b2b1e;
    letter-spacing: -1px;
    margin-bottom: 1rem;
    font-family: 'Pacifico', cursive;
}

h3 {
    color: #124b98;
    font-size: 33px;
    font-family: 'Pacifico', cursive;
}

h4 {
    font-size: 25px;
   font-family: 'Pacifico', cursive;
}

h5 {
    font-size: 28px;
    margin-bottom: 0.7rem;
   font-family: 'Pacifico', cursive;
}

p {
    color: #333;
    font-size: 18px;
}

p.lead {
    color: #1faae2;
    margin-bottom: 2rem;
}

.text-primary {
    color: #666 !important;
}

.light-font {
    font-weight: 300;
}

.btn {
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0.375rem 1.35rem;
    transition: all 0.3s ease;
}

.btn-outline-light:hover {
    color: #d6619c;
}

.btn-primary {
    border-radius: 3px;
    background-image: -moz-linear-gradient( 122deg, #e54595 0%, #fd378e 100%);
    background-image: -webkit-linear-gradient( 122deg, #e54595 0%, #fd378e 100%);
    background-image: -ms-linear-gradient( 122deg, #e54595 0%, #fd378e 100%);
    background-image: linear-gradient( 122deg, #e54595 0%, #fd378e 100%);
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.2);
    font-weight: 500;
    padding: 0.6rem 2rem;
    border: 0;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    background-image: linear-gradient( 122deg, #fd378e 0%, #e54595 100%);
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.3);
    color: #FFF;
}

.btn-light {
    border-radius: 3px;
    background: #FFF;
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.26);
    font-size: 14px;
    font-weight: 500;
    color: #3b2b1e;
    margin: 0.5rem;
    padding: 0.7rem 1.6rem;
    line-height: 1.8;
}

.btn-group-lg>.btn,
.btn-lg {
    padding: 0.8rem 1rem;
    font-size: 15px;
}

#contact .col-lg-4 { margin-top: 20px;}
.contact .col-lg-4 { margin-top: 20px;}

.light-bg {
background: url("../images/outdoor.webp") repeat #02920c;
    background-size: cover;

}

.white-bg {
    background-image: url("../images/white-bg.webp")!important;
    background-repeat: no-repeat;
    background-attachment: fixed!important;
    background-position: center;
    background-size: cover;
    background-color: #fff;

}
/*.navbar-collapse {background: url("../images/menu-bg.png") no-repeat 0px 185px;}*/


.light-bg p {color: #fff; }
.light-bg a {color: #fff; }


.section-title {
    text-align: center;
    margin-bottom: 1rem;
    margin-top: 2rem;
}

.section-title small {
    color: #998a9b;
}


.tariff_note { padding:0; margin:12px 0 9px 2px; width:94%; float:left; color:red; font-size:12px; text-align: justify;}
.tariff_table { border-top:1px solid #d7d7d7; border-left:1px solid #d7d7d7; padding:0; margin:5px 0 14px 0px; font-size:17px; width: 100%;}
.tariff_table td { border-bottom:1px solid #d7d7d7; border-right:1px solid #d7d7d7; padding:6px; text-align: left;}
/*.tariff_table tr:hover { background:#f3f3f3; color: #000;}*/
.tariff_table3 { border-top:1px solid #d7d7d7; border-left:1px solid #d7d7d7; padding:0; margin:15px 0 25px 0px; font-size:15px; width: 75%;}
.tariff_table3 td { border-bottom:1px solid #d7d7d7; border-right:1px solid #d7d7d7; padding:6px;}
/*.tariff_table3 tr:hover { background:#f3f3f3; color: #000;}*/
.tariff_day {font-size: 18px;font-weight: bold;color: #3b2b1e;line-height: 25px; letter-spacing: 1px;}
.tariff_day img {width: 30px; height: 30px; margin-right: 7px;}
strong {letter-spacing: 1px;}

.card.pricing img {max-width: 100%}


@media (max-width:767px) {
    h1 {
        font-size: 40px;
    }
    h2 {
        font-size: 30px;
    }
}

.gallery .hidden {
    overflow: hidden;
}

/* NAVBAR
----------------------*/

.menu-is-open .navbar-collapse ul {margin-top: 130px;}
.menu-is-open  .navbar-collapse ul li a {font-size: 29px;
    font-weight: 600; }

.nav-menu {
    /*padding: .3rem 0;*/
    transition: all 0.3s ease;
    box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
}

.nav-menu.is-scrolling,
.nav-menu.menu-is-open {
    background-color: #fff;
    /*background-color: rgb(74, 13, 143);
    background: -moz-linear-gradient(135deg, rgb(74, 13, 143) 0%, rgb(250, 42, 143) 100%);
    background: -webkit-linear-gradient(135deg, rgb(74, 13, 143) 0%, rgb(250, 42, 143) 100%);
    background: linear-gradient(135deg, rgb(74, 13, 143) 0%, rgb(250, 42, 143) 100%);
*/
    -webkit-box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
    
}

.nav-menu.menu-is-open {
    padding-bottom: 500px!important;
}

.nav-menu.is-scrolling {
    padding: 0;
}

.nav-menu.is-scrolling .navbar-brand img{
   width: 120px;
}

@media screen and (max-width: 767px) {
    
    .nav-menu .navbar-brand img{
   width: 120px;
}
    
  .nav-menu.is-scrolling .navbar-brand img{
   width: 120px;
}

}

.navbar-nav .nav-link {
    position: relative;
    font-family: 'Pacifico', cursive;
    font-size: 24px;
}

@media (min-width: 1024px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .6rem;
        padding-left: .6rem;
        font-size: 14px;
        color: #fff;
    }
    
    .navbar-nav>.nav-item>.nav-link.active:after {
        content: "";
        border-bottom: 2px solid #fff;
        left: 1rem;
        right: 1rem;
        bottom: 5px;
        height: 1px;
        position: absolute;
    }
}



@media (max-width:1024px) {
    .navbar-nav.is-scrolling {
        padding-bottom: 1rem;
    }
    
    .navbar-expand-lg .navbar-nav .nav-link {
       padding-right: .4rem;
        padding-left: .8rem;
        font-size: 20px;
        color: #fff;
    }
    .navbar-nav .nav-item {
        text-align: center;
    }
    
    .about {margin-top: 160px;}
}


/* HERO
----------------------*/

header {
    padding: 60px 0 0;
    text-align: center;
    color: #FFF;
}

@media screen and (max-width: 1024px) {
     header {padding: 0;}
    .home-slider {padding: 60px 0 0;}
}

.bg-gradient {
    background-color: #fff;
/*
    background-image: -moz-linear-gradient( 135deg, rgba(60, 8, 118, 0.8) 0%, rgba(250, 0, 118, 0.8) 100%);
    background-image: -webkit-linear-gradient( 135deg, rgba(60, 8, 118, 0.8) 0%, rgba(250, 0, 118, 0.8) 100%);
    background-image: -ms-linear-gradient( 135deg, rgba(60, 8, 118, 0.8) 0%, rgba(250, 0, 118, 0.8) 100%);
    background-image: linear-gradient( 135deg, rgba(60, 8, 118, 0.8) 0%, rgba(250, 0, 118, 0.8) 100%);
*/
}

.tagline {
    font-size: 23px;
    font-weight: 300;
    color: #ffb8f6;
    max-width: 800px;
    margin: 0 auto;
}

.img-holder {
    height: 0;
    padding-bottom: 33%;
    overflow: hidden;
}


.section {padding: 60px 0 60px 0;}


@media (max-width:1200px) {
    .img-holder {padding-bottom: 50%;}
}


.about {padding: 600px 0 40px 0;}

@media (max-width: 1024px) {
.about {padding: 400px 0 40px 0;}
}

@media (max-width:991px) {
    .card.features {
        margin-bottom: 2rem;
    }
    [class^="col-"]:last-child .card.features {
        margin-bottom: 0;
    }
    
    .section {padding: 25px 0 30px 0;}
    .about {padding: 180px 0 0 0;}
}



@media (max-width:767px) {
    .tagline {font-size: 17px;}
    .img-holder {padding-bottom: 100%;}
    .section {padding: 40px 0 40px 0;}
    .about {padding: 130px 0 0 0;}
}



@media (max-width:567px) {
    .section {padding: 50px 0 50px 0;}
    .about {padding: 50px 0 0 0;}
    
}

@media (max-width:420px) {
    
    .section {padding: 40px 0 40px 0;}
    .about {padding: 50px 0 0 0;}
    }


/* FEATURES
----------------------*/

.gradient-fill:before {
    color: #fc73b4;
    background: -moz-linear-gradient(top, #9477b4 0%, #fc73b4 100%);
    background: -webkit-linear-gradient(top, #9477b4 0%, #fc73b4 100%);
    background: linear-gradient(to bottom, #9477b4 0%, #fc73b4 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.card.features {
    border: 0;
    border-radius: 3px;
    box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
}



.card.features:before {
    content: "";
    position: absolute;
    width: 3px;
    color: #fc73b4;
    background: -moz-linear-gradient(top, #9477b4 0%, #fc73b4 100%);
    background: -webkit-linear-gradient(top, #9477b4 0%, #fc73b4 100%);
    background: linear-gradient(to bottom, #9477b4 0%, #fc73b4 100%);
    top: 0;
    bottom: 0;
    left: 0;
}

.card-text {
    font-size: 14px;
}

.card.features:hover {
    transform: translateY(-3px);
    -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
}

.box-icon {
    box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.14);
    padding: 10px;
    width: 70px;
    border-radius: 3px;
    margin-bottom: 1.5rem;
    background-color: #FFF;
}

.circle-icon {
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
    padding: 10px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-bottom: 1.5rem;
   background-color: #41ad49;
    color: #fff;
    font-size: 40px;
    text-align: center;
    line-height: 40px;
    font-weight: 300;
    transition: all 0.3s ease;
}

@media (max-width:992px) {
    .circle-icon {
        width: 70px;
        height: 70px;
        font-size: 28px;
        line-height: 50px;
    }
}

/*
.ui-steps li:hover .circle-icon {
    background-image: -moz-linear-gradient( 122deg, #e6388e 0%, #fb378e 100%);
    background-image: -webkit-linear-gradient( 122deg, #e6388e 0%, #fb378e 100%);
    background-image: -ms-linear-gradient( 122deg, #e6388e 0%, #fb378e 100%);
    background-image: linear-gradient( 122deg, #e6388e 0%, #fb378e 100%);
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.09);
    color: #FFF;
}
*/

.ui-steps li {
    padding: 15px 0;
}

/*
.ui-steps li:not(:last-child) {
    border-bottom: 1px dotted #3b2b1e;
}
*/

.perspective-phone {
    position: relative;
    z-index: -1;
}

@media (min-width:992px) {
    .perspective-phone {
        margin-top: -150px;
    }
}


/*  TABS
----------------------*/

.tab-content {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    background-color: #FFF;
    box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.04);
    padding: 3rem;
}

@media (max-width:992px) {
    .tab-content {
        padding: 1.5rem;
    }
}

.tab-content p {
    line-height: 1.8;
}

.tab-content h2 {
    margin-bottom: 0.5rem;
}

.nav-tabs {
    border-bottom: 0;
}

.nav-tabs .nav-item .nav-link,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    padding: 1rem 1rem;
    border-color: #faf6fb #faf6fb #FFF;
    font-size: 19px;
    color: #b5a4c8;
    background: #f5eff7;
}

.nav-tabs .nav-link.active {
    background: #FFF;
    border-top-width: 3px;
    border-color: #ce75b4 #faf6fb #FFF;
    color: #3b2b1e;
}


/*  TESTIMONIALS
----------------------*/

.testimonials h5 {font-size: 20px;}

.owl-carousel .owl-item img.client-img {
    width: 110px;
    margin: 30px auto;
    border-radius: 50%;
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
}

.testimonials-single {
    text-align: center;
    max-width: 80%;
    margin: 0 auto;
}

.testimonials-single p{
   font-size: 14px;
}

.blockquote {
    font-weight: 300;
    font-size: 18px;
}

.owl-next.disabled,
.owl-prev.disabled {
    opacity: 0.5;
}

.owl-prev,
.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.owl-prev.disabled, .owl-next.disabled { display: none;}

.owl-prev {
    left: 0;
}

.owl-next {
    right: 0;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 20px;
}

.owl-theme .owl-dots .owl-dot span {
    background: #d1d1d1;
    width: 20px;
    height: 8px;
    border-radius: 10px;
    transition: all 0.3s ease-in;
}

.owl-theme .owl-dots .owl-dot:hover span {
    background: #126819;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: #126819;
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
}


/*  IMAGE GALLERY
----------------------*/

.img-gallery .owl-item {
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
    transform: scale(0.8);
    transition: all 0.3s ease-in;
}

.img-gallery .owl-item span{
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-color:#fff;
    color: #000;
    text-align: center;
    width: 100%;
    line-height: 40px;
    display: block;
    border-radius: 0 0 15px 15px;
}

.img-gallery .owl-item.center {
    transform: scale(1);
}


/*  PRICING
----------------------*/

@media (max-width:992px) {
    .card-deck {
        -ms-flex-direction: column;
        flex-direction: column;
       
    }
    .card-deck .card {
        margin-bottom: 15px;
    }
}

.card.pricing {
    border: 1px solid #f1eef1;
    margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .card.pricing {
    margin-bottom: 15px;
}  
}

.card.pricing.popular {
    border-top-width: 3px;
    border-color: #ce75b4 #faf6fb #FFF;
    box-shadow: 0px 12px 59px 0px rgba(36, 7, 31, 0.11);
    color: #3b2b1e;
}

.card.pricing .card-head {
    text-align: center;
    padding:0px;
}

.card.pricing .card-head .price {
    display: block;
    font-size: 45px;
    font-weight: 300;
    color: #3b2b1e;
}

.card.pricing .card-head .price sub {
    bottom: 0;
    font-size: 55%;
}

.card.pricing .list-group-item {
    border: 0;
    text-align: center;
    color: #6e6e6e;
    padding: 1.05rem 1.25rem;
}

.card.pricing .list-group-item del {
    color: #d9d3d8;
}

.card.pricing .card-body {
    padding: 1.75rem;
}


/*  CALL TO ACTION
----------------------*/

.call-to-action {
    text-align: center;
    color: #FFF;
    margin: 3rem 0;
}

.call-to-action .box-icon {
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
    transform: scale(0.85);
    margin-bottom: 2.5rem;
}

.call-to-action h2 {
    color: #FFF;
}

.call-to-action .tagline {
    font-size: 16px;
    font-weight: 300;
    color: #ffb8f6;
    max-width: 650px;
    margin: 0 auto;
}

.btn-light img {
    margin-right: 0.4rem;
    vertical-align: text-bottom;
}


/*  FOOTER
----------------------*/

.social-icons {
    text-align: left;
}

.social-icons a {
    background-color: #FFF;
    box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.05);
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    margin: 0 0.3rem;
    border-radius: 5px;
    color: #3b2b1e;
    transition: all 0.3s ease;
    border: 1px solid #dcdcdc;
}

.social-icons a:hover {
    text-decoration: none;
    color: #048331;
}

@media (max-width:991px) {
    .social-icons {
        margin-top: 2rem;
    }
}