html,body {
    
    font-family: "Raleway-Regular",sans-serif ,serif;
   
}
ul
{list-style: none;}
body {
    background-color: #fefefe;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
    transition: all .4s ease-in-out;
}

a:hover {
    text-decoration: none;
    color: #928b78;
}

a:focus {
    text-decoration: none;
    color: inherit;
    outline: none;
}

/* menu*/
.navbar {
    min-height: 100px;
    margin-bottom: 0;
    font-family: "Raleway-ExtraBold";
}

.navbar-default .navbar-nav > li > a {
    color: #000;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #777;
}

.navbar-brand {
    height: 100px;
}

.navbar-right {
    padding-top: 2%;
}

/* banner*/
.intro-header {
    padding-top: 25px;
    padding-bottom: 90px;
    text-align: center;
    color: #f8f8f8;
    background-size: cover;
    background: rgba(255,169,31,1);
    background: -moz-linear-gradient(left,rgba(255,169,31,1) 0%,rgba(255,169,31,1) 16%,rgba(255,160,56,1) 36%,rgba(255,141,112,1) 81%);
    background: -webkit-gradient(left top,right top,color-stop(0%,rgba(255,169,31,1)),color-stop(16%,rgba(255,169,31,1)),color-stop(36%,rgba(255,160,56,1)),color-stop(81%,rgba(255,141,112,1)));
    background: -webkit-linear-gradient(left,rgba(255,169,31,1) 0%,rgba(255,169,31,1) 16%,rgba(255,160,56,1) 36%,rgba(255,141,112,1) 81%);
    background: -o-linear-gradient(left,rgba(255,169,31,1) 0%,rgba(255,169,31,1) 16%,rgba(255,160,56,1) 36%,rgba(255,141,112,1) 81%);
    background: -ms-linear-gradient(left,rgba(255,169,31,1) 0%,rgba(255,169,31,1) 16%,rgba(255,160,56,1) 36%,rgba(255,141,112,1) 81%);
    background: linear-gradient(to right,rgba(255,169,31,1) 0%,rgba(255,169,31,1) 16%,rgba(255,160,56,1) 36%,rgba(255,141,112,1) 81%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa91f',endColorstr='#ff8d70',GradientType=1);
}

.intro-message h1 {
    text-align: left;
    color: #000;
    font-size: 20px;
    font-family: "Raleway-Regular";
    line-height: 33px;
    padding-top: 75px;
}

.btn-default {
    background-color: rgba(255,255,255,0) !important;
    border-color: #000;
    margin-top: 40px;
    color: #000;
    font-family: "Raleway-ExtraBold";
}

.btn-default:hover {
    background-color: #252525 !important;
    border-color: #000;
    margin-top: 40px;
    color: #fff;
}

.btn {
    padding: 14px 38px;
    border-radius: 0;
}

.intro-bold {
    font-family: "Raleway-ExtraBold";
}

/* client*/
#clients {
    background-color: #252525;
    padding-top: 20px;
    padding-bottom: 20px;
}

@media (min-width: 768px) {
    .seven-cols .col-md-1,.seven-cols .col-sm-1,.seven-cols .col-lg-1 {
        width: 100%;
        *width: 100%;
    }
}

@media (min-width: 992px) {
    .seven-cols .col-md-1,.seven-cols .col-sm-1,.seven-cols .col-lg-1 {
        width: 14.285714285714%;
        *width: 14.285714285714%;
    }
}

@media (min-width: 1200px) {
    .seven-cols .col-md-1,.seven-cols .col-sm-1,.seven-cols .col-lg-1 {
        width: 14.285714285714%;
        *width: 14.285714285714%;
    }
}

/* About*/
.about-heading {
    color: #000;
    font-size: 30px;
    font-family: "Raleway-ExtraBold";
    padding-top: 55px;
}

#about p {
    font-size: 18px;
    font-family: "Raleway-Regular";
    line-height: 28px;
    color: #5D5D5D;
}

#about {
    padding-bottom: 50px;
}

/* About end*/
/* packages installation*/
#installation {
    width: 100%;
    padding: 120px 0;
}

.installation-heading {
    color: #000;
    font-size: 30px;
    font-family: "Raleway-ExtraBold";
    padding-top: 55px;
    padding-bottom: 55px;
}

.price-wrapper {
    text-align: center;
    padding: 30px 50px 50px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    font-family: "Raleway-Regular";
    background: #f5f5f5;
    margin-bottom: 10px;
    position: relative;
    
}
.add-wrapper {
    text-align: center;
    padding: 30px 50px 50px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    font-family: "Raleway-Regular";
    background: #f5f5f5;
    margin-bottom: 10px;
    position: relative;
    cursor: pointer;
    
}


