
@font-face {
    font-family: myFirstFont;
    src: url('css/SourceSansPro-Black.ttf');
  }
*
{
	padding:0;
	margin:0;

/*	overflow-x: hidden;*/
}
.w100
{
	width:100%;
	overflow:hidden;
	min-height:1px;
}
.w90
{
	width:90%;
	overflow:hidden;
	min-height:1px;
}
.w80
{
	width:80%;
	overflow:hidden;
	min-height:1px;
}
.w70
{
	width:70%;
	overflow:hidden;
	min-height:1px;
}
.w60
{
	width:60%;
	overflow:hidden;
	min-height:1px;
}
.w50
{
	width:50%;
	overflow:hidden;
	min-height:1px;
}
.w40
{
	width:40%;
	overflow:hidden;
	min-height:1px;
}
.w30
{
	width:30%;
	overflow:hidden;
	min-height:1px;
}
.w33
{
	width:33%;
	overflow:hidden;
	min-height:1px;
}
.w20
{
	width:20%;
	overflow:hidden;
	min-height:1px;
}
.w25
{
	width:25%;
	overflow:hidden;
	min-height:1px;
}
.w10
{
	width:10%;
	overflow:hidden;
	min-height:1px;
}
.float-left
{
	float:left;
}
.float-right
{
	float:right;
}
.float-center
{
	margin:auto!important;
}
.text-left
{
	text-align:left;
}
.text-right
{
	text-align:right;
}



.head .w100
{
 background-color:#0165a6;
 color: white;
 padding:5px;
}
.head .w100 .facebook 
{
 
}
.icon 
{
  float:right;
}
.icon a 
{
  text-decoration: none;
}
.facbook a
{
  color:#3B5999;
  border-radius:100px;
  margin-right:10px;
  
}
.facbook i 
{
  background: white;
  padding:5px 8px;
  font-size:15px;
  border-radius:100px;
}

.twitter1 a
{
  color:rgb(85, 172, 238);
}
.twitter1 i
{
background-color: white;
padding:5px;
border-radius:100px;
}
.linked a
{
  color:#0077B5;
  margin-left:10px;
}
.linked i
{
background: white;
padding:5px;
border-radius:100px;
}

.instagram1 a
{
  color: #3f729b;
  margin-left:10px;
}
.instagram1 i 
{
  background:white;
  padding:5px;
  border-radius:100px;
}

.home li
{
float: left;
 padding:20px 50px ;

}
.home 
{
 list-style-type:none;
 float: right;
}
.home li a
{   
 text-decoration: none;
 color:skyblue;
 text-transform: uppercase;
 font-size:12px;
 font-weight:bold;
} 
.home .about_us:hover .about_dropdwon 
{
 display: block;
}
.WELCOME
{
margin-top:20%;
} 
.about_dropdwon 
{
    position: absolute;
    z-index: 1;
    top: 30%;
    transition: 0.5s;
    margin-top:50px;
    background-color:white;
	padding: 0 5px;
	display:none;

}
.about_dropdwon  li
{
    position: relative;
    margin: 0;
    list-style: none;
    width:128px;
    float: none;
    display: list-item;
    padding:10px 3px;
    
}
.about_dropdwon  li a
{
  font-size:11px;
}
.Best .w100
{
 padding-top:80px;
 padding-bottom:70px;
}
.Packaging 
{
    text-align: center;
	font-size: 35px;
	color:#004B59;
    
}
.Serving
{
    text-align: justify;
    padding-top:40px;
	padding-bottom:20px;
	font-size:14px;
	color: #A3A3A3;
}
.Serving1
{
    text-align: justify;
	font-size:14px;
	color: #A3A3A3;
}

.border_line
{
    border-bottom:1px solid gray;
    width:20%;
    margin:20px auto 0 auto;
}

.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  width:100%;
  position: relative;
  margin: auto;
  height:80vh;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/*
.active {
  background-color: #717171;
}
*/

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}
* {box-sizing: border-box;}
body {font-family: Verdana, sans-serif;}
.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  width:100%;
  position: relative;
  margin: auto;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}



