@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@400;500;600&display=swap');


@font-face {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: 400;
  src: url(font/fontawesome/fa-solid-900.eot);
  src: url(font/fontawesome/fa-solid-900.eot?#iefix) format('embedded-opentype'),
       url(font/fontawesome/fa-solid-900.woff2) format('woff2'),
       url(font/fontawesome/fa-solid-900.woff) format('woff'),
       url(font/fontawesome/fa-solid-900.ttf) format('truetype'),
       url(font/fontawesome/fa-solid-900.svg) format('svg');
}


@font-face {
  font-family: 'FontAwesomeBrand';
  font-style: normal;
  font-weight: 400;
  src: url(font/fontawesome/fa-brands-400.eot);
  src: url(font/fontawesome/fa-brands-400.eot?#iefix) format('embedded-opentype'),
       url(font/fontawesome/fa-brands-400.woff2) format('woff2'),
       url(font/fontawesome/fa-brands-400.woff) format('woff'),
       url(font/fontawesome/fa-brands-400.ttf) format('truetype'),
       url(font/fontawesome/fa-brands-400.svg) format('svg');
}

@font-face {
  font-family: 'Droid Arabic Kufi';
  font-style: normal;
  font-weight: 400;
  src: url(font/DroidKufi/DroidKufi-Regular.eot);
  src: url(font/DroidKufi/DroidKufi-Regular.eot?#iefix) format('embedded-opentype'),
       url(font/DroidKufi/DroidKufi-Regular.woff2) format('woff2'),
       url(font/DroidKufi/DroidKufi-Regular.woff) format('woff'),
       url(font/DroidKufi/DroidKufi-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Droid Arabic Kufi';
  font-style: normal;
  font-weight: 700;
  src: url(font/DroidKufi/DroidKufi-Bold.eot);
  src: url(font/DroidKufi/DroidKufi-Bold.eot?#iefix) format('embedded-opentype'),
       url(font/DroidKufi/DroidKufi-Bold.woff2) format('woff2'),
       url(font/DroidKufi/DroidKufi-Bold.woff) format('woff'),
       url(font/DroidKufi/DroidKufi-Bold.ttf) format('truetype');
}

@font-face {
  font-family: 'Neo Sans Arabic';
  font-style: normal;
  font-weight: 400;
  src: url(font/NeoSansArabic/NeoSansArabic.eot);
  src: url(font/DroidKufi/NeoSansArabic.eot?#iefix) format('embedded-opentype'),
       url(font/NeoSansArabic/NeoSansArabic.svg) format('svg'),
       url(font/NeoSansArabic/NeoSansArabic.woff) format('woff'),
       url(font/NeoSansArabic/NeoSansArabic.ttf) format('truetype');
}



/*
@font-face {
  font-family: 'ProximaNova-Semibold';
  src: url('ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'),  url('ProximaNova-Semibold.woff') format('woff'), url('ProximaNova-Semibold.ttf')  format('truetype'), url('ProximaNova-Semibold.svg#ProximaNova-Semibold') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'ProximaNova-Regular';
  src: url('ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),  url('ProximaNova-Regular.woff') format('woff'), url('ProximaNova-Regular.ttf')  format('truetype'), url('ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
*/

/*
@font-face {
  font-family: 'AzoSans-Regular';
  src: url('font/AzoSans-Regular.eot?#iefix') format('embedded-opentype'),  url('font/AzoSans-Regular.woff') format('woff'), url('font/AzoSans-Regular.ttf')  format('truetype');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'AzoSans-Bold';
  src: url('font/AzoSans-Bold.eot?#iefix') format('embedded-opentype'),  url('font/AzoSans-Bold.woff') format('woff'), url('font/AzoSans-Bold.ttf')  format('truetype');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'AzoSans-Light';
  src: url('font/AzoSans-Light.eot?#iefix') format('embedded-opentype'),  url('font/AzoSans-Light.woff') format('woff'), url('font/AzoSans-Light.ttf')  format('truetype');
  font-weight: normal;
  font-style: normal;
}

*/

body {

    color: #333;
    margin-bottom:0;
    margin-left: 0;
    margin-right: 0;
    background-color: white;
    line-height: 27px;
    font-size: 18px;

    text-rendering: optimizeLegibility !important;
}
@media (min-width: 1199px) {
	body {
		margin-top:100px
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	body {
		margin-top:75px
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	body {
		margin-top:100px
	}
}
@media (max-width: 767px) {
	body {
		margin-top:60px
	}
}
.section-heading {
    font-size: 34px;
    font-weight: 700;
    color: #333;
}

.topmenu {
}
/**************/

header#header {
    color: white;
    text-align: center;
}
.header-shadow {
    background-color: rgba(0, 0, 0, 0.4);
    height: 100%;
    width: 100%;
    transition: ease-in-out 0.7s;
    position: absolute;
    top: 0;
    left: 0;
}

.header-shadow:hover {
    background-color: rgba(0, 0, 0, 0.2);
    height: 100%;
    width: 100%;
}
.header-container {

    overflow: hidden;
    vertical-align: middle;
    text-align: center;
	min-height: 60px;
    position: absolute ;
    bottom: 1%;
    left: 0;
    right: 0;

}

.btn-default-inverse-xl {
    color: #e00d19;
    background-color: transparent;
    padding: 10px 20px;
    font-size: 22px;
    border-radius: 7px;
    border: 2px solid #e00d19;
    min-width: 244px;
    text-align: center;

    /*-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
    box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
    text-shadow: 2px 2px 2px black;*/

    font-weight: normal;
    transition: 0.4s;
    line-height: 30px;
}

.btn-default-inverse-xl:hover,
.btn-default-inverse-xl:focus {

    background-color: #e00d19;
    border: 2px solid #e00d19;
    color: white;
    /*text-shadow: 2px 2px 2px rgba(0,0,0,0.1);*/
}
/************************ Home Page CSS **************************************/
.small-underline {
    width: 200px;
    border-top: 2px solid #bd1719;
}
.small-underline-white {
    width: 200px;
    border-top: 2px solid white;
}
.contain-img {
    overflow: hidden;
}

/******** about *********/

/********** Project Block ****************/
section.service-block {
    padding-top: 2em;
    padding-bottom: 2em;

    background-color: white;
}
section.service-block .h1 {
    font-weight: bolder;
    margin-bottom: 1em;
    display: block;
    font-size: 40px;
    color: #bd1719;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.2);

     /*2px 3px 2px rgba(0,0,0,0.5)*/

}
.col-service {
    margin-bottom: 30px;

}

.service-figure {
    position: relative;
}

.service-figure figcaption {

    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    z-index: 11;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}


.service-figure figcaption span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 0%);
    text-align: center;
    color: white;
    font-size: 24px;
    transition: 0.3s;
    z-index: 11;
    
    /*display: none !important;  Hide caption when needed */
    
}
.service-thumb:hover figcaption span {
    transform: translate(-50%, -50%);
}


.service-thumb:hover figcaption {
    visibility: visible;
    opacity: 1;
}
.service-thumb {

    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 50%;

    -webkit-box-shadow: -2px 4px 5px rgba(25, 13, 15, 0.17);
    -moz-box-shadow: -2px 4px 5px rgba(25, 13, 15, 0.17);
    box-shadow: -2px 4px 5px rgba(25, 13, 15, 0.17);

    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;

}
.service-thumb:hover {
    box-shadow: -2px 4px 10px rgba(25, 13, 15, 0.5);
}
.service-thumb:before {
    content: "";
    display: block;
    padding-top: 0;     /* initial ratio of 1:1*/

}
.service-thumb img {

    transform: scale(1);
    transition: 0.9s;

}
.service-thumb:hover img {

    transform: scale(1.2);
}

/*************************************/
section.project-section {
    min-height: 400px;
    background: url('../projectbg.jpg') no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    padding-top: 30px;
    padding-bottom: 40px;
}
section.project-section .h1 {
    font-weight: bolder;
    margin-bottom: 1em;
    display: block;
    font-size: 40px;
    color: white;
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.7);

}

.col-project {
    margin-bottom: 30px;
}

.project-block {

    -webkit-box-shadow: -2px 4px 5px rgba(25, 13, 15, 0.17);
    -moz-box-shadow: -2px 4px 5px rgba(25, 13, 15, 0.17);
    box-shadow: -2px 4px 5px rgba(25, 13, 15, 0.17);
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
}
.project-block:hover {
    box-shadow: -2px 4px 50px rgba(25, 13, 15, 0.38);
}

figure.project-figure {
    position: relative;
    background-color: white;
}

figure.project-figure img {

    width: 100%;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;

}
figure.project-figure:hover img {

    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
}
figure.project-figure figcaption {
    padding: 10px;
    text-align: center;
}
.project-figure figcaption h3 {
    
    margin: 0;
    font-size: 18px;
    padding:0 0 .8em 0;
    display: block;
    color: #292929;

    line-height: 30px;
    height: 60px;
    overflow: hidden;

}
.project-figure figcaption p {
    margin: 0;
    line-height: 20px;
    height: 60px;
    font-size: 14px;
    color: #777;
    overflow: hidden;
}


/**********************************************/
@media (min-width: 768px) {
    .service-figure figcaption::before {
        content: '';
        position: absolute;
        z-index: 1;
        right: 0;
        background: rgba(0,0,0,.5);
        top: 0;
        left: 0;
        height: 100%;   
    }
}
@media (max-width: 767px) {
    
    .service-figure figcaption::before {
        background: rgba(0,0,0,.2) !important;
    }
    .service-thumb figcaption {
        visibility: visible !important;
        opacity: 1 !important;
    }
    .service-figure figcaption span {
        transform: translate(-50%, -50%) !important;
    }


    .hotel-thumb figcaption {
        visibility: visible !important;
        opacity: 1 !important;
    }
    .hotel-figure figcaption span {
        transform: translate(-50%, -50%) !important;
    }

}
/****************  Counter section  **************/
.counter-block {
    padding: 3em 0;
    position: relative;

    background: url('../counterbg.jpg') no-repeat center center;
    background-attachment: fixed;
    background-size: cover;

}
.counter-block i.fa {
    font-size: 2em;
    color: white;
    display: block;
    text-align: center;
    /*text-shadow: 2px 2px 5px black;*/
}
.counter-block .numscroller , .counter-block .plus-addon {
    font-size: 2.5em;
    line-height: 1em;
    font-weight: 300;
    color: #fff;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 20px;
    /*text-shadow: 2px 2px 5px black;*/

    font-family: "arial black";
    font-weight: bolder;
}
.counter-block h6 {
    font-size: 1.5em;
    color: white;
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 35px;
    /*text-shadow: 2px 2px 5px black;*/
}

/************ About block *************************/
@media (min-width: 992px) {
    .about-container h2 {
        margin-top: 80px;
    }
}
@media (min-width: 768px) {
    .about-container h2 {
        margin-top: 50px;
    }

    .main-footer-container { /* fix the strange behavior*/ 
        overflow: hidden;
    }
}
@media (max-width: 767px) {
    .container.about-container, #projects.container, .main-footer-container { /* fix the strange behavior appear on mobile when try animate from left or right*/ 
        overflow: hidden;
    }
}
/*************************************************/
.ul-points {
    margin-top: 30px;
}
/***************** Bottom and Contactus *********/
#contact input, #contact textarea {

	border-radius: 0;
	
}
#contact i {

	margin-left: 5px;
	margin-right: 5px;
}
.scroll-top-wrapper {

	 overflow:hidden;
	 text-align:center;
	 width:50px;

	 position:fixed;
	 opacity:0;
	 visibility:hidden;
	 z-index:99;
	 color:#fff;
	 height:40px;
	 line-height:40px;
	 /*right:20px;*/
	 bottom:0px;
	 padding-top:2px;
	 -webkit-transition:all .5s ease-in-out;
	 -moz-transition:all .5s ease-in-out;
	 -ms-transition:all .5s ease-in-out;
	 -o-transition:all .5s ease-in-out;
	 transition:all .5s ease-in-out;

	 border-top-left-radius: 5px;
     border-top-right-radius: 5px;

	background-color: #e00d19;

	opacity: 0.5;

}
.scroll-top-wrapper i.fa {
    line-height: 32px;
    font-size: 23px;
}
.scroll-top-wrapper:hover, .scroll-top-wrapper:focus {
 	background-color:#dbac1b;
 	color: white;
}
.scroll-top-wrapper.show {
	 visibility:visible;
	 cursor:pointer;
	 opacity:1
}

/************************************************/

@media (min-width: 1200px) {

    /*.container {
        width: 1130px;
    }*/
}

td {
    font-size: 16px;
}

Body.PopBody {
    background-color: white;
    margin: 0;
    padding: 5px;
    background-image: none;
}

a {
    color: #444;
    text-decoration: none;
    transition: 0.3s ease-in-out;
}

a:hover,
a:focus {
    color: black;
    text-decoration: none;
}

.topmenu-padding {
    padding-top: 70px;
}

.topmenu.navbar {
    /*min-height: 120px;
    
    z-index: 99;
    border-bottom: 1px solid #e9c37c;
    background-color: #041b2b;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);*/
	
	min-height: 100px; 
	margin-bottom: 0;
    border: 0;
    z-index: 100;
    width: 100%;

    box-shadow: 0 1px 7px rgba(0,0,0,0.4);
}


/*.topmenu.navbar.affix .navbar-brand {

	opacity: 0.8;
	filter:Alpha(Opacity=80);
	background: url('../logo.jpg') no-repeat;
	width: 114px;
	height: 45px;
	margin: 10px 0 0 10px;
	padding: 0;
	transition: 0.4s ease-in;
}*/




.topmenu .navbar-toggle {
    float: left;
    margin-left: 10px;
}

.topmenu .logo-main {
    /*width:18%;*/
    padding-top: 5px;
}

.side-logo-main {
    overflow: hidden;
    display: block;
}

.side-logo-main img {

    display: block;
    padding: 10px;
    width: 188px;
}

.topmenu .menu-container {

}
.top-contact {
	
	direction: ltr;
	border: 2px solid #bd1719;
	border-radius: 20px;
	height: 35px;
	margin-left: 25px;
}
.top-contact a {
	
	direction: ltr;
	display: block;
	line-height: 32px;
	color: #bd1719;
	transition: 0.2s ease-in-out;
	font-size: 15px;
	padding: 0 10px 0 5px;
	font-weight: bold;
	font-family: 'Work Sans', sans-serif;

}
.top-contact a:hover, .top-contact a:focus {
	color: #6a6a6a;
}
.top-contact i {

	width: 30px;
	text-align: center;
}


.background-video {
    /*position: fixed;
    right: 0;
    bottom: 0;*/
    min-width: 100%;
    min-height: 100%;
}

.carousel-bg {

	background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.3));
	width: 100%;
	height: 100%;

	position: absolute;
	top: 0;
	left: 0;
}
.header-carousel .carousel-inner > .item > img {
	min-height: 100%;
    min-width: 100%;
    overflow: hidden;
}

