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

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


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

.btn-color-404{
    background-color: var(--primary);
    color:white!important;
}
.top-a {
    color: #fff;
}
/* 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;
}



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


/*.logo {*/
/*    width:120px;*/
    
/*}*/

/*** 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;*/
/*    }*/
/*}*/

.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;
    font-size:1.8rem;
}
.back-footer-color .rounded-circle,.signupfooter{
    background-color: var(--primary);
}


/*breadcrum*/

.back-image{
    /*padding:4.5rem .5rem!important;*/
    /*background-image: url(../images/pagetop-bg.jpg)!important*/
    /*;*/
    /*background-size: cover;*/
    /*background-repeat:no-repeat;*/
    padding:4.5rem .5rem!important;
    background:#424242;
}

.breadcrumb-item+.breadcrumb-item::before{
    color:#fff;
}

.text-edit-breadc h1{
    font-size: 2rem!important;
    color:#e1dcd1;
    font-weight: 500;
    
}
.breadcrumb-item a {
    color: var(--primary);
}
.breadcrumb-item.active {
    color: #ffffff;
}
/*** Testimonial ***/
.testimonial-item {
    transition: .5s;
    position:relative;
}

.link-me-btn{
    color:#000;
    border-radius:0px 10px 10px 10px;
    background:var(--primary);
}

.testimonial-item .link-me-btn{
    position:absolute;
    bottom:-45px;
}

.testimonial-carousel .testimonial-item img{
    height:100px;
    width:100px;
}
.carousel-space{
    max-width:75%;
    }
    
.owl-item .testimonial-item,
.testimonial-item * {
    transition: .5s;
}


.testimonial-item img {
    border-radius: 10px;
}
.panipuri {
    margin-top: 1.5rem;
}
.project-carousel .owl-nav {
    position: absolute;
    top: -100px;
    right: 0;
    display: flex;
}

.project-carousel .testimonial-item:hover a{
    color:white;
}
.project-carousel .owl-nav .owl-prev,
.project-carousel .owl-nav .owl-next {
    margin-left: 15px;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--secondary);
    border-radius: 55px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .15);
    font-size: 25px;
    transition: .5s;
}

.project-carousel .owl-nav .owl-prev:hover,
.project-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    color: #FFFFFF;
}

.testimonial-carousel .owl-nav {

    display: flex;
        justify-content: center;
}

.testimonial-carousel  .owl-nav .owl-prev,
.testimonial-carousel  .owl-nav .owl-next {
    margin-left: 15px;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--secondary);
    border-radius: 55px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .15);
    font-size: 25px;
    transition: .5s;
}

.testimonial-carousel  .owl-nav .owl-prev:hover,
.testimonial-carousel  .owl-nav .owl-next:hover {
    background: var(--primary);
    color: #FFFFFF;
}

@media (max-width: 768px) {
    .project-carousel .owl-nav {
        top: -70px;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
    }

    .project-carousel .owl-nav .owl-prev,
    .project-carousel .owl-nav .owl-next {
        margin: 0 7px;
        width: 45px;
        height: 45px;
        font-size: 20px;
    }
}

/*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: var(--primary);
    font-size: 1.2rem;
    font-weight: bold;
    background: #111111;
    width: 100%;
    display: block;
    padding: 0.5rem;
    border-radius: 10px;
    text-align: center;
}
/*product inner page*/
.pro-inner-cover{
    margin-top: 3rem;
}

.pro-inner-wrap{
    border: 4px double #e9b87a;
    
}

.myform {
  margin-bottom: 2rem;
}
.proj-box {/* border-radius: 5%; */background: #fff;transform-style: preserve-3d;transition: 0.25s ease;/* box-shadow: 0 30px 30px rgba(0,0,0,0.5); */cursor : pointer;background-size: 100% 0%;transition: .4s;border-bottom: 1px solid #000;overflow: hidden;height: 100%;/* padding-bottom: 1.5rem; */padding: 0.5rem;}
.proj-box:hover{

    background-size: 100% 100%;
    transition: .4s;
}

.proj-thumb a img {
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.proj-thumb a:hover img {
	-webkit-transform: scale(1);
	transform: scale(1);
	overflow: hidden;
}

.pro-view img {

    border: 2px solid var(--primary);
    border-radius:10px;
}
.proj-info h3 {
    font-size: 17px;
    text-align: center;
    color: #000;
    padding-top: 0.5rem;
}
.proj-info h3 a {
    color: #000;
} 

.padding-top{
margin-top: 1.5rem;    
}
/*backend me 24 === 25 h */
.product-d-none:nth-child(25), .product-d-none:nth-child(26),
.product-d-none:nth-child(40), .product-d-none:nth-child(41),
.product-d-none:nth-child(54), .product-d-none:nth-child(55),
.product-d-none:nth-child(65), .product-d-none:nth-child(66),
.product-d-none:nth-child(70), .product-d-none:nth-child(71),
.product-d-none:nth-child(75), .product-d-none:nth-child(76){
    display: none;
}

.product-s-n:nth-child(28), .product-s-n:nth-child(29),
.product-s-n:nth-child(43), .product-s-n:nth-child(44),
.product-s-n:nth-child(57), .product-s-n:nth-child(58),
.product-s-n:nth-child(68), .product-s-n:nth-child(69),
.product-s-n:nth-child(73), .product-s-n:nth-child(74),
.product-s-n:nth-child(78), .product-s-n:nth-child(79){
    display: none;
}
  .service-item {
    padding: 1rem;
    background: #424242;
    height: 100%;
    border-radius: 12px;
}
.service-text-contact ,
.service-text-contact  p a{
    text-align: center;
    color:#fff;
}

.service-text-contact h5{
    color: var(--primary);
    font-size: 1.5rem;
}

  .service-item .service-text-contact img{
      padding:1rem;
  }
.contact-page{
    padding:1rem;
}
.img-sty {
    filter: grayscale(1);   
}

.footer {
    color: #fff;
    background: #424242;
}
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #fff;
    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;
}


.btn-color{
    background-color: var(--primary);
    color: black;
    border: 2px solid  black!important;
}

.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(187 187 191 / 77%);
}