

.transparent {
    background-color: transparent !important;
    /* transition: all linear .2s !important; */
}
.nav-wraper .main-nav ul.nav-list li a {
    font-family: "Montserrat", sans-serif !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    margin-right: 20px !important;
}

.nav-wraper .main-nav ul.nav-list li a:hover{
    color: #fff !important;
}


.signupbtn a{
    padding: 4px 8px;
    background-color: #115184;
    color: #fff !important;
    border-radius: 3.2px;
    margin-right: 16px !important;
}
.signupbtn a:hover{
    padding: 4px 8px;
    background-color: #1f8de7;
    color: #fff !important;
    border-radius: 3.2px;
    transition: all linear .2s;
    outline: none;
}
.loginbtn a{
    padding: 4px 8px;
    background-color: #115184;
    color: #ffffff !important;
    border-radius: 3.2px;
    margin-right: 16px !important;
}
.loginbtn a:hover{
    padding: 4px 8px;
    background-color: #1f8de7;
    color: #ffffff !important;
    border-radius: 3.2px;
}

.box-cover {
    position: absolute;
    background: rgba(0,0,0,0.5);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 50;

}

.indexz{
    position: relative;
    z-index: 50;
}

.transparent {
    background-color: transparent !important;
    z-index: 9999999999999999999;
}

.black {
    background-color: rgb(33 37 41 / 97%) !important;
    /* background-color: red; */
    box-shadow: 0px 1px 12px -2px rgb(0, 0, 0) !important;
    z-index: 9999999999999999999;
}

.typewriter-text , .badgeTitle {
    font-size: 50px !important;
    color: #fff !important;
    line-height: 1.2em !important;
    margin-bottom: 30px !important;
    letter-spacing: -0.03em !important;
    margin-top: -10px !important;
    font-weight: 500 !important;
}


.typewriter-text b {
    font-weight: 700 !important;
}

.badgePar {
    color: rgba(255, 255, 255, 0.8) !important;
    line-height: 1.7em !important;
    margin-bottom: 30px !important;
    font-size: 2rem !important;
}

.bgmain {
    padding: 150px 0 !important;
}

.top-verticals-home-item:hover{
    background-color: #dbd2d2;
    transition: all linear .1s;
}



.hero-page-section {
    width: 100%;
    margin-top: 100px;
    background-position: center;
    background-size: cover;

}




.hero-page-section-bg {
    width: 100%;
    height: 600px;
    background-image: url("./assets/images/serviceasdv.jpg"); /* The image used */
    background-color: #cccccc; /* Used if the image is unavailable */
    height: 700px; /* You must set a specified height */
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
    margin-top: 0 !important;
}

.hero-page-section-advertiser {
    margin-top: 0px !important;
}

.hero-page-section {
    margin-top: 0 !important;
}
.hero-page-section-wrap

 {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    min-height: 560px;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
}


.content_all header img.logo{
    /* max-height: 63px; */
    height: 63px !important;
    width: 163px !important;
    height: 45px !important;
}





@media (max-width: 992px) {
    .typewriter-text , .badgeTitle {
    font-size: 50px !important;
    color: #fff !important;
    line-height: 1.2em !important;
    margin-bottom: 30px !important;
    letter-spacing: -0.03em !important;
    margin-top: -10px !important;
    font-weight: 500 !important;
}
}

@media (max-width: 768px) {
    .typewriter-text , .badgeTitle {
    font-size: 40px !important;
    color: #fff !important;
    line-height: 1.2em !important;
    margin-bottom: 30px !important;
    letter-spacing: -0.03em !important;
    margin-top: -10px !important;
    font-weight: 500 !important;
    }
    .typewriter-text {
        width: 100%;
    }
}



@media (max-width: 576px) {
    .typewriter-text , .badgeTitle {
    font-size: 20px !important;
    color: #fff !important;
    line-height: 1.2em !important;
    margin-bottom: 30px !important;
    letter-spacing: -0.03em !important;
    margin-top: -10px !important;
    font-weight: 500 !important;
}

}

.footer-widget h5{
    font-size: 23px;
    font-weight: 700;
    color: #fff;

}

.ft-subtitle {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #ddd !important;
}

.footer-nav {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-nav li a{
    color: #fff;
}


.getconnect {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #ddd !important;
    margin-top: 40px;
    text-transform: uppercase;
}


.ft-social-media h5 {
    margin-top: 115px;
}

.ft-social-media ul {
    display: flex;
    gap: 15px
}


.newcopyright{
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
  display: flex;
  justify-content: start;
  padding: 10px 0;
}

@media (max-width: 1024px){
    .nonecustoms {
        display: none;
    }
}


@media (max-width: 1199px) {
  .custom-mb {
    margin-bottom: 30px;
  }
}