/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}* {box-sizing: border-box;}
body {font-family: Verdana, sans-serif;}
.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  width:100%;
  position: relative;
  margin: auto;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/*
.active {
  background-color: #717171;
}
*/

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}
/*Banner Start*/
.banner{
	height: 80vh;
	position: relative;
	z-index: -1;
	overflow: hidden;
	}
	#crossfade{
		width: 100%;
	}
	 #crossfade > img { 
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0px;
		left: 0px;
		color: transparent;
		opacity: 0;
		z-index: 0;
		-webkit-backface-visibility: hidden;
		-webkit-animation: imageAnimation 18s linear infinite 0s;
		-moz-animation: imageAnimation 18s linear infinite 0s;
		-o-animation: imageAnimation 18s linear infinite 0s;
		-ms-animation: imageAnimation 18s linear infinite 0s;
		animation: imageAnimation 18s linear infinite 0s; 
	}
	
	#crossfade > img:nth-child(2)  {
		-webkit-animation-delay: 6s;
		-moz-animation-delay: 6s;
		-o-animation-delay: 6s;
		-ms-animation-delay: 6s;
		animation-delay: 6s; 
	}
	#crossfade > img:nth-child(3) {
		-webkit-animation-delay: 12s;
		-moz-animation-delay: 12s;
		-o-animation-delay: 12s;
		-ms-animation-delay: 12s;
		animation-delay: 12s; 
	}
	@keyframes imageAnimation { 
	0% { opacity: 0;
	 transform:scale(1.2,1.2);
	 animation-timing-function: ease-in; 
	}
	10% { opacity: 1;
	 animation-timing-function: ease-out; 
	}
	20%{
	transform:scale(1,1);
	}
	25% { opacity: 1 
	
	}
	50%{opacity:0;}
	100% { opacity: 0 }
	}
	.banner-up{
		height: 90vh;
		width: 100%;
		background-color: transparent;
		position: absolute;
		top: 0;z-index: 99;
		left: 0;
	}
	.banner-up h1{
		color: #FFF;
		font-size: 50px;
	}
	  .b-head{
		color: #fff;
		font-size: 65px;
	}
	.text1-button{
		padding: 30px 40px;
		color: #fff;
		font-size: 13px;
		background-color: #F16F23;
		border: 0;
		letter-spacing: 4px;
		font-weight: bold;
		cursor: pointer;
		margin-top: 40px;
		transition: 0.5s;
		position: relative;
		z-index: 999999;
	}
	.text1-button:hover{
		background-color: #fff;
		color: #000;
	}
	.b-para{
		color: rgba(255,255,255,0.8);
		font-size: 15px;
		font-style: italic;
		letter-spacing: 3px;
		padding: 20px 0;
	}
	.author{
		color: #F16F23;
		font-weight: bold;
	}
	 .banner-up .w80 {
		position: absolute;
		top: 40vh;
		left: 10%;
		opacity: 0;
		z-index: 0;
		-webkit-backface-visibility: hidden;
		animation: textAnimation 18s linear infinite 0s; 
	}
	
	.banner-up .w80:nth-child(2)  {
		-webkit-animation-delay: 6s;
		-moz-animation-delay: 6s;
		-o-animation-delay: 6s;
		-ms-animation-delay: 6s;
		animation-delay: 6s; 
	}
	.banner-up .w80:nth-child(3) {
		-webkit-animation-delay: 12s;
		-moz-animation-delay: 12s;
		-o-animation-delay: 12s;
		-ms-animation-delay: 12s;
		animation-delay: 12s; 
	}
	.text_content .w100
	{
	 position: absolute;
	 z-index:999;
	 height:80vh;
	 padding-top:15%;
	 color:white;
	 font-size:40px;
	 
	}
	.are
	{
	
	margin-left: 74px;
	 font-size:35px;
	 font-weight: normal;
	 color: #004B59;
	}
.are1
	{
	
	
	 font-size:35px;
	 font-weight: normal;
	 color: #004B59;
	}
   .why1
	{
	
	padding:30px 106px
	}
	.With
	{  
        margin-left: 74px;
		padding-top:20px;
		text-align: justify;
		font-size:14px;
		line-height:30px;
		color: #A3A3A3;
    
	}
