@import url(https://fonts.googleapis.com/css2?family=Allison&display=swap);@import url(https://fonts.googleapis.com/css2?family=Playfair+Display:,wght@0,400..900;1,400..900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap);@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800&display=swap);@font-face {
    font-display: swap;
    font-family: boxicons;
    src: url(../../../../../../../../../../../../../../../../themes/custom-theme/assets/fonts/boxicons/boxicons.ttf)
}

:root {
    --f1: "Allison", cursive;
    --f2: "Playfair Display", serif;
    --f3: "Open Sans", sans-serif;
    --f4: "Poppins";
    --c1: #ff3422;
    --c2: #ffb81d;
    --c3: #71c0a1
}

input:focus {
    outline: 0!important;
    border: 0!important;
    box-shadow: none!important
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    text-decoration: none!important;
    list-style-type: none;
    font-family: "Roboto",sans-serif
}

::selection {
    background-color: #325d8e;
    color: #fff
}

a {
    display: inline-block;
    color: #000;
    transition: all 300ms ease-in-out
}

ul,ol,dl {
    margin-bottom: 0;
    padding: 0
}

.imgFluid {
    max-width: 100%;
    height: auto
}

button {
    cursor: pointer;
    transition: all 300ms ease-in-out
}

i.bx {
    font-family: boxicons;
    vertical-align: middle
}

.padd-y {
    padding: 5rem 0
}

.mar-y {
    margin: 5rem 0
}

