/*********************************************************************************************
 **
 **    Author: Palemb
 **    Author URI: http://palemb-qa.com/
 **    Description: A Responsive Palestine Embassy Website.
 **    Version: 1.0.0
 **    Function: Website Style Sheet
 **
 **********************************************************************************************/

/* CSS Document */
/*-------------------------------------------------------------------------------------------*/

/*                                 TABLE OF CONTENT                                          */

/*-------------------------------------------------------------------------------------------*/

/*
 1 -  RESET CSS
 2 -  HEADER
 3 -  CONTAINER
 4 -  CONTENT
 5 -  Responsive

 /*-------------------------------------------------------------------------------------------*/
/*                                   1 -  RESET CSS                                          */
/*-------------------------------------------------------------------------------------------*/
* {
	direction: rtl;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
body {
	/*    overflow-x: hidden;*/
	background: url(../images/bg.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.main-cont {
	background-color: #d8d9da;
	border-radius: 5px;
	margin-top: 10px;
}
a:focus {
	outline: none;
}
.rtl {
	direction: rtl;
}
.right {
	float: right;
}
.left {
	float: left;
}
.div-fluid {
	padding: 0px;
}
.align-right {
	text-align: right !important;
}
.align-left {
	text-align: left !important;
}
::-webkit-input-placeholder {
	color: #000;
}

:-moz-placeholder {/* Firefox 18- */
	color: #000;
}

::-moz-placeholder {/* Firefox 19+ */
	color: #000;
}

:-ms-input-placeholder {
	color: #000;
}
.btn:focus {
	outline: none;
	outline-offset: 0px;
}
/*-------------------------------------------------------------------------------------------*/
/*                                     2 -  HEADER                                           */
/*-------------------------------------------------------------------------------------------*/

.social-media {
	position: fixed;
	left: calc(50% - 550px);
	width: 35px;
	height: auto;
	top: 300px;
}
.social-media i {
	width: 35px;
	height: 35px;
	background-color: #fff;
	color: #333;
	font-size: 18px;
	text-align: center;
	padding: 9px;
	margin-top: 5px;
	border-radius: 50%;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
.social-media i.fa-linkedin:hover {
	color: #425F9C;
}
.social-media i.fa-twitter:hover {
	color: #41B8D8;
}
.social-media i.fa-pinterest:hover {
	color: #d01d15;
}
.social-media i.fa-google-plus:hover {
	color: #DB4D3F;
}
.social-media i.fa-rss:hover {
	color: #f4b83f;
}
.top-search-cont {
	margin: 0px -30px;
}
.search-lang {
	padding: 10px 15px;
	min-width: 235px;
}
.top-search {
	position: relative;
	padding-left: 5px;
	max-width: 180px;
}
.top-search input[type="text"] {
	text-align: left;
	height: 25px;
	font-size: 12px;
	color: #000 !important;
}
.search-btn {
	background: transparent;
	border: 0 none;
	font-size: 100%;
	margin: 0;
	outline: none;
	padding: 0;
	float: left;
	width: 20px;
	height: 20px;
	text-align: center;
	cursor: pointer;
	position: absolute;
	right: 20px;
	top: 0px;
}
.search-btn i {
	font-size: 14px;
	line-height: 25px;
	color: #999;
	font-weight: bold;
}
.top-lang {
	float: right;
	padding: 0px;
	height: 25px;
	max-width: 50px;
}
.top-lang a {
	font-size: 11px;
	line-height: 25px;
	color: #555;
}
.header-logos {
	direction: rtl;
	min-height: 85px;
	margin: 0px -30px;
}
.logo-cont {
	position: relative;
}
.header-logos h1 {
	font-family: Sylfaen;
	font-size: 22px;
	font-weight: 600;
	margin: 0px;
	line-height: 35px;
	text-align: center;
	color: #666;
}
.header-logos h2 {
	font-family: Sylfaen;
	font-size: 22px;
	font-weight: 600;
	color: #009140;
	margin: 0px;
	line-height: 35px;
	text-align: center;
}
.arabic-title {
	padding-right: 130px;
}
.arabic-title h1, .arabic-title h2 {
	font-size: 24px;
}

.logo-img {
	position: absolute;
	top: -32px;
	left: 30px;
	z-index: 999;
}
.header-menu {
	margin: 0px -30px;
}
.main-menu-cont {
	background: transparent;
	border: none;
	box-shadow: none;
	margin-bottom: 0px;
	min-height: 35px;
}
.main-menu-cont .container-fluid {
	padding: 0px;
	margin: 0px;
}
.main-menu {
	background-color: #3c4344;
}
.main-menu .navbar-nav > li > a {
	padding: 0px 18px;
	line-height: 35px;
	color: #ddd;
	font-size: 19px;
}
.main-menu .navbar-nav > li:nth-child(5) {
	margin-right: 110px;
}
.main-menu .navbar-nav > li > a:hover, .main-menu .navbar-nav > li > a:focus {
	color: #ddd;
	background-color: #666;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}
.main-menu .navbar-nav > li > .dropdown-menu {
	background-color: #ddd;
	text-align: right;
}

/*-------------------------------------------------------------------------------------------*/
/*                                     3 -  CONTAINER                                        */
/*-------------------------------------------------------------------------------------------*/

.slider-outer {
	margin: 20px -30px 0px;
}
.carousel-inner > .item > img {
	width: 100%;
	height: auto;
	min-height: 110px;
}
.carousel-control.right, .carousel-control.left {
	width: 10%
}
.carousel-control .glyphicon-chevron-right, .carousel-control .glyphicon-chevron-left {
	width: 35px;
	height: 35px;
	padding: 4px 0px;
	font-size: 22px;
	font-weight: 200;
	color: #fff;
	border: 2px solid #999;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, 0.7);
}
.carousel-indicators {
	bottom: -5px;
}
.carousel-indicators li {
	border: 1px solid #999;
	background-color: #999;
}
.carousel-indicators li:hover {
	border: 1px solid #333;
	background-color: #333;
}
.carousel-indicators .active {
	width: 12px;
	height: 12px;
	margin: 0px;
	background-color: #333;
	border: 1px solid #333;
}

/*--- News Ticker ---*/
.new-ticker {
	margin: 0px -30px;
}
.TickerNews {
	width: 100%;
	height: 30px;
	line-height: 30px;
	margin-top: 10px;
	background-color: #a8a8a8;
	overflow: hidden;
}

.ti_wrapper {
	width: 100%;
	position: relative;
	overflow: hidden;
	height: 30px;
}

.ti_slide {
	width: 100%;
	position: relative;
	left: 0;
	top: 0;
}

.ti_content {
	width: auto;
	position: absolute;
	right: 0px;
}

.ti_news {
	float: right;
	width: auto;
	height: 30px;
	margin-left: 15px;
}
.ti_news img {
	float: right;
	padding: 5px;
}
.ti_news a {
	display: inline-block;
	margin-right: 10px;
	color: black;
	text-decoration: none;
	font-family: geneva;
}

.TickerNews.default_theme {
	background-color: #CC231E;
	color: #fff
}
.marquee {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	white-space: nowrap;
	box-sizing: border-box;
	animation: marquee 30s linear infinite;
}

.ti_wrapper:hover .marquee {
	animation-play-state: paused !important;
	-webkit-animation-play-state: paused;
}
/*
 @keyframes marquee {
 0%   { margin-right: 0px }
 100% { margin-right: -100% }
 }
 */

/*--- Services Section ---*/
.data-section {
	background-color: #fff;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	margin: 0px -30px;
}
fieldset {
	border: 1px solid #E5E5E5;
	border-radius: 5px;
	margin-top: 10px;
	padding: 20px;
}
legend {
	border-bottom: medium none;
	font-size: 17px;
	font-weight: 400;
	color: red;
	margin-bottom: 0px;
	padding: 0px 10px;
	width: auto;
}
.data-left {
	border-right: 1px solid #ddd;
	text-align: right;
}
.data-left:first-child {
	border-right: none;
}
.data-left h4 {
	font-size: 20px;
	margin: 0px;
	margin-bottom: 10px;
}
.data-left img {
	float: left;
}
.data-left p {
	font-size: 16px;
	color: #666;
	letter-spacing: 0.5px;
}
.emb-btn-b {
	background-color: #111;
	color: #fff;
	height: 27px;
	line-height: 27px;
	font-size: 18px;
	padding: 0px 15px;
	letter-spacing: 0.5px;
	margin-top: 15px;
	margin-bottom: 10px;
}
.emb-btn-b:hover {
	background-color: #333;
	color: #fff;
}
.emb-btn-b:focus {
	background-color: #333;
	color: #fff;
}
.emb-btn-r {
	background-color: #da251c;
	color: #fff;
	height: 27px;
	line-height: 27px;
	font-size: 18px;
	padding: 0px 15px;
	letter-spacing: 0.5px;
	margin-top: 15px;
	margin-bottom: 10px;
}
.emb-btn-r:hover {
	background-color: red;
	color: #fff;
}
.emb-btn-r:focus {
	background-color: red;
	color: #fff;
}
.emb-btn-g {
	background-color: #009241;
	color: #fff;
	height: 27px;
	line-height: 27px;
	font-size: 18px;
	padding: 0px 15px;
	letter-spacing: 0.5px;
	margin-top: 10px;
	margin-bottom: 5px;
}
.emb-btn-g:hover {
	background-color: #02ac4e;
	color: #fff;
}
.emb-btn-g:focus {
	background-color: #02ac4e;
	color: #fff;
}
/*--- Events Sections ---*/
.events-section {
	margin-top: 15px;
}
.form-cont {
	background-color: #e8e8e8;
}
.sel-rtbns {
	border-right: 1px solid #ddd;
	padding-right: 15px;
	position: relative;
}
.sel-rtbns h3 {
	width: 100%;
	margin-top: 0px;
	height: 35px;
	line-height: 35px;
	background-color: #a8a8a8;
	font-size: 20px;
	color: #333;
	padding: 0px 10px;
}
.radio-btns p {
	margin-bottom: 5px;
}
.radio-btns input[type="radio"] {
	float: right;
	width: 15px;
	height: 15px;
	margin-left: 10px;
}
.radio-btns label {
	font-size: 17px;
	letter-spacing: 0.6px;
	margin-right: 10px;
}
.emb-btn-sel {
	background-color: #aaa;
	color: #eee;
	position: absolute;
	left: 15%;
	bottom: 10%;
	height: 28px;
	line-height: 28px;
	font-size: 18px;
	padding: 0px 15px;
	letter-spacing: 0.5px;
	margin-top: 10px;
	margin-bottom: 5px;
	border-radius: 8px;
}
.emb-btn-sel:hover {
	background-color: #bbb;
	color: #eee;
}

.slider-event {
	width: 100%;
	height: auto;
	padding-bottom: 30px;
}
.slider-event h4 {
	font-size: 20px;
	letter-spacing: 0.6px;
	line-height: 30px;
	padding: 0px 15px;
	color: #999;
}
.event-item {
	width: 100%;
	height: auto;
	min-height: 105px;
	padding: 0px 15px;
}
.event-item h5 {
	width: 100%;
	font-size: 20px;
	line-height: 30px;
	color: #333;
	letter-spacing: 0.5px;
	margin: 0px 0px 5px;
}
.event-item p {
	font-size: 16px;
	color: #888;
	font-weight: 600;
	letter-spacing: 0.3px;
	margin-bottom: 10px;
}
.event-item a {
	color: #009241;
	margin-right: 10px;
}
.slider-event .carousel-indicators {
	bottom: -25px;
	left: auto;
	right: 0px;
	width: auto;
	margin-right: 0px;
	padding-right: 15px;
}

/*-------------------------------------------------------------------------------------------*/
/*                                    4 -  Embassy Parts                                     */
/*-------------------------------------------------------------------------------------------*/
.emb-parts {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	background-color: #fff;
	margin: 0px -30px;
}
.eparts-cont {
	padding: 15px 45px;
}
.eparts-cont h3 {
	font-size: 30px;
	color: #333;
	margin-bottom: 15px;
}
.epart-items {
	margin-bottom: 30px;
}
.epart-item-all {
	width: 100%;
	background-color: #3c4344;
	margin-bottom: 5px;
	overflow: hidden;
}
.epart-item-all:nth-child(even) {
	background-color: #bcbdbd;
}
.epart-item-all:nth-child(even) .epart-item p {
	color: #555;
}
.epart-item-all:nth-child(even) .epart-data li {
	border-bottom: 1px solid #999;
}
.epart-item-all:nth-child(even) .epart-data {
	color: #333;
}
.epart-item-all:nth-child(even) .epart-item i {
	color: #555;
}
.epart-item {
	width: 100%;
	height: auto;
	cursor: pointer;
}
.epart-item i {
	float: right;
	color: #bbb;
	line-height: 40px;
	font-size: 32px;
	padding: 0px 10px;
}
.epart-item p {
	line-height: 40px;
	color: #bbb;
	padding: 0px 10px;
	font-size: 23px;
	margin: 0px;
	font-weight: 600;
}
.epart-data {
	height: auto;
	color: #ddd;
	max-height: 0px;
	padding: 0px;
	margin: 0px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 0px;
	padding-bottom: 0px;
	transition: max-height 0.5s ease-in-out, padding-top 0.4s ease-in-out, padding-bottom 0.2s ease-in-out;
}
.epart-data.active {
	border-top: 2px solid #eee;
	padding-top: 5px;
	padding-bottom: 5px;
	max-height: 1000px;
}
.epart-data li {
	border-bottom: 1px solid #666;
	line-height: 27px;
	font-size: 16px;
}
.epart-data li:last-child {
	border-bottom: none !important;
}

/*-------------------------------------------------------------------------------------------*/
/*                                   5 -  Family Members                                     */
/*-------------------------------------------------------------------------------------------*/

.fmembers {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	background-color: #fff;
	margin: 0px -30px;
}
.fmem-cont {
	padding: 15px 45px;
}
.fmem-cont h3 {
	font-size: 30px;
	color: #333;
	margin-bottom: 15px;
}
.fmem-cont > p {
	font-size: 16px;
	color: #555;
	margin-bottom: 15px;
	font-weight: 600;
	letter-spacing: 0.5px;
}
.row-centered {
	text-align: center;
}
.row-cont-table {
	margin: 0px;
	padding: 0px 110px;
	margin-bottom: 50px;
	text-align: center;
}
.ftalbe-res {
	margin-bottom: 5px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
}
.ftalbe-res .table {
	margin-bottom: 0px;
}
.table > tbody > tr:nth-child(2n) > td {
	background-color: #e0e6e8;
}
.table > tbody > tr > td {
	/*    position: relative;*/
	border-bottom: 1px solid #bdbdbd;
	vertical-align: middle;
	width: 35%;
	font-size: 18px;
	font-weight: 600;
	color: #555;
	letter-spacing: 0.5px;
}
/*
 .table > tbody > tr > td::before {
 content: '';
 position: absolute;
 height: 1px;
 width: 100%;
 border-bottom: 1px solid #bdbdbd;
 bottom: 5px;
 right: 0px;
 z-index: 0;
 }
 */
.table > tbody > tr > td:nth-child(2) {
	width: 30%;
	font-size: 17px;
}
.table > tbody > tr > td p {
	width: 100%;
	float: right;
	text-align: center;
	margin-bottom: 5px;
}
.add-fam-btn {
	height: 22px;
	width: 100px;
	border: 2px solid #c8c9c9;
	padding: 0px;
	line-height: 18px;
	color: #555;
	font-weight: 600;
	background: -webkit-linear-gradient(to bottom, #f8f9f9 , #e5e8e8);
	background: -o-linear-gradient(to bottom, #f8f9f9 , #e5e8e8);
	background: -moz-linear-gradient(to bottom, #f8f9f9 , #e5e8e8);
	background: linear-gradient(to bottom, #f8f9f9 , #e5e8e8);
}
.add-famout-btn {
	float: right;
	width: 110px;
	height: 27px;
	line-height: 25px;
}
.table > thead > tr > th {
	vertical-align: middle;
	border-bottom: 2px solid #bdbdbd;
	background-color: #555;
	color: #ddd;
	font-size: 16px;
	background: -webkit-linear-gradient(to bottom, #3b4243 , #242828);
	background: -o-linear-gradient(to bottom, #3b4243 , #242828);
	background: -moz-linear-gradient(to bottom, #3b4243 , #242828);
	background: linear-gradient(to bottom, #3b4243 , #242828);
}
.ftalbe-res td {
	background-color: #fff;
	color: #666;
	font-size: 16px;
}
.ftalbe-res th, .ftalbe-res td {
	text-align: center;
	border-left: 1px solid #bdbdbd;
}
.ftalbe-res th:last-child, .ftalbe-res td:last-child {
	border-left: none;
}
.logout-btn {
	float: none;
	width: 75px;
	height: 75px;
	background-image: url(../images/logout-bg.png);
	padding: 25px 0px;
	margin: 0 auto;
	cursor: pointer;
}
.logout-btn a {
	text-decoration: none;
}
.logout-btn p {
	color: red;
	font-size: 12px;
	text-align: center;
}

.passport-p {
	margin: 25px 0px;
}
.btn-padd {
	height: 180px;
	background-image: url('../images/ppbtn-bg.png');
	background-repeat: no-repeat;
	background-position: center center;
	padding: 75px 0px;
	cursor: pointer;
	opacity: 1;
}
.btn-padd:hover {
	opacity: 0.85;
}
.btn-padd a {
	text-decoration: none;
}
.btn-padd > a {
	display: none;
}
.req-active {
	background-image: url("../images/ppbtn-active.png");
}
.req-active > a {
	display: block;
}
.req-active > p {
	display: none;
}
.btn-padd p {
	color: #333;
	font-size: 20px;
	text-align: center;
	padding: 0px;
	margin: 0px;
	font-weight: 600;
}
.passport-check {
	float: right;
	padding: 30px 0px 0px;
}
.passport-check a {
	color: red;
	font-size: 16px;
	font-weight: 600;
}
.ftalbe-res input[type="radio"] {
	float: right;
	width: auto;
	margin-top: 0px;
	height: 25px;
}
.ftalbe-res td label {
	float: right;
	margin-right: 5px;
	margin-bottom: 0px;
}
.add-ptout-btn {
	margin: 0 auto;
	text-shadow: 2px 2px 2px #fff;
}

/*-------------------------------------------------------------------------------------------*/
/*                                    6 -  Registration                                      */
/*-------------------------------------------------------------------------------------------*/

.register-page {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	background-color: #ebebeb;
	margin: 0px -30px;
}
.reg-cont {
	padding: 15px 45px;
}
.reg-cont h3 {
	font-size: 30px;
	color: #333;
	margin-bottom: 15px;
}
.reg-cont > h4 {
	font-size: 24px;
	color: #019241;
	margin-bottom: 15px;
}
.reg-cont > p {
	font-size: 16px;
	color: #333;
	margin-bottom: 15px;
}
.reg-header {
	background-color: #555;
	border-radius: 20px;
	overflow: hidden;
	margin-right: 0px;
}
.rheader-item {
	min-height: 65px;
	height: 70px;
	cursor: pointer;
	text-align: center;
	border-left: 1px solid #999;
}
.rheader-item h4 {
	color: #fff;
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 5px;
}
.rheader-item p {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
}
.rheader-item .eng-deth {
	font-size: 18px;
}
.rheader-item .eng-detp {
	font-size: 14px;
}
.reg-header .active {
	background-image: url('../images/reg-item-active.png');
	background-size: cover;
	border: 1px solid #bbb;
	position: relative;
}
.reg-header .lactive::after {
	content: '';
	display: block;
	position: absolute;
	top: calc(50% - 13px);
	width: 26px;
	height: 26px;
	left: -13px;
	background-image: url('../images/circle-divider.png');
	background-position: center;
}
.reg-header .active h4 {
	color: #555;
}
.reg-header .active p {
	color: #666;
}
.rtabs-cont {
	position: relative;
}
.reg-tab {
	position: inherit;
	width: 100%;
}
.reg-cont .panel {
	background-color: #ebebeb;
	border: none;
	box-shadow: none;
	margin-bottom: 0px;
}
.reg-cont fieldset {
	border: none;
	padding: 0px 15px;
}
.register-row {
	max-width: 600px;
}
.reg-lable {
	width: 100%;
	font-size: 15px;
	font-weight: 600;
	color: #333;
}
.reg-lable span {
	color: #009241;
	margin: 2px;
}
.ltr-input .reg-lable {
	direction: ltr;
	text-align: left;
	font-size: 13px;
}
.ltr-input {
	float: left;
}
.ltr-input .reg-fname {
	background-image: none;
}
.ltr-input .reg-field {
	text-align: left;
}
.reg-bborder {
	margin-top: 15px;
	border-bottom: 2px solid #ddd;
	padding-bottom: 5px;
}
.reg-field {
	height: 30px;
	background-color: #555555;
	color: #fff;
	border-radius: 5px;
	border: none;
}
.reg-fname {
	background-image: url('../images/User.png');
	background-repeat: no-repeat;
	background-position: 97% center;
	padding-right: 30px;
}
.reg-address {
	background-image: url('../images/Globe.png');
	background-repeat: no-repeat;
	background-position: 97% center;
	padding-right: 30px;
}
.pimg-file {
	font-size: 14px;
}
.pimg-file > label > i {
	color: red;
	font-size: 14px;
}
.reg-noborder input[type="radio"] {
	width: 15px;
	height: 15px;
	margin-right: 5px;
}
.reg-noborder label[for="gender"] {
	margin-left: 15px;
}
.next-reg-btn {
	height: 55px;
	background-image: url('../images/reg-bottom.png');
	background-repeat: no-repeat;
	background-position: bottom center;
}
.reg-bmesseage p {
	margin: 15px 10px;
	float: right;
	font-size: 16px;
	line-height: 25px;
	color: #fff;
}
.reg-bmesseage span {
	margin: 15px 0px;
	float: right;
	font-size: 18px;
	line-height: 25px;
	color: #009241;
}
.reg-nbtn {
	width: 138px;
	height: 25px;
	margin: 14px 30px 14px 0px;
	padding: 0px 7px;
}
.reg-nbtn span {
	width: 100%;
	margin: 0px;
	line-height: 25px;
}
.reg-nbtn i {
	margin: 0px;
	line-height: 25px;
}
.sel-icon {
	padding: 0px;
	margin: 0px;
	position: relative;
}
.sel-icon i {
	position: absolute;
	cursor: pointer;
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	left: 8px;
	top: 0px;
	line-height: 25px;
}
.reg-select {
	background-color: #555;
	color: #fff;
	height: 25px;
	border: none;
	line-height: 25px;
	padding: 0px 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
}
.uploadFile {
	border: none;
	background-color: transparent;
	height: 25px;
	line-height: 30px;
}
.fileUpload {
	position: relative;
	overflow: hidden;
	margin: 0px 5px;
	height: 25px;
	line-height: 23px;
	padding: 0px 10px;
}
.fileUpload input.upload {
	width: 90px;
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	font-size: 20px;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
}
.fileUpload > span {
	position: relative;
}
.fileUpload > span i {
	width: 14px;
	height: 14px;
	opacity: 0;
}
.fuploud {
	position: absolute;
	left: -20px;
	top: 0;
	width: 14px;
	height: 14px;
	background-image: url('../images/Browse.png');
	background-repeat: no-repeat;
	background-position: center center;
}
.chose-file p {
	margin-bottom: 0px;
}
.reg-finish {
	background-color: #e1e1e1;
	border-radius: 20px;
	border: 1px solid #aaa;
	text-align: center;
	padding: 0px 10px;
}
.reg-finish h4 {
	width: 100%;
	text-align: center;
	color: red;
	font-size: 26px;
	font-weight: 400;
}
.reg-finish p {
	text-align: center;
	font-size: 24px;
	font-weight: 600;
}
.reg_submitbtn {
	padding: 0px;
	border: none;
	background: transparent;
	margin: 0px;
}
.google_recapcha p {
	width: 100%;
	font-size: 15px;
	font-weight: 600;
	margin-top: 15px;
	padding: 0px 15px 0px 0px;
}
.google_recapcha .g-recaptcha {
	margin-right: 15px;
}
.logout_btn {
	border-radius: 20px;
	margin: 10px auto;
}
.logout-text {
	float: left;
	width: 150px;
	height: 25px;
	font-size: 17px;
	font-weight: 600;
	background-image: url('../images/logout.png');
	background-repeat: no-repeat;
	background-position: center center;
	color: #333;
	margin-top: 3px;
}
.logout-icon {
	float: right;
	margin-left: 10px;
	width: 30px;
	height: 30px;
	background-image: url('../images/logout-icon.png');
	background-repeat: no-repeat;
	background-position: center center;
}

/*-------------------------------------------------------------------------------------------*/
/*                                   7 -  Contact US                                         */
/*-------------------------------------------------------------------------------------------*/
.contactus-desc {
	background-color: #3c4344;
	padding-top: 10px;
	margin-right: -15px;
}
.contactus-desc p {
	font-size: 18px;
	color: #fff;
}
.contact-form {
	margin-top: 10px;
	border: 1px solid #ddd;
	padding-top: 30px;
	padding-bottom: 30px;
}
.cin-field {
	padding: 5px;
}
.contact-flbl {
	float: right;
	font-size: 16px;
	width: 120px;
	height: 25px;
}
.contact-flbl span {
	font-size: 16px;
	color: red;
}
.contact-field {
	width: calc(100% - 180px);
	height: 25px;
	background-color: #bab7b7;
	border-radius: 0px;
	color: #222;
	border: none;
	font-size: 15px;
}
.contact-tarea {
	width: calc(100% - 180px) !important;
	min-height: 140px;
	background-color: #bab7b7;
	border-radius: 0px;
	color: #222;
	border: none;
}
.textarea_counter {
	margin: 5px 0px;
	text-align: center;
	font-size: 16px;
}
.textarea_counter span {
	color: red;
}
.contact-chimg {
	float: right;
	width: 150px;
	height: 25px;
	background-color: #bab7b7;
	border-radius: 0px;
	color: #222;
	border: none;
	font-size: 15px;
}
.contact-leftp {
	padding-right: 30px;
	padding-left: 0px;
}
.contact-btn {
	float: left;
	margin-left: 60px;
	border: none;
	border-radius: 0px;
	color: #fff;
	height: 28px;
	padding: 0px 20px;
	font-size: 18px;
	line-height: 28px;
	background-color: #bab7b7;
}
.cotact-plist {
	padding: 5px 0px;
	border: 1px solid #ddd;
}
.cotact-litem {
	width: 100%;
	height: 25px;
	margin-bottom: 5px;
}
.cotact-litem p {
	float: right;
	font-size: 14px;
	line-height: 25px;
	margin-right: 5px;
	margin-bottom: 0px;
	font-weight: 600;
}

/*-------------------------------------------------------------------------------------------*/
/*                                   8 -  Ambassador                                         */
/*-------------------------------------------------------------------------------------------*/
.amnassor-cont {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	overflow: hidden;
	margin: 0px -30px;
}
.amnassor {
	padding: 10px 40px;
	background-color: #efefef;
}
.amnassor-img {
	padding-left: 0px;
	text-align: center;
}
.amnassor > h4 {
	width: 100%;
	height: auto;
	padding: 10px 15px;
	margin: 0px;
	color: #000;
	font-size: 25px;
	font-weight: 600;
	background-color: #bfc0c0;
}
.amnassor-text {
	font-size: 20px;
	padding-top: 10px;
	padding-right: 30px;
}
.amnassor-ftext {
	font-size: 20px;
}
.amnass-sign p {
	font-size: 20px;
	text-align: center;
	width: 100%;
}

/*-------------------------------------------------------------------------------------------*/
/*                                        9 -  Blogs                                         */
/*-------------------------------------------------------------------------------------------*/

.blogs-cont {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	overflow: hidden;
	margin: 0px -30px;
}
.blogs {
	padding: 30px 40px 10px;
	background-color: #efefef;
}
.blog-item {
	max-width: 660px;
	border-top: 1px dashed #999;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 10px;
}
.blog-item:first-child {
	border-top: none;
}
.blog-title {
	margin-bottom: 10px;
}
.blog-title a {
	font-size: 19px;
	color: #222;
	font-weight: 600;
}
.blog-body {
	width: 100%;
	float: right;
}
.blog-img {
	float: right;
	width: 170px;
	height: auto;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.75);
}
.blog-img img {
	float: right;
	width: 170px;
	height: auto;
	-webkit-box-shadow: inset 2px 2px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 2px 2px 5px 0px rgba(0,0,0,0.75);
	box-shadow: inset 2px 2px 5px 0px rgba(0,0,0,0.75);
	max-height: 100px;
}
.blog-desc {
	float: left;
	width: calc(100% - 170px);
	height: auto;
	padding: 0px 10px;
}
.blog-desc p {
	font-weight: 600;
	color: #777;
	font-size: 15px;
}
.blog-desc a {
	margin-right: 5px;
}
ul.emb-pagination {
	float: right;
	padding: 0px;
	list-style-type: none;
}
.pagination-cont {
	float: right;
	width: auto;
	text-align: center;
	margin: 15px calc(50% - 110px) 0px;
}
.pagination-cont span {
	float: right;
	margin: 0px 3px;
}
ul.emb-pagination li {
	float: right;
	margin: 0px 3px;
}
ul.emb-pagination li a {
	color: #333;
}

/*-------------------------------------------------------------------------------------------*/
/*                                      10 -  Single                                         */
/*-------------------------------------------------------------------------------------------*/

.single-cont {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	overflow: hidden;
	margin: 0px -30px;
}
.single {
	padding: 30px 40px 10px;
	background-color: #efefef;
}
.single h3 {
	font-size: 24px;
	color: #333;
	font-weight: 600;
	margin-top: 0px;
}
.single p {
	font-size: 20px;
	color: #666;
	font-weight: 600;
}
.single-slider {
	width: 100%;
	height: 400px;
	max-width: 790px;
	margin: 50px auto 0px;
}
.bxslider {
	display: block;
	direction: ltr !important;
	height: 100%;
}
.bx-viewport {
	direction: ltr !important;
}
.bx-wrapper {
	max-height: 330px;
	direction: ltr !important;
	border-radius: 3px;
	overflow: hidden;
	-webkit-box-shadow: 0px 15px 12px -12px black;
	-moz-box-shadow: 0px 15px 12px -12px black;
	box-shadow: 0px 15px 12px -12px black;
}
.bxslider li {
	list-style-type: none;
	direction: ltr !important;
}
.bxslider li img {
	width: calc(100% - 88px);
	height: auto;
	min-height: 220px;
	max-height: 370px;
	margin: 0px 44px;
}
#bx-pager {
	float: left;
	width: 100%;
	text-align: center;
}
.bx-pager-cont {
	width: auto;
	clear: both;
	max-width: 100%;
	height: auto;
	margin: 0px auto;
	display: inline-block;
}
.bx-pager-cont > a {
	position: relative;
	float: left;
	width: 46px;
	height: 46px;
	background-color: #d3d3d3;
	margin-right: 3px;
	margin-bottom: 10px;
	display: block;
	-webkit-box-shadow: 0 6px 6px -6px black;
	-moz-box-shadow: 0 6px 6px -6px black;
	box-shadow: 0 6px 6px -6px black;
}
.bx-pager-cont > a::before {
	content: '';
	position: absolute;
	width: 12px;
	height: 6px;
	background-image: url('../images/Shape-active.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	top: -6px;
	left: calc(50% - 6px);
	opacity: 0;
}
.bx-pager-cont > a:hover {
	-webkit-box-shadow: 0 8px 6px -4px black;
	-moz-box-shadow: 0 8px 6px -4px black;
	box-shadow: 0 8px 6px -4px black;
}
.bx-pager-cont > a.active {
	-webkit-box-shadow: 0 8px 6px -4px black;
	-moz-box-shadow: 0 8px 6px -4px black;
	box-shadow: 0 8px 6px -4px black;
}
.bx-pager-cont > a.active::before {
	opacity: 1;
}
.bx-pager-cont > a img {
	float: right;
	width: 40px;
	height: 40px;
	margin: 3px;
}
.bx-wrapper .bx-controls-direction a {
	width: 44px;
	height: 100%;
	top: 0px;
	z-index: 9999;
	margin-top: 0px;
}
.bx-wrapper .bx-controls-direction a.bx-next {
	background-image: url('../images/rarrow.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.bx-wrapper .bx-controls-direction a.bx-prev {
	background-image: url('../images/larrow.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.bx-pager-cont a {
	background-image: url('../images/Shape-bg.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.slider-item {
	position: relative;
}
.slider-item .slider-desc {
	position: absolute;
	width: calc(100% - 88px);
	height: 100px;
	padding: 10px;
	right: 44px;
	bottom: 0px;
	background-color: rgba(0, 0, 0, 0.7);
}
.sitem-title {
	float: right;
	width: 100%;
	height: 30px;
	overflow: hidden;
	text-align: right;
}
.sitem-title a {
	color: #fff;
	font-size: 18px;
	text-decoration: none;
}
.sitem-desc {
	float: right;
	width: 100%;
	height: auto;
	max-height: calc(100% - 30px);
	overflow: hidden;
	text-align: right;
}
.sitem-desc p {
	color: #aaa;
	font-size: 15px;
	line-height: 24px;
}
/*-------------------------------------------------------------------------------------------*/
/*                                      11 -  LOGIN                                          */
/*-------------------------------------------------------------------------------------------*/

.login-cont {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	overflow: hidden;
	margin: 0px -30px;
}
.login {
	padding: 30px 30px 20px;
	background-color: #fff;
}
.login > h3 {
	font-size: 22px;
	font-weight: 600;
	color: #000;
	margin-top: 0px;
}
.login > p {
	margin-top: 15px;
	font-size: 16px;
	font-weight: 600;
	color: #555;
	max-width: 360px;
}
.login > p a {
	margin-right: 5px;
}
.login-form {
	position: relative;
	width: 325px;
	height: 175px;
	border-radius: 10px;
	padding: 5px 30px 20px;
	background: -webkit-linear-gradient(to bottom, #c3c3c3 , #fff);
	background: -o-linear-gradient(to bottom, #c3c3c3 , #fff);
	background: -moz-linear-gradient(to bottom, #c3c3c3 , #fff);
	background: linear-gradient(to bottom, #c3c3c3 , #fff);
	-webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.1);
	margin-top: 30px;
}
.lfexit-btn, .fpexit-btn {
	position: absolute;
	top: 5px;
	right: 4px;
	color: #999;
	width: 27px;
	height: 25px;
	line-height: 22px;
	padding: 0px 10px;
	font-weight: 600;
	background-image: url('../images/exit-bg.png');
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}
.login-form > label {
	margin-right: 4px;
	margin-bottom: 0px;
	color: #555;
	font-size: 20px;
	font-weight: 600;
}
.login-input::-webkit-input-placeholder {
	color: #999;
}
.login-input::-moz-placeholder {
	color: #999;
}
.login-input:-ms-input-placeholder {
	color: #999;
}
.login-input:-moz-placeholder {
	color: #999;
}
.login-input {
	float: right;
	width: 100%;
	height: 30px;
	border: none;
	color: #666;
	border-radius: 3px;
	margin-bottom: 15px;
	padding-right: 10px;
	padding-left: 30px;
	overflow: hidden;
	background-image: url('../images/login-in-icon.png');
	background-repeat: no-repeat;
	background-position: 10px center;
	-webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.3);
}
.rmcont {
	float: left;
}
.login-supmit {
	float: right;
	width: 127px;
	height: 30px;
	font-weight: 600;
	color: #333;
	border-radius: 14px;
	padding: 4px 15px 4px 5px;
	background-color: #969696;
	background-image: url('../images/login-sbg.png');
	background-repeat: no-repeat;
	background-position: center center;
}
.login-supmit img {
	margin-right: 10px;
}

.frgtpass-supmit {
	float: right;
	width: 127px;
	height: 30px;
	font-weight: 600;
	color: #333;
	border-radius: 14px;
	padding: 4px 10px 4px 5px;
	background-color: #969696;
	background-image: url('../images/login-sbg.png');
	background-repeat: no-repeat;
	background-position: center center;
}
.frgtpass-supmit img {
	margin-right: 5px;
}

/*-------------------------------------------------------------------------------------------*/
/*                                    11 -  E-Services                                       */
/*-------------------------------------------------------------------------------------------*/

.eservice-cont {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	overflow: hidden;
	margin: 0px -30px;
}
.eservice {
	padding: 30px 40px 10px;
	background-color: #efefef;
}
.eservice h3 {
	font-size: 24px;
	color: #333;
	font-weight: 600;
	margin-top: 0px;
}
.eservice > p {
	font-size: 20px;
	color: #666;
	font-weight: 600;
	float: right;
}
.esrv-btn-r {
	background-color: #fb6e6e;
	color: #fff;
	height: 27px;
	line-height: 27px;
	font-size: 18px;
	padding: 0px 15px;
	letter-spacing: 0.5px;
	margin-right: 10px;
	border-radius: 8px;
	margin-bottom: 10px;
	webkit-box-shadow: inset 0px 1px 8px 0px rgba(0,0,0,0.53);
	-moz-box-shadow: inset 0px 1px 8px 0px rgba(0,0,0,0.53);
	box-shadow: inset 0px 1px 8px 0px rgba(0,0,0,0.53);
}
.esrv-btn-r:hover {
	background-color: #ff8080;
	color: #fff;
}
.esrv-btn-r:focus {
	background-color: #ff8080;
	color: #fff;
}
.eservice-row {
	padding: 0px 30px;
	float: right;
	width: 100%;
	margin: 0px;
}
.service-item {
	text-align: center;
}
.eservice_item {
	float: none;
	width: 210px;
	height: 122px;
	background-image: url('../images/e-services/1.png');
	background-repeat: no-repeat;
	background-position: center center;
	margin: 15px auto;
	border-radius: 18px;
	-webkit-box-shadow: 0px 7px 7px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 7px 7px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 7px 7px -5px rgba(0, 0, 0, 0.75);
	padding: 6px 16px 7px;
}
.service-item1 {
	background-color: #d4b076;
	position: relative;
}
.service-item1::before {
	content: '';
	position: absolute;
	width: 88px;
	height: 88px;
	background-image: url('../images/e-services/e-services-new.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	top: -8px;
	right: -9px;
	z-index: 99;
}
.es-item-cont {
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,1);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,1);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,1);
	background-color: rgba(51, 51, 51, 0.55);
	border-bottom-left-radius: 15px;
	border-top-right-radius: 15px;
	border-top-left-radius: 3px;
	border-bottom-right-radius: 3px;
	opacity: 0.9;
}
.service-item2 {
	background-color: #e6c07d;
}
.service-item3 {
	background-color: #efd0a7;
	position: relative;
}
.service-item3::before {
	content: '';
	position: absolute;
	width: 88px;
	height: 88px;
	background-image: url('../images/e-services/e-services-g.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	top: -8px;
	right: -9px;
	z-index: 99;
}
.service-item4 {
	background-color: #e1cea3;
}
.service-item5 {
	background-color: #c9a08f;
}
.service-item6 {
	background-color: #ccb489;
}
.service-item7 {
	background-color: #d17a3a;
}
.service-item8 {
	background-color: #b33c3e;
}
.service-item9 {
	background-color: #dd811e;
}
.eservice_item p.one-line {
	color: #E2E3E3;
	font-size: 22px;
	font-weight: 600;
	padding-top: 30px;
	line-height: 35px;
}
.esrv-btn {
	width: 105px;
	height: 31px;
	background-color: rgba(0,0,0,0.5);
	background-image: url('../images/e-services/btn.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 3px;
	border-radius: 15px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	color: #e1f3ff;
	font-size: 16px;
	font-weight: 600;
	text-shadow: 2px 2px 8px #0098fd;
}
.esrv-btn:hover {
	color: #95d8ff;
}
.esrv-btn:focus {
	outline: none !important;
	color: #95d8ff;
	background-color: rgba(0, 0, 0, 0.2);
	background-image: url('../images/e-services/btn.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
}
.eservice_item p.three-line {
	color: #E2E3E3;
	font-size: 17px;
	font-weight: 600;
	padding-top: 0px;
	margin-bottom: 0px;
	line-height: 17px;
	width: 100%;
	float: right;
	text-align: center;
}
.eservice_item p.three-line:first-child {
	font-size: 21px;
	margin-bottom: 5px;
	line-height: 20px;
	margin-top: 7px;
}
.eservice_item p.three-line input {
	float: right;
	margin-right: 20px;
}
.eservice_item p.three-line label {
	float: right;
	margin-right: 5px;
}
.eservice_item p.two-line {
	color: #E2E3E3;
	font-size: 22px;
	font-weight: 600;
	padding-top: 10px;
	margin-bottom: 0px;
	line-height: 30px;
}
.btn-espage-cont {
	width: auto;
	clear: both;
	max-width: 100%;
	height: auto;
	margin: 0px auto;
	display: inline-block;
}
.eserv-btn {
	border-radius: 20px;
	margin: 10px auto;
	height: 29px;
	padding: 2px 5px;
}
.eserv-btn-text {
	float: left;
	width: 106px;
	height: 18px;
	font-size: 13px;
	font-weight: 600;
	background-image: url('../images/e-services/lbtn.png');
	background-repeat: no-repeat;
	background-position: center center;
	color: #555;
	margin-top: 3px;
	text-shadow: none;
	line-height: 20px;
}
.eserv-btn-icon {
	float: right;
	margin-left: 7px;
	margin-right: 3px;
	width: 25px;
	height: 25px;
	background-image: url('../images/e-services/logout.png');
	background-repeat: no-repeat;
	background-position: center center;
}
.eserv-btn-icon.book-icon {
	background-image: url('../images/e-services/book.png');
	background-repeat: no-repeat;
	background-position: center center;
}
.eserv-btn-icon.key-icon {
	background-image: url('../images/e-services/key.png');
	background-repeat: no-repeat;
	background-position: center center;
}

/*-------------------------------------------------------------------------------------------*/
/*                                      13 -  Agencies                                       */
/*-------------------------------------------------------------------------------------------*/

.agencies-cont {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	overflow: hidden;
	margin: 0px -30px;
}
.agencies {
	padding: 30px 0px 10px;
	background-color: #efefef;
}
.agencies-dl {
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.15);
	margin: 0px;
	padding: 0px 40px
}
.agencie-list {
	border-bottom: 1px solid #d1d5d6;
	padding: 0px;
	margin-bottom: 10px;
}
.agencie-list h4 {
	font-size: 20px;
	color: #333;
	font-weight: 600;
	margin-top: 0px;
	padding: 0px 15px;
}
.agencie-list ol {
	padding-right: 20px;
}
.agencie-list ol li {
	font-size: 16px;
	font-weight: 600;
	color: #3c4344;
	letter-spacing: 0.5px;
}
.agencies-rbtn {
	padding: 0px 90px;
}
.agencie-btn {
	position: relative;
	width: 185px;
	height: 27px;
	background: -webkit-linear-gradient(to bottom, #bbb , #c1c1c1);
	background: -o-linear-gradient(to bottom, #bbb , #c1c1c1);
	background: -moz-linear-gradient(to bottom, #bbb , #c1c1c1);
	background: linear-gradient(to bottom, #bbb , #c1c1c1);
	margin: 20px auto;
	border-radius: 10px;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.35);
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.35);
	padding: 4px;
	color: #333;
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
}
.agencie-btn::before {
	content: '';
	position: absolute;
	width: 18px;
	height: 21px;
	left: 10px;
	top: 3px;
	background-image: url('../images/bottom-arrow.png');
	background-repeat: no-repeat;
	background-position: center center;
}
.agencie-lbtn::before {
	content: '';
	position: absolute;
	width: 0px;
	height: 0px;
	left: 0px;
	top: 0px;
	background-image: none;
}
.agencie-ptout-btn {
	width: 80px;
	height: 30px;
	line-height: 30px;
	font-size: 17px;
	-webkit-box-shadow: 0px 5px 3px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 5px 3px 0px rgba(0,0,0,0.35);
	box-shadow: 0px 5px 3px 0px rgba(0,0,0,0.35);
	background: -webkit-linear-gradient(to bottom, #dddede , #dddede);
	background: -o-linear-gradient(to bottom, #dddede , #dddede);
	background: -moz-linear-gradient(to bottom, #dddede , #dddede);
	background: linear-gradient(to bottom, #dddede , #dddede);
	border: none;
	border-radius: 10px;
}
.addc-btn {
	width: calc(100% - 30px);
	float: right;
	padding-right: 25px;
	font-size: 16px;
	font-weight: 600;
}

/*-------------------------------------------------------------------------------------------*/
/*                                    7 -  Profile                                           */
/*-------------------------------------------------------------------------------------------*/
.pof-btns {
	text-align: left;
	padding-left: 40px;
}
.prf-btn {
	height: 30px;
	margin: 11px 30px 10px 0px;
}
.prf-btn span {
	font-size: 19px;
	font-weight: 600;
	line-height: 30px;
	color: #444;
}

/*-------------------------------------------------------------------------------------------*/
/*                                       15 -  FOOTER                                        */
/*-------------------------------------------------------------------------------------------*/
.space {
	height: 500px;
}
.footer-cont {
	margin-top: 10px;
	padding: 0px;
}
.footer {
	background-color: #fff;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	min-height: 120px;
}
.footer .row {
	margin: 0px -15px;
}
.radius-style {
	height: 45px;
	background-color: #fff;
	margin: 0px;
	border-bottom-left-radius: 100%;
	border-bottom-right-radius: 100%;
}
.mail-form {
	margin-top: 12px;
	border-left: 1px solid #ddd;
}
.mail-form h4 {
	color: #999;
	font-size: 18px;
}
.footer-search {
	position: relative;
}
.footer-search input[type="text"] {
	width: 180px;
	line-height: normal;
	text-align: right;
	height: 20px;
	font-size: 12px;
	color: #000 !important;
	border: none;
	background-color: #e9e9e9;
	padding: 0px 10px;
}
.footer-search .search-btn {
	background: #a8a8a8;
	border: 0 none;
	border-radius: 3px;
	font-size: 100%;
	margin: 0;
	outline: none;
	padding: 0;
	width: auto;
	padding: 0px 15px;
	height: 20px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	cursor: pointer;
	position: absolute;
	right: 180px;
	top: 0px;
}
.footer-search .search-btn:hover {
	background: #999;
}
.footer-search i {
	position: absolute;
	right: 160px;
	top: 4px;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	background-color: #ddd;
	padding: 0px 1px;
}
.mail-form p {
	color: #666;
	font-size: 14px;
	letter-spacing: 0.2px;
	margin-top: 10px;
	max-width: 80%;
}
.flagcounter {
	border-left: 1px solid #ddd;
	margin-top: 15px;
	min-height: 120px;
	padding-right: 75px;
}
.links-cont {
	margin-top: 15px;
}
.links-cont .links-title {
	width: 100%;
	background-color: #d7d9d9;
	height: 25px;
	padding: 0px 10px;
}
.links-cont .links-title h5 {
	float: right;
	width: 50%;
	text-align: center;
	line-height: 25px;
	margin: 0px;
	font-size: 18px;
	font-weight: 400;
	color: #888;
}
.links-list {
	float: right;
	width: 50%;
}
.links-list div {
	text-align: center;
	width: 100%;
	height: 25px;
}
.links-list div:first-child {
	margin-top: 8px;
}
.links-list div a {
	text-decoration: none;
	color: #333;
	font-size: 16px;
	line-height: 25px;
	font-weight: 600;
}
.links-list div a:hover {
	color: #FFA500;
}

.copyright {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 35px;
	text-shadow: 2px 2px #001122;
}
.copyright p {
	margin-bottom: 5px;
	color: #ddd;
	font-size: 11px;
}
.copyright a {
	margin: 0px 6px;
	color: #ddd;
	font-size: 11px;
}
.copyright span {
	color: #ddd;
}

/*-------------------------------------------------------------------------------------------*/
/*                                   xIII -  Services                                         */
/*-------------------------------------------------------------------------------------------*/

.circle-button {
	height: 181px;
	width: 181px;
	border-radius: 181px;
	border: 1px solid #000;
	background-image: url("/assets/front/images/ppbtn-bg.png");
}

.circle-button:hover {
	height: 181px;
	width: 181px;
	border-radius: 181px;
	border: 1px solid #000;
	background-image: url("/assets/front/images/ppbtn-active.png");
}

.circle-button p {
	color: #333;
	font-size: 20px;
	text-align: center;
	padding: 0px;
	margin: 0px;
	font-weight: 600;
}

/*-------------------------------------------------------------------------------------------*/
/*                                   xx -  Responsive                                         */
/*-------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 769px) and (max-width: 992px) {
	.arabic-title {
		float: right;
		width: 40%;
		padding: 0px;
		padding-right: 100px;
		margin-top: 17px;
	}
	.logo-cont {
		float: right;
		width: 20%;
		padding: 0px;
	}
	.english-title {
		float: right;
		width: 40%;
		padding: 0px;
		margin-top: 20px;
	}
}
@media only screen and (max-width: 992px) {
	.header-logos {
		min-height: 125px;
	}
	.amnassor-text, .amnassor-ftext {
		text-align: center;
	}
	.arabic-title h1, .arabic-title h2 {
		font-size: 23px;
	}
	.header-logos h1 {
		font-size: 19px;
	}
	.main-menu-cont .navbar-right {
		padding: 0px 10px;
	}
	.main-menu .navbar-nav > li > a {
		padding: 0px 15px;
	}
	.main-menu .navbar-nav > li:nth-child(5) {
		margin-right: 0px;
	}
	.sel-rtbns {
		border-right: none;
	}
	.flagcounter {
		margin: 50px calc(50% - 137px) 0px;
		border-left: none;
	}
	.mail-form {
		margin: 0px calc(50% - 137px);
		border-left: none;
	}
	.reg-bborder {
		margin-top: 0px;
		border-bottom: none;
	}
	.reg-bborder .col-md-6 {
		padding-top: 10px;
		padding-bottom: 5px;
		border-bottom: 2px solid #DDD;
	}
	.social-media {
		position: inherit;
		margin: 20px calc(50% - 97px) 0px;
		width: 195px;
		height: 35px;
		left: auto;
		top: auto;
	}
	.login {
		text-align: center;
	}
	.login > p {
		margin: 15px auto 0px;
	}
	.login-form {
		margin: 30px auto 0px;
	}
}
@media only screen and (max-width: 768px) {
	.header-menu {
		margin: 0px -15px;
	}
	.main-menu .navbar-nav > li > .dropdown-menu li {
		text-align: center;
	}
	.search-lang {
		display: none;
	}
	.header-logos {
		min-height: 175px;
	}
	.arabic-title {
		padding: 0px;
		width: 100%;
		margin-top: 180px;
	}
	.english-title {
		padding: 0px;
		width: 100%;
		text-align: center;
		margin: 20px 0px;
	}
	.align-right {
		text-align: center !important;
	}
	.logo-img {
		top: -230px;
		left: calc(50% - 47px);
	}
	.main-menu-cont .container-fluid > .navbar-header {
		padding: 0px 20px;
		background-color: #3c4344;
	}
	.main-menu .navbar-nav > li > a {
		text-align: center;
	}
	.data-left {
		margin-top: 10px;
		padding-top: 20px;
		border-right: none;
		border-top: 1px solid #ddd;
	}
	.data-left:first-child {
		border-top: none;
		margin-top: 0px;
		padding-top: 0px;
	}
	.rheader-item {
		border-left: none;
		border-bottom: 1px solid #999;
	}
	.reg-header .lactive::after {
		top: calc(100% - 13px);
		left: calc(50% - 13px);
	}
	.next-reg-btn {
		height: auto;
		background-size: cover;
	}
	.ltr-input {
		width: 100%;
	}
	.reg-header {
		margin-right: 0px;
		width: 100%;
	}
	.reg-cont {
		padding: 15px;
	}
	.logout-btn {
		float: right;
		margin: 0px calc(50% - 37.5px);
	}
	.passport-check {
		width: 100%;
		text-align: center;
		margin-bottom: 15px;
		padding: 0px;
	}
	.fmem-cont h3 {
		text-align: center;
	}
	.fmem-cont {
		padding: 15px 20px;
	}
	.row-cont-table, .agencies-rbtn {
		padding: 0px;
	}

}
@media only screen and (max-width: 480px) {
	.contact-leftp {
		padding-right: 0px;
	}
	.cin-field {
		padding: 10px;
	}
	.contact-flbl, .contact-field, .contact-tarea {
		width: 100% !important;
	}
	.blogs {
		padding: 30px 20px;
	}
	.blog-img {
		margin: 0px calc(50% - 85px) 15px;
	}
	.blog-desc {
		width: 100%;
		text-align: center;
	}
	.login-form {
		width: 100%;
	}
	.single {
		padding: 30px 15px 10px;
	}
	.slider-item .slider-desc {
		background-color: rgba(0, 0, 0, 0.5);
	}
	.sitem-desc p {
		color: #ddd;
	}
	.eservice-row {
		float: none;
		padding: 0px;
	}
	.service-item {
		float: right;
	}
	.btn-padd {
		margin-top: 25px;
	}
	.btn-espage-cont {
		padding: 15px;
	}
	.eparts-cont {
		padding: 10px;
	}
}