.With1
	{  
        
		
		text-align: justify;
		font-size:14px;
		line-height:30px;
		color: #A3A3A3;
    
	}
	
	
	.why
	{
    background-color: #F9F9F9;
    padding-right: 60px;
        margin-top:63px;
        
	
	} 
	.Based .container-fluid
	{
	 padding-top: 100px;
	 text-align: justify;
	 padding-bottom:100px;
	} 
	.We
	{
		text-align: center;
		color: #004B59;
		padding-bottom:10px;
	} 
	.Bandma
	{
	 padding-top:20px;
	 color: #A3A3A3;
	}
	.pioneering .w100
	{
      padding:90px 0;
	}
	.Who 
	{
		text-align:center;
		font-size:38px;
		color: #004B59;
		padding-bottom:20px;
	} 
	.renowned 
	{
		text-align: justify;
		padding:0 20px;
		color: #A3A3A3;
	} 
	.Solution .w100
	{
   padding:100px 0;
	} 
	.Your
	{
	 text-align:center;
	 font-size:28px;
	 color:white;
	}
	.QUOTATION
	{
		text-align:center;
		padding-top:23px;
        padding-bottom:23px;
	}
	.GET
	{
		background:white;
		padding:15px 50px ;
		border-radius:100px;
		font-size:14px;
		transition:0.2s;
	} 
	.GET a
	{
		text-decoration: none; 
		
	}
	.GET:hover
	{
		box-shadow:0 0 20px rgba(0,0,0,0.5);
	}
	.makes .w100
	{
	 padding:80px 0;
	}
	.quality
	{
		text-align:center;
		font-size:35px;
		color:#004B59;
	}
	.border_line1
{
    border-bottom:1px solid gray;
    width:10%;
    margin:0 auto;
}
.provide 
{
	font-size:14px;
	color: #A3A3A3;
	padding:30px 0;
}
.Engineering
{
	font-size:19px;
}
.card_testi .w80
{
 padding:80px 0;
}
.card_testi .w80 .Testimonial
{
 padding-bottom:30px;
}
.card_testi .w80 .Testimonial h1
{
	text-align:center;
	color: #000000;
}
.border_line2
{
	border-bottom:1px solid #004B59;
	width:5%;
	margin: 0 auto;
	padding-top:10px;
	
}
.Testimonial_img img
{
  width:50px;
  height:100px;
  border-radius:100px;
  
}

@media (max-width:991.98px) {
	.padding {
		padding: 1.5rem
	}
}

@media (max-width:767.98px) {
	.padding {
		padding: 1rem
	}
}

.padding {
	padding: 5rem
}

.card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid #d2d2dc;
	border-radius: 11px;
	-webkit-box-shadow: 0px 0px 5px 0px rgb(249, 249, 250);
	-moz-box-shadow: 0px 0px 5px 0px rgba(212, 182, 212, 1);
	box-shadow: 0px 0px 5px 0px rgb(161, 163, 164)
}

.card .card-body {
	padding: 1rem 1rem
}

.card-body {
	flex: 1 1 auto;
	padding: 1.25rem
}

p {
	font-size: 0.875rem;
	margin-bottom: .5rem;
	line-height: 1.5rem
}

h4 {
	line-height: .2 !important
}

.profile {
	margin-top: 16px;
	margin-left: 11px;
}

.profile-pic {
	width: 58px;
}

.cust-name {
    margin-left: 10px;
	font-size: 18px;
}

.cust-profession {
	font-size: 10px;
    margin-left: 10px;
}

.items {
	
	margin: 0px auto;
	margin-top: 100px;
}

.slick-slide {
	margin: 10px
}
 

