/*
** General Styles for HTML tags
*/

* {
  padding: 0;
  margin: 0;
}

html {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: visible;
}

body {
  font-family: 'Nunito', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
  overflow-x: hidden;
  background-color: #ffffff;
  color: #666666;
}

html, body {
  height: 100%;
}

h1, h2, h3, h4, h5, h6 {
  color: #232323;
  font-weight: normal;
  line-height: 1.2;
  font-family: 'Nunito', sans-serif;
  letter-spacing: 0;
  margin: 0;
}

h1,h2,h3,h4 {
  margin-bottom: 15px;
}

h5,h6 {
  margin-bottom: 10px;
}

img {
  border: none;
  outline: none;
  max-width: 100%;
}

a, .btn, button {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  outline: medium none;
}

a img, iframe {
  border: none;
}

p {
  color: #666666;
  line-height: 28px;
  margin: 0 0 15px;
  text-transform: none;
  font-weight: 400;
}

ul {
  margin: 0;
  list-style-type: none;
}

a, a:active, a:focus, a:hover {
  outline: none;
  text-decoration: none;
  color: #232323;
}

a:hover {
  color: #232323;
}

a {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  text-decoration: none;
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
}

 strong {
  font-weight: 900;
}

.btn.active, .btn:active {
  background-image: inherit !important;
}


 .btn:active:focus,
 .btn:active:hover,
 .btn:focus,
 .btn:hover {
  outline: 0;
}

.btn.circle {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.btn.active, .btn:active {
  outline: 0;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
}
/* Default CSS */

/* Default CSS */

.container-full {
  padding: 0 15px;
  margin: auto;
  max-width: 1400px;
}

@media (min-width:576px) {
  .container-full {
    max-width: 540px;
  }
}

@media (min-width:768px) {
  .container-full {
    max-width: 720px;
  }
}

@media (min-width:992px) {
  .container-full {
    max-width: 960px;
  }
}

@media (min-width:1200px) {
  .container-full {
    max-width: 1400px;
    width: 90%;
  }
}

.bg-gray {
  background-color: #f4f7fc;
}

.gradient-bg {
  background-image: linear-gradient(90deg, rgb(233 7 7) 0%, rgb(237 133 133 / 55%) 100%);
  background-color: #eb4343;
}

.text-light h1,
 .text-light h2,
 .text-light h3,
 .text-light h4,
 .text-light h5,
 .text-light h6,
 .text-light p,
 .text-light a {
  color: #ffffff;
}

.default-padding,
.default-padding-top,
.default-padding-bottom {
  position: relative;
  z-index: 1;
}

.default-padding {
  padding-top: 120px;
  padding-bottom: 120px;
}

.default-padding-top {
  padding-top: 120px;
}

.default-padding-bottom {
  padding-bottom: 120px;
}

.default-padding.bottom-less {
  padding-top: 120px;
  padding-bottom: 90px;
}

.default-padding-bottom.bottom-less {
  margin-bottom: -30px;
}

.default-padding-top.bottom-less {
    margin-bottom: -30px;
}

.align-center {
  align-items: center;
}

.btn {
  display: inline-block;
  font-family: 'Nunito', sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 25px;
  text-transform: uppercase;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  letter-spacing: 1px;
  overflow: hidden;
  border-radius: inherit;
}

.btn-md {
  padding: 15px 40px;
}

.btn-sm {
  padding: 10px 35px;
  font-size: 12px;
}

.bg-dark {
  background: #111d30 none repeat scroll 0 0 !important;
}

.bg-gradient {
  background-image: linear-gradient(90deg, rgb(233 7 7) 0%, rgba(250, 181, 181, 0.55)  100%);
  background-color: #eb4343;
}

/* Gradient Button */

.btn-gradient,
.btn-gradient:focus {
  background-image: linear-gradient(90deg, rgb(189, 30, 30) 0%, rgb(235, 67, 67) 100%);
  color: #ffffff !important;
  background-color: #eb4343;
  transition: all 500ms ease;
}

.btn-gradient i {
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 28px;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  font-size: 10px;
  border-radius: 50%;
  margin-left: 5px;
  border: 1px dashed rgba(255, 255, 255, 0.5);
}

.inc-icon i {
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 28px;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  font-size: 10px;
  border-radius: 50%;
  margin-left: 5px;
  border: 1px dashed rgba(255, 255, 255, 0.5);
}

.btn-gradient {
  padding: 15px 40px;
}

.btn-gradient.btn-sm {
  padding: 10px 30px;
}

.btn-gradient:hover {
  background-image: linear-gradient(90deg, rgb(235, 67, 67) 0%, rgb(189, 30, 30) 100%);
  background-color: #eb4343;
}

.btn.btn-transparent.border {
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
}

.btn.btn-transparent.border:hover {
  border: 1px solid rgba(255, 255, 255, 0.5) !important;
  background: rgba(255, 255, 255, 0.07);
  color: #ffffff !important;
}



.overflow-hidden {
  overflow: hidden;
}

button, button:focus {
    border: none !important;
    box-shadow: inherit !important;
    outline: inherit !important;
}

header {
  position: relative;
}

.site-heading h4 {
  text-transform: uppercase;
  font-weight: 800;
  color: #eb4343;
  font-size: 20px;
  position: relative;
  z-index: 1;
  display: inline-block;
}

.site-heading h4::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 10px;
  width: 100%;
  background: #eb4343;
  z-index: -1;
  opacity: 0.1;
}

