/********** Template CSS **********/
:root {
    --primary: #00253c ;
    --secondary: #447411;
    --light: #F1F3FA;
    --dark: #1C2035;
}

body{
    background:#0000000a;
}

.bg-color{
    background:#fff;
}

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

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

.btn-color-404{
    background-color: var(--primary);
    color:white!important;
}
.top-a {
    color: #fff;
    font-size:1.1rem;
}
/* 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: #fff;
    background:var(--primary);
    border:3px solid var(--secondary);
    outline:3px solid black;
    font-weight:bold;
}

.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 ***/
.top-bar-meet{
    border-bottom:5px solid var(--secondary);
}
.sticky-top {
    top: -100px;
    transition: .5s;
}

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

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

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

.dropdown-menu{
    padding:0.5rem;
}

.dropdown-item{
    padding: 0.5rem 1rem ;
}

@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;
    }
}
.dropdown-item.active, .dropdown-item:active {
    background-color: var(--primary);
}

.dropdown-item:hover, .dropdown-item:focus {
    color: #000;
    background-color: #ffd7005c;
    border-bottom:2px solid var(--primary);
}


@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: #fff;
}


.logo {
    width:80%;
    
}

/*** Header ***/
.carousel{
    border-bottom:5px solid var(--secondary);
}
.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);
}



.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);
}

/*** Footer ***/

/*** Footer ***/


.back-footer-color h4{
    color: #fff !important;
    font-size:2.5rem;
}
.back-footer-color .rounded-circle,.signupfooter{
    background-color: var(--primary);
}


/*breadcrum*/

.back-image{
    padding:7rem 0rem!important;
    /*background-image: url(../img/breadcrumb-1.jpg)!important;*/
    background-size: cover;
    background-repeat:no-repeat;
    background-position:right;
    background-color: #8cb97a;
}

.text-edit-breadc h1{
    font-size: 2.5rem!important;
    color:var(--primary);
    font-weight: 500;
    
}

.breadcrumb-item a {
    font-size: 18px;
    color: #fff;
}



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

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

.myform {
  margin-bottom: 2rem;
}
.proj-box ,
.sitemap-back a{
    background: #fff;
    transform-style: preserve-3d;
    transition: 0.25s ease;
    box-shadow: 0 30px 30px rgba(0,0,0,0.5);
    cursor : pointer;
    background-image:url('../images/pagetop-bg.jpg');
    /*background-size: 100% 0%;*/
    transition: .4s;
}
/*.proj-box:hover{*/

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

.pro-wrap a{
    color:var(--primary);
}
.pro-view {
	float: left;
}
.pro-view img {
	width: 500px;
    border: 1px solid #e9b87a;
    margin: 0 2rem 0.5rem 0;
}
.proj-info h3 {
    font-size: 1.5rem;
    text-align: center;
    padding:0.5rem;
}
.service-text-contact {
    text-align: center;
    background:var(--primary);
    padding:1rem;
    height:100%;
}

.service-text-contact div{
    padding:0.5rem;
}

.service-text-contact div img{
        filter: invert(1);
}

.service-text-contact h5{
    padding:0.5rem;
    font-size:1.5rem;
}

.service-text-contact p{
    color:#fff;
}

.contact-page{
    margin-top: 2rem;
    margin-bottom:2rem;
}
.img-sty {
    filter: grayscale(1);   
}

.footer {
    color: #021208;
    background: #031a0e;
}
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color:#fff;
    font-size:1.1rem;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.last-copy{
    color:#fff;
    font-size:1.1rem;
}

.copyright .last-copy{
    color:var(--primary);
}

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

.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: #000;
    letter-spacing: 1px;
    box-shadow: none;
}

.copyright {
    color: #021208;
}

.copyright {
       background: #000;
}

.copyright a:hover {
    color: black !important;
    font-weight:500;
}

/*******btn*******/

.btn-my{
    display: inline-block;
    padding: 0.7rem 1.5rem;
    border: none;
    border-radius: 10px;
    box-shadow: 6px 6px 0px black;
    margin-top:1rem;
    color:#fff;
    background:var(--primary);
}

.btn-my:hover{
       color: #000;
    box-shadow: 2px 2px 0px black;
    background: var(--secondary);
}

/*.text-primary-my{*/
/*    color:#00b97d !important;*/
/*}*/

.outer-scale{
    overflow:hidden;
}

.outer-scale:hover.outer-scale img{
    transform:scale(1.1);
    transition:0.3s;
    border-radius:10px;
}

