@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Kalam:wght@300;400;700&family=Lugrasimo&family=Marcellus&family=Nanum+Myeongjo&family=Vollkorn:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

/********** CSS **********/
:root {
    --primary: #7ea516;
    --secondary: #E93C05;
    --tertiary: #4a4a4a;
    --light: #DFE4FD;
    --dark: #011A41;
}

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

.make-in-india{
    position: fixed;
    left: 15px;
    bottom: 30px;
    z-index: 99;
}
.make-in-india img{
width: 20%;
height: auto;
}

.view-gallery{
    position: fixed;
    right: 0;
    top: 30%;
    z-index: 99;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}
.view-gallery.btn-lg-square {
    width: 70px;
    height: 60px;
}

* {
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: inherit;
    font-weight: 400;
}


img {
    max-width: 100%;
}

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

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

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

.section{
margin-top: 100px;
margin-bottom: 50px;
}
body {
    line-height: 1.5;
    /* font-family: 'Lato'; */
    /* font-family: "Lugrasimo", cursive; */
    /* font-family: "Kalam", cursive; */
    /* font-family: "Cormorant Garamond", serif; */
    /* font-family: "Nanum Myeongjo", serif; */
    /* font-family: "Vollkorn", serif; */
    font-family: "Marcellus", serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    /* background-color: #d7e9a759; */
}

small, .small {
    font-size: 0.875em !important;
}

/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
  }
  
  /* Tooltip text */
  .tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
  
    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
  
    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 0.3s;
  }
  
  /* Tooltip arrow */
  .tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
  }
  
  /* Show the tooltip text when you mouse over the tooltip container */
  .tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
  }
  
/*** 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-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-header-text {
    color: #000;
    font-size: 16px;
    font-weight: 900;
}
.top-text{
    letter-spacing: 1px;
}

.fixed-top {
    transition: .5s;
}

.top-bar {
    height: 45px;
    border-bottom: 1px solid rgba(53, 94, 252, .07);
    /* background-color: rgb(255 255 255 / 30%); */
    background-color: rgb(155 185 53 / 66%);
}

.navbar {
    background-color: #fff;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    box-shadow: 0px 0px 9px 0px #eee;
}

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

.navbar .navbar-nav .nav-link {
    padding: 25px 15px;
    color: #000 !important;
    font-weight: 700;
    outline: none;
    font-size: 19px;
}

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

@media (max-width: 991.98px) {
    .navbar .navbar-nav {
        margin-top: 10px;
        border-top: 1px solid rgba(0, 0, 0, .07);
        background: #FFFFFF;
    }

    .navbar .navbar-nav .nav-link {
        padding: 10px 0;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.carousel {
    box-shadow: 0px -5px 29px -5px #7ea516;
}

.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: start;
    z-index: 1;
}

.carousel-caption .banner-heading {
    width: 400px;
}


.carousel-control-prev,
.carousel-control-next {
    width: 3rem;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    background-color: var(--tertiary);
    border: 10px solid var(--tertiary);
}

.carousel-control-prev-icon {
    border-radius: 0 3rem 3rem 0;
}

.carousel-control-next-icon {
    border-radius: 3rem 0 0 3rem;
}

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

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

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        width: 2rem;
        height: 2rem;
    }

    .carousel-control-prev {
        left: -11px;
    }

    .carousel-control-next {
        right: -11px;
    }

    #header-carousel a.slideInDown {
        font-size: 11px;
        padding: 10px 26px !important;
    }

    .carousel-section {
        overflow: hidden;
    }
}

@media (max-width: 570px) {
    #header-carousel .carousel-item.active .container {
        margin-top: -150px;
        padding-left: 41px;
        z-index: 999;
    }
}

.page-header {
    padding-top: 12rem;
    padding-bottom: 15rem;
    background-size: cover;
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-weight: 500;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--tertiary);
}

/*** Why Choose Us ***/
.why-coose-us h1 {
    color: #333;
    /* font-family: tahoma; */
    font-size: 3rem;
    font-weight: 100;
    line-height: 1.5;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.why-coose-us h1 span {
    font-size: 40px;
    /* margin-left: -200px; */
    margin-left: 459px;
}

.why-coose-us .message {
    background-color: #7ea516;
    color: #fff;
    display: block;
    font-weight: 900;
    overflow: hidden;
    position: absolute;
    padding-left: 0.5rem;
    top: 0.2rem;
    left: 700px;
    animation: openclose 5s ease-in-out infinite;
}

.word1,
.word2,
.word3 {
    /* font-family: tahoma; */
}

@keyframes openclose {
    0% {
        top: 0.2rem;
        width: 0;
    }

    5% {
        width: 0;
    }

    15% {
        width: 330px;
    }

    30% {
        top: 0.2rem;
        width: 330px;
    }

    33% {
        top: 0.2rem;
        width: 0;
    }

    35% {
        top: 0.2rem;
        width: 0;
    }

    38% {
        top: -4.5rem;

    }

    48% {
        top: -4.5rem;
        width: 320px;
    }

    62% {
        top: -4.5rem;
        width: 320px;
    }

    66% {
        top: -4.5rem;
        width: 0;
        text-indent: 0;
    }

    71% {
        top: -9rem;
        width: 0;
        text-indent: 5px;
    }

    86% {
        top: -9rem;
        width: 250px;
    }

    95% {
        top: -9rem;
        width: 250px;
    }

    98% {
        top: -9rem;
        width: 0;
        text-indent: 5px;
    }

    100% {
        top: 0;
        width: 0;
        text-indent: 0;
    }
}

.why-coose-us {
    padding: 2rem;
    /* display: flex;
    justify-content: center;
    align-items: center; */
}

.header {
    text-align: center;
}

.header_subtitle,
.header_title {
    font-size: clamp(1.6rem, 5vw, 2rem);
}

.header_subtitle {
    font-weight: var(--fw-light);
}

.header_title {
    margin-bottom: 1rem;
}

.header_title,
.card_title {
    color: var(--Very-Dark-Blue);
}

.header_description {
    max-width: 500px;
    margin: 0 auto;
}

.card_grid {
    margin-top: 3rem;
    display: flex;
    /* display: grid;
    grid-template-columns: repeat(3, minmax(200px, 1fr)); */
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
}

.card {
    /* max-width: 320px; */
    max-width: 200px;
    width: 200px;
    /* margin: 0 auto; */
    /* padding: 2rem; */
    padding: 20px 50px;
    border-top: 5px solid var(--border-color);
    border-radius: 5px;
    box-shadow: 0 10px 10px rgba(23, 79, 138, 0.1);
    text-align: center;
    grid-area: 1 / 1 / 3 / 2;
    --border-color: #7ea516;
}

.card_title {
    margin-bottom: 1rem;
    font-size: 1.3rem;
    font-weight: var(--fw-bold);
}

.card_content {
    margin-bottom: 1.5rem;
    font-size: 0.9rem;
}

.card_img {
    margin-left: auto;
    display: block;
}

@media (max-width: 768px) {
    .card_grid {
        grid-template-columns: repeat(2, minmax(200px, 1fr));
        align-items: stretch;
        flex-wrap: wrap;
    }

    .cyan {
        grid-area: auto;
    }

    .blue {
        grid-area: auto;
    }

    .card {
        max-width: 300px;
    }

    .why-coose-us .message {
        left: 230px;
    }

    .why-coose-us h1 span {
        margin-left: auto;
    }
}

@media screen and (max-width: 500px) {
    .card_grid {
        grid-template-columns: repeat(1, minmax(200px, 1fr));
    }
}


/*** About ***/

.about-img {
    box-shadow: 0px 0px 32px -5px #a3a3a6;
}

.tab-content p {
    padding-top: 8px;
    font-size: 16px;
    font-weight: 400;
    color: #7ea516;
}


/*** Facts ***/
.hdfrming {
    padding: 50px 0;
}

.frmhead.sec-title h2 {
    text-align: center;
    color: #4a4a4a;
    padding: 20px;
}

.frming img {
    margin-bottom: 20px;
    border-radius: 0%;
    width: 150px;
    padding: 25px;
    height: 150px;
}

.frming {
    /* border: 1px solid #ddd; */
    padding: 35px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.fram-1:hover.fram-1 img {
    box-shadow: 0px 0px 25px 0px #ccc;
    border-radius: 50%;
    width: 150px;
    padding: 25px;
    height: 150px;
    cursor: pointer;
}

.frmtext h3 {
    color: #000;
    font-size: 18px;
}

/*** Callback ***/
.callback {
    position: relative;
}

.callback::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    top: 0;
    left: 0;
    background: linear-gradient(rgba(200, 238, 96, 0.8), rgba(200, 238, 96, 0.8)), url(../img/bg.png);
    z-index: -1;
}


/*** Feature ***/
.feature .feature-box,
.feature .feature-box * {
    transition: .5s;
}

.feature .feature-box:hover {
    background: var(--primary);
    border-color: var(--primary) !important;
}

.feature .feature-box:hover * {
    color: #FFFFFF !important;
}


/*** Service ***/
.service .nav .nav-link {
    transition: .5s;
    height: fit-content;
}

.service .nav .nav-link.active {
    border-color: var(--primary) !important;
    background: var(--primary);
}

.service .nav .nav-link.active h5 {
    color: #FFFFFF !important;
}

.service .nav .nav-link.active h5 i {
    color: #FFFFFF !important;
}


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

.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: 1px solid var(--light);
    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);
}


