/********** Template CSS **********/
primary:root {
    --primary: #698066;
    --secondary: #5F656F;
    --light: #F5F5F5;
    --dark: #02245B;
    --darks: #698066;
}

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

h1,
h2,
.h1,
.h2,
.fw-bold {
    font-weight: 600 !important;
}

h3,
h4,
.h3,
.h4,
.fw-medium {
    font-weight: 600 !important;
}

h5,
h6,
.h5,
.h6,
.fw-semi-bold {
    font-weight: 500 !important;
}


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

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


.topbar-right {
    position: relative;
    background: var(--primary);
}

.topbar-right::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 100%;
    top: 0;
    left: -15px;
    transform: skewX(-30deg);
    background-color: var(--primary);
}


/*** Navbar ***/
.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-brand {
    position: relative;
    padding-right: 50px;
    height: 85px;
    display: flex;
    align-items: center;
    margin-bottom: 7px;
    margin-top: 5px;
    /* background-color: #698066; */
    /* background: var(--primary); */
}

.navbar .navbar-brand::after {
    position: absolute;
    content: "";
    width: 40px;
    height: 100%;
    top: 0;
    right: -12px;
    transform: skewX(-15deg);
    /* background-color: #698066; */
    /* background-color: var(--primary); */
}

.navbar .navbar-nav .nav-link {
    margin-right: 35px;
    padding: 20px 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;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

@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;
    }
}


/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    padding-top: 170px;
    bottom: 0;
    text-align: center;

    /* display: flex; */
    align-items: center;
    background: linear-gradient(to right, rgba(14, 4, 108, 0.55) 0%, rgba(8, 43, 99, 0.242) 100%);
    background-position: center;
    background-size: cover;
    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;

}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 350px;
    }

    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.page-header {
    background: linear-gradient(to right, rgba(2, 36, 91, 1) 0%, rgba(2, 36, 91, 0) 100%), url(../img/slide/2.png) 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);
}




.page-header2 {
    background: linear-gradient(to right, rgba(2, 36, 91, 1) 0%, rgba(2, 36, 91, 0) 100%), url(../img/slide/3.png) center center no-repeat;
    background-size: cover;
}

.page-header2 .breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}

.page-header2 .breadcrumb-item,
.page-header2 .breadcrumb-item a {
    font-size: 18px;
    color: var(--light);
}


/*** Facts ***/

.backgrr {
    background-color: #6980666c;
}


.backgrr:hover {
    background-color: #698066;
    transition: 2s;
    border: 1px solid #f9f9f9;


}


.facts {
    position: relative;
    margin: 6rem 0;
    /* background: var(--dark); */
    background-image: url("../img/scrap/backgorund-img.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}


.facts .border {
    border-color: rgba(255, 255, 255, .1) !important;
}


/*** Features ***/
.btn-play {
    position: absolute;
    top: 50%;
    right: -30px;
    transform: translateY(-50%);
    display: block;
    box-sizing: content-box;
    width: 16px;
    height: 26px;
    border-radius: 100%;
    border: none;
    outline: none !important;
    padding: 18px 20px 20px 28px;
    background: var(--primary);
}

@media (max-width: 992px) {
    .btn-play {
        left: 50%;
        right: auto;
        transform: translate(-50%, -50%);
    }
}

.btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: var(--primary);
    border-radius: 100%;
    animation: pulse-border 1500ms ease-out infinite;
}

.btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: var(--primary);
    border-radius: 100%;
    transition: all 200ms;
}

.btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    left: -1px;
    border-left: 16px solid #FFFFFF;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
        opacity: 0;
    }
}

.modal-video .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

.modal-video .modal-body {
    position: relative;
    padding: 0px;
}

.modal-video .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #FFFFFF;
    background: #000000;
    opacity: 1;
}


