/*
    Template Name    : Otako - Business Landing Page Template
    Author           : AvailableCoder
    Version          : 1.0
    Created          : 2021
    File Description : Main css file of the template
*/

/* -------------------- Table of Content -------------------- */
/* 
    1 => Components && Globals Styles
    2 => Header Styles
    3 => Home section Styles
    4 => About section Styles
    5 => Services section Styles
    6 => Work section Styles
    7 => Projects section Styles
    8 => New Project section Styles
    9 => Pricing section Styles
    10 => Testimonials section Styles
    11 => Partners section Styles
    12 => Team section Styles
    13 => Blog section Styles
    14 => FAQ section Styles
    15 => Contact section Styles
    16 => footer Styles
    17 => scroll-top && preloader
*/

/* Start Variables */
:root {
  --main-color-1: #005092;
  --main-color-2: #bbc2c6;
  --sec-color: #130f40;
}
/* End Variables */

/* Start components */
.section-padding {
  padding-top: 40px;
  padding-bottom: 20px;
}
.main-btn {
  padding: 10px 30px;
  background: linear-gradient(
    to left,
    var(--main-color-1),
    var(--main-color-2)
  );
  color: #fff;
  border-radius: 10px;
  font-size: 18px;
}
.main-btn:hover {
  background: linear-gradient(
    to right,
    var(--main-color-1),
    var(--main-color-2)
  );
  color: #fefefe;
}
.main-heading h2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: -ms-fit-content;
  width: -o-fit-content;
  width: fit-content;
  /* background: linear-gradient(to right,var(--main-color-1),var(--main-color-2)); */
  background-color: var(--main-color-1);
  -webkit-background-clip: text;
  padding-left: 5px;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Gill Sans", sans-serif;
  font-weight: 700;
  font-size: 45px;
}
.main-heading {
  margin-bottom: 20px;
}
.main-heading p {
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1.7;
  color: var(--main-color-1);
  max-width: 1150px;
  margin: auto;
  font-family: "Gill Sans", sans-serif;
}
/* End Components */

/* Start Global */
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
}
body {
  position: relative;
  font-family: "Frutiger LT", sans-serif;
  overflow-x: hidden;
  padding-top: 80px;
}
.respond-message {
  display: none;
  position: fixed;
  bottom: 10px;
  left: 10px;
  padding: 8px 16px;
  color: #fff;
  background-color: var(--sec-color);
  border-radius: 10px;
  z-index: 999;
}
/* End Global */

/* Start Components */

/* End Components */

/* Start Header */
header {
  position: fixed;
  top: 0;
  left: 0;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  width: 100%;
  z-index: 1000;
  transition: padding 0.5s ease-out;
}
.header-sliding {
  padding: 10px 0;
}
nav {
  background-color: #fff !important;
  padding: 5px 0 !important;
  font-size: 20px;
}

.navbar-Logo {
  height: auto;
  width: 50%;
}

header .menu-toggle-btn {
  position: relative;
  width: 50px;
  height: 40px;
  padding: 0;
  background-color: none;
  border: none;
}
header .menu-toggle-btn:focus {
  box-shadow: none;
}
header .menu-toggle-btn span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  border-radius: 50px;
  background-color: #000;
  transition: transform 0.4s ease-out;
}
header .menu-toggle-btn.collapsed span:nth-child(1) {
  top: 5px;
}
header .menu-toggle-btn.collapsed span:nth-child(2) {
  top: calc(50% - 1px);
}
header .menu-toggle-btn.collapsed span:nth-child(3) {
  top: calc(100% - 7px);
}
header .menu-toggle-btn:not(.collapsed) span:nth-child(1) {
  top: calc(50% - 1px);
  transform: rotate(45deg);
}
header .menu-toggle-btn:not(.collapsed) span:nth-child(2) {
  opacity: 0;
}
header .menu-toggle-btn:not(.collapsed) span:nth-child(3) {
  top: calc(50% - 1px);
  transform: rotate(-45deg);
}
header nav ul li a.nav-link {
  position: relative;
  color: #111;
}
header nav ul li a.nav-link:hover {
  color: #111;
}
header nav ul li a.nav-link.active {
  color: var(--main-color-1);
}
header nav ul li a.nav-link:before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--main-color-2);
  transform: scaleX(0);
  transition: 0.3s ease-in;
}
header nav ul li a.nav-link:hover::before {
  bottom: 5px;
  transform: scaleX(0.8);
}
header nav ul li a.nav-link.active::before {
  bottom: 5px;
  transform: scaleX(0.8);
}
/* End Header */

