@import url(https://fonts.googleapis.com/css?family=Raleway:400,300,500);
* {
	padding: 0;
	margin: 0;
	font-family: 'Amiri', serif;
	outline: none;
}

*,
*:after,
*::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

@media (min-width:1600px) {
	body {
		font-size: 24px;
	}
}

#load {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 999999999999999999999;
	background: url("../../images/ring.svg") no-repeat center center #000019
}

.nav-toggle,
.logo-phone {
	display: none
}

nav a {
	font-family: 'Amiri', serif;
	position: relative;
	outline: none;
	text-decoration: none;
}

nav a:hover,
nav a:focus {
	outline: none;
}


/* Effect 4: bottom border enlarge */

.cl-effect-4 a {
    padding: 0 0 10px;
}

.cl-effect-4 a::after {
    position: absolute;
    top: 80%;
    left: 0;
    width: 100%;
    height: .5px;
    background: #e74c3c;
    content: '';
    opacity: 0;
    -webkit-transition: all 0.5s, opacity 0.5s, -webkit-transform 0.5s;
    -moz-transition: all 0.5s, opacity 0.5s, -moz-transform 0.5s;
    transition: all 0.5s, opacity 0.5s, transform 0.5s;
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    transform: translateY(-3px);
}

.cl-effect-4 a:hover::after,
.cl-effect-4 a:focus::after {
    height: 4px;
    opacity: 1;
    -webkit-transform: translateY(1px);
    -moz-transform: translateY(1px);
    transform: translateY(1px);
}

header .nav-container {
    top: 0;
    left: 0;
    display: block;
    position: fixed;
    background-color: #000019;
    color: whitesmoke;
    height: 160px;
    width: 100%;
    margin-top: 0;
    box-shadow: 1px 1px 7px rgba(5, 22, 51, 0.37);
    z-index: 99999999;
}

/* search */
.togglesearch {
    background: #E8E8E4;
    position: absolute;
    top: 22px;
    left: 4.7%;
    width: 600px;
    height: 30px;
    line-height: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    border-top: 4px solid #D80B15;
    display:  none;
}

.togglesearch:before {
    content: "";
    position: absolute;
    /* top: -32px; */
    left: -26px;
    bottom: -10px;
    transform: rotate(-90deg);
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 14px solid transparent;
    border-bottom: 14px solid #D80B15;
}

.top {
    background-color: #e9e9e9;
    height: 100px;
    position: fixed;
    width: 100%;
    z-index: 44;
}

.logo {
    display: inline-block;
    width: 270px;
    height: 170px;
    margin-top: -35px;
    margin-left: 30px;

}

#logo-mouse {
    cursor: default;
}


.lan {
    display: block;
    font-size: 14px;
    text-align: center;
    padding: 2px 10px;
    font-family: 'Amiri', serif;
    text-decoration: none;

}



/* Add a black background color to the top navigation bar */

.topnav {
    background-color: #e9e9e9;
    color: #000019;
    left: 0;
    position: fixed;
    padding: 10px 10px;
    top: 12px;
}

/* Style the links inside the navigation bar */

.topnav a,
.topnav .fa {
    float: right;
    display: block;
    color: #000019;
    text-align: center;
    padding: 18px 16px;
    text-decoration: none;
    font-size: 14px;
}

.topnav .fa {
    float: right;
    display: block;
    color: #e74c3c;
    text-align: center;
    padding: 18px 10px;
    text-decoration: none;
    font-size: 16px;
}

/* Change the color of links on hover */

.topnav a:hover {
    background-color: #e74c3c;
    color: whitesmoke;
}

/* Style the "active" element to highlight the current page */

.topnav a.active {
    color: white;
}

/* Style the search box inside the navigation bar

.topnav input[type=text] {
    float: left;
    padding: 6px;
    background-color: whitesmoke;
    border: none;
    margin-top: 12px;
    margin-right: 16px;
    font-size: 14px;
}

/* When the screen is less than 600px wide, stack the links and the search field vertically instead of horizontally

@media screen and (max-width: 600px) {
    .topnav a,
    .topnav input[type=text] {
        float: none;
        display: block;
        text-align: right;
        width: 100%;
        margin: 0;
        padding: 14px;
    }
    .topnav input[type=text] {
        border: 1px solid #ccc;
    }
}*/

.main-menu {
    margin-top: 140px;
    list-style: none;
    margin-left: 25px;

}

.main-menu li {
    margin-top: -54px;
    display: block;
    position: relative;
    float: right;
    text-decoration: none;
    list-style: none;
    transition: all 0.5s, opacity 0.5s, transform 0.5s;

}

.main-menu li a {
    display: inline-block;
    padding: 30px 28px;
    text-decoration: none;
    text-align: justify;
    font-size: 17px;
    color: whitesmoke;

    letter-spacing: 1px;
    font-weight: bolder;
    transition: .2 linear all
}

