@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');
@import url('https://fonts.googleapis.com/css?family=Raleway:400,500,700');


body {
    font-family: 'Roboto', sans-serif;
	color:#414141;
	font-size:14px;
	line-height:22px;
}

h1, h2, h3, h4, h5, h6 {
	margin:0px;
	padding:0px;
}

h3 {
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

h1 {
	font-size: 45px;
	text-transform: uppercase;
}


.clear {
	clear:both;
}

section {
	margin:70px 0px;
}

.top-contact {
	font-family: 'Raleway', sans-serif;
	margin: 20px 0px;
}

.top-contact .media .media-body p {
	 font-size: 13px;
     color: #3a3a3a; 	
}

.media-heading {
	font-size: 20px !important;
    font-weight: bold;
	margin-bottom: 0px;
}

.media:first-child {
    margin-top: 35px;
}

.quote {
	background: #65bc12;
    padding: 10px 15px;
    text-align: center;
}
.quote a {
	color: #fff;
	text-decoration: none;
	font-size: 15px;
	text-transform: uppercase;
}

/*--Menubar Section--*/

.navbar {
	margin-bottom:0px;

}
.navbar-brand {
	padding:0px;
}
.navbar-default {
	background-color:transparent;
}
.navbar-nav > li > a{
	text-transform:uppercase;
	font-size:15px;
	
}
.nav>li>a {
    padding: 15px 30px;
}
.navbar-collapse {
	padding-left:0px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	background:none;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav>li>a:hover {
    border:none;
	color:#ce1034;
}

.navbar-default .navbar-nav>li>a {
    color: #3a3a3a;
	font-weight: 500;
}

.social-mid{
	border-left: 1px solid #e7e7e7;
}
.social-mid li {
    border-right: 1px solid #e7e7e7;
}

.social-mid .fa {
	font-size: 20px !important;
    color: #65bc12;
}

@media (min-width: 768px){
     .navbar-header {
		 display:none;
	 }
	 .top-contact .logo {
		 display:block;
	 }
		 
}

@media (max-width: 767px){
     .navbar-header {
		 display:block;
	 }
	 .top-contact .logo {
		 display:none;
	 }
	 .menubar {
		 background:#d06363;
	 }
	 .navbar-default {
		 padding:15px;
	 }
	 .top-bottom {
		  display:none;
	 }
}

/*--services-col Section--*/

.services-col img {
	margin-bottom: 20px;
}

.service-col {
	background: #eb173f;
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    padding: 20px;
}
.ser-homepage {
	background: #ededed;
    padding: 30px 40px;
    line-height: 32px;
    color: #000;
}

/*--wel-come Section--*/

.wel-come {
	background-image:url(../images/acc-back.jpg);
	background-size:cover;
	color:#000;
	padding: 60px 0px;
}

.wel-come h1 {
	margin-bottom: 20px;
	color: #3dae0e
}

.wel-come h1 span {
	color: #000;
}

.wel-come img {
	margin-top: 60px;
}


/*--- carousel ---*/

.testimonial{
	margin: 60px 0px;
}
#quote-carousel 
{
  padding: 0 10px 30px 10px;
  margin-top: 30px;
}

/* Control buttons  */
#quote-carousel .carousel-control
{
  background: none;
  color: #222;
  font-size: 2.3em;
  text-shadow: none;
  margin-top: 30px;
}
/* Previous button  */
#quote-carousel .carousel-control.left 
{
  left: -60px;
}
/* Next button  */
#quote-carousel .carousel-control.right 
{
  right: -60px !important;
}
/* Changes the position of the indicators */
#quote-carousel .carousel-indicators 
{
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
/* Changes the color of the indicators */
#quote-carousel .carousel-indicators li 
{
  background: #c0c0c0;
}
#quote-carousel .carousel-indicators .active 
{
  background: #333333;
}
#quote-carousel img
{
  width: 250px;
  height: 100px
}
/* End carousel */

.item blockquote {
    border-left: none; 
    margin: 0;
}

.item blockquote img {
    margin-bottom: 10px;
}

.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}


/**
  MEDIA QUERIES
*/

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    #quote-carousel 
    {
      margin-bottom: 0;
      padding: 0 40px 30px 40px;
    }
    
}

/* Small devices (tablets, up to 768px) */
@media (max-width: 768px) { 
    
    /* Make the indicators larger for easier clicking with fingers/thumb on mobile */
    
    #quote-carousel .carousel-indicators {
        bottom: -20px !important;  
    }
    #quote-carousel .carousel-indicators li {
        display: inline-block;
        margin: 0px 5px;
        width: 15px;
        height: 15px;
    }
    #quote-carousel .carousel-indicators li.active {
        margin: 0px 5px;
        width: 20px;
        height: 20px;
    }
}


/*--foot Section--*/

.foot {
	background: #eb173f;
	padding: 50px 0px;	
	color:#fff;
}

.foot h2 {
	font-size: 24px;
	margin-bottom: 30px;
}

.foot img {
	margin-bottom: 15px;
}

.soicial .fa {
    border: 1px solid #fff;
    padding: 2%;
    border-radius: 20%;
    color: #fff;
    width: 27px;
}

.footer {
	background: #ce1235;
}
.footer p {
	padding-top: 10px;
    color: #fff;
}

/*--service Page Section--*/

.jumbotron {
    background-color: #f7f7f7;
}

.jumbotron h1 {
    font-size: 40px;
}

