@charset "UTF-8";
/*!
 * Template: DWDS3
 * Developed by Outweave.com
*/

/*-------------------------------------
#. Defaults
---------------------------------------*/

body {
  font-family: "Poppins", sans-serif;
  line-height: 1.7;
  color: #000000;
  font-weight: 400;
  height: 100%;
  background-color: #ffffff;
}

html,
body {
  scroll-padding-top: 150px; /* height of sticky header */
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

/*-------------------------------------
#. Colors
---------------------------------------*/

:root {
  --color-1: #1380c5;
  --color-2: #ee033b;
  --color-3: #222;
  --color-4: #f7f7f7;
}

a {
  color: var(--color-1);
  text-decoration: none;
}

a:hover {
  color: var(--color-3);
}

.color-1 {
  color: var(--color-1) !important;
}

.bg-color-1 {
  background-color: var(--color-1) !important;
}

.color-2 {
  color: var(--color-2) !important;
}

.bg-color-2 {
  background-color: var(--color-2) !important;
}

.color-3 {
  color: var(--color-3) !important;
}

.bg-color-3 {
  background-color: var(--color-3) !important;
}

.color-4 {
  color: var(--color-4) !important;
}

.bg-color-4 {
  background-color: var(--color-4) !important;
}

.fa {
  color: var(--color-3);
}

/*-------------------------------------
#. Headings
---------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px 0;
}

h1 {
  font-size: 36px;
  line-height: 1.25;
}

h2 {
  font-size: 30px;
  line-height: 1.3;
}

h3 {
  font-size: 22px;
  line-height: 1.4;
}

h4 {
  font-size: 20px;
  line-height: 1.35;
}

h5 {
  font-size: 18px;
  line-height: 1.4;
}

h6 {
  font-size: 16px;
  line-height: 1.45;
}

/*-------------------------------------
#. Additional Spacing
---------------------------------------*/

.pt {
  padding-top: 60px;
}

.pb {
  padding-bottom: 60px;
}

.ptt {
  padding-top: 60px;
}

.pbb {
  padding-bottom: 60px;
}

@media (min-width: 768px) {
  .pt {
    padding-top: 80px;
  }

  .pb {
    padding-bottom: 80px;
  }
  .ptt {
    padding-top: 75px;
  }

  .pbb {
    padding-bottom: 75px;
  }
}

.p-45 {
  padding: 2.25rem !important;
}

.px-45 {
  padding-left: 2.25rem !important;
  padding-right: 2.25rem !important;
}

.py-45 {
  padding-top: 2.25rem !important;
  padding-bottom: 2.25rem !important;
}

.pt-45 {
  padding-top: 2.25rem !important;
}

.pb-45 {
  padding-bottom: 2.25rem !important;
}

.ps-45 {
  padding-left: 2.25rem !important;
}

.pe-45 {
  padding-right: 2.25rem !important;
}

.m-45 {
  margin: 2.25rem !important;
}

.mx-45 {
  margin-left: 2.25rem !important;
  margin-right: 2.25rem !important;
}

.my-45 {
  margin-top: 2.25rem !important;
  margin-bottom: 2.25rem !important;
}

.mt-45 {
  margin-top: 2.25rem !important;
}

.mb-45 {
  margin-bottom: 2.25rem !important;
}

.ms-45 {
  margin-left: 2.25rem !important;
}

.me-45 {
  margin-right: 2.25rem !important;
}

.width-style-1 {
  width: 100%;
}

@media (min-width: 1140px) {
  .width-style-1 {
    width: 80%;
  }
}

.width-style-2 {
  width: 100%;
}

@media (min-width: 1140px) {
  .width-style-2 {
    width: 60%;
  }
}

.fs-18 {
  font-size: 18px;
}

/*-------------------------------------
#. Loader
---------------------------------------*/

.loader {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.9;
  background-color: #fff;
  z-index: 1021;
}

.loader::after {
  content: "";
  border: 16px solid #ccc;
  border-radius: 50%;
  border-top: 16px solid var(--color-1);
  border-bottom: 16px solid var(--color-2);
  width: 100px;
  height: 100px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*-------------------------------------
#. Styles
---------------------------------------*/

.social-list {
  display: flex;
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  flex-wrap: wrap;
}

.social-list li {
  flex: 0 0 35px;
  margin-right: 10px;
  text-align: center;
  height: 35px;
  border-radius: 50%;
  background-color: #fff;
}

.social-list li:last-child {
  margin-right: 0;
}

.social-list li:hover {
  background-color: #ccc;
}

.social-list li a {
  display: flex;
  justify-content: center;
  height: 100%;
  align-items: center;
  text-decoration: none;
}

/*-------------------------------------
#. Transitions Styles
---------------------------------------*/

.zoom-out {
  transition: all 0.5s;
  transform: scale(1);
}

.zoom-out:hover {
  transform: scale(1.1);
}

.scale-rorate {
  transition: all 0.5s;
}

.scale-rorate:hover {
  -webkit-transform: scale(1.2) rotate(5deg);
  transform: scale(1.2) rotate(5deg);
}

.link-hover-strech {
  transition: all 0.5s;
}

.link-hover-strech:hover {
  letter-spacing: 3px;
}

/*-------------------------------------
#. Button Styles 1
---------------------------------------*/

.btn {
  border: none;
  border-radius: 2rem;
  font-weight: bold;
}

.btn::after {
  content: ">";
  padding-left: 15px;
}

.btn-primary {
  background-color: var(--color-2);
}

.btn-primary:hover {
  color: #fff;
  background-color: var(--color-1);
}

.btn-secondary {
  background-color: #fff;
  color: #202020;
}

.btn-secondary:hover {
  color: #fff;
  background-color: var(--color-2);
}

.btn-style-1 {
  padding: 14px 26px;
}

.btn-style-2 {
  padding: 12px 22px;
}

.btn-style-3 {
  padding: 10px 22px;
}

@media (min-width: 768px) {
  .btn-style-1 {
    padding: 18px 34px;
  }
  .btn-style-2 {
    padding: 16px 30px;
  }
  .btn-style-3 {
    padding: 12px 26px;
  }
}

/*-------------------------------------
#. Swiper Slider
---------------------------------------*/

.swiper-wrapper > * {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.swiper-button-next,
.swiper-button-prev {
  background-color: #fff;
  color: #000;
  border-radius: 50%;
  padding: 25px;
  opacity: 0.4;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  opacity: 0.8;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 20px;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 18px;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 18px;
}

.swiper-bottom-padding {
  padding-bottom: 1px; /*Fix to prevent removal of Bottom border - Apply to .swiper class*/
}

.slider .swiper-button-next,
.slider .swiper-button-prev {
  display: none;
}

.slider {
  height: 550px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 768px) {
  .slider {
    height: 650px;
  }
}

@media (min-width: 1400px) {
  .slider {
    height: 750px;
  }
  .slider .swiper-button-next,
  .slider .swiper-button-prev {
    display: flex;
  }
}

.slider-3 .swiper-slide {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.slider-3 .swiper-slide::before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.7;
}

/*-------------------------------------
#. Header 1 with Navigation
---------------------------------------*/

.header-1 {
}

.header-1 .navbar-toggler {
  padding: 0.15rem 0.5rem;
}

.header-1 .navbar-nav .nav-link.active {
  font-weight: bold;
}

.header-1 .navbar-toggler:focus {
  box-shadow: none;
}

.header-1 .navbar-brand img {
  height: 30px;
}

@media (min-width: 768px) {
  .header-1 .navbar-brand img {
    height: 35px;
  }
}

.header-1 .navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 1rem;
  padding-left: 1rem;
  color: #000;
}

@media (min-width: 768px) {
  .header-1 .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 17px;
  }
}

@media (max-width: 992px) {
  .header-1 .navbar-nav .nav-item {
    margin-bottom: 5px;
    background-color: #f4f4f4;
    padding-left: 15px;
  }
  .header-1 .navbar-nav {
    margin-top: 15px;
  }
}

/*-------------------------------------
#. Boxes Style 5
---------------------------------------*/

.boxes-5 .box span {
  display: flex;
  height: 55px;
  min-width: 55px;
  justify-content: center;
  align-items: center;
  flex: 0 0 55px;
  color: #fff;
}

.boxes-5 .box img {
  width: 150px;
  margin: 0 auto 30px auto;
  display: block;
  aspect-ratio: 1;
  object-fit: cover;
}

.boxes-5 .box img + div {
  text-align: center;
}

@media (min-width: 768px) {
  .boxes-5 .box img + div {
    text-align: left;
  }
  .boxes-5 .box {
    display: flex;
    align-items: center;
  }
  .boxes-5 .box img {
    margin-right: 25px;
  }
}

.boxes-5 .box .fa {
  color: #fff;
}

/*-------------------------------------
#. Box Style 7
---------------------------------------*/

.boxes-7 .box {
  border-bottom: 3px solid var(--color-1);
}

.boxes-7 .box:hover {
  border-bottom: 3px solid var(--color-2);
}

.boxes-7 .box:hover {
  background-color: var(--color-4);
}

.boxes-7 .box .card-link {
  font-size: 18px;
}

.boxes-7 .box .fa {
  color: var(--color-1);
}

.boxes-7 .box .card-link::after {
  content: ">>";
  padding-left: 8px;
}

.boxes-7 .box .card:hover .card-link {
  color: var(--color-2);
}

/*-------------------------------------
#. Boxes Style 3
---------------------------------------*/

.boxes-3 .box:hover {
  background-color: var(--color-4);
}

.boxes-3 .box .card-link::after {
  content: ">>";
  padding-left: 10px;
}

.boxes-3 .box:hover .card-link {
  color: var(--color-2);
}

/*-------------------------------------
#. Box Style 1
---------------------------------------*/

.boxes-1 .box:hover {
  background-color: var(--color-4);
}

.boxes-1 .box:hover .card-link {
  color: var(--color-2);
}

/*-------------------------------------
#. Testimonial General Styles
---------------------------------------*/

.testimonial-icon-top-left .box:before {
  font-family: "FontAwesome";
  content: "\f10d";
  color: var(--color-1);
  position: absolute;
  font-size: 100px;
  top: 20px;
  left: 20px;
  opacity: 0.1;
  line-height: 1;
}

.testimonial-icon-bottom-right .box:before {
  font-family: "FontAwesome";
  content: "\f10e";
  color: var(--color-1);
  position: absolute;
  font-size: 100px;
  opacity: 0.1;
  line-height: 1;
  bottom: 20px;
  right: 20px;
}

.star-rating .fa {
  font-size: 25px;
  color: #000;
  padding: 0 2px;
}

.star-rating .fa.checked {
  color: #ffa500;
}

/*-------------------------------------
#. Testimonial Style 1
---------------------------------------*/

.testimonial-1 img {
  width: 100px;
}

/*-------------------------------------
#. CTA 4
---------------------------------------*/

.cta-4 .btn:hover {
  background-color: var(--color-1);
}

/*-------------------------------------
#. Footer General Styles
---------------------------------------*/

.footer-logo {
  width: 200px;
  height: auto;
}

.footer-bg {
  position: relative;
  background-color: var(--color-3);
  z-index: 2;
}

.footer-bg:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.15;
  background-image: url("../images/world-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  z-index: -1;
}

.footer-above-1 .footer-above-text::after {
  content: "";
  display: block;
  border-bottom: 1px solid rgba(200, 200, 200, 0.2);
}

.footer-above-text a {
  color: var(--color-2) !important;
  font-weight: bold;
}

.footer-above-text a:hover {
  color: var(--color-1) !important;
}

.footer-above-2 {
  background-color: rgba(255, 255, 255, 0.1);
}

.footer-below {
  border-top: 1px solid rgba(200, 200, 200, 0.2);
}

@media (min-width: 992px) {
  .footer-below .copyright-text {
    text-align: center;
  }
  .footer-below .social-list {
    justify-content: end;
  }
  .footer-below > div {
    align-self: center;
  }
}

/*-------------------------------------
#. Footer Style 1
---------------------------------------*/

.footer-1 a {
  color: var(--color-4);
}

.footer-1 a:hover {
  color: var(--color-2);
}

.footer-1 .fa {
  color: var(--color-1);
}

.footer-1 .terms a {
  text-decoration: underline;
}

/*-------------------------------------
#. Section Title 4
---------------------------------------*/

.title-4 {
  border-left: 5px solid var(--color-1);
  padding-left: 25px;
}

/*-------------------------------------
#. Breadcrumb 1
---------------------------------------*/

.breadcrumb-1 .breadcrumb-item:first-child a::before {
  font-family: "FontAwesome";
  content: "\f015";
  padding-right: 10px;
}

.breadcrumb-1 .breadcrumb-item.active {
  color: #ccc;
}

/*-------------------------------------
#. Contact Form Style 1
---------------------------------------*/

.contact .alert p {
  margin: 0;
}

.contact-form-1 {
  background: url("../images/contact-form-1-bg.webp");
  background-size: cover;
  background-position: center bottom;
  position: relative;
  z-index: 2;
}

.contact-form-1::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.6;
  z-index: -1;
}

@media (min-width: 992px) {
  .contact-form-1 .container {
    max-width: 960px;
  }
}