.footer .container-fluid
{
	color:gray;
}
.list-inline-item .btn-fb i
{
   background-color:white;
   color:  #3b5998;
   padding:11px 15px;
   border-radius:100%;
}
.list-inline-item .btn-tw i
{
	background-color:#55ACEE;
	color:white;
	padding:11px 12px;
	border-radius:100%;
}
.list-inline-item .btn-gplus i
{
	background-color:#DD4B39;
	color:white;
	padding:13px 12px;
	border-radius:100%;
}
.list-inline-item .btn-li i
{
	background-color:#0082CA;
	color:white;
	padding:14px 15px;
	border-radius:100%;
}
.list-inline-item .btn-dribbble i
{
	background-color:#EC4A89;
	color:white;
	padding:15px 15px;
	border-radius:100%;
}
.VISION .container-fluid
{
 background-image:url(../img/22.jpg);
 background-position: center;
 background-repeat: no-repeat;
 background-size: cover;
 
}
.VISION .container-fluid .MISSION
{
 text-align: center;
 color: white;
 padding-top:40px;
 padding-bottom:40px;
}
.Machines .container-fluid
{
	padding:60px 0;
}
.Supplier
{
text-align: center;
 color:#054F5C;
}
.engage p
{
 text-align: justify;
 font-size:14px;
 padding:30px;
 color:#A3ACC3;
}
.card_icon 
{
	padding-top:80px;
	text-align: center;
}
.card_icon i
{
 font-size:50px;
}
.card-title
{
	text-align: center;
	padding:30px 0;
}
.card-text
{
	text-align: center;
	padding:0px 20px;
}
.build .container
{
 padding:70px 0;
}
.Challenges
{
	text-align:center;
}
.Responsibilities .container
{ 
 padding:80px 0;
}
.successful
{
	/*padding:30px 0;*/
	font-size:14px;
        line-height: 25px;
	color:#A3ACC3;
}
.the
{
	color:#A3ACC3;
}
.img_about img 
{
  height:400px;
  width:100%;
}
.about_content
{
	margin-left:40px;
}
.about_content h1
{
 padding: 40px 0 10px 0px;
    font-size:32px;
}
.border_line3
{
 border-top:1px solid #803E4C;
 width:10%;
 margin-left:10px;
}
.strong 
{
	text-align:justify;
	padding-top:40px;
	padding-right:20%;
	line-height:30px;
    font-size:14px;
}
.Machine .container-fluid
{
	padding:50px 0;
}
.under
{
	color:#A3ACC3;
    padding-bottom:30px;
}
.What
{
	padding:20px 0;
	font-size:32px;
	font-weight: normal;
}
.advanced
{
	color:#A3ACC3;
	padding-bottom:30px;
}
.Stretch
{  
	color:#A3A3B8;
	list-style-type:decimal;
	margin-left:20px;
}
.Automatic 
{
 font-size:25px;
}
.plastic
{
	font-size:14px;
	text-align: justify;
	padding:20px 0;
	color:#A3A3B8;

}
.excellent
{
	font-size:14px;
	text-align: justify;
	padding:7px 30px;
	line-height:28px;
	color:#A3A3B8;
}
.Fully
{
	font-size:30px;
	text-align: center;
}
.Semi_Automatic .container-fluid
{
padding:70px 0;
}
.hovereffect {
	width:100%;
	height:100%;
	float:left;
	overflow:hidden;
	position:relative;
	text-align:center;
	cursor:default;
	}
	
	.hovereffect .overlay {
	width:100%;
	height:100%;
	position:absolute;
	overflow:hidden;
	top:0;
	left:0;
	opacity:0;
	background-color:rgba(0,0,0,0.5);
	-webkit-transition:all .4s ease-in-out;
	transition:all .4s ease-in-out
	}
	
	.hovereffect img {
		width: 100%;
	display:block;
	position:relative;
	-webkit-transition:all .4s linear;
	transition:all .4s linear;
	}
	
	.hovereffect h2 {
	text-transform:uppercase;
	color:#fff;
	text-align:center;
	position:relative;
	font-size:17px;
	background:rgba(0,0,0,0.6);
	-webkit-transform:translatey(-100px);
	-ms-transform:translatey(-100px);
	transform:translatey(-100px);
	-webkit-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
	padding:10px;
	}
	
	.hovereffect a.info {
	text-decoration:none;
	display:inline-block;
	text-transform:uppercase;
	color:#fff;
	border:1px solid #fff;
	background-color:transparent;
	opacity:0;
	filter:alpha(opacity=0);
	-webkit-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
	margin:120px 0 0;
	padding:7px 14px;
	}
	
	.hovereffect a.info:hover {
	box-shadow:0 0 5px #fff;
	}
	
	.hovereffect:hover img {
	-ms-transform:scale(1.2);
	-webkit-transform:scale(1.2);
	transform:scale(1.2);
	}
	
	.hovereffect:hover .overlay {
	opacity:1;
	filter:alpha(opacity=100);
	}
	
	.hovereffect:hover h2,.hovereffect:hover a.info {
	opacity:1;
	filter:alpha(opacity=100);
	-ms-transform:translatey(0);
	-webkit-transform:translatey(0);
	transform:translatey(0);
	}
	
	.hovereffect:hover a.info {
	-webkit-transition-delay:.2s;
	transition-delay:.2s;
	}

	.Taping
	{
	 font-size:14px;
	 color:#A3A3B8;
	}
	.parts
	{
	 font-size:15px;
	 font-weight: bold;
	 padding:20px 0;
	}
	.used
	{
		list-style-type: decimal; 
		font-size:14px;
		color:#A3A3B8;
		margin-left: 10px;
	}
	.Office
	{
	 padding-top:40px;
	 font-size:35px;
	 padding-bottom:40px;
     margin-left:30px;
	}
	.contact_icon
	{
		padding:40px 10px;
	}
	.contact_icon i
	{
	  font-size:40px;
	  color:#004B59;
	}
	.contact .container-fluid
	{
		padding:40px 0;
	}
	.contact .col-md-6
	{
	 padding-bottom:50px;	
	}
	.Message
	{
		font-size:35px;
		padding:30px 0;
	}
	.box1 .container-fluid
	{
  padding:70px 0;
	}
	.box1 textarea 
	{
	 width: 100%;
	 margin-top: 25px;
	}
	.box1 input[type=submit]
	{
	padding:10px 20px;
	margin-top:10px;
	background-color:#15AABF;
	color:white;
	border: none;
	}
	.map
	{
		padding-top:45px;
	}
	/* ============ only desktop view ============ */
