﻿/* swipper text css............*/
.swiper-container {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.swiper-slide {
    font-size: 20px;
    text-align: center;
    border-radius: 10px;
}
.welcome-title {
    font-size: 26px;
    font-weight: 500;
}
    .welcome-title b a {
        font-size: 27px;
        color: #37ebd8 !important
        /*  background: -webkit-linear-gradient(#ddd4d4, #ff5275);
        -webkit-background-clip: text;
        -webkit-text-fill-color: #ffffff00;*/
    }
    .welcome-title b {
        font-size: 27px;
        color: #37ebd8 !important;
    }
.second-title {
    font-size: 25px;
    font-weight: 500;
}
    .second-title b {
        font-size: 27px;
        color: #37ebd8 !important;
    }
/* swipper text css............*/

/* top content heading area section*/
.page-banner-area {
    position: relative;
    overflow: hidden;
    padding-top: 55px;
    padding-bottom: 55px;
    z-index: 1;
}
    .page-banner-area::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-color: #33323047;
        z-index: 1;
        opacity: 0.9;
    }
    .page-banner-area::after {
        content: "";
        position: absolute;
        background-image: url('../Services/product-img/aboutbg.png');
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        height: 100%;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: -1;
        -webkit-animation: heartBeat 15s infinite linear;
        animation: heartBeat 15s infinite linear;
    }
.page-banner-content {
    text-align: center;
    position: relative;
    z-index: 2;
}
    .page-banner-content h1 {
        color: #ffffff;
        margin-bottom: 4px;
        font-size: 38px;
        font-family: system-ui;
        text-shadow: 2px 1px 1px #009bff;
    }
p:last-child {
    margin-bottom: 0;
}
.page-banner-content p {
    color: #ffffff;
}
.n-content {
    font-size: 17px;
    font-style: oblique;
    font-weight: 400;
}
.page-banner-content .n-content a {
    font-size: 16px;
    font-weight: 500;
    margin-right: 30px;
    color: #fff !important;
    position: relative;
    transition: all ease 0.7s;
    font-style: normal !important;
}
.anchore-text a {
    font-weight: 600 !important;
    text-decoration: none !important;
    color: #3498db !important;
    font-size: 21px !important;
}
.page-banner-content .n-content a::before {
    content: "";
    position: absolute;
    background-color: #ffffff;
    width: 1px;
    height: 15px;
    right: -15px;
    top: 4px;
    bottom: 0;
    transform: rotate(15deg);
}
@keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }

    28% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}
/* top content heading area section*/

/*img effect css about company section.....*/
.thumb {
    position: relative;
}
    .thumb img {
        transition: transform 0.3s ease;
        border-radius: 8px;
    }
        .thumb img[data-aos="zoom-in-up"] {
            animation-name: zoom-in-up;
        }
        .thumb img[data-aos="zoom-in-down"] {
            animation-name: zoom-in-down;
        }
