/*
!Utilities Or Helper CSS
*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/* Hover Transistion */
/* Custom scroll Bar */
/* Custom scroll Bar */
*,
::before,
::after {
  box-sizing: border-box;
}

body {
  font-family: "Montserrat", sans-serif;
}

html,
body {
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: "Montserrat", sans-serif;
  margin-bottom: 0;
}

p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #5a5a5a;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-bottom: 0;
}

img,
svg {
  max-width: 100%;
}

a {
  color: unset;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

a,
span,
b,
button {
  display: inline-block;
}

ul {
  margin: 0;
  padding: 0;
  margin-left: 10px;
}

.espacamentols {
  li::before {content: "•"; color: #2F59A1;
    display: inline-block; width: 2em;
    margin-left: -0.85em}
}


.disableli {
  list-style: none;
}

.corlist{
  color: #294f97;
}

:focus {
  outline: none !important;
}
.minsize{
  min-height: 290px;
}
.espacamentols .colorblack{
  color: #5a5a5a;
}

.fa-bars::before, .fa-navicon::before{
   color: #2F59A1;
}

#espacamentotb{
  margin-top: 60px;
  margin-bottom: 60px;
}
.espacamentols{
  line-height: 2.5;
}

input:focus,
select:focus {
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid #e65581 !important;
}

textarea:focus {
  box-shadow: none !important;
  outline: none !important;
}

.btn:focus {
  outline: none !important;
  box-shadow: none !important;
}

button:focus {
  outline: none !important;
  box-shadow: none !important;
}

button {
  border: none !important;
  background-color: transparent;
}

button:hover {
  border: none !important;
}

*::placeholder {
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: #707070;
}

*::-moz-placeholder {
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: #707070;
}

::selection {
  color: white;
  background: #eb1064;
}

::-moz-selection {
  color: white;
  background: #eb1064;
}

/*  Chrome, Safari, Edge, Opera */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/* Common Class */
@media all and (max-width: 575px) {
  .container {
    transition: 0.5s;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}

.g-sm {
  gap: 8px 12px;
}

.g-lg {
  gap: 10px 15px;
}

@media all and (max-width: 767px) {
  .mm-30 {
    transition: 0.5s;
    margin-top: 30px;
  }
}

@media all and (max-width: 991px) {
  .mlg-30 {
    transition: 0.5s;
    margin-top: 30px;
  }
}

.default_section_gap {
  margin-top: 128px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .default_section_gap {
    transition: 0.5s;
    margin-top: 90px;
  }
}
@media all and (max-width: 767px) {
  .default_section_gap {
    transition: 0.5s;
    margin-top: 70px;
  }
}

.inner_top_section_gap {
  margin-top: 48px;
}

.header_area p {
  margin-top: 10px;
}

.sub_title {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #2F59A1; 7 Encontrador para ALTERAR
  margin-bottom: 10px;
}
@media all and (max-width: 767px) {
  .sub_title {
    transition: 0.5s;
    font-size: 18px;
  }
}

.page_title {
  font-weight: 700;
  font-size: 48px;
  line-height: 65px;
  color: #1a1a1a;
}
@media (min-width: 768px) and (max-width: 991px) {
  .page_title {
    transition: 0.5s;
    font-size: 36px;
    line-height: 55px;
  }
}
@media all and (max-width: 767px) {
  .page_title {
    transition: 0.5s;
    font-size: 30px;
    line-height: 40px;
  }
}

.page_innter_title {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #1a1a1a;
}
@media all and (max-width: 767px) {
  .page_innter_title {
    transition: 0.5s;
    font-size: 22px;
  }
}

.default_btn {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  padding: 15px 32px;
  background: #2F59A1;
  border-radius: 4px;
}
.default_btn:hover {
  color: #ffffff;
  opacity: 0.9;
}
@media all and (max-width: 767px) {
  .default_btn {
    transition: 0.5s;
    font-size: 16px;
    padding: 13px 25px;
  }
}

/* ============ ScrollToUP Section =========== */
.scrolltop {
  position: fixed;
  right: 70px;
  bottom: 150px;
  z-index: 100000;
  background-color: #294f97;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
@media all and (max-width: 991px) {
  .scrolltop {
    transition: 0.5s;
    right: 20px;
  }
}
.scrolltop i {
  font-size: 16px;
  color: #ffffff;
}
.scrolltop:hover {
  background-color: rgba(17, 17, 17, 0.7);
}

.scroll_active {
  bottom: 60px;
  visibility: visible;
  opacity: 1;
}

.header_wrapper {
  padding: 40px 0;
  background-color: rgba(255, 255, 255, 0.7);
}
@media (min-width: 768px) and (max-width: 991px) {
  .header_wrapper {
    transition: 0.5s;
    padding: 30px 0;
  }
}
@media all and (max-width: 767px) {
  .header_wrapper {
    transition: 0.5s;
    padding: 20px 0;
  }
}
.header_wrapper .header_area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 7px 12px;
}
.header_wrapper .logo a {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #1a1a1a;
}
@media (min-width: 768px) and (max-width: 991px) {
  .header_wrapper .logo a {
    transition: 0.5s;
    font-size: 20px;
    line-height: 30px;
  }
}
@media all and (max-width: 767px) {
  .header_wrapper .logo a {
    transition: 0.5s;
    font-size: 18px;
    line-height: 28px;
  }
}
.header_wrapper nav a {
  font-weight: 400;
  font-size: 16px;
  line-height: 135%;
  color: #1a1a1a;
  max-width: 200px;
}
.header_wrapper nav a:hover {
  opacity: 0.8;
}
.header_wrapper .nav_menu_list {
  gap: 10px 48px;
  margin-right: 100px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header_wrapper .nav_menu_list {
    transition: 0.5s;
    gap: 10px 30px;
    margin-right: 50px;
  }
}
@media all and (max-width: 991px) {
  .header_wrapper .nav_menu_list {
    transition: 0.5s;
    display: none !important;
  }
}
.header_wrapper .header_btn_list {
  gap: 10px 40px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header_wrapper .header_btn_list {
    transition: 0.5s;
    gap: 10px 20px;
  }
}
@media all and (max-width: 991px) {
  .header_wrapper .header_btn_list {
    transition: 0.5s;
    display: none !important;
  }
}
.header_wrapper .navbar_btn_area {
  display: none;
}
@media all and (max-width: 991px) {
  .header_wrapper .navbar_btn_area {
    transition: 0.5s;
    display: block;
  }
}
.header_wrapper .navbar_btn_area button i {
  font-size: 18px;
  color: #1a1a1a;
}

.navbar_fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  padding: 20px 0;
  box-shadow: 0 5px 4px #3737370a;
  backdrop-filter: saturate(50%) blur(8px);
}
@media all and (max-width: 767px) {
  .navbar_fixed {
    transition: 0.5s;
    padding: 15px 0;
  }
}

