
html, body {
	direction:rtl;
	font-family: "Noto Naskh Arabic", serif;
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;
	background: #FFf;
	font-weight: 300;
	font-size: 16px;
	color: #000000;
}
body a {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Noto Naskh Arabic", serif;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 20px;
	color: #000;
}
h2 {
	margin: 20px 0;
}

p {
	margin: 0;
	color: #000;
	text-align: justify;
	line-height: 200%;
}
ul {
	margin: 0;
	padding: 0;
}
.navbar-default {
	padding: 30px 0 15px 0;
	
}
.navbar-default .navbar-brand {
	color: #000;
	font-size: 34px;
	font-weight: 700;
	letter-spacing: -1px;
	padding-top: 0;
}
.navbar-default .navbar-brand .fa {
	color: #6e971c;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
	color: #000;
	background-color: transparent;
}
.navbar-default .navbar-nav {
}
.navbar-default .navbar-nav > li {
	padding: 0 5px;
}
.navbar-default .navbar-nav > li > a {
	text-decoration: none;
	font-size: 16px;
	margin: 0 5px;
	color: #000;
	font-weight: 500;
	padding: 7px 14px;
	border-radius: 4px;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > .active > a:hover {
	color: #eee;
	border-bottom: 1px solid #822a2a;
	background-color: #6e971c;
}
.navbar-default .navbar-nav > .active > a {
	border-bottom: 1px solid #bbb;
	background-color: #dee7cd;
	color: #000;
}
.dropdown-menu > li > a {
    display: block;
    padding: 12px 20px;
    clear: both;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.42857143;
    color: #000;
    white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus
{
   background-color: #6e971c;
   color: #fff;
   padding-left: 25px;
}


.centered {
	text-align: center;
}


#section_header {
	text-align: center;
	background-color: #f6f6f6;
	padding: 10px 0;
	margin-bottom: 10px;
	margin-top: 10px;
}
#section_header h2 span {
	border-bottom: 2px solid #5c5c5c;
}
#section_header h2 {
	color: #5c5c5c;
	text-shadow: 1px 1px #5c5c5c;
}

#section_header h3 {
	color: #5c5c5c;
	margin-bottom: 5px;
}



#welcome p {
	color: #000;
	margin-bottom: 20px;
}

#welcome .myimage {
	padding: 10px;
	margin: 0 auto;
}

#welcome .btn {
	font-size: 13px;
	margin-top: 8px;
	padding: 8px 16px;
	background-color: #fff;
	color: #000;
	border: 1px solid #ccc;
}
#welcome .btn:hover, #welcome .btn:focus {
	background-color: #6e971c;
	outline: 0px;
	color: #fff;
	border: 1px solid #6e971c;		
}
#services {
	padding: 5px 0 20px 0;
}
#services img {
	padding: 10px 0 20px 0;
	margin: 0 auto;
}
#services p {
	line-height: 26px;
	padding: 10px;
}
#services .service {
	padding: 10px;
}

#services .service .btn{
	background: #6e971c;
	border-color:#6e971c;
	font-size: 22px;
	width: 200px;
}

#services .service .price {
	font-size: 30px;
	margin: 20px;
	
}	


#services .service span{
	color: red;
}

#services h3 {
	color: #5c5c5c;
	margin-bottom: 5px;
}

