 *{
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	overflow-x: : hidden;
}

.header{
	min-height: 10vh;
	width: 100%;
	background-video: url(ff.mp4);
	background-position: center;
	background-size: cover;
	position: sticky;

}

nav{
	display: flex;
	padding: 2% 6%;
	justify-content: space-between;
	align-items: center;
}
nav img{
	width: 300px;
	position: relative;
	top: -2em;
	left: -5%;
}
.nav-links{
	flex: 1;
	text-align: right;
	
}
.nav-links ul li{
	list-style: none;
	display: inline-block;
	padding: 8px 17px;
	position: relative;
}
.nav-links ul li a{
	color: #fff;
	text-decoration: none;
	font-size: 15px;
}
.nav-links ul li ul.dropdown li{
	display: block;
}
.nav-links ul li ul.dropdown{
	width: 116%;
	background: #188a9b;
	position: absolute;
	z-index: 999;
	display: none;
	text-align: left;
	font-size: 15px;
	margin-left: -1.5em;
}

.nav-links ul li::after{
	content:'';
	width: 0%;
	height: 2px;
	background: #188a9b;
	display: block;
	margin: auto;
	transition: 0.5s;
}
.nav-links ul li:hover ul.dropdown{
	display: block;
}

.drop ul li a:hover{
	color: #062E3C;
	border-block: #2D5987 ;

}
.nav-links ul li:hover::after{
	width: 100%;
}
.login-btn{
	border: solid #2D5987 ;
	display: block;
	background: #2D5987;
	width: 150px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 12px;
	text-align: center;
	color: #fff;
	text-decoration: none;	
}
.client-btn{
	border: solid #2D5987 ;
	display: block;
	background: #2D5987;
	width: 150px;
	color: #fff;
	text-decoration: none;
}
.back-video{
	position: absolute;
	right: 21px;
	bottom: 0px;
	top: 0px;
    min-width: 99%;
    min-height: 100%;
    z-index: -100;
}

.text-box{
	width: 95%;
	color: #fff;
	padding: 25px;
	top: 80%;
	left: 50%;
	text-align: center;
	font-size: 100%;
	margin: 10px 0 40px;
}
.text-box h1 {
	font-size: 250%;
}
.text-box p{
	font-size: 125%;
}
.hero-btn{
	display: inline-block;
	text-decoration: none;
	color:#062E3C;
	border: 2px solid #2D5987;
	padding: 13px 34px;
	font-size: 15Spx;
	background: transparent;
	position: relative;
	cursor: pointer;
	margin-top: 1%;
	font-size: 100%;

}
.hero-btn:hover{
	border: soft #188a9b;
	background: #188a9b;
	color: #fff;
	transition: 1s;
}

nav .fa{
	display:none;
}
@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  [class*="col-"] {
    width: 100%;
  }


    .nav-links ul li{
	    display: block;
    }

    .nav-links{
    	position: fixed;
    	background: #188a9b;
    	height: 100vh;
    	width: 200px;
    	top: 0;
    	right: -200px;
    	text-align: left;
    	z-index: 2;
    	transition: 1s;
    }
    nav .fa{
    	display: block;
    	color: #fff;
    	margin: 10px;
    	font-size: 22px;
    	cursor: pointer;
    }
    .nav-links ul{
    	padding: 30px;
    }
}

.row{
	margin-top: 3%;
	display: flex;
	justify-content: space-evenly;
}
.support-col{
	border-radius: 1px;
	margin-bottom: 2%;
	margin-top: 3%;
	box-sizing: border-box;

}
.support-col img{
    width: 100px;
    margin-left: 30px;
    cursor: pointer;
}
.support-col h2{
	text-align: center;
	font-weight: 600;
	margin: 10px o;
	
}
.support-col h2 a{
    text-decoration: none;
    color: #062E3C;
}

@media(max-width: 700px){
	.row{
		flex-direction: column;
	}
}

