@import url(https://fonts.googleapis.com/css?family=Raleway:400,500,700);
@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
figure.snip1477 {
  font-family: 'Raleway', Arial, sans-serif;
  position: relative;
  overflow: hidden;
  width: 100%;
  height:280px;
  color: var(--white);
  text-align: center;
  font-size: 16px;
  background-color: var(--black);
  margin-bottom: 25px;
  box-shadow: 1px 1px 15px #afafaf;
}
figure.snip1477 *,
figure.snip1477 *:before,
figure.snip1477 *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.55s ease;
  transition: all 0.55s ease;
}
.snip1477:before{
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  transition: all 1s ease-in-out;
}
.snip1477:hover:before{
  background: var(--wdblue);
  z-index: 1;
}
figure.snip1477 img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.9;
}
figure.snip1477 .title {
  position: absolute;
 top:0;
 width:100%;
  padding:0;
  z-index: 2;
}
/* figure.snip1477 .title:before,
figure.snip1477 .title:after {
  height: 2px;
  width: 400px;
  position: absolute;
  content: '';
  background-color: var(--white);
}
figure.snip1477 .title:before {
  top: 0;
  left: 10px;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
figure.snip1477 .title:after {
  bottom: 0;
  right: 10px;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
figure.snip1477 .title div:before,
figure.snip1477 .title div:after {
  width: 2px;
  height: 350px;
  position: absolute;
  content: '';
  background-color: var(--white);
}
figure.snip1477 .title div:before {
  top: 10px;
  right: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
} */
figure.snip1477 .title div:after {
  bottom: 10px;
  left: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
figure.snip1477 h2,
figure.snip1477 h4 {
  margin: 0;
  text-transform: uppercase;
}
figure.snip1477 h4 {  
  display: block;
  background-color: #005177;
  padding: 10px;
  /* border-radius: 20px; */
  color: var(--white);
  font-size: 18px;
  transition: all 0.5s ease-in-out;
}
.snip1477:hover h4{
  background-color:#005177;
  
}
figure.snip1477 figcaption {
  position: absolute;
  content:'';
  bottom: 100%;
  left: 0;
  right: 0;
  top:40px;
  text-align: left;
  font-size: 0.8em;
  font-weight: 500;
  letter-spacing: 1.2px;
  padding-right: 10px;
  padding-left: 10px;
  padding-top:15px;
  background-color: #005177;
  overflow: hidden;
  width: 100%;
  height:0;
  transition: .5s ease;
  
  /* position: absolute;
  top:70px;
  left: 25px;
  text-align: left;
  opacity: 0;
  font-size: 0.8em;
  font-weight: 500;
  letter-spacing: 1.2px;
  padding-right: 10px; */
}
figure.snip1477 figcaption li {
  margin: 0;
  color: var(--white) !important;
}
figure.snip1477 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
figure.snip1477:hover .title:before,
figure.snip1477.hover .title:before,
figure.snip1477:hover .title:after,
figure.snip1477.hover .title:after,
figure.snip1477:hover .title div:before,
figure.snip1477.hover .title div:before,
figure.snip1477:hover .title div:after,
figure.snip1477.hover .title div:after {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
/* figure.snip1477:hover .title:before,
figure.snip1477.hover .title:before,
figure.snip1477:hover .title:after,
figure.snip1477.hover .title:after {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
} */
figure.snip1477:hover figcaption,
figure.snip1477.hover figcaption {
  /* opacity: 1; */
  bottom:0;
  height:100%;
  transition: 0.5s ease-in-out; 
  z-index: 2;
}

/* About Us page */
.container .box {
  height: 290px;
  border-radius: 10px;
  background-color: var(--white);
  margin: 20px;
  transition: 0.3s all ease-in-out;
  position: relative;
  box-shadow: 0px 0px 15px var(--wdblue);
 /* Link */
}
.container .box .boxContent {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 15px;
}
.container .box .boxContent img {
  width: 60px;
  margin-top: 20px;
  margin-bottom: 8px;
}
.container .box .boxContent .title {
  font-size: 24px;
  color: var(--wdblue);
  padding: 10px;
}
.container .box .boxContent .desc {
  color: var(--wdblue);
  font-size: 15px;
  height: 20%;
}
.container .box a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.container .box:hover {
  background: linear-gradient(345deg, #208fc3 0%, #6cd6ec 100%);
  box-shadow: none;
}
.container .box:hover .icon, .container .box:hover .title, .container .box:hover .desc {
  color: var(--white);
  transition: 0.3s all ease-in-out;
}

/* End About Us page */


/* Why Choose us page */
.y-us-title h2 {
  color: var(--black);
  font-size: 30px;
  letter-spacing: 0;
  line-height: 32px;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.y-us-title > p {
  color: #777777;
  line-height: 22px;
}
.y-us-title-border {
  background: #fe8e2b none repeat scroll 0 0;
  border-radius: 2px;
  display: inline-block;
  height: 3px;
  position: relative;
  width: 50px;
}
.service-3 .service-box {
  margin-bottom: 18px;
}
.service-3 .service-box .iconset {
  float: left;
  text-align: center;
  width: 50px;
  margin-right: 12px;
}
.service-3 .service-box .iconset i {
  color: var(--black);
  font-size: 44px;
}
.service-3 .service-box .y-us-content {
  float: left;
  width: 75%;
}
.service-3 .service-box .y-us-content h4 {
  color: var(--wddblue);
  line-height: 22px;
  font-size: 20px;
}
.service-3 .service-box .y-us-content p {
  line-height: 24px;
}
svg#freepik_stories-mobile-marketing:not(.animated) .animable {
  opacity: 0;
}

svg#freepik_stories-mobile-marketing.animated #freepik--background-complete--inject-44 {
  animation: 1s 1 forwards cubic-bezier(.36, -0.01, .5, 1.38) slideRight;
  animation-delay: 0s;
}

svg#freepik_stories-mobile-marketing.animated #freepik--Shadow--inject-44 {
  animation: 1s 1 forwards cubic-bezier(.36, -0.01, .5, 1.38) fadeIn;
  animation-delay: 0s;
}

svg#freepik_stories-mobile-marketing.animated #freepik--Smartphone--inject-44 {
  animation: 1s 1 forwards cubic-bezier(.36, -0.01, .5, 1.38) slideLeft;
  animation-delay: 0s;
}

svg#freepik_stories-mobile-marketing.animated #freepik--Character--inject-44 {
  animation: 1s 1 forwards cubic-bezier(.36, -0.01, .5, 1.38) slideLeft;
  animation-delay: 0s;
}

svg#freepik_stories-mobile-marketing.animated #freepik--Megaphone--inject-44 {
  animation: 1s 1 forwards cubic-bezier(.36, -0.01, .5, 1.38) slideUp;
  animation-delay: 0s;
}

@keyframes slideRight {
  0% {
      opacity: 0;
      transform: translateX(30px);
  }

  100% {
      opacity: 1;
      transform: translateX(0);
  }
}

@keyframes fadeIn {
  0% {
      opacity: 0;
  }

  100% {
      opacity: 1;
  }
}

@keyframes slideLeft {
  0% {
      opacity: 0;
      transform: translateX(-30px);
  }

  100% {
      opacity: 1;
      transform: translateX(0);
  }
}

@keyframes slideUp {
  0% {
      opacity: 0;
      transform: translateY(30px);
  }

  100% {
      opacity: 1;
      transform: inherit;
  }
}
/* Why Choose us page */