body {
  background-color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  color: #374046;
  line-height: 156%
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Inter', sans-serif;
  font-weight: 700
}

a {
  color: #4C74B9
}

a:hover {
    opacity: 0.6;
    -webkit-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
}

p {
  margin-bottom: 1.7rem
}

.semibold {
  font-weight: 600
}

.gutter-0 {
  margin-left: 0;
  margin-right: 0
}

.gutter-0>[class*="col-"], .gutter-0>.col {
  padding-left: 0;
  padding-right: 0
}

.gutter-24 {
  margin-left: -12px;
  margin-right: -12px
}

.gutter-24>[class*="col-"], .gutter-24>.col {
  padding-left: 12px;
  padding-right: 12px
}

.gutter-xl {
  margin-left: -26px;
  margin-right: -26px
}

.gutter-xl>[class*="col-"], .gutter-xl>.col {
  padding-left: 26px;
  padding-right: 26px
}

.text-yellow {
  color: #FFA232
}

.mb-8 {
  margin-bottom: 8px !important
}

.btn-group-lg>.btn, .btn-lg {
  font-size: 21px;
  line-height: 133%;
  text-align: center;
  font-weight: bold;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  letter-spacing: -0.008em;
  padding: 16px 32px
}

.btn-group-xl>.btn, .btn-xl {
  font-size: 21px;
  line-height: 133%;
  text-align: center;
  font-weight: bold;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  letter-spacing: -0.008em;
  padding: 23px 64px
}

.btn-xl i {
  font-size: 70%
}

.btn-blue {
  background-color: #207DE9;
  border-color: #207DE9;
  color: #fff
}

.btn-blue:focus, .btn-blue:hover {
  border-color: #0C57AD;
  background-color: #0C57AD;
  color: #fff
}

.btn-white-outline {
  background-color: transparent;
  border-color: #829DCE;
  color: #fff
}

.btn-white-outline:focus, .btn-white-outline:hover {
  border-color: #829DCE;
  background-color: transparent;
  color: #fff
}

.form-group {
  margin-bottom: 25px
}

.form-label {
  font-weight: 600;
  font-size: 21px;
  line-height: 157%;
  letter-spacing: -0.0055em;
  margin: 0 0 16px;
  color: #374046;
}

.form-control {
  border: 1px solid #CED4DA;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none
}

.form-control:focus {
  border: 1px solid #207DE9;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none
}

.form-control::-webkit-input-placeholder {
  color: #A9B4BC;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #A9B4BC;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #A9B4BC;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #A9B4BC;
  opacity: 1;
}

.form-control::placeholder {
  color: #A9B4BC;
  opacity: 1;
}

.form-control-lg {
  height: 76px;
  font-weight: 600;
  font-size: 21px;
  line-height: 28px;
  letter-spacing: -0.0055em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 24px
}

textarea.form-control-lg {
  line-height: 29px;
  padding-bottom: 27px;
  resize: none
}

.btn-group-toggle {}

.btn-group-toggle>div {
  margin: 0 0 24px;
}

.btn-checkbox {
  display: block;
  padding: 13px 0;
  margin: 0;
  cursor: pointer;
  min-height: 100%;
  color: #6E7B81;
  font-size: 18px;
  line-height: 156%;
  text-align: center;
  letter-spacing: -0.0045em;
  border: 1px solid #CED4DA;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  height: 56px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-checkbox:hover {
  border-color: #207DE9;
  color: #207DE9;
}

.btn-checkbox.active {
  border: 2px solid #207DE9;
  color: #207DE9;
  font-weight: 600;
}

.btn-checkbox input {
  display: none;
}

.btn-group-toggle {}

#main_wrapper {
  position: relative;
  overflow: hidden;
}

.ff_header {
  padding: 0 62px
}

.ff_header .navbar {
  padding: 47px 0 3px
}

.ff_header .navbar-brand {
  padding: 0
}

.ff_header .navbar-nav .nav-item {
  margin-left: 58px
}

.ff_header .navbar-nav .nav-link {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.0045em;
  color: #374046;
  padding: 12px 0
}

.ff_header .navbar-nav .nav-link i {
  color: #F7941D;
  font-size: 23px;
  font-weight: 400;
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
}