.img__contain {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.img__cover {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.top_header {
    background: var(--c2);
    color: #000;
    text-align: center;
    padding: 10px 0 5px
}

.top_header__items .text {
    margin: 0
}

.main_header {
    background: #fff;
    padding: 20px 0;
    position: relative
}

.main_header__items .logo {
    position: absolute;
    width: 160px;
    left: 180px;
    top: 0;
    background: #fff;
    padding: 10px;
    border-radius: 0 0 80px 80px;
    z-index: 9
}

.main_header__items .navigation {
    display: flex;
    align-items: center;
    gap: 40px
}

.main_header__items .navigation li {
    position: relative
}

.main_header__items .navigation li a {
    font-size: 12px;
    font-family: var(--f3);
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    letter-spacing: 1px
}

.main_header__items .navigation li a:hover {
    color: lightgray
}

.main_header__items .navigation li:before {
    position: absolute;
    content: "";
    width: 0%;
    height: 2px;
    background: var(--c1);
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: 500ms all
}

.main_header__items li:hover:before {
    width: 100%
}

.main_header__items .icons {
    display: flex;
    align-items: center;
    gap: 10px
}

.main_header__items .icons li a {
    width: 35px;
    height: 35px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center
}

.main_header__items .icons li a:hover {
    color: var(--c1)
}

.main_header__items .icons li a i {
    font-size: 20px
}

.banner {
    display: flex;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    align-items: center;
    position: relative
}

.bn_overlay {
    width: 100%;
    height: 100%;
    inset: 0;
    isolation: isolate;
    position: absolute;
    z-index: -1
}

.banner_items .subtitle {
    font-size: 22px;
    font-weight: 500;
    font-family: var(--f1);
    text-transform: capitalize;
    margin: 0;
    color: #fff
}

.banner_items .title {
    font-size: 42px;
    font-weight: 500;
    font-family: var(--f1);
    text-transform: capitalize;
    margin: 20px 0;
    color: #fff;
    line-height: 55px
}

.banner_items .text {
    font-size: 14px;
    font-weight: 500;
    font-family: var(--f3);
    margin: 10px 0 25px;
    color: #fff;
    line-height: 26px
}

.themebtn {
    font-size: 14px;
    font-family: var(--f3);
    text-transform: capitalize;
    padding: 10px 30px;
    background: var(--c1);
    color: #fff;
    z-index: 1;
    position: relative;
    border: none;
    border-radius: 50px;
    overflow: hidden
}

.themebtn:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: var(--c2);
    transition: all 0.3s ease
}

.themebtn:hover {
    color: #fff
}

.themebtn:hover:after {
    bottom: auto;
    top: 0;
    height: 100%
}

.themebtn:active {
    top: 2px
}

.footer {
    padding: 70px 0 0;
    background: #ffb81d;
    position: relative;
    margin-top: 9rem
}

.footer_main .fooHeading {
    font-size: 24px;
    font-family: var(--f2);
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 30px
}

.footer_main .text {
    font-size: 14px;
    font-family: var(--f3);
    margin: 20px 0
}

.footer_main__left .logo {
    width: 145px;
    background: #fff;
    padding: 16px;
    border-radius: 100%;
    height: 145px
}

.footer_main__left .icons {
    display: flex;
    align-items: center;
    gap: 12px
}

.footer_main__left .icons li a {
    width: 35px;
    height: 35px;
    background: var(--c1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff
}

.footer_main__left .icons li a:hover {
    color: var(--c2)
}

.footer_main__left .icons li a i {
    font-size: 20px
}

.footer_main__center .links li a {
    font-size: 14px;
    font-family: var(--f2);
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 10px
}

.footer_main__center .links li a:hover {
    color: #000
}

.footer_main__center .links li {
    position: relative;
    width: fit-content
}

.footer_main__center .links li:before {
    position: absolute;
    content: "";
    width: 0%;
    height: 2px;
    background: #fff;
    bottom: 2px;
    left: 50%;
    transform: translateX(-50%);
    transition: 500ms all
}

.footer_main__center .links li:hover:before {
    width: 100%
}

.footer_main__right .newsletter input {
    font-size: 14px;
    padding: 9px 20px;
    font-family: var(--f3);
    border-radius: 0;
    border: 0;
    background: transparent;
    border: 1px solid #000
}

.footer_main__right .newsletter input:focus {
    border: 1px solid #000!important;
    outline: 0
}

.footer_main__copywrite {
    background: var(--c3);
    padding: 10px 0;
    margin-top: 30px
}

.footer_main__copywrite .text {
    font-size: 14px;
    font-family: var(--f4);
    color: #000;
    text-align: center;
    margin: 0;
    font-weight: 600
}

.app_btn {
    display: flex;
    align-items: center;
    gap: 10px
}

.app_btn a {
    width: 46%;
    height: 47px
}

.contact_email li a {
    margin-bottom: 20px;
    font-size: 14px;
    font-family: var(--f2);
    display: flex;
    align-items: center;
    gap: 15px
}

.news__bt {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px
}

.news__bt .themebtn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0
}

.contact_email li a i {
    font-size: 20px
}

.follow {
    padding: 70px 0;
    position: relative
}

.follow:before {
    position: absolute;
    content: "";
    background-image: url(../../../../../../../../../../../../../../../../themes/custom-theme/assets/images/star_img.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
    width: 100%;
    top: 16px;
    left: -16px;
    z-index: -1;
    height: 60%;
    animation: flash 7s linear infinite
}

.follow:after {
    position: absolute;
    content: "";
    background-image: url(../../../../../../../../../../../../../../../../themes/custom-theme/assets/images/star_img.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    width: 100%;
    bottom: -31%;
    right: -46%;
    z-index: -1;
    height: 60%;
    animation: flash 7s linear infinite;
    transform: translate(-50%,-50%)
}

.section_head__title {
    font-size: 40px;
    font-family: var(--f2);
    margin: 0;
    font-weight: 600
}

.section_head__subtitle {
    font-size: 40px;
    font-family: var(--f1);
    margin: 0;
    line-height: 20px
}

.section_head__text {
    font-size: 14px;
    text-align: center;
    font-family: var(--f4);
    margin-top: 10px
}

.follow_box {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.follow_box__items {
    border: 1px solid lightgray;
    padding: 30px;
    text-align: center;
    width: 20%;
    border-radius: 20px;
    box-shadow: 0 0 15px 0 lightgray;
    transition: 500ms all;
    background: #fff
}

.follow_box__items i {
    font-size: 100px
}

.follow_box__items .title {
    font-size: 23px;
    font-family: var(--f4);
    text-transform: capitalize;
    font-weight: 500
}

.follow_box__items:hover {
    background: #1d9bf0;
    color: #fff;
    transform: scale(1.1)
}

.follow_box__items:hover i {
    color: #fff
}

.insta_image {
    width: 46%;
    margin: 0 auto 8px
}

.icon_facebook {
    color: #1877f2
}

.icon_youtube {
    color: red
}

.contact {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    position: relative;
    margin: 70px 0 0
}

.contact_overlay {
    width: 50%;
    height: 80%;
    inset: 0;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%)
}

.contact_items_right {
    padding: 0 50px
}

.contact_items_right .title {
    font-size: 40px;
    font-family: var(--f2);
    text-transform: uppercase;
    margin-bottom: 20px
}

.contact_items_right .text {
    font-size: 14px;
    font-family: var(--f4)
}

.contact__bt {
    display: flex;
    align-items: center;
    justify-content: start;
    margin-top: 20px
}

.contact_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px
}

.contact_bottom a {
    font-size: 17px;
    font-family: var(--f4);
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 11px
}

.contact_bottom a i {
    font-size: 22px;
    color: var(--c1)
}

.contact_field input {
    font-size: 14px;
    padding: 15px 20px;
    margin-bottom: 31px;
    border-radius: 0;
    text-transform: capitalize;
    background: #ff342242;
    width: 100%;
    border: none;
    outline: 0
}

.contact_field input:focus,textarea:focus {
    border: 1px solid lightgray!important;
    box-shadow: none!important
}

.contact_field textarea {
    font-size: 14px;
    padding: 15px 20px;
    border-radius: 0;
    text-transform: capitalize;
    background: #ff342242
}

.contact_items_right .selection select {
    padding: 16px 20px;
    width: 100%;
    font-size: 14px;
    border-radius: 0;
    border: 1px solid lightgray;
    color: gray;
    background: #ff342242;
    margin-bottom: 31px;
    outline: 0
}

.contact_items_right .selection option {
    background: #fff
}

.blogs {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    position: relative;
    background: var(--c2)
}

.blog_overlay {
    width: 100%;
    height: 100%;
    inset: 0;
    position: absolute;
    z-index: 1;
    animation: shake 10s linear infinite
}

.blog_main {
    position: relative;
    z-index: 2
}

.section_head_dark {
    position: relative;
    z-index: 2
}

.blog_card .image {
    width: 100%;
    height: 257px;
    overflow: hidden
}

.blog_card .image img {
    transition: 500ms all
}

.blog_card:hover img {
    transform: scale(1.1)
}

.blog_card .title {
    font-size: 20px;
    font-family: var(--f2);
    color: #000;
    font-weight: 600
}

.blog_card .content {
    margin-top: 24px;
    position: relative;
    z-index: 2
}

.blog_card .calender {
    display: flex;
    align-items: center;
    gap: 40px;
    margin: 15px 0
}

.blog_card .calender p {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    font-family: var(--f4);
    margin: 0
}

.blog_card .calender p i {
    font-size: 20px
}

.blog_card .content .text {
    font-size: 14px;
    font-family: var(--f4);
    color: #000;
    font-weight: 400
}

.blog_card .content .blog__bt {
    display: flex;
    align-items: center;
    justify-content: start
}

.blog_card .content .blog__bt a {
    font-size: 15px;
    font-family: var(--f4);
    font-weight: 600;
    transition: 500ms all
}

.blog_card:hover .blog__bt a {
    transform: translateX(10px)
}

.testimonial {
    padding: 70px 0;
    position: relative
}

.testimonial .slick-list.draggable {
    padding: 10px 0
}

.testi_card {
    padding: 50px;
    box-shadow: 0 0 15px 0 lightgray;
    transition: 500ms all
}

.testi_card:hover {
    box-shadow: none
}

.testi_card .header i {
    font-size: 40px;
    color: var(--c1)
}

.testi_card .body {
    font-size: 14px;
    font-family: var(--f4);
    font-style: italic;
    margin: 20px 0
}

.testi_card .footer {
    font-size: 18px;
    background: transparent;
    padding: 0;
    font-family: var(--f4);
    font-weight: 600
}

.testi_items {
    margin: 0 5px
}

.services {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    min-height: 128vh;
    position: relative;
    margin: 170px 0 0
}

.service_overlay {
    width: 100%;
    height: 100%;
    inset: 0;
    position: absolute;
    z-index: -1
}

.service_items .image {
    width: 100%;
    height: 330px
}

.service_items .border1 {
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg,var(--c1) 50%,transparent 50%),linear-gradient(90deg,var(--c1) 50%,transparent 50%),linear-gradient(0deg,var(--c1) 50%,transparent 50%),linear-gradient(0deg,var(--c1) 50%,transparent 50%);
    background-repeat: repeat-x,repeat-x,repeat-y,repeat-y;
    background-size: 16px 4px,16px 4px,4px 16px,4px 16px;
    background-position: 0% 0%,100% 100%,0% 100%,100% 0;
    border-radius: 5px;
    padding: 8px;
    animation: dash 5s linear infinite
}

.service_items .border2 {
    background: linear-gradient(90deg,var(--c2) 50%,transparent 50%),linear-gradient(90deg,var(--c2) 50%,transparent 50%),linear-gradient(0deg,var(--c2) 50%,transparent 50%),linear-gradient(0deg,var(--c2) 50%,transparent 50%);
    background-repeat: repeat-x,repeat-x,repeat-y,repeat-y;
    background-size: 16px 4px,16px 4px,4px 16px,4px 16px;
    background-position: 0% 0%,100% 100%,0% 100%,100% 0;
    border-radius: 5px;
    padding: 8px;
    animation: dash 5s linear infinite
}

@keyframes dash {
    to {
        background-position: 100% 0%,0% 100%,0% 0%,100% 100%
    }
}

.service_items {
    text-align: center
}

.service_items .content {
    margin-top: 10px
}

.service_items .title {
    font-size: 24px;
    font-family: var(--f2)
}

.service_items .text {
    font-size: 14px;
    font-family: var(--f4);
    margin: 10px 0
}

.service_items .service__bt a {
    font-size: 14px;
    font-weight: 600;
    font-family: var(--f4)
}

.gallery {
    background: var(--c3);
    padding: 70px 0;
    position: relative;
    margin: 170px 0 0
}

.gallery_slider {
    margin: 70px 0 0
}

.gallery_item:nth-child(odd) .gallery_img {
    width: 160px;
    height: 200px;
    margin: auto auto;
    transform: translate(-50%,15%);
    top: 50%;
    position: absolute;
    left: 50%
}

.gallery_item {
    position: relative
}

.gallery_img {
    width: 100%;
    height: 270px;
    overflow: hidden
}

.gallery_img:before {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0000006b;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%)!important;
    opacity: 0;
    visibility: hidden;
    transition: 500ms all;
    content: "";
    z-index: 1
}

