@charset "utf-8";
/* CSS Document */

/* Reset ================================================================================= */
.media {
  // Proper spacing between instances of .media
  margin-top: 15px;

  &:first-child {
    margin-top: 0;
  }
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

// Reset margins on headings for tighter default spacing
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

// Media list variation
//
// Undo default ul/ol styles
.media-list {
  padding-left: 0;
  list-style: none;
}
.container-fluid{
    padding-left: 15px;
    padding-right: 15px;
}
body          {
font-family: 'Nunito', sans-serif; line-height: 1.8; overflow-x: hidden;
background-color: #f7f7f7;
color: #777777;
font-weight: 400;
font-size: 16px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
    font-family: 'Nunito';
    color: #484848;
    line-height: 1.2;
    font-weight: 700;
}
#wrapper {
    margin: 0 auto;
    max-width: 1830px;
}
.top-header{
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
    padding:25px 0;
    background: #f5f5f5;
    z-index: 99;
}
.top-header h4 {
    font-size: 20px;
    font-style: italic;
    margin-top: 30px;
    color: #000;
}
a{
    outline: none;
}
p {
    font-size: 13px;
    margin: 20px 0 10px;
}
img{    
    height: auto;
    max-width: 100%;
}
a:hover,a:focus{
    outline: none;
    text-decoration: none;
    color:#ff5a5f;
}
a{
    color:#3e4750;
        -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
}