/*** Service ***/
.service-item {
    position: relative;
    margin: 65px 0 25px 0;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.service-item .service-img {
    position: absolute;
    padding: 12px;
    width: 130px;
    height: 130px;
    top: -65px;
    left: 50%;
    transform: translateX(-50%);
    background: #FFFFFF;
    box-shadow: 0 0 45px rgba(0, 0, 0, .09);
    z-index: 2;
}

.service-item .service-detail {
    position: absolute;
    width: 100%;
    height: 400px;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 1;
}

.service-item .service-title {
    position: absolute;
    padding: 65px 30px 25px 30px;
    width: 100%;
    height: 70%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #FFFFFF;
    transition: .5s;
}

.service-item:hover .service-title {
    top: -100%;
}

.service-item .service-text {
    position: absolute;
    overflow: hidden;
    padding: 65px 30px 25px 30px;
    width: 100%;
    height: 100%;
    top: 100%;
    left: 0;
    display: flex;
    align-items: center;
    text-align: center;
    background: rgba(105, 128, 102, 0.399) transition .5s;
}

;

.service-item:hover .service-text {
    top: 0;
}

.service-item .service-text::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100px;
    top: -100%;
    left: 0;
    transform: skewY(-12deg);
    background: #FFFFFF;
    transition: .5s;
}

.service-item:hover .service-text::before {
    top: -55px;
}

.service-item .btn {
    position: absolute;
    width: 130px;
    height: 50px;
    left: 50%;
    bottom: -25px;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--secondary);
    background: #FFFFFF;
    border: none;
    box-shadow: 0 0 45px rgba(0, 0, 0, .09);
    z-index: 2;
}

.service-item .btn:hover {
    color: #FFFFFF;
    background: var(--primary);
}


/*** Project ***/
.project-carousel {
    position: relative;
    background: var(--dark);
}

.project-item {
    position: relative;
    display: block;
}

.project-item img {
    transition: .5s;
}

.project-item:hover img,
.project-carousel .owl-item.center img {
    margin-top: -60px;
}

.project-item .project-title {
    position: absolute;
    padding: 0 15px;
    width: 100%;
    height: 80px;
    bottom: -110px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--darks);
    transition: .5s;
}

.project-item:hover .project-title,
.project-carousel .owl-item.center .project-title {
    bottom: -60px;
}

.project-item .project-title::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 30px;
    top: -15px;
    left: 0;
    transform: skewY(-5deg);
    background: var(--darks);
    transition: .5s;
}

.project-carousel .owl-nav {
    position: absolute;
    width: 100%;
    height: 45px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    transition: .5s;
    opacity: 0;
    z-index: 1;
}

.project-carousel:hover .owl-nav {
    opacity: 1;
}

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


/*** Team ***/
.team-item .team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    display: flex;
    align-items: center;
    background: var(--primary);
    transition: .5s;
}

.team-item:hover .team-social {
    left: 0;
}


/*** Testimonial ***/
.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

@media (min-width: 768px) {

    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }
}

@media (min-width: 992px) {

    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 350px;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
    z-index: 1;
}

.testimonial-carousel:hover .owl-nav {
    width: 300px;
    opacity: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    color: var(--primary);
    font-size: 45px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}

.testimonial-carousel .testimonial-img img {
    width: 100px;
    height: 100px;
}

.testimonial-carousel .testimonial-img .btn-square {
    position: absolute;
    bottom: -19px;
    left: 50%;
    transform: translateX(-50%);
}

.testimonial-carousel .owl-item .testimonial-text {
    margin-bottom: 30px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transform: scale(.8);
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    transform: scale(1);
}


/*** Footer ***/
.footer {
    color: #d0d1d0;
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #B0B9AE;
    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;
    border-top: 1px solid rgba(255, 255, 255, .1);
}


#fact-heading {
    color: white;
    text-align: center;
}

.fact-para {
    color: white;
    text-align: center;
    margin: 0px;
}

.fact-process {
    color: white;
    text-align: center;
}

;

.fact-process-para {
    font-size: 2px;


}

