 /* Add your CSS styles here */
        body{
        position:absolute;
        top: 0;
        left: 0;
        margin:0px;
        padding:0; 
        max-height: 1200px; 
        height: 1200px; 
        max-width: 100%;
        overflow-y: scroll;
        overflow-x: hidden; 
        width: 100%;
        }



        header {
            background-color: #fff;
            color: #000;
            /* padding: 15px;   */
            text-align: center;
            font-family: 'Epilogue', sans-serif; /* Apply Epilogue font to header */
            border-bottom: 1px solid #46453c; 
            width: 100%;
            height: 165px;
            margin-bottom: 20px;
            /* margin: auto; */
            /* min-height: 15%;   */
         }

         .header_nav_list{
            display: inline-flex;
            flex-wrap:wrap; 
            text-align: justify;
            width: 300px;
            position: absolute;
            right: 10%; 
            top: 115px;
            white-space: nowrap;
        }

        .header_nav_item{
           display: block;
           padding: 1em;
           
        }
        .nav_text{
            font-family: 'Epilogue', sans-serif; 
            font-size: 20px;
            color:#000; 
            /* color:#46453c; */
            text-decoration:none;
            font-weight: 400;
            text-transform: capitalize;

       }
       .nav_text_page{
            font-size: 20px;
            text-decoration:none;
            font-family: 'Epilogue', sans-serif; 
            color:#46453c; 
            /* color:#000;  */
            font-weight: 400;
            text-transform: capitalize;

       }

        .logo {
            position: absolute;
            top: 10px;
            left: 2%;
            /* width: 100px; */
            /* max-width: 35%; */
            height: 8%;    
        
            /* max-width: 100px;
            height: auto;
            margin: 0 auto;
            display: block; */



        }

        .page_link{
            position: absolute;
            top: 10%;
            right: 20%;
        }

        .raalogo {
            width: 250px;
            position: absolute;
            left: 5%;
            top: 110px; 
          
        }

        .fb-img{
            /* max-width: 50%;
            /* width: 45%; */
            /*max-height: 70%; */
            padding: 0.5em;
            position: absolute;
            right: 5%;
            top: 115px;
            width: 25px;
            height: auto;
          
        }

        .content {
            background-color: #fff;
            color:#46453c;
            padding: 30px;
            text-align: left;
            max-width:100%;
            width: 95%;
            margin: auto;
            display: flex;
            /* justify-content: space-between; */
            font-family: 'Epilogue', sans-serif; /* Apply Epilogue font to header */
            font-size: 35px; 
            font-weight: 200;
            line-height: 65px;            
        }

        .content-container{
            display: flex;
            flex-direction: row;
            max-width: 100%;
            justify-content: space-around;
        }
        .column1 {
            flex-basis: 33.3%;
            padding: 15px;
        }
        .column2 {
            display: flex;
            flex-basis: 66.6%; 
            justify-content:space-around;
            /* width: 100%; /*Each column will take full width on small screens */
            /*padding: 10px; */
        }
        .column2-img{
            max-width: 50%;
            width: 50%;
            height: auto;
            margin: 10px; 
        }

       
        footer {
            background-color: #46453c;
            color: #fff;
            /* padding: 20px; */
            text-align: center;
            width: 100%;
            margin: 0;
            /* display: flex; */
            justify-content: space-between;
            font-family: 'Epilogue', sans-serif; /* Apply Epilogue font to header */
            border-top: 1px solid #46453c; /* Add a top border to separate footer from body */
           
        }
        .footer-container{
            width:100%;
            display:flex;
            margin: 0; 
            font-size: 12px;
            font-weight: 300;
            font-style: normal;
        }
        .footer-column {
            display:flex;
            flex: 1;
            text-align: center;
            flex-direction: column;
        }
        
        

        


/*********************/
/*Contact form style*/
/*********************/

.content_contact {
    background-color: #fff;
    color: #000;
   
    padding: 30px;
    text-align: left;
    max-width:90%;
    width: 90%;
    margin: auto;
    display: flex;
    /* justify-content: space-between; */
    font-family: 'Epilogue', sans-serif; /* Apply Epilogue font to header */
    font-size: 35px; 
    font-weight: 200;
    line-height: 65px;            
}
.content-container_contact{
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-around; 
}

