#cursor {
    position: fixed;
    top: -5px;
    left: -5px;
    width: 10px;
    height: 10px;
    background-color: #FE9603;
    border-radius: 50%;
    pointer-events: none;
    z-index: 99999;
    transition: .1s ease-out;
  }

  #cursor.active {
    background-color: red;
    transition: .1s ease-in;
  }
  
  #cursor-border {
    --size: 50px;
    position: fixed;
    top: calc(var(--size) / -2);
    left: calc(var(--size) / -2);
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    box-shadow: 0 0 0 1px #FE9603;
    pointer-events: none;
    transition: top 0.15s ease-out, left 0.15s ease-out, width 0.15s ease-out,
      height 0.15s ease-out, background-color 0.15s ease-out;
    z-index: 999;
  }
  
.contact-conrnt-sec {
    padding: 80px 0px;
    position: relative;
}
.contact-conrnt-sec .main .image {
    height: 100px;
    margin: 0 auto;
    width: 100px;
}
.contact-conrnt-sec .main .box .image img {
    height: 100%;
    width: 100%;
}
.contact-conrnt-sec .main .box {
    text-align: center;
}

.contact-conrnt-sec .main .box h3 {
    font-size: 18px;
    color: #000;
    margin-bottom: 20px;
    margin-top: 10px;
}
.contact-conrnt-sec .main .box .para {
    font-size: 14px;
    color: #989ea4;
}
.contact-conrnt-sec .main .box a {
    font-size: 15px;
    line-height: 1.8;
    color: #ed9931;
}
.contact-conrnt-sec .main .box a:hover {
    color: #000;
}
.contact-conrnt-sec .main .box .brake {
    line-height: 2.5;
}
 #contactbutton {
    background: #FE9603;
    outline: 0;
    border: 0px;
    color: white;
    padding: 5.6px 10px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-top:20px;
}
#message{
        width: 95%;
    resize: none;
}
/* ----------------------map-section---------------------------- */
.map-section iframe {
    width: 100%;
    height: 400px;
}



@media screen and (max-width: 820px) {
    .contact-conrnt-sec .main .box .para {
        font-size: 16px;
      
    }
}

@media screen and (max-width: 430px) {
    .contact-conrnt-sec .main .box .para {
        font-size: 18px;
    }
}
