@media (max-width: 768px) {
    .header_right {
        position: absolute;
        top: 100px;
        right: 19px;
        display: flex;
        flex-direction: row;
        z-index: 101;
    }
    .menu .menu_logo {
        position: relative;
        width: 20%;
        height: auto;
        left: 30px;
        top: 80px;
        justify-content: flex-start;
    }

}
@media (max-width: 768px) {
.main_1 .logo_cont {
    background-color: rgba(44, 53, 99, 0.6); /* Adjust background color for smaller screens */
}
.main_1 .logo_cont .main_text {
    width: 100%; /* Make the width 100% to fit smaller screens */
    margin-top: 0; /* Reset the top margin */
}
.header_right {
    position: absolute;
    top: 100px;
    right: 19px;
    display: flex;
    flex-direction: row;
    z-index: 101;
}

.menu .menu_logo {
    position: relative;
    width: 20%;
    height: auto;
    left: 30px;
    top: 80px;
    justify-content: flex-start;
}

}


@media (min-width: 769px) and (max-width: 1024px) {
.main_1 .logo_cont {
    background-color: rgba(44, 53, 99, 0.4); 
}
.main_1 .logo_cont .main_text {
    width: 100%; 
    margin-top: -50px; 
}
}


@media (min-width: 1025px) {
.main_1 .logo_cont {
    background-color: rgba(44, 53, 99, 0.45); 
}
.main_1 .logo_cont .main_text {
    width: 421px; 
    margin-top: -95px; 
}
}


@media (max-width: 768px) {
.main_1 .logo_cont {
    background-color: rgba(44, 53, 99, 0.6); /* Adjust background color for smaller screens */
}
.main_1 .logo_cont .main_text {
    width: 100%; /* Make the width 100% to fit smaller screens */
    margin-top: 0; /* Reset the top margin */
}
.main_1 .logo_cont .main_text .p1 {
    font-size: 16px; 
}
.main_1 .logo_cont .main_text .centered_span span {
    font-size: 40px; 
}
.main_1 .logo_cont .main_text .p2 {
    font-size: 18px; 
}
}


@media (min-width: 769px) and (max-width: 1024px) {
.main_1 .logo_cont {
    background-color: rgba(44, 53, 99, 0.4); 
}
.main_1 .logo_cont .main_text {
    width: 100%; 
    margin-top: -50px; 
}
.main_1 .logo_cont .main_text .p1 {
    font-size: 18px; 
}
.main_1 .logo_cont .main_text .centered_span span {
    font-size: 60px; 
}
.main_1 .logo_cont .main_text .p2 {
    font-size: 24px; 
}
}


@media (min-width: 1025px) {
.main_1 .logo_cont {
    background-color: rgba(44, 53, 99, 0.45); 
}
.main_1 .logo_cont .main_text {
    width: 421px; 
    margin-top: -95px; 
}
.main_1 .logo_cont .main_text .p1 {
    font-size: 20px; 
}
.main_1 .logo_cont .main_text .centered_span span {
    font-size: 80px; 
}
.main_1 .logo_cont .main_text .p2 {
    font-size: 26px; 
}
}


@media (max-width: 768px) {
    #aegisvideo {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
   
.side_text-about h1, .side_text h1 {
    transform: scale(-1);
    writing-mode: vertical-lr;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    text-transform: uppercase;
}
}


@media(max-width:768px){
    .container-close-to-heart {
        display: flex;
        align-content: flex-start;
        justify-content: space-evenly;
        align-items: flex-start;
        flex-direction: row-reverse;
    }
}
@media (min-width: 1025px) {


.footer h2{
font-size: 30px;
width: 60%;
}
}



@media (max-width: 768px) {
    .column1 h2 {
        font-size: 21px;
        letter-spacing: 2px;
    }
    
    .side_text-about h1, .side_text h1 {
        transform: scale(-1);
        writing-mode: vertical-lr;
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        text-transform: uppercase;
    }
}


