@charset "utf-8";
/* CSS Document */

*{
	margin:0px;
	padding:0px;
}
body{
	background-color:#ffffff;
	background-size:100%;
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	
}
.padleft50{
	padding-left:50px;
}
.padleft20{
	padding-left:60px;
}
@font-face {
  font-family: 'ForteMT';
 
  font-weight: normal;
  font-style: normal;
}
.paragraph{
	font-size:25px;
	animation-name:para;
	animation-duration:5s;
    color:#333;
}
.padtp100{
	padding-top:100px;
}
h4{
	padding-left:120px;
	padding-top:10px;
	padding-bottom:10px;
}
.padleft100{
	padding-left:100px;
}
.img-responsive{
	display:inline-block;
}
.full-width{
	width:100%;
}
.nopad-left{
	padding-left:0px;
}
.nopad-right{
	padding-right:0px;
}
.no-pad{
	padding:0px;
}
.padtp20{
	padding-top:20px;
}
.padtp50{
	padding-top:50px;
}
.nav > li > a {
    background: #7f0237 none repeat scroll 0 0;
    border-top: 1px solid #6f002f;
    border-bottom: 1px solid #6f002f;
	border-left:none;
	border-right:none;
    color: #fff;
    padding: 12px 40px;
}
.nav > li:first-child {
	text-align:center;
}
}

 
.dropdown-menu > li.kopie > a {
    padding-left:5px;
}
 
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
   top:0;left:100%;
   margin-top:-6px;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 #333;
  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:#555;
 }

.dropdown-menu > li > a:hover, .dropdown-menu > .active > a:hover {
  text-decoration: underline;
}  
  
@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: #333;
   }

   .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;
   }

}
 
@media (min-width: 768px) {
  ul.nav li:hover > ul.dropdown-menu {
    display: block;
  }
  #navbar {
    text-align: center;
  }
}  
.nav > li > a {
    position: relative;
    display: block;
    padding: 19px 27px;
    font-size: 16px;
    font-weight: 500;
	color:#fff;
}
.navbar-default .navbar-nav>li>a {
    color: #fff;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #333;
    background-color:#e7e7e7;
}
.navbar-default {
	background-color: #7f053c;
	border-color: #e7e7e7
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #ffffff;
    background-color: #333;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #fff;
    background-color: #920c64;
}
.fancybox-overlay{
	background:rgba(0, 0, 0, 0.9);
}
.tooltip-inner{
	height:150px;
	width:200px;
	background:#ccc;
}
.tooltip.top .tooltip-arrow {
    border-top-color: #f00;
    border-width: 5px 5px 0;
    bottom: 0;
    left: 50%;
    margin-left: -5px;
}

@import url(http://fonts.googleapis.com/css?family=Raleway);
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu {
  width: auto;
  border-bottom: 3px solid #C96600;
  font-family: Raleway, sans-serif;
  line-height: 1;
}
#cssmenu ul {
  background: #ffffff;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu.align-right > ul > li > a {
  margin-right: 0;
  margin-left: -4px;
}
#cssmenu > ul > li > a {
  z-index: 2;
  padding: 18px 25px 12px 25px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  color: #C96600;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  margin-right: -4px;
}
#cssmenu > ul > li.active > a,
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li > a:hover {
  color: #ffffff;
}
#cssmenu > ul > li > a:after {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 120%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  content: "";
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: perspective(5px) rotateX(2deg);
  -webkit-transform-origin: bottom;
  -moz-transform: perspective(5px) rotateX(2deg);
  -moz-transform-origin: bottom;
  transform: perspective(5px) rotateX(2deg);
  transform-origin: bottom;
}
#cssmenu > ul > li.active > a:after,
#cssmenu > ul > li:hover > a:after,
#cssmenu > ul > li > a:hover:after {
  background: #C96600;
}

