/* 
---------------------------------------------
font & reset css
--------------------------------------------- 
*/

@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap");

/* 
---------------------------------------------
reset
--------------------------------------------- 
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
div pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
figure,
header,
nav,
section,
article,
aside,
footer,
figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header,
nav,
section,
article,
aside,
footer,
hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html,
body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  background-color: #ffffff;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

h4 {
  font-weight: 600;
}

ul {
  margin-bottom: 0px;
}

p {
  line-height: 1.2;
  color: grey;
  font-weight: 400;
  font-size: 1rem;
}

h1 {
  font-size: 28px;
  margin-bottom: 30px;
  font-weight: 600;
  text-align: center;
  color: #122138;
}

@media (max-width: 991px) {
  h1 {
    font-size: 22px;
    margin-bottom: 30px;
    font-weight: 600;
    text-align: center;
  }

  p {
    line-height: 1.2;
    font-size: 16px;
  }
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/

html,
body {
  background: #fff;
}

h4 {
  font-size: 20px !important;
  font-weight: 600 !important;
  color: #25416b !important;
  margin-bottom: 10px !important;
}

::selection {
  background: #f1556a;
  color: #fff;
}

::-moz-selection {
  background: #f1556a;
  color: #fff;
}

.title {
  font-size: 28px;
  margin-bottom: 30px;
  font-weight: 600;
  text-align: center;
}

.apple-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.apple-btn .soon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 3px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.728);
  color: white;
  margin: 5px;
}

@media (max-width: 991px) {

  html,
  body {
    overflow-x: hidden;
  }

  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }

  .mobile-bottom-fix {
    margin-bottom: 30px;
  }

  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }

  .container {
    padding: 24px;
  }

  .title {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 700;
    text-align: center;
  }
}

a.main-button-slider {
  font-size: 14px;
  border-radius: 25px;
  padding: 15px 25px;
  background-color: #000000;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a.main-button-slider:hover {
  background-color: #f1556a;
}

a.main-button {
  font-size: 14px;
  border-radius: 25px;
  padding: 15px 25px;
  background-color: #25416b;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a.main-button:hover {
  background-color: #7a7a7a;
}

button.main-button {
  outline: none;
  border: none;
  cursor: pointer;
  font-size: 14px;
  border-radius: 25px;
  padding: 15px 25px;
  background-color: #25416b;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

button.main-button.hidden {
  display: none;
}

button.main-button.submitted {
  background-color: #25d366;
}

button.main-button.submitted:hover {
  background-color: #1fae53;
}

button.main-button:hover {
  background-color: #888;
}

.center-heading {
  margin-bottom: 70px;
}

.center-heading h2 {
  margin-top: 0px;
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  color: #1e1e1e;
  margin-bottom: 25px;
}

.center-heading h2 em {
  font-style: normal;
}

.center-heading p {
  font-size: 15px;
  color: #888;
  text-align: center;
}

.fa-times {
  color: red;
  padding-right: 10px;
}

.fa-check {
  color: green;
  padding-right: 10px;
}

@media (max-width: 991px) {
  a.main-button {
    font-size: 14px;
    border-radius: 25px;
    padding: 5px 15px;
    text-align: center;
  }
}

/* 
---------------------------------------------
Whatsapp btn
--------------------------------------------- 
*/
.whatsapp {
  position: relative;
}

.wc_whatsapp {
  position: fixed;
  bottom: 20px;
  z-index: 99;
  right: 20px;
  display: flex;
  align-items: center;
  width: 50px;
  height: 50px;
  display: block;
  border-radius: 50%;
  background: #25d366;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
}

.wc_whatsapp:hover,
.wc_whatsapp:focus {
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.6);
}

.wc_whatsapp::before {
  content: "";
  display: block;
  background: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' focusable='false' data-prefix='icon' data-icon='whatsapp' class='svg-inline' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3e%3cpath fill='%23fff' d='M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z'%3e%3c/path%3e%3c/svg%3e") top center no-repeat;
  height: 40px;
  margin-top: 5px;
}