.main-content {
	background-repeat:no-repeat;
	background-size:cover;
    margin: 0 auto;
}
.wrap-img {
	transition: all 200ms ease 0s;
    -webkit-transition: all 200ms ease 0s;
    -moz-transition: all 200ms ease 0s;
    margin:0px auto;
    position: relative;

}
.wrap-img a{
    transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    display: block;
    position: relative;
}
.max-1700{
    max-width: 1700px;
    margin-left: auto;
    margin-right: auto;
}
.max-1700 .row{
    margin-left: -5px;
    margin-right: -5px;
}
.max-1700 .col-xs-12{
    padding-left: 5px;
    padding-right: 5px;
}
.img-bg {
    display: block;
    position: relative;
}
.img-bg .img-skin {
    background-position: center 0;
    background-repeat: no-repeat;
    position:absolute;
    width:100%;
    height:340px;
    left:0;
    background-size:100% auto;
    transition: all 2s ease-out 0s;
    -webkit-transition: all 2s ease-out 0s;
    -moz-transition: all 2s ease-out 0s;
    -ms-transition: all 2s ease-out 0s;
    -o-transition: all 2s ease-out 0s;
}
.title-demo {
    font-size:18px;
    font-weight: 700;
	margin:5px 0 30px;
    text-align: center;
}
#special .title-demo{
    margin-top: 25px;
}
.wow:hover .title-demo a{
    color: #ff5a5f;
}
.bg-text-theme{
    font-weight: 700;
    text-transform: uppercase;
    color: #ffbf43;
    font-size: 40px !important;
}
.btn {
    background: transparent;
    padding: 15px 30px; 
    color: #ff5a5f;
    border-radius: 3px;
    line-height: 1.4;
    font-size: 16px;
    font-weight: 600;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
	background:#fff;
}
@media(max-width: 1200px){
    .btn{
        padding:10px 25px;
    }
}
.btn:hover{
    color: #fff;
    background-color: #ff5a5f;
}
.velaLogo{
    padding:0px 50px;
    text-align:left;
}
.text-theme{
    color:#feda0a;
}
.get-start-btn{
    border-bottom: 2px solid #ffffff;
    color: #ffffff;
    font-size: 20px;
    text-transform: capitalize;
}
.get-start-btn:hover,
.get-start-btn:active{
    color:#e5e5e5;
}
.header-title{
    font-size: 30px;
    margin:0;
    line-height: 1.3;
    text-transform: capitalize;
}
.footerTextRight{
    text-align:right;    
}
.topheader-inner{
    position: absolute;
    top:50%;
    left: 0;
    width: 100%;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%); // IE9 only
       -o-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.footerTextLeft{
    text-align:left;
}
.footerTextLeft span{
    font-size:28px;
    font-weight:bold;
    line-height:50px;
    color:white;
    display:inline-block;
    vertical-align:middle;
	text-transform: uppercase;
}
@media (max-width:768px){
    .footerTextLeft{
        text-align:center;
    }
    .footerTextLeft span{
        font-size:20px;
        margin-bottom:20px;
    }
}
.list-shop .title-shop{
    font-size:36px;
    margin:0 0 20px;
}
.list-shop{
    margin-top: 30px;
}
.list-shop ul{
    list-style: none;
    padding:0;
    margin:0;
    font-size:18px;
}
.list-shop ul li{
    margin-bottom: 10px;
}
.img-des1{
    margin-top: 30px;
}
.row-header{
    padding:30px 0;
}
.header-full{
    max-width: 1800px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
    padding-bottom: 20px;
}
@media(min-width: 1200px){
    .img-des1{
        margin-top: 70px;
    }
    .row-header{
        padding:100px 0;
    }
}
@media(min-width: 768px){
    .list-shop.list1{
        margin-top: 80px;
    }
}
.list-shop ul li:before{
    width: 11px;
    height: 11px;
    border-radius: 50%;
    border:1px solid #19c880;
    content: '';
    display: inline-block;
    vertical-align: baseline;
    margin-right: 12px;
}
.list-shop .description{
    font-size:18px;
}
.footerTextRight .btnLandingpage{
    margin:0px;
    padding:0px 30px;
    border-radius:0px;
    border:0px;
    background-color:#ffbf43;
    color:white;
    text-transform:uppercase;
    font-weight:bold;
    font-size:16px;
    height:50px;
    line-height:50px;
}
.titleLandingpage{
    position: relative;
    text-align: center;
    margin:10px 0;
}
.titleLandingpage h3{
    position: relative;
    margin: 0px;
    padding: 14px 0;
    font-family: Poppins;
    font-size: 35px;
    font-weight: bold;
    color: #ffbf43;
    text-transform: uppercase;
}
.titleLandingpage span{
    font-size: 100px;
    font-weight: 500;
    color: #333;
    opacity: 0.1;
    filter: alpha(opacity=10);
    position: absolute;
    top: 55px;
    left: 0px;
    right: 0px;
    line-height: 74px;
}
.right-header{
    margin: 3px 0 0;
}
.logo{
    margin-top:5px;
}
.apus-header{
    position: fixed;
    z-index: 9;
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
    z-index: 99;
    background-color: transparent;
}
.action-top-menu{
    -webkit-transition: position 0.2s ease-in-out 0s;
    -moz-transition: position 0.2s ease-in-out 0s;
    transition: position 0.2s ease-in-out 0s;
}
.action-top-menu.stick{
    background:#ff5a5f;
    z-index: 9;
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
    padding:20px 0;
    margin:0;
}
.inner-menu{
   max-width: 1710px;
   margin:auto;
}
.action-top-menu.stick .navbar .menu li.active a{
    text-decoration:underline;
}
.menu{
    margin:9px 0 0;
    list-style: none;
    padding:0;
    text-align: center;
    display: block;
    float: none;
}
.menu li{
    display: inline-block;
    float: none;
}
.navbar .menu li a{
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    font-size: 16px;
    margin: 0 20px;
    padding: 0;
    color: #fff;
}
.navbar .menu li.active > a,
.navbar .menu li:hover > a{
    color:#fff ;
    background: transparent !important;
}
.navbar-inverse{
    background: transparent;
    border:none;
    min-height: 0;
    margin:0;
}
.sub-title{
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
}
.header-title{
    font-size: 70px;
    color: #fff;
}
.btn-page{
    padding:12px 30px;
    background: #212121 !important;
    text-transform: uppercase;
    border: 0!important;
    color:#fff;
    font-size: 12px;
    font-weight: 800;
}
.btn-page:hover{
    background: #111 !important;
    color:#fff;
}
.footer{
    background:url('../images/bg-footer.jpg') center center;
    position: relative;
    padding:40px 0;
}
.food{
    margin: 0 0 15px;
    font-size: 25px;
    color: #fff;
}
.footerText {
    margin: 20px 0;
}
@media(min-width: 1200px){
    .footerText {
        font-size: 18px;
        margin: 40px 0;
    }
    .food{
        font-size: 40px;
        margin-bottom: 35px;
    }
    .footer{
        padding:222px 0;
    }
    .title-elementor{
        font-size: 36px;
    }
    #integrations{
        margin-bottom: 30px;
    }
    .title-elementor{
        margin:60px 0;
    }
}
.btn-theme{
    border-color:#ff5a5f;
    background: #ff5a5f;
    color:#fff;
}
.btn-theme:hover,
.btn-theme:focus{
    border-color:#ff5a5f;
    background: #ff5a5f;
    color:#fff;
}
.btn-theme.btn-outline{
    background: transparent;
    color:#a1d407;
    border-color:#a1d407;
}
.btn-theme.btn-outline:hover,
.btn-theme.btn-outline:active{
    background: darken(#a1d407,10%);
    color:#fff;
    border-color:darken(#a1d407,10%);
}
.features{
    margin-bottom:35px;
}
.section-features{
    overflow: hidden;
    padding:0 0 30px;
}
.media-left img{
    width:100px;
    max-width: none;
}
.media-left, .media > .pull-left{
    padding-right: 30px;
}
.media-body .title{
    font-size: 20px;
    font-weight: 800;
    margin: 0 0 10px;
    text-transform: capitalize;
}
.media-body{
    font-size: 14px;
}
@media (max-width:1024px ) {
    .menu li a{
        font-size: 13px;
        margin: 0 5px;
    }
    .media-left img{
        width: 70px;
    }
    .media-left, .media > .pull-left{
         padding-right: 15px;
    }
}
@media (max-width:991px ) {
    .logo{
        text-align: center;
        margin: 0 0 10px;
    }
}
@media (max-width:767px ) {
    .header-title{
        font-size: 25px;
    }
    .media{
        margin-bottom: 10px;
    }
    .des-title{
        font-size: 15px;
    }
    .title{
        font-size: 25px;
    }
}
.short .img-bg .img-skin,
.short .img-bg,
.short .wrap-img{
    height: 360px;
}
.row-15{
    margin-right: -7.5px;
    margin-left: -7.5px;
}
.row-15 [class *="col-"]{
    padding-right:7.5px;
    padding-left:7.5px;
}
.short img{
    margin-bottom: 30px;
}
.short > .row{
    margin-bottom: 50px;
}
.short .spa-20{
    margin-bottom: 21px;
}
.section-short .wrap-img a{
    height: 100px;
}
.section-short .wrap-img{
    height: 100px;
    margin-bottom: 30px;
    max-width: 100%;
}
.section-short{
    margin-bottom: 30px;
}
.footer-images .wrap-img,
.footer-images .wrap-img a{
    height: auto;
}
.big-title{
    font-size: 30px;
    margin:0 0 20px;
}
.topheader  .des{
    margin:20px 0;
    color: #3e4750;
}
.action{
    margin-bottom: 20px;
}
@media(min-width: 1200px){
    .big-title{
        font-size: 55px;
    }
    .topheader  .des{
        font-size: 18px;
        margin:30px 0 40px;
    }
    .action{
     margin-bottom: 90px;
    }
}
.topheader {
    background: #ff5a5f;
    padding-top: 170px;
}
.img-header{
    transform:translateY(26px);
    -webkit-transform:translateY(26px);
}
.btn-white{
    background: #fff;
    color: #ff5a5f;
}
.btn-white:hover,
.btn-white:focus{
    background: #fff;
    color: #ff5a5f;
}
.btn-dark{
    background: #3e4750;
    color: #fff;
}
.btn-dark:hover,
.btn-dark:focus{
    background: #2a2e32;
    color: #fff;
}
.top-wrapper {

}
.top-wrapper .title{
    font-size: 25px;
    margin:0 0 10px;
}
.top-wrapper {
    margin:40px 0 20px;
}

#header .link-header{
    display: block;
    margin-bottom: 30px;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
}
#header .link-header:last-child{
    margin-bottom: 0 !important;
}
.featured .col-xs-12 .title{
    font-size: 20px;
    margin: 25px 0 10px;
}
#special,
#header{
    padding-bottom: 30px;
}
@media(min-width: 768px){
    .clear-sm{
        clear: both;
    }
}
@media(min-width: 768px) and (max-width: 991px){
    .second{
        clear: both;
    }
}
.main-content > div{
    padding-bottom: 20px;
}
@media(min-width: 1200px){
    .main-content > div{
        padding-bottom: 50px;
    }
    .top-wrapper .title{
        font-size: 36px;
    }
    .top-wrapper {
        margin:85px 0 50px;
    }
}
.bg-dark{
    background: #f8f8f8;
}
.bg-white{
    background: #fff;
}
.bg-green{
    background: #ff5a5f;
}
#support{
    background: #3e4750;
}
.bg-black{
    background: #3a434c;
}
#partner img{
    margin:0 15px 20px;
}
.title-box{
    font-size: 20px;
    margin:10px 0 15px;
}
.max-1550{
    max-width: 1550px;
    margin-left: auto;
    margin-right: auto;
}
.max-960{
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}
.max-650{
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
}
.featured img{
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
}
.link-header:hover,.link-header:focus,
.featured .col-xs-12:hover img{
    box-shadow: 0 2px 15px 0 rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 2px 15px 0 rgba(0,0,0,0.1);
}
@media(max-width: 991px){
    .header-full .navbar{
        float: none !important;
    }
}
@media(max-width: 767px){
    .navbar .menu li a{
        margin: 0 5px;
    }
    .big-title {
        font-size: 26px;
    }
    .menu{
        margin:0;
    }
    .topheader{
        padding: 150px 0 10px;
    }
    .food{
        font-size: 20px;
        margin-bottom: 20px;
    }
}
.header-top{
    margin-top: 20px;
    background: url(../images/bg-header.jpg);
    background-size: cover;
    background-repeat:no-repeat;
    border-radius:6px;
    background-attachment: fixed;
    padding-bottom: 20px;
}
.header-top .des{
    color: #fff;
    margin-bottom: 30px;
}
.header-top .big-title{
    color: #fff;
}
.action-top-menu{
    padding:15px 0;
}
.slick-dots{
    padding:30px 0 0;
    margin:0;
    list-style:none;
    text-align: center;
}
.slick-dots li{
    display: inline-block;
    margin:0 5px;
    padding:3px;
    border:1px solid #ff5a60;
    background-color: #fff;
    border-radius: 50px;
    width: 14px;
    height: 14px;
    overflow:hidden;
    cursor: pointer;
}
.slick-dots li button{
    border-radius: 50px;
    width: 6px;
    height: 6px;
    background: #fff;
    border:0;
    padding:0;
    text-indent: -999em;
}
.slick-dots li.slick-active {

}
.slick-dots li.slick-active button{
    background:#ff5a60;
}
#property{
    padding-bottom: 0 !important;
}
@media(min-width: 1700px){
    .container-fluid{
        padding-left: 60px;
        padding-right: 60px;
    }
    .action-top-menu{
        margin-bottom: 50px;
    }
    .header-top{
        padding-bottom: 60px;
    }
}
@media(max-width: 1199px){
    .navbar .menu li a{
        margin: 0px 8px;
    }
}
@media(min-width: 768px){
    .flex-middle-sm{
        display: -webkit-flex; /* Safari */
        -webkit-align-items: center; /* Safari 7.0+ */
        display: flex;
        align-items: center;
    }
    .header-top{
        margin-top: 40px;
    }
    .action-top-menu{
        padding:30px 0;
    }
    .slick-dots{
        padding-top: 60px;
    }
}

@media(min-width: 992px){
    .flex-middle-md{
        display: -webkit-flex; /* Safari */
        -webkit-align-items: center; /* Safari 7.0+ */
        display: flex;
        align-items: center;
    }
    .hidden-md-special{
        display: none !important;
    }
}
.slick-responsive {
    margin-left:-15px;
    margin-right:-15px;
}
.slick-slide {
    padding-right: 15px;
    padding-left: 15px;
}
.slick-slide img{
    margin: auto;
}