@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100&family=Stardos+Stencil:wght@400;700&display=swap');

.logo a img {
    width: 250px;
}

.photo-slide {
    padding: 50px 0;
}

.Width100per {
    height: 100%;
    position: relative;
}

.slide-txt {
    position: relative;
    text-align: center;
    width: 100%;
    height: 100%;
    /* display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; */
}

.textJustify {
    text-align: justify;
}

.about-text {
    padding: 50px 30px 10px 50px;
    /* border: 1px solid #d1d1d1; */

}

.About-box {
    background: #fff;
    position: relative;
    z-index: 2;
    transition: 0.3s;
    top: 45px;
}

.About-box:hover {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    transition: 0.3s;
}

.about-img {
    position: relative;
    right: 60px;
}

.marginZeroPzero {
    margin: 0;
    padding: 0;
}

.About-img-box {
    width: 100%;
    height: auto;
    position: relative;
}

.About-img-box img {
    width: 100%;
    height: auto;
}

.font-size30px {
    font-size: 30px;
    font-weight: 600;
}

.Font-Stardos {
    font-family: 'Stardos Stencil', cursive;
    font-weight: bold;
    font-size: 30px;
    color: #ea2629;
}

.margin-bottom-50 {
    margin-bottom: 50px !important;
}

.paddingTop30B30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.PositionRelative {
    position: relative;
}

.companyDetail-text {
    position: absolute;
    top: 10px;
    right: 10px;
}

.Uniform-img-Text {
    background-color: #ea2629;
}

/* About Us Section start */
.about-section {
    display: flex;
    justify-content: center;
    /* align-items: center; */
    min-height: 70vh;
    max-height: 450px;
}

.about-section .hero01 {
    display: grid;
    grid-template-columns: 4fr 1fr 4fr;
    grid-template-rows: 1fr 6fr 1fr;
    gap: 0px 0px;
    grid-auto-flow: row;
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
}

/* LEFT PART */
.left01 {
    grid-area: 1 / 1 / 3 / 3;
    border: 2px solid #ff3535;
    padding: 20px;
    background-color: #FFFFFF;
    position: relative;
}

.left01 h4 {
    text-transform: uppercase;
    font-size: clamp(20px, 5vw, 25px);
    font-weight: 650;
    white-space: nowrap;
}


/* RIGHT PART */
.right01 {
    grid-area: 2 / 2 / 4 / 4;
    border: 5px solid #ff3535;
    z-index: -1;
    position: relative;
}

.right01 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* LEFT AND RIGHT BANDS */
.left01::before,
.right01::before {
    content: '';
    position: absolute;
    top: 50%;
    height: 50%;
    width: 50vw;
    background: #ff3535;
}

.left01::before {
    left: 0;
    transform: translateY(-50%) translateX(-100%);
}

.right01::before {
    right: 0;
    transform: translateY(-50%) translateX(100%);
}

@media screen and (max-width: 450px) {
    .about-section .hero01 {
        grid-template-rows: 6fr 1fr 6fr;
    }

    .left01 {
        grid-area: 1 / 1 / 3 / 4;
    }

    .right01 {
        grid-area: 2 / 1 / 4 / 4
    }
}


/* Uniform Company Text */
@media (min-width:767px) {
    .Font-Stardos {
        font-size: 38px;

    }
}

.textUpper {
    text-transform: uppercase;
}

.marginT40 {
    margin-top: 40px;
}

.Font_Red {
    color: #ea2629e3;
    font-weight: 600;
}

.background-light-gray {
    background-color: #fbfbfb;
}

.background-White {
    background-color: #f9f9f9;
}

.image-Box121 {
    position: relative;
    width: 100%;
    height: 100%;
}

.image-Box121 img {
    background-size: cover;
    background-repeat: no-repeat;
}

.paddingMarginZero {
    padding: 0;
    margin: 0;
}

.whatdobox {
    padding: 20px 10px 0px 30px;
}