.text-primary-my{
    color:var(--primary);
}

/********** Heading***********/

.key-head{
    display:inline-block;
    border-bottom:2px solid var(--primary);
    font-size: 1rem;
    font-family: unset;
    font-weight: bold;
}

.keyword{
    font-size: 2.5rem;
    font-weight: bold;
    font-family: fangsong;
}

/********* About ***********/

.inner-col-about{
    padding:1rem;
}

.inner-col-choose{
    padding:1rem;
}

/**********counter *********/

.getintouchbefore{
    background: linear-gradient(#00253cf2,#00253cf2),url(../img/ques.jpg);
    padding: 3rem 0;
    display: none;
}
.getintouch .my-child{
    border-left:3px solid  #fff ;
}

.getintouch .my-child:nth-child(1){
    border-left:none;
}

.count{
    font-size:2rem;
    font-weight: bold;
    padding: 0.2rem;
    color:#fff;
}

.text-of-black{
    font-size: 1.5rem;
    font-weight: bold;
    padding: 0.5rem;
    color:#fff;
}

.my-child{
    padding:3rem 2rem;
}
/*********service  *********/

/*.service-item .block{*/
/*    padding:2rem 1rem;*/
/*    background: linear-gradient( #00b97d 0 0) no-repeat;*/
/*    background-size: 100% 0%;*/
/*    transition: .4s;*/
/*}*/

/*.service-item .block:hover{*/
/*    background-size: 100% 100%;*/
/*    transition: .6s;*/
/*}*/

/*.service-item .block:hover{*/
/*    transform:rotate(2deg);*/
/*    transition: 0.3s;*/
/*}*/

.rickshaw .row .col-lg-6:nth-child(2){
    background:linear-gradient(#ffffffc2 , #ffffffc2 , #ffffffc2) , url(../img/post.png);
    background-size:cover;
    background-position: center;
} 

.items-nxt{
    padding:1rem;
}

.items-nxt .row{
    padding:0.5rem;
}

.items-nxt-inner{
    display: inline-block;
    font-size: 1.5rem;
    font-weight: 500;
}

.inner-row-nxt{
    position:relative;
    padding: 2rem 1rem 1rem 1rem;
    border:4px solid #052416;
    border-radius:10px;
    background: #fff;
}

.items-nxt-inner{
    display:inline-block;
    margin:1rem;
    border-bottom:3px solid var(--primary);
}

.inner-row-nxt i {
    position: absolute;
    background: #fff;
    font-size: 2.5rem;
    padding: 0.8rem;
    border: 4px solid var(--primary);
    border-radius: 50%;
    top: -40px; left: 50%;
    transform: translateX(-50%);
    color: var(--primary);
}

#owl-fin .item{
    padding:0 1.5rem;
}

/**********Product***********/

.wrapper-fluid{
    background:var(--secondary) ;
}

.wrapper-product,
.wrapper-service{
    background:#fff;
    border-radius:20px;
}

/********* Project ************/


.project-item,
.project-item .project-img {
    position: relative;
}

.text-primary-me{
    color:var(--primary);
}

.project-item .project-img a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .5);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    opacity: 0;
    transition: .5s;
}

.project-item:hover .project-img a {
    opacity: 1;
}

.project-item .project-title {
    position: absolute;
    top: 3rem;
    right: 0;
    bottom: 0;
    left: 3rem;
    border: 5px solid var(--secondary);
    border-radius: 8px;
    display: flex;
    align-items: flex-end;
    padding: 18px;
    z-index: -1;
    transition: .5s;
}

.project-item:hover .project-title {
    background: var(--primary);
    border-color: var(--primary);
}

.project-item .project-title h4 {
    transition: .5s;
}

.project-item:hover .project-title h4 {
    color: #FFFFFF;
}

.project-carousel .owl-nav {
    margin-top: 25px;
    display: flex;
    justify-content: center;
}

.project-carousel .owl-nav .owl-prev,
.project-carousel .owl-nav .owl-next {
    margin: 0 12px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    background: var(--light);
    border-radius: 45px;
    font-size: 22px;
    transition: .5s;
}

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

.project-carousel .owl-item.center .project-title{
    background:var(--primary);

}

.project-carousel .owl-item.center .project-title h4{
        color:#fff;
}

/******** Testimonial **********/

/*** Testimonial ***/
.testimonial-item {
    position: relative;
    text-align: center;
    padding-top: 30px;
}