.gallery_item:hover:before {
    opacity: 1;
    visibility: visible
}

.gallery_img:hover img {
    transform: scale(1.2)
}

.gallery_img img {
    transition: 500ms all
}

.follow_box__items:hover img {
    filter: brightness(100)
}

.cloud {
    position: absolute;
    top: 50px;
    width: 480px;
    animation: shake 15s linear infinite
}

.cloud--left {
    left: 0;
    top: 30px
}

.cloud--right {
    right: 0;
    animation-delay: 1s
}

.childern_row {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.main_childernRow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: -110px;
    z-index: -1;
    width: 100%
}

.child_img {
    width: 100%;
    height: 170px
}

.child_img:nth-child(1) {
    animation: child1 3s linear infinite
}

.child_img:nth-child(2) {
    animation: child2 2s linear infinite
}

.child_img:nth-child(3) {
    animation: child3 2s linear infinite
}

.child_img:nth-child(4) {
    animation: child2 1.5s linear infinite
}

.child_img:nth-child(5) {
    animation: child1 3.5s linear infinite
}

@keyframes child1 {
    0% {
        transform: translatex(0)
    }

    25% {
        transform: translatex(10px)
    }

    50% {
        transform: translatex(0)
    }

    75% {
        transform: translatex(-10px)
    }

    100% {
        transform: translatex(0)
    }
}