/*** Team ***/
.team-item {
    position: relative;
    padding: 4rem 0;
}

.team-item img {
    position: relative;
    z-index: 2;
}

.team-item .team-text {
    position: absolute;
    top: 0;
    right: 3rem;
    bottom: 0;
    left: 3rem;
    padding: 15px;
    border: 1px solid var(--light);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    transition: .5s;
    z-index: 1;
}

.team-item:hover .team-text {
    background: var(--primary);
    border-color: var(--primary);
}

.team-item .team-text h4 {
    transition: .5s;
}

.team-item:hover .team-text h4 {
    color: #FFFFFF;
}

.team-item .team-social .btn {
    background: var(--light);
    color: var(--primary);
}

.team-item:hover .team-social .btn {
    background: #FFFFFF;
}

.team-item .team-social .btn:hover {
    background: var(--primary);
    color: var(--light);
}


/*** 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: var(--light);
    transition: .5s;
}

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

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


/*** Footer ***/
.footer {
    background-color: #4a4a4a;
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: var(--light);
    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(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.copyright {
    color: var(--light);
    background: #000;
}

.copyright a {
    color: var(--light);
}

.copyright a:hover {
    color: var(--primary);
}



/* ========
 About Us Page Style 
==========*/

.about-page-header {
    background: url(../img/about-bnner-6.webp) top left no-repeat;
    background-position: 0px -104px;
}

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

    .about-page-header {
        background-position: -490px -104px;
    }
}

@media only screen and (max-width: 475px) {
    .nav-tabs .nav-link {
        font-size: 10px;
    }
}

/* ========
 Contact Us Page Style 
==========*/

.contact-page-header {
    background: url(../img/contct-banner-5.jpg) top left no-repeat;
    /* background-position: 0px -104px; */
    background-size: cover;
}



/* ========
 Whatsapp Style 
==========*/

/* CSS Multiple Whatsapp Chat */
#whatsapp-chat {
    box-sizing: border-box !important;
    outline: none !important;
    position: fixed;
    width: 350px;
    border-radius: 10px;
    box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
    bottom: 160px;
    right: 30px;
    overflow: hidden;
    z-index: 99;
    animation-name: showchat;
    animation-duration: 1s;
    transform: scale(1);
}

a.blantershow-chat {
    background: #009688;
    background: #fff;
    color: #404040;
    position: fixed;
    display: flex;
    font-weight: 400;
    justify-content: space-between;
    z-index: 98;
    bottom: 104px;
    right: 7px;
    font-size: 15px;
    padding: 10px 20px;
    border-radius: 30px;
    box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
}

a.blantershow-chat svg {
    transform: scale(1.2);
    margin: 0 10px 0 0;
}

.whatsapp-chat-header {
    background: #009688;
    background: #095e54;
    color: #fff;
    padding: 20px;
}

.whatsapp-chat-header h3 {
    margin: 0 0 10px;
}

.whatsapp-chat-header p {
    font-size: 14px;
    line-height: 1.7;
    margin: -10px;
}

.whatsapp-chat-header .whatsapp-chat-name {
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 0;
    margin-bottom: 0;
    line-height: 0.5;
}

.whatsapp-chat-avatar {
    position: relative;
}

.whatsapp-chat-avatar::after {
    content: "";
    bottom: 0px;
    right: 0px;
    width: 12px;
    height: 12px;
    box-sizing: border-box;
    background-color: #4ad504;
    display: block;
    position: relative;
    z-index: 1;
    border-radius: 50%;
    border: 2px solid #095e54;
    left: 40px;
    top: 38px;
}

.whatsapp-chat-avatar img {
    border-radius: 100%;
    width: 50px;
    float: left;
    margin: 0 10px 0 0;
    background-color: #fff;
    padding: 10px;
}

.info-chat span {
    display: block;
}

#get-label,
span.chat-label {
    font-size: 12px;
    color: #888;
}

#get-nama,
span.chat-nama {
    margin: 5px 0 0;
    font-size: 15px;
    font-weight: 700;
    color: #222;
}

#get-label,
#get-nama {
    color: #fff;
}

span.my-number {
    display: none;
}

/* .blanter-msg {
    color: #444;
    padding: 20px;
    font-size: 12.5px;
    text-align: center;
    border-top: 1px solid #ddd;
}
*/
textarea#chat-input {
    border: none;
    /* font-family: "Arial", sans-serif; */
    width: 100%;
    height: 45px;
    outline: none;
    resize: none;
    padding: 10px;
    font-size: 14px;
}

a#send-it {
    width: 40px;
    font-weight: 700;
    padding: 10px 15px 0;
    background: #eee;
    border-radius: 10px;
}

