.topnav{ overflow: hidden; position: relative; top: 0%; width: 100%; 
	z-index: 10; text-align: left; 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: 22px; font-family:'ghala-bold'; font-weight: 400; }

.topnav a:hover{background-color:rgba(0, 0, 0, 0.568); color: whitesmoke; text-shadow: 1px 1px 2px gray;}

.topnav a.active{background-color: #1D212B;; color: rgb(255, 255, 255);}

.topnav .icon{display: none;}

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

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


*{margin:  0; padding: 0; box-sizing: border-box; scroll-behavior: smooth;}


#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; right: 40px; top: 7px; z-index: 11; 
	cursor: pointer; line-height: 10px; animation-name: fade; animation-duration: 2.5s;}

.language-mobi{display: none;}

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


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


.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{
	cursor: pointer;
	user-select: none;
	-webkit-user-select: none;
	text-decoration: none;
}
.h11{
	font-family: 'mbc';
	font-size: 4.5vw;
	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);}

.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:'ghala-bold';}

.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:right ; color:whitesmoke}
	.topnav a:not(:nth-child(7)) {display: none;}
	.topnav a.icon {float: left; display: block;}
	.topnav.responsive {position: relative;}
	.topnav.responsive a.icon {position: absolute; left: 0; top: 0;}
	.topnav.responsive a {display: block; float: none; text-align: right;}
	.topnavcontainer.responsive{display: none;}
	.topnav .logo{ display: none;}
	.ftitles {font-size: 12px;}
	.footer-section{ font-size: 10px;}
	.language{ display: none; }
	.language-mobi{display: block; width: 35px; position:fixed; left: 55px; top: 9px; z-index: 11; 
		cursor: pointer; line-height: 10px; animation-name: fade; animation-duration: 2.5s;;}
	.h11{font-size: 5vh;}
	.ftitles {font-size: 20px;}
	.footer-section{ font-size: 18px;}
	.footer{display: block;}
	.center-footer{display: flex;}
	.hrs{display: none;}
	#Tscroll { font-size:6vw;}
}

  @media screen and (min-width:800px) and (max-width: 1150px) {
	.topnav a{font-size:1.7vw; padding: 7px 5px;}

  }

/*Macbook 1280 */
  @media screen and (min-width:1290px) and (max-width: 1920px) {
	.topnav a{padding: 10px 20px;}
	.Ad2{ margin-top: 65%}
  }