/**banner-start**/

.banner-left h1 {
    font-weight: var(--tertiary-font-weight);
    font-size: var(--primary-font-size);
}

.banner-left span {
    font-weight: var(--secondary-font-weight);
    line-height: var(--base-line-height);
}

.brand-expand p {
    color: var(--text-base-color);
    font-size: var(--tertiary-font-size);
}

.brand-expand span {
    color: var(--text-primary-color);
    font-size: var(--tertiary-font-size);
    font-weight: var(--secondary-font-weight);
}

.follow {
    display: flex;
    justify-content: start;
    align-items: center;
}

.follow h6 {
    font-weight: var(--secondary-font-weight);
    font-size: var(--base-font-size);
    line-height: var(--base-line-height);
    padding-right: 1rem;
}

.dash {
    border: 2px solid rgba(17, 32, 77, 0.1);
    width: 100px;
    height: 2px;
    background: var(--color-blue-1810, rgba(17, 32, 77, 0.10));
}

.social-symbol ul {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
}
.social-symbol a{
    color:#000;
}

.social-symbol li {
    border-radius: 10px;
    border: var(--stroke-weight-1, 1px) solid rgba(17, 32, 77, 0.15);
    background: var(--color-white-solid, #FFF);
    padding: 16px;
    margin-right: 1rem;
}

.social-symbol a:hover {
    color: #AE1FA2;
}

.social-symbol i {
    font-size: var(--secondary-font-size);
}

.experience-box {
    border-radius: 10px;
    background: url(<path-to-image>) #AE1FA2 0px 0px / 100% 100% no-repeat;
    padding: 16px;
    width: 160px;
    height: 190px;
    margin: 0 auto;
    position: relative;
}

.experience-content{
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.experience-box span {
    color: #fff;
    font-size: var(--secondary-font-size);
    font-weight: 800;
}

.experience-box p {
    color: #fff;
    font-size: var(--base-font-size);
    font-weight: var(--tertiary-font-weight);
}


.animate-h2 {
    opacity: 0;
    transform: translateY(20px);
    animation: slideUp 1s ease forwards;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

.animate-h2:nth-child(1) {
    animation-delay: 0s;
}

.animate-h2:nth-child(2) {
    animation-delay: 0.5s;
}

.animate-h2:nth-child(3) {
    animation-delay: 1s;
}

@keyframes slideUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.ag-button{
    border-radius: 10px;
    background: #AE1FA2!important;
    padding: 15px 30px;
    color: #FFF;
    font-size: 17px;
    font-weight: 500;
    border:none;
    margin-top:1rem;
}


/**about-css**/

.ag-about-wrapper {
    background: var(--bg-secondary-color);
}

.about-content h3 {
    font-weight: 700;
    font-size: var(--secondary-font-size);
    font-family: var(--secondary-font);
    text-align: left;
}

.about-content p {
    color: rgba(17, 32, 77, 0.60);
    font-weight: var(--secondary-font-weight);
    line-height: 24px;
}

.content-details p {
    font-weight: var(--secondary-font-weight);
    color: var(--text-primary-color);
    line-height: 28px;
}

.content-details .inner-para {
    color: var(--text-base-color);
}

.content-details {
    padding-top: 20px;
}

.award-expand p {
    font-weight: var(--secondary-font-weight);
    color: rgba(17, 32, 77, 1);
    line-height: 28px;
}

.award-img img {
    max-width: 200px;
}

.award-img {
    gap: 26px;
}

.award-expand .award-para {
    max-width: 100%;
    color: var(--text-base-color);
}

.about-features {
    padding-top: 70px;
}

.about-features p {
    max-width: 50%;
    color: var(--nav-font-color);
    font-weight: var(--secondary-font-weight);
}
.about-illustration{
    position: relative;
}

.vel-trust{
    position: absolute;
    top:0;
    right: 20%;
}
.vel-trust img{
    max-width: 150px;
}
.ag-appie-logo img{
    max-width: 150px;
    animation: bounce 1s ease infinite; /* Apply the bounce animation with infinite looping */
}
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0); /* No vertical movement */
    }
    40% {
        transform: translateY(-30px); /* Bounce up */
    }
    60% {
        transform: translateY(-15px); /* Bounce down */
    }
}
/**Gallery-css**/

.filter {
    padding: 20px 0;
    margin-bottom: 20px;
    border-bottom: solid 1px #e3e3e3;
    text-align: center;
    font-size: 22px;
}

.filter a {
    margin-right: 10px;
    color: #666;
    text-decoration: none;
    border: 1px solid #ccc;
    padding: 4px 15px;
    border-radius: 50px;
    display: inline-block;
    font-size: 18px;
}

.filter a.current {
    background: var(--bg-card-color);
    color: #f9f9f9;
    font-weight: 600;
    font-size: 18px;
}