@keyframes zoom-in-up {
    from {
        transform: scale(0.5) translateY(20px);
        opacity: 0;
    }
    to {
        transform: scale(1) translateY(0);
        opacity: 1;
    }
}
@keyframes zoom-in-down {
    from {
        transform: scale(0.5) translateY(-20px);
        opacity: 0;
    }
    to {
        transform: scale(1) translateY(0);
        opacity: 1;
    }
}
@keyframes up-down-movee {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}
.up-down-movee {
    animation-duration: 2.3s;
    animation-iteration-count: infinite;
    transform-origin: bottom;
    animation-name: up-down-movee;
    animation-timing-function: linear;
}
.thumb img:first-child {
    width: 60% !important;
}
.thumb img:nth-child(2) {
    position: relative;
    left: 20%;
    width: 60%;
    top: -80px;
    margin-bottom: -80px;
    box-shadow: 0 0 10px #cccccc;
    padding: 5px;
    background: #ffffff;
}
.thumb .overlay {
    position: absolute;
    right: 0;
    top: 42%;
    height: 140px;
    width: 220px;
    text-align: center;
    background: linear-gradient(45deg, #0990cc, #044786e8);
    transform: translate(-100px, -50%);
    border-radius: 8px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
    .thumb .overlay .content {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
    }
    .thumb .overlay h4 {
        text-shadow: 1px 3px #040f53;
        margin: 0;
        position: relative;
        font-weight: 900;
        line-height: 1.4;
        font-size: 28px;
        text-transform: uppercase;
        color: #ffffff;
    }
/*img effect css about company section.....*/

/*about company section start...............*/
.bg-bg {
    background: #fff !important;
}
.text-align-flex {
    align-items: baseline!important;
    display: inline-flex!important;
}
.n-icon-style {
    background: #328fb7;
    color: #fff;
    padding: 3px 4px;
    margin: 0px 4px;
    border-radius: 13px;
}
.f-size {
    font-size: 25px;
}
.f-w-400 {
    font-weight:400!important;
}
.about-area .about-content {
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}
.about-area {
    background: aliceblue;
    padding: 7px;
}
    .about-area .about-content .section-title {
        margin-bottom: 0px;
        text-align: start;
    }
.section-title p {
    font-size: 38px !important;
    margin-bottom: 0;
    line-height: 1.3;
    font-weight: 700;
    color: #040f53;
}
.about-area .about-content p {
    margin-bottom: 8px;
    font-size: 16px;
    margin-top: 0;
    font-weight: 400;
}
.about-area .about-img {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    padding-left: 30px;
}
/*about company section end...............*/

/* why choose us section start......*/
.pt-100 {
    padding-top: 100px;
}
.pb-70 {
    padding-bottom: 70px;
}
.pt-40 {
    padding-top:40px;
}
.space {
    padding: 50px 0;
}
.service-3 .section-heading {
    text-align: center;
    padding: 0 30px;
    margin-top: 0px;
}
.section-heading {
    margin-bottom: 20px;
}
    .section-heading p {
        font-size: 40px;
        font-weight: 800;
        text-transform: capitalize;
    }
.services-card {
    padding: 20px 20px 20px;
    margin-top: 30px;
    box-shadow: 1px 1px 10px 0px #d3d3d3;
    transition: all 0.4s ease-in-out;
    height: 100%;
    background-color: #fff !important;
}
    .services-card:hover {
        background-image: url(../images/serviceboxbg.ab.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
        .services-card:hover p {
            color: #ffffff;
        }
    .services-card .service-card-text h4 {
        font-size: 20px;
        text-transform: capitalize;
        transition: all 0.4s ease-in-out;
        font-weight: 700;
    }
/*.p-title {
    font-size: 24px;
    margin-left: 63px;
    font-weight: 400;
}*/
.p-title {
    font-size: 24px!important;
    margin-left: 63px;
    font-weight: 400;
    margin-top: -18px;
}
@media (max-width: 991px) and (min-width: 768px) {
    .p-title {
        font-size: 21px!important;
        margin-left: 63px;
        font-weight: 400;
        margin-top: -18px;
    }
}
    .n-box-n {
        background: linear-gradient(119.1deg, #16a1cc 2.35%, #0088b3 100%);
        width: 70px;
        text-align: center;
        font-size: 40px;
        color: #fff;
        padding: 1px 10px;
        position: absolute;
        border-radius: 2% 27%;
        margin: 7px !important;
    }

    .f-w-600 {
        font-weight: 600;
    }
    /* why choose us section end......*/
/* FAQS */
button.accordion-button:focus {
    outline: none !important;
    box-shadow: none !important;
}

.inner-section-subtitle {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.06em;
    color: #137bac;
    padding-bottom: 10px;
    display: inline-block;
    text-transform: uppercase;
    background: #137bac33;
    padding: 15px;
    border-radius: 35px;
    margin-top: 12px !important;
}

.tp-section-title {
    font-weight: 700;
    font-size: 50px;
    line-height: 1.2;
}

.tp-btn-hover {
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.tp-btn span {
    position: relative;
    z-index: 5;
    transition: 0.3s;
    transition-delay: 0.3s;
    color: #ffff;
}

.tp-faq-img {
    position: absolute;
    bottom: -42%;
    left: 43%;
    z-index: 2;
}

.accordion-header {
    margin-bottom: 0;
}

.accordion-item button.accordion-button.collapsed {
    position: relative;
    width: 100%;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    text-align: left;
    padding: 21px 0;
    color: #137bac;
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 18px;
    font-weight: 500;
    color: #212529;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
}

.accordion-item {
    border-bottom: 1px solid #EBECF0;
    padding: 0 21px;
    position: relative;
    transition: 0.3s;
    box-shadow: 0px 20px 20px rgba(3, 4, 28, 0.08);
    border-radius: 0 0 20px 20px !important;
    margin-bottom: 5px;
}

.accordion-item {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
}

.accordion-button:not(.collapsed) {
    color: #137bac !important;
    background-color: transparent !important;
    box-shadow: none !important;
}
/*.support {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
    background-image: url('../images/seecond-img.png') !important;
    background-position: center !important;
    background-size: cover !important;
}*/
/* FAQS */