.whatdobox ul li {
    font-size: 14px;
}

.fontsize18 {
    font-size: 16px;
}

.button-box {
    width: 150px;
}

.basic-info a {
    color: #ff3535;
}

/* Uniform Section */
.video-wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

video {
    padding-top: 6%;
    object-fit: cover;
    width: 100%;
    height: 100%;
}





/* Uniform */
.portfolio-container {
    width: 1134px;
    max-width: 100%;
    margin: 0px auto;
    padding: 0 1.5em;
}

.Uniform-hero {
    /* height: 860px; */
    display: grid;
    grid-template-columns: repeat(12, minmax(10px, 1fr));
    grid-column-gap: 12px;
}

.hero--image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    grid-column: 1 / span 5;
}

.hero--bio {
    grid-column: 7 / span 6;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    padding-top: 70px;
}

.Uniform-Heading::before {
    content: "";
    width: 100px;
    height: 4px;
    position: absolute;
    background: #ea2629;
    left: -135px;
    top: 15px;
}

.basic-info {
    font-size: 15px;
    line-height: 155%;
}


.project-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 3em;
    gap: 4em;
}

.project-thumbnail {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: .2s ease;
    transition-property: all;
    transition-property: transform;
}

.project-thumbnail:hover {
    transform: scale(1.03);
}

