
.arrow{
    display: block;
    height: 100%;
    width: 100%;
    text-decoration: none;
}
canvas{
    width: 100vw;
}
/*//////////////////////////////////////////////////////////////////
[ FONT ]*/

@font-face {
    font-family: PlayfairDisplay-Regular;
    src: url('../fonts/PlayfairDisplay/PlayfairDisplay-Regular.ttf');
}

@font-face {
    font-family: PlayfairDisplay-BlackItalic;
    src: url('../fonts/PlayfairDisplay/PlayfairDisplay-BlackItalic.ttf');
}

@font-face {
    font-family: Poppins-Regular;
    src: url('../fonts/Poppins/Poppins-Regular.ttf');
}

@font-face {
    font-family: Poppins-Medium;
    src: url('../fonts/Poppins/Poppins-Medium.ttf');
}

/*//////////////////////////////////////////////////////////////////
[ RS PLUGIN ]*/
/*---------------------------------------------*/
.container {
    max-width: 100vw;
}


/*//////////////////////////////////////////////////////////////////
[ L-Text >= 26 ]*/
.l1-txt1 {
    font-family: PlayfairDisplay-Regular;
    font-size: 20px;
    color: #fff;
    line-height: 1.1;
    text-transform: uppercase;
    display: block;
    text-align: center;

}

.reality{
    color: #d88c35;

}




/*==================================================================
 HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW 
==================================================================*/
.placeholder0::-webkit-input-placeholder {
    color: #666;
}
.placeholder0:-moz-placeholder {
    color: #666;
}
.placeholder0::-moz-placeholder {
    color: #666;
}
.placeholder0:-ms-input-placeholder {
    color: #666;
}


/*---------------------------------------------*/
.overlay1 {
    position: relative;
    z-index: 1;
}
.overlay1::after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
}

/*---------------------------------------------*/
.wrappic1 {
    display: block;
}

.wrappic1 img {
    max-width: 100%;
}


/*//////////////////////////////////////////////////////////////////
[ Pseudo ]*/

/*------------------------------------------------------------------
[ Focus ]*/
.focus-in0:focus::-webkit-input-placeholder {
    color:transparent;
}
.focus-in0:focus:-moz-placeholder {
    color:transparent;
}
.focus-in0:focus::-moz-placeholder {
    color:transparent;
}
.focus-in0:focus:-ms-input-placeholder {
    color:transparent;
}


/*------------------------------------------------------------------
[ Hover ]*/
.hov-cl0:hover {
    color: #fff;
}
.hov-bg0:hover {
    background-color: #fff;
}

/*---------------------------------------------*/
.hov1:hover i {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
}






/*==================================================================
  RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE
==================================================================*/


/*//////////////////////////////////////////////////////////////////
[ XL ]*/
@media (max-width: 1200px) {
    .m-0-xl {
        margin: 0;
    }
    .m-lr-0-xl {
        margin-left: 0;
        margin-right: 0;
    }
    .m-lr-15-xl {
        margin-left: 15px;
        margin-right: 15px;
    }
    .m-l-0-xl {
        margin-left: 0;
    }
    .m-r-0-xl {
        margin-right: 0;
    }
    .m-l-15-xl {
        margin-left: 15px;
    }
    .m-r-15-xl {
        margin-right: 15px;
    }

    .p-0-xl {
        padding: 0;
    }
    .p-lr-0-xl {
        padding-left: 0;
        padding-right: 0;
    }
    .p-lr-15-xl {
        padding-left: 15px;
        padding-right: 15px;
    }
    .p-l-0-xl {
        padding-left: 0;
    }
    .p-r-0-xl {
        padding-right: 0;
    }
    .p-l-15-xl {
        padding-left: 15px;
    }
    .p-r-15-xl {
        padding-right: 15px;
    }

    .w-full-xl {
        width: 100%;
    }

    /*---------------------------------------------*/
    .respon1 {
        width: 60%;
    }

    /*---------------------------------------------*/
    .respon2 {
        width: 40%;
    }

}


