
 #body .container{
    max-width: 1300px !important;
}

body{
    font-family: 'Lato', sans-serif !important;
}

.a-font{
    font-family: 'League Spartan', sans-serif;
}

/*--------------- top navigation ---------------------*/

.top-list{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

.top-list li a {
    display: inline-block;
    color: #eeeeee;
    font-size: 16px;
    font-family: 'League Spartan', sans-serif;
}

.top-list li a i {
    color: #fff;
    font-size: 14px;
    margin-right: 8px;
    
}

.top-list li a:hover{
    text-decoration: none;
}

.top-social a i {
    display: inline-block;
    color: #fff;
}

.top-nav {
    padding: 6px 0;
    /* border-bottom: 1px solid #d3d3d3; */
    background: #cc9b5a;
}

/*--------------- navigation ---------------------*/

.navbar-brand img {
    width: 200px;
}

.top-nav2 .navbar-nav li a {
    font-size: 20px;
    color: #000 !important;
    text-transform: capitalize;
    font-weight: 500;
    padding: 0 17px !important;
    font-family: 'League Spartan', sans-serif;
}

.nav-list{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

.nav-list li a{
    display: inline-block;
    font-size: 15px;
    color: #6a6a6a;
}

.top-nav2 .navbar {
    background-color: #fff !important;
    padding: 17px 0 !important;
}

.nav-btn {
    background-color: #aa8453 !important;
    color: #fff !important;
    font-size: 19px !important;
    padding: 9px 32px;
    font-family: 'League Spartan', sans-serif;
    /* font-weight: 600; */
}

.nav-btn i{
    margin-left: 8px;
    font-size: 14px;
}

.nav-btn:hover{
    text-decoration: none;
}

.ico-1 {
    margin-top: 15px;
}

.ico-2 {
    margin-top: 15px;
    margin-left: 20px;
    margin-right: 22px;
}

/*--------------- banner ---------------------*/

.main-banner{
    padding: 0 50px;
}

.bc-img{
    background: url(../images/banner-a.png) no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 682px;
    
}

.bc-img2{
    background: url(../images/banner-c.png) no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 682px;
}

/* .bc-img3{
    background: url(../images/banner-a.png) no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 682px;
} */

h6.ban-header {
    color: #ffffff;
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-bottom: 30px;
}

h1.ban-header2 {
    font-size: 60px;
    color: #fff;
    margin-bottom: 10px;
    text-transform: capitalize;
}

p.ban-para {
    color: #fff;
    font-size: 17px;
    padding: 0 155px;
    margin-bottom: 35px;
    line-height: 35px;
}

a.ban-link {
    background: #fff;
    color: #000;
    font-weight: 500;
    display: inline-block;
    padding: 14px 47px;
    font-weight: 500;
}

a.ban-link:hover{
    color: #000;
    text-decoration: none;
}

a.ban-link i{
    font-size: 14px;
    margin-left: 6px;
}

.ban-text {
    text-align: center;
    padding: 211px 0;
}

.banner-content{
    position: absolute;
    top: 0;
    left: 0;
}

.main-banner i.fa-solid.fa-angle-left {
    color: #000;
    background: #fff;
    /* padding: 15px 10px; */
    font-size: 22px;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    line-height: 50px;
}

.main-banner i.fa-solid.fa-angle-right {
    color: #000;
    background: #fff;
    /* padding: 15px 10px; */
    font-size: 22px;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    line-height: 50px;
}

/*--------------- about ---------------------*/

.a-img img{
    width: 100%;
    border-radius: 10px;
}

.a-img2 img {
    width: 75%;
    margin-top: 100px;
    border-radius: 10px;
}

h6.a-header {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 15px;
    color: #707070;
}

h3.a-header {
    color: #c69049;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 50px;
    margin-bottom: 17px;
}

p.a-para {
    color: #56524c;
    line-height: 28px;
}

a.a-link {
    background: #000;
    color: #fff;
    padding: 14px 40px;
    display: inline-block;
    margin-top: 18px;
}

a.a-link i{
    font-size: 14px;
    margin-left: 6px;

}

.about {
    margin-top: 80px;
}

a.a-link:hover{
    color: #fff;
    text-decoration: none;
}

/*--------------- product ---------------------*/

.pro-img {
    width: 100%;
    height: 472px;
    overflow: hidden;
    float: left;
    position: relative;
    /* border-radius: 50px; */
    background-color: #ffffff;
}

.pro-img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    width: auto;
    height: auto;
    transition: all .5s ease-in-out;
}

.pro-1 {
    background: #fff;
    padding: 50px;
    box-shadow: 0 5px 20px 0 rgba(23, 44, 82, 0.1);
    border-radius: 10px;
}

h5.p-header {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 3px;
}

h5.p-header2 {
    text-transform: capitalize;
    color: #c69049;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.p-list{
    margin: 0;
    padding: 0;
    list-style: none;
}

.p-list li a {
    display: flex;
    color: #685e50;
    
}

.p-list li a h5 {
    color: #685e50;
    font-weight: 600;
    font-size: 17px;
    line-height: 30px;
}

.p-list li a i {
    font-size: 12px;
    transform: translateY(10px);
    margin-right: 10px;
}

.p-list li a:hover{
    text-decoration: none;
}

a.p-link {
    display: inline-block;
    text-transform: capitalize;
    background: #000000;
    color: #fff;
    padding: 11px 39px;
    font-weight: 600;
    margin-top: 19px;
}

a.p-link:hover{
    color: #fff;
    text-decoration: none;
}

.pro-text {
    background: #f6eee3;
    height: 100%;
    padding: 50px 30px;
    
}

.product .container .row .col-lg-7{
    padding-left: 8px !important;
    padding-right: 8px !important;
}

.product .container .row .col-lg-5{
    padding-left: 8px !important;
    padding-right: 8px !important;
}

h5.pro-header{
    text-align: center;
    text-transform: capitalize;
    font-size: 50px;
    margin-bottom: 30px;
    color: #fff;
}

.pro-bg{
    background: url(../images/pro-bg.png) no-repeat;
    background-size: cover;
    background-position: center;
    height: 517px;
    margin-top: 80px;
}

.product {
    margin-top: -470px;
}

/*--------------- location ---------------------*/

.l-link {
    display: inline-block;
    text-transform: capitalize;
    background: #000000;
    color: #fff;
    padding: 13px 50px;
    font-weight: 500;
    margin-top: 39px;
    font-size: 18px;
    text-transform: capitalize;
    letter-spacing: 1px;
}

.l-link i{
    font-size: 14px;
    margin-left: 6px;
}

.l-link:hover{
    color: #fff;
    text-decoration: none;
}




.l-img {
    width: 100%;
    height: 350px;
    overflow: hidden;
    float: left;
    position: relative;
    /* border-radius: 50px; */
    background-color: #ffffff;
    border-radius: 15px;
}

.l-img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    width: auto;
    height: auto;
    transition: all .5s ease-in-out;
}