.wc_whatsapp_primary {
  display: none;
}

.wc_whatsapp_primary {
  position: fixed;
  bottom: 100px;
  margin: 0 20px;
  right: 0;
  z-index: 99999;
  border-radius: 5px;
  background: #fff;
  padding: 10px;
  align-items: center;
  max-width: 350px;
  box-shadow: 7px 7px 15px 8px rgba(0, 0, 0, 0.17);
}

.wc_whatsapp_primary img {
  width: 50px;
  border-radius: 5px;
  margin-left: 10px;
}

.wc_whatsapp_primary p {
  margin: 20px;
  border: 1px solid #e2e2e2;
  padding: 10px;
  border-radius: 5px;
  position: relative;
  color: #000;
  font-size: 14px;
}

.wc_whatsapp_primary p::before {
  top: 20px;
  left: -9px;
  content: "";
  position: absolute;
  background: white;
  border-bottom: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
  left: -5px;
  top: 50%;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  z-index: 1;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.wc_whatsapp_primary .close {
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px;
  font-size: 18px;
  color: #000;
  opacity: 0.5;
}

.wc_whatsapp_primary .close:hover,
.wc_whatsapp_primary .close:focus {
  color: #f00;
  opacity: 1;
}

@media (max-width: 991px) {
  .wc_whatsapp {
    width: 55px;
    height: 55px;
  }

  .wc_whatsapp::before {
    height: 40px;
    margin-top: 8px;
  }
}

/* 
---------------------------------------------
header
--------------------------------------------- 
*/

.header-area {
  background: #122138;
  height: 75px;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  z-index: 100;
}

.header-area .main-nav {
  height: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
  width: inherit;
}

.header-area .main-nav .menu-trigger {
  display: none;
}

.header-area .main-nav .logo img {
  width: 60px;
  margin-right: 10px;
}

.header-area .main-nav .logo .name {
  display: none;
}

.header-area .main-nav .menu-item {
  padding: 10px;
  margin: 0 20px;
  color: white;
  font-size: 20px;
  font-weight: 400;
}

.header-area .main-nav .menu-item.active {
  font-weight: 600;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 0;
  display: none;
  top: 5px;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: white;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: white;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: white;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: white;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: white;
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: white;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: white;
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: white;
}

@media (max-width: 991px) {
  .header-area {
    height: auto;
    text-align: left;
    padding: 10px;
  }

  .header-area .main-nav {
    justify-content: flex-start;
    position: relative;
  }

  .header-area .main-nav .menu.active {
    position: absolute;
    top: 60px;
    right: 0;
    display: flex;
    flex-direction: column;
    background: #000000ce;
    width: 100%;
    padding: 10px;
    z-index: 999999;
  }

  .header-area .main-nav .menu {
    display: none;
  }

  .header-area .main-nav .menu-item {
    text-align: center;
    color: white;
    margin: 10px;
  }

  .header-area .main-nav .logo {
    display: flex;
    align-items: center;
  }

  .header-area .main-nav .logo img {
    width: 62px;
    height: 62px;
    margin-right: 0;
    margin: -10px 0;
  }

  .header-area .main-nav .logo .name {
    display: block;
    color: white;
    font-weight: 700;
    font-size: 20px;
  }

  .header-area .menu-trigger {
    display: block !important;
  }
}

/* 
---------------------------------------------
welcome
--------------------------------------------- 
*/

.welcome-area {
  width: 100%;
  display: flex;
  align-items: center;
  height: calc(100vh - 75px);
}

.welcome-area .left-text {
  display: flex;
  flex-direction: column;
  position: relative;
  align-self: center;
  margin: auto;
  gap: 10px;
}

.welcome-area .left-text h1 {
  font-style: inherit;
  color: #122138;
  font-size: 45px;
  margin-bottom: 0px;
  text-align: left;
  font-weight: 700;
}

.welcome-area .left-text h2 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 20px;
  color: rgb(48, 48, 48);
  line-height: 1.2;
  text-align: left;
}

.welcome-area a {
  align-self: flex-start;
}

.welcome-area .apple-btn {
  position: relative;
  display: initial;
}