.price-wrapper .price-title {
    margin: 20px 0 10px;
    font-size: 28px;
    color: #000;
   font-family: "Raleway-ExtraBold";
}

.price {
    height: 120px;
    width: 120px;
    text-align: center;
    background-color: #FFA91F;
    border-radius: 50%;
    line-height: 120px;
    color: #fff;
    font-size: 40px;
    font-family: "Raleway-ExtraBold";
    font-weight: 400;
    margin: 20px auto;
    display: table;
}

.plan-features {
    list-style: none;
    padding: 0;
    margin: 0;
}

.plan-features li {
    padding-top: 20px;
}

.price-wrapper .btn,.price-wrapper.active .btn:hover {
    margin: 15px auto 0;
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    padding: 12px 35px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    border-radius: 30px;
    font-family: "Raleway-ExtraBold";
}

.price-wrapper .btn:hover {
    color: #252525;
}

.box-left h5 {
    color: #000;
    font-family: "Raleway-Regular";
    line-height: 25px;
}

.socialicon {
    color: #000;
    padding-left: 25px;
    font-size: 40px;
}

.socialicon i:hover {
    color: #fff;
    text-decoration: none;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    transition: all .8s;
}

/* footer*/
#footer {
    font-family: "Raleway-Regular",sans-serif ,serif;
}

body {
    background-color: #fefefe;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
    transition: all .4s ease-in-out;
}

a:hover {
    text-decoration: none;
    color: #928b78;
}

a:focus {
    text-decoration: none;
    color: inherit;
    outline: none;
}

/* packages */
#packages {
    padding: 50px 0;
    width: 100%;
    background-color: #252525;
}

#packages li {
    width: 100%;
    float: left;
    list-style-image: url(../img/tick.png);
    margin-top: 20px;
    font-size: 20px;
    font-family: "Raleway-Regular";
    color: #888;
}

.pack {
    padding: 60px 0;
}

.package-heading {
    color: #fff;
    font-size: 30px;
    font-family: "Raleway-ExtraBold";
    padding-top: 55px;
}

.add {
    color: #FFA91F;
    font-family: "Raleway-ExtraBold";
        padding-top: 30%;
    padding-bottom: 32%;
    font-size: 75px;
    list-style: none;
    line-height: 45px;
}

.add-regular{
      font-family: "Raleway-Regular"; 
      font-size: 35px;
      list-style: none;
      font-weight: bold;
}
.add-regular1{
      font-family: "Raleway-Regular"; 
      font-size: 24px;
      list-style: none;
      line-height: 30px;
}
/* packages End */
/* order now*/
#order-now {
    background-color: #eceff1;
    width: 100%;
    padding: 50px 0;
}

.btn-xl {
    color: #fff;
    background-color: #FFA91F;
    border-color: #fed136;
    font-family: "Raleway-ExtraBold";
    text-transform: uppercase;
    font-size: 18px;
    padding: 14px 40px;
    border-radius: 30px;    
}
.add-wrapper .btn-xl 
{text-align: center;
    margin-top: 20px;
    float: right;}

/* contact*/
.box-left {
    background-color: #f9a825;
    padding-bottom: 100px;
    padding-top: 140px;
    margin: 0 auto;
    float: left;
    padding-left: 15%;
    color: #000;
    min-height: 467px;
}

.box-right {
    background-color: #f29600;
    padding-bottom: 163px;
    padding-top: 184px;
    float: left;
    padding-left: 20%;
    color: #000;
    min-height: 466px;
}

.genaral-enq {
    font-family: "Raleway-ExtraBold";
}

.phone {
    font-family: "Raleway-ExtraBold";
    color: #000;
    font-size: 18px;
    float: left;
}

.mail {
    font-family: "Raleway-ExtraBold";
    color: #000;
    font-size: 18px;
    float: left;
    padding-left: 10px;
}

.skype {
    font-family: "Raleway-ExtraBold";
    color: #000;
    font-size: 18px;
    float: left;
    padding-left: 10px;
}

.address {
    font-family: "Raleway-Regular";
}

.thin {
    font-family: "Raleway-Thin";
}

/* footer*/
#footer {
    padding: 30px 0;
    background-color: #252525;
    color: #5D5D5D;
    text-align: center;
}

#footer a {
    color: #5D5D5D;
}

#footer a:hover {
    color: #959595;
    text-decoration: none;
}

#footer a {
    color: #5D5D5D;
}

#footer a:hover {
    color: #959595;
    text-decoration: none;
}