.l-img2 {
    width: 100%;
    height: 350px;
    overflow: hidden;
    float: left;
    position: relative;
    /* border-radius: 50px; */
    background-color: #ffffff;
    border-radius: 15px;
}

.l-img2 img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    width: auto;
    height: auto;
    transition: all .5s ease-in-out;
}

h5.l-header {
    display: inline-block;
    font-size: 30px;
    position: absolute;
    top: 30px;
    left: 50px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 4px;
}

h4.l-header2 {
    text-align: center;
    font-size: 45px;
}

p.l-para {
    text-align: center;
    color: #807464;
    font-weight: 500;
    font-size: 17px;
    padding: 0 244px;
    line-height: 28px;
    margin-bottom: 40px;
}

.location{
    margin-top: 80px;
}

/*--------------- core values ---------------------*/

.core {
    background: url(../images/core-bg.png) no-repeat;
    background-size: cover;
    background-position: center;
    min-height: auto;
    padding: 50px 0;
    margin-top: 80px;
}

.core .container-fluid{
    padding: 0 100px !important;

}

.c-img img {
    width: 400px;
}

.c-img {
    margin-left: -75px;
}

h5.c-header {
    color: #fff;
    font-size: 50px;
    font-weight: 400;
    margin-top: 40px;
}

.img-flex {
    /* margin-right: 20px; */
    margin-left: -117px;
    margin-top: -55px;
}

.c-img3 {
    margin-left: 10px;
}



p.c-text {
    color: #fff;
    font-size: 30px;
    /* padding: 40px; */
    text-align: center;
    margin-left: 14%;
    padding: 0 454px;
    margin-top: -144px;
      visibility: hidden;
    opacity: 0;   
    z-index: 9999;
    /* display: none; */
}

.c-img1 img:hover .c-full{
     visibility: visible;
    opacity: 1; 
    position: relative;
    /* display: block; */
}

p.c-text2 {
    color: #fff;
    font-size: 30px;
    /* padding: 40px; */
    text-align: center;
    margin-left: 14%;
    padding: 0 454px;
    margin-top: -144px;
    visibility: hidden;
    opacity: 0;
}