.site-heading h2 span {
  color: #eb4343;
}

.site-heading p {
  margin: 0;
}

.site-heading h2 {
  display: block;
  font-weight: 700;
  position: relative;
  margin-bottom: 0;
  font-size: 36px;
}

.site-heading h2 span {
  color: #eb4343;
}

.site-heading {
  margin-bottom: 60px;
  overflow: hidden;
  margin-top: -5px;
}

.heading-left {
  margin-bottom: 60px;
}

.heading-left h2 {
  margin: 0;
  font-weight: 700;
  margin-top: -8px;
  font-size: 36px;
}

.heading-left p {
  margin-top: -8px;
  margin-bottom: 25px;
}


/* ===================================
    # Shape
====================================== */

.shape {
  position: relative;
  z-index: 1;
}

.wavesshape-bottom .waveshape {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background-position: center bottom;
}

.wavesshape-bottom .waveshape img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.rectangular-shape::after {
  position: absolute;
  right: 0;
  bottom: 50px;
  content: "";
  height: 600px;
  width: 600px;
  background: #eb4343;
  z-index: -1;
  opacity: 0.08;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  transform: rotate(90deg);
}


/* ==============================================================
     # Bradcrumb
=================================================================== */
.breadcrumb-area {
  padding-top: 165px;
  padding-bottom: 95px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.breadcrumb-area .fixed-bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 50%;
  background-repeat: no-repeat;
  background-position: center left;
  z-index: -1;
  opacity: 0.7;
}

.breadcrumb-area h1 {
  font-weight: 700;
  margin-bottom: 0;
}

/* ==============================================================
     # Topbar Area
=================================================================== */



/* ==============================================================
     # Banner
=================================================================== */
body,
.banner-area,
.banner-area div {
  height: 100%;
}

.banner-area .box-cell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.banner-area .box-table {
  display: table;
  width: 100%;
}

.banner-area .box-cell,
 .banner-area .box-cell div {
  height: auto;
}

.banner-area {
  position: relative;
  overflow: hidden;
}

.banner-area .wavesshape {
  bottom: -2px;
  left: 0;
  position: absolute;
  right: 0;
  top: auto;
  width: 100%;
}

.banner-area .wavesshape.shape {
  bottom: -50px;
  height: auto;
}

.banner-area .content {
  position: relative;
  z-index: 9;
}

.banner-area.wavesshape {
  position: relative;
  z-index: 1;
}

/* Animation delays */
.banner-area .item h1:first-child,
 .banner-area .item h2:first-child,
 .banner-area .item h4:first-child,
 .banner-area .item h5:first-child,
 .banner-area .item h6:first-child {
  animation-delay: .5s;
}

.banner-area .item h1:nth-child(2),
 .banner-area .item h2:nth-child(2),
 .banner-area .item h4:nth-child(2),
 .banner-area .item h5:nth-child(2),
 .banner-area .item h6:nth-child(2) {
  animation-delay: .7s;
}

.banner-area .item p {
  animation-delay: .5s;
}

.banner-area .item ul {
  animation-delay: .6s;
}

.banner-area .item a,
 .banner-area .item button {
  animation-delay: .7s;
}

/* Carousel Fade Effect */
/* Slider Zoom Effect */
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }

  to {
    -webkit-transform: scale(1.2, 1.2);
  }
}

