body{
    font-size: 18px;
    //font-family: 'Lato', sans-serif;
    font-family: 'Lato', sans-serif;
}
.p1{
    font-size:16px;
}
.py-7{
    padding-bottom: 70px;
    padding-top: 70px;
}
a:hover{
    text-decoration: none;
}
.f-9{
    font-size: .9rem;
}
.f-bold{
    font-weight:600;
}
.f-2{
    font-size: 2.5rem;
}
.f-right{
    float: right;
}
.bg-brown{
    background: #a94442;
}
.textcolor{
    color: #ab2024;
    font-weight:600;
}
.text-gray{
    color: #000;
}
h2{
    font-weight:600;
}
.top-ul{
    list-style: none;
    padding: 0;
}
.top-ul li{
    float: left;
}
.top-ul li a, .phone{
    color: #fff;
    font-size: .9rem;
}
.menu{
    z-index: 999;
    position: sticky;
    top: 0;
    border-bottom: 2px solid #a94442;
}
.navbar{
    display: flex;
    justify-content: flex-end;
}
.nave-div{
    display: flex;
    justify-content: flex-end;"
}
.dropdown:hover .dropdown-menu{
    display: block;
}
.dropdown-menu{
    border-top: 3px solid #a94442;
    margin:0;
}
.nav-link{
    font-size:15px;
    color: #000 !important;
}
.nav-link:hover{
    color: #fff !important;
    background: #a94442 !important;
}
.dropdown-menu a{
    color: #000;
    font-family: 'Lato', sans-serif;
    font-size:13px;
}
.dropdown-menu a:hover{
    background: #a94442;
    color: #fff;
}
/* .navbar-toggler:focus{
    margin-top: 10px;
} */
.caption1{
    margin-bottom: 50px;
    text-align: right;
    margin-right: -60px
}
.caption2{
    margin-bottom: 50px;
    text-align: left;
    margin-left: -60px
}
.s-font{
    font-size: 15px !important;
    font-weight: normal;
    color: #000;
    font-family: 'Lato', sans-serif;
    letter-spacing:1px;
}
.carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 15px !important;
    height: 15px !important;
    border-radius: 50% !important;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background: #a94442 !important;
}
.box-shadow{
    background-color: #fff;
    padding: 10px;
    box-shadow: 0 0 10px #ccc;
    border-radius: 5px;
}


.btn{
    transition: .5s;
    border: 2px solid #a94442 !important;
    background: transparent !important;
    color: #a94442;
    font-weight:600;
}
.btn:hover{
    border: 2px solid #a94442 !important;
    background: #a94442 !important;
    color: #fff;
}

.clear{
    clear: both;
}
/* .Services{
    margin-top: 440px;
    //background: #a94442;
} */

.icon-title  hr {
    display: block;
    width: 30%;
    height: 1px;
    left: 34%;
    margin-top: 16px;
    background-color: #d6d6d6;
    position: absolute;
    //top: 50%;
    z-index: 90;
}
.icon-title i {
    color: #a94442;
    padding: 5px;
    border: 1px solid #d6d6d6;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    font-size: 19px;
    position: relative;
    z-index: 100;
    background-color: #fff;
}



.info, .info1, .info2{
    padding-top: 235px;
    background: rgba(0,0,0,.5);
    text-align: center;
    position: absolute;
    margin-left: -350px;
    transition: 1s;
    height: 100%;
    width: 100%;
}
.info1{
    padding-top: 120px;
}
.info2{
    padding-top: 120px;
    margin-left: -540px;
}
.info a{
    color: #fff;
    padding: 10px 20px;
    border: 1px solid #fff;
}
.info a:hover{
    transition: .7s;
    text-decoration: none;
    background: #a94442;
    border: 1px solid #a94442;
}
.info1 a{
    color: #fff;
    padding: 10px 20px;
    border: 1px solid #fff;
}
.info1 a:hover{
    transition: .7s;
    text-decoration: none;
    background: #a94442;
    border: 1px solid #a94442;
}
.info2 a{
    color: #fff;
    padding: 10px 20px;
    border: 1px solid #fff;
}
.info2 a:hover{
    transition: .7s;
    text-decoration: none;
    background: #a94442;
    border: 1px solid #a94442;
}
.hover:hover .info{
    margin-left: 0;
}
.hover1:hover .info1{
    margin-left: 0;
}
.hover2:hover .info2{
    margin-left: 0;
}
.img-1{
    overflow: hidden;
    position: relative;
    height: 500px;
    background: url(../images/banner/category/1.jpg);
    background-size: 100%;
}
.img-2{
    overflow: hidden;
    position: relative;
    height: 240px;
    background: url(../images/banner/category/2.jpg);
    background-size: 100%;
}
.img-3{
    overflow: hidden;
    position: relative;
    height: 240px;
    background: url(../images/banner/category/3.jpg);
    background-size: 100%;
}
.img-4{
    overflow: hidden;
    position: relative;
    height: 240px;
    background: url(../images/banner/category/vdp.png);
    background-size: 100%;
}
.img-6{
    overflow: hidden;
    position: relative;
    height: 500px;
    background: url(../images/banner/category/other.jpg);
    background-size: 100% 100%;
}
.tr-icon{
    //display: inline-block;
    width: 115px;
    height: 115px;
    cursor: pointer;
    border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    text-align: center;
    //vertical-align: 50%;
    background: #a94442;
}
.tr-line {
    width: 70px;
    height: 1px;
    display: inline-block;
    background: #c2c2c2;
}
.tr-icon i {
    color: #ffffff;
    font-size: 48px;
    line-height: 115px;
}
.tr-icon:hover i{
    color: #a94442;
}
.tr-icon:hover{
    transition: .5s;
    background: transparent;
    border: 5px solid #a94442;
}

.div{
    transition: .7s;
    background: #fff;
    text-align: center;
    border: 1px solid gray;
}
.div:hover{
    box-shadow: 2px 2px 10px #a94442;
    transform: translatey(5px);
}

footer{
    background: #1a1a1a;
}
.f-heading{
    color:#d24145;
    font-weight:600;
}
.f-ul{
    list-style: none;
    padding: 0;
}
.icon-ul{
    list-style: none;
    padding: 0;
}
.icon-ul li{
    float: left;
}
.icon-ul li a{
    padding: 6px 8px;
    color: #1a1a1a;
    font-size: 16px;
    background: #fff;
    border-radius: 50%;
}
.icon-ul li a .fa-facebook-f{
    padding: 6px 5px;
}
.icon-ul li a:hover{
    color: #fff;
    background: #d24145;
}
.f-link{
    color: #fff;
}
.f-link:hover{
    text-decoration: none;
    color: #a94442;
}
#back-to-top {
    position: absolute;
    right: 0;
    padding: 10px 5px;
    top: -40px;
    height: 40px;
    width: 40px;
    background: #a94442;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    font-size: 14px;
}
.family{
   text-align: justify; 
   line-height: 25px; 
   font-family:'Lato',sans-serif;
}
.family_text{
    font-family:'Lato',sans-serif;
    color:#fff;
}