*{
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	/*font-style: italic;
	font-weight: 700;
	font-family: Menco;*/

	font-weight: 400;
	font-family: gibbs;
	scroll-behavior: smooth;
	box-sizing: border-box;
}
*::-webkit-scrollbar { 
	width: 0 !important;
}

/*gibbs font specs

Gibbs Book

font-family: gibbs, sans-serif;

font-weight: 400;

font-style: normal;




Gibbs Book Italic

font-family: gibbs, sans-serif;

font-weight: 400;

font-style: italic;


Gibbs Bold

font-family: gibbs, sans-serif;

font-weight: 700;

font-style: normal;


Gibbs Bold Italic

font-family: gibbs, sans-serif;

font-weight: 700;

font-style: italic;

*/
body,html { 
	margin: 0; 
	padding: 0; 
}
body{
	height: 100vh;
	width: 100vw;
	overflow-x:hidden; 
}
.container{
	height: 100%;
	width: 100%;
	background-color: #ffffff;
	float: left;
	overflow-y: scroll;
	overflow-x: hidden;
}
.eventsContainer{
	width: 100%;
	height: 0px;
	 transition: ease-in-out .5s;
	 overflow: scroll;

}
.eventsContainer1{
	width: 100%;
    height: -webkit-calc(100vh - (80px));
	background-color: #ffffff;
    display: block;
    position: absolute;
    z-index: 990;
    top: 80px;
    transition: ease-in-out .5s;
    box-shadow: 0px 0px 10px #999999;

}
.eventimg img{
	width: 48%;
	float: left;
	margin: 1%;

}
.nawibar{
	height: 80px;
	width:100%;
	background-color: #ffffff;
	float: left;
	box-shadow: 0px 0px 10px #999999;
	position: relative;
    z-index: 99;
}
.dailyorderimgParent{
	height: 100%;
	width: 20%;
	float: left;
	margin-left:8%;
	margin-right: 2%;
}
.dailyorderimg{
	height:65%;
	float: left;
	position: relative;
	transform: translate(-50%,-50%);
	top: 50%;
    left: 50%;
}
.navibarrightPart{
	height: 100%;
	width:70%;
	float: left;
}
.menutagsParent{
	height: 80px;
	width:100%;
	float: left;
	line-height:80px;
	overflow: hidden;
}
.menutags{
  text-decoration: #ffffff;
  font-size:13px;
  margin:20px;
  color: #777777;
}
.menutags:hover{
	color: #FF7415;
}
.banner{
	min-height: 320px;
	height:auto;
	margin-top: 20px;
	width: 100%;
	background-color: #ffffff;
	float: left;
	position: relative;
}
.bannerlefthalf{
	width: 	50%;
	float: left;
	height: 300px;
    position: relative;
}
.bannerrighthalf{
	width: 	50%;
	float: left;
	height: 300px;
}
.banner img{
    float: left;
    height: 100%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);

}
.backbutton{
	height: 50px;
	width: 50px;
	float: left;
	margin:20px 0px 0px 20px;
}
.backbutton img{
	height: 80%;
}
.space{
	height: 0px;
	width: 100%;
	float: left;
}
.frameimg{
	height: 300px;
	border: none;
    width: 48%;
     position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.Welcomebanner{
	height:auto;
	width: 100%;
	background-color:#ffffff;
	float: left;
}
.welcomeHead{
	height:100px;
	width: 100%;
	float: left;
	line-height: 100px;
	text-align: center;
}
.welcomeText{
   width: 50%;
   height:333px;
   float: left;
   position: relative;
   font-size: 16px;
   text-align: center;
 }
 .welcomeText p{
	float: left;
    width: 70%;
    text-align: left;
    position: relative;
    top: 50%;
    font-size: 15px;
    left: 50%;
    line-height: 26px;
    transform: translate(-50%, -50%);
 }
 .welcomePartimg{
 	float: left;
    width: 50%;
    min-height: 300px;
    height: 333px;
    overflow: hidden;
}
.welcomePartimg img{
	position: relative;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.customerDashboard{
 	height: auto;
 	width: 100%;                                                        
 	float: left;
 }
 .customerDashboardText{
 	height: auto;
 	margin-top: 80px;
	width:80%;
	margin-left: 10%;
	float: left;
 }
 .userEnd{
 	height: 80px;
 	width: 100%;
 	float: left;
 	line-height: 80px;
 	background-color: #f9f7f7;
 	text-align: center;
 }
 .dashboardPart{
	min-height: 570px;
    width: 100%;
    float: left;
    height: auto
}
 .dashboardImgPart{
 	height: 570px;
 	width: 50%;
 	float: left;
 }
 .distributorImg{
	position: relative;
	height: 450px;
 	left: 50%;
 	top: 50%;
 	transform: translate(-50%,-50%);
}
.customerImg{
	position: relative;
	height: 450px;
 	left: 50%;
 	top: 50%;
 	transform: translate(-50%,-50%);

}
.distributorDashboardleft{
	height: 100%;
	width: 50%;
	float: left;
}
.customerDashboardText > li:nth-child(odd){

}
.customerDashboardText > li{
	line-height: 30px;
	list-style: circle; 
/*	list-style-position: inside;*/
}
li{
	list-style: none;
}


.row{
	float: left;
	width: 99%;
    /* margin: 0 auto; */
    height: auto;
   	min-height: 10px;
    margin: 5px 0px;
    position: relative;
    left: .5%;
    border-radius: 8px;
    background-color: #ffffff; 
}
.hcenter{
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}
.block{
	display: block;
    clear: both;
}
.clients{
		background-color: transparent;
}
.client{
	float: left;
	width: 15%;
	margin: 10px;
	height: 120px;
	border-radius: 5px;
	border: 1px solid #999999;
}
.client:hover > img{
	width: 110px;
	transition-timing-function: ease-in-out;
	transition-duration: .3s;
}
.client img{
	width: 140px;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}




.clientspart{
	height: auto;
	width: 100%;
	float: left;
}
.clientText{
	height: 80px;
 	width: 100%;
 	float: left;
 	line-height: 80px;
	text-align: center;
	background-color: #f9f7f7;
}
.productPartParent{
    height: auto;
    width: 100%;
    float: left;
    overflow-x: scroll;
    overflow-y: hidden;
}
.productPart{
	height: 100%;
	width: 2750PX;
	float: left;
	animation-name: roll;
	animation-duration: 30s;
	animation-iteration-count: infinite;
}
@keyframes roll{
	0%{
		transform: translateX(0%);
	}
	50%{
		transform:translateX(-1410px);

	}
	100%{
		transform: translateX(0%);
	}
}
.product1{
	height: 150px;
	width:150px;
	float: left;
	margin:0px 50px;
	overflow: hidden;
	list-style: none;
	position: relative;
	border:0px solid gray;
}
.product1 img{
	width: 100%;
	position: relative;
	transform: translate(-50%,-50%);
	left: 50%;
	top: 50%;
}
.TestimonialsPart{
    height: 310px;
	width: 100%;
	background-color:#ffffff;   
	float: left;
}
.terminalText{
	height: 80px;
 	width: 100%;
 	float: left;
 	line-height: 80px;
	text-align: center;
	float: left;
	background-color: #f9f7f7;
}
.clientparent{
    height: 250px;
	width: 70%;
	float: left;
	margin-left: 15%;
	overflow: scroll;
	overflow-y: hidden;
}
.clientchildparent{
  height: 100%;
  width: 600%;
  float: left;
  position: relative;
  animation-name: slide;
  animation-duration: 20s;
  animation-iteration-count: infinite;
}
@keyframes slide{
	0%{
		left: 0%;
	}
		15%{
		left: 0%;
		}

	16.66%{
		left: -100%;
	}
		30%{
		left: -100%;
		}

	33.33%{
		left: -200%;
	}
		48%{
		left: -200%;
		}

	50%{
		left: -300%;
	}
		63%{
		left: -300%;
		}

	66.66%{
		left: -400%;
	}
	     80%{
		left: -400%;

	     }

	83.33%{
		left: -500%;
	}
	    99.99%{
		left: -500%;
	    }

	100%{
		left: 0%;
	}
}
.clientchild1{
	width: 16.66%;
	float: left;
	height: 100%;
}
.clientchild2{
	width: 16.66%;
	float: left;
	height: 100%;
}
.OrdersMetricsPart{
	min-height:380px;
	height: auto;
	width: 100%;
	float: left;
}
.OrdersMetricsText{
	height: 80px;
	width: 100%;
	float: left;
	color: white ;
	line-height: 80px;
	text-align: center; 
	background-color: #f9f7f7;
}
.customerRelatedPart{
	height:300px;
	width: 100%;
	float: left;
}
.centering{
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.customerbox{
	height:250px;
	width: 80%;
	float: left;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.customer1 {
	height: 200px;
	width: 33.3%;
	float: left;
	overflow: hidden;
	list-style: none;
}
.customerIconImg,.writingIconImg,.downloadiconImg{
	height:100px;
	background-color:#ffffff;
    float: left;
    position: relative;
    left: 50%;
    transform: translate(-50%);
}
.customerNumber,.wrightingNumber,.downloadNumber{
	height: 50px;
	width: 100%;
	float: left;
	color:#999999;
	font-size:30px;
	line-height: 50px;
	text-align: center;
}
.customerManagedText,.wrightingOrderText,.downloadText{
	height: 50px;
	width: 100%;
	float: left;
	color:#999999;
	font-size: 25px;
	line-height: 50px;
	text-align: center;
}
.Contact{
    min-height: 540px;
    height: auto;
    width: 100%;
    background-color: #ffffff;
    float: left;
}
.contactusform{
	float: left;
	width: 50%;
	height: auto;

}
.userpart{
	position: relative;
	left: 5%;
	text-align: left;
}
.ContactUsDetails{
	height: 500px;
	width: 100%;
	float: left;
	margin-left: 10px;
	margin-top: 30px;
}
.MapAddress{
	height: auto;
	width: 100%;
	float: left;
}
.AddressMap{
	height: 200px;
	width: 61%;
	float: left;
	overflow: hidden;
	margin: 0px 2%;
}
.companyaddress{
	height: 200px;
	width: 35%;
	float: left;
	margin-top: 0px;
}
.bottomArrow{
	height: 60px;
	width: 100%;
	float: left;
	background-color: #fff7f1;
	margin-top: 40px;
}
.bottomArrow img{
     height: 60px;
     float: right;
     position: relative;
     top:0px;
     right: 5%;
}
.bottomArrow p{
	line-height: 30px;
	color:#777777;
	text-align: center;
}
.conditions{
	height: 100vh;
	width: 100vw;
	position: absolute;
	z-index: 100;
	background-color: #ffffff;
	 display:none;
}
.conditions1{
	height: 100vh;
	width: 100vw;
	position: absolute;
	background-color: #ffffff;
    display: block;
    
}
.tc{
    text-decoration: underline;
    cursor: pointer;
}
.tcpage{
	width: 90%;
	height: 100vh;
	position: relative;
	left: 5%;
	clear: both;
	display: block;
	border: 0px;
	box-shadow: 0px 0px 10px #999999;

}
.conditions a{
	float: left;
	display: block;
}

.tcpayments{
	height: 100vh;
	width: 100vw;
	position: absolute;
	z-index: 100;
	background-color: #ffffff;
	 display:none;
}
.tcpayments1{
	height: 100vh;
	width: 100vw;
	position: absolute;
	background-color: #ffffff;
    display: block;
    
}
.tcpayments a{
	float: left;
	display: block;
}

h2{
	font-size: 22px;
	color: #000000;
}
.downloadbutton{
	position: absolute;
    left: 50%;
    top: 56%;
    padding: 12px;
    background-color: black;
    color: #ffffff;
    border-radius: 26px;
    border: none;
    font-size: 16px;
    z-index: 2;
    transition: ease-in-out .5s;
}
.downloadbutton:hover{
    border-radius: 0px;
    left: 51%;
    padding: 15px;
}
.customerForm{
	height: 100%;
	width: 96%;
	float: left;
	margin-left: 2%; 
	margin-right: 2%;
}
.PersonsForm{
	height: 100%;
	width: 96%;
	background-color: #ffffff;
	float: left;
	margin-left: 2%;
	margin-right: 2%;
}
.customerFormText,.PersonsFormText{
	display: block;
	font-size: 15px;
	width: 96%;
	color: gray;
	height: 55px;
	line-height: 40px;
}
.customerFormText1,.PersonsFormText1{
   padding: 10px;
   width:100%;
   background-color: #ffffff;
   display: block;
   resize: vertical; 
       border: 1px solid #dddddd;
   max-height: 200px;
}
.Text2,.PText2{
    padding: 60px;
	width: 65%;
}
.buttonPart,.buttonPart2{
    margin-top: 25px;
    padding: 18px;
    width: 85px;
    height: 45px;
    border: none;
    background-color: #FF7415;
    font-size: 14px;
    color: white;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0px 5px 3px #aaaaaa;
}
.Technicalpart{
	height: auto;
	width: 50%;
	float: left;
}

.CompanyAddressPart{
   height: 600px;
   width: 100%;
   background-color:#ffffff;
   float: left;
} 
.menuicon{
	display:none;
}
.bannerspace{
	display: none;
}  

.hideindesktop3rd{
	display: none;	
}
.adjustment{
	height: 100%;
}


/*desktop  view END*/

/*ipad view start*/

@media only screen and (max-width: 768px) {
 

	.dailyorderimgParent {
	    height: 100%;
	    width: 70%;
	    float: left;
	    margin-left: 0px;
	    margin-right: 0px;
	}
	.navibarrightPart{
		width: 100%;
		height: auto;
		display: none;
	    float: left;
		transition: ease-in-out .5s;

	}
	.navibarrightPart1{
		width: 100%;
		height: auto;
		display: block;
	    float: left;
		transition: ease-in-out .5s;

	}
	.Micon{
		height: 100%;
		width: 30%;
		float: left;
	}
	.toggle{
		display: block !important;
	}
	.menuicon{
	   height: 40px;
	   float: left;
	   position: relative;
	   top: 50%;
	   left: 50%;
	   transform: translate(-50%,-50%);
	   display: block;
	}
	.menutagsParent{
		height: auto;
		line-height: 60px;

	}
	.menutags {
	    text-decoration: #ffffff;
	    font-size: 13px;
	    color: #777777;
	    display: block;
	    text-align: center;
	    margin: 0px;
	    border: .5px solid #eaeaea;
	    background-color: white;
	}
	.bannerlefthalf {
	    width: 100%;   
	}
	.bannerrighthalf{
		 width: 100%;
	}
	.bannerspace{
		height: 60px;
		width: 100%;
		float: left;
		display: block;
	}
	.welcomeText{
		width: 100%;
		height: 150px;    
	}
	.welcomeText p{
	   width:80%;
	   line-height: 20px;
	}
	.welcomePartimg{
		width: 100%;
	}
	.space{
		height: 0px;
	}
	.dashboardImgPart {
	    height: 480px;
	    width: 100%;
	    float: left;
	}
	.customerDashboardText{
		width: 80%;
		margin: 15px 10%;
		height: auto;
	}
	.distributorDashboardleft{
		width: 	100%;
	}
	.distributorDashboardText{
	   width: 80%;
		margin:0px 10%;
	}
	.hideintab{
		display: none;
	}
	.hideindesktop3rd{
		display: inline-block;
	}
	.customer1{
		width: 	100%;
		margin:0px 0px;
	}
	.OrdersMetricsPart{
		min-height:380px;
		height: 740px;
	}

	.contactusform{
	  width: 100%;
	}
	.userpart{
		text-align: center;
		position: relative;
		left: 0PX;
	}
	.CompanyAddressPart{
		height: auto;
	}
	.Technicalpart{
		width: 100%;
	}
	.timg{
		width: 100%;
	}
	body{
		height: 100vh;
		width: 100vw;
		overflow-x:hidden; 
	}
	h2{
		font-size: 20px;
	}
	.adjustment{
		height:auto;
	}
	
	.ContactUsDetails {
    margin: 30px 10% 0px 10%;
    }
    .AddressMap{
    	width: 96%;
    	margin: 0px 2%;
    }
    .companyaddress{
    	width: 100%;
    	margin-top: 10px;
    }
    .companyaddress img{
    	position: relative;
    	left: 50%;
    	transform: translateX(-50%);

    }
    .client{
    	width: 48%;
    }

}  

/*ipad view end*/



/*mobile screen 1 view start*/

@media only screen and (max-width: 460px) {

	.banner img{
	    width: 85%;
	    height: auto;
	}
	.downloadbutton{
	    left: 45%;
	    top: 40%;
	}
	.downloadbutton:hover{
	    left: 45%;
	    top: 40%;
	}
	.welcomeText {
	    width: 100%;
	    height: 362px;
	}
	h2{
		font-size: 18px;
	}

	@keyframes roll{
		0%{
			transform: translateX(0%);
		}
		50%{
			transform:translateX(-2411px);
			
		}
		100%{
			transform: translateX(0%);
		}

	}
	.adjustment{
		height:auto;
	}
	.space{
		height: 0px;
	}
	.ContactUsDetails{
		margin: 30px 10% 0px 10%;
	}
	.userpart{
		text-align: center;
		position: relative;
		left: 0PX;
	}
	.bannerspace{
		display: none;
	}
	.welcomeText {
	    width: 100%;
	    height: auto;
	}
	.welcomeText p {
	    width: 80%;
	    line-height: 20px;
	    width: 100%;
	    height: auto;
	    position: relative;
	    padding: 30px 5px;
	    float: left;
	    left: 0%;
	    top: 0%;
	    transform: translate(0%,0%);
	}
	.TestimonialsPart {
    	height: 285px;
    	display: none;
    }
    .clientparent {
    	height: 200px;
    }
    .dashboardImgPart {
	    height: 480px;
	}
     .client{
    	width: 98%;
    }
}

/*mobile screen 1 view END*/



/*mobile screen 2 view start*/
@media only screen and (max-width: 360px) {


	.dashboardImgPart {
	    height: 480px;
	}
    .bannerlefthalf,.bannerrighthalf{
    	height: 260px;
    }
    .frameimg{
    	width: 50%;
    	height: 260px;
    }
    .TestimonialsPart {
    	height: 285px;
    	display: none;
    }
    .clientparent {
    	height: 200px;
    }
    .Gapping{
    width: 90% !important;
    position: relative !important;
    right: 5% !important;

    }
    .customerFormText, .PersonsFormText{
      line-height: 34px;
      width: 100%;
    }
}

/*mobile screen 2 view END*/
.tc{
	padding: 0px 20px;
}