﻿/*!
* Author: إپukasz Holeczek
* Template: GotYA - HTML5 Responsive Bootstrap Theme
* Version: 1.0.0 
* Bootstrap version: 2.1.
* Copyright 2013 creativeLabs
* www: http://bootstrapmaster.com
* mail: lukasz@bootstrapmaster.com
* You can buy this theme on WrapBootstrap: https://wrapbootstrap.com/theme/simpliq-flat-responsive-admin-template-WB0N1X0T1
* You can find our other themes on: https://bootstrapmaster.com
*/


/* Import Section
=================================================================== */
@import url("icons.css");				/* Icons. */
@import url("icons-color.css");			/* Icons. */  
@import url("social-icons.css");		/* Social Icons */
@import url("hover.css");				/* Hover CSS3 Effect */
@import url("parallax-slider.css");		/* Parallax Slider */

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}


@font-face {
	font-family: 'El Messiri';
	font-style:normal;font-weight:400;
	src:url(../fonts/elmessiri/web/ElMessiri-Medium.eot);
	src:url(../fonts/elmessiri/web/ElMessiri-Medium.woff) format('woff'), 
		url(../fonts/elmessiri/web/ElMessiri-Medium.woff2) format('truetype')
}


.clear {
	clear:both;
}

body {
	font-family:"El Messiri" ;
	font-size: 15px;
	color: #495057;
	line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal !important;
	color: #666;
	margin: 0 0 30px 0;
	padding: 0;
}

h1 {
	color:#454341;
}

.title {
	border-bottom: 3px double #f6f6f6;
	margin-bottom: 10px;
}

.title h1, .title h2, .title h3, .title h4, .title h5, .title h6 {
	border-bottom: 5px double #89c236 !important;
	margin-bottom: -4px !important;
	display: inline-block !important;
	padding: 0px 10px !important;
	margin-left:15px !important;
	margin-right:15px !important;
}

#wrapper {
	background: #fff;

}

/* #Lists
================================================== */
	ul, ol { margin: 0; }
	ul { list-style: none outside; }
	ol { list-style: decimal; }
	ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul.disc { list-style: disc outside; }
	ul ul, ul ol,
	ol ol, ol ul {}
	ul ul li, ul ol li,
	ol ol li, ol ul li {}



/* Header
=================================================================== */
	

.logo img {
	margin-top:8px;
}

#social-links {
	margin-top:20px;
	float: right;
}

.navbar, 
.navbar-inner, 
.nav {
	float: right;
	border: none;
	-webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
	padding: 0px;
	margin: 0;	
}

.navbar-inner {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.navbar .nav > li > a {
	color: #666;
	border-top:4px solid #fff;
	text-shadow: none;
	font-size: 16px;
	padding: 20px;

}

.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
	border-top:4px solid #89c236;
  	background: #89c236 !important;		
  	color: #fff;
}

.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  	color: #89c236;
  	text-decoration: none;
	border-top:4px solid #89c236;
  	background-color: #fff !important;	
  	-webkit-box-shadow: none;
       -moz-box-shadow: none;
          	box-shadow: none;
}

.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
  color: #ffffff;
  background: #89c236 !important;	
}

.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  color: #ffffff;
  background: #89c236 !important;	
}

.navbar .btn-navbar {
	position: absolute;
	right: 50px;
	top: 15px;
}

/* Page Title
=================================================================== */

#page-title-icon {
	background: #fff;
	height: 48px;
	width: 48px;
	-webkit-border-radius: 50em;
	-moz-border-radius: 50em;
	border-radius: 50em;
	padding: 4px;
	margin-left: -16px;
	margin-top: -18px;
	position: relative;
	z-index: 10;
	float: left;
	
}

#page-title-icon-inner {
	background: #ffd35f;
	height: 48px;
	width: 48px;
	-webkit-border-radius: 50em;
	-moz-border-radius: 50em;
	border-radius: 50em;
	margin-left: -52px;
	margin-top: -14px;
	position: relative;
	z-index: 30;
	float: left;
}

#page-title {
	background: url(../img/bg-grey2.png);
	display: block;
	margin-bottom: 25px;
	position: relative;
	z-index: 20;
	border-bottom: 5px solid #f6f6f6;
}

#page-title-inner {
	background: rgba(153,204,102, 0.9);
	-webkit-box-shadow: inset 0px 0px 5px rgba(0,0,0,.25);
	-moz-box-shadow: inset 0px 0px 5px rgba(0,0,0,.25);
	box-shadow: inset 0px 0px 5px rgba(0,0,0,.25);
	padding: 10px;
}

#page-title i {
	margin: -6px 2px -5px -18px;
	padding: 0px;
}

#page-title h2 {
	display: inline-block;
	color: #fff;
	padding: 10px 20px 5px 20px;
	font-size: 30px;
}

#page-title span {
	color: #555;
}

/* Flexslider
=================================================================== */

/* Browser Resets
=================================================================== */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 


