@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root
{
    --poppins: "Poppins", sans-serif;
    --white_smoke: #f5f6f7;
}

::-webkit-scrollbar
{
    width: 5px;
}

::-webkit-scrollbar-track
{
    background: #ffffff;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb
{
    background: var(--primary-color) !important;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover
{
    background: var(--secondary-color) !important;
}

body
{
    font-family: var(--poppins);
    font-style: normal;
}

.poppins
{
    font-family: var(--poppins);
    font-weight: 100;
    font-style: normal;
}

.primary-color
{
    color: var(--primary-color) !important;
}

.secondary-color
{
    color: var(--secondary-color) !important;
}

.tertiary-color
{
    color: var(--tertiary-color) !important;
}

.quaternary-color
{
    color: var(--quaternary-color) !important;
}

.bg-primary
{
    background-color: var(--primary-color) !important;
}

.bg-secondary
{
    background-color: var(--secondary-color) !important;
}

.bg-tertiary
{
    background-color: var(--tertiary-color) !important;
}

.bg-quaternary
{
    background-color: var(--quaternary-color) !important;
}

.fs-sm
{
    font-size: small;
}

.ts-justify
{
    text-align: justify;
}

.box-shadow
{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}






/* ---------------------------------------------- */
.card
{
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    transition: all 1.5s ease;
}

.card:hover
{
    box-shadow: 0px 9px 30px rgba(255, 149, 5, 0.3);
}

.card .card-img-top,
.card .card-img
{
    transition: all 1.5s ease;
}

.card:hover .card-img-top,
.card:hover .card-img
{
    transform: scale(1.08);
}

.card:hover .button-effect
{
    color: var(--secondary-color);
}

/* ---------------------------------------------- */




/* Header */
header .navbar {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}

header .nav-link
{
    color: #2d3641 !important;
}

header .nav-link:hover,
header .nav-link.active,
header .nav-link:focus
{
    color: var(--secondary-color) !important;
}


header .dropdown:hover .dropdown-menu
{
    display: block;
}

.search-modal .form-control
{
    border: 2px solid var(--primary-color);
    padding: 1rem;
    font-size: 1.2rem;
}

.search-modal input[type="text"]:focus
{
    box-shadow: none;
}

.search-modal .btn-close
{
    margin-top: 2px;
}

.search-result-item
{
    transition: all 0.2s;
}

.search-result-item:hover
{
    background-color: #f8f9fa;
}

.search-result-item img
{
    width: auto;
    height: 40px;
    object-fit: cover;
    margin-right: 1rem;
    border-radius: 4px;
}

.no-results
{
    padding: 2rem;
    text-align: center;
    color: #666;
}








/* Footer */
/* ---------------------------------------------- */
footer h4,
footer hr,
footer a,
footer p
{
    color: #b9d3f6 !important;
}

footer .col:hover h4,
footer .col:hover hr
{
    transition: all 0.5s ease-in-out;
    color: var(--secondary) !important;
}

footer a:hover
{
    color: var(--secondary) !important;
}

footer .company_description,
footer .copyright,
footer .developed-by
{
    font-size: smaller;
    text-align: justify;
}

footer a span
{
    font-size: small !important;
    transition: all 0.5s ease-in-out;
}

footer a:hover span
{
    transition: all 0.5s ease-in-out;
    margin-left: 7px !important;
}

/* ---------------------------------------------- */




.floating-call-box
{
    position: fixed;
    top: 70%;
    right: 0;
    background-color: #ffffff;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

.floating-call-box .call-label
{
    background-color: var(--tertiary-color);
    color: black;
    font-size: 14px;
    padding: 4px 8px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.floating-call-box .call-number a
{
    font-size: 20px;
    font-weight: 700;
    color: var(--primary-color) !important;
}












































/* Form Element Style */
.select2-container .select2-selection--single
{
    height: calc(2.375rem + 2px);
    display: flex;
    align-items: center;
    padding: 0 !important;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
}

.form-select-lg + .select2-container .select2-selection--single
{
    height: calc(2.875rem + 2px);
    padding: 0;
    border: 1px solid #ced4da;
    border-radius: 0.575rem;
    display: flex;
    align-items: center;
}

.select2-container--default .select2-selection--single .select2-selection__rendered
{
    line-height: calc(2.375rem);
    padding-left: 0.75rem;
    padding-right: 1.5rem;
}

.form-select-lg + .select2-container .select2-selection--single .select2-selection__rendered
{
    line-height: 2.875rem;
    padding-left: 0.75rem;
    padding-right: 1.5rem;
}


.select2-container--default .select2-selection--single .select2-selection__arrow
{
    height: 100%;
    top: 0;
    right: 0.75rem;
}

.form-select-lg + .select2-container .select2-selection--single .select2-selection__arrow
{
    height: 100%;
    top: 0;
    right: 0.75rem;
}

.select2-container--default .select2-search--dropdown
{
    padding: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field
{
    border: none;
    outline: 1px solid #ced4da;
}



input[type="text"],
input[type="email"],
textarea.form-control
{
    box-shadow: none;
    /* border: 1px solid var(--dark_orange); */
}

input[type="text"]:focus,
input[type="email"]:focus,
textarea.form-control:focus
{
    box-shadow: none;
    /* border: 1px solid var(--primary-color); */
}

input:focus::placeholder
{
    color: var(--dark_blue) !important;
    transform: translateX(7px);
    transition: all 0.5s ease-in-out;
}

button[type="submit"]
{
    background-color: var(--light-dark);
    color: var(--white_smoke);
}

button[type="submit"]:hover
{
    background-color: var(--dark_orange);
}

.asterisk::after
{
    content: "*";
    color: red;
    margin-left: 3px;
}



















/* Search Bar */
.search-bar select:nth-of-type(1) + .select2-container .select2-selection--single
{
    background-color: #bff0ff;
    border: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.search-bar select:nth-of-type(2) + .select2-container .select2-selection--single
{
    background-color: #c9c9c9;
    border: none;
    border-radius: 0;
}

.search-bar select:nth-of-type(3) + .select2-container .select2-selection--single
{
    background-color: #e4e4e4;
    border: none;
    border-radius: 0;
}

.search-bar .select2-container--default .select2-selection--single .select2-selection__placeholder
{
    color: black;
    font-style: italic;
    font-weight: bold;
}


.search-bar input,
.search-bar input:focus
{
    background-color: #e4e4e4;
    border: none;
    border-radius: 0;
}

.search-bar button
{
    background-color: #e4e4e4 !important;
    border: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}







.faq .accordion-item,
.faq .accordion-button
{
    box-shadow: none;
}

.faq .accordion-button:not(.collapsed)
{
    background-color: #bff0ff;
}

.faq .accordion-button.collapsed::after
{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='darkblue' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
}

.faq .accordion-button:not(.collapsed)::after
{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='red' class='bi bi-x' viewBox='0 0 16 16'%3E%3Cpath d='M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}






















.video-container
{
    cursor: pointer;
}

.video-container .play-button-overlay
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.1);
}

.video-container .button
{
    display: inline-block;
    position: relative;
    text-decoration: none;
}

.video-container .button.is-play
{
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    width: 70px;
    height: 70px;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.2);
}

.video-container .video-container:hover .button.is-play
{
    transform: scale(1.05);
    background: rgba(255, 255, 255, 0.25);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.3);
}

.video-container .button-outer-circle
{
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.video-container .button-icon
{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    transform: translate(-50%, -50%);
}

@keyframes fadeInOut
{
    0%
    {
        opacity: 0.7;
    }

    50%
    {
        opacity: 1;
    }

    100%
    {
        opacity: 0.7;
    }
}

@keyframes trianglePulse
{
    0%
    {
        transform: translate(-50%, -50%) scale(1);
    }

    50%
    {
        transform: translate(-50%, -50%) scale(1.1);
    }

    100%
    {
        transform: translate(-50%, -50%) scale(1);
    }
}

@keyframes smallScale
{
    from
    {
        transform: scale(1);
        opacity: 1;
    }

    to
    {
        transform: scale(1.5);
        opacity: 0;
    }
}

.video-container .triangle
{
    animation: fadeInOut 2s infinite ease-in-out;
}

.video-container .path
{
    stroke-dasharray: 90;
    animation: triangleStroke 3s infinite ease-in-out;
}

@keyframes triangleStroke
{
    0%
    {
        stroke-dashoffset: 90;
    }

    50%
    {
        stroke-dashoffset: 0;
    }

    100%
    {
        stroke-dashoffset: 90;
    }
}

.video-container .has-scale-animation
{
    animation: smallScale 3s infinite;
}

.video-container .has-delay-short
{
    animation-delay: 0.5s;
}

.video-container .button-icon
{
    animation: trianglePulse 2s infinite ease-in-out;
}

.video-container .video-container video
{
    display: block;
    width: 100%;
}

/* Custom Button */
.btn-custom
{
    margin: 10px;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    border-radius: 10px;
    border: 0px;
    font-weight: 600;
    box-shadow: 0px 0px 14px -7px #3a7bd5;
    background-image: linear-gradient(45deg, #00d2ff 0%, #3a7bd5 51%, #00d2ff 100%);
    /* box-shadow: 0px 0px 14px -7px #ffc107;
    background-image: linear-gradient(45deg, #ff9100 0%, #ffc107 51%, #ff9100 100%); */
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.btn-custom:hover
{
    background-position: right center;
    color: #fff;
    text-decoration: none;
}

.btn-custom:active
{
    transform: scale(0.95);
}

.btn-custom span
{
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.btn-custom span:after
{
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}

.btn-custom:hover span
{
    padding-right: 15px;
}

.btn-custom:hover span:after
{
    opacity: 1;
    right: 0;
}

/* Error Page */
.error-code
{
    font-size: 6rem;
    background: linear-gradient(135deg, #3a7bd5 0%, #00d2ff 100%);
    background: linear-gradient(135deg, #ffc107 0%, #ff9100 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
    animation: float 3s ease-in-out infinite;
    animation: glow 2s ease-in-out infinite alternate;
}

@keyframes float
{

    /* 0%
    {
        transform: translateY(0);
    }

    50%
    {
        transform: translateY(-10px);
    }

    100%
    {
        transform: translateY(0);
    } */
    0%
    {
        transform: scale(1);
    }

    50%
    {
        transform: scale(1.05);
    }

    100%
    {
        transform: scale(1);
    }
}

@keyframes glow
{
    from
    {
        text-shadow: 0 0 5px rgba(255, 193, 7, 0.3);
    }

    to
    {
        text-shadow: 0 0 15px rgba(255, 193, 7, 0.5);
    }
}

.error-title
{
    color: #333446;
}










/* ---------------------------------------------- */
.contact
{
    background-color: #f5f6f7;
}

.mapouter
{
    position: relative;
    text-align: right;
    height: 400px;
    width: 100%;
}

.gmap_canvas
{
    overflow: hidden;
    background: none !important;
    height: 400px;
    width: 100%;
}

.contact .contact-container
{
    background-color: #f5f6f7;
    box-shadow: -4px -2px 4px 0px #ffffff, 4px 2px 6px 0px #DFE4EA;
    border: 3px solid #f5f6f7 !important;
    transition: all .5s ease-in-out;
}

.contact .card
{
    background-color: #f5f6f7;
}

.contact h5
{
    color: var(--primary-color) !important;
}

.contact a
{
    color: var(--primary-color) !important;
}

.contact a:hover
{
    color: var(--primary-color) !important;
}

.contact a:hover span
{
    transition: all .5s ease-in-out;
    margin-left: 7px !important;
}

.contact input[type="text"],
.contact input[type="email"]
{
    border: 1px solid var(--primary-color);
    background-color: #f5f6f7;
    box-shadow: -4px -2px 4px 0px #ffffff, 4px 2px 6px 0px #dfe4ea;
}

.contact input[type="text"]:focus,
.contact input[type="email"]:focus
{
    box-shadow: none;
    border: 1px solid var(--primary-color);
}

.contact textarea.form-control
{
    border: 1px solid var(--primary-color);
    background-color: #f5f6f7;
    box-shadow: -4px -2px 4px 0px #ffffff, 4px 2px 6px 0px #dfe4ea;
}

.contact textarea.form-control:focus
{
    box-shadow: none;
    border: 1px solid var(--primary-color);
}

.contact input:focus::placeholder
{
    color: var(--primary-color) !important;
    transform: translateX(7px);
    transition: all .5s ease-in-out;
}

.asterisk::after
{
    content: "*";
    color: red;
    margin-left: 3px;
}

.contact .social-icon a
{
    background-color: #f5f6f7;
    box-shadow: inset -4px -2px 2px 0px #ffffff, inset 4px 2px 4px 0px #dfe4ea;
    border: 2px solid #f5f6f7;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.contact .social-icon a:hover
{
    box-shadow: -4px -2px 4px 0px #ffffff, 4px 2px 6px 0px #dfe4ea;
}

.contact .social-icon .bi
{
    margin-left: 6px;
}

.contact .social-icon .bi:hover
{
    color: var(--primary-color);
    transition: all 0.3s ease-in-out;
}

.contact .bi-facebook
{
    color: #087aea;
}

.contact .bi-linkedin
{
    color: #0f8ac2;
}

.contact .bi-twitter
{
    color: #1da1f2;
}

.contact .bi-instagram
{
    color: #ff0d4e;
}

.contact .bi-youtube
{
    color: #ff0000;
}

.contact .bi-whatsapp
{
    color: #2cd43c;
}

.contact a:hover .bi
{
    color: #000000;
}

.timeline-icon
{
    color: rgb(227, 227, 238);
    background-color: var(--primary-color);
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px 0px, rgba(0, 0, 0, 0.24) 0px 1px 2px 0px;
}

.contact-details .vr
{
    opacity: 1;
    border: 2px solid var(--primary-color);
}

/* ---------------------------------------- */















/* ---------------------------------------------- */
.blog img
{
    transition: all 0.5s ease-in-out;
}

.img-container
{
    box-shadow: -4px -2px 4px 0px #ffffff, 4px 2px 6px 0px #dfe4ea;
}

.blog:hover img
{
    transform: scale(1.05);
}

.blog .content
{
    box-shadow: 4px 2px 6px 0px #dfe4ea;
    transition: all 0.5s ease-in-out;
}

.blog:hover .content
{
    box-shadow: 0px 9px 30px rgba(255, 149, 5, 0.3);
}

.blog .category
{
    background-color: #0C134F;
}

/* ---------------------------------------------- */
















/* ---------------------------------------------- */
.team-profile .card
{
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.team-profile .angled-header
{
    height: 40px;
    margin-bottom: -25px;
}

.team-profile .angled-header::after
{
    content: "";
    position: absolute;
    bottom: -18px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    transform: skewY(-5deg);
    z-index: 1;
}

@media only screen and (max-width: 450px)
{
    .team-profile h6
    {
        font-size: small;
    }

    .team-profile p
    {
        font-size: x-small !important;
    }
}

/* ---------------------------------------------- */


















/* ---------------------------------------------- */
.service .card
{
    transition: all 0.5s ease-in-out;
}

.service .card:hover
{
    box-shadow: 0px 9px 30px rgba(255, 149, 5, 0.3);
}

.service .card .card-img-top
{
    transition: all 1s ease-in-out;
}

.service .card:hover .card-img-top
{
    transform: scale(1.08);
}

.service .icon-link i
{
    color: var(--primary-color) !important;
}

.service .icon-link:hover i
{
    color: var(--secondary-color) !important;
}

/* ---------------------------------------------- */
.service-details .service-list
{
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}

.service-details .service-list .title,
.service-details .service-list .icon
{
    transition: all 1s ease;
}

.service-details .service-list .title
{
    font-size: 17px;
    width: 83%;
}

.service-details .service-list:hover .title
{
    background-color: var(--primary-color);
    color: var(--white_smoke);
}

.service-details .service-list .icon
{
    background-color: var(--primary-color);
    width: 17%;
}

.service-details .service-list:hover .icon
{
    background-color: var(--secondary-color);
}

.service-details .info .icon
{
    width: 10%;
    color: var(--primary-color);
}

.service-details .info .title
{
    width: 90%;
}

.expertise .card
{
    box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
    transition: all 1s ease-in-out;
}

.expertise .card:hover
{
    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
    transform: translateY(-5px);
}

.faq-section2 .accordion-item,
.faq-section2 .accordion-button
{
    background-color: white !important;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}

.faq-section2 .accordion-button i
{
   box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}

.faq-section .accordion-button.collapsed::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='darkblue' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
}

.faq-section .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='red' class='bi bi-x' viewBox='0 0 16 16'%3E%3Cpath d='M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}
/* ---------------------------------------------- */






















/* ---------------------------------------------- */
.project .project-container
{
    background-color: #f5f6f7;
    box-shadow: -4px -2px 4px 0px #ffffff, 4px 2px 6px 0px #dfe4ea;
}

.project .project-container img
{
    transition: all 0.5s ease-in-out;
}

.project .project-container:hover img
{
    transform: scale(1.05);
    filter: grayscale(100%);
}

.project .project-container .overlay-tag
{
    background-color: var(--dark-green);
}

.project .project-container .overlay-title
{
    background-color: var(--light-green);
}

.project .overlay-tag
{
    position: absolute;
    bottom: 19%;
    transition: bottom 0.5s ease 0.5s;
}

.project .project-container:hover .overlay-tag
{
    bottom: 22%;
    transition: bottom 0.5s ease 0s;
}

.project .overlay-title
{
    position: absolute;
    bottom: 11%;
    transition: bottom 0.5s ease 0s;
}

.project .project-container:hover .overlay-title
{
    bottom: 14%;
    transition: bottom 0.5s ease 0.5s;
}

@media screen and (max-width: 400px)
{
    .project .project-container img
    {
        height: 200px !important;
    }

    .project .project-container .overlay-tag
    {
        font-size: x-small !important;
    }

    .project .project-container .overlay-title
    {
        font-size: xx-small;
    }

    .project .overlay-title
    {
        bottom: 6%;
    }

    .project .project-container:hover .overlay-title
    {
        bottom: 9%;
    }
}

/* ---------------------------------------------- */









/* ---------------------------------------------- */
.product-category h5,
.product-category .badge
{
    background-color: var(--primary-color) !important;
}

.product-category .neumorphism_light
{
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    border: none;
}

.products .card {
    box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px, rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.04) 0px 6px 6px -3px, rgba(14, 63, 126, 0.04) 0px 12px 12px -6px, rgba(14, 63, 126, 0.04) 0px 24px 24px -12px;
}

/* ---------------------------------------------- */
.product-details .mySwiper .swiper-slide
{
    cursor: pointer;
}

.product-details .main-image
{
    cursor: crosshair;
    position: relative;
}

.product-details .zoom-window
{
    display: none;
    position: absolute;
    border: 2px solid var(--light-green);
    width: 150px;
    height: 150px;
    overflow: hidden;
    z-index: 100;
    background-repeat: no-repeat;
}

.product-details .btn-style
{
    background-color: #ee5007;
    cursor: pointer;
}

.product-details .btn-style:hover
{
    background-color: #232331;
}

.product-details .description
{
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}

.product-details .description h6
{
    color: var(--primary-color);
}

.image_container .row .col
{
    background-color: #ecf2ff;
}

.product-details .nav-link
{
    background-color: #232331;
    color: white;
}

.product-details .nav-link.active,
.product-details .nav-link:focus,
.product-details .nav-link:hover
{
    background-color: var(--secondary-color);
    color: white;
}

.bloTab
{
    background-color: var(--primary-color);
}

.bloTab .nav-link
{
    color: var(--white_smoke);
}

.bloTab .nav-link.active
{
    background-color: var(--primary-color);
}

.list-style
{
    background-color: var(--white_smoke);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px,
        rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    transition: all 0.5s ease;
}

.list-style:hover
{
    box-shadow: 0px 16px 48px 0px rgba(0, 0, 0, 0.176);
}
/* ---------------------------------------------- */











/* ---------------------------------------------- */
.home-slider .carousel-control-prev,
.home-slider .carousel-control-next
{
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.home-slider:hover .carousel-control-prev
{
    opacity: 1;
    transform: translateX(-20px);
}

.home-slider:hover .carousel-control-next
{
    opacity: 1;
    transform: translateX(20px);
}

.home-slider .card-img-overlay .card-title
{
    color: var(--secondary);
}

.home-slider .overlay-img
{
    animation: upDownAnimation 2.5s infinite alternate ease-in-out;
    right: 100px;
    bottom: 40px;
    max-height: 280px;
}

@keyframes upDownAnimation
{
    from
    {
        transform: translateY(0);
    }

    to
    {
        transform: translateY(-20px);
    }
}

.home-slider .carousel-caption
{
    animation: caption 50s ease-in-out;
    width: 45% !important;
}

@keyframes caption
{
    0%
    {
        transform: translateX(700px);
    }

    5%
    {
        transform: translateX(-100px);
    }
}

@media screen and (max-width: 1000px)
{
    .home-slider .carousel-caption
    {
        width: 50% !important;
    }

    .home-slider .overlay-img
    {
        right: 40px;
        bottom: 30px;
        max-height: 220px;
    }
}

@media screen and (max-width: 400px)
{
    .home-slider .carousel-caption
    {
        width: 90% !important;
        margin-left: -30px;
    }

    .home-slider .carousel-caption .card-title
    {
        font-size: small;
        margin-bottom: -2px;
    }

    .home-slider .carousel-caption .card-text
    {
        font-size: x-small !important;
        margin-bottom: -25px;
    }

    .home-slider .carousel-caption a
    {
        font-size: x-small;
        margin-bottom: -55px;
        padding: 3px;
    }

    @keyframes caption
    {
        0%
        {
            transform: translateX(100px);
        }

        5%
        {
            transform: translateX(-10px);
        }
    }

    .home-slider .overlay-img
    {
        right: 40px;
        bottom: 80px;
        max-height: 120px;
    }
}


@keyframes zoom
{
    from
    {
        transform: scale(1.4, 1.4);
    }

    to
    {
        transform: scale(1, 1);
    }
}

.home-slider .card-img
{
    animation: zoom 10s !important;
}

/* ---------------------------------------------- */










/* ---------------------------------------------- */
.overview .card
{
    width: 60%;
    position: absolute;
    /* background: rgba(255, 255, 255, 0.15); */
    /* backdrop-filter: blur(9px); */
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-bottom: 3px solid var(--tertiary);
    transition: all .5s ease-in-out;
}

.overview .card:hover
{
    box-shadow: 0px 9px 30px rgba(255, 149, 5, 0.3);
}

.overview .card:nth-of-type(even)
{
    left: 10%;
}

.overview .card:nth-of-type(odd)
{
    right: 10%;
}

@media (max-width: 992px)
{
    .overview .card:nth-of-type(even)
    {
        left: 5%;
    }

    .overview .card:nth-of-type(odd)
    {
        right: 5%;
    }
}

@media (max-width: 576px)
{
    .overview .card:nth-of-type(even)
    {
        left: 4%;
    }

    .overview .card:nth-of-type(odd)
    {
        right: 4%;
    }
}

.overview .card-body
{
    position: relative;
    padding-bottom: 35px;
}

.overview .card:nth-of-type(even) .card-body .card-title
{
    text-align: right;
}

.overview .card:nth-of-type(even) .card-body img
{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.overview .card:nth-of-type(odd) .card-body img
{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.overview img
{
    position: absolute;
    max-height: 60px;
    max-width: 60px;
    border-radius: 50%;
}

/* ---------------------------------------------- */
.home-choose
{
    background-color: #f5f6f7;
    box-shadow: -4px -2px 4px 0px #ffffff, 4px 2px 6px 0px #dfe4ea;
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
}

.home-choose .list-group-item
{
    background-color: transparent;
}

.home-choose .list-group-item i,
.home-choose .title,
.home-choose .experience i
{
    color: var(--light-green);
}

.home-choose .progress-bar
{
    background-color: var(--light-green);
}

.home-choose .experience
{
    top: 100px;
    left: 500px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 20px;
}

@media only screen and (max-width: 400px)
{
    .home-choose .list-group-item span
    {
        font-size: small !important;
    }

    .home-choose
    {
        background-blend-mode: screen;
    }
}

/* ---------------------------------------------- */






/* ---------------------------------------------- */
.service-list-1 .card
{
    background-color: #f8f9fa;
    box-shadow: -4px -2px 4px 0px #ffffff, 4px 2px 6px 0px #dfe4ea;
}

.service-list-1 .card:hover
{
    background-color: #ffffff;
}

/* ---------------------------------------------- */






/* ---------------------------------------------- */
.progress-container
{
    background-color: lightgray;
}

.progress-bar-custom
{
    background-color: black;
    transition: width 2s ease-in-out;
}

.swiper-button-next::after,
.swiper-button-prev::after
{
    font-size: 1.2rem !important;
    font-weight: bolder;
    color: black;
}

.swiper-button-next:hover::after,
.swiper-button-prev:hover::after
{
    color: red;
}

/* ---------------------------------------------- */



































.timeline::before
{
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    width: 4px;
    background: #194f90;
    z-index: 0;
}

@media (max-width: 768px)
{
    .timeline::before
    {
        left: 20px;
        transform: translateX(0);
    }
}

.timeline-dot
{
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    background: #194f90;
}

@media (max-width: 768px)
{
    .timeline-content .row > div
    {
        text-align: left !important;
        padding-left: 50px;
    }

    .timeline-dot
    {
        top: 10px;
        left: 12px;
        transform: translateX(0);
    }

    .history .nav
    {
        top: 50px;
    }
}








/* ---------------------------------------------- */
.button-effect
{
    width: 100%;
    font-size: small;
    font-weight: 500;
    text-align: right;
    transition: all 0.5s;
    cursor: pointer;
    border: none;
}

.button-effect span
{
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.button-effect span:after
{
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}

.button-effect:hover span
{
    padding-right: 15px;
    color: var(--secondary);
}

.button-effect:hover span:after
{
    opacity: 1;
    right: 0;
}

/* ---------------------------------------------- */




















/* ---------------------------------------------- */
.contact-us-banner
{
    min-height: 350px;
    background-color: #c8ccd6;
    background-image: url(./bg-pattern.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-origin: border-box;
    background-clip: border-box;
    background-attachment: fixed;
}

.contact-us-banner .card,
.contact-us-banner .btn
{
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
    backdrop-filter: blur(4px);
    border: 1px solid rgba(255, 255, 255, 0.18) !important;
    transition: all 0.5s ease-in-out;
}

.contact-us-banner .card:hover
{
    border: 1px solid var(--primary-color) !important;
    box-shadow: 0 8px 32px 0 rgba(112, 128, 160, 0.6);
}

.contact-us-banner .btn:hover
{
    border: 1px solid var(--primary-color) !important;
}

/* ---------------------------------------------- */





















/* ---------------------------------------------- */
.floating-buttons a
{
    width: 40px;
    height: 40px;
    line-height: 40px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    transition: all 0.3s ease-in-out;
}

.floating-buttons .whatsapp
{
    background-color: #25D366;
}

.floating-buttons .messenger
{
    background-color: #0084FF;
}

.floating-buttons .phone
{
    background-color: #4CAF50;
}

.floating-buttons .facebook
{
    background-color: #1877F2;
}

.floating-buttons .youtube
{
    background-color: #FF0000;
}

.floating-buttons .twitter
{
    background-color: #000;
}

.floating-buttons a:hover
{
    opacity: 0.7;
    background-color: maroon;
}

/* ---------------------------------------------- */


























/* ---------------------------------------------- */
.video-playlist {
    background-color: #f5f6f7;
    box-shadow: -4px -2px 4px 0px #ffffff, 4px 2px 6px 0px #DFE4EA;
}

.video-playlist .nav-link video {
    width: 30%;
}

.video-playlist .playlist video {
    width: 35%;
}

.video-playlist video {
    width: 100%;
}

.video-playlist .nav-item {
    background-color: #f5f6f7;
    box-shadow: -4px -2px 4px 0px #ffffff, 4px 2px 6px 0px #DFE4EA;
}

.video-playlist .nav-item:hover {
    background-color: #d9dadd;
}

.video-playlist .nav-link.active {
    background-color: var(--primary-color);
    color: white;
}

.video-playlist .nav-link.active .video-title {
    color: white;
}

.video-playlist .video-title {
    color: #048486;
    text-align: justify;
    font-size: 13px;
}

.video-playlist .tab-content {
    background-color: #f5f6f7;
    box-shadow: -4px -2px 4px 0px #ffffff, 4px 2px 6px 0px #DFE4EA;
}

.video-playlist .serial-number {
    font-size: small;
}

.video-playlist .video-length {
    font-size: small;
}

.video-playlist .scroll-container {
    max-height: 900px;
    overflow-y: scroll;
}

/* ---------------------------------------------- */