/*//////////////////////////////////////////////////////////////////
[ LG ]*/
@media (max-width: 992px) {
    .dis-none-lg {
        display: none;
    }
    .m-0-lg {
        margin: 0;
    }
    .m-lr-0-lg {
        margin-left: 0;
        margin-right: 0;
    }
    .m-lr-15-lg {
        margin-left: 15px;
        margin-right: 15px;
    }
    .m-l-0-lg {
        margin-left: 0;
    }
    .m-r-0-lg {
        margin-right: 0;
    }
    .m-l-15-lg {
        margin-left: 15px;
    }
    .m-r-15-lg {
        margin-right: 15px;
    }

    .p-0-lg {
        padding: 0;
    }
    .p-lr-0-lg {
        padding-left: 0;
        padding-right: 0;
    }
    .p-lr-15-lg {
        padding-left: 15px;
        padding-right: 15px;
    }
    .p-l-0-lg {
        padding-left: 0;
    }
    .p-r-0-lg{
        padding-right: 0;
    }
    .p-l-15-lg {
        padding-left: 15px;
    }
    .p-r-15-lg {
        padding-right: 15px;
    }

    .w-full-lg {
        width: 100%;
    }

    /*---------------------------------------------*/
    .respon1 {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    /*---------------------------------------------*/
    .respon2 {
        width: 100%;
        height: 500px;
    }


}


/*//////////////////////////////////////////////////////////////////
[ MD ]*/
@media (max-width: 768px) {
    .m-0-md {
        margin: 0;
    }
    .m-lr-0-md {
        margin-left: 0;
        margin-right: 0;
    }
    .m-lr-15-md {
        margin-left: 15px;
        margin-right: 15px;
    }
    .m-l-0-md {
        margin-left: 0;
    }
    .m-r-0-md {
        margin-right: 0;
    }
    .m-l-15-md {
        margin-left: 15px;
    }
    .m-r-15-md {
        margin-right: 15px;
    }

    .p-0-md {
        padding: 0;
    }
    .p-lr-0-md {
        padding-left: 0;
        padding-right: 0;
    }
    .p-lr-15-md {
        padding-left: 15px;
        padding-right: 15px;
    }
    .p-l-0-md {
        padding-left: 0;
    }
    .p-r-0-md{
        padding-right: 0;
    }
    .p-l-15-md {
        padding-left: 15px;
    }
    .p-r-15-md {
        padding-right: 15px;
    }

    .w-full-md {
        width: 100%;
    }
    /*---------------------------------------------*/

}


/*//////////////////////////////////////////////////////////////////
[ SM ]*/
@media (max-width: 576px) {
    .dis-none-sm {
        display: none;
    }
    .m-0-sm {
        margin: 0;
    }
    .m-lr-0-sm {
        margin-left: 0;
        margin-right: 0;
    }
    .m-lr-15-sm {
        margin-left: 15px;
        margin-right: 15px;
    }
    .m-l-0-sm {
        margin-left: 0;
    }
    .m-r-0-sm {
        margin-right: 0;
    }
    .m-l-15-sm {
        margin-left: 15px;
    }
    .m-r-15-sm {
        margin-right: 15px;
    }

    .p-0-sm {
        padding: 0;
    }
    .p-lr-0-sm {
        padding-left: 0;
        padding-right: 0;
    }
    .p-lr-15-sm {
        padding-left: 15px;
        padding-right: 15px;
    }
    .p-l-0-sm {
        padding-left: 0;
    }
    .p-r-0-sm{
        padding-right: 0;
    }
    .p-l-15-sm {
        padding-left: 15px;
    }
    .p-r-15-sm {
        padding-right: 15px;
    }

    .w-full-sm {
        width: 100%;
    }

    /*---------------------------------------------*/
    .respon3 {
        font-size: 20px;
    }

    /*---------------------------------------------*/
    .respon4 {
        width: 5px;
    }

    .respon4 span {
        display: none;
    }

    /*---------------------------------------------*/
    .respon5 {
        width: 60px;
    }

}


/*//////////////////////////////////////////////////////////////////
[ SSM ]*/
@media (max-width: 480px) {
    .m-0-ssm {
        margin: 0;
    }
    .m-lr-0-ssm {
        margin-left: 0;
        margin-right: 0;
    }
    .m-lr-15-ssm {
        margin-left: 15px;
        margin-right: 15px;
    }
    .m-l-0-ssm {
        margin-left: 0;
    }
    .m-r-0-ssm {
        margin-right: 0;
    }
    .m-l-15-ssm {
        margin-left: 15px;
    }
    .m-r-15-ssm {
        margin-right: 15px;
    }

    .p-0-ssm {
        padding: 0;
    }
    .p-lr-0-ssm {
        padding-left: 0;
        padding-right: 0;
    }
    .p-lr-15-ssm {
        padding-left: 15px;
        padding-right: 15px;
    }
    .p-l-0-ssm {
        padding-left: 0;
    }
    .p-r-0-ssm{
        padding-right: 0;
    }
    .p-l-15-ssm {
        padding-left: 15px;
    }
    .p-r-15-ssm {
        padding-right: 15px;
    }

    .w-full-ssm {
        width: 100%;
    }
    /*---------------------------------------------*/

}

@media screen and (max-width: 480px) {
    .mobile_arrow{
        display: block;
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: 80px;
        width: 12rem;
        max-width: calc(
            100vw - 8px * 2
            );
        margin-inline: auto;

        box-sizing: border-box;
        height: 10vw;
        width: 10vw;
        border-style: solid;
        border-color: white;
        border-width: 0px 2px 2px 0px;
        transform: rotate(45deg);
        transition: border-width 150ms ease-in-out;

    }
    .mobile_arrow_2{
        display: block;
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: 80px;
        width: 12rem;
        max-width: calc(
            100vw - 8px * 2
            );
        margin-inline: auto;

        box-sizing: border-box;
        height: 10vw;
        width: 10vw;
        border-style: solid;
        border-color: black;
        border-width: 0px 2px 2px 0px;
        transform: rotate(45deg);
        transition: border-width 150ms ease-in-out;

    }
}


.desc{
    color: #000;
    font-family: 'Arial';
    font-size: 22px;
}
.logo-div{
    position: absolute;
    width: 100%;
}

@media screen and (max-width: 480px) {
    .logo-div{
    width: 100%;
}

}
.logo{
    animation: showup 7s infinite;
    padding: 0 15px;
}

.tagline{
    width:0px;
    animation: reveal 7s infinite;
}

.tagline span {
    margin-left:-355px;
    animation: slidein 7s infinite;
    font-size: 1.15em;
}
.vh-88--100{
    height: 88vh;
}
.vh-10-100{
    height: 10vh;
}


@media screen and (max-width: 480px) {
    .vh-88--100{
        height: 100vh;
        width: 100%;
    }
    .vh-90-90{
        height: 90vh;
        width: 100%;
    }
    .vh-10-10{
        height: 10vh;
        width: 100%;
    }
    .vh-10-100{
    height: 100vh;
    width: 100%;
}

}

.footer{
    background-color: rgba(255, 255, 255, 0.9);
    position: relative; 
}

.footer-text{
    display: flex;
    align-items: center; /* Horizontally center */
    color:#274f0c;
    justify-content: center; /* Vertically center */
    text-align: center; /* Center text */
    padding-left:45px;
    font-weight: bold;
}

@media screen and (max-width: 480px) {
    .footer{
        background-color: rgba(255, 255, 255, 0.9);
        flex-direction: column;
        position: relative;
        align-items: center; /* Horizontally center */


    }
    .button{

        float:none;
        margin:0 auto;
    }

    .footer-text{
    display: flex;
    align-items: center; /* Horizontally center */
    color:#274f0c;
    justify-content: center; /* Vertically center */
    text-align: center; /* Center text */
    padding-left:15px;
    padding-bottom: 5px;
    font-weight: bold;
    }


}

.glow-on-hover {
    width: 220px;
    height: 40px;
    border: none;
    outline: none;
    color: #fff;
    background: #274f0c;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10px;
    top: 15%;
   /* left: 45%; */

}

@media screen and (max-width: 480px) {
    .glow-on-hover{
        left: 25%;
    }
}

.glow-on-hover:before {
    content: '';
    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    position: absolute;
    top: -2px;
    left:-2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    border-radius: 10px;
}

.glow-on-hover:active {
    color: #000
}

.glow-on-hover:active:after {
    background: transparent;
}

.glow-on-hover:hover:before {
    opacity: 1;
}

.glow-on-hover:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #111;
    left: 0;
    top: 0;
    border-radius: 10px;
}

