@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("fonts/slick.html");
  src: url("fonts/slickd41d.html?#iefix") format("embedded-opentype"), url("fonts/slick-2.html") format("woff"), url("fonts/slick-3.html") format("truetype"), url("fonts/slick-4.html#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

@font-face {
  font-family: SuperWebcomic;
  src: url(fonts/super-webcomic-bros.regular.ttf);
}
@font-face {
  font-family: poppins;
  src: url(fonts/poppins.regular.ttf);
}
html {
  scroll-behavior: smooth;
}

html,
body {
  overflow-x: hidden !important;
}

button,
.button {
  transition: 0.2s ease-in-out;
}

button,
.button:hover {
  filter: brightness(90%);
}

.section {
  padding: 90px 0px 0px;
}

#nav {
  background-color: #000;
}

#header .intro-texts h1 {
  font-size: 40px;
  color: #274e6f;
  font-family: SuperWebcomic;
}
#header .bottom-text {
  font-size: 23px;
  color: #274e6f;
  font-weight: 400;
  font-family: "Poppins";
}
#header .button {
  padding: 5px 40px;
  line-height: 35px;
  color: #ffffff;
  border-radius: 10px;
  background-color: #384d6f;
  border: 1px solid #707070;
}
#header .header-img {
  max-width: 850px;
  height: 440px;
  object-fit: contain;
}
#header img {
  display: block;
  width: 100%;
  height: 100%;
}

#whyUs {
  border: 1px solid #707070;
  background: rgba(255, 255, 255, 0);
  background: linear-gradient(-180deg, #274e6f 0%, #49749a 100%);
}
#whyUs .heading h1 {
  font-size: 40px;
  color: #ffffff;
  font-family: SuperWebcomic;
}
#whyUs .bottom-text p {
  font-size: 26px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Poppins";
}
#whyUs .bottom-para p {
  color: #ffffff;
  font-weight: 400;
  font-family: "Poppins";
}
#works {
  padding: 70px 0px 70px;
}
#works .heading-section h1 {
  font-size: 45px;
  color: #274e6f;
  font-family: SuperWebcomic;
  text-align: center;
}
#works .work-logo img {
  height: 80px;
}
#works .work-heading h1 {
  font-size: 22px;
  margin-bottom: 10px;
  color: #274e6f;
  font-weight: 700;
  font-family: Poppins;
}
#works .work-texts p {
  font-size: 19px;
  color: #274e6f;
  font-weight: 400;
  font-family: Poppins;
  text-align: center;
}

#stories {
  padding: 70px 0px 50px;
  background-image: linear-gradient(180deg, #79130f 0%, #a74f4c 100%);
  border: 1px solid #707070;
}
#stories .box {
  padding: 18px 13px 20px;
  border-radius: 30px;
  filter: drop-shadow(0 0 57px rgba(0, 0, 0, 0.45));
  background-color: #ffffff;
}
#stories .box .box-title h2 {
  font-size: 24px;
  color: #91322f;
  margin: 18px 0px;
  font-weight: 700;
  font-family: Poppins;
  text-align: center;
}
#stories .box .box-img img {
  filter: drop-shadow(0 0 28.5px rgba(0, 0, 0, 0.16));
}
#stories .box .box-texts p {
  color: #477298;
  font-weight: 400;
  font-family: Poppins;
  text-align: center;
}
#stories .heading-section h1 {
  font-size: 45px;
  color: #ffffff;
  font-family: SuperWebcomic;
}
#stories .heading-para p {
  padding: 30px 0px;
  font-size: 20px;
  color: #ffffff;
  font-weight: 400;
  font-family: Poppins;
  text-align: center;
}
#stories .button {
  width: 130px;
  height: 60px;
  line-height: 45px;
  color: #a34a47;
  border-radius: 15px;
  background-color: #eaeaea;
  border: 1px solid #707070;
}
#stories .help {
  padding: 60px 0px;
}
#stories .pseudo_border {
  position: relative;
  display: inline-block;
}
#stories .pseudo_border:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  margin: 10px auto;
  width: 50%;
  height: 3px;
  background: #ffffff;
}

#clients {
  padding: 130px 0px 70px;
  background-image: url(../img/help-back.png);
  background-position: bottom right;
  background-size: contain;
  background-repeat: no-repeat;
}
#clients .slider .card {
  outline: none;
  border: none;
}
#clients .parent,
#clients .image1 {
  position: relative;
  top: 0;
  left: 0;
}
#clients .image2 {
  position: absolute;
  left: 0px;
  bottom: 55px;
}
#clients .cord {
  padding: 47px 20px 35px;
  border-radius: 30px;
  filter: drop-shadow(0 0 57px rgba(0, 0, 0, 0.16));
  background-color: #ffffff;
}
#clients .cord-heading h2 {
  font-size: 23px;
  color: #a34a47;
  font-weight: 700;
  font-family: Poppins;
}
#clients ul {
  list-style: none;
}
#clients ul li {
  margin: 5px 0px;
  font-size: 16px;
  color: #365f83;
  font-weight: 400;
  font-family: Poppins;
}
#clients ul li i {
  font-style: oblique;
  padding-right: 4px;
}

.slider .heading-section h1 {
  font-size: 45px;
  font-family: SuperWebcomic;
  color: #365f83;
}
.slider .pseudo_border {
  position: relative;
  display: inline-block;
}
.slider .pseudo_border:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  margin: 10px auto;
  width: 50%;
  height: 3px;
  background: #365f83;
}

#form {
  padding: 70px 0px 70px;
  background-color: #365f83;
  border: 1px solid #707070;
}
#form .forum {
  background-color: #ffffff;
  border: 1px solid #707070;
}
#form .forum label {
  font-size: 17px;
  color: #365f83;
  font-weight: 700;
  font-family: Poppins;
}
#form .forum span {
  margin-left: 5px;
  color: #365f83;
  font-weight: 500;
  font-family: Poppins;
}
#form .forum .form-control {
  border-radius: 0px !important;
  background-color: #e2e3e4 !important;
}
#form .heading h1 {
  padding: 15px 0px;
  font-size: 40px;
  color: #ffffff;
  font-family: SuperWebcomic;
}
#form .para p {
  font-size: 20px;
  color: #ffffff;
  font-weight: 400;
  font-family: Poppins;
}

footer {
  background-color: #000;
}