.footer-style4 .logo img {
    max-width: 150px;
}
.navbar .logo {
    position: relative;
    width: 150px;
}
@media screen and (max-width: 992px) {
  
.navbar .logo {
    max-width: 150px !important;
    margin-left: 30px;
}}


a.underline {
    text-decoration: underline;
        color: #a4b633 !important;
}




@keyframes fill-loop {
  0%   { fill: transparent; }
  16.66% { fill: #ddf160; } /* fade in */
  33.33% { fill: #ddf160; } /* hold */
  50%  { fill: transparent; } /* fade out */
  100% { fill: transparent; }
}

/* 6 elements: staggered to connect perfectly */
.svg-elem-1 { animation: fill-loop 3s linear 0.5s infinite; }
.svg-elem-2 { animation: fill-loop 3s linear 1s infinite; }
.svg-elem-3 { animation: fill-loop 3s linear 1.4s infinite; }
.svg-elem-4 { animation: fill-loop 3s linear 1.7s infinite; }
.svg-elem-5 { animation: fill-loop 3s linear 2.5s infinite; }
.svg-elem-6 { animation: fill-loop 3s linear 2.7s infinite; }

svg {
  width: 200px;
  height: 175px;
}

.intro-style1 .box-bord {
    width: 200px;
    height: 200px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0px;
    text-align: center;
}
.conatctImg{
    width: 200px;
    border-radius: 30px;
}