.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.banner-area .item h1:first-child, .banner-area .item h2:first-child, .banner-area .item h3:first-child, .banner-area .item h4:first-child, .banner-area .item h5:first-child, .banner-area .item h6:first-child {
    animation-delay: .5s;
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes flip-in {
    0% { opacity: 0; transform: rotateX(180deg); }
    35% { opacity: 0; transform: rotateX(120deg); }
    65% { opacity: 0; }
    100% { opacity: 1; transform: rotateX(360deg); }
}

@keyframes flip-out {
    0% { opacity: 1; transform: rotateX(0deg); }
    35% { opacity: 1; transform: rotateX(-40deg); }
    65% { opacity: 0; }
    100% { opacity: 0; transform: rotateX(180deg); }
}

.animate-flip-in {
    animation: flip-in 1.2s ease forwards;
    display: inline-block;
}

.animate-flip-out {
    animation: flip-out 1.2s ease forwards;
    display: inline-block;
}

.perspective {
    perspective: 1000px;
}
body {
    height: 100%;
    font-family: 'Inter', sans-serif;
    background: #2728621A;
}
p {
    color: #666;
    margin: 0 0 15px;
    text-transform: none;
    font-weight: 400;
    line-height: 26px;
    font-size: 14px;
    font-family: 'Inter', sans-serif;
}
a {
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
}
a:active, a:focus, a:hover {
    color: #2c2e8c;
}
.site-heading div:first-child * {
    color: #2c2e8c;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1.5rem;
}

.site-heading div:last-of-type * {
    display: inline-block;
    font-weight: 600;
    padding-bottom: 20px;
    margin-bottom: 0;
    position: relative;
    letter-spacing: 1px;
    line-height: 1.4;
    font-size: 2rem;
}
.site-heading div:last-of-type *:before {
    background: #2c2e8c none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -25px;
    position: absolute;
    width: 40px;
}
.site-heading div:last-of-type *:after {
    background: #2c2e8c none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: 20px;
    position: absolute;
    width: 5px;
}
.owl-theme .owl-nav {
    margin-top: 0!important;
}
input {
    border: 1px solid #e7e7e7;
    border-radius: inherit;
    box-shadow: inherit;
    min-height: 50px;
}
.owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    width: 100%;
    pointer-events: none;
}

.owl-theme .owl-nav button { 
    background: transparent!important;
    color: #2c2e8c !important;
    border-radius: 50%;
    font-size: 40px !important;
    pointer-events: auto;
    transition: all 0.3s ease;
}
.owl-theme .owl-nav button:hover {
  background: transparent !important;
}

/* Banner Area */ 
.home-banner-area .swiper-slide img {
    transform: scale(0.8);
    transition: transform 0.5s ease;
    opacity: 0.5;
}
.home-banner-area .swiper-slide-active img {
    transform: scale(1); 
    opacity: 1;
}
.bg-gray {
    background-color: #f3f7fd;
}
/* Partner Area */
.partner-swiper .swiper-button-next,
.partner-swiper .swiper-button-prev {
    width: 28px!important; 
    height: 28px!important; 
    border-radius: 50%; 
    font-size: 30px!important;
} 
.partner-swiper .swiper-button-next:after,
.partner-swiper .swiper-button-prev:after {
    font-size: 30px!important;
}

/* Service Area */


/* About Area */
.about-area .thumb {
    position: relative;
}
.about-area .thumb img {
    border-radius: 8px;
}
.about-area .thumb img:first-child {
    width: 80%;
}
.about-area .thumb img:nth-child(2) {
    position: relative;
    left: 20%;
    width: 80%;
    top: -80px;
    margin-bottom: -80px;
    box-shadow: 0 0 10px #cccccc;
    padding: 5px;
    background: #ffffff;
}
.about-area .thumb .overlay {
    position: absolute;
    right: 0;
    top: 50%;
    height: 250px;
    width: 250px;
    text-align: center;
    background: #ffffff;
    transform: translate(50px, -50%);
    border-radius: 8px;
    box-shadow: 0 0 10px #cccccc;
}
.about-area .thumb .overlay .content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 30px;
}
.about-area .thumb .overlay h4 {
    margin: 0;
    position: relative;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.4;
}
.about-area .info ul li:first-child {
    margin-top: 0;
}
.about-area .author {
    display: flex;
    align-items: center;
    margin-top: 30px;
}
.about-area .author .signature {
    border-right: 1px solid #e7e7e7;
    padding-right: 20px;
    margin-right: 20px;
}
.about-area .author img {
    height: 100px;
}
.about-area .author h5 {
    font-weight: 600;
    margin-bottom: 10px;
}
/* Work Showcase */
.case-studies-area .item .thumb, .case-studies-area .item {
    overflow: hidden;
    transition: all 0.35s ease-in-out;
}
.case-studies-area .item img {
    transition: all 0.35s ease-in-out;
}
.case-studies-area .item:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.case-studies-area .info {
    position: relative;
    z-index: 1;
}
.case-studies-area .item .info .info-items {
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.35s ease-in-out;
}
.case-studies-area .item .info .info-items .left-info {
    padding: 15px 20px;
}
.case-studies-area .item .info .info-items h4 {
    font-weight: 600;
    margin-bottom: 7px;
    font-size: 18px;
    text-transform: capitalize;
}
.case-studies-area.half-bg::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    height: 30%;
    width: 100%;
    background: #f3f7fd;
    z-index: -1;
}
/* Statistics Area */