/* Necessary Styles
=================================================================== */
.flexslider {margin: 0; padding: 0;}

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides > li {position: relative;  zoom: 1; display: none; -webkit-backface-visibility: hidden;}
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flexslider {position: relative;  zoom: 1; z-index: 50;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* Default Styles
=================================================================== */
.flexslider {
	background: #fff;
	zoom: 1;
}

.ie7 .flexslider {margin-bottom: -30px;}

.flex-viewport {max-height: 2000px;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}


/* Direction Nav
=================================================================== */

.flex-direction-nav a {
	width: 35px;
	height: 35px;
	display: block;
	background-color: #555;
	top: 20px;
	right: 20px;
	float: none;
	position: absolute;
	cursor: pointer;
	text-indent: -9999px;
	background-color: #222;
	background: rgba(0, 0, 0, 0.65);
	*bottom: 50px;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.flex-direction-nav .flex-next {
	background-image: url(../img/slider-control-right.png);
	background-repeat: no-repeat;
	background-position: 52% 50%;
}

.flex-direction-nav .flex-prev {
	margin-right: 36px;
	background-image: url(../img/slider-control-left.png);
	background-repeat: no-repeat;
	background-position: 48% 50%;
}

.flex-direction-nav .flex-prev:hover,
.flex-direction-nav .flex-next:hover {
	background-color:#72b626;
	opacity: 1;
}

.subpage .flex-direction-nav a {bottom: 0px; right: 0px; *bottom: 30px;}


/* Control Nav
=================================================================== */
.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: -30px;
	text-align: center;
}
	
.flex-control-nav li {
	margin: 0 3px 0 0;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
	
.flex-control-paging li a {
	width: 14px;
	height: 14px;
	display: block;
	background: #c8c8c8;
	cursor: pointer;
	text-indent: -9999px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
}
	
.flex-control-paging li a:hover,
.flex-control-paging li a.flex-active {
	background: #505050;
}
	
.flex-control-paging li a.flex-active {
	cursor: default;
}


/* Caption
=================================================================== */
.slide-caption {
	width: auto;
	max-width: 30%;
	padding: 10px 20px;
	margin: 0 0 0px 0px;
	position: absolute;
	display: block;
	left: 20px;
	bottom: 20px;
	background-color: #222;
	background: rgba(0, 0, 0, 0.7);
}

.slide-caption.n {background-color: #222; background: rgba(0, 0, 0, 0.6);}
	
.slide-caption h3 {
	color: #fff;
	font-size: 18px;
	margin:0;
	line-height: 33px;
}
	
.slide-caption p {
	margin:0;
	line-height: 19px;
	color: #bbb;
}

/* Notice
====================================================================== */

.hero-unit {
	background: #fff url(../img/bg-k10.png);
	border-left: 4px solid #89c236;
	padding: 13px 13px 13px 15px;
	font-style: italic;
	margin: 20px auto;
	-webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px;
	font-size: 14px !important;
}

/* Icon Boxes
=================================================================== */
.icons-box-container {
	float:left;
}

.icons-boxes-container {
	float:left;
}

.icons-box {
	text-align: center;
	border: 1px solid #fff;
	padding: 20px 10px 10px 10px;
}

.icons-box:hover {
	background: #fcfcfc;
	border: 1px solid #f6f6f6;
}

.icons-box h3 {
	margin: 0 auto;
	padding-top: 10px;
	border-bottom: 3px double #f6f6f6;
	margin-bottom: 10px;
}

.icons-box p {
	float: left;
}

.icons-box i {
	float: left;
	margin: -2px 0 0px 0;
}

.icons-box i.circle {
	float: none !important;
	margin: 0 auto !important;
}

.icons-box i.circle-color {
	float: none !important;
	margin: 0 auto !important;
}

.icons-box i.circle-color-full {
	float: none !important;
	margin: 0 auto !important;
}

.circle {
	-webkit-border-radius: 50em;
	-moz-border-radius: 50em;
	border-radius: 50em;
	-webkit-box-shadow: 0px 0px 0px 3px rgba(0,0,0,1);
	   -moz-box-shadow: 0px 0px 0px 3px rgba(0,0,0,1);
		    box-shadow: 0px 0px 0px 3px rgba(0,0,0,1);
	margin: 0 auto;
	opacity: .1;
}

.big {
	border: 20px solid #fff !important;
}

.ico-color {
	background-image: url("../img/icons/green/glyphicons.png");
	opacity: 1;
}

.mini-color {
  background-image: url("../img/icons/green/glyphicons-mini.png");
  opacity: 1;
}

.circle-color {
	background-color: #fff;
	-webkit-border-radius: 50em;
	-moz-border-radius: 50em;
	border-radius: 50em;
	-webkit-box-shadow: 0px 0px 0px 3px #89c236;
	   -moz-box-shadow: 0px 0px 0px 3px #89c236;
		    box-shadow: 0px 0px 0px 3px #89c236;
	margin: 0 auto;
	opacity: 1;
}

.circle-color-full {
	background-color: #89c236;
	-webkit-border-radius: 50em;
	-moz-border-radius: 50em;
	border-radius: 50em;
	-webkit-box-shadow: 0px 0px 0px 3px #89c236;
	   -moz-box-shadow: 0px 0px 0px 3px #89c236;
		    box-shadow: 0px 0px 0px 3px #89c236;
	margin: 0 auto;
	opacity: 1;
}

.big-color {
	border: 20px solid #89c236 !important;
}



/* Icon Boxes Vert
=================================================================== */
.icons-box-vert-container {
	float:left;
}

.icons-boxes-vert-container {
	float:left;
}

.icons-box-vert {
	border: 1px solid #fff;
	padding: 30px 15px 10px 15px;
}

.icons-box-vert:hover {
	background: #fcfcfc;
	border: 1px solid #f6f6f6;
}

.icons-box-vert-info {
	float: right;
	margin-top: -6px;
	margin-bottom: 6px;
	margin-left: 20px;
	width: 70%;
}

.icons-box-vert h3 {
	float: left;
	margin-top: -10px;
}

.icons-box-vert p {
	float: left !important;
}

.icons-box-vert i {
	float: left;
}

.icons-box-vert i.circle {
	float: left !important;
}

.icons-box-vert i.circle {
	-webkit-border-radius: 50em;
	-moz-border-radius: 50em;
	border-radius: 50em;
	-webkit-box-shadow: 0px 0px 0px 3px rgba(0,0,0,1);
	   -moz-box-shadow: 0px 0px 0px 3px rgba(0,0,0,1);
		    box-shadow: 0px 0px 0px 3px rgba(0,0,0,1);
	opacity: .1;
}

.icons-left {
	float: left;
}

/* About
=================================================================== */
#robo-slider {
	margin-bottom:50px;
}

#robo-slider h1, #robo-slider h4 {
}

.team-name {
	padding: 15px 0;
	border-bottom: 1px solid #e9e9e9;
	margin-bottom: 15px;
	font-size: 18px;
	text-align: center;

}

.team-name span {
	font-size: 12px;
	font-weight: normal;
	color: #888;
}

.team-about p {
	padding: 0 0 15px 0;
	border-bottom: 1px solid #e9e9e9;
	margin-bottom: 15px;
}

/* Testimonial's Carousel
=================================================================== */
.testimonial-container {
	position: relative;
}

.testimonials {
	background: #fff;
	border: 1px solid #f6f6f6;
	padding: 20px;
	line-height: 21px;
	-webkit-box-shadow:  0px 1px 1px 0px rgba(180, 180, 180, 0.1);
	box-shadow:  0px 1px 1px 0px rgba(180, 180, 180, 0.1);
}

.testimonials-bg {
	margin-top: -1px;
	display: block;
	width: 200px;
	height: 30px;
}	

.testimonials-author {
	color: #666;
	float: right;
	display: block;
	margin-top: -23px;
	margin-bottom: 20px;
}

.testimonials-author span {
	color:#a0a0a0
}

/* Carousel */
.carousel-disabled,
.mr-rotato-disabled,
.mr-rotato-next, 
.mr-rotato-prev {
	border: 1px solid #f6f6f6;
	display: inline-block;
	margin-right: 1px;
	height: 21px;
	width: 21px;
	-webkit-box-shadow:  0px 1px 1px 0px rgba(180, 180, 180, 0.1);
	box-shadow:  0px 1px 1px 0px rgba(180, 180, 180, 0.1);
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	display: block;
	position: absolute;
	margin-top: -40px;
}

.mr-rotato-next {
	background: url(../img/testimonials-right-01.png) no-repeat 50%;
	background-color: #fff;
	right: -1px;
	z-index: 6;
}

.mr-rotato-prev {
	background: url(../img/testimonials-left-01.png) no-repeat 50%;
	background-color: #fff;
	right: 25px;
	-webkit-box-shadow:  3px 0px 0px 0px #fff;
	box-shadow:  3px 0px 0px 0px #fff;
	z-index: 5;
}

.mr-rotato-next:hover {
	background: url(../img/testimonials-right-02.png) no-repeat 50%;
}

.mr-rotato-prev:hover {
	background: url(../img/testimonials-left-02.png) no-repeat 50%;
}

.mr-rotato-prev:hover,
.mr-rotato-next:hover {
	background-color: #72b626;
	border-color: #72b626;
}


/* Tabs
=================================================================== */
.tabs-nav {
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

.tabs-nav li {
	float: left;
	line-height: 34px;
	overflow: hidden;
	padding: 0;
	position: relative;
	margin: 0 0 -1px 0;
}


.tabs-nav li a {
	background-color: #fcfcfc;
	border: 1px solid #f6f6f6;
	border-right: none;
	border-bottom: 1px solid #f6f6f6;
	color: #888;
	display: block;
	letter-spacing: 0;
	outline: none;
	padding: 0 16px;
	text-decoration: none;
}

.ie7 .tabs-nav li a {height: 35px;}

.tabs-nav li:first-child a {border-left: 1px solid #f6f6f6;}
.tabs-nav li:last-child a {border-right: 1px solid #f6f6f6;}

.tabs-nav li.active a {	color: #444; font-weight: bold;}
.tabs-nav li.active a i {opacity: 1; filter: alpha(opacity=100);}
.tabs-nav li i {opacity: 0.5; filter: alpha(opacity=50);}
				
.tabs-nav li a:hover  {background: #fff;}

.tabs-nav li.active a {
	background: #fff;
	border-bottom: 2px solid #fff;
}
.tabs-container {
	border: 1px solid #f6f6f6;
	margin: -1px 0 20px;
	overflow: hidden;
	width: 100%;
	line-height: 19px;
	-webkit-box-shadow:  0px 1px 1px 0px rgba(180, 180, 180, 0.1);
	box-shadow:  0px 1px 1px 0px rgba(180, 180, 180, 0.1);
}

.tab-content {padding: 20px;}


/* Progress Bar
=================================================================== */
.progress-bar h5 {
	margin-bottom:6px;
}

.progress-bar li {
	margin-bottom:12px;
	list-style: none;
}

.meter { 
	height: 23px; 
	position: relative;
	background: #fcfcfc;
}

.meter > span {
	display: block;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.meter > span:after, .animate > span > span {
	content: "";
	position: absolute;
	top: 0; 
	left: 0; 
	bottom: 0; 
	right: 0;
	overflow: hidden;
}

.meter > span:after, 
.animate > span > spans li.current {
	background:#89c236;
}

/* Dropcaps
=================================================================== */
.dropcap {
	background: #fcfcfc;
	color: #666;
	display: inline-block;
	float: left;
	font-size: 23px;
	font-weight: 600;
	height: 36px;
	line-height: 36px;
	margin: 0 7px 0 0;
	text-align: center;
	width: 36px;
	border: 1px solid #f6f6f6;
}

	.dropcap.dark {
		background: #3a3a3a;
		color: #fff;
	}
	
	.dropcap.color {
		background: #89c236;
		color: #fff;
	}


/* Clients List
=================================================================== */

.clients-carousel {
	border: 1px solid #f6f6f6;
	overflow: hidden;
}

.clients-carousel li {
	
	float: left;
	width: 120px;
	padding: 0px 20px;
	overflow: hidden;
	border-right: 1px solid #f6f6f6;
	margin-left: 1px;
	
}

.clients-carousel ul.clients {
	background: #fcfcfc;
}

.clients-carousel li img {
	float: none !important;
	margin: 0 auto !important;
    /*filter: url(filters.svg#grayscale); /* Firefox 3.5+ */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(1); /* Google Chrome & Safari 6+ */
  	-webkit-transform: scale(1);
   	-moz-transform: scale(1);
   	-o-transform: scale(1);
   	-ms-transform: scale(1);
   	transform: scale(1);
}

.clients-carousel li:hover {
	background: #fafafa;
}

.clients-carousel li img:hover {
    filter: none;
    -webkit-filter: grayscale(0);
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -o-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}

/* Pricing Tables
=================================================================== */
.five-tables .pricing-table {
	width: 187px;
}
	
.four-tables .pricing-table {
	width: 234px;
}
	
.three-tables .pricing-table {
	width: 312px;
}

.two-tables .pricing-table {
	width: 469px;
}

.pricing-table {
	float: left;
	margin: 1px 0 0 1px;
}

.pricing-table h3 {
	font-size: 16px;
	text-align: center;
	color: #fff;
	padding: 6px 0;
	margin: 0;
}

.pricing-table li {
	color: #888;
	background: #fff;
	text-align: center;
	padding: 11px 0;
	border-bottom: 1px solid #fff;
}

.pricing-table li:nth-child(2n) {
	background: #f6f6f6;
}
	
.pricing-table h4 {
	padding:0 0 10px
}

a.buy {
	text-align: center;
	display: block;
	color: #fff;
	padding: 12px 0;
	font-weight: bold;
	font-size: 14px;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

a.buy:hover {
	opacity: 0.9;
	filter: alpha(opacity=90);
}

/* Table
=================================================================== */
.pricing-table h3,
.pricing-table h4 {
	color: #fff;
	margin: 0;
}

.pricing-table h4 {
	padding: 15px 0;
}

.price,
.time {
	display: block;
	text-align: center;
	line-height: 24px;
}

.price {
	font-size: 24px;
	font-weight: normal;
}

.time {
	font-size: 12px;
	font-weight: normal;
}

/* Color Schemes
=================================================================== */

/* Color - 1 */
.pricing-table .color-cccddd h3, .color-cccddd .buy {background-color: #ccc;}
.pricing-table .color-cccddd h4 {background-color: #ddd;}

/* Color - 2 */
.pricing-table .color-666777 h3, .color-666777 .buy {background-color: #666;}
.pricing-table .color-666777 h4 {background-color: #777;}

/* Color - 3 */
.pricing-table .color-custom h3, .color-custom .buy {background-color: #111; padding: 15px 0;}
.pricing-table .color-custom h4 {background-color: #222; padding: 35px 0;}

.color-custom {
	margin-top:-57px;
	-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,.5);
    box-shadow: 0px 2px 5px rgba(0,0,0,.5);
}

.pricing-table {
	position: relative !important;
	z-index: 5 !important;
	margin: 60px 0px;
}

.pricing-table.best-option {
	position: relative !important;
	z-index: 6 !important;
}

.pricing-table .color-custom h3, .color-custom .buy {background-color: #80a859;}
.pricing-table .color-custom h4 {background-color: #89c236;}


/* Google Map
=================================================================== */
#googlemaps-container-top {
	position: relative;
	z-index: 2;
	-webkit-box-shadow: inset 0px 3px 3px rgba(0,0,0,.25);
	-moz-box-shadow: inset 0px 3px 3px rgba(0,0,0,.25);
	box-shadow: inset 0px 3px 3px rgba(0,0,0,.25);
	height: 20px;
}

#googlemaps-container-bottom {
	position: relative;
	z-index: 2;
	-webkit-box-shadow: inset 0px -3px 3px rgba(0,0,0,.25);
	-moz-box-shadow: inset 0px -3px 3px rgba(0,0,0,.25);
	box-shadow: inset 0px -3px 3px rgba(0,0,0,.25);
	height: 20px;
	margin-top: -40px;
	border-bottom: 5px solid #f6f6f6;
	margin-bottom: 20px;
}

#googlemaps{
	position: relative;
	z-index: 1;
	height: 400px;
	width: 100%;
	top: -20px;
}

#small-map-container {
	-webkit-border-radius: 50em;
	-moz-border-radius: 50em;
	border-radius: 50em;
	position: relative;
	z-index: 2;
	border: 5px solid #f6f6f6;
	-webkit-box-shadow: inset 0px 0px 5px rgba(0,0,0,.25);
	-moz-box-shadow: inset 0px 0px 5px rgba(0,0,0,.25);
	box-shadow: inset 0px 0px 5px rgba(0,0,0,.25);
	height: 210px;
	width: 210px;
	margin-bottom: -215px;

}

#small-map-container a {
	-webkit-border-radius: 50em;
	-moz-border-radius: 50em;
	border-radius: 50em;
	position: relative;
	z-index: 2;
	height: 210px;
	width: 210px;
	display: block;
}
	
#small-map {
	position: relative;
	z-index: 1;
	-webkit-border-radius: 50em;
	-moz-border-radius: 50em;
	border-radius: 50em;
	margin-left: 5px;

}

/* Footer
====================================================================== */
#footer-menu {
	height: 50px;
	background: #fcfcfc url(../img/bg-k20.png) repeat;
	border-top: 4px solid #f6f6f6;
	border-bottom: 4px solid #f6f6f6;
	margin-top: 20px;
}

#footer-menu-logo img {
	margin-top: 10px;
}

#footer-menu-links {
	display: block;
	float: left;
	max-height: 52px;
	margin: 6px 0 6px 0;

}

#footer-menu-links ul,
#footer-menu-links li {
	list-style: disc;
	color:#999999;
	padding:0;
	margin:0;
}

#footer-menu-links li:first-child {
	list-style: none;
}


#footer-menu-links ul li{
	float:left;
	position:relative;
	z-index: 100;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#footer-menu-links ul li a { 
	display: inline-block;
	color: #999999;
	text-decoration: none;
	font-size: 12px;
	text-transform: lowercase;
	padding: 10px 15px 10px 0px;
	margin: 0px 10px 0px 0px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	
}

#footer-menu-links ul li:first-child a { 

}

#footer-menu-links ul li a:hover {
	color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#footer-menu-back-to-top {
	margin: 10px;
	z-index: 999;
}

#footer-menu-back-to-top a {
	width: 30px;
	height: 30px;
	display: block;
	background-color: #89c236;
	background-image: url(../img/scroll-top-top.png);
	background-repeat: no-repeat;
	background-position: 50%;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

#footer-menu-back-to-top a:hover {background-color: #aaa;}

#footer {
	background: url(../img/bg-k10.png) repeat;
	border-bottom: 4px solid #f6f6f6;
	color: #666 !important;
	padding: 40px 0px;
	z-index: 1;
	position: relative;
	opacity: 1;
}

