/*

Zoom Template

http://www.templatemo.com/tm-414-zoom

*/

/*body, html { overflow-x:hidden; }*/

/*body {

    font-size: 1em;
    line-height: 1.4;
    font-family: 'DroidKufiBold';
    font-style: normal;
    -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
    /*-webkit-text-size-adjust: 100%;
}*/


h1, h2, h3, h4, h5, h6, span, p { font-family: 'DroidKufiBold'; }

.blue { color: #6CF; }

.green { color: #CF0; }

h2 {
	padding: 10px 0;
}

p {
	padding: 10px 0;
	text-align: justify;
}

a {
	color: #FF6;
}

a:hover {
	color: #F60;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}
/* Preloader */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff; /* change if the mask should have another color then white */
    z-index: 99; /* makes sure it stays on top */
}

#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%; /* centers the loading animation horizontally one the screen */
    top: 50%; /* centers the loading animation vertically one the screen */
    background-image: url(../images/status.gif); /* path to your loading animation */
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px; /* is width and height divided by two */
}

/*general*/
#main-wrapper {
     overflow: hidden;
}

.templatemo-logo {
	z-index: 1;
}
.templatemo-site-title {
    color: #fff !important;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 1);
}

.templatemo-site-title a {
	color: #fff;
	text-decoration: none;
}

.templatemo-site-title a:hover {
	text-decoration: none;
}


img.slide {
    width: 100%;
    z-index: -9999999;
    position: absolute;
}

.active {
    display: block;
}

.inactive {
    /* left: 703px; */
    display: none;
}

.image-section {
    position: fixed;
}

.image-container {
    position: relative;
}

.image-container img {
    position: absolute;
}

.templatemo-content {
    position: static;
    overflow: hidden;
    /*margin-top: 20%;*/
    padding-bottom: 6%;
}

.col-lg-offset-12{
    margin-left: 0% !important;

}

.black-bg {
    background-color: rgba(0,0,0,0.8);
}
.black-bg:before, .black-bg:after {
    content: "";
    display: table;
    line-height: 0;
}
.black-bg:after {
    clear: both;
}

.templatemo-content section {
    font-family: 'DroidKufiBold';
    position: relative;
    overflow: hidden;
    top: 75px;
    padding-bottom: 40px;

}


.templatemo-content-wrapper {
    overflow:hidden;
}

.templatemo-content h2 {
    color:#fbaa19;
    font-family: 'DroidKufiBold';
    margin-right: 25px;
    margin-top: 12px;


}

.templatemo-content p {
    font-family: 'DroidKufiBold';
    color: #fff;
    font-size: 14px;
    direction: rtl;
    margin-right: 25px;
}

#map-canvas {
	height: 260px;
}


.footer {
    overflow:hidden;
    position:fixed;
    bottom: 10px;
}

.footer-text {
    font-family: 'DroidKufiBold';
    color:#fff;
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 1);
    margin-left: 30px;
    font-size: 14px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.btn-menu {
    padding: 20px 0;
    text-align: center;
}

.btn-menu > .fa {
    font-size: 50px;
    margin: 20px 0;
}
.btn-menu > h2 {
    margin: 0;
    font-size: 18px;
}

.change-section {
    color: #fff;
    text-decoration: none;
}

.change-section .black-bg {
    transition: all 0.4s ease;
    border:1px solid black;
    border-radius:50%;
}

.change-section .black-bg > h2 {
    transition: all 0.4s ease;
}

.change-section:hover {
    text-decoration: none;
    color: #246BB2;
}

.change-section:hover .black-bg {
    background-color: rgba(255,255,255,0.8);
}

.change-section:hover .black-bg > h2 {
    color: #246BB2;
}

@media (max-width: 991px) {
    .footer {
        overflow:hidden;
        position:static;
        text-align: center;
    }

    .footer-text {
        margin-left: 0;
    }
}



/*ezz css*/


audio:hover, audio:focus, audio:active
{
-webkit-box-shadow: 15px 15px 20px rgba(0,0, 0, 0.4);
-moz-box-shadow: 15px 15px 20px rgba(0,0, 0, 0.4);
box-shadow: 15px 15px 20px rgba(0,0, 0, 0.4);
-webkit-transform: scale(1.05);
-moz-transform: scale(1.05);
transform: scale(1.05);
}


audio
{
-webkit-transition:all 0.5s linear;
-moz-transition:all 0.5s linear;
-o-transition:all 0.5s linear;
transition:all 0.5s linear;
-moz-box-shadow: 2px 2px 4px 0px #006773;
-webkit-box-shadow:  2px 2px 4px 0px #006773;
box-shadow: 2px 2px 4px 0px #006773;
-moz-border-radius:7px 7px 7px 7px ;
-webkit-border-radius:7px 7px 7px 7px ;
border-radius:7px 7px 7px 7px ;
}


#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;

  display:none;
}
#boxes .window {
  position:absolute;
  left:30% !important;
  top:0 !important;
  width:500px;
  height:200px;
  display:none;
  z-index:9999;
  padding:20px;
  border-radius: 5px;
  text-align: center;
}
#boxes #dialog {
  width:500px;
  height:auto;
  padding:10px;
  background-color:#1c1c1cba;
	margin-top: 10%;

  font-size: 15pt;
}

#lorem{
	font-family: "Segoe UI", sans-serif;
	font-size: 12pt;
  text-align: left;
}
#popupfoot{
	font-family: "Segoe UI", sans-serif;
	font-size: 16pt;
  padding: 10px 0px;
}
#popupfoot a{
	text-decoration: none;
}
.agree:hover{
  background-color: #D1D1D1;
}
.popupoption:hover{
	background-color:#D1D1D1;
	color: green;
}
.popupoption2:hover{

	color: red;
}
.ad {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px;
}

.ad p {
    border: solid 1px #fff;
    width: 768px;
    height: 90px;
    text-align: center;
}


.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
	left:10%;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:80%;
	height:80%;
	text-align: center;
}
@media only screen and (max-width:600px){
    #boxes #dialog {
        display:none!important;
    }
}
