/* scrollUp */
.scroll-top {
  width: 75px;
  height: 75px;
  line-height: 50px;
  position: fixed;
  bottom: 105%;
  right: 50px;
  font-size: 16px;
  border-radius: 50%;
  z-index: 2;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-image: url("../img/rocket.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: 1s ease;
  border: none;
  opacity: 0;
}
.scroll-top.open {
  bottom: 30px;
  opacity: .6;
}
.scroll-top::after {
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}
.scroll-top:hover {
  opacity: 1;
}
/** Feature list **/
.feature-list-wrap {
  padding: 65px 0px;
  background-image: url("../img/foam_bg.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 40%;
}
/*------------- #Info-box-standard-bg --------------*/
.info-box--standard-bg, .info-box--standard-bg:hover {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 120px;
  color: #444;
}
@media (max-width: 1024px) {
  .info-box--standard-bg {
    margin-bottom: 100px;
  }
}
.info-box--standard-bg .info-box-content {
  position: relative;
  background-color: #fff;
  padding: 85px 20px 20px 20px;
  box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 10%);
  margin: 0px 10px 10px 10px;
  border-radius: 10px;
  min-height: 240px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}
.info-box--standard-bg .info-box-content:hover {
  box-shadow: 3px 3px 12px 0px rgba(0, 0, 0, 0.1);
  z-index: 1;
  border: none;
}
.info-box--standard-bg .info-box-content .info-box-image {
  margin: 0 0 30px 0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.info-box--standard-bg .info-box-content .info-box-title {
  font-size: 18px;
  line-height: 1.1;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.info-box--standard-bg .info-box-content .text {
  font-size: 0.9375rem;
  line-height: 1.5;
  color: #7b7878;
}
/*------------- #Info-box-standard-centered --------------*/
.info-box--standard-centered {
  text-align: center;
  border-radius: 8px;
  background-color: #fff;
  padding: 60px 0 0 0px;
  margin: 0 -8px;
  -webkit-transition: 300ms all cubic-bezier(.4, 0, .2, 1);
  transition: 300ms all cubic-bezier(.4, 0, .2, 1);
  min-height: 180px;
  box-shadow: 0 8px 60px 0 rgb(103 151 255 / 11%), 0 12px 90px 0 rgb(103 151 255 / 11%);
  position: relative;
}
.info-box {
  margin: 20px 0;
  -webkit-transition: all .3s ease;
}
.info-box:hover {
  margin: 10px 0 30px 0;
  -webkit-transition: all .3s ease;
}
.info-box:hover > .info-box--standard-centered {
  box-shadow: 0 8px 20px 0 rgb(103 151 255 / 25%), 0 12px 60px 0 rgb(103 151 255 / 25%);
}
.info-box--standard-centered .info-box-image {
  box-shadow: 0 4px 24px 0 rgb(103 151 255 / 10%), 0 12px 64px 0 rgb(103 151 255 / 10%);
  background: #fff;
  border-radius: 100px;
  padding: 24px;
  display: inline-block;
  width: 100px;
  height: 100px;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  position: absolute;
}
.info-box--standard-centered .info-box-image img {
  max-height: 60px;
  max-width: 60px;
  padding: 0px;
  margin: 0px;
}
.info-box--standard-centered .info-box-content {
  margin-bottom: 30px;
  padding: 15px;
}
.info-box--standard-centered .info-box-content .info-box-title {
  font-size: 18px;
  line-height: 1.1;
  margin-bottom: 10px;
  text-transform: capitalize;
  font-weight: bold;
}
.info-box--standard-centered .info-box-content .text {
  font-size: 15px;
  line-height: 1.5;
}
.info-box--standard-centered:hover .info-box-image img {
  transform: translate(0, 20)
}
.info-box--standard-centered .btn:hover {
  background-color: #4cc2c0;
}

.heading-title {
  position: relative;
}
.subtitle {
  color: #ED3237;
  font-size: 17px;
  font-weight: 800;
  text-transform: uppercase;
	z-index: 1;
	position: relative;
}
.title {
  color: #2299f8;
  margin: 0 0px 30px;
  padding: 0px;
  font-size: 28px;
  line-height: normal;
	font-weight: bold;
	z-index: 1;
	position: relative;
}
/************About Section **********/
.about-section {
  background: url("../img/ser-bg.jpg");
  background-size: cover;
  padding: 65px 0;
  position: relative;
}
.about-section p {
  margin-bottom: 25px;
}
.about-absolute{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}
.about-content{
	background: #0884D1;
	color: #fff;
	padding: 65px;
	margin-top:-45px;
}
.about-content .title, .about-content .subtitle, .about-content p{
	color: #fff;
}
.btn-grad {
  background-image: linear-gradient(to right, #EB3349 0%, #F45C43 51%, #EB3349 100%)
}
.btn-grad {
  padding: 15px 45px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  border-radius: 10px;
}
.btn-grad:hover {
  background-position: right center; /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}
.circle-img {
  margin: 0 auto;
}
.circle-img img {
  width: 100%;
  position: relative;
}
.circle-img:before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0px;
  content: ' ';
  right: 0;
  background-image: url("../img/circle.svg");
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  -webkit-animation-name: rotateMe;
  animation-name: rotateMe;
  -webkit-animation-duration: 35s;
  animation-duration: 35s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
@-webkit-keyframes rotateMe {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotateMe {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*background: radial-gradient(1.5em 6.28571em at 1.95em, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0.25) 55%, rgba(255, 255, 255, 0) 55%) 0 0, radial-gradient(1.5em 6.28571em at -0.45em, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0.25) 55%, rgba(255, 255, 255, 0) 55%) 1.5em 5.5em, radial-gradient(2.3em 4.57143em at 2.99em, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 55%, rgba(255, 255, 255, 0) 55%) 0 0, radial-gradient(2.3em 4.57143em at -0.69em, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 55%, rgba(255, 255, 255, 0) 55%) 2.3em 4em, radial-gradient(3.5em 6.28571em at 4.55em, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0.25) 55%, rgba(255, 255, 255, 0) 55%) 0 0, radial-gradient(3.5em 6.28571em at -1.05em, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0.25) 55%, rgba(255, 255, 255, 0) 55%) 3.5em 5.5em, radial-gradient(#15ffa5, #00ced1);
  background-color: mediumspringgreen;
  background-size: 1.5em 11em, 1.5em 11em, 2.3em 8em, 2.3em 8em, 3.5em 11em, 3.5em 11em, 100% 100%;
  background-repeat: repeat;*/
/******* Our Services Section *****/
.service-list {
  padding: 65px 0;
  background: #E1E8FF;
  background-image: url("../img/service-background.svg");
	background-position: left top;
}
.service-item {
  background: #fff;
  position: relative;
  padding: 15px;
  margin: 0 0 40px 0px;
  border-radius: 8px;
  text-align: center;
  webkit-transition: 300ms all cubic-bezier(.4, 0, .2, 1);
  transition: 300ms all cubic-bezier(.4, 0, .2, 1);
}
.service-item:hover {
  box-shadow: rgb(0 0 0 / 25%) 0px 25px 50px -12px;
}
.service-icon {
  width: 140px;
  height: 150px;
  line-height: 150px;
  /*background: linear-gradient(90deg, #00C9FF 0%, #92FE9D 100%);*/
  text-align: center;
  z-index: 1;
  margin: 0px auto 15px auto;
  position: relative;
}
.service-icon:before {
  position: absolute;
  background: url(../img/service-bg.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 150px;
  height: 150px;
  top: 0px;
  left: -12px;
  content: ' ';
  transform: rotate(0deg);
  z-index: 0;
  -webkit-animation: iconRotate 15s linear infinite;
  animation: iconRotate 15s linear infinite;
  animation-play-state: paused;
}
.service-item:hover .service-icon:before {
  animation-play-state: running;
}
@-webkit-keyframes iconRotate {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes iconRotate {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.service-icon img {
  max-width: 140px;
  max-height: 140px;
  padding: 0px;
  vertical-align: middle;
}
.service-item h4 {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 17px;
}
.service-item p {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #555555;
  margin: 0px 0px 15px;
}
.service-link {
  font-weight: bold;
}
.service-link:before {
  width: 16px;
  height: 16px;
  margin: 0 10px 0 0;
  background: url("../assets/img/arrow.svg");
  background-size: cover;
  background-repeat: no-repeat;
}

/* Category Slider Area css
============================================================================================ */
.category_area {
	background: transparent;
	background-position: bottom left;
	margin: 0px;
	padding: 25px;
	position: relative;
	top: -100px;
	z-index: 1;
}
.category_slider .item {
  text-align: center;
  line-height: 60px;
	background: rgb(0,212,255);
	background: -webkit-linear-gradient(bottom, rgba(9,13,124,1) 0%, rgba(9,13,124,1) 49%, rgba(255,255,255,1) 49%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(bottom, rgba(9,13,124,1) 0%, rgba(9,13,124,1) 49%, rgba(255,255,255,1) 49%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to top, rgba(9,13,124,1) 0%, rgba(9,13,124,1) 49%, rgba(255,255,255,1) 49%, rgba(255,255,255,1) 100%);
	background-size: 100% 220%;
	background-position: center top;
	border: 3px solid #0080C8;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1);
  margin: 5px;
	padding: 15px;
	transition: all 0.5s ease;
}
.category_slider .item img {
	width: auto;
  max-width: 100%;
	height: 100px;
  display: inline-block;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  cursor: pointer;
	margin-bottom: 25px;
}
.category_slider .item h3{
	font-size: 18px;
	color: #0080c8;
	font-weight: bold;
	text-transform: uppercase;
}

.category_slider .item:hover{
	background-position: center bottom;
}
.category_slider .item:hover h3{
	color: #fff;
}


/* Product Slider Area css
============================================================================================ */
.product_area {
	background: transparent;
	background-position: bottom left;
	margin: 0px;
	padding: 25px 0;
	margin-top:50px;
	position: relative;
	z-index: 1;
}
.product-item {
  text-align: left;
  background: #fff;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.05);
  margin: 15px;
	border-radius: 8px;
	overflow: hidden;
}
.product-image{
	width: 100%;
	height: 200px;
	margin-bottom: 10px;
	position:relative;
	display:block;
}
.product-image img {
  max-width: 100%;
	max-height: 100%;
  display: inline-block;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  cursor: pointer;
  position:absolute;
  top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.product-content{
	padding: 0 10px 10px 10px;
	text-align: center;
}
.product-content h3{
	font-size: 16px;
	color: #0080c8;
	font-weight: normal;
	text-transform: uppercase;
}
.product_slider .item a{
	background-image: linear-gradient(to right, #00c6ff 0%, #0072ff  51%, #00c6ff  100%);
	padding: 10px 25px;
	text-align: center;
	text-transform: uppercase;
	transition: 0.5s;
	background-size: 200% auto;
	color: white;            
	box-shadow: 0 0 20px #eee;
	border-radius: 3px;
	display: inline-block;
}


.product_slider .item a:hover {
	background-position: right center; /* change the direction of the change here */
	color: #fff;
	text-decoration: none;
}

.owl-nav{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0px;
	left: 0px;
	width: 100%;
}
.owl-nav a{
	background-image: linear-gradient(to right, #00c6ff 0%, #0072ff  51%, #00c6ff  100%);
	padding: 10px 25px;
	text-align: center;
	text-transform: uppercase;
	transition: 0.5s;
	background-size: 200% auto;
	color: white;            
	box-shadow: 0 0 20px #eee;
	border-radius: 3px;
	display: inline-block;
}
.owl-prev{
	float: left;
}
.owl-next{
	float: right;
}


/* partner Slider Area css
============================================================================================ */
.partner_logo_area {
  background: #fff;
	background-position: bottom left;
  margin: 0px;
  padding: 25px;
}
.partner_logo_area.white_partner {
  background: #fff;
}
.partner_slider .item {
  text-align: center;
  line-height: 60px;
  background: #fff;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1);
  margin: 5px 10px;
}
.partner_slider .item img {
  width: 90%;
  display: inline-block;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  cursor: pointer;
}
/* 2.12 Footer style */
.footer-area {
  background: #2299f8;
  background-image: url("../img/bg-3.png");
  background-position: bottom center;
  background-repeat: no-repeat;
}
.footer-widget {
  position: relative;
  z-index: 1;
}
.footer-widget p {
  color: #fff;
  font-size: 16px;
}
.footer-widget-title {
  color: #ffffff;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.footer-widget-content img {
  filter: brightness(200%);
  max-width: 60%;
  margin-bottom: 35px;
}
.footer-widget-content ul{
    column-count: 3;
}
@media only screen and (max-width: 1200px) {
.footer-widget-content ul{
    column-count: 2;
}
}
@media only screen and (max-width: 600px) {
.footer-widget-content ul{
    column-count: 1;
}
}
.footer-widget-content li {
  margin-bottom: 10px;
  padding: 0 0 0 25px;
  -webkit-transition: all 100ms linear 0s;
  -o-transition: all 100ms linear 0s;
  transition: all 100ms linear 0s;
	position: relative;
}
.footer-widget-content li:before {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    background-image: url("../img/arrow.svg");
    background-size: cover;
    background-position: center;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.footer-widget-content li:hover {
  padding: 0 0 0 20px;
}
.footer-widget-content li a {
  color: #fff;
  font-size: 16px;
}
.footer-widget-content li a:hover {
  color: #fff;
}
.footer-contact li {
  color: #fff;
  font-size: 16px;
  margin-bottom: 10px;
}
.footer-contact li img{
  fill: #000;
  stroke: none
}
.footer-contact li a {
  color: #fff;
}
.footer-bottom {
  background: #003c6b;
  padding: 15px 0;
}
.copyright > p {
  color: #fff;
  margin: 0px;
  padding: 0px;
}
.copyright > p a {
  color: #fff;
}
.copyright > p a:hover {
  text-decoration: underline;
}


.whatsapp{
    content: '';
  width: 70px;
  height: 70px;
  line-height: 50px;
  position: fixed;
  bottom: 25px;
  left: 1%;
  font-size: 16px;
  z-index: 2;
  color: #fff;
  text-align: center;
  cursor: pointer;
	
}
.whatsapp:before{
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}
.vibrate-2 {
	-webkit-animation: vibrate-2 1.5s ease-in-out 0s infinite alternate;
	animation: vibrate-2 1.5s ease-in-out 0s infinite alternate;
	animation-duration: 3s;
}

/**
 * ----------------------------------------
 * animation vibrate-2
 * ----------------------------------------
 */
@-webkit-keyframes vibrate-2 {
  0% {
    bottom: 25px
  }
  50% {
    bottom: 40px
  }
  100% {
    bottom: 25px
  }
}
@keyframes vibrate-2 {
 0% {
    bottom: 25px
  }
  50% {
    bottom: 40px
  }
  100% {
    bottom: 25px
  }
}

@keyframes heartFadeInOut {
  0% {transform: scale(1);}
  25% {transform: scale(.97);}
  35% {transform: scale(.9);}
  45% {transform: scale(1.1);}
  55% {transform: scale(.9);}
  65% {transform: scale(1.1);}
  75% {transform: scale(1.03);}
  100% {transform: scale(1);}
}

#heart  { 
  animation-name: heartFadeInOut; 
  animation-iteration-count: infinite;
  animation-duration: 2s;
}




/*************************************
Social Media Share
***********************************/
.social-icons{
	width: 50px;
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	left: 0px;
	z-index: 0;
}
.resp-sharing-button__icon {
  display:block;
	text-align: center;
}

.resp-sharing-button {
  transition: 25ms ease-out;
	height: 40px;
	width: 40px;
	line-height: 40px;
}

.resp-sharing-button__icon svg {
  width: 1.2em;
  height: 1.2em;
}



/* Solid icons get a fill */
.resp-sharing-button__icon--solid{
  fill: #fff;
  stroke: none
}
.resp-sharing-button--facebook {
  background-color: #3b5998;
  border-color: #3b5998;
}

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
  background-color: #2d4373;
  border-color: #2d4373;
}

.resp-sharing-button--instagram {
  background-color: #C83C82;
  border-color: #C83C82;
}

.resp-sharing-button--instagram:hover,
.resp-sharing-button--instagram:active {
  background-color: #aa2967;
  border-color: #aa2967;
}

.resp-sharing-button--email {
  background-color: #777777;
  border-color: #777777;
}

.resp-sharing-button--email:hover,
.resp-sharing-button--email:active {
  background-color: #5e5e5e;
  border-color: #5e5e5e;
}

.resp-sharing-button--linkedin {
  background-color: #0077b5;
  border-color: #0077b5;
}

.resp-sharing-button--linkedin:hover,
.resp-sharing-button--linkedin:active {
  background-color: #046293;
  border-color: #046293;
}

.resp-sharing-button--whatsapp {
  background-color: #25D366;
  border-color: #25D366;
}

.resp-sharing-button--whatsapp:hover,
.resp-sharing-button--whatsapp:active {
  background-color: #1DA851;
  border-color: #1DA851;
}
