
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/


@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


@font-face {
    font-family: 'Poppins'; /*a name to be used later*/
    src: url('../fonts/Poppins'); url('../fonts/Poppins.ttf'); url('../fonts/Poppins.eot'); url('../fonts/Poppins.woff'); /*URL to font*/
}

body {
  font-family: "Poppins", sans-serif;
  color: #444444;
}

a {
  text-decoration: none!important;
}

a:hover {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif;
}

section {
    padding: 60px 0;
    overflow: hidden;
}
.section-title {
    text-align: center;
    padding: 0 85px 30px 85px;
}
.section-title h2 {
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #812bf0;
}
.section-title p {
    margin-bottom: 0;
	font-size: 15px;
}
.section-title sup {
    top: -11px;
    font-size: 14px;
}
.hd_btn {
	margin-bottom: 0;
    color: #fff;
    position: absolute;
    right: 113px;
    top: 55px;
    height: 30px;
	}
.PB20 {padding-bottom:20px;}
#hero {display:none;}
#homebannerfull-mobile {display:none;}
#spry-help-mobile {display:none;}
.desktop {display:block}
.mobile {display:none}
#cb-cookie-banner { position: fixed; bottom: 0; left: 0; width: 100%; z-index: 999; border-radius: 0; background: #fff; display: none; }
#cb-cookie-banner p {margin-bottom:5px;}
.mb-10 {
    margin-bottom: 10px;
}

.nav_home {
	position: absolute;
    top: 18px;
    height: 30px;
    right: 30%;
    color: #fff;
    font-size: 20px;
}
.nav_home a{color: #fff;}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #5c9f24;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #6fc02c;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

@keyframes zoominoutfeatured {
    0% {
        transform: scale(1);
		opacity:1;
    }	
    60% {
        transform: scale(1.2);
    }	
    100% {
        transform: scale(1);
		opacity:1;
    }
}
@keyframes zoominoutfeatured2 {
    0% {
        transform: scale(1);
		opacity:1;
    }	
    60% {
        transform: scale(1.2);
    }	
    100% {
        transform: scale(1);
		opacity:1;
    }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
  padding: 15px 0;
  transition: all 0.5s;
  z-index: 997;
}
/* .header.sticked { */
  /* background: #783ed7; */
  /* box-shadow: 0px 2px 20px rgba(var(--color-secondary-rgb), 0.1); */
/* } */
.header .logo img {
  max-height: 40px;
  margin-right: 6px;
}
.header .logo h1 {
  font-size: 32px;
  font-weight: 300;
  color: var(--color-secondary);
  font-family: var(--font-secondary);
}
.header .logo h1 span {
  color: var(--color-primary);
  font-weight: 500;
}
.header .btn-getdemo, .header .btn-getdemo:focus {
      font-size: 16px;
    color: var(--color-white);
    background: transparent;
    border: 1px solid #31489B;
    padding: 5px 15px;
    border-radius: 0px;
    font-family: var(--font-secondary);
    background-color: #31489B;
  
  font-family: var(--font-secondary);
  background-color: #31489B;
}
.header .btn-getdemo:hover, .header .btn-getdemo:focus:hover {
  color: var(--color-white);
  background: #31489B;
  border:1px solid #31489B;
}
@media (max-width: 1279px) {
  .header .btn-getdemo, .header .btn-getdemo:focus {
    margin-right: 55px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
.nav-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  right: -560px;
  width: 260px;
  padding-top: 18px;
  background: rgb(0 168 156);
  transition: 0.4s;
}
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-menu a, .nav-menu a:focus {
  display: block;
  position: relative;
  color: #fff;
  padding: 10px 0px;
  transition: 0.3s;
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
  margin: 20px 30px;
}
.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #fff;
  text-decoration: none;
}
.nav-menu .drop-down > a:after {
  content: "\ea27";
  font-family: "boxicons";
  padding-left: 10px;
  position: absolute;
  right: 15px;
}
.nav-menu .active.drop-down > a:after {
  content: "\ea27";
}
.nav-menu .drop-down > a {
  padding-right: 35px;
}
.nav-menu .drop-down ul {
  display: none;
  overflow: hidden;
}
.nav-menu ul {
   position: relative;
   top: calc(40% - 85px);
}
.nav-menu ul.drop-down-active {
  display: block;
}
.nav-menu .drop-down li {
  padding-left: 20px;
}

.nav-menu-active {
  right: 0;
}

.nav-toggle {
  position: absolute;
  right: 55px;
  top: 5px;
  z-index: 10000;
  border: 0;
  background: transparent!important;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
  padding: 10px 12px;
  border-radius: 2px;
}
.nav-toggle i {
  color: #31489B;
  font-size: 40px;
  margin-top: 30px;
}

.nav-toggle-active {
  right: 55px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #884922;
  white-space: nowrap;
  transition: 0.3s;
}
.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #fd680e;
}
.navbar .getstarted, .navbar .getstarted:focus {
  background: #fd680e;
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 4px;
  color: #fff;
}
.navbar .getstarted:hover, .navbar .getstarted:focus:hover {
  color: #fff;
  background: #fd7827;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 15px;
  text-transform: none;
  font-weight: 600;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #fd680e;
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #743e1d;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(75, 40, 19, 0.9);
  transition: 0.3s;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a, .navbar-mobile a:hover {
  padding: 10px 20px;
  font-size: 15px;
  color: #743e1d;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #fd680e;
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #fd680e;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}



/*--------------------------------------------------------------
# Carousel Hero Section
--------------------------------------------------------------*/
#hero {
    width: 100%;
    height: 100vh;
    background-color: #fff;
    overflow: hidden;
    position: relative;
}
#hero .carousel, #hero .carousel-inner, #hero .carousel-item, #hero .carousel-item::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
#hero .carousel-item {
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;

}