.scrapimg {

    height: 300px;
    width: 100%;

}


/* contact fomr css start*/

.form-area {
    padding-top: 7%;
    margin-top: -80px;
}

.row.single-form {
    box-shadow: 0 2px 20px -5px rgba(0, 0, 0, 0.5);
}

.left {
    background: #698066ba;
    padding: 80px 50px;
}

.left h2 {
    font-family: poppins;
    color: #fff;
    font-weight: 700;
    /* font-size: 48px; */
}

.left h2 span {
    font-weight: 100;
}

.single-form {
    background: #fff;
}

.right {
    padding: 40px 70px;
    position: relative;
}

.right i {
    position: absolute;
    font-size: 80px;
    left: -27px;
    top: 40%;
    color: #fff;
}

.form-control {
    border: 2px solid #000;
}

.right button {
    border: none;
    border-radius: 0;
    background: #698066;
    width: 180px;
    color: #fff;
    padding: 15px 0;
    display: inline-block;
    font-size: 16px;
    margin-top: 20px;
    cursor: pointer;
}

.right button:hover {
    background-color: #49b958;
}


/*responsive*/

@media (min-width:768px) and (max-width:991px) {
    .right i {
        top: -52px;
        transform: rotate(90deg);
        left: 50%;
    }
}

@media (max-width:767px) {

    .form-area {
        margin-top: 20px;
    }

    ;

    .left {
        padding: 80px 50px;
        text-align: center;
    }

    .left h2 {
        font-size: 25px;
    }

    .right {
        padding: 25px;
    }

    .right i {
        top: -52px;
        transform: rotate(90deg);
        left: 46%;
    }

    .right button {
        width: 150px;
        padding: 12px 0;
    }

}


.left-head {
    color: white;
    margin: 0px;
}


.left-head-img {
    width: 70%;
    margin: 0;
}

;

.left-img h6 {
    margin-top: 10px !important;
    /* font-size: larger; */
}


#text.para {
    font-size: 30px !important;
    font-weight: bold;
}

/* contact fomr css end */



/* three column start */

.threecol {
    border: 1px solid black;
    padding: 5px 20px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}

/* .hoversection:hover {
    background-color: #e4edfc;
    padding: 5px 20px;
} */

.threecol i {
    color: #181a18;
    font-size: 40px;

}

.threecol:hover {
    background-color: #698066;

    transition: 2s;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;

}

;





.sssp {
    font-size: larger;
    font-weight: bolder !important;
}




/* three column end */
/* logo */

.logo {
    width: 280px;
}

#logo {
    width: 280px;
}

/* logo */

/* qr code start */

.qrgenerator {
    text-align: center;
    /* margin-top: 50px; */
    margin-bottom: 50px;
}

.qrhover img {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin-top: 10px;
    width: 280px;
    height: 280px;
}

.qrhover img:hover {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    margin-top: 2px;
    margin-bottom: 2px;
    transition: 1s;
}

/* qr code end */


/*  3 section media querry */