.login_btn_list li {
  margin-bottom: 10px;
}
.login_btn_list a {
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
  line-height: 135%;
  color: #222222;
}
.login_btn_list .sign_up {
  color: white;
}

.sign_up {
  font-weight: 400;
  font-size: 14px;
  line-height: 135%;
  padding: 14px 20px;
  color: white !important;
  background: #2F59A1;
  border-radius: 4px;
}

.active_menu {
  border-top: 2px solid #e65581;
}

.navbar-fixed {
  top: 0;
  padding: 20px 0;
  box-shadow: 0 3px 5px #097a9a;
  background-color: #294f97;
}
@media all and (max-width: 991px) {
  .navbar-fixed {
    transition: 0.5s;
    padding: 15px 0;
  }
}

.mobile_menu_area {
  position: fixed;
  top: 0;
  left: -100vw;
  width: 50vw;
  height: 100vh;
  background: white;
  padding-top: 30px;
  padding-right: 20px;
  padding-left: 20px;
  z-index: 100000000;
  overflow: auto;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  display: none;
}
.mobile_menu_area::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.mobile_menu_area::-webkit-scrollbar-track {
  background: rgba(153, 153, 153, 0.2);
  border-radius: 5px;
  width: 5px;
}
.mobile_menu_area::-webkit-scrollbar-thumb {
  background: #f84f4f;
  border-radius: 5px;
  width: 5px;
  height: 5px;
}
.mobile_menu_area::-webkit-scrollbar-thumb:hover {
  background: #74c247;
  cursor: grab;
}
@media all and (max-width: 991px) {
  .mobile_menu_area {
    transition: 0.5s;
    display: inline;
  }
}
.mobile_menu_area .header_button_area .default_btn {
  margin-top: 0;
}
@media all and (max-width: 991px) {
  .mobile_menu_area .header_button_area .default_btn {
    transition: 0.5s;
    height: 45px;
    min-width: 150px;
  }
}
.mobile_menu_area .mobile_menu_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 100vh;
  background-color: #c7c7c73d;
  z-index: -1;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.mobile_menu_area .menu_close_icon {
  margin-bottom: 25px;
  padding-right: 15px;
}
.mobile_menu_area .menu_close_icon i {
  font-size: 20px;
}
.mobile_menu_area .mobile_language_login_area {
  padding-bottom: 15px;
}
.mobile_menu_area .mobile_language_login_area .accordion-item {
  width: 100px;
}
.mobile_menu_area .mobile_language_login_area .accordion-item span {
  margin: 0 6px;
}
.mobile_menu_area .accordion-item {
  border: none;
  margin: 12px 0;
  background-color: transparent !important;
}
.mobile_menu_area .accordion-item h2,
.mobile_menu_area .accordion-item h2 a,
.mobile_menu_area .accordion-item button,
.mobile_menu_area .accordion-item li a {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #333333;
  background-color: transparent !important;
}
.mobile_menu_area .accordion-item h2 button,
.mobile_menu_area .accordion-item h2 a button,
.mobile_menu_area .accordion-item button button,
.mobile_menu_area .accordion-item li a button {
  padding: 0;
}
.mobile_menu_area .accordion-item h2 button:not(.collapsed),
.mobile_menu_area .accordion-item h2 a button:not(.collapsed),
.mobile_menu_area .accordion-item button button:not(.collapsed),
.mobile_menu_area .accordion-item li a button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
}
.mobile_menu_area .dropdown_menu_area li {
  margin-bottom: 10px;
}

