/*** Nav bar ***/
.navbar{background-color: transparent !important;}
.navbar-nav{margin-left: auto !important;}
#navbarSupportedContent{background-color: transparent !important;}
.language-link-main{font-size:18px;padding: 1px 7px;background-color: transparent;color:#fff;border: 1px solid #fff;border-radius:15px;}


/***** Domain*/
.domain-expert-img-cont{padding: 20px;background-color: #FFF;border-radius:50%;}
.domain-expert-img-cont img{margin: 0 auto; width:100px;}
.h5{height: 5px;}
.h10{height: 10px;}
.h14{ height: 14px;}
.h20{height: 20px;}
.h40{height: 40px;}
.row-same-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  flex-wrap: wrap;
}
.row-same-height > [class*='col-'] {
  display: flex;
  flex-direction: column;
}
.align-middle-div{
	display: table !important;
}
.text-in-div-middle{
	/* vertical-align: middle !important; */
	font-size: 20px;
	position : relative;
	top : 30px;
	left:30px;
	font-weight:100 !important;
}
/*** Our Products***/
.our-products{padding: 100px 0px 150px 0px !important;}
.products-cards-cont{margin-top: -80px;}
.work-process-card{height: 225px;border-radius:15px;}

/**** Feras ***/
/*.logo-one{width:80% !important;}*/
.logo-two{width:80% !important;}

.colorB{color:#BBBBBB !important;}
.colorD{color:#3D3D3D !important;}
.colorBlue{ color: #59C1EA !important;}
.colorDarkBlue{color:#070b3b !important}
.PD200{padding: 20px; 0px;}
.h50{height: 50px;}

.section-about {
	position: relative;
	background-color: #15163b;
	background-image: url(../images/GroupAboutUsSection.png);
	background-position: bottom;
	background-size: cover;
	background-repeat: no-repeat
}
.section-knowledge{
	position: relative;
	background-color: #15163b;
	background-image: url(../images/Group119@2x.png);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	padding-bottom: 43px;
	
}


.work-process-card{ 
  background-image: linear-gradient(45deg, #59C1EA 50%, white 50%);
  background-size: 409% 100%;
  background-position: right bottom;
  transition: background-position .9s ease;    
}





.work-process-card .number{visibility: hidden;}
.nav-link{color:#BBBBBB !important;font-size:18px;}
.nav-link:hover{color:blue !important;}

.footer-logo{width: 200px;}
.footer-contact-img-div{
	background-color: #FFFFFF;border-radius:50%;text-align: center;width:35px;display: inline;float: left;padding: 5px;
}
.footer-contact-desc-div{
	display: inline;padding:0px 5px;float: left;
}

/**** Feras ***/