.hero h2, h3 {
  color: #fff;
  margin-bottom: 15px;
  font-size: 48px;
  -webkit-animation: fadeInDown 1s both 0.2s;
  animation: fadeInDown 1s both 0.2s;
}

@media screen and (min-width: 375px) {
#hero .carousel-item {width:100%;}
}
@media (max-width: 640px) {
  .hero .container {
    padding: 0 60px;
  }
}

@media (max-width: 768px) {
#hero .carousel-item {
    width: 100%;
}	
.hero .carousel-content {
padding:90px 15px 0 15px;	
}
.hero h3 {
    font-size: 16px;
	font-weight: normal;
	color:#fff;
  }
.hero h2 {
    font-size: 22px;
	font-weight: normal;
  }
.hero p {font-size: 16px!important;}  
.nav-menu {width:100%;}
}
.hero p {
  color: #fff;
  -webkit-animation: fadeInDown 1s both 0.4s;
  animation: fadeInDown 1s both 0.4s;
  margin-bottom: 10px;
  font-size: 18px;
}
.hero .img {
  margin-bottom: 40px;
  -webkit-animation: fadeInDownLite 1s both;
  animation: fadeInDownLite 1s both;
}
.hero .btn-get-started {
  font-family: var(--font-secondary);
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 32px;
  border-radius: 5px;
  transition: 0.5s;
  -webkit-animation: fadeInUp 1s both 0.6s;
  animation: fadeInUp 1s both 0.6s;
  color: var(--color-primary);
  border: 2px solid var(--color-primary);
}
.hero .btn-get-started:hover {
  background: var(--color-primary);
  color: var(--color-white);
}
.hero .carousel-control-prev {
  justify-content: start;
}

@media (min-width: 640px) {
  .hero .carousel-control-prev {
    padding-left: 15px;
  }
}
.hero .carousel-control-next {
  justify-content: end;
}
@media (min-width: 640px) {
  .hero .carousel-control-next {
    padding-right: 15px;
  }
}
.hero .carousel-control-next-icon, .hero .carousel-control-prev-icon {
  background: none;
  font-size: 26px;
  line-height: 0;
  background: rgba(var(--color-secondary-rgb), 0.4);
  color: rgba(var(--color-white-rgb), 0.98);
  border-radius: 50px;
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero .carousel-control-next-icon {
  padding-left: 3px;
}
.hero .carousel-control-prev-icon {
  padding-right: 3px;
}
.hero .carousel-control-prev, .hero .carousel-control-next {
  transition: 0.3s;
}
.hero .carousel-control-prev:focus, .hero .carousel-control-next:focus {
  opacity: 0.5;
}
.hero .carousel-control-prev:hover, .hero .carousel-control-next:hover {
  opacity: 0.9;
}
.hero .carousel-indicators li {
  cursor: pointer;
  background: rgba(var(--color-secondary-rgb), 0.5);
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 3px;
  opacity: 0.6;
  transition: 0.3s;
  margin-bottom:20px;
}
.hero .carousel-indicators li.active {
  opacity: 1;
  background: #6e38d0;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInDownLite {
  from {
    opacity: 0;
    transform: translate3d(0, -10%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownLite {
  from {
    opacity: 0;
    transform: translate3d(0, -10%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}


/*--------------------------------------------------------------
# Fullscreen Hero Section
--------------------------------------------------------------*/
.hero-fullscreen {
  width: 100%;
  min-height: 100vh;
  background-size: cover;
  position: relative;
  padding: 120px 0 60px;
}

@media (min-width: 1365px) {
  .hero-fullscreen {
    background-attachment: fixed;
  }
}
.hero-fullscreen h2 {
  color: #fff;
  margin-bottom: 15px;
  font-size: 35px;
}
.hero-fullscreen p {
  color: #fff;
  margin-bottom: 15px;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Fullscreen mobile banner Section
--------------------------------------------------------------*/
      #homebannerfull-mobile {
          width: 100%;
          overflow: hidden;
          position: relative;
          padding: 0;
          margin-bottom: 0;
      }
      #homebannerfull-mobile .btn-learn_more2 {
              text-transform: uppercase;
              font-size: 14px;
              letter-spacing: 1px;
              display: inline-block;
              padding: 4px 20px;
              border-radius: 8px;
              transition: 0.5s;
              color: #fff;
              background: #000;
              font-weight:bold;
          }
      #homebannerfull-mobile p {
          color: #fff;
          -webkit-animation: fadeInDown 1s both 0.4s;
          animation: fadeInDown 1s both 0.4s;
          margin-bottom: 15px;
          font-size: 14px;
      }
      #homebannerfull-mobile h2 {
          color: #fff;
          margin-bottom: 15px;
          font-size: 26px;
          -webkit-animation: fadeInDown 1s both 0.2s;
          animation: fadeInDown 1s both 0.2s;
		  font-weight: normal;
      }
      #homebannerfull-mobile .title{
          position: absolute;
          top: 15%;
          left: 5%;
		  padding-right: 50px;
          width: 100%;
          z-index:1;
      }
/*--------------------------------------------------------------
# Fullscreen banner Section
--------------------------------------------------------------*/
      #homebannerfull {
          width: 100%;
          overflow: hidden;
          position: relative;
          padding: 0;
          margin-bottom: 0;
      }
      #homebannerfull .btn-learn_more2 {
              text-transform: uppercase;
              font-size: 14px;
              letter-spacing: 1px;
              display: inline-block;
              padding: 4px 20px;
              border-radius: 8px;
              transition: 0.5s;
              color: #fff;
              background: #000;
              font-weight:bold;
              
          }
      #homebannerfull p {
          color: #fff;
          -webkit-animation: fadeInDown 1s both 0.4s;
          animation: fadeInDown 1s both 0.4s;
          margin-bottom: 15px;
          font-size: 16px;
		  font-weight:300;
      }
      #homebannerfull h2 {
          color: #fff;
          margin-bottom: 15px;
          font-size: 28px;
          -webkit-animation: fadeInDown 1s both 0.2s;
          animation: fadeInDown 1s both 0.2s;
      }
      #homebannerfull .title{
          position: absolute;
          top: 18%;
          left: 5%;
          width: 500px;
          z-index:1;
      }






      #homebannervideo {
          width: 100%;
          overflow: hidden;
          position: relative;
          padding: 0;
          margin-bottom: 0;
      }
      #homebannervideo .btn-learn_more2 {
              text-transform: uppercase;
              font-size: 14px;
              letter-spacing: 1px;
              display: inline-block;
              padding: 4px 20px;
              border-radius: 8px;
              transition: 0.5s;
              color: #fff;
              background: #000;
              font-weight:bold;
          }
      #homebannervideo p {
          color: #fff;
          -webkit-animation: fadeInDown 1s both 0.4s;
          animation: fadeInDown 1s both 0.4s;
          margin-bottom: 15px;
          font-size: 24px;
      }
      #homebannervideo h2 {
          color: #fff;
          margin-bottom: 15px;
          font-size: 48px;
          -webkit-animation: fadeInDown 1s both 0.2s;
          animation: fadeInDown 1s both 0.2s;
      }
      #homebannervideo .title{
          position: absolute;
          top: 25%;
          left: 5%;
          width: 420px;
          z-index:1;
      }


