@font-face {
  font-family: biome;
  src: url("../../../../Fuentes/Biome/Biome-bold.ttf") format("truetype");
  font-weight: bold;
  font-style: bold;
}
@font-face {
  font-family: calibril;
  src: url("../../../../Fuentes/Calibri/calibril.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/*		Global Style 		*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: calibril;
  font-weight: bold;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

h1, h2, h3, h4 {
  font-family: biome;
  font-style: normal;
}

p {
  font-family: calibril;
  font-weight: normal;
  font-style: normal;
}

button {
  -webkit-transition: all 0.3s ease-out !important;
  transition: all 0.3s ease-out !important;
}
button:focus {
  box-shadow: none !important;
  outline: none !important;
}

.section-subtitle {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  color: #3b3f5c;
}

h2.section-title {
  font-size: 32px;
  color: #1d1d1d;
  font-weight: 600;
}

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

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

button[role=button]:focus {
  box-shadow: none !important;
  outline: none !important;
}

.header-image {
  background-size: cover;
  background-repeat: no-repeat;
}

.btn-rounded {
  -webkit-border-radius: 1.875rem !important;
  -moz-border-radius: 1.875rem !important;
  -ms-border-radius: 1.875rem !important;
  -o-border-radius: 1.875rem !important;
  border-radius: 1.875rem !important;
}

/*	
	Navbar 
*/
nav.navbar {
  padding: 28px 16px;
  top: -103px;
  transition: top 0.3s;
  position: inherit;
  transition-property: all;
  transition-duration: 1s;
}
nav.navbar .navbar-nav .nav-link:hover {
  opacity: 0.8 !important;
  border-radius: 30px;
  font-weight: 700;
}
nav.navbar .navbar-nav .nav-item .nav-link.active {
  border-radius: 30px;
  font-weight: 700;
}
nav.navbar .navbar-brand h4 {
  color: #fff;
}
nav.navbar button.navbar-toggler span {
  background-image: none;
  vertical-align: middle;
  font-size: 24px;
  height: auto;
  width: auto;
  color: #acb0c3;
}
nav.navbar div ul.navbar-nav li a {
  color: #e12121;
  font-size: 1.1625rem;
  font-weight: 700;
  margin-right: 6px;
}
nav.navbar div form.form-inline button {
  padding: 10px 30px;
  background-color: #e12121;
  border: 2px solid #e12121;
  color: #fff;
  border-radius: 30px;
}
nav.navbar div form.form-inline button:hover {
  opacity: 0.9;
  color: #fff;
}
nav.navbar div form.form-inline button a:hover {
  color: #fff;
}

nav.navbar.scrolling {
  background: #fff;
  box-shadow: 0px 0px 15px 1px rgba(113, 106, 202, 0.2);
  top: 0;
  transition: top 0.3s;
  position: relative !important;
  z-index: 2;
}
nav.navbar.scrolling .navbar-brand h4 {
  color: #ee3d50;
}
nav.navbar.scrolling div ul.navbar-nav li a {
  color: #e12121;
  font-weight: 700;
}
nav.navbar.scrolling div form.form-inline button {
  border: 1px solid #e12121;
  color: #fff;
  font-weight: 500;
}
nav.navbar.scrolling div form.form-inline button:hover {
  opacity: 0.9;
  color: #fff;
}
nav.navbar.scrolling div form.form-inline button a:hover {
  color: #fff;
}

.navbar-brand .text-logo {
  position: relative;
  display: block;
  margin-right: 10px;
  font-family: biome;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
  color: #000;
  text-align: center;
}

nav.navbar.fixed-top.scrolling div form.form-inline button {
  border: 1px solid #e12121;
  color: #fff;
  font-weight: 500;
}
nav.navbar.fixed-top.scrolling div form.form-inline button:hover {
  opacity: 0.9;
  color: #fff;
}
nav.navbar.fixed-top.scrolling div form.form-inline button a:hover {
  color: #fff;
}

/*	
	Header	
*/
#headerWrapper {
  background-image: url(../../../../assets/img/banner-2.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 850px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#headerWrapper .site-header-inner h4 {
  color: #e9ecef;
  line-height: 1.4;
  font-weight: 600;
}
#headerWrapper .site-header-inner h2 {
  color: #e9ecef;
  line-height: 1.4;
  font-size: 42px;
  font-weight: 600;
}
#headerWrapper .site-header-inner p {
  color: #d0c9ff;
  font-size: 18px;
  font-weight: 400;
}
#headerWrapper .site-header-inner button {
  padding: 12px 30px;
  font-size: 22px;
}
#headerWrapper .site-header-inner button:hover {
  background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
}
#headerWrapper .site-header-inner button.btn.btn-primary {
  background-color: #e9ecef;
  border-color: #e9ecef;
  font-weight: 500;
  border-radius: 4px;
  color: #6424c9;
}
#headerWrapper .site-header-inner button.btn.btn-primary:focus {
  box-shadow: 0 0 0 3px rgba(29, 54, 145, 0.5);
}
#headerWrapper .site-header-inner button.btn-outline-secondary {
  color: #fff;
  background-color: transparent;
  background-image: none;
  border-color: #fff;
}
#headerWrapper .site-header-inner button.btn-outline-secondary:focus {
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5);
}

