@font-face {
    font-family: 'Montserrat-Regular';
    src: url('../fonts/Montserrat-Regular');
    src: local('Montserrat-Regular'), url('../fonts/Montserrat-Regular.woff') format('woff'), url('../fonts/Montserrat-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Montserrat-Bold';
    src: url('../fonts/Montserrat-Bold');
    src: local('Montserrat-Bold'), url('../fonts/Montserrat-Bold.woff') format('woff'), url('../fonts/Montserrat-Bold.ttf') format('truetype');
}

body{
     margin:0;
     padding:0;
     font-size:16px;
     color: #353535;
    font-family: 'Montserrat-Regular';
}
p { 
    color: #353535;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
    font-family: 'Montserrat-Regular';
}
h1, h2, h3, h4, h5, h6{
     color: #000;
     font-family: 'Montserrat-Bold';
     }
h1{
    color: #000;
    font-size:22px;
}
h2{
    color: #000;
    font-size:18px;
}
h3{
    color: #808080;
    font-size:22px;
}
h4{
    color: #808080;
    font-size:18px;
}
h5{
    color: #FF0000;
    font-size:22px;
}
h6{
    color: #FF0000;
    font-size:18px;
}

a{
    color:#e90929; 
}
a:focus, a:hover{
    text-decoration:none;
}
a:hover {
    text-decoration: none;
}

#main-header {
    background-color: #ffffff;
    padding: 20px 0px;
}
.logo{
    padding: 0px;
    display: block;
}
.logo img{
    width: 280px;
}
a.navbar-brand span {
    color: #25ac98;
    font-weight: 700;
}
.navbar-btns .btn {
    width: 130px;
    padding: 10px;
    border-radius: 0px;
    border:none;
}
.header-right .loc-icon {
    float: left;
    display: inline;
    font-size: 24px;
    margin-left: 6px;
    margin-right: 10px;
    margin-top: 5px;
    width: 50px;
    height: 50px;
    background: #e90929;
    text-align: center;
    border-radius: 50%;
    padding: 8px;
}
.header-right .loc-icon .fa{
    color: #ffffff;
}
.header-right .fa-map-marker {
    padding-left: 5px;
}
.header-right .fa-phone {
    padding-left: 5px;
}
.header-right .location {
    float: left;
    display: inline;
    padding-top: 10px;
    margin-left: 6px;
    margin-right: 6px;
}
.header-right .location p {
    margin-bottom: 0px;
    letter-spacing: 0.5px;
    font-size: 16px;
    font-weight: 500;
}
.header-right .location h5 {
    margin-top: 0px;
    font-size: 18px;
    margin-bottom: 0px;
}
.header-right ul {
    float: right;
    display: block;
}
.header-right ul li {
    display: inline-block;
    float: left;
    border-right: 1px solid #c3bdbd;
    padding: 0px 20px;
}
.header-right ul li:last-child{
    border-right: 0px;
}
.header-right .location a {
    font-size: 36px;
    color: #262626;
}
.header-right {
    width: 100%;
    float: left;
    padding-top: 20px;
}
/*--logo-with-navbar-sticky-*/
nav.navbar.bootsnav .navbar-brand span {
    font-size: 36px;
    color: #0081ca;
    font-weight: 700;
}
nav.navbar.bootsnav{
    background-color: #78848a;
}
nav.navbar.bootsnav .nav.navbar-nav{
    display: inherit;
}
nav.navbar.bootsnav .navbar-nav > li > a{
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    padding: 20px 20px;
    font-family: 'Montserrat-Bold';
}
nav.navbar.bootsnav .navbar-nav > li > a:hover{
    color: #e90929;
}
nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a {
    background-color: #e90929;
    color: #fff;
}
nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a:hover{
    background-color: #78848a;
    color: #ffffff;
    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;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, nav.navbar.bootsnav .navbar-toggle {
    color: #fff;
    cursor: pointer;
}
/*nav.navbar.bootsnav nav.navbar-sidebar ul.nav li.dropdown ul.dropdown-menu li a:hover,
nav.navbar ul.nav li.dropdown.on > a, nav.navbar li.dropdown ul.dropdown-menu > li a:hover{
      color: #FFD300;
  }*/
button.navbar-toggle .fa-bars {
    font-size: 22px;
}
/*end-navbar*/

.navbar-brand {
    height: inherit;
    padding:0;
}   
.carousel-control.right, .carousel-control.left{
    background-image: inherit;
}
.carousel-caption{
    background-color: rgba(0, 0, 0, 0.6);
    padding: 20px 20px;
    width: 600px;
    text-align: center;
    top: 30%;
}
.carousel-caption h1 span, .about h2 span {
    color: #097ec2;
}
.carousel-caption h1 {
    color: #ffffff;
    text-shadow: none;
    font-weight: 700;
    font-size: 42px;
    margin: 0px;
    text-align: center;
    line-height: 55px;
}
.carousel-caption a {
    background-color: #e90929;
    border: none;
    display: block;
    width: 160px;
    padding: 22px 0px;
    height: auto;
    margin: 25px auto;
    line-height: 0px;
}
.carousel-indicators{
    display: none;
}
.about-block {
    padding: 50px 0px;
}
.ver-heading {
    margin: 0px;
    font-size: 36px;
    text-transform: uppercase;
    padding-bottom: 20px;
    color: #e90929;
}
.about-left {
    position: relative;
    overflow: hidden;
}
.about-heading {
    clear: both;
    width: 100%;
    float: left;
    padding-left: 20px;
}
.about-heading h5{
    margin-top: 0px;
    font-size: 16px;
}
.list-2 {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
.list-2 li {
    padding-left: 30px;
    background: url(../images/marker.png) no-repeat 0 8px;
    padding-top: 5px;
    padding-bottom: 7px;
}
.about-heading p{
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #848484;
}
.about-heading ul li{
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #848484;
}
.about-left img {
    border-radius: 15px;
}
.about-heading .about-btn {
    background-color: #e90929;
    color: #fff;
    padding: 15px 30px;
    margin: 20px 0px;
    float: left;
    border-radius: 500px;
    transition: all 0.5s linear;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    font-family: 'Montserrat-Bold';
}
.about-heading .about-btn:hover{
    background-color: #262626;
}
.testimonials-part{
    box-shadow: none;
    background-color: #f7f7f7;
    padding: 50px 0px;
}
.content-block{
    padding: 0px;
    position: relative;
}
.content-block {
     border:none;
    box-shadow: 0px 5px 17px 0px rgba(0, 0, 0, 0.07);
}
.content-block h3 {
    color: #e90929;
    font-weight: 700;
    font-size: 20px;
}
.inner-text {
    padding: 10px 15px 30px;
    position: relative;
}
.inner-text p{
    color: #848484;
    font-size: 16px;
}
.inner-text .btn.btn-primary {
    margin: 0px auto;
    padding: 11px 28px;
    text-align: center;
    background-color: #78848a;
    border-color: #78848a;
    text-transform: uppercase;
    border-top: 4px;
    transition:all 0.5s linear;
    font-family: 'Montserrat-Bold';
}
.inner-text .btn.btn-primary:hover{
    background-color: #e90929;
    border-color: #e90929;
}
.test-block .ver-heading {
    text-align: center;
    padding-bottom: 35px;
}
.test-block {
    padding: 50px 0px;
}
.client-inner {
    width: 100%;
    float: left;
    text-align: center;
}
.client-img img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}
.client-inner p {
    color: #848484;
    font-size: 16px;
    font-style: italic;
}
.client-inner .client-img .cl-heading {
    padding-left: 20px;
    padding-top: 20px;
}
.client-inner .client-img .cl-heading h4 {
    color: #262626;
    font-size: 18px;
}
.client-list .customNavigation .prev, .client-list .customNavigation .next {
    border: 1px solid #c2c2c2;
    padding: 10px 12px;
    border-radius: 4px;
    margin: 0px 5px;
    cursor: pointer;
}
.client-list .customNavigation .prev:hover, .client-list .customNavigation .next:hover{
    background-color: #e90929;
    border-color: #e90929;
    color: #ffffff;
}
.client-list .customNavigation .prev:hover .fa, .client-list .customNavigation .next:hover .fa{
    color: #ffffff;
}
.client-list .customNavigation .fa {
    color: #d0d0d0;
    font-size: 16px;
}
.client-list {
    position: relative;
    border: 1px solid #c9c9c9;
    padding: 25px 20px;
    border-radius: 5px;
}
.client-list .customNavigation {
    margin: 0px auto;
    text-align: center;
}
.client-list .owl-pagination {
    display: none;
}
footer{
    border: none;
    background-color: #262626;
}
.bottom-footer{
    background-color: #222222;
}
.footer-title{
    font-family: 'Montserrat-Bold';
    font-size: 18px;
    border-bottom: 0px;
}
.main-footer ul{
    margin-top: 0px;
}
.shop-list strong {
    color: #fff;
}
.more-info li{
    font-size: 16px;
    font-family: 'Montserrat-Regular';
}
.social li i {
    margin: 0px;
    padding: 0px;
}
.facebook i{
	padding-right: 0px !important;
}
.social ul li {
    line-height: 30px;
    display: inline-block;
}
.more-info .social li {
    display: inline-block;
    margin: 5px 5px;
}
.social ul li a{
    text-transform: uppercase;
}
.shop-list p {
    color: #fff;
    margin: 15px 0px 0px;
}
.more-info p{
    color: #fff;
}
.more-info .fa-home{
    float: left;
}
.footer-address {
    display: table;
    line-height: 26px;
}
.follow-titile {
    font-size: 18px;
    color: #ffffff;
    margin: 0px;
    padding: 10px 0px 10px;
}
.social li a {
    width: 45px;
    height: 45px;
    background-color: #ffffff;
    border-radius: 50%;
    transition: all 0.3s linear;
    display: inline-block;
    padding: 6px 13px;
    margin: 0px;
     font-size: 24px;
     color: #e90929;
}
.social li .fa-facebook {
    padding-left: 2px;
}
.social li a:hover{
    background-color: #e90929;
    color: #ffffff !important;
}
.copy p, .power p{
    color: #fff;
}
.power a{
    color: #e90929;
}
#scrolltoup:hover {
    background-color: #262626;
    color: #fff;
}
.input-group-btn .btn {
    background: #e90929 none repeat scroll 0 0;
    border: 1px solid #e90929;
    font-size: 15px;
}
.color-white {
    margin-right: 8px;
}
.proud-title {
    padding-bottom: 0px;
    margin-top: 18px;
    margin-bottom: 15px;
}


