* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style-type: none;
    font-family: 'Poppins', sans-serif;
}



header {
    background-color: rgba(247, 247, 247, 0.974);
}

.container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}

.header-up {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 40px;
    padding-left: 25px;
    padding-right: 25px;
}

.header-up-enhance p {
    font-size: 0.725rem;
    font-weight: 600;
    position: relative;
}

.header-global {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.header-global select {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    padding: 10px;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 5px;
    z-index: 999999;
}

.header-global:hover select {
    display: block;
}

.language-selector {
    width: 100px;
    display: none;
    position: absolute;
    text-align: center;
    z-index: 999999;
    background-color: #fff;
}

.language-selector ul{
margin-right: 8px;
}
.language-selector ul li{
margin-top: 8px;
}

.language-selector.active {
    display: block;
}


.header-up .header-up-enhance p::after {
    content: "";
    position: absolute;
    bottom: -2px;
    right: 0;
    width: 100%;
    height: 2px;
    background-color: black;
    transform-origin: left;
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.header-up .header-up-enhance p:hover::after {
    width: 100%;
    transform-origin: left;
    transform: scaleX(1);
}



.header-up-right {
    width: 43%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-up-right .ferrovial p {
    font-size: 0.725rem;
    font-weight: 600;
    position: relative;
}

.header-up-right .ferrovial p::after {
    content: "";
    position: absolute;
    bottom: -2px;
    right: 0;
    width: 100%;
    height: 2px;
    background-color: black;
    transform-origin: left;
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.header-up-right .ferrovial p:hover::after {
    width: 100%;
    transform-origin: left;
    transform: scaleX(1);
}


.header-up-right .header-global p {
    font-size: 0.725rem;
    font-weight: 600;
    position: relative;
}

.header-up-right .header-global p::after {
    content: "";
    position: absolute;
    bottom: -2px;
    right: 0;
    width: 100%;
    height: 2px;
    background-color: black;
    transform-origin: left;
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.header-up-right .header-global p:hover::after {
    width: 100%;
    transform-origin: left;
    transform: scaleX(1);
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
    padding-left: 25px;
    padding-right: 25px;
    position: relative;
    z-index: 7;
}

.header-logo{
    width: 150px;
    height: 76px;
    }

    .header-logo-fixed{
    display: none;
    width: 150px;
    height: 76px;
    }

    .header-logo-fixed img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header-logo img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    }
.header-menu {
    width: 60%;
}

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

.header-menu ul li {
    position: relative;
}

.header-menu ul li a {
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #000;
}




.header-hamburger-menu {
    display: none;
    cursor: pointer;
}

.hamburger-menu-none {
    display: none;
}

.hamburger-menu-x {
    cursor: pointer;
    display: none;
}

.hamburger-menu-x span {
    font-size: 30px;
    color: #abb8c3;
}

.active-hamburger-x {
    display: block;
}

.header-hamburger-menu i {
    font-size: 30px;
    color: #abb8c3;
}


.hamburger-menu {
    opacity: 0;
    position: absolute;
    right: -100%;
    top: 80px;
    height: 400px;
    width: 0;
    background-color: #ffffff;
    transition: 0.3s ease;
    overflow: hidden;
}

.active-menu {
    opacity: 1;
    width: 100%;
    right: 0;
    z-index: 9999;
    overflow: hidden;
}

.hamburger-menu .hamburger-menu-inner ul {
    width: 100%;
    border-bottom: 1px solid #acadaf;
    border-top: 1px solid #acadaf;
}


.hamburger-menu .hamburger-menu-inner ul li {
    padding: 0 25px;
    height: 58.8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #acadaf;
}

.hamburger-menu .hamburger-menu-inner ul li a {
    color: #000000;
    font-weight: 600;
    font-size: 1rem;
    letter-spacing: 0.5px;
}

/*.hamburger-menu .hamburger-menu-inner ul li:nth-child(5) {*/
/*    border-bottom: none;*/
/*    height: 30px;*/
/*}*/

.contact-ferrovial {
    display: flex;
    justify-content: center;
    font-size: 0.725rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    line-height: 1.6em;
}

.hamburger-menu .hamburger-menu-down {
    width: 100%;
    height: 49px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.hamburger-menu .hamburger-menu-down .hamburger-enhance p {
    font-size: 0.725rem;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.hamburger-global p{
    color:#000;
}


.hamburger-menu .hamburger-menu-down .hamburger-global p {
    font-size: 0.725rem;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.hamburger-global {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.hamburger-global select {
    display: none;
    position: absolute;
    top: -10px;
    left: -4px;
    width: 80px;
    padding: 10px;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 5px;
    z-index: 999999;
}

.hamburger-global:hover select {
    display: block;
}




/* ====================================FOOTERR==================== */



footer {
    padding-bottom: 25px;
    padding-top: 25px;
    border-top: 1px solid #666;
}

footer hr {
    margin-top: 20px;
    margin-bottom: 20px;
}



.menu-app {
    display: flex;
    justify-content: space-between;
    max-width: 1440px;
    margin: 0 auto;
    padding-top: 20px;
    align-items: center;
}

.menu-app .footer-menu ul {
    display: flex;
    align-items: center;
}

.menu-app .footer-menu ul li {
    margin-left: 1.5rem;
}

.turn {
    transform: rotate(268deg);
    font-weight: 600;
    font-size: 1rem;
    margin-left: 3px;
}

.menu-app .footer-menu ul li a {
    color: #666;
    font-weight: 400;
    font-size: 1rem;
}


.menu-app .mobile-app {
    display: flex;
    align-items: center;
}

.menu-app .mobile-app p,
a,
span {
    margin-left: 0.5rem;
    color: #000;
}

.menu-app .mobile-app i {
    color: #666;
}

.social-copy {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1440px;
    margin: 0 auto;
}

.social-copy .social {
    display: flex;
}

.social-copy .social .social-icon {
    margin-left: 0.6rem;
    padding: 0;
}

.social-copy .social .social-icon a {
    font-size: 22px;
    color: #666;
}

.social-copy .social .social-icon a:hover {
    transition: 0.5s;
    color: #000;
}

.social-copy .copy {
    width:40%;
    display: flex;
    align-items: center;
}

.social-copy .copy ul {
    width:100%;
    display: flex;
justify-content: space-around;
    align-items: center;}

.social-copy .copy ul li {
    margin-left: 1.5rem;
}

.social-copy .copy ul li a {
    font-weight: 400;
    font-size: .875rem;
    color: #666;
}

.social-copy .copy ul li span {
    font-weight: 400;
    font-size: .775rem;
    color: #666;
}

.animat {
    position: relative;
    z-index: 999;
}

.animat::after {
    content: "";
    position: absolute;
    bottom: -2px;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: #666;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
    z-index: 999;
}

.animat:hover:after {
    width: 100%;
    transform-origin: left;
    transform: scaleX(1);
}
.animat-m {
    position: relative;
    z-index: 999;
}

.animat-m::after {
    content: "";
    position: absolute;
    bottom: -2px;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
    z-index: 999;
}

.animat-m:hover:after {
    width: 100%;
    transform-origin: left;
    transform: scaleX(1);
}

/* Contact */
.contact-text{
    padding-left: 20px;
    padding-right: 20px;
}
.contact-text .con-wb{
    margin-bottom: 70px;
    padding-left: 45px;
    padding-right: 25px;
}

.contact-form-button{
    background-color: #4799e5;
    color: #000;
    padding: 1.3125rem 4.375rem 1.125rem;
    border: 0;
    border-radius: 1.875rem;
    height: auto;
    margin: 0 auto;
    -webkit-transition: background-color .25s ease-out .1s,color .35s ease-out,box-shadow .35s ease-out;
    transition: background-color .25s ease-out .1s,color .35s ease-out,box-shadow .35s ease-out;
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    display: flex;
    justify-content: center;
    width: 55%;
cursor: pointer;
}
.contact-text .con-wb a{
    margin: 0;
    color: #666;
    font-weight: 600;
    font-size: .8125rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    z-index: -1;
}
.contact-text .con-wb h1{
    font-size: 5rem;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.1em;
}
.contact-text .con-office {
    display: flex;
    align-items: center;
}

.contact-text .con-office .c-h{
    width: calc(33.3333% - 1.875rem);
}

.contact-text .con-office .c-h h2{
    font-weight: 600;
    font-size: 2rem;
    letter-spacing: 0;
    line-height: 1.5em;
}

.contact-text .con-office .c-p{
    width: calc(66.6667% - 1.875rem);
}
.contact-text .con-office .c-p h3{
    font-weight: 400;
    font-size: 1.5rem;
    color: #666;
    letter-spacing: .25px;
    line-height: 1.5556em;
}
.c-cart-cont {
    padding-right: 20px;
    padding-left: 20px;
}
.contact-cart .c-card-p{
    display: flex;
    flex-direction: column;
}
.contact-cart .c-card-p a{
    margin: 0;
    font-weight: 400;
    font-size: 1.125rem;
    letter-spacing: .25px;
    line-height: 1.5556em;
    color: #fff;
    margin-top: 0.825rem;
}

.contact-cart{
    width: calc(47.3333% - 1.875rem);
    padding: 2rem 0rem 2rem 1rem;
    text-align: left;
    font-size: 1.25rem;
    border: none;
    border-radius: 10px;
    box-shadow: 0.1875rem 0.375rem 0.9375rem 0 hsla(210,2%,46%,.25);
    margin-bottom: 30px;
    margin-right: 15px;
    background: #5e9fe3;
}

/* .animat-c {
    position: relative;
    z-index: 999;
}

.animat-c::after {
    content: "";
    position: absolute;
    bottom: -2px;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: #666;
    transform: scaleX(0);
    transform-origin: left;
    z-index: 999;
}

.animat-c:hover:after {
    width: 100%;
    transform-origin: left;
    transform: scaleX(1);
} */


.contact-cart .c-card-head h3{
    font-weight: 500;
    font-size: 1.25rem;
    letter-spacing: .25px;
    line-height: 1.5em;
}

.c-cart-cont{
    display:flex;
    margin-top: 50px;
    flex-wrap: wrap;
    justify-content: center;
}

.contact-cart .c-card-head .c-svg{
    display: none;
}

.local-office{
    background: #ffc700;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.office-cont{
    display: flex;
}
.contact-local{
    width: calc(33.3333% - 1.875rem);
}
.local-country{
    width: calc(66.6667% - 1.875rem);
}
.contact-local h3{
    font-size: 2rem;
    letter-spacing: 0;
    line-height: 1.5em;
    font-weight: 500;
}
.locale-svg{
    height: 4rem;
    width: 4rem;
    fill: #fff;
}
.locale-svg svg{
    display: block;
    height: 100%;
    width: auto;
}
.local-country ul{
    display: flex;
    flex-wrap: wrap;
}
.local-country ul li{
    font-weight: 400;
    font-size: 1.125rem;
    letter-spacing: .25px;
    line-height: 1.5556em;
    display: flex;
    align-items: center;
    padding: 1rem 0.9375rem 1rem 0;
    flex: 1 0 50%;
}
.local-country ul li::before{
    content: "";
    display: inline-block;
    background-color: #000;
    width: 1.25rem;
    height: 0.0625rem;
    margin-right: 0.75rem;
}
.local-country ul li p{
    font-weight: 400;
    font-size: 1.125rem;
    letter-spacing: .25px;
    line-height: 1.5556em;
}
.local-country ul li p a{
    font-weight: 600;
    font-size: 1.25rem;
    letter-spacing: .25px;
    line-height: 1.5em;
}

.contact-main{
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.contact-text{
    margin-bottom: 2rem;
    margin: 0!important;
    display: flex;
    width: 100%;
    margin-bottom: 40px!important;
    margin-left: -14px!important;
    flex-direction: column;
}

.contact-form{
    max-width: 665px;
    margin: 0 auto;
}

.contact-text h3{
    font-weight: 600;
    font-size: 2rem;
    letter-spacing: 0;
    line-height: 1.5em
}
.contact-form form p{
    font-weight: 400;
    font-size: 1.125rem;
    letter-spacing: .25px;
    line-height: 1.5556em;
    margin-bottom: 2rem;
    color: #666;
}
.contact-form form p label{
    display: block;
    padding: 0 1.5rem;
    color: #666;
}

.contact-form form p label span{
    position: relative;
    font-weight: 600;
    font-size: .8125rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0;
}
.contact-form form p label span input{
    margin-left: -1.5rem;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    padding: 0 1.5rem;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    height: 3.5rem;
    border-radius: 1.75rem;
    border: 0.0625rem solid #8f8f8f;
    color: #000;
    caret-color: #000;
    box-shadow: none;
    appearance: none;
    width: 100%;
    background: transparent;
}

.contact-form form p label span select{
    margin-left: -1.5rem;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    padding: 0 1.5rem;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    height: 3.5rem;
    border-radius: 1.75rem;
    border: 0.0625rem solid #8f8f8f;
    color: #000;
    caret-color: #000;
    box-shadow: none;
    width: 100%;
}
.contact-form form p label span select option{
    font-size: 1.125rem;
    letter-spacing: .25px;
    line-height: 1.5556em;
}

.contact-form form p label span textarea{
    margin-left: -1.5rem;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    padding: 0.75rem 1.4375rem;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    height: 12.5rem;
    border-radius: 1.75rem;
    border: 0.0625rem solid #8f8f8f;
    color: #000;
    caret-color: #e2a30a;
    box-shadow: none;
    width: 100%;
    background: transparent;
}

.contact-form .m-checkbox .checkboxone{
    position: relative;
    margin: 0;
}
.contact-form .m-checkbox .checkboxtwo{
    margin: 0;
}

.contact-form .m-checkbox .checkboxone .checkboxtwo .checkboxtree{
    display: inline-flex;
    margin: 0;
}
.contact-form .m-checkbox .checkboxone .checkboxtwo .checkboxtree label{
    text-transform: none;
    font-weight: 400;
    font-size: 1.125rem;
    letter-spacing: 0;
    line-height: 1.5556em;
    display: inline-flex;
}

.contact-form .m-checkbox .checkboxone .checkboxtwo .checkboxtree label input{
    position: relative;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    padding: 0;
    margin-bottom: 0;
    margin-right: 0.75rem;
    border-radius: 2px;
    margin-left: -14px;
    appearance: none;
    border: 0.0625rem solid #8f8f8f;
    color: #000;
    caret-color: #000;
    box-shadow: none;
    flex: 0 0 auto;
}

.contact-form .m-checkbox .checkboxone .checkboxtwo .checkboxtree label input::before{
    content: "";
    position: absolute;
    display: block;
    top: 4px;
    left: 4px;
    pointer-events: none;
    width: 0;
    height: 0;
    border: 7px solid #000;
    opacity: 0;
}

.contact-form .m-checkbox .checkboxone .checkboxtwo .checkboxtree label input:checked::before{
    opacity: 1;
}
.contact-form .m-checkbox .checkboxone .checkboxtwo .checkboxtree label input:focus{
    outline: 0.125rem solid currentColor!important;
}

.contact-form .m-checkbox .checkboxone .checkboxtwo .checkboxtree label span{
    text-transform: none;
    font-weight: 400;
    font-size: 1.125rem;
    letter-spacing: 0;
    line-height: 1.5556em;
    color: #666;
}

.contact-form .m-checkbox .checkboxone .checkboxtwo .checkboxtree label span a{
    color: #000;
    margin: 0;
    font-weight: 500
}


.contact-form form p:nth-child(8) input{
    background-color: #ffc700;
    color: #000;
    padding: 1.3125rem 4.375rem 1.125rem;
    border: 0;
    border-radius: 1.875rem;
    height: auto;
    margin: 0 auto;
    -webkit-transition: background-color .25s ease-out .1s,color .35s ease-out,box-shadow .35s ease-out;
    transition: background-color .25s ease-out .1s,color .35s ease-out,box-shadow .35s ease-out;
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    display: flex;
    justify-content: center;
    width: 55%;
}

.contact-form form p:nth-child(8) input:hover{
    background-color: #e2a30a;
    box-shadow: 0 0.125rem 0.5rem 0 rgba(0,0,0,.32);
    cursor: pointer;
}


/* ================================== */

.about-dropdown {
    width: 100%;
    height: 600px;
    background-color: #fff;
    position: absolute;
    top: 53px;
    left: 0;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    margin-top: 26px;
    transition: 0.3s ease-in;
    padding-right: 25px;
}

.hover-about .hover-i {
    transition: 0.3s ease-in;
}


.about-dropdown-active {
    opacity: 1;
    visibility: visible;
    transition: 0.3 ease-in;
}

.hover-about:hover {
    cursor: pointer;
    background-color: #fff !important;
    color: #000 !important;
    padding: 28px 5px;
}

.hover-about:hover a {
    color: #000 !important;
}

.hover-about:hover .hover-i {
    transform: rotate(180deg);
    color: #000 !important;
}

.about-dropdown-up {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    padding: 20px;
}

.about-dropdown-link a {
    color: #666 !important;
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 2px;

}

.about-dropdown-link i {
    font-size: 18px;
    font-weight: 600;
    color: #666;
    margin-left: 5px;
}

.about-dropdown-x i {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    cursor: pointer;
}

.about-dropdown-inner {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
}

.about-inner-left {
    width: 200px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.left-link {
    width: 100%;
    height: 100px;
    /* margin-bottom: 20px; */
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #666;
    border-left: none;
    border-top: none;
}

.left-link a {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #000 !important;
    width: 100px;
}



.about-inner-center-one .about-inner-center-up {
    width: 100%;
}

.about-inner-center-up a {
    font-size: 0.8125rem;
    font-weight: 600;
    color: #666 !important;
    letter-spacing: 2px;
    margin-right: 5px;
}

.about-inner-center-up i {
    font-size: 18px;
    font-weight: 600;
    color: #666;
}

.about-inner-center-down {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}

.about-inner-center-down .about-center-link {
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
}

.about-inner-center-down .about-center-link a {
    margin-bottom: 5px;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #000 !important;
}

.management-link {
    width: 80% !important;
}

.board-link {
    width: 55% !important;

}

.about-inner-right {
    width: 40%;
    padding: 25px;
}

.about-inner-right-title h2 {
    font-size: 1.25rem;
    font-weight: 600;
    letter-spacing: 0.25px;
    line-height: 1.5em;
    color: #000 !important;
    margin-bottom: 20px;
}

.about-inner-right-cards {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.about-card {
    width: 200px;
    height: 220px;
    cursor: pointer;
}

.about-card .about-card-image {
    width: 100%;
    height: 100%;
}

.about-card .about-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-card-title {
    margin-top: 15px;
    width: 180px;
    text-indent:-0.5em;
}

.about-card-title p {
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #000 !important;
}



.about-inner-center-one {
    width: 33%;
    padding: 25px;
    visibility: visible;
    transition: 0.3s ease-in;
    margin-left: -100px;
}

.about-one-none {
    display: none;
    transition: 0.3s ease-in;
}

.about-one-visibility{
visibility: visible;
}

.about-one-none {
    display: none;
    transition: 0.3s ease-in;
}

.about-inner-center-two {
    width: 33%;
    padding: 25px;
    display: none;
    visibility: hidden;
    transition: 0.3s ease-in;
}

.about-inner-two-active {
    display: block;
    visibility: visible;
    transition: 0.3s ease-in;
}



/* ====BUSINBES DROPDOWN=== */



.business-dropdown{
    width: 100%;
    height: 600px;
    background-color: #fff;
    position: absolute;
    top: 53px;
    left: 0;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    margin-top: 26px;
    transition: 0.3s ease-in;
    padding-right: 25px;
}


.business-dropdown-active {
    opacity: 1;
    visibility: visible;
    transition: 0.3 ease-in;
    width: 90%;
    position: absolute;
    left: 5%;
}


.business-about:hover a {
    color: #000 !important;
}

.busines-about:hover .hover-i {
    transform: rotate(180deg);
    color: #000 !important;
}

.business-dropdown-up {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    padding: 20px;

}

.business-dropdown-link a {
    color: #666 !important;
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 2px;

}

.business-dropdown-link i {
    font-size: 18px;
    font-weight: 600;
    color: #666;
    margin-left: 5px;
}

.business-dropdown-x i {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    cursor: pointer;
}

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

.business-dropdown-left{
display: flex;
flex-direction: column;
justify-content: start;
padding-left: 15px;
}

.business-dropdown-left a{
font-size: 1rem;
font-weight: 600;
letter-spacing: 0.5px;
margin-bottom: 20px;
}



.business-inner-right {
    width: 40%;
    padding: 25px;
}

.business-inner-right-title h2 {
    font-size: 1.25rem;
    font-weight: 600;
    letter-spacing: 0.25px;
    line-height: 1.5em;
    color: #000 !important;
    margin-bottom: 20px;
}

.business-inner-right-cards {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.business-card {
    width: 200px;
    height: 220px;
    cursor: pointer;
}

.business-card .business-card-image {
    width: 100%;
    height: 100%;
}

.business-card .business-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.business-card-title {
    margin-top: 15px;
    width: 180px;
    text-indent:-0.5em;
}

.business-card-title p {
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #000 !important;
}






/* ===BUSINESS DROPDOWN=== */


.hamburger-business-dropdown {
    opacity: 0;
    position: absolute;
    right: -100%;
    top: 80px;
    height: 350px;
    width: 0;
    background-color: #ffffff;
    transition:  0.4s ease;
    overflow: hidden;
}

.hamburger-business-dropdown-active {
    opacity: 1;
    width: 100%;
    right: 0;
    z-index: 9999;
    overflow: hidden;
    transition:  0.4s ease;
}
.hamburger-menu-business-dropdown-back-icon {
margin-bottom: 15px;
padding-left: 25px;
}

.hamburger-menu-business-dropdown-back-icon i{
font-size: 18px;
font-weight: 600;
color: #666;

}
.hamburger-business-dropdown-up-title{
margin-bottom: 15px;
padding-left: 25px;
}
.hamburger-business-dropdown-up-title p{
font-size: 1rem;
font-weight: 600;
letter-spacing: 0.5px;
}

.hamburger-business-dropdown-inner{
width: 100%;
display: flex;
flex-direction: column;
}

.hamburger-business-dropdown-inner-link{
height: 58.8px;
}

.hamburger-business-dropdown-inner-link .hamburger-business-dropdown-inner-link-up{
padding-left: 14px;
padding-right: 25px;
width: 100%;
height: 58.8px;
display: flex;
flex-direction: column;
justify-content: start;
position: relative;
}

.hamburger-business-dropdown-inner-link a{
font-size: 0.6875rem;
font-weight: 600;
letter-spacing: 1.4px;
}

.hamburger-business-dropdown-inner-link-up a{
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 1.4px;
    margin-top: 15px;
}

.hamburger-business-dropdown-inner-link p i{
font-size: 1rem;
font-weight: 600;
color: #ffc700;
}


.hamburger-business-dropdown-inner-link-dropdown a{
font-size: 16px;
font-weight: 400;
letter-spacing: 0.25px;
line-height: 1.5556em;
margin-top: 8px;
}

.hamburger-business-dropdown-inner-link-dropdown{
width: 100%;
opacity: 0;
display: flex;
visibility: hidden;
flex-direction: column !important;
transition: height  0.4s ease-in-out;
padding-left: 14px;
padding-right: 25px;
}

.hamburger-business-dropdown-inner-link-dropdown-active{
width: 100%;
opacity: 1;
visibility: visible;
transition: height  0.4s ease-in-out;
}


.business-link-height{
height: 58.8px;
transition: heigth 0.4s ease-in;
}

.business-link-height-two{
    height: 58.8px;
    transition: heigth 0.4s ease-in;
    }

.business-link-height-two-active{
height: 90px;
transition: heigth 0.4s ease-in;
}
.business-link-height-active{
    height: 131px;
    transition: heigth 0.4s ease-in;
    }

.hamburger-business-dropdown-inner-link-two{
    width: 100%;
    opacity: 0;
    display: flex;
    visibility: hidden;
    flex-direction: column !important;
    transition: height  0.4s ease-in-out;
    padding-left: 14px;
    padding-right: 25px;
}

.hamburger-business-dropdown-inner-link-two-active{
    width: 100%;
    opacity: 1;
    visibility: visible;
    transition: height  0.4s ease-in-out;
}


.hamburger-about-dropdown {
    opacity: 0;
    position: absolute;
    right: -100%;
    top: 80px;
    height: 350px;
    width: 0;
    background-color: #ffffff;
    transition:  0.4s ease;
    overflow: hidden;
}

.hamburger-about-dropdown-active {
    opacity: 1;
    width: 100%;
    right: 0;
    z-index: 9999;
    overflow: hidden;
    transition:  0.4s ease;
}
.hamburger-menu-about-dropdown-back-icon {
margin-bottom: 15px;
padding-left: 25px;
}

.hamburger-menu-about-dropdown-back-icon i{
font-size: 18px;
font-weight: 600;
color: #666;

}
.hamburger-about-dropdown-up-title{
margin-bottom: 15px;
padding-left: 25px;
}
.hamburger-about-dropdown-up-title p{
font-size: 1rem;
font-weight: 600;
letter-spacing: 0.5px;
}

.hamburger-about-dropdown-inner{
width: 100%;
display: flex;
flex-direction: column;
}

.hamburger-about-dropdown-inner-link{
height: 58.8px;
}

.hamburger-about-dropdown-inner-link .hamburger-about-dropdown-inner-link-up{
padding-left: 14px;
padding-right: 25px;
width: 100%;
height: 58.8px;
display: flex;
justify-content: space-between;
align-items: center;
position: relative;
}

.hamburger-about-dropdown-inner-link a{
font-size: 1rem;
font-weight: 600;
letter-spacing: 1.4px;
}

.hamburger-about-dropdown-inner-link p i{
font-size: 1rem;
font-weight: 600;
color: #ffc700;
}


.hamburger-about-dropdown-inner-link-dropdown a{
font-size: 1.125rem;
font-weight: 400;
letter-spacing: 0.25px;
line-height: 1.5556em;
margin-top: 8px;
}

.hamburger-about-dropdown-inner-link-dropdown{
width: 100%;
opacity: 0;
display: flex;
visibility: hidden;
flex-direction: column !important;
transition: height  0.4s ease-in-out;
padding-left: 14px;
padding-right: 25px;
}

.hamburger-about-dropdown-inner-link-dropdown-active{
width: 100%;
opacity: 1;
visibility: visible;
transition: height  0.4s ease-in-out;
}


.about-link-height{
height: 58.8px;
transition: heigth 0.4s ease-in;
}

.about-link-height-two{
    height: 58.8px;
    transition: heigth 0.4s ease-in;
    }

.about-link-height-two-active{
height: 90px;
transition: heigth 0.4s ease-in;
}
.about-link-height-active{
    height: 190px;
    transition: heigth 0.4s ease-in;
    }

.hamburger-about-dropdown-inner-link-two{
    width: 100%;
    opacity: 0;
    display: flex;
    visibility: hidden;
    flex-direction: column !important;
    transition: height  0.4s ease-in-out;
    padding-left: 14px;
    padding-right: 25px;
}

.hamburger-about-dropdown-inner-link-two-active{
    width: 100%;
    opacity: 1;
    visibility: visible;
    transition: height  0.4s ease-in-out;
}
.contact-form-main{
    position: relative;
}


.contact-svg-left{
    position: relative;
    left: -13rem;
}

.contact-svg-left svg{
    position: absolute;
    width: 380px;
    height: 500px;
    top: 0;
    left: -9rem;
}


.contact-svg-right{
    position: relative;
    right: -16rem;
    top: -3.5rem;
}

.contact-svg-right svg{
    position: absolute;
    width: 380px;
    height: 500px;
    top: 0;
    left: 14rem;
    transform: rotate(-230deg);
}