/*-------aboutus----*/
.aboutus{
	background: #062E3C;
	text-align: center;
	width: 100%;
	padding: top;
	top: 85%;
	font-size: 150%;
	margin-bottom: 20%;
	margin-up: -5%;
	
}
.aboutus p{
	font-size: 85%;
	color: #fff;
	padding:5% 25%;
	
}
.aboutus h1{
	color: #E9955D;
	font-size: 120%;
	padding-bottom: -100%;

}
.aboutus-col{
	flex-basis: 25%;
	border-radius: 8px;
	margin-bottom: 25px;
	position: relative;
	
}
.aboutus-col img{
	width: 400px;
	margin-left: 100%;
	margin-top: 90px;

}
.Partner{
	background-size: cover;
	background-position: bottom;
	background-color: #fff;
	margin-top: -20%;
	text-align: center;
	font-size: 140%;
	color: #E9955D;

}
.clients video{
	margin-bottom: 0%;
	margin-top: 0%;
	margin-left: 50px;
	margin-right: 50px;
}
.Solution{
	min-height: 30vh;
	width: 100%;
	
	
	background-repeat: no-repeat;
	background-position: center;
	margin-top: -20%;
	margin-bottom: 20%;
}
.Solution::before {
    content: "";
    background-image: url(issa.jpg);
    background-size: cover;
    position: relative;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0.75;
}   
.solution-col{
	margin-bottom: 5%;
	
}
.solution-col h1{
	font-size: 155%;
	color: #E9955D;
	text-align: left;

}
.solution-col P{
	font-size: 120%;
	color: #062E3C;
	text-align: left;
}

/*-------footer----*/
.footer{
	background: #062E3C;
	width: 100%;
	text-align: center;
	padding: 30px 0px;

}
.footer h2{
	margin-bottom: 25px;
	margin-top: 20px;
	font-weight: 600;
	color: #fff;
}
.footer p{
	color: #fff;
}
.footer p a{
	color: #fff;
}
.i fa{
	color: #E9955D;
	margin: 0 13px;
	cursor: pointer;
	padding: 18px 0;
	text-decoration: none;
}
/*-----------about us page--------*/
.sub-header{
	height: 50vh;
	width: 100%;
	background-image: url(about.jpg);
	background-position: center;
	background-size: cover;
	text-align: center;
	color: #fff;
}
.sub-header h1{
	margin-top: 120px;
	color: #E9955D;
	font-size: 200%;
}
.about-us{
	background: #fff;
	width: 80%;
	margin: auto;
	margin-top:-10em;
	padding-top: 80px;
	padding-bottom: 50px;
}

.about-us h1{
	color:#E9955D;
	font-size: 30px;
}
.about-us p{
	color: black;
	font-size: 110%;
	padding: 100px;
	margin-left: -45px;

}
.about video{
	margin: auto;
	margin-left: -500px;

}
.about-col{
	flex-basis: 31%;
	background: #062E3C;
	border-radius: 10px;
	margin-bottom: 5%;
	padding: 20px 12px;
	box-sizing: border-box;
}
.about-col h2{
	color: #E9955D;

}
.about-col p{
	color: #fff;

}
.about-col ul{
	color: #fff;
}
@media only screen and (max-width:800px) {
  /* For tablets: */
  .main {
    width: 80%;
    padding: 0;
  }
  .right {
    width: 100%;
  }
}
@media only screen and (max-width:500px) {
  /* For mobile phones: */
  .menu, .main, .right {
    width: 100%;
  }
}
/*-----------projects--------*/
.projects{
	background: #fff;
	width: 80%;
	margin: auto;
	margin-top:-10em;
	padding-top: 80px;
	padding-bottom: 50px;
}
/* Reset some default styles */
body, h1, h2, div {
    margin: 0;
    padding: 0;
    text-align: center;
}
.accordion-content ul{
	text-align: left;
}

/* Basic styling for the accordion */
.accordion {

    width: 100%;
    margin: 20px auto;
}