#ff_navbar {
  background-color: #F7941D
}

.ff_header #ff_navbar .navbar-nav {
  padding: 25px 0 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}

.ff_header #ff_navbar .navbar-nav .nav-item:first-child {
  margin-left: 0
}

.ff_header #ff_navbar .navbar-nav .nav-item {
  margin-left: 32px
}

.ff_header #ff_navbar .navbar-nav .nav-link {
  color: #fff
}

.ff_header #ff_navbar .navbar-nav .nav-link i {
  color: #fff
}

@-webkit-keyframes blink {
  from, to {
    border-color: transparent
  }

  50% {
    border-color: inherit;
  }
}

@keyframes blink {
  from, to {
    border-color: transparent
  }

  50% {
    border-color: inherit;
  }
}

.typewriter-effect {
  position: relative;
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
}

.typewriter-effect.run {
  visibility: visible;
  opacity: 1;
  border-right: .1em solid;
  -webkit-animation: blink .75s step-end infinite;
  animation: blink .75s step-end infinite;
}

.typewriter-effect.run.done {
  border-right: 0;
  -webkit-animation: none;
  animation: none;
}

.navbar-toggler {
  width: 75px;
  height: 36px;
  background: url(images/toggle-bg.png) no-repeat 0 0;
  border: 0;
  padding: 0;
  display: block;
  margin: 0 auto;
}

.navbar-toggler:focus {
  outline: 0
}

.navbar-toggler .navbar-toggler-icon {
  top: -3px
}

.navbar-toggler-icon {
  width: 25px;
  height: 20px;
  position: relative;
  margin: 0 auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  display: block
}

.navbar-toggler-icon i {
  display: block;
  position: absolute;
  height: 4px;
  width: 50%;
  background: #fff;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.navbar-toggler-icon i:nth-child(even) {
  left: 50%;
  -webkit-border-radius: 0 9px 9px 0;
  -moz-border-radius: 0 9px 9px 0;
  border-radius: 0 9px 9px 0;
}

.navbar-toggler-icon i:nth-child(odd) {
  left: 0px;
  -webkit-border-radius: 9px 0 0 9px;
  -moz-border-radius: 9px 0 0 9px;
  border-radius: 9px 0 0 9px;
}

.navbar-toggler-icon i:nth-child(1), .navbar-toggler-icon i:nth-child(2) {
  top: 0px;
}

.navbar-toggler-icon i:nth-child(3), .navbar-toggler-icon i:nth-child(4) {
  top: 8px;
}

.navbar-toggler-icon i:nth-child(5), .navbar-toggler-icon i:nth-child(6) {
  top: 16px;
}

.navbar-toggler-icon.open i:nth-child(1), .navbar-toggler-icon.open i:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.navbar-toggler-icon.open i:nth-child(2), .navbar-toggler-icon.open i:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.navbar-toggler-icon.open i:nth-child(1) {
  left: 2px;
  top: 3px;
}

.navbar-toggler-icon.open i:nth-child(2) {
  left: calc(50% - 2px);
  top: 3px;
}

.navbar-toggler-icon.open i:nth-child(3) {
  left: -50%;
  opacity: 0;
}

.navbar-toggler-icon.open i:nth-child(4) {
  left: 100%;
  opacity: 0;
}

.navbar-toggler-icon.open i:nth-child(5) {
  left: 2px;
  top: 12px;
}

.navbar-toggler-icon.open i:nth-child(6) {
  left: calc(50% - 2px);
  top: 12px;
}

