/**************************************

Template Name: Qowl | Digital & Marketing Agency Html Template
Template URL: http://html.affixtheme.com/html/qowl
Description: Creative & Exclusive Digital Marketing Agency Template
Author: AffixTheme
Author URL: https://themeforest.net/user/affixtheme
Version: 1.0.0

======================================  
        Table Of Contents
======================================
1. Typography
2. Template Default Style
3. Template Animation
4. Template Elements
5. About
6. Blog
7. Brand
8. Call To Action
9. Contact
10. Error
11. Faq
12. Feature
13. Footer
14. Header
15. Hero
16. Pricing
17. Process
18. Progress
19. Project
20. Service
21. Sidebar
22. Subscribe
23. Team
24. Testimonial

**************************************/
/*=======================================================================
1. Typography
=========================================================================*/
html {
  height: 100%;
}

body {
  font-size: 16px;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  height: 100%;
  line-height: 1.875;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  color: #343434;
  background-color: #ffffff;
  overflow-x: hidden;
}

p {
  margin: 0 0 20px 0;
  color: #343434;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-family: "Cormorant", sans-serif;
  margin: 0 0 10px 0;
  color: #080337;
}

h1,
h2 {
  line-height: 1.2;
}

h3,
h4,
h5,
h6 {
  line-height: 1.25;
}

h1 {
  font-size: 64px;
}

h2 {
  font-size: 46px;
}

h3 {
  font-size: 26px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

/*=======================================================================
2. Template Default Style
=========================================================================*/
a {
  color: #080337;
}

a,
a:active,
a:hover,
a:focus {
  text-decoration: none;
  outline: 0 none;
}

input,
textarea {
  width: 100%;
  padding: 10px 12px;
  outline: 0;
}

button {
  cursor: pointer;
}

svg {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
}

ul {
  list-style: outside none none;
}

.wrapper {
  overflow: hidden;
}

body.loaded .wrapper {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1344px;
  }
}

@media (min-width: 1560px) {
  .box-layout {
    max-width: 1530px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}

section {
  position: relative;
  padding-top: 119px;
  padding-bottom: 106px;
}

@media (max-width: 1199px) {
  section {
    padding-top: 109px;
    padding-bottom: 96px;
  }
}

@media (max-width: 991px) {
  section {
    padding-top: 99px;
    padding-bottom: 86px;
  }
}

@media (max-width: 767px) {
  section {
    padding-top: 89px;
    padding-bottom: 76px;
  }
}

@media (max-width: 575px) {
  section {
    padding-top: 79px;
    padding-bottom: 66px;
  }
}

.border-bottom {
  border-bottom: 1px solid #cccccc;
}

h3.size-xl {
  font-size: 30px;
}

h3.size-lg {
  font-size: 28px;
}

h3.size-md {
  font-size: 24px;
}

h3.size-sm {
  font-size: 22px;
}

h3.size-xs {
  font-size: 20px;
}

h3.entry-title a {
  transition: all 0.4s ease;
}

h2.entry-title.title-dark,
h3.entry-title.title-dark {
  color: #080337;
}

h2.entry-title.title-dark a,
h3.entry-title.title-dark a {
  color: #080337;
}

h2.entry-title.title-dark a:hover,
h3.entry-title.title-dark a:hover {
  color: #1249a8;
}

h2.entry-title.color-light,
h3.entry-title.color-light {
  color: #ffffff;
}

h2.entry-title.color-light a,
h3.entry-title.color-light a {
  color: #ffffff;
}

h2.entry-title.color-light a:hover,
h3.entry-title.color-light a:hover {
  color: #1249a8;
}

p.entry-text.color-light {
  color: #ffffff;
}

/*** Blockquote Styles ***/
.blockquote {
  margin-top: 35px;
  margin-bottom: 35px;
  padding: 50px;
  background-color: #ffffff;
  box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.06);
  position: relative;
  z-index: 1;
}

.blockquote:before {
  content: "";
  background-color: #1249a8;
  height: 100%;
  width: 2px;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 1;
}

.blockquote .blockquote-content {
  max-width: 850px;
  width: 100%;
  font-size: 22px;
  font-weight: 600;
  color: #626262;
  font-style: italic;
  line-height: 1.5;
  margin-bottom: 5px;
}

.blockquote .name {
  color: #080337;
  font-size: 20px;
  font-family: "Cormorant", sans-serif;
  font-weight: 700;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding-left: 30px;
}

.blockquote .name:before {
  content: "";
  background-color: #1249a8;
  height: 3px;
  width: 20px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 1;
}

/*** Pagination Styles ***/
.pagination {
  margin-top: 30px;
  margin-bottom: 24px;
  justify-content: center;
}

.pagination ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.pagination ul li {
  margin: 0 5px;
}

.pagination ul li a {
  padding-top: 2px;
  font-size: 18px;
  font-weight: 600;
  color: #080337;
  height: 40px;
  width: 40px;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.06);
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in;
}

.pagination ul li.active a {
  background-color: #1249a8;
  color: #ffffff;
}

.pagination ul li:hover a {
  background-color: #1249a8;
  color: #ffffff;
}

/*** Swiper Button ***/
.swiper-button-prev.style-1 {
  transform: translateY(-50%);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #ffffff;
  transition: all 0.3s ease-in-out;
}

.swiper-button-prev.style-1:after {
  font-size: 20px;
  color: #111111;
  transition: all 0.3s ease-in-out;
}

.swiper-button-prev.style-1:hover {
  background-color: #1249a8;
}

.swiper-button-prev.style-1:hover:after {
  color: #ffffff;
}

.swiper-button-next.style-1 {
  transform: translateY(-50%);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #ffffff;
  transition: all 0.3s ease-in-out;
}

.swiper-button-next.style-1:after {
  font-size: 20px;
  color: #111111;
  transition: all 0.3s ease-in-out;
}

.swiper-button-next.style-1:hover {
  background-color: #1249a8;
}

.swiper-button-next.style-1:hover:after {
  color: #ffffff;
}