.carousel-control {
	bottom: auto;
	top: 25px;
	
	width: 40px;
	height: 40px;
	border: 1px solid white;
	border-radius: 50%;
	
	opacity: 1;

}
.carousel-control.left {
	background-image: none !important;
	right: 70px;
	left: auto;
}

.carousel-control.right {
	background-image: none !important;
	right: 10px;
	
}
.carousel-control .fa-angle-right {
	margin-left: -14px !important;
}
.carousel-control .fa-angle-left {
	margin-right: -12px !important;
}
.carousel-control .fa-angle-left,
.carousel-control .fa-angle-right {

    line-height: 44px;
    color: white;
    font-size: 20px;
    font-weight: normal;
    margin-top: -23px !important;
    width: 79%;
	height: auto;
    /*text-shadow: 2px 2px 2px black;*/
}

.carousel-caption2 {
    
    position: absolute;
	width: 40vw;
    min-height: 290px;
	left: 45vw;
	bottom: 15vh;
	vertical-align: middle;
	z-index: 1;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 0;
    overflow: hidden;


}

.carousel-caption2 h2 {
    color: #ffffff;
    font-size: 40px;
    line-height: 75px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
}

.carousel-caption2 > h3 {
	/*text-shadow: -1px -1px 0 #fff,  
    1px -1px 0 #fff,
    -1px 1px 0 #fff,
     1px 1px 0 #fff;*/

     text-shadow: 1px 2px 1px rgba(0,0,0,0.7);
}
.carousel-caption2 h3 {
    color: #e10c19;
    font-size: 42px;
    line-height: 40px;
    /*text-shadow: 1px 1px 2px rgba(0,0,0,0.4);*/
    margin-top: 30px;
    
    text-align: center;
    font-weight: bolder;
    padding-right: 110px;   
    width: 100%;

}
.carousel-caption2 h3.small-font-title {
    font-size: 25px;
}
.carousel-caption2 p {
    font-size: 21px;
    color: white;
	font-weight: normal;

    margin-top: 30px;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 0;
    padding-bottom: 0;
	
	line-height: 30px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.7);

	text-align: justify;
	-moz-text-align-last: center;
	text-align-last: center;

	text-indent: 0;
}