.welcome-area .apple-btn .soon {
  position: absolute;
  top: -6px;
  right: 0;
  left: 0;
  right: 0;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.728);
  color: white;
  margin: 5px;
  height: 35px;
}

.welcome-area .right-side {
  display: flex;
  justify-content: center;
  align-items: center;
}

.welcome-area .img2 {
  width: 280px;
  margin-top: 20px;
}

.welcome-area .see-more {
  position: absolute;
  bottom: 40px;
  z-index: 10;
  width: 100%;
  display: flex;
  justify-content: center;
}

/* From Uiverse.io by satyamchaudharydev */
/* The switch - the box around the slider */
.switch {
  display: block;
  --width-of-switch: 3.5em;
  --height-of-switch: 2em;
  /* size of sliding icon -- sun and moon */
  --size-of-icon: 1.4em;
  /* it is like a inline-padding of switch */
  --slider-offset: 0.3em;
  position: relative;
  width: var(--width-of-switch);
  height: var(--height-of-switch);
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f4f4f5;
  transition: .4s;
  border-radius: 30px;
}

.slider:before {
  position: absolute;
  content: "";
  height: var(--size-of-icon, 1.4em);
  width: var(--size-of-icon, 1.4em);
  border-radius: 20px;
  left: var(--slider-offset, 0.3em);
  top: 50%;
  transform: translateY(-50%);
  background: linear-gradient(40deg, #ff0080, #ff8c00 70%);
  transition: .4s;
}

input:checked+.slider {
  background-color: #303136;
}

input:checked+.slider:before {
  left: calc(100% - (var(--size-of-icon, 1.4em) + var(--slider-offset, 0.3em)));
  background: #303136;
  /* change the value of second inset in box-shadow to change the angle and direction of the moon  */
  box-shadow: inset -3px -2px 5px -2px #8983f7, inset -10px -4px 0 0 #a3dafb;
}

@media (max-width: 991px) {
  .welcome-area {
    height: unset;
  }

  .welcome-area .left-text h2 {
    text-align: center;
    font-weight: 700;
  }

  .welcome-area .see-more {
    display: none;
  }
}

/*
---------------------------------------------
about
---------------------------------------------
*/
.about {
  min-height: calc(100vh - 150px);
  /* min-height: calc(100vh - 75px); */
}

.about .container .img1 {
  display: flex;
  justify-content: center;
  margin: 40px 0;
}

/*
---------------------------------------------
vantagens
---------------------------------------------
*/

.benefits .left-image {
  align-self: center;
}

.benefits ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

/* .benefits .row :first-child {
  display: flex;
  flex-direction: column;
} */

.benefits .item {
  padding: 0 20px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 900px;
  gap: 20px;
  margin: auto;
}

.benefits .item2 {
  flex-direction: row-reverse;
}

.benefits .item img {
  display: inline-block;
  margin: 0 auto;
  width: 300px;
}

.benefits .item>div {
  flex: 1;
}

.benefits .item2 h4 {
  text-align: right;
}

.benefits .item p {
  font-weight: 400;
}

.benefits .item2 p {
  text-align: right;
}

@media (max-width: 991px) {
  .benefits .item {
    flex-direction: column;
    margin-bottom: 40px;
  }

  .benefits .item h4 {
    font-size: 20px;
    text-align: center;
    font-weight: 600;
  }

  .benefits .item2 h4 {
    text-align: center;
  }

  .benefits .item p {
    text-align: center;
  }

  .benefits .item2 p {
    text-align: center;
  }

}

/*
--------------------------------------------
avaliacoes
--------------------------------------------
*/

.right-image-decor {
  background-image: url(../images/right-bg-decor.png);
  background-repeat: no-repeat;
  background-position: right center;
  position: absolute;
  width: 100%;
  display: inline-block;
  height: 110%;
  margin-top: -200px;
}

#avaliacoes {
  padding-top: 110px;
  position: relative;
  z-index: 9;
  background-color: #ebebeb;
}

#avaliacoes .item {
  position: relative;
}