/* Team Area */
.share-button {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    color: #2c2e8c;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 0px 0px 2px #ffffff;
    cursor: pointer;
    transition: .3s ease;
    transform: rotate(45deg);
} 
.share-button i {
    transition: .3s ease;
}
.share-toggle:checked ~ .share-button i {
    transform: rotate(-180deg) !important;
}
.team-area .team-items .social label i {
    transform: rotate(45deg);
}
.team-area .team-items .thumb .social a {
    color: #ffffff;
}
.share-icon {
    position: absolute;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    border-radius: 45px;
    transform: translateX(0) rotate(180deg);
    cursor: pointer;
    transition: .3s ease-in-out;
}
.share-toggle:checked ~ .share-icon:nth-child(3) {
    transform: translateY(-70px) rotate(0);
}
.share-toggle:checked ~ .share-icon:nth-child(4) {
    transform: translateY(-125px) rotate(0);
}
.share-toggle:checked ~ .share-icon:nth-child(5) {
    transform: translateY(-180px) rotate(0);
}
.team-area .team-items .thumb .social a.facebook {
    background: #3B5998 none repeat scroll 0 0;
}
.team-area .team-items .thumb .social a.twitter {
    background: #1DA1F2 none repeat scroll 0 0;
}
.team-area .team-items .thumb .social a.instagram {
    background: #3f729b none repeat scroll 0 0;
}
.team-area .team-items .info {
    padding: 30px;
    background: #ffffff;
    padding-bottom: 0;
    margin-bottom: -5px;
}
.team-area .team-items .info h4 {
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 18px;
}
.team-area .team-items .info span {
    color: #2c2e8c;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 14px;
}
/* Faq Area */
.faq-area .info > h5 {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 25px;
    display: inline-block;
    position: relative;
    z-index: 1;
    padding-left: 45px;
    color: #2c2e8c;
}
.faq-area .info > h5::after {
    position: absolute;
    left: 0;
    top: 50%;
    content: "";
    height: 2px;
    width: 30px;
    background: #2c2e8c;
    margin-top: -1px;
}
.faq-area .info h2 {
    font-weight: 600;
    margin-bottom: 25px;
    font-size: 2rem;
}

.faq-area .faq-content {
    margin-top: 0;
}
.faq-area .faq-content .card {
    border: none;
    margin-bottom: 31px;
    overflow: inherit;
    background: transparent;
    border-radius: 5px;
    padding: 0;
}
.faq-area .faq-content .card .card-header {
    border: none;
    background: transparent;
    padding: 0;
}
.faq-area .faq-content .card .card-header h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    padding: 0;
    padding-right: 50px;
    cursor: pointer;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
}
.accordion .card-header h4:after {
    font-family: 'bootstrap-icons';
    content: "\F282";
    position: absolute;
    right: 0;
    top: 0;
}
.accordion .card-header h4.collapsed:after {
    content: "\f105";
    font-weight: 600;
    color: #999999;
}
.collapse.show {
    visibility: visible;
}
.collapse:not(.show) {
    display: none;
}
.faq-area .faq-content .card .card-body {
    padding-left: 30px;
    padding: 0;
    margin-top: 20px;
}
.faq-area .faq-content .card .card-body p:last-child {
    margin-bottom: 0;
}


.container-fill {
    padding: 0 15px;
    margin: auto;
    max-width: 100%;
}

@media (min-width: 576px) {
    .container-fill {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container-fill {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container-fill {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container-fill {
        width: 100%;
        max-width: 100%;
        padding: 0;
    }
}

@media (max-width: 767px) {
    .banner-area {
        margin-bottom: 100px;
    }
    .banner-area .content h1, .banner-area .content h2, .banner-area .content h3, .banner-area .content h4 {
        font-size: 30px;
        margin-bottom: 25px;
    }
    .banner-area .content {
        text-align: center;
    }
    .banner-area .flex.items-center div {
        justify-content: center;
    }
    .banner-area.center-item .thumb img {
        margin: 0 auto;
    } 
}
@media (max-width: 425px) {
    .banner-area .bottom {
        flex-direction: column;
    }
    .banner-area .content .bottom a {
        margin-right: 0;
    }
}