@keyframes glowing {
    0% {
        background-position: 0 0;
    }
    50% {
        background-position: 400% 0;
    }
    100% {
        background-position: 0 0;
    }
}
/*popup*/

.popup-container {
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transform: scale(1.3);
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(21, 17, 17, 0.61);
    display: flex;
    align-items: center;
}

.popup-container:target{
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}

.popup-style-2{
    transform: scale(0.3);

}

.popup-style-2:target{
    transform: scale(1);
}

.popup-content {
    margin: auto;
    width: 75%;
}

@media screen and (max-width: 480px) {
    .popup-content {
        position: relative;
    }
}

.close{
    position: relative;
    z-index: 2;
    color:#fff;
}

.switch{
    color:#fff;
}
@keyframes showup {
    0% {
        opacity:0;
    }
    20% {
        opacity:1;
    }
    80% {
        opacity:1;
    }
    100% {
        opacity:0;
    }
}

@keyframes slidein {
    0% {
        margin-left:-800px;
    }
    20% {
        margin-left:-800px;
    }
    35% {
        margin-left:0px;
    }
    100% {
        margin-left:0px;
    }
}

@keyframes reveal {
    0% {
        opacity:0;
        width:0px;
    }
    20% {
        opacity:1;
        width:0px;
    }
    30% {
        width:355px;
    }
    80% {
        opacity:1;
    }
    100% {
        opacity:0;
        width:355px;
    }
}