.ff_banner {
  position: relative;
  padding-bottom: 80px;
  overflow: hidden;
  background: rgb(255, 228, 194);
  background: -moz-linear-gradient(180deg, rgba(255, 228, 194, 1) 0%, rgba(255, 255, 255, 1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(255, 228, 194, 1) 0%, rgba(255, 255, 255, 1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 228, 194, 1)), to(rgba(255, 255, 255, 1)));
  background: linear-gradient(180deg, rgba(255, 228, 194, 1) 0%, rgba(255, 255, 255, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe4c2", endColorstr="#ffffff", GradientType=1);
}

.mountain-1 {
  position: absolute;
  left: 0;
  bottom: -12px;
  width: 100%;
  height: 321px;
  background: url(images/mountain-1.png) no-repeat center;
}

.mountain-2 {
  position: absolute;
  left: 0;
  bottom: 94px;
  width: 100%;
  height: 660px;
  background: url(images/mountain-2.png) no-repeat center;
}

.mountain-3 {
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 1027px;
  background: url(images/mountain-3.png) no-repeat center;
}

.mountain-4 {
  position: absolute;
  left: 0;
  bottom: 160px;
  width: 100%;
  height: 733px;
  background: url(images/mountain-4.png) no-repeat center;
}

.birds-1 {
  position: absolute;
  left: 121px;
  bottom: 755px;
  width: 175px;
  height: 103px;
  background: url(images/birds-1.png) no-repeat center;
}

.birds-2 {
  position: absolute;
  right: 74px;
  top: 250px;
  width: 124px;
  height: 69px;
  background: url(images/birds-2.png) no-repeat center;
}

.birds-3 {
  position: absolute;
  right: 242px;
  top: 403px;
  width: 21px;
  height: 35px;
  background: url(images/birds-3.png) no-repeat center;
}

.cloud-1 {
  position: absolute;
  left: -40px;
  bottom: 740px;
  width: 396px;
  height: 59px;
  background: url(images/cloud-1.png) no-repeat center;
}

.cloud-2 {
  position: absolute;
  left: -69px;
  bottom: 700px;
  width: 491px;
  height: 16px;
  background: url(images/cloud-2.png) no-repeat center;
}

.cloud-3 {
  position: absolute;
  right: 24px;
  bottom: 720px;
  width: 232px;
  height: 13px;
  background: url(images/cloud-3.png) no-repeat center;
}

.cloud-4 {
  position: absolute;
  right: 19px;
  bottom: 690px;
  width: 376px;
  height: 20px;
  background: url(images/cloud-4.png) no-repeat center;
}

.cloud-5 {
  position: absolute;
  right: 36px;
  bottom: 594px;
  width: 509px;
  height: 26px;
  background: url(images/cloud-5.png) no-repeat center;
}

/*ANIMATION*/
.fadeIn-effect {
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out
}

.fadeIn-effect.anim {
  opacity: 1
}

.ff_banner-form-wrapp {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0.2);
  -moz-transform: scale(0.2);
  -ms-transform: scale(0.2);
  -o-transform: scale(0.2);
  transform: scale(0.2);
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out
}

.ff_banner-form-wrapp.anim {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.mountain-2, .mountain-3, .mountain-4, .birds-1, .birds-2, .birds-3, .cloud-1, .cloud-2, .cloud-3, .cloud-4, .cloud-5 {
  -webkit-transition: all 1.5s ease-in-out;
  -moz-transition: all 1.5s ease-in-out;
  -ms-transition: all 1.5s ease-in-out;
  transition: all 1.5s ease-in-out;
}

.mountain-2 {
  bottom: -9px
}

.mountain-3 {
  bottom: 50px
}

.mountain-4 {
  bottom: 55px
}

.birds-1 {
  bottom: 855px
}

.birds-2 {
  top: 150px
}

.birds-3 {
  top: 303px
}

.cloud-1 {
  left: -173px
}

.cloud-2 {
  left: -202px
}

.cloud-3 {
  right: -135px
}

.cloud-4 {
  right: -140px
}

.cloud-5 {
  right: 268px
}

.anim_bg .mountain-2 {
  bottom: 94px
}

.anim_bg .mountain-3 {
  bottom: -10px
}

.anim_bg .mountain-4 {
  bottom: 160px
}

.anim_bg .cloud-1 {
  left: -40px
}

.anim_bg .cloud-2 {
  left: -69px
}

.anim_bg .cloud-3 {
  right: 24px
}

.anim_bg .cloud-4 {
  right: 19px
}

.anim_bg .cloud-5 {
  right: 36px
}

.anim_bg .birds-1 {
  bottom: 755px
}

.anim_bg .birds-2 {
  top: 250px
}

.anim_bg .birds-3 {
  top: 403px
}

.ff_banner-header {
  position: relative;
  text-align: center;
  font-size: 21px;
  line-height: 167%;
  letter-spacing: -0.0055em;
  color: #374046;
  margin: 0 0 70px
}

.ff_banner-header h1 {
  font-weight: 900;
  font-size: 84px;
  line-height: 102%;
  letter-spacing: -0.042em;
  margin: 0 0 16px
}

.ff_banner-header p:last-child {
  margin-bottom: 0
}

.ff_banner-form-wrapp {
  margin-bottom: 108px;
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 8px rgba(110, 123, 129, 0.2);
  -moz-box-shadow: 0px 2px 8px rgba(110, 123, 129, 0.2);
  box-shadow: 0px 2px 8px rgba(110, 123, 129, 0.2);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.ff_banner-form-wrapp:after {
  position: absolute;
  bottom: -25px;
  left: 22px;
  right: 22px;
  height: 100%;
  content: "";
  opacity: 0.8;
  background-color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.ff_banner-form-wrapp:before {
  position: absolute;
  bottom: -48px;
  left: 69px;
  right: 69px;
  height: 100%;
  content: "";
  opacity: 0.4;
  background-color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.ff_banner-form-inner {
  position: relative;
  z-index: 2;
  padding: 50px 56px;
}

.ff_banner-form-inner textarea.form-control-lg {
  height: 227px
}

.ff_banner-fox {
  min-height: 210px;
  max-width: 960px;
  margin: 0 auto;
  position: relative;
  padding-left: 128px
}

.ff_banner-fox-img {
  position: absolute;
  top: 58px;
  left: 0;
}

.ff_banner-fox-text {
  background: #374046;
  font-weight: 600;
  font-size: 24px;
  line-height: 133%;
  letter-spacing: -0.018em;
  color: #FFFFFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: relative;
  padding: 22px 16px 22px 30px;
  display: inline-block;
}

.ff_banner-fox-text:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  right: 100%;
  top: 52px;
  border-top: 22px solid transparent;
  border-right: 24px solid #374046;
}

.ff_banner-fox-text .btn {
  margin-left: 44px
}

.ff_content {
  background: url(images/footstpes.png) no-repeat right 90% #E76200;
  color: #FDEAD2;
  font-size: 21px;
  line-height: 167%;
  letter-spacing: -0.0055em;
}

.ff_content .section-subtitle {
  font-weight: bold;
  font-size: 14px;
  line-height: 157%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin: 0 0 25px
}

.ff_content .section-title {
  font-weight: 900;
  font-size: 32px;
  line-height: 131%;
  letter-spacing: -0.018em;
  margin: 0 0 25px
}

.ff_content p {
	color: white;
}

.list-arrow_chev {
  list-style: none;
  margin: 0 0 1em;
  padding: 0;
  color: white;
}

.list-arrow_chev li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 1em
}

.list-arrow_chev li:before {
  content: '\e901';
  position: absolute;
  color: #fff;
  left: 0;
  top: 0;
  font-family: 'icomoon';
  font-size: 12px;
}

.ff_footer {
  background: #CE5700;
  background: rgba(206, 87, 0, 0.5);
  -webkit-border-radius: 4px 4px 0px 0px;
  -moz-border-radius: 4px 4px 0px 0px;
  border-radius: 4px 4px 0px 0px;
  padding: 74px 30px 40px;
  line-height: 156%;
  font-size: 18px
}

/*MEDIA QUERY*/
@media (min-width: 768px) {
  #ff_navbar {
    display: none !important
  }
}

@media (min-width:1400px) {
  .container {
    max-width: 1219px
  }
}

@media (max-width:1399px) {}

@media (max-width:1199px) {
  .ff_banner-header {
    font-size: 18px;
    margin-top: 35px
  }

  .ff_banner-header h1 {
    font-size: 70px
  }

  .ff_banner-form-inner .form-control-lg,
  .ff_banner-form-inner .form-label {
    font-size: 18px
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .btn-checkbox {
    font-size: 14px
  }
}

@media (max-width:991px) {
  .ff_banner-fox-text .btn {
    font-size: 16px;
    padding: 9px 15px;
    margin-left: 10px
  }

  .ff_content {
    font-size: 18px
  }
}

@media (min-width:768px) and (max-width:991px) {
  .ff_banner-fox {
    min-height: 165px
  }

  .ff_banner-fox-img {
    top: 32px
  }

  .ff_banner-fox-text:before {
    top: 32px;
  }

  .ff_banner-fox-text {
    font-size: 20px;
    padding-left: 20px
  }
}

@media (min-width:1000px) and (max-width:1150px) {}

@media (max-width:767px) {

  .ff_header .container-fluid,
  .ff_header {
    padding: 0
  }

  .ff_header .navbar {
    display: block;
    padding-top: 0;
    text-align: center;
    border-top: 4px solid #F7941D
  }

  .navbar-toggler {
    margin-bottom: 16px
  }

  .ff_banner-header {
    font-size: 18px;
    margin-top: 35px;
    margin-bottom: 40px
  }

  .ff_banner-header h1 {
    font-size: 32px
  }

  .ff_banner-form-inner .form-control-lg,
  .ff_banner-form-inner .form-label {
    font-size: 18px
  }

  .ff_banner-form-inner {
    padding: 24px
  }

  .ff_banner-form-inner .form-control-lg {
    height: 56px;
    padding: 16px
  }

  .ff_banner-form-inner textarea.form-control-lg {
    height: 125px
  }

  .btn-group-xl>.btn, .btn-xl {
    padding: 18px 24px
  }

  .ff_banner-fox {
    padding-left: 0;
    min-height: inherit
  }

  .ff_banner-fox-text {
    font-size: 18px;
    padding-left: 20px;
    padding-right: 160px
  }

  .ff_banner-fox-text .btn {
    right: 16px;
    top: 50%;
    margin-top: -20px;
    position: absolute;
  }

  .ff_banner-fox-text:before {
    display: none
  }

  .ff_banner-fox-img {
    position: relative;
    top: 0;
    text-align: center;
    margin-top: 20px
  }

  .ff_banner {
    padding-bottom: 40px
  }

  .ff_footer {
    text-align: center
  }
}

@media (max-width:575px) {}

@media (max-width:480px) {}

@media (max-width:400px) {
  .btn-checkbox {
    font-size: 14px
  }
}

.results-cont_message {
    color: gray;
    text-align: center;
    margin: 0 auto;
}

.warning-results {
    color: #ff5c5c;
    font-weight: bold;
    text-align: center;
}

/* New Edits*/
.marketing-guide-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.results-cont {
  margin: 2rem 0;
  padding: 25px;
  border: 1px solid #CED4DA;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.results-cont ul {
  clear: both;
  list-style: none;
  padding: 0;
}

.results-cont li {
  margin: 0;
  padding: 0.6rem 0;
  border-bottom: 1px solid #f3f3f3;
}

.marketing-guide-block {
  background: #feead2;
  padding: 0.7rem;
  margin: -1px;
  border-radius: 1px;
}

.marketing-guide-block button {
  float: right;
  width: 30%
}

.download-now {
  font-weight: bold;
  text-align: center;
}

.marketing-guide-block__label {
  display: inline-block;
  font-weight: bold;
  padding: 0;
  margin: 0;
  color: #374046;
}

@media (max-width: 1000px) {
  .marketing-guide-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .marketing-guide-block__label {
    text-align: center;
    margin-bottom: 1rem;
  }
}

/*
   Animation example, for spinners
*/
.lds-ellipsis {
  display: block;
  position: relative;
  width: 80px;
  height: 80px;
  margin: 0 auto;
}

.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #a7d0ff;
  -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 8px;
  -webkit-animation: lds-ellipsis1 0.6s infinite;
  animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 8px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 32px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 56px;
  -webkit-animation: lds-ellipsis3 0.6s infinite;
  animation: lds-ellipsis3 0.6s infinite;
}

@-webkit-keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@-webkit-keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  100% {
    -webkit-transform: translate(24px, 0);
    transform: translate(24px, 0);
  }
}

@keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  100% {
    -webkit-transform: translate(24px, 0);
    transform: translate(24px, 0);
  }
}

.footer-widget-area .col-md-6,
.footer-widget-area .col-lg-5,
.footer-widget-area .col-md-12,
.footer-widget-area .col-lg-10 {
	padding-right: 24px!important;
    padding-left: 24px!important;
}



