body {
    background: linear-gradient(-45deg, #ee7752, #974a68, #23a6d5, #23d5ab)!important;
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
}
.para {
    text-align: justify;
    font-family: cambria;
    font-size: 17px;
    padding: 0 4% 0px 4%;
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
.imgScrol {
    display: inline-block;
}
.ataglance {
    background: linear-gradient(-45deg, #7eabc6, #7e4c60b0, #23a6d5, #707272)!important;
}

.marquee {
  margin: 0 auto;
  overflow: hidden;
  white-space: nowrap;
}
.sf-mega.sf-mega-full.nav-bg1 {
    width: 40%;
}

span.gdlr-core-title-item-caption.gdlr-core-info-font.gdlr-core-skin-caption.fo-color {
    color: #1862a7;
}
p.cus-color-wht {
    color: #fff;
}
.gdlr-core-gallery-list.gdlr-core-media-image {
    border: 1px solid #1862a7;
}

@media only screen and (min-width: 900px) {
  .seocrawler-logo-inner {
      margin-bottom: -10%;
  }
}
@media only screen and (max-width: 900px) {
  .contact-width {
      width: 100% !important;
  }
}
@media only screen and (max-width: 414px) {
  iframe.contact-margin {
      margin-left: -10%;
  }
  .sf-mega.sf-mega-full.nav-bg1 {
    width: 124%;
}
}
.contact-width {
    width: 30%;
}
.foot-pad {
    padding-top: 1.75%;
}
/* .gdlr-core-pbf-wrapper {
    width: 120%;
} */
/* .marquee-content {
  display: inline-block;
  margin-top: 5px;
  animation: marquee 5s linear infinite;
}
.item-collection-1 {
  position: relative;
  left: 0%;
  animation: swap 5s linear infinite;
}
@keyframes swap {
  0%, 50% {
    left: 0%;
  }
  50.01%,
  100% {
    left: 100%;
  }
}
.marquee-content:hover {
  animation-play-state: paused
}
.item1 {
  display: inline-block;
  height: 70px;
  width: 140px;
  background: cyan;
  vertical-align: top;
  margin-left: 15px;
}
.item2 {
  display: inline-block;
  height: 70px;
  width: 100px;
  background: magenta;
  vertical-align: top;
  margin-left: 15px;
  line-height: 14px;
}
/* Transition */
/*
@keyframes marquee {
  0% {
    transform: translateX(0)
  }
  100% {
    transform: translateX(-100%)
  }
} */
