﻿
	/* font face*/

	@font-face {
        font-family: "Janna-Regular";
        src: url('../fonts/JannaLT-Regular.eot');
        src: url('../fonts/JannaLT-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/JannaLT-Regular.svg#Janna LT') format('svg'),
        url('../fonts/JannaLT-Regular.woff') format('woff'),
        url('../fonts/JannaLT-Regular.ttf') format('truetype');
        font-weight: normal;
        font-style: normal;
    }
	
	@font-face {
        font-family: "Janna-Bold";
        src: url('../fonts/JannaLT-Bold.eot');
        src: url('../fonts/JannaLT-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/JannaLT-Bold.svg#Janna LT') format('svg'),
        url('../fonts/JannaLT-Bold.woff') format('woff'),
        url('../fonts/JannaLT-Bold.ttf') format('truetype');
        font-weight: normal;
        font-style: normal;
    }
	
/* transition */
.transition{
	transition:all .35s ease-in-out;
	-webkit-transition:all .35s ease-in-out;
	-o-transition:all .35s ease-in-out;
	-moz-transition:all .35s ease-in-out;
	-ms-transition:all .35s ease-in-out;	
}
		
	
	/* general styles */
	
	.no-border{border:0!important}
	.violet{color:#562582!important}
	.col-padding{padding:0 15px!important;}
	.left-border { border-right: 1px solid #999;}
  	.pink{color:#ec008c!important}


	
	
	
	
	/*top row*/
	
	.top-row{
		padding:5px 0;
		background:#ecebeb;	
	}
	
	.top-container{position:relative;}
	
	#signin{
		float:right;
		border-left:1px solid #949393;
	}
	#sign-form{
		display:none;
		position:absolute;
		top:30px;
		left:120px;
		z-index: 5000;
		padding:  10px;
		margin: 2px 0 0;
		font-size: 14px;
		text-align: center;
		background-color: #ebebec;
		-webkit-background-clip: padding-box;
		background-clip: padding-box;
		border: 1px solid #d9d9d9;
		border-radius: 4px;
		-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
		box-shadow: 0 6px 12px rgba(0,0,0,.175);
		line-height:26px;
	}
	
	#sign-form .arrow{
		right:45%;	
	}
	
	
	#sign-form a{
		font-size:12px;	
	}
	
	.sign-area{
		float:left;
		font-size:12px!important;
		line-height:0px;
	}
	
	
	.sign-area button{
		border:0;
		background-color:transparent!important;
		outline:none;
		color:#6f6f6e;	
	}
	
	.sign-area button:hover,.sign-area button:focus,.sign-area button:active{
		color:#e5007e;	
	}
	
	.sign-area .dropdown{
		float:right;
		border-left:1px solid #949393;	
	}
	
	.sign-area .dropdown-menu{
		right:-30px;
		top:30px;
		text-align:center;
	}
	
	.lang {
		border:0!important;	
	}
	.lang .dropdown-menu{
		min-width:70px;	
		
		
	}
	.arrow{
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 8px 10px 8px;
		border-color: transparent transparent #d9d9d9 transparent;
		position:absolute;
		top:-10px;
		right:40%;
	
	}
	
	
	.center-area h3{margin:25px 0;}
	
	
.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity ;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  right: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
	
	/* nav & logo*/
	.logo{
		padding:20px 0;
		display:inline-block;	
		margin-left:80px;
	}
	
	.navbar-default{
	color: #fff;
}

.navbar-nav{
	padding:20px;
	font-size:20px;
	color:#6f6f6e;	
}
.navbar-default .navbar-nav > li > a{
    color:#6f6f6e!important;
}

.navbar-default .navbar-nav > li > a:hover ,
.navbar-default .navbar-nav > li > a:active ,
.navbar-default .navbar-nav > li > a:focus {
    color:#e5007e!important;
	background-color:transparent !important;
}

.navbar-default .navbar-nav > li > a:active ,
.navbar-default .navbar-nav > li > a:focus 
.sub-lvl-arrow{display:block}

