img {
	max-width: 100%;
}
body {
	font-family: 'Poppins', sans-serif !important;
}
h1, h2, h3 {
	margin-bottom: 20px !important;
}
.ptb-30 {
	padding-top: 30px;
	padding-bottom: 30px;
}
.pb-30 {
	padding-bottom: 30px;
}
.ptb-20 {
	padding-top: 20px;
	padding-bottom: 20px;
}
.text-white{
	color:#ffffff;
	}
.text-black{
	color:#333;
	}
	
/* GO TO TOP*/
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(232, 98, 86, 0.8) url(../img/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
  transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
}

.cd-top.cd-top--show,
.cd-top.cd-top--fade-out,
.cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
  transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
}

.cd-top.cd-top--show {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}

.cd-top.cd-top--fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}

.cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}

@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}
	
/*header*/
.header {
	background-color: #f1f1f1;
}
.fix {
	position: fixed;
	width: 100%;
	z-index: 9999
}
.fa-facebook:hover {
	color: #3b5998;
}
.fa-twitter:hover {
	color: #1da1f2;
}
.fa-google-plus:hover {
	color: #dd4b39;
}
.fa-linkedin:hover {
	color: #0077B5;
}
.fa-youtube-play:hover {
	color: #c4302b;
}
fa-whatsapp:hover {
	color: #25D366;
}
.icon {
	color: #282828;
	padding: 7px 0px;
	text-align: right;
}
.icon a {
	color: #282828;
}
.header h5 {
	font-family: Poppins;
}
.fa-envelope:before {
	padding-left: 10px;
}
.nav>li>a {
	padding: 2px 8px !important;
}
.navbar-default {
	background-color: #e39f24 !important;
}
.navbar-default .navbar-nav > li > a {
	color: #282828 !important;
	font-family: Poppins;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a {
	color: #282828 !important;
	font-family: Poppins;
	background: #FFF !important;
}
.navbar-toggle {
	margin-top: 18px !important;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
	background-color: #282828 !important;
	color: #e39f24 !important;
}


/*link*/
.sticky {
	position: fixed;
	top: 0;
	width: 100%;
}
.sticky + .link {
	padding-top: 10px;
}
.navbar-brand>img {
	/*padding: 10px 0px;*/
	margin-top: 15px;
}
.whatsapi {
	display: inline-block;
	padding: 20px 0px 10px 20px;
}
.visit-btn {
	display: inline-block;
	float: right;
}
.link {
	background: #ffffff;
	z-index: 9999999;
	position: fixed;
	width: 100%;
	border-bottom: 1px solid #e42129;
}
.link p {
	text-align: left;
	font-size: 14px;
	font-family: Poppins !important;
	margin-top: 18px;
	color: #000;
}
.link h4 {
	padding: 19px 0px;
}
.link .testbutton2 {
	float: right;
	margin: 22px 0px 22px 10px;
	padding: 6px;
	border: 1px solid #282828;
	background: #fff;
	color: #282828 !important;
	font-size: 12px;
	text-align: center;
	display: inline-block;
	font-family: Poppins SemiBold;
}
.link .testbutton2:hover {
	border: 1px solid #fff;
	background: #282828;
	text-decoration: none;
	color: #fff !important;
}

/*banner*/
.bannermv{
	 display: none !important;
}
#owl-demo .item img {
	margin-top: 80px;
}
.form01 {
	top: 101px;
	position: absolute;
	width: 100%;
}
.formBox_1 {
	position: absolute;
	z-index: 999;
	top: 65px;
	right: 0px;
	padding: 10px 15px;
	background: #e4232a;
}
.formBox_1 h3 {
	color: #fff;
	margin: 0 0 10px 0 !important;
}
.formBox_1 p {
	color: #fff;
	font-family: Poppins;
	margin-bottom: 0;
}
.formBox_1 h4 {
    color: #fff;
    margin-top: 0;
}
.testbutton_3 {
	margin-top: 10px;
	padding: 12px 12px;
	background: #282828;
	cursor: pointer;
	font-family: Poppins SemiBold;
	color: #FFFFFF !important;
	font-size: 15px;
	text-align: center;
	display: block;
}
.testbutton_3:hover {
	background: #fff;
	color: #282828 !important;
	text-decoration: none;
}
.formBox_1 h1 {
	margin: 0;
	padding: 0;
	text-align: center;
	margin-bottom: 50px;
	text-transform: uppercase;
	font-size: 13px;
	color: #FFF;
	font-family: Poppins;
}
.text-blockb h1 {
	/*font-family: Poppins SemiBold;*/
	position: absolute;
	bottom: 38%;
	color: white;
	padding: 25px;
}