a#send-it svg {
    fill: #a6a6a6;
    height: 24px;
    width: 24px;
}

.first-msg {
    background: transparent;
    padding: 30px;
    text-align: center;
}

.first-msg span {
    background: #e2e2e2;
    color: #333;
    font-size: 14.2px;
    line-height: 1.7;
    border-radius: 10px;
    padding: 15px 20px;
    display: inline-block;
}

.start-chat .blanter-msg {
    display: flex;
}

#get-number {
    display: none;
}

a.close-chat {
    position: absolute;
    top: 5px;
    right: 15px;
    color: #fff;
    font-size: 30px;
}

@keyframes ZpjSY {
    0% {
        background-color: #b6b5ba;
    }

    15% {
        background-color: #111;
    }

    25% {
        background-color: #b6b5ba;
    }
}

@keyframes hPhMsj {
    15% {
        background-color: #b6b5ba;
    }

    25% {
        background-color: #111;
    }

    35% {
        background-color: #b6b5ba;
    }
}

@keyframes iUMejp {
    25% {
        background-color: #b6b5ba;
    }

    35% {
        background-color: #111;
    }

    45% {
        background-color: #b6b5ba;
    }
}

@keyframes showhide {
    from {
        transform: scale(0.5);
        opacity: 0;
    }
}

@keyframes showchat {
    from {
        transform: scale(0);
        opacity: 0;
    }
}

@media screen and (max-width: 480px) {
    #whatsapp-chat {
        width: auto;
        left: 5%;
        right: 5%;
        font-size: 80%;
    }
}

.hide {
    display: none;
    animation-name: showhide;
    animation-duration: 0.5s;
    transform: scale(1);
    opacity: 1;
}

.show {
    display: block;
    animation-name: showhide;
    animation-duration: 0.5s;
    transform: scale(1);
    opacity: 1;
}

.whatsapp-message-container {
    display: flex;
    z-index: 1;
}

.whatsapp-message {
    padding: 7px 14px 6px;
    background-color: #fff;
    border-radius: 0px 8px 8px;
    position: relative;
    transition: all 0.3s ease 0s;
    opacity: 0;
    transform-origin: center top 0px;
    z-index: 2;
    box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
    margin-top: 4px;
    margin-left: -54px;
    max-width: calc(100% - 66px);
}

.whatsapp-chat-body {
    padding: 20px 20px 20px 10px;
    background-color: #e6ddd4;
    position: relative;
}

.whatsapp-chat-body::before {
    display: block;
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: 0;
    opacity: 0.08;
    background-image: url("https://elfsight.com/assets/chats/patterns/whatsapp.png");
}

.dAbFpq {
    display: flex;
    z-index: 1;
}

.eJJEeC {
    background-color: #fff;
    width: 52.5px;
    height: 32px;
    border-radius: 16px;
    display: flex;
    -moz-box-pack: center;
    justify-content: center;
    -moz-box-align: center;
    align-items: center;
    margin-left: 10px;
    opacity: 0;
    transition: all 0.1s ease 0s;
    z-index: 1;
    box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
}

.hFENyl {
    position: relative;
    display: flex;
}

.ixsrax {
    height: 5px;
    width: 5px;
    margin: 0px 2px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    animation-duration: 1.2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    top: 0px;
    background-color: #9e9da2;
    animation-name: ZpjSY;
}

.dRvxoz {
    height: 5px;
    width: 5px;
    margin: 0px 2px;
    background-color: #b6b5ba;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    animation-duration: 1.2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    top: 0px;
    animation-name: hPhMsj;
}

.kAZgZq {
    padding: 7px 14px 6px;
    background-color: #fff;
    border-radius: 0px 8px 8px;
    position: relative;
    transition: all 0.3s ease 0s;
    opacity: 0;
    transform-origin: center top 0px;
    z-index: 2;
    box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
    margin-top: 4px;
    margin-left: -54px;
    max-width: calc(100% - 66px);
}

.kAZgZq::before {
    position: absolute;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAmCAMAAADp2asXAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAACQUExURUxpccPDw9ra2m9vbwAAAAAAADExMf///wAAABoaGk9PT7q6uqurqwsLCycnJz4+PtDQ0JycnIyMjPf3915eXvz8/E9PT/39/RMTE4CAgAAAAJqamv////////r6+u/v7yUlJeXl5f///5ycnOXl5XNzc/Hx8f///xUVFf///+zs7P///+bm5gAAAM7Ozv///2fVensAAAAvdFJOUwCow1cBCCnqAhNAnY0WIDW2f2/hSeo99g1lBYT87vDXG8/6d8oL4sgM5szrkgl660OiZwAAAHRJREFUKM/ty7cSggAABNFVUQFzwizmjPz/39k4YuFWtm55bw7eHR6ny63+alnswT3/rIDzUSC7CrAziPYCJCsB+gbVkgDtVIDh+DsE9OTBpCtAbSBAZSEQNgWIygJ0RgJMDWYNAdYbAeKtAHODlkHIv997AkLqIVOXVU84AAAAAElFTkSuQmCC");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    top: 0px;
    left: -12px;
    width: 12px;
    height: 19px;
}

.bMIBDo {
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.4);
}

.iSpIQi {
    font-size: 14px;
    line-height: 19px;
    margin-top: 4px;
    color: #111;
}

.iSpIQi {
    font-size: 14px;
    line-height: 19px;
    margin-top: 4px;
    color: #111;
}

.cqCDVm {
    text-align: right;
    margin-top: 4px;
    font-size: 12px;
    line-height: 16px;
    color: rgba(17, 17, 17, 0.5);
    margin-right: -8px;
    margin-bottom: -4px;
}



/* Tab Style */
.why-coose-us {
    position: relative;
    height: 300px;
}

.progress {
    height: auto;
    margin-bottom: 150px;
}

.why-coose-us .progress_inner #step-5:checked+div+div+div+div>.box_base,
.why-coose-us .progress_inner #step-4:checked+input+div+div+div+div>.box_base,
.why-coose-us .progress_inner #step-2:checked+input+input+input+div+div+div+div>.box_base,
.why-coose-us .progress_inner #step-3:checked+input+input+div+div+div+div>.box_base,
.why-coose-us .progress_inner #step-1:checked+input+input+input+input+div+div+div+div>.box_base {
    top: 50%;
    left: 43px;
    opacity: 1;
}

.why-coose-us .progress_inner #step-5:checked+div+div+div+div>.box_item,
.why-coose-us .progress_inner #step-4:checked+input+div+div+div+div>.box_item,
.why-coose-us .progress_inner #step-2:checked+input+input+input+div+div+div+div>.box_item,
.why-coose-us .progress_inner #step-3:checked+input+input+div+div+div+div>.box_item,
.why-coose-us .progress_inner #step-1:checked+input+input+input+input+div+div+div+div>.box_item {
    top: -30px;
    left: 0px;
    opacity: 0;
}

