@font-face {
	font-family: 'Hind-Regular';
	src: url('../fonts/Hind-Regular');
	src: local('Hind-Regular'), url('../fonts/Hind-Regular.woff') format('woff'), url('../fonts/Hind-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Hind-Bold';
	src: url('../fonts/Hind-Bold');
	src: local('Hind-Bold'), url('../fonts/Hind-Bold.woff') format('woff'), url('../fonts/Hind-Bold.ttf') format('truetype');
} 

body{
     margin:0;
     padding:0;
     color: #242424;
    font-family: 'Hind-Regular';
    font-size: 16px;
}
p {
    color: #242424;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
    font-family: 'Hind-Regular';
}
h1, h2, h3, h4, h5, h6{
    color: #565551;
    font-family: 'Hind-Bold';
    margin-top: 10px;
    margin-bottom: 10px;
}
h1{
    font-size: 22px;
    color: #000000;
}
h2{
    font-size: 18px;
    color: #000000;
}
h3{
    font-size: 22px;
    color: #bbaea5;
}
h4{
    font-size: 18px;
    color: #bbaea5;
}
h5{
    font-size: 22px;
    color: #63619a;
}
h6{
    font-size: 18px;
    color: #63619a;
}

a{
    color: #63619a;
}
a:focus, a:hover{
	text-decoration:none;
}
.logo {
    padding: 10px 0px;
    display: block;
    width: 100%;
    float: left;
}
.logo img {
    float: left;
}
.logo > h1{
    display: table;
    border: none;
    color: #63619a;
    margin-top: 0px;
    font-size: 32px;
}
.loc-details {
    float: right;
    margin-top: 15px;
}
.loc-details li {
    margin-bottom: 10px;
    line-height: 24px;
}
.loc-details li .fa {
    color: #63619a;
    margin-right: 6px;
}
.loc-details .loc-right a {
    font-family: 'Hind-Bold';
}
.loc-details .loc-right a:hover {
    color: #bbaea5;
}
.loc-details .loc-right {
    display: inline-table;
}
.top-header {
    background-color: #4e7435;
}
.navbar-nav.breadcrumb > li + li:before{
    display: none;
}
.navbar-header .attr-nav {
    display: none;
}
nav.navbar.bootsnav{
    background-color: #ffffff;
    border-bottom: 1px solid #e1e1e1;
}
.nav.navbar-nav.navbar-right {
     position: absolute;
    top: 60%;
    display: block;
    left: 0;
    right: 0;
    margin: 0px auto;
}
nav.navbar.bootsnav .navbar-nav > li > a {
    color: #63619a;
    padding: 20px 20px;
    font-size: 16px;
    font-family: 'Hind-Bold';
    text-shadow: none;
    text-transform: uppercase;
}
nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a {
    background-color: #63619a;
    color: #fff;
   font-family: 'Hind-Regular';
}
nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a:hover{
    background-color: #bbaea5;
    color: #fff;
    transition: all 0.3s linear;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu{
    padding:0px !important;
    border:none;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a{
    padding:10px 10px;
    font-size: 16px;
    font-weight: 100 !important;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, nav.navbar.bootsnav .navbar-toggle {
    color: #63619a;
    padding: 6px 10px 2px 10px;
    cursor: pointer;
}
button.navbar-toggle .fa-bars {
    font-size: 22px;
}
.attr-nav > ul > li > a {
    color: #ffffff;
    padding: 18px 10px;
}
.wrap-sticky nav.navbar.bootsnav.sticked{
    position: inherit;
}
.search-box {
    text-align: right;
    margin: 25px 0px 10px;
    position: relative;
    width: 230px;
    float: right;
}
.carousel-indicators{
    display: none;
}
.carousel-caption {
    background-color: inherit;
    width: 40%;
    margin: 0px;
    text-align: left;
    left: 12%;
    top: 25%;
}
.carousel-caption h1 {
    color: #ffffff;
    text-shadow: none;
    margin: 0px;
    text-transform: capitalize;
}
.carousel-caption a{
    width: auto;
    height: auto;
    line-height: initial;
    padding: 10px 30px;
    font-size: 16px;
    border-radius: 250px;
    background-color: #961625;
    transition: all 0.2s linear;
}
.carousel-caption a:hover{
    background-color: #63619a;
}
.carousel-caption p {
    margin: 10px 0px;
    font-family: 'Hind-Regular';
    line-height: 32px;
}
.service-heading {
    margin: 0px;
    padding-bottom: 30px;
    font-size: 36px;
    color: #63619a;
}
.service-block {
    padding: 50px 0px;
}
.fig-heading {
    overflow: hidden;
    cursor: pointer;
    background-color: #63619a;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
    transition: all 0.3s ease-in-out;
}
.service-content:hover .fig-heading {
    height: 50%;
    transition: all 0.3s ease-in-out;
}
.fig-heading h3 {
    margin: 0px;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
}
.fig-heading h3 a{
    color: #ffffff;
    padding: 15px;
    display: block;
}
.service-content {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.about-block {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    padding: 100px 0px;
}
.about-block:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0 0 0 / 45%);
}
.about-left h1 {
    color: #ffffff;
    font-size: 36px;
    margin-top: 0px;
    padding-bottom: 10px;
}
.about-left p {
    color: #ffffff;
    margin: 10px 0px 30px;
}
.about-left .read-btn {
    background-color: #961625;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 250px;
    float: left;
    transition: all 0.2s linear;
}
.about-left .read-btn:hover{
    background-color: #63619a;
}
.client-block {
    padding: 50px 0px;
}


.sc_testimonial_content {
    border: 1px solid #e4e7e8;
    padding: 30px 40px;
    margin-bottom: 30px;
    border-radius: 4px;
    position: relative;
}

.client-list .item .sc_testimonial_content:after {
    transition: none;
    position: absolute;
    content: '';
    left: 50%;
    bottom: -0.5em;
    width: 13px;
    height: 13px;
    transform: translateX(-50%)rotate(45deg);
    opacity: 1;
    border: 1px solid;
    border-top: 0;
    background: #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 0;
}
.client-list .item .sc_testimonial_content:after {
    border-color: #e4e7e8;
}
.sc_testimonial_content p {
    color: #7c7c7e;
    font-size: 16px;
}
.client-list .item {
    margin: 0px 20px;
}
.sc_testimonial_avatar {
    float: left;
}
.sc_testimonial_author {
    display: table;
    padding-left: 20px;
    padding-top: 20px;
}
.sc_testimonial_author .sc_testimonial_author_position {
    display: block;
    color: #961625;
    margin-top: 2px;
}
.sc_testimonial_author .sc_testimonial_author_name{
      font-family: 'Hind-Bold';
}
.client-list .customNavigation a.prev {
    background-color: transparent;
    color: #63619a;
    padding: 6px 12px;
    cursor: pointer;
    border: 1px solid #63619a;
    border-radius: 50%;
    margin-right: 15px;
}
.client-list .customNavigation a.next {
    background-color: transparent;
    color: #63619a;
    padding: 6px 12px;
    cursor: pointer;
    border: 1px solid #63619a;
    border-radius: 50%;
}
.client-list .customNavigation {
    margin: 0px auto;
    display: block;
    text-align: center;
    margin-top: 30px;
}
.client-list .customNavigation a.prev:hover, .client-list .customNavigation a.next:hover{
    background-color: #63619a;
    color: #ffffff;
}

footer{
    background-color: inherit;
    border: none;
}
.top-footer{
    background-color: #63619a;
     padding: 40px 0px;
}
.more-info h3 {
    color: #ffffff;
    font-size: 20px;
    line-height: 28px;
    padding-bottom: 15px;
    margin: 0px;
}
.more-info p{
    color: #ffffff;
}
.more-info .fa-home {
    float: left;
}
.more-info .add-info {
    display: table;
    color: #ffffff;
}
.footer-title{
    font-family: 'Hind-Bold';
    border: none;
    color: #ffffff;
}
.more-info .fa-facebook {
    width: 40px;
    height: 40px;
    background-color: #0054a6;
    color: #ffffff;
    font-size: 22px;
    padding: 10px 13px !important;
    display: inline-block;
    border-radius: 50%;
    margin-top: 10px;
}
.more-info .fa-facebook:hover{
    background-color: #1495f9;
    color: #ffffff;
}
.more-info li{
    font-size: 16px;
    font-family: 'Hind-Regular';
    color: #565872;
}
.more-info i {
    margin-right: 0px;
    font-size: 16px;
    padding: 0px !important;
    margin-right: 10px;
    color: #ffffff;
}
.more-info a {
    color: #ffffff;
}
.more-info a:hover {
    color: #bbaea5;
}
.more-info .contact-list .mail-text {
    display: block;
}
.more-info li{
    color: #ffffff;
}
.Hours-info p {
    color: #ffffff;
    line-height: 30px;
}
.more-info .contact-list li {
    margin-top: 0px;
    margin-bottom: 20px;
}
.input-group-btn .btn {
    background: #bbaea5 none repeat scroll 0 0;
    border: 1px solid #bbaea5;
    font-size: 15px;
}
.input-group-btn .btn:hover{
    background-color: #333333;
    border-color: #333333;
}
.copy p, .power p a, .power p {
    color: #000000;
}
.bottom-footer{
    padding: 0px;
    padding-top: 20px;
    background-color: #bbaea5;
}
.power p{
    color: #000000;
}
.owl-pagination {
    display: none;
}
.center.page_heading {
    font-size: 36px;
    text-transform: uppercase;
    color: #961625;
}
/*--media-responsive--*/

@media (min-width: 1200px){
    .about-left h1, .service-heading{
        font-size: 48px;
    }
    .shop-list {
        margin-left: 50px;
    }
    .about-left p{
        font-size: 18px;
    }
    .carousel-caption h1{
        font-size: 60px;
         line-height: 60px;
    }
}

@media (max-width:1199px) and (min-width:992px){
    .carousel-caption{
        top: 20%;
         width: 50%;
    }
    .fig-heading h3{
        font-size: 15px;
    }
   
}
@media (max-width:991px) and (min-width:768px){
    nav.navbar.bootsnav .navbar-nav > li > a{
        padding: 15px 10px;
        font-size: 14px;
        margin: 0px;
    }
    ul.nav.navbar-nav.navbar-right {
        width: 100%;
    }
    .wrap-sticky nav.navbar.bootsnav.sticked{
        position: inherit;
    }
    .carousel-caption{
        width: 50%;
        top: 20%;
    }
    .logo > h1 {
        font-size: 30px;
    }
    .carousel-caption h1 {
        font-size: 30px;
        line-height: 35px;
    }
    .carousel-caption p{
        line-height: 26px;
        margin-bottom: 0px;
        margin-top: 10px;
    }
    .carousel-caption a{
        font-size: 15px;
    }
    .nav.navbar-nav.navbar-right{
        text-align: center;
    }
    .service-content {
        margin-bottom: 25px;
    }
   
   
   
}
@media (max-width:767px) and (min-width:320px){
    .header-right {
        float: none;
        margin-top: 0px;
        text-align: center;
    }
    .loc-details {
        float: none;
        text-align: center;
    }
    .wrap-sticky nav.navbar.bootsnav.sticked{
        position: inherit;
    }
    .nav.navbar-nav.navbar-right{
        width: 100%;
        position: initial;
    }
    nav.navbar.bootsnav .navbar-toggle{
        top: 280px !important;
    }
    .logo{
        padding-bottom: 0px;
    }
   
    .footer-title{
        margin-top: 20px;
    }
    .more-info p{
        padding-bottom: 0px;
    }
    nav.navbar.bootsnav .navbar-nav > li > a{
        padding: 10px 10px;
        font-size: 16px;
        margin: 0px;
    }
    nav.navbar.bootsnav .navbar-toggle{
        top: 0px;
    }
    .carousel-caption{
        top: 10%;
        width: auto;
    }
    .carousel-caption h1 {
        line-height: 1.2;
    }
    .carousel-caption p {
        line-height: 22px;
        font-size: 15px;
    }
    .service-content .img-responsive {
        width: 100%;
    }
    .service-content{
        margin-bottom: 25px;
    }
}
@media (max-width:480px) and (min-width:320px){
    .logo img{
        float: none;
        display: block;
        margin: 0px auto;
    }
    .logo > h1 {
        display: block;
        font-size: 25px;
        padding: 0px;
    }
    .logo a, .help-heading h1{
        font-size: 24px;
        line-height: 35px;
    }
   .carousel-caption p{
        display: none;
   }
   .carousel-caption h1{
        font-size: 20px;
        margin-bottom: 10px;
        line-height: 24px;
   }
    .carousel-caption a {
        font-size: 14px;
        height: auto;
        padding: 10px 15px;
        line-height: initial;
        width: auto;
    }
    .carousel-caption{
        top: 20%;
        width: 300px;
    }
    .service-block, .client-block{
        padding: 30px 0px;
    }
    .service-heading{
        font-size: 30px;
    }
    .top-footer{
        padding: 20px 0px;
    }

}
