/********** Template CSS **********/
:root {
    --primary: #dc9740;
    --secondary: #F6F6F6;
    --light: #FFFFFF;
    --dark: #152440;
}

h1,
h2,
.font-weight-bold {
    font-weight: 700 !important;
}

h3,
h4,
.font-weight-semi-bold {
    font-weight: 600 !important;
}

h5,
h6,
.font-weight-medium {
    font-weight: 500 !important;
}

.pt-6 {
    padding-top: 90px;
}
.other-text{
	color:#dc9740;
}

.pb-6 {
    padding-bottom: 90px;
}

.py-6 {
    padding-top: 90px;
    padding-bottom: 90px;
}

.btn {
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.btn-primary {
    color: #FFFFFF;
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 28px;
    height: 28px;
}

.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;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

.top-shape::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 100%;
    top: 0;
    left: -17px;
    background: var(--primary);
    transform: skew(40deg);
}

.navbar-light .navbar-nav .nav-link {
    font-family: 'Barlow', sans-serif;
    padding: 5px 15px;
    font-size: 18px;
    text-transform: uppercase;
    color: #dc9740;
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 5px 15px;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link  {
        padding: 10px 0;
    }
}

.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(21, 36, 64, .7);
    z-index: 1;
}

@media (max-width: 576px) {
    .carousel-caption h5 {
        font-size: 14px;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
        font-size: 30px;
        font-weight: 600 !important;
    }
	.navbar {
		background: #fff !important;
	}
}


.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

.service-item {
    position: relative;
    overflow: hidden;
    height: 350px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: .3s;
}

.service-item::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 50px;
    bottom: -50px;
    left: 0;
    background: var(--light);
    border-radius: 100% 100% 0 0;
    box-shadow: 0px -10px 5px #EEEEEE;
    transition: .5s;
}

.service-item:hover::after {
    bottom: -25px;
}

.service-item p {
    transition: .3s;
}

.service-item:hover p {
    margin-bottom: 25px !important;
}

.team-item img {
  
    transition: .5s;
    border-radius:1rem;
}

.team-item:hover img {
    margin-left: 0;
}

.team-item .team-text {
    left: -100%;
    transition: .5s;
}

.team-item .team-text::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: 50%;
    right: -60px;
    margin-top: -30px;
    border: 30px solid;
    border-color: transparent transparent transparent #dc9740;
}

.team-item:hover .team-text {
    left: 0;
}