.why-coose-us .progress_inner #step-5:checked+div+div+div+div>.box_lid,
.why-coose-us .progress_inner #step-4:checked+input+div+div+div+div>.box_lid,
.why-coose-us .progress_inner #step-2:checked+input+input+input+div+div+div+div>.box_lid {
    top: -20px;
    left: 0px;
    opacity: 0;
}

.why-coose-us .progress_inner #step-5:checked+div+div+div+div>.box_item,
.why-coose-us .progress_inner #step-4:checked+input+div+div+div+div>.box_item,
.why-coose-us .progress_inner #step-2:checked+input+input+input+div+div+div+div>.box_item {
    top: -10px;
    left: 0px;
    opacity: 1;
}

.why-coose-us .progress_inner #step-5:checked+div+div+div+div>.box_item,
.why-coose-us .progress_inner #step-4:checked+input+div+div+div+div>.box_item,
.why-coose-us .progress_inner #step-3:checked+input+input+div+div+div+div>.box_item {
    top: 10px;
    left: 0px;
    opacity: 1;
}

.why-coose-us .progress_inner #step-5:checked+div+div+div+div>.box_lid,
.why-coose-us .progress_inner #step-4:checked+input+div+div+div+div>.box_lid,
.why-coose-us .progress_inner #step-3:checked+input+input+div+div+div+div>.box_lid {
    top: -1px;
    left: 0px;
    opacity: 1;
}

.why-coose-us .progress_inner #step-5:checked+div+div+div+div>.box_ribbon,
.why-coose-us .progress_inner #step-4:checked+input+div+div+div+div>.box_ribbon,
.why-coose-us .progress_inner #step-3:checked+input+input+div+div+div+div>.box_ribbon {
    top: 70%;
    left: 0px;
    opacity: 0;
}

.why-coose-us .progress_inner #step-5:checked+div+div+div+div>.box_bow,
.why-coose-us .progress_inner #step-4:checked+input+div+div+div+div>.box_bow,
.why-coose-us .progress_inner #step-3:checked+input+input+div+div+div+div>.box_bow {
    top: 0px;
    left: 0px;
    opacity: 0;
}

.why-coose-us .progress_inner #step-5:checked+div+div+div+div>.box_ribbon,
.why-coose-us .progress_inner #step-4:checked+input+div+div+div+div>.box_ribbon {
    top: 50%;
    left: 0px;
    opacity: 1;
}

.why-coose-us .progress_inner #step-5:checked+div+div+div+div>.box_bow,
.why-coose-us .progress_inner #step-4:checked+input+div+div+div+div>.box_bow {
    top: -10px;
    left: 0px;
    opacity: 1;
}

.why-coose-us .progress_inner #step-5:checked+div+div+div+div>.box_tag {
    top: 10px;
    left: 20px;
    opacity: 1;
}

.why-coose-us .progress_inner #step-5:checked+div+div+div+div>.box_string {
    top: 10px;
    left: 20px;
    opacity: 1;
}

.why-coose-us .progress_inner__step:before,
.why-coose-us .progress_inner,
.why-coose-us .progress_inner__status .box_base,
.why-coose-us .progress_inner__status .box_item,
.why-coose-us .progress_inner__status .box_ribbon,
.why-coose-us .progress_inner__status .box_bow,
.why-coose-us .progress_inner__status .box_bow__left,
.why-coose-us .progress_inner__status .box_bow__right,
.why-coose-us .progress_inner__status .box_tag,
.why-coose-us .progress_inner__status .box_string {
    position: absolute;
    left: 0;
    right: 0;
    /* top: 50%; */
    transform: translateY(-50%);
    margin: auto;
}

.why-coose-us .progress_inner__bar,
.why-coose-us .progress_inner__bar--set {
    height: 6px;
    left: 15%;
    background: repeating-linear-gradient(45deg, #011A41, #a2ce2a 4px, #97c517 4px, #97c517 10px);
    transition: width 800ms cubic-bezier(0.915, 0.015, 0.3, 1.005);
    border-radius: 6px;
    width: 0;
    position: relative;
    z-index: -1;
}

.why-coose-us .progress_inner__step:before {
    width: 30px;
    height: 30px;
    color: #7ea516;
    background: white;
    line-height: 22px;
    border: 3px solid #b0cc63;
    font-size: 12px;
    top: 3px;
    border-radius: 100%;
    transition: all 0.4s;
    cursor: pointer;
    pointer-events: none;
}

.why-coose-us .progress_inner__step {
    width: 32%;
    font-size: 14px;
    padding: 0 10px;
    transition: all 0.4s;
    float: left;
    text-align: center;
    position: relative;
}

.why-coose-us .progress_inner__step label {
    padding-top: 50px;
    top: -20px;
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 17px;
}

.why-coose-us .progress_inner__step:hover {
    color: #011A41;
}

.why-coose-us .progress_inner__step:hover:before {
    color: white;
    background: #011A41;
}

.why-coose-us {
    /* font-family: 'Nunito', sans-serif; */
    /* background: #a6cde2; */
    color: #aac956;
    text-align: center;
    font-weight: 900;
    display: flex;
    justify-content: center;
    align-items: center;
}

.why-coose-us-wrap {
    padding-bottom: 150px;
}

.why-coose-us .progress_inner {
    /* height: 200px; */
    /* height: auto; */
    width: 80%;
}

.why-coose-us-title {
    font-size: 35px;
    width: 80%;
    margin: 0 auto;
    font-weight: 800;
}

.why-coose-us .progress_inner #step-5:checked+div {
    width: 80%;
}

.why-coose-us .progress_inner #step-5:checked+div+div+div>.tab:nth-of-type(5) {
    opacity: 1;
    top: 0;
}

.why-coose-us .progress_inner #step-5:checked+div+div+div+div {
    right: 10%;
}

.why-coose-us .progress_inner #step-4:checked+input+div {
    width: 60%;
}

.why-coose-us .progress_inner #step-4:checked+input+div+div+div>.tab:nth-of-type(4) {
    opacity: 1;
    top: 0;
}

.why-coose-us .progress_inner #step-4:checked+input+div+div+div+div {
    right: 30%;
}

.why-coose-us .progress_inner #step-3:checked+input+input+div {
    width: 64%;
}

.why-coose-us .progress_inner #step-3:checked+input+input+div+div+div>.tab:nth-of-type(3) {
    opacity: 1;
    top: 0;
}

.why-coose-us .progress_inner #step-3:checked+input+input+div+div+div+div {
    right: 50%;
}

.why-coose-us .progress_inner #step-2:checked+input+input+input+div {
    width: 34%;
}

.why-coose-us .progress_inner #step-2:checked+input+input+input+div+div+div>.tab:nth-of-type(2) {
    opacity: 1;
    top: 0;
}

.why-coose-us .progress_inner #step-2:checked+input+input+input+div+div+div+div {
    right: 70%;
}

.why-coose-us .progress_inner #step-1:checked+input+input+input+input+div {
    width: 0%;
}

.why-coose-us .progress_inner #step-1:checked+input+input+input+input+div+div+div>.tab:nth-of-type(1) {
    opacity: 1;
    top: 0;
}