#avaliacoes .item .testimonial-content {
  background: rgb(46, 213, 224);
  background: linear-gradient(145deg, #0daed6 0%, #76d0b7 100%);
  margin-left: 60px;
  padding: 40px 30px;
  text-align: center;
  border-radius: 5px;
}

#avaliacoes .item .testimonial-content ul li {
  display: inline-block;
  margin: 0px 1px;
}

#avaliacoes .item .testimonial-content ul li i {
  color: #fff;
  font-size: 13px;
}

#avaliacoes .item .testimonial-content h4 {
  font-size: 22px;
  margin-top: 20px;
  color: #fff;
}

#avaliacoes .item .testimonial-content p {
  color: #fff;
  font-style: italic;
  font-weight: 200;
  margin: 20px 0px 15px 0px;
}

#avaliacoes .item .testimonial-content span {
  color: #fff;
  font-weight: 200;
  font-size: 13px;
}

#avaliacoes .author img {
  max-width: 120px;
  margin-bottom: -60px;
}

.owl-carousel .owl-nav button.owl-next span {
  z-index: 10;
  top: 45%;
  border-radius: 10px;
  font-size: 46px;
  color: #fff;
  right: -210px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  display: inline-block;
  background: rgb(244, 129, 63);
  background: linear-gradient(145deg, #0daed6 0%, #76d0b7 100%);
  position: absolute;
}

.owl-carousel .owl-nav button.owl-prev span {
  z-index: 9;
  top: 30%;
  border-radius: 10px;
  font-size: 46px;
  color: #fff;
  right: -150px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  display: inline-block;
  background: rgb(244, 129, 63);
  background: linear-gradient(145deg, #0daed6 0%, #76d0b7 100%);
  position: absolute;
}

@media (max-width: 991px) {
  #avaliacoes {
    padding-top: 70px;
  }
}

/* 
---------------------------------------------
planos
--------------------------------------------- 
*/

.plans .card {
  /* background: #4a4a4a; */
  height: 100%;
  width: 280px;
  margin: 10px 0;
  padding: 20px;
  border: none;
  -webkit-box-shadow: 0px 0px 19px -2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 19px -2px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 19px -2px rgba(0, 0, 0, 0.25);
}

.plans .card h4 {
  margin-bottom: 10px;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}

.plans .card h2 {
  font-size: 40px;
  text-align: center;
  font-weight: 500;
}

.plans .card h2 sup {
  font-size: 14px;
  font-weight: 600;
  top: -16px;
}

.plans .card h2 span {
  font-size: 14px;
}

.plans .card h2 span:not(:first-child) {
  margin-left: -20px;
}

.plans span {
  font-size: 14px;
  text-align: center;
}

.plans .card p {
  font-size: 14px;
  margin: 5px 0;
  text-align: center;
}

.plans .card p:first-of-type {
  margin-bottom: 16px;
}

.plans .card p i {
  padding-right: 10px;
}

.plans .card .line {
  height: 3px;
  width: 60%;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 16px;
}

@media (max-width: 991px) {
  .plans .row>div {
    margin-bottom: 15px;
  }
}

/* 
---------------------------------------------
footer
--------------------------------------------- 
*/
footer {
  width: 100%;
}

.collapsible {
  cursor: pointer;
  display: flex;
  align-items: center;
}

.collapsible:after {
  font-family: "FontAwesome";
  content: "\f078";
  font-size: 16px;
  margin-left: auto;
}

.collapsible.open:after {
  content: "\f077";
}

.questions li label {
  font-size: 16px;
}

.questions li .content {
  max-height: 0;
  overflow: hidden;
  transition: all ease 0.3s;
}

.questions li .content p {
  text-indent: 40px;
}

.questions li .content p:last-child {
  padding-bottom: 30px;
}

footer .footer-content {
  padding-bottom: 60px;
}

.contact-form {
  position: relative;
  z-index: 10;
  padding: 30px;
  border-radius: 5px;
  background-color: #f8f8f8;
  border: solid 1px lightgray;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

footer .right-content {
  align-self: center;
}

.contact-form input,
.contact-form textarea {
  color: #777;
  font-weight: 400;
  border: 1px solid #eee;
  background-color: #ffffff;
  border-radius: 5px;
  width: 100%;
  height: 40px;
  outline: none;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 30px;
}

.contact-form textarea {
  height: 150px;
  resize: none;
  padding: 10px 20px;
}

.contact-form {
  text-align: center;
}

.contact-form ::-webkit-input-placeholder {
  /* Edge */
  color: #b6b6b6;
}

.contact-form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #b6b6b6;
}

.contact-form ::placeholder {
  color: #b6b6b6;
}

.footer-content .right-content {
  color: #fff;
}

.footer-content .right-content h2 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 42px;
  text-transform: capitalize;
  font-weight: 700;
  letter-spacing: 1px;
}

