/*--
Author: Mohamed Taha
Facebook URL: https://www.facebook.com/mohamed.taha138
Author URL: http://www.computerwgraphic.blogspot.com
License: Free
--*/
	@import url(../../fonts.googleapis.com/css@family=Lato_3A100,300,400,700);


	/*--
	Author: Mohamed Taha
	Facebook URL: https://www.facebook.com/mohamed.taha138
	Author URL: http://www.computerwgraphic.blogspot.com
	License: Free
	--*/
	html{
		width: 100%;
		height: 100%;
	}

	body{
		font-family: AraJozoor-Regular;
		background: #fff;
		color:#fff;
		width: 100%;
		height: 100%;
		margin: 0;
	}

	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block;
	}
	ul{
		margin:0;
		padding:0;
		outline: none;
		list-style: none;
	}
	img{
		border-style: none;
		vertical-align: top;
		max-width: 100%;
	}

	i{
		font-weight: normal;
		color: #7c4e95;
	}

	 p{
		font-family: AraJozoor-Regular;
		font-size: 24px;
		line-height: 14px;
		color: #fff;
		margin: 5px 0 11px 0;
		font-weight: 100;
		text-align: center;
	}
	address{
		padding:0;
		margin:0;
		font-style:normal;
	}
	a{
		color: #000;
		font-family: AraJozoor-Regular;
		font-size: 14px;
		text-decoration: none;
	}
	a:hover{
		text-decoration: none;
	}

	/*--
	Author: Mohamed Taha
	Facebook URL: https://www.facebook.com/mohamed.taha138
	Author URL: http://www.computerwgraphic.blogspot.com
	License: Free
	--*/

	h1, h2, h3, h4, h5, h6{
		margin: 0;
		padding: 0;
	}

	/*--
	Author: Mohamed Taha
	Facebook URL: https://www.facebook.com/mohamed.taha138
	Author URL: http://www.computerwgraphic.blogspot.com
	License: Free
	--*/
	.header_block{
		text-align: center;
		margin-bottom: 30px;
	}


	/*--
	Author: Mohamed Taha
	Facebook URL: https://www.facebook.com/mohamed.taha138
	Author URL: http://www.computerwgraphic.blogspot.com
	License: Free
	--*/

	.wrapper{
		width:100%;
		height:100%;
		display: table;
		vertical-align: middle;
	}



	/*--
	Author: Mohamed Taha
	Facebook URL: https://www.facebook.com/mohamed.taha138
	Author URL: http://www.computerwgraphic.blogspot.com
	License: Free
	--*/
	.background-change{
		background-color: #7c4e95;
	}

	.background-change-color{
		color: #7c4e95;
	}


	/*--
	Author: Mohamed Taha
	Facebook URL: https://www.facebook.com/mohamed.taha138
	Author URL: http://www.computerwgraphic.blogspot.com
	License: Free
	--*/
	.background-light{
		background:#fff;
	}

	.col-lg-block-themeshark-dark{
		display: table-cell;
		vertical-align: middle;
		position: relative;
		background-image: url(../img/bg2.png);
		background-repeat: no-repeat;
		background-position: right;
		width: 600px;
	}

	.col-lg-block-themeshark-light{
		color: #000;
		box-sizing: border-box;
		display: table-cell;
		vertical-align: middle;
		width: 400px;
	}
	.col-lg-block-themeshark-light h1{
		font-family: AraJozoor-Regular;
		font-size: 60px;
		line-height: 72px;
		margin-bottom: 30px;
		text-transform: uppercase;
		padding-top: 89px;
	}

	/*--
	Author: Mohamed Taha
	Facebook URL: https://www.facebook.com/mohamed.taha138
	Author URL: http://www.computerwgraphic.blogspot.com
	License: Free
	--*/
	.animated {
		-webkit-animation-duration: 2.5s;
		-moz-animation-duration: 2.5s;
		-o-animation-duration: 2.5s;
		animation-duration: 2.5s;
		-webkit-animation-fill-mode: both;
		-moz-animation-fill-mode: both;
		-o-animation-fill-mode: both;
		animation-fill-mode: both;
	}

	/*--
	Author: Mohamed Taha
	Facebook URL: https://www.facebook.com/mohamed.taha138
	Author URL: http://www.computerwgraphic.blogspot.com
	License: Free
	--*/

	.social-links-modal li{
		display: inline-block;
		width: 50px;
		height: 53px;
		margin-right: 18px;
		margin-bottom: 18px;
	}

	.social-links-modal li a{
		border-radius: 50%;
		-moz-border-radius: 50%;
		-webkit-border-radius: 50%;
		border: solid 1px #7c4e95;
		position: relative;
		width: 46px;
		height: 46px;
		display: block;
		text-align: center;
	}

	.social-links-modal li a:hover{
		background: #7c4e95;
	}
	.social-links-modal li a:hover i{
		color: #fff;
	}

	.social-links-modal i{
		font-size: 18px;
		font-weight: normal;
	}
	.social-links-modal	li a i {
		float: left;
		margin: 16px 0 0 18px;
	}

	.transition {
		-webkit-transition: all 500ms linear;
		-moz-transition: all 500ms linear;
		-o-transition: all 500ms linear;
		-ms-transition: all 300ms linear;
		transition: all 500ms linear;
	}

	.social-links-modal {
		padding: 50px 0 0 0;
	}

	.social-links-modal li a span {
			width: 120px;
			height: auto;
			line-height: 20px;
			padding: 10px;
			left: 50%;
			margin-left: -62px;
			font-size: 14px;
			color: #fff;
			text-align: center;
			background: #7c4e95;
			text-indent: 0px;
			position: absolute;
			bottom: 63px;
			opacity: 0;
			visibility: visible;
			pointer-events: none;
			-webkit-transform: translate(-35px) rotate(-25deg) scale(.5);
			-moz-transform: translate(-35px) rotate(-25deg) scale(.5);
			-o-transform: translate(-35px) rotate(-25deg) scale(.5);
			-ms-transform: translate(-35px) rotate(-25deg) scale(.5);
			transform: translate(-35px) rotate(-25deg) scale(.5);
			-webkit-transition: all 0.3s ease-in-out;
			-moz-transition: all 0.3s ease-in-out;
			-o-transition: all 0.3s ease-in-out;
			-ms-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
			border-radius: 3px;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
	}

	.social-links-modal li a span:after {
		top: 100%;
		left: 50%;
		border: solid rgba(0, 0, 0, 0);
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		margin-top: 0;
		pointer-events: none;
	}

	.social-links-modal li a span:after {
		border-top-color: #7c4e95;
		border-width: 7px;
		margin-left: -5px;
	}

	.social-links-modal li a:hover span {
		visibility: visible;
		opacity: 1;
		-webkit-transform: translate(0px) rotate(0deg) scale(1);
		-moz-transform: translate(0px) rotate(0deg) scale(1);
		-o-transform: translate(0px) rotate(0deg) scale(1);
		-ms-transform: translate(0px) rotate(0deg) scale(1);
		transform: translate(0px) rotate(0deg) scale(1);
		}



		/*--
		Author: Mohamed Taha
		Facebook URL: https://www.facebook.com/mohamed.taha138
		Author URL: http://www.computerwgraphic.blogspot.com
		License: Free
		--*/

	@media (max-width: 979px) and (min-width: 768px){
		.wrapper{
			display: block;
		}
		.col-lg-block-themeshark-dark{
			display: block;
			padding: 20px;
			background-image: none;
			width: auto;
			margin: 0;
		}
		.col-lg-block-themeshark-light{
			display: block;
			text-align: center;
			width: auto;
			margin: 0;
		}
	}

	@media (max-width: 768px) and (min-width: 480px){
		.wrapper{
			display: block;
		}
		.col-lg-block-themeshark-dark{
			display: block;
			padding: 20px;
			background-image: none;
			width: auto;
			margin: 0;
		}
		.col-lg-block-themeshark-light{
			display: block;
			text-align: center;
			width: auto;
			margin: 0;
		}
	}

	@media (max-width: 480px){
		.wrapper{
			display: block;
		}
		.col-lg-block-themeshark-dark{
			display: block;
			padding: 20px;
			background-image: none;
			width: auto;
			margin: 0;
		}
		.col-lg-block-themeshark-light{
			display: block;
			text-align: center;
			width: auto;
			margin: 0;
		}
	}