#footer, 
#footer p, 
#footer a{ 
}

#footer a:hover {
	color: #fff;
}

.no-margin {margin-top: 0;}

#footer h3 {
	padding: 2px 0px !important;
	margin-bottom: 10px;
	color: #666;
	border-bottom: 5px double #f6f6f6;
}

/* Newsletter Form
====================================================================== */

form#newsletter {
	color: #999999;
	margin-left: 10px;
}

form#newsletter p {
	margin: 0px 0px -10px 0px;
}

form#newsletter label {
	font-size: 16px;
	width: 20px;
	display: block;
	position: relative;
	left: 8px;
	top: 33px;
	z-index: 2;
}	

form#newsletter input[type=text] {
	background: #fff;
	width: 75%;
	float: left;
	border: 1px solid #f6f6f6;
	position: relative;
	z-index: 1;
	padding: 7px 0px 8px 34px;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
		    box-shadow: none;
	-webkit-border-top-left-radius: 3px;
	   -moz-border-radius-topleft: 3px;		
			border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	   -moz-border-radius-bottomleft: 3px;		
			border-bottom-left-radius: 3px;				
}
	
form#newsletter input[type=submit] {
	background: #89c236;
	color: #fff;
	width: 25%;
	float: left;
	border: 1px solid #f6f6f6;
	position: relative;
	z-index: 2;
	font-size: 14px;
	padding: 7px 0px 8px 0px;
	margin-top: 0px;
	margin-left: -42px;
	-webkit-border-top-right-radius: 3px;
	   -moz-border-radius-topright: 3px;		
			border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	   -moz-border-radius-bottomright: 3px;		
			border-bottom-right-radius: 3px;

}

/* Copyright
====================================================================== */

#copyright {
	padding: 20px 0px;
}

#copyright p {
	margin: 0 auto;
	width: 380px;
	text-align: center;
	color: #666;
}

/* Photo Stream
=================================================================== */
.flickr-widget {margin-right: -12px; margin-top: 15px;}
.flickr-widget img {display: block; width: 100%;}
.flickr-widget a:hover {border-color: #505050;}

.flickr-widget a {
	float: left;
	width: 52px;
	height: 52px;
	margin-left: 0px;
	margin-right: 11px;
	margin-bottom: 12px;
	background: #fcfcfc;
	border: 1px solid #f6f6f6;
	padding: 4px;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.ie7 .flickr-widget a {width: 54px; height: 54px;}


/* Custom Buttons Colors
====================================================================== */

.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}

.btn {
  border-color: #c5c5c5;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
}

.btn:hover {
    color: #333333;
    text-decoration: none;
    background-color: #f68617;
    transition: 0.6s;
    *background-color: #d9d9d9;
    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;
}

.btn-primary {
  background-color: #006dcc;
  color: #ffffff;
  background-repeat: repeat-x;
  	background-image: linear-gradient(top, #89c236, #89c236);
	border-left-color: #0044cc;
	border-right-color: #0044cc;
	border-top-color: #0044cc;
	border-bottom-color: #002a80;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  background-color: #89c236;
}

.btn-primary:active,
.btn-primary.active {
  background-color: #003399 \9;
}

.btn-warning {
  background-color: #faa732;
  color: #ffffff;
  background-repeat: repeat-x;
  	background-image: linear-gradient(top, #fbb450, #fbb450);
	border-left-color: #f89406;
	border-right-color: #f89406;
	border-top-color: #f89406;
	border-bottom-color: #ad6704;
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  background-color: #ec971f;
}

.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}

.btn-danger {
  background-color: #da4f49;
  color: #ffffff;
  background-repeat: repeat-x;
  	background-image: linear-gradient(top, #ee5f5b, #ee5f5b);
	border-left-color: #bd362f;
	border-right-color: #bd362f;
	border-top-color: #bd362f;
	border-bottom-color: #802420;
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  background-color: #ee5f5b}

.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}

.btn-success {
  background-color: #5bb75b;
  color: #ffffff;
  background-repeat: repeat-x;
  	background-image: linear-gradient(top, #89c236, #89c236);
	border-left-color: #51a351;
	border-right-color: #51a351;
	border-top-color: #51a351;
	border-bottom-color: #387038;
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  background-color: #449d44;
}

.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}

.btn-info {
  background-color: #49afcd;
  color: #ffffff;
  background-repeat: repeat-x;
  	background-image: linear-gradient(top, #5bc0de, #5bc0de);
	border-left-color: #2f96b4;
	border-right-color: #2f96b4;
	border-top-color: #2f96b4;
	border-bottom-color: #1f6377;
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  background-color: #5bc0de;
}

.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}

.btn-inverse {
  color: #ffffff;
  background-color: #363636;
  *background-color: #222222;
  background-repeat: repeat-x;
  	background-image: -moz-linear-gradient(top, #444444, #222222);
	border-left-color: #222222;
	border-right-color: #222222;
	border-top-color: #222222;
	border-bottom-color: #000000;
}

.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #ffffff;
  background-color: #222222;
  *background-color: #151515;
}

.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}

/* Higher than 960 (desktop devices)
====================================================================== */
@media only screen and (min-width: 960px) {
	
	header {
		/*height: 64px;*/
	}
	
	#wrapper {

	}
	
	#footer-menu {

	}
	
	#footer {

	}
	
	.flexslider.home {
		min-height: 300px;
	}

}

/* Tablet Portrait (devices and browsers)
====================================================================== */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	
	header {
		min-height: 64px;
	}
	
}

/* All Mobile Sizes (devices and browser)
====================================================================== */
@media only screen and (max-width: 767px) {
	
	header {
		/*min-height: 64px;*/
	}
	
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers)
====================================================================== */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	
	header {
		/*min-height: 64px;*/
	}
	
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers)
=================================================================== */
@media only screen and (max-width: 479px) {
	
	header {
		/*min-height: 64px;*/
	}
	
}
	
	
	#fh5co-page {
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.fh5co-offcanvas #fh5co-page {
  -moz-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  transform: translateX(-240px);
}
#offcanvas-menu {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 99;
  background: #f89838;
  right: -240px;
  width: 240px;
  padding: 20px;
  overflow-y: scroll !important;
  display: none;
}
@media screen and (max-width: 768px) {
  #offcanvas-menu {
    display: block;
	float: right;

  z-index: 99;
  top: 0;
  bottom: 0;

	color: #454341;

	position: absolute;
  right: -240px;
  width: 240px;
  overflow-y: scroll !important;
  }
  
 .navbar-collapse .header-social a{
	color: #f89838 !important;
}

.navbar-collapse .header-social a:hover{
	color:#454341 !important;
}

  
}
#offcanvas-menu ul {
  padding: 0;
  margin: 0;
}
#offcanvas-menu ul li {
  padding: 0;
  margin: 0 0 10px 0;
  list-style: none;
}
#offcanvas-menu ul li a {
  font-size: 18px;
  color: #454341;
}
#offcanvas-menu ul li a:hover {
  color: #f89838;
}
#offcanvas-menu ul li > .fh5co-sub-menu {
  margin-top: 9px;
  padding-left: 20px;
}
#offcanvas-menu ul li.active > a {
  color: #f89838;
}
#offcanvas-menu ul .fh5co-sub-menu {
  display: block !important;
}
.header-top {
  padding: 10px 0;
  background: #424242;
}
.header-top .fh5co-link a {
  margin-left: 10px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
}
.header-top .fh5co-link a:first-child {
  margin-left: 0;
}
.header-top .fh5co-link a:hover {
  color: white !important;
}
@media screen and (max-width: 768px) {
  .header-top .fh5co-link {
    text-align: center;
  }
}
.header-top .fh5co-social a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  margin-right: 15px;
  position: relative;
  -webkit-transition: 0.5s, ease-in-out;
  -o-transition: 0.5s, ease-in-out;
  transition: 0.5s, ease-in-out;
}
.header-top .fh5co-social a:last-child {
}
.header-top .fh5co-social a:hover, .header-top .fh5co-social a:focus, .header-top .fh5co-social a:active {
  text-decoration: none;
  color: white !important;
}
.header-top .fh5co-social a:hover i, .header-top .fh5co-social a:focus i, .header-top .fh5co-social a:active i {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
#fh5co-header-section {
  padding: 0;
  position: relative;
  left: 0;
  width: 100%;
  z-index: 1022;
  background: #fff;
  display:contents;
}

.nav-header {
  position: relative;
  float: left;
  width: 100%;
}


.fh5co-cover,
.fh5co-hero {
  position: relative;
  height: 800px;
}
@media screen and (max-width: 768px) {
  .fh5co-cover,
  .fh5co-hero {
    height: 700px;
  }
}
.fh5co-cover.fh5co-hero-2,
.fh5co-hero.fh5co-hero-2 {
  height: 600px;
}
.fh5co-cover.fh5co-hero-2 .fh5co-overlay,
.fh5co-hero.fh5co-hero-2 .fh5co-overlay {
  position: absolute !important;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.2);
}

.fh5co-overlay {
  position: absolute !important;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: rgba(66, 64, 64, 0.9);
  background: rgba(0, 0, 0, 0.2);
}

.fh5co-social-icons > a {
  padding: 4px 10px;
  color: #f89838;
}
.fh5co-social-icons > a i {
  font-size: 26px;
}
.fh5co-social-icons > a:hover, .fh5co-social-icons > a:focus, .fh5co-social-icons > a:active {
  text-decoration: none;
  color: #5a5a5a;
}

.fh5co-nav-toggle {
  cursor: pointer;
  text-decoration: none;
}
.fh5co-nav-toggle.active i::before, .fh5co-nav-toggle.active i::after {
  background: #fff;
}
.fh5co-nav-toggle.dark.active i::before, .fh5co-nav-toggle.dark.active i::after {
  background: #fff;
}
.fh5co-nav-toggle:hover, .fh5co-nav-toggle:focus, .fh5co-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.fh5co-nav-toggle i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 30px;
  height: 2px;
  color: #fff;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #fff;
  transition: all .2s ease-out;
}
.fh5co-nav-toggle i::before, .fh5co-nav-toggle i::after {
  content: '';
  width: 30px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.fh5co-nav-toggle.dark i {
  position: relative;
  color: #000;
  background: #000;
  transition: all .2s ease-out;
}
.fh5co-nav-toggle.dark i::before, .fh5co-nav-toggle.dark i::after {
  background: #000;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.fh5co-nav-toggle i::before {
  top: -7px;
}

.fh5co-nav-toggle i::after {
  bottom: -7px;
}

.fh5co-nav-toggle:hover i::before {
  top: -10px;
}

.fh5co-nav-toggle:hover i::after {
  bottom: -10px;
}

.fh5co-nav-toggle.active i {
  background: transparent;
}

.fh5co-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.fh5co-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.fh5co-nav-toggle {
  top: 0px;
  right: 0px;
  z-index: 9999;
  display: block;
  margin: 0 auto;
  display: none;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .fh5co-nav-toggle {
		display: block;
		top: 0px;
		margin-top: 1em;
		text-align: center;  
	}
}

#fh5co-logo {
  position: relative;
  z-index: 2;
  font-size: 22px;
  text-transform: uppercase;
  margin-top: 25px;
  margin-bottom:5px;
  font-weight: 700;
  float: left;
  width:50%;
}
#fh5co-logo span {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #fh5co-logo {
    width: 100%;
    float: none;
    text-align: center;
  }
  .header-social {
	width: 100% !important;
	text-align:center !important;
	}
}
#fh5co-logo a {
  color: #f89838;
}
#fh5co-logo a:hover, #fh5co-logo a:focus {
  color: #f89838 !important;
}