/*welcome*/
.welcome .content {
	display: inline-block;
	background: #ffffff;/*padding: 20px;*/
	padding-top: 30px;
}
.welcome h2 {
	font-family: Poppins SemiBold;
	text-align: center;
}
.welcome h4 {
	color: #282828;
	font-family: Poppins SemiBold;
	text-align: center;
}
.welcome p {
	font-family: Poppins;
	text-align:justify;
}
.viewgallery .testbutton {
	padding: 10px 10px;
	margin: 0px 39%;
	background: #EE1C25;
	font-family: Poppins SemiBold;
	color: #FFFFFF !important;
	font-size: 12px;
	margin-top: 15px;
	text-align: center;
	font-weight: normal;
	display: inline-block;
	position: relative;
}
.viewgallery .testbutton:hover {
 background-color:background: #282828;
	color: #fff !important;
}

/*zlp*/
.zlp h2 {
	color: #282828;
	font-family: Poppins SemiBold;
	text-align: center;
}
.zlp h3 {
	color: #000;
	text-align: center;
}
/*machine*/
.machine{
	background: #69767e;
	color: #fff;
	margin-bottom: 13%;
}
.machine h3{
	    margin:0px !important;
	color: #ffbd20;
}
.mainimg img{
	margin-bottom:-170px;
}
.photobut {
	position:absolute;
	margin-top:5%;
}

/*.machine .imgli img{
	margin-bottom:-90px;
	}*/
.machine .testbutton4{
	margin-top:10px;
	background: #e4232a !important; 
    font-family: Poppins SemiBold;
    color: #fff !important;
	font-size:16px;
	padding:15px;
}
.machine .testbutton4:hover{
	background: #000 !important; 
    color: #fff !important;
	text-decoration:none;
}
/*machine_1*/
/*.machine_1{
	background: #69767e;
	    color: #fff;
		margin-bottom: 8%;
}*/
/*.machine_1 img{
	margin-bottom:-90px;
}
.machine_1 .imgli img{
	margin-bottom:-90px;
}*/
.machine .testbutton4{
	margin-top:10px;
}



/*Our Products*/
.Product {
	/*background-image: url(../img/wallpaper.jpg);*/
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #f1f1f1;
}
.Product h2 {
	color: #282828;
	font-family: Poppins SemiBold;
	text-align: center;
}
.Product .content {
	background-color: #6a767e;
	padding: 10px 0px;
	margin: 10px 0px;
	text-align: center;
}
.Product h4 {
	color: #fff;
	font-family: Poppins SemiBold;
	text-align: center;
}
.Product .content p {
	color: #fff;
	padding: 0px 5px;
}
.Product .content ul {
	font-size: 14px;
	font-family: Poppins;
	color: #fff;
	padding-right: 3px !important;
	text-align: left;
}
.testbutton4 {
	margin-top: 10px;
	padding: 10px 10px;
	background: #fff;
	font-family: Poppins SemiBold;
	color: #000 !important;
	font-size: 12px;
	text-align: center;
	display: inline-block;
}
.testbutton4:hover {
	background: #EE1C25;
	color: #fff !important;
	text-decoration:none;
}