#main-services {
	padding: 20px 0;
}
#main-services .fa {
	color: #6e971c;
	margin-top: 20px;
}
#main-services h3 {
	padding: 20px 0 10px 0;
}
#main-services .btn {
	font-size: 13px;
	margin-top: 30px;
	padding: 8px 16px;
	background-color: #fff;
	color: #555;
	border: 1px solid #ccc;
	margin-bottom: 20px;
}
#main-services .btn:hover, #main-services .btn:focus {
	background-color: #6e971c;
	outline: 0px;
	color: #fff;
	border: 1px solid #6e971c;		
}
#clients {
	padding: 30px 0;
}
#clients .img-responsive {
	margin: 0 auto;
}
#clients p {
	margin-bottom: 20px;
}
#clients img {
	opacity: 0.4;
}
#clients img:hover {
	opacity: 1;
}
#about_section_1 {
	padding-top: 30px;
}
#about_section_1 img {
	padding-top: 10px;
	transform: scaleX(-1);
}
#about_section_1 p {
	line-height: 26px;
	margin-bottom: 30px;
}
#about_section_2 {
	padding: 30px 0 20px 0;
}
#about_section_2 .fa {
	color: #6e971c;
	padding: 0 0 5px 5px;
}
#about_section_2 p {
	line-height: 26px;
	margin-bottom: 30px;
}
#footerwrap {
	background:#f6f6f6;
	padding: 40px 0 30px 0;
	 
	border-top: 1px solid #e6e6e6;
}
#footerwrap span.copyright {
	color: #888;
	font-size: 16px;
}
#footerwrap span.copyright a {
	color: #888;
	border-bottom: 1px dotted;
}
#footerwrap span.copyright a:hover {
	color: #dc4a49;
	text-decoration: none;
}


#footerwrap .three-columns
{
    overflow: hidden;
}

#footerwrap .three-columns li
{
    width:33.333%;
    float:right;
    padding:8px 0;
    padding-right: 30px;
    font-size: 14px; 
}

#footerwrap .three-columns li a:hover
{
    color:#6e971c;
    text-decoration: none;
}


#footerwrap .img-thumbnail
{
    background: rgba(0,0,0,0.3);
    border: 1px solid #444;
    margin-bottom: 5px;
}

#footerwrap .copyright
{
    background: #111;
    color: #AAA;
    padding: 15px 0;
    margin-top: 40px;
    font-size: 16px;
}

#footerwrap .copyright span
{
    color:#aaa;
}

#footerwrap .social-list2
{
    overflow: hidden;
    margin: 10px 0 10px;
    padding-left: 70px;
}

#footerwrap .social-list2 li
{
    font-size: 12px;
    margin-right: 50px;
    padding-bottom: 10px;
    alignment-adjust: 
    opacity: 0.7;
    filter:alpha(opacity=70);
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    transition:all 0.5s ease-in-out;

}

#footerwrap .social-list2 li:hover
{
    opacity: 1;

}

#footerwrap .support li
{
    font-family: myFirstFont;
    direction: ltr;
    font-size: 25px;
    color: #000;
}

#footerwrap .support li span
{
    font-family: myFirstFont;
    direction: ltr;
    font-size: 18px;
    color: #666;
}

#footerwrap a {color: #000;}
#footerwrap a:hover {color: #6e971c;}


#footerwrap .new5 
{
    font-size: 14px;
}

#footerwrap .new5 li
{
    padding-top: 16px;
    padding-left: 25px;
    font-size: 14px;
    float: right;
}

#footerwrap .new5 li a:hover
{
    color:#fff;
    text-decoration: none;
}

#footerwrap .payment
{
  padding-top: 20px;
  padding-right: 50px;
}


#footerwrap .payment li
{
    color: #666;
    float: right;
    margin-left: 10px;
    margin-right: 10px;
    opacity: 1;
    filter:alpha(opacity=70);
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    transition:all 0.5s ease-in-out;
}

#footerwrap .payment li:hover
{
    opacity: 0.6;

}

 /*End Ultimate Footer Section*/






ul.social-buttons {
	margin: 0;
}
ul.social-buttons li a {
	font-size: 24px;
	outline: 0;
	color: #888;
}
ul.social-buttons li a:hover, ul.social-buttons li a:focus, ul.social-buttons li a:active {
	color: #6e971c;
}

@media (min-width: 320px) {
	.navbar-default .navbar-brand {
		font-size: 18px;
	}
}


@media (min-width: 768px) {
	.container {
		width: 100%
	}
	
}
@media (min-width: 992px) {
	.container {
		width: 100%
	}
	.navbar-default .navbar-brand {
		font-size: 34px;
}
}
@media (min-width: 1200px) {
	.container {
		width: 100%
	}
	.navbar-default .navbar-brand {
		font-size: 34px;
}

}


