
  .cta-btn {
    display: inline-block;
    font-size: 18px;
    font-weight: none;
    color: #ffffff;
    background: transparent;
    border: 1.5px solid #ffffff;
    border-radius: 10px;
    padding: 15px 30px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: background-color 0.3s ease;
    margin-top: 50px;
    cursor: pointer;
  }
  
  .cta-btn:hover {
    border: 1px solid #df7c20;
    background: #12403c;
    transition: 1s;
  }

  


.row{
    margin-top: 5%;
    display: flex;
    justify-content: space-between;
}



/*-----CTA-----*/
.cti{
    margin: 100px auto;
    width: 80%;
    background-image: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)),url(img/main1.html);
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    text-align: center;
    padding: 100px 0;

}

.cti h1{
    color: #fff;
    margin-bottom: 30px;
    padding: 0;
}


    .contact-us{
        width: 90%;
        margin: auto;
        margin-bottom: -10px;
    }

    .contact-col{
        flex-basis: 68%;
        margin-bottom: 30px;
    }

    .contact-col div{
        display: flex;
        align-items: center;
        margin-bottom: 40px;
    }

    .contact-col div .fa{
        font-size: 20px;
        color: #000000;
        margin: 10px;
        margin-right: 30px;
    }

    .contact-col div p{
        padding: 0;
    }

    .contact-col div h5{
        font-size: 15px;
        margin-bottom: 5px;
        color: #555;
        font-weight: 400;
    }


/*----MOBILE----*/

@media(max-width: 700px){


.contact-col{
    margin-left: 25px;
}

    .row{
        flex-direction: column;
    }


    
              
              .cta-btn {
                display: inline-block;
                font-size: 18px;
                font-weight: bold;
                color: #ffffff;
                background: transparent;
                border: 1.5px solid #ffffff;
                border-radius: 10px;
                padding: 15px 30px;
                text-transform: uppercase;
                text-decoration: none;
                letter-spacing: 2px;
                transition: background-color 0.3s ease;
                margin-top: 50px;
                cursor: pointer;
              }
              
              .cta-btn:hover {
                border: 1px solid #df7c20;
                background: #fff;
                transition: 1s;
              }

              .about-us{
                width: 80%;
                margin: auto;
                padding-top: 80px;
                padding-bottom: 50px;
                
            
            }
            
            .about-col{
                flex-basis: 48%;
                padding: 30px 2px;
            }
            
            
            
            .about-col h1{
                padding-top: 0;  
                font-size: 25px;
            }
            .about-col p{
                padding: 15px 0;
                font-weight: 600;
                margin-bottom: -35px;
            }
            .about-col img{
                width: 100%;
                border-radius: 15px;
            }


            .comment-form input, .comment-form textarea{

                width: 100%;
                padding: 15px;
                margin-bottom: 17px;
                margin-left: -20px;
                border: 1px solid #ccc;
                outline: none;
                background: #12403c;
            
            }

            .location iframe{
                width: 100%;
                margin-top: -40px;
                margin-bottom: -20px;
            }
            
              
}



/*----------------About Us Page -------------------*/

.about-us{
    width: 80%;
    margin: auto;
    padding-top: 80px;
    padding-bottom: 50px;

}

.about-col{
    flex-basis: 48%;
    padding: 30px 2px;
}

.about-col img{
    width: 100%;
    border-radius: 15px;
}

.about-col h1{
    color: #12403c;
    padding-top: 0;
    font-size: 3rem; 
    margin-top: 10px;
    margin-bottom: -20px;
    font-weight: bolder;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; 
}
.about-col p{
    padding: 15px 0;
    font-weight: 600;
    margin-bottom: -35px;
}

.red-btn{
    border: 1px solid orangered;
    background: transparent;
    color: #12403c;
}

.red-btn:hover{
    color: #fff;
}

.loko{
    width: 150px;
}


.comment-form input, .comment-form textarea{

    width: 100%;
    padding: 15px;
    margin-bottom: 17px;
    border: 1px solid #ccc;
    outline: none;
    background: #f0f0f0;

}
.comment-form button{
    margin: 10px 0;
}

.location{
    width: 80%;
    margin: auto;
    padding: 80px 0;
}
.location iframe{
    width: 100%;
    margin-top: -55px;
}



  @media(max-width: 700px){
    .port-access-container {
        width: 70%; /* Adjust this value to change the width of the block */
        margin-bottom: 30px; /* This centers the block horizontally */
      }
      
    
    .port-access-section {
        background-color: #f5f5f5;
        padding: 20px;
        text-align: center;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
        transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
        margin: 20px;
        margin-top: -25px;
        margin-bottom: 120px;
        border: 2px solid black;
        border-radius: 8px;
      }
      
      .port-access-container h3 {
        margin-bottom: 10px;
      }
      
      .port-access-container p {
        font-weight: 600;
        font-size: 16px;
        margin-bottom: 30px;
      }
      
      .click-here-button {
        display: inline-block;
        padding: 10px 20px;
        background-color: #ff8800;
        color: #fff;
        text-decoration: none;
        transition: background-color 0.5s;
        border-radius: 5px;
      }
      
      .click-here-button:hover {
        background-color: #000000;
      }
}