/********** Template CSS **********/



/* new service */
img {
    max-width: 100%;
}
.title-big {
    font-size: 30px;
    font-weight: 300;
    padding: 0 0 16px 15px;
    background: linear-gradient(360deg, #6B4A00 100%, #6B4A00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.line-dash {
    border: 1px solid rgba(255,255,255,0.05);
    height: 0.5px;
    width: 100%;
    margin: 40px 0;
}
.description {
    font-style: italic;
    color: #a5a5a5;
    padding: 5px 0 calc(var(--bs-gutter-x) / 2) calc(var(--bs-gutter-x) / 2);
}

:root {
    --primary: #6B4A00;
    --secondary: #FDBE33;
    --light: #F4F6F8;
    --dark: #040F28;
}

.footer a,
a {
  color: #DAAA29 !important;
}

a:hover,
.text-dark:hover {
  color: #EBC41B !important;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: #ffffff !important;
}

.bg-review{
  background: url(../images/banner-01.jpg) !important;
  background-repeat: no-repeat !important;
  background-position: center;
  background-size: cover !important;
  background-blend-mode: overlay;
  background-attachment: fixed !important;
}

.page-header {
  height: 350px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: url(../images/banner-03.jpg);
  background-size: cover;
  background-position: center right;
  background-attachment: fixed !important;
}

.page-header::after {
    content: "";
    background: #00000080;
    width: 100%;
    position: absolute;
    height: 350px;
}
.page-header .text-white {
    z-index: 1;
}
img.position-absolute {
    object-position: top left;
}
#gallery .col-10 {
    height: 315px !important;
}
.gallery .details {
    height: 248px;
    overflow-y: scroll;
}

.pt-6 {
  padding-top: 90px;
}

.pb-6 {
  padding-bottom: 90px;
}

.py-6 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.btn {
  position: relative;
  font-weight: 600;
  text-transform: uppercase;
  transition: .5s;
}

.btn::after {
  position: absolute;
  content: "";
  width: 0;
  height: 5px;
  bottom: -1px;
  left: 50%;
  background: var(--primary);
  transition: .5s;
}

.btn.btn-primary::after {
    background: var(--dark);
}

.btn:hover::after,
.btn.active::after {
  width: 50%;
  left: 25%;
}

a.btn-primary {
    color: #FFFFFF !important;
}

.text-uppercase.text-white.fw-bold {
	color: #6B4A00 !important;
}

.text-banner,
.page-header .text-white {
	color: #fff;
	text-shadow: 5px 5px 8px #6B4A00;
}

.position-absolute.w-100{
	height: 100%;
}

.bg-white {
  background-color: #6B4A00 !important;
}

.bg-white h4 {
  color: #ffffff;
}

.text-ore {
	color: #fff;
}

.text-dark {
    color: #DAAA29 !important;
}

.text-sky {
	color: #6B4A00;
}

.bg-ore.text-white {
	background: #6B4A00;
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 28px;
    height: 28px;
}

.fa.fa-star {
	color: #EBC41B;
}
.contact .fa {
	color: #6B4A00;
	font-size: 18px;
}
.contact .bg-light {
	opacity: 1;
    width: 100%;
}
.contact .bg-light:hover {
	opacity: 0.7;
}
.btn-lg-square {
    width: 46px;
    height: 46px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.back-to-top {
    position: fixed;
    display: none;
    left: 50%;
    bottom: 0;
    margin-left: -22px;
    border-radius: 0;
    z-index: 99;
}

.bg-dark-radial {
    background-image: -webkit-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) 1px, transparent 1px, transparent 100%);
    background-image: -moz-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) 1px, transparent 1px, transparent 100%);
    background-image: -ms-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) 1px, transparent 1px, transparent 100%);
    background-image: -o-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) 1px, transparent 1px, transparent 100%);
    background-image: repeating-radial-gradient(center center, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) 1px, transparent 1px, transparent 100%);
    background-size: 3px 3px;
}

.bg-light-radial {
    background-image: -webkit-repeating-radial-gradient(center center, rgba(72, 67, 73, 0.2), rgba(72, 67, 73, 0.2) 1px, transparent 1px, transparent 100%);
    background-image: -moz-repeating-radial-gradient(center center, rgba(72, 67, 73, 0.2), rgba(72, 67, 73, 0.2) 1px, transparent 1px, transparent 100%);
    background-image: -ms-repeating-radial-gradient(center center, rgba(72, 67, 73, 0.2), rgba(72, 67, 73, 0.2) 1px, transparent 1px, transparent 100%);
    background-image: -o-repeating-radial-gradient(center center, rgba(72, 67, 73, 0.2), rgba(72, 67, 73, 0.2) 1px, transparent 1px, transparent 100%);
    background-image: repeating-radial-gradient(center center, rgba(72, 67, 73, 0.2), rgba(72, 67, 73, 0.2) 1px, transparent 1px, transparent 100%);
    background-size: 3px 3px;
}