/*Products*/
.Products {
	background-color: #f3f3f3;
	border-top: 3px solid #e4232a;
}
.Products .content {
	background-color: white;
	padding: 10px 0px;
	margin: 15px 20px;
	text-align: center;
	border: 1px solid #EE1C25;
}
.Products .item:hover {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.Products h2 {
	color: #282828;
	font-family: Poppins SemiBold;
	text-align: center;
}
.Products u {
	color: #56c1c1;
	padding-top: 8px;
}
.Products p {
	color: #000;
}
.Products .content h4 {
	/*padding: 5px 0px;*/
	font-family: Poppins;
	color: #282828;
}
.testbutton5 {
	/* margin-top: 10px;*/
	padding: 10px 10px;
	background: #EE1C25;
	font-family: Poppins SemiBold;
	color: #FFFFFF !important;
	font-size: 12px;
	text-align: center;
	display: inline-block;
}
.testbutton5:hover {
	background: #282828;
	color: #fff !important;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
	background: #e4232a !important;
}
.owl-theme .owl-controls .owl-page span {
	background: #282828 !important;
	opacity: 1 !important;
}

/*videos*/
.videos {
	background-image: url(../img/wallpaper.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.videos h1 {
	text-align: center
}
.videos h2 {
	text-align: center;
	color: #282828;
	font-family: Poppins SemiBold;
}
.videos .content {
	background-color: white;
	padding: 10px;
	margin: 25px 0px 60px 0px;
	border: 1px solid #e4232a;
}
.videos .content p {
	text-align: center;
	padding: 0px 10px;
	font-family: Poppins;
	font-size: 14px;
	color: #000;
}

.videos .testbutton4:hover{
	background-color:#ffbd20 !important;
	color:#000 !important;
	text-decoration:none;
}
/*footer*/
.footer {
	background-image: url(../img/wallpaper01.jpg);
	height: 50%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	padding-top: 30px;
}
.footer h2 {
	color: #fff;
	text-align: center;
	font-family: Poppins SemiBold;
	margin: 30px 0px 10px 0px;
}
.footer h3 {
	color: #fff;
	font-family: Poppins SemiBold;
}
.footer u {
	color: #fff;
	margin: 30px 0px 10px 0px;
}
.footer h3{
	color:#ffbd20;
}
.footer h4 {
	color: #fff;
	font-family: Poppins SemiBold;
}

.footer h5 {
	color: #fff;
	font-family: Poppins SemiBold;
	padding-top: 5px;
}
.footer p {
	color: #fff;
	font-family: Poppins;
}
.populer a {
    color: #ffffff;
    text-decoration: none;
    padding: 10px 0px;
    font-size: 12px;
}
.populer a:hover{
	color: #ffbd20;
	text-decoration: none;
}
.footer i {
	color: #fff;
	padding-right: 10px;
	font-size: 24px;
}
.footer hr {
	border-top: 1px solid #fff;
}
.formBox {
	padding: 50px;
}
.formBox .inputText {
	color: #fff;
	padding: 15px 0px 5px 0px;
	font-family: Poppins;
}
.formBox .input[type=text], select {
	width: 100%;
	padding: 12px 20px;
	margin: 8px 0;
	display: inline-block;
	border: 1px solid #fff;
	/*background-color: #e39f24;*/
	box-sizing: border-box;
	color: #000;
	background: transparent;
}
.formBox .input[type=submit] {
	width: 100%;
	background-color: #4CAF50;
	color: white;
	padding: 14px 20px;
	margin: 8px 0;
	border: none;
	cursor: pointer;
}
.formBox .input[type=submit]:hover {
	background-color: #45a049;
}
.formBox .button {
	margin-top: 8px;
	width: 100%;
	height: 40px;
	border: none;
	outline: none;
	background: #fff;
	color: #000;
	font-family: Poppins SemiBold;
}
.formBox .button:hover {
	background: #EE1C25;
	color: #fff;
}
.formBox .form-control {
	color: #ffbd20;
}
/*end*/
.end {
	background-color: #e4232a;
}
.end h5 {
	text-align: center;
	color: #fff;
	font-family: Poppins;
}
.navbar-brand {
	height: inherit !important;
	padding: inherit !important;
}
.navbar-default .navbar-collapse {
	padding-top: 20px !important;
}
.navbar {
	margin-bottom: 0px !important;
}
.alfa img {
	float: left;
}
.alfa p {
	margin-left: 50px;
	font-family: Poppins;
}
.alfa_1 img {
	float: left;
	margin-top: -1px;
}
.alfa_1 p {
	margin-left: 25px;
	font-family: Poppins;
}

 @media (min-width: 320px) and (max-width: 767px) {
/* header*/ 
.header .contact h5 {
	font-size: 10px;
	text-align: left;
}
.icon {
	font-size: 10px;
	text-align: right;
}
/*link*/
/*.navbar-brand>img {
    padding: 35px 0px !important;
}*/
.link h4 {
	display: none;
}

.link .testbutton2 {
	padding: 3px;
	margin: 10px 0px 10px 10px !important;
	font-size: 14px;
}
.link .testbutton2:hover {
	text-decoration: none;
	border: 1px solid #282828;
}
.link p {
	font-size: 12px;
	display:none !important;
}
.navbar-brand {
	padding: 12px 0px;
}
.whatsapi {
	display: inline-block;
	padding: 10px 0px 10px 0px;
}

/*banner*/
.bannermv{
	display: initial!important;

}

#owl-demo {
    display: none !important;
}
.form01 {
	top: 0px !important;
	position: inherit !important;
}
.text-blockb h1 {
	text-align: center;
	font-size: 14px !important;
	display: block !important;
	margin: 0 auto !important;
	height: auto !important;
	bottom: 5% !important;
}
.formBox_1 {
	position: inherit;
	z-index: 999;
	top: 1px;
	right: 0px;
	margin-top: 10px;
}
/*welcome*/
.welcome p {
	margin-top:10px !important;
}
.welcome .vl {
	border-right: 0px solid #e2e2e2 !important;
	height: auto !important;
	padding: 0px 0px !important;
}
.alfa img {
	float: left;
}
.alfa p {
	margin-left: 0px;
}
.alfa img {
	float: left;
	padding-top: 10px !important;
}
.viewgallery .testbutton {
    margin: 0px 32%;
}
/*machine*/
.machine{
	margin-bottom: 0% !important;
}
.machine_0{
	margin-bottom:30px;
	
	}
.mainimg img{
	margin-bottom:0px !important;
}
.photobut {
	position:inherit !important;
	margin-top:0% !important;
	padding-bottom: 10px;
}

/*Products*/

.Products .content {
	padding: 10px 10px;
}
.Products .content P {
	padding: 0px 14px;
}
.Products .content h5 {
	font-size: 14px;
}
.testbutton_2 {
	margin: 5px;
}
/*videos*/
.videos .content {
	background-color: white;
	padding: 10px;
	margin: 30px 0px;
}

/*footer*/
.formBox {
	padding: 0px 15px 25px 15px;
}
/*end*/
.end h5 {
	text-align: center;
}
}

@media (min-width: 768px) and (max-width: 842px) {
/*link*/
.navbar-brand {
	padding: 10px 15px!important;
}
.navbar-right .dropdown-menu {
	right: auto!important;
	left: 0!important;
	bottom: 25%;
}
.link h4 {
	display: none;
}
.whatsapi {
	display: inline-block;
	padding: 22px 0px 10px 85px;;
}
.link p {
	font-size: 12px;
	margin-top: 23px;
}
/*banner*/
.bannermv{
	display: initial!important;

}

#owl-demo {
    display: none !important;
}
.form01 {
	top: 86px !important;
	position: absolute !important;
}
.text-blockb h1 {
	text-align: center;
	font-size: 30px !important;
	display: block !important;
	margin: 0 auto !important;
	height: auto !important;
	bottom: 30% !important;
}
.formBox_1 {
	position: inherit;
	z-index: 999;
	top: 44px;
	right: 0px;
	margin-top: 0px;
}
/*welcome*/
.welcome {
	margin: 20% 0px 20px 0px;
}
.welcome h2 {
	font-size: 26px !important;
}
.welcome .vl {
	border-right: 0px solid #e2e2e2 !important;
	height: auto !important;
	padding: 0px 0px !important;
}
.alfa img {
	float: left;
}
.alfa p {
	margin-left: 0px;
}
.alfa img {
	float: left;
	padding-top: 10px !important;
}
.viewgallery .testbutton {
    margin: 0px 32%;
}

/*Products*/
.Products .content {
	padding: 10px 10px;
}
.Products .content P {
	padding: 0px 14px;
}
.Products .content h5 {
	font-size: 14px;
}
.testbutton_2 {
	margin: 5px;
}
/*machine*/
.machine{
	margin-bottom: 0% !important;
}
.mainimg img{
	margin-bottom:0px !important;
}
.photobut {
	position:inherit !important;
	margin-top:0% !important;
}
/*videos*/
.videos .content {
	background-color: white;
	padding: 10px;
	margin: 10px 0px 25px 0px;
}

/*footer*/
.formBox {
	padding: 0px 15px 25px 15px;
}
/*end*/
.end h5 {
	text-align: center;
}
}

 @media (min-width: 843px) and (max-width: 1024px) {
/*link*/
.link h4 {
	display: none;
}
.navbar-right .dropdown-menu {
	right: auto!important;
	left: 0!important;
	bottom: 25%;
}
.navbar-brand {
	padding: 17px 0px!important;
}
.whatsapi {
	display: inline-block;
	padding: 21px 0px 10px 20px;
}
.link p {
	font-size: 10px;
	margin-top: 33px;
}
/*banner*/
.bannermv{
	display: initial!important;

}

#owl-demo {
    display: none !important;
}
.formBox_1 {
    position: inherit;
    z-index: 999;
    top: 70px;
    right: 0px;
}
.form01 {
	top: 86px !important;
	position: absolute !important;
}
.text-blockb h1 {
	text-align: center;
	font-size: 30px !important;
	display: block !important;
	margin: 0 auto !important;
	height: auto !important;
	bottom: 30% !important;
}
.formBox_1 {
	position: inherit;
	z-index: 999;
	top: 44px;
	right: 0px;
}
/*welcome*/
.welcome {
	margin: 10% 0px 20px 0px;
}
.welcome h2 {
	font-size: 26px !important;
}
.welcome .vl {
	border-right: 0px solid #e2e2e2 !important;
	height: auto !important;
	padding: 0px 0px !important;
}
.alfa img {
	float: left;
}
.alfa p {
	margin-left: 0px;
}
.alfa img {
	float: left;
	padding-top: 10px !important;
}
/*machine*/
.machine{
	margin-bottom: 0% !important;
}
.mainimg img{
	margin-bottom:0px !important;
}
.photobut {
	position:inherit !important;
	margin-top:0% !important;
}
/*Products*/
.Products .content {
	padding: 10px 10px;
}
.Products .content P {
	padding: 0px 14px;
}
.Products .content h5 {
	font-size: 14px;
}
.testbutton_2 {
	margin: 5px;
}

/*videos*/
.videos .content {
	background-color: white;
	padding: 10px;
	margin: 10px 0px 25px 0px;
}

/*footer*/
.formBox {
	padding: 0px 15px 25px 15px;
}
/*end*/
.end h5 {
	text-align: center;
}
}