.main-menu li:hover,
.main-menu li a:hover {
    background-color: #e9e9e9;
    color: #000019;
    z-index: 9999999999;
}



@media (max-width:1080px) {
    .main-menu li:nth-child(6) {
        display: none;
    }
    .logo {
        display: inline-block;
        width: 250px;
        height: 150px;
        margin-top: -35px;
        margin-left: 30px;
    }
}

@media (max-width:955px) {
    .main-menu li:nth-child(5) {
        display: none;
    }
}

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0
}

.rslides li {
    margin-top: 150px;
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    margin-right: 0px;
    top: 0;
}

.rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}

.rslides img {
    padding: 0;
    margin: 0;
    display: block;
    height: auto;
    float: left;
    width: 101%;
    border: 0;
}

.about {
    width: 100%;
    background-color: #000019;
    height: 120px;
}

.about p {
    font-size: 22px;
    color: azure;
    padding-top: 40px;
    text-align: center;
}

.news-wrapper {
    background-color: #f2f2f2;
}

/* News code pen */

.post-module {
    margin: 30px 20px;
    position: relative;
    z-index: 1;
    display: inline-block;
    background: #FFFFFF;
    min-width: 20%;
    max-width: 24%;
    height: 390px;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.post-module:hover,
.hover {
    -webkit-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
}

.post-module:hover .thumbnail img,
.hover .thumbnail img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    opacity: .6;
}

.post-module .thumbnail {
    background: #000000;
    height: 400px;
    overflow: hidden;
}

@media (max-width:1140px) {
    .post-module .thumbnail {
        background: #000000;
        height: 400px;
        overflow: hidden;
    }
}

.post-module .thumbnail .date {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
    background: #e74c3c;
    width: 55px;
    height: 55px;
    padding: 12.5px 0;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    color: #FFFFFF;
    font-weight: 900;
    text-align: center;
    -webkti-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.post-module .thumbnail .date .day {
    font-size: 18px;
    margin-top:-7px;

}

.post-module .thumbnail .date .month {
    font-size: 12px;
    text-transform: uppercase;
    margin-top:-10px;
}

.post-module .thumbnail img {
    margin: auto;
    vertical-align:center;
    display: inline-block;
    width: 100%;
    align-content: center;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    transform: translateY(-20px);
    background-color: #000019;
}

@media ( max-width:1180px) {
    .post-module .thumbnail img {
        display: block;
        width: 120%;
        margin: 0 0;
        -webkit-transition: all 0.3s linear 0s;
        -moz-transition: all 0.3s linear 0s;
        -ms-transition: all 0.3s linear 0s;
        -o-transition: all 0.3s linear 0s;
        transition: all 0.3s linear 0s;
        transform: translateY(-10px);
        background-color: #000019;
    }
}

.post-module .post-content {
    position: absolute;
    bottom: 0;
    background: #FFFFFF;
    width: 100%;
    padding: 30px;
    -webkti-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
    -moz-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
    -ms-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
    -o-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
    transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
}

.post-module .post-content .category {
    position: absolute;
    top: -44px;
    right: 0;
    background: #e74c3c;
    padding: 10px 15px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.post-module .post-content .title {
    margin: 0;
    padding: 0 0 10px;
    color: #333333;
    font-size: 20px;
    font-weight: 700;
}

.post-module .post-content .sub_title {
    margin: 0;
    padding: 0 0 20px;
    color: #e74c3c;
    font-size: 18px;
    font-weight: 400;
}

.post-module .post-content .description {
    display: none;
    color: #666666;
    font-size: 14px;
    line-height: 1.8em;
}

.post-module .post-content .post-meta {
    margin: 30px 0 0;
    color: #999999;
}

.post-module .post-content .post-meta .timestamp {
    margin: 0 16px 0 0;
}

.post-module .post-content .post-meta a {
    color: #999999;
    text-decoration: none;
}

.hover .post-content .description {
    display: block !important;
    height: auto !important;
    opacity: 1 !important;
}

.container {
    max-width: 800px;
    min-width: 640px;
    margin: 0 auto;
}

.container:before,
.container:after {
    content: '';
    display: block;
    clear: both;
}

.container .column {
    width: 50%;
    padding: 0 25px;
    -webkti-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}

.container .column .demo-title {
    margin: 0 0 15px;
    color: #666666;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

.container .info {
    width: 300px;
    margin: 50px auto;
    text-align: center;
}

.container .info h1 {
    margin: 0 0 15px;
    padding: 0;
    font-size: 24px;
    font-weight: bold;
    color: #333333;
}

.container .info span {
    color: #666666;
    font-size: 12px;
}

.container .info span a {
    color: #000000;
    text-decoration: none;
}

.container .info span .fa {
    color: #e74c3c;
}
.post-module:first-child{
    margin-right: 9%;
}
.post-module:last-child{
    margin-left: 9%;
}


/* end of news code pen */


.slider-container {
	height: 500px;
	width: 100%;
	background-image: url(../../images/Team.jpg);
	background-origin: border-box;
	background-attachment:scroll;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	overflow: hidden;
}

.slider .active {
	display: block;
	overflow: hidden;
}

.slider> div {
	display: none;
	text-align: center;
	word-wrap: break-word;
}

.slider-wrapper {
	display: inline-block;
	position: relative;
	margin: 100px 0px;
	width: 312px;
	height: 312px;
	border-radius: 50%;
	border: 6px solid rgba(3, 17, 41, 0.12);
}

.slider {
	display: inline-block;
	position: absolute;
	width: 300px;
	height: 300px;
	border-radius: 50%;
	background-color: #faf8ee;
		overflow: hidden;

}

.slider div p {
	vertical-align: middle;
	border-radius: 50%;
	width: 300px;
	height: 300px;
	font-size: 18px;
	text-align: center;
}

#p1 {
	padding:70px;
}

#p2 {
	padding:67px 30px;
}

#p3 {	
	padding:70px 40px;
}

