.aos-animate {
    opacity: 1 !important;
}

.quote-heading h2 {
    opacity: 1 !important;
}

.quote-heading p {
    opacity: 1 !important;
    transform: scale(1) !important;
}

section.insta-sec h2 {
    opacity: 1 !important;
    transform: scale(1);
}

section.insta-sec p {
    opacity: 1 !important;
    transform: scale(1);
}

.slick-slider {
    opacity: 1 !important;
    transform: scale(1) !important;
}

.quote-btn {
	opacity: 1 !important;
  transform: scale(1) !important;
}


h2.wow.bounceIn1 {
    color: white !important;
    font-size: 59px !important;
}


h2.bounceIn1 {
    font-size: 59px;
    color: white !important;
}


.ss-12 h2.aos-init.aos-animate {
    text-align: center;
}

.ss-12 h4.aos-init.aos-animate {
    text-align: center;
}

.ss-12 h6.aos-init.aos-animate {
    text-align: center;
}


.counter-txt .counter {
    font-size: 98px;
    line-height: 120px;
    font-family: 'Cormorant';
    color: #393939;
    opacity: 0.1;
}

.policy-txt li {
    list-style: none;
}

.policy-txt p {
    color: black !important;
}

.policy-txt h3 {
    font-size: 40px;
}

.policy-txt li {
    list-style: none;
    font-family: 'Montserrat';
}


.header-logo.wow.slideInLeft img {
    max-width: 80% !important;
}


.testi-form {
    background: #fff; 
    border-radius: 20px; 
    box-shadow: 0 4px 20px rgba(0,0,0,0.1); 
    padding: 30px; 
    max-width: 1000px; 
    margin: 40px auto; 
}



p.gform_required_legend {
    display: none;
}


input#input_1_1 {
    width: 100%;
    height: 60px;
    border: 1px solid #6a6d7075;
    border-radius: 5px;
    padding: 0 20px;
    font-family: "Roboto", sans-serif;
    color: #000;
    font-size: 19px;
}

input#input_1_3 {
    width: 100%;
    height: 60px;
    border: 1px solid #6a6d7075;
    border-radius: 5px;
    padding: 0 20px;
    font-family: "Roboto", sans-serif;
    color: #000;
    font-size: 19px;
}

textarea#input_1_4 {
    width: 100%;
    height: 144px;
    border: 1px solid #6a6d7075;
    border-radius: 5px;
    padding: 0 20px;
    font-family: "Roboto", sans-serif;
    color: #000;
    font-size: 19px;
}

select#input_1_5 {
    width: 100%;
    height: 100% !important;
    border: 1px solid #6a6d7075;
    border-radius: 5px;
    padding: 16px 20px;
    font-family: "Roboto", sans-serif;
    color: #000;
    font-size: 19px;
}

input#gform_submit_button_1 {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 0 40px;
    border: 1px solid #000;
    background-color: #0000;
    overflow: hidden;
    transition: ease-in;
    transition-duration: 0.5s;
}


.gform_wrapper.gravity-theme #field_submit, .gform_wrapper.gravity-theme .gform_footer {
    display: flex;
    text-align: center !important;
    margin-left: 416px !important;
    margin-top: 50px !important;
}

input#gform_submit_button_1:hover {
    border: 1px solid #0000004a;
    transition: ease-in;
    transition-duration: 0.5s;
    background: #f4f0ed;
}


.work-with-me-txt h2 {
    font-size: 50px;
    line-height: normal;
}

ul li {
    list-style: disc;
}

.work-with-me-txt {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 7px;
}

section.work-with-me-sec.sec a.theme1 {
    background: black;
}

.gallery-card img {
    border-radius: 12px !important;
}

.gallery-card {
    margin: 5px;
}


.menu-box ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: right;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: space-between;
    
}


.banner-socials ul li:nth-child(2)::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -28px;
    width: 70%;
    border-bottom: 1px solid #fff;
	display: none !important;
}