@media (min-width: 1025px) and (max-width: 1280px) {
/*link*/

.navbar-right .dropdown-menu {
	right: auto!important;
	left: 0!important;
	bottom: 25%;
}
/*banner*/
.form01 {
	top: 86px !important;
	position: absolute !important;
}
.text-blockb h1 {
	text-align: center;
	font-size: 30px !important;
	display: block !important;
	margin: 0 auto !important;
	height: auto !important;
	bottom: 30% !important;
}
.formBox_1 {
	position: inherit;
	z-index: 999;
	top: 29px;
	right: 0px;
	margin-top: 15px;
}
/*welcome*/
.welcome h2 {
	font-size: 26px !important;
}
.welcome .vl {
	border-right: 0px solid #e2e2e2 !important;
	height: auto !important;
	padding: 0px 0px !important;
}

.welcome p {
	padding-top: 30px;
}
.alfa img {
	float: left;
}
.alfa p {
	margin-left: 0px;
}
.alfa img {
	float: left;
	padding-top: 10px !important;
}
/*Products*/
.Products .content {
	padding: 10px 10px;
}
.Products .content P {
	padding: 0px 14px;
}
.Products .content h5 {
	font-size: 14px;
}
/*videos*/
.videos .content {
	background-color: white;
	padding: 10px;
	margin: 10px 0px 25px 0px;
}

/*footer*/
.formBox {
	padding: 0px 15px 25px 15px;
}
/*end*/
.end h5 {
	text-align: center;
}
}

