


/*///////////////////////////////
/	Theme Name:	OSC.com			/
/	Theme author: jaabrty		/
/	Theme 1st color: #e2a248	/
/	Theme 2nd color: #a3c354	/
/	Theme 3rd color: #5badd3	/
///////////////////////////////*/

/* <Variable Menu > */

:root {
    --first: #e2a248;    
    --second: #a3c354;
    --third: #5badd3;
}

/* </Variable Menu > */


/* <Fonts Menu > */

@font-face {
	src: url(../fonts/molArabic.ttf);
	font-family: molArabic;
}

.arabic {
	font-family: molArabic
}

/* </Fonts Menu > */

/* <general Styling> */

body {
	background: #f8f9fa;
	font-family: Times, Times New Roman, serif;
}

a {
	color:#fff;
}

a:hover {
	color: #333;
}

/* </General Styling> */

/* Start nav Bar */

nav .nav-link {
	background: #99000000;
    font-weight: 900;
	font-size: 22px;
	text-shadow: 1px 0.5px #d1d1d1;
	color: var(--second) !important;
    border-bottom: 2px solid #f8f9fa;
    border: 3px solid var(--third);
	box-shadow: 5px 2px 6px rgba(255, 162, 71, 0.6);
    margin: 4px;
    border-radius: 30px;
	text-align: center;
}

nav .nav-link:hover {
	text-shadow: 1px 0.5px #888;
	border: 3px solid var(--first);
	box-shadow: inset 2px 3px 6px rgba(91, 173, 221, 0.6);
}

/* End nav Bar */

/*//// <main page> ///*/

/* <carousel box> */

#index .carousel-box {
	width:100%;
	background: #fff;
	margin: auto;
}

#index .carousel-box img {
	width: 100%;
	height: auto;
	border: 2px solid #ddd;
}

/* </carousel box> */

/* <welcome line> */

.welcome {
	margin: 20px 0 0 0;
	padding:20px;
	background: url("../images/welcome-bg.jpg")left bottom no-repeat;
	background-size: cover;
	color: #fff;
}

.welcome h1 {
	font-size: 12px;	
}

@media (min-width: 576px) { 

	.welcome {
		margin: 26px 0 0 0;
		padding:24px;
	}
	
	.welcome h1 {
		font-size: 14px;	
	}

 }

@media (min-width: 768px) { 

	.welcome {
		margin: 28px 0 0 0;
		padding:30px;
	}
	
	.welcome h1 {
		font-size: 16px;	
	}

}

@media (min-width: 992px) {
	
	.welcome {
		margin: 34px 0 0 0;
		padding:32px;
	}
	
	.welcome h1 {
		font-size: 22px;	
	}

}

@media (min-width: 1200px) {
	
	.welcome {
		margin: 60px 0 0 0;
		padding:40px;
	}
	
	.welcome h1 {
		font-size: 26px;	
	}
}

/* </welcome line> */

/* <about> */

#index .about {
	margin: 0;
	padding: 30px 20px 30px 0px;
	background: var(--second);
}

#index .about .box {
	margin: 40px 20px 40px 45px;
	transform: translateY(-50%, -50%);
	min-height: 300px;
	transform-style: preserve-3d;
	perspective: 2000px;
	transition: 0.5s;
	color: #fff;
}

#index .about .box:hover {
	transform: rotateY(-30deg) skewY(5deg);
}

#index .about .box:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	border-top: 20px solid #fff;
	border-left: 20px solid #fff;
	box-sizing: border-box;
}

#index .about .box:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	border-bottom: 20px solid #fff;
	border-right: 20px solid #fff;
	box-sizing: border-box;
}

#index .about .box .text {
	position: absolute;
	top: 30px;
	left: -30px;
	background: var(--third);
	width: calc(100% + 60px);
	height: calc(100% - 60px);
	transition: 0.5s;
}

#index .about .box:hover .text {
	transform: rotateY(30deg) skewY(-5deg);
}

#index .about .box .text div {
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	transform: translateY(-50%);
	padding: 20px 40px;
	box-sizing: border-box;
	text-align: center;
}

#index .about .box .text div h3 {
	font-size: 24px;
	font-weight: bold;
}

#index .about .box .text div p{
	padding: 0 30px;
	font-size: 14px;
	text-align: justify;
}

#index .about .box .text .fa1, #index .about .box .fa2 {
	position: absolute;
	width: 80px;
	height: 80px;
	background: #fff;
	color: var(--first);
	text-align: center;
	line-height: 80px !important;
	font-size: 40px !important;
}

#index .about .box .text .fa1 {
	top: 0;
	left: 0;
	border: 4px solid var(--third);
}