@-moz-keyframes zoom {
  from {
    -moz-transform: scale(1, 1);
  }

  to {
    -moz-transform: scale(1.2, 1.2);
  }
}

@-o-keyframes zoom {
  from {
    -o-transform: scale(1, 1);
  }

  to {
    -o-transform: scale(1.2, 1.2);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }

  to {
    transform: scale(1.2, 1.2);
  }
}


/* Carousel Indicators */

.top-pad-90 {
  padding-top: 90px;
}

/* Content */
.banner-area.rectangular-shape {
  position: relative;
  z-index: 1;
}

.banner-area.rectangular-shape::after {
  position: absolute;
  right: -300px;
  top: 0;
  height: 600px;
  width: 600px;
  background: linear-gradient(90deg, rgb(235, 67, 67) 47%, rgba(255,255,255,1) 100%);
  content: "";
  border-radius: 20px;
  transform: rotate(45deg);
  opacity: 0.06;
}

.banner-area .double-items .thumb img {
  max-width: 100%;
}

.banner-area.bottom-shape .wavesshape {
  bottom: -50px;
}

.banner-area .double-items {
  display: flex;
  align-items: center;
  height: 100%;
  z-index: 1;
}

.banner-area .double-items .thumb {
  padding-left: 35px;
}

.banner-area.text-combo h2 {
  font-size: 60px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 30px;
}

.banner-area .col-lg-10 h2 {
  line-height: 1.1;
}

.banner-area.text-combo h2 span {
  font-size: 36px;
  display: block;
  font-weight: 200;
  margin-bottom: 20px;
}

.banner-area.multi-heading h2 span {
  margin-top: 25px;
  margin-bottom: 15px;
}

.banner-area h2 strong {
  position: relative;
  z-index: 1;
}

.banner-area h2 strong::after {
  position: absolute;
  left: 0;
  bottom: 10px;
  content: "";
  height: 10px;
  width: 100%;
  z-index: -1;
  background: #eb4343;
  opacity: 0.1;
}

.banner-area.text-combo a {
  margin-top: 15px;
}

.banner-area a {
  margin-right: 10px;
}

.banner-area.text-center a,
.banner-area .text-center a {
  margin-right: 5px;
  margin-left: 5px;
}

/* ==============================================================
     # Video Button Play
=================================================================== */

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}


/* ==============================================================
     # About Us
=================================================================== */

.empty-area .heading {
  margin-bottom: 25px;
  margin-top: -5px;
}

.empty-area .heading h4 {
  text-transform: uppercase;
  font-weight: 800;
  color: #eb4343;
  font-size: 20px;
  position: relative;
  z-index: 1;
  display: inline-block;
}

.empty-area .heading h4::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 10px;
  width: 100%;
  background: #eb4343;
  z-index: -1;
  opacity: 0.1;
}

.empty-area .heading h4 i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 60px;
  z-index: -1;
  color: #e7e7e7;
  opacity: 0.8;
}

.empty-area .heading h2 {
  display: block;
  font-weight: 700;
  position: relative;
  margin-bottom: 0;
  font-size: 36px;
}

.empty-area .heading p {
  padding: 0 15%;
}

.empty-area .empty-items .info h2 {
  display: block;
  font-weight: 700;
}

/* ==============================================================
     # Custom FadeInUp Animation
=================================================================== */