/* for flickity slider */

.hero-slider {
    width: 100%;
    height: 90vh;
    overflow: hidden;
    clear: both;
}

.hero-slider .carousel-cell {
    width: 100%;
    height: 90vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.hero-slider .carousel-cell .slide-content {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    clear: both;
}


.hero-slider .carousel-cell .slide-content .title {
    position: relative;
    font-family: "Fjalla One", sans-serif;
    font-size: 3.2rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #274f0c;
}
.hero-slider .carousel-cell .slide-content .caption {
    font-family: "Noto Sans", sans-serif;
    font-size: 2.2rem;
    color: #d88c35;
    margin-bottom: 30px;
}

@media screen and (max-width: 480px) {

.hero-slider .carousel-cell .slide-content {
    position: relative;
    top: 55%;
    transform: translateY(-50%);
    text-align: center;
    clear: both;
}

.hero-slider .carousel-cell .slide-content .title {
    position: relative;
    font-family: "Fjalla One", sans-serif;
    font-size: 3rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #274f0c;
}
.hero-slider .carousel-cell .slide-content .caption {
    font-family: "Noto Sans", sans-serif;
    font-size: 2rem;
    color: #d88c35;
    margin-bottom: 30px;
}
    
}


.hero-slider .carousel-cell .slide-content .btn {
    display: inline-block;
    border: 1px solid #fff;
    padding: 14px 18px;
    text-transform: uppercase;
    font-family: "Noto Sans", sans-serif;
    font-size: 0.9rem;
    letter-spacing: 2px;
    color: #fff;
    text-decoration: none;
}
.hero-slider .carousel-cell .slide-content .btn:hover {
    background: #fff;
    color: #000;
    transition: all 0.2s ease;
}
.hero-slider .flickity-prev-next-button {
    width: 50px;
    height: 50px;
    background: transparent;
}
.hero-slider .flickity-prev-next-button:hover {
    background: transparent;
}
.hero-slider .flickity-prev-next-button .arrow {
    fill: #d6af44;
}
.hero-slider .flickity-page-dots {
    bottom: 100px;
}
.hero-slider .flickity-page-dots .dot {
    width: 30px;
    height: 4px;
    opacity: 1;
    background: rgba(255, 255, 255, 0.5);
    border: 0 solid white;
    border-radius: 0;
}
.hero-slider .flickity-page-dots .dot.is-selected {
    background: #d6af44;
    border: 0 solid #ff0000;
}

/* --------------------------------
Masking
-------------------------------- */
.slide-content .title,
.slide-content .caption,
.slide-content .btn {
    position: relative;
    opacity: 0;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.slide-content.mask .mask {
    position: relative;
    overflow: hidden;
}
.slide-content.mask .title {
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
    -webkit-animation-name: slide-up;
    animation-name: slide-up;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    opacity: 1;
}
.slide-content.mask .divider {
    display: inline-block;
    position: relative;
    margin: 5px auto;
    height: 2px;
    width: 60%;
    background-color: #ffffff;
    -webkit-animation: divider-mask 1s 0.3s both;
    animation: divider-mask 1s 0.3s both;
}
.slide-content.mask .caption,
.slide-content.mask .btn {
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
    -webkit-animation-name: slide-down;
    animation-name: slide-down;
}
.slide-content.mask {
    color: #fff;
    font-size: 1.5em;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-delay: 0.15s;
    animation-delay: 0.15s;
    -webkit-animation-name: slide-left;
    animation-name: slide-left;
}

@-webkit-keyframes slide-up {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}
@keyframes slide-up {
    0% {
        opacity: 0;
        transform: translateY(100%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@-webkit-keyframes slide-down {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}
@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@-webkit-keyframes divider-mask {
    0%, 100% {
        transform: scaleX(0);
    }
    40%, 60% {
        -webkit-transform: scaleX(1);
    }
}
@keyframes divider-mask {
    0%, 100% {
        transform: scaleX(0);
    }
    40%, 60% {
        transform: scaleX(1);
    }
}

/* position outside */
.flickity-prev-next-button.previous {
    left: -10px !important;
    stroke: #d88c35;
}
.flickity-prev-next-button.next {
    right: -10px !important;
    stroke: #d88c35;
}


/*Flip form*/


.section{
    position: relative;
    width: 100%;
    display: block;
}
[type="checkbox"]:checked,
[type="checkbox"]:not(:checked){
    position: absolute;
    left: -9999px;
}
.checkbox:checked + label,
.checkbox:not(:checked) + label{
    position: relative;
    display: block;
    text-align: center;
    width: 60px;
    height: 16px;
    border-radius: 8px;
    padding: 0;
    margin: 10px auto;
    cursor: pointer;
    background-color: #274f0c;
}
.checkbox:checked + label{
    background-color: #d88c35;
}
.checkbox:checked + label:before,
.checkbox:not(:checked) + label:before{
    position: absolute;
    display: block;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: #274f0c;
    background-color: #fff;
    font-family: 'FontAwesome';
    content: '\f232';
    z-index: 20;
    top: -10px;
    left: -10px;
    line-height: 36px;
    text-align: center;
    font-size: 24px;
    transition: all 0.5s ease;
}
.checkbox:checked + label:before {
    color: #d88c35;
    background-color: #fff;
    font-family: 'FontAwesome';
    content: '\40';
    transform: translateX(44px);
}


.card-3d-wrap {
    position: relative;
    width: 440px;
    max-width: 100%;
    height: 400px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    perspective: 800px;
    margin-top: 60px;
}
.card-3d-wrapper {
    width: 100%;
    height: 100%;
    position:absolute;
    top: 0;
    left: 0;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: all 600ms ease-out;
}
.card-front, .card-back {
    width: 100%;
    height: 100%;
    background-color: #fff;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 300%;
    position: absolute;
    border-radius: 6px;
    left: 0;
    top: 0;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}
.card-back {
    transform: rotateY(180deg);
    visibility: hidden;
}
.checkbox:checked ~ .card-3d-wrap .card-3d-wrapper .card-back{
    transform: rotateY(180deg);
    visibility: visible;
}
.checkbox:checked ~ .card-3d-wrap .card-3d-wrapper {
    transform: rotateY(180deg);

}
.checkbox:checked ~ .card-3d-wrap {
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    margin-left: 30px;
    margin-top: 5px;
}
.checkbox:checked ~ .card-3d-wrap .card-3d-wrapper {
    transform: rotateY(180deg);

}
.center-wrap{
    position: absolute;
    width: 100%;
    padding: 0 35px;
    top: 50%;
    left: 0;
    transform: translate3d(0, -50%, 35px) perspective(100px);
    z-index: 20;
    display: block;
}

.qr{
    max-width: 90%;
}

.floating {

}

@keyframes floating {
    0% {
        transform: translate(0,  0px);
    }
    50%  {
        transform: translate(0, 15px);
    }
    100%   {
        transform: translate(0, -0px);
    }
}

.contact-form{
    font: 95% Arial, Helvetica, sans-serif;
    max-width: 400px;
    margin: 10px auto;
    padding: 16px;
}

.contact-form input[type="text"],
.contact-form input[type="date"],
.contact-form input[type="datetime"],
.contact-form input[type="email"],
.contact-form input[type="number"],
.contact-form input[type="search"],
.contact-form input[type="time"],
.contact-form input[type="url"],
.contact-form textarea,
.contact-form select
{
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    background: #fff;
    margin-bottom: 4%;
    border: 1px solid #ccc;
    padding: 3%;
    color: #555;
}
.contact-form input[type="text"]:focus,
.contact-form input[type="date"]:focus,
.contact-form input[type="datetime"]:focus,
.contact-form input[type="email"]:focus,
.contact-form input[type="number"]:focus,
.contact-form input[type="search"]:focus,
.contact-form input[type="time"]:focus,
.contact-form input[type="url"]:focus,
.contact-form textarea:focus,
.contact-form select:focus
{
    box-shadow: 0 0 5px #d88c35;
    padding: 3%;
    border: 1px solid #d88c35;
}

.contact-form input[type="submit"],
.contact-form input[type="button"]{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    padding: 3%;
    background: #d88c35;
    border-bottom: 2px solid #274f0c;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    color: #fff;
}
.contact-form input[type="submit"]:hover,
.contact-form input[type="button"]:hover{
    background: #d88c35;
}

.form-title{

     display: flex;
  align-items: center;
  justify-content: center


}

.manyfest-email img{
    max-width:100%;
    float: left;

}

.form-title span{
    font-size: 0.8em;
    font-weight: bold;
    color: #274f0c;

}