#index .about .box .fa2 {
	bottom: 0;
	right: 0;
	z-index:3;
}

@media (min-width: 576px) {
		
	#index .about {
		padding: 30px 0px;
	}
		
	#index .about .box .text div h3 {
		font-size: 28px;
	}

	#index .about .box .text div p{
		padding: 0 30px;
		font-size: 16px;
		text-align: justify;
	}

}

@media (min-width: 768px) {
			
	#index .about {
		padding: 30px 20px 0px 0px;
	}
		
	#index .about .box {
		height: 400px;
	}

	#index .about .box .text div p{
		font-size: 14px;
	}

}

@media (min-width: 992px) {
			
	#index .about {
		padding: 30px 0px;
	}
		
	#index .about .box {
		height: 300px;
	}
	
	#index .about .box .text div h3 {
		font-size: 28px;
	}

	#index .about .box .text div p{
		padding: 0 40px;
		font-size: 16px;
		text-align: justify;
	}

}

/* </about> */

/* <services> */

#index .services {
	direction: rtl;
	margin: 20px 0;
	padding: 56px 0;
	text-align: left;	
}

#index .services h2,
#partners h2,
#index .Clients h2 {
	display: inline-block;
	top: 50%;
	left: 50%;
	margin: 20px 0 40px;
	padding: 10px 14px;
	font-weight: 900;
	font-size: 34px;
	color: #fff;
	text-align: center;
	background: var(--third);
	border: 3px solid var(--third);
	border-radius: 34px;
	box-shadow: inset 0px 0px 16px #292929b5, 0px 0px 14px var(--first);
	text-shadow: 1.6px 1.6px #888;
}

#index .services .card-container {
	margin-top: 10px;
	padding: 10px 30px;
	perspective: 300;
}

#index .services .card-container .flippedCard{
	position: relative;
	margin-bottom:26px;
	color: #fff;
	text-align: center;
	min-height: 200px;
	transition: all 0.8s ease;
	transform-style: preserve-3d;
}

.flippedCard:hover {
	transform: rotateY(180deg);
}

.front1, .front2, .front3, .back1, .back2, .back3 {
	padding: 60 px 0;
	position: absolute;
	height: 200px;
	-webkit-backface-visibility:hidden; 
	backface-visibility: hidden;
    box-shadow: 2px 1.5px 5px #333;
}

.front1 i, .front2 i, .front3 i,
.back1 i, .back2 i, .back3 i {
	padding: 18px 15px 15px 15px; 
	margin-top: 20px;
	font-size: 65px;
	text-shadow: 2px 2px 2px #888;
}

.front1 h3, .front2 h3, .front3 h3, 
.back1 h3, .back2 h3, .back3 h3 {
	margin-top: 10px;
	font-weight: bold;
	font-size: 24px;
	text-shadow: 1px 1px 2px #999;
}

.front1 {
	background: var(--first);
    border-radius: 15px;
	}

.front2 {
	background: var(--second);
    border-radius: 15px;
}

.front3 {
	background: var(--third);
    border-radius: 15px;
}

.back1, .back2, .back3 {
	background: #fff;
	transform: rotateY(180deg);
	
}

.back1 {
	color: var(--first);
    border: 4.5px solid var(--first);
    border-radius: 15px;
}

.back2 {
	color: var(--second);
	border: 4.5px solid var(--second);
    border-radius: 15px;
}

.back3 {
	color: var(--third);
	border: 4.5px solid var(--third);
    border-radius: 15px;
}

/* </services> */

/* <partner> */

#partners {
	margin: 0;
	padding: 35px 0;
	min-height: 450px;
	background: var(--second);
}

#partners ul{
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-44%, 22%);
	margin: 28px -12px;
    padding: 70px;
	width: 230px;
	height: 130px;
}

#partners ul li{
	list-style: none;
	position: absolute;
	width: 120px;
	height: 120px;
	margin: -35px;
	transform: rotate(45deg);
	transition: 0.5s;
	overflow: hidden;
	background: #fff;
	border: 3px solid var(--first);
}

#partners ul li:hover{
	background: #999;
	border: 3px solid var(--third);
}

#partners ul li.item1{
	top: 0;
	left: 0;
}

#partners ul li.item2{
	top: 0;
	left: 80%;
}

#partners ul li.item3{
	bottom: 0;
	left: 40%;
}

#partners ul li .bg{
	width: 100%;
	height: 100%;
	transform: rotate(-45deg)scale(1.42);
	opacity: 1;
}

#partners ul li .bg:hover{
	opacity: 1;
}