.navbar-default .navbar-nav > .dropdown > a .caret{
    border-top-color: #fff;
    border-bottom-color: #fff;
}
.navbar-default .navbar-brand{
    color:#fff;
}
.menu-large {
  position: static !important;
}
.megamenu{
  padding: 20px 0px;
  width:100%;
  border:0!important;
  background-color:#e5e5e5!important;
}

.megamenu> li > ul {
  padding: 0;
  margin: 0;
 
}

.sub-lvl-arrow{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 15px 0 15px;
	border-color: #fff transparent transparent transparent;	
	position:absolute;
	bottom:-29px;
	right:40%;
	z-index:7000;
	display:none;
}

.megamenu .dropdown-header{
	font-size:20px;
	color:#562582 !important;
	margin:20px 0;	
	font-family: "Janna-Bold";
}
.sub-lvl ul{
	list-style-type:none;
	padding:0;
	margin-bottom:20px;
}

.sub-lvl ul li {
	padding:7px 0;
}

.sub-lvl ul li a{
	font-size:16px;
	color:#58595b;
}

.sub-lvl ul li a:hover{
	color:#e5007e;
}
.megamenu> li > ul > li {
  list-style: none;
}
.megamenu> li > ul > li > a {
  display: block;
  padding: 3px 10px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #58595b;
  white-space: normal;
}
.megamenu> li ul > li > a:hover,
.megamenu> li ul > li > a:focus {
  text-decoration: none;
  color: red;
  background-color: #f5f5f5;
}
.megamenu.disabled > a,
.megamenu.disabled > a:hover,
.megamenu.disabled > a:focus {
  color: #999999;
}
.megamenu.disabled > a:hover,
.megamenu.disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.megamenu.dropdown-header {
  color: #428bca;
  font-size: 18px;
}
@media (max-width: 768px) {
  .megamenu{
    margin-left: 0 ;
    margin-right: 0 ;
  }
  .megamenu> li {
    margin-bottom: 30px;
  }
  .megamenu> li:last-child {
    margin-bottom: 0;
  }
  .megamenu.dropdown-header {
    padding: 3px 15px !important;
 
  }
  .navbar-nav .open .dropdown-menu .dropdown-header{
    color:#000;
  }
}


/*search box*/
.search{
	float:left !important;
	margin-top:30px;	
	border:1px solid #e3e3e3;
	height:27px;
	overflow:hidden;	
	border-radius:50px;
}

.search input{
	border-radius:0;
	border:0;
	color:#6f6f6e;
	margin:0;
	width:80%;
	padding-bottom:0;
	padding:0 10px;
	
}

.search a{
	float:left;
	padding:2px 5px;
	background-color:#6f6f6e;	
	border-radius:50px;

	
}

.search a:hover{
	background-color:#e5007e;
}
.search a img{
	width:16px;
	height:16px;
	margin-bottom:3px;		
}
	
	/*footer*/
footer{
	background:  url(../img/wave.jpg) no-repeat  50% 50%  ;
	background-size:cover;
	padding: 30px 0px;
	margin-top:45px;
	}

.quick-link{
	padding: 10px 0px 0px;
	line-height: 1.3;
		
}

.quick-link li{
	display:block;
	padding:2px;	
	width:100%	
}

.quick-link li a{
	font-size:18px;	
	color:#333333;
	text-decoration:none;
}

.quick-link li a:hover{
	color:#ec008c;
		
}

.bottom{
	border-top:1px solid #999;	
	float:right;
	margin:20px 0;
	padding:20px 0;
}

