/* overall ================================== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

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

body.overly::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

a {
    text-decoration: none;
}

ul,
li {
    list-style: none;
}

.fwt-white-btn {
    display: inline-block;
    background-color: #fff;
    border-radius: 5px;
    text-transform: uppercase;
    color: #05A1D9;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 34.44px;
    /* width: 180px; */
    border: 1px solid #fff !important;
    transition: all 0.5s ease-in-out;
}

.fwt-white-btn:hover {
    border: 1px solid #fff;
    background-color: #05A1D9;
    color: #fff;
}

.fwt-our-design-img img {
    width: 100%;
    display: block;
    object-fit: cover;
    /* max-width: 458px; */
    height: 320px !important;
}

.fwt-sky-btn {
    display: inline-block;
    background-color: #05A1D9;
    border-radius: 5px;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 34.44px;
    /* width: 180px; */
    border: 1px solid #05A1D9 !important;
    transition: all 0.5s ease-in-out;
}

.fwt-sky-form-btn {
    display: inline-block;
    background-color: #05A1D9;
    border-radius: 5px;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 34.44px;
    width: fit-content;
    border: 1px solid #05A1D9 !important;
    transition: all 0.5s ease-in-out;
}

.fwt-sky-form-btn:hover {
    color: #05A1D9;
    background-color: #fff;
    border: 1px solid #05A1D9 !important;
}

.fwt-sky-btn:hover {
    color: #05A1D9;
    background-color: #fff;
    border: 1px solid #05A1D9 !important;
}

h2 {
    font-size: 36px;
    line-height: 44px;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
}

p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #4d4d4d;
}

/* All pages top section ================================= */

.fwt-about-bg {
    position: relative;
    background-color: #05A1D9;
    width: 100%;
}

.fwt-about-bg::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 550px;
    background-image: url(../images/about-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.3;
}

.fwt-top-head-contnet {
    max-width: 1492px;
    margin: 0 auto;
    padding: 0 60px;
    padding-block: 340px 125px;
}

.fwt-top-head-section {
    position: relative;
    overflow: hidden;
    z-index: 5;
}

.fwt-top-head-font {
    font-size: 64px;
    font-weight: 400;
    font-style: normal;
    font-family: "Kaushan Script", cursive;
    color: #fff;
}

.fwt-bg-line {
    max-width: 50vw;
    width: 100%;
    height: 1px;
    background-color: #fff;
    border-radius: 10px;
    opacity: 0.5;
}

.fwt-top-head-link {
    position: relative;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}

.fwt-top-head-link:hover {
    color: #fff;
}

/* header-logo ===============================*/
.fwt-header-logo {
    position: fixed;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 52;
}

img.rounded-circle {
    position: absolute;
    left: 50%;
    top: 22px;
    transform: translateX(-50%);
    z-index: 99 !important;
    width: 155px;
    height: 154px;
}

