@charset "utf-8";
/* CSS Document */

/* Reset ================================================================================= */
* { margin:0; padding:0; }
.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;
}

body          {
font-family: 'Rubik', sans-serif; font-size: 14px; color:#000000; line-height: 1.6; overflow-x: hidden;
background-color: #FFF;
color: #616161;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
    font-family: 'Rubik';
    font-weight: 500;
    color: #212121;
    line-height: 1.5
}
#wrapper {
    margin: 0 auto;
}
.top-header{
        position: fixed;
    top:0;
    left: 0;
    width: 100%;
    z-index: 99;
}
.top-header h4 {
    font-family: 'Rubik', serif;
    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;
}
a{
    color:#212121;
}
.main-content {
	background-repeat:no-repeat;
	background-size:cover;
    margin: 0 auto;
}
.decs-content {
	text-align: center;
	padding: 150px 0;
	margin-bottom:40px;
	position: relative;
    background: url('../images/bg-header.jpg') repeat fixed left top;
}
.wrap-img {
	background:#fff;
    border:1px solid rgba(0,0,0,0.15);
	transition: all 200ms ease 0s;
    -webkit-transition: all 200ms ease 0s;
    -moz-transition: all 200ms ease 0s;
    max-width:450px;
    height: 575px;
    margin:0px auto;
    position: relative;
}
.wrap-img a{
    display: block;
    position: relative;
}
.wrap-img:before{
        transition: all 200ms ease 0s;
    -webkit-transition: all 200ms ease 0s;
    -moz-transition: all 200ms ease 0s;
    content: '';
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height: 100%;
    background: rgba(0,0,0,0.25);
        opacity: 0;
    filter: alpha(opacity=0);
    z-index: 1;
}
.wrap-img:hover:before{
        opacity: 1;
    filter: alpha(opacity=100);
}
.wrap-img:hover .btn-page{
        opacity: 1;
    filter: alpha(opacity=100);
}
.wrap-img .btn-page{
    position: absolute;
    left: 50%;
    top:50%;
            opacity: 0;
    filter: alpha(opacity=0);
    z-index: 22;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%); // IE9 only
       -o-transform: translate(-50%,-50%);
          transform: translate(-50%, -50%);
            transition: all 200ms ease 0s;
    -webkit-transition: all 200ms ease 0s;
    -moz-transition: all 200ms ease 0s;
}
.img-bg {
    display: block;
    height:575px;
    position: relative;
    overflow: hidden;
}
.img-bg .img-skin {
    background-position: center 0;
    background-repeat: no-repeat;
    position:absolute;
    width:100%;
    height:575px;
    left:0;
    background-size:100% auto;
}

.img-bg .img-skin{
    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;
}
.wrap-img:hover .img-skin{
    background-position: center 100%!important;
}
.title-demo {
    font-size: 18px;
    font-weight: 500;
	margin:25px 0 10px;
}
.bg-text-theme{
    font-weight: 700;
    text-transform: uppercase;
    color: #ffbf43;
    font-size: 40px !important;
}
.btn {
    font-family: 'Rubik', serif;
    background: transparent;
    padding: 9px 25px; 
    color: #000;
    border-radius: 50px;
    font-size: 14px;
    -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;
    border-width: 2px;
}
.btn:hover{
    color: #fff;
    background-color: #88b308;
}
.velaLogo{
    padding:0px 50px;
    text-align:left;
}
.header-title{
        font-size: 34px;
        font-weight: 700;
    margin:30px 0;
    text-transform: capitalize;
}
.header-title span{
        border-bottom: 3px solid #ffbf43;
    display: inline-block;
    margin: 0 0 10px;
    padding: 0 0 10px
}
.footer{
	background-color: #333333;
	color: #fff;
}
.footerTextRight{
    text-align:right;    
}
.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;
    }
}
.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;
}
.top-header{
    padding: 20px 30px;
    background: #212121;
}
.section-bg-fix{
    color: #fff;
    background: url('../images/bg-fix.jpg') fixed;
}
.section-bg-fix .top-wrapper{
    padding:30px 0;
}
.section-bg-fix .des,
.section-bg-fix .title{
    color: #fff;
}
.menu{
    margin:9px 0 0;
    list-style: none;
    padding:0;
    text-align: right;
    display: block;
}
.logo{
    margin-top:8px;
}
.menu li{
    display: inline-block;
}
.menu li a{
    color:#fff;
    font-size: 16px;
    font-weight: 400;
    margin: 0 10px;
    text-transform: capitalize;
}
.menu li a:hover,
.menu li a.current{
    color:#e23e1d ;
}
.topheader{
    position: relative;
    height: 80px;
    overflow: hidden;
}
.sub-title{
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
}
.header-title{
    text-transform: uppercase;
    font-size: 60px;
    color: #fff;
    font-weight: 700;
}
.des-title{
    font-size: 24px;
    color: #fff;
    margin: 0 0 40px;
}
.top-wrapper{
    color:#111;
    padding:40px 0 55px;
}
.title{
    font-size: 40px;
    margin: 0;
    font-weight: 400;
}
.des{
    font-size: 16px;
}
.btn-page{
    font-size: 12px;
    padding: 5px 20px;
    background: #e23e1d !important;
    text-transform: uppercase;
    border-color: #e23e1d!important;
    color:#fff;
}
.btn-page:hover,
.btn-page:focus{
    border-color: #b53217!important;
    background: #b53217 !important;
}
.section2{
    background:#f5f5f5;
}
.footer{
    background: url('../images/footer.jpg');
    height: 400px;
    position: relative;
}
.footer-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%);
}
.compyright{
    padding:12px 0;
    background: #e23e1d ;
    color:#fff;
    font-size: 16px;
    font-weight: 400;
}
.food{
    margin: 20px 0;
    text-transform: uppercase;
    font-size: 30px;
    color: #fff;
}
.footerText {
    font-size: 45px;
    font-weight: 300;
    line-height: 1.3;
    margin: 0 0 30px;
}
.btn-theme{
    border-color:#e23e1d;
    background: #e23e1d;
    color:#fff;
}
.btn-theme:hover,
.btn-theme:active{
    border-color:#b53217;
    background: #b53217; 
}
.features{
    margin-bottom:30px;
}
.section-features{
    overflow: hidden;
    padding:0 0 30px;
}
.media-left img{
    width:150px;
    max-width: none;
    box-shadow: 0 0 8px 0 #dedede;
}
.media-left, .media > .pull-left{
    padding-right: 30px;
}
.media-body .title{
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 15px;
    text-transform: capitalize;
}
.media-body{
    font-size: 16px;
}
@media (max-width:1850px ) {
    .menu li a{
        font-size: 15px;
        margin: 0 10px;
    }
}
@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: 40px;
    }
    .media{
        margin-bottom: 10px;
    }
}
.short .img-bg .img-skin,
.short .img-bg,
.short .wrap-img{
    height: 360px;
}
.row1{
    margin-left: -20px;
    margin-right: -20px;
}
.row1 > div{
    text-align:center;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 50px;
}