.why-coose-us .progress_inner #step-1:checked+input+input+input+input+div+div+div+div {
    right: 90%;
}

.why-coose-us .progress_inner__step:nth-of-type(1):before {
    content: "1";
}

.why-coose-us .progress_inner__step:nth-of-type(2):before {
    content: "2";
}

.why-coose-us .progress_inner__step:nth-of-type(3):before {
    content: "3";
}

.why-coose-us .progress_inner__step:nth-of-type(4):before {
    content: "4";
}

.why-coose-us .progress_inner__step:nth-of-type(5):before {
    content: "5";
}

.why-coose-us .progress_inner__bar--set {
    width: 64%;
    top: -6px;
    background: #7ea516;
    position: relative;
    z-index: -2;
}

.why-coose-us .progress_inner__tabs .tab {
    opacity: 0;
    position: absolute;
    top: 40px;
    text-align: center;
    margin-top: 130px;
    box-shadow: 0px 0px 6px 0px #9e9da2;
    padding: 30px;
    background: white;
    border-radius: 10px;
    transition: all 0.2s;
}

.why-coose-us .progress_inner__tabs .tab h1 {
    margin: 0;
}

.why-coose-us .progress_inner__tabs .tab p {
    font-weight: 400;
    opacity: 1;
    font-size: 18px;
    color: #000;
}

.why-coose-us .progress_inner__status {
    width: 40px;
    height: 40px;
    top: -80px;
    transition: right 800ms cubic-bezier(0.915, 0.015, 0.3, 1.005);
    transform: translateX(50%);
    position: absolute;
}

.why-coose-us .progress_inner__status div {
    opacity: 0;
    transition: all 600ms cubic-bezier(0.915, 0.015, 0.3, 1.005);
    transition-delay: 300ms;
}

.why-coose-us .progress_inner__status div {
    position: absolute;
}

.why-coose-us .progress_inner__status .box_base {
    background: repeating-linear-gradient(45deg, #986c5d, #986c5d 2px, #775144 2px, #775144 4px);
    width: 36px;
    height: 40px;
    z-index: 1;
    border-radius: 1px;
}

.why-coose-us .progress_inner__status .box_lid {
    width: 40px;
    height: 13.3333333333px;
    background: #775144;
    z-index: 2;
    border-radius: 1px;
    top: 0;
}

.why-coose-us .progress_inner__status .box_item {
    width: 20px;
    height: 20px;
    background: #be69d2;
    z-index: 0;
    border-radius: 4px;
    transform: rotate(45deg);
}

.why-coose-us .progress_inner__status .box_ribbon {
    width: 10px;
    height: 42px;
    background: #ee0f29;
    z-index: 4;
    border-radius: 1px;
}

.why-coose-us .progress_inner__status .box_bow__left,
.why-coose-us .progress_inner__status .box_bow__right {
    width: 6px;
    height: 10px;
    background: #be0c21;
    position: absolute;
    z-index: 3;
    opacity: 1;
    border-radius: 1px;
}

.why-coose-us .progress_inner__status .box_bow {
    top: -6px;
    z-index: 1;
    transition-delay: 500ms;
}

.why-coose-us .progress_inner__status .box_bow__left {
    left: 6px;
    transform: rotate(45deg);
}

.why-coose-us .progress_inner__status .box_bow__right {
    left: -4px;
    transform: rotate(-45deg);
}

.why-coose-us .progress_inner__status .box_tag {
    width: 20px;
    height: 10px;
    background: #487ac7;
    z-index: 4;
    transform: rotate(-10deg) translateX(-40px) translateY(0px);
    border-radius: 2px;
    transition-delay: 500ms;
}

.why-coose-us .progress_inner__status .box_string {
    width: 17px;
    height: 2px;
    background: #343434;
    z-index: 4;
    transform: rotate(-39deg) translateX(-22px) translateY(-12px);
}

.why-coose-us .progress_inner input[type="radio"] {
    display: none;
}


/* Modal Design */

.modal {
    will-change: visibility, opacity;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 2000;
    visibility: hidden;
    opacity: 0;
    transition: all 0.1s cubic-bezier(0.23, 1, 0.32, 1);
    /* transition-delay:0.1s; */
}

.modal--active {
    visibility: visible;
    opacity: 1;
}

.modal--align-top {
    align-items: flex-start;
}

.modal__bg {
    background: #000000bd;
}

.modal__dialog {
    max-width: 600px;
    padding: 1.2rem;
}

.modal__content {
    will-change: transform, opacity;
    position: relative;
    padding: 2.4rem;
    background: #efffc5;
    background-clip: padding-box;
    box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.25);
    opacity: 0;
    transition: all 0.1s cubic-bezier(0.23, 1, 0.32, 1);
}

.modal__content--active {
    opacity: 1;
}

.modal__close {
    z-index: 1100;
    cursor: pointer;
}

.modal__trigger {
    position: relative;
    display: inline-block;
    padding: 10px 30px;
    /* color: rgba(0,0,0,0.7); */
    line-height: 1;
    cursor: pointer;
    background: transparent;
    border: 1px solid #a2ce2a;
    border-radius: 50px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all 0.1s cubic-bezier(0.23, 1, 0.32, 1);
    font-size: 16px;
    text-transform: capitalize;
    margin-top: 20px;
}

.modal__trigger--active {
    z-index: 10;
}

.modal__trigger:hover {
    /* background: #e5d3d6; */
}

#modal__temp {
    will-change: transform, opacity;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background: #efffc5; */
    transform: none;
    opacity: 1;
    transition: opacity 0.1s ease-out, transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.modal-close {
    position: absolute;
    top: 0;
    right: 0;
    margin: 1.2rem;
    padding: 0.6rem;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    transition: all 0.1s cubic-bezier(0.23, 1, 0.32, 1);
}

.modal-close svg {
    width: 24px;
    fill: #fff;
    pointer-events: none;
    vertical-align: top;
}

.modal-close:hover {
    background: rgba(0, 0, 0, 0.6);
}

.logo {
    position: fixed;
    bottom: 3vh;
    right: 3vw;
    z-index: 2;
}