/*
@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu{  display:block; opacity: 0;  visibility: hidden; transition:.3s; margin-top:0;  }
	.navbar .nav-item:hover .nav-link{ color: #fff;  }
	.navbar .dropdown-menu.fade-down{ top:80%; transform: rotateX(-75deg); transform-origin: 0% 0%; }
	.navbar .dropdown-menu.fade-up{ top:180%;  }
	.navbar .nav-item:hover .dropdown-menu{ transition: .3s; opacity:1; visibility:visible; top:100%; transform: rotateX(0deg); }
}	
*/
/* ============ desktop view .end// ============ */
.navbar 
{
  padding:0; 
}
.navbar-dark .navbar-nav .nav-link
{
  color:#004B59;
  padding:10px 40px;
  font-size:12px;
  text-transform: uppercase;
}
.navbar-dark .navbar-nav .nav-link:hover
{
  color:#A8D6EE;
}

 .logo 
 {
    /*margin-right:328px;*/
 }
 .navbar .container-fluid
 {
  padding:10px 0!important;
 }
 .sticky
{position:fixed;
    background-color:white!important;
  top:0;
  width: 100%;
  z-index: 9999;
  animation:slide-down 0.5s ease-in-out;
  box-shadow:0 0 20px rgba(0, 0, 0, 0.5);
  

}
@keyframes slide-down{
  from{
    top:-100%;
  }
  to{
    top:0;
  }
}
.cross
{
	display: none;
}
.navbar-nav
{
	float: right;
}
@media only screen and (max-width: 767px) {
	#slide-navbar-collapse {
	  position: fixed;
	  top: 0;
	  left: 15px;
	  z-index: 99;
	  width: 280px;
	  height: 100%;
	  background-color:black;
	  overflow: auto;
	}
	.menu-overlay {
	  display: none;
	  background-color: #000;
	  bottom: 0;
	  left: 0;
	  opacity: 0.5;
	  filter: alpha(opacity=50);
	  /* IE7 & 8 */
	  position: fixed;
	  right: 0;
	  top: 0;
	  z-index: 49;
	}
  }
  
  .nav li a
  {
	  color: black;
  }
   .bg_color
    {
    background:#F9F9F9;
     margin-right:1px;
    }
.bg_color p
{
    margin-left:30px;
}
.STRAP h1
{
  font-size:27px;
  padding-bottom:30px;
}
.STRAP i
{
    float: right;
}
.STRAP 
{
  margin-left:20px;
}
.SIZES .container-fluid
{
    padding:100px 0;
}

.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  margin:10px 0;
}

/*
.active, .accordion:hover {
  background-color: #ccc; 
}
*/

.panel {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
}
.Projects
{
 padding:40px 0;
 text-align: center;
    font-size:32px;
}
.controls-top
{
    text-align:center;
    display:none;
}
.img_card .card .card-body
{
 padding: 1rem 0!important;
}
.img_card .card-text
{
    padding:0!important;
}
.img_card .container-fluid 
{
padding-top:40px;
    padding-bottom:80px;
}
.img_card .card
{
    box-shadow:none;
}
.menu 
{
  box-shadow:0 0 20px rgba(0, 0, 0, 0.5);  
}
.dropdown-toggle::after
{
    display:none;
}