.mobile_active_menu {
  color: #e65581 !important;
}

.navbar_active {
  left: 0;
  width: 50vw;
}
@media all and (max-width: 575px) {
  .navbar_active {
    transition: 0.5s;
    width: 80vw;
  }
}
.navbar_active .mobile_menu_overlay {
  width: 100vw;
}

/* Hero Section */
.hero_wrapper {
  background: #EAF1FF;

}
.hero_wrapper .hero_grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.6fr);
  align-items: center;
  gap: 20px 30px;
}
@media all and (max-width: 767px) {
  .hero_wrapper .hero_grid {
    transition: 0.5s;
    grid-template-columns: minmax(0, 1fr);
  }
}
.hero_wrapper .hero_content_area {
  padding: 30px 0;
}
@media all and (max-width: 767px) {
  .hero_wrapper .hero_content_area {
    transition: 0.5s;
    grid-row: 2;
  }
}
.hero_wrapper .hero_content_area h1 {
  font-weight: 600;
  font-size: 56px;
  line-height: 68px;
  color: #1a1a1a;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero_wrapper .hero_content_area h1 {
    transition: 0.5s;
    font-size: 48px;
    line-height: 65px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero_wrapper .hero_content_area h1 {
    transition: 0.5s;
    font-size: 42px;
    line-height: 52px;
  }
}
@media all and (max-width: 767px) {
  .hero_wrapper .hero_content_area h1 {
    transition: 0.5s;
    font-size: 35px;
    line-height: 48px;
  }
}
.hero_wrapper .hero_content_area p {
  max-width: 646px;
  width: 100%;
  margin-top: 20px;
}
.hero_wrapper .hero_content_area .default_btn {
  margin-top: 40px;
}
@media all and (max-width: 767px) {
  .hero_wrapper .hero_content_area .default_btn {
    transition: 0.5s;
    margin-top: 30px;
  }
}
.hero_wrapper .hero_img img {
  max-height: 620px;
}

/*About Section */
.about_wrapper p {
  margin-top: 20px;
}
@media all and (max-width: 767px) {
  .about_wrapper p {
    transition: 0.5s;
    margin-top: 10px;
  }
}
.about_wrapper .default_btn {
  margin-top: 40px;
}
@media all and (max-width: 767px) {
  .about_wrapper .default_btn {
    transition: 0.5s;
    margin-top: 30px;
  }
}