/* 
	Why Choose Us
*/
#whyusWrapper {
  padding: 8.3rem 0 8.3rem 0;
}
#whyusWrapper ul li a {
  background-color: #fff;
  padding: 20px 43px;
  color: #e12121 !important;
  position: relative;
}
#whyusWrapper ul li a i {
  font-size: 34px;
}
#whyusWrapper ul li a h6 {
  font-weight: 600;
  font-size: 17px;
}
#whyusWrapper ul li a p {
  color: #3b3f5c;
  font-size: 13px;
  font-weight: 500;
}
#whyusWrapper ul li a.nav-link.active {
  color: #e12121 !important;
  box-shadow: 0px 0px 20px 10px #ebedf0;
  border-radius: 10px;
}
#whyusWrapper ul li a.nav-link.active .arrow {
  line-height: 0;
  display: inline-block;
  overflow: hidden;
  height: 25px;
  width: 40px;
  position: relative;
  left: 50%;
  margin-left: -20px;
  bottom: -11px;
  position: absolute;
  color: #fff;
}
#whyusWrapper ul li a.nav-link.active .arrow:before {
  content: "\f23c";
  position: relative;
  top: 52%;
  font-size: 40px;
  display: inline-block;
  font-family: flaticon;
  transform: rotate(180deg);
}
#whyusWrapper .tab-content {
  padding: 20px;
  box-shadow: 0px 0px 15px 1px rgba(113, 106, 202, 0.2);
  border-radius: 10px;
}
#whyusWrapper .tab-content img {
  width: 100%;
  max-width: 343px;
}
#whyusWrapper .tab-content h4 {
  font-weight: 500;
  color: #e12121;
}
#whyusWrapper .tab-content p {
  font-size: 15px;
}
#whyusWrapper .tab-content button.btn {
  color: #888ea8;
  padding: 16px 50px;
  background-color: #e12121;
  color: #fff;
}

/* 
	Chkout Features
*/
#chkoutFeaturesWrapper {
  padding: 4.3rem 0 2.3rem 0;
}
#chkoutFeaturesWrapper .chk-out-features {
  padding: 20px 10px;
  border-radius: 10px;
  box-shadow: 0px 0px 5px 1px rgba(113, 106, 202, 0.2);
}
#chkoutFeaturesWrapper .chk-out-features:hover {
  box-shadow: 0px 0px 32px 4px rgba(113, 106, 202, 0.2);
}
#chkoutFeaturesWrapper .chk-out-features i {
  font-size: 50px;
  color: #5247bd;
  background: #dcd7ff;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  line-height: 1.3;
  margin-bottom: 62px !important;
}
#chkoutFeaturesWrapper .chk-out-features h6 {
  font-weight: 500;
  color: #1d1d1d;
  font-size: 17px;
}
#chkoutFeaturesWrapper .chk-out-features p {
  font-size: 14px;
  padding: 0 70px;
  color: #4d4d4d;
}