#carouselButtons {
    margin-left: 100px;
    position: absolute;
    bottom: 0px;
}
.tetsimonial-block1{
	padding:75px 0px;
	background-image:url(../images/images-wheat-1362064_1920.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	width:100%;}


.social-block {
    padding: 15px 0;
    text-align: center;
	background-color:#c8c4c3;
}
.social-block ul{
	margin:0;}
.social-block li {
    display: inline-block;
}

.social-block li a {
    background-color: #fff;
    border-radius: 2%;
    color: #143066;
    display: inline-block;
	border:2px solid #a8a6a6; 
    font-size: 20px;
    height: 34px;
    margin: 0 3px;
    padding: 1px 0;
    width: 37px;
	transition: all 0.8s ease 0s;
}
.social-block li a:hover{
	background-color: #143066;
	color:#fff;
	border:2px solid #a4a09f; 
	}
.foot-links{
	text-align:center;
	background-color:#143066;
	padding:5px 0px;}
.foot-links a{
	color:#fff;
	margin:0px 10px;}
.cprt-block{
	background-color:#143066;
	text-align:center;
	padding:10px 0px;}
.cprt-block p{
	color:#fff;
	margin:0;}

.container-fluid {
	padding-right:0px;
	padding-left: 0px;
	margin-right: auto;
	margin-left: auto
}
.leftside-module{
	background-color:#f7f7f7;
	
}
.leftside-module1{
	line-height:40px;
	font-size:24px;
	color:#143066;
	font-weight:400;
	border-right:1px solid #e2e2e2; 
	
}
.rightside-module1{
   background:#ffffff;
   
}
h5{
	color:#4c6a12;
	line-height:24px;
	font-size:14px;
}
.sectionbg{
	background:#e8e8e8;
}
.sectionbg1{
	background:#e8e8e8;
	padding-bottom:20px;
}
.sectionbgwhite{
	background:#ffffff;
}
.testimonialrt{
	background:#ffa101;
	color:#4c6a12;
}
.testimonialleft{
	background:#4c6a12;
	color:#ffa101;
}
.margtp{
	margin-top:-20px;
}
h2{
	margin-top:-20px;
	font-size:24px;
	color:040600;
	text-align:center;
}
.fa.fa-chevron-circle-right {
    right: 0;
}
.fa.fa-chevron-circle-left {
    left: 0;
}
.fa.fa-chevron-circle-right, .fa.fa-chevron-circle-left {
    margin-bottom: 1px;
    position: absolute;
    top: -30px;
    color:#FF7700;
}
.col-img-responsive02 span{
	color:#fff;
}
.col-img-responsive02 {
	
	display:none;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
    height: 100%;
    position: absolute;
    width: 100%;
}
.carousel-control{
width:5%;
}
.panel-body{
	position:relative;
	padding:0px;
}
.btn-primary {
    background-color: #337ab7;
    border-color: #2e6da4;
    border-radius: 0;
    bottom: -15px;
    color: #fff;
    position: relative;
    width: 100%;
	-webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.38);
-moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.38);
box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.38);	
}
.btn-primary {
    background-color: #ff7700;
    border-color: #fff;
}
.panel-default{
-webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.38);
-moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.38);
box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.38);
    border: medium none;
    border-radius: 0;
}

.panel-heading{
	padding:0px;
	position:relative;
}
.panel-heading img{
	width:100%;
}
.carousel-control.left {
    background-image: none;
}
.carousel-control.right{
    background-image: none;
}

h6{
	color:#c96600;
	font-size:16px;
	font-weight:600;
	padding-left:70px;
	padding-bottom:20px;
}
h4{
	color:#c96600;
	font-size:18px;
}
.testimonialrt1{
	background:#cfd0d3;
	color:#4c6a12;
	padding-top:10px;
	padding-bottom:10px;
	
}
h3{
	font-size:12px;
	line-height:20px;
	padding-left:20px;
	
}

body{margin:0px; padding:0px;}
@-webkit-keyframes backgroundScroll {
from {background-position: 0 0;}
to {background-position: -400px 0;}
}
 
@keyframes backgroundScroll {
from {background-position: 0 0;}
to {background-position: -400px 0;}
}
.home-product {
    background:url(../images/images-volkswagen-569315_1280.jpg);
    float: left;
    padding: 40px 0;
    width: 100%;
    color:#fff !important;
	min-height:600px;
	-webkit-animation: backgroundScroll 35s linear infinite;
animation: backgroundScroll 10s linear infinite;
background-size:130% 100%;
	background-position:top;
	background-attachment:fixed;

}