#p4 {
	padding:41px 37px;
}
.circle {
	margin: 100px 0px;
	display: block;
	width: 312px;
	height: 312px;
	border-radius: 50%;
	overflow: hidden;
	border: 6px solid rgba(3, 17, 41, 0.12);
	margin-left: -18px;
	position:relative;
		overflow: hidden;

}

.circle img {
	
	width:auto;
	height: auto;
	overflow: hidden;
	

	
}

.pre-cli,
.service {
	display: block;
	height: 50px;
	width: 100%;
	background-color: #000019;
	font-size: 22px;
	color: rgba(250, 248, 238, 0.95);
	padding: 10px;
	text-align: right
}

.client-wrapper {
	background-image: url(../../images/map.jpg);
	background-origin: border-box;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden
}

.client {
	margin: 15px 0px;
	display: flex;
	flex-flow: row;
	width: 100%;
	justify-content: flex-end;
}

.client div {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
}

.cli-img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 70%;
	opacity: 0.8;
	border-radius: 50%;
	transition: all 0.5s ease
}



.visit {
	width: 100%;
	height: 80px;
	background-color: #000019;
	font-size: 22px;
	color: rgba(250, 248, 238, 0.95);
	padding-top: 20px;
	font-style: oblique;
	text-align: center;
	margin-top: 0px
}

#map {
	height: 400px;
}

.footer-part1 {
    background-color: #000019;
    display: flex;
    justify-content: center;
    height: 240px;
}

.footer-part1 > div {
    margin: 20px 50px;
}

.mag-img {
    width: 240px;
    display: block;
    margin: auto auto;
    border-radius: 20px;
    background-color: #e9e9e9;
    margin-top: 20px;
}

#mag-arabic {
    text-align: center;
    display: block;
    margin: auto auto;
    font-size: 14px;
    color: #e74c3c;
    margin-top: -9px;
}

.footer-part1 p {
    display: block;
    color: #e9e9e9;
    font-size: 22px;
    padding: 10px;
    text-align: center
}

footer .fab {
    border: 2px solid rgba(250, 248, 238, 0.95);
    color: #e9e9e9;
    text-align: center;
    width: 50px;
    height: 50px;
    font-size: 24px;
    padding: 11px;
    margin: 7px;
    border-radius: 50%;
    transition: all ease-in-out .4s
}

footer .fab-facebook:hover {
    border: 2px solid #4e69a2;
    background-color: #4e69a2;
}

footer .fab-twitter:hover {
    border: 2px solid #1da1f2;
    background-color: #1da1f2;
}

footer .fab-linkedin:hover {
    border: 2px solid #0077b5;
    background-color: #0077b5;
}

footer .fab-google-plus:hover {
    border: 2px solid #d73d32;
    background-color: #d73d32;
}

footer .fab-skype:hover {
    border: 2px solid #00a7e5;
    background-color: #00a7e5;
}

footer .fab-youtube:hover {
    border: 2px solid #d52423;
    background-color: #d52423;
}

.footer-part2 {
    width: 100%;
    height: 50px;
    background-color: #e9e9e9;
}

.footer-part2 h5 {
    height: 60px;
    display: block;
    text-align: center;
    font-weight: 500;
    margin: 0px auto;
    padding: 15px 0 0 0;
    font-size: 16px;
    color: rgba(0, 0, 25, 0.97)
}

.company {
    border-top: .5px solid #000015;
    width: 100%;
    background-color: #000019;
}

.company span {
    display: block;
    text-align: center;
    margin: 0px auto;
    padding: 7px;
    font-size: 18px;
    color: #e9e9e9;
    ;
}