.accordion-item {
    border: 2px solid #062E3C;
    margin-bottom: 5px;
}

.accordion-header {
    background-color: #f1f1f1;
    padding: 10px;
    cursor: pointer;
    user-select: none;
}

.accordion-content {
    padding: 10px;
    display: none;
}

/* Style to change when the accordion is active/open */
.accordion-item.active .accordion-header {
    background-color: #ddd;
}

.accordion-item.active .accordion-content {
    display: block;
}
@media only screen and (max-width:800px) {
  /* For tablets: */
  .main {
    width: 80%;
    padding: 0;
  }
  .right {
    width: 100%;
  }
}
@media only screen and (max-width:500px) {
  /* For mobile phones: */
  .menu, .main, .right {
    width: 100%;
  }
}
/*-----------team--------*/
.team{
	background: #fff;
	width: 80%;
	margin: auto;
	margin-top:-10em;
	padding-top: 80px;
	padding-bottom: 50px;
}

.team-ol p {

}
}
.team-col h3{
	text-align: center;
	font-size: 150%;

}
.team-col p{
	text-align: center;
	font-size: 120%;
}
.team-col img{
	width: 30%;
    margin: auto;
    margin-top: 40px;
    border-radius: 50%;

}
/*-----------contact us page--------*/
.contact{
	background: #fff;
	width: 100%;
	margin: auto;
	margin-top:-10em;
	padding-top: 80px;
	padding-bottom: 50px;
}
.contact-col img{
	width: 15%;

}
.contact-col h3{
	font-size: 100%;
	margin-right: -10em;
}
.contact-co h3{
	margin-right: -10em;
	font-size: 100%;
	margin-bottom: 20px;
}
.contact-col h1{
	margin-top: -5%;
	font-size: 250%;
	margin-left: 450px;
	color: #2D5987;
}
.contact-col input, .contact-col textarea{
	width: 100%;
	padding: 15px;
	margin-bottom: 17px;
	outline: none;
	border: 2px solid #062E3C;
	box-sizing: border-box;
}
.contact-col form{
	width: 50%;
	margin-left: 600px;
	margin-top: -0%;
}
.contacts-col video{
	width: 40%;
	height: 30vh;
	margin-left: -900px;
	margin-top: -2500px;
	margin-bottom: 150px;
	
}
.location{
	width: 80%;
	margin: auto;
	padding: 80px 0;
   
}
.location h1{
	font-size: 30px;
}
.location iframe{
	width: 100%;
}
/*-----------managed services--------*/
.managed{
	background: #fff;
	width: 80%;
	margin: auto;
	margin-top:-10em;
	padding-top: 80px;
	padding-bottom: 50px;
}
.managed p{
	text-align: center;
	display: flex; 
	justify-content: center;
	width: 100%; 
}
.managed  ul{
	border: 1px solid #ccc;
	padding: 30px;
}

.op img{
	width: 50%;
}
/*-----------business intelligence--------*/
.business{
	background: #fff;
	width: 80%;
	margin: auto;
	margin-top:-10em;
	padding-top: 80px;
	padding-bottom: 50px;
}
/*-----------server infrastructure--------*/
.server{
	background: #fff;
	width: 80%;
	margin: auto;
	margin-top:-10em;
	padding-top: 80px;
	padding-bottom: 50px;
}
/*-----------application development--------*/
.software{
	background: #fff;
	width: 80%;
	margin: auto;
	margin-top:-10em;
	padding-top: 80px;
	padding-bottom: 50px;
}
/*-----------supply--------*/
.supply{
	background: #fff;
	width: 80%;
	margin: auto;
	margin-top:-10em;
	padding-top: 80px;
	padding-bottom: 50px;
}

@media only screen and (max-width: 768px) {
.accordion  {
    width: 100%;
  }

@media only screen and (max-width: 768px) {
.contact-col  {
    width: 100%;
  }