@media (max-width: 640px) {
  .hero-fullscreen h2 {
    font-size: 32px;
  }
  .hero-fullscreen p {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
/*--------------------------------------------------------------
# spry360
--------------------------------------------------------------*/
.PB80 {padding-bottom:80px;}
.spry360 {
    position: relative;
}
.spry360 .spry360_left_bg {
    position:relative;
}
.spry360 .spry360_left_bg .spry360_left_bg_image {
    cursor:pointer;
	background-repeat: no-repeat;
	position:absolute;
	right:-115px;
    background:transparent;
	z-index:1;
}
.spry360 .spry360_left_bg .spry360_left_bg_image:hover {
    background: url(../img/spry360_left_bg.png) top right;
}
.spry360 .spry360_right_bg {
    position:relative;
}
.spry360 .spry360_right_bg .spry360_right_bg_image {
    cursor:pointer;
	background-repeat: no-repeat;
	position:absolute;
	left: -259px;
    top: 100px;
    background:transparent;
}
.spry360 .spry360_right_bg .spry360_right_bg_image:hover {
    background: url(../img/spry360right_bg.png) top left;
}
.spry360 .spry360_content {
    padding-top: 20px;
    padding-right: 80px;	
	position: relative;
    z-index: 9;
    height:350px;
}
.spry360 .spry360_content .icon {
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
}
.spry360 .spry360_content:hover .icon img{
	animation: zoominoutfeatured 1s;
	opacity:1;	
}
.spry360 .spry360_content .title {
    margin-left: 90px;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 26px;
	color:#6b36cf;
}
.spry360 .spry360_content .title sup{
	top: -11px;
    font-size: 14px;
}
.spry360 .spry360_content .title span {font-weight: 400; text-transform:uppercase}
.spry360 .spry360_content .description {
    margin-left: 90px;
    line-height: 17px;
    font-size: 14px;
	color: #000;
}
.spry360 .spry360_bg {
    position: absolute;
    top: calc(50% - 50px);
    background-repeat: no-repeat;
    left: calc(50% - 50px);
    z-index: -2;
}
.spry360 .spryedge_content {
    padding-top: 160px;	
	padding-left: 80px;
	position: relative;
    z-index: 9;
    height:300px;
}
.spry360 .spryedge_content .icon {
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
}
.spry360 .spryedge_content:hover .icon img{
	animation: zoominoutfeatured 1s;
	opacity:1;	
}
.spry360 .spryedge_content .title {
    margin-left: 90px;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 26px;
	color:#6b36cf;
}
.spry360 .spryedge_content .title span {font-weight: 400; text-transform:uppercase}
.spry360 .spryedge_content .description {
    margin-left: 90px;
    line-height: 17px;
    font-size: 14px;
	color: #000;
}
.spry360 .spryedge_content .img {margin-left: 90px;}
.btn-learn_more {
	margin-left: 90px;
	text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 4px 20px;
    border-radius: 10px;
    transition: 0.5s;
    color: #fff;
    background: #000;
    font-weight:bold;
}
.btn-learn_more:hover {color: #fff;}

/*--------------------------------------------------------------
# whyspry
--------------------------------------------------------------*/
.whyspry {
	padding-bottom:90px;
}
.whyspry .featured {margin-top:70px;}
.whyspry .box {
    padding: 90px 25px 0px 25px;
    box-shadow: 0 3px 20px -2px rgb(20 45 100 / 20%);
    background: #fff;
    height: 90%;
    border-radius: 20px;
	position:relative;
	transition: ease-in-out 0.2s;
}
.whyspry .box h4 {
	font-size:18px;
	font-weight:600;
	margin-bottom:10px;
}
.whyspry .box p {
	font-size:14px;
	color:#000;
	margin-bottom:0px;
	line-height:22px;
}
.whyspry .box .icon {
	position: absolute;
    top: -50px;
	left: calc(50% - 35px);
}
.whyspry .box:hover .icon img{
	animation: zoominoutfeatured 1s;
	opacity:1;
}


/*--------------------------------------------------------------
# spry-solution
--------------------------------------------------------------*/
.spry-solution .spry-video {text-align:center;}
.spry-solution .spry-business {
	display:flex;
	justify-content: center;
	padding-top:20px;
	width:100%;
}
.spry-solution .spry-business .spry-lfttxt {
	background:#6d37cf;
	padding:15px 0 15px 20px;
	width:50%;
	border-radius:20px 0px 0px 20px;
	text-align: center;
	position:relative;
    height: 65px;
}
.spry-solution .spry-business .spry-lfttxt h3 {color:#fff; font-size:14px; margin:0; font-weight: 600;}
.spry-solution .spry-business .spry-lfttxt::after {
	content: "";
    position: absolute;
    display: block;
    border-top: 32px solid transparent;
	border-left: 24px solid #6d37cf;
	border-bottom: 32px solid transparent;
    background: #e2d7f5;
    bottom: 0;
	right: -24px;
	width:0;
	height:0;
}
.spry-solution .spry-business .spry-rghttxt {
	background:#e2d7f5;
	padding:18px 15px 13px 45px;
	border-radius:0px 20px 20px 0px;
	width: 25%;
    height: 65px;
}
.btn-learn_more2 {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 4px 15px;
    border-radius: 8px;
    transition: 0.5s;
    color: #fff;
    background: #000;
    font-weight:bold;
}
.btn-learn_more2:hover {color: #fff;}
.btn-learn_more3 {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 4px 20px;
    border-radius: 8px;
    transition: 0.5s;
    color: #6d37cf;
    background: #e1cafb;
    font-weight:bold;
}
.btn-learn_more3:hover {color: #6d37cf;}

/*--------------------------------------------------------------
# swiper-slider Section
--------------------------------------------------------------*/
.spry-client-slider {
    width: 100%;
    height: 100%;
    background-size: cover;
    position: relative;
    padding: 60px 0 60px;
}
.swiper-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.swiper-container > .swiper-slide__content {
  position: absolute;
  top: 0;
}

.swiper-slide {
  height: 100%;
  display: flex;
  background: #fff;
  align-items: center;
  justify-content: center;
  transition: all 200ms linear;
  transform: scale(0.7);
  }
.swiper-slide {
	padding:40px;
	border-radius: 20px;
	opacity: 0.8;
}  
.swiper-slide .client-item {
    text-align: center;
    color: #fff;
} 
.swiper-slide .client-item .testimonial-img {
    width: 120px;
    border-radius: 50%;
    margin: 0 auto;
} 
.swiper-slide .client-item h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0 5px 0;
    color: #000;
}
.swiper-slide .client-item h4 {
    font-size: 14px;
    color: #000;
    margin: 0 0 15px 0;
}
.swiper-slide .client-item p {
    font-size: 14px;
    color: #000;
    margin: 0 0 15px 0;
}
.swiper-slide .client-item .stars {
    margin-bottom: 15px;
}
.swiper-slide .client-item .stars i {
    color: #6d37cf;
    margin: 0 1px;
	font-size:24px;
}

.swiper-slide-active {
    transform: scale(1);
    background: #fff;
	opacity: 1;
	box-shadow: 0 3px 20px -2px rgb(20 45 100 / 20%);
  }

.swiper-slide__content {
  height: 300px;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url(../img/swiper-button-prev.png)!important;
    left: 10px;
    right: auto;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url(../img/swiper-button-next.png)!important;
    right: 10px;
    left: auto;
}

/*--------------------------------------------------------------
# spry-help
--------------------------------------------------------------*/
.spry-help {
	padding:225px 0 100px 0;
}
.spry-help .spry-help-bg {
	width:100%;
	height:auto;
	background-repeat:no-repeat;
	border-radius: 15px;
	box-shadow: 5px 5px 25px rgba(var(--color-secondary-rgb), 40%);
	position:relative;
}
.spry-help .spry-help-content {
	padding:100px 0 100px 85px;
}
.spry-help .spry-help-content h2 {
	color:#fff;
	font-size:24px;
}
.spry-help .spry-help-image img{
	position:absolute;
	bottom:0;
	right:15px;
}
.spry-help .spry-help-bg .spry-icon1 {
              position: absolute;
              top:50px;
			  left:-15px
      }
.spry-help .spry-help-bg .spry-icon2 {
              position: absolute;
              top:-35px;
			  left:500px
      }
.spry-help .spry-help-bg .spry-icon3 {
              position: absolute;
              bottom:-120px;
			  left:43px
      }
.spry-help .spry-help-bg .spry-icon4 {
              position: absolute;
              bottom:-94px;
			  left:380px
      }


/*--------------------------------------------------------------
# spry-step-help
--------------------------------------------------------------*/
.spry-step-help .img {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.spry-step-help .accordion-list {
  padding: 0 0 20px 0;
}
.spry-step-help .accordion-list ul {
  padding: 0;
  list-style: none;
}
.spry-step-help .accordion-list li + li {
  margin-top: 15px;
}
.spry-step-help .accordion-list li {
  padding: 0 20px 0 20px;
  background: #fff;
  border-radius: 4px;
}
.spry-step-help .accordion-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  line-height: 24px;
  font-weight: 600;
  padding-bottom: 15px;
  outline: none;
  cursor: pointer;
  color:#6d37cf;
  border-bottom:1px solid #6e36cf;
}
.spry-step-help .accordion-list a:before {
	content: "";
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
	border-radius:50px;
    background: #6e36cf;
    bottom: -5px;
    left: calc(100% - 10px);
}
.spry-step-help .accordion-list h3 {
  font-size: 19px;
  line-height: 24px;
  font-weight: 600;	
  color:#414042;
  padding-top: 15px;
  margin-bottom:0px;
}
.spry-step-help .accordion-list h3 span {color:#000;}
.spry-step-help .accordion-list  {
	
}
.spry-step-help .accordion-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}
.spry-step-help .accordion-list p {
  margin-bottom: 0;
  padding: 10px 0 10px 0;
  border-bottom:2px solid #bcbdbf;
  font-size: 14px;
}
.spry-step-help .accordion-list p:last-child {
  border:none;
}
.spry-step-help .accordion-list .icon-show {
  display: none;
}
.spry-step-help .accordion-list a.collapsed {
  color: #343a40;
}
.spry-step-help .accordion-list a.collapsed:hover {
  color: #6e36cf;
}
.spry-step-help .accordion-list a.collapsed .icon-show {
  display: inline-block;
}
.spry-step-help .accordion-list a.collapsed .icon-close {
  display: none;
}

.spry-step-help .spry-video {text-align:center;}
.spry-step-help .spry-business {
	display:flex;
	justify-content: center;
	padding-top:20px;
	width: 100%;
}
.spry-step-help .spry-business .spry-lfttxt {
	background:#6d37cf;
	padding:24px 10px;
	width:65%;
	border-radius:20px 0px 0px 20px;
	text-align: center;
	position:relative;
    height:65px;
}
.spry-step-help .spry-business .spry-lfttxt h3 {color:#fff; font-size:13px; margin:0; font-weight: 600;}
.spry-step-help .spry-business .spry-lfttxt::after {
	content: "";
    position: absolute;
    display: block;
    border-top: 32px solid transparent;
	border-left: 24px solid #6d37cf;
	border-bottom: 32px solid transparent;
    background: #e2d7f5;
    bottom: 0;
	right: -24px;
	width:0;
	height:0;
}
.spry-step-help .spry-business .spry-rghttxt {
	background:#e2d7f5;
	padding:18px 15px 12px 38px;
	border-radius:0px 20px 20px 0px;
	width: 35%;
    height:65px;
}
.spry-faqs {
    width: 100%;
    height: auto;
    background-size: cover;
    position: relative;
    padding: 60px 0 60px;
    background-position: center center;	
}
.spry-faqs .accordion-list2 {
  padding: 0 0 20px 0;
}
.spry-faqs .accordion-list2 ul {
  padding: 0;
  list-style: none;
}
.spry-faqs .accordion-list2 li + li {
  margin-top: 15px;
}
.spry-faqs .accordion-list2 li {
  padding: 0 20px 0 20px;
  border-radius: 4px;
  margin-left: 20px;
}
.spry-faqs .accordion-list2 a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  outline: none;
  cursor: pointer;
  color:#6d37cf;
}
.spry-faqs .accordion-list2 h3 {
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;	
  color:#414042;
  padding-top: 15px;
  margin-bottom:0px;
}
.spry-faqs .accordion-list2 i {
    font-size: 24px;
    position: absolute;
    left: -30px;
    top: 0;
}
.spry-faqs .accordion-list2 p {
  margin-bottom: 0;
  padding: 10px 0 10px 0;
  border-bottom:2px solid #bcbdbf;
}
.spry-faqs .accordion-list2 .icon-show {
  display: none;
}
.spry-faqs .accordion-list2 a.collapsed {
  color: #343a40;
}
.spry-faqs .accordion-list2 a.collapsed:hover {
  color: #6e36cf;
}
.spry-faqs .accordion-list2 a.collapsed .icon-show {
  display: inline-block;
}
.spry-faqs .accordion-list2 a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1024px) {
  .spry-step-help .content, .why-us .accordion-list {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .spry-step-help .img {
    min-height: 400px;
  }
  .spry-step-help .content {
    padding-top: 30px;
  }
  .spry-step-help .accordion-list {
    padding-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .spry-step-help .img {
    min-height: 200px;
  }
}

/*--------------------------------------------------------------
# About us
--------------------------------------------------------------*/
.spry-contact .about-spry {
    padding: 80px;
    background-color: #f2ecfb;
    background-image: linear-gradient(#f2ecfb, #fff);
    border-radius: 15px;
    width: 100%;
}
.about-spry .about_content {
    padding-top: 24px;
    position: relative;
}
.about-spry .about_content .icon {
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-spry .about_content .title {
    margin-left: 95px;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 26px;
    color: #6b36cf;
}
.about-spry .about_content .description {
    margin-left: 95px;
    line-height: 24px;
    font-size: 14px;
    color: #000;
}
.spry-moving {
	padding:80px 0px;
	margin:0;
	background:#f5f2fd;
}
.spry-moving .meet-title {
    padding: 20px 0;
	position:relative;
}
.spry-moving .meet-title:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 0;
    background: #6e36cf;
    bottom: 45px;
    left: 0;
}
.spry-moving .meet-title h2 {
    color: #812bf0;
    margin: 0;
    font-size: 35px;
	text-align: center;
    position:relative;
	display: table;
    margin: 0px auto 0px auto;
    padding: 5px 24px;
    background-color: #f5f2fd;
	text-transform: uppercase;
	/* width: 85%; */
}
.spry-moving .meet-title h2:before {
    content: "";
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    background: #6e36cf;
    bottom: 21px;
    left: calc(110% - 10px);
}
.spry-moving .meet-title h2:after {
    content: "";
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    background: #6e36cf;
    bottom: 21px;
    right: calc(110% - 10px);
}
.spry-moving .meet-icon {
	padding:0;
    display: table;
    margin: 0px auto 0px auto;
}
.spry-moving .meet-icon img{
	padding:0;
	margin:0 7px;
	box-shadow: 0 3px 20px -2px rgb(20 45 100 / 20%);
}
@media only screen and (max-width: 768px) {
.spry-contact .about-spry {
    padding: 15px;
}
.spry-contact .contact-title h2 {text-align:center; font-size:28px!important;}
.spry-moving {padding:20px 0;}
.spry-moving .meet-icon {padding:15px;}
.spry-moving .meet-icon img {margin: 10px 0; height:77px;}
.spry-moving .meet-title h2 {font-size:28px!important;}
}
/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.spry-contact {
    width: 100%;
    min-height: 50vh;
    background: url(../img/spry_contact_bg.png) center center;
    background-size: cover;
    position: relative;
    padding: 100px 0 60px;
}
.spry-contact .contact-spry {
	padding: 80px;
	background-color: #f2ecfb;
    background-image: linear-gradient(#f2ecfb, #fff);
    border-radius: 15px;
	width:100%;
}
.spry-contact .contact-title {
	padding:20px 0;
}
.spry-contact .contact-title h2 {
	color:#fff;
	margin:0;
	font-size:35px;
}
.spry-contact input[type=text], .spry-contact input[type=email], .spry-contact input[type=number], .spry-contact textarea {
    border-radius: 0px;
    box-shadow: none;
    font-size: 18px;
	color: #000;
	padding: 10px 15px;
	border: 1px solid #000!important;
}
.spry-contact textarea {
    padding: 10px 15px;
    height: 200px;
	box-shadow: none!important;
}
.spry-contact .form-check-input[type=checkbox] {
    border-radius: 0;
	box-shadow: none;
	font-size: 18px;
	width: 30px;
	border: 1px solid #000;
}
.spry-contact label {
	font-size: 12px;
	color:#000;
	text-align:left;
	padding-left:10px;
}
.spry-contact .contact-content .lp-content {
	padding: 40px;
	background-color: #ece1f9;
    background-image: linear-gradient(#ece1f9, #f5f1fc);
    border-radius: 15px;
	width:100%;	
}
.spry-contact .contact-content .lp-content .contact-details .lp-details {
	text-align:center;
}
.spry-contact .contact-content .lp-content .contact-details .lp-details h2 {
	color:#000;
	font-size:24px;
	margin:0;
	padding:10px 0 0 10px;
}
.spry-contact .contact-content .lp-content .contact-details .lp-details p{margin-bottom:10px; font-size:14px; color:#000;}
.btn-learn_more4 {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 28px;
    border-radius: 8px;
    transition: 0.5s;
    color: #7239d1;
    background: #fff;
	border:2px solid #7239d1;
	font-weight:500;
	font-weight:bold;
}
.btn-learn_more4:hover {color: #7239d1;}
.contact-PR60 .lp-PR60 {padding-right:60px;}

@media only screen and (max-width: 768px) {
.spry-contact .contact-spry .lp-spry {
    padding: 15px;
}
.contact-PR60 .lp-PR60 {padding-right:12px; padding-bottom:20px;}
.spry-contact .contact-content .lp-content .contact-details .lp-details h2 {
	font-size: 18px;
}
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #666666;
  padding: 48px 0 73px 0;
  color: #fff;
}
#footer .footer-top {
  padding: 0;
}
#footer .footer-top h3 {
  font-size: 18px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 22px;
  font-weight: 600;
}

#footer .footer-top a {
  font-size: 14px;
  color: #fff;
  transition: 0.3s;
}
#footer .footer-top a:hover {
  color: #fff;
  text-decoration: none;
}
#footer .footer-top ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-top .facebook i {
    font-size: 18px;
    display: inline-block;
    background: #fff;
    color: #666666;
    line-height: 1;
    padding: 8px 0;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
	margin-bottom:20px;
}
#footer .footer-top .Subscribe a{font-size: 16px; color:#fff;}
#footer .footer-top .footer-newsletter form {
    margin-top: 15px;
    background: var(--color-white);
    padding: 4px 10px;
    position: relative;
    border-radius: 10px;
}
#footer .footer-top .footer-newsletter form input[type=email] {
    border: 0;
    padding: 4px;
    width: calc(100% - 110px);
}
#footer .footer-top .footer-newsletter form input[type=submit] {
    position: absolute;
    top: 0;
    right: -2px;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px;
    background: #783ed7;
    color: var(--color-white);
    transition: 0.3s;
    border-radius: 0 10px 10px 0;
}

@media only screen and (min-height: 640px){
.spry360 .spry360_content {
    height:405px;
}
}
@media only screen and (min-height: 667px){
.spry360 .spry360_content {
    height:auto;
}	
}

@media only screen and (max-width: 768px) {	
.desktop {display:none;}	
.mobile {display:block;}
.nav_home {display:none;}
section {
    padding: 28px 0;
}
#homebannervideo {display:none;}
#hero {display:block;}	
#homebannerfull-mobile {display:block; height: 87vh;}
#homebannerfull {display:none;}
#spry-help {display:none;}
#spry-help-mobile {display:block;}
.header .hd_btn {
	display:none;
}	
.header .logo img {
    max-height: 30px;
}
.nav-toggle {
    right: 0px;
}	
.btn-learn_more2 {
	padding: 4px 15px;
	font-size:14px;
	font-weight:bold;
}
#spry-help-mobile {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 30px 0 50px 0;
    margin-bottom: 0;
	text-align: center;
}
#spry-help-mobile .title {
    position: absolute;
    top: 20%;
    left: 5%;
    padding-right: 50px;
    width: 100%;
    z-index: 1;
}
#spry-help-mobile .title h2 {color:#fff; padding: 0 25px; font-size: 22px; font-weight:400; margin-bottom: 20px; line-height: 33px;}
#homebannervideo .title p {margin-botom:10px;}
#homebannervideo .title {
    position: absolute;
    top: 25%;
    left: 0;
    width: 100%;
    padding: 0 10px;
}
#homebannervideo h2 {
	margin-bottom: 0px;
    font-size: 24px;
}
#homebannervideo p {
	margin-bottom: 5px;
    font-size: 10px;
}
.whyspry {
    padding-bottom: 0px;
}
.whyspry .box { padding: 90px 35px 40px 35px; margin-top: 50px; margin-bottom: 50px; height: auto;}
.spry360 .spry360_content {padding-right: 30px;}	
.spry360 .spryedge_content {padding-right: 30px; padding-left: 0; padding-top:30px; height: 330px;}
.spry360 .spry360_bg {top: calc(53% - 50px);}
.spry-solution .spry-business {display:block;}
.spry-solution .spry-business .spry-lfttxt {
    width: 100%;
    border-radius: 20px 20px 0px 0px;
	padding: 15px;
	height: auto;
}
.spry-solution .spry-business .spry-lfttxt::after {display:none;}
.spry-solution .spry-business .spry-rghttxt {
    border-radius: 0px 0px 20px 20px;
    width: 100%;
	text-align: center;
}
.spry-solution .spry-business .spry-rghttxt {padding: 15px 15px 16px 20px;}