@keyframes child2 {
    0% {
        transform: translatey(0)
    }

    25% {
        transform: translatey(15px)
    }

    50% {
        transform: translatey(0)
    }

    75% {
        transform: translatey(-15px)
    }

    100% {
        transform: translatey(0)
    }
}

@keyframes child3 {
    0% {
        transform: rotate(0)
    }

    25% {
        transform: rotate(10deg)
    }

    50% {
        transform: rotate(0)
    }

    75% {
        transform: rotate(-10deg)
    }

    100% {
        transform: rotate(0)
    }
}

@keyframes child4 {
    0% {
        transform: translate(-66%,-55%) rotate(0)
    }

    25% {
        transform: translate(-66%,-50%) rotate(-7deg)
    }

    50% {
        transform: translate(-66%,-55%) rotate(0)
    }

    75% {
        transform: translate(-66%,-60%) rotate(7deg)
    }

    100% {
        transform: translate(-66%,-55%) rotate(0)
    }
}

.services .main_childernRow {
    top: -90px
}

.service_child--right {
    position: absolute;
    right: -10px;
    z-index: 1;
    bottom: 0;
    width: 230px;
    height: auto
}

.child_hand {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-66%,-55%);
    width: 40%;
    animation: child4 1s linear infinite
}

.testi_card--green {
    background: var(--c3)
}