@media (min-width: 1281px) {
/*link*/
.navbar-default .navbar-nav>li>a {
	font-size: 14px !important;
}
.navbar-right .dropdown-menu {
	right: auto!important;
	left: 0!important;
	bottom: 25%;
}
/*banner*/
#owl-demo .item img {
	margin-top: 80px;
}
.form01 {
	top: 50px !important;
	position: absolute !important;
}
.text-blockb h1 {
	text-align: center;
	font-size: 40px !important;
	display: block !important;
	margin: 0 auto !important;
	height: auto !important;
	bottom: 45% !important;
}
.formBox_1 {
	position: inherit;
	z-index: 999;
	top: 65px;
	right: 0px;
	margin-top: 15px;/* left: 25%; */
}
/*welcome*/
.welcome h2 {
	font-size: 26px !important;
}
.welcome .vl {
	border-right: 0px solid #e2e2e2 !important;
	height: auto !important;
	padding: 0px 0px !important;
}
.alfa img {
	float: left;
}
.alfa p {
	margin-left: 0px;
}
.alfa img {
	float: left;
	padding-top: 10px !important;
}
/*Products*/
.Products .content {
	padding: 10px 10px;
}
.Products .content P {
	padding: 0px 14px;
}
.Products .content h5 {
	font-size: 22px;
}
/*videos*/
.videos .content {
	background-color: white;
	padding: 10px;
	margin: 10px 0px 25px 0px;
}
.videos .content p {
	font-size: 16px;
	padding-top: 8px;
}