.list-unstyled li a
{
    text-decoration:none;
    color:white;
    font-size:0.875rem;
}
.build .card
{
   min-height:400px; 
}
.monile_logo
{
    display: none;
}
.respon_icon
{
    display:none;
}
a:not([href]):not([tabindex])
{
    display:block!important;
}
.phone_number
{
    display:none;
}
.mail_phone
{
    display: none;
}
.border_line
{
    display:none;
}

 .testimonials{
/*     background-color: #F7F9FB;*/
     padding: 50px 0;
 }
 .testimonials h1{
     color: #424866;
     font-size: 30px;
     padding: 10px 0;
 }
 .testipara{
     color:rgba(0,0,0,0.7);
     padding: 10px 100px;
     line-height: 25px;
 }
 .testi-content{
     background-color: #fff;
     transition: 0.5s;
 }
 .testimonial-box:hover .testi-content{
     background-color: #E94A00;
 }
 .testimonial-box:hover .triangle{
     border-top: 30px solid #E94A00;
 }
 .testimonial-box:hover .testi-para{
     color:rgba(255,255,255,0.8);
 }
 .testimonial-box:hover .testi-icon{
     color:rgba(255,255,255,0.3)!important;
     opacity: 0.5;
 }
 .testi-para{
     color: rgba(0,0,0,0.6);
     font-size: 16px;
     line-height: 30px; 
     padding: 20px;
     font-weight: 400;
 }
 .testi-content{
     position: relative;
     margin: 20px auto 0 auto;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
    border-radius: 8px 8px  8px 0;
 }
 .testi-icon{
    color: #000;
    font-size: 80px;
    line-height: 180px;
    bottom: 0;
    right: 10px;
    opacity: 0.05;
    position: absolute; 
 }
 .testi-triangle .triangle{
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #fff;
    position: relative;
    transition: 0.5s;
    z-index: 999999;
 }
 .testimg{
     height: 80px;
     width: 80px;
     border-radius: 50%;
     border: 5px solid #fff;
     overflow: hidden;
     box-shadow: 0 0 10px rgba(0,0,0,0.5);
     margin: 10px 5px;
 }
 .testimg img{
     width: 100%;
     height: 100%;
     object-fit: cover;
 }
 .name h3{
     color:rgba(0,0,0,0.8);
     font-size: 20px;
     font-weight: 400;
     padding: 10px 0;
     margin: 20px 0 0 0;
 }
 .name p{
     font-size: 15px;
     color:rgba(0,0,0,0.6);
     font-weight: 600;
 }
 .testi-coro .active
{
    background:none!important;
}
.testi-content
{
    min-height:400px;
}


.mobile{
    font-size: 14px;
}
.mobile i{
    padding-right: 10px;
    padding-left: 5px;
}
.icon i{
    font-size: 12px;
}
.logo{
    height: 80px;
    /*background-color: red;*/
}
.logo img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    
}
.navbar-dark .navbar-nav .nav-link{
    padding: 10px 20px;
}
.why{
    margin-top: 10px;
    padding: 20px 80px 20px 0;
}
.are{
    margin-left: 10px;
}
.With{
    margin-left: 10px;
    line-height: 25px;
}
.Pacway{
    font-size: 14px;
    color: rgba(0,0,0,0.5);
    line-height: 25px;
}
.card_icon{
    height: 80px;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin-top: 40px;
}
.card_icon img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.build .card-body .card-text{
    font-size: 14px;
    /*color: #fff;*/
    padding: 10px 0;
}

.build .card-body h5{
    padding: 10px 0;
}

.build .card{
    cursor: pointer;
    transition: 0.5s;
}

.build .card:hover{
    background-color: #E94A00;
}
.build .card:hover .card-body .card-text{
    color: #FFF;
}
.build .card:hover .card-body h5{
    color: #FFF;
}
.build .card-body .card-text p{
    cursor: pointer;
    color: rgba(0,0,0,0.5);
}
.testi-para{
    font-size: 14px;
    line-height: 25px;
}
.testimg{
    width: 60px;
    height: 60px;
}
.name h3{
    padding: 10px 0 0 0;
    font-size: 18px;
    margin-top: 0;
}
.testi-content{
    width: 100%;
    position: relative;
}
.testipara{
    color: rgba(0,0,0,0.5);
}
.Solution{
    background: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)), url('../img/bgg.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.my_modal .modal-header{
    padding: 5px 10px;
    font-size: 18px;
}
.my_modal .col-form-label{
    font-size: 14px;
}
.my_modal .form-control{
    font-size: 14px;
}
.my_modal .form-group{
    margin-bottom: 0;
}
.plan{
     border-collapse: collapse;
     width: 100%;
     margin: 20px 0;
 } 
 .plan td,.plan th{
    border: 1px solid #ddd;
    padding: 10px;
}
.plan td{
    text-align: center;
    font-size: 14px;
    color: rgba(0,0,0,0.9);
}
.plan th{
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    background-color: #215B86;
    color: white;
    font-size: 14px;
}