#fh5co-menu-wrap {
  position: relative;
  z-index: 2;
  display: block;
  float: right;
}


#fh5co-menu-wrap .sf-menu a {
  padding: 1em .75em;
}
@media screen and (max-width: 768px) {
  #fh5co-menu-wrap {
    
  }
}


/* Superfish Override Menu */
.sf-menu {
  margin: 3px 0 0 0 !important;
}

.sf-menu {
  float: right;
}

.sf-menu ul {
  box-shadow: none;
  border: transparent;
  min-width: 12em;
  *width: 12em;
}

.sf-menu a {
  color: rgba(66, 66, 66, .9);
  padding: 0.75em 1em !important;
  font-weight: normal;
  border-left: none;
  border-top: none;
  border-top: none;
  text-decoration: none;
  zoom: 1;
  font-size: 18px;
  border-bottom: none !important;
}
.sf-menu a:hover, .sf-menu a:focus {
  color: #f89838;
}

.sf-menu li.active a:hover, .sf-menu li.active a:focus {
  color: #b5b4b4;
}

.sf-menu li,
.sf-menu ul li,
.sf-menu ul ul li,
.sf-menu li:hover,
.sf-menu li.sfHover {
  background: transparent;
}

.sf-menu ul li a,
.sf-menu ul ul li a {
  text-transform: none;
  padding: 0.2em 1em !important;
  letter-spacing: 1px;
  font-size: 14px !important;
}

.sf-menu li:hover a,
.sf-menu li.sfHover a,
.sf-menu ul li:hover a,
.sf-menu ul li.sfHover a,
.sf-menu li.active a {
  color: #b5b4b4;
}

.sf-menu ul li:hover,
.sf-menu ul li.sfHover {
  background-color: rgb(152, 137, 78, .6);
}

.sf-menu ul li {
  background: transparent;
}

.sf-arrows .sf-with-ul {
  padding-right: 2.5em;
  *padding-right: 1em;
}

.sf-arrows .sf-with-ul:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -3px;
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-top-color: #ccc;
}

.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
  border-top-color: #ccc;
}

.sf-arrows ul .sf-with-ul:after {
  margin-top: -5px;
  margin-right: -3px;
  border-color: transparent;
  border-left-color: #ccc;
}

.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
  border-left-color: #ccc;
}


#fh5co-primary-menu .fh5co-sub-menu {
  padding: 10px 7px 10px;
  background: #fff;
  left: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}
#fh5co-primary-menu .fh5co-sub-menu > li > .fh5co-sub-menu {
  left: 100%;
}


#fh5co-primary-menu > li > ul li.active > a {
  color: #ff5722 !important;
}
#fh5co-primary-menu > li > .sf-with-ul:after {
  border: none !important;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  float: right;
  margin-right: -0px;
  top: 50%;
  font-size: 12px;
  margin-top: -7px;
  content: "\e922";
  color: rgba(0, 0, 0, 0.5);
}
#fh5co-primary-menu > li > ul li {
  position: relative;
}
#fh5co-primary-menu > li > ul li:hover {
  background: #f89838;
}
#fh5co-primary-menu > li > ul > li a {
    color:#454341 !important; 

}
#fh5co-primary-menu > li > ul li > .sf-with-ul:after {
  border: none !important;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  float: right;
  margin-right: 10px;
  top: 20px;
  font-size: 12px;
  content: "\e924";
  color: rgba(0, 0, 0, 0.5);
}

#fh5co-primary-menu .fh5co-sub-menu {
  padding: 10px 7px 10px;
  background: #fff;
  left: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}
#fh5co-primary-menu .fh5co-sub-menu > li > .fh5co-sub-menu {
  left: 100%;
}


#fh5co-primary-menu .fh5co-sub-menu:before {
  position: absolute;
  top: -9px;
  left: 20px;
  width: 0;
  height: 0;
  content: '';
}

#fh5co-primary-menu .fh5co-sub-menu:after {
  position: absolute;
  top: -8px;
  left: 21px;
  width: 0;
  height: 0;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  border-bottom: 8px solid white;
  border-left: 8px solid transparent;
  content: '';
}

#fh5co-primary-menu .fh5co-sub-menu .fh5co-sub-menu:before {
  top: 6px;
  left: 100%;
}

#fh5co-primary-menu .fh5co-sub-menu .fh5co-sub-menu:after {
  top: 7px;
  right: 100%;
  border: none !important;
}

.site-header.has-image #primary-menu .sub-menu {
  border-color: #ebebeb;
  -webkit-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
  -ms-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
  -o-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
  box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
}
.site-header.has-image #primary-menu .sub-menu:before {
  display: none;
}

#fh5co-primary-menu .fh5co-sub-menu a {
  letter-spacing: 0;
  padding: 0 15px;
  font-size: 18px;
  line-height: 34px;
  color: #575757 !important;
  text-transform: none;
  background: none;
}
/*#fh5co-primary-menu .fh5co-sub-menu a:hover {
  color: #f89838 !important;
}*/

.about {
    padding: 90px 0px;
}

.head_title h2 {
    font-size: 20px;
    font-weight: 500;
    color: #333b46;
}
.testimonial .head_title h2{
color:#fff;
}

.single_wedo:hover .separetor2{
	border-bottom: 3px solid #fff;
}

.sinle_counter .separetorwhite {
    border-bottom: 3px solid #fff;
    overflow: hidden;
    padding: 2px 0px;
    width: 10%;
    margin-bottom: 20px;
}
.main_service_content .single_service .separetorwhite {
    border-bottom: 3px solid #fff;
    overflow: hidden;
    padding: 2px 0px;
    width: 10%;
    margin-bottom: 20px;
}
.img-title-separetor{
    border-bottom: 2px solid #f89838;
    overflow: hidden;
    width: 50%;
    margin: 15px auto;
}
.separetor{
    border-bottom: 3px solid #f89838;
    overflow: hidden;
    width: 10%;
    margin: 0 auto 20px;
}
.full-separetor{
    border-bottom: 5px solid #f89838;
    overflow: hidden;
    width: 95%;
    margin: 10px auto 20px;
	padding: 10px;
}
.blue-separetor{
    border-bottom: 3px solid #53a2da;
	overflow: hidden;
	width: 50%;
	margin: 10px auto 20px;
	padding: 0px;
}
#they-said .full-separetor{
    border-bottom: 5px solid #53a2da;
	width: 100%;
}

.separetor2{
    border-bottom: 3px solid #898989;
    overflow: hidden;
    padding:2px 0px;
    width: 10%;
	margin-bottom:20px;
}
.separetorwhite {
    border-bottom: 3px solid #f89838;
    overflow: hidden;
    padding: 2px 0px;
    width: 10%;
    margin-bottom: 15px;
}
.separetorwhite2 {
    border-bottom: 3px solid #fff;
    overflow: hidden;
    padding:3px 0px;
    width: 8%;
    margin: 0 auto 20px;
}


.main_steps_content{
	position:relative;
}
.main_steps_content:after{
    position: absolute;
    content: "";
    left: 15%;
    top: 120px;
    width: 70%;
    z-index: -1;
}
.single_steps{
	margin-top: 40px;
	
}
.single_steps:hover a i{
	color: #fff;
	background: #f89838;
}
#modules .single_steps:hover a i{
	color: #fff;
	background: #53a2da;
}
#modules h4{
	color: #424242;
}
#modules a i{
    color: #53a2da;
}
.blue-icons .single_steps a i{
	color: #53a2da;
	background: #fff;
}
.blue-icons .single_steps:hover a i{
	color: #fff;
	background: #53a2da;
}
.single_steps:hover a{
	/*border: 2px solid #f89838;*/
}

.single_steps a{
    /*border: 2px solid #ddd;*/
    width: 115px;
    height: 115px;
    display: inline-block;
    text-align: center;
    padding: 6px;
    border-radius: 50%;	
	transition:.6s;
	border: 1px solid #f89838;
}

#modules a {
	border: 1px solid #53a2da;
}
.single_steps a i{
    font-size: 45px;
    color: #424242;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    border-radius: 50%;
	transition:.6s;
}
.single_steps h4{
	margin: 20px auto;
	font-weight:300;
	font-size:24px;
	color:#f89838;
}
.single_steps p{
	line-height: 25px;
	font-size:18px;
	color: black;
	/*text-align: justify;*/
	-moz-text-align-last: center;
	text-align-last: center;
}

#about .single_steps p {
	text-align: justify;
}

#about h2{
	margin-top: 20px;
	margin-bottom: 10px;
	color:#f89838;
}

#fh5co-counters {
  width: 100%;
  padding: 9em 0 10em 0;
}
@media screen and (max-width: 768px) {
  #fh5co-counters {
    padding: 4em 0;
  }
}
#fh5co-counters .fh5co-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.7);
}
#fh5co-counters:before, #fh5co-counters:after {
  /*position: absolute;
  transform: rotate(-1.7deg);
  -ms-transform: rotate(-1.7deg);
  -webkit-transform: rotate(-1.7deg);
  -o-transform: rotate(-1.7deg);
  -moz-transform: rotate(-1.7deg);
  background-color: #fff;
  height: 70px;
  */ /* Open for slashed black background*/
  content: "";
  z-index: 3;
  display: inline-block;
  padding: 0;
  width: 100%;
}
#fh5co-counters:before {
  top: 0;
  margin-top: -35px;
}
#fh5co-counters:after {
  bottom: 0;
  margin-bottom: -35px;
}
#fh5co-counters .section-heading {
  position: relative;
  z-index: 3;
  margin-bottom: 0;
}
#fh5co-counters .section-heading h2 {
  color: #fff;
}
#fh5co-counters .section-heading h2:after {
  background: #f89838 !important;
}
#fh5co-counters .section-heading .subtext h3 {
  color: rgba(255, 255, 255, 0.7) !important;
}
#fh5co-counters .fh5co-counter {
  position: relative;
  z-index: 3;
  text-align: center;
}
@media screen and (max-width: 992px) {
  #fh5co-counters .fh5co-counter {
    margin-bottom: 50px;
    float: left;
    width: 100%;
  }
}
.fh5co-counter-icon {
	text-align: center;

margin: 0px auto 10px;

width: auto;
}

#fh5co-counters .fh5co-counter .fh5co-counter-icon,
#fh5co-counters .fh5co-counter .fh5co-counter-number,
#fh5co-counters .fh5co-counter .fh5co-counter-label {
  display: block;
}
#fh5co-counters .fh5co-counter .fh5co-counter-icon {
  font-size: 40px;
  color: #f89838;
}
#fh5co-counters .fh5co-counter .fh5co-counter-number {
  font-size: 45px;
  color: #fff;
  font-weight: 300;
}
#fh5co-counters .fh5co-counter .fh5co-counter-label {
  color: rgba(255, 255, 255, 0.5);
  font-size: 18px;
  font-weight: 400;
}

#fh5co-services, #fh5co-testimonials, #fh5co-counters, #fh5co-work, #fh5co-contact, #fh5co-about {
  padding: 4em 0;
}
@media screen and (max-width: 768px) {
  #fh5co-services, #fh5co-testimonials, #fh5co-counters, #fh5co-work, #fh5co-contact, #fh5co-about {
    padding: 2em 0;
  }
}

#fh5co-services, #fh5co-work, #fh5co-counters {
  padding: 2em 0;
}
@media screen and (max-width: 768px) {
  #fh5co-services, #fh5co-work, #fh5co-counters {
    padding: 4em 0;
  }
}