p.c-text3 {
    color: #fff;
    font-size: 30px;
    /* padding: 40px; */
    text-align: center;
    margin-left: 14%;
    padding: 0 454px;
    margin-top: -144px;
    visibility: hidden;
    opacity: 0;
}


/*--------------- blog ---------------------*/

.bl-li {
    font-size: 15px;
    font-weight: 500;
    color: #71757c;
    white-space: nowrap;
}

.bl-li i {
    color: #cc9b5a;
    margin-right: 10px;
}


.bl-img {
    width: 100%;
    height: 237px;
    overflow: hidden;
    float: left;
    position: relative;
    /* border-radius: 50px; */
    background-color: #ffffff;
}

.bl-img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    width: auto;
    height: auto;
    transition: all .5s ease-in-out;
}

h3.bl-cap {
    text-transform: capitalize;
    font-size: 45px;
    margin-bottom: 30px;
}

.bl-com {
    margin-left: -28px;
}

h5.bl-title {
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 14px;
    text-transform: uppercase;
}

p.bl-para {
    font-size: 16px;
    color: #5f5950;
    line-height: 28px;
}

a.bl-para {
    display: inline-block;
    text-transform: capitalize;
    font-size: 16px;
    color: #b07425;
    font-weight: 600;
}

a.bl-para:hover{
    color: #b07425;
    text-decoration: none;
}

.blog {
    background: #f8f5f0;
    /* margin-top: 80px; */
    padding: 80px 0;
}

.bl-text {
    display: inline-block;
    background: #fff;
    padding: 30px;
}

/*--------------- looking ---------------------*/

h5.look-header {
    font-size: 35px;
    margin-bottom: 0;
    color: #fff;
    white-space: nowrap;
    margin-top: 11px;
}

.looking {
    background: #aa8453;
    padding: 30px 0;
}

a.look-link {
    background: #fff;
    color: #000;
    text-transform: uppercase;
    padding: 12px 45px;
    display: inline-block;
    font-weight: 600;
    font-size: 17px;
}

a.look-link:hover{
    text-decoration: none;
    color: #000;
}

/*---------------- footer ----------------------*/

.footer {
    background: #12171f;
    min-height: auto;
    padding: 60px 0;
   
}

.ftr-logo img {
    width: 170px;
    box-shadow: 0px 0px 25px -7px rgba(170, 132, 83, 0.8);
}

.ftr-header {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
}

.ftr-list{
    margin: 0;
    padding: 0;
    list-style: none;

}

.ftr-list li a {
    display: inline-block;
    color: #d0d0d0;
    font-size: 16px;
    line-height: 34px;
}

.ftr-list li a i {
    margin-right: 15px;
    font-size: 12px;
}

.ftr-list2{
    margin: 0;
    padding: 0;
    list-style: none;

}

.ftr-list2 li a{
    display: inline-block;

}

.ftr-social a i{
    display: inline-block;

}

p.ftr-para {
    font-size: 15px;
    /* color: #fff; */
    color: #c0c0c0;
    line-height: 26px;
}

.footer .form-control {
    display: block;
    width: 100%;
    height: 52px;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: initial;
    border-radius: 8px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.footer .form-control::placeholder{
    font-size: 15px;
    padding-left: 10px;
}

a.frm-link i {
    background: #aa8453;
    color: #fff;
    display: inline-block;
    padding: 12px 15px;
    font-size: 17px;
    border-radius: 5px;
}

.frm-btn {
    position: absolute;
    top: 6px;
    right: 8px;
}

.ftr-icon i {
    width: 45px;
    height: 45px;
    background: rgba(255, 255, 255, 0.1);
    text-align: center;
    color: #fff;
    line-height: 45px;
    border-radius: 5px;
    border: 1px dashed rgba(255, 255, 255, 0.3);
}

.ftr-list2 li a {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.ftr-list2 li a:hover{
    text-decoration: none;
}

.ftr-list li a:hover{
    text-decoration: none;
}

.ftr-h2 {
    font-weight: 400 !important;
    color: #c1c1c1 !important;
    line-height: 24px;
}

.mt-top {
    margin-top: 33px;
}

.ftr-social a i {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    text-align: center;
    color: #fff;
    line-height: 40px;
    border-radius: 5px;
    border: 1px dashed rgba(255, 255, 255, 0.3);
}

.ftr-2 {
    margin-left: 65px;
}
.ftr-3 {
    /* margin-right: 71px; */
    /* display: inline-block; */
    margin-left: -30px;
}

.footer2 {
    background-color: #3d3f41;
    padding: 20px 0;
}

.ftr-cap {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
}