/* Start Home */
.start-video-container {
  position: relative;
}

.start-video {
  width: 100% !important;
  height: auto !important;
  position: relative;
  z-index: 0;
  filter: brightness(0.5);
}

.overlay-video {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  z-index: 1;
  /* background: red; */
  padding: 10px;
  color: white;
  border-radius: 7px;
  /* background-color: rgba(0, 0, 0, 0.5); */
}

.home {
  /* width: 100%;
    height: 100vh;
    min-height: 500px; */
}
.home-slider {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.home-slider .swiper-slide {
  position: relative;
  text-align: center;
  font-size: 18px;
}

.home-slider .swiper-slide video {
  height: 100%;
  width: auto;
}

.home-slider .swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.home-slider .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.home-slider .swiper-slide .text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  min-width: 300px;
  transform: translate(-50%, -50%);
  color: #fff;
  z-index: 3;
}
.home-slider .parallax-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 130%;
  height: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}
.home-slider .swiper-slide h1 {
  padding: 10px 0;
  background: linear-gradient(
    45deg,
    var(--main-color-1) 50%,
    var(--main-color-2) 50%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Frutiger LT", sans-serif;
  font-weight: 900;
}
.home-slider .swiper-slide p {
  font-size: 20px;
  color: #fff;
  padding: 10px 0;
}
.home-slider .swiper-slide .home-links {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
}
.home-slider .swiper-slide .home-links a {
  margin: 0 10px;
}
.home-slider .swiper-pagination .swiper-pagination-bullet {
  background-color: #fff !important;
}
.home-slider .swiper-button-prev {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.5);
  color: #000;
  font-weight: 900;
  border-radius: 50%;
}
.home-slider .swiper-button-prev::after {
  font-size: 30px;
}
.home-slider .swiper-button-next {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.5);
  color: #000;
  font-weight: 900;
  border-radius: 50%;
}
.home-slider .swiper-button-next::after {
  font-size: 30px;
}
.home-slider .swiper-button-prev:hover::after,
.home-slider .swiper-button-next:hover::after {
  color: var(--main-color-2);
}
/* End Home */

/* Start About */
.about {
  background-color: var(--main-color-1);
}

.about h2 {
  background-color: white;
}

.about p {
  color: white;
}

.about .container > div {
  flex-basis: calc(50% - 10px);
}
.about .container .video-area img {
  top: 0;
  display: block;
  width: 100%;
  margin: 10px auto;
  filter: grayscale(0.5);
  border-radius: 10px;
}
.about .container .video-area .start-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about .container .video-area .start-video::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 50%;
  animation: about-video 1.5s ease-in infinite;
}
@keyframes about-video {
  from {
    transform: translate(-50%, -50%) scale(0);
    opacity: 1;
  }
  to {
    transform: translate(-50%, -50%) scale(6);
    opacity: 0;
  }
}
.about .container .video-area .start-video i {
  position: absolute;
  top: 50%;
  left: calc(50% + 2.5px);
  transform: translate(-50%, -50%);
  font-size: 22px;
  color: var(--main-color-1);
}
.about .container .video-area .start-video:hover i {
  color: var(--main-color-2);
}
.about .container .about-content .merits {
  padding: 10px;
}
.about .container .about-content .merits p {
  position: relative;
  font-size: 18px;
  font-weight: 400;
  color: white;
  padding-left: 30px;
  margin: 10px 0;
  line-height: 1.8;
}
.about .container .about-content .merits p::before {
  content: "\f0a4";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  /* top: 50%; */
  left: 0;
  /* transform: translateY(-50%); */
  color: white;
  font-size: 20px;
}
/* End About */