.slider {
	position: relative;
}
.slider .btn {
	font-size: 14px;
	margin: 50px 0;
	padding: 10px 20px;
	background-color: #6e971c;
	color: #fff;
	border: 0;
	text-transform: uppercase;
}
.slider .btn:hover, .slider .btn:focus {
	background-color: #6e971c;
	outline: 0px;
}
.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
}
.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	right: 0;
	top: 0;
}
.rslides li:first-child {
	position: relative;
	display: block;
	float: right;
}
.rslides img {
	display: block;
	height: auto;
	float: right;
	width: 100%;
	border: 0;
}
.caption {
	width: 60%;
	position: absolute;
	top: 35%;
	right: 20%;
	text-align: center;
}
.caption h1 {
	color: #444;
	font-size: 46px;
	font-weight: 500;
	letter-spacing: -1px;
}
.caption h1 span {
	color: #6e971c;
}
.caption p {
	color: #444;
	line-height: 1.5em;
	font-size: 1.3em;
	text-align: center;
	margin-top: 20px;
}
.callbacks_tabs a:after {
	content: "\f111";
	font-size: 0;
	font-family: FontAwesome;
	visibility: visible;
	display: block;
	height: 12px;
	width: 12px;
	display: inline-block;
	border: 2px solid #747474;
}
.callbacks_here a:after {
	border: 2px solid #FFF;
}
.callbacks_tabs a {
	visibility: hidden;
}
.callbacks_tabs li {
	display: inline-block;
}
ul.callbacks_tabs.callbacks1_tabs {
	position: absolute;
	bottom: 14px;
	z-index: 999;
	left: 13px;
	display: none;
}
.callbacks_nav {
	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	top: 50%;
	right: 0;
	opacity: 0.5;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 48px;
	width: 34px;
	background: transparent url("../images/arrows.png") no-repeat;
	margin-top: -45px;
	transform: scaleX(-1);
}
.callbacks_nav.next {
	right: auto;
	background-position: -34px 0;
	left: 0;
}
 /*-- responsive-mediaquries --*/
@media (max-width:1024px) {
 .caption {
 width: 63%;
 top: 25%;
 right: 19%;
}
}

@media (max-width:768px) {
.caption {
	width: 70%;
	top: 10%;
	right: 13%;
}
.caption h3 {
	font-size: 1.5em;
}
.callbacks_nav {
	top: 55%;
}
}

@media (max-width:640px) {
.caption {
	width: 70%;
	top: 5%;
	right: 13%;
}
.caption h3 {
	font-size: 1.5em;
}
.callbacks_tabs a:after {
	height: 10px;
	width: 10px;
}
}

@media (max-width:480px) {
.caption {
	width: 70%;
	top: 5%;
	right: 13%;
}
.callbacks_nav {
	top: 60%;
}
.caption p {
	height: 25px;
	overflow: hidden;
	margin: 0.5em 0;
}
.caption h3 {
	font-size: 1.4em;
}
.callbacks_tabs a:after {
	height: 4px;
	width: 4px;
}
ul.callbacks_tabs.callbacks1_tabs {
	bottom: 10px;
	right: 4px;
}
}

