<!-- Docs Custom styles -->
body {
     background-color: #555;
}
    .row {
      margin-top: 30px;
      margin-bottom: 30px;
    }
    .btn-group, .input-group {
      margin-bottom: 15px;
    }

    .bs-header {
      position: relative;
      margin-bottom: 60px;
      padding: 200px 0;
      color: #fff;
      background-color: #f0eeeb ;
      background-image: url('img/main-bg.jpg');
      background-repeat: no-repeat;
      background-attachment: fixed;
      background-position: center bottom;
      background-size: cover;
    }

.bs-header > h1, .bs-header > h2, .bs-header > h3 { color: #fff;}
    .bs-header > h1 { font-size: 6em; font-weight: 700; margin-top: 0;}
    .bs-header > h2 { margin-bottom: 0;}

    .logo-top {
      display: inline-block;
      font-size: 60px;
      width: 2.1em;
      height: 2.1em;
      line-height: 2em;
      border-radius: 50%;
      border: .1em solid #fff;
      color: #fff;
    }

.name-field {
	margin-bottom:2%;	

}





/* CUSTOMIZE THE CAROUSEL
    -------------------------------------------------- */

    /* Carousel base class */
    .carousel {
      height: 500px;
      margin-bottom: 60px;
    }
    /* Since positioning the image, we need to help out the caption */
    .carousel-caption {
      z-index: 10;
    }

    /* Declare heights because of positioning of img element */
    .carousel .item {
      height: 500px;
      background-color: #777;
    }
    .carousel-inner > .item > img {
      position: absolute;
      top: 0;
      left: 0;
      min-width: 100%;
      height: 500px;
    }

/* CONTACT FORM
/*-------------------------------------*/

.contactus ul{
    list-style-type: none;
    text-align: left;
}

.contactus input{
    padding-top: 5 px;
}

.single-service img {
	text-align:center;
	font-size:80px;
	background-color: #fff;
	border-radius: 50%;
	display: inline-block;
	height: 150px;
	line-height: 150px;
	width: 150px;
	color:#43484E;
	transition: all 0.9s ease 0s;
	-moz-transition: all 0.9s ease 0s;
	-webkit-transition: all 0.9s ease 0s;
	-o-transition: all 0.9s ease 0s;
}


.single-service img:hover{
    color:#fc7700;
	-moz-transform: scale(1.1) rotate(360deg);
	-webkit-transform: scale(1.1) rotate(360deg);
	-o-transform: scale(1.1) rotate(360deg);
	-ms-transform: scale(1.1) rotate(360deg);
	transform: scale(1.1) rotate(360deg);
}