.testi_card--red {
    background: var(--c1)
}

.testi_card--yellow {
    background: var(--c2)
}

.testi_card--red .header i {
    color: var(--c2)
}

.testi_card--yellow .header i {
    color: var(--c3)
}

.testi_card--green .header i {
    color: var(--c2)
}

.summary_con>h4 {
    font-size: 30px;
    text-transform: uppercase;
    font-family: var(--f2);
    font-weight: 600
}

.summary_con p {
    font-size: 14px;
    margin: 10px 0
}

.summary_img {
    width: 100%;
    height: 630px
}

.summary_con--alt {
    margin: 50px -100px
}

.summary_slider {
    margin: 30px -50px 0
}

.summary_box {
    padding: 20px;
    height: 250px
}

.summary_box h4 {
    font-size: 19px;
    font-family: var(--f2);
    font-weight: 600;
    text-transform: uppercase;
    color: #000
}

.summary_box p {
    font-size: 12px;
    font-family: var(--f3);
    font-weight: 600;
    line-height: 21px
}

.summary_box ul li {
    font-size: 12px;
    line-height: 22px;
    font-family: var(--f3);
    list-style: disc!important
}

.summary_box ul {
    padding-left: 20px
}

.summary_slider .slick-list.draggable {
    padding-right: 480px!important
}

.slick-arrow {
    top: 107%!important;
    left: 60px!important;
    background: transparent;
    color: #fff;
    border: 1px solid var(--c3)
}

.slick-arrow:before {
    font-family: "boxicons";
    font-size: 30px;
    color: var(--c3);
    opacity: 1
}

.slick-next {
    left: 110px!important
}

.slick-next:before {
    content: "\ea50"
}

.slick-prev:before {
    content: "\ea4d"
}

.slick-arrow:hover {
    background: var(--c1);
    border-color: var(--c1)
}

.summary_btn {
    margin: 15px 110px 0
}

.executive_summary {
    padding: 70px 0 0;
    margin: 50px 0 0
}

.top_item a {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: var(--f3);
    text-transform: capitalize;
    font-size: 14px
}

.header_left {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%
}

.header_btn a {
    text-transform: uppercase
}

.about {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    background: #66666617
}

.about_overlay {
    position: absolute;
    width: 38%;
    height: 76%;
    bottom: 0
}

.about_img {
    position: absolute;
    transform: translate(-50%,-50%);
    top: 26%;
    right: 43%
}

