/*=========== slider section Css ===========*/
.web-cover {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background: #212224;
    position: relative;
    overflow: hidden;
    z-index: 9;
}

.web-cover,
.web-cover .row {
    min-height: 600px;
    height: calc(100vh - 174px);
}

.web-cover.inner-page,
.web-cover.inner-page .row {
    min-height: 400px;
    height: 500px;
}

.web-cover h2 {
    font-size: 14px;
    font-weight: normal;
    color: #000;
    letter-spacing: .2em;
    text-transform: uppercase;
}

.web-cover h1 {
    font-size: 50px;
    font-weight: 900;
    color: #000;
    margin-bottom: 30px;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .web-cover h1 {
        font-size: 70px;
    }
}

.web-cover p {
    color: #333333;
    font-size: 20px;
    line-height: 35px;
}

.web-cover .intro-text {
    font-size: 16px;
    line-height: 1.5;
}

.web-cover .cover-content {
    margin-top: 20%;
    text-align: center;
}

@media (min-width: 768px) {
    .web-cover .cover-content {
        margin-top: 50%;
    }
}

.web-cover.inner-page .cover-content {
    margin-top: 20%;
    text-align: center;
}

@media (min-width: 768px) {
    .web-cover.inner-page .cover-content {
        margin-top: 30%;
    }
}

.swiper-button-prev,
.swiper-button-next {
    background: rgb(255, 255, 255, 0.5);
    font-size: 15px;
    color: #c2ad0e;
    width: 50px;
    height: 50px;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    font-size: 2rem;
    font-weight: 800;
}

.swiper-button-prev:focus,
.swiper-button-next:focus {
    outline-color: transparent;

}

.swiper-pagination-bullet-active {
    background: #c2ad0e;
}
.products-header{
    background: #c2ad0e;
}
/*=========== service section Css ===========*/
.service-item {
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border-radius: 1rem;
    padding: 20px 0;
    text-align: center;
}

.service-item.shadow-default,
.service-item:hover {
    -webkit-box-shadow: 0px 15px 50px 0px rgba(115, 115, 115, 0.1);
    box-shadow: 0px 15px 50px 0px rgba(115, 115, 115, 0.1);
    border-color: transparent;
}
.service-item .circle-icon{
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #c2ad0e;
    border-radius: 50%;
}
.service-item .circle-icon i{
    font-size: 28px;
    color: #fff;
}
.service-item h4{
    text-align: center;
    margin: 15px 0;
}

.service-item .card-body:hover .circle-icon i {
    color: #ffffff;
}

.service-item .card-body p {
    color: #757575;
    font-weight: 500;
}

.service-item.shadow-default:hover {
    background-color: #c2ad0e;
}

.service-item.shadow-default:hover .card-body .circle-icon {
    background-color: rgba(255, 255, 255,0.5);
}

.service-item.shadow-default:hover .card-body h4,
.service-item.shadow-default:hover .card-body p,
.service-item.shadow-default:hover .card-body .item-link {
    color: #ffffff;
    cursor: pointer;
}

.featured-item.shadow-default .card-body .item-link i {
    font-size: 12px;
}

.service-item.shadow-default:hover .card-body .link-btn:before {
    background-color: rgba(255, 255, 255, 0.2);
}




/*=========== slider section Css ===========*/
.web-about-sec{
    background: #1c0000;
}
/* .web-about-sec .slide-img{
    height: 300px;
} */

/*=========== service section Css ===========*/
.product-sec {
    display: block;
    width: 100%;
    height: auto;
}

.product-sec .service-feature {
    position: relative;
    width: 100%;
    display: block;
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0px 8px 0px rgba(1, 26, 27, 0.1);
    transition: 0.3s;
    padding-bottom: 30px;
    height: 300px;
}

.product-sec .service-feature:hover {
    box-shadow: 0 0px 16px 11px rgba(191, 191, 191, 0.1);
}

.product-sec .service-feature .product-img {
    width: 100%;
    padding: 15px;
    overflow: hidden;
}

.product-sec .service-feature .product-img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.product-sec .service-feature:hover img {
    -webkit-animation-name: example;
    -webkit-animation-duration: 4s;
    animation-name: example;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}

@keyframes example {
    0% {
        transform: scale(1.1);
        transition: 1s;
    }

    25% {
        transform: scale(1);
        transition: 1s;
    }

    50% {
        transform: scale(1.1);
        transition: 1s;
    }

    75% {
        transform: scale(1);
        transition: 1s;
    }

    100% {
        transform: scale(1.1);
        transition: 1s;
    }
}

.product-info a {
    color: #282828;
}
.product-info a h4{
    font-size: 20px;
}

.product-info a:hover {
    color: #c2ad0e;
}