@media (max-width: 768px) {

 
.card1-body h5{
    font-size: 20px;
  }
  
  
  .card1-body h4{
    font-size: 15px;
  }
  .column-world h2 {
    padding-top: 40px;
    width: 100%;
    max-width: 314px;
    margin: auto;
    position: center;
    top: 25px;
    border-bottom: 1px solid;
    text-transform: uppercase;
    font-weight: bold;
    color: #d7c080;
    font-size: 46px;
    letter-spacing: 10px;
    transition-duration: 1s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}


}

@media (max-width: 1850) 
{
.column1 {
    float: left;
    padding-top: 100px;
    height: 100%;
    width: 50%;
    padding-bottom: 80px;
    margin-left: 750px;
}
}

@media (min-width: 1025px) and (max-width: 1500px){
    .column h2 {    
        max-width: 690px;
        font-size: 30px;
    }
    
    .column-text h2{
    font-size: 25px;
    }

    .column-text p{
    font-size: 16px;
    }
    .column1 {
        float: left;
        padding-top: 50px;
        height: 100%;
        width: 50%;
        margin-left: 500px;
    }
    .image-heart{
        display:none;
       
       }

    .column1 p {
        font-size: 13px;
        line-height: 20px;
        color: #2c3563;
        letter-spacing: 1.1px;
        margin-top: 5px;
        font-weight: 300;
        transition-duration: 1s;
        transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    }
    .ceo-message {
    padding-top: 70px;
        width: 50%;
        padding-left: 29px;
    }

    .ceo-message p {
        font-size: 13px;
        line-height: 20px;
        color: #ffffff;
        letter-spacing: 1.1px;
        margin-top: 5px;
        font-weight: 300;
        transition-duration: 1s;
        transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    }
    .ceo-message h2 {
        padding-top: 10px;
        width: 100%;
        margin: auto;
        border-bottom: 1px solid;
        text-transform: uppercase;
        font-weight: bold;
        color: #d7c080;
        font-size: 36px;
        letter-spacing: 6px;
        transition-duration: 1s;
        transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    }
    .column1 h2 {
        padding-top: 10px;
        width: 100%;
        max-width: 1000px;
        margin: auto;
        border-bottom: 1px solid;
        text-transform: uppercase;
        font-weight: bold;
        color: #d7c080;
        font-size: 26px;
        letter-spacing: 6px;
        transition-duration: 1s;
        transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    }

.card1-body h4 
        {
            font-size: 16px;
        } 
        
.card1-body h5
        {
        font-size: 22px;
        }
}





@media (min-width: 769px) and (max-width: 1024px) {
.card1-body h5{
    font-size: 16px;
  }
  
  
  .card1-body h4 {
    font-size: 12px;
}


}


@media (max-width: 768px) {
    .column1 p {
        font-size: 11px;
        text-align: justify;    
        line-height: 14px;
    }   

.column-world h2{

    font-size: 30px;
    text-align: center;
}    .column-world p{

    font-size: 18px;
    text-align: center;
}
}
@media (min-width: 2201px) {



    .column h2{
        font-size: 55px;
        max-width: 1110px;
        text-align: center;
    }
    .column-text h2{
        font-size: 46px;
    }
.column-text p
{    
    font-size: 22px;
    text-transform: capitalize;
}
    .container-mission {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        padding-top: 1rem;
        height: 100vh;
        overflow: hidden;
        padding: 23rem;
    }

    .image-heart{
        display:none;
       }
    .heart-column {

            padding-top: 50px;
            width: 50%;
            margin-left: 1101px;
        
        
    }   

    .column1{   
        width: 40%;
        margin-left: 1101px;
    }


    
    .heart-column h2 {
        padding-top: 40px;
        width: 100%;
        max-width: 100%;
        margin: auto;
        position: center;
        /* top: 25px; */
        border-bottom: 1px solid;
        text-transform: uppercase;
        font-weight: bold;
        color: #d7c080;
        font-size: 36px;
        letter-spacing: 6px;
        transition-duration: 1s;
        transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
      }



      .column1 h2 {
        padding-top: 10px;
        width: 100%;
        max-width: 100%;
        margin: auto;
        border-bottom: 1px solid;
        text-transform: uppercase;
        font-weight: bold;
        color: #d7c080;
        font-size: 36px;
        letter-spacing: 6px;
        transition-duration: 1s;
        transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    }




}
@media (min-width: 1800px) and (max-width: 2200px) {
    
    
    .image-heart{
        display:none; 
       }

    .column1 {
        width: 40%;
        margin-left: 959px;
    }

    .heart-column {
        padding-top: 50px;
        width: 50%;
        padding-right: 150px;
        margin-left: 869px;
    }
    .heart-column h2 {
        padding-top: 40px;
        width: 100%;
        margin: auto;
        position: center;
        /* top: 25px; */
        border-bottom: 1px solid;
        text-transform: uppercase;
        font-weight: bold;
        color: #d7c080;
        font-size: 36px;
        letter-spacing: 6px;
        transition-duration: 1s;
        transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
      }
}