/*footer*/
.formBox {
	padding: 0px 15px 25px 15px;
}
}
.end {
	color: #ffffff;
	padding: 10px 0 1px;
}
.end a{
	color: #ffbd20;
}
.end a:hover{
	color: #ffffff;
}
.privacy{text-align: right;}
#owl-demo_2 .content img {
	margin-top: -125px;
}
.formBox_1 input, .formBox_1 select, .formBox_1 textarea {
	margin-bottom: 7px !important;
	height: 35px;
}
.formBox_1 .form-control {
	border-radius: 0 !important;
	border: 1px solid #000000 !important;
}
.formBox input, .formBox select {
	margin-bottom: 10px !important;
	height: 40px;
}
.formBox .form-control {
	border-radius: 0 !important;
	border: 1px solid #fff !important;
	background-color: transparent!important;
	margin-bottom: 10px;
}
.block h1 {
	margin-top: 10px;
	margin-bottom: 10px;
}
.title-bar {
	font-size: 25px;
}
.title-bar span {
	font-size: 16px;
}
.bdr-btm {
	border-bottom: 1px solid #dadada;
	margin-bottom: 10px;
}
#owl-demo_5 .owl-theme .owl-controls {
    display: none !important;
}


@media (max-width: 767px){
	
	#owl-demo_5 .owl-theme .owl-controls {
    display: block ;
}
	.link{position: fixed;}
	#owl-demo{display: none !important;}
	.link p{display:none;}
	.navbar-brand{width: 150px !important;}
	.form01{margin-top: 85px !important;    position: inherit;}
	.end {text-align: center;}
	.privacy{text-align: center;}
}

@media (max-width: 400px){
	/* .formbox01{margin-top: 70px !important; position: inherit;} */
	.link .col-xs-4{ padding-left:0px !important;}
	.link .col-xs-8{ padding-right:0px !important;}
	.whatsapi {display: inline-block; padding: 10px 0px 10px 5px; margin-top:15px;}
	.link .testbutton2 {    padding: 5px 3px; font-size:12px; margin: 10px 0px 10px 5px !important;}
	h1 {font-size:28px !important;}
	.visit-btn{ margin-top:15px;}
	.welcome h1{ text-align:center;}
	.navbar-brand>img {	margin-top: 5px;}
	.mobileimg{width:90px;}
	.end {text-align: center;}
	.privacy{text-align: center;}
}