.product-cat{
    padding: 20px;
    /*background: #c2ad0e;*/
    background:#f8f9fa;
    overflow-y: scroll;
    height: 266px;
}

.product-cat::-webkit-scrollbar {
    width: 10px;
    height: 10px;

}

.product-cat::-webkit-scrollbar-thumb {
    background-color: #eee;
    -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.10),
        inset 0 -1px 0 rgba(0, 0, 0, 0.07);
    border-radius: 20px;
}

.service-feature .service-content {
    position: absolute;
    overflow-y: scroll;
    scrollbar-color: rebeccapurple green;
    scrollbar-width: none;
    -webkit-scrollbar-width: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    opacity: 0;
    height: 0;
    bottom: 0;
    padding: 10px;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    transition: 1s;
    background: #c2ad0e;
    color: #fff;
}

.service-block:hover .service-content {
    height: 100%;
    opacity: 1;
}

.service-feature .service-content::-webkit-scrollbar {
    width: 10px;
    height: 10px;

}

.service-feature .service-content::-webkit-scrollbar-thumb {
    background-color: #eee;
    -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.10),
        inset 0 -1px 0 rgba(0, 0, 0, 0.07);
    border-radius: 20px;
}

.product-cat h5{
    color:#000;
}
.product-cat ul {
    padding-left: 0;
}
.product-cat li{
    border-bottom: 1px solid #eee;
    line-height: 30px;
    display: block;
    position: relative;
    padding-bottom:5px;
    margin-bottom: 5px;
}
.product-cat li a{color: #5a5b75;}
.product-cat li a:hover{color: #c2ad0e;}


/* widget-boxed css */

.widget-boxed {
    background-color: #ffffff;
    border-radius: 6px;
    padding: 0 12px 32px 20px;
    transform: translate3d(0, 0, 0);
    z-index: 90;
    position: relative;
    border: 1px solid #eaeff5;
    box-shadow: 0 0px 8px 0px rgba(1, 26, 27, 0.1);
    transition: 0.3s;
     overflow-y: scroll;
     height: 375px;
}

.widget-boxed::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

.widget-boxed::-webkit-scrollbar-thumb {
    background-color: #eee;
    -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.10),
        inset 0 -1px 0 rgba(0, 0, 0, 0.07);
    border-radius: 20px;
}

.widget-boxed-header {
    padding: 25px 0 15px;
    border-bottom: 1px solid #eaeff5;
}
.widget-boxed-header i{
    padding-right: 14px;
}

.widget-boxed ul{
    padding-left: 0;
}
.widget-boxed ul li {
    list-style: none;
    padding: 7px 5px 7px 5px;
    display: inline-block;
    width: 100%;
    border-bottom: 1px dashed #eaeff5;
}

.widget-boxed ul li::before {
    content: "\f105";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    padding-right: 8px;
    color:#c2ad0e;
}
.widget-boxed ul li a {
    color: #282828;
}
.widget-boxed ul li a:hover{
    color: #c2ad0e;
}


.product-sub ul{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding-left: 0;
    padding-bottom: 0;
    margin-bottom: 2px;
}
.product-sub ul li{
   padding-right: 10px;
   padding-bottom: 25px;
}

.product-sub li a{
    display:inline-block;
    padding: 7px 15px;
    border-radius: 5px;
    color: #252525;
    box-shadow: 0px 5px 30px 5px rgba(115, 115, 115, 0.1);
    border-right: transparent;
    font-size: 14px;
    text-transform: capitalize;
}


/*=========== slider section Css ===========*/
.web-dires-sec{
    background: #f8f9fa;
}
.web-dires-sec .card-img-top{overflow: hidden;height: 300px;width: 300px;}
.web-dires-sec .card-img-top img{object-fit: cover;}
/*=========== slider section Css ===========*/
.inner-slider-sec{
    padding: 24px 0;
    background: #f8f9fa;
}
.inner-slider-sec a{
    color: #c2ad0e;
}

.cat-header {
    background: #c2ad0e;
    color:#fff;
}

/*=========== portfolio page section Css ===========*/
.portfolio-sec .filters ul {
    padding-left: 0;
}

.portfolio-sec .filters ul li {
    background: #fff;
    padding: 8px 20px;
    margin-right: 10px;
    border-radius: 5px;
    text-transform: uppercase;
    display: inline-table;
    font-weight: 500;
    transition: 1s;
    border: #eee 1px solid;
}

.portfolio-sec .filters ul li:hover {
    cursor: pointer;
    border-color: #fff;
    transition: 1s;
}

.portfolio-sec .filters ul .active {
    background: #c2ad0e;
    color: #fff;
    border-color: #fff;
}

.portfolio-sec .filters-content {
    position: relative;
    overflow: hidden;
}

.portfolio-sec .filters-content .show {
    opacity: 1;
    visibility: visible;
    transition: all 350ms;
}

.portfolio-sec .filters-content .hide {
    opacity: 0;
    visibility: hidden;
    transition: all 350ms;
}

.portfolio-sec .filters-content .filters-img {
    text-align: center;
    cursor: pointer;
    margin-top: 30px;
    position: relative;
    overflow: hidden;
    height: 300px;
    object-fit: cover;
}

.portfolio-sec .filters-content .filters-img img{
   height: 100%;
   width: 100%;
   object-fit: cover;
}

.portfolio-sec .filters-content .portfolio-link {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: -1;
    bottom: -100%;
    left: 0;
}

.portfolio-sec .filters-content .filters-img:hover .portfolio-link {
    bottom: 0;
    transition: 0.5s;
}

.portfolio-sec .filters-content .portfolio-link .p-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.portfolio-link .p-title h4 {
    color: #fff;
    font-weight: 700;
}

.portfolio-link .p-title h6 {
    color: #c2ad0e;
}

.portfolio-sec .filters-content .portfolio-link .p-link {
    position: absolute;
    width: 70px;
    height: 70px;
    padding: 30px;
    font-size: 24px;
    color: #fff;
    background-color: #c2ad0e;
    z-index: 5;
    bottom: 0;
    right: 0;
    border-radius: 100% 0 0 0;
}

.achievements-sec .ach-img{
    padding: 10px;
    box-shadow: 0 0px 8px 0px rgba(1, 26, 27, 0.3);
}
.achievements-sec .ach-img:hover{
    cursor: pointer;
}



/*=========== About section Css ===========*/
.about-box {
    padding: 15px;
    display: flex;
    width: 100%;
    border: solid 1px #eee;
}

.about-box:hover {
    box-shadow: 0 0px 8px 0px rgba(1, 26, 27, 0.1);
    transition: 0.3s;
}

.about-f-sec .icon i {
    color: #c2ad0e;
    font-size: 2.125rem;
}

.about-f-sec p {
    font-size: 14px;
    line-height: 20px;
}

.about-img {
    width: 100%;
    height: 400px;
    position: relative;
    border-radius: 30px;
    overflow: hidden;
}

.about-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 30px;
}