.section-padding-logo {
  padding-top: 40px;
  padding-bottom: 20px;
}
/* Start Services */
.services > span {
  position: absolute;
  width: 100px;
  height: 100px;
  background: linear-gradient(
    to left,
    var(--main-color-1),
    var(--main-color-2)
  );
  border-radius: 50%;
  opacity: 0.5;
}
.services > span:nth-child(1) {
  top: 100px;
  left: 60px;
}
.services .serv-field .serv-cont {
  text-align: center;
  border-radius: 10px;
  box-shadow: 5px 5px 5px 1px rgba(136, 136, 136, 0.25);
  border-right: 1px solid transparent;
  border-bottom: 1px solid transparent;
  z-index: 1;
  transition: 0.6s ease-out;
  margin-top: 30px;
  overflow: hidden;
  max-height: 300px;
  height: 100%;
}

.videoModal {
  width: 100%;
  height: 500px;
}

.services .serv-field .serv-cont img {
  border-radius: 10px;
  box-shadow: 5px 5px 5px 1px rgb(136 136 136 / 25%);
  height: 100%;
  transform: translate(0px, -200px);
  filter: contrast(100%) brightness(30%);
}

.services .serv-field .translate-normal img {
  border-radius: 10px;
  box-shadow: 5px 5px 5px 1px rgb(136 136 136 / 25%);
  width: 100%;
  transform: translate(0px, -170px);
  height: auto;
  filter: contrast(100%) brightness(30%);
}

.services .serv-field .no-translate img {
  border-radius: 10px;
  box-shadow: 5px 5px 5px 1px rgb(136 136 136 / 25%);
  height: 100%;
  width: 100%;
  transform: translate(0px, 0px);
  filter: contrast(100%) brightness(30%);
}

.services .serv-field .serv-cont h3 {
  font-size: 28px;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.services .serv-field .serv-cont:hover {
  box-shadow: 1px 1px 5px 1px rgba(136, 136, 136, 0.25);
  border-right: 1px solid var(--sec-color);
  border-bottom: 1px solid var(--sec-color);
  margin-top: 15px;
}
.services .serv-field .serv-cont span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 200px;
  font-weight: 700;
  color: #eee;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  z-index: -1;
}
.services .serv-field .serv-cont .head i {
  color: var(--main-color-2);
  font-size: 35px;
}
.services .serv-field .serv-cont .head h3 {
  font-size: 30px;
  color: var(--main-color-1);
}
.services .serv-field .serv-cont .mb-0 p {
  font-size: 21px;
  color: white;
  line-height: 1;
  width: 380px;
  max-width: 85vw;
}
/* End Services */

/* Start Work */
.work .work-field .feat .counter-area {
  position: relative;
  padding: 40px;
  background-color: var(--sec-color);
  z-index: 1;
}
.work .work-field .feat .counter-area canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.work .work-field .feat .counter-area .counter span.odometer {
  font-size: 100px;
  font-weight: 500;
  color: #fff;
}
.work .work-field .feat .counter-area .counter span.symbol {
  font-size: 75px;
  font-weight: 100;
  display: flex;
  align-items: center;
  color: var(--main-color-1);
  margin-left: 10px;
}
.work .work-field .feat .counter-area .counter h4 {
  font-size: 40px;
  color: var(--main-color-2);
  margin-top: -30px;
}
.work .work-field .feat .counter-area p.work-desc {
  text-align: center;
  color: #eee;
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 25px;
}
.work .work-field .feat .image {
  position: relative;
  overflow: hidden;
}
.work .work-field .feat .image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.25);
  transform: skewX(-15deg);
  transition: 0.75s ease-in-out;
  opacity: 0;
}
.work .work-field .feat .image:hover::after {
  left: 100%;
  opacity: 1;
}
.work .work-field .feat .image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
}
.work .work-field .feat .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
/* End Work */

/* Start Projects */
.projects {
  background-color: var(--main-color-1);
}

.rse p {
  color: white;
  text-align: left;
  margin: 0;
}

.projects p {
  color: white;
}

.projects .apptitle {
  color: white;
  font-size: 36px;
  font-weight: bold;
  max-width: 900px !important;
}