.spry-step-help .spry-business {display:block;}
.spry-step-help .spry-business .spry-lfttxt {
    width: 100%;
    border-radius: 20px 20px 0px 0px;
	height: auto;
    padding: 15px;
}
.spry-step-help .spry-business .spry-lfttxt h3 {font-size:14px;}
.spry-solution .spry-business .spry-lfttxt h3 {font-size:12px;}
.spry-step-help .spry-business .spry-lfttxt::after {display:none;}
.spry-step-help .spry-business .spry-rghttxt {
    border-radius: 0px 0px 20px 20px;
	padding: 10px 15px 10px 15px;
    width: 100%;
	text-align: center;
	height: auto;
    padding: 15px;
}
.spry-solution .spry-business .spry-rghttxt {padding: 15px; height: auto;}

#footer {
	padding: 65px 0 65px 0;
}	
#footer .footer-top h3 {
	font-size: 24px;
    margin: 0 0 10px 0;
}
#footer .footer-top a {
    font-size: 15px;
}
#footer .footer-top {
	padding-bottom: 20px;
}
.section-title {
    padding: 0 15px 30px 15px;
}	
}
.dropbtn {
  color: white;
  padding: 0 16px;
  font-size: 18px;
  border: none;
  cursor: pointer;
  background-color: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  /* background-color: #f9f9f9; */
  min-width: 130px;
  /* box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); */
  z-index: 1;
  padding-top: 8px;
  left: 12px;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: #fff;
  padding: 5px 16px;
  background-color: #bb71ea;
  text-decoration: none;
  display: block;
  border-radius:7px;
  margin-bottom:4px;
  text-align: center;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #6b36ce; color: #fff; font-weight: 400;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}
.shakeeffect {animation: shake 5s;
  animation-iteration-count: infinite;}
@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  20% { transform: translate(1px, 0px) rotate(1deg); }
  30% { transform: translate(1px, 1px) rotate(0deg); }
  40% { transform: translate(1px, 0px) rotate(1deg); }
  60% { transform: translate(1px, 1px) rotate(0deg); }
  80% { transform: translate(0px, 1px) rotate(1deg); }
  90% { transform: translate(1px, 1px) rotate(0deg); }
  100% { transform: translate(1px, 0px) rotate(0deg); }
}