.js .to-animate, .js .to-animate-2, .js .single-animate {
    opacity: 0;
}

.section-heading {
    float: left;
    width: 100%;
    padding-bottom: 50px;
    margin-bottom: 50px;
    clear: both;
}

.section-heading {
  float: left;
  width: 100%;
  padding-bottom: 25px;
  margin-bottom: 50px;
  clear: both;
}
.section-heading h2 {
  margin: 0 0 15px 0;
  font-size: 50px;
  font-weight: 300;
  color: #444;
  text-transform: uppercase;
  position: relative;
  display: block;
  padding-bottom: 20px;
  line-height: 1.5;
}
.section-heading h2.left-border:after {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background: #52d3aa;
  left: 0%;
  margin-left: 0px;
  bottom: 0;
}
.section-heading h2:after {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background: #52d3aa;
  left: 50%;
  margin-left: -40px;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .section-heading h2 {
    font-size: 30px;
  }
}
.section-heading h3 {
  font-weight: 300;
  line-height: 1.5;
  color: #929292;
}
@media screen and (max-width: 768px) {
  .section-heading h3 {
    font-size: 24px !important;
    line-height: 34px;
  }
}

.page-title
{
	margin-bottom: 40px;
}
.pg-titl-bdr-btm
{
	width: 100px;
	height: 3px;
	background-color: #f89838;
}

.team-info
{
	border: 1px solid rgba(204, 204, 204, 0.33);
	float: left;
	width: 100%;
	border-radius: 3px;
}

.img-sec, .fig-caption
{
	width: 50%;
	float: left;
}

.fig-caption
{
	padding: 56px 20px 0px;
}
.fig-caption h3
{
	font-size: 20px;
}
.fig-caption p
{
	font-size: 14px;
}

@media (min-width: 480px) and (max-width: 1023px) {
    .img-sec, .fig-caption {
    width: 100%;
    float: left;
}
.fig-caption {
    padding: 56px 20px 20px;
}
}

@media (min-width: 451px) and (max-width: 768px) {
.filter {
    padding: 5px 18px;
    margin-bottom: 3px;
}
.wd75
{
    width: 100%;
}
.fig-caption {
    padding: 56px 20px 20px;
}
}
@media (min-width: 301px) and (max-width: 450px) {
.filter {
    padding: 3px 14px;
    margin-bottom: 3px;
}
.jumbotron
{
    padding-right: 30px;
    padding-left: 30px;
}
.fig-caption {
    padding: 13px 20px 0px;
}
.team-social li {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
}
.fig-caption h3 {
    font-size: 19px;
}
.wd75
{
    width: 100%;
}
.service-box .service-text h3
{
    padding-top: 15px;
}
.jumbotron h1.small {
    font-size: 44px;
}
h1.cta-title {
    font-size: 30px;
}
p.cta-sub-title {
    font-size: 20px;
}
.button-medium {
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    width: 150px;
}
.jumbotron
{
    padding: 90px 0px 0px 20px !important;
}
}

@media (min-width: 100px) and (max-width: 300px) {
.filter {
    padding: 3px 14px;
    margin-bottom: 3px;
}
.img-sec, .fig-caption {
    width: 100%;
    float: left;
}
.fig-caption {
    padding: 56px 20px 20px;
}
.jumbotron h1.small {
    font-size: 44px;
}
h1.cta-title {
    font-size: 30px;
}
p.cta-sub-title {
    font-size: 20px;
}
.button-medium {
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    width: 150px;
}
.jumbotron
{
    padding: 90px 0px 0px 20px !important;
}
.service-box .service-text h3 {
    padding-top: 15px;
}
}
.marb-20
{
	margin-bottom: 20px;
}


.team-social li
{
	display: inline-block;
}
.team-social li
{
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
.team-social li a
{
	color: #fff;
}


.bgblue-dark
{
    background-color: #2C3E50;
}
.bgblue-light
{
    background-color: #3498DB;
}
.bgred
{
    background-color: #E74C3C;
}


.blue-light{
	background-color: #3498DB;
}
.blue-dark
{
	background-color: #2C3E50;
}
.red
{
	background-color: #E74C3C;
}

.section-padding
{
	padding: 50px 0px 40px;
}


.single_team{
	margin-top:50px;
}
.single_team_img{
	position:relative;
}
.single_team_img img{
	width:100%;
}
.single_team_img:hover .single_team_overlay{
	opacity:1;
}
.single_team_name{
text-align:center
}
.single_team_name h4{
	font-size:17px;
	color:#333b46;
	font-weight:500;
	margin-bottom:10px;
	margin-top:10px;
}
.single_team_name p{
	font-size:12px;
	font-weight:300;
	color:#454341;
	margin-top: 15px;
}

.single_team_overlay{
	position:absolute;
	width:100%;
	left:5%;
	bottom:0%;
	opacity:0;
	transition:.6s;	
}
.single_team_overlay p{
	color:#fff;
}
.single_team_overlay a{
	margin-left:5px;
}
.single_team_overlay a i{
    border: 2px solid #fff;
    color: #fff;
    font-size: 20px;
    width: 35px;
    height: 35px;
    line-height: 33px;
    text-align: center;
    border-radius: 50%;
    margin-top: 20px;
}



/*For Gallery Section*/

.gallery-item h6{
	background:#424242;
	color:#fff;
	padding:12px 0;
	font-size:15px;
	text-transform:uppercase;
	margin-top:0;
	border-radius:0px 0px 10px 10px;
	-webkit-border-radius:0px 0px 10px 10px;
	-moz-border-radius:0px 0px 10px 10px;
	-ms-border-radius:0px 0px 10px 10px;
}
.gallery img{
	width:100%;
}
.gallery{
	position:relative;
	overflow:hidden;
	border-radius:10px 10px 10px 10px;
	-webkit-border-radius:10px 10px 10px 10px;
	-moz-border-radius:10px 10px 10px 10px ;
	-ms-border-radius:10px 10px 10px 10px ;
}

#robo-services {
}


.img-overlay{
	background:rgba(69, 67, 65, 0.95);
	position:absolute;
	width: 100%;
    height: 100%;
    top: -100%;
	transition:.5s; 
}
.gallery:hover .img-overlay{
	top:0;	
}

.gallery-icon a{
	font-size:15px;
	color:#fff;
	text-transform:uppercase;
	transition:.3s;
}
.gallery-icon:hover a{
	color:#c9c9c9;
}

.gallery-icon{
	position:absolute;
	z-index:1;
	color:#f89838;
	transition:.5s;
	-webkit-transition:.5s;
	padding-right:5%;
	padding-left:5%;
	top: 5%;
}

.gallery-icon img {
	width: auto;
}

.gallery-icon h2{
	text-align:center;
	color:#fff;
	position:relative;
	font-size: 25px;
	margin-bottom: 10px;
}


.gallery:hover  .gallery-icon{
	top:20%;
	left:0;
}

/* Subcribs Section */

.subcribs{
	background:url(../img/subcribecebg.jpg) no-repeat center center;
	background-size:cover;
}

.main_subcribs_content{
	
}

.single_subcribs h4{
	font-size:20px;
	font-weight:500;
	color:#fff;
	margin-bottom: 15px;
	margin-top: 10px;
}
.single_subcribs p{
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    line-height: 25px;
}
.single_subcribs_right{
	margin-top: 50px;
}
.single_subcribs_right input[type="text"]{
border: 1px solid #fff;
    height: 50px;
    padding: 5px 10px;
    background: none;
    color: #fff;
    font-weight: 300;
    font-size: 12px;
	width:60%;
	border-radius:unset;
}
.single_subcribs_right input[type="submit"]{
    border: 1px solid #f89838;
	background: #f89838;
	height: 50px;
	margin-left: 0px;
	color: #454341;
	font-weight: 500;
	font-size: 16px;
	outline: none;
	vertical-align: top;
	border-radius: 25px;
	padding:0 15px;
}

.counter_overlay{
	padding:30px 0px 30px;
	background:rgba(0, 0, 0, .2);
	min-height: 120px;
}


/* Contact Section
--------------------------------*/
#contact {
  box-shadow: 0px 0px 0px 5px rgba(248, 152, 56, 1);
  padding: 60px 0;
}

#contact .contact-about h3 {
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1;
  font-weight: 300;
  text-transform: uppercase;
  color: #f89838;
}

#contact .contact-about p {
  font-size: 14px;
  line-height: 24px;
  color: #888;
  text-align: justify;
	padding-left: 30px;
}

#contact .social-links {
  padding-bottom: 20px;
}

#contact .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #fff;
  color: #f89838;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  border: 1px solid #f89838;
}

#contact .social-links a:hover {
  background: #f89838;
  color: #fff;
}

#contact .info {
  color: #333333;
}

#contact .info i {
  font-size: 32px;
  color: #f89838;
  float: left;
  line-height: 1;
}

#contact .info p {
  padding: 0 0 10px 42px;
  line-height: 28px;
  font-size: 14px;
}

#contact .form #sendmessage {
  color: #f89838;
  border: 1px solid #f89838;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #sendmessage.show, #contact .form #errormessage.show, #contact .form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#contact .form input, #contact .form textarea {
  box-shadow: none;
  font-size: 14px;
  height:34px;
  padding: 0px 15px;
}

.form-control {
	border-radius: 10px !important;
}

#contact .form button[type="submit"] {
  background: #454341;
  border: 0;
  padding: 8px 30px;
  color: #fff;
  border-radius: 10px !important;
}

#contact .form button[type="submit"]:hover {
  cursor: pointer;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
	background: #454341;
	box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
	padding: 30px 0;
	color: #fff !important;
	font-size: 14px;
}

#footer .credits {
  font-size: 13px;
  color: #888;
}

#footer .footer-links a {
color: #fff;
  padding-left: 15px;
}

#footer .footer-links a:first-child {
  padding-left: 0;
}

#footer .footer-links a:hover {
  color: #f89838 !important;
}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: linear-gradient(45deg, #f89838, #454341);
  color: #fff;
  padding: 2px 20px 8px 20px;
  font-size: 16px;
  border-radius: 4px 4px 0 0;
  right: 15px;
  bottom: 0;
  transition: none;
  z-index:99
}

.back-to-top:focus {
  background: linear-gradient(45deg, #f89838, #f89838);
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #f89838;
  color: #fff;
}

#gtco-services {
  padding: 65px 0;
  clear: both;
}
#gtco-services p {
	text-align:justify;
}

@media screen and (max-width: 768px) {
  #gtco-services{
    padding: 3em 0;
  }
}