@media (max-width:320px) {
.caption {
	width: 70%;
	top: 5%;
	right: 13%;
}
.callbacks_nav {
	top: 63%;
}
.caption p {
	height: 25px;
	overflow: hidden;
	margin: 0.2em 0;
}
.caption h3 {
	font-size: 1em;
}
.callbacks_tabs a:after {
	height: 4px;
	width: 4px;
}
ul.callbacks_tabs.callbacks1_tabs {
	bottom: 10px;
	right: 4px;
}
}
.contact {
	padding: 30px 0;
}
.contact .fa {
	color: #6e971c;
}
.contact p {
	padding: 15px 0;
}
.contact p span {
	color: #999;
	margin-left: 5px;
	float: right;
}
.contact .btn {
	font-size: 14px;
	margin: 30px 0;
	padding: 10px 20px;
	background-color: #6e971c;
	color: #fff;
	border: 0;
	text-transform: uppercase;
}
.contact .btn:hover, .contact .btn:focus {
	background-color: #6e971c;
	outline: 0px;
}
.form_details input[type="text"], .form_details textarea {
	padding: 10px;
	width: 65%;
	font-size: 1em;
	margin: 10px 0px;
	border: 1px solid #ccc;
	color: #8A8888;
	background: none;
	-webkit-appearance: none;
	float: right;
	outline: none;
	font-weight: 500;
}
.form_details textarea:hover {
	border: 1px solid #777;
}
.form_details input[type="text"]:hover {
	border: 1px solid #777;
}
.form_details textarea {
	height: 200px;
	resize: none;
	width: 90%;
}
.form_details input[type="submit"] {
	margin-top: 1em;
	color: #fff;
	font-size: 1.3em;
	padding: 0.7em 1em;
	-webkit-appearance: none;
	text-transform: uppercase;
	display: inline-block;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	font-weight: 600;
	border: none;
	text-transform: uppercase;
	outline: none;
	cursor: pointer;
	background: #9B80CD;
}
.form_details input[type="submit"]:hover {
	text-decoration: none;
	color: #fff;
	background: #614084;
}
address {
	margin-top: 1em;
}
}

@media (max-width:1366px) {
.caption p {
	overflow: hidden;
	height: 35px;
}
}

@media (max-width:1024px) {
.logo img {
	background-size: 100%;
	width: 70%;
}
}

@media (max-width: 768px) {
.caption {
	width: 56%;
	top: 37%;
	right: 22%;
}
.caption h1 {
	font-size: 36px;
	letter-spacing: -1px;	
}
.form_details input[type="text"], .form_details textarea {
	padding: 10px;
	width: 90%;
}
.form_details textarea {
	height: 150px;
}
.form_details input[type="submit"] {
	font-size: 0.8em;
	margin-bottom: 1em;
}
address {
	margin-top: 0.5em;
}
}

@media (max-width: 640px) {
.caption p {
	height: 22px;
	font-size: 0.8em;
}
.callbacks_nav {
	top: 60%;
}
.callbacks_nav {
	right: -3px;
	height: 44px;
	width: 29px;
	background: transparent url("../images/arrows.png") no-repeat -4px -68px;
	background-size: 301%;
}
.callbacks_nav.next {
	right: auto;
	background-position: -27px -69px;
	left: 0;
}
}

@media (max-width: 480px) {
.caption h1 {
	font-size: 2em;
}

.callbacks_nav {
	top: 70%;
}
.callbacks_nav {
	right: 0px;
	height: 31px;
	width: 20px;
	background: transparent url("../images/arrows.png") no-repeat -7px -69px;
	background-size: 408%;
}
.callbacks_nav.next {
	background-position: -31px -70px;
}
.caption p {
	margin: 0;
}
.form_details input[type="text"], .form_details textarea {
	padding: 8px;
	font-size: 0.8em;
}
.form_details textarea {
	height: 100px;
}
}

@media (max-width: 320px) {
.logo img {
	width: 58%;
}
.caption h1 {
	font-size: 26px;
	letter-spacing: 1px;
}
.callbacks_nav {
	height: 27px;
	width: 17px;
	background: transparent url("../images/arrows.png") no-repeat -5px -48px;
	background-size: 357%;
	margin: 0;
	top: 39%;
}
.callbacks_nav.next {
	background-position: -20px -47px;
}
}





/* Start Section Price Table Egypt */

.price_tableeg
{
    background:#e6f1f1;
    padding-top: 40px;
    padding-bottom: 40px;
    
}

.price_tableeg h1
{
    margin-bottom:20px;
    direction: ltr;
}



.price_tableeg .price_box
{
    background: #FFF;
    padding: 20px;
    border:1px solid #DDD;
    border-radius: 10px;
    margin-bottom: 15px;
    box-shadow: 5px 5px 25px #888888;
    
    
}

.price_tableeg .price_box h2
{
    font-size: 40px;
    font-weight: bold;
    color:#fff;
    margin: auto;
    background: #6e971c;
    border:2px solid #FFF;
    text-align: center;
    border:1px solid #DDD;
    border-radius: 10px;
    width:65%;
	padding: 20px 0;
   
}
.price_tableeg .price_box h2 span
{
    color:#fff;
    font-size: 14px;
}

