/********** Template CSS **********/
:root {
    --primary: #340e03;
    --secondary: #555555;
    --light: #F1F3FA;
    --dark: #1C2035;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

.fw-medium {
    font-weight: 500;
}

/* Global css */
.section-entry {
    padding: 5rem 0 5rem;
  }
  .section-entry-top {
    padding-top: 5rem;
  }
  .section-entry-bottom {
    padding-bottom: 5rem;
  }
  .txtct {
    text-align: center;
  }
  .align-c {
    align-items: center;
  }
  .txtbc h1, .txtbc h2, .txtbc h3, .txtbc h4, .txtbc h5, .txtbc h6, .txtbc p, .txtbc i, .txtbc a, .txtbc span {
    color: #000;
  }
  .txtwt h1, .txtwt h2, .txtwt h3, .txtwt h4, .txtwt h5, .txtwt h6, .txtwt p, .txtwt i, .txtwt a, .txtwt span {
    color: #fff;
  }
  .txtbu {
    color: #004c86;
  }
  .txtor {
    color: #ff2515;
  }
  
  
/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    transition: .5s;
    font-weight: 500;
}

.btn-primary,
.btn-outline-primary:hover {
    color: var(--light);
}

.btn-secondary,
.btn-outline-secondary:hover {
    color: var(--dark);
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Navbar ***/
.sticky-top {
    top: -100px;
    transition: .5s;
    background-color:#2d1d1d;
}

.navbar .navbar-nav .nav-link {
    margin-right: 35px;
    padding: 25px 0;
    color: #aa928b;
    font-size: 18px;
    font-weight: 500;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: #aa928b;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        margin-top: 15px;
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}

.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,0.075) !important;
    background: #2d1d1d;
}


.logo {
    width:110px;
    
}

/*** Header ***/

/*.carousel-caption {*/
/*    top: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    background: rgba(0, 0, 0, .1);*/
/*    z-index: 1;*/
/*}*/

/*.carousel-control-prev,*/
/*.carousel-control-next {*/
/*    width: 15%;*/
/*}*/

/*.carousel-control-prev-icon,*/
/*.carousel-control-next-icon {*/
/*    width: 3.5rem;*/
/*    height: 3.5rem;*/
/*    border-radius: 3.5rem;*/
/*    background-color: var(--primary);*/
/*    border: 15px solid var(--primary);*/
/*}*/

/*@media (max-width: 768px) {*/
/*    #header-carousel .carousel-item {*/
/*        position: relative;*/
/*        min-height: 450px;*/
/*    }*/
    
/*    #header-carousel .carousel-item img {*/
/*        position: absolute;*/
/*        width: 100%;*/
/*        height: 100%;*/
/*        object-fit: cover;*/
/*    }*/
/*}*/
.my-navbar {
    margin-left: 3rem;
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-size: 18px;
    color: var(--light);
}

.





/*** Footer ***/

/*** Footer ***/


.back-footer-color h4{
    color: var(--primary)!important;
}
.back-footer-color .rounded-circle,.signupfooter{
    background-color: var(--primary);
}
.footer {
    color: #B0B9AE;
    background: #2d1d1d;
}

/*breadcrum*/

.back-image{
    padding:5rem .5rem!important;
    background-image: url(../img/bg-title.jpg)!important
    ;
    background-size: cover;
    background-repeat:no-repeat;
        background-position: center;
}

.text-edit-breadc h1{
    font-size: 3rem!important;
    color:#fff;
    font-weight: 500;
    
}


/*sitemap*/
.sitemap-back{
    padding:0.5rem 0.5rem!important;
    border-radius: 10px;
    background-image: url(../img/sitemap-back.jpg)!important;
    background-size: cover;
    background-repeat:no-repeat;
}

.sitemap-back:hover{
    
    background-image: linear-gradient(-45deg,rgb(233 184 122 / 46%), rgb(253 234 197 / 77%)), url(../img/sitemap-back.jpg);
    background-size: cover;
    background-repeat:no-repeat;
    
}
.sitemap-back a{
    color: white;
    font-size: 1.2rem;
    font-weight: bold;
    background: #000;
    width: 100%;
    display: block;
    padding: 0.5rem;
}
/*product inner page*/
.pro-inner-cover{
    margin-top: 3rem;
}

.pro-inner-wrap{
    border: 1px solid grey;
    border-radius:10px;
    overflow:hidden;
    
}

.myform {
  margin-bottom: 2rem;
}

.pro-view {
	float: left;
}
.pro-view img {
	width: 500px;
    border: 1px solid #e9b87a;
    margin: 0 2rem 0.5rem 0;
}
.proj-info h3 {
    font-size: 20px;
    text-align: center;
}
.service-text-contact {
    text-align: center;
}
.contact-page{
    margin-top: 2rem;
    margin-bottom:2rem;
}
.img-sty {
    filter: grayscale(1);   
}

.proj-info a{
    font-size:1.5rem;
    display:inline-block;
    padding-top:1rem;
} 

.proj-info a:hover{
    color:grey;
}
.service-item {
    background:#d3d3d363;
    padding:1rem;
}
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #B0B9AE;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--light);
    letter-spacing: 1px;
    box-shadow: none;
}

.copyright {
    color: #B0B9AE;
}

.copyright {
    background: #111111;
}

.copyright a:hover {
    color: var(--primary) !important;
}

.padding-1{
    padding:1rem;
}

/*about-home*/

.about-home h1{
    color:#7b1e05;
    font-size:3rem !important;
}

.about-home h1 span{
    color:#e73405;
}

.about-home p
{
    font-size: 1.15rem;
}
.about-home .inner-prod img{
    padding-top:1rem;
}

.inner-prod h5{
    margin-top:1rem;
    color:#7b1e05;
    font-size:1.5rem;
}

/*home-wel*/

.home-wel{
    background:#311d1c;
    color:#ccc;
}

.inner-why h4{
    color:#aa928b;
    font-size:1.5rem;
}

/*form home*/

.inner-choose h3{
    font-size:2rem;
    padding-bottom:1rem;
}

.inner-choose p{
    font-size: 1.15rem;
    padding-bottom:1rem;
}
.breadcrumb-item a{
    color:#fff;
}

.navbar .nav-item .dropdown-menu {
    background: #e73405;
}

.dropdown-item {
    padding: 0.5rem;
    border: 0.2px solid white;
    border-left:none;
    border-right:none;
    border-top:none;
    color: #fff;
}

.footer-link-a a{
    color:#b0b9ae !important;
}