.topnav{ overflow: hidden; position: relative; top: 0%; width: 100%; 
	z-index: 10; text-align: right; animation-name: fade; animation-duration: 2.5s;}

.topnav a{display: inline-block; color: black; text-align: center; padding: 10px 16px; text-decoration: none;
	font-size: 17px; font-family:Arial; font-weight: 400; }

.topnav a:hover{background-color:rgba(0, 0, 0, 0.24); color: white;}

.topnav a.active{background-color: rgba(17, 17, 17, 0.726); color: rgb(255, 255, 255);}

.topnav .icon{display: none;}

.topnav .logo{position: relative; width: 13%; padding: 2px 0; display: none;}

@keyframes fade {
	from{ opacity: 0;}
	to{ opacity: 100%;}
}


*, html, body, footer {margin: 0; padding: 0;}

#Tscroll{color:orange;
	font-size:4vw;
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 99; 
    cursor: pointer;}



/*Body-----------------*/
.language{width: 35px; position:absolute; left: 40px; top: 7px; z-index: 11; 
	cursor: pointer; line-height: 10px; animation-name: fade; animation-duration: 2.5s;}

.language-mobi{display: none;}

.fa-language:hover{ filter:sepia(500%)  }


#clients-wrapper{
	text-align: center;
	overflow-x: hidden;
	position: relative;
	z-index: 1;
}


.vw{
	width: 100%;
	height: 95vh;
	top: -1px;
	background-color: #1D212B;
	font-family: 'mbc';
	font-size: 7vw;
	font-weight: larger;
	color: whitesmoke;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 10;
}


.h1{
	font-family: 'Nunito';
	font-size: 9vw;
	cursor: pointer;
	user-select: none;
	-webkit-user-select: none;
	text-decoration: none;
}
.h11{
	font-family: 'Nunito';
	font-size: 3vw;
	text-align: center;

}



.sec {display: inline-block;
padding: 0 4%; align-content: center;
pointer-events: none; } 

.bord{ margin: 5% 0%; width: 300px; font-family: 'Cairo'; height: 200px; object-fit: cover;}



/*Footer---------------->*/
.footer { position: relative; display: flex; flex-wrap:wrap; width: 100%;  color: whitesmoke;
	background:linear-gradient(to  right, #000f19, #2989cc);
    border-top:1px solid whitesmoke;}
.center-footer{
	display:flex; align-items: center; justify-content: center; padding-bottom: 3px;
	background:linear-gradient(to  right, #000f19, #2989cc);}
.footer1 {position:relative;  display: grid; place-items: center; width: 100%; color: whitesmoke; 
	background:linear-gradient(to  right, #000f19, #2989cc);}
/*background:linear-gradient( to Right,#000f19, #146aa8);*/
.hrs {position: absolute; right:50%; transform:translate(-50%);min-height: 85%; max-height: 50vh; background-color: white; width: 1px; border: 0 none;
	color: whitesmoke;}

ul {list-style-type:none;}
    
.pounce{ color: whitesmoke; transition: .1s;}
.pounce:hover{transform: scale(1.2);}

.footer-section {margin: auto; margin-top: 4px; text-align: center;font-family:'Cairo';}

.ftitles{color: white; font-size: 18px; font-weight: bold; font-family:'Nunito';}

.ftxt{color: whitesmoke;}
.ftxt a{color: whitesmoke;}

.seperator {background-color: white; border: 0 none; height: 1px; width: 20%;}
  
img.social{ padding: 0 20px; height: 20px; transition: .5s; margin: auto;}
.social:hover{ transform: scale(1.5);}

img.flogo{height: 30px;}
.ftxtlast { color: whitesmoke; font-family:'Nunito'; text-align: center;}


/*Mediaaaaaaaaaaaaaaaaaa iphone 420px */
@media screen and (max-width: 800px) {
	.topnavcontainer{visibility: hidden;}
	.topnav{ background:linear-gradient(to  right, #000f19, #2989cc); position: fixed;}
	.topnav a{float:left ; color: white;}
	.topnav a:not(:nth-child(6)) {display: none;}
	.topnav a.icon {float: right; display: block; color: white} 
	.topnav.responsive {position: relative; margin-top: -40px;}
	.topnav.responsive a.icon {position: absolute; right: 0; top: 0;}
	.topnav.responsive a {display: block; float: none; text-align: left;}
	.topnavcontainer.responsive{display: none;}
	.topnav .logo{ display: none; }
	.topnav a:visited{ color: white;}
	.topnav a.active{background-color: rgba(255, 255, 255, 0.050); color: rgb(255, 255, 255);}
	.language{ display: none;}
	.language-mobi{display: block; width: 35px; position:fixed; right: 55px; top: 8px; z-index: 11; 
		cursor: pointer; line-height: 10px; animation-name: fade; animation-duration: 2.5s;;}
		body{ margin-top: 40px;}
	.container .btn {top: 80%;left: 21%; padding: 20px 75px;}
	.ftitles {font-size: 20px;}
	.footer-section{ font-size: 18px;}
	.footer{display: block;}
	.center-footer{display: flex;}
	.hrs{display: none;}
	#Tscroll { font-size:6vw;}
	.h11{font-size: 5.5vw;}
}

  @media screen and (min-width:800px) and (max-width: 1100px) {
	
  }


  @media screen and (min-width: 1650px) {
	.topnav a{font-size: 18px; padding: 10px 40px;}
  }