/* Choose Section */
.choose_wrapper .header_area {
  max-width: 606px;
  width: 100%;
}
.choose_wrapper .choose_item {
  position: relative;
  padding: 32px 48px 40px 32px;
  margin-top: 40px;
  background: #ffffff;
  box-shadow: 0px 13px 45px rgba(0, 0, 0, 0.08);
  border-radius: 6px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
@media all and (max-width: 767px) {
  .choose_wrapper .choose_item {
    transition: 0.5s;
    padding: 30px 20px;
    margin-top: 30px;
  }
}
.choose_wrapper .choose_item::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #2F59A1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.choose_wrapper .choose_item:hover {
  box-shadow: none;
}
.choose_wrapper .choose_item:hover::before {
  width: 100%;
  height: 100%;
  opacity: 1;
  visibility: visible;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.choose_wrapper .choose_item:hover path {
  fill: white;
}
.choose_wrapper .choose_item:hover h4,
.choose_wrapper .choose_item:hover p {
  color: white;
}
.choose_wrapper .choose_inner_area {
  position: relative;
}
.choose_wrapper .choose_icon {
  height: 72px;
}
.choose_wrapper .choose_content {
  margin-top: 24px;
}
.choose_wrapper .choose_content p {
  font-size: 14px;
  margin-top: 16px;
}
@media all and (max-width: 767px) {
  .choose_wrapper .choose_content p {
    transition: 0.5s;
    margin-top: 10px;
  }
}

/* Work Section */
.work_wrapper .container {
  position: relative;
}
.work_wrapper .work_img {
  position: relative;
  z-index: 2;
}
.work_wrapper .header_area {
  max-width: 454px;
  width: 100%;
}
.work_wrapper .work_item {
  display: grid;
  grid-template-columns: minmax(0, 85px) repeat(1, minmax(0, 1fr));
  align-items: start;
  gap: 16px;
  margin-top: 30px;
}
.work_wrapper .work_item p {
  font-size: 14px;
  margin-top: 8px;
}
.work_wrapper .work_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e8ffea;
  border-radius: 6px;
  width: 100%;
  height: 85px;
}
.work_wrapper .work_content_area {
  max-width: 370px;
  width: 100%;
}
@media all and (min-width: 768px) {
  .work_wrapper .work_shape {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    position: absolute;
    left: -100px;
    top: -50px;
    height: 482px;
    width: 444px;
    background: #2F59A1;
  }
}

/* Partner Section */
.partner_wrapper {
  padding: 50px 0;
  background: #e1fff4;
}
.partner_wrapper .partner_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(145px, 1fr));
  align-items: start;
  justify-content: center;
  gap: 60px 30px;
  max-width: 800px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .partner_wrapper .partner_grid {
    transition: 0.5s;
    gap: 40px 30px;
  }
}
@media all and (max-width: 767px) {
  .partner_wrapper .partner_grid {
    transition: 0.5s;
    gap: 30px 20px;
  }
}
.partner_wrapper .partner_item {
  text-align: center;
}

