* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scrollbar-width: none;
  -ms-overflow-style: none;
  overflow-y: scroll;
}
 
html::-webkit-scrollbar {
  display: none;
}

@font-face {
  font-family: 'App-Development';
  src:  url('../fonts/App-Development.eot?dkv4ho');
  src:  url('../fonts/App-Development.eot?dkv4ho#iefix') format('embedded-opentype'),
    url('../fonts/App-Development.ttf?dkv4ho') format('truetype'),
    url('../fonts/App-Development.woff?dkv4ho') format('woff'),
    url('../fonts/App-Development.svg?dkv4ho#App-Development') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'App-Development' !important;
  /* speak: never; */
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.footer-section{
  background-color: #000;
}

.footer {
  padding:4rem 0rem;
  color: #fff;
  position:relative;
}

.footer-con{
  display: flex;
  flex-direction: column;
  justify-content:start;
  align-items: start;
}

.footer-container1 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: start;
  gap: 30px;
  max-width: 1300px;
  /* margin: auto; */
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}

.logo span {
  font-size: 24px;
  font-weight: bold;
}

.footer-desc {
  max-width: 365px;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 15px;
  color: #fff;
}

.footer-col1{
    margin-top: 18px;
}

.service-col h4 , .company-col h4, .talk-to-us-col h4{
  margin-bottom: 12px !important;
  font-weight: bold;
  font-size: 20px;
  color:#fff;
}

.service-col ul, .company-col ul{
  list-style: none;
  line-height: 2.2;
  font-size: 16px;
  padding-left: 0px !important;
}

.service-col ul li a, .company-col ul li a{
  text-decoration: none;
  color: #fff;
  transition: color 0.3s;
}

.company-col ul li a:hover , .service-col ul li a:hover{
  color: #063cd0;
  text-decoration: underline;
  text-decoration-color: #063cd0;
}

.company-col p , .service-col p{
  max-width: 361px;
  font-size: 16px;
  margin-bottom: 10px;
  display: flex;
  justify-content: start;
  align-items:center;
  gap:5px;
}

.contact-icon {
  font-size: 20px;
  color: #fff !important;
}

.service-opt{
  display: flex;
  gap: 70px;
}

.talk-to{
  font-size: 16px;
  display:flex;
  justify-content: start;
  align-items:center;
  gap:10px;
  color: #fff;
  margin-bottom: 15px !important;
}

.talk-to a {
  text-decoration: none;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}


.talk-to a:hover .contact-text{
  text-decoration: underline;
  color: #063cd0;
}

.talk-to a:hover .contact-icon {
  color: #063cd0 !important;
}

/* Social Icons */
.social-icons {
  display: flex;
  gap: 15px;
  margin-top: 25px;
}

.social-icons a {
  background-color: #fff;
  text-decoration: none;
  transition: color 0.3s;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  display: flex;
  justify-content:center;
  align-items:center;
}

.social-icons a:hover {
  color: #1e90ff;
}

.social-icons a i{
    font-size: 33px;
    color: #575757;
}

.social-icons a span{
    font-size: 29px;
}

.social-icons a i:hover{
  color: #063cd0;
}

.social-icons a:hover .path2:before{
  background-color: #063cd0 !important;
}

/* Responsive Design */
@media (max-width: 992px) {
  .footer-container1 {
    justify-content: flex-start;
  }
}

@media (max-width: 768px) {
  .footer-container1 {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

/* @media (max-width: 530px){
      .footer-col1 {
   flex: 1 1 50%;
    position: absolute;
    top: 330px;
    left: 55%;
  }
} */

@media (max-width: 480px) {

  .footer {
    padding: 1rem 0rem;
  }

    .footer-col1 {
   /* .footer-col1 { */
    position: absolute;
    top: 327px;
    left: 55%;
  }
}


/* @media (max-width: 383px){
      .footer-col1 {
    position: absolute;
    top: 71%;
    left: 55%;
  }
} */

@media (max-width: 360px){
      .footer-col1 {
   /* .footer-col1 { */
    position: absolute;
    top: 350px;
    left: 47%;
  }
}

@media (max-width: 323px){

  .logo span{
    font-size: 19px;
  }
}