@import url('https://fonts.googleapis.com/css?family=Roboto+Slab');
@import url('https://fonts.googleapis.com/css?family=Amiri');
@font-face {
	font-family: "GE SS Two";
	src: url(../fonts/GE_SS_Two_Medium.otf)
}
body {
	font-family: 'Roboto Slab','GE SS Two';
	font-size: 17px;
	color: #000;
	position: relative;
}
#cssmenu li a {
	text-transform: capitalize;
}
body a:hover {
	text-decoration: none
}
.title {
	font-family: 'Roboto Slab','GE SS Two';
	font-size: 30px;
	color: #000;
}

.menu-logo {
	margin: 10px 0;
}
.menu {
	background-color: #fff
}
.logo-center {
	float: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.img-menu {
    position: relative;
}
.img-menu img {
    position: absolute;
    margin: auto;
    top: 10px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9;
}
li.paddi-righ {
	margin-right: 232px !important;
}
.all-on-slider {
	position: absolute;
	margin: auto;
	right: 13%;
	top: 15%;
}
.bady-index .carousel {
	height: 630px;
}
.fill-img {
	width: 100%;
	height: 100%;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	background-blend-mode: multiply;
	border-radius: 0px;
	object-fit: fill;
	opacity: 1;
}
.fill {
	width: 100%;
	height: 100%;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	background-color: #000;
}
.item, .active, .carousel-inner {
	height: 100%;
}
.carousel.slide {
	position: relative;
}
.img-pox {
	margin: 5px 0;
}

.welcome {
	position: relative;
}

.img_welcom img {
    margin-top: 40px;
}

.wel-box {
	margin: 60px 0 25px 0;
}

.wel-box .title {
    font-size: 26px;
    margin: 0 0 30px 0;
    color: #e23f41;
    font-weight: bold;
}
.wel-text {
    font-size: 16px;
    color: #131313;
    height: 220px;
    overflow: hidden;
    font-weight: 500;
}

.img-welcome {
	padding-top: 23px;
	width: 100%
}
.wel-box-img img {
    display: inline-block;
    padding: 0 3px;
}
/******************************************************/ 

.products {
    background-color: #f6f6f6;
    margin-top: 35px;
    padding: 30px 0;
}


.main_box {
	width: 25%;
	text-align: center;
    float: right;
}
.p_hover{
	display: block;
}
.p_hover:hover .not_hover{
	display: none
}
.p_hover:hover .on_hover{
	display: block
}
.on_hover {
	display: none;
}
a.p_hover:hover .on_hover {
    display: inline-block;
}

a.p_hover .not_hover {
    display: inline-block;
}

.main_box.pro_main_1 {
	margin-top: 175px
}
.main_box.pro_main_4 {
	margin-top: 175px
}

.img_center {
    text-align: center;
    position: relative;
    margin: 190px 0;
}

.img_center img {
    display: inline-block;
    position: absolute;
    margin: auto;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 999;
}

.p_box .title {
    font-size: 18px;
    text-transform: uppercase;
    margin: 14px 0;
	color: #262626;
}

.p_box .p_text {
    font-size: 16px;
    font-family: 'Roboto Slab','GE SS Two';
	color: #262626;
	overflow: hidden;
	height: 46px;
}



/****
Section Footer*****************************************/
.section-footer {
    background-color: #1272b2;
}
.footer-info {
    float: left;
}
.footer-info .socials {
    margin: 14px 0;
    padding: 0;
}
.socials li {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-left: 12px;
}
.socials li a {
    width: 40px;
    height: 40px;
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    color: #1272b2;
    background-color: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border: 1px #fff solid; 
	-webkit-border-radius: 500px; 
	-moz-border-radius: 500px;
    -o-border-radius: 500px;
	border-radius: 500px;
	
}
.socials li a:hover{
    color: #ffffff;
    background-color: #1272b2;
    border: 1px #fff solid;

}
.copyright {
    font-size: 12px;
    text-align: right;
    color: #ffffff;
    padding: 22px 0;
}


/****************about****************/

.content .title {
	margin: 30px 0;
	position: relative;
	text-transform: capitalize;
	text-align: center
}
/*
.content .title::after {
	content: ' ';
	margin: auto;
	position: absolute;
	right: 0px;
	left: 0;
	top: 55px;
	bottom: 0;
	height: 3px;
	width: 60px;
	background-color: #ea222d;
}
*/
.content .title-about {
	margin: 10px 0 30px 0;
}
.about-img {
	margin: 30px 0;
}
.about-img img {
	width: 100%;
}
.breadcrumb {
	padding: 8px 15px;
	margin-bottom: 20px;
	list-style: none;
	background-color: #e23f41;
	border-radius: 4px;
	margin-top: 15px
}
.breadcrumb > .active {
	color: #bebfc0;
}
.breadcrumb li a {
	color: #fff
}


/***
Contact us****************************/

.con-form {
	margin: 30px 0
}
.con-form .form-group {
    color: #e23f41;
}
.btn-success {
	color: #fff;
	background-color: #9c0d1d;
	border-color: #9c0d1d;
	transition: ease 1s;
}
.btn-success:active:hover, .btn-success.active:hover, .open > .dropdown-toggle.btn-success:hover, .btn-success:active:focus, .btn-success.active:focus, .open > .dropdown-toggle.btn-success:focus, .btn-success:active.focus, .btn-success.active.focus, .open > .dropdown-toggle.btn-success.focus {
	color: #fff;
	background-color: #9c0d1d;
	border-color: #9c0d1d;
}
.btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
	color: #fff;
	background-color: #9c0d1d;
	border-color: #9c0d1d;
}
.btn-success:hover {
	color: #fff;
	background-color: #9c0d1d;
	border-color: #9c0d1d;
	box-shadow: 0 0 0 3px #9c0d1d;
}
.btn-success:focus, .btn-success.focus {
	color: #fff;
	background-color: #9c0d1d;
	border-color: #9c0d1d;
}
.form-contact .btn {
	display: inline-block;
	padding: 8px 26px;
	margin-bottom: 0;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}
