* {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: .6s;
          transition-duration: .6s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
body{
    background-image: url(../images/background.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-color: #000;
    font-family: 'Merriweather', sans-serif;
    padding: 1em 0;
}
img{
    padding: 0;
    margin: 0;
}
h1,h2,h3,h4,h5{
    font-weight: bold;
    text-transform: uppercase;
}


.top{
    display: block;
    width: 100%;
    background-color: #f0d0c1;
    padding: 10px 0;
    height: 90px;
}
.logo{
    width: 50%;
}
.logo img{
    width: 280px;
}
.phone{
    width: 50%;
    float: right;
    font-weight: bold;
}
.phone p{
    color: #111;;
    font-size: 22px;
    width: 100%;
    text-align: right;
}
.phone a{
    float: right;
    text-decoration: none;
    font-size: 18px;
    color: #111;
}
.phone span{
    background-color: #d23639;
    padding: 0.3em;
    color: #fff;
    font-size: 18px;
    margin-left: 0.5em;
}

.navbar{
    background-color: #000;
    border: none;
    border-radius: 0;
    margin-bottom: 0;
}
.navbar .navbar-inverse{
    background-color: #000;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.open>a{
    background: none;
    box-shadow: none;
    font-weight: bold;
    color: #d23639;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover{
    background:none;
    color: #d23639;
}
.navbar-inverse .navbar-nav>li>a{
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
}
.navbar-inverse .navbar-nav>li>a:hover{
    color: #d23639;
    transition: 0.5s;
}



/*----------Sider-----------*/
.carousel{
    border: 2px solid #d23639;
}
.carousel-indicators-numbers li {
  text-indent: 0;
  margin: 0 2px;
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 100%;
  line-height: 30px;
  color: #fff;
  background-color: #333;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.carousel-indicators-numbers li.active, .carousel-indicators-numbers li:hover {
  margin: 0 2px;
  width: 30px;
  height: 30px;
  background-color: #d23639;
}
.carousel-control{
    width: 10%;
    color: #f0d0c1;
    font-size: 12px;
}
.carousel-control:hover{
    color: #d23639;
}
/*--------Quote----------*/
.quote{
    padding: 1em;
    text-align: right;
    background-color: #111;
    //background-image: url(../images/quotebg.jpg);
    background-repeat: repeat-x;
}
.quote h3{
    text-align: left;
    color: #f0d0c1;
    
}
/*-buttons--*/
.btn {
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 45px;
  max-width: 180px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
  width: 100%;
}
.btn-1 {
  background: #d23639;
  font-weight: 100;
}
.btn-1 svg {
  height: 57px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.btn-1 rect {
  fill: none;
  stroke: #fff;
  stroke-width: 3;
  stroke-dasharray: 422, 0;
}

.btn-1:hover {
  background: #d23639;
  letter-spacing: 1px;
  color: #fff;
    transition: 0.5s all ease;
}
.btn-1:hover rect {
  stroke-width: 3;
  stroke-dasharray: 15, 350;
  stroke-dashoffset: 48;
  -webkit-transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
}
/*-buttons--*/

.inner-bg{
    background-image: url(../images/blog2.jpg);
    background-size: cover;
    background-position: center;
    height: 300px;
    background-color: #fff;
    border-bottom: 5px solid #d23639;
}
/*----------Welcome-------------*/
.welcome{
    padding: 2em;
    background-color: #f0d0c1;
    line-height: 2em;
}


.services{
    padding: 2em 1em;
    line-height: 2em;
    background-color: #f0d0c1;
    border-top: 1px solid #d6b3a3;
    color: #333;
}
.services h3{
    margin-bottom: 1em;
}
.service-list{
    list-style: none;
    margin:0;
    padding: 0;
    margin-top: 2em;
}
.service-list li{
    margin-bottom: 1em;
}
.service-list li:before{
    content: '';
    background-image: url(../images/checkmark.png);
    background-repeat: no-repeat;
    float: left;
    width: 20px;
    height: 20px;
    margin-right: 1em;
}
.services:after{
    content: '';
    display: block;
    clear: both;
}
.service-image{
    border: 2px solid #efbca5;
    padding: 5px;
}
.service-image img{
    width: 100%;
    border: 2px solid #efbca5;
}

.contact{
    padding: 4em 1em;
    background-image: url(../images/contactbg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.details{
    background-color: #fff;
    float: right;
    padding: 1em;
}
.details ul{
    padding: 0;
    list-style: none;
    margin-bottom: 1em;
}
.details ul a{
    margin-top: 1em;
}
.contact:after{
    content: '';
    display: block;
    clear: both;
}
.footer{
    background-color: #111;
    padding: 0.5em;
}
.footer a{
    color: #d23639;
}
.footer p{
    margin: 0;
}
.f-left{
    width: 50%;
    float: left;
    color: #fff;
}
.f-right{
    width: 50%;
    float: left;
}
.f-right ul{
    list-style: none;
    padding: 0;
}
.f-right ul li{
    float: right;
    margin-right: 1em;
    text-align: right;
}
.footer:after{
    clear: both;
    display: block;
    content: '';
}

.clearfix{
    content: '';
    display: block;
    clear: both;
}






/*----Pages----*/
.about,.affiliates,.blog,.contact-page,.gallery,.service{
    padding: 2em;
    background-color: #f0d0c1;
}

/*----about page----*/
.image-holder{
    position: relative;
    height: 500px;
}
.image-holder img{
    position: absolute;
    top: 0;
    left: ;
    width: 100%;
    border: 1px solid #d23639;
}
.about-first{
    transform: rotate(-5deg);
}
.about-second{
    box-shadow: 1px 1px 10px #333;
}
/*----about page----*/

/*----affiliates page----*/
.affiliates-list{
    list-style: none;
    margin: 0;
    padding: 0;
}
.affiliates-list:after{
    content: '';
    clear: both;
    display: block;
}
.affiliates-list li{
    width: 25%;
    padding: 1em;
    float: left;
}
.affiliates-list lis a{
    border: 1px solid #333;
}
.affiliates-list li img{
    width: 100%;
    border: 1px solid #eee;
    padding: 5px;
}
/*----affiliates page----*/


/*----Service page----*/
.design{
    background-color: #c83a39;
    height: 10px;
    display: block;
    position: relative;
    margin-bottom: 2em;
}
.service h3{
    margin-bottom: 2em;
}
.service-page-list{
    list-style: none;
    padding: 0;
    margin-bottom: 2em;
    border-right: 1px solid #eee;
}
.service-page-list:after{
    content: '';
    clear: both;
    display: block;
}
.service-page-list li{
    display: table;
    width: 50%;
    float: left;
    margin-bottom: 2em;
}
.service-page-list li span{
    display: table-cell;
    vertical-align: middle;
    width: 10%;
    padding: 10px;
    font-size: 25px;
    font-weight: bold;
    border: 1px solid #333;
}
.service-page-list li h4{
    display: table-cell;
    width: 90%;
    vertical-align: middle;
    padding-left: 1em;
    font-size: 16px;
}
.service-page-list li:hover span{
    border: 1px solid #d23639;
}
.service-page-list .quote{
    background-color: transparent;
}
.satisfaction img{
    width: 90%;
    display: block;
    margin: 0 auto;
}
.quote h4{
    text-align: left;
    line-height: 50px;
    color: #fff;
}
/*//----service page----*/


/*----gallery page----*/
.gallery-list{
    list-style: none;
    padding: 0;
    margin: 0;
}
.gallery-list:after{
    content: '';
    display: block;
    clear: both;
}
.gallery-list li{
    width: 25%;
    padding: 10px;
    float: left;
}
.gallery-list li:hover img{
    transform: scale(1.02);
}
/*//----gallery page----*/



/*----contact page----*/
.form-group input:focus,
.form-group textarea:focus {
    border: 1px solid #d23639;
}
.form-group textarea{
    resize: none;
}
.form-group{
    margin-bottom: 25px;
}
.well{
    border-radius: 0;
}
.well-sm{
    background-color: none;
}
address a{
    color: #d23639;
}
.map{
    background-color: #fff;
}
.contact-page .btn{
    margin-top: 50px;
}
/*----contact page----*/

.pager li>a, .pager li>span{
    background-color: #d23639;
    color: #fff;
}
.pager a.active{
  background-color: #000;
 
}
.lead{
    font-size: 16px;
}
.blog h4{
    color: #333;
}
.blog a{
    color: #333;
}
.well{
    background-color: #d23639;
}
.blog .btn-1{
    color: #fff;
}
/*----Pages----*/