*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
.row {
  --bs-gutter-x: 0rem;
  --bs-gutter-y: 0rem;
}
.container-fluid{
  padding-right: var(--bs-gutter-x,.0rem);
  padding-left: var(--bs-gutter-x,.0rem);
} 

.p-text{
  padding: 90px 0px 0px 0px;
}
.h-pad{
  padding: 20px 0px;
  font-size: 2.7rem;
}

@media screen and (max-width: 576px){
  .p-text{
    padding: 70px 0px 0px 0px;
  }
  .h-pad{
    padding: 10px 0px;
    font-size: 1.4rem;
  }
}
  nav{
      width: 100%;
      position: fixed;
      top: 0px;
      left: 0px;
      display: flex;
      transition: background-color 0.4s ease-out;
      z-index: 1000;
      background-color: #1b121e;
  }
  
  #navbarNav{
      display: flex;
      align-items: center;
  }
  .top-nav>.top-nav-item{
      text-decoration: none;
      color: white;
     font-size: 0.9rem;
  }
  .nav-item>button{
      border: none;
  }
  nav.scroll {
      background-color: white;
  }
  
  .call{
    border: 1px solid white;
    border-radius: 25px;
    padding: 2px 8px;
    text-align: center;
  }
  
  .call>a{
    color: white;
  }
  
  button>.fa-bars{
      font-size: 1.5rem;
    }
    .offcanvas {
      position: fixed;
      top: 0;
      z-index: 100000;
      display: flex;
      flex-direction: column;
      max-width: 100%;
      visibility: hidden;
      background-color: #fff;
      background-clip: padding-box;
      outline: 0;
      transition: transform .3s ease-in-out;
      color: black;
    }
    
    .offcanvas-end {
      top: 0;
      right: 0;
      width: 335px;
      border-left: 1px solid rgba(0,0,0,.2);
      transform: translateX(100%);
      
    }
    
    .offcanvas-body {
      flex-grow: 1;
      padding: 1rem 1rem 1rem 2rem;
      overflow-y: auto;
     
    }
    .offcanvas-body>.nav-item>a{
      text-decoration: none;
      color: black;
      font-size: 1.2rem;
      
    }
    
    .offcanvas-body>.nav-item>a:hover{
      background-color: bisque;
    }
    .offcanvas-body>.nav-item>.nav-link>a>i{
      color: black;
      font-size: 1.5rem;
      padding-right: 15px;
    }
  
    .navbar-brand>.m-logo{
      display: none;
    }
    @media (min-width:320px) and (max-width:768px){
          .navbar-brand>.d-logo{
          display: none;
        }
        .navbar-brand>.m-logo{
          display: block;
        }
        .nav-item>a>p{
          display: none;
        }
        .call{
          border: none;
          padding: 10px 0px;
        }
        .call>img{
          display: none;
        }
    }
    .submenu{
      position: fixed;
      top: 64px;
      background-color: #333;
      color: white;
      z-index: 1;
    }
    ul {
      margin-top: 0;
      margin-bottom: 0rem;
      padding-left: 0rem;
    }
    .submenu-item{
      width: 100%;
      text-decoration: none;
      list-style: none;
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      align-content: center;
      justify-content: center;
      align-items: center;
      
    }
    .submenu>ul{
      padding: 10px 10px;
      font-size: 1rem;
    }
  
    .submenu>ul>li{
      float: left;
      padding:0px 35px;
      border-right: 1px white solid;
    
    
    }
    .submenu>ul>li>a{
      text-decoration: none;
      color: white;
    }
    .submenu>ul>li:last-child{
      border-right: none;
    }
  
    @media all and (max-width: 576px){
      .submenu{
          top: 51px;
        }
        .submenu>ul{
          padding: 10px 10px;
          font-size: 0.6rem;
        }
      
        .submenu>ul>li{
          float: left;
          padding: 0px 5px;
        }
    }
    @media (min-width: 577px)and (max-width: 768px){
      .submenu{
          top: 51px;
        }
        .submenu>ul{
          padding: 10px 10px;
          font-size: 1rem;
        }
      
        .submenu>ul>li{
          float: left;
          padding:0px 25px;
        }
    }

    .top-banner>img{
      width: 100%;
      height: 100vh;

    }
    @media (min-width: 577px) and (max-width: 768px){
      .top-banner>img{
        width: 100%;
        height: auto;
        margin-top: 85px;
      }
      .text-section>h2{
        margin-top: 22%;
        font-size: 2.3rem;
      }
      .text-section>p{
        font-size: 1.7rem;
      }
    }  
    /* .text-section>h2{
      margin-top: 18%;
      font-size: 2.3rem;
      text-align: center;
      text-shadow: 1px 2px 9px black;
    }
    .text-section>p{
      font-size: 1.5rem;
      text-align: center;
      font-weight: 500;
      text-shadow: 1px 2px 3px black;
    }
       */
      /* .top-banner{
        position: relative;
        padding-left: 0px;
        padding-right: 0px;
        background-position: center;
        background-size: cover;
      }
      .top-banner>img{
        width: 100vw;
        height: 90vh;
        margin-top: 75px;
      } */
    
      /* @media all and (max-width: 576px){
        .top-banner>img{
          width: 100%;
          height: auto;
          margin-top: 85px;
        }
        .text-section>h2{
          margin-top: 40%;
          font-size: 1.5rem;
        }
        .text-section>p{
          font-size: 1.2rem;
        }
      } 
      
      @media (min-width: 577px) and (max-width: 768px){
        .top-banner>img{
          width: 100%;
          height: auto;
          margin-top: 85px;
        }
        .text-section>h2{
          margin-top: 22%;
          font-size: 2.3rem;
        }
        .text-section>p{
          font-size: 1.7rem;
        }
      }   */
  
    .about{
      width: 250px;
      border-top: 1px solid #1f266b;
      margin:0px 45px;
      padding-top: 8px;
  }

  .about-img{
    margin-top: -5px;
    padding: 7px;
  }
  
  
  @media (min-width:577px) and (max-width:768px){
      .about-top{
          margin-top: 0px;
      }
      
      .about-top>p{
          font-size: 0.7rem;
      }
      .about-text{
          width: 100%;
      }
      .about{
          border-top: 1px solid #1f266b;
          margin-left: 10px;
          width: 140px;
      }
      .about-text>.about>h6{
          font-size: 0.7rem;
      }
      .about-img{
        margin-top: -25px;
        padding: 5px;
      }
  }
  @media screen and (max-width:576px){
      .about-top{
          margin-top: 15px;
      }
      
      .about-top>p{
          font-size: 0.7rem;
      }
      .about{
          border-top: 1px solid #1f266b;
          margin-left: 0px;
      }
      .about-text>.about>h6{
          font-size: 0.8rem;
      }
      .about-img{
        margin-top: 0px;
        padding: 3px;
      }
  }
  /* .project-specification{
    width: 100%;
    display: flex;
    border-bottom: 1px solid #b3b4b7;
    margin: 1rem 0rem;
  } */
  /* .text-icon{
    
    margin-bottom: 1rem;
  } */
  /* .text-area>.box2{
      float: left;
      border-right: 1px solid #b3b4b7;
      
  } */

  .text-area{
    width: 100%;
    display: flex;
    border-bottom: 1px solid #b3b4b7;
    padding: 15px;
    --bs-gutter-x: 1.5rem;
  }
  .text-area:last-child{
    border-bottom: none;
  }
  .text-box{
    display: flex;
    align-items: center;
  }
  .text-box>.box1{
    width: 15%;
  }
  .text-box>.box2{
    width: 85%;
    padding: 0px 0px 0px 25px;
    border-right: 1px solid #b3b4b7;
  }
  
  .text-box>.box3{
    width: 85%;
    padding: 0px 0px 0px 25px;
  }
  
  .text-section{
    position: absolute;
    top: 0;
    bottom: 0; 
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100vh;
    transition: .5s ease;
    color: white;
  }
  
  @media all and (max-width: 576px){
    .text-area{
      --bs-gutter-x: 0rem !important;
    }
    .text-box>.box1{
      width: 15%;
    }
    .text-box>.box2{
      width: 100%;
      padding: 0px 0px 0px 20px;
      border-right: none;
    }
    
  }


  
  .pos-rel {
    position: relative;
}
.tagline-wrapper {
    /* left: unset; */
    width: 360px;
    position: absolute;
    /* left: -50px; */
    right: 0px;
    /* top: unset; */
    /* transform: unset; */
    /* height: 100vh; */
    display: unset;
    justify-content: center;
    flex-direction: column;
    margin-top: 34px;
    /* left: 0; */
    top: 14.5vh;
    /* transform: translateY(-50%); */
    background-color: rgb(0,0,0,0.2);
    padding: 15px 0px;
    border-radius: 10px;
}
  
  
    .layout>.layout-heading>a{
      text-decoration: none;
      color: black;
    }
    .layout-heading>a>span{
     font-size: 0.6rem;
     padding: 0px 0px 0px 8px;
     margin-top: -10px;
    }
  
    .layout-img{
      width: 75%;
      margin: 0 auto;
    }
  
    @media all and (max-width: 576px){
      .layout-img{
        width: 100%;
      }
    }
  
    .meeting{
      background-color: black;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 25px 15px 10px 15px;
      color: white;
    }
    .meeting>.icon-l{
      font-size: 5rem;
      text-align: center;
      margin-top: -25px;
    }
    .sch-btn{
      color: white;
      border: 1px solid white;
    }
  
    .sch-btn1:hover>a{
      color: #ffa602;
      border-color: #ffa602;
    }
  
    @media all and (max-width: 576px){
      .meeting>.icon-l{
        font-size: 3.6rem;
      }
      .meeting>.col-sm-12>h2{
        text-align: center;
      }
      .meeting>.col-sm-12>p{
        text-align: center;
      }
    }
    @media (min-width: 577px) and (max-width: 768px){
      .meeting>.icon-l{
        font-size: 4rem;
        
      }
      .meeting>.col-sm-12>h2{
        padding-left: 10px;
        
      }
      .meeting>.col-sm-12>p{
        padding-left: 10px;
      }
    }
  
    td>.price{
      font-size: 1rem;
      background-color: #d59425;
      font-weight: 600;
      padding: 0px 3px 3px 3px;
      border-radius: 5px;
  
    }
  
    
  
    iframe{
      width: 600px;
      height: 300px;
    }
  
    @media all and (max-width: 576px){
      iframe{
        width: 100%;
        height: 270px;
        padding: 1rem;
      }
      .location{
        padding:0rem 1.5rem;
      }
      td>.price{
        font-weight: 300; 
        font-size: 0.6rem;
        padding: 0px 0px;
      }
      
      
    }
  
    @media (min-width: 577px) and (max-width: 768px){
      iframe{
        width: 350px;
        height: 250px;
      }
      td>.price{
        font-weight: 300; 
        font-size: 0.9rem;
        padding: 0px 3px;
      }
      
      
    }
  
    
  
  .card_wrapper {
    column-gap: 5px;
    column-count: 5;
    padding: 0px 30px;
  }
  .card{
    margin-bottom: 5px;
  }
  
  /* .card>img {
    width: 100%;
    border-radius: 7px;
    padding: 4px;
    
  } */
  
  .galary_heading {
    position: relative;
    top: 0;
    padding: 20px;
    margin-bottom: 5px;
  }
  
  .galary_heading h2 {

    text-align: center;
  }
  
  @media (max-width: 576px) {
    .card_wrapper {
        column-count: 2 !important;
        padding: 0px 0px;
    }
  }
  
  @media (max-width: 992px) {
    .card_wrapper {
        column-count: 3;
    }
  }
  
  /* .row > .column {
    padding: 0 8px;
  }
  
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
  
  .column {
    float: left;
    width: 25%;
  } */
  .project-img> .img-a{
    width: 100%;
    height: 200px;
    border-radius: 7px;
    padding: 4px;
    object-fit: cover;
  }
  
  .project-img> .img-b{
    width: 100%;
    height: 250px;
    border-radius: 7px;
    padding: 4px;
    object-fit: cover;
  }
  
  .project-img> .img-c{
    width: 100%;
    height: 300px;
    border-radius: 7px;
    padding: 4px;
    object-fit: cover;
  }
  
  .project-img> .img-d{
    width: 100%;
    height: 400px;
    border-radius: 7px;
    padding: 4px;
    object-fit: cover;
  }
  .project-img> .img-e{
    width: 100%;
    height: 150px;
    border-radius: 7px;
    padding: 4px;
    object-fit: cover;
  }
  /* The Modal (background) */
  .mmymodal {
    display: none;
    position: fixed;
    z-index: 1000;
    padding-top: 0px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
  }
  
  /* Modal Content */
  .modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
  }
  
  /* The Close Button */
  .close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
  }
  
  .mySlides {
    position: relative;
    display: none;
  }
  
  .cursor {
    cursor: pointer;
  }
  
  /* Next & previous buttons */
  .prev,
  .next {
    cursor: pointer;
    position: absolute;
    top: 47%;
    width: auto;
    padding: 16px;
    /* margin-top: -50px; */
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
  }
  
  /* Position the "next button" to the right */
  .next {
    right: 10rem;
    border-radius: 3px 0 0 3px;
  }
  .prev{
    left: 10rem;
    border-radius: 3px 0 0 3px;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover,
  .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
  }
  
  /* Number text (1/3 etc) */
  .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }
  
  .mySlides img {
    width: 100%;
    height: 90vh;
    background-position: center;
    margin-bottom: -4px;
   
  }
  
  .caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
  }
  
  .demo {
    opacity: 0.6;
  }
  
  .active,
  .demo:hover {
    opacity: 1;
  }
  
  img.hover-shadow {
    transition: 0.3s;
  }
  
  .hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }

  .mmodal-content{
    width: 70%;
    margin: 50px auto;
    background-color: #fff;
    border-radius: 10px;
    }
    @media (min-width: 769px) and (max-width: 1024px){
      .mmodal-content{
        width: 90%;
        margin-top: 90px;
      }
      .mySlides>img {
        height: auto;
      }
      .prev,.next {
        position: absolute;
        top: 33%;
      }
      .next {
        right: 0;
        border-radius: 3px 0 0 3px;
      }
      .prev{
        left: 0;
        border-radius: 3px 0 0 3px;
      }
    }

    @media (min-width: 577px) and (max-width: 768px){
      .mmodal-content{
        width: 85%;
        margin-top: 90px;
      }
      .mySlides>img {
        height: auto;
      }
      .prev,.next {
        position: absolute;
        top: 38%;
      }
      .next {
        right: 0;
        border-radius: 3px 0 0 3px;
      }
      .prev{
        left: 0;
        border-radius: 3px 0 0 3px;
      }
      
    }

    @media (min-width: 376px) and (max-width: 576px){
      .mmodal-content{
        width: 85%;
        margin-top: 90px;
      }
      .mySlides>img {
        height: auto;
      }
      .prev,.next {
        position: absolute;
        top: 33%;
      }
      .next {
        right: -3px;
        border-radius: 3px 0 0 3px;
      }
      .prev{
        left: -3px;
        border-radius: 3px 0 0 3px;
      }
      
    }

    @media screen and (max-width: 375px){
      .mmodal-content{
        width: 85%;
        margin-top: 90px;
      }
      .mySlides>img {
        height: auto;
      }
      .prev,.next {
        position: absolute;
        top: 29%;
      }
      .next {
        right: -6px;
        border-radius: 3px 0 0 3px;
      }
      .prev{
        left: -6px;
        border-radius: 3px 0 0 3px;
      }
      
    }


    /* Gallery Section End  */
  
  .text-form input {
    width: 95%;
    padding: 10px;
    border: 1px solid#dbddde;
    margin-bottom: 15px;

    border-radius: 5px;
    height: 40px;
    outline: none;
  }
  
  .text-mesg input{
    width: 97%;
    padding: 10px;
    border: 1px solid#dbddde;
    /* margin-top: 15px; */
    border-radius: 5px;
    outline: none;
  }
  
  .btn-text button {
    color: #fff;
    width: 95%;
    /* margin-top: 15px; */
    padding: 10px;
    border: none;
    height: 44px;
    border-radius: 5px;
  }
  

  @media screen and (max-width: 576px){
    .btn-text button {
      margin-top: 15px;
    }
  }
  
  .data{
    width: 85%;
  }
  
  footer{
    background-color: #1b121e;
    color: white;
    margin: 0 auto;
    padding: 70px 0px 0 0;
    text-align: justify;
  }
  .ft-menu{
    /* display: flex;
     flex-direction: column; */
    margin-top:25px;
  }
  .ft-menu>a{
    display: block;
    text-decoration: none;
    padding-bottom: 10px;
    font-size: 0.9rem;
    color: white;
    white-space: nowrap;
    }
    .ft-whatsapp{
      margin-top: 27px;
    }
    .ft-whatsapp>a{
      text-decoration: none;
      color: white;
      background-color: green;
      padding: 7px 10px;
      border-radius: 7px;
    }
    .f-line{
      border-bottom: 1px solid white;
      padding-bottom: 10px;
      width: 83%;
      margin: 0 auto;
    }
    .f-lin>p {
      margin: 7px 0px 10px 0px;
    }
    @media (min-width:526px) and (max-width:768px){
      .ft-menu{
        text-align: center;
       }
       .ft-whatsapp{
         text-align: center;
       }
    }
    @media all and (max-width:525px){
      footer{
        text-align: center;
        font-size: 0.9rem;
        padding: 30px 0px 0 0;
      }
     .ft-menu{
       margin: 0 auto;
      max-width: 120px;
     }
      .ft-menu>a{
        margin-bottom: 10px;
        font-size: 0.9rem;
      }
      .ft-whatsapp{
        margin-bottom: 20px;
      }
      .f-lin>p {
        margin: 7px 0px 52px 0px;
      }
    }
  
    
    .bud-pro{
      width: 99%;
      margin: 0 auto;
    }
  
    .card-info {
      width: 100%;
      flex-direction: row;
      padding: 0 0 0 7px;
  
    }
    .card-info>img {
      width: 30%;
      padding: 15px 0px;
      background-position: center;
      background-size: cover;
    }
  
    @media (min-width:992px) and (max-width:1440px){
      .card-info>img {
        width: 20%;
        padding: 25px 0px;
  
      }
      .card-info>.card-body{
        padding: 0.3rem 0rem 0.5rem 0.5rem;
      }
      
      .card-info>.card-body>h5{
        font-size: 0.9rem;
      }
      .card-info>.card-body>p{
        font-size: 0.7rem;
      }
      .card-info>.card-body>a{
        font-size: 0.7rem;
      }
    }
  
    .security>.dis>p{
      color: white;
      text-align: center;
      font-size: 11px;
      margin-top: -1rem;
      padding: 0px 20px;
  }
  

  #topBtn{
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 22px;
    width: 50px;
    height: 50px;
    background: #e74c3c;
    color: white;
    border: none;
    cursor: pointer;
    display: none;
  }
  #topBtn>i{
    translate: 90% 35%;
  }

    @media (min-width:577px) and (max-width: 768px){
      .security>.dis>p{
        margin-bottom: 0rem;
        font-size: 10px;
      }
    }
  
    @media all and (max-width: 576px){
      .security>.dis>p{
        margin-bottom: 2.9rem;
        font-size: 9px;
      }
      #topBtn{
          bottom: 0px;
      }
    }
  
    .calloption {
      display: block;
      position: fixed;
      right: 15px;
      bottom: 75px;
      z-index: 1;
      }
      
  
      .mymodal{
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        justify-content: center;
        align-items: center;
        display: flex;
        height: 100vh;
        background-color: rgb(0,0,0,0.8);
        display: none;
        padding-top: 0px;
        z-index: 1000;
      }
      .modal{
        width: 100%;
       }
       .modal-content{
       width: 70%;
       margin: 50px auto;
       background-color: #fff;
       border-radius: 10px;
       }
       .m-title{
        position: absolute;
       z-index: 1;
       right: -2px;
       top: -2px;
       }
            
      .close-btn{
        font-size: 20px;
        /* border-radius: 50%;
        background-color: white; */
        padding: 0px 8px;
      }
      .close-btn:hover{
        background-color: #333;
        color: white;
      }
      .form-input>input{
        border-radius: 25px;
        margin-top: 0.9rem;
        outline: none;
      }
      .form-input>input:focus, textarea:focus, select:focus{
        outline: none;
      }

    
  
      .mediamain{ display: table-column;}
      @media (max-width: 525px){
          .mediamain{ 
              width:100%; 
              background:#fff; 
              padding:4px; 
              -webkit-box-shadow: 0px -3px 5px -1px rgba(112,112,112,1);
              -moz-box-shadow: 0px -3px 5px -1px rgba(112,112,112,1);
              box-shadow: 0px -3px 5px -1px rgba(112,112,112,1); 
              position:fixed; bottom:0px; left:0px; 
              font-family:poppins, Calibri; 
              display:block;
             }
             
             .mediamain .button1 {
                 width: 50%;
                 float: left;
                 background: #729d32;
                 color: #fff;
                 text-align: center;
                 border-radius: 4px;
                 font-size: 17px;
                 margin-right: 2%;
                 padding: 8px;
                 margin-left: 0%;
             }
             
             .mediamain .button2{ width:47%; 
                 float:left; 
                 background:#45c455; 
                 color:#fff; 
                 text-align:center; 
                 border-radius:4px; 
                 font-size:18px; 
                 padding:8px;
             }
  
                  .data {
                    width: 95%;
                      font-size: 10px;
                  }
                  
                  
      }
  
      footer{
        background-color: #1b121e;
        color: white;
        margin: 0 auto;
        padding: 40px 0px 5px 0;
        text-align: justify;
      }
      .ft-menu{
        /* display: flex;
        flex-direction: column; */
        margin-top:25px;
      }
      .ft-menu>a{
        display: block;
        text-decoration: none;
        padding-bottom: 10px;
        font-size: 0.9rem;
        color: white;
        white-space: nowrap;
      }
      .ft-menu>a:hover{
        color: yellow;
      }
      .ft-whatsapp{
        margin-top: 27px;
      }
      .foot-whatsapp{
        text-decoration: none;
        color: white;
        background-color: green;
        padding: 7px 10px;
        border-radius: 7px;
      }
      .foot-whatsapp:hover{
        color:white;
        background-color: #45c455;
      }
    
      .ft-socialicon>a{
        text-decoration: none;
        padding: 0 4px;
        color: white;
        font-size: 1.4rem;
      }
      .ft-socialicon>a>.fa-square-facebook:hover{
        color:#262ff2;
      }
      .ft-socialicon>a>.fa-instagram:hover{
        color:#f22674;
      }
      .ft-socialicon>a>.fa-linkedin:hover{
        color:#1970C6;
      }
      .ft-socialicon>a>.fa-square-twitter:hover{
        color:#1D9BF0;
      }
      .ft-socialicon>a>.fa-youtube:hover{
        color:#ff3434;
      }
      .f-line{
        border-bottom: 1px solid white;
        padding-bottom: 10px;
        width: 83%;
        margin: 0 auto;
      }
      .f-lin>p {
        margin: 7px 0px 10px 0px;
      }
      @media (min-width:526px) and (max-width:768px){
        .ft-menu{
          text-align: center;
         }
         .ft-whatsapp{
           text-align: center;
         }
         .ft-socialicon{
          text-align: center;
         }
         
      }
      @media all and (max-width:525px){
        footer{
          text-align: center;
          font-size: 0.9rem;
          padding: 30px 0px 0 0;
        }
       .ft-menu{
         margin: 0 auto;
        max-width: 120px;
       }
        .ft-menu>a{
          margin-bottom: 10px;
          font-size: 0.9rem;
        }
        .ft-whatsapp{
          margin-bottom: 20px;
        }
        .f-lin>p {
          margin: 7px 0px 52px 0px;
        }
      }
    
      