.gtco-container {
  max-width: 1140px;
  position: relative;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.js .animate-box {
    opacity: 0;
}

.gtco-tabs .gtco-tab-nav {
  clear: both;
  margin: 0;
  padding: 3px;
  float: left;
  width: 100%;
  background: #f2f2f2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.gtco-tabs .gtco-tab-nav li {
  float: left;
  margin: 0;
  padding: 0;
  width: 33%;
  text-align: center;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.gtco-tabs .gtco-tab-nav li .icon {
  font-size: 30px;
}
.gtco-tabs .gtco-tab-nav li a {
  padding: 20px;
  width: 100%;
  float: left;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  color: #b3b3b3;
}
.gtco-tabs .gtco-tab-nav li a:hover {
  color: #4d4d4d;
}
.gtco-tabs .gtco-tab-nav li.active a {
  background: #fff;
  color: #f89838;
}

.gtco-tabs .gtco-tab-content-wrap {
  clear: both;
  position: relative;
  top: 15px;
}
.gtco-tabs .gtco-tab-content-wrap .tab-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
.gtco-tabs .gtco-tab-content-wrap .tab-content.active {
  opacity: 1;
  visibility: visible;
}
.gtco-tabs .icon-xlg {
  font-size: 400px;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .gtco-tabs .icon-xlg {
    font-size: 300px;
  }
}
@media screen and (max-width: 480px) {
  .gtco-tabs .icon-xlg {
    font-size: 200px;
  }
}

.gtco-video {
  height: 350px;
  overflow: hidden;
  margin-bottom: 30px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}
.gtco-video.gtco-video-sm {
  height: 250px;
}
.gtco-video a {
  z-index: 1001;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -45px;
  margin-left: -45px;
  width: 90px;
  height: 90px;
  display: table;
  text-align: center;
  background: #fff;
  -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.gtco-video a i {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  font-size: 40px;
}
.gtco-video .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.gtco-video:hover .overlay {
  background: rgba(0, 0, 0, 0.7);
}
.gtco-video:hover a {
  position: relative;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.gtco-bg {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-position: center center;
  width: 100%;
  float: left;
}


body.fh5co-offcanvas {
    overflow: hidden;
}

.h1-small {
	margin-top: 12px;
	font-size:15px;
}

.header-top .active {
	background-color:rgb(152, 137, 78, .6);
	padding: 0 5px;
}

.sticky-wrapper .container {
	width:1215px;
}

	#colour-variations {
		padding: 10px;
		-webkit-transition: 0.5s;
	  	-o-transition: 0.5s;
	  	transition: 0.5s;
		width: 150px;
		position: fixed;
		left: 0;
		top: 95px;
		z-index: 999999;
		display:none;
		background: #e4e2e2;
		/*border-radius: 4px;*/
		border-top-right-radius: 4px;
		border-bottom-right-radius: 4px;
		-webkit-box-shadow: 0 0 9px 0 rgba(0,0,0,.1);
		-moz-box-shadow: 0 0 9px 0 rgba(0,0,0,.1);
		-ms-box-shadow: 0 0 9px 0 rgba(0,0,0,.1);
		box-shadow: 0 0 9px 0 rgba(0,0,0,.1);
		text-align: center;
		font-size: 30px;
	}
	#colour-variations h2 {
		margin-bottom:0px;
		font-size: 21px;
		line-height: 30px;
	}
	#colour-variations.sleep {
		margin-left: -150px;
	}
	#colour-variations h3 {
		text-align: center;;
		font-size: 11px;
		letter-spacing: 2px;
		text-transform: uppercase;
		color: #777;
		margin: 0 0 10px 0;
		padding: 0;;
	}
	#colour-variations ul,
	#colour-variations ul li {
		padding: 0;
		margin: 0;
	}
	#colour-variations li {
		list-style: none;
		display: block;
		margin-bottom: 5px!important;
		float: left;
		width: 100%;
	}
	#colour-variations li a {
		width: 100%;
		position: relative;
		display: block;
		overflow: hidden;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		-ms-border-radius: 4px;
		border-radius: 4px;
		-webkit-transition: 0.4s;
		-o-transition: 0.4s;
		transition: 0.4s;
	}
	#colour-variations li a:hover {
	  	opacity: .9;
	}
	#colour-variations li a > span {
		width: 33.33%;
		height: 20px;
		float: left;
		display: -moz-inline-stack;
		display: inline-block;
		zoom: 1;
		*display: inline;
	}
	#colour-variations .fas {
}
	

	.option-toggle {
		position: absolute;
		right: 0;
		margin-top: 5px;
		margin-right: -45px;
		width: 45px;
		height: 40px;
		background: #f89838;
		text-align: center;
		border-top-right-radius: 4px;
		border-bottom-right-radius: 4px;
		color: #fff;
		cursor: pointer;
		-webkit-box-shadow: 0 0 9px 0 rgba(0,0,0,.1);
		-moz-box-shadow: 0 0 9px 0 rgba(0,0,0,.1);
		-ms-box-shadow: 0 0 9px 0 rgba(0,0,0,.1);
		box-shadow: 0 0 9px 0 rgba(0,0,0,.1);
	}
	.option-toggle i {
		position: relative;
	}
	.option-toggle:hover, .option-toggle:focus, .option-toggle:active {
		color:  #fff;
		text-decoration: none;
		outline: none;
	}
	
.sticky-wrapper {
	position: relative;
z-index: 2;
}

.inner-subscribe {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.inner-subscribe h1{
	margin-top:50px;
	color:#fff;
}
.inner-subscribe .separetor{
	border-bottom:3px solid #f89838;
}


.schools {
	margin-top: 40px;
	
}
.schools :hover a i{
	color: #fff;
	background: #f89838;
}
.schools :hover a{
	/*border: 2px solid #f89838;*/
}
.schools  a{
    /*border: 2px solid #ddd;*/
    width: 115px;
    height: 115px;
    display: inline-block;
    text-align: center;
    padding: 6px;
    border-radius: 50%;	
	transition:.6s;
	cursor: default;
}
.schools  a i{
    font-size: 45px;
    color: #f89838;
    background: #ddd;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    border-radius: 50%;
	transition:.6s;
}
.schools h4{
	margin:30px auto 20px auto;
	font-weight:300;
}
.schools p{
	line-height: 25px;
	font-size:18px;
}

.main-inner {
	padding-top: 30px;
}

.inner-container {
	background-color: #424242;
}
.inner-container .info{
	color: #fff !important;
}

.da-img img {
	border-radius:40px;
}


.slider-wrapper {
	position: relative;
z-index: 1;
}

/* Header Section */
header {
	background: url(../img/intro-bg.png) no-repeat center center rgb(0, 0, 0, 0.9);
	background-size: cover;
}
.intro {
	display: table;
	width: 100%;
	padding: 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.intro .overlay {
}
.intro h1 {
	color: #fff;
	font-size: 74px;
	font-weight: 600;
	margin-top: 0;
	text-transform: uppercase;
	margin-bottom: 10px;
	text-shadow: 2px 2px #454341;
}
.intro p {
	font-size: 28px;
	margin-top: 10px;
	margin-bottom: 40px;
	color: #ccc;
}
header .intro-text {
	padding-top: 135px;
	padding-bottom: 140px;
	text-align: center;
}


.head_title {
}

.sections {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
    overflow: hidden;
}


.feature-center {
  text-align: center;
  float: left;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .feature-center {
    margin-bottom: 50px;
  }
  #colour-variations {
	  display:block;
  }
}
.feature-center .icon {
  width: 85px;
  height: 85px;
  background: #fff;
  display: table;
  text-align: center;
  margin: 0 auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.feature-center .icon i {
  /*display: table-cell;*/
  vertical-align: middle;
  height: 85px;
  font-size: 40px;
  line-height: 40px;
  color: #424242;
  border: 1px solid #f89838;
  padding: 20px;
  border-radius: 50%;
  transition: .6s;
  min-width: 85px;
}

.feature-center .icon:hover i {
  color: #fff;
  background: #f89838;
}

.feature-center p, .feature-center h3 {
  margin-bottom: 30px;
}
.feature-center h3 {
  text-transform: uppercase;
  font-size: 18px;
  color: #5d5d5d;
}


.o-button {
	padding: 15px 50px;
	font-size: 20px;
	background: #f89838;
	border-radius: 25px 25px 25px 25px;
	color: #495057;
}

.gradiant-button {
	padding: 15px 50px !important;
	font-size: 20px !important;
  	background: linear-gradient(to right, #f89838 , #454341);
	color:#fff;
	border-radius: 25px 25px 25px 25px !important;
	border:none;
}


.gallery-item {
	margin: 0 0 30px 0;
}


.signature_img  {
	margin:20px 0px;
}

.signature_img img {
	width: 50%;
}

.main_abouts h1 {
	color:#f89838;
}

/* Navigation */
#menu {
	padding: 20px;
	transition: all 0.8s;
}
#menu.navbar-default {
	background-color: rgba(248, 248, 248, 0);
	border-color: rgba(231, 231, 231, 0);
}
#menu a.navbar-brand {
	font-size: 20px;
	color: #444;
	font-weight: 500;
	text-transform: uppercase;
}
#menu a.navbar-brand i.fa {
	color: #0ba2db;
	vertical-align: top;
}
#menu.navbar-default .navbar-nav > li > a {
	text-transform: uppercase;
	color: #444;
	font-weight: 400;
	font-size: 15px;
	letter-spacing: 1px;
}
#menu.navbar-default .navbar-nav > li > a:hover {
	color: #0ba2db;
}
.on {
	background-color: #f6f6f6 !important;
	border-bottom: 1px solid #ddd !important;
	padding: 10px 0 !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #0ba2db !important;
	background-color: transparent;
}
.navbar-toggle {
	border-radius: 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #0ba2db;
	border-color: #0ba2db;
}
.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #f89838;
}
.section-title {
	margin-bottom: 70px;
}
.section-title p {
	font-size: 18px;
}
.btn-custom {
	text-transform: uppercase;
	color: #fff;
	background-color: #0ba2db;
	border: 0;
	padding: 14px 20px;
	margin: 0;
	font-size: 16px;
	border-radius: 2px;
	margin-top: 20px;
	transition: all 0.3s;
}
.btn-custom:hover, .btn-custom:focus, .btn-custom.focus, .btn-custom:active, .btn-custom.active {
	color: #fff;
	background-color: #444;
}

.header-social {
	position: relative;
	z-index: 2;
	font-size: 22px;
	text-transform: uppercase;
	margin-top: 25px;
	margin-bottom:5px;
	font-weight: 700;
	float: left;
	width:50%;
	text-align:left;
	color: #fff;
}

.header-social a{
	color: #fff;
	font-size: 16px;
	margin-right: 3px;
	margin-left: 3px;
}

.header-social a:hover{
	color:#f89838;
}

.header-social .active {
    background-color: rgb(221, 138, 58, .6);
    padding: 0 5px;
    margin-left: 5px;
}

.copyright a , .copyright a:hover{
	
	color:#f89838 !important;
}

.footer-social {
	text-align:center;
	margin-top:75px;
	width: 100%;
}

.footer-social a{
	color:#f89838;
	margin:0 20px;
}



.mys-footer a{
	color:#53a2da;
	margin:0 20px;
}


.footer-social a:hover{
	color:#454341;
}


.main-nav {
  background-color:#454341;
}




/*******  Navigation  *******/
.nav {
padding-left:0;

margin-bottom:0;

list-style:none
}

.nav>li {
position:relative;

display:block
}

.nav>li>a {
position:relative;

display:block;

padding:10px 15px
}

.nav>li>a:focus,.nav>li>a:hover {
text-decoration:none;

background-color:#f89838;
border-radius: 30px;
}

.nav>li.disabled>a {
color:#777
}

.nav>li.disabled>a:focus,.nav>li.disabled>a:hover {
color:#777;

text-decoration:none;

cursor:not-allowed;

background-color:transparent
}

.nav .open>a,.nav .open>a:focus,.nav .open>a:hover {
background-color:#eee;

border-color:#337ab7
}

.nav .nav-divider {
height:1px;

margin:9px 0;

overflow:hidden;

background-color:#e5e5e5
}

.nav>li>a>img {
max-width:none
}

.nav-tabs {
border-bottom:1px solid #ddd
}

.nav-tabs>li {
float:left;

margin-bottom:-1px
}

.nav-tabs>li>a {
margin-right:2px;

line-height:1.42857143;

border:1px solid transparent;

border-radius:4px 4px 0 0
}

.nav-tabs>li>a:hover {
border-color:#f89838;
}

.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover {
color:#555;

cursor:default;

background-color:#f89838;

border:1px solid #ddd;

border-bottom-color:transparent
}

.nav-tabs.nav-justified {
width:100%;

border-bottom:0
}

.nav-tabs.nav-justified>li {
float:none
}

.nav-tabs.nav-justified>li>a {
margin-bottom:5px;

text-align:center
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
top:auto;

left:auto
}