/* 
	Our Thoughts
*/
#ourThoughtsWrapper {
  padding: 6.3rem 0 2.3rem 0;
}
#ourThoughtsWrapper .site-content-inner {
  color: #000;
}
#ourThoughtsWrapper .site-content-inner h1 {
  font-size: 2.5rem;
  font-weight: 500;
}
#ourThoughtsWrapper .site-content-inner h1.webelive {
  margin-top: 1.25rem;
}
#ourThoughtsWrapper .site-content-inner h1.webelive:before {
  content: "";
  position: absolute;
  width: 41%;
  top: 11%;
  left: 5%;
  height: 1px;
  background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#1d3691), to(#df0266));
  background-image: -webkit-linear-gradient(left, #1d3691, #df0266);
}
#ourThoughtsWrapper .site-content-inner h1.weexpert:before {
  content: "";
  position: absolute;
  width: 25%;
  top: 24%;
  left: 3.5%;
  height: 1px;
  background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#1d3691), to(#df0266));
  background-image: -webkit-linear-gradient(left, #1d3691, #df0266);
}
#ourThoughtsWrapper .site-content-inner p.section-subtitle {
  margin-top: 0;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
}
#ourThoughtsWrapper .site-content-inner p {
  color: #6156ce;
  margin-top: 1.525rem;
  font-size: 15px;
  font-weight: 500;
  color: #888ea8;
  line-height: 1.8;
}
#ourThoughtsWrapper .site-content-inner a.btn.btn-primary {
  margin-top: 3.125rem;
  padding: 12px 22px;
  font-size: 14px;
  border: none;
  background-image: linear-gradient(-20deg, #5247bd 0%, #9977e1 100%);
}
#ourThoughtsWrapper .site-content-inner .btn-primary.focus {
  box-shadow: none;
}
#ourThoughtsWrapper .site-image-inner img {
  width: 100%;
  max-width: 400px;
}

.btn-primary:focus {
  box-shadow: none;
}

/* 
	Service 
*/
#servicesWrapper {
  padding: 4.3rem 0 2.3rem 0;
}
#servicesWrapper .site-content-inner {
  padding-left: 35px;
  padding-right: 35px;
  color: #888ea8;
}
#servicesWrapper .site-content-inner i {
  font-size: 45px;
  font-weight: normal !important;
}
#servicesWrapper .site-content-inner h5 {
  color: #3b3f5c;
}
#servicesWrapper .site-content-inner:hover i {
  color: #6156ce;
  color: #5247bd;
}
#servicesWrapper .site-content-inner p {
  font-size: 15px;
  color: #3b3f5c;
  margin-bottom: 98px;
}
#servicesWrapper .site-content-inner button {
  border: 2px solid #ffffff !important;
  background-image: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #fff !important;
  background-color: transparent;
  box-shadow: none;
  padding: 12px 23px;
  border-radius: 6px;
}
#servicesWrapper .site-content-inner button:hover {
  color: #fff !important;
  background-color: #4f5163;
}

/* 
	Pricing 
*/
#pricingWrapper {
  padding: 8.3rem 0 8.3rem 0;
}