.testimonial-item .testimonial-text {
    position: relative;
    text-align: center;
}

.testimonial-item .testimonial-text .btn-square {
    position: absolute;
    width: 60px;
    height: 60px;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
}

.testimonial-item .testimonial-text::before {
    position: absolute;
    content: "";
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
    border: 30px solid;
    border-color: var(--light) transparent transparent transparent;
}

.testimonial-item .testimonial-text::after {
    position: absolute;
    content: "";
    bottom: -59px;
    left: 50%;
    transform: translateX(-50%);
    border: 30px solid;
    border-color: #FFFFFF transparent transparent transparent;
}

.testimonial-carousel .owl-item img {
    margin: 0 auto;
    width: 100px;
    height: 100px;
}

.testimonial-carousel .owl-dots {
    margin-top: 25px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 30px;
    height: 30px;
    border: 1px solid var(--light);
    border-radius: 30px;
    transition: .5s;
}

.testimonial-carousel .owl-dot::after {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    top: 6px;
    left: 6px;
    border-radius: 16px;
    background:#000;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    border-color: var(--primary);
}

.testimonial-carousel .owl-dot.active::after {
    background: var(--primary);
}

.testimonial-text{
    background:#fff;
}

/**********footer***********/

.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu), .input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3) {
        background: #fff;
        border:2px solid black;
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #0000;
    text-align: center;
    white-space: nowrap;
    background-color: var(--secondary);
    border: 2px solid #000;
    border-radius:0 8px 8px 0;
}

.input-group-text button{
    background:var(--secondary);
    color:#000;
}

.col-12-my{
    border-top:2px solid #fff;
}
.mylink {
    justify-content:center;
}

.mylink .btn-link{
    border-left:3px solid #fff;
    padding: 0 1rem;
     color:#fff;
    font-size:1.1rem;
}

.mylink .btn-link:nth-child(1){
    border-left:none;
}

.text-blacky{
    color:#000;
}

.btn-square-my{
        font-size: 1.5rem;
    color: #fff;
}




/*--=====category-sec-start========----*/
.pro-slide{
    margin: 20px;
}
.category-section {
    background-color: var(--light);
}

.category-header .title-sec {
    background-color: var(--secondary);
}

.category-box {
    background-color: #f9e8ca;
    padding: 1rem 1rem 0 1.4rem;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    border-radius: 10px;
    margin: 30px 0;
    transition: all 0.5s ease-in-out;
    height: 504px;
}

.category-box:hover {
    background-color: var(--bg2);
    transform: translatey(10px);
}


.category-img {
    padding: 10px;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
    border-radius: 50%;
    z-index: 1;
    box-shadow: rgba(17, 17, 12, 0.5) 0px 3px 9px 0px;
}

.category-content {
    margin-top: 20px;
}

.category-img::after {
    top: 0;
    left: 0;
    bottom: 0;
    position: absolute;
    z-index: -1;
    content: '';
    width: 100%;
    height: 100%;
    background-color: var(--bg1);
    opacity: 0.9;
    border-radius: 50%;

}

.category-img img {
    width: 60px;
    transition: all 0.5s ease-in-out;
}

.category-box:hover .category-img img {
    transform: rotateY(360deg);
}

.category-bottom-sec {
    padding: 30px 10px;
}

.category-bottom-sec a {
    text-transform: capitalize;
    font-weight: 500;
    font-size: 18px;
}

.category-box:hover .category-content p {

    color: var(--light);
}

.category-box:hover .category-bottom-sec .btn-more,
.category-box:hover .category-bottom-sec .btn-more span {
    color: var(--bg1);
}








.proj-box {
    border-radius: 5%;
    background: #fff;
    transform-style: preserve-3d;
    transition: 0.25s ease;
    cursor: pointer;
    background: #447411;
    background-size: 100% 0%;
    transition: .4s;
    padding: 0.5rem;
    border: 1px solid var(--primary);
}
.proj-box:hover{
    background-color: #fff;
}
.pro-view, .pro-view-p {
	float: left;
}
.pro-view img {
	width: 400px;
    border: 1px solid #e9b87a;
    margin: 0 2rem 0.5rem 0;
}
.pro-view-p img {
    width: 300px;
    border: 1px solid #e9b87a;
    margin: 0 2rem 0.5rem 0;
}
.proj-info h3 {
    font-size: 20px;
    text-align: center;
}

.pro-wrap a{
    color:#000;
}
/*for water*/


/*--=====category-sec-end========----*/