.fwt-header-bg {
    width: 195px;
    height: 195px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

/* navbar ================================= */
.fwt-main-header {
    position: fixed;
    left: 0;
    right: 0;
    top: 120px;
    z-index: 50;
    max-width: 1490px;
    padding: 0 60px;
    margin: 0 auto;
}

.fwt-nav-icon {
    width: 97px;
    height: 97px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #E2E2E2;
}

.fwt-toggle-list i {
    font-size: 20px;
    color: #888888;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
}

.fwt-toggle-list i:hover {
    color: #05A1D9;
}

.fwt-navbar {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    padding: 36.5px 0;
    box-shadow: 0px 4px 15px 0px rgba(104, 98, 99, 0.4);
}

.fwt-nav-items {
    display: flex;
    align-items: center;
}

.fwt-nav-list {
    margin-left: 36px;
    transition: all 0.5s ease-in-out;
}

.fwt-nav-link {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    color: #000 !important;
    transition: all 0.5s ease-in-out;
}

.fwt-nav-link::after {
    position: absolute;
    left: 0;
    bottom: -12px;
    content: "";
    width: 0;
    height: 2px;
    background-color: #05A1D9;
    transition: all 0.5s ease-in-out;
}

.fwt-nav-list:hover .fwt-nav-link::after {
    width: 76px;
}

.fwt-nav-list:first-child {
    margin-left: 0;
}

.fwt-nav-link:hover {
    color: #05A1D9 !important;
}

.fwt-toggle-line {
    height: 4.8px;
    background-color: #fff;
    margin-bottom: 4.8px;
    transition: all 0.3s ease-in-out;
}

.fwt-toggle-line:nth-child(1) {
    width: 39.2px;
}

.fwt-toggle-line:nth-child(2) {
    width: 33.6px;
}

.fwt-toggle-line:nth-child(3) {
    width: 28px;
}

.fwt-toggle-menu {
    background-color: #05A1D9;
    width: 97px;
    height: 97px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    border: none;
    outline: none !important;
    box-shadow: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.fwt-header-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0;
    width: 97px;
    height: 97px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #E2E2E2;
    flex-wrap: wrap;
}

.fwt-header-icon li a i {
    font-size: 20px;
    color: #888888;
    transition: all 0.5s ease-in-out;
}

.fwt-header-icon li a i:hover {
    color: #05A1D9;
}

/* mobile menu open ====================== */
.fwt-toggle-open {
    position: fixed;
    top: 0;
    left: -700px;
    z-index: 99;
    height: 100%;
    width: 700px;
    margin-left: auto;
    background-color: #fff;
    padding: 30px;
    padding-top: 60px !important;
    transition: all 0.8s ease-in-out;
}

.fwt-mobile-logo img {
    width: 155px;
    height: 160px;
}

.fwt-toggle-open.open {
    left: 0;
}

.fwt-main-toggle {
    position: relative;
}

.fwt-mobile-menu-list {
    padding-bottom: 16px;
}

.fwt-mobile-menu-list a {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    transition: all 0.5s ease-in-out;
}

.fwt-mobile-menu-list a:hover {
    color: #05A1D9;
}

.fwt-mobile-icon li a i {
    font-size: 20px;
    color: #fff;
    background-color: #343434;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    transition: all 0.5s ease-in-out;
}

.fwt-mobile-icon li a i:hover {
    background-color: #05A1D9;
}

.fwt-mobile-menu {
    padding: 40px 20px;
    display: none;
}

.offcanvas-start {
    width: 100%;
}

.fwt-mobile-menu .fwt-close {
    background-color: #000;
}

.fwt-mobile-menu .fwt-close-icon {
    top: 40px;
    right: 40px;
}

/* dekstop-menu ================================*/
.fwt-dekstop-menu {
    width: 100%;
    height: 100%;
}

.fwt-dekstop-menu-logo {
    width: 100%;
    height: 100%;
}

.fwt-dekstop-menu-logo img {
    width: 265px;
    height: 270px;
}

.fwt-dekstop-menu-details {
    background-color: #05A1D9;
    width: 100%;
    height: 100%;
}

.fwt-close-icon {
    position: absolute;
    right: 100px;
    top: 60px;
    cursor: pointer;
    padding: 10px;
}

.fwt-close {
    width: 35px;
    height: 3px;
    background-color: #fff;
    border-radius: 6px;
    margin-bottom: 8px;
    position: absolute;
    top: 0;
    left: 0;
}

.fwt-close:nth-child(1) {
    transform: rotate(45deg);
}

.fwt-close:nth-child(2) {
    transform: rotate(-45deg);
}

/* hero section -======================= */
.fwt-hero-bg {
    position: relative;
    overflow: hidden;
}

.fwt-hero-left-text h2 {
    color: #fff;
    line-height: 50px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.fwt-hero-left-text p {
    color: #fff;
}

.fwt-hero-left-text {
    background-color: #000;
    max-width: 685px;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 50px 60px 60px 76px;
    font-weight: 600;
}

.fwt-about-content {
    display: flex;
    flex-direction: column;
    align-items: baseline;
}

.fwt-about-content p {
    max-width: 370px;
    color: #4d4d4d;
    padding-block: 30px 56px;
}

.fwt-about-main-content {
    margin-left: auto;
    max-width: 440px;
    margin-top: 83px;
}

.fwt-head-line-text {
    position: relative;
    text-transform: uppercase;
}

.fwt-head-line-text::after {
    content: "";
    position: absolute;
    left: -100px;
    top: 20px;
    width: 80px;
    height: 5px;
    background-color: #05A1D9;
}

.fwt-hero-right {
    background-color: #05A1D9;
}

.fwt-hero-right-contant {
    padding-block: 340px 196px;
    padding-left: 130px;
}

.fwt-child-head-font {
    color: #fff;
    line-height: 36px;
}

.fwt-head-font {
    font-size: 96px;
    font-weight: 400;
    font-style: normal;
    font-family: "Kaushan Script", cursive;
    color: #fff;
}

.fwt-hero-right-contant p {
    color: #fff;
    max-width: 515px;
    margin-top: 40px;
    margin-bottom: 54px;
}

/* fwt-unique-section =========================*/
.fwt-unique-design {
    position: relative;
    overflow: hidden;
    background-color: rgba(241, 212, 144, 0.1);
}

.fwt-unique-content {
    padding-block: 97px 91px;
}

.fwt-unique-content h2 {
    color: #05A1D9;
}

.fwt-unique-content p {
    max-width: 800px;
}

/* fwt-our-design ========================*/
.fwt-our-design {
    position: relative;
    overflow: hidden;
}

/* slider-section =========================*/

.fwt-slider-section {
    position: relative;
    overflow: hidden;
    padding-block: 152px;
    background-color: rgba(217, 217, 217, 0.23);
}

.fwt-slider-content {
    max-width: 1475px;
    width: 100%;
    margin-left: auto;
}

.fwt-slider-heading {
    max-width: 1170px;
    margin: 0 auto;
    width: 100%;
    margin-bottom: 80px;
}

.fwt-slider-heading p {
    max-width: 580px;
    color: #727272;
    padding-left: 20px;
}


/* form section ===================*/
.fwt-form-section {
    position: relative;
    overflow: hidden;
}

.fwt-left-form {
    background-color: #05A1D9;
}

.fwt-form-set {
    padding-block: 127px 133px;
    padding-left: 16vw;
}

.fwt-enquiry-form input,
textarea {
    max-width: 100%;
    width: 100%;
    border: 1px solid #05A1D9;
    padding: 13px 20px;
    outline: none;
    box-shadow: none;
}

.fwt-enquiry-form .fv-row {
    margin-bottom: 10px;
}

.fwt-form-text {
    position: relative;
    margin-left: 137px;
}

.fwt-form-text::after {
    position: absolute;
    left: 0;
    bottom: -32px;
    content: "";
    background-color: #fff;
    width: 660px;
    height: 1px;
}

/* clint section ===========================*/
.fwt-our-clint {
    position: relative;
    overflow: hidden;
    padding-block: 97px 107px;
    background-image: url(../images/map-img.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 28px;
}

.fwt-clint-content {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
}

.fwt-clint-content p {
    max-width: 680px;
    width: 100%;
    margin: 0 auto;
}

.fwt-our-clint-slider {
    margin-top: 50px;
}

.fwt-clint-slider-text {
    margin-left: 62px;
}

.fwt-clint-slider-text p {
    max-width: 370px;
    padding-block: 34px 38px;
}

.fwt-clint-slider-text h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 400;
    color: #05A1D9;
    font-family: "Kaushan Script", cursive;
}

.fwt-slider-content {
    max-width: 1170px;
    margin: 0 auto;
}

/* .swiper-button-next {
    right: 0;
    top: 268px;
    width: auto;
}

.swiper-button-prev {
    left: 0;
    top: 268px;
    width: auto;
} */

/* footer content ================================*/
.fwt-footer-content {
    position: relative;
    overflow: hidden;
}

.fwt-footer-logo img {
    width: 155px;
    height: 160px;
}

.fwt-left-footer {
    padding-block: 60px;
    background-color: #000;
    padding-left: clamp(30px, 16vw, 340px);
    height: 767px;
}

.fwt-footer-line {
    background-color: #D9D9D9;
    max-width: 585px;
    width: 100%;
    height: 1px;
    margin-top: 43px;
}

.fwt-right-footer {
    background-color: #05A1D9;
    padding-block: 137.3px 60px;
    padding-left: 137px;
    height: 767px;
    padding-right: clamp(30px, 16vw, 340px);
}

.fwt-footer-details h6 {
    color: #888888;
    font-weight: 400;
}

.fwt-footer-details span {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

.fwt-footer-icon {
    display: flex;
    gap: 15px;
    margin-top: 53px;
}

.fwt-footer-icon li {
    display: inline-block;
    width: 48px;
    height: 48px;
    background-color: #343434;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    cursor: pointer;
}

.fwt-footer-icon li a {
    color: #fff;
}

.fwt-footer-items li a {
    font-size: 16px;
    line-height: 24px;
    color: #888888;
}

.fwt-right-footer h2 {
    color: #cfff;
}

.fwt-right-footer h1 {
    line-height: 90px;
}

.fwt-right-footer p {
    font-size: 20px;
    line-height: 28px;
    color: #fff;
}

.fwt-copyright-line {
    padding-top: 130px;
}

.fwt-right-footer .fwt-head-line-text::after {
    width: 130px;
    left: -160px;
    background-color: #fff;
}

@media (max-width:1800px) {
    .fwt-our-design-img img {
        height: 320px !important;
    }
}

/* media query -------------*/
@media (max-width:1440px) {
    .fwt-slider-heading {
        max-width: 992px;
    }

    .fwt-slider-content {
        max-width: 1064px;
    }

    .fwt-hero-right-contant {
        padding-left: 60px;
    }

    .fwt-head-font {
        font-size: 80px;
    }

    .fwt-left-footer {
        padding-left: 80px;
    }

    .fwt-right-footer {
        padding-inline: 60px;
    }

    .fwt-our-design-img img {
        height: 280px !important;
    }
}

@media (max-width:1200px) {
    h2 {
        font-size: 34px;
        line-height: 44px;
    }

    .fwt-about-content {
        display: block;
    }

    .fwt-about-main-content {
        max-width: 100%;
        padding-left: 60px;
    }

    .fwt-about-content p {
        max-width: 100%;
    }

    .fwt-hero-left-text {
        max-width: 500px;
        padding: 30px;
    }

    .fwt-hero-left-text h2 {
        font-size: 34px;
        line-height: 44px;
        margin-bottom: 20px;
    }

    .fwt-slider-heading {
        max-width: 900px;
    }

    .fwt-slider-content {
        max-width: 900px;
    }

    .fwt-head-font {
        font-size: 60px;
    }

    .fwt-left-footer {
        padding-inline: 60px;
    }

    .fwt-form-set {
        padding-left: 80px;
    }

    .fwt-form-text {
        margin-left: 60px;
    }

    .fwt-enquiry-form input,
    textarea {
        max-width: 300px !important;
    }

    .fwt-our-clint {
        padding-inline: 60px;
    }

    .fwt-clint-slider-img {
        display: none;
    }

    .swiper-button-next:after,
    .swiper-button-prev:after {
        display: block;
    }

    .fwt-right-footer h2 {
        font-size: 28px;
    }

    .fwt-navbar {
        height: 70px;
    }

    .fwt-toggle-menu {
        height: 73px;
    }

    .fwt-nav-icon {
        height: 73px;
    }

    .fwt-main-header {
        top: 95px;
    }
    .fwt-header-bg {
        width: 135px;
        height: 135px;
    }
    img.rounded-circle {
        position: absolute;
        left: 50%;
        top: 13px;
        transform: translateX(-50%);
        z-index: 99 !important;
        width: 110px;
        height: 110px;
    }
    .fwt-our-design-img img {
        height: 220px !important;
    }
}

@media (max-width:991px) {

    /* dekstop and mobile menu ======*/
    .fwt-dekstop-menu {
        display: none;
    }

    .fwt-mobile-menu {
        display: block;
    }

    .offcanvas-start {
        width: 400px;
    }

    .fwt-toggle-open {
        width: 550px;
    }


    .fwt-nav-items {
        display: none;
    }

    .fwt-slider-section {
        padding-inline: 60px;
    }

    .fwt-about-main-content {
        margin: 60px;
    }

    .fwt-hero-right-contant {
        padding: 60px;
    }

    .fwt-our-design-content h2 {
        font-size: 22px;
        line-height: 32px;
    }

    .fwt-slider-section {
        padding-block: 60px;
        padding-inline: 60px;
    }

    .fwt-form-set {
        padding: 60px 60px;
    }

    .fwt-enquiry-form input,
    textarea {
        max-width: 100% !important;
    }

    .fwt-form-text {
        padding-block: 60px;
    }

    .fwt-clint-slider-text {
        margin-left: 20px;
    }

    .fwt-copyright-line {
        padding-top: 60px;
    }

    .fwt-right-footer {
        padding-block: 60px;
        height: 540px;
    }

    /* All pages top section ================================= */
    .fwt-top-head-font {
        font-size: 52px;
    }

    .fwt-top-head-contnet {
        padding-block: 340px 140px;
    }

    .fwt-navbar {
        background-color:unset;
        box-shadow:unset;
    }

    .fwt-nav-icon {
        display:none;
    }

    .fwt-toggle-menu {
        top:-70px;
        width: 60px;
        height: 60px;
    }

    .fwt-our-design-img img {
        max-width: unset !important;
    }
}

@media (max-width:767px) {
    img.rounded-circle {
        width: 110px;
        height: 110px;
    }

    .fwt-header-bg {
        width: 130px;
        height: 130px;
    }

    .fwt-main-header {
        top: 100px;
    }

    .fwt-toggle-open {
        width: 450px;
    }

    /* All pages top section ================================= */
    .fwt-bg-line {
        display: none;
    }

    .fwt-slider-heading {
        margin-bottom: 40px;
    }

    .fwt-slider-heading p {
        padding-left: 0;
    }

    .fwt-head-line-text::after {
        display: none;
    }

    .fwt-toggle-menu {
        top: -75px;
    }
}

@media (max-width:575px) {

    /* off canvas */
    .offcanvas-start {
        width: 320px !important;
    }

    h2 {
        font-size: 30px;
        line-height: 38px;
    }

    .fwt-our-design-content h2 {
        font-size: 30px;
        line-height: 38px;
    }

    .fwt-mobile-logo img {
        width: 120px;
        height: 125px;
    }

    .fwt-head-font {
        font-size: 52px;
    }

    .fwt-unique-content {
        padding-block: 40px;
    }

    .fwt-main-header {
        padding: 0 20px;
        top: 105px;
    }

    img.rounded-circle {
        width: 105px;
        height: 105px;
        top: 18px;
    }

    .fwt-header-bg {
        width: 140px;
        height: 140px;
    }

    .fwt-toggle-open {
        width: 300px;
    }

    .fwt-toggle-open {
        padding: 10px;
    }

    .fwt-navbar {
        height: 80px;
        padding-block: 0;
    }

    .fwt-nav-icon {
        width: 80px;
        height: 80px;
    }

    .fwt-toggle-line {
        height: 4px;
        margin-bottom: 4px;
    }

    .fwt-hero-left-contant img {
        height: 600px !important;
    }

    .fwt-about-main-content {
        margin-inline: 20px;
        padding-left: 0;
    }

    .fwt-about-content img {
        width: 100%;
        height: auto;
    }

    .fwt-head-line-text::after {
        left: -82px;
    }

    .fwt-hero-right-contant {
        padding-inline: 20px
    }

    .fwt-unique-design {
        padding-inline: 20px
    }

    .fwt-slider-section {
        padding-inline: 20px
    }

    .fwt-form-text {
        margin-left: 20px;
    }

    .fwt-form-set {
        padding: 60px 20px;
    }

    .fwt-our-clint {
        padding-inline: 20px;
    }

    .fwt-left-footer {
        padding-inline: 20px;
    }

    .fwt-right-footer {
        padding-inline: 20px;
    }

    .fwt-our-design-content:last-child {
        height: 320px !important;
    }

    .fwt-our-clint-slider {
        text-align: center !important;
    }

    .fwt-clint-slider-text {
        margin-top: 40px;
        margin-left: 0;
        text-align: center;
    }

    .fwt-clint-slider-text p {
        margin: 0 auto;
    }

    .fwt-right-footer p {
        font-size: 16px;
    }

    .fwt-footer-line {
        margin-block: 20px !important;
    }

    .fwt-footer-icon {
        margin-top: 30px;
    }

    /* All pages top section ================================= */
    .fwt-top-head-contnet {
        padding-inline: 30px;
    }

    .fwt-top-head-contnet {
        padding-block: 340px 116px;
    }

    .fwt-our-design-img img {
        /* max-width: 100vw !important; */
        height: 320px !important;
    }
}

@media (max-width:450px) {
    .fwt-our-design-img img {
        height: 280px !important;
    }
    .fwt-our-design-content:last-child {
        height: 280px !important;
    }
}

@media (max-width:375px) {
    .fwt-our-design-img img {
        height: 240px !important;
    }
    .fwt-our-design-content:last-child {
        height: 240px !important;
    }
}

@media (max-width:320px) {
    .fwt-our-design-img img {
        height: 220px !important;
    }
    .fwt-our-design-content:last-child {
        height: 220px !important;
    }
}

/* devloper update ========================== */
.whatsappBtn {
    display: block;
    position: fixed;
    bottom: 10px;
    right: 8px;
    z-index: 2;
    padding: 15px;
    border-radius: 10px;
}

a.fwt-nav-link.active {
    color: #05A1D9 !important;
}

.fwt-nav-link:active {
    color: #05A1D9 !important;
}

.fwt-nav-list:active .fwt-nav-link::after {
    width: 76px;
}
.grecaptcha-badge {
    visibility:hidden;
}

.fwt-white-form-btn {
    display: inline-block;
    background-color: #fff;
    border-radius: 5px;
    text-transform: uppercase;
    color: #05A1D9;
    font-size: 16px;
    font-weight: 500;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 10px;
    padding-right: 10px;
    width: auto;
    border: 1px solid #05A1D9 !important;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
}

.fwt-red-form-btn {
    display: inline-block;
    background-color: #E91E63;
    border-radius: 5px;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 10px;
    padding-right: 10px;
    width: auto;
    border: 1px solid #E91E63 !important;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
}

.fwt-white-form-label {
    display: inline-block;
    background-color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 0px;
    width: 180px;
    transition: all 0.5s ease-in-out;
}

.form-products {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.google-translate {
    text-align: end;
    position: relative;
    top: -20px;
    right: 0px;
    height:37px !important;
}

@media (max-width:1200px) {
    .google-translate {
        display: block;
        position: fixed;
        z-index: 49;
        padding: 15px;
        border-radius: 10px;
        top: unset;
        bottom: 100px;
        right: 5px;
    }
}

@media (max-width:768px) {
    .fwt-clint-slider-text p {
        max-width: 275px;
    }
}

.h-0{
    height: 0 !important;
}

.w-0{
    width: 0 !important;
}

.fwt-dekstop-content h6 {
    color: #000;
}

.fwt-dekstop-content .fwt-footer-icon li {
    background-color: #000;
}

@media (min-width:2010px) {
    .fwt-top-head-contnet {
        max-width:1693px;
    }
    .fwt-our-design-img img {
        height: 380px !important;
    }
    .fwt-our-design-content:last-child {
        height: 380px !important;
    }
}

.iti__selected-country {
    height: 51px !important;
}

.iti {
    width: 100%;
}