.form-group .text-center .btn {
    padding: 8px 20px;
}


/****************gallery*******/

.gallery {
	margin: 0 -15px;
}
.box {
	float: right;
	width: 33.3%;
	padding: 0 15px 15px;
}
.box a {
	position: relative;
	background: #000;
	display: inline-block;
	width: 100%;
	text-decoration: none;
	overflow: hidden
}
.box a:after {
	content: '';
	position: absolute;
	right: 10px;
	left: 10px;
	top: 10px;
	bottom: 10px;
	margin: auto;
	border: 1px #fff solid
}
.box img {
	width: 100%;
	height: 230px;
	object-fit: cover;
	opacity: .5;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.box a:hover img {
	-webkit-transform: scale(1);
	transform: scale(1);
}
.overlay {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	background-color: #008CBA;
	overflow: hidden;
	width: 100%;
	height: 0;
	transition: .5s ease;
}
.g-title {
	font-size: 20px;
	text-transform: uppercase;
	margin: auto;
	text-align: center;
	height: 27px;
	color: #fff;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.overlay1 {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	background-color: rgba(220,47,54,0.3);
	overflow: hidden;
	width: 100%;
	height: 0;
	transition: .5s ease;
}
.box a:hover .overlay1 {
	height: 100%;
}

/****
Photo *****************************/
.docs-galley {
    margin-bottom: 40px;
}



/***********Products******/


.products {
	margin-bottom: 20px
}
.products .title {
    margin: 10px 0;
}
.inner-img1 img {
	object-fit: cover;
	width: 500px;
	height: 250px;
	border: 1px #e4e4e4 solid;
	-webkit-border-top-left-radius: 50px;
	-webkit-border-bottom-right-radius: 50px;
	-moz-border-radius-topleft: 50px;
	-moz-border-radius-bottomright: 50px;
	border-top-left-radius: 50px;
	border-bottom-right-radius: 50px;
	margin-bottom: 20px;
}
.products .text {
	height: 120px;
	overflow: hidden
}
.products .btn-index {
    text-align: center;
}

.title-inn {
    font-family: 'Roboto Slab','GE SS Two';
    font-size: 30px;
    color: #000;
}

.btn-index {
	margin: 40px 0;
    transition: all ease 1s;
}
.btn-index:hover {
    transform: scale(1.1);
}
.btn-index button {
    color: #fff;
    padding: 10px 28px;
    background-color: #e23f41;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    font-family: 'PT Serif','DINNEXTLTARABIC';
    border: 1px #e23f41 solid;
    transition: all ease 1s;
}
.btn-index button:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    background-color: #fff;
    color: #e23f41;
    border: 1px #e23f41 solid;
}

#cssmenu > ul > li.has-sub.active > a::after{
	border-bottom: 1px solid #e23f41;
    border-right: 1px solid #e23f41;
}




/**************************************************/

.lang-menu {
    position: fixed;
    text-align: left;
    left: -33px;
    top: 57%;
    z-index: 998;
    transform: rotate(90deg);
}

.lang-menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.lang-menu ul li:last-child .drawer {
    border: 1px solid #e23f41;
    border-top-right-radius: 6px;
}

.lang-menu ul li:first-child .drawer {
    border: 1px solid #e23f41;
    border-top-left-radius: 6px;
}

.lang-menu .drawer {
    background: #fff;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    border-radius: 1px solid #e23f41;
    border-top: 1px solid #e23f41;
    padding: 12px 20px;
}

.lang-menu a {
    text-decoration: none;
}

.lang-menu span {
    padding: 10px 0;
    font-size: 20px;
    color: #e23f41;
    font-weight: bold;
}