.animated {
    margin-bottom: 60px;
    animation: up-down 2s ease-in-out infinite alternate-reverse both;
}
@-webkit-keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}

@media only screen and (min-height: 896px){
#homebannerfull-mobile {height: 75vh;}
}

@media all and (device-width: 1024px) and (device-height: 768px) and (orientation:landscape) {
  #homebannervideo h2 {font-size:17px!important;}
  #homebannervideo p {font-size: 16px!important;}
  #bx1 {width: 61%!important;}
  .btn-learn_more2 {font-size:10px; padding:8px 12px;}
  .spry-help .spry-help-image img {width:42%;}
  .spry-help {
    padding: 133px 0 100px 0;
}
#homebannerfull .title {width:350px;}
.spry-moving .meet-icon img {width:30%; 
    height: 90px;}
.spry360 .spryedge_content {padding-left:50px;}
.spry-step-help .spry-business .spry-lfttxt h3 {font-size:12px;}	
.spry-step-help .spry-business .spry-lfttxt {padding: 24px 4px;}
}

.firstcontent{
	color:#31489B;
	font-size:12px;
	font-family:'Poppins';
	text-align: center;
	line-height: 1.5;
	font-weight:500;
}

.secondcontent{
	font-size:14px;
	padding: 0 5%;
	font-family:'Poppins';
	font-weight:500;
}
.thirdcontent{
	font-size:14px;
	padding: 0 18%;
	font-family:'Poppins';
	color:#31489B;
	text-align: center;
}
.fourthcontent{
	color:#9F3941;
	font-size:14px;
	font-family:'Poppins';
	text-align: left;
	line-height: 1.5;
	padding-top: 20px;
}
.fifthcontent{
	font-size:14px;
	font-family:'Poppins';
	font-weight:700;
	color:#9F3941;
}
.sixthcontent{
	font-size:14px;
	padding: 0 5%;
	font-family:'Poppins';
	color:#FFFFFF;
	text-align: center;
	margin-bottom:0;
}
.seventhcontent{
	font-size:14px;
	padding: 0 18%;
	font-family:'Poppins';
	color:#FFFFFF;
	text-align: center;
}