.price_tableeg .price_box span
{
    color:#000;
    font-size: 27px;
    font-weight: bold;
}


.price_tableeg .price_box li
{
    line-height: 250%;
    font-size: 16px;
}

.price_tableeg .price_box a
{
    margin-bottom: 8px;
}


.price_tableeg .price_box h3
{
    font-size: 26px;
    color: #6e971c;
}

.price_tableeg .price_box .btn-primary
{
    background-color:#6e971c;
    border-color:#6e971c;
    font-size:18px;
    width:40%;
}

.price_tableeg .price_box p
{
    font-size: 20px;
    text-align: center;
}

/* END Section Price Table Egypt */



/* Start Section Payment Methods */

.payment-methods
{
    background:#ffffff;
    padding-top: 40px;
    padding-bottom: 40px;
    
}

.payment-methods h1
{
    margin-bottom:20px;
    direction: ltr;
}



.payment-methods .price_box
{
    background: #FFF;
    padding: 20px;
    border:1px solid #DDD;
    border-radius: 10px;
    margin-bottom: 15px;
    box-shadow: 5px 5px 25px #888888;
    
    
}

.payment-methods .price_box h2
{
    font-size: 40px;
    font-weight: bold;
    color:#fff;
    margin: auto;
    background: #555;
    border:2px solid #FFF;
    text-align: center;
    border:1px solid #DDD;
    border-radius: 10px;
    width:80%;
   
}
.payment-methods .price_box h2 span
{
    color:#fff;
    font-size: 14px;
}

.payment-methods .price_box span
{
    color:red;
    font-size: 14px;
}


.payment-methods .price_box li
{
    line-height: 250%;
    font-size: 16px;
}

.payment-methods .price_box a
{
    margin-bottom: 8px;
}


.payment-methods .price_box h3
{
    font-size: 26px;
    color: #6e971c;
}

.payment-methods .price_box .btn-primary
{
    background-color:#6e971c;
    border-color:#6e971c;
    font-size:18px;
    width:40%;
}

.payment-methods .price_box p
{
    font-size: 16px;
    text-align: center;
}

.payment-methods img
{
    border-radius: 10px;
    border: 1px solid #ddd;
    padding: 2px;
    margin: 0 auto;
}

.payment-methods .myimg {
    float: right;
    margin: 0 0 5px 5px;
}

.payment-methods .price_box .myline {
  line-height: 32px;
  text-align: right;
  
}

hr { 
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 1px;
} 



/* END Section Payment Methods */




/* Start Section Price Table */

.price_table
{
    background:#d8d8d8;
    padding-top: 40px;
    padding-bottom: 40px;
    
}

.price_table h1
{
    margin-bottom:20px;
    direction: ltr;
}

.price_table .price_box
{
    background: #FFF;
    padding: 40px;
    border:1px solid #DDD;
    border-radius: 10px;
    margin-bottom: 15px;
    height: 450px;
    
}

.price_table .price_box h3
{
    margin:5px 0px 15px;
}

.price_table .price_box span
{
    color:red;
    font-size: 14px;
}


.price_table .price_box li
{
    line-height: 250%;
    font-size: 16px;
}

.price_table .price_box a
{
    margin-bottom: 8px;
}


.price_table .price_box h3
{
    font-size: 26px;
    color: #6e971c;
}

.price_table .price_box .btn-primary
{
    background-color:#6e971c;
    border-color:#6e971c;
    font-size:18px;
    width:240px;
}

.price_table .price_box p
{
    font-size: 22px;
}

/* END Section Price Table */


/* Strat Section Welcome */
.welcome {
	text-align: center;
	background-color: #fff;
	padding: 10px 0;
	margin-bottom: 30px;
	margin-top: 20px;
}
.welcome h2 span {
	border-bottom: 2px solid #5c5c5c;
}
.welcome h2 {
	color: #5c5c5c;
	text-shadow: 1px 1px #5c5c5c;
	padding-bottom: 40px;
}
.welcome img
{
   border-radius: 2px; 
    
}
/* END Section Welcome */