#partners ul li.item1 .bg{
	background: url("../images/cf_logo.png")center no-repeat;
	background-size: cover;
}

#partners ul li.item2 .bg{
	background: url("../images/ff_logo.png")center no-repeat;
	background-size: cover;
}

#partners ul li.item3 .bg{
	background: url("../images/hRI_logo.png")center no-repeat;
	background-size: cover;
}

/* </partner> */

/* <Clients> */

#index .Clients {
    height: 440px;
	background: #f8f9fa;
	padding: 50px 20px 20px 20px;
	position: relative;
}

#index .Clients #clientsCarousel{
	min-height: 260px;
}

#index .Clients .carousel-control-next-icon,
#index .Clients .carousel-control-prev-icon {
    width: 35px;
    height: 35px;
    background-color: var(--first);
    background-size: 20px;
    padding: 15px;
    border-radius: 50%;
    border: 3px solid #af7e39;
}

#index .Clients .carousel-control-next,
#index .Clients .carousel-control-prev{
    opacity: 0.7;
    height: 83%;
}

@media (min-width: 506px) {
    #index .Clients {
        height: 480px;
    }
}
    
@media (min-width: 576px) {
    #index .Clients {
        height: 530px;
    }
	#index .Clients #clientsCarousel{
		min-height: 310px;
	}
	
}

@media (min-width: 768px) {
    #index .Clients {
        height: 320px;
    }
	#index .Clients #clientsCarousel{
		min-height: 100px;
	}
	
}

@media (min-width: 992px) {
	#index .Clients {
        height: 390px;
    }
}


#index .Clients .box {
	margin:0;
	margin-bottom: 40px;
	background: #cacaca;
	padding: 0;
	border: 0.6px solid #ddd;
	box-shadow: 0 1px 1px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

#index .Clients .box:hover {
	background-color: #f8f9fa;
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

#index .Clients .box i{
	color: var(--first);
	margin-bottom: 10px;
}

#index .Clients .box p{
	line-height: 2em;
}

#index .Clients .box img{
	opacity: 1;
}

#index .Clients .box img:hover{
	opacity: 0.6;
}

/* </Clients> */

/* <info> */

#info {
    display: contents;
	min-height: 360px;
	width: 100%;
	padding-top: 48px;
	padding-bottom: 0px;
	background: #eee;
    color: #fff;
}

#info .skew {
	position: absolute;
	height: 450px;
	width: 100%;
	margin-bottom: 0;
	background: #999;
	transform: skewY(-3deg);
	box-shadow: 0px -2px 6px 2px #555;
	text-shadow: 1px 1px #555;
}

#info .logo img {
    margin: 30px 0 10px 0;
    height: 140px;
    width: auto;
}

#info .box{
    position: relative;
    height: 80px;
    padding: 20px 0;
    margin-top: 30px;
    overflow: hidden;
    text-shadow: 1px 1px #33333380;
}

#info .box:first-child{
    background-color: var(--third);
    border-right: 6px solid #45829e;
}

#info .box:nth-child(2){
    background-color: var(--second);
    border-right: 6px solid #839c43;
}

#info .box:nth-child(3){
    background-color: var(--first);
    border-right: 6px solid #af7e39;
}

#info .box .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    transition: 0.5s;
}

#info .box .icon i{
    padding-right: 10px;
    transition: 0.5s;
    font-size: 30px;
}

#info .box .icon span {
    font-size: 26px;
}

#info .box:hover .icon {
    transform: translateY(-200%)
}

#info .box:hover .icon i{
    position: absolute;
    transform: translateY(150%);
    font-size: 50px;
    opacity: 0.3;
    transition-delay: 0.5s;
    z-index: -1;
}

#info .box .details{
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    transform: translateY(100%);
    transition: 0.5s;
    font-size: 26px;
}

#info .box:hover a:hover, #info .box:hover a .details, #info .box:hover .details{
    transform: translateY(0);
    color: #fff;
    text-decoration: none;
}

@media (min-width: 576px) {

	#info {
		min-height: 390px;
	}

	#info .skew {
		min-height: 390px;
	}
}

@media (min-width: 768px) {
	
	#info {
		min-height: 280px;
	}
	
	#info .skew {
		min-height: 330px;
	}
	
	#info .content {
		text-align: left;		
	}
}

@media (min-width: 992px) {
		
	#info .logo {
		padding-top: 10px;
	}

	#info .address {
		padding-top: 90px;
}
	
}

@media (min-width: 1200px) {
	
}

/* </info> */

/* <contact Us> */
#contact {
	background: #eee;
}

.contactUs {
	margin: 40px 0;
	position: relative;
}