.topmenu .navbar-nav > li > a {
    line-height: 30px;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    text-transform: capitalize;

}

.topmenu .navbar-nav > li > a:hover, .topmenu .navbar-nav > li > a:focus {
    color: #bd1719;
}

.topmenu .navbar-nav > li.active-link > a {
    color: #bd1719;
}
/******* sidebar-nav *****************/

.topmenu .sidebar-nav {
    padding: 10px 10px 20px 10px;
}

.topmenu .sidebar-nav li a {
    font-size: 16px;
}


/**********************/

.top-section {
    background-color: White;
}

.SearchBlock {}

#Logo {
    text-align: center;
}

#Logo img {
    border: 0;
    max-width: 240px;
}

.topmenu.navbar .navbar-brand {
	
	/*position: absolute;
	top: 0;
	left: 0;*/
	width: 250px;
	margin: 0;
	padding: 0;
	transition: none;
	background-size: contain;
	transition: 0.2s ease-in-out;
	padding-top: 20px;
}


@media (min-width: 1199px) {
	
	.header-carousel, #carousel-original, .carousel-inner, .carousel-inner .item {
	    height: calc(100vh - 100px);
	    /*width: 100vw;*/
	}

	.navbar-header.logo-container {
	    position: relative;
	    width: 250px;
	    height: 100px;
	}

	.top-contact { margin-top: 28px; }
	#collapsemenu ul { margin-top: 20px; }

    .topmenu.navbar.affix-top #collapsemenu ul.navbar-nav {
		margin-top: 20px;
	}
	.topmenu.navbar.affix #collapsemenu ul.navbar-nav {
		margin-top: 20px;
	}
}

@media (min-width: 768px) {
	
	
	/* trick to prevent colapsing behaviour case I set colapse to every menu link in single page design */
	.topmenu.navbar .collapsing { height:inherit !important; }
    
	.topmenu.navbar.affix-top, .topmenu.navbar.affix-bottom {

        top: 0 !important;
		background-color: white;
		transition: 0.3s all cubic-bezier(0.785, 0.135, 0.15, 0.86);

	}
	.topmenu.navbar.affix {
		background-color: rgb(255, 255, 255);
		transition: 0.3s all cubic-bezier(0.785, 0.135, 0.15, 0.86);
	}

	

    .topmenu.navbar.affix-top #collapsemenu ul.navbar-nav {
		
		transition: 0.3s ease-in-out;
	}
	.topmenu.navbar.affix #collapsemenu ul.navbar-nav {
		
		transition: 0.3s ease-in-out;
	}

	.topmenu.navbar li a::after {
		content: '';
		position: absolute;
		top: 100%;
		left: 50%;
		width: 0;
		height: 2px;
		margin-top: 4px;
		transition: .3s all ease;
		background: linear-gradient(90deg, #bd1719 0%, #bd1719 100%);
	}

	.topmenu.navbar li.active-link a::after {
		left: 5%;
		width: 90%;
		background: linear-gradient(90deg, #6a6a6a 0%, #6a6a6a 100%);
	}
	.topmenu.navbar li:hover a::after {
		left: 5%;
		width: 90%;
	}
	


}

.topmenu ul.navbar-nav {
	margin-right: 0;
	padding-right: 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
	

	.navbar-header.logo-container {
	    position: relative;
	    width: 150px;
	    height: 75px;
	}
	.top-contact { margin-top: 15px; }
	#collapsemenu ul { margin-top: 10px; }

    .topmenu.navbar.affix-top #collapsemenu ul.navbar-nav {
		margin-top: 10px;
	}
	.topmenu.navbar.affix #collapsemenu ul.navbar-nav {
		margin-top: 10px;
	}

	.topmenu.navbar {
		min-height: 75px; 
	}

	.topmenu ul.navbar-nav {
		margin-right: 5px;
		padding-right: 0;
	}

	.topmenu.navbar.affix-top .navbar-brand, .topmenu.navbar.affix .navbar-brand {
		width: 150px;
	}
	
	/***************************************************************************/
	.header-carousel, #carousel-original, .carousel-inner, .carousel-inner .item {
	    height: calc(100vh - 75px);
	    /*width: 100vw;*/
	}

	.carousel-control {
		
		width: 40px;
		height: 40px;
		border: 2px solid white;
		top: 5px;
	}
	.carousel-control.left {
		right: 50px;
	}

	.carousel-control.right {
		right: 5px;
		
	}
	.carousel-control .fa-angle-left,
	.carousel-control .fa-angle-right {

	    line-height: 40px;
	    color: white;
	    font-size: 30px;
	    font-weight: bolder;
	    margin-top: -21px !important;
	    /*text-shadow: 2px 2px 2px black;*/
	}

	.carousel-caption2 h3 {
        font-size: 25px !important;
        margin-top: 50px;
        padding-right: 0;
    }
    .carousel-caption2 h3.small-font-title {
        font-size: 23px;
    }
    .carousel-caption2 p {
        font-size: 18px !important;
        margin-top: 20px;
        line-height: 25px;
    }
    .topmenu .navbar-nav > li > a {
    	font-size: 15px;
    }

}