.spry-lp {
   width: 100%;
    min-height: 660px;
    background: url(../img/lp_bg.png) center center;
    background-size: cover;
    position: relative;
    padding: 100px 0 60px;
    background-position-y: top;
    background-position-x: initial;
}

.spry-lpmobile {
   width: 100%;
    min-height: 660px;
    background: url(../img/lp_bgmobile.png) center center;
    background-size: cover;
    position: relative;
    padding: 100px 0 60px;
    background-position-y: top;
    background-position-x: initial;
}

.spry-lp2 {
   width: 100%;
    min-height: 320px;
    background: url(../img/bg-image2.png) center center;
    background-size: cover;
    position: relative;
    padding: 5% 0 0 0;
    background-position-y: top;
    background-position-x: initial;
}
.spry-lp3 {
   width: 100%;
    min-height: 360px;
    background: url(../img/bg-image3.png) center center;
    background-size: cover;
    position: relative;
    padding: 100px 0 60px;
    background-position-y: top;
    background-position-x: initial;
}

.spry-lp4{
   width: 100%;
    min-height: 620px;
    background: url(../img/bg-image4.png) center center;
    background-size: cover;
    position: relative;
    padding: 48px 0 60px;
    background-position-y: top;
    background-position-x: initial;
}

.spry-lp5{
   width: 100%;
    min-height: 620px;
    background: url(../img/bg-image5.png) center center;
    background-size: cover;
    position: relative;
    padding: 48px 0 60px;
    background-position-y: top;
    background-position-x: initial;
}
.spry-lp6{
   width: 100%;
    min-height: 620px;
    background: url(../img/bg-image6.png)center center;
    background-size: cover;
    position: relative;
    padding: 48px 0 60px;
    background-position-y: top;
    background-position-x: initial;
}
	  