.plan tr:nth-child(even){
    background-color: #f2f2f2;
}

.plan tr:hover {
    background-color: #ddd;
}
.over_flow
{
    overflow:hidden!important;
    width:100%;
}



<!---------------------------------------------menu---------------------------------->
* {
	margin: 0;
	padding: 0;
	text-decoration: none
}


header {
	position: relative;
	width: 100%;
    overflow:visible!important;
}

.logo {
	color: #6DDB07;
	float: left;
	width: 15%
}

.logo a {
	color: #6DDB07;
}

nav {
	position: relative;
	width: 980px;
	margin: 0 auto;
}
#cssmenu ul
{
    margin-right:81px;
    margin-top:10px; 
}
#cssmenu ul ul 
{
    margin-top:0;
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #head-mobile {
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

#cssmenu:after,
#cssmenu > ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}

#cssmenu #head-mobile {
	display: none
}

#cssmenu {
	font-family: sans-serif;
	background:white;
    width:80%;
    margin:0 auto;
}


#cssmenu > ul > li {
	float: left
}

#cssmenu > ul > li > a {
	padding: 17px;
	font-size: 12px;
	letter-spacing: 1px;
	text-decoration: none;
	color:black;
	font-weight: 400;
    text-transform:uppercase;
}

/*
#cssmenu > ul > li:hover > a,
#cssmenu ul li.active a {
	color: #fff
}
*/

/*
#cssmenu > ul > li:hover,
#cssmenu ul li.active:hover,
#cssmenu ul li.active,
#cssmenu ul li.has-sub.active:hover {
	background: #0069D9!important;
	-webkit-transition: background .3s ease;
	-ms-transition: background .3s ease;
	transition: background .3s ease;
}
*/

#cssmenu > ul > li.has-sub > a {
	padding-right: 30px
}

#cssmenu > ul > li.has-sub > a:after {
	position: absolute;
	top: 22px;
	right: 11px;
	width: 8px;
	height: 2px;
	display: block;
	background: #ddd;
	content: ''
}

#cssmenu > ul > li.has-sub > a:before {
	position: absolute;
	top: 19px;
	right: 14px;
	display: block;
	width: 2px;
	height: 8px;
	background: #ddd;
	content: '';
	-webkit-transition: all .25s ease;
	-ms-transition: all .25s ease;
	transition: all .25s ease
}

#cssmenu > ul > li.has-sub:hover > a:before {
	top: 23px;
	height: 0
}

#cssmenu ul ul {
	position: absolute;
	left: -9999px;
    z-index: 9999;
    
}

#cssmenu ul ul li {
	height: 0;
	-webkit-transition: all .25s ease;
	-ms-transition: all .25s ease;
	background:white;
	transition: all .25s ease
}

#cssmenu ul ul li:hover {}

#cssmenu li:hover > ul {
	left: auto
}

#cssmenu li:hover > ul > li {
	height: 35px
}

#cssmenu ul ul ul {
	margin-left: 100%;
	top: 0
}

#cssmenu ul ul li a {
	border-bottom: 1px solid rgba(150, 150, 150, 0.15);
	padding: 18px 15px;
	width:308px;
	font-size: 12px;
	text-decoration: none;
	color:black;
	font-weight: 400;
    background:white;
}

#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
	border-bottom: 0
}

#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
	color: black;
}

#cssmenu ul ul li.has-sub > a:after {
	position: absolute;
	top: 16px;
	right: 11px;
	width: 8px;
	height: 2px;
	display: block;
	background: #ddd;
	content: ''
}

#cssmenu ul ul li.has-sub > a:before {
	position: absolute;
	top: 13px;
	right: 14px;
	display: block;
	width: 2px;
	height: 8px;
	background: #ddd;
	content: '';
	-webkit-transition: all .25s ease;
	-ms-transition: all .25s ease;
	transition: all .25s ease
}

#cssmenu ul ul > li.has-sub:hover > a:before {
	top: 17px;
	height: 0
}

/*
#cssmenu ul ul li.has-sub:hover,
#cssmenu ul li.has-sub ul li.has-sub ul li:hover {
	background: #363636;
}
*/

#cssmenu ul ul ul li.active a {
	border-left: 1px solid #333
}

#cssmenu > ul > li.has-sub > ul > li.active > a,
#cssmenu > ul ul > li.has-sub > ul > li.active > a {
	border-top: 1px solid #333
}