.pricing--tashi .pricing__item:hover {
  border-radius: 10px;
  color: #fff;
  background-image: linear-gradient(-20deg, #2b5876 0%, #4e4376 100%);
  background-image: linear-gradient(-225deg, #3D4E81 0%, #5753C9 48%, #6E7FF3 100%);
}

.pricing {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto 2em;
  margin-top: 90px;
}

.pricing__item {
  position: relative;
  text-align: center;
  -webkit-flex: 0 1 315px;
  flex: 0 1 315px;
}

.pricing__feature-list {
  text-align: left;
}

.pricing__action {
  color: inherit;
  border: none;
  background: none;
}
.pricing__action:focus {
  outline: none;
}

.pricing--landing .pricing__item1 {
  margin: 1em;
  padding: 0em 0 7em 0;
  text-align: left;
  color: #ee3d50;
  background: #fff;
  box-shadow: 0 0 10px rgba(200, 204, 227, 0.23);
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  position: relative;
  text-align: center;
  border: solid 1px #e9ecef;
  -webkit-flex: 0 1 315px;
  flex: 0 1 315px;
  border-radius: 10px;
}
.pricing--landing .pricing__item1 .pricing__action {
  background-image: linear-gradient(-20deg, #5247bd 0%, #9977e1 100%);
  cursor: pointer;
}
.pricing--landing .pricing__item1 .pricing__action:hover {
  background-image: linear-gradient(-20deg, #9977e1 0%, #5247bd 100%);
}
.pricing--landing .pricing__item1 .pricing__action:focus {
  background-image: linear-gradient(-20deg, #9977e1 0%, #5247bd 100%);
}
.pricing--landing .pricing__item1:hover {
  box-shadow: 0px 0px 15px 1px rgba(113, 106, 202, 0.2);
}
.pricing--landing .pricing__item2 .pricing__action {
  background-image: linear-gradient(-20deg, #5247bd 0%, #9977e1 100%);
  cursor: pointer;
}
.pricing--landing .pricing__item2 .pricing__action:hover {
  background-image: linear-gradient(-20deg, #9977e1 0%, #5247bd 100%);
}
.pricing--landing .pricing__item2 .pricing__action:focus {
  background-image: linear-gradient(-20deg, #9977e1 0%, #5247bd 100%);
}
.pricing--landing .pricing__item3 .pricing__action {
  background-image: linear-gradient(-20deg, #5247bd 0%, #9977e1 100%);
  cursor: pointer;
}
.pricing--landing .pricing__item3 .pricing__action:hover {
  background-image: linear-gradient(-20deg, #9977e1 0%, #5247bd 100%);
}
.pricing--landing .pricing__item3 .pricing__action:focus {
  background-image: linear-gradient(-20deg, #9977e1 0%, #5247bd 100%);
}
.pricing--landing .pricing__item:hover {
  border-color: #3862f5;
  box-shadow: 0px 0px 15px 1px rgba(113, 106, 202, 0.2);
}
.pricing--landing .pricing__title {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  text-transform: initial;
  border-bottom: solid 1px #e9ecef;
}
.pricing--landing .pricing__price {
  font-size: 34px;
  font-weight: 500;
  padding: 0.5em 0 0.35em;
  border-top: 1px solid #f1f3f1;
  color: #6156ce;
}
.pricing--landing .pricing__currency {
  font-size: 0.5em;
  vertical-align: super;
}
.pricing--landing .pricing__period {
  font-size: 0.5em;
}
.pricing--landing .pricing__sentence {
  font-weight: 600;
  padding: 0 0 0.5em;
  color: #4d4d4d;
}
.pricing--landing .pricing__feature-list {
  font-size: 14px;
  line-height: 2.5;
  font-style: normal;
  margin: 0;
  padding: 1.25em 0 2.5em;
  list-style: none;
  text-align: center;
  color: #3b3f5c;
  font-weight: 500;
}
.pricing--landing .pricing__feature-list li:nth-child(even) {
  background-color: #f4f4f4;
  padding: 13px 0;
}
.pricing--landing .pricing__feature-list li.pricing__feature-na span {
  text-decoration: line-through;
}
.pricing--landing .pricing__feature-list li.pricing__feature-na i {
  color: #acb0c3;
}
.pricing--landing .pricing__feature-list li.pricing__feature-na:hover {
  color: #e7515a;
}
.pricing--landing .pricing__bottom__section {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
.pricing--landing .pricing__action {
  margin-top: auto;
  padding: 12px 36px;
  color: #fff;
  border-radius: 30px;
  background: #3862f5;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.pricing__item2 {
  margin: 1em;
  padding: 0em 0 7em 0;
  text-align: left;
  color: #ee3d50;
  background: #fff;
  box-shadow: 0 0 10px rgba(200, 204, 227, 0.23);
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  position: relative;
  text-align: center;
  border: solid 1px #e9ecef;
  -webkit-flex: 0 1 315px;
  flex: 0 1 315px;
  border-radius: 10px;
}
.pricing__item2:hover {
  box-shadow: 0px 0px 15px 1px rgba(113, 106, 202, 0.2);
}

.pricing__item3 {
  margin: 1em;
  padding: 0em 0 7em 0;
  text-align: left;
  color: #ee3d50;
  background: #fff;
  box-shadow: 0 0 10px rgba(200, 204, 227, 0.23);
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  position: relative;
  text-align: center;
  border: solid 1px #e9ecef;
  -webkit-flex: 0 1 315px;
  flex: 0 1 315px;
  border-radius: 10px;
}
.pricing__item3:hover {
  box-shadow: 0px 0px 15px 1px rgba(113, 106, 202, 0.2);
}

/*
	Testimonials
*/
#testimonialsWrapper {
  padding: 8.3rem 0 8.3rem 0;
}
#testimonialsWrapper .testimonialsSlideShow {
  position: relative;
  overflow: hidden;
}
#testimonialsWrapper .testimonialsSlideShow .carousel-outer {
  max-width: 680px;
  margin: 0 auto;
}
#testimonialsWrapper .testimonialsSlideShow .owl-stage-outer {
  overflow: visible;
}
#testimonialsWrapper .testimonialsSlideShow .slide-item {
  position: relative;
  opacity: 0.3;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}
#testimonialsWrapper .testimonialsSlideShow .slide-item .inner-box {
  position: relative;
  padding: 60px 50px;
  text-align: center;
  margin: 15px;
  border-radius: 10px;
  background: #ffffff;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}
#testimonialsWrapper .testimonialsSlideShow .slide-item .inner-box:before {
  content: '"';
  top: 20px;
  position: absolute;
  left: 30px;
  font-size: 43px;
  opacity: 0.7;
}
#testimonialsWrapper .testimonialsSlideShow .slide-item .text {
  position: relative;
  font-size: 16px;
  font-style: italic;
  line-height: 1.9em;
  margin-bottom: 30px;
}
#testimonialsWrapper .testimonialsSlideShow .slide-item .info {
  position: relative;
  display: inline-block;
  padding-left: 70px;
  min-height: 52px;
  text-align: left;
  font-size: 15px;
}
#testimonialsWrapper .testimonialsSlideShow .slide-item .info .author-thumb {
  position: absolute;
  left: 0px;
  top: -10px;
  width: 60px;
}
#testimonialsWrapper .testimonialsSlideShow .slide-item .info .author-title {
  line-height: 30px;
  font-size: 20px;
}
#testimonialsWrapper .testimonialsSlideShow .active .slide-item {
  opacity: 1;
}
#testimonialsWrapper .testimonialsSlideShow .active .slide-item .inner-box {
  -webkit-box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.1);
  background: #91301d;
  color: #fff;
}
#testimonialsWrapper .testimonialsSlideShow .owl-dots {
  position: relative;
  padding-top: 70px;
  text-align: center;
}
#testimonialsWrapper .testimonialsSlideShow .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  margin: 0px 8px;
}
#testimonialsWrapper .testimonialsSlideShow .owl-dots .owl-dot span {
  position: relative;
  display: block;
  width: 8px;
  height: 8px;
  background: #6156ce;
  border-radius: 50%;
}
#testimonialsWrapper .testimonialsSlideShow .owl-dots .owl-dot span:before {
  content: "";
  position: absolute;
  left: -4px;
  top: -4px;
  right: -4px;
  bottom: -4px;
  border: 1px solid #ee3d50;
  border-radius: 50%;
  opacity: 0;
}
#testimonialsWrapper .testimonialsSlideShow .owl-dots .owl-dot.active span {
  background: #f43b47;
}
#testimonialsWrapper .testimonialsSlideShow .owl-dots .owl-dot.active span:before {
  opacity: 1;
}
#testimonialsWrapper .owl-carousel .owl-item img {
  border: solid 2px #e9ecef;
  border-radius: 50%;
}