.logo img {
    width: 45px;
    transform: rotate(0);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.logo img:hover {
    transform: rotate(180deg) scale(1.1);
}



/* Main-Slider Style */
.cont {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-image: linear-gradient(to left bottom, #f2e3c6 0%, #a7a1a5 100%);
    overflow: hidden;
}

.app {
    position: relative;
    min-width: 100%;
    height: 638px;
    box-shadow: 0 0 60px rgba(0, 0, 0, .3);
    overflow: hidden;
}

.app__bgimg {
    position: absolute;
    top: 0;
    /* left: -2.5%; */
    width: 100%;
    height: 100%;
    transition: transform 3.5s 770ms;
}

.app__bgimg-image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.app__bgimg-image--1 {
    background: url('../img/about-bnner-8.jpg') center center no-repeat;
    background-size: cover;
}

.app__bgimg-image--2 {
    background: url('../img/about-bnner-1.jpg') center center no-repeat;
    background-size: cover;
    opacity: 0;
    transition: opacity 0ms 1300ms;
    will-change: opacity;
}

.app__text {
    position: absolute;
    /* right: 165px; */
    right: 55%;
    top: 150px;
    /* font-family: 'Roboto', sans-serif; */
    text-transform: uppercase;
    z-index: 1;
    width: 28%;
    background-color: red;
    padding: 10px;
}

.app__text-line {
    transition: transform 1500ms 400ms, opacity 750ms 500ms;
    will-change: transform, opacity;
    user-select: none;
}

.app__text-line--4 {
    transition: transform 1500ms 2300ms, opacity 1500ms 3500ms;
}

.app__text-line--3 {
    transition: transform 1500ms 2200ms, opacity 1500ms 3250ms;
}

.app__text-line--2 {
    transition: transform 1500ms 2100ms, opacity 1500ms 3000ms;
}

.app__text-line--1 {
    transition: transform 1500ms 2000ms, opacity 1500ms 2750ms;
}

.app__text-line--4 {
    font-size: 40px;
    font-weight: 700;
    color: #0a101d;
}

.app__text-line--3 {
    font-size: 40px;
    font-weight: 300;
}

.app__text-line--2 {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #7ea516;
}

.app__text-line--1 {
    margin-top: 15px;
}

.app__text-line--1 img {
    width: 50px;
    filter: brightness(0) saturate(100%) invert(75%) sepia(86%) saturate(402%) hue-rotate(23deg) brightness(88%) contrast(93%);
}
.app__text--1 {
display: flex;
    flex-direction: column;
    align-items: end;
    text-align: right;
}

.app__text--1 .app__text-line {
    transform: translate3d(0, -125px, 0);
    opacity: 0;
}

.app__text--2 {
    right: initial;
    top: 250px;
    left: 80px;
    z-index: -1;
    transition: z-index 1500ms;
}

.app__text--2 .app__text-line--4 {
    opacity: 0;
    transition: transform 1500ms 525ms, opacity 400ms 725ms;
}

.app__text--2 .app__text-line--3 {
    opacity: 0;
    transition: transform 1500ms 450ms, opacity 400ms 650ms;
}

.app__text--2 .app__text-line--2 {
    opacity: 0;
    transition: transform 1500ms 375ms, opacity 400ms 575ms;
}

.app__text--2 .app__text-line--1 {
    opacity: 0;
    transition: transform 1500ms 300ms, opacity 400ms 500ms;
}

.app__img {
    position: absolute;
    transform: translate3d(0, -750px, 0);
    width: 896px;
    height: 100%;
    transition: transform 3s cubic-bezier(0.6, 0.13, 0.31, 1.02);
    will-change: transform;
}

.app__img img {
    min-width: 100%;
    user-select: none;
    display: none;
}

.initial .app__img {
    transform: translate3d(0, 0, 0);
}

.initial .app__text--1 .app__text-line--1 {
    transform: translate3d(0, 0, 0);
    transition: transform 1500ms 1400ms, opacity 400ms 1600ms;
    opacity: 1;
    padding-right: 50px;
}

.initial .app__text--1 .app__text-line--2 {
    transform: translate3d(0, 0, 0);
    transition: transform 1500ms 1475ms, opacity 400ms 1675ms;
    opacity: 1;
}

.initial .app__text--1 .app__text-line--3 {
    transform: translate3d(0, 0, 0);
    transition: transform 1500ms 1550ms, opacity 400ms 1750ms;
    opacity: 1;
    width: 70%;
    font-size: 21px;
}

.initial .app__text--1 .app__text-line--4 {
    transform: translate3d(0, 0, 0);
    transition: transform 1500ms 1625ms, opacity 400ms 1825ms;
    opacity: 1;
}

.active .app__bgimg {
    transform: translate3d(10px, 0, 0) scale(1.05);
    transition: transform 5s 850ms ease-in-out;
}

.active .app__bgimg .app__bgimg-image--2 {
    opacity: 1;
    transition: opacity 0ms 1500ms;
}

.active .app__img {
    transition: transform 3s cubic-bezier(0.6, 0.13, 0.31, 1.02);
    transform: translate3d(0, -1410px, 0);
}

.active .app__text--1 {
    z-index: -1;
    transition: z-index 0ms 1500ms;
}

.active .app__text--1 .app__text-line--1 {
    transform: translate3d(0, -125px, 0);
    transition: transform 1500ms 300ms, opacity 400ms 500ms;
    opacity: 0;
}

.active .app__text--1 .app__text-line--2 {
    transform: translate3d(0, -125px, 0);
    transition: transform 1500ms 375ms, opacity 400ms 575ms;
    opacity: 0;
}

.active .app__text--1 .app__text-line--3 {
    transform: translate3d(0, -125px, 0);
    transition: transform 1500ms 450ms, opacity 400ms 650ms;
    opacity: 0;
}

.active .app__text--1 .app__text-line--4 {
    transform: translate3d(0, -125px, 0);
    transition: transform 1500ms 525ms, opacity 400ms 725ms;
    opacity: 0;
}

.active .app__text--2 {
    z-index: 1;
}

.active .app__text--2 .app__text-line--1 {
    transform: translate3d(0, -125px, 0);
    transition: transform 2500ms 1100ms, opacity 1300ms 1300ms;
    opacity: 1;
}

.active .app__text--2 .app__text-line--2 {
    transform: translate3d(0, -125px, 0);
    transition: transform 2500ms 1175ms, opacity 1300ms 1575ms;
    opacity: 1;
}

.active .app__text--2 .app__text-line--3 {
    transform: translate3d(0, -125px, 0);
    transition: transform 2500ms 1250ms, opacity 1300ms 1850ms;
    opacity: 1;
    width: 62%;
    font-size: 20px;
}


.active .app__text--2 .app__text-line--4 {
    transform: translate3d(0, -125px, 0);
    transition: transform 2500ms 1325ms, opacity 1300ms 2125ms;
    opacity: 1;
}

.mouse {
    position: relative;
    margin-right: 20px;
    min-width: 50px;
    height: 80px;
    border-radius: 30px;
    border: 5px solid rgba(255, 255, 255, .8);
}

.mouse:after {
    content: '';
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fff;
    animation: scroll 1s infinite alternate;
}

@keyframes scroll {
    100% {
        transform: translate(-50%, 15px);
    }
}

.pages {
    margin-left: 20px;
    position: absolute;
    z-index: 1111;
    right: 10px;
}

.pages__list {
    list-style-type: none;
}

.pages__item {
    position: relative;
    margin-bottom: 10px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 3px solid #fff;
    cursor: pointer;
}

.pages__item:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0, 0);
    width: 75%;
    height: 75%;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0;
    transition: 500ms;
}

.pages__item:hover:after {
    transform: translate(-50%, -50%) scale(1, 1);
    opacity: 1;
}

.page__item-active:after {
    transform: translate(-50%, -50%) scale(1, 1);
    opacity: 1;
}

.icon-link {
    position: absolute;
    left: 5px;
    bottom: 5px;
    width: 50px;
}