@media (min-width:768px) {
.nav-tabs.nav-justified>li {
display:table-cell;

width:1%
}

.nav-tabs.nav-justified>li>a {
margin-bottom:0
}

}

.nav-tabs.nav-justified>li>a {
margin-right:0;

border-radius:4px
}

.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover {
border:1px solid #ddd
}

@media (min-width:768px) {
.nav-tabs.nav-justified>li>a {
border-bottom:1px solid #ddd;

border-radius:4px 4px 0 0
}

.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover {
border-bottom-color:#fff
}


}

.nav-pills>li {
float:left
}

.nav-pills>li>a {
border-radius:4px
}

.nav-pills>li+li {
margin-left:2px
}

.nav-pills>li.active>a,.nav-pills>li.active>a:focus,.nav-pills>li.active>a:hover {
color:#fff;

background-color:#337ab7
}

.nav-stacked>li {
float:none
}

.nav-stacked>li+li {
margin-top:2px;

margin-left:0
}

.nav-justified {
width:100%
}

.nav-justified>li {
float:none
}

.nav-justified>li>a {
margin-bottom:5px;

text-align:center
}

.nav-justified>.dropdown .dropdown-menu {
top:auto;

left:auto
}

@media (min-width:768px) {
.nav-justified>li {
display:table-cell;

width:1%
}

.nav-justified>li>a {
margin-bottom:0
}


}

.nav-tabs-justified {
border-bottom:0
}

.nav-tabs-justified>li>a {
margin-right:0;

border-radius:4px
}

.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover {
border:1px solid #ddd
}

@media (min-width:768px) {
.nav-tabs-justified>li>a {
border-bottom:1px solid #ddd;

border-radius:4px 4px 0 0
}

.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover {
border-bottom-color:#fff
}


}

.tab-content>.tab-pane {
display:none
}

.tab-content>.active {
display:block
}

.nav-tabs .dropdown-menu {
margin-top:-1px;

border-top-left-radius:0;

border-top-right-radius:0
}

.navbar {
position:relative;

min-height:50px;

margin-bottom:20px;

border:1px solid transparent
}

@media (min-width:768px) {
.navbar {
border-radius:4px
}


}

@media (min-width:768px) {
.navbar-header {
float:left;
margin: 1% 0px;
}


}

.navbar-collapse {

overflow-x:visible;

-webkit-overflow-scrolling:touch;

border-top:1px solid transparent;

-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1);

box-shadow:inset 0 1px 0 rgba(255,255,255,.1);

height: auto;
}

.navbar-collapse .header-social{
	margin-top: 5px;
	text-align: right;
}

.navbar-collapse.in {
overflow-y:auto
}

@media (min-width:768px) {
.navbar-collapse {
width:auto;

border-top:0;

-webkit-box-shadow:none;

box-shadow:none;
margin: 1% 0px;
}

.navbar-collapse.collapse {
display:block!important;

height:auto!important;

padding-bottom:0;

overflow:visible!important
}

.navbar-collapse.in {
overflow-y:visible
}

.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse {
padding-right:0;

padding-left:0
}


}

.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse {
max-height:340px
}

@media (max-device-width:480px)and (orientation:landscape) {
.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse {
max-height:200px
}


}

.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header {
margin-right:-15px;

margin-left:-15px
}

@media (min-width:768px) {
.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header {
margin-right:0;

margin-left:0
}


}

.navbar-static-top {
z-index:1000;

border-width:0 0 1px
}

@media (min-width:768px) {
.navbar-static-top {
border-radius:0
}


}

.navbar-fixed-bottom,.navbar-fixed-top {
position:fixed;

right:0;

left:0;

z-index:1030
}

@media (min-width:768px) {
.navbar-fixed-bottom,.navbar-fixed-top {
border-radius:0
}


}

.navbar-fixed-top {
top:0;

border-width:0 0 1px
}

.navbar-fixed-bottom {
bottom:0;

margin-bottom:0;

border-width:1px 0 0
}

.navbar-brand {

font-size:18px;

line-height:20px
}

.navbar-header h1 {
	margin-bottom:0px;
	text-align: center;
}

.navbar-brand:focus,.navbar-brand:hover {
text-decoration:none
}

.navbar-brand>img {
display:block
}

@media (min-width:768px) {
.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand {
margin-left:-15px
}


}

.navbar-toggle {
position:relative;

float:right;

padding:9px 10px;

margin:15px 30px 15px 15px;
background-color:transparent;

background-image:none;

border:1px solid transparent;

border-radius:4px
}

.navbar-toggle:focus {
outline:0
}

.navbar-toggle .icon-bar {
display:block;

width:22px;

height:2px;

border-radius:1px
}

.navbar-toggle .icon-bar+.icon-bar {
margin-top:4px
}

@media (min-width:768px) {
.navbar-toggle {
display:none
}


}

.navbar-nav {
margin:7.5px -15px
}

.navbar-nav>li>a {
padding-top:10px;

padding-bottom:10px;

line-height:20px
}

@media (max-width:767px) {
.navbar-nav .open .dropdown-menu {
position:static;

float:none;

width:auto;

margin-top:0;

background-color:transparent;

border:0;

-webkit-box-shadow:none;

box-shadow:none
}

.navbar-header h1 {
	padding: 15px 0px;
}



.navbar-nav .open .dropdown-menu .dropdown-header,.navbar-nav .open .dropdown-menu>li>a {
padding:5px 15px 5px 25px
}

.navbar-nav .open .dropdown-menu>li>a {
line-height:20px
}

.navbar-nav .open .dropdown-menu>li>a:focus,.navbar-nav .open .dropdown-menu>li>a:hover {
background-image:none
}

.footer-social a{
	margin: 0 10px;
}



}

@media (min-width:768px) {
.navbar-nav {
float:left;

margin:0
}

.navbar-nav>li {
float:left
}

.navbar-nav>li>a {
	color: #fff;
	padding-top: 14px;
	padding-bottom: 14px;
}
}

.navbar-form {
padding:10px 15px;

margin-top:8px;

margin-right:-15px;

margin-bottom:8px;

margin-left:-15px;

border-top:1px solid transparent;

border-bottom:1px solid transparent;

-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);

box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1)
}

@media (min-width:768px) {
.navbar-form .form-group {
display:inline-block;

margin-bottom:0;

vertical-align:middle
}

.navbar-form .form-control {
display:inline-block;

width:auto;

vertical-align:middle
}

.navbar-form .form-control-static {
display:inline-block
}

.navbar-form .input-group {
display:inline-table;

vertical-align:middle
}

.navbar-form .input-group .form-control,.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn {
width:auto
}

.navbar-form .input-group>.form-control {
width:100%
}

.navbar-form .control-label {
margin-bottom:0;

vertical-align:middle
}

.navbar-form .checkbox,.navbar-form .radio {
display:inline-block;

margin-top:0;

margin-bottom:0;

vertical-align:middle
}

.navbar-form .checkbox label,.navbar-form .radio label {
padding-left:0
}

.navbar-form .checkbox input[type=checkbox],.navbar-form .radio input[type=radio] {
position:relative;

margin-left:0
}

.navbar-form .has-feedback .form-control-feedback {
top:0
}


}

@media (max-width:767px) {
.navbar-form .form-group {
margin-bottom:5px
}

.navbar-form .form-group:last-child {
margin-bottom:0
}

.fa-5x {
    font-size: 3em;
}

}

@media (min-width:768px) {
.navbar-form {
width:auto;

padding-top:0;

padding-bottom:0;

margin-right:0;

margin-left:0;

border:0;

-webkit-box-shadow:none;

box-shadow:none
}


}

.navbar-nav>li>.dropdown-menu {
margin-top:0;

border-top-left-radius:0;

border-top-right-radius:0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
margin-bottom:0;

border-top-left-radius:4px;

border-top-right-radius:4px;

border-bottom-right-radius:0;

border-bottom-left-radius:0
}

.navbar-btn {
margin-top:8px;

margin-bottom:8px
}

.navbar-btn.btn-sm {
margin-top:10px;

margin-bottom:10px
}

.navbar-btn.btn-xs {
margin-top:14px;

margin-bottom:14px
}

.navbar-text {
margin-top:15px;

margin-bottom:15px
}

@media (min-width:768px) {
.navbar-text {
float:left;

margin-right:15px;

margin-left:15px
}


}

@media (min-width:768px) {
.navbar-left {
float:left!important
}

.navbar-right {
float:right!important;

margin-right:-15px;
margin-top: 1.3%;
}

.navbar-right~.navbar-right {
margin-right:0
}


}

.navbar-default {
background-color:#f8f8f8;

border-color:#e7e7e7
}

.navbar-default .navbar-brand {
color:#777
}

.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover {
color:#5e5e5e;

background-color:transparent
}

.navbar-default .navbar-text {
color:#777
}

.navbar-default .navbar-nav>li>a {
color:#777
}

.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover {
color:#333;

background-color:transparent
}

.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover {
color:#555;

background-color:#e7e7e7
}

.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:focus,.navbar-default .navbar-nav>.disabled>a:hover {
color:#ccc;

background-color:transparent
}

.navbar-default .navbar-toggle {
border-color:#ddd
}

.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover {
background-color:#f89838
}

.navbar-default .navbar-toggle .icon-bar {
background-color:#f89838
}

.navbar-default .navbar-collapse,.navbar-default .navbar-form {
border-color:#e7e7e7
}

.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover {
color:#555;

background-color:#e7e7e7
}

@media (max-width:767px) {
.navbar-default .navbar-nav .open .dropdown-menu>li>a {
color:#777
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
color:#333;

background-color:transparent
}

.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
color:#555;

background-color:#f89838
}

.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
color:#ccc;

background-color:transparent
}


}

.navbar-default .navbar-link {
color:#777
}

.navbar-default .navbar-link:hover {
color:#333
}

.navbar-default .btn-link {
color:#777
}

.navbar-default .btn-link:focus,.navbar-default .btn-link:hover {
color:#333
}

.navbar-default .btn-link[disabled]:focus,.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:focus,fieldset[disabled] .navbar-default .btn-link:hover {
color:#ccc
}

.navbar-inverse {
background-color:#222;

border-color:#080808
}

.navbar-inverse .navbar-brand {
color:#9d9d9d
}

.navbar-inverse .navbar-brand:focus,.navbar-inverse .navbar-brand:hover {
color:#fff;

background-color:transparent
}

.navbar-inverse .navbar-text {
color:#9d9d9d
}

.navbar-inverse .navbar-nav>li>a {
color:#9d9d9d
}

.navbar-inverse .navbar-nav>li>a:focus,.navbar-inverse .navbar-nav>li>a:hover {
color:#fff;

background-color:transparent
}

.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:focus,.navbar-inverse .navbar-nav>.active>a:hover {
color:#fff;

background-color:#080808
}

.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:focus,.navbar-inverse .navbar-nav>.disabled>a:hover {
color:#444;

background-color:transparent
}

.navbar-inverse .navbar-toggle {
border-color:#333
}

.navbar-inverse .navbar-toggle:focus,.navbar-inverse .navbar-toggle:hover {
background-color:#333
}

.navbar-inverse .navbar-toggle .icon-bar {
background-color:#fff
}

.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form {
border-color:#101010
}

.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:focus,.navbar-inverse .navbar-nav>.open>a:hover {
color:#fff;

background-color:#080808
}

@media (max-width:767px) {
.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
border-color:#080808
}

.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
background-color:#080808
}

.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
color:#9d9d9d
}

.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
color:#fff;

background-color:transparent
}

.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
color:#fff;

background-color:#080808
}

.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
color:#444;

background-color:transparent
}


}

.navbar-inverse .navbar-link {
color:#9d9d9d
}

.navbar-inverse .navbar-link:hover {
color:#fff
}