.contactUs h3{
	position: absolute;
	color: #fff;
	top: 20px;
	left:30px;
	font-size: 35px;
	border-bottom: 3px solid #fff;
}

.contactUs h6{
	margin-top: 0.75rem;
}

.contactUs .alert-danger {
	margin-bottom: 0px;
}

.input-error {
	box-shadow: 0px 0px 3px 0px #900 !important;
}

/* </contact Us> */


/*//// </main page> ///*/

/*//// <registration> ///*/

#registration {
}

#registration .wrap {
    width: 320px;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 40px;
    background-color: #fff;
    color: var(--first);
    box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.25);
}

#registration .wrap .wrap-head{
    background-color: rgba(0, 0, 0, 0.15);
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr;
    color: var(--first);
    font-size: 26px;
}

#registration .wrap a.active{
    background-color: var(--first);
    border-radius: 0;
    color: #fff;
}

#registration .wrap .wrap-body{
    height: 480px;
    width: 100%;
    border: 1.5px solid var(--first);
    padding: 40px 10px;
}

#registration .wrap .wrap-body h2{
    text-shadow: 1px 1px #33333370;
    padding: 10px 0px;
}

#registration .wrap .wrap-body input{
    padding-left: 5px;
    margin: 6px 4px;
    border: none;
    border-bottom: 1px solid #ffc185;
    color: #ff7d00;
    text-align: left;
    font-size: 21px;
    font-weight: 100;
    margin-bottom: 25px;
}

#registration .wrap .wrap-body input::placeholder{
    color: var(--first);
    text-shadow: 1px 1px #66666660;
}

/* <cPanel> */

#registration .cPanel {
    position: relative;
    height: 400px;
    background-color: #fff;
    margin: 50px 0;
    padding: 30px 20px;
    border: 0.3px solid #444;
    box-shadow: 2px 2px 6px #333;
}

#registration .cPanel .logOutBtn {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    margin: 1px;
    height: 200px;
    width: 120px;
    float: right;
}

#registration .cPanel .logOutBtn form{
    float: right;
}


/* </cPanel> */



/*//// </registration> ///*/


/* <footer> */

footer {
	position: relative;
	min-height: 150px;
	margin: 0px;
	padding: 22px;
	background: #666;
	font-size: 12px;
	color: #fff;
	border-top: 1px solid gray;
}

footer .copyrights{
	width: 100%;
}

footer .copyrights p:first-child{
	font-size: 18px;
}

footer .copyrights p:nth-child(2){
	direction: rtl;
    font-size: 16px; 
}

/* </footer> */

/* <Overlay> */
.loading-overlay {
	background: #fff;
	position:fixed;
	padding: 25% 0 0 0;
	left:0;
	top:0;
	width: 100%;
	height:100%;
	z-index:9999999;
}

.spinning {
	background: #fff;
	width: 50px;
	height: 50px;
	margin: auto;
	border-radius: 50%;
	border: 4px solid rgba(0, 0, 0, .1);
	border-left: 4px solid var(--first);
	border-right: 4px solid var(--second);
	border-top: 4px solid var(--third);
	animation: spinning 1.5s linear infinite;
}

@keyframes spinning {
  0% {transform: rotate(0deg)}
  100% {transform: rotate(360deg)}
}

.loading-overlay p{
	margin: 20px;
}
/* </Overlay> */

/* <scroll-up> */
#scroll-top {
	height: 40px;
	width: 50px;
	background: #999;
	color: #ddd;
	opacity: 0.5;
	text-align: center;
	border: 1px solid var(--first);
	border-radius: 5px;
	position: fixed;
	right: 75px;
	bottom: 10px;
	z-index: 99999;
	display: none;
	cursor: pointer;
}

#scroll-top:hover {
	background: var(--first);
	color: #fff;
	border: 2px solid #888;
	opacity: 0.8;
	
}
/* </scroll to top> */


/* <contactUs button> */
#contactUsBtn {
	height: 40px;
	width: 50px;
    padding: 3px 7px 6px 7px;
	background: #999;
	color: #ddd;
	opacity: 0.7;
	text-align: center;
	border: 1px solid var(--first);
	border-radius: 5px;
	position: fixed;
	right: 15px;
	bottom: 10px;
	z-index: 99999;
	cursor: pointer;
}

#contactUsBtn:hover {
	background: var(--first);
	color: #fff;
	border: 2px solid #888;
	opacity: 0.8;
	
}
/* </contactUs button> */



/*

@media (min-width: 576px) {
	
}

@media (min-width: 768px) {
	
}

@media (min-width: 992px) {
	
}

@media (min-width: 1200px) {
	
}


 */