@media (min-width:992px){
   .testimonials-part .test-row {
        display: flex;
    }
    .testimonials-part .test-col {
        display: flex;
        flex: 1;
    }
}

@media (min-width:992px) and (max-width:1199px){
    nav.navbar.bootsnav .navbar-nav > li > a{
        padding: 20px 15px;
        font-size: 14px;
    }
    .carousel-caption a{
        margin: 10px auto 5px;
    }
}
@media (min-width:768px) and (max-width:991px){
    .header-right .location a{
        font-size: 24px;
    }
    .header-right ul li{
        padding: 0px 5px;
    }
    nav.navbar.bootsnav .navbar-nav > li > a{
        font-size: 14px;
        padding: 15px 15px;
    }
    .carousel-caption{
        top: 20%;
    }
    .carousel-caption h1{
        font-size: 30px;
        line-height: 40px;
    }
    .carousel-caption a{
        margin: 10px auto 5px;
    }
    .ver-heading{
        font-size: 26px;
    }
    .footer-title{
        padding-top: 20px;
    }
}
@media (min-width:320px) and (max-width:767px){
    #main-header{
        padding: 10px 0px 0px;
    }
    .header-right{
        padding-top: 10px;
        float: none;
        text-align: center;
    }
    .header-right ul{
        float: none;
        text-align: center;
    }
    .header-right ul li{
        border-right: 0px;
        float: none;
        padding: 0px;
    }
    .header-right .location{
        padding-top: 5px;
    }
    .header-right .location a{
        font-size: 24px;
    }
    nav.navbar.bootsnav ul.nav > li > a{
        padding: 15px;
    }
    .carousel-caption h1{
        font-size: 24px;
        line-height: 32px;
    }
    .carousel-caption{
        padding: 10px;
        width:300px;
    }
    .ver-heading{
        font-size: 24px;
        padding-bottom: 20px;
    }
    .about-block{
        padding: 20px 0px;
    }
    .about-heading{
        padding-top: 25px;
        padding-left: 0px;
    }
    .testimonials-part{
        padding: 30px 0px;
    }
    .inner-text .btn.btn-primary{
        position:initial;
    }
    .footer-title{
        padding-top: 20px;
    }
    .main-footer{
        padding: 30px 0px;
    }
}
@media (min-width:320px) and (max-width:480px){
    .carousel-caption h1 {
        font-size: 16px;
        line-height: 24px;
        text-align: center;
    }
    .content-block h3{
        font-size: 21px;
    }
    .client-list .customNavigation{
        bottom: -38px;
    }
    .carousel-caption a{
        display: none;
    }
}