.projects .subtitle {
  color: white;
  font-size: 30px;
  font-weight: 600;
  max-width: 900px !important;
}

.about .container .main-heading {
  padding: 10px;
}
.projects .container .main-heading .num {
  position: relative;
  font-size: 18px;
  font-weight: 400;
  color: white;
  padding-left: 30px;
  line-height: 1.8;
  display: flex;
}

.projects .container .main-heading .rse {
  margin: 12px 0px 12px 0px;
}

.projects .container .main-heading .num::before {
  content: "\f0a4";
  /* position: absolute; */
  padding-right: 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  /* top: 50%; */
  left: 0;
  /* transform: translateY(-50%); */
  color: white;
  font-size: 20px;
}

.projects .prog-filter {
  padding: 10px 0;
}
.projects .prog-filter ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding-left: 0;
}
.projects .prog-filter ul li {
  padding: 5px 15px;
  color: var(--sec-color);
  border-radius: 30px;
  border: 2px solid var(--sec-color);
  margin: 10px;
  cursor: pointer;
}
.projects .prog-filter ul li:hover {
  background-color: var(--main-color-2);
  border-color: var(--main-color-2);
  color: #fff;
}
.projects .prog-filter ul li.active {
  background-color: var(--main-color-1);
  border-color: var(--main-color-1);
  color: #fff;
}
.projects .projects-field .prog-cont {
  border-radius: 15px;
  overflow: hidden;
}
.projects .projects-field .prog-cont .prog-desc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
  transition: 0.3s ease;
}
.projects .projects-field .prog-cont:hover .prog-desc {
  height: 100%;
}
.projects .projects-field .prog-cont .prog-desc h4 {
  font-size: 30px;
  font-weight: 400;
  margin-right: 100px;
  color: #eee;
  opacity: 0;
  transition: 0.3s ease;
}
.projects .projects-field .prog-cont:hover .prog-desc h4 {
  opacity: 1;
  margin-right: 0;
  transition-delay: 0.3s;
}
.projects .projects-field .prog-cont .prog-desc p {
  font-size: 20px;
  font-weight: 600;
  color: var(--main-color-2);
  margin-left: 100px;
  opacity: 0;
  transition: 0.3s ease;
}
.projects .projects-field .prog-cont:hover .prog-desc p {
  opacity: 1;
  margin-left: 0;
  transition-delay: 0.3s;
}
.projects .projects-field .prog-cont .prog-desc i {
  position: absolute;
  bottom: 0;
  right: -50px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  color: #fff;
  background-color: var(--main-color-1);
  font-size: 30px;
  border-top-left-radius: 50%;
  transition: 0.3s ease;
}
.projects .projects-field .prog-cont:hover .prog-desc i {
  right: 0;
  transition-delay: 0.5s;
}
/* image gallery */
.fancybox__backdrop::after {
  content: "";
  position: absolute;
  width: 10%;
  height: 10%;
  filter: blur(2px);
  left: 50%;
  top: 50%;
  transform: scale(11);
  opacity: 0.3;
  background-image: var(--bg-image);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.fancybox__container {
  --fancybox-bg: #000;
  --fancybox-thumbs-width: 48px;
  --fancybox-thumbs-ratio: 1;
  --carousel-button-bg: rgb(91 78 76 / 74%);
  --carousel-button-svg-width: 24px;
  --carousel-button-svg-height: 24px;
  --carousel-button-svg-stroke-width: 2.5;
}
.fancybox__nav {
  --carousel-button-svg-width: 24px;
  --carousel-button-svg-height: 24px;
}
.fancybox__nav .carousel__button.is-prev {
  left: 20px;
}
.fancybox__nav .carousel__button.is-next {
  right: 20px;
}
.carousel__button.is-close {
  right: auto;
  top: 20px;
  left: 20px;
}
.fancybox__slide {
  padding: 8px 88px;
}
/* Thumbnails */
.fancybox__thumbs .carousel__slide {
  padding: 8px 8px 16px 8px;
}
.is-nav-selected::after {
  display: none;
}
.fancybox__thumb {
  border-radius: 6px;
  opacity: 0.4;
}
.fancybox__thumb:hover,
.is-nav-selected .fancybox__thumb {
  border-radius: 6px;
  opacity: 1;
}
.is-nav-selected .fancybox__thumb::after {
  display: none;
}
/* ---- */
/* End Projects */

/* Start New */
.new {
  position: relative;
  background: url(../images/home_slider/DSC_4674.jpg);
  background-size: cover;
  background-attachment: fixed;
}
.overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.new .container {
  position: relative;
}
.new .container h3 {
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  font-family: "Gill Sans", sans-serif;
}
.new .container p {
  color: #fcfcfc;
  line-height: 1.7;
  font-size: 20px;
}
.new .container a {
  padding: 10px 20px;
  background-color: var(--main-color-1);
  color: var(--main-color-2);
  transition: 0.2s ease-in;
  font-size: 20px;
  font-weight: 600;
  border-radius: 30px;
}
.new .container a:hover {
  background-color: var(--main-color-2);
  color: var(--main-color-1);
}
/* End New */

/* Start Pricing */
.row.equal {
  color: black;
  display: flex;
  flex-wrap: wrap;
}

.pricing .pricing-area .plan {
  box-shadow: 0px 0px 10px 1px #777;
  border-radius: 15px;
  overflow: hidden;
  height: 100%;
}
.pricing .pricing-area .plan h4.type {
  position: relative;
  background-color: var(--main-color-1);
  color: #fff;
  padding: 10px 0;
  text-align: center;
}
.pricing .pricing-area .plan h4.type::before {
  content: "";
  position: absolute;
  top: -7.5px;
  left: -25px;
  height: 100%;
  width: 25px;
  background-color: var(--main-color-1);
  transform: skewY(30deg);
  opacity: 0.8;
}
.pricing .pricing-area .plan h4.type::after {
  content: "";
  position: absolute;
  top: -7.5px;
  right: -25px;
  height: 100%;
  width: 25px;
  background-color: var(--main-color-1);
  transform: skewY(-30deg);
  opacity: 0.8;
}
.pricing .pricing-area .plan .price {
  display: flex;
  justify-content: center;
  align-items: center;
  /* border-bottom: 1px solid var(--main-color-2); */
  padding: 15px;
}
.pricing .pricing-area .plan .price span.dollar-sign {
  margin-top: -40px;
  margin-right: 5px;
  font-size: 25px;
}
.pricing .pricing-area .plan .price span.value {
  font-size: 75px;
}
.pricing .pricing-area .plan .price span.timing {
  margin-top: 30px;
  font-size: 22px;
}
.pricing .pricing-area .plan .plan-feat ul {
  padding-left: 5px;
  padding-top: 10px;
}
.pricing .pricing-area .plan .plan-feat ul li {
  position: relative;
  margin: 10px 0;
  padding-left: 30px;
  font-weight: 400;
}
.pricing .pricing-area .plan .plan-feat ul li::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  position: absolute;
  left: 0;
}
.pricing .pricing-area .plan .plan-feat ul li.allowed {
  color: #000;
  font-size: 20px;
}
.pricing .pricing-area .plan .plan-feat ul li.notallowed {
  color: #555;
}
.pricing .pricing-area .plan .plan-feat ul li.allowed::before {
  content: "\f058";
  color: #198754;
}
.pricing .pricing-area .plan .plan-feat ul li.notallowed::before {
  content: "\f057";
  color: #dc3545;
}
.pricing .pricing-area .plan .pricing-btn a {
  padding: 10px 25px;
  font-size: 20px;
  font-weight: 600;
  color: var(--main-color-2);
  background-color: var(--sec-color);
  border-radius: 10px;
  transition: 0.4s ease-in;
}
.pricing .pricing-area .plan .pricing-btn a:hover {
  color: var(--main-color-1);
}
.pricing .pricing-area .plan.unique-plan {
  background-color: var(--sec-color);
}
.pricing .pricing-area .plan.unique-plan {
  color: #fff;
}
.pricing .pricing-area .plan.unique-plan .plan-feat ul li.allowed {
  color: #fff;
}
.pricing .pricing-area .plan.unique-plan .plan-feat ul li.notallowed {
  color: #ccc;
}
.pricing .pricing-area .plan.unique-plan .pricing-btn a {
  background-color: var(--main-color-2);
  color: var(--sec-color);
}
.pricing .pricing-area .plan.unique-plan .pricing-btn a:hover {
  color: var(--main-color-1);
}
/* End Pricing */