/*========================================================================
3. Template Animation
=========================================================================*/
@media only screen and (min-width: 768px) {
  body .has-animation .translate-left {
    transform: translate3d(-100px, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
  body .has-animation .translate-right {
    transform: translate3d(100px, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
  body .has-animation .translate-top {
    transform: translate3d(0, -100px, 0);
    opacity: 0;
    visibility: hidden;
  }
  body .has-animation .translate-bottom {
    transform: translate3d(0, 100px, 0);
    opacity: 0;
    visibility: hidden;
  }
  body .has-animation .translate-top-left {
    transform: translate3d(-100px, -100px, 0);
    opacity: 0;
    visibility: hidden;
  }
  body .has-animation .translate-top-right {
    transform: translate3d(100px, -100px, 0);
    opacity: 0;
    visibility: hidden;
  }
  body .has-animation .translate-bottom-left {
    transform: translate3d(-100px, 100px, 0);
    opacity: 0;
    visibility: hidden;
  }
  body .has-animation .translate-bottom-right {
    transform: translate3d(100px, 100px, 0);
    opacity: 0;
    visibility: hidden;
  }
  body.loaded .has-animation.active-animation .translate-left,
  body.loaded .has-animation.active-animation .translate-right,
  body.loaded .has-animation.active-animation .translate-top,
  body.loaded .has-animation.active-animation .translate-bottom,
  body.loaded .has-animation.active-animation .translate-top-left,
  body.loaded .has-animation.active-animation .translate-top-right,
  body.loaded .has-animation.active-animation .translate-bottom-left,
  body.loaded .has-animation.active-animation .translate-bottom-right {
    opacity: 1;
    visibility: visible;
    transform: translateZ(0);
    transition: cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.5s, opacity 0.3s;
  }
  body.loaded .has-animation.active-animation .transition-delay-0 {
    transition-delay: 0s;
  }
  body.loaded .has-animation.active-animation .transition-delay-100 {
    transition-delay: 0.1s;
  }
  body.loaded .has-animation.active-animation .transition-delay-200 {
    transition-delay: 0.2s;
  }
  body.loaded .has-animation.active-animation .transition-delay-300 {
    transition-delay: 0.3s;
  }
  body.loaded .has-animation.active-animation .transition-delay-400 {
    transition-delay: 0.4s;
  }
  body.loaded .has-animation.active-animation .transition-delay-500 {
    transition-delay: 0.5s;
  }
  body.loaded .has-animation.active-animation .transition-delay-600 {
    transition-delay: 0.6s;
  }
  body.loaded .has-animation.active-animation .transition-delay-700 {
    transition-delay: 0.7s;
  }
  body.loaded .has-animation.active-animation .transition-delay-800 {
    transition-delay: 0.8s;
  }
  body.loaded .has-animation.active-animation .transition-delay-900 {
    transition-delay: 0.9s;
  }
  body.loaded .has-animation.active-animation .transition-delay-1000 {
    transition-delay: 1s;
  }
  body.loaded .has-animation.active-animation .transition-delay-1100 {
    transition-delay: 1.1s;
  }
  body.loaded .has-animation.active-animation .transition-delay-1200 {
    transition-delay: 1.2s;
  }
  body.loaded .has-animation.active-animation .transition-delay-1300 {
    transition-delay: 1.3s;
  }
  body.loaded .has-animation.active-animation .transition-delay-1400 {
    transition-delay: 1.4s;
  }
  body.loaded .has-animation.active-animation .transition-delay-1500 {
    transition-delay: 1.5s;
  }
  body.loaded .has-animation.active-animation .transition-delay-1600 {
    transition-delay: 1.6s;
  }
  body.loaded .has-animation.active-animation .transition-delay-1700 {
    transition-delay: 1.7s;
  }
  body.loaded .has-animation.active-animation .transition-delay-1800 {
    transition-delay: 1.8s;
  }
  body.loaded .has-animation.active-animation .transition-delay-1900 {
    transition-delay: 1.9s;
  }
  body.loaded .has-animation.active-animation .transition-delay-2000 {
    transition-delay: 2s;
  }
}

/*========================================================================
4. Template Elements
=========================================================================*/
/*** Back To Top ***/
.return-to-top {
  overflow: hidden;
  position: fixed;
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 4px;
  bottom: -50px;
  right: 20px;
  text-align: center;
  z-index: 9999;
  background-color: #1249a8;
  display: block;
  font-size: 16px;
  color: #ffffff;
  transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
}

.return-to-top i {
  display: inline-block;
  transition: all 0.3s ease-in-out;
}

.return-to-top:hover,
.return-to-top:focus {
  color: #ffffff;
}

.return-to-top:hover i,
.return-to-top:focus i {
  -webkit-animation: toBottomFromTop 0.5s forwards;
  animation: toBottomFromTop 0.5s forwards;
}

.return-to-top.back-top {
  bottom: 20px;
}

@-webkit-keyframes toBottomFromTop {
  49% {
    transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}

@keyframes toBottomFromTop {
  49% {
    transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}

/*** Buttons ***/
.btn-text {
  padding: 5px 10px;
  color: #080337;
  font-size: 15px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.btn-text i {
  margin-left: 5px;
}

.btn-text:hover {
  color: #1249a8;
}

.btn-text:hover i {
  transform: translateX(8px);
}

.btn-fill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  gap: 10px;
  padding: 9px 28px;
  border-radius: 45px;
  border: 1px solid;
  border-color: #1249a8;
  color: #ffffff;
  background-color: #1249a8;
  transition: all 0.4s ease;
}

.btn-fill:hover {
  background-color: transparent;
  color: #1249a8;
}

.btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  gap: 10px;
  padding: 9px 28px;
  border-radius: 45px;
  border: 1px solid;
  border-color: #1249a8;
  color: #1249a8;
  transition: all 0.4s ease;
}

.btn-ghost:hover {
  background-color: #1249a8;
  color: #ffffff;
}

.btn-fill.btn-square,
.btn-ghost.btn-square {
  border-radius: 0;
}

.btn-fill.color-light {
  border-color: #ffffff;
  color: #1249a8;
  background-color: #ffffff;
}

.btn-fill.color-light:hover {
  background-color: transparent;
  color: #ffffff;
}

.btn-ghost.color-light {
  border-color: #ffffff;
  color: #ffffff;
  background-color: transparent;
}

.btn-ghost.color-light:hover {
  background-color: #ffffff;
  color: #1249a8;
}

.btn-video {
  border-radius: 50%;
  height: 90px;
  width: 90px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #1249a8;
  font-size: 30px;
  color: #ffffff;
}

.slider-btn-holder {
  position: relative;
}

.slider-btn {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}

.slider-btn.style-1 {
  height: 50px;
  width: 50px;
  color: #1249a8;
  background-color: #ffffff;
  top: 50%;
  transform: translateY(-50%);
}

.slider-btn.style-2 {
  height: 50px;
  width: 50px;
  font-size: 14px;
  color: #121418;
  background-color: #f6f4f9;
  bottom: -90px;
  margin: 0 auto;
}

.slider-btn.style-1.slider-btn-prev {
  left: 30px;
}

.slider-btn.style-1.slider-btn-next {
  right: 30px;
}

.slider-btn.style-2.slider-btn-prev {
  right: 70px;
  left: 0;
}

.slider-btn.style-2.slider-btn-next {
  left: 70px;
  right: 0;
}

.slider-btn:hover {
  background-color: #1249a8;
  color: #ffffff;
}

/*** Preloader ***/
.preloader {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #fff;
  z-index: 999999;
}

.preloader .inner {
  width: 99px;
  height: 99px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.preloader .inner > div {
  border-radius: 50%;
  position: absolute;
  -webkit-animation-name: circle_rotate;
  animation-name: circle_rotate;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}

.preloader .inner .line1 {
  width: 100%;
  height: 100%;
  transform: rotate(45deg);
  border-top: 9px solid #1249a8;
  border-left: 9px solid rgba(242, 56, 1, 0);
  border-right: 9px solid rgba(242, 56, 1, 0);
  border-bottom: 9px solid rgba(242, 56, 1, 0);
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.preloader .inner .line2 {
  width: 70%;
  height: 70%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
  border-top: 8px solid #1249a8;
  border-left: 8px solid rgba(242, 56, 1, 0);
  border-right: 8px solid rgba(242, 56, 1, 0);
  border-bottom: 8px solid rgba(242, 56, 1, 0);
  -webkit-animation-delay: .25s;
  animation-delay: .25s;
}

.preloader .inner .line3 {
  width: 40%;
  height: 40%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
  border-top: 8px solid #1249a8;
  border-left: 8px solid rgba(242, 56, 1, 0);
  border-right: 8px solid rgba(242, 56, 1, 0);
  border-bottom: 8px solid rgba(242, 56, 1, 0);
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}

@-webkit-keyframes circle_rotate {
  50%,
  100% {
    transform: rotate(405deg);
  }
}

@keyframes circle_rotate {
  50%,
  100% {
    transform: rotate(405deg);
  }
}

/*** Section Heading ***/
.section-dark {
  background-color: #13131c;
}

.section-dark .section-heading .heading-content .section-title {
  color: #ffffff;
}

.section-dark .section-heading .heading-content .section-text {
  color: #f0f0f0;
}

.section-heading {
  margin-bottom: 25px;
  margin-top:40px;
}

.section-heading .heading-content .section-sub-title {
  color: #1249a8;
  font-size: 22px;
  letter-spacing: 3px;
  font-weight: 500;
  margin-bottom: 4px;
}

.section-heading .heading-content .section-title {
  margin-bottom: 10px;
}

.section-heading .heading-content .section-text span {
  color: #000000;
  font-weight: 500;
}

.section-heading.style-1 {
  text-align: left;
}

.section-heading.style-1 .section-text {
  max-width: 315px;
  width: 100%;
}

.section-heading.style-2 {
  text-align: center;
}

.section-heading.style-2 .section-title {
  max-width: 600px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.section-heading.style-2 .section-text {
  max-width: 315px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.section-heading.style-3 {
  text-align: left;
}

.section-heading.style-3 .section-title {
  max-width: 500px;
  width: 100%;
}

.section-heading.style-3 .section-text {
  max-width: 530px;
  width: 100%;
}

.section-heading.style-4 {
  text-align: left;
  padding-left: 30px;
  position: relative;
  margin-bottom: 50px;
}

.section-heading.style-4:before {
  content: "";
  position: absolute;
  z-index: 1;
  background-color: #1249a8;
  height: 100%;
  width: 6px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.section-heading.style-4 .section-sub-title {
  font-size: 24px;
  letter-spacing: 0;
  margin-bottom: 0;
}

.section-heading.style-4 .section-title {
  max-width: 500px;
  width: 100%;
}

/*** Sticky Social ***/
.sticky-social {
  min-height: 100vh;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 50px;
  width: 40px;
  display: flex;
  align-items: center;
}

@media (max-width: 1559px) {
  .sticky-social {
    display: none;
  }
}

.sticky-social ul {
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}

.sticky-social ul li {
  transition: all 0.6s ease;
}

.sticky-social ul li:nth-child(1n) {
  transition-delay: 1s;
}

.sticky-social ul li:nth-child(2n) {
  transition-delay: 1.2s;
}

.sticky-social ul li:nth-child(3n) {
  transition-delay: 1.4s;
}

.sticky-social ul li:nth-child(4n) {
  transition-delay: 1.6s;
}

.sticky-social ul li:nth-child(5n) {
  transition-delay: 1.8s;
}

.sticky-social ul li:nth-child(6n) {
  transition-delay: 2s;
}

.sticky-social ul li a {
  border-radius: 50%;
  border: 1px solid;
  border-color: #b8b8b9;
  height: 40px;
  width: 40px;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  background-color: #ffffff;
  color: #000248;
  font-size: 15px;
}

.sticky-social ul li a:hover {
  color: #ffffff;
  background-color: #1249a8;
  transition: 0.4s all ease;
}

.sticky-social ul li.facebook a:hover {
  background-color: #3b5998;
  border-color: #3b5998;
}

.sticky-social ul li.twitter a:hover {
  background-color: #00acee;
  border-color: #00acee;
}

.sticky-social ul li.instagram a:hover {
  background-color: #3f729b;
  border-color: #3f729b;
}

.sticky-social ul li.pinterest a:hover {
  background-color: #c8232c;
  border-color: #c8232c;
}

.has-animation.sticky-social ul li {
  transform: translateY(-25px);
  opacity: 0;
  visibility: hidden;
}

.has-animation.active-animation.sticky-social ul li {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

/*========================================================================
5. About
=========================================================================*/
.about-box.style-1 {
  margin-bottom: 24px;
}

@media (max-width: 991px) {
  .about-box.style-1 .entry-figure {
    margin-bottom: 50px;
  }
}

.about-wrap.style-2 {
  padding-bottom: 130px;
}

@media (max-width: 1199px) {
  .about-wrap.style-2 {
    padding-bottom: 120px;
  }
}

@media (max-width: 991px) {
  .about-wrap.style-2 {
    padding-bottom: 110px;
  }
}

@media (max-width: 767px) {
  .about-wrap.style-2 {
    padding-bottom: 100px;
  }
}

@media (max-width: 575px) {
  .about-wrap.style-2 {
    padding-bottom: 90px;
  }
}

.about-box.style-2 .entry-figure {
  position: relative;
}

@media (max-width: 991px) {
  .about-box.style-2 .entry-figure {
    margin-bottom: 50px;
  }
}

.about-box.style-2 .entry-figure:after {
  content: "";
  height: 80px;
  width: 80px;
  background-color: #2ddfff;
  position: absolute;
  z-index: 1;
  top: 20px;
  right: 100px;
  border-radius: 50%;
}

.about-box.style-2 .entry-figure img {
  border-radius: 50%;
}

.about-box.style-2 .entry-figure .entry-sub-figure {
  position: absolute;
  border-radius: 50%;
  right: 0;
  bottom: 0;
  z-index: 1;
  border: 5px solid;
  border-color: #1249a8;
}

.about-box.style-2 .entry-info {
  padding: 0;
  margin: 0;
  display: grid;
  row-gap: 30px;
}

.about-box.style-2 .list-item {
  display: flex;
  gap: 20px;
}

.about-box.style-2 .list-item .icon-box i {
  border-radius: 50%;
  height: 60px;
  width: 60px;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  background-color: #f3f5fd;
  color: #2ed932;
  font-size: 20px;
}

.about-box.style-2 .list-item .entry-content .entry-text {
  margin-bottom: 0;
}

.has-animation .about-box.style-2 .entry-figure:after {
  transform: scale(0);
}

.has-animation.active-animation .about-box.style-2 .entry-figure:after {
  transform: scale(1);
  transition: all 2.75s ease;
  transition-delay: 0.6s;
}

.about-wrap.style-3 {
  background-color: #f3f5fd;
}

.about-box.style-3 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 24px;
}

.about-box.style-3 .contact-slogan {
  font-size: 18px;
  color: #080337;
}

.about-box.style-3 .contact-number {
  font-size: 34px;
  font-weight: 600;
  color: #080337;
  line-height: 1.5;
}

.about-box.style-3 .entry-icon {
  font-size: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1249a8;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  background-color: rgba(242, 56, 1, 0.2);
  transition: all 0.4s ease;
}

/*========================================================================
6. Blog
=========================================================================*/
.entry-meta {
  padding: 0;
  display: flex;
  align-items: center;
  margin: 0;
}

.entry-meta li {
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
  margin-right: 20px;
  padding-right: 20px;
  color: #000000;
  transition: all 0.4s ease;
}

.entry-meta li:after {
  content: "/";
  color: #000000;
  position: absolute;
  z-index: 1;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.4s ease;
}

.entry-meta li:last-child {
  margin-right: 0;
  padding-right: 0;
}

.entry-meta li:last-child:after {
  display: none;
}

.entry-meta li a {
  color: #000000;
  transition: all 0.4s ease;
}

.entry-meta li a:hover {
  color: #1249a8;
}

.entry-meta .entry-author a {
  color: #000000;
  transition: all 0.4s ease;
}

.entry-meta .entry-author a i {
  margin-right: 5px;
  color: #f34411;
  transition: all 0.4s ease;
}

.entry-meta .entry-comments a i {
  margin-right: 5px;
  color: #f34411;
  transition: all 0.4s ease;
}

.entry-date-single {
  background-color: #1249a8;
  color: #ffffff;
  padding: 2px 15px;
  transition: all 0.4s ease;
}

.entry-category a {
  color: #1249a8;
  transition: all 0.4s ease;
}

.entry-category a:hover {
  background-color: transparent;
}

.blog-wrap.style-1 {
  background-color: #f4fafe;
  padding-top: 100px;
}

@media (max-width: 1199px) {
  .blog-wrap.style-1 {
    padding-top: 120px;
  }
}

@media (max-width: 991px) {
  .blog-wrap.style-1 {
    padding-top: 75px;
  }
}

@media (max-width: 767px) {
  .blog-wrap.style-1 {
    padding-top: 65px;
  }
}

@media (max-width: 575px) {
  .blog-wrap.style-1 {
    padding-top: 55px;
  }
}

.blog-box.style-1 {
  margin-bottom: 24px;
  box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.07);
}

.blog-box.style-1 .entry-figure {
  position: relative;
}

.blog-box.style-1 .entry-figure .entry-date-single {
  position: absolute;
  z-index: 1;
  bottom: 30px;
  left: 30px;
}

.blog-box.style-1 .entry-content {
  background-color: #ffffff;
  padding: 30px 35px 20px;
  position: relative;
  z-index: 1;
  transition: all 0.4s ease;
}

.blog-box.style-1 .entry-content:before {
  content: "";
  height: 0;
  width: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background-color: #1249a8;
  transition: all 0.4s ease;
}

.blog-box.style-1 .entry-content .entry-category {
  color: #1249a8;
}

.blog-box.style-1:hover .entry-content:before {
  height: 100%;
}

.blog-box.style-1:hover .entry-content .entry-title a {
  color: #ffffff;
}

.blog-box.style-1:hover .entry-content .entry-category a {
  color: #ffffff;
}

.blog-box.style-1:hover .entry-content .entry-meta li:after {
  color: #ffffff;
}

.blog-box.style-1:hover .entry-content .entry-meta li a {
  color: #ffffff;
}

.blog-box.style-1:hover .entry-content .entry-meta li a i {
  color: #ffffff;
}

.blog-box.style-1:hover .entry-figure .entry-date-single {
  background-color: #18215a;
}

.blog-wrap.style-2 {
  background-color: #ffffff;
  padding-bottom: 130px;
}

@media (max-width: 1199px) {
  .blog-wrap.style-2 {
    padding-bottom: 120px;
  }
}

@media (max-width: 991px) {
  .blog-wrap.style-2 {
    padding-bottom: 110px;
  }
}

@media (max-width: 767px) {
  .blog-wrap.style-2 {
    padding-bottom: 100px;
  }
}

@media (max-width: 575px) {
  .blog-wrap.style-2 {
    padding-bottom: 90px;
  }
}

.blog-box.style-2 .entry-figure {
  overflow: hidden;
}

.blog-box.style-2 .entry-figure img {
  transform: scale(1);
  transition: all 0.8s ease;
}

.blog-box.style-2 .entry-content {
  margin-top: -30px;
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
  background-color: #ffffff;
  padding: 30px 25px 20px;
  box-shadow: 0 0 81px 0 rgba(0, 0, 0, 0.06);
}

.blog-box.style-2 .entry-content .entry-date-single {
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.blog-box.style-2 .entry-content .entry-category {
  color: #1249a8;
}

.blog-box.style-2:hover .entry-date-single {
  background-color: #18215a;
}

.blog-box.style-2:hover .entry-figure img {
  transform: scale(1.1);
}

.blog-wrap.style-3 {
  padding-top: 130px;
}

@media (max-width: 1199px) {
  .blog-wrap.style-3 {
    padding-top: 120px;
  }
}

@media (max-width: 991px) {
  .blog-wrap.style-3 {
    padding-top: 110px;
  }
}

@media (max-width: 767px) {
  .blog-wrap.style-3 {
    padding-top: 100px;
  }
}

@media (max-width: 575px) {
  .blog-wrap.style-3 {
    padding-top: 90px;
  }
}

.blog-wrap.style-4 {
  padding-top: 130px;
}

@media (max-width: 1199px) {
  .blog-wrap.style-4 {
    padding-top: 120px;
  }
}

@media (max-width: 991px) {
  .blog-wrap.style-4 {
    padding-top: 110px;
  }
}

@media (max-width: 767px) {
  .blog-wrap.style-4 {
    padding-top: 100px;
  }
}

@media (max-width: 575px) {
  .blog-wrap.style-4 {
    padding-top: 90px;
  }
}

.blog-single-wrap {
  padding-top: 130px;
}

@media (max-width: 1199px) {
  .blog-single-wrap {
    padding-top: 120px;
  }
}

@media (max-width: 991px) {
  .blog-single-wrap {
    padding-top: 110px;
  }
}

@media (max-width: 767px) {
  .blog-single-wrap {
    padding-top: 100px;
  }
}

@media (max-width: 575px) {
  .blog-single-wrap {
    padding-top: 90px;
  }
}

.single-blog-img {
  margin-bottom: 50px;
}

.single-blog-content {
  margin-bottom: 24px;
}

.single-blog-content .section-inner-big-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 10px;
}

.single-blog-content .section-inner-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
}

.single-blog-content .box-content {
  padding: 0 55px;
}

@media (max-width: 767px) {
  .single-blog-content .box-content {
    padding: 0 30px;
  }
}

@media (max-width: 575px) {
  .single-blog-content .box-content {
    padding: 0 15px;
  }
}

.single-blog-content .social-wrap {
  margin: 0 0 15px;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
}

@media (max-width: 991px) {
  .single-blog-content .social-wrap {
    justify-content: flex-start;
    margin-top: 20px;
  }
}

.single-blog-content .social-wrap li {
  margin-right: 8px;
}

.single-blog-content .social-wrap li:last-child {
  margin-right: 0;
}

.single-blog-content .social-wrap li a {
  font-size: 15px;
  border-radius: 50%;
  height: 35px;
  width: 35px;
  background-color: #000000;
  border: 1px solid;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}

.single-blog-content .social-wrap li.social-facebook a {
  background-color: #3b5998;
  border-color: #3b5998;
}

.single-blog-content .social-wrap li.social-facebook a:hover {
  background-color: transparent;
  color: #3b5998;
}

.single-blog-content .social-wrap li.social-twitter a {
  background-color: #00acee;
  border-color: #00acee;
}

.single-blog-content .social-wrap li.social-twitter a:hover {
  background-color: transparent;
  color: #00acee;
}

.single-blog-content .social-wrap li.social-google a {
  background-color: #dc4e41;
  border-color: #dc4e41;
}

.single-blog-content .social-wrap li.social-google a:hover {
  background-color: transparent;
  color: #dc4e41;
}

.single-blog-content .social-wrap li.social-linkedin a {
  background-color: #0072b1;
  border-color: #0072b1;
}

.single-blog-content .social-wrap li.social-linkedin a:hover {
  background-color: transparent;
  color: #0072b1;
}

.single-blog-content .single-blog-inner-img {
  margin-bottom: 30px;
}

.single-blog-content .more-blogs {
  margin-top: 60px;
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.single-blog-content .more-blogs .post-nav-wrap {
  display: flex;
  gap: 10px;
}

.single-blog-content .more-blogs .post-nav-wrap .icon-box {
  display: flex;
  align-items: center;
}

.single-blog-content .more-blogs .post-nav-wrap .icon-box a {
  height: 50px;
  width: 50px;
  background-color: #ffffff;
  box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1249a8;
  border-radius: 50%;
  transition: all 0.4s ease;
}

.single-blog-content .more-blogs .post-nav-wrap .icon-box a:hover {
  background-color: #1249a8;
  color: #ffffff;
}

.single-blog-content .more-blogs .post-nav-wrap .content-box .post-nav-label {
  font-size: 14px;
  color: #101e2f;
  transition: all 0.3s ease-in-out;
}

.single-blog-content .more-blogs .post-nav-wrap .content-box .post-nav-label:hover {
  color: #1249a8;
}

.single-blog-content .more-blogs .post-nav-wrap .content-box .title {
  font-weight: 700;
  margin-bottom: 0;
  font-size: 18px;
  max-width: 200px;
  width: 100%;
}

.single-blog-content .more-blogs .post-nav-wrap .content-box .title a {
  color: #080337;
  transition: all 0.3s ease-in-out;
}

.single-blog-content .more-blogs .post-nav-wrap .content-box .title a:hover {
  color: #1249a8;
}

.single-blog-content .more-blogs .next-post {
  text-align: right;
  justify-content: flex-end;
}

@media (max-width: 767px) {
  .single-blog-content .more-blogs .next-post {
    text-align: left;
    flex-direction: row-reverse;
  }
}

.single-blog-content .blog-author {
  margin-top: 50px;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.09);
  padding: 30px 30px 30px 60px;
}

.single-blog-content .blog-author .media {
  display: flex;
  align-items: center;
}

@media (max-width: 575px) {
  .single-blog-content .blog-author .media {
    display: block;
  }
}

.single-blog-content .blog-author .media img {
  border-radius: 50%;
  margin-right: 25px;
}

@media (max-width: 575px) {
  .single-blog-content .blog-author .media img {
    margin-bottom: 20px;
  }
}

.single-blog-content .blog-author .media .media-body {
  position: relative;
}

.single-blog-content .blog-author .media .media-body .sub-title {
  color: #1249a8;
  font-size: 15px;
  margin-bottom: 0;
  font-style: italic;
}

.single-blog-content .blog-author .media .media-body .item-title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 2px;
}

.single-blog-content .blog-author .media .media-body .description {
  font-size: 15px;
  margin-bottom: 6px;
  line-height: 1.8;
}

.single-blog-content .blog-author .media .media-body .item-social {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}

.single-blog-content .blog-author .media .media-body .item-social li {
  margin-right: 10px;
  margin-bottom: 0;
}

.single-blog-content .blog-author .media .media-body .item-social li:last-child {
  margin-right: 0;
}

.single-blog-content .blog-author .media .media-body .item-social li a {
  padding: 0 5px;
  display: inline-block;
  color: #bbbcbd;
  transition: all 0.3s ease-in-out;
}

.single-blog-content .blog-author .media .media-body .item-social li a:hover {
  color: #1249a8;
}

.single-blog-content .leave-comment {
  background-color: #ffffff;
}

.single-blog-content .leave-comment .leave-form-box .form-group {
  margin-bottom: 30px;
}

.single-blog-content .leave-comment .leave-form-box .form-group:last-child {
  margin-bottom: 0;
}

.single-blog-content .leave-comment .leave-form-box .form-group .form-control {
  color: #000000;
  font-size: 16px;
  padding: 15px 20px;
  border: 1px solid rgba(117, 133, 152, 0.25);
  background-color: transparent;
  border-radius: 5px;
}

.single-blog-content .leave-comment .leave-form-box .form-group .form-control:focus {
  outline: none;
  box-shadow: none;
}

.single-blog-content .leave-comment .leave-form-box .form-group input {
  height: 60px;
}

.single-blog-content .leave-comment .leave-form-box input.form-control::-webkit-input-placeholder,
.single-blog-content .leave-comment .leave-form-box textarea.form-control::-webkit-input-placeholder {
  color: #818080;
  font-size: 15px;
  font-weight: 300;
}

.single-blog-content .leave-comment .leave-form-box input.form-control::-moz-placeholder,
.single-blog-content .leave-comment .leave-form-box textarea.form-control::-moz-placeholder {
  color: #818080;
  font-size: 15px;
  font-weight: 300;
}

.single-blog-content .leave-comment .leave-form-box input.form-control:-moz-placeholder,
.single-blog-content .leave-comment .leave-form-box textarea.form-control:-moz-placeholder {
  color: #818080;
  font-size: 15px;
  font-weight: 300;
}

.single-blog-content .leave-comment .leave-form-box input.form-control:-ms-input-placeholder,
.single-blog-content .leave-comment .leave-form-box textarea.form-control:-ms-input-placeholder {
  color: #818080;
  font-size: 15px;
  font-weight: 300;
}

.single-blog-content .post-comment {
  background-color: #ffffff;
  margin-bottom: 75px;
}

.single-blog-content .post-comment ul li {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.single-blog-content .post-comment ul li .media {
  display: flex;
}

@media (max-width: 767px) {
  .single-blog-content .post-comment ul li .media {
    display: block;
  }
}

.single-blog-content .post-comment ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.single-blog-content .post-comment ul li:nth-child(odd) {
  margin-left: 0;
}

.single-blog-content .post-comment ul li:nth-child(even) {
  margin-left: 50px;
}

.single-blog-content .post-comment ul li figure {
  margin-right: 15px;
}

.single-blog-content .post-comment ul li figure img {
  border-radius: 50%;
}

.single-blog-content .post-comment ul li .media-body {
  flex: 1;
}

.single-blog-content .post-comment ul li .post-date {
  margin-bottom: 10px;
  display: block;
  color: #758598;
  font-size: 14px;
}

.single-blog-content .post-comment ul li .comment-title {
  font-weight: 700;
  margin-bottom: 0;
  font-size: 18px;
}

.single-blog-content .post-comment ul li p {
  width: 100%;
  margin-bottom: 10px;
  font-size: 15px;
}

.single-blog-content .post-comment ul li .item-btn {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 4px;
  padding: 4px 15px;
  font-size: 12px;
  color: #758598;
  background-color: #f1f1f1;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease-out;
}

.single-blog-content .post-comment ul li .item-btn:hover {
  color: #ffffff;
  background-color: #1249a8;
}

@media (max-width: 767px) {
  .single-blog-content .post-comment ul li .item-btn {
    position: inherit;
    top: inherit;
    right: inherit;
  }
}

/*========================================================================
7. Brand
=========================================================================*/
.brand-wrap.style-1 {
  background-color: #faf9ff;
  padding-top: 70px;
  padding-bottom: 70px;
}

.brand-box.style-1 {
  text-align: center;
}

/*========================================================================
8. Call To Action
=========================================================================*/
@media (max-width: 991px) {
  .call-to-action-wrap.style-1 {
    padding-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .call-to-action-wrap.style-1 {
    padding-bottom: 50px;
  }
}

@media (max-width: 575px) {
  .call-to-action-wrap.style-1 {
    padding-bottom: 40px;
  }
}

.call-to-action-box.style-1 {
  margin-bottom: 40px;
}

.call-to-action-box.style-1 .entry-title {
  font-size: 50px;
}

.call-to-action-box.style-1 .entry-title span {
  color: #1249a8;
}

.call-to-action-box.style-1 .entry-text {
  color: #343434;
}

.call-to-action-box.style-1 .entry-contact a {
  font-weight: 500;
  font-size: 40px;
  color: #080337;
}

.call-to-action-box.style-1 .entry-contact i {
  border-radius: 50%;
  height: 60px;
  width: 60px;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  background-color: #fcf1ed;
  color: #1249a8;
  margin-right: 10px;
  font-size: 24px;
}

.call-to-action-box.style-1 .entry-form {
  padding: 70px 45px;
  background-color: #ffffff;
  box-shadow: 0px 0px 79px 0 rgba(0, 0, 0, 0.05);
}

@media only screen and (max-width: 991px) {
  .call-to-action-box.style-1 .entry-form {
    padding: 50px 35px;
  }
}

@media only screen and (max-width: 767px) {
  .call-to-action-box.style-1 .entry-form {
    padding: 40px 30px;
  }
}

@media only screen and (max-width: 575px) {
  .call-to-action-box.style-1 .entry-form {
    padding: 30px 15px;
  }
}

.call-to-action-box.style-1 .form-group {
  margin-bottom: 30px;
}

@media only screen and (max-width: 991px) {
  .call-to-action-box.style-1 .form-group {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .call-to-action-box.style-1 .form-group {
    margin-bottom: 15px;
  }
}

.call-to-action-box.style-1 .form-group:last-child {
  margin-bottom: 0;
}

.call-to-action-box.style-1 .form-group .form-control {
  border: 1px solid #d9d9d9;
  border-radius: 0;
  background-color: transparent;
  padding: 10px 20px;
  font-size: 15px;
  color: #111111;
}

.call-to-action-box.style-1 .form-group .form-control:focus {
  outline: none;
  box-shadow: none;
}

.call-to-action-box.style-1 .form-group input {
  height: 50px;
}

@media only screen and (max-width: 991px) {
  .call-to-action-box.style-1 .form-group input {
    height: 45px;
  }
}

@media only screen and (max-width: 767px) {
  .call-to-action-box.style-1 .form-group input {
    height: 40px;
  }
}

.call-to-action-box.style-1 .form-group input.form-control::-webkit-input-placeholder,
.call-to-action-box.style-1 .form-group textarea.form-control::-webkit-input-placeholder {
  color: #666666;
}

.call-to-action-box.style-1 .form-group input.form-control::-moz-placeholder,
.call-to-action-box.style-1 .form-group textarea.form-control::-moz-placeholder {
  color: #666666;
}

.call-to-action-box.style-1 .form-group input.form-control:-moz-placeholder,
.call-to-action-box.style-1 .form-group textarea.form-control:-moz-placeholder {
  color: #666666;
}

.call-to-action-box.style-1 .form-group input.form-control:-ms-input-placeholder,
.call-to-action-box.style-1 .form-group textarea.form-control:-ms-input-placeholder {
  color: #666666;
}

.call-to-action-box.style-1 .form-group .fxt-btn-fill {
  text-align: center;
  font-family: "Work Sans", sans-serif;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  box-shadow: none;
  outline: none;
  border: 1px solid;
  border-color: #1249a8;
  color: #f1f1f1;
  border-radius: 45px;
  background-color: #1249a8;
  padding: 12px 35px;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 991px) {
  .call-to-action-box.style-1 .form-group .fxt-btn-fill {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .call-to-action-box.style-1 .form-group .fxt-btn-fill {
    margin-top: 5px;
    font-size: 14px;
    padding: 11px 30px;
  }
}

@media only screen and (max-width: 575px) {
  .call-to-action-box.style-1 .form-group .fxt-btn-fill {
    font-size: 13px;
    padding: 10px 25px;
  }
}

.call-to-action-box.style-1 .form-group .fxt-btn-fill:hover {
  background-color: transparent;
  color: #1249a8;
}

.call-to-action-box.style-1 .form-group .fxt-btn-fill:focus {
  outline: none;
}

.call-to-action-box.style-1 .form-response .alert-danger,
.call-to-action-box.style-1 .form-response .alert.alert-info,
.call-to-action-box.style-1 .form-response .alert.alert-success {
  margin-top: 10px;
  margin-bottom: 0;
  padding: 10px 25px;
  border-radius: 45px;
  display: inline-block;
  font-size: 14px;
}

@media only screen and (max-width: 575px) {
  .call-to-action-box.style-1 .form-response .alert-danger,
  .call-to-action-box.style-1 .form-response .alert.alert-info,
  .call-to-action-box.style-1 .form-response .alert.alert-success {
    padding: 9px 25px;
  }
}

.call-to-action-box.style-1 .form-response .alert-danger p,
.call-to-action-box.style-1 .form-response .alert.alert-info p,
.call-to-action-box.style-1 .form-response .alert.alert-success p {
  margin-bottom: 0;
}

.call-to-action-wrap.style-2 {
  background-attachment: fixed;
  position: relative;
  z-index: 0;
}

.call-to-action-wrap.style-2:after {
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
  background-color: #0a0a0a;
  opacity: 0.73;
}

.call-to-action-box.style-2 {
  margin-bottom: 24px;
  text-align: center;
}

.call-to-action-box.style-2 .entry-title {
  font-size: 60px;
}

.call-to-action-box.style-2 .entry-text {
  font-size: 20px;
  margin-bottom: 30px;
}

.call-to-action-wrap.style-3 {
  background-color: #17161a;
  padding-top: 45px;
  padding-bottom: 30px;
}

.call-to-action-box.style-3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.call-to-action-box.style-3 .entry-title {
  font-size: 40px;
}

.call-to-action-box.style-3 .entry-text {
  font-size: 20px;
  margin-bottom: 18px;
}

/*========================================================================
9. Contact
=========================================================================*/
.contact-wrap.style-1 {
  padding-top: 130px;
  padding-bottom: 0;
}

@media (max-width: 1199px) {
  .contact-wrap.style-1 {
    padding-top: 120px;
  }
}

@media (max-width: 991px) {
  .contact-wrap.style-1 {
    padding-top: 110px;
  }
}

@media (max-width: 767px) {
  .contact-wrap.style-1 {
    padding-top: 100px;
  }
}

@media (max-width: 575px) {
  .contact-wrap.style-1 {
    padding-top: 90px;
  }
}

.contact-wrap.style-2 {
  padding-top: 130px;
  padding-bottom: 130px;
}

@media (max-width: 1199px) {
  .contact-wrap.style-2 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

@media (max-width: 991px) {
  .contact-wrap.style-2 {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}

@media (max-width: 767px) {
  .contact-wrap.style-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media (max-width: 575px) {
  .contact-wrap.style-2 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

.form-response .alert-danger,
.form-response .alert.alert-info,
.form-response .alert.alert-success {
  margin-top: 10px;
  margin-bottom: 0;
}

.form-response .alert-danger p,
.form-response .alert.alert-info p,
.form-response .alert.alert-success p {
  margin-bottom: 0;
}

.list-unstyled li {
  color: #dcdcdc;
  font-weight: 300;
}

.address-box {
  background-color: #f5f5f5;
  padding: 30px;
  display: flex;
  gap: 20px;
}

.address-box .entry-icon {
  font-size: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1249a8;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  background-color: rgba(242, 56, 1, 0.2);
  transition: all 0.4s ease;
}

.address-box .entry-content {
  flex: 1;
}

.address-box .entry-info {
  margin: 0;
  padding: 0;
}

.address-box:hover .entry-icon {
  color: #ffffff;
  background-color: #1249a8;
}

.entry-map {
  margin-top: 30px;
}

.entry-map .map-box {
  height: 500px;
}

.contact-box {
  width: 50%;
  background-color: #f4f4f4;
}

@media (max-width: 991px) {
  .contact-box {
    width: 100%;
  }
}

.contact-box .entry-figure {
  height: 100%;
}

.contact-box .entry-figure img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.contact-box .entry-form {
  padding: 80px 100px;
  width: 100%;
}

@media (max-width: 767px) {
  .contact-box .entry-form {
    padding: 30px 15px;
  }
}

.contact-box .entry-form .form-group {
  margin-bottom: 30px;
}

.contact-box .entry-form .form-control {
  border: 0;
  border-bottom: 1px solid #b3b3b3;
  border-radius: 0;
  background-color: transparent;
  color: #343434;
  font-size: 16px;
}

.contact-box .entry-form .form-control:focus {
  box-shadow: none;
}

.contact-box .entry-form input {
  height: 50px;
  padding: 5px 20px 5px 0;
}

.contact-box .entry-form textarea {
  padding: 20px 20px 20px 0;
}

.contact-box .entry-form input.form-control::-webkit-input-placeholder,
.contact-box .entry-form textarea.form-control::-webkit-input-placeholder {
  color: #343434;
  font-size: 16px;
}

.contact-box .entry-form input.form-control::-moz-placeholder,
.contact-box .entry-form textarea.form-control::-moz-placeholder {
  color: #343434;
  font-size: 16px;
}

.contact-box .entry-form input.form-control:-moz-placeholder,
.contact-box .entry-form textarea.form-control:-moz-placeholder {
  color: #343434;
  font-size: 16px;
}

.contact-box .entry-form input.form-control:-ms-input-placeholder,
.contact-box .entry-form textarea.form-control:-ms-input-placeholder {
  color: #343434;
  font-size: 16px;
}

.contact-box .entry-form .form-response .alert-danger,
.contact-box .entry-form .form-response .alert.alert-info,
.contact-box .entry-form .form-response .alert.alert-success {
  margin-top: 10px;
  margin-bottom: 0;
}

.contact-box .entry-form .form-response .alert-danger p,
.contact-box .entry-form .form-response .alert.alert-info p,
.contact-box .entry-form .form-response .alert.alert-success p {
  margin-bottom: 0;
}

/*========================================================================
10. Error
=========================================================================*/
.error-box {
  text-align: center;
  margin-bottom: 24px;
}

.error-box .entry-figure {
  margin-bottom: 50px;
}

/*========================================================================
11. Faq
=========================================================================*/
.faq-wrap {
  padding-bottom: 0;
}

.faq-accordion {
  width: 100%;
}

.faq-accordion .card {
  border: 0;
  background-color: rgba(242, 56, 1, 0.05);
  margin-bottom: 15px;
  padding-left: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.faq-accordion .card-header {
  padding: 15px 0 0;
  background-color: transparent;
  border-bottom: 0;
}

.faq-accordion .card-body {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  max-width: 600px;
  width: 100%;
}

.faq-accordion .title {
  position: relative;
  z-index: 1;
  font-size: 24px;
  font-weight: 600;
}

.faq-accordion .title a {
  display: flex;
  padding: 0;
  color: #080337;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.faq-accordion .title a:after {
  position: absolute;
  content: "\f078";
  top: 50%;
  transform: translateY(-50%);
  left: -30px;
  font-size: 14px;
  z-index: 5;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: #242424;
}

@media (max-width: 767px) {
  .faq-accordion .title a:after {
    font-size: 12px;
  }
}

@media (max-width: 575px) {
  .faq-accordion .title a:after {
    font-size: 10px;
  }
}

.faq-accordion .title a.collapsed {
  color: #080337;
}

.faq-accordion .title a.collapsed:after {
  content: "\f054";
}

.faq-accordion .title a:hover {
  text-decoration: none;
  color: #1249a8;
}

.faq-accordion .title a:focus {
  outline: none;
}

/*========================================================================
12. Feature
=========================================================================*/
.feature-wrap.style-1 {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: -200px;
}

.feature-box.style-1 {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  box-shadow: 0 0 79px 0 rgba(0, 0, 0, 0.05);
  padding: 35px 45px 25px;
  transition: all 0.4s ease;
}

.feature-box.style-1:before {
  content: "";
  background-color: #1249a8;
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 0;
  bottom: 0;
  left: 0;
  transition: all 0.4s ease;
}

.feature-box.style-1.color-1 {
  color: #199bff;
}

.feature-box.style-1.color-1:before {
  background-color: #199bff;
}

.feature-box.style-1.color-2 {
  color: #eb2285;
}

.feature-box.style-1.color-2:before {
  background-color: #eb2285;
}

.feature-box.style-1.color-3 {
  color: #ff9600;
}

.feature-box.style-1.color-3:before {
  background-color: #ff9600;
}

.feature-box.style-1 .entry-icon {
  display: inline-block;
  font-size: 40px;
  transition: all 0.4s ease;
}

.feature-box.style-1 .entry-title {
  margin-bottom: 15px;
  font-size: 36px;
  transition: all 0.4s ease;
}

.feature-box.style-1 .entry-text {
  transition: all 0.4s ease;
}

.feature-box.style-1:hover:before {
  width: 100%;
}

.feature-box.style-1:hover.color-1 .entry-icon {
  color: #ffffff;
}

.feature-box.style-1:hover.color-2 .entry-icon {
  color: #ffffff;
}

.feature-box.style-1:hover.color-3 .entry-icon {
  color: #ffffff;
}

.feature-box.style-1:hover .entry-icon {
  -webkit-animation: toLeftFromRight 0.5s forwards;
          animation: toLeftFromRight 0.5s forwards;
}

.feature-box.style-1:hover .entry-title.title-dark {
  color: #ffffff;
}

.feature-box.style-1:hover .entry-text {
  color: #ffffff;
}

@-webkit-keyframes toLeftFromRight {
  49% {
    transform: translateY(50%);
  }
  50% {
    opacity: 0;
    transform: translateY(-50%);
  }
  51% {
    opacity: 1;
  }
}

@keyframes toLeftFromRight {
  49% {
    transform: translateY(50%);
  }
  50% {
    opacity: 0;
    transform: translateY(-50%);
  }
  51% {
    opacity: 1;
  }
}

/*========================================================================
13. Footer
=========================================================================*/
.footer-wrap.style-1 {
  background-color: #08041b;
}

.footer-wrap.style-2 {
  background-color: #17161a;
}

.footer-widget {
  height: 100%;
  margin-bottom: 30px;
}

.footer-widget .footer-widget-title {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 40px;
}

.footer-widget .footer-widget-menu ul {
  padding: 0;
  margin: 0;
  display: grid;
  gap: 8px;
}

.footer-widget .footer-widget-menu ul li a {
  position: relative;
  z-index: 1;
  color: #b1b1b1;
  transition: all 0.4s ease;
}

.footer-widget .footer-widget-menu ul li a:after {
  position: absolute;
  content: "";
  z-index: 1;
  width: 0;
  height: 1px;
  background-color: #000000;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  transition: all 0.4s ease;
}

.footer-widget .footer-widget-menu ul li a:hover:after {
  width: 100%;
}

.footer-widget .footer-widget-menu.style-1 ul li a:after {
  background-color: #ffffff;
}

.footer-widget .footer-widget-menu.style-1 ul li a:hover {
  color: #ffffff;
}

.footer-widget .footer-widget-menu.style-2 ul li a:after {
  background-color: #1249a8;
}

.footer-widget .footer-widget-menu.style-2 ul li a:hover {
  color: #1249a8;
}

.footer-widget .footer-widget-newsletter.style-1 input {
  padding: 10px 20px;
  border: 0;
  border-radius: 5px 0 0 5px;
  background-color: #232034;
  max-width: 300px;
  height: 50px;
  width: 100%;
  margin-bottom: 15px;
  color: #ffffff;
}

.footer-widget .footer-widget-newsletter.style-1 input:focus {
  box-shadow: none;
}

.footer-widget .footer-widget-newsletter.style-1 button {
  padding: 9px 15px;
  font-size: 14px;
  margin-bottom: 15px;
  height: 50px;
  border-radius: 0 5px 5px 0;
}

.footer-widget .footer-widget-newsletter.style-1 button:hover {
  color: #ffffff;
  border-color: #ffffff;
}

.footer-widget .footer-widget-newsletter.style-1 .checkbox {
  padding-left: 5px;
  margin-right: 30px;
  margin-bottom: 5px;
}

.footer-widget .footer-widget-newsletter.style-1 .checkbox label {
  padding-left: 20px;
  color: #b1b1b1;
  margin-bottom: 0;
  font-size: 15px;
  position: relative;
}

.footer-widget .footer-widget-newsletter.style-1 .checkbox label:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 6px;
  left: 0;
  margin-left: -5px;
  border: 1px solid;
  border-color: #333333;
  border-radius: 3px;
  background-color: transparent;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.footer-widget .footer-widget-newsletter.style-1 .checkbox label:after {
  position: absolute;
  margin-left: -20px;
  padding-left: 3px;
  font-size: 10px;
  color: #555555;
}

.footer-widget .footer-widget-newsletter.style-1 .checkbox input[type="checkbox"] {
  display: none;
}

.footer-widget .footer-widget-newsletter.style-1 .checkbox input[type="checkbox"]:checked + label::after {
  font-family: 'Font Awesome 5 Free';
  content: "\f00c";
  font-weight: 900;
  color: #ffffff;
  left: 15px;
  top: 4px;
}

.footer-widget .footer-widget-newsletter.style-1 .checkbox input[type="checkbox"]:checked + label::before {
  background-color: #1249a8;
  border-color: #1249a8;
}

.footer-widget .footer-widget-newsletter.style-2 {
  background-color: #111014;
  padding: 50px 30px;
  height: 100%;
  display: flex;
  align-items: center;
}

.footer-widget .footer-widget-newsletter.style-2 .footer-widget-title {
  margin-bottom: 20px;
}

.footer-widget .footer-widget-newsletter.style-2 input {
  padding: 10px 20px;
  border: 0;
  border-radius: 0;
  background-color: #ffffff;
  max-width: 300px;
  height: 50px;
  width: 100%;
  margin-bottom: 15px;
  color: #000000;
}

.footer-widget .footer-widget-newsletter.style-2 input:focus {
  box-shadow: none;
}

.footer-widget .footer-widget-newsletter.style-2 button {
  padding: 9px 15px;
  font-size: 14px;
  margin-bottom: 15px;
  height: 50px;
  border-radius: 0;
}

.footer-widget .footer-widget-newsletter.style-2 .checkbox {
  padding-left: 5px;
}

.footer-widget .footer-widget-newsletter.style-2 .checkbox label {
  padding-left: 20px;
  color: #b1b1b1;
  margin-bottom: 0;
  font-size: 15px;
  position: relative;
}

.footer-widget .footer-widget-newsletter.style-2 .checkbox label:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 6px;
  left: 0;
  margin-left: -5px;
  border: 1px solid;
  border-color: #333333;
  border-radius: 3px;
  background-color: transparent;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.footer-widget .footer-widget-newsletter.style-2 .checkbox label:after {
  position: absolute;
  margin-left: -20px;
  padding-left: 3px;
  font-size: 10px;
  color: #555555;
}

.footer-widget .footer-widget-newsletter.style-2 .checkbox input[type="checkbox"] {
  display: none;
}

.footer-widget .footer-widget-newsletter.style-2 .checkbox input[type="checkbox"]:checked + label::after {
  font-family: 'Font Awesome 5 Free';
  content: "\f00c";
  font-weight: 900;
  color: #ffffff;
  left: 15px;
  top: 4px;
}

.footer-widget .footer-widget-newsletter.style-2 .checkbox input[type="checkbox"]:checked + label::before {
  background-color: #1249a8;
  border-color: #1249a8;
}

.footer-widget .footer-widget-about .entry-logo {
  margin-bottom: 30px;
}

.footer-widget .footer-widget-about .entry-address {
  color: #bfbfbf;
}

.footer-widget .footer-widget-about .entry-email {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  font-family: "Cormorant", sans-serif;
}

.footer-widget .footer-widget-about .entry-phone {
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
}

.footer-top.style-1 {
  padding-top: 100px;
  padding-bottom: 50px;
}

.footer-top.style-2 {
  padding-top: 100px;
  padding-bottom: 50px;
  border-top: 1px solid;
  border-color: rgba(255, 255, 255, 0.1);
}

.footer-middle.style-1 {
  padding: 30px 0;
  border-top: 1px solid;
  border-color: #1f1a37;
  display: flex;
  align-items: center;
}

.footer-middle.style-1 .entry-logo {
  margin-bottom: 30px;
}

.footer-middle.style-1 .entry-address {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 30px;
}

.footer-middle.style-1 .entry-address .entry-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #878787;
  height: 45px;
  width: 45px;
  border: 1px solid;
  border-color: #454545;
  border-radius: 50%;
}

.footer-middle.style-1 .entry-address .entry-title {
  color: #b1b1b1;
}

.footer-middle.style-1 .entry-address .entry-item {
  color: #d1d1d1;
  font-size: 18px;
  font-weight: 600;
}

.footer-bottom.style-1 {
  border-top: 1px solid;
  border-color: #1f1a37;
  min-height: 100px;
  display: flex;
  align-items: center;
}

.footer-bottom.style-1 .entry-text {
  color: #b1b1b1;
  margin: 5px 0;
}

.footer-bottom.style-2 {
  border-top: 1px solid;
  border-color: rgba(255, 255, 255, 0.1);
  min-height: 100px;
  display: flex;
  align-items: center;
}

.footer-bottom.style-2 .entry-text {
  color: #b1b1b1;
  margin: 5px 0;
}

/*========================================================================
14. Header
=========================================================================*/
@media (min-width: 1600px) {
  .container-fluid.box-layout {
    max-width: 1554px;
    width: 100%;
  }
}

header.header {
  width: 100%;
  position: relative;
  z-index: 5;
}

@media only screen and (max-width: 991px) {
  header.header {
    display: none;
  }
}

header.header:not(.trheader):not(.sticky) .site-branding .logo-dark {
  display: inline-block;
}

header.header:not(.trheader):not(.sticky) .site-branding .logo-light {
  display: none;
}

header.header:not(.trheader).sticky .site-branding .logo-dark {
  display: inline-block;
}

header.header:not(.trheader).sticky .site-branding .logo-light {
  display: none;
}

header.header.trheader:not(.sticky) .site-branding .logo-light {
  display: inline-block;
}

header.header.trheader:not(.sticky) .site-branding .logo-dark {
  display: none;
}

header.header.trheader.sticky .site-branding .logo-dark {
  display: inline-block;
}

header.header.trheader.sticky .site-branding .logo-light {
  display: none;
}

.header-menu {
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 100;
  transition: all 0.3s ease-in-out;
}

.header-menu:after {
  clear: both;
  content: "";
  display: block;
}

nav.template-main-menu.menu-text-light > ul.menu > li.menu-item > a {
  color: #ffffff;
}

.sticky-on.sticky nav.template-main-menu.menu-text-light > ul.menu > li.menu-item > a {
  color: #ffffff;
}

nav.template-main-menu.menu-text-dark > ul.menu > li.menu-item > a {
  color: #080337;
}

nav.template-main-menu > ul.menu {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
}

nav.template-main-menu > ul.menu li.menu-item {
  position: relative;
  z-index: 1;
}

nav.template-main-menu > ul.menu li.menu-item a {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
}

nav.template-main-menu > ul.menu > li.menu-item > a {
  display: block;
}

nav.template-main-menu > ul.menu > li.menu-item > a:focus {
  outline: none;
}

nav.template-main-menu > ul.menu > li.menu-item > a:before {
  content: "";
  bottom: 30px;
  transform: translateY(-50%);
  position: absolute;
  right: 20px;
  background-color: #1249a8;
  border-radius: 45px;
  width: 0;
  height: 3px;
  transition: all 0.3s ease-in-out;
}

nav.template-main-menu > ul.menu > li.menu-item:hover > a:before {
  width: 15px;
}

nav.template-main-menu > ul.menu > li.menu-item.active > a:before {
  width: 15px;
}

nav.template-main-menu > ul.menu > li.menu-item > ul.sub-menu {
  background-color: #07113e;
  list-style: none;
  padding: 20px;
  min-width: 190px;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: 2;
  top: 100%;
  left: 0;
  transform: scaleY(0);
  transform-origin: 0 0 0;
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
}

nav.template-main-menu > ul.menu > li.menu-item > ul.sub-menu > li.menu-item > a {
  color: #ffffff;
  padding: 5px 0;
  line-height: 1.4;
  transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
}

nav.template-main-menu > ul.menu > li.menu-item > ul.sub-menu > li.menu-item > a:before {
  content: "";
  bottom: 5px;
  position: absolute;
  right: 0;
  background-color: #1249a8;
  width: 0;
  height: 2px;
  transition: all 0.3s ease-in-out;
}

nav.template-main-menu > ul.menu > li.menu-item > ul.sub-menu > li.menu-item:hover > a, nav.template-main-menu > ul.menu > li.menu-item > ul.sub-menu > li.menu-item.active > a {
  color: #1249a8;
}

nav.template-main-menu > ul.menu > li.menu-item > ul.sub-menu > li.menu-item:hover > a:before, nav.template-main-menu > ul.menu > li.menu-item > ul.sub-menu > li.menu-item.active > a:before {
  width: 100%;
}

nav.template-main-menu > ul.menu > li.menu-item > ul.sub-menu > li.menu-item.second-lavel > ul.sub-menu {
  min-width: 172px;
  left: calc(100% + 20px);
  top: 0;
  background-color: #07113e;
  border-radius: 10px;
  list-style: none;
  padding: 20px;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: 2;
  transform: scaleY(0);
  transform-origin: 0 0 0;
  box-shadow: 0px 10px 15px -10px rgba(0, 0, 0, 0.1);
  transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
}

nav.template-main-menu > ul.menu > li.menu-item > ul.sub-menu > li.menu-item.second-lavel > ul.sub-menu > li.menu-item {
  position: relative;
  z-index: 1;
}

nav.template-main-menu > ul.menu > li.menu-item > ul.sub-menu > li.menu-item.second-lavel > ul.sub-menu > li.menu-item > a {
  color: #ffffff;
  padding: 5px 0;
  line-height: 1.4;
  transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
}

nav.template-main-menu > ul.menu > li.menu-item > ul.sub-menu > li.menu-item.second-lavel > ul.sub-menu > li.menu-item > a:before {
  content: "";
  bottom: 5px;
  position: absolute;
  right: 0;
  background-color: #1249a8;
  width: 0;
  height: 2px;
  transition: all 0.3s ease-in-out;
}

nav.template-main-menu > ul.menu > li.menu-item > ul.sub-menu > li.menu-item.second-lavel > ul.sub-menu > li.menu-item:hover > a {
  color: #1249a8;
}

nav.template-main-menu > ul.menu > li.menu-item > ul.sub-menu > li.menu-item.second-lavel > ul.sub-menu > li.menu-item:hover > a:before {
  width: 100%;
}

nav.template-main-menu > ul.menu > li.menu-item.menu-item-has-children:hover ul.sub-menu {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}

nav.template-main-menu > ul.menu > li.menu-item.menu-item-has-children:hover ul.sub-menu li.menu-item-has-children.second-lavel:hover ul.sub-menu {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}

nav.template-main-menu > ul.menu > li.menu-item.mega-menu.mega-menu-col-2.menu-item-has-children > ul.sub-menu {
  display: flex;
  width: inherit;
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1);
}

nav.template-main-menu > ul.menu > li.menu-item.mega-menu.mega-menu-col-2.menu-item-has-children > ul.sub-menu > .menu-item > .sub-menu {
  background-color: #07113e;
  list-style: none;
  min-width: 172px;
  box-shadow: none;
  transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
}

nav.template-main-menu > ul.menu > li.menu-item.mega-menu.mega-menu-col-2.menu-item-has-children > ul.sub-menu > .menu-item > .sub-menu > li.menu-item {
  position: relative;
  z-index: 1;
}

nav.template-main-menu > ul.menu > li.menu-item.mega-menu.mega-menu-col-2.menu-item-has-children > ul.sub-menu > .menu-item > .sub-menu > li.menu-item > a {
  color: #ffffff;
  padding: 5px 0;
  line-height: 1.4;
  transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
}

nav.template-main-menu > ul.menu > li.menu-item.mega-menu.mega-menu-col-2.menu-item-has-children > ul.sub-menu > .menu-item > .sub-menu > li.menu-item > a:before {
  content: "";
  bottom: 5px;
  position: absolute;
  right: 0;
  background-color: #1249a8;
  width: 0;
  height: 2px;
  transition: all 0.3s ease-in-out;
}

nav.template-main-menu > ul.menu > li.menu-item.mega-menu.mega-menu-col-2.menu-item-has-children > ul.sub-menu > .menu-item > .sub-menu > li.menu-item:hover > a {
  color: #1249a8;
}

nav.template-main-menu > ul.menu > li.menu-item.mega-menu.mega-menu-col-2.menu-item-has-children > ul.sub-menu > .menu-item > .sub-menu > li.menu-item:hover > a:before {
  width: 100%;
}

.site-branding .logo-dark img,
.site-branding .logo-light img {
  transition: max-width 0.5s ease-in;
}

.header1 .navbar-wrap {
  width: 100%;
  position: relative;
  z-index: 1;
}

.header1 .navbar-wrap .header-menu {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 1536px) {
  .header1 .navbar-wrap .header-menu {
    padding: 0;
  }
}

.header1 nav.template-main-menu ul.menu > li.menu-item > a {
  padding: 41px 20px;
}

@media (max-width: 1536px) {
  .header1 nav.template-main-menu ul.menu > li.menu-item > a {
    padding: 41px 15px;
  }
}

@media (max-width: 1199px) {
  .header1 nav.template-main-menu ul.menu > li.menu-item > a {
    padding: 41px 10px;
  }
}

.header1 nav.template-main-menu ul.menu > li.menu-item:first-child > a {
  padding: 41px 20px 41px 0;
}

@media (max-width: 1536px) {
  .header1 nav.template-main-menu ul.menu > li.menu-item:first-child > a {
    padding: 41px 15px 41px 0;
  }
}

@media (max-width: 1199px) {
  .header1 nav.template-main-menu ul.menu > li.menu-item:first-child > a {
    padding: 41px 10px 41px 0;
  }
}

.header1.sticky-on.sticky .navbar-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

.header1.sticky-on.sticky .navbar-wrap .header-menu {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  background-color: white;
}

.header1.sticky-on.sticky nav.template-main-menu ul.menu > li.menu-item > a {
  padding: 26px 20px;
}

@media (max-width: 1536px) {
  .header1.sticky-on.sticky nav.template-main-menu ul.menu > li.menu-item > a {
    padding: 26px 15px;
  }
}

@media (max-width: 1199px) {
  .header1.sticky-on.sticky nav.template-main-menu ul.menu > li.menu-item > a {
    padding: 26px 10px;
  }
}

.header1.sticky-on.sticky nav.template-main-menu ul.menu > li.menu-item > a:before {
  bottom: 15px;
}

.header1.sticky-on.sticky nav.template-main-menu ul.menu > li.menu-item:first-child > a {
  padding: 26px 20px 26px 0;
}

@media (max-width: 1536px) {
  .header1.sticky-on.sticky nav.template-main-menu ul.menu > li.menu-item:first-child > a {
    padding: 26px 15px 26px 0;
  }
}

@media (max-width: 1199px) {
  .header1.sticky-on.sticky nav.template-main-menu ul.menu > li.menu-item:first-child > a {
    padding: 26px 10px 26px 0;
  }
}

.header1.sticky-on.sticky .search-wrap a {
  background-color: #f3f3f3;
}

.header1.sticky-on.sticky .search-wrap a svg {
  stroke: #ffffff;
}

.header1.sticky-on.sticky .search-wrap a:hover {
  background-color: #1249a8;
}

.header1.sticky-on.sticky .search-wrap a:hover svg {
  stroke: #1249a8;
}

.header1.sticky-on.sticky .item-btn:hover {
  background-color: transparent;
  color: #1249a8;
  border: 1px solid #1249a8;
}

.header-action-items {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}

.header-action-items > li {
  list-style: none;
  margin-right: 10px;
  display: flex;
  align-items: center;
}

.header-action-items > li:last-child {
  margin-right: 0;
}

.template-search {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1d2858;
  transform: translate(0px, -100%) scale(0, 0);
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
  transition: all 0.7s ease-in-out;
}

.template-search .search-form {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}

.template-search .search-form input[type="search"] {
  background-color: #1d2858;
  width: 60%;
  color: #ffffff;
  font-size: 30px;
  text-align: left;
  border: none;
  border-bottom: 1px solid #ffffff;
  margin: 0 auto;
  padding: 10px 0;
  outline: none;
}

.template-search .search-form .search-btn {
  color: #ffffff;
  padding: 28px 0 28px 60px;
  box-shadow: none;
  border: none;
  cursor: pointer;
  font-size: 24px;
  font-weight: 600;
  transform: translateX(-88px);
  background-color: transparent;
  transition: all 0.3s ease-out;
}

.template-search .search-form .search-btn i {
  margin-left: 0;
}

.template-search .search-form .search-btn:focus {
  box-shadow: none;
  outline: none;
}

.template-search .search-form .search-btn:hover {
  color: #1249a8;
}

.template-search .search-form input::-webkit-input-placeholder {
  color: #c8c8c8;
  font-size: 26px;
}

.template-search .search-form input::-moz-placeholder {
  color: #c8c8c8;
  font-size: 26px;
}

.template-search .search-form input:-moz-placeholder {
  color: #c8c8c8;
  font-size: 26px;
}

.template-search .search-form input:-ms-input-placeholder {
  color: #c8c8c8;
  font-size: 26px;
}

.template-search .close {
  background-color: transparent;
  position: fixed;
  top: 30px;
  right: 50px;
  color: #ffffff;
  border: none;
  opacity: 0.8;
  visibility: visible;
  padding: 3px 15px 5px;
  font-size: 50px;
  font-weight: 300;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.template-search .close:focus {
  box-shadow: none;
  border: none;
  outline: none;
}

.template-search .close:hover {
  opacity: 1;
}

.template-search.open {
  transform: translate(0px, 0px) scale(1, 1);
  opacity: 1;
  visibility: visible;
}

.search-wrap a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 21px;
  font-weight: 600;
  color: #000000;
  background-color: #ffffff;
  border: 1px solid;
  border-color: #edebeb;
  height: 50px;
  width: 50px;
  transition: all 0.3s ease-in-out;
}

.search-wrap a:hover {
  background-color: #1249a8;
  color: #ffffff;
  border-color: #1249a8;
}

.offscreen-navigation .menu > li {
  border-bottom: 1px solid #e9e9e9;
}

.offscreen-navigation .menu > li:last-child {
  border-bottom: 0;
}

.offscreen-navigation .menu > li > a {
  background-color: #f3f3f3;
  font-size: 16px;
  padding: 12px 30px;
  transition: all 0.3s ease-in-out;
}

.offscreen-navigation .menu > li > a:hover {
  background-color: #f8f8f8;
}

.offscreen-navigation .menu > li > a.opened {
  background-color: #f8f8f8;
}

.offscreen-navigation .menu > li.active > a {
  background-color: #f8f8f8;
}

.offscreen-navigation .sub-menu {
  display: none;
  background-color: #ffffff;
}

.offscreen-navigation .sub-menu li a {
  border-top: 1px solid #f1f1f1;
  padding-left: 50px;
  font-size: 15px;
  padding-top: 7px;
  padding-bottom: 7px;
  transition: all 0.3s ease-in-out;
}

.offscreen-navigation .sub-menu li a:hover {
  background-color: rgba(242, 56, 1, 0.05);
}

.offscreen-navigation .sub-menu li.active > a {
  background-color: rgba(242, 56, 1, 0.05);
}

.offscreen-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.offscreen-navigation ul li > a {
  display: block;
  position: relative;
  color: #000000;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}

.offscreen-navigation ul li > a:hover {
  color: var(--color_primary);
}

.offscreen-navigation ul li.menu-item-has-children > a:after {
  color: #999999;
  content: "\f067";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  right: 20px;
  position: absolute;
  font-size: 12px;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease-in-out;
}

.offscreen-navigation ul li.menu-item-has-children > a:before {
  color: #999999;
  content: "\f068";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  right: 20px;
  position: absolute;
  font-size: 12px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}

.offscreen-navigation ul li.menu-item-has-children > a.opened:after {
  opacity: 0;
  visibility: hidden;
}

.offscreen-navigation ul li.menu-item-has-children > a.opened:before {
  opacity: 1;
  visibility: visible;
}

.fxt-slide-nav {
  position: absolute;
  background: #fff;
  width: 100%;
  left: 0;
  display: none;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  top: 100%;
  z-index: 99;
}

.fxt-header-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  background-color: #ffffff;
  padding: 5px 15px;
  border-bottom: 1px solid rgba(81, 81, 81, 0.15);
}

@media (min-width: 991px) {
  .fxt-header-menu {
    display: none;
  }
}

.mean-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

body .sidebarBtn {
  display: block;
  padding: 12px 0;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

body .sidebarBtn .bar {
  background: #000000;
  height: 2px;
  width: 30px;
  display: block;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

body .sidebarBtn .bar:nth-child(2), body .sidebarBtn .bar:nth-child(3) {
  width: 25px;
  margin-left: 5px;
}

body .sidebarBtn .bar:last-child {
  margin-bottom: 0;
}

body.slidemenuon .sidebarBtn .bar:nth-child(2), body.slidemenuon .sidebarBtn .bar:nth-child(3) {
  opacity: 0;
}

body.slidemenuon .sidebarBtn .bar:nth-child(1) {
  transform: rotate(45deg) translate(7px, 7px);
}

body.slidemenuon .sidebarBtn .bar:nth-child(4) {
  transform: rotate(-45deg) translate(8px, -8px);
}

/*========================================================================
15. Hero
=========================================================================*/
.hero-wrap.style-1 {
  background-color: #f9faff;
  padding-top: 200px;
  padding-bottom: 0;
  height: 100vh;
}

@media (max-width: 991px) {
  .hero-wrap.style-1 {
    padding-top: 120px;
    text-align: center;
    height: auto;
  }
}

.hero-box.style-1 {
  height: 100%;
}

.hero-box.style-1 .entry-content {
  max-width: 540px;
  width: 100%;
  display: flex;
  align-items: center;
  height: 100%;
}

@media (max-width: 991px) {
  .hero-box.style-1 .entry-content {
    justify-content: center;
    margin: 0 auto;
  }
}

.hero-box.style-1 .entry-content .entry-inner {
  margin-bottom: 100px;
}

@media (max-width: 991px) {
  .hero-box.style-1 .entry-content .entry-inner {
    margin-bottom: 60px;
  }
}

.hero-box.style-1 .entry-content .entry-title {
  margin-bottom: 35px;
}

.hero-box.style-1 .entry-content .entry-title span {
  color: #1249a8;
}

.hero-box.style-1 .entry-content .entry-text {
  font-size: 18px;
  margin-bottom: 40px;
}

.hero-box.style-1 .entry-content .btn-wrap {
  display: flex;
  gap: 10px;
}

@media (max-width: 991px) {
  .hero-box.style-1 .entry-content .btn-wrap {
    justify-content: center;
  }
}

.hero-box.style-1 .entry-figure {
  position: relative;
}

.hero-wrap.style-2 {
  background-color: #fdf8f3;
  padding-top: 200px;
  padding-bottom: 100px;
  position: relative;
  z-index: 0;
}

@media (max-width: 991px) {
  .hero-wrap.style-2 {
    padding-top: 120px;
  }
}

.hero-wrap.style-2:before {
  position: absolute;
  z-index: 1;
  content: "";
  background-image: url(../image/elements/banner-shape.png);
  bottom: 0;
  left: 0;
  right: 0;
  height: 530px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-box.style-2 {
  height: 100%;
}

.hero-box.style-2 .entry-content {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  position: relative;
}

@media (max-width: 991px) {
  .hero-box.style-2 .entry-content {
    justify-content: center;
    text-align: center;
  }
}

.hero-box.style-2 .entry-content .entry-social {
  padding: 0;
  margin: 0;
  top: calc(50% - 100px);
  transform: translateY(-50%);
  right: 0;
  position: absolute;
  z-index: 1;
}

.hero-box.style-2 .entry-content .entry-social li {
  margin-bottom: 10px;
}

.hero-box.style-2 .entry-content .entry-social li:last-child {
  margin-bottom: 0;
}

.hero-box.style-2 .entry-content .entry-social li a {
  border-radius: 50%;
  border: 1px solid;
  border-color: #b8b8b9;
  height: 40px;
  width: 40px;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  background-color: transparent;
  color: #000248;
  font-size: 15px;
}

.hero-box.style-2 .entry-content .entry-social li a:hover {
  color: #ffffff;
  background-color: #1249a8;
  transition: 0.4s all ease;
}

.hero-box.style-2 .entry-content .entry-social li.facebook a:hover {
  background-color: #3b5998;
  border-color: #3b5998;
}

.hero-box.style-2 .entry-content .entry-social li.twitter a:hover {
  background-color: #00acee;
  border-color: #00acee;
}

.hero-box.style-2 .entry-content .entry-social li.instagram a:hover {
  background-color: #3f729b;
  border-color: #3f729b;
}

.hero-box.style-2 .entry-content .entry-social li.pinterest a:hover {
  background-color: #c8232c;
  border-color: #c8232c;
}

.hero-box.style-2 .entry-content .entry-inner {
  max-width: 540px;
  width: 100%;
  margin-bottom: 200px;
}

.hero-box.style-2 .entry-content .entry-title {
  margin-bottom: 35px;
}

.hero-box.style-2 .entry-content .entry-title span {
  color: #1249a8;
}

.hero-box.style-2 .entry-content .entry-text {
  font-size: 18px;
  margin-bottom: 40px;
}

.hero-box.style-2 .entry-content .btn-wrap {
  display: flex;
  gap: 10px;
}

@media (max-width: 991px) {
  .hero-box.style-2 .entry-content .btn-wrap {
    justify-content: center;
  }
}

.hero-box.style-2 .entry-figure {
  text-align: center;
}

@media (max-width: 991px) {
  .hero-box.style-2 .entry-figure {
    margin-bottom: 50px;
  }
}

.page-header {
  padding: 250px 0 130px;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
}

@media (max-width: 991px) {
  .page-header {
    padding: 140px 0 70px;
  }
}

.page-header .page-header-wrapper {
  position: relative;
  z-index: 4;
}

.page-header .page-header-wrapper .entry-tag {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.page-header .page-header-wrapper .entry-tag li {
  margin-right: 10px;
}

.page-header .page-header-wrapper .entry-tag li:last-child {
  margin-right: 0;
}

.page-header .page-header-wrapper .entry-tag li a {
  position: relative;
  z-index: 1;
  display: flex;
  padding: 3px 15px;
  border-radius: 3px;
  border: 1px solid #e1e2e2;
  color: #080337;
  font-size: 13px;
  overflow: hidden;
  transition: all 0.4s ease;
}

.page-header .page-header-wrapper .entry-tag li a:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  height: 0;
  background-color: #080337;
  border-radius: 50% 50% 0 0;
  transition: height 0.4s ease;
}

.page-header .page-header-wrapper .entry-tag li a:hover {
  border: 1px solid #ffffff;
  color: #1249a8;
}

.page-header .page-header-wrapper .entry-tag li a:hover:before {
  height: 300%;
}

.page-header .page-header-title {
  font-size: 50px;
  font-weight: 700;
  max-width: 600px;
  width: 100%;
  position: relative;
  z-index: 2;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  color: #080337;
}

.page-header .breadcrumbs {
  font-family: "Cormorant", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #080337;
}

.page-header .breadcrumbs .list-item a {
  color: #080337;
  transition: all 0.4s ease;
}

.page-header .breadcrumbs .list-item a:hover {
  color: #1249a8;
}

.page-header .breadcrumbs .list-item .separator {
  display: inline-block;
  margin: 0 10px;
}

.page-header .breadcrumbs .list-item .current-item {
  color: #1249a8;
}

/*========================================================================
16. Pricing
=========================================================================*/
.pricing-wrap.style-1 {
  background-color: #f4fafe;
  padding-top: 119px;
  padding-bottom: 0;
}

@media (max-width: 1199px) {
  .pricing-wrap.style-1 {
    padding-top: 109px;
  }
}

@media (max-width: 991px) {
  .pricing-wrap.style-1 {
    padding-top: 99px;
  }
}

@media (max-width: 767px) {
  .pricing-wrap.style-1 {
    padding-top: 89px;
  }
}

@media (max-width: 575px) {
  .pricing-wrap.style-1 {
    padding-top: 79px;
  }
}

.pricing-box.style-1 {
  margin-bottom: 24px;
  padding: 60px 30px;
  background-color: #0d112a;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.pricing-box.style-1 .entry-price {
  font-size: 32px;
  color: #ffffff;
  font-weight: 600;
  transition: all 0.4s ease;
}

.pricing-box.style-1 .entry-duration {
  letter-spacing: 3px;
  font-size: 14px;
  color: #9fa8dd;
  font-weight: 500;
  margin-bottom: 35px;
}

.pricing-box.style-1 .entry-package {
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  background-color: #e93404;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  padding: 13px 10px;
  letter-spacing: 1px;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 40px;
  transition: all 0.4s ease;
}

.pricing-box.style-1 .entry-info {
  text-align: left;
  display: grid;
  gap: 12px;
  margin-bottom: 50px;
}

.pricing-box.style-1 .entry-info li {
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
}

.pricing-box.style-1 .entry-info li i {
  color: #e93404;
  font-size: 15px;
  margin-right: 15px;
}

.pricing-box.style-1 .entry-info li.item-deactivate {
  color: #8890c7;
}

.pricing-box.style-1 .entry-info li.item-deactivate i {
  color: #8890c7;
}

.pricing-box.style-1 .pricing-btn {
  border: 1px solid;
  border-color: #1e2347;
  padding: 8px 40px;
  border-radius: 45px;
  color: #ffffff;
  background-color: #1e2347;
  font-weight: 500;
  font-size: 16px;
  transition: all 0.4s ease;
}

.pricing-box.style-1:hover .entry-price {
  color: #1249a8;
}

.pricing-box.style-1:hover .entry-package {
  background-color: #1e2347;
}

.pricing-box.style-1:hover .pricing-btn {
  background-color: #1249a8;
}

.pricing-box.style-1:hover .pricing-btn:hover {
  background-color: transparent;
  border-color: #1249a8;
  color: #1249a8;
}

/*========================================================================
17. Process
=========================================================================*/
.process-wrap.style-1 {
  padding-top: 130px;
  padding-bottom: 130px;
  overflow: hidden;
}

@media (max-width: 1199px) {
  .process-wrap.style-1 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

@media (max-width: 991px) {
  .process-wrap.style-1 {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}

@media (max-width: 767px) {
  .process-wrap.style-1 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media (max-width: 575px) {
  .process-wrap.style-1 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

.process-box-wrap {
  position: relative;
}

@media (max-width: 991px) {
  .process-box-wrap {
    text-align: center;
  }
}

.process-box-wrap .heading-column {
  box-shadow: 0 0 81px 0 rgba(0, 0, 0, 0.06);
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  display: inline-block;
  transform: translateX(-50%) translateY(-50%);
}

@media (max-width: 575px) {
  .process-box-wrap .heading-column {
    border-radius: 0;
    display: block;
  }
}

@media (max-width: 991px) {
  .process-box-wrap .heading-column {
    top: inherit;
    left: inherit;
    transform: translateX(0) translateY(0);
    position: static;
  }
}

.process-box-wrap .box-column {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

@media (max-width: 991px) {
  .process-box-wrap .box-column {
    gap: 0;
  }
}

.process-box.style-1 {
  width: 450px;
  height: 450px;
  border-radius: 50%;
  background-color: #ffffff;
  position: relative;
}

@media (max-width: 575px) {
  .process-box.style-1 {
    width: 100%;
    height: auto;
    border-radius: 0;
    padding: 10px 15px;
  }
}

@media (max-width: 991px) {
  .process-box.style-1 {
    margin-top: 30px;
  }
}

.process-box.style-1.color-1 {
  background-color: #05aa79;
}

.process-box.style-1.color-1 .entry-number {
  color: #52eec0;
}

.process-box.style-1.color-1 .entry-title {
  color: #ffffff;
}

.process-box.style-1.color-1 .entry-text {
  color: #ffffff;
}

.process-box.style-1.color-2 {
  background-color: #2d85fe;
}

.process-box.style-1.color-2 .entry-number {
  color: #7fb5fe;
}

.process-box.style-1.color-2 .entry-title {
  color: #ffffff;
}

.process-box.style-1.color-2 .entry-text {
  color: #ffffff;
}

.process-box.style-1.color-3 {
  background-color: #fc3346;
}

.process-box.style-1.color-3 .entry-number {
  color: #fd8893;
}

.process-box.style-1.color-3 .entry-title {
  color: #ffffff;
}

.process-box.style-1.color-3 .entry-text {
  color: #ffffff;
}

.process-box.style-1 .entry-number {
  font-size: 40px;
}

.process-box.style-1 .entry-sub-title {
  font-size: 20px;
  font-weight: 600;
}

.process-box.style-1 .entry-sub-title span {
  font-size: 22px;
  display: block;
  color: #1249a8;
}

.process-box.style-1 h2.entry-title {
  font-size: 46px;
  font-weight: 700;
  margin-bottom: 0;
}

.process-box.style-1 h3.entry-title {
  font-size: 30px;
  font-weight: 700;
}

.process-box.style-1 .content-center-center {
  max-width: 340px;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
}

@media (max-width: 575px) {
  .process-box.style-1 .content-center-center {
    max-width: 100%;
    padding-top: 10px;
    padding-bottom: 20px;
  }
}

@media (max-width: 991px) {
  .process-box.style-1 .content-center-center {
    position: static;
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    transform: translateX(0) translateY(0);
  }
}

.process-box.style-1 .content-top-center {
  max-width: 340px;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  text-align: center;
}

@media (max-width: 575px) {
  .process-box.style-1 .content-top-center {
    max-width: 100%;
  }
}

@media (max-width: 991px) {
  .process-box.style-1 .content-top-center {
    position: static;
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
  }
}

.process-box.style-1 .content-bottom-left {
  max-width: 310px;
  width: 100%;
  position: absolute;
  bottom: 115px;
  left: 70px;
}

@media (max-width: 575px) {
  .process-box.style-1 .content-bottom-left {
    max-width: 100%;
  }
}

@media (max-width: 991px) {
  .process-box.style-1 .content-bottom-left {
    position: static;
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
  }
}

.process-box.style-1 .content-bottom-right {
  text-align: right;
  max-width: 310px;
  width: 100%;
  position: absolute;
  bottom: 115px;
  right: 70px;
}

@media (max-width: 575px) {
  .process-box.style-1 .content-bottom-right {
    max-width: 100%;
  }
}

@media (max-width: 991px) {
  .process-box.style-1 .content-bottom-right {
    position: static;
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    text-align: center;
  }
}

.process-wrap.style-2 {
  padding-bottom: 130px;
}

@media (max-width: 1199px) {
  .process-wrap.style-2 {
    padding-bottom: 120px;
  }
}

@media (max-width: 991px) {
  .process-wrap.style-2 {
    padding-bottom: 110px;
  }
}

@media (max-width: 767px) {
  .process-wrap.style-2 {
    padding-bottom: 100px;
  }
}

@media (max-width: 575px) {
  .process-wrap.style-2 {
    padding-bottom: 90px;
  }
}

.process-wrap.style-2.has-animation .process-shap {
  position: relative;
  z-index: 0;
}

@media (max-width: 1250px) {
  .process-wrap.style-2.has-animation .process-shap {
    display: none;
  }
}

.process-wrap.style-2.has-animation .process-shap svg {
  position: absolute;
  z-index: -1;
  top: -30px;
  left: -100px;
  right: 0;
}

.process-wrap.style-2.has-animation .process-shap .dashed1 {
  stroke-dashoffset: 1700;
}

.process-wrap.style-2.has-animation .process-shap .dashed1 {
  stroke-dasharray: 1700;
}

.process-wrap.style-2.has-animation .process-shap .dashed2 {
  stroke-dasharray: 12;
}

@-webkit-keyframes dash_animation {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes dash_animation {
  to {
    stroke-dashoffset: 0;
  }
}

.process-wrap.style-2.has-animation.active-animation .process-shap .dashed1 {
  -webkit-animation: dash_animation 2.5s linear forwards;
          animation: dash_animation 2.5s linear forwards;
}

.process-box.style-2 {
  row-gap: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.process-box.style-2 .entry-figure {
  position: relative;
  display: inline-block;
}

.process-box.style-2 .entry-figure img {
  border-radius: 50%;
}

.process-box.style-2 .entry-figure:after {
  content: "";
  height: 200px;
  width: 200px;
  border-radius: 50%;
  background-color: #000000;
  opacity: 0.8;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  transition: all 0.4s ease;
}

.process-box.style-2 .entry-figure .entry-icon {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  color: #ffffff;
  font-size: 30px;
}

.process-box.style-2 .entry-figure .entry-number {
  height: 70px;
  width: 70px;
  background-color: #ffffff;
  color: #000000;
  font-weight: 700;
  font-size: 24px;
  border-radius: 50%;
  position: absolute;
  z-index: 3;
  right: -35px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 21px 0 rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
}

.process-box.style-2 .entry-title {
  font-size: 30px;
}

.process-box.style-2 .entry-text {
  margin-bottom: 0;
}

.process-box.style-2:hover .entry-figure:after {
  background-color: #1249a8;
}

.process-box.style-2:hover .entry-figure .entry-number {
  color: #1249a8;
  transform: translateX(-5px) translateY(5px);
}

@media (min-width: 1200px) {
  .child-wrap > div:nth-child(even) .process-box.style-2 {
    flex-direction: column-reverse;
  }
}

/*========================================================================
18. Progress
=========================================================================*/
.progress-wrap.style-1 {
  display: flex;
  gap: 50px;
}

.progress-box.style-1 {
  position: relative;
  z-index: 1;
}

.progress-box.style-1:after {
  position: absolute;
  z-index: 1;
  content: "";
  height: 50px;
  width: 2px;
  background-color: #cacaca;
  right: -25px;
  top: 50%;
  transform: translateY(-50%);
}

.progress-box.style-1:last-child:after {
  display: none;
}

.progress-box.style-1 .progress-rate {
  color: #080337;
  font-size: 36px;
  font-weight: 500;
}

.progress-box.style-1 .progress-title {
  color: #1249a8;
  font-size: 24px;
  font-weight: 500;
}

.progress-wrap.style-2 {
  background-attachment: fixed;
  position: relative;
  z-index: 0;
  padding-top: 130px;
  padding-bottom: 130px;
}

@media (max-width: 1199px) {
  .progress-wrap.style-2 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

@media (max-width: 991px) {
  .progress-wrap.style-2 {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}

@media (max-width: 767px) {
  .progress-wrap.style-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media (max-width: 575px) {
  .progress-wrap.style-2 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

.progress-wrap.style-2:after {
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
  background-color: #0b1322;
  opacity: 0.80;
}

.progress-box.style-2 {
  text-align: center;
  padding: 30px;
}

.progress-box.style-2 .progress-rate {
  font-size: 40px;
  color: #ffffff;
  line-height: 1.4;
}

.progress-box.style-2 .progress-title {
  font-size: 20px;
  color: #ffffff;
  line-height: 1.5;
}

.child-wrap > div:nth-child(1n) .progress-box.style-2 {
  background-color: #1249a8;
}

.child-wrap > div:nth-child(2n) .progress-box.style-2 {
  background-color: #18215a;
}

.child-wrap > div:nth-child(3n) .progress-box.style-2 {
  background-color: #18215a;
}

.child-wrap > div:nth-child(4n) .progress-box.style-2 {
  background-color: #1249a8;
}

.progress-box.style-3 {
  display: flex;
  align-items: center;
  gap: 20px;
}

.progress-box.style-3 .progress-icon {
  font-size: 50px;
}

.progress-box.style-3.color-1 .progress-icon {
  color: #ff0000;
}

.progress-box.style-3.color-2 .progress-icon {
  color: #ff9c00;
}

.progress-box.style-3.color-3 .progress-icon {
  color: #1df1fc;
}

.progress-box.style-3.color-4 .progress-icon {
  color: #9448fd;
}

.progress-box.style-3 .progress-rate {
  color: #18215a;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.15;
}

.progress-box.style-3 .progress-title {
  color: #121418;
  font-size: 20px;
}

/*========================================================================
19. Project
=========================================================================*/
.project-box.style-1 {
  margin-bottom: 24px;
}

.project-box.style-1 .entry-figure {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.project-box.style-1 .entry-content {
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  background-color: #ffffff;
  padding: 15px 30px;
  position: absolute;
  z-index: 1;
  bottom: 30px;
  left: 0;
  margin: 0 30px;
  transform: translateY(50px) translateX(-50px);
  transition: all 0.5s ease;
}

.project-box.style-1 .entry-content:after {
  content: "";
  background-color: #1249a8;
  height: 100%;
  width: 4px;
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 0;
  transition: all 0.5s ease;
  transition-delay: 0.3s;
}

.project-box.style-1 .entry-sub-title {
  color: #1249a8;
  font-weight: 500;
}

.project-box.style-1:hover .entry-content {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) translateX(0);
}

.project-box.style-1:hover .entry-content:after {
  top: 0;
}

.project-wrap.style-2 {
  padding-bottom: 130px;
}

@media (max-width: 1199px) {
  .project-wrap.style-2 {
    padding-bottom: 120px;
  }
}

@media (max-width: 991px) {
  .project-wrap.style-2 {
    padding-bottom: 110px;
  }
}

@media (max-width: 767px) {
  .project-wrap.style-2 {
    padding-bottom: 100px;
  }
}

@media (max-width: 575px) {
  .project-wrap.style-2 {
    padding-bottom: 90px;
  }
}

.project-box.style-2 .entry-figure {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.project-box.style-2 .entry-figure img {
  transition: all 0.5s ease;
}

.project-box.style-2 .entry-content {
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  background-color: #ffffff;
  padding: 15px 30px;
  position: absolute;
  z-index: 1;
  bottom: 30px;
  left: 0;
  margin: 0 30px;
  transform: translateY(50px) translateX(-50px);
  transition: all 0.5s ease;
}

.project-box.style-2 .entry-content:after {
  content: "";
  background-color: #1249a8;
  height: 100%;
  width: 4px;
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 0;
  transition: all 0.5s ease;
  transition-delay: 0.3s;
}

.project-box.style-2 .entry-sub-title {
  color: #1249a8;
  font-weight: 500;
}

.project-box.style-2:hover .entry-figure img {
  transform: scale(1.1);
}

.project-box.style-2:hover .entry-content {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) translateX(0);
}

.project-box.style-2:hover .entry-content:after {
  top: 0;
}

.project-wrap.style-3 {
  padding-top: 130px;
  padding-bottom: 130px;
}

@media (max-width: 1199px) {
  .project-wrap.style-3 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

@media (max-width: 991px) {
  .project-wrap.style-3 {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}

@media (max-width: 767px) {
  .project-wrap.style-3 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media (max-width: 575px) {
  .project-wrap.style-3 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

.project-wrap.style-4 {
  padding-top: 130px;
  padding-bottom: 220px;
}

@media (max-width: 1199px) {
  .project-wrap.style-4 {
    padding-top: 120px;
    padding-bottom: 210px;
  }
}

@media (max-width: 991px) {
  .project-wrap.style-4 {
    padding-top: 110px;
    padding-bottom: 200px;
  }
}

@media (max-width: 767px) {
  .project-wrap.style-4 {
    padding-top: 100px;
    padding-bottom: 190px;
  }
}

@media (max-width: 575px) {
  .project-wrap.style-4 {
    padding-top: 90px;
    padding-bottom: 180px;
  }
}

.single-project-wrap .section-inner-title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 5px;
}

.single-project-wrap .blockquote {
  margin-top: 35px;
  margin-bottom: 35px;
  padding: 50px;
  background-color: #ffffff;
  box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.06);
  position: relative;
  z-index: 1;
}

.single-project-wrap .blockquote:before {
  content: "";
  background-color: #1249a8;
  height: 100%;
  width: 2px;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 1;
}

.single-project-wrap .blockquote .blockquote-content {
  max-width: 850px;
  width: 100%;
  font-size: 24px;
  font-weight: 600;
  color: #080337;
  font-style: italic;
  line-height: 1.5;
  margin-bottom: 5px;
}

@media (max-width: 991px) {
  .single-project-wrap .blockquote .blockquote-content {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .single-project-wrap .blockquote .blockquote-content {
    font-size: 20px;
  }
}

.single-project-wrap .blockquote .name {
  color: #6a7c92;
  font-size: 20px;
  font-weight: 600;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding-left: 30px;
}

@media (max-width: 767px) {
  .single-project-wrap .blockquote .name {
    font-size: 18px;
  }
}

.single-project-wrap .blockquote .name:before {
  content: "";
  background-color: #1249a8;
  height: 3px;
  width: 20px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 1;
}

.single-project-wrap .service-box.style-1 {
  background-color: #f4fafe;
}

.single-project-img {
  margin-bottom: 40px;
}

.project-info-wrapper {
  padding: 30px 50px 10px 50px;
  border: 1px solid #e6e6e6;
  margin-bottom: 30px;
}

.project-info-wrapper .potrfolio-info-item {
  margin-bottom: 20px;
}

.project-info-wrapper .potrfolio-info-item .title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

.project-info-wrapper .potrfolio-info-item .list-item {
  padding: 0;
  margin: 0;
}

.project-info-wrapper .potrfolio-info-item .list-item li {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.single-project-inner-img {
  margin-bottom: 30px;
}

.project-tags-wrap .single-item {
  font-size: 15px;
  font-weight: 600;
  margin-right: 10px;
  color: #758598;
  position: relative;
  z-index: 1;
  padding: 5px 16px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  transition: all 0.4s ease-in-out;
}

.project-tags-wrap .single-item:last-child {
  margin-right: 0;
}

.project-tags-wrap .single-item:hover {
  color: #ffffff;
  background-color: #1249a8;
}

.project-tags-wrap .single-item:focus {
  outline: none;
}

.project-social-wrap {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
}

@media (max-width: 991px) {
  .project-social-wrap {
    justify-content: flex-start;
    margin-top: 20px;
  }
}

.project-social-wrap li {
  margin-right: 8px;
}

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

.project-social-wrap li a {
  font-size: 15px;
  border-radius: 50%;
  height: 35px;
  width: 35px;
  background-color: #000000;
  border: 1px solid;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}

.project-social-wrap li.social-facebook a {
  background-color: #3b5998;
  border-color: #3b5998;
}

.project-social-wrap li.social-facebook a:hover {
  background-color: transparent;
  color: #3b5998;
}

.project-social-wrap li.social-twitter a {
  background-color: #00acee;
  border-color: #00acee;
}

.project-social-wrap li.social-twitter a:hover {
  background-color: transparent;
  color: #00acee;
}

.project-social-wrap li.social-google a {
  background-color: #dc4e41;
  border-color: #dc4e41;
}

.project-social-wrap li.social-google a:hover {
  background-color: transparent;
  color: #dc4e41;
}

.project-social-wrap li.social-linkedin a {
  background-color: #0072b1;
  border-color: #0072b1;
}

.project-social-wrap li.social-linkedin a:hover {
  background-color: transparent;
  color: #0072b1;
}

.more-projects {
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #e9e9e9;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.more-projects .post-nav-wrap {
  display: flex;
  gap: 10px;
}

@media (max-width: 767px) {
  .more-projects .post-nav-wrap {
    align-items: center;
  }
}

.more-projects .post-nav-wrap .icon-box {
  display: flex;
  align-items: center;
}

.more-projects .post-nav-wrap .icon-box a {
  height: 50px;
  width: 50px;
  background-color: #ffffff;
  box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1249a8;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.more-projects .post-nav-wrap .icon-box a:hover {
  color: #ffffff;
  background-color: #1249a8;
}

.more-projects .post-nav-wrap .content-box .post-nav-label {
  margin-bottom: 10px;
  display: inline-block;
  font-weight: 600;
  color: #101e2f;
  transition: all 0.3s ease-in-out;
}

.more-projects .post-nav-wrap .content-box .post-nav-label:hover {
  color: #1249a8;
}

.more-projects .post-nav-wrap .content-box .title {
  font-weight: 600;
  margin-bottom: 5px;
  width: 100%;
}

.more-projects .post-nav-wrap .content-box .title a {
  color: #080337;
  transition: all 0.3s ease-in-out;
}

.more-projects .post-nav-wrap .content-box .title a:hover {
  color: #1249a8;
}

.more-projects .next-post {
  text-align: right;
  justify-content: flex-end;
}

@media (max-width: 767px) {
  .more-projects .next-post {
    text-align: left;
    flex-direction: row-reverse;
  }
}

.more-projects .category-page a {
  font-size: 20px;
  line-height: 1;
  color: #dadada;
  transition: all 0.3s ease-in-out;
}

.more-projects .category-page a:hover {
  color: #1249a8;
}

/*========================================================================
20. Service
=========================================================================*/
.service-wrap.style-1 {
  padding-top: 0;
  padding-bottom: 0;
}

.service-wrap.style-1 .service-inner-wrap {
  background-color: #f4fafe;
  max-width: 1520px;
  width: 100%;
  margin: 0 auto;
  padding-top: 119px;
  padding-bottom: 130px;
}

.service-wrap.style-2 {
  background-color: #f5f5f5;
  padding-bottom: 130px;
}

@media (max-width: 1199px) {
  .service-wrap.style-2 {
    padding-bottom: 120px;
  }
}

@media (max-width: 991px) {
  .service-wrap.style-2 {
    padding-bottom: 110px;
  }
}

@media (max-width: 767px) {
  .service-wrap.style-2 {
    padding-bottom: 100px;
  }
}

@media (max-width: 575px) {
  .service-wrap.style-2 {
    padding-bottom: 90px;
  }
}

.service-box.style-1 {
  position: relative;
  z-index: 1;
  padding: 60px 30px;
  background-color: #ffffff;
  text-align: center;
  transition: all 0.4s ease;
}

.service-box.style-1:before {
  content: "";
  background-color: #1249a8;
  position: absolute;
  z-index: -1;
  height: 0;
  width: 100%;
  bottom: 0;
  left: 0;
  transition: all 0.4s ease;
}

.service-box.style-1.color-1:before {
  background-color: #0799f6;
}

.service-box.style-1.color-2:before {
  background-color: #1249a8;
}

.service-box.style-1.color-3:before {
  background-color: #af04ff;
}

.service-box.style-1.color-4:before {
  background-color: #673ab7;
}

.service-box.style-1:hover:before {
  height: 100%;
}

.service-box.style-1 .entry-icon {
  font-size: 26px;
  margin-bottom: 20px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 75px;
  width: 75px;
  text-align: center;
  background-color: #000000;
  color: #ffffff;
}

.service-box.style-1.color-1 .entry-icon {
  background-color: #e4f6ff;
  color: #0799f6;
}

.service-box.style-1.color-2 .entry-icon {
  background-color: #ffe7e1;
  color: #e93404;
}

.service-box.style-1.color-3 .entry-icon {
  background-color: #f8e9ff;
  color: #af04ff;
}

.service-box.style-1.color-4 .entry-icon {
  background-color: #ffe9e9;
  color: #f70202;
}

.service-box.style-1 .entry-text {
  transition: all 0.4s ease;
}

.service-box.style-1 .item-btn {
  position: relative;
  z-index: 1;
  padding: 2px 0;
}

.service-box.style-1 .item-btn:after {
  content: "";
  height: 2px;
  width: 0;
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  background-color: #ffffff;
  transition: all 0.4s ease;
}

.service-box.style-1:hover .entry-icon i {
  -webkit-animation: toTopFromBottom 0.5s forwards;
          animation: toTopFromBottom 0.5s forwards;
}

.service-box.style-1:hover .entry-title a {
  color: #ffffff;
}

.service-box.style-1:hover .entry-title a:hover {
  color: #dcdcdc;
}

.service-box.style-1:hover .entry-text {
  color: #ffffff;
}

.service-box.style-1:hover .item-btn {
  color: #ffffff;
}

.service-box.style-1:hover .item-btn:hover:after {
  width: 100%;
}

@-webkit-keyframes toTopFromBottom {
  49% {
    transform: translateY(-50%);
  }
  50% {
    opacity: 0;
    transform: translateY(50%);
  }
  51% {
    opacity: 1;
  }
}

@keyframes toTopFromBottom {
  49% {
    transform: translateY(-50%);
  }
  50% {
    opacity: 0;
    transform: translateY(50%);
  }
  51% {
    opacity: 1;
  }
}

.service-wrap.style-3 {
  background-color: #f5f5f5;
  padding-top: 130px;
  padding-bottom: 130px;
}

@media (max-width: 1199px) {
  .service-wrap.style-3 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

@media (max-width: 991px) {
  .service-wrap.style-3 {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}

@media (max-width: 767px) {
  .service-wrap.style-3 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media (max-width: 575px) {
  .service-wrap.style-3 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

/*========================================================================
21. Sidebar
=========================================================================*/
.sidebar-widget {
  margin-bottom: 24px;
}

@media (max-width: 991px) {
  .sidebar-widget {
    margin-top: 50px;
  }
}

.sidebar-widget .widget {
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  padding: 45px 40px;
  margin-bottom: 30px;
}

@media (max-width: 1199px) {
  .sidebar-widget .widget {
    padding: 30px 25px;
  }
}

.sidebar-widget .widget:last-child {
  margin-bottom: 0 !important;
}

.sidebar-widget .widget.no-boxshadow {
  box-shadow: none;
}

.sidebar-widget .widget.no-padding {
  padding: 0;
}

.widget-section-heading {
  margin-bottom: 10px;
}

.widget-section-heading .widget-title {
  padding-left: 60px;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 700;
  position: relative;
  z-index: 1;
  display: inline-block;
}

@media (max-width: 767px) {
  .widget-section-heading .widget-title {
    font-size: 22px;
  }
}

.widget-section-heading .widget-title:before {
  position: absolute;
  z-index: 1;
  content: "";
  border-radius: 3px;
  height: 5px;
  width: 40px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #1249a8;
}

.widget-section-heading.heading-dark .widget-title {
  color: #080337;
}

.widget-section-heading.heading-light .widget-title {
  color: #ffffff;
}

.widget-search .input-group {
  border: 0;
}

.widget-search .form-control {
  height: 60px;
  padding: 5px 20px;
  font-size: 16px;
  color: #ffffff;
  background-color: #080337;
  border-radius: 0;
  border: 0;
}

.widget-search .form-control:focus {
  outline: none;
  box-shadow: none;
}

.widget-search .input-group-addon button {
  height: 60px;
  width: 60px;
  background-color: #1249a8;
  color: #ffffff;
  border: 0;
  padding: 10px;
  transition: all 0.4s ease;
}

.widget-search .input-group-addon button:focus {
  outline: none;
  box-shadow: none;
}

.widget-search .input-group-addon button:hover {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
}

.widget-search input.form-control::-webkit-input-placeholder {
  color: #ffffff;
  font-size: 16px;
}

.widget-search input.form-control::-moz-placeholder {
  color: #ffffff;
  font-size: 16px;
}

.widget-search input.form-control:-moz-placeholder {
  color: #ffffff;
  font-size: 16px;
}

.widget-search input.form-control:-ms-input-placeholder {
  color: #ffffff;
  font-size: 16px;
}

.widget-category .widget-section-heading {
  margin-bottom: 15px;
}

.widget-category ul {
  margin: 0;
  padding: 0;
}

.widget-category ul li {
  margin-top: 5px;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  z-index: 1;
}

.widget-category ul li a {
  line-height: 35px;
  display: flex;
  justify-content: space-between;
  color: #080337;
  transition: all 0.3s ease-in-out;
}

.widget-category ul li a span {
  font-weight: 400;
  display: inline-block;
  margin-left: 5px;
  color: #969696;
  transition: all 0.3s ease-in-out;
}

.widget-category ul li a:hover {
  color: #1249a8;
}

.widget-category ul li a:hover span {
  color: #1249a8;
}

.widget-recent .widget-section-heading {
  margin-bottom: 20px;
}

.widget-recent ul.list-item {
  margin: 0;
  padding: 0;
  display: grid;
  row-gap: 20px;
}

.widget-recent ul.list-item > li {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.widget-recent ul.list-item > li .figure-box {
  max-width: 95px;
  width: 100%;
}

.widget-recent ul.list-item > li .figure-box .item-figure {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.widget-recent ul.list-item > li .figure-box .item-figure:before {
  position: absolute;
  z-index: 1;
  border-radius: 15px;
  content: "";
  height: 100%;
  width: 100%;
  top: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.5);
  transition: cubic-bezier(0, 1, 1, 1) 0.8s;
}

.widget-recent ul.list-item > li .figure-box .item-figure img {
  transform: scale(1);
  opacity: 1;
  transform: scale(1.01);
  transition: cubic-bezier(0, 1, 1, 1) 0.8s;
}

.widget-recent ul.list-item > li .content-box {
  flex: 1;
}

.widget-recent ul.list-item > li .entry-title {
  margin-bottom: 10px;
  font-size: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.widget-recent ul.list-item > li .entry-title a {
  color: #080337;
  transition: all 0.3s ease-in-out;
}

.widget-recent ul.list-item > li .entry-title a:hover {
  color: #1249a8;
}

.widget-recent ul.list-item > li .entry-meta {
  line-height: 1.2;
  font-size: 14px;
}

.widget-recent ul.list-item > li li.entry-date {
  margin-bottom: 0;
}

.widget-recent ul.list-item > li li.entry-date a {
  color: #758598;
  transition: all 0.3s ease-in-out;
}

.widget-recent ul.list-item > li li.entry-date a i {
  margin-right: 10px;
  margin-top: -5px;
}

.widget-recent ul.list-item > li li.entry-date a:hover {
  color: #1249a8;
}

.widget-recent ul.list-item > li:hover .left-box .item-figure:before {
  opacity: 1;
  visibility: visible;
}

.widget-recent ul.list-item > li:hover .left-box .item-figure img {
  transform: scale(1.2);
}

.widget-tag {
  display: inline-block;
}

.widget-tag ul.list-item {
  list-style: none;
  padding: 0;
}

.widget-tag ul.list-item li {
  display: inline-block;
  float: left;
  margin-right: 10px;
  margin-top: 10px;
  background: #f0f6ff;
  font-size: 15px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}

.widget-tag ul.list-item li a {
  color: #000000;
  display: block;
  padding: 8px 16px;
  transition: all 0.3s ease-in-out;
}

.widget-tag ul.list-item li:hover {
  background: #1249a8;
}

.widget-tag ul.list-item li:hover a {
  color: #ffffff;
}

.widget-gallery {
  display: inline-block;
}

.widget-gallery ul.list-item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
  margin-bottom: 0;
  padding: 0;
}

.widget-gallery ul.list-item li {
  padding-right: 2.5px;
  padding-left: 2.5px;
  margin-top: 5px;
  width: 100%;
  max-width: 33.33333%;
  flex: 0 0 33.33333%;
}

.widget-gallery ul.list-item li a {
  background-color: #000000;
  display: block;
}

.widget-gallery ul.list-item li a img {
  width: 100%;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.widget-gallery ul.list-item li a:hover img {
  opacity: 0.7;
}

/*========================================================================
22. Subscribe
=========================================================================*/
.subscribe-box.style-1 {
  position: relative;
  z-index: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 30px;
}

.subscribe-box.style-1:before {
  content: "";
  background-color: #1249a8;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: -1;
  opacity: 0.75;
}

.subscribe-box.style-1 .heading-content {
  margin-bottom: 20px;
}

.subscribe-box.style-1 .entry-sub-title {
  color: #ffffff;
  font-size: 18px;
}

.subscribe-box.style-1 .entry-title {
  color: #ffffff;
  font-size: 24px;
  margin-bottom: 5px;
}

.subscribe-box.style-1 .entry-text {
  color: #ffffff;
  font-size: 15px;
}

.subscribe-box.style-1 input {
  font-size: 15px;
  padding: 10px 20px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 0;
  background-color: transparent;
  height: 50px;
  width: 100%;
  margin-bottom: 15px;
  color: #ffffff;
}

.subscribe-box.style-1 input:focus {
  box-shadow: none;
}

.subscribe-box.style-1 input.form-control::-webkit-input-placeholder {
  color: #ffffff;
  font-size: 15px;
}

.subscribe-box.style-1 input.form-control::-moz-placeholder {
  color: #ffffff;
  font-size: 15px;
}

.subscribe-box.style-1 input.form-control:-moz-placeholder {
  color: #ffffff;
  font-size: 15px;
}

.subscribe-box.style-1 input.form-control:-ms-input-placeholder {
  color: #ffffff;
  font-size: 15px;
}

.subscribe-box.style-1 .entry-btn {
  background-color: #000000;
  border: 1px solid #000000;
  width: 100%;
}

.subscribe-box.style-1 .entry-btn:hover {
  color: #ffffff;
  border: 1px solid #ffffff;
  background-color: transparent;
}

/*========================================================================
23. Team
=========================================================================*/
.team-wrap.style-1 {
  padding-top: 119px;
  padding-bottom: 130px;
}

@media (max-width: 1199px) {
  .team-wrap.style-1 {
    padding-top: 109px;
    padding-bottom: 120px;
  }
}

@media (max-width: 991px) {
  .team-wrap.style-1 {
    padding-top: 99px;
    padding-bottom: 110px;
  }
}

@media (max-width: 767px) {
  .team-wrap.style-1 {
    padding-top: 89px;
    padding-bottom: 100px;
  }
}

@media (max-width: 575px) {
  .team-wrap.style-1 {
    padding-top: 79px;
    padding-bottom: 90px;
  }
}

.team-box.style-1 {
  position: relative;
  height: 100%;
  transition: all 0.4s ease-in-out;
}

.team-box.style-1 .entry-figure:before {
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(8, 3, 55, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}

.team-box.style-1 .entry-content {
  text-align: center;
  color: #ffffff;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 30px;
  position: absolute;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}

.team-box.style-1 .entry-title {
  margin-bottom: 3px;
}

.team-box.style-1 .entry-sub-title {
  margin-bottom: 10px;
}

.team-box.style-1 .entry-social {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin: 0;
  padding: 0;
}

.team-box.style-1 .entry-social li a {
  color: #ffffff;
  display: inline-block;
  padding: 2px 5px;
  transition: all 0.4s ease;
}

.team-box.style-1 .entry-social li a:hover {
  color: #1249a8;
}

.team-box.style-1:hover .entry-figure:before {
  opacity: 1;
  visibility: visible;
}

.team-box.style-1:hover .entry-content {
  opacity: 1;
  visibility: visible;
}

.team-wrap.style-2 {
  padding-bottom: 130px;
}

@media (max-width: 1199px) {
  .team-wrap.style-2 {
    padding-bottom: 120px;
  }
}

@media (max-width: 991px) {
  .team-wrap.style-2 {
    padding-bottom: 110px;
  }
}

@media (max-width: 767px) {
  .team-wrap.style-2 {
    padding-bottom: 100px;
  }
}

@media (max-width: 575px) {
  .team-wrap.style-2 {
    padding-bottom: 90px;
  }
}

.team-box.style-2 {
  position: relative;
  overflow: hidden;
}

.team-box.style-2 .entry-figure {
  filter: grayscale(0);
  transition: all 0.4s ease;
}

.team-box.style-2 .entry-content {
  display: inline-table;
  transform: translateY(30px);
  background-color: #1249a8;
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 70px;
  z-index: 1;
  padding: 15px 20px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}

.team-box.style-2 .entry-content .entry-title {
  margin-bottom: 0;
}

.team-box.style-2 .entry-content .entry-title a:hover {
  color: #dcdcdc;
}

.team-box.style-2 .entry-content .entry-sub-title {
  color: #ffffff;
}

.team-box.style-2 .entry-social {
  top: 30px;
  right: 20px;
  position: absolute;
  z-index: 1;
}

.team-box.style-2 .entry-social li {
  transform: translateY(-15px);
  opacity: 0;
  visibility: hidden;
  margin-bottom: 10px;
  transition: all 0.4s ease;
}

.team-box.style-2 .entry-social li:last-child {
  margin-bottom: 0;
}

.team-box.style-2 .entry-social li a {
  border-radius: 50%;
  border: 1px solid;
  border-color: #000248;
  height: 40px;
  width: 40px;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  background-color: transparent;
  color: #000248;
  font-size: 15px;
}

.team-box.style-2 .entry-social li a:hover {
  color: #ffffff;
  background-color: #1249a8;
  transition: 0.4s all ease;
}

.team-box.style-2 .entry-social li.facebook a:hover {
  background-color: #3b5998;
  border-color: #3b5998;
}

.team-box.style-2 .entry-social li.twitter a:hover {
  background-color: #00acee;
  border-color: #00acee;
}

.team-box.style-2 .entry-social li.pinterest a:hover {
  background-color: #c8232c;
  border-color: #c8232c;
}

.team-box.style-2 .entry-social li.instagram a:hover {
  background-color: #3f729b;
  border-color: #3f729b;
}

.team-box.style-2:hover .entry-figure {
  filter: grayscale(1);
}

.team-box.style-2:hover .entry-content {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.team-box.style-2:hover .entry-social li {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.team-box.style-2:hover .entry-social li:nth-child(1n) {
  transition-delay: 0s;
}

.team-box.style-2:hover .entry-social li:nth-child(2n) {
  transition-delay: 0.2s;
}

.team-box.style-2:hover .entry-social li:nth-child(3n) {
  transition-delay: 0.4s;
}

.team-box.style-2:hover .entry-social li:nth-child(4n) {
  transition-delay: 0.6s;
}

.team-box.style-2:hover .entry-social li:nth-child(5n) {
  transition-delay: 0.8s;
}

.team-box.style-2:hover .entry-social li:nth-child(6n) {
  transition-delay: 1s;
}

.team-wrap.style-3 {
  padding-top: 130px;
  padding-bottom: 130px;
}

@media (max-width: 1199px) {
  .team-wrap.style-3 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

@media (max-width: 991px) {
  .team-wrap.style-3 {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}

@media (max-width: 767px) {
  .team-wrap.style-3 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media (max-width: 575px) {
  .team-wrap.style-3 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

/*========================================================================
24. Testimonial
=========================================================================*/
.testimonial-wrap.style-1 {
  padding-bottom: 90px;
}

.testimonial-box.style-1 {
  padding: 50px 40px;
  background-color: #f9faff;
}

.testimonial-box.style-1 .icon-box {
  margin-bottom: 20px;
  line-height: 1;
  font-size: 40px;
  color: #1249a8;
}

.testimonial-box.style-1 .entry-text {
  margin-bottom: 25px;
}

.testimonial-box.style-1 .entry-border {
  background-color: #1249a8;
  position: relative;
  width: 100%;
}

.testimonial-box.style-1 .entry-border:after {
  position: absolute;
  z-index: 1;
  content: "";
  height: 2px;
  width: 75%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #1249a8;
}

.testimonial-box.style-1 .client-info {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  max-width: 200px;
  width: 100%;
}

.testimonial-box.style-1 .client-info .entry-figure img {
  border-radius: 50%;
}

.testimonial-box.style-1 .client-info .entry-title {
  font-size: 20px;
  margin-bottom: 0;
}

.testimonial-box.style-1 .client-info .entry-sub-title {
  color: #1249a8;
}

.has-animation .testimonial-box.style-1 .entry-border:after {
  width: 0;
  transition: all 1s ease;
  transition-delay: 0.6s;
}

.has-animation.active-animation .testimonial-box.style-1 .entry-border:after {
  width: 75%;
}

.testimonial-wrap.style-2 {
  padding-bottom: 210px;
}

/*# sourceMappingURL=maps/app.css.map */