@media (min-width: 768px) and (max-width: 991px) {
	
	.navbar-header.logo-container {
	    position: relative;
	    width: 201px;
	    height: 100px;
	}

	.topmenu.navbar.affix-top .navbar-brand, .topmenu.navbar.affix .navbar-brand {
		width: 201px;
	    /*height: 100px;*/
		margin-left: 5px;
	}

	.top-contact-container {
		position: absolute;
		bottom: 5px;
		left: 0;
		right: 0;
		max-width: 231px;
		margin-left: auto;
		margin-right: auto;
	}
	.topmenu ul.navbar-nav {
		/*margin-right: auto !important;
		margin-left: auto !important;
		clear: both !important;
		margin-top: 0 !important;
		float: none !important;
		display: table;*/

        padding-top: 24px;
        padding-right: 20px;
	}

    .topmenu .navbar-right {
        padding-right: 10px;
    }
    .topmenu .navbar-left {
        padding-left: 10px;
    }
    .topmenu .Social {
        width: 205px !important;
    }
    .topmenu .navbar-nav > li > a {
        font-size: 15px !important;
        padding-right: 11px !important;
        padding-left: 11px  !important;
    }
    .topmenu .Social a {
        width: 27px !important;
        height: 27px !important;
        background-size: 27px !important;
    }

    .carousel-caption2 {
    
        position: absolute;
        width: 70vw;
        min-height: 130px;
        left: 15vw;
        right: 15vw;
        bottom: 6vh;
        vertical-align: middle;
        z-index: 1;
        background-color: rgba(0, 0, 0, 0.3);
    }

    .carousel-caption2 h3 {
        font-size: 30px;
    }
    .carousel-caption2 h3.small-font-title {
        font-size: 22px;
    }
    .carousel-caption2 p {
        font-size: 22px;
    }
}


@media (min-width: 480px) and (max-width: 767px) {

	
    #NewsPage img,
    .main-container p img {
        max-width: 100% !important;
    }

    .HomeProductBlock header {
        font-size: 21px;
    }
    
}

@media (max-width: 767px) {

	

    .topmenu.navbar {
        box-shadow: none;
        border-bottom: 0;
        padding: 0;
        min-height: 60px;
    }

    .topmenu.navbar .navbar-header {
        box-shadow: 0 1px 7px rgba(0,0,0,0.4);
        padding:0;
        min-height: 60px;

        border-bottom: 1px solid #bd1719;
    }
	
    .topmenu.navbar.affix-top .navbar-header {
        background-color: white ;
        transition: 0.3s all cubic-bezier(0.785, 0.135, 0.15, 0.86);
    }
    .topmenu.navbar.affix .navbar-header {
        background-color: rgba(255, 255, 255, 1);
        transition: 0.3s all cubic-bezier(0.785, 0.135, 0.15, 0.86);
    }

	.topmenu ul.navbar-nav {
		margin-right: 0px;
		padding: 0;
        height: 100vh;
	}

	.topmenu.navbar.affix-top, .topmenu.navbar.affix {
		
	}
    .topmenu.navbar.affix {
        
    }
	.topmenu.navbar.affix-top .navbar-brand, .topmenu.navbar.affix .navbar-brand {
		width: 200px;
        padding-top: 20px;
		height: 95px;
		z-index: 9999;
	}

    .topmenu.navbar-inverse,
    .topmenu.navbar-default {
        background-color: transparent;
        margin-bottom: 0;
    }
    .topmenu.navbar-inverse .navbar-toggle:hover .icon-bar {
        background-color: #bd1719;
    }
    .topmenu.navbar-inverse .navbar-toggle .icon-bar {
        background-color: #bd1719;
    }
    .topmenu.navbar-inverse .navbar-toggle:focus {
        background-color: transparent;
    }
    .topmenu.navbar-fixed-top {
        /*position: absolute;
        left: 10px;*/
    }
	.navbar-default .navbar-toggle .icon-bar {
        background-color: #bd1719;
    }
	.topmenu.navbar-default .navbar-collapse {
	    padding-right: 15px;
	    padding-left: 15px;
	    overflow-x: visible;
	    -webkit-overflow-scrolling: touch;
	    border-top: 1px solid transparent;
	    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
	    box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
        max-height: 100%;
    
        background-color: rgba(255, 255, 255, 0.9) ;
	}

    .topmenu.navbar-default .navbar-toggle {
		position: relative;
		float: right;
		padding: 8px;
		margin-top: 22px;
		margin-right: 15px;
		margin-bottom: 8px;
		background-color: transparent;
		background-image: none;
		border: 2px solid #bd1719;
		border-radius: 50%;

		width: 42px;
		height: 41px;

    }
	/*****************************/
    .header-carousel, #carousel-original, .carousel-inner, .carousel-inner .item {
        height: 42vh;
        width: 100%;
    }

	.background-video, .header-carousel .carousel-inner > .item > img {
		width: 100%;
        min-height: 40vh !important;
	}

    .background-video {
        
        width: 100%;
        min-width: auto;
        height: auto;
    }
    .carousel-bg {
        /*background: -webkit-linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.3));
        background: -o-linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.3));
        background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.3));*/
    }
	.carousel-caption2 {
    
        position: absolute;
        width: 80vw;
        min-height: 130px;
        left: 10vw;
        right: 10vw;
        bottom: 2vh;
        vertical-align: middle;
        z-index: 1;
        background-color: rgba(0, 0, 0, 0.3);
    }

    .carousel-caption2 h3 {
        font-size: 26px;
		padding-right: 0;
        margin-top: 35px;
    }
    .carousel-caption2 h3.small-font-title {
        font-size: 20px !important;
    }

    .carousel-caption2 p {
        font-size: 18px;

        line-height: 25px;
        margin-top: 5px;
        margin-bottom: 0;
    }

	.header-container {

		min-height: 0px;
	}

    .carousel-control {
        
        width: 30px;
        height: 30px;
        border: 2px solid white;
        top: 5px;
    }
    .carousel-control.left {
        right: calc(50% - 0px);
    }

    .carousel-control.right {
        right: calc(50% - 35px) ;
    }

    .carousel-control .fa-angle-right {
        margin-left: -4px !important;
    }
    .carousel-control .fa-angle-left {
        margin-right: -2px !important;
    }
    .carousel-control .fa-angle-left,
    .carousel-control .fa-angle-right {

        line-height: 30px;
        color: white;
        font-size: 20px;
        font-weight: bolder;
        margin-top: -15px !important;
        /*text-shadow: 2px 2px 2px black;*/
        left: 0;
        width: 30px;
		text-align: center;
		margin-left: 0;
    }
	.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
		right: 0;
		left: 0;
	}
    .fa-social {
    	margin-top: 5px !important;
    	font-size: 22px !important;
    }
    .fa-social li {
    	margin-right: 15px !important;
    	margin-left: 15px !important;

    }
    .btn-default, .btn-default-inverse {
    	font-size: 20px;
    	padding: 7px 10px;
    	min-width: 170px;
    }
    .standard-section {
    	padding-top: 40px;
    	padding-bottom: 40px;

	}
    .parallax-section {
        height: auto !important;
    }

    .standard-text {
		font-size: 22px;
		line-height: 1.5;
		color: black;

	}
	.standard-text-white {
		font-size: 29px;
	}
	/************************/
	#vision > .container {
		padding-left: 0;
		padding-right: 0;
	}
	#vision .standard-text-white {
		font-size: 24px;
		line-height: 1.3;
	}
	.section-three-bg h1 {
		font-size: 35px;
	}
	
	/************************/
	.NewsLetterBlock {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

}