#spry-lp h3 {
    color: #fff;
    margin-bottom: 15px;
    font-size: 1.8em;
    /* -webkit-animation: fadeInDown 1s both 0.2s; */
    /* animation: fadeInDown 1s both 0.2s; */
    font-weight: 300;
	animation: none;
}

#spry-lp h2 {
	margin-top: 15px;
    color: #fff;
    margin-bottom: 15px;
    font-size:  2.8em;
    /* -webkit-animation: fadeInDown 1s both 0.2s; */
    /* animation: fadeInDown 1s both 0.2s; */
}

#spry-lp .spry-business h3 {
    color: #fff;
    font-size: 14px;
    margin: 0;
    font-weight: 600;
}

.spry-lp .lp-spry {
    padding: 80px;
    background-color: #f2ecfb;
    background-image: linear-gradient(#f2ecfb, #fff);
    border-radius: 15px;
    width: 100%;
}

.lp-details h5{
	font-weight: 500;
    margin-bottom: 10px;
    font-size: 20px;
    color: #6b36cf;
}

.lp-details p {
     margin-bottom: 0;
    font-size: 15px;
	padding: 15px 0;
}

.centerimage{
	display: block;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 3%;
}
.centerimage1{
	display: block;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 1%;
}

.cartbutton{
	display: block;
    margin-left: auto;
    margin-right: 5px;
    margin-top: 10px;
    border-radius: 20px;
    background-color: #008CBA;
    padding: 4px 8px;
    color: #ffffff;
    border: none;
    font-size: 12px;
font-family: 'Poppins';}

.button1{
    margin-top: 10px;
    border-radius: 20px;
    background-color: #C1272D;
    padding: 4px 8px;
    color: #ffffff;
    border: none;
    font-size: 12px;
font-family: 'Poppins';
}
.bannerimage{
	display: block;
    margin-left: auto;
    margin-right: auto;
}
.footer-content{
	
}

.overlapdivright{
	margin-top: 10%;
}

.overlapdivleft{
	/* padding-top: 10%; */
}

@media (max-width: 1024px) {
      #spry-lp h2{
		  font-size: 2.3em;
	  }
	  #spry-lp h3 {
		font-size: 1.5em;
	  }
	  
}
@media (max-width: 992px) {
	  #spry-lp h2{
		  font-size: 1.7em;
	  }
	  #spry-lp h3 {
		font-size: 1.2em;
	  }
}
@media (max-width: 575px) {
	.overlapdivleft {
    margin-right: 0;
    padding-top: 0;
	margin-bottom: -12%;
	}
  .overlapdivright{
	  margin-left:0;
  }
  
  
}

 .lp-details ul{
	list-style-image: url('../img/checklist.png');
	text-align:left;
	
	
}

 .lp-details li{
	text-align:left;
	padding-left:10px;
	padding-bottom:10px;
	font-size:1.1em; 
	color:#000;
}