.grid {
    margin: 0 auto;
    padding: 10px;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.grid-item {
    display: block;
    width: 350px;
    height: 450px;
    margin-bottom: 10px;
    border-radius: 15px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
}

.fancybox {
    display: block;
    width: 100%;
    height: 100%;
    height: 100%;
    width: 100%;
    border-radius: 4px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: all .5s;
}

.grid-item:hover .fancybox {
    transform: scale(1.1);
}

.grid-item:nth-child(1) .fancybox {
    background-image: url(../images/newborn-1.webp);
    background-size: 100%;
}

.grid-item:nth-child(2) .fancybox {
    background-image: url(../images/newborn-2.webp);
    background-size: 100%;
}

.grid-item:nth-child(3) .fancybox {
    background-image: url(../images/newborn-3.webp);
    background-size: 100%;
}

.grid-item:nth-child(4) .fancybox {
    background-image: url(../images/newborn-4.webp);
    background-size: 100%;
}

.grid-item:nth-child(5) .fancybox {
    background-image: url(../images/newborn-5.webp);
    background-size: 100%;
}

.grid-item:nth-child(6) .fancybox {
    background-image: url(../images/newborn-6.webp);
    background-size: 100%;
}

.grid-item:nth-child(7) .fancybox {
    background-image: url(../images/infants-1.webp);
    background-size: 100%;
}

.grid-item:nth-child(8) .fancybox {
    background-image: url(../images/infants-2.webp);
    background-size: 100%;
}

.grid-item:nth-child(9) .fancybox {
    background-image: url(../images/infants-3.webp);
    background-size: 100%;
}

.grid-item:nth-child(10) .fancybox {
    background-image: url(../images/infants-4.webp);
    background-size: 100%;
}

.grid-item:nth-child(11) .fancybox {
    background-image: url(../images/infants-5.webp);
    background-size: 100%;
}

.grid-item:nth-child(12) .fancybox {
    background-image: url(../images/infants-6.webp);
    background-size: 100%;
}

.grid-item:nth-child(13) .fancybox {
    background-image: url(../images/accesories-1.webp);
    background-size: 100%;
}

.grid-item:nth-child(14) .fancybox {
    background-image: url(../images/accesories-2.webp);
    background-size: 100%;
}

.grid-item:nth-child(15) .fancybox {
    background-image: url(../images/accesories-3.webp);
    background-size: 100%;
}

.grid-item:nth-child(16) .fancybox {
    background-image: url(../images/accesories-4.webp);
    background-size: 100%;
}

.grid-item:nth-child(17) .fancybox {
    background-image: url(../images/accesories-5.webp);
    background-size: 100%;
}

.grid-item:nth-child(18) .fancybox {
    background-image: url(../images/accesories-6.webp);
    background-size: 100%;
}

/* .grid-item:nth-child(4n-5) {
    height: 50px;
}

.grid-item:nth-child(2n) {
    height: 300px;
}

.grid-item:nth-child(3n) {
    height: 120px;
} */

/**testimonial-css**/

.ag-testimonial-wrapper {
    background: var(--bg-secondary-color);
}

.heading {
    text-align: center;
    color: #11204D;
    font-size: 30px;
    font-weight: 700;
    position: relative;
    margin-bottom: 70px;
    text-transform: uppercase;
    z-index: 999;
}

.heading:after {
    content: ' ';
    position: absolute;
    top: 100%;
    left: 50%;
    height: 40px;
    width: 180px;
    border-radius: 4px;
    transform: translateX(-50%);
    background: url(img/heading-line.png);
    background-repeat: no-repeat;
    background-position: center;
}

/* .white-heading:after {
    background: url(https://i.ibb.co/d7tSD1R/heading-line-white.png);
    background-repeat: no-repeat;
    background-position: center;
} */

.heading span {
    font-size: 18px;
    display: block;
    font-weight: 500;
}

.white-heading span {
    color: #ffffff;
}

/*-----Testimonial-------*/

.testimonial:after {
    position: absolute;
    top: -0 !important;
    left: 0;
    content: " ";
    background: url(img/testimonial.bg-top.png);
    background-size: 100% 100px;
    width: 100%;
    height: 100px;
    float: left;
    z-index: 99;
}

.ag-testimonial-section {
    min-height: 375px;
    position: relative;
    background: var(--bg-secondary-color);
    padding-top: 50px;
    padding-bottom: 50px;
    background-position: center;
    background-size: cover;
}

#testimonial4 .carousel-inner:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

#testimonial4 .carousel-inner:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

#testimonial4 .carousel-inner .item {
    overflow: hidden;
}

.testimonial4_indicators .carousel-indicators {
    left: 0;
    margin: 0;
    width: 100%;
    font-size: 0;
    height: 20px;
    bottom: 15px;
    padding: 0 5px;
    cursor: e-resize;
    overflow-x: auto;
    overflow-y: hidden;
    position: absolute;
    text-align: center;
    white-space: nowrap;
}

.testimonial4_indicators .carousel-indicators li {
    padding: 0;
    width: 14px;
    height: 14px;
    border: none;
    text-indent: 0;
    margin: 2px 3px;
    cursor: pointer;
    display: inline-block;
    background: #ffffff;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.testimonial4_indicators .carousel-indicators .active {
    padding: 0;
    width: 14px;
    height: 14px;
    border: none;
    margin: 2px 3px;
    background-color: #9dd3af;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.testimonial4_indicators .carousel-indicators::-webkit-scrollbar {
    height: 3px;
}