.contact_address{
    width:100%;
}

.column1_contact {
    flex-basis: 33.3%;
    /* margin: 50px; */
    width: 100%;
    font-size: 25px;
    text-wrap:nowrap;
}
.column2_contact {
    /* display: flex; */
    flex-basis: 33.3%; 
    text-align:left;
    font-size: 25px;
    width: 100%; /*Each column will take full width on small screens */
    text-wrap: wrap;
    align-items: center;
    /*padding: 10px; */
}
.email_form_container * {
    box-sizing: border-box;
    font-family: 'Epilogue', sans-serif;
    text-align:left;
    /* colors */
    --color-turq: #0a6265;
    --color-light-turq:  #137f82f4;
    --color-gray: #e5e7eb;
    --color-dark-gray: #9da3ae;
    --color-pink: #edadd2;
    }

    .email_form_container {
    /* container */
    --c-width: 50%;
    --c-min-width: 300px; 

    width: var(--c-width);
    min-width: var(--c-min-width); 
    display: block;
    margin: 5vh auto 0 0; 
    }

    .formcarry-form label {
    display: block;
    padding: 12px 0 2px 0;
    letter-spacing: -0.2px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 200;
    }

    .formcarry-form input,
    .formcarry-form textarea {
    font-size: 16px;
    display: block;
    width: 100%;
    padding: 10px;
    background-color: var(--color-gray);
    border: none;
    border: 4px solid var(--color-gray);
    outline: none;
    border-radius: 8px;
    color: var(--color-dark-gray);
    }

    .formcarry-form input:focus,
    .formcarry-form textarea:focus {
    background-color: #fff;
    color: var(--color-dark-gray);
    }

    .formcarry-form input:focus:required:invalid {
    border-color: var(--color-pink);
    background-color: #fff;
    }

    .formcarry-form button {
    display: block;
    margin-top: 12px;
    width: 100%;
    padding: 12px 20px;
    border-radius: 8px;
        border-color: transparent;
    background-color: var(--color-turq);
    color: #fff;
    font-weight: 700;
    font-size: 18px;

    transition: 300ms all;
    }

    .formcarry-form button:hover {
    background-color: var(--color-light-turq);
    }

    .formcarry-alert {
    padding: 12px;
    border-radius: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    margin-top: 12px;
    display: none;
    }

    .formcarry-alert.visible {
    display: block;
    }

    .formcarry-alert.success {
    background: #69cf9d;
    }

    .formcarry-alert.error {
    background: #de524c;
    }

    .iframe_container{
        width:100%;
        padding-top: 0%;
    }
    .loc_map{
        top:0;
        left:0;
        bottom:0;
        right:0;
        width:300px;
        min-height: 300px;
        height: auto;
        /* max-width:600px;
        max-height: 450px;  */
        border: 0;
    }

    h3{
        margin-top:50px;
        margin-bottom: 5px;
        color:#46453c; 
    }




    @media (max-width: 320px) {
        body{
            overflow-x: scroll;
        }
        header{
        
            padding: 0px;
            height: 130px;  
            text-align:center;
            margin-bottom: 0px;
            
           
        }
 
        .header_nav_list{
            display: inline-flex;
            flex-direction: row;
            flex-wrap:wrap; 
            text-align: justify;
            width: 120px;
            position: absolute;
            left:20px;
            right: 0px;
            top: 100px;
            white-space: nowrap;
        }
 
        
 
        .logo {
            width: 200px;
            height: auto;
            /* margin: 0px auto;  */
            display: block;
            /* margin: 5px;  */
            left: 1%;
        }
        .raalogo {
            position: absolute;
            left: 20px; 
            top: 70px;
            width: 150px;
            height: auto;
            display: block; 
            
        }
 
        .fb-img{
            position: absolute;
            right: 10px;
            top: 95px;
            width: 20px;
            height: auto;
        }
        .header_nav_item{
            padding:5px;
        }

        .nav_text{
            font-family: 'Epilogue', sans-serif; 
            font-size: 12px;
            /* color:#000;  */
            font-weight: 400;
        }

        .nav_text_page{
            font-size: 12px;
            text-decoration:none;
            font-family: 'Epilogue', sans-serif; 
            /* color:#46453c;  */
            font-weight: 400;
          
        }
    



        .content {
            background-color: #fff;
            color: #000;
            padding: 5px;
            text-align: left;
            max-width:100%;
            width: 100%;
            margin: auto;
            display: flex;
            justify-content: space-between;
            font-family: 'Epilogue', sans-serif; /* Apply Epilogue font to header */
            /* font-size: 20px;  */
           
            
        }
        .content-container{
            display: flex;
            flex-direction: column;
            max-width: 100%;
            font-size:12px;
            font-weight: 200;
            line-height: 20px;

        }
        .column1{
            padding:0px;
        }

        .column2 {
            flex-direction: column;
            align-items: center;
            flex-basis:100%;
        }
      

        .column2-img{
           max-width: 70%;
            max-height: 70%;
            width: 60%;
            /* height: auto; */
            margin: 5px;
        }
        

        .content-container_contact{
            display: flex;
            margin: auto;
            flex-direction: column;
            width: 100%;
            justify-content: space-between; 
            font-size:15px;
            margin-bottom: 100px;
        }

        h3{
            margin-top: 10px;
            font-size: 20px;
        }
        .contact_add{
            font-size: 15px;
            line-height: 18px;
        }

        .column1_contact{
            text-wrap:wrap;
        }
        .column2_contact{
            font-size: 14px;
        }

        .loc_map{
            width:200px;
            min-height: 200px;
        }


        .footer-container {
            font-size: 9px;
            width: 100%;
            flex-direction: column;
            /* align-items: left; */
        }

        .footer-column {
            margin: 5px 5px;
            flex:1;
            
        }

    }

    @media (min-width: 321px) and (max-width: 799px) {
        header{
        
            padding: 0px;
            height: 150px;  
            text-align:center;
            margin-bottom: 20px;
            
           
        }
 
        .header_nav_list{
            display: inline-flex;
            flex-wrap:wrap; 
            text-align: justify;
            width: 300px;
            position: absolute;
            left:10px;
            top: 110px;
            white-space: nowrap;
         }
 
 
 
        .logo {
            width: 250px;
            height: auto;
            /* margin: 0px auto;  */
            display: block;
            /* margin: 5px;  */
            left: 1%;
        }
        .raalogo {
            position: absolute;
            left: 20px; 
            top: 80px;
            width: 200px;
            height: auto;
            display: block; 
            
        }
 
        .fb-img{
            position: absolute;
            right: 20px;
            top: 110px;
            width: 25px;
            height: auto;
        }
 
        .nav_text{
            font-family: 'Epilogue', sans-serif; 
            font-size: 15px;
            /* color:#000;  */
            font-weight: 400;
        }

    .nav_text_page{
            font-size: 15px;
            text-decoration:none;
            font-family: 'Epilogue', sans-serif; 
            /* color:#46453c;  */
            font-weight: 400;
    }
    


         .content {
            padding: 5px;
            max-width:100%;
            width: 98%;
            /* margin: auto; */
            display: flex;         
        } 

        .content-container{
            justify-content: space-between;
            display: flex;
            flex-direction: column;
            max-width: 100%;
            font-size: 18px;
            font-weight: 200;
            line-height: 30px;
            margin-left: auto;
            margin-right: auto;

        }



        
        .column1 {
           max-width:90%;
           margin: auto;
           padding: 0px;
        }
        .column2 {
            align-items: center;
            margin: auto;
            max-width: 90%;
        }

        .column2-img{
            max-width: 50%;
            /* width: 45%; */
            max-height: 70%;
            height: auto;
            margin: 5px;
        }

        .content-container_contact{
            display: flex;
            margin: auto;
            flex-direction: column;
            width: 100%;
            justify-content: space-between; 
            font-size:25px;
            margin-bottom: 100px;
        }

        h3{
            margin-top: 10px;
            font-size: 25px;
        }
        .contact_add{
            font-size: 20px;
        }
        .column2_contact{
            font-size: 20px;
        }

        .footer{
            flex-direction: column;
        }

        .footer-container {
            font-size: 10px;
            width: 100%;
            display: flex;
            flex-direction: column;
            align-items: left;
        }

        .footer-column {
            margin: 5px 5px;
            flex:1;
        }

    }

 @media (min-width: 800px) and (max-width:1270px){
    header{
        
           padding: 0px;
           height: 150px;  
           text-align:center;
           margin-bottom: 20px;
           
          
       }

       .header_nav_list{
        display: inline-flex;
        flex-wrap:wrap; 
        text-align: justify;
        width: 300px;
        position: absolute;
        right:150px;
        top: 100px;
        white-space: nowrap;
    }



       .logo {
           width: 250px;
           height: auto;
           margin: 0px auto; 
           display: block;
           /* margin: 5px;  */
           left: 1%;
       }
       .raalogo {
           position: absolute;
           left: 20px; 
           top: 80px;
           width: 250px;
           height: auto;
           display: block; 
           
       }

       .fb-img{
        position: absolute;
        right: 20px;
        top: 100px;
        width: 25px;
        height: auto;
    }

    .nav_text{
        font-family: 'Epilogue', sans-serif; 
        font-size: 18px;
        /* color:#000;  */
        font-weight: 400;
        

   }
   .nav_text_page{
        font-size: 18px;
        text-decoration:none;
        font-family: 'Epilogue', sans-serif; 
        /* color:#46453c;  */
        font-weight: 400;
      

   }

   
         .content {
            padding: 0px;
            max-width:100%;
            width: 100%;
            margin: auto;
            display: flex; 
            max-height: 70%;         
        } 
        
        .content-container{
            justify-content: space-between;
            display: flex;
            flex-direction: column;
            max-width: 100%;
            max-height: 70%;
            font-size:30px;
            font-weight: 200;
            line-height: 40px;
        }
        .column1{
            width: 90%;
            margin: auto;
            
        }
        .column2{
            width: 90%;
            margin-left: auto;
            margin-right: auto;
            margin-top: 50px;
        }
        .column2-img{
            max-width: 50%;
            /* width: 45%; */
            max-height: 70%;
            height: 70%;
            margin: 5px;
        }
        .fb-img{
            /* max-width: 50%;
            /* width: 45%; */
            /*max-height: 70%; */
            width: 25px;
            height: auto;
            margin: 5px;
        }


        .footer-container {
            font-size: 10px;
            width: 100%;
            flex-direction: row;
            align-items: left;
        }

        .footer-column {
            margin: 15px 0;
            flex:1;
        }

        h3{
            margin-top:30px;
            /* margin-bottom: 5px;
            color:#46453c;  */
        }
    

    /*Contact page*/

    .content_contact {
        display: flex;
        
        padding: 0px; 
        width: 100%;
        margin-top: 0px; 
        display: flex; 
        max-height: 70%;  
        text-align: left;       
     }


    .content-container_contact{
        /* flex-basis: 90%; */
        margin: auto;
        /* flex-direction: row; */
        width: 100%;
        justify-content: space-between; 
        font-size:25px;
        margin-bottom: 100px;
    }
    .column1_contact {
        /* flex:1; */
        flex-basis: 50%; 
        margin: 0px;  
        /* width: 50%; */
        font-size: 18px;
        text-wrap:nowrap;
    }
    .column2_contact {
        flex-basis: 50%;
        text-align:left;
        font-size: 18px;
        width: 100%; /*Each column will take full width on small screens */
        text-wrap: wrap;
        align-items: center;
        /*padding: 10px; */
    }
    .email_form_container {
        /* container */
        --c-width: 50%;
        --c-min-width: 300px; 
    
        width: var(--c-width);
        min-width: var(--c-min-width); 
        display: block;
        margin: 0 auto 0 0; 
        }
    }