body{
	padding:0 0;
	margin:0 0; 
	font-family: 'Source Sans Pro', sans-serif;


}
h1,h2,h3,h4,h5,h6{
	padding:0 0;
	margin:0 0;
font-family: 'Prompt', sans-serif;	
}
p{
	padding:0 0;
	margin:0 0;
font-family: 'Source Sans Pro', sans-serif;


}
ul{
	padding:0 0;
	margin:0 0;	
	 padding-left: 0;
    list-style: none;
 font-family: 'Questrial', sans-serif;


}
/*header-section*/
/*header*/
.header {
    background: #;
    border-bottom: 1px solid #918c8c;
    padding: 0.85em 0;
}
/*Header*/
/*Top nav left*/
.top-nav {
	color: #333;
	line-height: 40px;
	border-bottom: 1px solid #01b1d7;
}

/*Top left Menu*/
.header-top {
	background: #067ab4 ;
	border-bottom: 1px solid #918c8c;
}
.social-icons{
	float:left;
	margin-left:1em;
}
.social-icons ul li {
    display: inline-block;
    float: left;
    margin: 0px 6px;
    width: 30px;
    height: 30px;
    text-align: center;
    border: 2px solid #fff;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.social-icons ul {
    margin-top: 13px;
}
.social-icons ul li i {
    padding-top: 6px;
    color: #fff;
    font-size: 13px;
	 transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.social-icons ul li:hover i{
    color: #cc1927;
	 transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.social-icons ul li:hover {
    border-color: #cc1927;
	 transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.details {
    float: right;
}
.details ul li {
    list-style: none;
    display: inline-block;
    padding: 13px 20px;
    color: #fff;
	font-size:14px;
	 transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.details ul li a{
	color:#fff;
	text-decoration:none;
	 transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
	font-size: 15px;
}
.center-container:before {
    content: '';
    position: absolute;
    top: 0px;
    bottom: 0px;
        background: url(../images/dott.png);
    left: 0px;
    width: 100%;
}
.details ul li a:hover{
	color:#fff;
	 transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.details ul li i {
    color: #fff;
    font-size: 16px;
    margin-right: 15px;
}
/*--search--*/
.search label.icon-search {
    color: #212121;
	cursor: pointer;
}
.search_form{
	position:absolute;
	z-index:9999;
	right:0;
	top:15px;
	overflow: hidden;
	width: 20px;
	height:0px;
	background: #000000;
	transition: height 0.2s ease-out 0.5s , top 0.2s ease-out 0.5s, padding 0.2s ease-out 0.5s, width 0.3s ease-out 0.2s;
	-webkit-transition: height 0.2s ease-out 0.5s , top 0.2s ease-out 0.5s, padding 0.2s ease-out 0.5s, width 0.3s ease-out 0.2s;
}
.search_form form{
	opacity:0;
	transition:all 0.3s ease-out;
	-webkit-transition:all 0.3s ease-out;
}
.search_form input[type='search']{
    width: 359px;
    padding: 6px;
    outline: none;
    font-size: 14px;
    color:#fff;
    border: 1px solid #999;
    background: none;
}
.search_form input[type='search']::-webkit-input-placeholder{
	color:#fff !important;
}
.search_form  input[type='submit'] {
    outline: none;
    background: #b42d31;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    border: 1px solid #b42d31;
    text-transform: uppercase;
    padding: 6px 34px;
}
.search_form input[type='submit']:hover {
    background: #cc1927;
    border: 1px solid #cc1927;
}
.search_box{
	visibility: hidden;
}
.search_box:checked~.search_form{
       width: 500px;
      height: 53px;
    padding: 10px;
        top: 52px;
	transition: height 0.2s ease-out, top 0.2s ease-out, padding 0.2s ease-out, 0.3s width ease-out 0.2s;
	-webkit-transition: height 0.2s ease-out, top 0.2s ease-out, padding 0.2s ease-out, 0.3s width ease-out 0.2s;
}
.search_box:checked~.search_form form{
	opacity:1;
	transition:0.3s all ease-out 0.5s;
	-webkit-transition:0.3s all ease-out 0.5s;
}
label.icon-search span {
    color: #fff;
    font-size: 1.2em;
    top: 5px;
    padding-right: 12px;
    /* background: #62a0ec; */
    /* padding: 10px; */
}
.navbar-brand {
    float: left;
    height: 65px;
    padding: 0;
}
.main-nav {
	padding: 15px 0;
}
div#ftheme {
    margin-top: 0em;
}
/*Affix*/
#main-nav.affix {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: rgba(255,255,255,0.9);
    color: #fff;
    z-index: 10;
    -moz-box-shadow: 0 1px 2px #ebebeb;
    -webkit-box-shadow: 0 1px 2px #ebebeb;
    box-shadow: 0 5px 5px rgba(0,0,0,.15);
    transition: all 0.3s;
}
.navbar {
	margin:0;
}
/*Toggle Menu*/
.navbar-section .navbar-header a {
	background-color:transparent;
	color: #fff;
}
/*Toggle Menu*/
.navbar-toggle {
	background-color: #01b1d7;
}
 .navbar-toggle span {
	background-color: #fff;
}
/*Main Menu*/
a.navbar-brand h1 {
    margin-top: 0.25em;
    color: #9d8503;
    font-size: 2.5em;
}
.navbar-nav > li > a {
    display: block;
	font-size: 1.2em;
	    padding: 10px 15px;
    color: #000;
	margin:0 5px;
    text-transform: capitalize;
    text-decoration: none;
    line-height: 46px;
}
.navbar-right li > a:focus {
	color: #fff;
    background: #ff7200;
    outline: none;
}
.navbar-nav>li>a:hover,
.navbar-nav>li.active>a {
	color: #fff;
    background: #ff7200;
}
/*Search Form*/
.search-form {
    padding: 10px;
    position: absolute;
    bottom: -61px;
    right: 400px;
    z-index: 3;
    background: #00bfff;
    visibility: hidden;
    opacity: 0;
    transition: opacity .5s linear;
    -moz-box-shadow: 0 1px 2px #ebebeb;
    -webkit-box-shadow: 0 1px 2px #ebebeb;
    box-shadow: 0 1px 2px #00bfff;
}
.search-form.visible {
	visibility: visible;
	opacity: 1;
}
.search-form input[type="text"] {
    height: 40px;
    width: 275px;
    border: 1px solid #e8e8e8;
    padding: 0 1em;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #000;
    text-decoration: none;
    background: transparent;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: #ff7200;
    border-color: #337ab7;
    color: #fff;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #fff;
    text-decoration: none;
	background-color: #067ab4;
}
.dropdown-menu > li > a {
    display: block;
    padding: 8px 20px;
    clear: both;
    font-size: 1.0em;
    text-transform: capitalize;
	color: #000;
	border-top: 1px solid #ff7200;
    border-bottom: 1px solid #ff7200;
}
.navbar-right .dropdown-menu {
    right: -70px;
    left: auto;
}
/*dropdown-menu*/
ul.sub-drop-menu {
    width: 197px !important;
}
.dropdown-menu > li.kopie > a {
    padding-left:5px;
}
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
   top:0;left:100%;
   margin-top:-1px;margin-left:-1px;
   -webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;
 }
  
.dropdown-submenu > a:after {
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
  display: block;
  float: right;  
  height: 0;     
  margin-right: -10px;
  margin-top: 5px;
  width: 0;
}
.dropdown-submenu:hover>a:after {
    border-left-color:#fff;
 }

.dropdown-menu > li > a:hover, .dropdown-menu > .active > a:hover {
  text-decoration: none;
}  
  
@media (max-width: 767px) {
  .navbar-nav  {
     display: inline;
  }
  .navbar-default .navbar-brand {
    display: inline;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  .navbar-default .navbar-nav .dropdown-menu > li > a {
    color: red;
    background-color: #ccc;
    border-radius: 4px;
    margin-top: 2px;   
  }
   .navbar-default .navbar-nav .open .dropdown-menu > li > a {
     color: #333;
   }
   .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
   .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
     background-color: #ccc;
   }

   .navbar-nav .open .dropdown-menu {
     border-bottom: 1px solid white; 
     border-radius: 0;
   }
  .dropdown-menu {
      padding-left: 10px;
  }
  .dropdown-menu .dropdown-menu {
      padding-left: 20px;
   }
   .dropdown-menu .dropdown-menu .dropdown-menu {
      padding-left: 30px;
   }
   li.dropdown.open {
    border: 0px solid red;
   }

}
.dropdown-menu {
   padding: 0px 0;
   margin: 0px 0 0;
}
@media (min-width: 768px) {
  ul.nav li:hover > ul.dropdown-menu {
    display: block;
  }
  #navbar {
    text-align: center;
  }
}  
/*dropdown-menu*/
.banner-bottom {
    position: absolute;
    bottom: -25em;
    left: 0;
    width: 100%;
    z-index: 999;
}
.banner-text h3 {
    font-size: 3em;
	color:#fff;
}
.row-grids {
   margin-top:3em;
}
.abt-section {
    padding: 4em 0;
}
h2.tittle {
    font-size: 2.8em;
    color: #222;
    padding-bottom: 0.3em;
	position:relative;
}
h2.tittle:before {
    content: '';
    width: 70px;
    height: 3px;
    background: #ff7200;
    position: absolute;
    bottom: -2px;
    left: 0%;
    display: block;
}

.abt-grid p {
    font-size: 16px;
    line-height: 1.8em;
    padding-top: 1em;
    color: #555;
}
.mission-section {
    background: #0A0A0A;
    overflow: hidden;
}
.mission-left {
    float: left;
    width: 50%;
}
.mission-right {
    float: left;
    width: 50%;
}
.mission-top {
    width: 50%;
    background: #ff7200;
    float: left;
    border-right: 10px solid #ffffff;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
}
.mission-left {
    width: 100%;
    background: #ff7200;
    padding-left: 30%;
    padding-top: 43px;
    padding-bottom: 50px;
    margin-left: -46px;
    -ms-transform: skewX(20deg);
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
}
.mission-section h4 {
    font-size: 1.8em;
    color: #fff;
}
.mission-section p {
    font-size: 16px;
    line-height: 1.8em;
    padding-top: .5em;
    color: #eee;
}
.mission-right {
    float: left;
    width: 50%;
    padding: 3em 7em;
}
h3.title {
   font-size: 2.8em;
    color: #222;
    padding-bottom: 0.3em;
    position: relative;
    text-align: center;
}
.team-section{
	padding:4em 0;
}
.team-img {
    position: relative;
}
.team-img:hover .overlay {
    cursor: pointer;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: rotateY(0deg) scale(1,1);
    -moz-transform: rotateY(0deg) scale(1,1);
    -ms-transform: rotateY(0deg) scale(1,1);
    -o-transform: rotateY(0deg) scale(1,1);
    transform: rotateY(0deg) scale(1,1);
}
.team-img .overlay {
    padding: 7.5em 0.5em;
    line-height: 24px;
}
.overlay {
    background: rgba(254, 107, 0, 0.54);
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 83%;
    color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 450ms ease-out 0s;
    -moz-transition: all 450ms ease-out 0s;
    -o-transition: all 450ms ease-out 0s;
    transition: all 450ms ease-out 0s;
    -webkit-transform: rotateY(180deg) scale(0.5,0.5);
    -moz-transform: rotateY(180deg) scale(0.5,0.5);
    -ms-transform: rotateY(180deg) scale(0.5,0.5);
    -o-transform: rotateY(180deg) scale(0.5,0.5);
    transform: rotateY(180deg) scale(0.5,0.5);
}
.team-section h4 {
    font-size: 1.6em;
    text-transform: capitalize;
    color: #000;
    padding: 0.5em 0 0.3em;
}
.team-section span {
    font-size: 1.1em;
    color: #eee;
}
.featured-services {
  overflow: hidden;
  background: #1e2e62;
}
.featured-services.style-two {
  background: #183650 url(../images/parallax-featured-service.jpg) right top no-repeat fixed;
  background-size: 130% 100%;
}
.featured-services.style-two .featured-service-box {
  position: relative;
  padding-bottom: 55px;
}
.thm-container {
    max-width: 1170px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.featured-services.style-two .featured-service-box:before {
  content: '';
  width: 5000px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #183650;
}
.featured-services.style-two .single-featured-service {
  padding-left: 45px;
}
.featured-services.style-two .single-featured-service .title-box h3 span {
  color: #fff;
}
.featured-services.style-two .single-featured-service .icon-box {
  color: #1FB5C7;
}
.featured-services.style-two .single-featured-service p {
  color: #ABC3D8;
}
.featured-services .dtc {
  display: table-cell;
  vertical-align: middle;
}
.featured-services .left-full-img img {
  max-width: none;
}
.featured-services .right-full-img img {
  max-width: none;
  float: right;
}
.featured-services .sec-title {
  margin-bottom: 33px;
}
.featured-services .sec-title h2 span {
  color: #00A4E8;
}
.featured-services .sec-title h2:after {
  display: none;
}
.featured-services .sec-title p {
  margin-top: 16px;
}
.featured-services .text-box {
  padding-right: 20px;
}
.sec-title h3 {
    font-size: 2.5em;
    color: #fff;
}
.featured-services h4 {
  font-size:1.7em;
  color: #fff;
  font-style: italic;
  margin-bottom: 30px;
}
.featured-services p {
  color: #C1C3CA;
}
.featured-services ul {
  padding-right: 70px;
}
.featured-services ul li {
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.featured-services ul li a {
  color: #fff;
}
.featured-services ul li a:hover {
  color: #fff;
}
.featured-services ul li i {
  margin-right: 10px;
}
.featured-service-box {
  padding-top: 74px;
}
.single-featured-service {
  margin-top: 45px;
}
.single-featured-service header {
  margin-bottom: 18px;
}
.footer-section {
    background: #212121;
    padding: 4em 0 ;
}
.footer-grid h4 {
    font-size: 2em;
    color: #fff;
    margin-bottom: 1em;
}
.footer-grid ul li {
    list-style: none;
    color: #BBB9B9;
    line-height: 2em;
    font-size: 16px;
}
.footer-grid ul li i {
    color: #BBB9B9;
    line-height: 2em;
    font-size: 1em;
	    margin-right: 1em;
}
.footer-grid ul li a {
    color: #999;
    text-decoration: none;
}
ul.grid-part li {
    list-style: none;
    font-size: 1em;
    color: #eee;
    line-height: 2em;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
ul.grid-part li i {
    font-size: 1.2em;
    margin-right: 0.5em;
    color: #264c8c;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.clients {
    padding: 4em 0;
	    background: #fdf8f8;

}
.clients img{
	width:100%;
}
.flex-slider {
    margin-top: 3em;
}
#flexiselDemo1 {
	display: none;
}
.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
.nbs-flexisel-inner {
	overflow: hidden;
	margin: 0px auto;
}
.nbs-flexisel-item {
	float: left;
	margin: 0;
	padding: 0px;
	cursor: pointer;
	position: relative;
	line-height: 0px;
}
.nbs-flexisel-item > img {
	    cursor: pointer;
    position: relative;
    max-width: 250px;
    max-height: 100px;
}
/*---- Nav ---*/
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
	width:24px;
	height:36px;
	position: absolute;
	cursor: pointer;
	z-index: 100;
}
.nbs-flexisel-nav-left {
	left: -4.3%;
	top: 20% !important;
	background: url(../images/themes.png) no-repeat 0px 0px;
}
.nbs-flexisel-nav-right {
	right: -4.3%;
	top: 20% !important;
	background: url(../images/themes.png) no-repeat -24px 0px;
}
/*--flexisel--*/
.footer-grid1 {
    float: left;
    width: 31.45%;
    margin: 0 0.3em .3em 0em;
}
.footer-grid p {
    font-size: 16px;
    color: #BBB9B9;
}
.footer-grid p span {
    display: block;
    margin: 1em 0 0;
}
.copy-section {
    padding: 2em 0;
    background: rgb(255, 114, 0);
}
.copy-section p {
    font-size: 0.9em;
    color: #eee;
    font-weight: 400;
}
.copy-section a {
    font-size: 1em;
    color: #eee;
    font-weight: 400;
    text-transform: capitalize;
}
.copy{
	float:left;
	margin-top: 0.8em;
}

/*--about--*/
.ban-section {
    background: url(../images/2.jpg) no-repeat 0px 0px;
    min-height: 100px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}
/*--about--*/
/*--contact--*/
.contact {
    padding: 4em 0;
}
.contact-bottom {
    margin: 3em 0;
    padding: 1em;
}
.contact-bottom iframe {
    width: 100%;
    min-height: 400px;
    border: none;
}
.contact-left  input[type="text"], .contact-left  textarea {
    width: 100%;
    padding: 0.8em;
    font-size: 1em;
    outline: none;
}
.contact-left textarea {
    resize: none;
    height: 150px;
}
.row:nth-child(2) {
    padding: 1.5em 0;
}
.contact-left h4 {
    font-size: 1.8em;
    margin: 0 0 1em;
	color: #0d92d3;
}
.contact-left p {
    font-size: 1.1em;
    line-height: 1.8em;
}
.contact-left ul {
    padding: 1em 0 0;
    margin: 0;
}
.contact-left ul li {
    list-style-type: none;
    margin: 0 0 5px;
    font-size: 1.1em;
	    color: #777;
}
.contct-info ul li a {
    font-size: 1em;
    color: #777;
	text-decoration: none;
}
.contact-left input[type="submit"], .contact-left input[type="reset"] {
    outline: none;
    color: #fff;
    font-size: 1em;
    padding: 1em 0;
    width: 19.68%;
    background: #f47721;
    border: none;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
	letter-spacing: 1px;
	margin-top: 1em;
}
.contact-left input[type="submit"]:hover , .contact-left input[type="reset"]:hover {
    background: #0d92d3 ;
}
/*--contact--*/
/*about*/
.about-ban {
    background: url(../images/on2.jpg) no-repeat 0px 0px;
    min-height: 250px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}
.about-section{
	padding:4em 0;
}
.about-section p{
	font-size: 1em;
    line-height: 1.8em;
    margin-bottom: 1em;
	color: #777;
}
.about-section ul li {
    font-size: 1em;
    color: #777;
    line-height: 2em;
    list-style: none;
}
.about-section i {
    margin-right: 7px;
    color: #49a942;
    font-size: 1em;
}
.about-section h4 {
    font-size: 1.6em;
    margin-bottom: .8em;
    color: #ff7200;
}
.advantages {
    padding: 4em 0;
    background: #f7f3f3;
}
.advantages p {
    font-size: 1em;
    line-height: 1.8em;
    margin-bottom: 1em;
	color:#777;
}
.advantage-grid p span {
    font-size: 3em;
    font-weight: 500;
    float: left;
    margin: 8px 10px 7px 0;
    background: #27ae61;
    color: #fff;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 5px;
}
.ab-img {
    background: url(../images/ab.jpg) no-repeat 0px 0px;
    min-height: 300px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}
.abt-bottom {
    background: url(../images/ban1.jpg) fixed;
    min-height: 300px;
    background-size: cover;
    background-position: center;
}
.abt-bottom p {
    margin-top: 3em;
    font-size: 2em;
    text-align: center;
    color: #eee;
    line-height: 1.8em;
}
.why-section {
    padding: 4em 0;
}
.why-section h4 {
    font-size: 1.8em;
    color: #ff7200;
    margin-top: 0.8em;
}
.why-section p {
    font-size: 1em;
    color: #777;
    line-height:1.8em;
	margin-top: 0.8em;
}
ul.grid-par li {
    list-style: none;
    font-size: 1em;
    color: #999;
    line-height: 2em;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
ul.grid-par li i {
    font-size: 1.2em;
    margin-right: 0.5em;
    color: rgb(255, 114, 0);
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
/*about*/