/*
	Latest News
*/
#latestNewsWrapper {
  padding: 8.3rem 0 8.3rem 0;
}
#latestNewsWrapper .card {
  border: none;
  border-radius: 0;
  cursor: pointer;
  border-bottom: 1px solid #e9ecef;
}
#latestNewsWrapper .card:hover {
  border-color: #6156ce;
  color: #6156ce;
}
#latestNewsWrapper .card .card-body {
  color: #000;
}
#latestNewsWrapper .card .card-body .card-title {
  font-size: 19px;
}
#latestNewsWrapper .card .card-body .card-text {
  color: #3b3f5c;
  font-size: 14px;
  line-height: 1.7;
}
#latestNewsWrapper .card .card-body p span.post-category {
  font-weight: 600;
  color: #00d1c1;
  text-transform: uppercase;
  font-size: 12px;
}
#latestNewsWrapper .card .card-body p span.post-meta-info {
  text-transform: uppercase;
  font-size: 12px;
  color: #888ea8;
  font-weight: 500;
}

/*
	Company Wrapper
*/
#companyWrapper {
  padding: 4.25rem 0 4rem 0;
}
#companyWrapper .owl-carousel .owl-item img {
  width: 130px;
  margin: 0 auto;
}

/*
	Subscribe us
*/
#subscribeWrapper {
  padding: 8.3rem 0 8.3rem 0;
}
#subscribeWrapper .subscriber-form {
  position: relative;
  background-image: linear-gradient(120deg, #f6d365 0%, #fda085 100%);
  background-color: #e9b02b;
  background-image: linear-gradient(-60deg, #ff5858 0%, #f09819 100%);
  background-image: linear-gradient(-225deg, #FFE29F 0%, #FFA99F 48%, #FF719A 100%);
  background-image: linear-gradient(to top, #dfe9f3 0%, white 100%);
  background: linear-gradient(to bottom, #323232 0%, #3F3F3F 40%, #1C1C1C 150%), linear-gradient(to top, rgba(255, 255, 255, 0.4) 0%, rgba(0, 0, 0, 0.25) 200%);
  background-blend-mode: multiply;
  padding: 50px 30px;
  border-radius: 10px;
  color: #fff;
}
#subscribeWrapper .site-content-inner {
  margin-top: 0px;
}
#subscribeWrapper .site-content-inner p {
  font-size: 14px;
  color: #e9ecef;
}
#subscribeWrapper .site-content-inner form {
  position: relative;
  width: 75%;
}
#subscribeWrapper .site-content-inner form input {
  padding: 13px 16px;
  color: #d3d3d3;
  border-radius: 30px;
  height: auto;
  border: none;
}
#subscribeWrapper .site-content-inner form button {
  border-radius: 50%;
  position: absolute;
  right: -1px;
  top: -1px;
  display: inline-flex;
  width: 52px;
  height: 52px;
  color: #fff;
  align-items: center;
  justify-content: center;
  background-color: #5431db;
}