.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb {
    background: #eeeeee;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.testimonial4_control_button .carousel-control {
    top: 175px;
    opacity: 1;
    width: 40px;
    bottom: auto;
    height: 40px;
    font-size: 10px;
    cursor: pointer;
    font-weight: 700;
    overflow: hidden;
    line-height: 38px;
    text-shadow: none;
    text-align: center;
    position: absolute;
    background: transparent;
    border: 2px solid #ffffff;
    text-transform: uppercase;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.6s cubic-bezier(0.3, 1, 0, 1);
    transition: all 0.6s cubic-bezier(0.3, 1, 0, 1);
}

.testimonial4_control_button .carousel-control.left {
    left: 7%;
    top: 50%;
    right: auto;
}

.testimonial4_control_button .carousel-control.right {
    right: 7%;
    top: 50%;
    left: auto;
}

.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover {
    color: #000;
    background: #fff;
    border: 2px solid #fff;
}

.testimonial4_header {
    top: 0;
    left: 0;
    bottom: 0;
    width: 550px;
    display: block;
    margin: 30px auto;
    text-align: center;
    position: relative;
}

.testimonial4_header h4 {
    color: #ffffff;
    font-size: 30px;
    font-weight: 600;
    position: relative;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.testimonial4_slide {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 70%;
    margin: auto;
    padding: 20px;
    position: relative;
    text-align: center;
}

.testimonial4_slide img {
    top: 0;
    left: 0;
    right: 0;
    width: 136px;
    height: 136px;
    margin: auto;
    display: block;
    color: #f2f2f2;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    position: relative;
    border-radius: 50%;
    box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -o-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
}

.testimonial4_slide p {
    color: var(--text-base-color);
    font-size: 20px;
    line-height: 1.4;
    margin: 40px 0 20px 0;
}

.testimonial4_slide h4 {
    /* color: #ffffff; */
    font-size: 22px;
}

.testimonial .carousel {
    padding-bottom: 50px;
}

.testimonial .carousel-control-next-icon,
.testimonial .carousel-control-prev-icon {
    width: 35px;
    height: 35px;
}

.ag-testimonial-section .carousel-control-next-icon {
    background-color: #AE1FA2;
    border-radius: 50%;
    background-size: 50%;
}

.ag-testimonial-section .carousel-control-prev-icon {
    background-color: #AE1FA2;
    border-radius: 50%;
    background-size: 50%;
}

.ag-testimonial-section .carousel-control-next-icon,
.ag-testimonial-section .carousel-control-prev-icon {
    width: 50px;
    height: 50px;
}

/* ------testimonial  close-------*/


/**footer-css**/
.ag-footer-wrapper .about-content h3 {
    text-align: center;
}

.contact-right ul {
    list-style: none;
}

.contact-right li {
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-weight: 600;
}

.contact-right i {
    padding-right: 1rem;
    color: #AE1FA2;
}

.contact-right a {
    text-decoration: none;
    color:#000;
}

.ag-footer-wrapper .social-symbol ul {
    justify-content: inherit;
}

.common-btn button {
    border-radius: 10px;
    background: #AE1FA2;
    padding: 15px 20px 15px 20px;
    color: #fff;
    border: none;
}

.end-content {
    background: #AE1FA2;
    padding: 5px;
    position: relative;
    z-index: 99999;
}


.end-content p {
    color: #fff;
    margin-bottom: inherit;
}
@media(max-width:1200px){
    .experience-box {
        width: auto !important;
    }
}
@media(max-width:992px){
    .experience-box {
        width: 160px !important;
    }
    .ag-banner-section .row{
        margin-top:2rem;
    }
    .contact-right ul{
        padding:inherit;
        margin-top:2rem;
    }
    .social-symbol ul{
        padding:inherit;
        margin-top:2rem;
        margin-left: 10px;
    }
}
@media (max-width: 577px) {
    .ag-header-wrapper .navbar-brand img {
        max-width: 100px;
    }
    .ag-canvas-logo{
        max-width: 100px;
    }
    .experience-box {
        width: 100%!important;
        padding:10px;
    }
    .exp-box{
        width: 60%;
        margin-left: auto;
    }
    .dash{
        display: none;
    }
    .filter a{
        margin-top:16px;
    }
    .testimonial4_slide img{
        width:90px;
        height: 90px;
    }
    .testimonial4_slide p{
        font-size: 14px;
    }
    .ag-testimonial-section .carousel-control-next-icon, .ag-testimonial-section .carousel-control-prev-icon {
        width: 30px;
        height: 30px;
    }
    .heading{
        margin-bottom:20px;
    }
    .double-line {
        display: none;
    }
    .brand-expand p ,     .brand-expand span{
        font-size:20px!important;
        line-height: 2.0;
    }
    .follow{
        display: block;
    }
    .social-symbol ul{
        justify-content: start;
    }

}
@media (max-width: 400px){
    .grid{
        width: inherit!important;
    }
    .grid-item{
        width: 300px !important;
    }
}