/* Start Testimonials */
.review-slider {
  position: relative;
  width: 100%;
  max-width: 800px;
  padding-bottom: 30px;
  overflow: hidden;
}
.review-slider .swiper-slide .content {
  padding: 25px;
  background-color: #fff;
  margin-top: 20px;
}
.review-slider .swiper-slide .content .review-text {
  position: relative;
  height: 100px;
  justify-content: center;
  display: flex;
}
.review-slider .swiper-slide .content q {
  display: block;
  position: relative;
  text-align: start;
  padding: 20px;
  border: 2px solid var(--sec-color);
  background-color: transparent;
  z-index: 1;
}
.review-slider .swiper-slide .content q::before {
  content: "\f10e";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 75px;
  color: #eee;
  z-index: -1;
}
.review-slider .swiper-slide .content .review-text span {
  position: absolute;
  top: 100%;
  left: 50px;
  width: 30px;
  height: 45px;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  background-color: var(--sec-color);
}
.review-slider .swiper-slide .content .review-text span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 2px;
  width: 26px;
  height: 39px;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  background-color: #fff;
}
.review-slider .swiper-slide .content .details {
  margin-top: 60px;
  display: flex;
  align-items: center;
}
.review-slider .swiper-slide .content .details img {
  border-radius: 50%;
  margin-right: 20px;
}
.review-slider .swiper-slide .content .details h4.name {
  color: var(--sec-color);
}
.review-slider .swiper-slide .content .details .rating {
  color: var(--main-color-1);
}
.review-slider .swiper-pagination {
  bottom: 5px;
}
.review-slider .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: var(--main-color-2);
}
/* End Testimoials */