/*
	Footer
*/
#footerWrapper {
  background-color: #1d1d1d;
  color: #fff;
  font-weight: 300;
  font-size: 1.125rem;
  padding: 5.25rem 1.25rem 5.25rem 1.25rem;
}
#footerWrapper .container-fluid > .row {
  margin-top: 2.625rem;
}
#footerWrapper .site-content-inner {
  margin-top: 0.875rem;
}
#footerWrapper .site-content-inner p {
  font-size: 15px;
}
#footerWrapper .site-content-inner p span {
  position: relative;
  font-size: 16px;
}
#footerWrapper .site-content-inner p span:before {
  content: "";
  position: absolute;
  width: 33px;
  top: 29px;
  left: 2px;
  height: 1px;
  background-color: #fff;
}
#footerWrapper .site-content-inner h2 {
  font-size: 35px;
  font-weight: 600;
}
#footerWrapper .site-content-inner form input {
  padding: 10px 15px;
  color: #fff;
  font-size: 15px;
  border: none;
  background: none;
  border-bottom: 1px solid #e9ecef;
  border-radius: 0;
  height: auto;
}
#footerWrapper .site-content-inner form input:focus {
  background-color: none;
  color: #fff;
}
#footerWrapper .site-content-inner form input::-webkit-input-placeholder {
  color: #fff;
}
#footerWrapper .site-content-inner form input::-moz-placeholder {
  color: #fff;
}
#footerWrapper .site-content-inner form input:-ms-input-placeholder {
  color: #fff;
}
#footerWrapper .site-content-inner form input:-moz-placeholder {
  color: #fff;
}
#footerWrapper .site-content-inner form button {
  background-color: transparent;
  border: 1px solid #fff;
  padding: 9px 17px;
}
#footerWrapper .site-content-inner form button:hover {
  background-color: #fff;
  color: #6a11cb;
}
#footerWrapper .site-content-inner .form-group textarea {
  padding: 10px 15px;
  color: #fff;
  font-size: 15px;
  resize: none;
  border: none;
  background: none;
  border-bottom: 1px solid #e9ecef;
  border-radius: 0;
}
#footerWrapper .site-content-inner .form-group textarea:focus {
  background-color: none;
  color: #fff;
}
#footerWrapper .site-content-inner .form-group textarea::-webkit-input-placeholder {
  color: #fff;
}
#footerWrapper .site-content-inner .form-group textarea::-moz-placeholder {
  color: #fff;
}
#footerWrapper .site-content-inner .form-group textarea:-ms-input-placeholder {
  color: #fff;
}
#footerWrapper .site-content-inner .form-group textarea:-moz-placeholder {
  color: #fff;
}