@media screen and (orientation: portrait) and (max-width: 479px) {

    .carousel-caption2 {
    
        position: absolute;
        width: 90vw;
        min-height: 130px;
        left: 5vw;
        right: 5vw;
        bottom: 1vh;
        vertical-align: middle;
        z-index: 1;
        background-color: rgba(0, 0, 0, 0.3);
    }
    
    .carousel-caption2 h3 {
        font-size: 20px;
        line-height: 25px;
        margin-top: 35px;
    }
    .carousel-caption2 p {
        font-size: 14px !important;

        line-height: 18px;
        margin-top: 5px;
        margin-bottom: 0;
    }

    .header-carousel, #carousel-original, .carousel-inner, .carousel-inner .item {
        height: auto !important;
        width: 100%;
        overflow: hidden;
    }

    .background-video, .header-carousel .carousel-inner > .item > img {
        width: 100%;
        min-height: 30vh !important;
    }
    .background-video + .carousel-bg {
        height: auto;
        min-height: 30vh;
    }
}
@media screen and (orientation: landscape) and (max-width: 767px) {
    .header-carousel, #carousel-original, .carousel-inner, .carousel-inner .item {
        height: calc(100vh - 70px);
        width: auto;
        overflow: hidden;
    }

    .background-video, .header-carousel .carousel-inner > .item > img {
        width: auto;
        min-height: calc(100vh - 71px) !important;
    }
}

.header-title {
    opacity: 0;
    font-size: 1px;
    line-height: 1px;
    padding: 0;
    margin: 0;
    height: 0;
}

.btn.btn-RedColor {
    color: #a82b2e;
    background-color: white;
    border: 1px solid #bb6567;
    font-weight: bolder;
    font-size: 18px;
}

.main-footer-container {
    min-height: 400px;
    background: url('../footerbg.jpg') no-repeat center bottom;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    padding-top: 30px;
    padding-bottom: 40px;
}



.bottomfooter-container {
    min-height: 75px;
    background-color: black;
    
}

.footer-copyright {
    color: #c7c7c7;
    line-height: 45px;
    
    
    font-size: 15px;
}

@media (min-width: 768px) {
    .bottomfooter-container {
        /*padding-top: 10px;*/
    }
}

.poweredby {
    letter-spacing: 1px;
    font-family: "AzoSans-Light";
    font-size: 12px;
    color: #fff;
}
.footer-copyright a, .poweredby a {
    color: #c5c5c5;
}
.footer-copyright a:hover, .poweredby a:hover {
    color: #fff;
}



/**************** Home css **************/

.main-container {
    /*background-color: #f1f1f1;*/
    padding-top: 20px;
}



/***************************************************/


.embed-responsive {
    /*max-width:600px;
    max-height:450px;
    margin-right:auto;
    margin-left:auto;*/
}


/****************************************************/


@media (min-width: 768px) {

    .product-link {
        height: 300px;
        line-height: 20px;
    }
}

@media (max-width: 767px) {
    .main-container-fluid {
        padding-right: 0;
        padding-left: 0;
    }

    .poweredby {
        text-align: center;
    }

}




@media (min-width: 768px) {}

@media (min-width: 480px) and (max-width: 767px) {}

@media (max-width: 479px) {
    .HeaderTitle {
        font-size: 27px;
    }
    .HeaderCell {
        text-align: center;
    }
}


/*=================== footer area ==================*/


/*************************/
.footer-contact
{
    line-height:20px;
    overflow:hidden;
}
.footer-contact, .footer-contact a {
    color: #9d9d9d;
}
.footer-contact a:hover {
    color:silver;
    text-decoration:none;
}
.footer-contact i.fa {
    font-size:20px;
    width: 47px;
    text-align: center;
    vertical-align: top;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 29px;
    color: #df0d19;
}

.footer-contact i.fa-envelope-o, .footer-contact i.fa-phone {
    font-size:20px;
}
.footer-contact .fa-map-marker {
    font-size:33px;
}

.contact-phone span.phone {
	direction: ltr;
	display: inline-block;
}

.footer-large-title {
    color:#fff;
    font-size:26px;
    height:35px !important;
    line-height:35px;
}
.footer-title
{
    color:#fff;
    font-size:22px;
    height:25px !important;
    line-height:25px;
    position: relative;
    margin-bottom: 30px;
}
.footer-title::after {

	border-bottom: 1px solid #fff;
	
	height: 1px;
	width: 100px;
	content: "";
	
	position: absolute;
	top: 100%;
	margin-top: 10px;
	

}

ul.bottom-menu {

    list-style: none;
    margin: 0;
    padding: 0;
}
ul.bottom-menu li {
    padding-bottom: 10px;
    line-height: 30px;
    color: #9d9d9d;
}
ul.bottom-menu li a {
    color: #9d9d9d;
    font-size: 18px;
}
ul.bottom-menu li a:hover {
    color: silver;

    text-decoration: none;
}
.address-list div {

	padding: 3px 3px 10px 3px;
	line-height: 30px;
    font-size: 17px;
}
.address-list .padding {

	display: block;
	
}

.address-item {
    display: table;
}
.address-item > i, .address-item > a {
    display: table-cell;
}
/************* social icons ***************/