/* Start Partners */
.partner-slider {
  width: 100%;
  overflow: hidden;
}
.partners .swiper-slide a {
  max-width: 150px;
  margin: auto;
}

.partners {
  background-color: var(--main-color-1);
}

.partners h3 {
  display: flex;
  justify-content: center;
  color: white;
  padding: 20px;
  font-weight: bold;
  font-family: "Gill Sans", sans-serif;
}

.partners .swiper-slide a img {
  box-shadow: 0px 0px 0px 0px #777;
  transition: 0.4s ease;
}
.partners .swiper-slide a:hover img {
  box-shadow: 0px 0px 10px 1px #777;
}
/* End Partners */

/* Start Team */
.team .team-field .member {
  background-color: var(--sec-color);
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0px 0px 10px 1px #777;
}
.team .team-field .member .image .links {
  position: absolute;
  padding: 10px;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--sec-color);
  width: 100%;
  transform: rotateX(90deg);
  transform-origin: bottom center;
  transition: 1.25s ease;
}
.team .team-field .member:hover .image .links {
  transform: rotateX(0);
}
.team .team-field .member .image .links a {
  display: block;
  margin: 0 10px;
  color: #ddd;
}
.team .team-field .member .image .links a:hover {
  color: var(--main-color-1);
}
.team .team-field .member .image .links a i {
  font-size: 22px;
}
.team .team-field .member .text {
  padding: 15px;
  text-align: center;
}
.team .team-field .member .text h3 {
  font-size: 25px;
  color: var(--main-color-2);
  padding: 10px 0;
}
.team .team-field .member .text p {
  line-height: 1.8;
  color: #eee;
}
/* End Team */

