/* header css */
html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    font-family: "Poppins", sans-serif;
    overflow-x: hidden;
}

.top-header-parent {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.office-details {
    display: flex;
    align-items: center;
    gap: 90px;
    width: 100%;
    justify-content: center;
}

.top-social-media-list {
    display: flex;
    align-items: center;
}

.top-social-media-list ul {
    display: flex;
    align-items: end;
    justify-content: center;
    gap: 16px;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.office-time {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    z-index: 0;
}

.office-time:before {
    background: #FFF;
    width: 1px;
    height: 14px;
    right: -45px;
    top: 6px;
    bottom: 0;
    content: "";
    position: absolute;
}

.office-details .office-time:last-child:before {
    display: none;
}

.hero-section {
    background-image: url('../images/hero-sec-bg.webp');
    background-repeat: no-repeat;
    background-size: cover;
    height: 100dvh;
    width: 100%;
    position: relative;
    z-index: 0;
    display: flex;
    align-items: center;
    background-position: top;
    padding-top: 8rem;
    background-attachment: fixed;
}

header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

a {
    text-decoration: none;
}

.office-time p {
    color: white;
    margin: 0;
}

.top-social-media-list p {
    margin: 0;
    color: white;
    margin-right: 1rem;
}

.white {
    color: white;
}

header a.nav-link {
    color: white;
}

header nav.navbar {
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.18);
    background: url('../images/header-bg-img.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 4px 40px 4px 53px;
    border: 0;
}

/* header css */

/* hero-section */

/* hero-section */

header a.nav-link {
    color: #FFF;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    margin: 0 14px;
    padding: 0;
}

header a.nav-link.active {
    color: #F90 !important;
}

.top-header {
    margin: 8px 8px;
}

.custom-btn {
    display: inline-flex;
    padding: 16.171px 32.263px 19.562px 37px;
    justify-content: flex-end;
    align-items: center;
    gap: 3.47px;
    border-radius: 10px;
    color: #FFF;
    text-align: center;
    font-family: 'Poppins';
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    text-transform: capitalize;
    border-radius: 12px;
    position: relative;
    z-index: 0;
    overflow: hidden;
    font-family: "Anek Latin", sans-serif;
}

.yellow-btn {
    background: #F90;
}

.curve-btn::before {
    position: absolute;
    top: -12px;
    width: 30px;
    background: #F90;
    z-index: -1;
    content: "";
    height: 81px;
    transform: rotate(0deg) skewX(-25deg) scale(1.414, 0.707) translate(0, 0%);
    border-top-right-radius: 12px;
    right: -3px;
    border-bottom-right-radius: 6px;
}

a.custom-btn.yellow-btn.curve-btn {
    overflow: unset;
}

.custom-btn.blue-btn {
    border: none;
}

.menu-btn {
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.30);
    background: rgba(255, 255, 255, 0.20);
    display: flex;
    width: 56px;
    height: 56px;
    padding: 18px 7px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    object-fit: contain;
}

.right-navbar {
    display: flex;
    align-items: center;
    gap: 20px;
}

.right-navbar-icons {
    display: flex;
    align-items: center;
    gap: 20px;
}

.menu-btn.btn-menu-1 {
    padding: 6px 15px;
}


/* hero section css  */
.brand-list {
    display: flex;
    align-items: baseline;
    justify-content: start;
    gap: 24px;
    margin-top: 3rem;
}

.custom-btn-hero-parent {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 2rem 0 0;
}

.heading-1 {
    color: #FFF;
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 133%;
    font-family: "Plus Jakarta Sans", sans-serif;
}

p {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /*text-transform: capitalize;*/
}

/* our services */
.our-services-sec {
    position: relative;
    z-index: 0;
}

.top-right-layer {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    max-width: 45%;
}

.py {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.main-heading.centered {
    text-align: center;
}

.tags {
    border-radius: 250px;
    background: #23303E;
    display: inline-flex;
    padding: 12px 34px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #F90;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    display: inline-flex;
    margin-bottom: 2rem;
}

.tags p {
    margin: 0;
    text-transform: uppercase;
}

.heading-2 {
    color: #232F3E;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 44px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: capitalize;
}

.custom-btn.transparent {
    color: #504E4E;
    text-align: center;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    text-transform: capitalize;
    border-radius: 250px;
    border: 1px solid #DDE0E9;
}

.heading-3 {
    color: #232F3E;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: capitalize;
}

.services-card {
    border-radius: 10px;
    border: 1.4px solid #DDE0E9;
    padding: 22px;
    height: 550px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    align-items: center;
    margin: 8px;
}

/* about us */
.swiper.services-card-slider {
    padding: 8px 0 8px;
}

.bottom-right-layer {
    position: absolute;
    bottom: -6px;
    max-width: 210px;
    object-fit: contain;
    right: 0;
    display: inline-block;
    padding: 0;
    z-index: -1;
}

.bottom-left-layer {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 300px;
    padding: 0;
    z-index: -1;
}

.know-about-us {
    background-color: #FFF4E4;
    background-image: url('../images/about-us-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 0;
}

p.grey {
    color: #4D5765;
}

.about-us-card-parent {
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-us-card {
    display: flex;
    align-items: start;
    gap: 20px;
}

.about-us-card figure {
    width: 30%;
    margin: 0;
}

.right-about-us-card {
    width: 70%;
}

.heading-4 {
    color: #232F3E;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.48px;
    text-transform: capitalize;
}

p.s-para {
    color: #4D5765;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
}

.parent-about-us-bottom {
    margin-top: -7rem;
}


.services-card .custom-btn.transparent {
    width: fit-content;
}

.services-card figure {
    margin: 0;
}

.services-card figure img {
    max-width: 300px;
}

/* our-portfolio */
section {
    position: relative;
    z-index: 0;
}

.left-top-layer {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.portfolio-card {
    display: flex;
    gap: 20px;
    border-radius: 10px;
    background: #FFF4E4;
    padding: 0px;
    align-items: center;
}

.portfolio-card figure {
    width: 100%;
    margin: 0;
}

.portfolio-card .custom-btn.transparent {
    border: 0;
    padding: 0;
    border-radius: 0;
}

.our-portfolio .container.container-2 {
    margin-right: 0;
    width: 80%;
    max-width: 80%;
    padding: 0;
}

.portfolio-content {
    width: 100%;
}

.swiper-slide .portfolio-content {
    display: none;
}

.swiper-slide.swiper-slide-active .portfolio-content {
    display: unset;
}

.swiper-slide .portfolio-card {
    width: auto;
    height: auto;
}

.our-awards-sec {
    background-color: #FFF4E4;
    background-image: url('../images/about-us-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 1;
}

.award-card {
    background: white;
    padding: 60px 20px 10px;
    position: relative;
    z-index: 0;
    text-align: center;
    border-radius: 10px;
    /*height: 210px;*/
}

figure.rounded-img {
    position: absolute;
    top: -52px;
    left: 0;
    right: 0;
    text-align: center;
}

figure.wing-figure {
    position: absolute;
    left: 0;
    right: 0;
    top: 45px;
    z-index: -1;
}

.award-card .heading-5 {
    height: auto;
    /* margin: 0; */
    line-height: normal;
}

.award-card .heading-5 span {
    display: block;
}

.aword-tag {
    text-align: center;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.48px;
    text-transform: capitalize;
    border-radius: 6px;
    border: 1px solid #232F3E;
    background: #FFF;
    color: #232F3E;
    display: inline-flex;
    padding: 8px 20px;
    position: relative;
    z-index: 1;
    margin: .6rem 0 1rem;
}

.aword-tag:before {
    position: absolute;
    right: 100%;
    top: 18px;
    width: 70%;
    height: 1px;
    background: #232F3E;
    content: "";
    stroke-width: 1px;
    stroke: #232F3E;
}

.award-card p.grey {
    font-weight: 600;
}

.aword-tag:after {
    position: absolute;
    left: 100%;
    top: 18px;
    width: 70%;
    height: 1px;
    background: #232F3E;
    content: "";
    stroke-width: 1px;
    stroke: #232F3E;
}

.heading-5 {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.48px;
    text-transform: capitalize;
    position: relative;
    z-index: 0;
}

.swiper.award-card-slider {
    padding: 4rem 0 2rem;
}



/* packages css  */

.for-top-layers {
    position: relative;
}

.for-top-layers .left-bubble-layers {
    position: absolute;
    left: 0;
    top: -110px;
    z-index: -1;
}

.for-top-layers .bubble-layers-3 {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -2;
}

.packages-card {
    border-radius: 6px;
    border: 1px solid #2E3031;
    background: #FFF;
    padding: 22px;
}

.packages-card .heading {
    color: #2E3031;
    font-family: Poppins;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}

.packages-header .pricing {
    color: #2E3031;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.packages-card .packages-header .custom-btn.white-btn {
    border-radius: 4px;
    width: 100%;
    font-weight: 600;
    margin: 1rem 0 2rem;
    justify-content: center;
    border: 1.5px solid #2E3031;
}

.packages-card ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
    overflow-y: auto;
    max-height: 520px;
}

span.pkg-details {
    color: #191D23;
    font-family: 'Poppins';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 90%;
}

.packages-card ul li {
    display: flex;
    align-items: start;
    gap: 10px;
}


.packages-card.active .heading {
    color: white;
}

.packages-card.active p {
    color: white;
}

.packages-card.active .pricing {
    color: white;
}

.packages-card.active .packages-header .custom-btn.white-btn {
    background: transparent;
    color: white;
    border-color: white;
}

.packages-card.active ul span.pkg-details {
    color: white;
}

.packages-card.active ul li .pkg-icon {
    background: white;
}

.packages-card p {
    font-weight: 300;
    font-size: 15px;
}


.custom-btn.white-btn {
    background: white;
    color: #2E3031;
}


.packages-card ul li .pkg-icon {
    background: #F90;
    border-radius: 22px;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.packages-card {
    position: relative;
    z-index: 0;
    transition: all ease .5s;
    overflow: hidden;
}

.packages-card:before {
    top: 0;
    left: 0;
    right: 0;
    height: 0%;
    width: 100%;
    content: "";
    position: absolute;
    background: #232F3E;
    z-index: -1;
    transition: all ease .5s;
    opacity: 0;
}

.packages-card.active:before {
    opacity: 1;
    height: 100%;
}

/* parent-cta-banner-cta-2 css  */
.parent-cta-banner.cta-2 .cta-banner {
    background-image: url('../images/parent-cta-banner-cta-2.png');
    height: 350px;
}

section.parent-cta-banner.cta-2 {
    margin-top: -11rem;
    z-index: 2;
}

.parent-cta-banner.cta-2 .cta-banner .heading-2 {
    margin: 0rem 0 2rem;
}

.packages-slider {
    padding: 0rem 0 2rem;
}

.package-gif {
    position: absolute;
    bottom: -47px;
    z-index: -1;
    max-width: 220px;
    left: -11px;
}

/* parent-cta-banner-cta-2 css  */

/* testimonials */
.testimonials-cards {
    border-radius: 16px;
    background: #F3F3F3;
    padding: 90px 25px 14px;
    position: relative;
}

figure.client-img {
    position: absolute;
    top: -65px;
    left: 0;
    right: 0;
    text-align: center;
}

figure.quote-img {
    position: absolute;
    right: 30px;
    top: 30px;
}

.testimonials-cards-slider {
    padding: 3rem 0 1rem;
}

.top-layer-book {
    position: absolute;
    top: -118px;
    right: 0px;
    max-width: 270px;
}

.main-heading {
    margin-bottom: 3rem;
}


/* faq css  */

.accordion-item {
    margin: 0rem 0 16px;
    border: 0px solid red !important;
    border-radius: 8px;
}

.accordion-header {
    margin-bottom: 0rem;
    background: transparent;
}



.accordion-item:first-of-type>.accordion-header .accordion-button {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.accordion-item:first-of-type {
    border-radius: 0;
}

.accordion-item:hover .accordion-button {
    box-shadow: 0px -1px 6px #f90;
}

.accordion-item:hover .accordion-body {
    box-shadow: 0px 2px 6px #f90;
}

.accordion-button {
    overflow: hidden;
    background: #232F3E;
    border-radius: 6px !important;
    color: white;
    font-weight: 500;
    font-size: 16px;
    padding: 10px 18px;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.accordion-body {
    background: #232F3E;
    color: #EAE2E2;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    padding: 12px 18px 16px;
    border-bottom-left-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
}

.accordion-button:not(.collapsed) {
    color: white;
    font-weight: 500;
    background-color: #232F3E;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom: 1px solid #F7EDD7;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-button::after {
    background-image: url('../images/faq-arrow-down.png') !important;
    background-size: auto;
    width: 37px;
    height: 36px;
}

button.accordion-button {
    transition: none !important;
}

.contact-us {
    background-color: #FFF4E4;
    background-image: url('../images/about-us-bg.png');
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 1;
    background-size: cover;
}

.white-container {
    border-radius: 30px;
    background: #FFF;
    padding: 40px 27px;
    height: auto;
}

.parent-contact-form {
    border-radius: 16px;
    border: 1px solid #E5E5E5;
    padding: 30px;
}

.map-parent {
    height: 100%;
    border-radius: 20px;
    position: relative;
    z-index: 0;
}

.map-form {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    border-radius: 0px 0px 8px 8px;
    background: #232F3E;
    width: 70%;
    margin: auto;
    padding: 30px;
}

.contact-details-child {
    display: flex;
    align-items: start;
    gap: 14px;
}

.contact-details-child a {
    color: #FFF;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    /*text-transform: capitalize;*/
}

.contact-details-child {
    display: flex;
    padding: 20px 125.7px 21px 0px;
    align-items: center;
    gap: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.20);
}

figure {
    margin: 0;
}

.heading-6 {
    color: #FFF;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    text-transform: capitalize;
}

.map-form .heading-6 {
    margin-bottom: 1.5rem;
}

.contact-details-parent:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}

.map-inner-parent {
    position: relative;
    z-index: 0;
}

.left-contact-layer {
    position: absolute;
    left: -29px;
    top: 0;
}

.left-contact-layer-2 {
    position: absolute;
    right: -29px;
    top: 0;
}

.map-frame {
    border-radius: 16px;
    overflow: hidden;
    height: 100%;
}

.map-frame iframe {
    height: 100%;
}

.parent-contact-form :is(input, textarea, select, :placeholder) {
    border-radius: 8px;
    border: 1px solid #E5E5E5;
    background-color: #FFF;
    display: flex;
    width: 100%;
    padding: 20px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    color: #757575;
}

.parent-contact-form textarea {
    width: 100%;
    height: 164px;
}

.form-check-input[type=checkbox] {
    height: 14px;
    width: 14px;
    padding: 8px;
}

label.form-check-label {
    color: #504E4E;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.blue-btn {
    background: #232F3E;
    color: white;
}

.parent-contact-form .blue-btn {
    width: 100%;
    justify-content: center;
}

.parent-contact-form form {
    margin-top: 2rem;
}

:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}

input[type="checkbox" i]:focus-visible {
    outline-offset: 0px !important;
}

.form-check-input:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(13, 110, 253, .25);
}


/* our-authers */
.black {
    color: #17012C;
}

.our-authers-card {
    text-align: center;
    position: relative;
    z-index: 0;
}

.our-authers-card figure {
    margin-bottom: 1rem;
}

.our-authors-bottom-layer {
    position: absolute;
    bottom: -20px;
    left: 0;
    max-width: 190px;
}

.py2 {
    padding-top: 8rem;
    padding-bottom: 8rem;
}

footer {
    background: #232F3E;
    padding: 0rem 0 0rem;
    position: relative;
    z-index: 0;
}

.social-media-list {
    display: flex;
    gap: 12px;
}

.left-footer p {
    color: rgba(255, 255, 255, 0.80);
}

/* footer */
ul.footer-anchar-list li a {
    color: rgba(255, 255, 255, 0.80);
    font-size: 16px;
    font-weight: 500;
    font-family: "Plus Jakarta Sans", sans-serif;
}

ul.footer-anchar-list {
    list-style-image: url('../images/list-item-arrow.png');
    padding-left: 22px;
}

.footer-link-parent .heading-5:before {
    content: "";
    width: 18px;
    height: 2px;
    flex-shrink: 0;
    background: #FFF;
    position: absolute;
    bottom: -20px;
}

.footer-link-parent .heading-5:after {
    content: "";
    width: 60%;
    height: 2px;
    flex-shrink: 0;
    background: #F90;
    position: absolute;
    bottom: -20px;
    left: 20%;
}

.footer-link-parent .heading-5 {
    display: inline-block;
    margin-bottom: 3rem;
}

ul.footer-anchar-list li {
    margin: 0px 0 18px;
}

.recent-post {
    display: flex;
    gap: 20px;
    margin: 0 0 20px;
}

.actual-date {
    color: rgba(255, 255, 255, 0.80);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.post-content {
    width: 100%;
}

.post-date h6 {
    color: #FFF;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 23.2px;
    text-transform: capitalize;
}

.recent-post figure {
    width: 40%;
    overflow: hidden;
    border-radius: 8px;
}

.footer-link-parent.contact-us-details ul.footer-anchar-list {
    list-style: none;
    padding: 0;
}

.parent-bottom-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.parent-bottom-footer ul {
    display: flex;
    align-items: center;
    gap: 20px;
}

.bottom-footer {
    background: #F90;
    margin-top: 5rem;
}

figure.footer-arrow {
    position: relative;
    z-index: 0;
    top: -40px;
    cursor: pointer;
}

.parent-bottom-footer p {
    margin: 0;
    font-weight: 500;
    color: #232F3E;
}

.parent-bottom-footer ul li a {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    text-transform: capitalize;
    color: #232F3E;
}


.email-subscribe input {
    border-radius: 6px 0px 0px 6px;
    border: #F90;
    display: flex;
    width: 100%;
    height: 62px;
    padding: 16.5px 65.2px 16.5px 15px;
    justify-content: center;
    align-items: center;
    border: 0px solid #F90;
    border-radius: 6px;
}

.email-subscribe form {
    position: relative;
    z-index: 0;
}

.email-subscribe form button.btn.btn-primary {
    position: absolute;
    right: 9px;
    top: 8px;
    background: #F90;
    border-radius: 8px;
    border: 0;
    height: 47px;
    padding: 0 14px;
}

.email-subscribe {
    margin: 2rem 0 0;
}

.email-subscribe label.form-check-label {
    color: rgba(255, 255, 255, 0.60);
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.email-subscribe label.form-check-label a {
    color: #FFF;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    margin-left: 4px;
}

.footer-link-parent.contact-us-details ul.footer-anchar-list li {
    display: flex;
    align-items: center;
    gap: 8px;
}


/* slider css  */
.portfolio-parent-slider .swiper-slide {
    width: 212px !important;
}

.portfolio-parent-slider .swiper-slide-active {
    width: 700px !important;
    height: 100%;
}

.portfolio-parent-slider .swiper-slide-active .portfolio-card figure {
    width: 42%;
}

.swiper.portfolio-parent-slider {
    height: 370px;
    padding-bottom: 2rem;
    width: 100%;
    margin-left: auto;
    padding-left: 0rem;
    margin-left: 0rem;
}

.portfolio-parent-slider .swiper-slide-active .portfolio-card {
    padding: 20px;
}

.swiper-slide.swiper-slide-prev .portfolio-card figure {
    opacity: 01;
}

.swiper-slide.swiper-slide-next .portfolio-card figure {
    opacity: 01;
}


/* navigation css */
.swiper-button-prev {
    border-radius: 6px;
    border: 1px solid #232F3E;
    width: 30px;
    height: 30px;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    font-size: 12px;
    font-weight: 600;
    color: #232F3E;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    font-size: 12px;
    font-weight: 600;
    color: #232F3E;
}

.swiper-button-next {
    border-radius: 6px;
    border: 1px solid #232F3E;
    width: 30px;
    height: 30px;
}

.parent-for-navbar {
    position: relative;
    z-index: 0;
}

.parent-for-navbar .swiper-button-next {
    right: -70px;
}

.parent-for-navbar .swiper-button-prev {
    left: -70px;
}

.our-portfolio .swiper-button-next {
    right: unset;
    left: -50px;
    top: 200px;
}

.our-portfolio .swiper-button-prev {
    top: 155px;
    left: -50px;
}

.faqs .accordion {
    margin-top: 0rem;
}

figure.flying-man img {
    position: absolute;
    top: 0;
    right: 0px;
    width: 404px;
    height: 404px;
    transform: scaleX(-1);
    z-index: -1;
}

figure.footr-logo {
    margin-bottom: 2rem;
}

header a.nav-link:hover {
    color: #F90;
}

.swiper-pagination-bullet-active {
    background: #232f3e;
}

:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}

.form-select:focus {
    border-color: #E5E5E5;
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(13, 110, 253, .25);
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}

.form-control:focus {
    border-color: #f90;
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(13, 110, 253, .25);
}


/* animation  */
.animate-charcter {
    background-image: linear-gradient(-225deg, #0B0D36 0%, #0B0D36 29%, #F90 67%, #0B0D36 100%);
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 6s linear infinite;
}


@keyframes textclip {
    to {
        background-position: 200% center;
    }
}


.yellow-btn:hover {
    background: #db8400;
}

a.custom-btn.yellow-btn.curve-btn:hover:before {
    background: #db8400;
}

.brand-list figure a:hover img {
    transform: scale(1.1);
    transition: all ease .3s;
}

.brand-list figure a img {
    transition: all ease .3s;
}

.google-reviews:hover {
    transform: scale(1.1);
    transition: all ease .3s;
    cursor: pointer;
}

.google-reviews {
    transition: all ease .3s;
}

.custom-btn.transparent:hover {
    border-color: #f90;
}

.services-card:hover {
    box-shadow: 0 0 10px #ff990052;
}

.services-card:hover .custom-btn.transparent {
    border-color: #f90;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    border-color: #f90;
}

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


.award-card:hover {
    box-shadow: 0 8px 0px #ff990057;
}

.testimonials-cards:hover {
    box-shadow: 0 6px 0px black;
}

ul.footer-anchar-list li a:hover {
    color: #f90;
}

.recent-post:hover .post-date h6 {
    color: #f90;
}

.recent-post:hover figure img {
    transform: scale(1.2);
    transition: all ease .4s;
}

.recent-post figure img {
    transition: all ease .4s;
}


.hero-section.box.show:before {
    opacity: 0.8;
    transition: all ease 5s;
}

.hero-section.box.show:after {
    opacity: 0.8;
    transition: all ease 5s;
}

.hero-section::before {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: black;
    content: "";
    position: absolute;
    z-index: -1;
    opacity: 1;
    background: linear-gradient(90deg, #000 45.67%, rgba(0, 0, 0, 0.00) 100%);
    transition: all ease 5s;
}

.parent-contact-form .blue-btn:hover {
    background: #f90;
}

.our-authers-card:hover .heading-6.black {
    color: #f90;
}

.office-time p:hover {
    color: #f90;
}

.top-social-media-list ul li a:hover img {
    filter: opacity(0.8);
    transform: scale(1.2);
    transition: all ease .4s;
}

.top-social-media-list ul li a img {
    transition: all ease .4s;
}

.parent-bottom-footer ul li a:hover {
    color: white;
}

.email-subscribe label.form-check-label a:hover {
    color: #f90;
}


.ml2 .letter {
    display: inline-block;
    line-height: 1em;
}

.yellow {
    color: #f90;
}

.contact-details-child a:hover {
    color: #f90;
}

.map-form h5 {
    margin-bottom: 18px;
}

.contact-details-parent {
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}

.custom-side-bar {
    position: relative;
}

.custom-side-bar .offcanvas:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    filter: blur(6px);
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(9.75px);
    z-index: -1;
}


.custom-side-bar .offcanvas {
    background: transparent;
}

.offcanvas-title {
    color: #f90;
}

.offcanvas-header .btn-close {
    color: #f90;
    filter: invert(1) brightness(1);
}

.offcanvas-body ul.navbar-nav {
    gap: 12px;
}

.offcanvas-body ul.navbar-nav a.nav-link.active {
    color: #ffff !important;
    background: #F90;
}

.offcanvas-body ul.navbar-nav a.nav-link {
    box-shadow: 0 0 5px #ffffff4d;
    padding: 4px;
    padding-right: 10px !important;
    padding-left: 10px !important;
    color: #ffffff !important;
    background: #000000;
    text-align: center;
    border-radius: 4px;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 38px;
}

.offcanvas-body ul.navbar-nav a.nav-link:hover {
    background: #f90;
}

/* animation  */


/* modal css  */
.parent-foam {
    border-radius: 15px 0px;
    border: 0px solid #FFF;
    background: #F90;
    padding: 1rem;
    text-align: center;
    position: relative;
    z-index: 0;
    animation: 1s linear infinite bf-animate;
    box-shadow: 0 0 1px 1px #000000, 0 0 1px 1px #000000 inset;
    filter: drop-shadow(0px 0px 1px #000000);
}

.parent-foam input, .parent-foam textarea, .parent-foam select.form-select {
    width: 100%;
    color: white;
    padding: 10px 11px;
    border-radius: 4px;
    border: 1px solid #FFF;
    background: rgba(0, 0, 0, 0.20) !important;
    font-size: 16px;
}

.parent-foam select.form-select option {
    background: rgb(204 122 0) !important;
    border-color: white !important;
}


.form-heading {
    color: white;
}

.form-heading span {
    display: block;
}

.form-heading {
    color: #FFF;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 3rem;
    z-index: 0;
}

.form-heading span {
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    margin-top: 8px;
}

.parent-foam input::placeholder,
textarea::placeholder {
    color: rgba(255, 255, 255, 0.70) !important;
}

.parent-foam textarea {
    height: 100px;
    border: 1px solid white;
    color: white;
}

.parent-foam button.btn.custom-btn {
    width: 100%;
    color: #232F3E;
    border-radius: 4px;
    background: #FFF;
    font-weight: 600;
    text-align: center;
    justify-content: center;
}

.form-heading::before {
    position: absolute;
    z-index: 1;
    border-bottom: 2px dashed #ffffff91;
    width: 98%;
    content: "";
    left: 0;
    right: 0;
    top: 100px;
    margin: auto;
}

.blue-bg-foam .parent-foam {
    background: #232F3E;
}

.blue-bg-foam .parent-foam .form-heading span {
    color: #F90;
}

.blue-bg-foam .parent-foam button.btn.custom-btn {
    background: #F90;
    color: white;
}

.accordion-item {
    border: none !important;
    box-shadow: none !important;
}


.parent-foam textarea::placeholder,
.parent-foam input::placeholder {
    color: #fff !important;
    font-weight: 500;
}

.modal-body {
    padding: 0;
}

.modal-content {
    background: transparent;
}

.modal-header {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    border: 0;
}

.modal-header button.btn-close {
    filter: brightness(1) invert(1);
    opacity: 1;
}

@keyframes bf-animate {

    0%,
    100% {
        box-shadow: 0 0 0px 0.7px #ffff, 0 0 0px 0.7px #ffff inset;
        transform: translateY(0px)
    }

    50% {
        box-shadow: 0 0 0px 0.7px #101840, 0 0 0px 0.7px #101840 inset;
        transform: translateY(0px)
    }

    80% {
        box-shadow: 0 0 0px 0.7px #ffff, 0 0 0px 0.7px #ffff inset;
        transform: translateY(0px)
    }
}

.modal-content {
    border: 0;
}

.modal-static button.btn-close {
    transform: scale(1.2);
    transition: all ease .3sauto;
    opacity: .5;
}

#custom-modal {
    backdrop-filter: blur(5px);
}

#custom-modal .form-heading::before {
    top: 115px;
}


.container-2 {
    width: 88%;
    margin-left: auto;
}

.container-2 .swiper-wrapper {
    width: 1000px;
    margin-left: auto;
    justify-content: start;
}

.swiper.portfolio-parent-slider {
    width: 1500px;
    margin-left: auto;
}

ul.footer-anchar-list li a:hover {
    color: #f90;
}

.recent-post:hover .post-date h6 {
    color: #f90;
}

.form-check:hover a {
    color: #f90;
}

/* modal css  */

/* animations */
.hero-section.box.show .custom-content {
    filter: blur(0px);
    transition: all ease 5s;
}

.hero-section .custom-content {
    filter: blur(9px);
    transition: all ease 5s;
}

label.error {
    color: white;
    font-size: 14px;
    font-weight: 300;
}

a.btn.custom-btn.transparent-btn:active {
    background: transparent;
    border: none;
}

.our-values-slider {
    padding: 10px 0;
}

.about-us-section figure.about-layer {
    position: absolute;
    right: 0;
    z-index: -1;
}
/* animations */



.list-item-parent {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 4px;
    font-weight: 400;
    list-style: inside;
    font-family: Poppins;
    font-size: 14px;
    margin: 1rem 0 1rem;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /*text-transform: capitalize;*/
}

.list-item-parent a {
    color: black;
    font-weight: 600;
}

.contact-details-child figure {
    width: auto;
    display: contents;
}

.parent-contact-form label.error {
    color: black;
}


.office-time p {
    font-size: 14px;
}

.office-time.on-mobile-see {
    display: none;
}

.loader {
    margin-top: 8px;
}

.loader img {
    width: 30px;
}

figure.wing-figure {
    display: none;
}

.top-brands-logos {
    display: flex;
    align-items: center;
    gap: 14px;
    border-radius: 100px;
    border: 1px solid rgba(35, 47, 62, 0.10);
    background: rgba(247, 146, 31, 0.14);
    display: flex;
    padding: 13px 31px 13px 13px;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
    justify-content: center;
}

.top-brands-logos img {
    height: 50px;
    width: 100%;
    object-fit: contain;
}

.our-services-sec {
    position: relative;
    z-index: 0;
    /*padding-bottom: 3rem !important;*/
}

.genre-sec {
    position: relative;
    z-index: 0;
}


.iti.iti--allow-dropdown {
    width: 100%;
}

.contact-details-child:nth-child(02) {
    display: none;
}

.footer-link-parent.contact-us-details ul.footer-anchar-list li:nth-child(02) {
    display: none;
}

.office-details .office-time:nth-child(03) {
    display: none !important;
}

.office-details .office-time:nth-child(02):before {
    display: none;
}

.parent-foam .form-control:focus {
    color: white;
}