* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

body{
    overflow: auto;
}
body:not(i) {
    font-family: 'Cairo', sans-serif !important;
}

p {
	font-size: 16px;
}


.light {
    position: absolute;
    background-color: white;
    top: 125px;
    left: 675px;
    box-shadow: 0px 0px 3000px 250px #fff;
    opacity: .2;
}

body { padding-top: 50px }
h1,h2,h3,h4,h5,h6{ font-weight: bold }
/*------- Start Framework ----------*/

.sec-padding { padding-top: 10% }

.sec-padding2 { padding: 5% 0 }

/*------- End Framework -----------*/

/*------ Start Loading Page --------*/
.loading{
    background-color: #5B186B;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    position: fixed
}
.spinner {
  width: 40px;
  height: 40px;

  position: relative;
  margin: 100px auto;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #FFF;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

/*------ End Loading Page ----------*/


/* ------------------------------- Start Back To Top --------------------*/
.btt{
    width: 40px;
    height: 40px;
    background-color: #CC9933;
    position: fixed;
    bottom: 5%;
    right: 2%;
    cursor: pointer;
    border-radius: 50%;
    display: none;
    line-height: 40px;
    z-index: 9998;
	color: #f6f6e9;
	display: flex;
    align-items: center;
    justify-content: center;
}
/* ------------------------------- End Back To Top --------------------*/

/* ------------------------------- Start Nav ---------------------------- */

.navbar {
    border: none;
    border-radius: 0;
    margin-bottom: 0;
    background-color: #5B186B;
    border-bottom: 4px solid #CC9933;
    height: 68px;
}

div.collapse ul.nav li a {
    font-size: 15px;
    transition: .5s;
    color: #fff!important;
    height: 64px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: center;
    padding-left: 8px;
    padding-right: 8px;
}

div.collapse ul.nav li {
	background-color: #5B186B;
        margin-right: 25px;

}


div.collapse ul.nav li.language img{padding-left: 40px}
.dropdown-menu{padding: 0}

div.collapse ul.nav li.active {
    background-color: #CC9933;
    color: #5B186B !important;
} 

div.collapse ul.nav li :hover { 
    background-color: #CC9933;
    color: #5B186B;
}

.navbar-header .navbar-brand { padding: 0 }

.navbar-header .navbar-brand img { 
    height: 130%;
    margin: 0px;
}

.navbar-toggle .icon-bar{background-color: #FFF}

div.collapse button { margin-top: 1%; margin-bottom: 1% }

div.collapse i {
    
    font-size: 25px;
    padding-left: 4px
}


div.collapse .fa.pull-right { margin-left: .8em }

.navbar-toggle{ background-color: #CC9933 !important; }

ul.lang {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #FFF;
    right: 58%;
}

.dropdown-menu>li>a {
    padding: 12px 20px;
}

ul.lang li.language img {
	margin-right: 5px;
	width: 25px;
	height: 25px;
	border-radius: 50%;
}

.navbar-right .fa-globe {
	margin-left: 5px;
}

.caret {
    margin-left: 34px;
	margin-right: 0px;
	border-top: 6px solid;
    border-right: 6px solid transparent;
	border-left: 6px solid transparent; 
}

.dropdown-menu {
    background-color: #5B186B;
    border: 0px solid #ccc;
    border: 0px solid rgba(0,0,0,.15);
    border-radius: 0px 0px 4px 4px;
}

.navbar-right .dropdown-menu {
    right: -5px;
    width: 142px;
    left: auto;
}

ul.lang {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        color: #FFF;
        right: 59%;
	    border-radius: 4px 4px 0px 0px;
		padding: 5px;
	    background-color: #f6f6e9;
    }

.dropdown-toggle {
	color: #5B186B !important;
	}

.nav>li>a:hover, .nav>li>a:focus {
	background-color: #CC9933 !important;
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse{ max-height: auto }

@media (min-width: 1200px){
	
	.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
		    min-height: 100%;
	}
	
	.navbar-right .dropdown-menu {
		min-width: 143px; 
		max-width: 143px;
	}
	
	.dropdown-menu li a {
		padding: 15px 20px;
	}
	
	.dropdown-menu li a:hover {
		background-color: #CC9933;
		color: #f6f6e9;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {

	.navbar .div-relative {
		position: relative
	}

	ul.lang {
		position: relative;
		transform: translateY(-200%);
		color: #FFF;
		right: 73%;
		top: 20px;
	}
	
	.navbar-right .dropdown-menu {
		min-width: 143px;
		max-width: 143px;
	}
	
	.dropdown-menu li a {
		padding: 15px 20px;
	}
	
	.dropdown-menu li a:hover {
		background-color: #CC9933;
		color: #f6f6e9;
	}
	
	.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
		    min-height: 100%;
	}
}


@media (min-width: 768px) and (max-width: 991px) {

	.navbar-header .navbar-brand {
		position: absolute;
		left: 3%;
	}
		
	div.collapse ul.nav li a {
		padding-left: 5px;
		padding-right: 8px;
		font-size: 14.5px;
	}
	
	ul.lang {
		margin-bottom: 0;
		border-radius: 50%;
		position: absolute !important;
        top: 58%;
		left: 11%;
		width: 40px;
		height: 40px;
		padding: 0;
		margin-bottom: 0;
	}
	
	.navbar-right .dropdown-menu {
		left: -89px;
		top: 49px;
		text-align: center;
		height: 140px;
		min-width: 143px;
	}
	
	.dropdown-menu li {
		height: 50%;
	}
	
	.dropdown-menu li a {
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	.margin-img {
		margin-right: 0;
		margin-left: 5px;
	}
	
	.dropdown-menu li a:hover {
		background-color: #CC9933;
		color: #f6f6e9;
	}
	
	.caret {
		display: none;
	}
	
	.remove-text {
		display: none;
	}
	
	ul.lang li.language img {
		width: 41px;
		height: 41px;
	}
}


@media (max-width: 767px) {
			.drop_langauge{    top: 55px!important;}
    .navbar-toggle {
        margin-top: 13px;
        margin-bottom: -3px;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        padding: 0 0 0 8px;
    }
	
    .navbar-collapse {
        margin-top: 6px;
        border-top: 0px solid transparent;
        -webkit-box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0);
        box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0);
    }
	
	.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
		height: 409px;
		overflow: hidden;
		max-height: 409px;
	}
	
	div.collapse ul.nav li a {
		font-size: 15px;
		transition: .5s;
		color: #f6f6e9;
		height: 50px;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		align-content: center;
		padding: 0 8px;
	}
	
	.navbar-right .dropdown-menu {
		left: -138%;
		top: 54px;
		max-width: 767px;
		text-align: center;
		height: 140px;
	}
	
	.dropdown-menu li {
		height: 50%;
	}
	
	.dropdown-menu li a {
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}	
	
	.dropdown-menu li a:hover {
		background-color: #CC9933;
		color: #f6f6e9;
	}

	ul.lang {
		margin-bottom: 0;
		width: 40px;
		height: 40px;
		border-radius: 50%;
		position: absolute !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
		left: 55px;
		padding: 0;
	}
	
	ul.lang li.language img {
		width: 41px;
		height: 41px;
	}
	
	.remove-text, .caret {
		display: none;
	}

    a.navbar-brand {
        position: absolute !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
    }
}

/* ------------------------------- End Nav ---------------------------- */

/* ------------------------------- Start Header -------------------------- */

div.header {
    height: auto;
    background-image: url('../images/header/header1.jpg');
    background-size: cover;
    background-repeat: no-repeat
}

.header .welcome-part {
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: center;
    margin-top: 10%
}

.floatright {
	float: right;
	margin-top: 0 !important;
}

.header .welcome-part-h1 {
    text-align: center;
    margin-bottom: 35px;
    display: inline-block;
    padding-right: 15px;
}

.header .rtl {
    margin-right: 20px;
    margin-left: 20px;
}

.header .welcome-part .div-daawah-blue-logo {
    width: 100px;
    height: 100px;
    display: inline-block;
    margin-top: 10px;
    top: -10px;
    position: relative;
}

.header .welcome-part .daawah-blue-logo {
    width: 100%;
    height: 100%;
}

.header .welcome-part .header-address {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: center;
	width: 100%;
}

@media(max-width:500px){
    div.header .welcome-part span{font-size: 2.4em}
}

div.header .welcome-part h1 { color: #CC9933 }

div.header .welcome-img { 
	overflow: hidden;
	border-radius: 10%;
}

div.header .welcome-img img { 
    border-radius: 10%;
    padding: 3px;
    border: 2px solid #5B186B;
	width: 100%;
	height: 100%;
	transition: 0.5s ease-in-out;
}


@media(max-width:767px) {
    div.header { text-align: center }

    div.header .welcome-part { padding: 5% }

    div.header .welcome-img {
        width: 60%;
        margin: auto;
        padding: 0;
    }    
	
	.floatright {
		padding-top: 0px !important;
	}
}


/* ------------------------------- End Header-------------------------- */

/*-------------------------------- Start About ------------------------*/

div.about {
    background-color: #CC9933;
    position: relative;
}
div.about h1 { 
    color: #f6f6e9; 
    margin-bottom: 30px;
}

div.about p {
    line-height: 35px;
    padding: 10px 30px;
    font-size: 19px;
    font-weight: 400;
    color: #f6f6e9
}

/*-------------------------------- End About ---------------------------*/


/*-------------------------------- Start Works ------------------------*/
div.works h2 { color: #5B186B;}

div.works h3 { color: #CC9933; font-weight: 600; margin: 20px 0 40px }

/*
#carousel {
    width: 800px;
    height: 300px;
    display: relative
}

#carousel img { display: hidden; cursor: pointer }

*/

div.works .item{ margin: 10px 0 }

div.works .item > div{
    border:1px solid #DDD;
    border-top: none;
    cursor: pointer;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding-bottom: 7px
}

.work-img,
div.works .item > div{ overflow: hidden }

div.works .item > div img{ transition: .5s }

div.works .item > div:hover img{
    transform: scale(1.2)
}

div.works .item p{
    padding: 10px 20px;
    line-height: 35px;
    margin-bottom: 0
}

@media(min-width:700px) and (max-width:900px){
    div.works .item{
        width: 50% !important;
        float: left
    }
}
/*-------------------------------- End Works ------------------------*/
.clear {
    clear: both;
    margin: 0px;
    padding: 0px
}



a { text-decoration: none !important }

/*-------- Start Our Prices --------*/

.Our-Prices { 
    background-image: url('../images/vision/vision-header.jpg');
    background-attachment: fixed;
    background-size: contain
}

.Our-Prices li { width: 200px }

.Our-Prices .Our-Prices-h1 { margin: 0 0 20px 0; color: #CC9933 }

.Our-Prices .info-list li {
    display: inline-block;
    padding: 15px;
	margin-bottom: 10px;
    font-size: 20px;
    cursor: pointer
}

.Our-Prices .info-list li.selected { border-bottom: 1px solid #CC9933 }


/*-------- Start Radial Out For Hover Tap--------*/
.hvr-radial-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s
}

.hvr-radial-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #5B186B;
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  color: #FFF
}
.hvr-radial-out:hover, .hvr-radial-out:focus, .hvr-radial-out:active {
  color: white
}
.hvr-radial-out:hover:before, .hvr-radial-out:focus:before, .hvr-radial-out:active:before {
  -webkit-transform: scale(2);
  transform: scale(2)
}

/*-------- End Radial Out For Hover Tap--------*/

.Our-Prices .info-content{
    display: flex;
    overflow: hidden
}
.Our-Prices .info-content > table:not(:first-of-type) {
    display: none
}

.Our-Prices .any-table {
    border: 1px solid rgba(181, 213, 144, 0.5);
    border-collapse: collapse;
    width: 80%;
	font-size: 16px;
}



.Our-Prices .any-table td,
.Our-Prices .any-table th { border: 1px solid #BBB }

.Our-Prices .any-table td { padding: 20px }

@media(max-width:500px) {
    .Our-Prices .any-table td { padding: 20px 5px;
        font-size: 10px
    }
}

.Our-Prices .any-table thead td {
    background-color: #5B186B;
    color: #f6f6e9
}

.Our-Prices .any-table tbody tr:first-child{
    background-color: #CC9933;
    color: #f6f6e9
}

.Our-Prices .any-table tbody tr:not(:first-child) {
    color: #5B186B
}

.Our-Prices .any-table tbody tr td:nth-child(2n) {
    background-color: rgba(0, 87, 146, 0.1)
}

/*-------- End Our Prices --------*/


/*-------- Start Contact Us --------*/

.contact-us { background-color: #CC9933 }

.contact-us .left-side {
    background-color: #5B186B;
    float: left;
    border-radius: 30px;
    border: 1px solid #f6f6e9;
    padding: 25px 5px 20px 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.contact-us .left-side .input-info {
    background-color: #f6f6e9;
    width: 90%;
    height: 35px;
    border: 0px solid #D1B8B2;
    border-radius: 5px;
    padding-left: 10px;
    font-size: 18px;
    color: #5B186B;
    text-align: left;
    
}

.contact-us .left-side .textarea-info {
    width: 90%;
    height: 170px;
    padding: 5px 10px 0 10px;
    text-align: left;
    resize: none
}

.contact-us .left-side .input-info:focus { outline: 0 }

.contact-us .left-side .input-info::placeholder { color: #AAA }

.contact-us .contact-us-button {
    font-size: 18px;
    color: #f6f6e9;
    background-color: #CC9933;
    width: 90%;
    height: 50px;
    border: 0;
    cursor: pointer;
    margin: 10px;
    border-radius: 5px;
}

.contact-us .right-side {
    padding-left: 30px;
    color: #f6f6e9
}

.contact-us .right-side p { padding: 0; margin: 0 }

.contact-us .right-side .contact-us-part1 .contact-us-h1 { margin: 10px 0 }

.contact-us .right-side .contact-us-h3 { margin: 0 0 10px 0; font-size: 19px }

.contact-us .right-side .contact-us-part2,
.contact-us .right-side .contact-us-part3,
.contact-us .right-side .contact-us-part4{ margin-top: 25px }

.contact-us .right-side .contain-text {
    display: inline-block;
    margin-top: 12.5px;
    margin-bottom: 12.5px;
    margin-left: 10px
}

.contact-us .right-side .contact-us-part2,
.contact-us .right-side .contact-us-part3,
.contact-us .right-side .contact-us-part4 {
    display: inline-flex;
    align-items: center
}


.contact-us .right-side .icon {
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.social i {
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.social .design-i {
    color: #CC9933;
    background-color: white;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    margin: 12.5px 0 0 10px;
    transition: all .3s ease-in-out;
    font-size: 1.4em;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out
}

/*-------- End Contact Us --------*/


/*-------- Start Last Line --------*/

.last_line
{
    background-color: #5B186B;
    width: 100%;
    display: flex;
    align-items: center;
}

.last_line p
{   
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;  
    font-size: 18px;
    color: #f6f6e9;    
    text-align: center;
}

/*-------- End Last Line --------*/
.dropdown-toggle {
    color: #ffffff !important;
}
.navbar-nav>li>.dropdown-menu {
    margin-top: 2px;}
	#visa{
	color:#fff;font-size: 36px;
    padding: 5px;
	}
.navbar_fooer > li > a:hover,.navbar_fooer > li > a:focus {
	    background-color: #5B186B !important;

}
.navbar_fooer {
	  
}
.navbar_fooer li a {
	color:#fff;
}	
.btn-show-pass {
  font-size: 15px;
  color: #5B186B;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  position: absolute;
  z-index: 200;
  height: 100%;
  top: 0;
  right: 25px;
  padding: 0 5px;
  cursor: pointer;
  -webkit-transition: background 0.4s;
  -o-transition: background 0.4s;
  -moz-transition: background 0.4s;
  transition: background 0.4s;
}