.project-name {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.project-title {
    font-size: 1.4rem;
    color: var(--dark-grey);
    font-weight: bold;
}

.project-description {
    padding-block: 2em;
    line-height: 145%;
    max-width: 40ch;
}

.fontSize14 {
    font-size: 14px;
}

.padded-vertical-40 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.background-light-gray-services {
    background-color: #fff5f5;
}

.service-icon {
    width: 45px;
    position: relative;
    top: 6px;
    left: 6px;
}

.banner-text-shadow {
    text-shadow: 2px 2px 2px #000000;
    color: #f00;
    font-weight: 700;
    font-size: 45px;
}

.font-weight {
    font-weight: 550;
}

.Red_bg_linear-Gradient {
    background: linear-gradient(45deg, #ff35358f, #fb4444);
}

.Bag-image0box {
    width: 100%;
    /* height: 300px; */
}
.paddingZero{
    padding: 0;
}

.bag-text-box {
    width: 100%;
    height: 310px;
    display: flex;
    align-items: center;
}

.Color-White {
    color: #fff;
}

.aycralic-img-box {
    width: 100%;
    /* height: 300px; */

}

.aycralic-content-text {
    width: 100%;
    height: 300px;
}

.marginTop50 {
    margin-top: 20px;
}

.paddingLeftRight50 {
    padding-left: 50px;
    padding-right: 50px;
}

.marginTop20 {
    margin-top: 20px;
}

.margintop40 {
    margin-top: 50px;
}

.paddingBottom50 {
    padding-bottom: 50px;
}

.Banner-Button-bg {
    background: #ea2629e3;
}

.headinFont35 {
    font-size: 35px;
}

.padding-Top50 {
    padding-top: 30px;
}

.aycralic-img-box {
    box-shadow: 0 6px 7px 1px #8d8888;
}

.Fotter_link li {
    list-style: none;
    list-style: none;
    margin-bottom: 10px;
    font-size: 16px;
    padding-left: 6px;
}

.Contact_link li {
    list-style: none;
    display: flex;
}

.Contact_link li p {
    font-size: 14px;
}

.Contact_link li i {
    font-size: 20px;
    margin-right: 10px;
}

.Contact_link li {
    margin-top: 10px;
}

.marginBottomZero {
    margin-bottom: 0px !important;
}

.marginTop15 {
    margin-top: 15px;
}

.Color-Light-Black {
    color: #2a2a2a;
}

.padding-Top-60 {
    padding-top: 40px;
}

.aycralic-content-text {
    padding-top: 50px;
}

@media (min-width:767px) {
    .paddingLeftRight50px {
        padding-left: 50px;
        padding-right: 50px;
    }
}

/* Media Query */
@media (min-width:1200px) {
    .aycralic-content-text {
        width: 100%;
        height: 335px;
    }

    .aycralic-img-box {
        width: 100%;
        height: 335px;
    }

    .about-section {
        display: flex;
        align-items: center;
        min-height: 75vh;
        height: 427px;
    }

    .left01 {
        height: 450px;
    }

    .right01 {
        height: 440px;
    }

    .about-section .hero01 {
        max-width: 1200px;
        width: 100%;

    }
}

@media (min-width:1400px) {
    .about-section {
        display: flex;
        align-items: center;
        min-height: 80vh;
        height: 427px;
    }

    .left01 {
        height: 450px;
    }

    .about-section .hero01 {
        max-width: 1420px;
        width: 100%;

    }

    .portfolio-container {
        width: 1420px;
        max-width: 100%;
    }

    .basic-info {
        font-size: 18px;
        line-height: 155%;
    }

    .aycralic-img-box {
        width: 100%;
        height: 360px;
    }

    .aycralic-content-text {
        width: 100%;
        height: 360px;
    }

    .margintop40 {
        margin-top: 60px;
    }

    .right01 {
        height: 440px;
    }
}

@media (min-width:1490px) {
    .aycralic-content-text {
        width: 100%;
        height: 380px;
    }

    .aycralic-img-box {
        width: 100%;
        height: 380px;
    }

}

@media (min-width:1490px) {
    .aycralic-content-text {
        width: 100%;
        height: 400px;
    }

    .aycralic-img-box {
        width: 100%;
        height: 400px;
    }

}

@media (max-width:767px) {
    .about-section {
        min-height: 110vh;
        max-height: 500px;
    }

    .bag-text-box {
        height: 430px;

    }

    .left-space-lg {
        padding-left: 0px;
    }

    .paddingLeftRight50 {
        padding-left: 5px;
        padding-right: 5px;
    }



    .marginTop30mobile {
        margin-top: 30px;
    }

    .Mobile-Display-None {
        display: none;
    }

}



@media (max-width: 375px) {
    .about-section {
        min-height: 165vh;
        max-height: 506px;
    }
}

@media (min-width: 767px) {
    .paadding_left_right80 {
        padding: 40px 80px;
    }

    .paadding_left_right8040 {
        padding: 40px 80px;
    }
}

@media (max-width: 767px) {
    .paadding_left_right80 {
        padding: 30px 0px;
    }

    .paadding_left_right8040 {
        padding: 30px 0px;
    }

    .aycralic-content-text {
        width: 100%;
        height: 360px;
    }

    .aycralic-img-box {
        height: 190px;
    }

    .Uniform-hero {
        display: flex !important;
        flex-direction: column !important;
    }

    .hero--bio {
        padding-top: 30px;
    }
}

/* Our Services */
.Service-detail-text {
    margin-bottom: 10px;
    line-height: 20px;
    font-size: 14px;
}

.aycralic-img-box a img {
    height: 100%;
    width: 100%;
}

.marginLeft15Px {
    margin-right: 15px;
}

/* .slide-txt{
    background: rgba(255,255,255,0.6);
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #e7393b;
} */

.banner-text-red {
    color: #ffffff;
    font-weight: 700;
    font-size: 30px;
}

.waviy {
    position: relative;
    -webkit-box-reflect: below -40px linear-gradient(transparent, rgba(0, 0, 0, .2));
    font-size: 60px;
}

.waviy span {
    position: relative;
    display: inline-block;
    text-shadow: 2px 2px 2px #fff;
    color: #ff0000;
    font-weight: 700;
    font-size: 45px;
    text-transform: uppercase;
    animation: waviy 1s infinite;
    animation-delay: calc(.1s * var(--i));

}

@keyframes waviy {

    0%,
    40%,
    100% {
        transform: translateY(0)
    }

    20% {
        transform: translateY(-20px)
    }
}

/* About US */
.padded-vertical-190 {
    padding-top: 210px;
    padding-bottom: 190px;
}

.Aboutus-title {
    /* text-shadow: 2px 2px 2px #fff */
    color: #ffffff;
    font-weight: 550;

}

.timeline {
    position: relative;
    padding: 0;
    list-style: none;
}

.timeline:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    width: 2px;
    margin-left: -1.5px;
    content: "";
    background-color: #e9ecef;
}

.timeline>li {
    position: relative;
    min-height: 50px;
    margin-bottom: 50px;
}

.timeline>li:after,
.timeline>li:before {
    display: table;
    content: " ";
}

.timeline>li:after {
    clear: both;
}

.timeline>li .timeline-panel {
    position: relative;
    float: right;
    width: 100%;
    padding: 0 20px 0 100px;
    text-align: left;
}

.timeline>li .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li .timeline-image {
    position: absolute;
    z-index: 100;
    left: 0;
    width: 80px;
    height: 80px;
    margin-left: 0;
    text-align: center;
    color: white;
    border: 7px solid #e9ecef;
    border-radius: 100%;
    background-color: #ff3535;
}

.timeline>li .timeline-image h4,
.timeline>li .timeline-image .h4 {
    font-size: 10px;
    line-height: 14px;
    margin-top: 12px;
}

.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
    padding: 0 20px 0 100px;
    text-align: left;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li:last-child {
    margin-bottom: 0;
}

.timeline .timeline-heading h4,
.timeline .timeline-heading .h4 {
    margin-top: 0;
    color: inherit;
}

.timeline .timeline-heading h4.subheading,
.timeline .timeline-heading .subheading.h4 {
    text-transform: none;
}

.timeline .timeline-body>ul,
.timeline .timeline-body>p {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .timeline:before {
        left: 50%;
    }

    .timeline>li {
        min-height: 100px;
        margin-bottom: 80px;
    }

    .timeline>li .timeline-panel {
        float: left;
        width: 41%;
        padding: 0 20px 20px 30px;
        text-align: right;
    }

    .timeline>li .timeline-image {
        left: 50%;
        width: 100px;
        height: 100px;
        margin-left: -50px;
    }

    .timeline>li .timeline-image h4,
    .timeline>li .timeline-image .h4 {
        font-size: 13px;
        line-height: 18px;
        margin-top: 16px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        float: right;
        padding: 0 30px 20px 20px;
        text-align: left;
    }
}

@media (min-width: 992px) {
    .timeline>li {
        min-height: 150px;
    }

    .timeline>li .timeline-panel {
        padding: 0 20px 20px;
    }

    .timeline>li .timeline-image {
        width: 150px;
        height: 150px;
        margin-left: -75px;
    }

    .timeline>li .timeline-image h4,
    .timeline>li .timeline-image .h4 {
        font-size: 18px;
        line-height: 26px;
        margin-top: 30px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 20px 20px;
    }
}

@media (min-width: 1200px) {
    .timeline>li {
        min-height: 170px;
    }

    .timeline>li .timeline-panel {
        padding: 0 15px 15px 70px;
    }

    .timeline>li .timeline-image {
        width: 170px;
        height: 170px;
        margin-left: -85px;
    }

    .timeline>li .timeline-image h4,
    .timeline>li .timeline-image .h4 {
        margin-top: 40px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 70px 15px 15px;
    }
}

.page-section {
    padding: 6rem 0;
}

.page-section h2.section-heading,
.page-section .section-heading.h2 {
    font-size: 2.5rem;
    margin-top: 0;
    margin-bottom: 1rem;
}



.text-center {
    text-align: center !important;
}

.page-section h2.section-heading,
.page-section .section-heading.h2 {
    font-size: 2.5rem;
    margin-top: 0;
    margin-bottom: 1rem;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.rounded-circle {
    border-radius: 100%;
    height: 100%;
    width: 100%;
}

.padding_about {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 60px;
    padding-left: 60px;
}

.about_factory_image {
    width: 100%;
    height: 100%;
}

.About_sec_bg {
    background-image: url(../images/about/about2359.png);
    background-size: 100% 100%;
    width: auto;
    height: 100%;
    padding: 20px 50px 20px 40px;

}

.padding_top15 {
    padding-top: 15px;
}

.paddingR-50L-50 {
    padding-right: 50px;
    padding-left: 50px;
}

.font_size20 {
    font-size: 20px;
}

.margin-bottom-05 {
    margin-bottom: 05px;
}

.AboutUniformHeading {
    text-align: center;
    font-weight: 700;
    font-size: 20px;
}

.margin01-bottom-40 {
    margin-bottom: 40px;
}

.Banner-absolute-box {
    position: absolute;
    bottom: -40px;
    right: 10px;
    padding: 14px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
}

.DisplayFlexProperty {
    display: flex;
    justify-content: center;
}

.DisplayFlexProperty img {
    height: 150px;
    width: auto;
}

@media (max-width:767px) {
    .padding_about {
        padding-right: 0px;
        padding-left: 0px;
    }

    .font_size20 {
        font-size: 25px;
    }

    .About_sec_bg {
        padding: 20px 20px 20px 20px;
    }
}

@media (max-width:575px) {
    .bg-image {
        top: 90px;
    }

    .padded-vertical-190 {
        padding-top: 140px;
        padding-bottom: 10px;
        /* height: 149px; */
    }

    .About-Us-banner {
        height: 160px;
    }
    .Contact-Us-Banner{
        height: 160px;
    }

    .paddingR-50L-50 {
        padding-right: 0px;
        padding-left: 0px;
    }

    .logoHeader {
        position: relative;
        bottom: 8px;
        left: -30px;
    }
}

/* Contact Us */
.contact-info {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

.contact-info-icon {
    margin-bottom: 05px;
}

.contact-info-item {
    background: #d02426;
    padding: 10px 0px;
}

.contact-page-sec .contact-page-form h5 {
    color: #ff3535;
    text-transform: capitalize;
    font-size: 25px;
    font-weight: 700;
}

.contact-page-form .col-md-6.col-sm-6.col-xs-12 {
    padding-left: 0;
}

.contact-page-form.contact-form input {
    margin-bottom: 5px;
}

.contact-page-form.contact-form textarea {
    height: 110px;
}

.contact-page-form.contact-form input[type="submit"] {
    background: #ff3535;
    width: 150px;
    border-color: #ff3535;
}

.contact-info-icon i {
    font-size: 48px;
    color: #ffffff;
}

.contact-info-text p {
    margin-bottom: 0px;
}

.contact-info-text h5 {
    color: #fff;
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 10px;
}

.contact-info-text span {
    color: #ffffff;
    font-size: 16px;
    display: inline-block;
    width: 100%;
}

.contact-page-form input {
    background: #f9f9f9 none repeat scroll 0 0;
    border: 1px solid #f9f9f9;
    margin-bottom: 20px;
    padding: 12px 16px;
    width: 100%;
    border-radius: 4px;
}

.contact-page-form .message-input {
    display: inline-block;
    width: 100%;
    padding-left: 0;
}

.single-input-field textarea {
    background: #f9f9f9 none repeat scroll 0 0;
    border: 1px solid #f9f9f9;
    width: 100%;
    height: 120px;
    padding: 12px 16px;
    border-radius: 4px;
}

.single-input-field select {
    background: #f9f9f9 none repeat scroll 0 0;
    border: 1px solid #f9f9f9;
    margin-bottom: 20px;
    padding: 12px 16px;
    width: 100%;
    border-radius: 4px;
}

.single-input-fieldsbtn input[type="submit"] {
    background: #ff3535 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    padding: 10px 0;
    text-transform: capitalize;
    width: 150px;
    margin-top: 20px;
    font-size: 16px;
}

.single-input-fieldsbtn input[type="submit"]:hover {
    background: #ff3535;
    transition: all 0.4s ease-in-out 0s;
    border-color: #ff3535
}

.single-input-field h4 {
    color: #464646;
    text-transform: capitalize;
    font-size: 14px;
}

.contact-page-form {
    display: inline-block;
    width: 100%;
    margin-top: 30px;
}

.contact-page-map {
    margin-top: 36px;
}

.contact-page-form form {
    padding: 20px 15px 0;
}

.contact-page-sec {
    padding-top: 60px;
}

.contact-info-text a {
    color: #ffffff;
    font-size: 16px;
    display: inline-block;
    width: 100%;
    transition: 0.4s ease-in;
}

.contact-info-text a:hover {
    color: #000;
    transition: 0.4s ease-in;
}

/* Mobile View Responsive */
@media (max-width: 992px) {
    .aycralic-content-text {
        width: 100%;
        height: auto;
    }
    .aycralic-content-text {
        padding-top: 0px;
    }
}
@media (max-width: 595px) {
    .home-default .bg-image {
        min-height: 190px !important;
        width: 100%;
        height: 25%;
    }

    .home-full-carousel .owl-controls {
        top: 50%;
    }
    .height280 {
        min-height: 280px !important;
        height: 280px !important;
    }

    .banner-text-red {
        color: #ffffff;
        font-weight: 600;
        font-size: 14px;
    }

    .Banner-absolute-box {
        position: absolute;
        /* bottom: -173px; */
        top: 130px;
        right: 10px;
        padding: 14px;
        background: rgba(0, 0, 0, 0.5);
        border-radius: 5px;
    }
    .padded-vertical-70 {
        padding-top: 30px;
        padding-bottom: 40px;
    }
    .margin-bottom-50 {
        margin-bottom: 20px !important;
    }
    .padded-vertical-40 {
        padding-top: 30px;
        padding-bottom: 0px;
    }
    .headinFont35 {
        font-size: 25px;
    }
    .Bg-medium-Red{
        background-color:#ea2629bf ;
    }
    .Bag-image0box {
        height: auto;   
    }
    .aycralic-content-text {
        padding-top: 0px;
    }
    .padding-Top-60 {
        padding-top: 20px;
    }
    .padding-Top-35{
        padding-top: 35px;
    }
    .margintop40 {
        margin-top: 20px;
    }
    .margin-Top-50{
        margin-top: 50px;
    }
    
}

@media (min-width: 1400px) {
    .padded-vertical-190 {
    padding-top: 280px;
    padding-bottom: 270px;
}
    }


/* whats up Icon */
.floating_btn {
    position: fixed;
    bottom: 0px;
    left: 10px;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items:center;
    justify-content:center;
    z-index: 1000;
  }
  
  @keyframes pulsing {
    to {
      box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
  }
  
  .contact_icon {
    background-color: #42db87;
    color: #fff;
    width: 50px;
    height: 50px;
    font-size:30px;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translatey(0px);
    animation: pulse 1.5s infinite;
    box-shadow: 0 0 0 0 #42db87;
    -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    font-weight: normal;
    font-family: sans-serif;
    text-decoration: none !important;
    transition: all 300ms ease-in-out;
  }
  
  
  .text_icon {
    margin-top: 8px;
    color: #707070;
    font-size: 13px;
  }
  .GalleryImageBox{
    height: 200px;
    width: auto;
    overflow: hidden;
    background-color: #f1f1f1;
    box-shadow: 4px 3px 6px 0px #ea26294d;
    display: flex;
    justify-content: center;
    }
.GalleryImageBox .gallery-item-image img{
    height: 200px;
    width: auto;
}
  
.GalleryMainBox{
    height: 200px;
    width: auto;
}
.GalleryMianBox{
    display:flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-evenly;
}
.GalleryHeading{
    font-size: 30px;
    font-weight: 700;
}
