ul {
    margin: 0px;
    padding: 0px;
}
.footer-section {
  background: #fff;
 
}
.footer-cta {
  border-bottom: 1px solid #373636;
}
.single-cta i {
  color: #0563c3;
  font-size: 20px;
  float: left;
  margin-top: 8px;
}
.cta-text {
  padding-left: 15px;
  display: inline-block;
  margin-top: 18px;
}
.single-cta i{
  margin-top: 20px;

}
.cta-text h4 {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
.cta-text span {
  color: #757575;
  font-size: 15px;
}
.footer-content {
  position: relative;
  z-index: 2;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo {
  margin-bottom: 30px;
}
.footer-logo img {
    max-width: 200px;
}
.footer-text p {
  margin-bottom: 7px;
  font-size: 14px;
  color: #7e7e7e;
  line-height: 20px;
}
.footer-social-icon span {
  color: #000;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}
.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}
.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}
.facebook-bg{
  background: #3B5998;
}
.twitter-bg{
  background: #55ACEE;
}
.google-bg{
  background: #DD4B39;
}
.linkedin-bg{
    background: darkslateblue;
}
.whatsapp-bg{
  background: rgb(6, 209, 6);
}
.footer-widget-heading h3 {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #0563c3;
}
.footer-widget ul li {
  display: inline-block;
  /* float: left; */
  width: 50%;
  margin-bottom: 13px;
}
.footer-widget ul li a:hover{
  color: #0563c3;
}
.footer-widget ul li a {
  color: #878787;
  text-transform: capitalize;
}
.subscribe-form {
  position: relative;
  overflow: hidden;
}
.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #2E2E2E;
  border: 1px solid #2E2E2E;
  color: #000;
}
.subscribe-form button {
    position: absolute;
    right: 0;
    background: #0563c3;
    padding: 13px 20px;
    border: 1px solid #0563c3;
    top: 0;
}
.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}
.copyright-area {
  background: #202020;
  padding: 10px 0;
}
.copyright-text p {
  margin: 0;
  font-size: 10px;
  color: #878787;
}
.copyright-text p a{
  color: #0563c3;
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-menu li:hover a{
  color: #0563c3;
}
.footer-menu li a {
  font-size: 10px;
  color: #878787;
}


/* ........... */


.why {
  text-align: center;
  justify-content: center;
  margin-bottom: 20px;
  

  
}

.number {
  font-size: 50px;
 
}




.header-sec{
  text-align: center;
  padding: 20px;
  /* margin: 20px; */
  margin-top: 2% !important;
  color: #fff;

}

.header_3{
  background-image: url(../images/slide-01.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.icon_2 img{
  /* height: 100px; */
  width: 90px;
}

 .icon_2 {
  height: 135px;
  width: 140px;
  border-radius: 100px;
  background-color: #fff;
  text-align: center;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 20px;
} 

.service-point {
  text-align: center;
  padding: 20px;
  border-radius: 5px;
  margin-top: 1%;
  margin-bottom: 1%;
  background-color: #fff;
  height: 64%;
}

/* ...... */


.indus {
  padding: 20px;
  margin: 7px;
  background-color: #0563c3;
  display: inline-block;
  color: #fff;
  border-radius: 50% 20% / 10% 40%;
  box-shadow: 0px 0px 10px #cdc5c5;
  text-align: center;
}
.indus:hover {
  transform: scale(1.1);
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}
a:hover{
  transform: scale(1.1);
  transition: all 0.5s ease-in-out;
}
.indus img{
  width: 50px;
}
.industry_con{
  text-align: center;
}

.contact_us {
  color: #fff;
  /* padding: 20px; */
  margin-top: 80px;
}

.header_overly{
  background-color: rgba(5, 99, 195, 0.5);
  border-radius: 5px;
  padding: 20px;
}

.number-en {
  text-align: center;
  box-shadow: 0px 0px 10px #b9d9fa;
  padding: 25px;
  border-radius: 5px;
}
.number-en img{
  width: 70px;
}

.number-en:hover {
  transform: scale(1.1) !important;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}
.service-point:hover {
  transform: scale(1.1) !important;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}