/* ===========================================
Footer Code 
======================================= */
.footer-distributed{
    /* border: 02px solid red; */
    background: #0d0639;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    width: 100%;
    /* height: 380px; */
    height: fit-content;
    text-align: left;
    font: bold 16px sans-serif;
    padding: 55px 50px;
    
   
  }
  .term-conditions{
    
    padding-top: 8px;
    padding-left: 12px;
    color: cyan !important;
    font-size: 13px;
    font-weight: 400;
  }
  
  .footer-distributed .footer-left,
  .footer-distributed .footer-center,
  .footer-distributed .footer-right{
    display: inline-block;
    vertical-align: top;
  }
  
  /* Footer left */
  
  .footer-distributed .footer-left{
    width: 23%;
  }
  
  
  /* The company logo */
  
  .footer-distributed h3{
    color:  #ffffff;
    font: normal 36px 'Raleway', cursive;
    margin: 0;
  /*  font-family: "raleway";*/
  }
  
  
  
  .footer-distributed h3 span{
    color:  lightseagreen;
  }
  
  /* Footer links */
  
  .footer-distributed .footer-links{
    color:  #ffffff;
    margin: 20px 0 12px;
    padding: 0;
  }
  
  .footer-distributed .footer-links a{
    display:inline-block;
    line-height: 1.8;
    font-weight:400;
    text-decoration: none;
    color:  inherit;
  }
  
  .footer-distributed .footer-company-name{
    color:  #222;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
  }
  
  /* Footer Center */
  
  .footer-distributed .footer-center{
    width: 35%;
  }
  
  .footer-distributed .footer-center i{
    color: #5ce1e6;
    font-size: 25px;
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 42px;
    margin: 10px 15px;
    vertical-align: middle;
  }
  
  .footer-distributed .footer-center i.fa-envelope{
    font-size: 17px;
    line-height: 38px;
  }
  
  .footer-distributed .footer-center p{
    display: inline-block;
    color: #ffffff;
    font-weight:400;
    vertical-align: middle;
    margin:0;
  }
  
  .footer-distributed .footer-center p span{
    display:block;
    font-weight: normal;
    font-size:14px;
    line-height:2;
  }
  
  .footer-distributed .footer-center p a{
    color:  lightseagreen;
    text-decoration: none;;
  }
  /* .row-footer{
    display: flex;
  } */
  .footer-distributed .footer-links a:before {
    content: "|";
    font-weight:300;
    font-size: 20px;
    left: 0;
    color: #fff;
    display: inline-block;
    padding-right: 5px;
  }
  
  .footer-distributed .footer-links .link-1:before {
    content: none;
  }
  
  /* Footer Right */
  
  .footer-distributed .footer-right{
    width: 20%;
  }
  
  .footer-distributed .footer-company-about{
    /* border : 2px solid red; */
    line-height: 20px;
    color:  #92999f;
    font-size: 13px;
    font-weight: normal;
    margin: 0;
    width: 80%;
  }
  
  .footer-distributed .footer-company-about span{
    display: block;
    color:  #ffffff;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  
  .footer-distributed .footer-icons{
    margin-top: 25px;
  }
  
  .footer-distributed .footer-icons a{
    display: inline-block;
    width: 35px;
    height: 35px;
    cursor: pointer;
    font-size: 20px;
    color: #5ce1e6;
    text-align: center;
    line-height: 35px;
    margin-right: 3px;
    margin-bottom: 5px;
  }
 
.footer-text-color{
    color: cyan !important;
    
    /* text-size-adjust: 50%; */
}
.icon-color{
    color: cyan !important;
}
.item-padding{
    margin-top: 10%;
}
.item-text-color{
    color:  #92999f;
    font-size: 13px;
    font-weight: normal;
}
.column {
    width: 25%;
    padding: 10px;
    /* margin-bottom: 20%; */
  }
.li-remove{
    list-style-type: none;
  }
  .iconStyle {
    text-align: center;
    margin-right: 5%;
   
  }
  .li-item-display{
    display:flex;
    margin-bottom: 6%;
  }
  .copyright{
    /* margin-top: 80%; */
    text-align: center;
    color:  #92999f;
    font-size: 10px;
    font-weight: normal;
  }
  /* If you don't want the footer to be responsive, remove these media queries */
  
  @media (max-width: 880px) {
  
    .footer-distributed{
      font: bold 14px sans-serif;
    }
  
    .footer-distributed .footer-left,
    .footer-distributed .footer-center,
    .footer-distributed .footer-right{
      display: block;
      width: 100%;
      margin-bottom: 40px;
      text-align: center;
    }
  
    .footer-distributed .footer-center i{
      margin-left: 0;
    }
  
  }
  @media only screen and (min-device-width: 280px) and (max-device-width: 740px) { 
    .footer-distributed .footer-company-about{
        /* border : 2px solid red; */
        line-height: 20px;
        color:  #92999f;
        font-size: 13px;
        font-weight: normal;
        margin-bottom: 10%;
        width: 300%;
      }
      .column {
        /* width: 25%; */
        padding: 08px;
        /* border: 2px solid red; */
        width: 100%;
        /* margin-bottom: 20%; */
      }
      .copyright{
        /* margin-top: 80%; */
        color:  #92999f;
        font-size: 10px;
        font-weight: normal;
        /* border: 2px solid red; */
      }
  }
  @media only screen and (min-device-width: 375px) and (max-device-width: 667px) { 
    .footer-distributed .footer-company-about{
        /* border : 2px solid red; */
        line-height: 20px;
        color:  #92999f;
        font-size: 13px;
        font-weight: normal;
        margin-bottom: 10%;
        width: 300%;
      }
      .column {
        /* width: 25%; */
        padding: 08px;
        /* border: 2px solid red; */
        width: 150%;
        /* margin-bottom: 20%; */
      }
      .copyright{
        /* margin-top: 80%; */
        color:  #92999f;
        font-size: 10px;
        font-weight: normal;
        /* border: 2px solid red; */
      }
  }
  @media only screen and (min-device-width: 414px) and (max-device-width: 736px) { 
    .footer-company-about{
        text-align: center;
        line-height: 20px;
        color:  #92999f;
        font-size: 13px;
        font-weight: normal;
        margin: 0;
        /* width: 100%; */
      }
  
  }
 
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) { 
    .row-footer{
        display: flex;
             
            
     }
   
  }
  @media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) { 
    .footer-distributed .footer-left{
        width: 30%;
      
      }
      .row-footer{
        display: flex;
             
            
     }
      /* .footer-distributed{
        display: flex;
      
      } */
     

  
  }
  @media only screen and (min-device-width: 820px) and (max-device-width: 1180px) {
    .row-footer{
       display: flex;
           
    }
   }
  @media only screen and (min-device-width: 1500px)  {
    .row-footer{
       display: flex;
            
           
    }
   }