.navbar-inverse .btn-link {
color:#9d9d9d
}

.navbar-inverse .btn-link:focus,.navbar-inverse .btn-link:hover {
color:#fff
}

.navbar-inverse .btn-link[disabled]:focus,.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:focus,fieldset[disabled] .navbar-inverse .btn-link:hover {
color:#444
}

@media screen and (max-width: 768px) {
  .header-top .fh5co-social {
    text-align: center !important;
  }
}


@media (max-width: 767px) {
	.navbar-brand {
		/*padding: 15px;*/
	}
	.navbar-toggle {
	  border:1px solid #fff;
	}

	.navbar-toggle .icon-bar {
	  background-color: #fff;
	}
	.navbar-right li a {
		font-size: 13px;
		padding-bottom: 8px;
		padding-top: 10px;
	}
	.container > .navbar-header {
	    width: 33%;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
 	.navbar-right li a {
		font-size: 12px;
		padding-right: 10px;
	}
}

#support, #new, #like {
	background:#f2f2f2;
}

.padding-div {
	padding: 39px 0;
}

#myschool-page-img-block {
	background: url(../img/services/myschool-background.png) no-repeat center center rgb(246, 246, 246, 0.9);
	background-size: cover;
	border-bottom: 1px solid #454341;
}

#myuniversity-page-img-block {
	background: url(../img/services/myuniversity-background.png) no-repeat center center rgb(246, 246, 246, 0.9);
	background-size: cover;
	border-bottom: 1px solid #454341;
}

#elhakeem-page-img-block {
	background: url(../img/services/elhakeem-background.png) no-repeat center center rgb(246, 246, 246, 0.9);
	background-size: cover;
	border-bottom: 1px solid #454341;
}

#elwafi-page-img-block {
	background: url(../img/services/elwafi-background.png) no-repeat center center rgb(246, 246, 246, 0.9);
	background-size: cover;
	border-bottom: 1px solid #454341;
}

#about-page-img-block {
	background: url(../img/about-background.png) no-repeat center center rgb(246, 246, 246, 0.9);
	background-size: cover;
	border-bottom: 1px solid #454341;
	min-height: 350px;
}

#join-us-page-img-block {
	background: url(../img/join-us-background.png) no-repeat center center rgb(246, 246, 246, 0.9);
	background-size: cover;
	border-bottom: 1px solid #454341;
	min-height: 350px;
}

.breadcumb {
	font-size:20px;
	margin-bottom: 15px;
}

.breadcumb a{
	color:#454341;
}

.breadcumb a:hover{
	color:#8e8d8c;
}

.service-breadcumb span, .services-body i{
	color:#f89838;
}

.service-breadcumb {
	padding: 50px 0;
}

.services-title h1 {
	text-align: right;
	margin-top: 5px;
	line-height: 1.75em;
	font-size: 3em;
}

.services-title a {
	color: #f89838;
	margin: 0px 5px;
}
.services-title img {
	margin-bottom: 5px;
}

.services-title-seperator {
	border-bottom: 5px solid #f89838;
	overflow: hidden;
	width: 90%;
	margin: 20px 0px;
}

.service-img-block {
	float: left !important;
	text-align: center;
}

.service-separetor{
    border-bottom: 3px dashed #454341;
	overflow: hidden;
	width: 15%;
	margin-bottom: 20px;	
}

.services-body {
	padding-top: 15px;
	margin-top: 25px;
}

.services-body a{
	color:#f89838;
	text-decoration: underline !important;
}

.services-body i {
	margin-left: 5px;
}

.say h1 {
	color: #f89838;
	text-align: center;
	line-height: 1.5em;
}

.say h1 span{
	text-shadow: 2px 2px 2px #454341;
}

.services-body p {
	color: #454341;
	line-height: 25px;
	font-size: 18px;
	text-align: justify;
}

@media screen and (max-width: 768px) {
  .separetor {
	  width: 50%;
  }
  
  .service-separetor {
	  width: 70%;
  }
  
}

.popup-button {
	background: none;

	border: none;

	padding: 0;
}

.head_title span {
	color: #454341;

	font-size: 24px;
}

@media only screen and (max-width: 767px) {
	
	#join-us-form .container {
		width: 90%;
	}
	
}
#join-us-form .container {
	background: #454341;
	border-radius: 10px;
	width: 60%;
}
#join-us-form .breadcumb {

}


.alert-success {
	color: #468847;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}
.alert {
	padding: 8px 35px 8px 14px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.alert-heading {
	color: inherit;
}

.alert .close {
	position: relative;
	top: -2px;
	right: -21px;
	line-height: 18px;
}
.alert-danger,
.alert-error {
	color: #b94a48;
	background-color: #f2dede;
	border: #e8c2c2 1px solid ;

}


.alert-unregistered {
	color: #000;
	background-color: #807f7d;
	border: #807f7d 1px solid ;

}

.alert-info {
	color:#31708f;
	background-color:#d9edf7;
	border-color:#bce8f1;
	text-align: center;
	margin-top: 10px;
}

.alert-warning {
	color:#794e04;
	background-color:#f0e6b2;
	border-color:#faebcc;
	text-align: center;
	margin-top: 10px;

}
.alert h4 {
    line-height: 30px;
}

.text-center {
    text-align: center !important;
}

.dataTable td, th {
	color: #454341;
}

.main-form {
	box-shadow: none !important;
	overflow: hidden;
	padding: 0px !important;
}

#TaskCommentsDiv p {
	background: #eee;
	margin-bottom:0px;
	padding: 5px 10px;
}

.modal label {
	display: inline-block;
}


h3 {
    line-height: 40px;
}

a {
	transition: 0.5s;
	text-decoration: none !important;
}

.carousel-control .carousel-control-left, .carousel-control .carousel-control-right {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
	color: #fff;
}
.carousel {
	background-color: #53a2da;
}

.carousel-inner h3 {
	color: #fff;
	margin-bottom: 5px;
}

.dark-bcg {
	background: rgb(66, 66, 66) none repeat scroll 0px -104.15px;
}

.dark-bcg p, .dark-bcg h1, .dark-bcg .slick-prev {
	color: white !important;
}

.dark-bcg .slick-prev::before, .dark-bcg .slick-next::before {
	color: white !important;
}

.dark-bcg .single_team_img {
	background: white;
	padding: 5px;
	border-radius: 0% 25% 0% 25%;
}

#family .single_team_img {
	background: white;
	padding: 15px;
	border-radius: 0% 25% 0% 25%;
	border: 2px solid #495057;
	height: 160px;
}

.dark-bcg a i{
    font-size: 45px;
    color: #f89838;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    border-radius: 0% 25% 0% 25%;
	transition:.6s;
	background: white;
}

.rectangle-icon a i {
	border-radius: 0% 25% 0% 25%;
}
.rectangle-icon a{
	border: none;
}

#family {
	background: url(../img/school-pat1.png) repeat center center rgba(210, 210, 210, 0.79);
}

#family h5 {
	color: white;
	line-height: 1.5;
}

#family .single_team_img img {
	height: 100%;
	width: 100%;
}

#family .col-md-2 {
	min-height:340px;
}

#family .col-md-2 h5{
	color:#0f0f0e;
}

#apps h3 {
	/*color: #f89838;
	text-align: center;*/
}

.text-icon {
	padding: 15px 20px;
	border: 2px solid #53a2da;
	border-radius: 0% 25% 0% 25%;
	background: #53a2da;
	width: 104px;
	height: 106px;
}

.text-icon h4 {
	margin-bottom: 0px;
	color: white;
	line-height: 2;
}

#s-payment p {
	line-height: 1.5em;
	font-size: 18px;
	text-align: justify;
}

#s-payment {
	background: url(../img/pay-pat.png) repeat center center rgb(34, 33, 33, 0.9);
	background-size: cover;
}

.like {
	padding: 50px 0px 20px;
}

#like .fa-smile{
	color: #53a2da;
}

#like a .fa-frown{
	color: #454341;
}


#like a .fa-facebook{
	color: #fff;
    background: #4267B2;
    padding: 10px 20px;
    border-radius: 0% 25% 0% 25%;
	background: url(../img/social/facebook.png) no-repeat;
}

#like a:hover .fa-facebook{
	color: #fff;
    background: #454341;
}

#like a .fa-whatsapp{
	color: #fff;
    background: #4fce5d;
    padding: 10px 7px;
    border-radius: 0% 25% 0% 25%;
}

#like a:hover .fa-whatsapp{
	color: #fff;
    background: #454341 ;
}


#like a i{
	transition:.4s;
}


#like a:hover i{
	color: #f89838;
}


.one-said {
	border: 3px solid #f89838;
	border-radius: 15px;
	padding: 20px 10px;
}

.said-name {
	text-align: end;
}

#they-said .carousel-indicators li{
	background-color: #53a2da;
}

#they-said .carousel-indicators {
	position: relative;
	z-index: 15;
	width: 60%;
	padding-right: 0;
	margin: 35px auto;
	text-align: center;
	list-style: none;
	bottom: 0;
	left: 0;
}

.one-said .col-md-9{
	text-align: justify;
	min-height: 320px;
}

@media only screen and (max-width: 767px) {
	.one-said {
		margin-bottom: 10px;
	}
	.one-said img{
		margin-bottom: 10px;
	}

	#family .single_team_img img {
		width: auto;
		max-width: 90%;
	}
	#family .single_team_img {
		width: 50%;
		margin: 0 auto;
	}
	.container > .navbar-header {
		margin-right: 10px;
	}
	#main-slider .item {
		height: auto;
	}

	#s-payment img {
		width: -moz-available;          /* For Mozzila */
		width: -webkit-fill-available;  /* For Chrome */
		max-width: 90%;
	}
}

#they-said img {
	width: 110px;
}

p.one-said-text {
	min-height: 200px;
}


.slow-item {
	-webkit-transition:5s ease-in-out left !important;

	-o-transition:5s ease-in-out left !important;

	transition:5s ease-in-out left !important
}



@media all and (transform-3d),(-webkit-transform-3d) {
	.slow-item {

	-webkit-transition:-webkit-transform 5s ease-in-out !important;

	-o-transition:-o-transform 5s ease-in-out !important;

	transition:-webkit-transform 5s ease-in-out !important;

	transition:transform 5s ease-in-out !important;

	transition:transform 5s ease-in-out,-webkit-transform 5s ease-in-out,-o-transform 5s ease-in-out;

	}
}

#elearning img {
	
}

#elearning i {
	color: #53a2da;
}

#elearning{
	background: url(../img/school-pat.png) repeat center center rgb(66, 66, 66, 1);
}

#main-slider .item img {
	height: 100%;
	margin: 0 auto;
}

#main-slider .item {
	height: 580px;
}

@media only screen and (max-width: 767px) {
	#main-slider .item {
		height: max-content;
	}
	.padding-div {
		padding: 20px 0;
	}
	#main-slider .item img {
		height: 250px;
	}
}


#LoadingSpinner {
    display: none;
    overflow: hidden auto;
    opacity: 0.5;
    width: 100%;
    margin: 30px auto;
    position: fixed;
    z-index: 1050;
    outline: currentcolor none 0px;
    transition: opacity 0.15s linear 0s;
    background: #66003b;
    height: 100%;
    text-align: center;
}

.modal-body {
    display: inline-block;
    width: 100%;
}

#cf img {
  position:absolute;
  left: 25%;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

#cf img.top:hover {
  opacity:0;
}

.light-gray-bcg .single_steps {
	background: #eee;
	padding: 15px 15px 5px;
	border-radius: 0% 10% 0% 10%
}

#modules .single_steps a, #modules .single_steps i{
	border-radius: 0% 25% 0% 25%;
}

.light-gray-bcg .single_steps p{
	text-align: justify;
	color: #444343;
	font-size: 16px;
}