@media screen and (max-width:1000px) {
	.logo {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 46px;
		text-align: center;
		padding: 10px 0 0 0;
		float: none
	}
	.logo2 {
		display: none
	}
	nav {
		width: 100%;
	}
	#cssmenu {
		width: 100%
	}
	#cssmenu ul {
		width: 100%;
		display: none
	}
	#cssmenu ul li {
		width: 100%;
		border-top: 1px solid #444
	}
/*
	#cssmenu ul li:hover {
		background: #363636;
	}
*/
	#cssmenu ul ul li,
	#cssmenu li:hover > ul > li {
		height: auto
	}
	#cssmenu ul li a,
	#cssmenu ul ul li a {
		width: 100%;
		border-bottom: 0
	}
	#cssmenu > ul > li {
		float: none
	}
	#cssmenu ul ul li a {
		padding-left: 25px
	}
	#cssmenu ul ul li {
		background: #333!important;
	}
	#cssmenu ul ul li:hover {
		background: #363636!important
	}
	#cssmenu ul ul ul li a {
		padding-left: 35px
	}
	#cssmenu ul ul li a {
		color: #ddd;
		background: none;
	}
	#cssmenu ul ul li:hover > a,
	#cssmenu ul ul li.active > a {
		color: #fff
	}
	#cssmenu ul ul,
	#cssmenu ul ul ul {
		position: relative;
		left: 0;
		width: 100%;
		margin: 0;
		text-align: left
	}
	#cssmenu > ul > li.has-sub > a:after,
	#cssmenu > ul > li.has-sub > a:before,
	#cssmenu ul ul > li.has-sub > a:after,
	#cssmenu ul ul > li.has-sub > a:before {
		display: none
	}
	#cssmenu #head-mobile {
		display: block;
		padding: 31px 23px;
		color: black;
		font-size: 12px;
		font-weight: 700
	}
	.button {
		width: 55px;
		height: 46px;
		position: absolute;
		right: 0;
		top: 10px;
		cursor: pointer;
		z-index:999;
	}
	.button:after {
		position: absolute;
		top: 22px;
		right: 20px;
		display: block;
		height: 4px;
		width: 20px;
		background:black;
		content: ''
	}
	.button:before {
		-webkit-transition: all .3s ease;
		-ms-transition: all .3s ease;
		transition: all .3s ease;
		position: absolute;
		top: 16px;
		right: 20px;
		display: block;
		height: 2px;
		width: 20px;
		background:black;
		content: ''
	}
	.button.menu-opened:after {
		-webkit-transition: all .3s ease;
		-ms-transition: all .3s ease;
		transition: all .3s ease;
		top: 23px;
		border: 0;
		height: 2px;
		width: 19px;
		background:black;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg)
	}
	.button.menu-opened:before {
		top: 23px;
		background:black;
		width: 19px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg)
	}
	#cssmenu .submenu-button {
		position: absolute;
		z-index: 99;
		right: 0;
		top: 0;
		display: block;
		border-left: 1px solid #444;
		height: 46px;
		width: 46px;
		cursor: pointer
	}
/*
	#cssmenu .submenu-button.submenu-opened {
		background:white;
	}
*/
	#cssmenu ul ul .submenu-button {
		height: 34px;
		width: 34px
	}
	#cssmenu .submenu-button:after {
		position: absolute;
		top: 22px;
		right: 19px;
		width: 8px;
		height: 2px;
		display: block;
		background:black;
		content: ''
	}
	#cssmenu ul ul .submenu-button:after {
		top: 15px;
		right: 13px
	}
	#cssmenu .submenu-button.submenu-opened:after {
		background:black;
	}
	#cssmenu .submenu-button:before {
		position: absolute;
		top: 19px;
		right: 22px;
		display: block;
		width: 2px;
		height: 8px;
		background:black;
		content: ''
	}
	#cssmenu ul ul .submenu-button:before {
		top: 12px;
		right: 16px
	}
	#cssmenu .submenu-button.submenu-opened:before {
		display: none
	}
	#cssmenu ul ul ul li.active a {
		border-left: none
	}
	#cssmenu > ul > li.has-sub > ul > li.active > a,
	#cssmenu > ul ul > li.has-sub > ul > li.active > a {
		border-top: none
	}
}
.cssmenu1 
{
    margin-bottom:0rem;
    float: right;
    
}
.cssmenu1
{
    overflow:visible;
}


<!-----------------------------------endmenu---------------------------------------->