.footer-social
{
   overflow:hidden;
   clear:both;
   
   margin-right:auto;
   margin-left:auto;
   margin-top:89px;
   overflow:hidden;
   
}
.footer-social a {

    border-radius: 50%;
    color: #fff;
    display: inline-block;
    
    height: 40px;
    margin: 0 10px 0 10px;
    text-align: center;
    width: 41px;
    text-align: center;
    
    transition-delay: 0s;
    transition-duration: 0.3s;
    transition-property: all;
    transition-timing-function: ease-in-out;
}
.footer-social a.facebook {background-color: #657eb3;}
.footer-social a.twitter {background-color: #84ccdd;}
.footer-social a.youtube {background-color: #dd8484;}
.footer-social a.instagram {background-color: #905fc2;}
.footer-social a.rss {background-color: #fcc96f;}

.footer-social a.facebook:hover {background-color: #45619d;}
.footer-social a.twitter:hover {background-color: #00acee;}
.footer-social a.whatsapp:hover {background-color: #189d0e;}
.footer-social a.instagram:hover {background-color: #983bf7;}
.footer-social a.rss:hover {background-color: #eba832;}

.footer-social a i
{
    line-height: 40px;
    font-size:18px;
}
.NewsLetterBlock {
    
    margin-bottom: 30px;
    overflow: hidden;
}
.NewsLetterBlock h4 {
    color: #9d9d9d;
    padding: 0;
    margin: 0 0 5px 0;
}
.NewsLetterBlock #Email {
    color: #9d9d9d;
    background-color: black;
    border-color: #df0d19;
    border-radius: 0;
}
.NewsLetterBlock #SubmitNewsletter {
    color: white;
    background-color: #df0d19;
    border-color: #df0d19;
    border-radius: 0;

}
.NewsLetterBlock .Result {
    color: silver;
}
/*******************************************/

@media (min-width: 1200px) {
    .NewsLetterBlock #Email {
        padding-top: 10px;
        padding-bottom: 10px;
        height: 46px;
    }
    .NewsLetterBlock #SubmitNewsletter {
        padding-top: 10px;
        padding-bottom: 10px;
        height: 46px;

    }
}
@media (min-width: 992px) and (max-width: 1199px) {

	.footer-social a {
		margin: 0 12px 0 12px;
		width: 40px;
		height: 40px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {

	.footer-social a {
		margin: 0 10px 0 10px;
		width: 35px;
		height: 35px;
	}
	.address-list div { 
		font-size: 95%;
	}
}
@media (max-width: 767px) {

    
    .footer-title {
        font-size:18px;
        height:25px !important;
        line-height:25px;
        margin-bottom: 15px;
    }
    .footer-title::after {
        width: 70px;
        margin-top: 8px;
    }
    ul.bottom-menu li {
        padding-bottom: 5px;
        line-height: 25px;
    }
    ul.bottom-menu li a {
        font-size: 15px;
    }

	.footer-social {
		margin-top: 20px;
		text-align: center;
		width: 265px;
	}
	.footer-social a {
		height: 39px;
		margin: 0 10px 0 10px;
		width: 39px;

        display: inline-block;
        float: none !important;
	}
	.address-list div { 
		font-size: 95%;
	}
	.footer-contact i.fa {
		font-size: 26px;
	}
	.footer-copyright, .bottomfooter {
        padding-top: 2px;
        font-size: 12px;
        
    
    }
    .contact-form > h2 {
        font-size: 22px;
    }
    .contact-form .address-list div {
        padding-left: 1px;
        padding-right: 1px;
    }
}
/************************************/

Label.error {
    color: red;
    padding-right: 2px;
}

Label.sucess {
    color: #339900;
    padding-right: 2px;
}

Label.block {
    display: block;
    padding: 4px;
    background: #FFFFCC;
}


/***************************************************************************/

.fa, .far, .fas {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fab {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesomeBrand;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    
}
.btn .fa {
    font: normal normal normal 14px/1.42857143 FontAwesome;
}




.title-icon {
    float: right;
    color: #fff;
    font-size: 22px;
    margin-top: 12px;
    font-weight: normal;
}

.lang {
    float: left;
    margin: 10px 10px 0px 0px;
    color: #c09a4f;
    font: 16px/30px 'NeoSansArabic';
}

.lang:hover {

    color: #c09a4f;
    text-decoration: underline;
}

.fa-social a:hover {
    color: #7e6f40;
}

.fa-search:before {
    content: "\f002";
}

.fa-unlock:before {
    content: "\f09c";
}

.fa-graduation-cap:before {
    content: "\f19d";
}

.fa-tablet:before {
    content: "\f10a";
}

.fa-facebook::before {
    content: "\f39e";
}

.fa-instagram::before {
    content: "\f16d";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-google-plus:before {
    content: "\f0d5";
}

.fa-rss:before {
    content: "\f09e";
}

.fa-angle-left:before {
    content: "\f104";
}

.fa-angle-right:before {
    content: "\f105";
}

.fa-play:before {
    content: "\f04b";
}

.fa-youtube-play::before {
    content: "\f16a";
}

.fa-caret-down:before {
    content: "\f0d7";
}

.fa-map-marker:before, .fa-map-marker-alt:before  {
    content: "\f3c5";
}
.fa-phone:before {
  content: "\f095";
}
.fa-print:before {
  content: "\f02f";
}
.fa-mobile:before {
    content: "\f10b";
}

.fa-envelope-o:before, .fa-envelope:before {
    content: "\f0e0";
}
.fa-paper-plane::before {
    content: "\f1d8";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-arrow-circle-up::before {
    content: "\f0aa";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-user:before {
  content: "\f007";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-users:before {
  content: "\f0c0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-home:before {
    content: "\f015";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-user-tie:before {
    content: "\f508";
}
.fa-whatsapp:before {
    content: "\f232";
}
/*********************************************/


/**************.Net Fixed********************/

.FBComments {
    /*direction:ltr;
	float:left;*/
    overflow: hidden;
    display: inline-block;
}

.BodyCell {
    padding: 5px;
    background-color: white;
    background-image: none;
    font-size: 15px;
    margin-top: 0;
}

.HeaderCell {
    /*background-color: #365f91;
    border-bottom: 2px solid white;
    box-shadow: 0 2px 0px #c00000;
    color: White;
    padding: 7px;
    margin-top: 0;*/
}

#LikeBox {
    width: 90px;
    float: left;
}

.ShareBox {
    width: 300px;
    float: left;
}

.ShareBox iframe {
    border: none;
    margin: 0 2px;
    float: left;
}

.ShareBox .Facebook {
    background: url(../social/share.png) no-repeat 0 0;
    width: 60px;
    height: 20px;
    display: inline-block;
    border: 0;
    margin-left: 0px;
    margin-right: 1px;
    float: left;
}

.ShareBox .Twitter {
    background: url(../social/share.png) no-repeat -60px 0;
    width: 55px;
    height: 20px;
    display: inline-block;
    border: 0;
    margin-left: 0px;
    margin-right: 1px;
    float: left;
}


/*#########################################################################*/


/***************************************************************************/
/******** Hotel Page *************/
section.hotel-block {
    padding-top: 2em;
    padding-bottom: 2em;

    background-color: white;
}
section.hotel-block h2 {
    font-weight: bolder;
    margin-bottom: 1em;
    display: block;
    font-size: 27px;
    color: #bd1719;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.4);

    line-height: 1.5em;

}
.col-hotel {
    margin-bottom: 30px;

}

.hotel-figure {
    position: relative;
}

.hotel-figure figcaption {

    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    z-index: 11;
    opacity: 0.5;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}


.hotel-figure figcaption span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 0%);
    text-align: center;
    color: white;
    font-size: 24px;
    transition: 0.3s;
    z-index: 11;

    white-space: nowrap;
    
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    /*display: none !important;  Hide caption when needed */
    
}
.hotel-thumb:hover figcaption span {
    transform: translate(-50%, -50%);
}


.hotel-thumb:hover figcaption {
    visibility: visible;
    opacity: 1;
}
.hotel-thumb {

    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 10px;

    /*-webkit-box-shadow: -2px 4px 5px rgba(25, 13, 15, 0.17);
    -moz-box-shadow: -2px 4px 5px rgba(25, 13, 15, 0.17);
    box-shadow: -2px 4px 5px rgba(25, 13, 15, 0.17);*/

    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;

}
.hotel-thumb:hover {
    box-shadow: -2px 4px 10px rgba(25, 13, 15, 0.5);
}
.hotel-thumb:before {
    content: "";
    display: block;
    padding-top: 0;     /* initial ratio of 1:1*/

}
.hotel-thumb img {

    transform: scale(1);
    transition: 0.9s;

}
.hotel-thumb:hover img {

    transform: scale(1.2);
}
/***********/
section.hotel-contactform-section {
    min-height: 400px;
    background: url('../saharabg.jpg') no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    padding-top: 30px;
    padding-bottom: 40px;
}
section.hotel-contactform-section h2 {
    font-weight: bolder;
    margin-bottom: 0.5em;
    display: block;
    font-size: 27px;
    color: white;
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.9);

    line-height: 1.5em;

}
section.hotel-contactform-section h3 {
    margin-bottom: 1em;
    display: block;
    color: white;
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.9);
    font-size: 22px;
    line-height: 1.3em;

}
section.hotel-contactform-section p {
    color: white;
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.9);
    font-size: 20px;
    text-align: justify;
}
.hotel-contact-form {
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 15px;
    padding: 20px;
}

/*************/
/*************************************/
section.hotel-address-section {
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: hidden;
}

.col-hotel-address {
    margin-bottom: 30px;
}

.hotel-address-block {

    -webkit-box-shadow: -2px 4px 5px rgba(25, 13, 15, 0.17);
    -moz-box-shadow: -2px 4px 5px rgba(25, 13, 15, 0.17);
    box-shadow: -2px 4px 5px rgba(25, 13, 15, 0.17);
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
}
.hotel-address-block:hover {
    box-shadow: -2px 4px 20px rgba(25, 13, 15, 0.38);
}

figure.hotel-address-figure {
    position: relative;
    background-color: white;
}

figure.hotel-address-figure img {

    width: 100%;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;

}
figure.hotel-address-figure:hover img {

    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
}
figure.hotel-address-figure figcaption {
    padding: 2em 2.5em;
    text-align: center;
}
.hotel-address-figure figcaption h3 {
    
    margin: 0;
    font-size: 1.2em;
    padding:0 0 .8em 0;
    display: block;
    color: #292929;
}
.hotel-address-figure figcaption p {
    
    margin: 0 0 5px 0;
    line-height: 22px;
    font-size: 15px;
    color: #777;
    height: 66px;
    overflow: hidden;

}
@media (min-width: 992px) and (max-width: 1199px) {

    .hotel-address-figure figcaption h3 {
        font-size: 1.1em;
    }
    figure.hotel-address-figure figcaption {
        padding: 2em 1em;
    }
}
/*#########################################################################*/
/***************************************************************************/

.Our-Team {
    background: url(../piclib/team.jpg) no-repeat center 0;
    display: block;
    overflow: hidden;
    max-width: 650px;

    color: White;
    margin-right: auto;
    margin-left: auto;

    clear: both;
    margin-bottom: 20px;
}

@media (max-width: 579px) {
    .Our-Team {
        background-size: contain;
        padding-top: 60%;
    }
    .table.img-compact td img {
        max-width: 100px !important;
        height: auto !important;
    }

    figure.hotel-address-figure figcaption {
        padding: 2em 2em;
    }
}




@media (min-width: 768px) {
    .Our-Team {
        min-height: 410px;
    }
}

.Our-Team .Team-Text {
    background: url(../aboutbg.png);
    margin: 20px;
    padding: 10px;
}

.Our-Team .Team-Text h4 {
    font-weight: bold;
    text-align: center;
}

.SubHeader {
    background-color: #d8d8d8;
    border-bottom: 2px solid white;
    box-shadow: 0 2px 0px #c00000;
    color: #365f91;
    padding: 5px;
    margin-top: 0;
    font-size: 16px;
    display: block;
    overflow: hidden;
    margin-bottom: 15px;
}

.white-space-normal .btn {
    white-space: normal;
}
/*******************************************************/
/************* contact page **************/
.contact-tel-block .padding {
	margin-right: 15px !important;
	margin-left: 15px !important;
}
.address-list .tel-dir {
	direction: ltr;
	display: inline-block;
	text-align: right;
}

/********* contact ****************/
.nav-tabs.nav-justified {
    border: initial;
}
.Contact-page .nav-tabs.nav-justified {
    padding-right: 0;
}
.tabs-custom > .nav-tabs.nav-justified > .active > a, .tabs-custom > .nav-tabs.nav-justified > .active > a:hover {
    border: none;
}
.tabs-custom > ul.nav-tabs.nav-justified {
    border-bottom: 1px solid #d7d7d7;
}
.Contact-page li.nav-item .nav-link {
    border: none;
    font-size: 14px;
    padding: 0 5px 5px 5px;
    text-transform: capitalize;
    white-space: normal;
    color: #555;
    background-color: transparent !important;
}
.Contact-page li.nav-item > .nav-link  {
  font-weight: 600;
}
.Contact-page li.nav-item .nav-link > span {
  font-size: 90%;
  text-transform: uppercase;
  display: block;
  text-align: center;
  letter-spacing: 0px !important;
  font-weight: 400 !important;
}
.Contact-page li.nav-item.active .nav-link {
    color: #e00d19;
}
.Contact-page li.nav-item {
    margin-bottom: -1px;
    display: inline-block;
    width: 32% !important;
    float: none;
    border: 0;
    cursor: pointer;
    transition: .33s all ease;
}
.Contact-page li.nav-item .nav-link:hover, .Contact-page li.nav-item .nav-link:focus {
    background-color: transparent;

}
.Contact-page li.nav-item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 0;
    background: #e00d19;
    transition: .22s ease;
}
.Contact-page li.nav-item.active::after {
    width: 100%;
}
.Contact-page .address-list > div.english-font {
    display: table;
}
.Contact-page .address-list i.fa, .Contact-page .address-list i.fas, 
.Contact-page .address-list i.fab, .Contact-page .address-list i.far {
    width: 35px;
    line-height: 1.6;
    padding-right: 0;
    padding-left: 0;
    font-size: 18px;
    color: #e00d19;
    vertical-align: top;
}

.Contact-page .address-list i.fa, .Contact-page .address-list i.fa + span,
.Contact-page .address-list i.fas, .Contact-page .address-list i.fas + span,
.Contact-page .address-list i.far, .Contact-page .address-list i.far + span,
.Contact-page .address-list i.fab, .Contact-page .address-list i.fab + span {
    display: table-cell;
    /*text-align: left;*/
    letter-spacing: 0.5px;
}

.Contact-page address.address-list {
    font-size: 14px;
    color: #29293a;
}
.Contact-page .openingHours a {
    font-weight: normal;
}

.Contact-page .tab-content {
    margin-top: 25px;
    overflow: hidden;
}
.dl-email-block {
    font-size: 14px;
    margin-left: 70px;
}
.dl-email-block dt{
    font-weight: lighter;
}
.dl-email-block dd{
    margin-bottom: 10px;
}

.Contact-page h4 {
    color: #e00d19; 
    line-height: 49px;
    text-align: center;
    margin-bottom: 20px;
}
.Contact-page h4 i.fa, .Contact-page h4 i.far, .Contact-page h4 i.fas {
    width: 20px;
    text-align: center;
    line-height: 49px;
    height: 50px;
    width: 50px;
    border: 1px solid #e00d19;
    border-radius: 50%;
    margin-right: 15px;
    margin-left: 15px;
    font-size: 20px;
    color: #e00d19;
    vertical-align: top;
    text-indent: 6px;
}
/*******************************************************/
/****************** home album section ****************/
.gallery-section {
	background-color: #ededed;
}
.album-home {

    position: relative;
    display: block;
    overflow: hidden;
}
.album-home img {

    transform: scale(1.2);
    transition: .9s;
    /*opacity: 0.85;*/

}
.album-home:hover img {

    transform: scale(1);
    opacity: 1;
}
.album-home .album-title {

    width: 100%;
    overflow: hidden;
    height: 100px;
    line-height: 50px;
    background-color: rgba(0, 0, 0, 0.2);
    color: white;
    margin: 0;
    transition: .9s;
    z-index: 80;
    bottom: 0;
    display: block;
    position: absolute;
    white-space: nowrap;
}

.album-home:hover .album-title {
    background-color: rgba(0, 0, 0, 0.1);
    transition: 0.4s ease-in-out;
}
.album-home .album-title span.title {

    padding-right: 10px;
    padding-left: 10px;
    width: 100%;
    display: block;
    vertical-align: middle;
    font-size: 24px;
}
.album-home .album-title span.descreption {

	padding-right: 10px;
    padding-left: 10px;
    font-size: 18px;
    color: #e4e2e1;
}
.album-home .album-title .badge {

    transform: translateY(55%);
    color: white;
    background-color: #262c31;
    font-weight: normal;
    font-size: 82%;
    opacity: 0.85;
}

.ceo-img {
    height: 200px;
    width: auto;
    margin-right: auto;
    margin-left: auto;

    -webkit-filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.2));
}
.head-title {
    padding-top: 15px;
    font-size: 18px;
    font-weight: 500;
}
.head-name {
    font-size: 17px;
    font-weight: 700;
}   
@media (min-width: 768px) and (max-width: 991px) {

	.album-home .album-title {
	    line-height: 25px;
	    height: 55px;
	}
}@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */
.animated.is-hidden { opacity: 0; }
.animated.is-visible { opacity: 1; }
.animated{animation-duration:1s;animation-fill-mode:both}.animated.infinite{animation-iteration-count:infinite}.animated.hinge{animation-duration:2s}.animated.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY{animation-duration:.75s}@keyframes bounce{0%,20%,53%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}.bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.pulse{animation-name:pulse}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.rubberBand{animation-name:rubberBand}@keyframes shake{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.shake{animation-name:shake}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.tada{animation-name:tada}@keyframes wobble{0%{transform:none}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:none}}.wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:none}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{animation-name:jello;transform-origin:center}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.bounceIn{animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}.bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}.bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}.bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}.bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.bounceOut{animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}.bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}.bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}.bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:none}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:none}}.fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:none}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:none}}.fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:none}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:none}}.fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}.fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:none}}.fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes flip{0%{transform:perspective(400px) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95);animation-timing-function:ease-in}to{transform:perspective(400px);animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedIn{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg);opacity:1}to{transform:none;opacity:1}}.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}@keyframes lightSpeedOut{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{animation-name:lightSpeedOut;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform-origin:center;transform:rotate(-200deg);opacity:0}to{transform-origin:center;transform:none;opacity:1}}.rotateIn{animation-name:rotateIn}@keyframes rotateInDownLeft{0%{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInDownLeft{animation-name:rotateInDownLeft}@keyframes rotateInDownRight{0%{transform-origin:right bottom;transform:rotate(45deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInDownRight{animation-name:rotateInDownRight}@keyframes rotateInUpLeft{0%{transform-origin:left bottom;transform:rotate(45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInUpLeft{animation-name:rotateInUpLeft}@keyframes rotateInUpRight{0%{transform-origin:right bottom;transform:rotate(-90deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInUpRight{animation-name:rotateInUpRight}@keyframes rotateOut{0%{transform-origin:center;opacity:1}to{transform-origin:center;transform:rotate(200deg);opacity:0}}.rotateOut{animation-name:rotateOut}@keyframes rotateOutDownLeft{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate(45deg);opacity:0}}.rotateOutDownLeft{animation-name:rotateOutDownLeft}@keyframes rotateOutDownRight{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate(-45deg);opacity:0}}.rotateOutDownRight{animation-name:rotateOutDownRight}@keyframes rotateOutUpLeft{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}}.rotateOutUpLeft{animation-name:rotateOutUpLeft}@keyframes rotateOutUpRight{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate(90deg);opacity:0}}.rotateOutUpRight{animation-name:rotateOutUpRight}@keyframes hinge{0%{transform-origin:top left;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);transform-origin:top left;animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);transform-origin:top left;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.hinge{animation-name:hinge}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:none}}.rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{animation-name:zoomOutDown}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}.zoomOutLeft{animation-name:zoomOutLeft}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}.zoomOutRight{animation-name:zoomOutRight}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{animation-name:zoomOutUp}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.slideOutUp{animation-name:slideOutUp}


.scroll-down-arrow {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
  font : normal 400 20px/1 'Josefin Sans', sans-serif;
  letter-spacing: .1em;
  text-decoration: none;
  transition: opacity .3s;
}
.scroll-down-arrow:hover {
  opacity: .5;
}

.scroll-down-arrow i {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: scrollDown 2s infinite;
  animation: scrollDown 2s infinite;
  opacity: 0;
  box-sizing: border-box;
}
.scroll-down-arrow i:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.scroll-down-arrow i:nth-of-type(2) {
  top: 16px;
  -webkit-animation-delay: .15s;
  animation-delay: .15s;
}
.scroll-down-arrow i:nth-of-type(3) {
  top: 32px;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}
@-webkit-keyframes scrollDown {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes scrollDown {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.footer-title::after {
    Right: 0;
}
.NewsLetterBlock {
    margin-Left: 40px; 
}
.footer-social a {
    float: Right;
}
.address-list .padding {
    margin-Right: 30px; 
}


.owl-theme .owl-nav .owl-prev {
  Right: -50px;
}
.owl-theme .owl-nav .owl-next {
  Left: -50px;
}
.scroll-top-wrapper {
    Left:10px; 
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background:black;
    overflow: hidden;

}
.preloader .bg {
    
    z-index: 9999;

    /*background: url("../loadingbg.jpg") no-repeat;
    background-size: cover;*/

    background-color: white;

    width: 100%;
    height: 100%;

    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    /*
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    opacity: 0.4;*/
}

.spinner {
    border: 1px solid transparent;
    border-radius: 5px;
    position: relative;
    transform: translate(-35px,-35px);

    z-index:99999 ;
}
.spinner:before {

     content:'';
     box-sizing:border-box;
     position:absolute;
     top:50%;
     left:50%;
     width:70px;
     height:70px;
     margin-top:0;
     margin-left:0;
     border-radius:50%;
     border:5px solid #e00d19;
     border-top-color:transparent;
     animation:spinner 0.9s linear infinite;


}
@-webkit-@keyframes spinner {
 to {
  transform:rotate(360deg)
 }
}
@keyframes spinner {
 to {
  transform:rotate(360deg)
 }
}
.arabic-font {
    font-family:"Droid Arabic Kufi" !important;
}
.english-font {
    font-weight: 400;
}


    body, td {
        font-family:"Neo Sans Arabic";
        line-height: 1.5;
    }
    .carousel-caption2 p {
        font-family:"Neo Sans Arabic";
    }
    .carousel-caption2 h3.small-font-title {
        font-size: 25px;
    }
    h1, .h1, h2, h3, h4, h5, h6, .footer-copyright, .address-list, ul.bottom-menu, .topmenu .navbar-nav > li > a  {
        font-family: "Droid Arabic Kufi";
    }

    .sort-info ul li::before {
        margin-right: -12px;
        margin-left: 5px;
    }

    .owl-theme .owl-nav .owl-prev:before {
      content: "\f105";
    }

    .owl-theme .owl-nav .owl-next:before {
      content: "\f104";
    }
    
    ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
      text-align: right;
    }
    ::-moz-placeholder { /* Firefox 19+ */
      text-align: right;
    }
    :-ms-input-placeholder { /* IE 10+ */
      text-align: right;
    }

    @media (min-width: 768px) 
    {
        
    }
    @media (max-width: 767px) 
    {

    }



body
{
    direction:rtl;
}
/********************** Bootstrap two AR/EN Lang support **************/
.topmenu .Social a 
{
    float:Right; 
}


.topmenu .navbar-nav > li 
{

    /*float:Right;*/
    
    
}

@media (min-width: 1200px) 
{
    .topmenu .navbar-nav > li > a
    {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 14px;
        padding-right: 14px;

    }
}
@media (min-width: 768px) and (max-width: 1199px)
{
    .topmenu .navbar-nav > li > a
    {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 7px;
        padding-right: 7px;

    }
}

@media (max-width: 767px) 
{
    .topmenu .navbar-nav 
    {
        padding-right: 10px;
        padding-left: 10px;
    }
    .topmenu .navbar-nav > li > a
    {
        padding-top: 20px;
        padding-bottom: 10px;
        padding-left: 0;
        padding-right: 0;
        text-align: center;
        font-size: 20px;

    }
}