/* Strat Section Welcome */
.welcome5 {
	text-align: center;
	background-color: #fff;
	padding: 10px 0;
	margin-top: 20px;
	}
.welcome5 h2 span {
	border-bottom: 2px solid #5c5c5c;
}
.welcome5 h2 {
	color: #5c5c5c;
	text-shadow: 1px 1px #5c5c5c;
	padding-bottom: 10px;
}
.welcome5 img
{
   border-radius: 20px; 
    
}
/* END Section Welcome */


/*Start responsive-video*/
.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

/*END responsive-video*/


/* Start Section our_services */

.our_services
{
    background: url('../images/services.jpg') no-repeat center center fixed;
    width: 100%;
    min-height: 600px;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;

}


.our_services .cover
{
    background-color: rgba(246,246,246,0.8);
    color:#fff;
    min-height: 600px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.our_services .title
{
   background-color: #f6f6f6;
   padding: 15px;
}

.our_services h3
{
    color:#6e971c;
    font-size: 26px;
}

.our_services p
{
    font-size: 18px;
}

/* End Section our_services */




/* Start Contact us*/

.Contct_us
{
    background: url('../images/contact_us.jpg') no-repeat center center fixed;
    width: 100%;
    min-height: 600px;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;

}


.Contct_us .cover
{
    background-color: rgba(246,246,246,0.9);
    color:#fff;
    min-height: 900px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.Contct_us .title
{
   background-color: #f6f6f6;
   padding: 15px;
}

.Contct_us h3
{
    color:#6e971c;
    font-size: 26px;
}

.Contct_us p
{
    font-size: 18px;
}

/* End Contact us*/


/*Start responsive-video*/
.video-container2 {
	position:relative;
	padding-bottom:20.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container2 iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:90%;
	height:100%;
}

/*END responsive-video*/


/* Start about_ue */

.about_ue
{
    background: url('../images/about.jpg') no-repeat center center fixed;
    width: 100%;
    min-height: 400px;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;

}


.about_ue .cover
{
    background-color: rgba(246,246,246,0.7);
    color:#fff;
    min-height: 400px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.about_ue .title
{
   background-color: #f6f6f6;
   padding: 15px;
}

.about_ue h3
{
    color:#6e971c;
    font-size: 26px;
}

.about_ue p
{
    font-size: 18px;
}

.about_ue a
{
    color:#9f2022;
    text-decoration: none;
    
}
/* End about_ue */


/*Start prices_coverage*/

.prices_coverage
{
    background-color:#fff;
    width: 100%;
    min-height: 400px;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;

}

.prices_coverage .cover
{
    background-color: #fff;
    color:#333;
    min-height: 400px;
    padding-top: 0px;
    padding-bottom: 20px;
}

.prices_coverage .title
{
   background-color: #fff;
   padding: 0px;
}

.prices_coverage h3
{
    color:#6e971c;
    font-size: 26px;
}

.prices_coverage p
{
    font-size: 18px;
}

.prices_coverage a
{
    color:#9f2022;
    text-decoration: none;
    
}


.my_map_border { 
   
   margin-bottom: 10px;
}

/*Start prices_coverage*/



/*bootstrap_statistics_counter*/


.stat
{
    margin:50px;
    text-align:center
    }
.stat h1
{
    text-align: center;
    
}

.highlight
{
    color:#666;
    padding:20px 0;
    font-weight:bold;
    display:block;
    overflow:hidden;
    margin-bottom:0;
    font-size:48px
    }
    
    .stat i{
        color:#6e971c
        }
        
.milestone-details
{
    font-weight:bold;
    font-size:18px;
    color:#000;
    margin-bottom: 30px;
    }

/*bootstrap_statistics_counter*/

.panel-primary {
    border-color: #6a9415;
}
.panel-primary > .panel-heading {
    color: #fff;
    background-color: #6a9415;
    border-color: #6a9415;
}

.myindeximg{
    float: left !important;
    border:0px !important;
}