.navbar-dark .navbar-nav .nav-link {
    position: relative;
    padding: 35px 15px;
    font-size: 18px;
    text-transform: uppercase;
    color: var(--light);
    outline: none;
    transition: .5s;
}


@media (max-width: 991.98px) {
    .navbar-dark .navbar-nav .nav-link  {
        margin-left: 0;
        padding: 10px 0;
    }
}

.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

@media (max-width: 576px) {
    .carousel-caption h4 {
        font-size: 18px;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
        font-size: 30px;
        font-weight: 600 !important;
    }
}


.service-item .service-icon {
    margin-top: -50px;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}

.service-item .service-icon i {
    transition: .2s;
}

.service-item:hover .service-icon i {
    font-size: 60px;
}

.portfolio-item {
    margin-bottom: 60px;
}

.justify-content-center {
	justify-content: center;
}

.portfolio-title {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 120px;
    padding: 0 30px;
    right: 30px;
    left: 30px;
    bottom: -60px;
    background: #FFFFFF;
    z-index: 3;
}

.portfolio-btn {
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 50%;
    margin-top: -60px;
    margin-left: -60px;
    font-size: 120px;
    line-height: 0;
    transition: .1s;
    transition-delay: .3s;
    z-index: 2;
    opacity: 0;
}

.portfolio-item:hover .portfolio-btn {
    opacity: 1;
}

.portfolio-box::before,
.portfolio-box::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    transition: .5s;
    z-index: 1;
    background: rgba(4, 15, 40, .7);
}

.portfolio-box::before {
    left: 0;
}

.portfolio-box::after {
    right: 0;
}

.portfolio-item:hover .portfolio-box::before {
    left: 0;
    width: 50%;
}

.portfolio-item:hover .portfolio-box::after {
    right: 0;
    width: 50%;
}

.column-left{
	width: 70px;
}

.column-left1{
	width: 87px;
}

.text-right {
    text-align: right !important;
}

.text-left {
    text-align: left !important;
}

.list-style-none {
    list-style: none !important;
}

.column-left{
	width: 87px;
}

.text-right {
    text-align: right !important;
}

.text-left {
    text-align: left !important;
}

.list-style-none {
    list-style: none !important;
}
	
	
@media (min-width: 769px) {
    .border-right-img,
    .border-right {
	    border-right: 1px solid rgba(0,0,0,0.1) !important;
	}
	#header-carousel .header-carousel-mobi {
        display: none;
    }
}

@media (max-width: 768px) {
    .p-5 {
        padding: 2em 1em !important;
    }
    .page-header {
        background-attachment: scroll !important;
    }
    .page-header,
    .page-header::after {
        height: 270px;
    }
    #header-carousel .header-carousel-desk {
        display: none;
    }
    .carousel-caption {
        background: #00000080;
    }
    .footer .col-lg-6,
    .footer .col-sm-6 {
        padding: 20px 10px 0px;
    }
    #gallery .col-10 {
        height: 40vh !important;
    }
    .text-md-end.p-4 {
        padding-top: 0em !important;
    }
    .box-service .col-md-9 {
        margin-top: 1.5em;
    }
}
	
@media (min-width: 992px) {
    .testimonial,
    .contact-form {
        margin-left: -90px;
    }
}

@media (min-width: 992px) {

    .footer {
        position: relative;
        z-index: 1;
    }

    .footer::after {
        position: absolute;
        content: "";
        width: 1px;
        height: 100%;
        bottom: 0;
        left: 50%;
        background: var(--primary);
        z-index: -1;
    }
    .column-left {
	    width: 97px;
	}
	
	.column-left1 {
	    width: 97px;
	}
	
	.block {
		flex: 0 0 auto;
		width: 100%;
	}
}

.text-align-justify{
	text-align: justify;
}

@media (min-width: 1024px) {
    .column-left1 {
        width: 87px;
    }
    .display-4 {
	    font-size: calc(1.475rem + 0.7vw);
	    font-weight: 700;
	    line-height: 1.2;
	}
	.px-5 {
		padding-left: 2rem !important;
		padding-right: 2rem !important;
	}

@media (min-width: 1200px) {
    .column-left {
	    width: 145px;
	}
	.display-4 {
	    font-size: calc(1.475rem + 1.7vw);
	    font-weight: 700;
	    line-height: 1.2;
	}
	.px-5 {
		padding-left: 3rem !important;
		padding-right: 3rem !important;
	}
}

@media (min-width: 1440px) {
    .column-left {
	    width: 194px;
	}
	.px-5 {
		padding-left: 3rem !important;
		padding-right: 3rem !important;
	}
	.container-fluid .row-container {
        width: 1280px;
        margin: auto;
    }
    .border-right-img {
        height: 285px;
    }
}

@media (min-width: 1920px) {
    .column-left {
	    width: 306px;
	}
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}


.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem ;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem;
}

.footer-shape::before {
    position: absolute;
    content: "";
    width: 70px;
    height: 100%;
    top: 0;
    right: 105%;
    background: var(--primary);
    transform: skew(40deg);
}