.phone-footer {
  text-decoration: none;
  color: #fff;
}
.phone-footer:hover {
  text-decoration: none;
  color: #fff;
}

/*
	Mini Wrapper
*/
#miniFooterWrapper {
  background-color: #e12121;
  color: #fff;
  font-weight: 300;
  font-size: 15px;
  border-top: solid 1px #535353;
  padding: 14px;
}
#miniFooterWrapper .copyright a {
  color: #fff;
  text-decoration: none;
}
#miniFooterWrapper .arrow {
  background-color: #e12121;
  padding: 12px;
  border-radius: 50%;
  border: #323232;
  position: absolute;
  z-index: 2;
  top: -40px;
  width: 3.25rem;
  height: 3.25rem;
  box-shadow: 0px 0px 15px 1px rgba(113, 106, 202, 0.2);
  left: 0;
  right: 0;
  margin: 0 auto;
}
#miniFooterWrapper .arrow:hover {
  cursor: pointer;
}
#miniFooterWrapper .arrow img {
  width: 1.25rem;
  height: 1.25rem;
}

/*      WhatsApp   */
.whatsapp-bubble {
  display: block;
  position: fixed;
  z-index: 10000;
  bottom: 10px;
  right: 10px;
  border-radius: 50px;
  width: 60px;
  height: 60px;
  text-indent: 60px;
  line-height: 60px;
  overflow: hidden;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pjxzdmcgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNjQgNjQ7IiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCA2NCA2NCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojNDI2N0IyO30KCS5zdDF7ZmlsbDp1cmwoI1NWR0lEXzFfKTt9Cgkuc3Qye2ZpbGw6I0ZGRkZGRjt9Cgkuc3Qze2ZpbGw6I0MyMTkxRTt9Cgkuc3Q0e2ZpbGw6IzFEQTFGMzt9Cgkuc3Q1e2ZpbGw6I0ZFRkUwMDt9Cgkuc3Q2e2ZpbGw6IzI1RDM2NjtzdHJva2U6I0ZGRkZGRjtzdHJva2Utd2lkdGg6NTtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9Cgkuc3Q3e2ZpbGw6I0NCMjAyNzt9Cgkuc3Q4e2ZpbGw6IzAwNzdCNTt9Cgkuc3Q5e2ZpbGw6dXJsKCNTVkdJRF8yXyk7fQoJLnN0MTB7ZmlsbDp1cmwoI1NWR0lEXzNfKTt9Cgkuc3QxMXtmaWxsOiNGRjAwNEY7fQoJLnN0MTJ7ZmlsbDojMDBGN0VGO30KCS5zdDEze2ZpbGw6IzUxODFCODt9Cgkuc3QxNHtmaWxsOiMzOTU5NzY7fQoJLnN0MTV7ZmlsbDojRjU4MjIwO30KCS5zdDE2e2ZpbGw6I0U2MTYyRDt9Cgkuc3QxN3tmaWxsOiNGRjk5MzM7fQo8L3N0eWxlPjxnIGlkPSJndWlkbGluZXMiLz48ZyBpZD0iRkIiLz48ZyBpZD0iaWciLz48ZyBpZD0ieXQiLz48ZyBpZD0idHdpdHRlciIvPjxnIGlkPSJzbmFwY2hhdCIvPjxnIGlkPSJXQSI+PGc+PHBhdGggY2xhc3M9InN0NiIgZD0iTTUsNTlsMTItMy4zYzQuMywyLjcsOS41LDQuMywxNSw0LjNjMTUuNSwwLDI4LTEyLjUsMjgtMjhTNDcuNSw0LDMyLDRTNCwxNi41LDQsMzJjMCw1LjUsMS42LDEwLjcsNC4zLDE1ICAgIEw1LDU5eiIvPjxwYXRoIGNsYXNzPSJzdDIiIGQ9Ik00NS45LDM5LjZjLTEuOSw0LTUuNCw0LjUtNS40LDQuNWMtMywwLjYtNi44LTAuNy05LjgtMi4xYy00LjMtMi04LTUuMi0xMC41LTkuM2MtMS4xLTEuOS0yLjEtNC4xLTIuMi02LjIgICAgYzAsMC0wLjQtMy41LDMtNi4zYzAuMy0wLjIsMC42LTAuMywxLTAuM2wxLjUsMGMwLjYsMCwxLjIsMC40LDEuNCwxbDIuMyw1LjZjMC4yLDAuNiwwLjEsMS4yLTAuMywxLjdsLTEuNSwxLjYgICAgYy0wLjUsMC41LTAuNSwxLjItMC4yLDEuOGMwLjEsMC4yLDAuMywwLjUsMC42LDAuOGMxLjgsMi40LDQuMiw0LjIsNi45LDUuNGMwLjQsMC4yLDAuNywwLjMsMSwwLjRjMC43LDAuMiwxLjMtMC4xLDEuNy0wLjYgICAgbDEuMi0xLjhjMC4zLTAuNSwwLjktMC44LDEuNS0wLjdsNiwwLjljMC42LDAuMSwxLjEsMC42LDEuMywxLjJsMC40LDEuNUM0NiwzOC45LDQ2LDM5LjMsNDUuOSwzOS42eiIvPjwvZz48L2c+PGcgaWQ9IlBpbnRlcnJlc3QiLz48ZyBpZD0iTGF5ZXJfOSIvPjxnIGlkPSJMYXllcl8xMCIvPjxnIGlkPSJMYXllcl8xMSIvPjxnIGlkPSJMYXllcl8xMiIvPjxnIGlkPSJMYXllcl8xMyIvPjxnIGlkPSJMYXllcl8xNCIvPjxnIGlkPSJMYXllcl8xNSIvPjxnIGlkPSJMYXllcl8xNiIvPjxnIGlkPSJMYXllcl8xNyIvPjwvc3ZnPg==);
  background-color: #25D366;
  background-size: 36px auto;
  background-position: center;
  background-repeat: no-repeat;
}

