/* BRAND COLOR */
:root {
  --main-color: #a9cd37;
}
.contact-us:hover{
color: #555;
}
.btnblue:hover::before{
  border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}
/* ICON STYLE */

.text-color{
  color: #777;
}
.icon-box {
  width: 70px;
  height: 70px;
  background: var(--main-color);
  color: #fff;
}
.text-muted a {
  text-decoration: none;
  color: #555;
}

.text-muted a:hover {
  color: #a9cd37;
}
/* SECTION BG */
.bg-light-custom {
  background: #f6f6f6;
}

/* BORDER LINE */
.border-bottom-light {
  border-bottom: 1px solid #ddd;
}


@media screen and (min-width:320px) and (max-width:480px) {
.icon-box {
    width: 30px;
    height: 30px;
    border-radius: 5px !important;
    background: var(--main-color);
    color: #fff;
}


.contact-us .sky-form{
        padding: 0;     
}
 .sky-form.cont-back fieldset {
        padding: 0px;
    }
}