.icon-link img {
    width: 100%;
    vertical-align: top;
}

.icon-link--twitter {
    left: auto;
    right: 5px;
}


/* Process of windows Service */
.main-service-banner {
    position: relative
}

.main-service-banner video {
    height: 640px;
    width: 100%;
    max-width: 100%;
    object-fit: cover;
    z-index: 0;
    position: relative;
}

.main-service-banner .main-content-wrap,
.home-main-content-wrap {
    position: absolute;
    top: 42%;
    left: 11%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80%;
    margin: 0 auto;
    z-index: 999;
    text-align: center;
    font-size: 30px;
    font-weight: 800;
    color: #fff;
    z-index: 999;
    background-color: #a6cd39cb;
    box-shadow: 0px 0px 5px 4px #fff;
    padding: 20px 30px;
    display: flex;
    flex-direction: column;
}

.main-service-banner .main-content-wrap .description,
.main-service-banner .home-main-content-wrap .description {
    color: #1a1818;
}

.window-service-page .top-bar {
    /* height: 45px;
    border-bottom: 1px solid rgba(53, 94, 252, .07);
    background-color: rgb(247 242 242);
    border-bottom-right-radius: 50px;
    border-top-right-radius: 50px; */
}

/* Step-by-step Style */
.step-heading {
    text-align: center;
    padding: 20px;
    margin-top: 100px;
}

.step-by-step-section .card {
    border-radius: 6px;
    padding: 4rem 0;
    place-self: center;
    background-color: #fff;
    font-family: sans-serif;
    box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.3);
    max-width: 80%;
    width: 100%;
    margin: 0 auto;
}

.step-by-step-section .steps {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.step-by-step-section .step {
    width: 100%;
}

.step-by-step-section .step__info {
    padding: 1rem 0.5rem;
    color: #000;
}
.main-heading{
color: #a2ce2a;
font-size: 30px;
line-height: 60px;
}
.short-description{
font-size: 20px;
line-height: 40px;
color: #000;
}
.description{
    color: #858080;
    font-size: 16px;
line-height: 30px;
}
.window-approach h1{
    color: #a2ce2a;
font-size: 250px;
font-family: "Montserrat", sans-serif;
}
.window-approach .the-text{
    margin-bottom: -50px;
    font-size: 62px;
}
.window-approach .approach-text{
    margin-top: -50px;
    font-size: 62px;
}

.approach-1,
.approach-2,
.approach-3{
    width: 300px;
    justify-content: space-between;
    align-items: center;
}

.approach span{
    font-size: 30px;
}
.approach-wrap{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.why-window-section{
    padding: 20px 0;
}

/* why type window Style */

.why-type-window-section{
background-color: #a2ce2a;
padding: 50px 0;
}
.why-type-window-section .window-approach .main-heading,
.why-type-window-section .main-heading{
color: #fff;
}
.why-type-window-section .description{
    color: #4a4a4a;
}

.why-type-window-section .component img{
border-radius: 50%;
}

.component-wrap{
    gap: 100px;
    padding: 30px 0;
}
.component-text{
padding: 20px 0;
font-size: 20px;
font-weight: 800;
color: #fff;
text-transform: uppercase;
}



/* Tye of Windows */

#typeOfWindowTab, #typeOfWindowTab * {
    transition: all 0.25s;
}
#typeOfWindowTab .out-wrap {
    position: relative;
    padding: 30px;
    box-shadow: 0 0px 15px -2px rgb(165 205 57);
    width: 100%;
    margin: 50px auto;
    /* background: #4a4a4a; */
}
#typeOfWindowTab .out-wrap #tabs {
    border-bottom: 0;
    margin: 0 -50px 20px;
    background: #7ea516 ;
    display: flex;
    overflow-x: scroll;
    overflow-y: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    flex-wrap: nowrap !important;
}
#typeOfWindowTab .out-wrap #tabs::-webkit-scrollbar {
    display: none;
}
#typeOfWindowTab .out-wrap #tabs li {
    width: auto;
    white-space: nowrap;
    flex: 1;
    text-align: center;
    padding: 10px;
}
#typeOfWindowTab .out-wrap #tabs li a {
    border: 0;
    border-radius: 0;
    cursor: pointer;
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    padding: 5px 10px;
}
#typeOfWindowTab .out-wrap #tabs li a:hover,
#typeOfWindowTab .out-wrap #tabs li a:focus  {
    background: #ddd;
    color: #303030;
}
#typeOfWindowTab .out-wrap #tabs li.active a {
    background: #fff;
    color: #3d5a68;
    padding: 5px 10px;
}
#typeOfWindowTab .out-wrap .tab-content {
    overflow: hidden !important;
    padding: 25px 10px 0;
    height: 100% !important;
}
.tab-content > .active {
    display: block;
    font-size: 18px;
    color: #FFD;
}

#typeOfWindowTab .tab-content h4{
    color: #7ea516;
    font-size: 20px;
}

#typeOfWindowTab h4.performance-title{
    color: #fff;
    font-size: 17px;
background-color: #a2ce2a;
border-radius: 50px;
width: fit-content;
padding: 5px 25px;
}

#typeOfWindowTab .tab-content li{
    color: #4a4a4a;
}

.list-of-performance img{
    width: 35px;
    height: 35px;
    margin-right: 10px;
    filter: brightness(0) saturate(100%) invert(79%) sepia(8%) saturate(3057%) hue-rotate(31deg) brightness(94%) contrast(95%);
}
.list-of-performance span{
    font-size: 17px;
    color: #a2ce2a;
    margin-top: 5px;
    white-space: nowrap;
    font-weight: 600;
}
.list-of-performance li{
    margin-bottom: 10px;
}
.list-of-performance li .performance-name{
    width: 218px;
}
.list-of-performance .performance{
margin-left: 20px;
}
.list-of-performance .performance img{
    width: 20px;
    height: 20px;
    }
.window-type-img-setion{
    display: flex;
    padding-right: 35px;
}

/* Window Frame */

.pro-tip-wrap img{
    width: 50px;
    height: 50px;
    margin-right: 15px;
}
.did-know-wrap img{
    width: 50px;
    height: 50px;
    margin-right: 15px;
}
.did-know-wrap p{
border-bottom: 1px solid #000;
padding-bottom: 15px;
}

.pro-tip-wrap h6,
.did-know-wrap h6{
    font-size: 16px;
    color: #a2ce2a;
    font-weight: 800;
}

.pro-tip-wrap p,
.did-know-wrap p{
    font-size: 14px;
    color: #000;
    font-weight: 500;
}

.pro-tip-wrap span,
.did-know-wrap span{
    font-size: 14px;
    color: #999999;
    font-weight: 500;
}

.frame-build,
.frame-color{
    position: relative;
}
.frame-build span,
.frame-color span{
position: absolute;
bottom: 4px;
left: 115px;
background-color: #a2ce2a;
padding: 5px 12px;
color: #fff;
}

.type-of-glass-content h6{
    font-size: 16px;
    color: #a2ce2a;
    font-weight: 800;
}
.color-wrap{
    padding-left: 0;
}
.color-item{
    width: 50px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}