/* Blog Section */
.blog_wrapper .blog_header_grid {
  display: grid;
  grid-template-columns: minmax(0, 417px) repeat(1, minmax(0, 1fr));
  align-items: end;
  gap: 20px 30px;
}
@media all and (max-width: 767px) {
  .blog_wrapper .blog_header_grid {
    transition: 0.5s;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.blog_wrapper .blog_item {
  margin-top: 40px;
}
@media all and (max-width: 767px) {
  .blog_wrapper .blog_item {
    transition: 0.5s;
    margin-top: 30px;
  }
}
.blog_wrapper .blog_img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 475px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
@media all and (max-width: 991px) {
  .blog_wrapper .blog_img {
    transition: 0.5s;
    height: 300px;
  }
}
.blog_wrapper .blog_img img {
  max-height: 100%;
}
.blog_wrapper .blog_img img:hover {
  opacity: 0.8;
}
.blog_wrapper .blog_content {
  margin-top: 32px;
}
.blog_wrapper .blog_content h5 {
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: #5a5a5a;
}
.blog_wrapper .blog_content h3 {
  margin-top: 20px;
}
.blog_wrapper .blog_content p {
  font-size: 14px;
  margin-top: 10px;
}
.blog_wrapper .read_more_btn {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #2F59A1;
  margin-top: 24px;
}
@media all and (max-width: 767px) {
  .blog_wrapper .read_more_btn {
    transition: 0.5s;
    font-size: 16px;
    margin-top: 15px;
  }
}
.blog_wrapper .read_more_btn:hover {
  opacity: 0.8;
}

/* Testimonial Section */
.testimonial_wrapper .testimonial_header_grid {
  display: grid;
  grid-template-columns: minmax(0, 715px) repeat(1, minmax(0, 1fr));
  align-items: end;
  gap: 20px 30px;
}
@media all and (max-width: 767px) {
  .testimonial_wrapper .testimonial_header_grid {
    transition: 0.5s;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.testimonial_wrapper .swiper {
  padding: 15px;
}
.testimonial_wrapper .testimonial_pagination {
  bottom: 0;
}
.testimonial_wrapper .swiper-pagination-bullet-active {
  background-color: #2F59A1;
}
.testimonial_wrapper .testimonial_slider_item {
  padding: 30px;
  background: #ffffff;
  box-shadow: 0px 13px 45px rgba(0, 0, 0, 0.09);
  border-radius: 6px;
}
@media all and (max-width: 767px) {
  .testimonial_wrapper .testimonial_slider_item {
    transition: 0.5s;
    padding: 20px;
  }
}
.testimonial_wrapper .client_grid {
  display: grid;
  grid-template-columns: minmax(0, 80px) repeat(1, minmax(0, 1fr));
  align-items: start;
  gap: 15px;
}
.testimonial_wrapper .client_grid h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #1a1a1a;
}
.testimonial_wrapper .client_grid h5 {
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: #5a5a5a;
  margin-top: 8px;
}
.testimonial_wrapper .client_grid .ratting_img {
  margin-top: 5px;
}
.testimonial_wrapper .client_img_area {
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonial_wrapper .client_img_area img {
  max-height: 80px;
}
.testimonial_wrapper .testimonial_content_area {
  margin-top: 24px;
}
.testimonial_wrapper .testimonial_content_area p {
  font-size: 14px;
}

/* Newsletter Section */
.newsletter_wrapper .newsletter_area {
  padding: 64px 70px;
  min-height: 480px;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  background-position: center right;
}
@media (min-width: 768px) and (max-width: 991px) {
  .newsletter_wrapper .newsletter_area {
    transition: 0.5s;
    padding: 64px 50px;
  }
}
@media all and (max-width: 767px) {
  .newsletter_wrapper .newsletter_area {
    transition: 0.5s;
    padding: 44px 20px;
  }
}
.newsletter_wrapper .newsletter_content {
  margin-top: 100px;
}
.newsletter_wrapper .newsletter_content h4 {
  font-weight: 600;
  font-size: 40px;
  line-height: 49px;
  color: #1a1a1a;
}
@media (min-width: 768px) and (max-width: 991px) {
  .newsletter_wrapper .newsletter_content h4 {
    transition: 0.5s;
    font-size: 35px;
    line-height: 45px;
  }
}
@media all and (max-width: 767px) {
  .newsletter_wrapper .newsletter_content h4 {
    transition: 0.5s;
    font-size: 28px;
    line-height: 40px;
  }
}
.newsletter_wrapper .newsletter_content h5 {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #5a5a5a;
  margin-top: 12px;
}
@media all and (max-width: 767px) {
  .newsletter_wrapper .newsletter_content h5 {
    transition: 0.5s;
    color: #1a1a1a;
  }
}
.newsletter_wrapper .newsletter_content .default_btn {
  margin-top: 40px;
}
@media all and (max-width: 767px) {
  .newsletter_wrapper .newsletter_content .default_btn {
    transition: 0.5s;
    margin-top: 30px;
  }
}

/* Section */
/* Section */
.footer_wrapper {
  margin-top: 100px;
  padding-bottom: 100px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer_wrapper {
    transition: 0.5s;
    margin-top: 60px;
    padding-bottom: 70px;
  }
}
@media all and (max-width: 767px) {
  .footer_wrapper {
    transition: 0.5s;
    margin-top: 30px;
    padding-bottom: 50px;
  }
}
.footer_wrapper .footer_logo_area {
  max-width: 321px;
  width: 100%;
}
.footer_wrapper .footer_logo_area p {
  font-weight: 400;
  font-size: 16px;
  line-height: 165%;
  color: #555555;
}
.footer_wrapper .footer_logo_area,
.footer_wrapper .footer_item {
  margin-top: 30px;
}
.footer_wrapper .social_list {
  gap: 7px 30px;
}
.footer_wrapper .social_list img:hover {
  opacity: 0.8;
}
.footer_wrapper .footer_title {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #1A1A1A;
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer_wrapper .footer_title {
    transition: 0.5s;
    font-size: 22px;
  }
}
@media all and (max-width: 767px) {
  .footer_wrapper .footer_title {
    transition: 0.5s;
    font-size: 20px;
    line-height: 32px;
  }
}
.footer_wrapper .footer_menu_area {
  margin-top: 24px;
}
@media all and (max-width: 767px) {
  .footer_wrapper .footer_menu_area {
    transition: 0.5s;
    margin-top: 15px;
  }
}
.footer_wrapper .footer_menu_list li {
  margin-bottom: 12px;
}
.footer_wrapper .footer_menu_list li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #5A5A5A;
}
.footer_wrapper .footer_menu_list li a:hover {
  opacity: 0.8;
}
