.temp-02-contact-03 {
    padding: 100px 0px 1px;
    overflow:hidden;
   
}

/* .main{
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 400;
} */

.temp-02-contact-03 .form-control {
    min-height: 50px;
    margin-bottom: 25px;
}

.temp-02-contact-03 a{
    text-decoration: none;
}

.temp-02-contact-03 .icon {
    width: 50px;
    height: 50px;
    text-align: center;
    background: #ffffff70;
    backdrop-filter: blur(200px);
    border-radius: 50%;
    font-size: 18px;
    line-height: 50px;
    margin-bottom: 25px;
    color: #da93be;

}

.temp-02-contact-03 .map {
    margin-top: 60px;
}

.row-wrap{
    position: relative;
    height: 100%;
}

.row-section{
    position: relative;
    z-index: 2;
}

.bg-section{
    position: unset;
    z-index: 1;
}

.circle-set-1 {
    bottom: 30%;
    position: absolute;
}


.circle-set-2 {
    top:5%;
    position: absolute;
    right: 30%;
}

.circle {
    width: 10rem;
    height: 10rem;
    border-radius: 10rem;
    filter: blur(125px);
    opacity: 90%;
    position: absolute;
}

.circle-1{
    background-color: #FF5722!important;
    transform: translateX(90%);
}

.circle-2{
    background-color: #9c27b0!important;
    transform: translateX(-65%);
}

.temp-02-contact-03 input.form-control {
    border: white 1px solid;
    background: #ffffff70;
    margin-bottom: 15px;
    backdrop-filter: blur(200px);
    color: black;
}

.temp-02-contact-03 textarea.form-control{
    border: white 1px solid;
    background: #ffffff70;
    margin-bottom: 15px;
    backdrop-filter: blur(200px);
    color: black;
}

.temp-02-contact-03 .btn-primary{
    background: linear-gradient(45deg, #ff5722b3, #9c27b061);
}

.temp-02-contact-03 .btn-primary:hover{
    background: linear-gradient(-45deg, #ff5722b3, #9c27b061);
}

@media screen and (min-device-width: 320px) and (max-device-width: 667px) {
    .temp-02-contact-03 .btn {
        margin-bottom: 15px;
    }

    .mob-top-pad{
        padding-top: 30px;
    }
}