.about-img::before {
    content: "";
    position: absolute;
    display: block;
    border-radius: 30px;
    z-index: 2;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.3);
}

.about-img:hover img {
    -webkit-animation-name: example;
    -webkit-animation-duration: 4s;
    animation-name: example;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    cursor: pointer;
}

@keyframes example {
    0% {
        transform: scale(1.1);
        transition: 1s;
    }

    25% {
        transform: scale(1);
        transition: 1s;
    }

    50% {
        transform: scale(1.1);
        transition: 1s;
    }

    75% {
        transform: scale(1);
        transition: 1s;
    }

    100% {
        transform: scale(1.1);
        transition: 1s;
    }
}



/*=========== Contact page section Css ===========*/
.web-contact-section .card {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    border: transparent;
    -webkit-box-shadow: 10px 10px 48px 0 rgba(0, 0, 0, .04);
    box-shadow: 10px 10px 48px 0 rgba(0, 0, 0, .04);
}

.web-contact-section .card .card-body a {
    color: #212529;
}

.web-contact-section .card .card-body a:hover {
    color: #c2ad0e;
}

.web-contact-section .card-i {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 70px;
    height: 70px;
    background: #c2ad0e;
    border-radius: 50%;
    color: #fff;
    font-size: 30px;
}

.form-block {
    width: 100%;
    overflow: hidden;
    display: block;
    position: relative;
}

.form-block {
    margin-bottom: 10px;
}

.form-box {
    margin: 0 auto;
}

.form-block .input-group {
    width: 100%;
    margin-bottom: 15px;
}

.form-block .input-group input,
.form-block .input-group textarea,
.form-block .input-group .custom-select {
    box-sizing: border-box;
    height: 32px;
    width: 100%;
    left: 0px;
    top: 0px;
    border: 1px solid #eee;
     background-color: #f9faff; 
    border-radius: 5px;
    font-size: 12px;
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, .02);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, .04);
    padding: 0px 20px;
    transition: border-color 200ms ease 0s, box-shadow 200ms ease 0s;
}

.rcorners {
  border-radius: 25px;
  border: 2px solid #c2ad0e;
  padding: 20px;
  width: 100%;
  height: 100%;
}

.form-block .input-group textarea {
    height: auto;
    padding-top: 20px;
    resize: none;
}

.form-block .input-group input:focus,
.form-block .input-group textarea:focus,
.form-block .input-group .custom-select:focus {
    transition: all 0.3s ease 0.3;
    outline: none;
}