button a {
  text-decoration: none;
  list-style: none;
  color: #fff;
}
button a:hover {
  text-decoration: none;
  color: #1C1C1C;
}

.box-captcha {
  display: flex;
  justify-content: center;
  text-align: center;
  transform: scale(0.84);
}

/*      Media Queries   */
@media screen and (-ms-high-contrast: active) {
  #subscribeWrapper .site-content-inner form input {
    padding: 15px 16px;
  }
}
@media (-ms-high-contrast: none) {
  #subscribeWrapper .site-content-inner form input {
    padding: 15px 16px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  #headerWrapper {
    background-image: url(../../../../assets/img/banner-md.webp);
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  #headerWrapper {
    min-height: 1150px;
    background-image: url(../../../../assets/img/banner-md.webp);
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  #headerWrapper {
    background-image: url(../../../../assets/img/banner-sm.webp);
  }
}
@media (max-width: 575px) {
  #subscribeWrapper .site-content-inner form {
    width: 100%;
  }
  #headerWrapper {
    width: auto;
  }
  #headerWrapper.container {
    max-width: 400px;
  }
}
@media (max-width: 376px) {
  #headerWrapper .site-header-inner h2 {
    font-size: 26px;
    line-height: 1.8;
    text-align: center;
  }
  #headerWrapper .site-header-inner button {
    padding: 6px 15px;
    font-size: 12px;
  }
  #headerWrapper .site-header-inner button:hover {
    background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
  }
}
@media (max-width: 376px) {
  #headerWrapper {
    background-image: url(../../../../assets/img/banner-2-sm.webp);
  }
}
@media (max-width: 376px) {
  .navbar-brand img {
    width: 70px;
  }
}
@media (max-width: 376px) {
  #companyWrapper .owl-carousel .owl-item img {
    width: auto;
  }
}
@media (max-width: 776px) {
  .public-1 {
    display: block !important;
  }
}
.public-1 {
  display: flex;
}