@keyframes infiUpDown {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(-35px);
    transform: translateY(-35px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes infiUpDown {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(-35px);
    transform: translateY(-35px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

/* ==============================================================
     # About
=================================================================== */
.about-items .row {
  align-items: center;
}

.about-items .about-content h2 {
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 1.3;
  margin-top: -5px;
}

.about-area .thumb {
  padding-left: 35px;
}

.about-area.bg-gray {
  position: relative;
}

.about-area.bg-gray::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(to bottom, #ffffff, #f4f7fc);
  z-index: 0;
  pointer-events: none;
}

.about-area,
.schedule-area,
.selection-step-area,
.condition-area {
  overflow-wrap: anywhere;
}

/* Companies */
@keyframes rotate-animation {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(360deg);
  }
}


/* Selection List */
.selection-list-area .selection-list-items a,
.selection-list-area .selection-list-items .step-card {
  display: flex;
  padding: 18px 24px;
  border-radius: 8px;
  color: #232323;
  position: relative;
  z-index: 1;
  box-shadow: 0 12px 30px rgba(35, 35, 35, 0.08);
  align-items: center;
  line-height: 24px;
  min-height: 82px;
}

.selection-list-area .selection-list-items a::after,
.selection-list-area .selection-list-items .step-card::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(90deg, rgba(244,247,252,1) 0%, rgba(255,255,255,1) 77%);
  z-index: -1;
  border-radius: 8px;
}

.selection-list-area .selection-list-items .single-item {
  margin-bottom: 30px;
}

.selection-list-area .selection-list-items a i,
.selection-list-area .selection-list-items .step-card i {
  font-size: 25px;
  color: #eb4343;
  border-right: 1px solid #dddddd;
  margin-right: 20px;
  min-width: 45px;
}

.selection-list-area .selection-list-items a span.number-selection,
.selection-list-area .selection-list-items .step-card span.number-selection {
  font-size: 22px;
  color: #eb4343;
  border-right: 1px solid #dddddd;
  margin-right: 20px;
  min-width: 45px;
  font-weight: 800;
  line-height: 32px;
}

/* ==============================================================
     # Schedule
=================================================================== */

.schedule-area .sch-items .item span {
  display: inline-block;
  height: 50px;
  width: 50px;
  line-height: 45px;
  border: 4px solid #eb4343;
  border-radius: 50%;
  font-weight: 800;
  margin-bottom: 30px;
  background: #ffffff;
  color: #232323;
  transition: all 0.35s ease-in-out;
}

.schedule-area .sch-items .single-item .item:hover span {
  background: linear-gradient(90deg, rgb(189, 30, 30) 0%, rgb(235, 67, 67) 100%);
  color: #ffffff;
  border: none;
  line-height: 54px;
  transition: all 0.35s ease-in-out;
}

.schedule-area .sch-items .item .span-active {
  background: linear-gradient(90deg, rgb(189, 30, 30) 0%, rgb(235, 67, 67) 100%);
  color: #ffffff;
  border: none;
  line-height: 54px;
  transition: all 0.35s ease-in-out;
}

.schedule-area .sch-items {
  position: relative;
  z-index: 1;
}

.schedule-area .sch-items::after {
  position: absolute;
  left: 0;
  top: 25px;
  content: "";
  height: 1px;
  width: 100%;
  border-bottom: 2px dashed #e7e7e7;
  z-index: -1;
}

.schedule-area .sch-items .item h4 {
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: capitalize;
  font-size: 20px;
}

.schedule-area .sch-items .item p {
  margin-bottom: -5px;
  font-size: 14px;
  font-weight: 600;
}

/* ==============================================================
     # Start Condition
=================================================================== */
.condition-area .fixed-bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  opacity: 0.6;
  background-size: contain;
}

.condition-area .info h2 {
  font-weight: 700;
  line-height: 1.3;
  margin-top: -5px;
  margin-bottom: 30px;
}

.condition-area .info a {
  margin-top: 20px;
}

.condition-area .thumb {
  padding-left: 35px;
}

.condition-area .thumb img {
  max-width: 140%;
}

.condition-cards .row {
  gap: 24px;
}

.condition-card {
  background: #ffffff;
  border-top: 4px solid #0b006d;
  border-radius: 8px;
  box-shadow: 0 15px 45px rgba(82, 0, 0, 0.15);
  color: #232323;
  padding: 28px;
}

.condition-card h4 {
  color: #232323;
  font-weight: 800;
  margin-bottom: 18px;
  text-align: center;
}

.condition-card ul {
  list-style: none;
  margin: 0;
}

.condition-card li {
  color: #444444;
  line-height: 1.6;
  margin-bottom: 12px;
  padding-left: 28px;
  position: relative;
}

.condition-card li::before {
  background: linear-gradient(90deg, rgb(189, 30, 30) 0%, rgb(235, 67, 67) 100%);
  border-radius: 50%;
  color: #ffffff;
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-size: 10px;
  font-weight: 900;
  height: 18px;
  left: 0;
  line-height: 18px;
  position: absolute;
  text-align: center;
  top: 4px;
  width: 18px;
}

.condition-card li:last-child {
  margin-bottom: 0;
}


/* ==============================================================
     # Contact
=================================================================== */
.contact-area .left-item .info-items .item {
  display: flex;
  margin-bottom: 35px;
  border-bottom: 1px dashed #dddddd;
  padding-bottom: 30px;
}

.contact-area .left-item .info-items .item .info {
  padding-left: 20px;
}

.contact-area .left-item .info-items .item .icon i {
  display: inline-block;
  font-size: 40px;
  background: linear-gradient(90deg, rgb(189, 30, 30) 0%, rgb(235, 67, 67) 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.contact-area .left-item .info-items .item:last-child {
  margin-bottom: 0;
  padding: 0;
  border: none;
}

.contact-area .left-item .info-items {
  padding: 50px 37px;
  box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
  position: relative;
  display: block;
  background: #ffffff;
}

.contact-area .left-item .info-items::before {
  position: absolute;
  right: -15px;
  top: 15px;
  height: 100%;
  width: 100%;
  content: "";
  background: #ffffff;
  z-index: -1;
  box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
}

.contact-area .right-item {
  padding-left: 50px;
}

.contact-area .left-item .info-items .item .info h4,
.contact-area .left-item .info-items .item .info h5 {
  text-transform: capitalize;
  font-weight: 800;
}

.contact-area .left-item .info-items .item .info p {
  margin-bottom: 0;
}

.contact-area .right-item h2 {
  font-weight: 800;
}


/* Google Maps */

.google-maps iframe {
  border: medium none;
  height: 550px;
  margin-bottom: -10px;
  width: 100%;
}

.maps-area {
  overflow: hidden;
}


/* ==============================================================
     # Footer
=================================================================== */

footer {
  position: relative;
  z-index: 1;
}

footer .footer-shape {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background-repeat: no-repeat;
  background-position: center bottom;
  opacity: 0.05;
}

footer.bg-dark .footer-shape {
  opacity: 0.03;
}

footer .widget-title {
  font-weight: 700;
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

footer .widget-title::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 10px;
  width: 100%;
  background: #f4f7fc;
  z-index: -1;
}

footer.bg-dark .widget-title::after {
  display: none;
}

footer .f-item > img {
  margin-bottom: 30px;
}

footer .f-items .f-item.link li {
  display: block;
  margin-bottom: 18px;
}

footer .f-items .f-item.link li a {
  display: inline-block;
  color: #666666;
  font-weight: 600;
}

footer.bg-dark .f-items .f-item.link li a {
  color: #cccccc;
}

footer.bg-dark p {
  color: #cccccc;
}

footer .f-items .f-item.link li a:hover {
  color: #eb4343;
}

footer .f-items .f-item.link li:last-child {
  margin-bottom: 0;
}

footer .f-items .f-item.contact li {
  margin-bottom: 10px;
}

footer.bg-dark .f-items .f-item.contact li {
  color: #cccccc;
}

footer .f-items .f-item.contact li:last-child {
  margin-bottom: 0;
}

footer .f-items .f-item .address {
  margin-top: 20px;
}

footer .f-items .f-item .social {
  margin-top: 25px;
}

footer .f-items .f-item .social li {
  display: inline-block;
  margin-right: 7px;
  margin-bottom: 0;
}

footer .f-items .f-item .social li a {
  display: inline-block;
  height: 37px;
  width: 37px;
  line-height: 40px;
  text-align: center;
  color: #ffffff;
  border-radius: 5px;
  font-size: 14px;
}

footer .f-items .f-item .social li.whatsapp a {
  background: #25d366 none repeat scroll 0 0;
}

footer .f-items .f-item .social li.instagram a {
  background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
}

footer .f-items .f-item .social li.facebook a {
  background: #3b5998 none repeat scroll 0 0;
}


/* Footer Bottom */
footer .footer-bottom {
  padding-bottom: 50px;
}

footer .footer-bottom ul li {
  display: inline-block;
  margin-left: 15px;
}

footer .footer-bottom ul li a:hover {
  color: #eb4343;
}

footer .footer-bottom p {
  margin: 0;
}

footer .footer-bottom p a {
  color: #eb4343;
  font-weight: 700;
  text-decoration: underline;
}


/* ==============================================================
     # Preloader
=================================================================== */

.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: url(assets/img/loader.webp) center no-repeat #ffffff;
  background-size: clamp(96px, 26vw, 160px) auto;
  text-align: center;
}

@media (max-width: 575px) {
  .se-pre-con {
    background-size: clamp(88px, 34vw, 132px) auto;
  }
}