@media (min-width: 1500px) and (max-width: 1800px) {
  
    .heart-column {
        position: relative;
        padding-top: 50px;
        width: 50%;
        padding-right: 0px;
        margin-left: 700px;
    }
    .heart-column h2 {
        padding-top: 40px;
        width: 100%;
        margin: auto;
        position: center;
        /* top: 25px; */
        border-bottom: 1px solid;
        text-transform: uppercase;
        font-weight: bold;
        color: #d7c080;
        font-size: 36px;
        letter-spacing: 6px;
        transition-duration: 1s;
        transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
      }
      .image-heart{
        display:none;
       
       }
.contact-col h3 {
    color: #d7c080;
    font-size: 26px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 4px;
  }
    
  .location-col h3{
    color:#d7c080;
    font-size: 26px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 4px;
  }
  .contact-col a{
    color: #ffffff;
    font-size: 20px;
  
  }
  .location-col a{
    color: #ffffff;
    font-size: 20px;
  }
  .contact-col p{
    color: #ffffff;
    font-size: 20px;
  } .contact-col span{
    color: #ffffff;
    font-size: 20px;
  }
  
  .location-col p{
    color: #ffffff;
    font-size: 20px;}
  
  } 


@media (max-width: 1000px) {
    .heart-column {
        width: 100%;
        padding-right: 0px;
        margin-bottom: 100px;
        margin-left: 0px;
    }
}
@media (max-width: 800px)  {
 .side_text-about h2, .side_text h2 {
    transform: scale(-1);
    writing-mode: vertical-lr;
    text-align: center;
    font-size: 55px;
    font-weight: bold;
    text-transform: uppercase;
}
}
@media (min-width: 1476px){
 .side_text-about h2, .side_text h2 {
    transform: scale(-1);
    writing-mode: vertical-lr;
    text-align: center;
    font-size: 55px;
    font-weight: bold;
    text-transform: uppercase;
}
}
@media (min-width: 768px) and (max-width: 1500px) {
/* #wavevideo{
    display: none   ;
}
.section-mission {
    position: relative;
    background-image: url(../resources/img/waves-res.jpg);
    background-repeat: repeat;
    background-size: cover;
} */
.heart-column {
    position: relative;
    width: 48%;
    padding-right: 0px;
    /* width: 100%; */
    padding-left: 0rem;
    margin-left: 365px;
    overflow: hidden;
}
.side_text-about h1, .side_text h1 {
    transform: scale(-1);
    writing-mode: vertical-lr;
    text-align: center;
    font-size: 55px;
    font-weight: bold;
    text-transform: uppercase;
}
.side_text-about h2, .side_text h2 {
    transform: scale(-1);
    writing-mode: vertical-lr;
    text-align: center;
    font-size: 55px;
    font-weight: bold;
    text-transform: uppercase;
}
.heart-column p {
    width: 95%;
    font-size: 13px;
    line-height: 20px;
    color: #ffffff;
    letter-spacing: 1.1px;
    margin-top: 21px;
    font-weight: 300;
    transition-duration: 1s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
}
.heart-column h2 {
    padding-top: 40px;
    width: 100%;
    max-width: 1000px;
    /* margin: auto; */
    position: center;
    /* top: 25px; */
    border-bottom: 1px solid;
    text-transform: uppercase;
    font-weight: bold;
    color: #d7c080;
    font-size: 26px;
    letter-spacing: 6px;
    transition-duration: 1s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
}
.container-close-to-heart{
  
        display: flex;
        overflow: hidden;
        height: 100vh;
        flex-direction: column;
        /* justify-content: space-between; */
        align-content: center;
        align-items: center;
        padding-top: 55px;
    
}
.container-mission {

    position: relative;
    z-index: 1;
    color: white; 
}

.section-mission::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: -1;
} 
}
@media (min-width: 2400px)
{


.ceo-message p {
    font-size: 22px;
    line-height: 28px;
    color: #ffffff;
    letter-spacing: 1.5px;
    margin-top: 21px;
    font-weight: 300;
    transition-duration: 1s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.column1 p {
    font-size: 22px;
    line-height: 28px;
    color: #2c3563;
    letter-spacing: 1.5px;
    margin-top: 21px;
    /* font-weight: 300; */
    /* transition-duration: 1s; */
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

}

@media (max-width: 768px) {

.location-col h3 {
    color: #d7c080;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 4px;
} 
footer h2 {
    padding-top: 16px;
    font-size: 20px;
    margin: 20px 0;
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
}
.contact-col h3 {
    
    color: #d7c080;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 4px;
   
} 

/* .row2 {
    background-image: url("../resources/img/ceo-1.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  } */

.row1 {
    height: auto; /* Adjust height for smaller screens */
}
}


@media (min-width: 769px) and (max-width: 1024px) {
.ceo-message p {
    font-size: 18px; 
    line-height: 26px; /* Adjust line height for medium screens */
}
.section-ceo {
    padding-top: 23px;
    background-image: url(../resources/img/bg-jpeg.png);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    background-position-x: center;
}

}




@media (max-width: 768px) {
   
.ceo-message {
    width: 100%;
    padding: 0px;
    margin: 0;
}
.column1 {
    width: 90%;
    padding-top: 10px;
    margin-left: 0;
    padding-left: 50px;
}
}

@media (min-width: 769px) and (max-width: 1024px) {
.ceo-message p {
    font-size: 18px; 
    line-height: 26px; /* Adjust line height for medium screens */
}
.container-close-to-heart {
    display: flex;
    align-content: flex-start;
    justify-content: space-evenly;
    align-items: flex-start;
    flex-direction: row-reverse;
}
}

@media (min-width: 351px) and (max-width: 550px) {
    .ceo-message p {
        font-size: 12px;
        line-height: 16px;
        text-align: justify;
    }
    .ceo-image img {
        height: auto;
        width: 25rem;
        margin: auto;
    }
}

@media (max-width: 350px) {
    .ceo-message p {
        font-size: 10px;
        line-height: 13px;
        text-align: justify;
    }

}


@media (max-width: 768px) {
.icons{ 
    display: none;
}
.icon-style {
    text-decoration: none;
    margin: 0 4px;
    color: #0073e6;
    transition: color 0.3s;
 } 
 .icons1 {
    position: absolute;
    top: 80.5%;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 10px 0;
    z-index: 1;
}
  /* Adjust the styling as needed */
  .icon-style2 {
    text-decoration: none;
    margin: 0 10px;
    color: #faec20;
    transition: color 0.3s;
}
  .fa-3x {
    font-size: 20px !important;
}
  .icon-style:hover {
    color: #ff6600;
  }
.row{
    /* margin-top: 60px; */
}
.contact-col p {
    color: #ffffff;
    font-size: 13px;
}
.contact-col a {
    color: #ffffff;
    font-size: 13px;
}
.location-col a {
    color: #ffffff;
    font-size: 13px;
}
.location-col p {
    color: #ffffff;
    font-size: 13px;
}

.bottom_footer div {
    color: #d7c080;
    font-size: 9px;
}
.ceo-message {
    text-align: left;
    width: 100%;
    flex-direction: column;
    padding: 20px 10px;
}
.ceo-message h2 {
    font-size: 18px;
    max-width: 600px;
    text-align: left;
}
.section-ceo {
    padding-top: 23px;
    background-image: url(../resources/img/bg-jpeg.png);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    background-position-x: center;
}

.ceo-message p {
    font-size: 11px;
    line-height: 13px;
}

.ceo-image img {
    height: auto;
    width: 22rem;
    margin: auto;
}

}


@media (min-width: 769px) and (max-width: 1024px) {
    .section-ceo {
        padding-top: 23px;
        background-image: url(../resources/img/bg-jpeg.png);
        background-size: cover;
        background-position: bottom;
        background-repeat: no-repeat;
        background-position-x: center;
    }
    .ceo-image img {

        height: auto;
        width: 59rem;
        margin: auto;
    }
    
    .ceo-image img {
        display: block;
        /* border: 3px solid saddlebrown; */
    }
    .ceo-message {
        text-align: left;
        padding-top: 5px;
        /* display: flex; */
        width: 100%;
        flex-direction: column;
        padding-left: 5px;
    }
  .ceo-message p {
    color: rgb(255, 255, 255);
    font-size: 18px;
    line-height: 28px;
}
  
.ceo-message h2 {
    font-size: 36px;
    max-width: 873px;
}
.column1 {
    padding-top:50px ;
    margin-left: 0;
    overflow: hidden;
    float: left;
    height: 100vh;
    width: 90%;
}

.column1 h2 {   
    font-size: 30px;
    letter-spacing: 10px;
    text-align: center;
    width: 65%;
}
.column1 p {
    /* padding-left: 100px; */
    text-align: justify;
    width: 100%;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 1.1px;
}
.section-about {
    display: flex; 
    background-image: url("../resources/img/mobile-bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

}



@media (max-width: 768px) {
    .section-our-world {
        background-image: url(../resources/img/background2.jpg);
        background-size: cover;
        background-position: inherit;
        background-repeat: no-repeat;
    }
    .section-about {
        display: flex; 
        background-image: url("../resources/img/mobile-bg.jpg");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        overflow: hidden;
    }

.swiper-container{
    position: inherit;
}


.column h2 {
    letter-spacing: 5px;
    font-size: 25px;
    text-align: center;
    width: 70%;
}
.column-text{
    padding: 0px;
    display: flex;
    flex-direction: column;

    align-items: center;

}
.column-text h2 {
    line-height: 35px;
    font-size: 11px;
    text-align: center;
    width: 90%;
}
.row-sections {
    display: block;
    /* gap: 1rem; */
    padding: 0px 10px;
    padding-top: 30px;
}
.container-mission {
    height: 100vh;
    
}
.column-text p {
    font-size: 11px;
        margin-top: 18px;
}
/* .row-sections {
    display: block;
    overflow: hidden;
} */

.column-text {
    flex: 1;
    padding: 0px;
}


}

@media (max-width: 500px) {
    .column-text h2 {
        line-height: 30px;
    }
    .column h2 {
        letter-spacing: 4px;
        font-size: 14px;
        width: 80%;
        margin-bottom: 1.5rem;
    }

    .column-text p {
        font-size: 10px;
    }

    .column-text p {
        margin-top: 0px;
        line-height: 1.5;
    }
}


@media (min-width: 769px) and (max-width: 1024px) {
    .container-mission {
        display: flex;
        flex-direction: column;
        /* padding-top: 1rem; */
        height: 100vh;
        overflow: hidden;
        padding: 0rem;
        justify-content: center;
    }
.image-heart{
    display:none;
   
   }
   .column h2 {
    font-size: 28px;
    text-align: center;
    width: 80%;
   }
.column-text p {
font-size: 13px;
    margin-top: 12px;
}
.column-text h2 {
    line-height: 75px;
    color: #d7c080;
    width: 100%;
    text-transform: uppercase;
    font-size: 27px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 6px;
    margin-top: 9px;
    border-bottom: 1px solid;
    /* padding-bottom: 12px; */
}
}




@media (max-width: 768px) {
    .left-column {
        width: 50%
    }
.heart-column{
    width: 90%;
    
}
.heart-column h2 {
    font-size: 20px;
    padding-top: 22px;
}
.heart-column p {
    font-size: 14px;

}


    .container-mission {
    display: block;
    padding:0rem;
    }
   .section-mission{
    padding-top:6rem;
   }
.section-mission::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: -1;
}

}


@media (min-width: 769px) and (max-width: 1150px) {

    



.container-mission {
    height: 100vh;
}


.left-column {
    width: 0%;
}



.section-heart{
    background-image: url("../resources/img/heart-bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
  }
/* .heart-column {
    width: 60%;
    padding-right: 0px;
    margin-bottom: 100px;
    /* margin-left: 80px; */
} 


.heart-column h2 {
    font-size: 32px;
    padding-top: 0px;
    text-align: left;
}
.heart-column p {
    font-size: 18px;
}

@media (max-width: 960px) {
    .heart-column {
        width: 90%;
        padding-right: 0px;
        margin-left: 5px;
    }
    .section-heart{
        background-image: url("../resources/img/heart-bg.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: bottom;
      }
}






    @media (max-width: 768px) {
        .heart-column h2 {
            font-size: 22px;
            padding-top: 13px;
            text-align: left;
            max-width: 1000px;
        }
        .heart-column p {
            font-size: 10px;
            line-height: 12px;
            text-align: justify;
            letter-spacing: 1px;
        }
        
    }

@media (min-width: 769px) and (max-width: 1024px) {
footer h2 {
    /* font-size: 38px; */
    padding-top: 12px;
    top: 90px;
}
}

@media (max-width: 768px) {
.icons
footer {
    padding-top: 60px;
}
.reach-us-table {
    width: 100%;
    /* top: 250px; */
    margin-left: 0;
    padding-right: 0;
    left: 0;
    transform: none;
}
.column1 {
    /*    */
    width: 100%;
    margin-left: 0px;
    z-index: 1;
}
}


@media (min-width: 769px) and (max-width: 1024px) {
.reach-us-table {
    /* width: 90%; */
    top: 160px;
    /* margin-left: 30px; */
}

.bottom_footer div {
    font-size: 12px;
}


}


/* --------------ABOUT US -------------- */

@media (max-width: 550px) {
    /* .column1 {
    padding: 15px;
        width: 100%;
        padding-top: 10px;
        margin-left: 0px;
    } */
        .column1 {
            padding: 5px 10px;
            width: 100%;
            /* padding-top: 10px; */
            margin-left: 0px;
        }
        .column1 {
        /*    */
        width: 100%;
        margin-left: 0px;
        z-index: 1;
    }
}

@media (max-width: 410px) {
    .column h2 {
        letter-spacing: 4px;
        font-size: 15px;
        width: 80%;
        margin-bottom: 10px;
    }
    .column-text h2 {
        line-height: 35px;
        font-size: 11px;
        text-align: center;
        width: 90%;
    }
    .column-text p {
        font-size: 8px;
    }
    .heart-column p {
        font-size: 8px;
        line-height: 8px;
        text-align: justify;
        letter-spacing: 1px;
    }
    .heart-column h2 {
        font-size: 10px;
        padding-top: 5px;
        text-align: left;
        max-width: 297px;
    }
    .column1 {
        /*    */
        width: 100%;
        margin-left: 0px;
        z-index: 1;
    }
    .column1 p {
        font-size: 10px;
        text-align: justify;
        line-height: 11px;
    }
    .ceo-message p {
        font-size: 10px;
        text-align: justify;
        line-height: 13px;
    }
    .ceo-message h2 {
        font-size: 10px;
        max-width: 600px;
        text-align: left;
    }
    .location-col h3 {
        color: #d7c080;
        font-size: 11px;
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: 4px;
    }
    .contact-col h3 {
        color: #d7c080;
        font-size: 11px;
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: 4px;
    }
    .contact-col a {
        color: #ffffff;
        font-size: 9px;
    }
    .location-col a {
        color: #ffffff;
        font-size: 9px;
    }
    .column1 h2 {
        font-size: 12px;
        letter-spacing: 2px;
    }
    .ceo-image img {
        height: auto;
        width: 25rem;
        margin: auto;
    }
    .column-world h2 {
        font-size: 15px;
        text-align: center;
        max-width: 200px;
    }
    .card1-img img {
        max-width: 50%;
        height: auto;
    }
    .card1-body h5 {
        font-size: 11px;
    }
    .card1-body h4 {
        font-size: 10px;
    }
    footer h2 {
        padding-top: 0px;
        font-size: 12px;
        margin: 10px 0;
        position: absolute;
        top: 50px;
        left: 50%;
        transform: translateX(-50%);
    }
    .reach-us-table {
       
        top: 90px;
    }
    .reach-us-table td {
        padding: 0px;
    }
}


/* 
@media (max-width: 500px) {
    .quick-link img {
        width: 40px;
        opacity: 0.5;
        transition: opacity 0.3s ease-in-out;
    }
    .float {
        position: fixed;
        top: 82%;
        margin: 15px;
        width: 30px;
        height: 30px;
        bottom: 40px;
        left: 0px;
        background-color: #25d366;
        color: #ffffff;
        border-radius: 50px;
        text-align: center;
        font-size: 27px;
        
        z-index: 100;
    }
    .my-float {
        margin-top: 6px;
    }
}


 */



@media (max-width: 768px) {
    .logo_cont {
    padding-top: 10px;}
}
@media (max-width: 768px) {
    .row2{
        height: auto;
        display: flex;
        justify-content: center;
    
    }
 
    .bottom_footer {
        justify-content: center;
        flex-wrap: wrap;
    }
   .bottom_footer .rights{
    display: none;
   }
   .quick-link {
    position: fixed;
    top: 91%;
    right: -10px;
    transform: translateY(-50%);
    color: #d81f32;
    border-radius: 62%;
    padding: 18px;
    cursor: pointer;
    z-index: 1000;
    transition: transform 0.3s ease-in-out;
}
    .float {
        position: fixed;
        top: 87.5%;;;
        margin: 15px;
        width: 35px;
        height: 35px;
        bottom: 40px;
        left: 0px;
        background-color: #25d366;
        color: #ffffff;
        border-radius: 50px;
        text-align: center;
        font-size: 18px;
        
        z-index: 100;
    }
    .my-float {
        margin-top: 8px;
    }
    .quick-link img {
        width: 37px;
        opacity: 0.5;
        transition: opacity 0.3s ease-in-out;
    }
    .bottom_footer {
        position: absolute;
        bottom: 0%;
        top: 81.5%;
        width: auto;
        background-color: rgba(0, 0, 0, 0);
        left: 0%;
        transform: translateX(5rem);
        -webkit-transform-origin: 100% 100%;
        /* transform: rotate(90deg); */
        align-items: flex-end;
        display: flex;
        height: 0;
        z-index: 99999;
        padding: 4px 26px;
    }




    .bottom_footer div {
        color: #d7c080;
        font-size: 14px;
        text-align: center;
        transform: scale(0.8);
        writing-mode: horizontal-tb;
    }
}
@media (max-width: 320px) and (max-height: 600px) {
     /* CSS rules for iPhone SE */ 
     .column1 p {
        font-size: 8px;
        text-align: justify;
        line-height: 8px;
    }


    }

    @media (max-width: 414px) and (max-height: 896px) { 
        .column1 p {
            width: 97%;
            font-size: 10px;
            text-align: justify;
            line-height: 13px;
        }
        .heart-column p {
            width: 97%;
            font-size: 8px;
            line-height: 13px;
            text-align: justify;
            letter-spacing: 1.1px;
        }
        .heart-column h2 {
            font-size: 15px;
            padding-top: 13px;
            text-align: left;
            max-width: 1000px;
        }
    }
    
   
    
    
   