/* Start Blog */
.blog .blog-area .blog-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.blog .blog-area .blog-box > div {
  flex-basis: 50%;
}
.blog .blog-area .blog-box > div.content h3 {
  color: var(--main-color-1);
}
.blog .blog-area .blog-box > div.content .blog-details {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 10px 0 10px 15px;
}
.blog .blog-area .blog-box > div.content .blog-details > a {
  margin: 0 15px;
  color: #444;
}
.blog .blog-area .blog-box > div.content .blog-details > a:hover {
  color: var(--main-color-2);
}
.blog .blog-area .blog-box > div.content .blog-details > div i {
  padding-right: 5px;
}
.blog .blog-area .blog-box > div.content p {
  color: #777;
  line-height: 1.8;
}
.blog .blog-area .blog-box > div.content .more-blogs span.date {
  font-size: 18px;
  color: var(--sec-color);
}
.blog .blog-area .blog-box > div.content .more-blogs a {
  padding: 8px 30px !important;
}
/* End Blog */

/* Start FAQ */
.faq .accordion-field {
  flex-basis: 60%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20px;
}
.faq .faq-content > .image {
  flex-basis: 35%;
}
.faq .accordion-field > div {
  flex-basis: 100%;
  margin: 0 auto 20px;
  border-radius: 10px;
  overflow: hidden;
}
.faq .accordion-field > div .ques-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
  background-color: #eee;
  cursor: pointer;
}
.faq .accordion-field > div .ques-title h4 {
  flex-basis: calc(100% - 30px);
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  color: var(--sec-color);
}
.faq .accordion-field > div .ques-title .sign {
  display: block;
  position: relative;
  width: 25px !important;
  height: 25px;
}
.faq .accordion-field > div .ques-title span {
  display: block;
  position: absolute;
  top: calc(50% - 2px);
  left: 0;
  width: 100%;
  height: 4px;
  background-color: var(--sec-color);
  transition: 0.25s ease;
}
.faq .accordion-field > div .ques-title span.movable {
  transform: rotate(90deg);
}
.faq .accordion-field .rotating {
  transform: rotate(0deg) !important;
}
.faq .accordion-field > div p.answer {
  display: none;
  font-size: 18px;
  line-height: 1.7;
  padding: 10px;
  margin: 0;
  background-color: #fcfcfc;
}
/* End FAQ */

/* Start Contact */
.contact .contact-field > div {
  flex-basis: 50%;
}
.contact .contact-field .form-box {
  margin-right: 30px;
}
.contact .contact-field .form-box form {
  width: 100%;
}
.contact .contact-field .form-box form > div {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
.contact .contact-field .form-box form > div i {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
  color: var(--sec-color);
}
.contact .contact-field .form-box form > div.message i {
  left: 10px;
  top: 20px;
  transform: translateY(-50%);
}
.contact .contact-field .form-box form > div input,
.contact .contact-field .form-box form > div textarea {
  width: 100%;
  background-color: #ededed;
  padding: 10px 10px 10px 40px;
  border: 1px solid #ededed;
  outline: none;
  font-size: 18px;
}
.contact .contact-field .form-box form > div input:focus,
.contact .contact-field .form-box form > div textarea:focus {
  border: 1px solid var(--main-color-1);
}
.contact .contact-field .form-box form > div textarea {
  height: 250px;
  resize: vertical;
}
.contact .contact-field .map iframe {
  width: 100% !important;
}
.contact .contact-field .form-box form input[type="submit"] {
  padding: 8px 28px;
  font-size: 22px;
  font-weight: 600;
  border: unset;
  background-color: var(--main-color-1);
  color: var(--main-color-2);
}
.contact .contact-field .form-box form input[type="submit"]:hover {
  background-color: var(--main-color-2);
  color: var(--main-color-1);
}
/* End Contact */

/* Start Footer */
footer {
  width: 100%;
  background-color: #e9e9e9;
}
footer .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
footer .container > div {
  flex-basis: calc(25% - 7px);
  color: #000;
}
footer .container > div h3 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: -ms-fit-content;
  width: -o-fit-content;
  width: fit-content;
  font-size: 24px;
  color: #111;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
footer .container > div h3::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background-color: var(--main-color-2);
}
footer .container > div h3::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  border: 10px solid transparent;
  border-top-color: var(--main-color-2);
}
footer .container > div.short-note .footer-logo {
  width: 88%;
  height: auto;
}