.checklist1{
	margin-left: 65px;
}
.checklist2{
	margin-right: 65px;
}


@media (max-width: 1024px) {
     .checklist1{
	margin-left: 20px;
}
.checklist2{
	margin-right: 20px;
}
	  
}
@media (max-width: 992px) {
	  .checklist1{
	margin-left: 0px;
}
.checklist2{
	margin-right: 0px;
}
}
@media (max-width: 575px) {
	 .checklist1{
	margin-left: 0px;
}
.checklist2{
	margin-right: 0px;
}
  
}

#spry-lp .spry-solution .spry-business .spry-rghttxt {
	background:#e2d7f5;
	padding:18px 15px 13px 45px;
	border-radius:0px 20px 20px 0px;
	width: 35%;
    height: 65px;
}


@media only screen and (max-width: 768px){
#spry-lp .spry-solution .spry-business .spry-rghttxt {
    border-radius: 0px 0px 20px 20px;
    width: 100%;
	text-align: center;
}
.nav-menu{
	background: rgb(0 168 156);
}

.mainmobile1{
	width: 70%;
    margin-left: 59px;
}
.firstcontent{
	
    font-size: 10px;
}
.secondcontent{
	
    font-size: 12px;
	text-align:center;
}
.thirdcontent{
	font-size:12px;
}
.fourthcontent{
	font-size:12px;
}
.fifthcontent{
	font-size:12px;
}
.sixthcontent{
	font-size:12px;
}
.seventhcontent{
	font-size:12px;
}
.mainmobile2{
	width: 70%;
    margin-left: 59px;
}
.product1{
	width: 70%;
    margin-left: 39px;
    margin-top: 38px;
}
.cartbutton{
	margin-left: 120px;
}
.product2{
	width: 70%;
    margin-left: 39px;
    margin-top: 38px;
}
.product3{
	width: 70%;
    margin-left: 39px;
    margin-top: 38px;
}
.button1{
	margin-top: 37px;
}
.bannerimage{
	margin-top: 15px;
}

    

.spry-lp2 {
   width: 100%;
    min-height: 320px;
    background: url(../img/bg-imagemobile.png) center center;
    background-size: cover;
    position: relative;
    padding: 5% 0 0 0;
    background-position-y: top;
    background-position-x: initial;
}
.spry-lp3{
	padding: 51px 0 59px;
	    min-height: 91px;
}
}

@media only screen and (max-width: 500px){
#spry-lp .spry-solution .spry-business .spry-rghttxt {padding: 15px; height: auto;}
#spry-lp .btn-learn_more2 {
    font-size: 12px;
}