.taxi-descp{
font-size:12px;
color:#272c90;
line-height:22px;
font-weight:600;
	
}
.texi-module{
	font-size:16px;
	color:#fa4a05;
	line-height:22px;
	padding-bottom:20px;
	padding-top:20px;
	font-weight:600;
}


nav.navbar.navbar-default.navbar-fixed-top {
background-color: #fff;
border-bottom: 2px solid #8e44ad;
}

a.navbar-brand {
font-size: 35px;
}

.contact-heading {
color: #FFF;
text-shadow: 2px 2px rgba(0, 0, 0, 0.43);
text-align: center;
}

label {
color: rgba(84, 84, 84, 0.8);
font-weight: 500;
padding-bottom: 2px;
}

.jumbotron {
border-top: 5px solid rgba(142, 68, 173, 0.63); 
-webkit-box-shadow: 0 12px 6px -6px rgba(0, 0, 0, 0.12);
-moz-box-shadow: 0 12px 6px -6px rgba(0, 0, 0, 0.12);
box-shadow: 0 12px 6px -6px rgba(0, 0, 0, 0.12);
}

.glyphicon {
 color:    
}   

.conversation-wrap
    {
        box-shadow: -2px 0 3px #ddd;
        padding:0;
        max-height: 400px;
        overflow: auto;
    }
    .conversation
    {
        padding:5px;
        border-bottom:1px solid #ddd;
        margin:0;

    }

    .message-wrap
    {
        box-shadow: 0 0 3px #ddd;
        padding:0;

    }
    .msg
    {
        padding:8px;
        border-bottom:1px solid rgba(240, 239, 239, 0.66);
        margin:0;
    }
    .msg-wrap
    {
        padding:10px;
        max-height: 400px;
        overflow: auto;

    }

    .time
    {
        color:#bfbfbf;
    }

    .send-wrap
    {
        border-top: 1px solid #eee;
        border-bottom: 1px solid #eee;
        padding:10px;
        /*background: #f8f8f8;*/
    }

    .send-message
    {
        resize: none;
    }

    .highlight
    {
        background-color: #f7f7f9;
        border: 1px solid #e1e1e8;
    }

    .send-message-btn
    {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-left-radius: 0;

        border-bottom-right-radius: 0;
    }
    .btn-panel
    {
        background: #f7f7f9;
    }

    .btn-panel .btn
    {
        color:#b8b8b8;

        transition: 0.2s all ease-in-out;
    }

    .btn-panel .btn:hover
    {
        color:#666;
        background: #f8f8f8;
    }
    .btn-panel .btn:active
    {
        background: #f8f8f8;
        box-shadow: 0 0 1px #ddd;
    }

    .btn-panel-conversation .btn,.btn-panel-msg .btn
    {

        background: #f8f8f8;
    }
    .btn-panel-conversation .btn:first-child
    {
        border-right: 1px solid #ddd;
    }

    .msg-wrap .media-heading {
        color: #6498DD;
        font-weight: 500;
    }

    .msg-date
    {
        background: none;
        text-align: center;
        color:#aaa;
        border:none;
        box-shadow: none;
        border-bottom: 1px solid #ddd;
    }


    body::-webkit-scrollbar {
        width: 12px;
    }
 
    
    /* Let's get this party started */
    ::-webkit-scrollbar {
        width: 6px;
    }

    /* Track */
    ::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
/*        -webkit-border-radius: 10px;
        border-radius: 10px;*/
    }

    /* Handle */
    ::-webkit-scrollbar-thumb {
/*        -webkit-border-radius: 10px;
        border-radius: 10px;*/
        background:#ddd; 
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
    }
    ::-webkit-scrollbar-thumb:window-inactive {
        background: #ddd; 
    }


.panel-footer {
padding: 10px 15px;
background-color: #f5f5f5;
border-top: 1px solid #ddd;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}