.testimonial-carousel .owl-nav {
    margin-top: 30px;
    display: flex;
    justify-content: start;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next{
    position: relative;
    margin: 0 5px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    font-size: 22px;
    border-radius: 45px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}

.testimonial-carousel .owl-item img {
    width: 90px;
    height: 90px;
}

.blog-item img {
    transition: .5s;
}

.blog-item:hover img {
    transform: scale(1.1);
}
 .owl-dots {
    margin-top: 10px;
}
.owl-dots {
    bottom: 20px;
    z-index: 9999999;
    position: absolute;
    width: 100%;
}
.owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}
 .owl-dots .owl-dot span {
    width: 20px;
    height: 20px;
    margin: 5px 7px;
    background: #dc9740;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}
 .owl-dots .active span {
   
    background: #dc9740;
  
}
.sticky-top{  background-color: rgba(0,0,0,0.4) !important;  /* Set the transparency to 0.3 */
  }
  .pd-gallery .slick-prev {

    left: 0;
}
.pd-slick-item {
    padding: 0 .625rem;
}
.pd-gallery .slick-prev::before {
    
    background-image: url("../img/icon_prev.png");
}
.pd-gallery .slick-next {
  
    right: 0;
}
.pd-gallery .slick-next::before {
    background-image: url("../img/icon_next.png");
}
.pd-gallery .slick-prev, .pd-gallery .slick-next {
    height: 100%;
    width: 8.75rem;
    top: 0;
    bottom: 0;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
}
.slick-prev:before, .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: .75;
    -webkit-fon
    t-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.pd-gallery .slick-prev::before, .pd-gallery .slick-next::before {
    width: 26px;
    height: 3rem;
    opacity: 1;
    content: "";
}
.pd-gallery .slick-prev, .pd-gallery .slick-next {
    height: 100%;
    width: 8.75rem;
    top: 0;
    bottom: 0;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
button:not(:disabled), [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled) {
    cursor: pointer;
}
.slick-prev, .slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
}

.footer_bg{
  position: relative;
}

.footer_bg {
 
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
 background-color:#152440 !important;
  
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}
.text-white a{color:#fff; }
.left-panel{
        background: #F6F6F6 !important;
    padding: 2rem;
}
.filters{
   
    padding-left:1rem; 
}
.filters li{
   
    list-style: none; 
    padding:5px;
}
.filters li::before{ 
  
          
            content: "\00BB"; 
        } 
.filters li a{
    padding:.5rem;
    color:#000;
}
.filters .active a{
    color:#dc9740;
}
.pmd-card .card-header {
    padding: 1.5rem 1.5rem 0 1.5rem;
    margin-bottom: 1.5rem;
    background-color: transparent;
    border-bottom: 1px solid transparent;
    border-top-left-radius: .125rem;
    border-top-right-radius: .125rem;
}
.pmd-floating-content-wrapper .pmd-floating-content-tc {
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
}
.pmd-floating-content-wrapper .pmd-floating-content-tc, .pmd-floating-content-wrapper .pmd-floating-content-tl, .pmd-floating-content-wrapper .pmd-floating-content-tr {
    position: absolute;
    top: 0;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color:#fff;
}
.pmd-floating-content-wrapper {
    position: relative;
}
.pmd-icon-circle {
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.card p{
        
    text-align: justify;
    padding: 1rem;
}
.pmd-floating-content-wrapper img{
    position: absolute;
    left: 39%;
    top: -113%;
}
.card {
    -webkit-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.37);
    -moz-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.37);
    box-shadow: 1px 0px 10px 3px rgba(0,0,0,0.37);
    transition: all .2s ease-in-out;

}
.pd-gallery-container p{color:#b9b9b9;}
.product-hover-action {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.product-hover-action ul {
    margin: 0;
    padding: 0;
    display: inline-block;
    -webkit-box-shadow: #fff;
    box-shadow: #fff;
}
.product-hover-action li {
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-size: 14px;
    text-align: center;
    float: left;
    margin-right: 0px;
    margin-top: 0;
    list-style: none;
    border-right: 1px solid #fff;
}
.product-hover-action li a {
    display: block;
    background-color: #fff;
    font-weight: 700;
}
.pd-cg-item:hover .product-hover-action
  {
    opacity: 1;
    visibility: visible;
  }
.pd-page-banner {
    position: relative;
    padding-top: 25%;
}
.pd-page-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
    position: absolute;
}
.pd-pb-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1.5rem;
}
.pd-caption-about {
    background: rgba(0,0,0,.5);
    backdrop-filter: blur(3px);
    display: inline-block;
    padding: 1.5rem;
    box-shadow: 0 2px 8px rgba(0,0,0,.2);
    color: #fff;
    max-width: 40rem;
}
.pd-caption-about h4, .pd-caption-about .h4 {
    font-size: .875rem;
    margin: 0 0 .5rem 0;
    position: relative;
    font-weight: 400;
    padding-bottom: .625rem;
    text-transform: uppercase;
    color:#fff;
}
.pd-caption-about h4::after, .pd-caption-about .h4::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 3.125rem;
    height: .125rem;
    background: #ce3527;
}
.pd-about-vm {
    background: rgba(0,0,0,.05);
    padding: 1.5rem 0;
}
.ts-service-box-bg{
    background-color: #F8F5F0;
    padding: 1rem;
}
.gap-60{margin-top:2rem;}
.error-message{color:red;font-size:10px;}
.gallery{padding-left:1rem;padding-right:1rem;}
.footer_bg a{color:#fff}

