@charset "UTF-8";
/*!
 * Template: DWDS4
 * 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: #5287ca; /*main color*/
  --color-2: #5287ca; /*secondary color*/
  --color-3: #000; /*dark background*/
  --color-4: #eee; /*light background*/
}

a {
  color: var(--color-2);
  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: 75px;
}

.pb {
  padding-bottom: 75px;
}

.ptt {
  padding-top: 60px;
}

.pbb {
  padding-bottom: 60px;
}

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

  .pb {
    padding-bottom: 110px;
  }
  .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;
}

.p-55 {
  padding: 4rem !important;
}

.px-55 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}

.py-55 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.pt-55 {
  padding-top: 4rem !important;
}

.pb-55 {
  padding-bottom: 4rem !important;
}

.ps-55 {
  padding-left: 4rem !important;
}

.pe-55 {
  padding-right: 4rem !important;
}

.m-55 {
  margin: 3.5rem !important;
}

.mx-55 {
  margin-left: 3.5rem !important;
  margin-right: 3.5rem !important;
}

.my-55 {
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important;
}

.mt-55 {
  margin-top: 3.5rem !important;
}

.mb-55 {
  margin-bottom: 3.5rem !important;
}

.ms-55 {
  margin-left: 3.5rem !important;
}

.me-55 {
  margin-right: 3.5rem !important;
}

@media (min-width: 768px) {
  .m-55 {
    margin: 4rem !important;
  }

  .mx-55 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .my-55 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .mt-55 {
    margin-top: 4rem !important;
  }

  .mb-55 {
    margin-bottom: 4rem !important;
  }

  .ms-55 {
    margin-left: 4rem !important;
  }

  .me-55 {
    margin-right: 4rem !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 {
  position: fixed;
  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 var(--color-4);
  border-radius: 50%;
  border-top: 16px solid var(--color-2);
  border-bottom: 16px solid var(--color-2);
  width: 120px;
  height: 120px;
  -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;
  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: #000;
}

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

.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;
}

@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-4 .swiper-slide {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

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

/*-------------------------------------
#. Header 2
---------------------------------------*/

.navbar-brand img {
  height: 42px;
}

/*-------------------------------------
#. Navigation 2
---------------------------------------*/

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

.navigation-2 .navbar-toggler {
  border: none;
  padding-left: 0;
  padding-right: 0;
}

.navigation-2 .navbar-light .navbar-nav .nav-link {
  color: #000;
}

.navigation-2 .navbar-toggler:focus {
  box-shadow: none;
}

@media (min-width: 992px) {
  .navigation-2 .navbar-light .navbar-nav .nav-link {
    padding-right: 35px;
  }
  .navigation-2 .navbar-light .navbar-nav .nav-link::after {
    content: "|";
    padding-left: 35px;
    font-weight: normal;
  }
  .navigation-2 .navbar-light .navbar-nav .nav-link:first-child {
    padding-left: 0;
  }
  .navigation-2
    .navbar-light
    .navbar-nav
    .nav-item:last-child
    .nav-link::after {
    content: none;
  }
  .navigation-2 .navbar-light .navbar-nav .nav-item:last-child .nav-link {
    padding-right: 0;
  }
}

/*-------------------------------------
#. Boxes Style 3 (Testimonials)
---------------------------------------*/

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

.testimonial-icon-top-left .box:before {
  font-family: "FontAwesome";
  content: "\f10d";
  color: var(--color-2);
  position: absolute;
  font-size: 80px;
  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: 80px;
  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 6
---------------------------------------*/

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

.footer-logo {
  width: 250px;
  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.2;
  background-image: url("../images/slider/slider-2.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.footer-above-text {
  background-color: rgba(0, 0, 0, 0.5);
}

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

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

.footer-1 a {
  color: #fff;
}

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

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

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

/*-------------------------------------
#. Boxes Style 5 (Home About)
---------------------------------------*/

.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 10 (Team)
---------------------------------------*/

.boxes-10 .box h3 {
  color: #fff;
}

.boxes-10 .box:hover h3 {
  color: var(--color-2);
}

.boxes-10 .box::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(bottom, #000000 0%, rgba(0, 0, 0, 0) 75%);
  background: linear-gradient(bottom, #000000 0%, rgba(0, 0, 0, 0) 75%);
  background: -webkit-linear-gradient(bottom, #000000 0%, rgba(0, 0, 0, 0) 75%);
}

.boxes-10 .box .card-body {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.boxes-10 .box .card-img-top {
  aspect-ratio: 1;
  object-fit: cover;
}

/*-------------------------------------
#. Box Style 11 (Services)
---------------------------------------*/

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

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

.boxes-11 .box:hover {
  background-color: #f7f7f7;
}

.boxes-11 .box .icon {
  position: relative;
  top: -37px;
}

.boxes-11 .box .icon .fa {
  background-color: var(--color-1);
  border-radius: 5px;
  width: 70px;
  height: 75px;
  line-height: 75px;
}

.boxes-11 .box:hover .icon .fa {
  background-color: var(--color-3);
}

.boxes-11 .box .card:hover .fa {
  color: var(--color-2);
}

/*-------------------------------------
#. Boxes Style 4 (About and Contact)
---------------------------------------*/

.boxes-4 .box:hover .card {
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
}

.boxes-4 .box .card-link::after {
  font-family: "FontAwesome";
  content: "\f138";
  padding-left: 15px;
}

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

/*-------------------------------------
#. Box Style 16 (Home About)
---------------------------------------*/

.boxes-16 .box .card-img-top {
  max-width: 100px;
  max-height: 100px;
  min-height: 100px;
  transition: all 0.3s ease;
}

.boxes-16 .box:hover .card-img-top {
  transform: translateY(10px);
}

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

.boxes-16 .box:hover .fa {
  color: var(--color-2);
}

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

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

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

/*-------------------------------------
#. About Style 1
---------------------------------------*/

/*-------------------------------------
#. Breadcrumb 2
---------------------------------------*/

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

.breadcrumb-left-border {
  border-left: 6px solid var(--color-1);
}

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

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

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

.breadcrumb-2 .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-color: #000;
  opacity: 0.8;
  z-index: -1;
}

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

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

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

.loader::after {
  content: "";
  border: 16px solid var(--color-4);
  border-radius: 50%;
  border-top: 16px solid var(--color-2);
  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);
  }
}

.captcha_refresh_button {
  width: 40px;
  margin-left: 20px;
}
