/*sitewide */

body h5{
 font-size: 20!important;}

p{font-size:medium!important;}

html {
  font-size: 1vw;
    height: 100vh;
}

@font-face {
  font-family: Simplicity;
src: url('/fonts/simplicity.eot'); /* IE9 Compat Modes */
  src: url('/fonts/simplicity.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/simplicity.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/simplicity.woff') format('woff'), /* Pretty Modern Browsers */
       url('/fonts/simplicity.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('/fonts/simplicity.svg') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: Simplify;
src: url('/fonts/simplify.eot'); /* IE9 Compat Modes */
  src: url('/fonts/simplify.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/simplify.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/simplify.woff') format('woff'), /* Pretty Modern Browsers */
       url('/fonts/simplify.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('/fonts/simplify.svg') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: Simple;
src: url('/fonts/simple.eot'); /* IE9 Compat Modes */
  src: url('/fonts/simple.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/simple.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/simple.woff') format('woff'), /* Pretty Modern Browsers */
       url('/fonts/simple.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('/fonts/simple.svg') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: Dictionary;
src: url('/fonts/dictionary.eot'); /* IE9 Compat Modes */
  src: url('/fonts/dictionary.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/dictionary.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/dictionary.woff') format('woff'), /* Pretty Modern Browsers */
       url('/fonts/dictionary.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('/fonts/dictionary.svg') format('svg'); /* Legacy iOS */
}

/* Keyframes */

@keyframes toplong {
	10%, 40% {
		transform: translateY(-48vh) scaleY(1);
	}
	
	90% {
		transform: translateY(-48vh) scaleY(4);
	}
}

@keyframes rotate {
	20%, 80% {
		transform: rotateY(180deg);
	}
	
	100% {
		transform: rotateY(360deg);
	}
}

@keyframes balance {
	0%, 100% {
		transform: rotate(0deg);
	}
	
	30%, 60% {
		transform: rotate(-45deg);
	}
}

@keyframes shrinkjump {
	10%, 35% {
		transform: scale(2, .2) translate(0, 0);
	}
	
	45%, 50% {
		transform: scale(1) translate(0, -150px);
	}
	
	80% {
		transform: scale(1) translate(0, 0);
	}
}

@keyframes falling {
	12% {
		transform: rotateX(240deg);
	}
	
	24% {
		transform: rotateX(150deg);
	}
	
	36% {
		transform: rotateX(200deg);
	}
	
	48% {
		transform: rotateX(175deg);
	}
	
	60%, 85% {
		transform: rotateX(180deg);
	}
	
	100% {
		transform: rotateX(0deg);
	}
}
@-webkit-keyframes line-1 {
  10% {
    -webkit-transform: translateZ(0) rotate(0);
            transform: translateZ(0) rotate(0);
  }
  80% {
    -webkit-transform: translateZ(0) rotate(395deg);
            transform: translateZ(0) rotate(395deg);
  }
  90%, 100% {
    -webkit-transform: translateZ(0) rotate(405deg);
            transform: translateZ(0) rotate(405deg);
  }
}

@keyframes line-1 {
  10% {
    -webkit-transform: translateZ(0) rotate(0);
            transform: translateZ(0) rotate(0);
  }
  80% {
    -webkit-transform: translateZ(0) rotate(395deg);
            transform: translateZ(0) rotate(395deg);
  }
  90%, 100% {
    -webkit-transform: translateZ(0) rotate(405deg);
            transform: translateZ(0) rotate(405deg);
  }
}
@-webkit-keyframes line-2 {
  10% {
    -webkit-transform: translateZ(0) rotate(0);
            transform: translateZ(0) rotate(0);
  }
  20% {
    -webkit-transform: translateZ(0) rotate(10deg);
            transform: translateZ(0) rotate(10deg);
  }
  90%, 100% {
    -webkit-transform: translateZ(0) rotate(-405deg);
            transform: translateZ(0) rotate(-405deg);
  }
}
@keyframes line-2 {
  10% {
    -webkit-transform: translateZ(0) rotate(0);
            transform: translateZ(0) rotate(0);
  }
  20% {
    -webkit-transform: translateZ(0) rotate(10deg);
            transform: translateZ(0) rotate(10deg);
  }
  90%, 100% {
    -webkit-transform: translateZ(0) rotate(-405deg);
            transform: translateZ(0) rotate(-405deg);
  }
}
@-webkit-keyframes jump-1 {
  10% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-90px);
            transform: translateY(-90px);
  }
  90%, 100% {
    -webkit-transform: translateY(-7.5px);
            transform: translateY(-7.5px);
  }
}
@keyframes jump-1 {
  10% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-90px);
            transform: translateY(-90px);
  }
  90%, 100% {
    -webkit-transform: translateY(-7.5px);
            transform: translateY(-7.5px);
  }
}
@-webkit-keyframes jump-2 {
  10% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-75px);
            transform: translateY(-75px);
  }
  85%, 100% {
    -webkit-transform: translateY(-22.5px);
            transform: translateY(-22.5px);
  }
}
@keyframes jump-2 {
  10% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-75px);
            transform: translateY(-75px);
  }
  85%, 100% {
    -webkit-transform: translateY(-22.5px);
            transform: translateY(-22.5px);
  }
}
@-webkit-keyframes jump-3 {
  10% {
    -webkit-transform: translateY(-7.5px) rotate(15deg);
            transform: translateY(-7.5px) rotate(15deg);
  }
  30% {
    -webkit-transform: translateY(-30px) rotate(-10deg);
            transform: translateY(-30px) rotate(-10deg);
  }
  50% {
    -webkit-transform: translateY(7.5px) rotate(5deg);
            transform: translateY(7.5px) rotate(5deg);
  }
  80% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes jump-3 {
  10% {
    -webkit-transform: translateY(-7.5px) rotate(15deg);
            transform: translateY(-7.5px) rotate(15deg);
  }
  30% {
    -webkit-transform: translateY(-30px) rotate(-10deg);
            transform: translateY(-30px) rotate(-10deg);
  }
  50% {
    -webkit-transform: translateY(7.5px) rotate(5deg);
            transform: translateY(7.5px) rotate(5deg);
  }
  80% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes glow {
  50% {
    box-shadow: rgba(131, 131, 131, 0.4) 0 0 2px 2px;
  }
}
@keyframes glow {
  50% {
    box-shadow: rgba(131, 131, 131, 0.4) 0 0 2px 2px;
  }
}

@keyframes wave {
  0% {
    background-position: 0;
  }
  100% {
    background-position: 1440px;
  }
}

@keyframes ripple {
  0% {
        box-shadow: 0 0 0 0 rgba(163, 177, 198, 0.3), 0 0 0 1em rgba(163, 177, 198, 0.3), 0 0 0 3em rgba(163, 177, 198, 0.03), 0 0 0 5em rgba(163, 177, 198, 0.01);
  }
  100% {
    box-shadow: 0 0 0 1em rgba(163, 177, 198, 0.3), 0 0 0 3em rgba(163, 177, 198, 0.03), 0 0 0 5em rgba(163, 177, 198, 0.03), 0 0 0 8em rgba(163, 177, 198, 0.01);
  }
}

@keyframes head {
  0%, 10%, 20%, 26%, 28%, 90%, 100% {
    height: 8.25vmax;
    bottom: 0;
    transform-origin: bottom right;
    transform: rotateZ(0);
  }
  5%, 15%, 22%, 24%, 30% {
    height: 8.1vmax;
  }
  32%, 50% {
    height: 8.25vmax;
  }
  55%, 60% {
    bottom: 0.75vmax;
    transform-origin: bottom right;
    transform: rotateZ(0);
  }
  70%, 80% {
    bottom: 0.75vmax;
    transform-origin: bottom right;
    transform: rotateZ(10deg);
  }
}
@keyframes body {
  0%, 10%, 20%, 26%, 28%, 32%, 100% {
    height: 7.2vmax;
  }
  5%, 15%, 22%, 24%, 30% {
    height: 7.05vmax;
  }
}
@keyframes ear-l {
  0%, 10%, 20%, 26%, 28%, 82%, 100% {
    transform: rotateZ(-50deg);
  }
  5%, 15%, 22%, 24% {
    transform: rotateZ(-48deg);
  }
  30%, 31% {
    transform: rotateZ(-30deg);
  }
  32%, 80% {
    transform: rotateZ(-60deg);
  }
}
@keyframes ear-r {
  0%, 10%, 20%, 26%, 28% {
    transform: rotateZ(20deg);
  }
  5%, 15%, 22%, 24% {
    transform: rotateZ(18deg);
  }
  30%, 31% {
    transform: rotateZ(10deg);
  }
  32% {
    transform: rotateZ(25deg);
  }
}
@keyframes snout {
  0%, 10%, 20%, 26%, 28%, 82%, 100% {
    height: 3.75vmax;
  }
  5%, 15%, 22%, 24% {
    height: 3.45vmax;
  }
}
@keyframes snout-b {
  0%, 10%, 20%, 26%, 28%, 98%, 100% {
    width: 1.875vmax;
  }
  5%, 15%, 22%, 24% {
    width: 1.8vmax;
  }
  34%, 98% {
    width: 1.275vmax;
  }
}
@keyframes shadow {
  0%, 10%, 20%, 26%, 28%, 30%, 84%, 100% {
    width: 99%;
  }
  5%, 15%, 22%, 24% {
    width: 101%;
  }
  34%, 81% {
    width: 96%;
  }
}
@keyframes eye {
  0%, 30% {
    width: 0.675vmax;
    height: 0.3vmax;
  }
  32%, 59%, 90%, 100% {
    width: 0.525vmax;
    height: 0.525vmax;
    transform: translateY(0);
  }
  60%, 75% {
    transform: translateY(-0.3vmax);
  }
  80%, 85% {
    transform: translateY(0.15vmax);
  }
}

@-webkit-keyframes widenFromLeft {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
  }
  20% {
    -webkit-transform: scaleX(4);
            transform: scaleX(4);
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
  }
}
@keyframes widenFromLeft {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
  }
  20% {
    -webkit-transform: scaleX(4);
            transform: scaleX(4);
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
  }
}
@-webkit-keyframes widenFromRight {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
  }
  20% {
    -webkit-transform: scaleX(4);
            transform: scaleX(4);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
  }
}
@keyframes widenFromRight {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
  }
  20% {
    -webkit-transform: scaleX(4);
            transform: scaleX(4);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
  }
}
@-webkit-keyframes full-rest {
  0% {
    -webkit-transform-origin: right center;
            transform-origin: right center;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    -webkit-transform-origin: right center;
            transform-origin: right center;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@keyframes full-rest {
  0% {
    -webkit-transform-origin: right center;
            transform-origin: right center;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    -webkit-transform-origin: right center;
            transform-origin: right center;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

}
@-webkit-keyframes empty-swipe {
  0% {
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  50% {
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  51% {
    -webkit-transform-origin: right center;
            transform-origin: right center;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  100% {
    -webkit-transform-origin: right center;
            transform-origin: right center;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@keyframes empty-swipe {
  0% {
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  50% {
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  51% {
    -webkit-transform-origin: right center;
            transform-origin: right center;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  100% {
    -webkit-transform-origin: right center;
            transform-origin: right center;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

@-webkit-keyframes rest {
  0% {
    -webkit-transform-origin: right center;
            transform-origin: right center;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  100% {
    -webkit-transform-origin: right center;
            transform-origin: right center;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
@keyframes rest {
  0% {
    -webkit-transform-origin: right center;
            transform-origin: right center;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  100% {
    -webkit-transform-origin: right center;
            transform-origin: right center;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}

@keyframes first {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
        z-index: 1;
    }
    99.99% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 1;
        z-index: 1;
    }
    100% {
        opacity: 0;
        z-index: 0;
    }
}
@keyframes rest {
    0.01% {
        opacity: 0;
        z-index: 0;
    }
    0.011% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 1;
        z-index: 1;
    }
    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 1;
    }
}

/*Start Header*/

.menu{
  padding:15px;
  width:100%;
  background: #fffffffa;
  position: -webkit-sticky; /* Safari */
  position: fixed;
  top: 0;
	z-index: 22;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
}

.menu-logo{
  max-width:50%;
  max-height:50px;
}


.dropdown {
  position: absolute!important;
  left: calc(100% - 85px);
  top: 7px;
  color: #333;
}

.dropdown-content {
  display: none; /* toggle dropdown*/
  font-size: 18px;
  margin-right: 10px;
  font-family: simplify;
  position: absolute;
  top: 64px;
  left: calc(100% - 275px);
  background-color: #f9f9f9;
  min-width: 280px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.4);
  z-index: 10;
}

.dropdown-content a {
 float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: right;
	background-color: #ddd;
  color: black;
}

.dropdown-content a:hover{
  color: #fff;
  background-color: #333;
	text-decoration: none;
	
}

.open .dropdown-content {
  display: block;
}

/*btn*/

.btn-toggle {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  padding: 12px;
  background-color: transparent;
  border-color: transparent;
  outline: none;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition: -webkit-transform 0.1s ease-out;
  transition: -webkit-transform 0.1s ease-out;
  transition: transform 0.1s ease-out;
  transition: transform 0.1s ease-out, -webkit-transform 0.1s ease-out;
}
.btn-toggle:active {
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}
.btn-toggle:focus .line:after {
  background-color: black;
}

.line {
  display: block;
  width: 55px;
  padding: 2.75px;
}
.line:after {
  content: '';
  display: block;
  width: 100%;
  height: 7.5px;
  background-color: dimgray;
  border-radius: 2px;
  -webkit-transform: translateZ(0) rotate(0);
          transform: translateZ(0) rotate(0);
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}
.open .line:nth-child(1) {
  -webkit-animation: jump-1 0.9s forwards ease;
          animation: jump-1 0.9s forwards ease;
}
.open .line:nth-child(1):after {
  -webkit-animation: line-1 0.9s forwards ease-in-out;
          animation: line-1 0.9s forwards ease-in-out;
}
.open .line:nth-child(2) {
  -webkit-animation: jump-2 0.9s forwards ease;
          animation: jump-2 0.9s forwards ease;
}
.open .line:nth-child(2):after {
  -webkit-animation: line-2 0.9s forwards ease-in-out;
          animation: line-2 0.9s forwards ease-in-out;
}
.close .line:nth-child(1) {
  animation: jump-1 0.9s reverse ease;
}
.close .line:nth-child(1):after {
  animation: line-1 0.9s reverse ease-in-out;
}
.close .line:nth-child(2) {
  animation: jump-2 0.9s reverse ease;
}
.close .line:nth-child(2):after {
  animation: line-2 0.9s reverse ease-in-out;
}
.open .line:nth-child(3), .close .line:nth-child(3) {
  -webkit-animation: jump-3 0.9s forwards ease-out;
          animation: jump-3 0.9s forwards ease-out;
}


/*End Header */
.logotext {
	font-family: 'Simplicity', sans-serif;
	perspective: 1000px; 
	color: black;
  margin-bottom: 15px;
}

.logotext span {
	cursor: pointer;
	display: inline-block;
	font-size: 100px;
	user-select: none;
	line-height: 1.5!important;
}

.logotext span:nth-child(1).active {
	animation: balance 1.5s ease-out;
	transform-origin: bottom left;
}

.logotext span:nth-child(2).active {
	animation: shrinkjump 1s ease-in-out;
	transform-origin: bottom center;
}

.logotext span:nth-child(3).active {
	animation: falling 1.5s linear;
}
.logotext span:nth-child(4).active {
	animation: rotate 1s ease-out;
}

.logotext span:nth-child(5).active {
	animation: toplong 1.5s linear;
}
.logotext span:nth-child(6).active {
	animation: falling 1.5s ease-out;
	transform-origin: bottom left;
}

.logotext span:nth-child(7).active {
	animation: shrinkjump 1s ease-in-out;
	transform-origin: bottom center;
}

.logotext span:nth-child(8).active {
	animation: falling 2s ease-out;
	transform-origin: bottom center;
}

.logotext span:nth-child(9).active {
	animation: rotate 1s ease-out;
}

.logotext span:nth-child(10).active {
	animation: balance 1.5s ease-out;
	transform-origin: top right;
}
.logotext span:nth-child(11).active {
	animation: shrinkjump 1s ease-in-out;
	transform-origin: bottom center;
}


body {
	background-color: #f4f4f4!important;
	font-family: simplify, sans-serif !important;
	justify-content: center;
	align-items: center;
	height: 100vh;
	min-height: 100vh;
  width: 100%;
  min-height: calc(100vh - var(--vh-offset, 0px));
  overflow-x: hidden;
  margin-left:auto;
  margin-right:auto;
  margin: 0;
}



.header-design {
	background-color: #0072ff;
  background-image: linear-gradient(326deg, #0072ff 0%, #0a2b87 74%);
  height: 120px;
  text-align: center;
}

.listar-map-button {
  width: 100%;
  display: table;
  padding-top: 40px;
  height: 120px;
  line-height: 164px;
  white-space: nowrap;
  font-size: 0;
}

.listar-map-button {
  right: auto;
  /***
    box-shadow: 0 0 65px rgba(0,0,0,.07) inset, 0 0 35px rgba(0,0,0,.05) inset;**/
}

.listar-map-button-text span {
  background-color: #fff;
  color: #252525;
  text-shadow: none;
}

.listar-page-header-content .listar-map-button-text span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  height: 44px;
  line-height: 1.6;
  padding: 10px 25px;
  box-shadow: 0 0 300px rgba(0, 0, 0, 0.65), 0 0 30px rgba(0, 0, 0, 0.06);
  border-radius: 50px;
  background-color: rgba(35, 40, 45, 0.9);
  color: #fff;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
}

.footer-wave {
  max-width: 102%;
  width: 100%;
  height: 187.8px;
  left: 0;
  z-index: 8;
  bottom: -67px;
  background: url(/img/hero-wave.png)
    repeat-x;
  animation: wave 10s cubic-bezier(0.44, 0.66, 0.67, 0.37) infinite;
}

.listar-feature-item-wrapper {
  margin-bottom: 40px;
  padding-left: 27px;
  padding-right: 27px;
}

.listar-feature-item {
  /*height: calc(100% - 20px);*/
}

.listar-feature-item.listar-feature-has-link
  ~ .listar-feature-fix-bottom-padding.listar-fix-feature-arrow-button-height {
  position: relative;
  display: block;
  width: 100%;
  height: 100px;
}

.listar-feature-item a {
  position: absolute;
  top: -12px;
  left: 15px;
  width: calc(100% - 30px);
  height: calc(100% + 4px);
  border-radius: 1000px;
  z-index: 10;
}

.listar-feature-with-image .listar-feature-item a:before {
  content: "";
  position: absolute;
  top: -74px;
  left: 50%;
  margin-left: -74px;
  width: 148px;
  height: 148px;
  border-radius: 1000px;
  z-index: 10;
}

.listar-feature-item a:after {
  content: "";
  position: absolute;
  bottom: 62px;
  left: 50%;
  margin-left: -25px;
  width: 50px;
  height: 50px;
  border-radius: 1000px;
  z-index: 10;
  animation: ripple 0.7s linear infinite;
  box-shadow: 5px 5px 10px rgba(163, 177, 198, 0.6),
    -5px -5px 10px rgba(255, 255, 255, 0.5);
}
.listar-feature-item .listar-feature-item-inner {
/  /*padding: 50px 30px;*/
  border-radius: 6px;
  z-index: 5;
  position: relative;
  height: 440px;
}

.listar-feature-item .listar-feature-item-inner {
  padding-top: 45px;
  /*padding-bottom: 60px;*/
}

.listar-feature-item .listar-feature-item-inner:before {
  border: 0;
  box-shadow: 120px 0px 150px rgba(80, 80, 80, 0.15),
    10px 0px 10px rgba(80, 80, 80, 0.02);
  border-radius: 1000px;
  background: rgba(255, 255, 255, 0);
  background: -moz-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 40%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, rgba(255, 255, 255, 0)),
    color-stop(40%, rgba(255, 255, 255, 0)),
    color-stop(100%, rgba(255, 255, 255, 1))
  );
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 40%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 40%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -ms-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 40%,
    rgba(255, 255, 255, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 40%,
    rgba(255, 255, 255, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#ffffff',GradientType=1);
}

.listar-feature-item .listar-feature-item-inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.listar-feature-right-border {
  position: absolute;
  width: calc(100% + 24px);
  height: calc(100% + 24px);
  top: -12px;
  left: 50%;
  overflow: hidden;
}

.listar-feature-items {
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.listar-feature-right-border:before,
.listar-hovering-features
  .listar-feature-item
  a:hover
  ~ .listar-feature-item-inner
  .listar-feature-right-border:before {
  border: 11px solid #2f53bf;
}

.listar-feature-right-border:before,
.listar-hovering-features
  .listar-feature-item
  a:hover
  ~ .listar-feature-item-inner
  .listar-feature-right-border:before,
.listar-hovering-features-grey
  .listar-feature-item
  a:hover
  ~ .listar-feature-item-inner
  .listar-feature-right-border:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 11px solid #0072FF;
  border-radius: 800px;
  left: -50%;
}

.listar-feature-item .listar-feature-block-content-wrapper {
  position: relative;
  display: block;
  text-decoration: none;
  padding: 0px 15px;
  height: calc(100% + 100px);
}

.listar-features-design-2 .listar-feature-item-wrapper {
  margin-bottom: 120px;
  padding-left: 27px;
  padding-right: 27px;
}

.listar-feature-item.listar-feature-has-link .listar-feature-item-inner:after {
  content: "";
  background-color: #fff;
  z-index: 6;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
}

.listar-feature-icon-wrapper {
  width: 148px;
  height: 148px;
  line-height: 148px;
  border-radius: 500px;
  position: relative;
  background-color: #fff;
  box-shadow: 8px 8px 30px rgba(0, 0, 0, 0.06);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  left: 50%;
  vertical-align: middle;
  margin-left: -74px;
  top: -66px;
  margin-top: -74px;
}

.listar-feature-icon-inner {
  margin-top: 14px;
  width: 120px;
  height: 120px;
  line-height: 120px;
  border-radius: 500px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.14);
  background: #fff;
}

.listar-feature-icon-inner div {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  display: inline-block;
  position: relative;
  width: 120px;
  height: 120px;
  line-height: 120px;
  text-align: left;
}

.listar-feature-icon-inner img {
  position: relative;
  margin: 0 auto;
  vertical-align: middle;
  display: inline-block;
  width: auto;
  left: 50%;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
  transform: translate(-50%);
  height: 65px;
}

.listar-feature-item img,
.listar-feature-item i {
  margin-top: 23px; 
  position: relative;
  display: inline-block;
  border-bottom: 0;
  font-size: 40px;
  top: 0;
  padding: 0;
  color: #258bd5;
}

.listar-feature-with-image .listar-feature-content-wrapper {
  top: -20px;
}
.listar-feature-content-wrapper {
  position: relative;
  margin-top: -15.5px;
}

.listar-feature-item .listar-feature-item-title {
  padding-top: 0;
  margin: 0 0 30px;
  text-align: center;
  line-height: 1.5;
}

.listar-feature-item
  .listar-feature-item-title.listar-feature-counter-added
  > span {
  margin-left: 25px;
  border-radius: 0 50px 50px 0;
}

.listar-feature-item .listar-feature-item-title > span {
  box-shadow: 15px 20px 30px rgba(80, 80, 80, 0.12),
    5px 0px 40px rgba(80, 80, 80, 0.1);
  padding: 10px 40px;
  display: inline-block;
  position: relative;
  background-color: #fff;
}

.listar-feature-item .listar-feature-item-title > span span {
  box-shadow: 15px 15px 30px rgba(80, 80, 80, 0.2),
    5px 0px 80px rgba(80, 80, 80, 0.15);
  padding: 0px;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 30px;
  white-space: nowrap;
  position: absolute;
  font-size:24;
  top: -3px;
  left: -37px;
  border-radius: 50px;
  background-color: #fff;
	line-height: 2.0em;
}

.listar-feature-item .listar-feature-item-title span {
  display: inline-block;
  font-size: 14px;
  line-height: normal;
  font-weight: 400;
  text-shadow: none;
  border-radius: 50px;
  color: #252525;
  font-size: 18px;
}

.listar-feature-item-excerpt {
  padding: 0 20px;
}

.listar-feature-item-excerpt {
  color: #252525;
  position: relative;
  top: 0;
  width: 95%;
  margin: -10px auto;
  text-align: center;
}

.pset {
	margin-top: 140px;
  padding-bottom: 20px;
}

.listar-map-button-text span {
  position: relative;
  vertical-align: middle;
  font-size: 24px;
  height: 44px;
  line-height: 1.6;
  padding: 10px 40px;
  box-shadow: 0 0 31px rgba(0, 0, 0, 0.65), 0 0 4px rgba(0, 0, 0, 0.06);
  border-radius: 50px;
  background-color: rgba(35, 40, 45, 0.9);
  color: #fff;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
}

.listar-map-button-text span {
  background-color: #fff;
  color: #252525;
  text-shadow: none;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.listar-map-button-text span:after {
  border: 12px solid #fff;
  box-shadow: 0 0 20px rgba(0,0,0,0.45);
}

.listar-map-button-text span:after {
  content: "";
  position: absolute;
  top: -14px;
  left: -14px;
  width: calc(100% + 28px);
  height: calc(100% + 28px);
  border-radius: 46px;
}

.listar-map-button:hover .listar-map-button-text span {
  padding: 10px 50px 10px 50px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.listar-feature-with-image .listar-feature-item a:before {
  content: "";
  position: absolute;
  top: -74px;
  left: 50%;
  margin-left: -74px;
  width: 148px;
  height: 148px;
  border-radius: 1000px;
  z-index: 10;
}

.listar-feature-item.listar-feature-has-link .listar-feature-item-inner:after {
  margin-left: -25px;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  box-shadow: 10px 10px 40px rgba(80, 80, 80, 0.15),
    15px 15px 30px rgba(80, 80, 80, 0.05), 0 0 120px rgba(80, 80, 80, 0.6);
  bottom: -30px;
  background-image: url("https://image.flaticon.com/icons/svg/2316/2316674.svg");
  background-size: 40%;
  color: #555;
  line-height: 52px;
}

.section 
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  align-self: flex-start;
}

.logoarea{
	color: #fff;
	display: flex;
	font-family: 'Roboto', sans-serif;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	height: 100vh;
	margin: 0;
}


.section {
  width: 100%;
  background-color: #f4f4f4;
  overflow: hidden;
  font-weight: 400;
  top: 0;
  color: #252525;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.025em;
}

.icon-map2{
  font-family:"simplify";
  margin-top:  auto;
  margin-bottom: auto;
}

.dictionary{
    width: 40%;
    font-family: dictionary;
    display: inline-grid;
    color: #6d6b6b;
    position: absolute;
    top: 60%;
    left: 49%;
}

.dic2{
  font-size: 22;
  font-family: italic;
}
.dic3{
  font-size: 18;
}

.content{
	font-family: simplify;
}

.slideleft {
  width: 100%;
	margin: 0px -25%;
	margin-bottom: 25px;
  padding: 35px;
 background-color: #0013fb57;
  text-align: center;
  /*color: #fff;*/
	border-radius: 25px;
}

.slideright {
  margin: 20px -10% 20px 20%;
  padding: 25px;
  text-align: center;
  color: #fff;
	border-radius: 25px;
 background-color: #0013fb57;
}

.search{
 position: relative;
 bottom: 50px;
	 text-align: center!important;
		width:100%;
		overflow: hidden;
		padding-bottom: 20px;
		-ms-overflow-style: none;	
}

.partner{
		padding-left: 5%;
		padding-right: 5%;
    flex-direction: row;
    flex-wrap: wrap;
    display: inline-block;
}

  
.search -webkit-scrollbar {
  display: none;
}




.divider{
	display: inline-block;
    height: 2px;
    margin-bottom: 25px;
    background-color: #fff;
}
.divider-end{
	position: relative;
    width: 2px;
    margin-bottom: 10px;
}

.divider-end:before{
		content: '';
    position: absolute;
    top: -2px;
    right: -2px;
    height: 6px;
    width: 6px;
    background-color: #fff;
}
.divider-endl{
	position: relative;
    width: 2px;
    margin-bottom: 10px;
}

.divider-endl:before{
		content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    height: 6px;
    width: 6px;
    background-color: #fff;
}

.div1{
	width: 70%;	
}

.div2{
	width: 80%;
 right: calc(1% - 50px);
}

.div3{
	width: 60%;
	left: -18%;
}

.div4{
width: 60%;
	left: 11%;
}
.div5{
	width: 60%;
	left: -19%;
}

.cbox{
 position: relative;
	text-align: center;
 z-index: 1;
}
.cbox-a{
	text-align: center;
	margin-bottom: 30px;
}
.intro{
	margin-top: 40px;
	margin-left: 5%;
	margin-bottom: 50px;
	margin-right: auto;
	max-width: 80%;
	display: inline-block;
	text-align: left;
}
.intro-a{
	margin-left: 5%;
	margin-right: auto;
	max-width: 80%;
	display: inline-block;
	text-align: left;
}

.intro-b{
	margin-top: 40px;
	margin-bottom: 50px;
	margin-right: auto;
	max-width: 80%;
	color: #ccc;
	display: inline-block;
	text-align: left;
}

.intro span h4{
 text-align: left;
}
.phone{
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	margin-left:15px;
	color: #fff;
}

.phone span p{
	max-width: 45%;
	text-align: left;
	margin-left: 30%;
 color: #ccc;
}

.phone span h5{
 font-size: 20;
	max-width: 45%!important;
	text-align: left;
	margin-left: 30%;
 color: #fff;
}

.seperate{
	text-align: center;
}

.diva {
		width:10%;
    height: 2px;
    margin: 20px 20%;
    background-color: #0072ff;
}




.bck-design {
	background-color: #0072ff;
  background-image: linear-gradient(625deg, #0072ff 0%, #0a2b87 74%);
}

.overlay{

}

.fw {
  max-width: 102%;
  width: 100%;
	height: 187.8px;
  left: 0;
	bottom: -58px;
	position: relative;		
  background: url(/img/hero-wave.png)
    repeat-x;
  animation: wave 10s cubic-bezier(0.44, 0.66, 0.67, 0.37) infinite;
}

.ns{
	background-color: #f4f4f4;
}

.sm-top{
	background-image: url("https://simplicity.media/img/8.jpg");
 background-attachment: fixed;
 background-size: cover;
 	height: 100vh;
	margin: 0;
 
}
.sm-top-a{
	background-image: url("https://simplicity.media/img/8.jpg");
 background-attachment: fixed;
 background-size: cover;
	margin: 0;
 
}

.reviews{
      text-align: center!important;
      overflow: auto;
      white-space: nowrap;
      vertical-align: top;
}

.row{
    padding-top: 15px;
    padding-bottom: 10px;
    flex-direction: row;
    flex-wrap: wrap;
    display: inline-block;
 }
 .rowb{
    padding-top: 15px;
    padding-bottom: 100px;
    flex-direction: row;
    flex-wrap: wrap;
    display: inline-block;
 }
.col{
      display: inline-grid;
    justify-content: center;
        white-space: normal;
    align-items: center;
    margin-left: 40px;
  
  
}

.col-1{
  
}
.col-2{
  
}
.col-3{
  
}

.rvimg{
  width: 80px;
    vertical-align: top;
}

.imgbox {
    z-index: 5;
    display: block;
    margin-bottom: -90px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    left: -103px;
}

.rv{
  width: 180px;
	margin-top: 10px;
	margin-bottom: 10px;
}

  .obox-1{
    z-index: 4;
    background-image:linear-gradient(130deg, #1b00ff 0%, #ffffff 100%);
    border-radius: 25px;
    width: 300px;
    height: 400px;
    padding-top: 40px;
    padding-left: 15px; 
    padding-right: 10px;
  
  }
  
  .obox-2{
    z-index: 4;
    background-image:linear-gradient(130deg, #1b00ff 0%, #ffffff 100%);
    border-radius: 25px;
    width: 300px;
    height: 400px;
    padding-top: 40px;
    padding-left: 15px;
    padding-right: 10px;
  
  }
  
  .obox-3{
    z-index: 4;
    background-image:linear-gradient(130deg, #1b00ff 0%, #ffffff 100%);
    border-radius: 25px;
    width: 300px;
    height: 400px;
    padding-top: 40px;
    padding-left: 15px;
    padding-right: 10px;
  /*box-shadow: 0 0 10px rgba(222, 222, 222, 0.65), 0 0 1px rgba(0, 0, 0, 0.06);*/
  }
  
.box{
    z-index: 4;
    position: relative;
    background: rgba(255,255,255,1);
		color:#333;
    border-style: solid;
    border-width: 3px;
    border-color: #ffffff9c;
    border-radius: 25px;
    width: 298px;
    height: 400px;
    padding-top: 35px;
    padding-left: 5px;
    padding-right: 5px;
}

.box p{
	text-align: justify!important;
	max-width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
}

.rvbutton{
 z-index: 1;
  font-family: simplify;
	font-size: 16px;
  background-color: #ccc;
  color: #333;
  width: 140px;
  padding: 10px;
  border-radius: 0px 0px 10px 10px;
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  bottom: 6px;
  left: 69px;
  border: 0px;
  /*box-shadow: 0 0 10px rgba(255, 255, 255, 0.65), 0 0 1px rgba(0, 0, 0, 0.06);*/
}


.rvbutton:hover {
	color: #0072ff;
	background-color: #fff;
}

/* Footer */

.social-container {
  width: 400px;
  margin-top: 10%;
  text-align: center;
}

.social-icons {
  padding: 0;
  list-style: none;
  margin: 1em;
}
.social-icons li {
  display: inline-block;
  margin: 0.15em;
  position: relative;
  font-size: 1.2em;
}
.social-icons i {
  color: #fff;
  position: absolute;
  top: 21px;
  left: 21px;
  transition: all 265ms ease-out;
}
.social-icons a {
  display: inline-block;
}
.social-icons a:before {
  transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  content: " ";
  width: 60px;
  height: 60px;
  border-radius: 100%;
  display: block;
  background: linear-gradient(326deg, #0072ff 0%, #0a2b87 74%);
  transition: all 265ms ease-out;
}
.social-icons a:hover:before {
  transform: scale(0);
  transition: all 265ms ease-in;
}
.social-icons a:hover i {
  transform: scale(2.2);
  -ms-transform: scale(2.2);
  -webkit-transform: scale(2.2);
  color: #ff003c;
  background: -webkit-linear-gradient(326deg, #0072ff 0%, #0a2b87 74%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 265ms ease-in;
}
.social-icons a.social-square:before {
  background: linear-gradient(326deg, #0072ff 0%, #0a2b87 74%);
  border-radius: 10%;
  box-shadow: 0px 0px 10px 0px rgba(255,255,255,0.4)
}
.social-icons a.social-square:hover:before {
  transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -webkit-transform: scale(-180deg);
  border-radius: 100%;
}
.social-icons a.social-square:hover i {
  transform: scale(1.6);
  -ms-transform: scale(1.6);
  -webkit-transform: scale(1.6);
  color: #fff;
  transform: scale(1.6);
  -webkit-text-fill-color: #fff;
}


.simplicity-footer{
  background-color: #333;
  width: 100vw;
  min-height: 25%;
  color: #fff;
}

.f-row{
  display: flex;
}

.fcol-1{
  width: 45%;
}
.fcol-2{
  width: 0%;
}
.fcol-3{
  width: 25%;
}
.fcol-4{
  width: 30%;
}

.fcol-1 img{
  max-width: 50%;
  padding-left: 15%;
  padding-top: 10px;

}

.fcol-4 li{
  font-size: 16px;
}

.fcol-4 h2{
  text-align: center;
}
.l-footer{
  padding: 15px;
  text-decoration: none;
  list-style: none;
  text-align: left;

}

.l-footer li{
  margin: 10px;
}

.seperate-fw{
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
  height: 2px;
  background-color: #fff;
}

.fw-footer{
  padding: 15px;
  width: 100%;
  display: inline-block;
  text-align: center;
}

.fw-footer p{
  padding: 5px;
  font-size: 12px!important;
  display: inline-block;
}

.sm-link a{
 color: #fff;
 text-decoration: overline;
 text-decoration-color:#0072ff;
}

.sm-link a:hover{
 color: #fff;
 font-size:large;
 text-decoration: underline;
 text-decoration-color:#0072ff;
}

.sm-linkl a{
 color: #fff;
 text-decoration: overline;
 text-decoration-color:#0072ff;
}

.sm-linkl a:hover{
 color: #fff;
 font-size:large;
 text-decoration: underline;
 text-decoration-color:#0072ff;
}


 
 .about{
  width: 90%;
  margin-left:auto;
  margin-right: auto;
 }
 .opener{
  margin-top: 40px;
	margin-left: 5%;
	margin-bottom: 20px;
	margin-right: auto;
	max-width: 80%;
	display: inline-block;
	text-align: left;
 }
 
 .different{
  text-align: center;
    padding-top: 40px;
    width: 100%;
    background-color: #fff;
 }
 
 .different h1 h5{
  padding:20px;
 }
  
 .diva-2 {
		width:26%;
    height: 3px;
    margin: 20px 37%;
    background-color: #0072ff;
}

.c-box{
 margin-left: auto;
 margin-right: auto;
 text-align: center;
}

.diva-3{
     width: 13%;
    height: 2px;
    margin: 14px 44%;
    background-color: #0072ff;
}

.ovimg{
 background-image: url("https://simplicity.media/img/hexoverlay2.png");
  background-size: 100vw;
}


.contact-us{
 background-image: url("https://simplicity.media/img/bottom8.jpg");
 background-attachment: fixed;
 background-size: cover;
 width: 100%;
	margin: 0;
}

.slideright span p{
 text-align:right;
 margin-left: 37%;
}

.slideright span h5{
 text-align:right;
 font-size: 20;
    max-width: 45%!important;
    margin-left: 37%;
    color: #fff;
}

.smbb{
     background-color: #0072ff;
    background-image: linear-gradient(326deg, #0072ff 0%, #0a2b87 74%);
        z-index: -10;
    position: relative;
    color: #fff;
    
}

.smbbw{
    background-color: #fff;
      z-index: -10;
    position: relative;
    Background-size: cover;
    padding: 20px;
}

.lh{
  line-height: 1.8!important;  
}


/*WWD*/

hr{
  margin:10px 0;
}

section h3,h4{
  text-align:center;
  font-weight:bold;
}

section h2{
  text-align:left;
  position:relative;
  margin-bottom:40px;
  color: #333;
}

section h2:after{
	margin-top:20px;
  display:inline-block;
  content:'';
  width:45px;
  height:10px;
  border-top:3px solid #0072ff;
  position:absolute;
  bottom:-10px;
  left:0;
}

.process{
     margin-bottom: 60px;
}

.process .method{
  background:#ccc;
  text-align:center;
  padding:10px;
  margin-bottom:50px;
  border-radius:5px;
}

.process .method h3{
  color: #fff;
}

.process .method p{
  margin:0;
  color: #333;
}

.process .method h4{
  background-image:linear-gradient(625deg, #0072ff 0%, #0a2b87 74%) ;
  width:60px;
  height:60px;
  font-size:2em;
  font-weight:bold;
  bottom: -10%;
  left: 38%;
  border-radius:50%;
  line-height:60px;
  margin:0 auto;
  position: absolute;
  color: #fff;
    animation: ripple 0.7s linear infinite;
  box-shadow: 5px 5px 10px rgba(163, 177, 198, 0.6),
    -5px -5px 10px rgba(255, 255, 255, 0.5);
}

.method:after{
  content: "";
  position: absolute;
  background-image: url("https://image.flaticon.com/icons/svg/2316/2316674.svg");
  background-size: 100%;
  bottom: 40%;
  left: 96%;
  width: 50px;
  height: 50px;
  border-radius: 1000px;
  z-index: 10;
}

.method{
  height: 350px;
}

.wwd-about p{
 line-height: 1.8;
}



.brands {
    display: block;
		width:100%;
  bottom: 50px;
		overflow: hidden;
		margin-bottom: 15px;
		white-space:nowrap;
		-ms-overflow-style: none;
}

.brands -webkit-scrollbar {
  display: none;
}

.brands a img {
    display: inline-block;
    margin: 10px 20px;
    vertical-align: middle
}

.brands:hover .brands-image-carousel {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.brands-image-carousel-first {
    position: relative;
    z-index: 1;
    -webkit-animation: first 15s 1 linear forwards;
    animation: first 15s 1 linear forwards;
}
.brands-image-carousel-second,
.brands-image-carousel-third {
    -webkit-animation: rest 30s infinite linear;
    animation: rest 30s infinite linear;
}
.brands-image-carousel-third {
    -webkit-animation-delay: 15s;
    animation-delay: 15;
}

.brands-image-carousel {
    float: left;
    position: absolute;
    padding: 0;
    opacity: 0;
    z-index: 0;
}

.wwd-logoarea{
 height: 94%!important;
}

.wwd-block-l{
 width: 85%;
 margin-left: 5%;
 text-align: left;
 color: #fff !important;
}
.wwd-block-l p{
 width: 80%;
 
}
.wwd-block-l h3{
 width: 80%;
 
}
.wwd-block-r{
 width: 80%;
 margin-left: 5%;
 text-align: right;
 color: #fff !important;
}

.wwd-block-r p{
 width: 90%;
 margin: 5px 5px 10px 20% !important;
}
.wwd-block-r h3{
 width: 100%;
 
}
.wwd-block-r h5{
width: 110%;
}

.ldiv{
 margin-left: -8%;
}

.btm{
 margin-bottom: -5px;
 padding-bottom: 20px;
}

.div6{
 width: 85%;
}

.rdiv{
 margin-right: -12%;
}

::-webkit-scrollbar {
  width: 1px;
  height: 1px;
}

::-webkit-scrollbar-button {
  width: 1px;
  height: 1px;
}
.external {
  overflow: hidden;
  height: 100vh;
  padding:0;
}

.horizontal-scroll-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100vh;
  transform: rotate(-90deg) translate3d(0,-100vh,0);
  transform-origin: right top;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0;
  height: 100vw;
  perspective: 1px;
	transform-style: preserve-3d;
  padding-bottom: 10rem;
}
.img-wrapper {
  transform: rotate(90deg);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40vh;
  transform-origin: 50% 50%;
  transform: rotate(90deg) translateZ(.1px) scale(0.9) translateX(0px) translateY(-3vh);
  transition: 1s;
}

.img-wrapper:hover {
 min-height: 65vh;
}

.slower {
  transform: rotate(90deg) translateZ(-.2px) scale(1.1) translateX(0%) translateY(-10vh);
}
.slower1 {
  transform: rotate(90deg) translateZ(-.25px) scale(1.05) translateX(0%) translateY(8vh);
}
.slower2 {
  transform: rotate(90deg) translateZ(-.3px) scale(1.3) translateX(0%) translateY(2vh);
}
.slower-down {
  transform: rotate(90deg) translateZ(-.2px) scale(1.1) translateX(0%) translateY(16vh) ;
}
.faster {
  transform: rotate(90deg) translateZ(.15px) scale(0.8) translateX(0%) translateY(14vh) ;
}
.faster1 {
  transform: rotate(90deg) translateZ(.05px) scale(0.8) translateX(0%) translateY(10vh) ;
}
.fastest {
  transform: rotate(90deg) translateZ(.22px) scale(0.7) translateX(-10vh) translateY(-15vh) ;
}
.vertical {
   transform: rotate(90deg) translateZ(-.15px) scale(1.15) translateX(0%) translateY(0%) ;
}
.last {
  transform: rotate(90deg) translateZ(-.2px) scale(1.1) translateX(25vh) translateY(-8vh) ;
}

a {
  color: inherit;
  font-weight: 500;
  
}
h1 {
  font-weight: 300;
  font-size: 1rem;
}

.img-wrapper a {
  overflow: hidden;
  display: block;
  padding: 1vh ;
  background: #efecdb;
  box-shadow: 0 10px 50px #5f2f1182;
}
.img-wrapper img {
  max-width: 45vh;
  max-height: 50vh;
  transition: .5s;
  vertical-align: top;
  filter: saturate(40%) sepia(30%) hue-rotate(5deg);
}
a:hover img {
  filter: none;
}

a h3{
  color: #333;
  text-align: center;
}

.scroll-info {
  display: block;
  align-items: center;
  position: absolute;
  left: 40%;
  padding-top: 20px;
}

.icon-a svg {
    width: 50px;
    fill: currentcolor;
}

/* Viewport */

@media (min-width: 800px) and (max-width: 1020px){
    .fcol-1{width:30%;} .fcol-1 img{max-width:70%;} .l-footer{text-align:center;}
    .card{
     width: 88%;
     line-height: 1.4;
    }
    }
    
@media (max-width: 800px){
 .f-row{flex-direction: column; width: 100%;}
 .fcol-1{width:100%; text-align: center;}
 .fcol-1 img{max-width:60%; padding-left: 0%;}
 .fcol-3{ width: 100%;}
 .lfooter li{ text-align: center; font-size: 16px;}
 .l-footer{text-align:center;}
 .fcol-4 {width:100%;}
 .social-container{width: 240px; margin-left: auto; margin-right: auto; text-align: center; margin-top: 0%;}
 }

@media (min-width: 820px) and (max-width: 990px){
 .gglphone{
  right: -48%;
  width: 138%;
  padding-top: 30%;
 }
}
@media (min-width: 721px) and (max-width: 871px){

.partner{
		padding-left: 2%!important;
		padding-right: 2%!important;
    
}
}
@media (min-width: 620px) and (max-width: 820px){
 .gglphone{
  right: -48%;
  width: 138%;
  padding-top: 40%;
 }
}
@media (max-width: 620px){
 .gglphone{
  display: none;
 }
  .phone span p h5{
  max-width: 85%!important;
  margin-left: 0%;
 }
 .slideleft{
  margin: 0px;
  text-align:left;
 }
}

@media (max-width: 600px){
 .phone span p{
  max-width: 80%!important;
 }
 .slideright span p{
  margin-left: 6%!important;
 }
}

@media (min-width: 607px) and (max-width: 721px){

.partner{
		padding-left: 5%;
		padding-right: 5%;
		max-height: 30px;
    
}
}

@media (min-width: 517px) and (max-width: 607px){

.partner{
		padding-left: 3%;
		padding-right: 3%;
    max-height: 25px;
}
}

@media (max-width: 517px){
 .sm-top{
  background-image: linear-gradient(326deg, #fff 0%, #fff 74%)!important;
  
  }
 
}

@media (min-width: 354px) and (max-width: 517px){

.partner{
		padding-left: 2%!important;
		padding-right: 2%!important;
    max-height: 20px;
}
}


@media (max-width: 354px){
.partner{
 display: none !important;
 padding: 2%;
}
}

@media (min-width: 425px) and (max-width: 500px){
 .dropdown{top:8px; left:calc(100% - 70px)}
 .line{width:45px;}
 .close{top:13px;}
 .open{top:7px;}
}

@media (min-width: 365px) and (max-width: 425px){
 .dropdown{top:5px; left:calc(100% - 70px)}
 .line{width:40px;}
 .close{top:13px;}
 .open{top:7px;}
 .dica{width: 60%; top: 65%!important; left: 26%;}
}

@media (min-width: 270px) and (max-width: 365px){
 .dropdown{top:1px; left:calc(100% - 70px)}
 .line{width:40px;}
 .dictionary{width: 60%; top: 65%!important; left: 26%;}
 .close{top:13px;}
 .open{top:10px;}
 .dropdown-content{top: 57px;}
}

@media (max-width: 270px){
  .dropdown{top:-9px; left:calc(100% - 70px)}
 .line{width:40px;}
 .dictionary{width: 60%; top: 68%; left: 26%;}
 .close{top:13px;}
 .open{top:15px;}
 .dropdown-content{top: 50px;}
}

@media only screen and (max-width: 1050px) and (min-width:600px){
  .banner>h2, .banner .info{
    width:70%
  } 
  .banner>h2{
    font-size:1.8em;
  }
}

@media only screen and (max-width: 599px) and (min-width:350px){	
  .banner a{
    font-size:1em;
  }  
  .banner>h2, .banner .info{
    width:80%
  }  
  .banner>h2{
    font-size:1.2em;
  }
}

@media only screen and (max-width: 349px){
	.banner .info{
		height:auto;
  }
  .banner a{
    font-size:1em;
    width:50%;
    display:block;
  }
  .banner a:first-child{
    margin:0 auto;
  }  
  .banner a:last-child{
    margin:10px auto 0;
  } 
	.banner>h2, .banner .info{
    width:80%
  }	
  .banner>h2{
    font-size:1em;
  }
}

@media only screen and (max-width: 768px) and (min-width:550px){		
  .process .row:first-child .col-xs-12,
  .clients .row:first-child .col-xs-12{
      width:100%;
 	} 	
  .process .col-xs-12,
  .clients .col-xs-12{
    	width:50%;
  }
  .clients .col-xs-12:nth-child(3), 
  .clients .col-xs-12:nth-child(4){
    margin-top:15px;
  }  
}

@media only screen and (min-width: 992px) and (max-width: 1000px){
 .container{
  width: 950px!important;
  }
}

@media only screen and (min-width: 700px) and (max-width: 992px){
 .method{
  height: 250px;
  }
}

@media only screen and (min-width: 549px) and (max-width: 700px){
 .method{
  height: 300px;
  }
}

@media only screen and (min-width: 300px) and (max-width: 549px){
 .method{
  height: 250px;
  }
}

@media only screen and (max-width: 340px){
 .method{
  height: 300px;
  }
}
.brandtxt{
 font-family: 'Simplicity', sans-serif;
}

:root {
  --d: 700ms;
  --e: cubic-bezier(0.19, 1, 0.22, 1);
}

.process-sm{
  display: grid;
  place-items: center;
}

.page-content {
  display: grid;
  grid-gap: 1rem;
  padding: 1rem;
  max-width: 1024px;
  margin: 0 auto;
  font-family: var(--font-sans);
}
@media (min-width: 600px) {
  .page-content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 800px) {
  .page-content {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width:600px) {
 .card:before{
  opacity: 0.3;
 }
}


.card {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
          align-items: flex-end;
  overflow: hidden;
  padding: 1rem;
  width: 100%;
  border-radius:15px;
  text-align: center;
  color: white;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.1), 0 4px 4px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.1), 0 16px 16px rgba(0, 0, 0, 0.1);
}
@media (min-width: 600px) {
  .card {
    height: 350px;
  }
}
.card:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 110%;
  background-size: cover;
  background-position: center;
  -webkit-transition: -webkit-transform calc(var(--d) * 1.5) var(--e);
  transition: -webkit-transform calc(var(--d) * 1.5) var(--e);
  transition: transform calc(var(--d) * 1.5) var(--e);
  transition: transform calc(var(--d) * 1.5) var(--e), -webkit-transform calc(var(--d) * 1.5) var(--e);
  pointer-events: none;
}
.card:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200%;
  pointer-events: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(11.7%, rgba(0, 0, 0, 0.009)), color-stop(22.1%, rgba(0, 0, 0, 0.034)), color-stop(31.2%, rgba(0, 0, 0, 0.072)), color-stop(39.4%, rgba(0, 0, 0, 0.123)), color-stop(46.6%, rgba(0, 0, 0, 0.182)), color-stop(53.1%, rgba(0, 0, 0, 0.249)), color-stop(58.9%, rgba(0, 0, 0, 0.32)), color-stop(64.3%, rgba(0, 0, 0, 0.394)), color-stop(69.3%, rgba(0, 0, 0, 0.468)), color-stop(74.1%, rgba(0, 0, 0, 0.54)), color-stop(78.8%, rgba(0, 0, 0, 0.607)), color-stop(83.6%, rgba(0, 0, 0, 0.668)), color-stop(88.7%, rgba(0, 0, 0, 0.721)), color-stop(94.1%, rgba(0, 0, 0, 0.762)), to(rgba(0, 0, 0, 0.79)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.009) 11.7%, rgba(0, 0, 0, 0.034) 22.1%, rgba(0, 0, 0, 0.072) 31.2%, rgba(0, 0, 0, 0.123) 39.4%, rgba(0, 0, 0, 0.182) 46.6%, rgba(0, 0, 0, 0.249) 53.1%, rgba(0, 0, 0, 0.32) 58.9%, rgba(0, 0, 0, 0.394) 64.3%, rgba(0, 0, 0, 0.468) 69.3%, rgba(0, 0, 0, 0.54) 74.1%, rgba(0, 0, 0, 0.607) 78.8%, rgba(0, 0, 0, 0.668) 83.6%, rgba(0, 0, 0, 0.721) 88.7%, rgba(0, 0, 0, 0.762) 94.1%, rgba(0, 0, 0, 0.79) 100%);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform calc(var(--d) * 2) var(--e);
  transition: -webkit-transform calc(var(--d) * 2) var(--e);
  transition: transform calc(var(--d) * 2) var(--e);
  transition: transform calc(var(--d) * 2) var(--e), -webkit-transform calc(var(--d) * 2) var(--e);
}
.card:nth-child(1):before {
  background-image: url(https://simplicity.media/img/Strategy.jpeg);
}
.card:nth-child(2):before {
  background-image: url(https://simplicity.media/img/Keyword.jpeg);
}
.card:nth-child(3):before {
  background-image: url(https://simplicity.media/img/Adverts.jpeg);
}
.card:nth-child(4):before {
  background-image: url(https://simplicity.media/img/Landing-Pages.jpeg);
}
.card:nth-child(5):before {
  background-image: url(https://simplicity.media/img/Audience.jpeg);
}
.card:nth-child(6):before {
  background-image: url(https://simplicity.media/img/Bidding.jpeg);
}
.card:nth-child(7):before {
  background-image: url(https://simplicity.media/img/Test.jpeg);
}
.card:nth-child(8):before {
  background-image: url(https://simplicity.media/img/Scale.jpeg);
}

.content {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
  padding: 1rem;
  -webkit-transition: -webkit-transform var(--d) var(--e);
  transition: -webkit-transform var(--d) var(--e);
  transition: transform var(--d) var(--e);
  transition: transform var(--d) var(--e), -webkit-transform var(--d) var(--e);
  z-index: 1;
}
.content > * + * {
  margin-top: 1rem;
}

.title {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
}

.copy {
  font-size: 1.5rem;
  font-style: bold;
  line-height: 1.5;
}

.btn {
  cursor: pointer;
  margin-top: 1.5rem;
  padding: 1.25rem 1.5rem;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.025rem;
  text-transform: uppercase;
  color: white;
  background-color: black;
  border: 1px solid #fff;
}
.btn:hover {
  background-color: #fff;
}
.btn:focus {
  outline: 1px dashed yellow;
  outline-offset: 3px;
}

@media (hover: hover) and (min-width: 600px) {
  .card:after {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  .content {
    -webkit-transform: translateY(calc(100% - 4.5rem));
            transform: translateY(calc(100% - 4.5rem));
  }
  .content > *:not(.title) {
    opacity: 0;
    -webkit-transform: translateY(1rem);
            transform: translateY(1rem);
    -webkit-transition: opacity var(--d) var(--e), -webkit-transform var(--d) var(--e);
    transition: opacity var(--d) var(--e), -webkit-transform var(--d) var(--e);
    transition: transform var(--d) var(--e), opacity var(--d) var(--e);
    transition: transform var(--d) var(--e), opacity var(--d) var(--e), -webkit-transform var(--d) var(--e);
  }

  .card:hover,
  .card:focus-within {
    -webkit-box-align: center;
            align-items: center;
  }
  .card:hover:before,
  .card:focus-within:before {
    -webkit-transform: translateY(-4%);
            transform: translateY(-4%);
  }
  .card:hover:after,
  .card:focus-within:after {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .card:hover .content,
  .card:focus-within .content {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .card:hover .content > *:not(.title),
  .card:focus-within .content > *:not(.title) {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition-delay: calc(var(--d) / 8);
            transition-delay: calc(var(--d) / 8);
  }

  .card:focus-within:before, .card:focus-within:after,
  .card:focus-within .content,
  .card:focus-within .content > *:not(.title) {
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}


/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.75); /* Black w/ opacity */
}

.modal p{
 width: 95%;
 text-align: left;
 line-height: 1.8;
}

/* Modal Content/Box */
.modal-contenta {
  background-color: #77d0b7;
  margin: 25% auto; 
  padding: 40px;
  border: 1px solid #888;
  width: 97%; 
  color: #fff;
    border-radius:15px;
}
.modal2-content {
  background-color: #e69583;
  margin: 10% auto; 
  padding: 40px;
  border: 1px solid #888;
  width: 75%;
    color: #fff;
    border-radius:15px;
}

.modal3-content {
  background-color: #242152;
  margin: 10% auto; 
  padding: 40px;
  border: 1px solid #888;
  width: 75%;
  color: #fff;
    border-radius:15px;
}

.modal4-content {
  background-color: #1ea8ea;
  margin: 10% auto; 
  padding: 40px;
  border: 1px solid #888;
  width: 75%;
  color: #fff;
    border-radius:15px;
}

.modal5-content {
  background-color: #1e4ea5;
  margin: 10% auto; 
  padding: 40px;
  border: 1px solid #888;
  width: 75%;
  color: #fff;
    border-radius:15px;
}

.modal6-content {
  background-color: #1e4ea5;
  margin: 10% auto; 
  padding: 40px;
  border: 1px solid #888;
  width: 75%;
  color: #fff;
  border-radius:15px;
}

.modal7-content {
  background-color: #1e4ea5;
   margin: 10% auto; 
  padding: 40px;
  border: 1px solid #888;
  width: 75%;
  color: #fff;
    border-radius:15px;
}

.modal8-content {
  background-color: #1e4ea5;
  margin: 10% auto; 
  padding: 40px;
  border: 1px solid #888;
  width: 75%;
  color: #fff;
    border-radius:15px;
}


/* The Close Button */
.close {
  color: #fff;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.card:hover .content{
  background-image:  linear-gradient(180deg, #6767670a, #00000014);
 border-radius: 15px;
}

.card:hover:before{
  opacity: 0.2;
}

.sm-approach{
 width: 90%;
 padding: 40px;
 text-align: left;
 color: #fff;

}

@media (max-width:600px) {
 .card:before{
  opacity: 0.3;
 }
 .about{
  width:95%;
  margin-left:0;
  margin-right:0;
 }
 .opener{
  max-width: 100%;
 }
 .intro-b{
  max-width:90%;
 }
 .sm-approach{
  width: 100%;
 }
}
 