@media screen and (max-width: 480px) {

    .hoversection {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    ;

}

;


@media screen and (max-width: 480px) {
    .form-area {
        margin-top: 100px
    }

    ;


}



.imagebada img {
    height: 200px;

}



.service-image {
    height: 250px;
    width: 250px;
    margin-bottom: 15px;
    /* box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px; */
}

.service-image:hover {
    box-shadow: rgba(0, 0, 0, 0.363) 0px 18px 50px -10px;
    transition: 0.8s;
    border-radius: 10px;

}



.ppp {
    text-align: justify;
    font-size: 14px;
}


.service-box {
    border: 1px solid rgb(116, 116, 116);
    padding: 5px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 5px 13px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    min-height: 450px;
}


.bg-dark4 {

    background-image: url(/img/scrap/bg-img3.jpeg.crdownload.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;

}





.cardimg {
    width: 210px;
    height: 155px;
    margin-bottom: 20px;

}




.cardimg {
    transition: 1s ease;
}

.cardimg:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    transition: 1s ease;
}


.card-box {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 5px;
    padding: 10px 10px;
    /* margin-left: 5px; */
    /* margin-right: 5px; */

}




.bg-primary1 img {
    width: 180px;
    padding: 0px;
    height: auto;

}


.clr-butn {
    background-color: #698066;
    color: white;
}



/* social icon */
.social-icon {
    height: 22px;
    margin-right: 5px;
    margin-left: 5px;
    width: 22px;
}


.social-icon:hover {
    transform: scale(1.4);
    transition: transform 0.3s ease-in-out;

}



/* border-radius: 50%; */




/* slider start */

.animated {
    color: white;
}

.carousel-item {
    /* height: 111vh; */
    min-height: 500px;
}

.carousel-caption h5 {
    font-size: 45px;
    text-transform: uppercase;
    letter-spacing: 2px;
    /* margin-top: 115px; */

}

.carousel-caption a {
    text-transform: uppercase;
    text-decoration: none;
    background: #698066ff;
    padding: 10px 30px;
    display: inline-block;
    color: #ffffff;
    margin-top: 15px;
}

.w-100 {
    height: 500px;
}

.w-1000 {
    height: 100%;
}

@media only screen and (max-width: 767px) {


    .carousel-caption h5 {
        font-size: 17px;
    }

    .carousel-caption a {
        padding: 10px 15px;
        font-size: 15px;

    }
}


/* call button */

#icon-call {
    width: 60px;
    height: 60px;
    z-index: 99;
}

.float {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 110px;
    right: 30px;
    /* background-color:#0C9; */
    /* color:#FFF; */
    border-radius: 50px;
    text-align: center;
    /* box-shadow: 2px 2px 3px #999; */
}

.my-float {
    margin-top: 22px;
}


.float2 {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 190px;
    right: 32px;
    border-radius: 50px;
    text-align: center;

}

.my-float2 {
    margin-top: 25px;
}

#icon-call2 {
    width: 70px;
    height: 70px;
    z-index: 99;
}












.sec {

    border-left: 1px solid rgb(217, 216, 216);
    border-right: 1px solid rgb(217, 216, 216);
    padding: 10px;
    text-align: center;
    transition: background-color 0.8s ease;
    transition: box-shadow 0.8s ease;
}

.sec:hover {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    background-color: #f5e0e04d;
}

/* video responsive */

@media screen and (max-width: 768px) {

    #video {
        /* width="500" height="250" */
        width: 300px;
        height: 200px;

    }

}



/* Contact  us page start*/

@media screen and (max-width: 768px) {
    iframe {
        /* width: 300px; */
        max-width: 350px;
    }

}

/* Contact  us page end*/

/* about us page start */


.second-left {
    background-color: #698066ff;
    padding: 70px;


}

/* about us page end */


/* pop up fomr start */

.popup {
    background-color: #ffffff;
    color: black;
    width: 600px;
    padding: 30px 40px;
    position: fixed;
    transform: translate(-50%, -40%);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    left: 50%;
    top: 50%;
    /* border-radius: 8px; */
    display: none;
    /* text-align: center; */
    z-index: 99;
}

.popup button {
    display: block;
    margin: 0 0 20px auto;
    background-color: transparent;
    font-size: 20px;
    color: #000000;
    background: #698066ff;
    border-radius: 5%;
     border: none;
    outline: none;
    cursor: pointer;
}


/* responsive */

/* Styles for desktop and larger screens */

  /* Styles for tablets and larger screens */
  @media (min-width: 768px) {
    .popup {
        max-width: 90%;
        margin-top: 5px;
        padding: 0 15px;
    }
  }
  
  /* Styles for mobile devices */
  @media (max-width: 767px) {
    .popup {
      max-width: 90%;
      margin-top: 5px;
      padding: 0 15px;
    }
  }
  