.about_img {
    width: 17%
}

.about_content_left {
    margin-left: -165px;
    margin-top: 10px
}

.about__content .title {
    font-size: 40px;
    font-family: var(--f2);
    font-weight: 600;
    margin-bottom: 20px
}

.about__content .text {
    font-size: 14px;
    font-family: var(--f3);
    margin-bottom: 20px;
    line-height: 26px
}

.about__content .title2 {
    font-size: 30px;
    font-family: var(--f2);
    font-weight: 600;
    margin-bottom: 20px
}

.about__content {
    margin-top: 71px
}

.about_content .title2 {
    font-size: 30px;
    font-family: var(--f2);
    font-weight: 600
}

.about_content .text {
    font-size: 14px;
    font-family: var(--f3)
}

.about_content span {
    font-size: 15px;
    color: var(--c1);
    font-weight: 600
}

.summary_imgMain {
    position: relative
}

.summary_img {
    width: 84vh;
    height: 85vh
}

.summary_img--alt {
    position: absolute;
    top: 30px;
    right: 0;
    width: 300px;
    height: 262px
}

.banner__img {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    z-index: -1
}

.banner_item {
    margin: 0
}

.service_child--left {
    position: absolute;
    z-index: 9;
    bottom: 0
}

@keyframes child5 {
    0% {
        transform: rotate(14deg) translate(-98%,-39%)
    }

    25% {
        transform: rotate(2deg) translate(-69%,-53%)
    }

    50% {
        transform: rotate(14deg) translate(-98%,-39%)
    }

    75% {
        transform: rotate(7deg) translate(-82%,-48%)
    }

    100% {
        transform: rotate(14deg) translate(-98%,-39%)
    }
}

.service_child--left .child_hand {
    width: 91%;
    left: 140px;
    top: 210px;
    animation: child5 3s linear infinite
}

.inner__baner {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    min-height: 67vh;
    position: relative
}

.inner_overlay {
    width: 100%;
    height: 100%;
    inset: 0;
    position: absolute;
    z-index: -1
}

.inner_title {
    font-size: 70px;
    font-family: var(--f2);
    font-weight: 500
}

.service_items:hover img {
    transform: scale(1.1)
}

.service_items:hover img {
    transition: 500ms all
}

.service_items .service__bt a:hover {
    transform: translate(10px)
}

.What-We-Do {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    min-height: auto;
    justify-content: end;
    position: relative
}

.what_overlay {
    width: 50%;
    height: 100%;
    inset: 0;
    position: absolute;
    z-index: -1
}

.what_main {
    padding: 14px
}

.what_main .subtitle {
    font-size: 40px;
    font-family: var(--f1);
    margin: 0;
    line-height: 17px
}

.what_main .title {
    font-size: 40px;
    font-family: var(--f2);
    margin-bottom: 14px;
    font-weight: 600
}

.what_main .title2 {
    font-size: 30px;
    font-family: var(--f4);
    margin-bottom: 15px;
    font-weight: 500;
    margin-top: 30px
}

.what_main .text {
    font-size: 14px;
    font-family: var(--f3);
    line-height: 28px
}

.services--inner {
    margin: 70px 0
}

.about--alt .about_overlay {
    right: 0
}

.about--alt .about_img {
    right: 330px
}

.about--alt {
    margin: 0 0 70px;
    background: none
}

.contact--alt form :is(input,select,textarea) {
    background: transparent!important;
    color: #fff!important;
    border: 1px solid
}

.contact--alt form :is(input,textarea)::placeholder {
    color: #fff
}

.custome-marquee {
    width: 100%;
    height: 100px;
    overflow: hidden;
    position: relative
}

.custome-marquee div {
    background-color: #29375f;
    display: block;
    width: 200%;
    height: 100px;
    position: absolute;
    overflow: hidden;
    animation: marquee 15s linear infinite
}

