.hero-section{padding:60px 0px;}
.hero-3::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(270deg, rgba(5, 26, 108, 0) 14.74%, #00000080 70.82%);
    opacity: 0.95;
}
.bannerlist{margin-top:20px;}
.bannerlist li{
font-size: 20px;
    margin-bottom: 7px;
    display: flex;
    align-items: baseline;
    gap: 10px;
}
.bannerlist li i{
    color:var(--theme);
}
.callocon{
    display: block; 
    margin-left: 20px;
    font-size: 22px;
    font-weight: 600;
    color: red;
}

.comxcall{
        display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 50px;
        justify-content: center;
}
.comxcall .comxcall-icon{
        display: flex;
    align-items: center;
    gap: 20px;
}
.comxcall .comxcall-icon .icon{
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background-color: var(--theme);
    text-align: center;
    color: var(--white);
    border-radius: 50%;
    position: relative;
}
.comxcall .comxcall-icon .icon:before{
        position: absolute;
    top: 50%;
    left: 50%;
    right: 0;
    bottom: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid var(--theme);
    content: "";
    transform: translate(-50%, -50%);
}
.comxcall .comxcall-icon .content{
        text-align: left;
}
.comxcall .comxcall-icon .content span {
    font-size: 14px;
    font-weight: 600;
    color: var(--header);
}

.contact-form.style2 {
  padding: 30px 20px;
  border-radius: 16px;
  border: 1px solid var(--border-color);
}
.contact-form.style2 h2 {
  color: var(--white);
  font-family: "Rajdhani", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
  line-height: 1.2;
  text-transform: capitalize;
  margin-bottom: 25px;
}
.contact-form.style2 .abx{margin-bottom: 25px;}
.contact-form.style2 input {
  width: 100%;
  padding: 15px 20px;
  /*margin-bottom: 25px;*/
  border-radius: 8px;
  background:var(--white);
  border: 1px solid var(--white);
  color: var(--text-color);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.contact-form.style2 textarea.form-control {
  border-radius: 8px;
  /*margin-bottom: 25px;*/
  background:var(--white);
  border: 1px solid var(--white);
   color: var(--text-color);
}
.listitmes{
    display: flex;
    gap:2%;
    flex-wrap: wrap;
}
.listitmes li{
     width: 48%;
}

@media (max-width: 767px) {
    .about-wrapper.style-2 .about-image-items .about-image-1 .about-image-2{display:none !important;}
    .hero-section{
        background:#101010 !important;
    }
    .hero-section:before{
            background: linear-gradient(270deg, rgba(5, 26, 108, 0) 14.74%, #222 70.82%);
    }
    .comxcall { 
    flex-wrap: wrap !important;
}
}