a{
color:	#FA6900;
}
ul{
	padding:0;
}

li {
	list-style:none;
	}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus{
	color: #053D5E;
	font-weight:bold;
	}
.nav>li>a:hover, .nav>li>a:focus{
	background-color: initial;
	}
p{
	font-family: Raleway;
	color:#606060;
	text-align: justify;
}
h1, h2, h3, h4, h5 h6{
	font-family: Roboto;
	font-weight: 300;
}
textarea.form-control{
	  height: 130px;
	}
.carousel-control {
	  width: 2%;
	}
.container img{
max-width:100%;}


.page_identifier { margin-top:60px; }
#message_board, .message_board {
	padding:6px;
  background: #fbf5b1;
  background: -webkit-gradient(linear, left top, left bottom, from(#fcf8c9), to(#f9f299));
  background: -webkit-linear-gradient(#fcf8c9, #f9f299);
  background: -moz-linear-gradient(top, #fcf8c9, #f9f299);
  background: linear-gradient(top, #fcf8c9, #f9f299);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcf8c9', endColorstr='#f9f299');
  color: #6d7829;
  text-shadow: 0 1px 0 #fff;
}
#message_board .glyphicon { top:3px; }
.message_board { margin:3px 0px; border:1px solid #aaa; }

/* =======   Top Bar =======  */	

.navbar-right~.navbar-right{
	  margin-right: -15px; 
	  margin-top: 27px;
	}
.search-button{
	border-radius: 0px;
	background: #374F5E;
	border:0px;
	height: 21px ;
	color: #fff;
	border-radius:3px ;
	margin-right: 3px;
	}
.top-bar{
	/*background-color:#4d4d4d;*/
	background-color:#053D5E;
	height:auto;
	}
.top-bar .navbar-collapse{
	padding:0;
	}
.navbar-form{
	margin-top: 40px;
  margin-bottom: 5px;
	}
.top-navbar>ul>li>a{
	  color: #cecece !important;
	  font-size:12px;
	   
	}
.top-navbar>ul>li:first-child a {
  border: none;
}
.global-btn{
	  padding: 3px 10px;
	  background-color:#374F5E;
	  border:none;
	  font-size: 11px;
	  color:#ffffff;
	}
.global-btn:hover  , .global-btn:focus {
	color:#ffffff;
	}
.inner-addon { 
    position: relative; 
    color:#fff;
}
.inner-addon .glyphicon {
  position: absolute;
  padding: 7px;
  pointer-events: none;
} 

.left-addon .glyphicon  { left:  0px;}
.right-addon .glyphicon { right: 0px;}

.left-addon input  { padding-left:  30px; }
.right-addon input { padding-right: 30px; }

.global-dropdown ul { 
	margin-top:17px; 
	border:0px;
	border-radius:0px;	
	box-shadow:none;
	padding:10px;
	background-color:rgba(55, 79, 94, .9);
	}
.global-dropdown-menu li a{
	padding:3px 0px ;
	}
.global-dropdown-menu li{
	font-size:12px;
	}

.top-bar .open>a, .nav .open>a:hover, .nav .open>a:focus{
	background-color: #fff;
  color: #101741;
	}
.navbar-toggle{
	background-color:#fff;
	}
.navbar-toggle .icon-bar{
	background-color:#053D5E;
	}
@media screen and (max-width: 768px) {
  .sticky-container{
    visibility: hidden; 	
  }
}
 	
/* =======   Sticky Social  =======  */	

.sticky-container{
		padding: 0px;
		margin: 0px;
		position: fixed;
		right:0;
		bottom:30px;
		width: 48px;
		z-index:10000;
	}
	.sticky li{
		list-style-type: none;
		height: 48px;
		 
		-webkit-transition:all 0.25s ease-in-out;
		-moz-transition:all 0.25s ease-in-out;
		-o-transition:all 0.25s ease-in-out;
		transition:all 0.25s ease-in-out;
		cursor: pointer;
		text-align: right;
	}
	.sticky li a{
		color: #ffffff;
		float:left;
		padding: 8px 15px 13px 17px;
		-webkit-transition:all 0.25s ease-in-out;
		-moz-transition:all 0.25s ease-in-out;
		-o-transition:all 0.25s ease-in-out;
		transition:all 0.25s ease-in-out;
		}
	.sticky li a:hover {
		  padding-left: 27px;
	}
	.sticky li:hover{
		margin-right: -10px;
		/*-webkit-transform: translateX(-115px);
		-moz-transform: translateX(-115px);
		-o-transform: translateX(-115px);
		-ms-transform: translateX(-115px);
		transform:translateX(-115px);*/
		/*background-color: #8e44ad;*/
		filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
	}
	.sticky li p{
		padding: 0px;
		margin: 0px;
		text-transform: uppercase;
		line-height: 43px;
	}
	@media screen and (max-width: 768px) {
  .sticky-container{
    visibility: hidden; 
  }
  .navbar-form{
    visibility: hidden; 
  }
  .navbar-right{
    display:none;
  }
  
}


/* =======   dropdown Amination =======  */	
.open > .dropdown-menu {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  transform: scale(1, 1);  
  
}
.dropdown-menu {
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  transform-origin: top;
  -webkit-animation-fill-mode: forwards; 
  -moz-animation-fill-mode: forwards;   
  animation-fill-mode: forwards; 
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  display: block;
  
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
}
.dropup .dropdown-menu {
  -webkit-transform-origin: bottom;
  -moz-transform-origin: bottom;
  transform-origin: bottom;  
}


/* =======   Main Menu =======  */	
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus{
	background-color:rgba(55, 79, 94, .9);
  color: #101741;
	}
.navbar-inverse .navbar-nav>li>a{
	font-weight:bold;
	color:#fff;
	font-size:12px;
	}
.f-nav{ z-index: 9999; position: fixed; left: 0; top: 0;width: 100%; height:200px;}
.f-nav-inner{ z-index: 1; position: fixed !important; left: 0; top: 60px; height:40px; width: 100%;}
.menu-bar{
	height:40px;
	background-color: transparent;
	margin:0px;
	z-index: 1;
  position: relative;
	}
.brand-name{
	background-color:none;

	}
.navbar-brand{
   padding:  0px 10px 10px 14px;
   height:auto;
	}
.navbar-brand img{
	max-width:100%;
	padding-top: 3px;
	}
.main-menu {
	 height:40px;
	padding:0px;
	}
.main-menu-list{
	/*background-color:rgba(110, 109, 108, .9);/*
	/*background-color: rgba(18, 56, 133, .9)*/
	 background-color:rgba(69, 156, 183, .9);
	}
.main-menu-list ul li a{
	padding-top:10px;
	padding-bottom:10px;
}
.full-width.dropdown {
    position: static;
}
.full-width.dropdown > .dropdown-menu {
    left: 0;
    right: 0;
    position: absolute;
    margin-top: -2px;
    border:none;
    background-color:rgba(55, 79, 94, .9);
}
.full-width.dropdown > .dropdown-menu > li > a {
	white-space: normal; 
}
.full-width.dropdown > .dropdown-menu > li {
	float:left;
	
	}


.fill-width.dropdown {
    position: static;
}
.fill-width.dropdown > .dropdown-menu {
    left: auto;
    position: absolute;
}
.fill-width.dropdown > .dropdown-menu > li > a {
   white-space: normal; 
}
/* =======  Dropdown Menu Inside  =======  */

.dropdown-menu {
	padding:40px;
	margin-top:-1px;
	
	}
.dropdown-menu li {
	list-style:none;
	padding:3px;
	color:#101741;
	}
.dropdown-menu li a{
	color:#FA6900;
	text-decoration:none;
	font-size:11px;
	}
 .global-dropdown-menu>li>a:hover, .global-dropdown-menu>li>a:focus
{
	background-color: transparent ;
	color:#FA6900;
}
/* =======  Slider  =======  */

.jssorb21 div, .jssorb21 div:hover, .jssorb21 .av{
    background: url( '../img/b21.png') no-repeat;
    overflow:hidden;
    cursor: pointer;
}
.jssorb21 div { background-position: -5px -5px; }
.jssorb21 div:hover, .jssorb21 .av:hover { background-position: -35px -5px; }
.jssorb21 .av { background-position: -65px -5px; }
.jssorb21 .dn, .jssorb21 .dn:hover { background-position: -95px -5px; }
#slider1_container{
	position: relative; 
	margin: 0 auto; 
  width: 1300px; 
  height: 450px; 
  overflow: hidden;
  
}
.slider {
	cursor: move; 
	position: absolute; 
	left: 0px; 
	top: 0px; 
	width: 1300px;
  height: 350px; 
  overflow: hidden;
}
.slider-inside{
	position: absolute; 
	width: 430px; 
	height: 210; 
	top: 80px; 
	left: 30px; 
	padding: 5px;
	text-align: left; 
	line-height: 36px; 
	font-size: 30px;
	color: #FFFFFF;
}
.right-content{
	left:700px;
	}

.jssorb21{
	position: absolute; 
	top: 300px; 
	right:70px;
	left:0;
}
.slider .slider-inside p{
	font-size:17px;
	line-height:20px;
	color:#ffffff;
	}

/* =======  Section  =======  */

.section-titel{
	text-align:center;
	padding-bottom:25px;
	font-family: Roboto;
	font-size:200%;
	padding:20px 0px;
	}
.color-section-title{
	text-align:center;
	padding-bottom:5px;
	font-weight:bold;
	font-family: Roboto;
	letter-spacing:3px;
	}

.color-section-title:after{
	background-color: #ffffff;
  content: "";
  display: block;
  height: 3px;
  width: 60px;
  margin: 15px auto;
	}
.white-section .color-section-title:after, .dark-section .color-section-title:after {
	background-color: #808080 !important;
}
.section-details p{
	font-size:16px;
	line-height:25px;
	}
.section-details-link{
	font-size:16px;
	font-weight: 600;
	} 
.white-section{
	background:#ffffff ;
	margin:20px 0px;
	} 
.white-section .carousel-indicators li, .dark-section .carousel-indicators li{
	border-color:#123885;
	}
.white-section .carousel-indicators .active, .dark-section .carousel-indicators .active{
	background-color:#123885;;
	} 
.blue-section, .dark-section{
	background:#69C3A0;
	margin:50px 0px;
	color:#ffffff;
	padding:0px 0px 70px 0px;
	} 
.blue-section p{
	color:#fff;
	}
.blue-section h2, .white-section h2, .dark-section h2{
	margin-top:0;
	}
.dark-section{
	background:#f9f9f9;
	margin:50px 0px 0px;
	color:#808080;
	}
.black-section{
	background:#053D5E;
	color:#0F1641;
	padding:10px 0px 10px 0px;
	font-size:12px;
	} 
.black-section p{
	color:#ffffff;
	}
.carousel-control.left, .carousel-control.right {
    background-image: none
} 
.carousel-indicators{
	bottom: -40px;
	} 
@media screen and (min-width: 768px){
	.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next{
		  margin-right: -30px;
		  margin-left: -30px;
		}
	}
.footer{
	margin:0;
	}
.footer ul li{
	list-style:none;
	padding-right: 0; 
	}
.footer ul li a{
	color:#ffffff;
	line-height:30px;
	font-size:12px;
	}
.footer h5{
	color:#306507;
	font-size:15px;
	}
.copyright {padding-top:30px;}
.copyright,  .copyright a{
	color: #306507;
	font-size:11px;
	}
.scrollToTop{
	width: 43px;
  height: 40px;
  padding: 7px 11px;
	text-align:center; 
	background: whiteSmoke;
	font-weight: bold;
	font-size:20px;
	color: #ccc;
	text-decoration: none;
	position:fixed;
	bottom:20px;
	right:20px;
	display:none;
	background-color: #F0F0F0 ;
	border-radius: 4px;
	opacity:.8;
	 
}
.scrollToTop:hover{
	text-decoration:none;
}
  

/* =======  Other page Section  =======  */

.slide-img-section, .bg-img-section{
	
	padding: 30px 0 30px;
  background-size: cover;
  background-position: 0 0;
  background-attachment: fixed 
	}
.slide-img-section{
	background-image: url(../img/clean_code_bg.jpg);
	}
.slide-img-content{
	padding:30px;
	background-color:rgba(55, 79, 94, .7);
	margin:20px;
	color:#ffffff;
	}
.slide-img-content a{
	
	font-size:18px;
	line-height:50px;
	}
.inner-menu{
	background-color:#ffffff;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(199,199,199,0.5);
-moz-box-shadow: 0px 3px 5px 0px rgba(199,199,199,0.5);
box-shadow: 0px 3px 5px 0px rgba(199,199,199,0.5);
}
.inner-menu .navbar-nav>li>a{
	padding-top: 8px;
  padding-bottom: 8px;
  color:#9c9c9c;
	}
.inner-menu .nav>li>a:hover, .inner-menu .nav>li>a:focus{
	background-color:#00bdce;
	color:#ffffff;
}
.bg-img-section{
background-color: rgba(115, 138, 141, .9);
background-image: url(../img/177H.jpg );
color:#ffffff;
text-align:left;
padding: 20px 0 60px;
}
.bg-img-section p{
	color:#ffffff;
	}
#home{
	margin:0;
}

.page-title-section{
	color:#101741;
	border-bottom:1px solid #374F5E;
	margin-bottom:20px;
	}
.about-quotes{
	font-size:22px;
	}
.highlightedbox{
	padding-top:25px;
	}
.highlightedbox .tab-pane{
		padding:8px;
	}
.highlightedbox .tab-pane p{

	line-height: 25px;
	font-size: 13px;
	}
.management-list li{
	list-style:none;
	padding-bottom: 20px;
	}
.management-list li h3{
	color: #053D5E;
	}
.header-space{
	height:117px;
	}
.main-menu-list ul{
	margin-left:14px;
	}
	
/* =======  Sidebar Style  =======  */
.sidebar-titel{
	margin-top: 0px;
	color: #053D5E;
	}
.sidebar-titel:after {
	margin-top:10px;
    height: 1px;
    display: block;
    width: 100px;
    background: #053D5E;
    border-right: 1px white;
    content: '';
}
.sidebar-other-page li {
	margin-bottom:10px;
	}
.sidebar-other-page li img{
	max-height:60px;
	padding-right:10px;
	}
	
/* =======  Contact page Style  =======  */

#contact{
	margin-top:20px;
	}
/* =======  Protfolio page Style  =======  */
blockquote{
	border:none;
	}
.protfolio-quote blockquote p {
	border:none;
	float:right;
	text-align:right !important;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.protfolio-quote  blockquote p:before{
	content: "\201C";
	font-size:100px;
	font-family: Georgia, "Times New Roman", Times, serif;
	position: relative;
	top: 30px;
	right: 5px;
	color: #ddd;
	}
.protfolio-quote blockquote p {
	font-size: 42px;
	line-height:42px;
	color: #d95b44;
	font-style: italic;
	padding-bottom: 3px;
	margin: 0;
}
blockquote.pull-right {
	border-right: 5px solid #d95b44;
}

.section-aside h1{
	font-size:24px;
	font-weight:500;
	 
	color: #F15A31;
	}
.section-aside h1:after{
	background-color: #F15A31;
	content: "";
	display: block;
	height: 1px;
	width: 100px;
	margin: 11px auto 30px;
	}
 
.section-article{
	margin-bottom:50px;
	}
.section-article h1{
	font-weight:400;
	line-height:46px;
	}
.section-article img{
	width:100%;
	height: 300px;
	border: 1px solid #eee;
	}
.section-article .two-col	{
	-webkit-column-gap: 2.57143rem;
	-moz-column-gap: 2.57143rem;
	column-gap: 2.57143rem;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	text-align: justify;
	}
.bg-image{
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin-bottom:10px;
	}
.project-details{
	width:43.3333%;
	padding:130px 52px;
	text-shadow: rgba(0,0,0,.3) 0 1px 1px;
	color:#ffffff;
	}

.project-services{
	margin-bottom: 70px;
	text-transform: uppercase;
	color:#fff;
	}
.project-services:after{
	background-color: #fff;
	content: "";
	display: block;
	height: 1px;
	width: 100px;
	position: relative;
	bottom: -30px;
	}
.project-body{
	text-align:justify;
	font-size:20px;
	line-height:30px;
	margin-bottom:40px;
	}
.project-link{
	color:#fff;
	padding:13.5px 26px 15px;
	background-color: transparent;
	border: 2px solid #FFF!important;
	text-transform: uppercase;
	
	}
.project-link:hover{
	color:black;
	text-shadow: none;
	background-color:#fff;
	}
.project-body p{
	color:#ffffff;
	}
/* ====== Message Bord Style ======  */
.mtitle{
	padding: 20px;
	background-color: #053D5E;
	color:#ffffff;
	font-size: 22px;
	margin-top:5px;
	
	}
	
/* ====== Portfolio Style ======  */
.portfolio-item{
	position: absolute;
	margin-bottom: 30px;
	border: 1px solid #e9e9e9;
	padding:10px;
	border-radius:3px;
	height:400px;
}
.portfolio-img{
	weight:300px;
	height:200px;
	text-align:center;
	}
.portfolio-img img{
	max-width:100%;
	}
.portfolio-item { 
	position: relative;
	}
.project-title {
	letter-spacing: 2px;
	margin-bottom: 15px;
	font-size:14px;
	color:#404040;
	font-weight:bold;
	border-bottom: 1px solid #e9e9e9;
	padding-bottom:10px;
	height:40px;
	line-height:20px;
	text-align: center;
	}
.project-title:hover{
	color:#777676;
	}
.portfolio-details p{
	line-height:20px;
	font-size:13px;
	}
.portfolio-details a{
	text-decoration:none;
	}
.client-page-title{
	 border-bottom: 1px solid #e9e9e9;
	 padding:20px 0;
	 margin-bottom: 20px;
	}
.client-page-title h1 {
 	float:left;
	margin-top:65px;
	color: #053D5E;
	}
.client-page-title img{
	float:right;
	padding-right: 0px;
	border: 1px solid #e9e9e9;
	}
.product-item-details li{
	padding:5px 0px;
	font-size:16px;
	list-style-type: square;
	list-style-position: inside;
	}
/* ====== Latest News ======  */	

 

.newstape a { color: #F5F7FA; }

#wrapper {
  
  margin: 0 auto;
}

.text-center { text-align: center; }

.text-right { text-align: right; }

.text-justify { text-align: justify; }

.newstape {
  background-color:rgba(55, 79, 94, .7);
  color: #fff;
  height: 172px;
  overflow: hidden;
}

.newstape h4 { color:#ffffff; }

.newstape-content {
  position: relative;
  padding: 15px;
}

.newstape-drag { cursor: ns-resize; }

.latest-news{
	position:absolute;
	top:139px;
	right: 30px;
	z-index:1; 
	width:350px;
	margin:20px; 
	}
.latest-news-title{
	padding: 8px 12px;
	background-color:#2E4C5E;
	color:#ffffff;
	font-size:18px;
	}
.latest-news-container{
	color:#fff;
	padding:15px; 
	}
.news-block img{
	float:left;
	padding-right: 10px;
	}
.news-block p{
	color:#ffffff;
	padding-left:70px;
	}
@media screen and (min-width: 996px) {
    #services{
    	height: 470px;
    	}
}
@media screen and (max-width: 600px) {
   .latest-news{
		  display: none;
		}
}
 