.custome-marquee span {
    float: left;
    padding-top: 10px;
    margin-left: 50px;
    font-size: 4rem;
    font-weight: bolder;
    word-spacing: 1rem;
    letter-spacing: .8rem;
    text-transform: uppercase;
    font-family: "Montserrat",sans-serif;
    color: #fff;
    text-shadow: -1px 1px 0 #000,1px 1px 0 #000,1px -1px 0 #000,-1px -1px 0 #000;
    text-align: center
}

@keyframes marquee {
    0% {
        left: 0
    }

    50% {
        left: -50%
    }

    100% {
        left: 0
    }
}

@media only screen and (max-width: 600px) {
    .custome-marquee div {
        background-color:#29375f;
        display: block;
        width: 200%;
        height: 70px
    }

    .custome-marquee span {
        font-size: 2rem
    }
}

.top_header a {
    padding: 0 40px;
    font-size: 14px;
    color: #000;
    width: fit-content
}

.about_content.alt {
    padding: 26px 0
}

section.What-We-Do.alt {
    padding: 70px 0;
    margin-bottom: 8rem
}

input.date {
    color: gray;
    text-transform: uppercase
}

.contact_items_right .selection select option {
    color: #000
}

.wedo_cover_img {
    position: absolute;
    bottom: -19px;
    left: 38%;
    transform: translate(-50%,0%);
    animation: salon 5s linear infinite
}

@keyframes salon {
    0% {
        transform: translate(-50%,0%)
    }

    50% {
        transform: translate(0%,0%)
    }

    100% {
        transform: translate(-50%,0%)
    }
}

.main_childernRow.alt {
    z-index: 99
}

.footer_main__left .logo img {
    width: 100%;
    height: 100%
}

.dropdown_menu {
    position: absolute;
    top: 108%;
    left: 0;
    width: 198px;
    background: #fff;
    box-shadow: 0 0 10px 0 #cfcfcf;
    z-index: 99;
    transition: 500ms all;
    transform: translateY(40%);
    opacity: 0;
    visibility: hidden
}

.dropdown_menu a {
    padding: 15px 17px;
    display: inline-block;
    border-bottom: 1px solid #dbdbdb;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.dropdown_menu a p {
    margin: 0;
    font-size: 12px;
    font-family: var(--f3);
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    letter-spacing: 1px
}

.dropdown_menu a span {
    font-size: 13px;
    font-family: var(--f3);
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
    letter-spacing: 1px
}

.main_header__items .navigation li:hover .dropdown_menu {
    transform: translateY(0);
    opacity: 1;
    visibility: visible
}

.map {
    width: 100%;
    height: 422px;
    overflow: hidden;
}

.map iframe {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.contact_overlay.alt img {
    height: 80%
}

.dropdown_menu a:hover {
    background: var(--c2);
    color: #fff!important
}

.services_items p {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 17px;
    font-family: var(--f3);
    padding: 30px 0;
    border-bottom: 1px dashed;
    margin: 0
}

.services_items p span {
    font-weight: 700
}

.our_services {
    margin: 80px 0
}

.menu_logo {
    position: fixed;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 7px 10px;
    background: #ffb81d;
    top: 0;
    left: 0;
    z-index: 999;
    backdrop-filter: blur(10px)
}

.responsive_logo img {
    width: 100px
}

.open_menu {
    font-size: 30px;
    color: #fff
}

.side_menu {
    width: 100%;
    background: var(--c1);
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    transform: translateX(-100%);
    transition: 500ms all
}

.responsive_menu {
    display: none
}

.show {
    transform: translateX(0%)
}

.side_menu li a {
    padding: 10px 12px;
    width: 100%;
    border-bottom: 1px solid #ffffff69;
    color: #fff;
    text-transform: capitalize;
    font-size: 15px
}

.close_menu {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 27px;
    color: #fff
}

.responsive_logo {
    width: 70px;
    height: 70px;
    padding: 10px;
    background: #fff;
    border-radius: 100%;
    overflow: hidden
}

.responsive_logo img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

section.main_banner a {
    margin: 0
}

.gallery-item dd {
    color: #000;
    padding: 0 40px;
    margin-top: 24px;
    font-weight: 700
}