.shabakah{float:right;color:#562582;font-size:20px; font-family: "Janna-Bold";}

.bottom ul{
	list-style-type:none;	
	margin-top:4px;
}

.bottom ul li{
	float:right;	
}

.bottom ul li a{
	font-size:17px;
	color:#562582;
	margin:0 17px;

}

.bottom a:hover{color:#e5007e;}

.social a{float:left;margin-right:5px;border-radius:100px;background-color:#a8a9ad;font-size:15px;padding:4px 8px;width:30px;height:30px;color:#fff;}
.social a:hover{background-color:#e6007e;color:#fff;}
.fa-facebook{padding-right:3px;}


.navbar-toggle{margin:22px !important;}
.carousel-inner > .item > img, .carousel-inner > .item > a > img{height:580px !important;}

/* content style [Inner layout]*/

.content{min-height:600px;background:url(../img/content-bg.jpg) no-repeat top center ;}
	
.breadcrumb{background-color:transparent !important;padding:15px 0 !important ;margin-bottom:0 !important;}	
.breadcrumb a{color:#868686}
.breadcrumb > .active{color:#e3038c !important}
.breadcrumb > li + li:before{content:">"!important ;color:#868686 !important }

.content-header{color:#0053a1;text-shadow:1px 0px #fff;margin:4px 0!important;}
.content .nav-tabs{border:0 !important;margin-top:20px;}
.content .nav-tabs > li > a{font-size:20px;padding: 5px 30px; color:#000;text-shadow:1px 0px #fff;border-radius:0;border-color:#fff !important;background-color:#e5e6e7;margin-right:7px;outline:0; }
.content .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{color:#e3038c !important;outline:0;}
.content .tab-content {padding:55px 0 0 0 ;font-size:18px;}
#Benefits h3{color:#0053a1;margin-top:5px;}
 .benefits-img-left{margin-right:30px;margin-top:-80px;}
 .benefits-img-right{margin-left:30px;margin-top:-80px;}
.h3-margin{margin-right:240px!important;}
.block-lvl{color:#000;font-size:20px;text-align:center;background-color:transparent;}
.block-lvl img{border-radius:100px;background-color:#e5e6e7;border:1px solid #e5e6e7}
.block-lvl:hover{color:#E3038C;background-color:transparent!important;}
.block-lvl:hover img{background-color:transparent; border:1px solid #e5e6e7}

.content  aside{margin-top:115px;padding-right:40px;}
.content  aside h4,.tab-pane h4{color:#0053a1;font-size:20px}
.content  aside hr,.tab-pane hr{border-color:#cccccc}
.content  aside a{color:#000;font-size:18px;display:block;padding:3px 0}
.content  aside .quick-links a img{margin-right:5px;margin-bottom:3px}

.content  aside .contact a {margin-bottom:20px}
.content  aside .contact img{margin-left:15px}

.mail-h3{color:#0053a1;margin-top:10px}
.mail-h3 .img-circle{background:#e5e6e7;padding:8px 15px;margin-left:10px;}
.mail-h3 .img-circle img{margin-top:-3px}

.mail-hint{color:#000;margin-top:30px}



                                                             /*///////////////////////////////////////////////  UI-KIT [Form layout]  /////////////////////////////////////////////////////////*/
															 
.form-group{margin-bottom:25px !important;}
.form-group span{margin-bottom:10px; font-size:18px!important}
.form-group .form-control{
		height:auto;
		padding:10px;
		border-width:2px;
}

.form-group .form-control:focus {border-color: #015eab;box-shadow:none;}		
.form-group textarea.form-control{min-height:120px;}
.form-group .radio-inline , .form-group .checkbox-inline{margin-bottom:0;margin-left:20px}
.form-group .radio-inline label, .form-group .checkbox-inline label{float:right;margin-left: 20px}

.form-group .btn-primary{background-color: #ec008c;border:none;padding:15px 55px;font-size:14px;float:left;font-family:inherit}
.form-group .btn-primary:hover, .form-group .btn-primary:active , .form-group .btn-primary:focus{background-color:#92278f;}
.form-btn{float:right;}

 														  /*///////////////////////////////////////////////  UI-KIT [CheckBox & Radio input & select {DropDown}]  /////////////////////////////////////////////////////////*/

.icheckbox,
.iradio{
    display: block;
    margin: 0;
    padding: 0;
    width: 22px;
    height: 22px;
    background:url(../img/purple.png) no-repeat;
    border: none;
    cursor: pointer;
	float:right;
	margin-left:20px;
}

.radio label, .checkbox label{padding-right:0!important}

.icheckbox {
    background-position: 0 0;
}
    .icheckbox.hover {
        background-position: -24px 0;
    }
    .icheckbox.checked {
        background-position: -48px 0;
    }
    .icheckbox.disabled {
        background-position: -72px 0;
        cursor: default;
    }
    .icheckbox.checked.disabled {
        background-position: -96px 0;
    }

.iradio {
    background-position: -120px 0;
}
    .iradio.hover {
        background-position: -144px 0;
    }
    .iradio.checked {
        background-position: -168px 0;
    }
    .iradio.disabled {
        background-position: -192px 0;
        cursor: default;
    }
    .iradio.checked.disabled {
        background-position: -216px 0;
    }



/*!
 * Bootstrap-select v1.6.3 (http://silviomoreto.github.io/bootstrap-select/)
 *
 * Copyright 2013-2014 bootstrap-select
 * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
 */

.bootstrap-select {
  /*width: 220px\9; IE8 and below*/
  width: 100%;
  /*IE9 and below*/
}
.selectpicker {padding:12px !important}
.bootstrap-select > .btn {
  width: 100%;
  padding-right: 25px;
}
.error .bootstrap-select .btn {
  border: 1px solid #b94a48;
}
.control-group.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
}
.bootstrap-select .btn:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}
.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row-fluid .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right;
}
.form-search .bootstrap-select.btn-group,
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}
.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}
.input-append .bootstrap-select.btn-group {
  margin-left: -1px;
}
.input-prepend .bootstrap-select.btn-group {
  margin-right: -1px;
}
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.btn-group .btn .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}
.bootstrap-select.btn-group .btn .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.bootstrap-select.btn-group[class*="col-"] .btn {
  width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  z-index: 1035;
  padding:0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  border: 0;
  padding: 0 !important;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) a:hover small,
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) a:focus small,
.bootstrap-select.btn-group .dropdown-menu li.active:not(.disabled) a small {
  color: #64b1d8;
  color: rgba(100, 177, 216, 0.4);
}
.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
  padding:10px;
}
.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
}
.bootstrap-select.btn-group.fit-width .btn .filter-option {
  position: static;
}
.bootstrap-select.btn-group.fit-width .btn .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select.show-menu-arrow.open > .btn {
  z-index: 1035 + 1;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom-width: 7px;
  border-bottom-style: solid;
  border-bottom-color: #cccccc;
  border-bottom-color: rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-bottom: 0;
  border-top-width: 7px;
  border-top-style: solid;
  border-top-color: #cccccc;
  border-top-color: rgba(204, 204, 204, 0.2);
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}
.bs-searchbox,
.bs-actionsbox {
  padding: 4px 8px;
}
.bs-actionsbox {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox input.form-control {
  margin-bottom: 0;
  width: 100%;
}
.mobile-device {
  position: absolute;
  top: 0;
  left: 0;
  display: block !important;
  width: 100%;
  height: 100% !important;
  opacity: 0;
}
/*# sourceMappingURL=bootstrap-select.css.map */
.ms-srch-sb-searchImg {
    float: right;
    padding: 2px 5px;
    background-color: #6F6F6E;
    border-radius: 50px;
    background: url('../img/search-ico.png') #6F6F6E no-repeat fixed  ;
  }


.textarea{
	width:100%;
	height:120px;
	max-height:140px;
	max-width:800px;
}




/* media screens styles */
@media (max-width:992px) {
.container{width:98% !important;}
.logo{margin-left:10px;}
.navbar-nav{padding:20px 5px;font-size:18px;}
.owl-content{width:85% !important;}
.bottom ul li a{margin:0 13px;font-size:14px;}
.right-border{border:0 !important}
footer h4{margin-top:50px !important}
}
