.footer-top p{
    color: #999;
    line-height: 25px; 
}
.footer-top  h2,h3{
    color: #fff;
}
.footer-top h2{
    font-size: 18px;
}
.footer-top{
    margin-top: 30px;
    background: #fff;
    padding: 30px 0;
}

.foot{
    display: flex;
    justify-content: space-evenly;
    align-items:flex-start;
}

.segment-two{
    text-align: start !important;
}

.segment-two h2{
    text-align: start;
}

.segment-three p{
    text-align: start;
    color: black !important;
}

.segment-three h2{
   text-align:start;
}

.segment-three h2, .segment-two h2{
    font-family: courgette;
    color: #00858a;
    font-family: poppins;
    text-transform: uppercase;
}
.segment-three h2:before,.segment-two h2:before{
    content: '|';
    color: #c65039;
    padding-right: 10px;
}
.segment-two ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.segment-two ul li{
    /* border-bottom: 1px solid rgba(255,255,255,0.3); */
    line-height: 40px;
}
.segment-two ul li a{
    color: black;
    text-decoration: none  ;
}
.segment-two p{
    color: black;
    text-decoration: none  ;
}
  
.footer-bottom-text{
   text-align: center;
    background: lightslategrey;
    line-height: 75px;
    color: black;
}
#footer_bottom_text{
    color: black;
}

.social-media{
    display: flex;
    justify-content: start;

   }

   .social-media li{
    margin: 10px;

   }
   .social-media li:first-of-type{
    margin-left: 0px;
   }
    
   .so-img{
    width: 30px;
    transition:0.2s  ease-out ;
   }

   
     .so-img:hover{
    transform:translateY(-10px) ;
     }

     .con-img{
        width: 30px;
        margin: 2px !important;
        /* cursor: pointer !important; */
  
      }

      #link{
        text-align: left !important;
      }

      #link a .con-img{
        width: 30px;
        margin: 5px !important;
        margin-left: 0px !important;
        background-color: #163172;
        border-radius: 50%;
  
      }

      /* .call-mail{
        text-align: left;
      } */
  
      #call{
        border-radius: 50%;
      background-color: #163172;
  
      }
      #mail{
        border-radius: 50%;
        background-color: #163172;
     
      }

      
      .line-space{
        line-height: 2;
      }

/* Responsive css */

@media only screen and (min-width: 768px) and (max-width: 991px){
    .md-mb-30{
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 767px){
    .sm-mb-30{
        margin-bottom: 30px;
    }
    .footer-top{
        padding: 50px 0;
    }
}