.green{
    background-color: #007236;
} 

.grey{
    background-color: #A7A9AC;
}
.brown{
    background-color: #A97141;
}

.navi-blue{
    background-color: #2B378D;
}
.grey-grident{
    background-image: linear-gradient(180deg, #E3E4E5 37%,#D0D1D3, #B0B2B4);
}
.white-grident{
    background-image: linear-gradient(180deg,#f0eded 30%,#F7FAFC, #D6E8EF );
}

.type-of-glass-wrapper .did-know-wrap p,
.hardware-wrap  .did-know-wrap p{
    border-bottom: none;
}

.glass-fitment-wrap .pro-tip-wrap p{
    border-bottom: 1px solid #000;
    padding: 10px 0;
}
.x4-text{
font-size: 100px;
color: #7ea516;
font-weight: 900;
}

.glass-fitment-wrap{
    border-left: 1px solid #ccc;
    padding-left: 50px;
}
.glass-strength-wrap{
    border-top: 1px solid #ccc;
}
.hardware-component img{
    width: 100%;
    height: 100%;
    box-shadow: 1px 1px 1px 1px #eee;
}
.hardware-component .col-md-12{
    height: fit-content;
}
.hardware-component .col-md-12 img{
object-position: 0% 20%;
height: 70%;
object-fit: cover;
}
.hardware-component h5{
    font-size: 20px;
color: #7ea516;
font-weight: 900;
text-align: center;
padding: 15px;
}

.main-hardware-component-img{
    height: 100%;
    object-fit: cover;
    object-position: -891px 0px;
}

/*============= Process Style ====================== */
#processWrap{
    margin-top: 100px;
}
#processWrap h3{
    font-size: 30px;
    color: #7ea516;
    font-weight: 900;
    margin: 20px 0;
    border-radius: 10px;
    border: 1px solid #aac956;
    width: fit-content;
    padding: 5px 20px;
}

.road-map-main {
    margin: 50px 0 51px;
}
.road-map-main .road-map-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 175px;
}
@media (max-width: 991px) {
    .road-map-main .road-map-wrapper {
        margin-bottom: 25px;
        height: auto;
        display: block;
   }
}
.road-map-main .road-map-wrapper::before {
    content: "";
    width: 100%;
    clear: both;
    display: block;
}
.road-map-main .road-map-wrapper::after {
    content: "";
    width: 100%;
    clear: both;
    display: block;
}
.road-map-main .road-map-wrapper .road-map-circle {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 25px solid transparent;
    border-top-color: #4a4a4a;
    border-right-color: #4a4a4a;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(45deg);
}
@media (max-width: 992px) {
    .road-map-main .road-map-wrapper .road-map-circle {
        position: unset;
        border: 25px solid #4a4a4a;
   }
}
.road-map-main .road-map-wrapper .road-map-circle .road-map-circle-text {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    /* background-color: #eb0d0d; */
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    text-transform: capitalize;
    color: #000;
    box-shadow: 0px 0px 10px 5px #000 21;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(-45deg);
}
.road-map-main .road-map-wrapper .road-map-card {
    width: 35%;
    background: #4a4a4a;
    padding: 20px 20px;
    z-index: 1;
    position: absolute;
    right: 0;
    border-radius: 5px;
}
.road-map-main .road-map-wrapper .road-map-card::before {
    content: "";
    width: 25%;
    height: 20px;
    background: #4a4a4a;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -23%;
    z-index: -1;
}
@media (max-width: 991px) {
    .road-map-main .road-map-wrapper .road-map-card {
        width: 100%;
        margin-top: 30px;
        position: unset;
   }
    .road-map-main .road-map-wrapper .road-map-card::before {
        content: "";
        width: 20px;
        height: 30%;
        top: 50%;
        transform: translateX(-50%);
        left: 50%;
   }
}
@media (max-width: 425px) {
    .road-map-main .road-map-wrapper .road-map-card {
        top: 45%;
   }
}
.road-map-main .road-map-wrapper .road-map-card .card-head {
    font-size: 30px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 0 15px;
    color: #a2ce2a;
}
.road-map-main .road-map-wrapper .road-map-card .card-text {
    color: #fff;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 18px;
}
@media (max-width: 1199px) {
    .road-map-main .road-map-wrapper .road-map-card .card-text {
        -webkit-line-clamp: 4;
   }
}
.road-map-main .road-map-wrapper:nth-of-type(even) .road-map-circle {
    border-bottom-color: #4a4a4a;
    border-left-color: #4a4a4a;
    border-top-color: transparent;
    border-right-color: transparent;
}
@media (max-width: 991px) {
    .road-map-main .road-map-wrapper:nth-of-type(even) .road-map-circle {
        border-color: #4a4a4a;
   }
}
.road-map-main .road-map-wrapper:nth-of-type(even) .road-map-card {
    left: 0;
}
.road-map-main .road-map-wrapper:nth-of-type(even) .road-map-card::before {
    right: -23%;
    left: unset;
}
@media (max-width: 991px) {
    .road-map-main .road-map-wrapper:nth-of-type(even) .road-map-card::before {
        content: "";
        width: 20px;
        height: 30%;
        top: 50%;
        transform: translateX(-50%);
        left: 50%;
   }
}
@media (max-width: 425px) {
    .road-map-main .road-map-wrapper:nth-of-type(even) .road-map-card::before {
        top: 45%;
   }
}


/* Galery Style */
.main-gallery-content{
    /* height: 100vh; */
    margin: 15% auto;
}
.main-gallery-content .container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1rem;
    justify-content: center;
    align-items: center;
}
.main-gallery-content .img-card-wrap {
    color: #252a32;
    border-radius: 2px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
}
.main-gallery-content .card-image {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 70%;
    background: #fff;
}
.main-gallery-content .card-image img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media only screen and (max-width: 600px) {
    .main-gallery-content .container {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 1rem;
   }
}


.thankyou_message{
    margin-top: 50px;
}
.thankyou_message h2{
    font-size: 16px;
}

#windowFrame .carousel-item.active img{
height: 100%;
}
#windowFrame .carousel-item.active{
    height: 100vh;
    width: fit-content;
object-fit: cover;
}


.home-main-content-wrap p {
    font-size: 3rem;
    padding: 0.5rem;
    font-weight: bold;
    letter-spacing: 0.1rem;
    text-align: center;
    overflow: hidden;
  }
  .home-main-content-wrap p span.typed-text {
    font-weight: normal;
    color: #000;
  }
  
  .home-main-content-wrap p span.cursor {
    display: inline-block;
    background-color: #ccc;
    margin-left: 0.1rem;
    width: 3px;
    animation: blink 1s infinite;
  }
  .home-main-content-wrap p span.cursor.typing {
    animation: none;
  }
  @keyframes blink {
    0% {
      background-color: #ccc;
    }
    49% {
      background-color: #ccc;
    }
    50% {
      background-color: transparent;
    }
    99% {
      background-color: transparent;
    }
    100% {
      background-color: #ccc;
    }
  }
  