.footer-content .right-content h2 em {
  font-style: normal;
  color: #fba70b;
}

.footer-content .right-content p {
  color: #fff;
}

.footer-content .right-content a {
  color: #fff;
}

.footer-content .right-content a:hover {
  color: #fc3;
}

footer .social {
  overflow: hidden;
}

footer .social li:first-child {
  margin-left: 0px;
}

footer .social li {
  margin: 0px 7.5px;
  display: inline-block;
}

footer .social li a {
  color: #fff;
  text-align: center;
  background-color: rgb(48, 48, 48);
  border: 1px solid #fff;
  width: 44px;
  height: 44px;
  line-height: 44px;
  border-radius: 50%;
  display: inline-block;
  font-size: 16px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

footer .social li a:hover {
  background-color: #fba70b;
  border-color: #fba70b;
  color: #fff;
}

footer .copyright {
  margin-top: 10px;
  font-weight: 400;
  font-size: 15px;
  color: #4a4a4a;
  letter-spacing: 0.88px;
  text-transform: capitalize;
}

footer .sub-footer {
  padding-bottom: 60px;
  border-top: 1px solid rgba(250, 250, 250, 0.3);
  text-align: center;
}

footer .sub-footer {
  color: rgb(48, 48, 48);
  font-size: 15px;
  font-weight: 300;
}

footer .sub-footer .termos {
  margin-bottom: 10px;
}

footer .sub-footer a {
  color: rgb(48, 48, 48);
}

footer .sub-footer a:hover {
  color: rgb(15, 98, 186);
}

footer .sub-footer p {
  color: rgb(48, 48, 48);
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.5px;
}

@media (max-width: 991px) {
  footer {
    padding-top: 0px !important;
    margin-top: 0px !important;
  }

  .questions {
    padding: 0;
  }

  .collapsible:after {
    margin-left: 30px;
  }

  .form {
    padding: 0;
  }

  .contact-form {
    margin-bottom: 0px;
    padding: 20px;
  }

  .contact-form input,
  .contact-form textarea {
    font-size: 16px;
    padding: 10px;
  }

  footer .right-content {
    text-align: center;
  }

  footer .copyright {
    text-align: center;
  }

  footer .social {
    text-align: center;
  }

  footer .sub-footer {
    padding-bottom: 20px;
  }
}

/* 
---------------------------------------------
preloader
--------------------------------------------- 
*/

#preloader {
  overflow: hidden;
  background-image: linear-gradient(145deg, #efefef 0%, #25416b 100%);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: fixed;
  z-index: 9999;
  color: #fff;
}

#preloader .jumper {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  position: absolute;
  margin: auto;
  width: 50px;
  height: 50px;
}

#preloader .jumper>div {
  background-color: #fff;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  opacity: 0;
  width: 50px;
  height: 50px;
  -webkit-animation: jumper 1s 0s linear infinite;
  animation: jumper 1s 0s linear infinite;
}

#preloader .jumper>div:nth-child(2) {
  -webkit-animation-delay: 0.33333s;
  animation-delay: 0.33333s;
}

#preloader .jumper>div:nth-child(3) {
  -webkit-animation-delay: 0.66666s;
  animation-delay: 0.66666s;
}

@-webkit-keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  5% {
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  5% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}