footer .container > div.short-note .short-text {
  margin-top: 15px;
  line-height: 1.5;
  font-weight: 400;
  padding-right: 20px;
}
footer .container > div.contact-info .info > div {
  margin: 15px 0;
  display: flex;
  align-items: center;
}
footer .container > div.contact-info .info > div i {
  width: 30px;
  font-size: 20px;
  color: var(--sec-color);
  padding-right: 8px;
}
footer .container > div.contact-info .info > div a {
  color: #000;
}
footer .container > div.contact-info .info > div a:hover {
  color: var(--main-color-1);
}
footer .container > div.more-links .q-links {
  display: flex;
  flex-direction: column;
  padding-left: 10px;
}
footer .container > div.more-links .q-links a {
  display: block;
  position: relative;
  margin: 5px 0;
  padding-left: 16px;
  color: #000;
  transition: 0.2s ease;
}
footer .container > div.more-links .q-links a:hover {
  color: var(--main-color-1);
  margin-left: 5px;
}
footer .container > div.more-links .q-links a:before {
  content: "\f101";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
footer .subscribe .sub {
  width: 100%;
}
footer .subscribe .sub p {
  color: #111;
  margin: 0;
  padding-bottom: 10px;
}

footer .subscribe form {
  width: 100%;
  padding-bottom: 20px;
}
footer .subscribe form > div {
  position: relative;
  width: 100%;
}
footer .subscribe form input[type="email"] {
  border-radius: 0;
  padding: 8px;
  background-color: transparent;
  text-align: center;
  width: 100%;
  font-size: 18px;
  color: #000;
  background-color: #bbb;
  border: 1px solid #bbb;
  outline: none;
  border-radius: 0px;
}
footer .subscribe form input[type="email"]:focus {
  border: 1px solid var(--main-color-1);
}
footer .subscribe form input[type="submit"] {
  width: 100%;
  padding: 10px 25px;
  font-weight: 600;
  border-radius: 0px;
  border: none;
  background-color: var(--main-color-1);
  color: var(--main-color-2);
  cursor: pointer;
}
footer .subscribe ul {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
footer .subscribe ul li {
  margin: 5px 10px;
}
footer .subscribe ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--sec-color);
}
footer .subscribe ul li a:hover {
  color: var(--main-color-2);
  background-color: var(--main-color);
}
footer .subscribe ul li a i {
  font-size: 22px;
}
footer p.copy {
  color: #111;
  width: 90%;
  margin: auto;
  text-align: center;
  font-size: 16px;
  padding: 14px 0;
  border-top: 1px solid #444;
}
footer p.copy span {
  color: var(--main-color-1);
}
/* End Footer */

/* Start Scroll to Top & Preloader */
.scroll-top-btn {
  position: fixed;
  bottom: 100%;
  right: 15px;
  width: 45px;
  height: 45px;
  border-radius: 5px;
  border: none;
  background-color: var(--main-color-1);
  color: var(--main-color-2);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  z-index: 999;
  transition: 1s ease;
}
.scroll-top-btn:hover {
  border-radius: 50%;
  color: var(--sec-color);
}
.scroll-top-btn i {
  font-size: 25px;
}
.scroll-top-show {
  bottom: 30px !important;
  opacity: 1;
}
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999999;
}
.preloader .loader {
  position: relative;
  width: 100px;
  height: 100px;
}
.preloader .loader span {
  position: absolute;
  top: 50%;
  left: calc((100% / 5) * var(--loader-circle));
  width: 20%;
  height: 20%;
  border-radius: 50%;
  background-color: var(--sec-color);
  animation: loader 1s alternate-reverse ease-in-out infinite;
  animation-delay: calc(1s / 5 * var(--loader-circle));
  opacity: 0;
}
.preloader .loader span:nth-child(1) {
  --loader-circle: 0;
}
.preloader .loader span:nth-child(2) {
  --loader-circle: 1;
}
.preloader .loader span:nth-child(3) {
  --loader-circle: 2;
}
.preloader .loader span:nth-child(4) {
  --loader-circle: 3;
}
.preloader .loader span:nth-child(5) {
  --loader-circle: 4;
}
@keyframes loader {
  from {
    transform: translateY(0);
    opacity: 1;
  }
  to {
    transform: translateY(-20px);
    opacity: 0;
  }
}
/* ------- */
