
.contact-us {
    padding: 160px 0px;
    background-image: url(../images/White_Colorful_Modern_Diagram_Graph__4_-removebg-preview.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  
  .contact-us .section-heading h2,
  .contact-us .section-heading h2 em,
  .contact-us .section-heading h2 span {
    color: #fff;
  }
  
  .contact-us .section-heading p {
    color: #fff;
    margin-top: 30px;
  }
  
  .phone-info {
    margin-top: 40px;
  }
  
  .phone-info h4 {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
  }
  
  .phone-info h4 span i {
    width: 46px;
    height: 46px;
    display: inline-block;
    text-align: center;
    line-height: 46px;
    background-color: #fff;
    border-radius: 50%;
    color: #ff3b2c;
    font-size: 22px;
    margin-left: 30px;
    margin-right: 15px;
  }
  
  .phone-info h4 span a {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
  }
  
  form#contact .contact-dec {
    position: absolute;
    right: -166px;
    bottom: 0;
  }
  
  form#contact .contact-dec img {
    max-width: 178px;
  }
  
  form#contact {
    margin-left: 30px;
    position: relative;
    background-color: #fff;
    padding: 60px 30px;
    border-radius: 20px;
  }
  
  form#contact input {
    width: 100%;
    height: 46px;
    border-radius: 33px;
    background-color: #d1f3ff;
    border: none;
    outline: none;
    font-size: 15px;
    font-weight: 300;
    color: #2a2a2a;
    padding: 0px 20px;
    margin-bottom: 20px;
  }
  
  form#contact input::placeholder {
    color: #2a2a2a;
  }
  
  form#contact textarea {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    max-height: 180px;
    min-height: 140px;
    height: 140px;
    border-radius: 20px;
    background-color: #d1f3ff;
    border: none;
    outline: none;
    font-size: 15px;
    font-weight: 300;
    color: #2a2a2a;
    padding: 15px 20px;
    margin-bottom: 20px;
  }
  
  form#contact textarea::placeholder {
    color: #2a2a2a;
  }
  
  form#contact button {
    display: inline-block;
    background-color: #03a4ed;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    text-transform: capitalize;
    padding: 12px 25px;
    border-radius: 23px;
    letter-spacing: 0.25px;
    border: none;
    outline: none;
    transition: all .3s;
  }
  
  form#contact button:hover {
    background-color: #fe3f40;
  }
  
  .img-service{
    width: 250px;
    height: auto;
    margin-bottom: 20px;
  }

.header-area {
  z-index: 1000; /* Ensure it stays on top of other elements */
}
.custom-logo {
max-width: 150px; /* Set your preferred maximum width */
height: auto; /* Maintains aspect ratio */
}

/* </style */

.main-nav .nav {
display: none;
}

.main-nav .nav.active {
display: block;
}
.menu-trigger {
display: inline-block;
cursor: pointer;
}

.menu-trigger span {
display: block;
background: #333;
width: 30px;
height: 3px;
margin: 5px 0;
}




.main-banner-about .left-content h2 {
font-size: 50px;
font-weight: 700;
color: #2a2a2a;
line-height: 72px;
}

.main-banner-about .left-content h2 em {
color: #03a4ed;
font-style: normal;
}

.main-banner-about .left-content h2 span {
color: #fe3f40;
}

.main-banner-about .left-content p {
margin: 20px 0px;
}

.main-banner-about .left-content form {
margin-top: 30px;
width: 470px;
height: 66px;
position: relative;
}


.menu-trigger {
display: inline-block;
cursor: pointer;
}

.menu-trigger span {
display: block;
background: #333;
width: 30px;
height: 3px;
margin: 5px 0;
}
