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

/* Reset ================================================================================= */
* { margin:0; padding:0; }
body {

font-family: 'Poppins', sans-serif;
font-size: 13px; 
line-height: 24px; overflow-x: hidden;
text-align: center;
color: #000000;
font-weight: 500;
background: #ebedec;
}

#wrapper {
    margin: 0 auto;
}
.top-header {
    margin: auto;
	background: transparent;
	padding: 135px 0 110px;
	background: url(../images/header-bg.jpg);
	position: relative;
}
.top-header h1 {   
    font-size: 36px;
    margin-top: 60px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
}
.desLandingpage{
    color: #fff;
    font-size: 16px;
    position: relative;
    margin: 30px auto;
    font-weight: 600;
    text-transform: uppercase;
}
a{
    outline: none;
}
img{    
    height: auto;
    max-width: 100%;
}
a:hover,a:focus{
    outline: none;
    text-decoration: none;
}
.logo{
    padding: 75px 0 15px;
}
.main-content {
	background-repeat:no-repeat;
	background-size:cover;
    margin: 0 auto;
}
.container-fluid {
    max-width: 1400px;
    margin: auto;
}
.decs-content {
	text-align: center;
	position: relative;
}
.wrap-img {
	transition: all 200ms ease 0s;
    -webkit-transition: all 200ms ease 0s;
    -moz-transition: all 200ms ease 0s;
    overflow: hidden;
    margin:0px auto;
    position: relative;
    background: #fff;
    padding: 15px;
}

.wrap-img a.comingsoon:after {
		content: "";
    background-color: rgba(1,1,1,0.5);
    display: block;
    left: 0;
    top: 0;
    right: 0;
    bottom:0;
    position: absolute;
    z-index: 88;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.wrap-img label {
    position: absolute;
    right: -55px;
    top: 15px;
    transform: rotate(35deg);
    padding: 15px 0;
    background-color: red;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: -1px;
    z-index: 999;
    width: 240px;
    height: 60px

}
.img-bg {
    display: block;
    height:595px;
    position: relative;
}
.img-bg:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: block;
    z-index: 10;
    background: transparent;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.img-bg .img-skin {
    background-position: center 0;
    background-repeat: no-repeat;
    position:absolute;
    width:100%;
    height:100%;
    left:0;
    background-size:100% auto;
    -webkit-transition: all 2s ease-in-out 0s;
    -moz-transition: all 2s ease-in-out 0s;
    -ms-transition: all 2s ease-in-out 0s;
    transition: all 2s ease-in-out 0s;
}
.comming-soon .img-bg {
    -webkit-opacity: 0.3;
    -moz-opacity: 0.3;
    -ms-opacity: 0.3;
    opacity: 0.3;
}
.wrap-img .btn {
    position: absolute;
    height: 48px;
    width: 158px;
    color: #fff;
    border: 4px solid #fff;
    text-align: center;
    line-height: 30px;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 20;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    font-size: 14px;
    font-weight: 600;
    border-radius: 0!important;
    margin: auto;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.wrap-img:hover .img-skin {
    background-position: center 100%!important;
}
.wrap-img:hover .img-bg:before {
    background-color: rgba(0,0,0,.3);
}
.wrap-img:hover .btn {
    opacity: 1;
    filter: alpha(opacity=100);
}
.wrap-img .btn:hover {
    background-color: #232323;
    border-color: #232323;
} 
.title-demo {
	margin-top: 15px;   
}
.title-demo a {
    text-transform: uppercase;
    color: #000;
    padding: 20px 0;
    font-size: 18px;
    font-weight: 600;
    display: block;
    margin-bottom: 40px;
    font-family: 'Poppins', sans-serif; 
    -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;
}
.title-demo a:hover {
    text-decoration: underline;
}

.velaLogo{
    position: relative;
}
.rowLast{
    margin-top:50px;
}
.footer{
	background-color: #ebedec;
	padding: 0;
}

.footerTitle {
    font-weight:600;
    line-height:50px;
    color: #000;
    display: block;
    font-size: 36px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
}

.btnLandingpage{
    border: 3px solid #000;
    color: #000;
    display: inline-block;
    font-weight: bold;
    padding: 12px 35px;
    margin-top: 50px;
    border-radius: 0;
    text-transform: uppercase;
    -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;
}
.btnLandingpage:hover {
    color: #fff;
    background-color: #232323;
    border-color: #232323;
}
.titleLandingpage{
    position: relative;
    text-align: center;
}
.titleLandingpage h3{
    position: relative;
    margin: 0px;
    font-size: 24px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    display: block;
    margin: 80px 0 20px;
    font-family: 'Poppins', sans-serif;
}
.titleLandingpage h3 span {
    display: inline-block;
    border-bottom: 3px solid #cf0000;
    margin-bottom: 30px;
}
.titleLandingpage p {
    font-size: 13px;
    max-width: 765px;
    line-height: 28px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    margin: 30px 0 80px;
}

.copyright {
	color: #999999;
	padding: 20px;
	margin-top: 80px;
    background-color: #272727;
}
.copyright a {color: #fff;}
#to_top {
    position: fixed;
    right: 30px;
    padding: 0;
    color: #fff;
    text-align: center;
    width: 40px;
    display: none;
    height: 40px;
    line-height: 40px;
    border-radius: 30px;
    background: #222222;
    bottom: 30px;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
#to_top:hover {
    background: #384d9d;
}
.footerTitle {
    font-weight:600;
    line-height:50px;
    color: #000;
    display: block;
    font-size: 36px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
}
.footerContent .image {
    background: #fff;
    padding: 5px;
    border-radius: 5px;
}
.footerContent h4 a {
    font-size: 14px;
    color: #777;
    font-weight: 400;
    display: block;
    line-height: 24px;
    margin-top: 15px;
    font-family: 'Poppins', sans-serif;
}
.footerContent h4 a:hover {
    color: #000;
}

.sticky-button {
  text-align: center;
  position: fixed;
  top: 120px;
  right: 20px;
  background-color: #0072bc;
  color: #fff;
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  font-weight: 300;
  z-index: 999;
  line-height: 20px;
  min-width: 210px;
}
.start-button {
    top: 70px;
    background-color: #599A26;
}
.sticky-button:hover {
  color: #fff;
  text-decoration: none;
}
.sticky-button .tf-text {
  background-image: url(../images/logoen.png);
  width: 66px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
}
.ourService {
    margin-top: 30px;
    background: #fff;
    padding: 40px 0;
}
.ourService h2 {
    margin-top: 0;
}
.btnshopify {
    font-size: 18px;
    font-weight: 400;
    background-color: #599A26;
    border-radius: 0px 0px 0px 0px;
    padding: 16px 25px 14px 25px;
    color: #fff!important;
    text-transform: capitalize;
}