@charset "UTF-8";
/*
Theme Name: Ibne
Theme URI: http://wpbucket.net/
Author: WPBucket
Author URI: http://wpbucket.net/
Description: Ibne - App Landing Html Template
Version: 1.0.0
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Global
    ## Global
    ## Mixins
    ## Theme
    ## Variables
    ## Common

# Sections
    ## Nav Bar
    ## Banner
    ## Brand Area
    ## Footer
    ## Widgets

# Elements
    ## accordion
    ## filter
    ## apartment
    ## blog
    ## city
    ## feature
    ## gallery
    ## intro
    ## main-search
    ## pricing
    ## service
    ## team
    ## user-list

--------------------------------------------------------------*/
/*-----------------
    # Typography
-----------------*/
/* @import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@100;200;300;400;500;600;700&family=Poppins:wght@300;400;700;900&display=swap"); */
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
:root {
  --main-color: #7202bb;
  --heading-color: #1f2930;
  --paragraph-color: #4a5257;
  --heading-font: "Poppins", sans-serif;
  --body-font: "Poppins", sans-serif;
  --body-font-size: 16px;
  --line-height30: 1.7;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
  font-family: var(--body-font);
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
  outline: none;
  -moz-osx-font-smoothing: grayscale;
  /* Firefox */
  -webkit-font-smoothing: antialiased;
  /* WebKit  */
}

body {
  margin: 0;
  color: var(--paragraph-color);
  overflow-x: hidden;
  font-family: var(--body-font);
  line-height: var(--line-height30);
  font-size: var(--body-font-size);
}

h1 {
  font-size: 60px;
  line-height: 58px;
  font-weight: 700;
}

h2 {
  /* font-size: 53px; */
  font-size: 38px;
  line-height: 54px;
  font-weight: 700;
}

h3 {
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
}

h4 {
  font-size: 24px;
  line-height: 1.3380952381;
}

h5 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 0;
}

h6 {
  font-size: 18px;
  line-height: 1.2380952381;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--heading-color);
  font-family: var(--heading-font);
  /* font-weight: 700; */
}

p {
  color: var(--paragraph-color);
  -webkit-hyphens: auto;
  hyphens: auto;
  margin-bottom: 10px;
}

a {
  color: inherit;
  text-decoration: none;
  transition: 0.4s;
}

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

a:hover {
  color: var(--main-color-one);
}

pre {
  word-break: break-word;
}

a i {
  padding: 0 2px;
}

img {
  max-width: 100%;
}
.mt-10 {
  margin-top: 10px;
}
ol {
  counter-reset: counter;
  padding-left: 0;
}

ol li {
  list-style: none;
  margin-bottom: 1rem;
}

ol li:before {
  counter-increment: counter;
  content: counter(counter);
  font-weight: 500;
  margin-right: 10px;
}

button:hover,
button:active,
button:focus {
  outline: 0;
}

/*input and button type focus outline disable*/
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
select:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid #ddd;
}

.no-gutter.row,
.no-gutter.container,
.no-gutter.container-fluid {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.no-gutter > [class^="col-"] {
  padding-left: 0;
  padding-right: 0;
}

.no-gutter[class^="col-"] {
  padding-left: 0;
  padding-right: 0;
}

.h-100vh {
  height: 100vh;
}

code {
  color: #faa603;
}

.check-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.check-list li {
  display: block;
  padding-left: 20px;
  position: relative;
  z-index: 0;
}
.check-list li:after {
  position: absolute;
  left: 0;
  top: 0;
  font-family: "fontawesome";
  content: "";
  color: var(--main-color);
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  clear: both;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

.comment-navigation .nav-previous > a,
.posts-navigation .nav-previous > a,
.post-navigation .nav-previous > a,
.comment-navigation .nav-next > a,
.posts-navigation .nav-next > a,
.post-navigation .nav-next > a {
  transition: 0.3s ease-in;
}

.comment-navigation .nav-previous:hover > a,
.posts-navigation .nav-previous:hover > a,
.post-navigation .nav-previous:hover > a,
.comment-navigation .nav-next:hover > a,
.posts-navigation .nav-next:hover > a,
.post-navigation .nav-next:hover > a {
  color: var(--main-color);
}

.comment-list li {
  list-style: none;
}

.h-100vh {
  height: 100vh;
}

.position-relative {
  position: relative;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 15px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  float: left;
  clear: both;
  margin-right: 20px;
}

.alignright {
  float: right;
  clear: both;
  margin-left: 20px;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 1.75em;
}

.alignfull {
  margin: 1.5em 0;
  max-width: 100%;
}

.alignwide {
  max-width: 1100px;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
  clear: both;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*----------------------------------------
    # Unit test
------------------------------------------*/
.wp-link-pages a {
  margin: 0 5px;
  transition: 0.3s ease-in;
}

.wp-link-pages {
  margin-bottom: 30px;
  margin-top: 25px;
}

.wp-link-pages span,
.wp-link-pages a {
  border: 1px solid #e2e2e2;
  padding: 5px 15px;
  display: inline-block;
}

.wp-link-pages .current,
.wp-link-pages a:hover {
  background-color: var(--main-color);
  color: #fff;
  border-color: var(--main-color);
}

.wp-link-pages span:first-child {
  margin-right: 5px;
}

dl,
ol,
ul {
  padding-left: 15px;
}

.post-password-form input {
  display: block;
  border: 1px solid #e2e2e2;
  height: 50px;
  border-radius: 3px;
  padding: 0 20px;
}

.post-password-form label {
  font-weight: 600;
  color: #333;
}

.post-password-form input[type="submit"] {
  width: 100px;
  height: 50px;
  background-color: var(--main-color);
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;
  border: none;
  cursor: pointer;
  transition: 0.3s ease-in;
}

.post-password-form input[type="submit"]:hover {
  background-color: #121a2f;
}

.footer-widget .table td,
.footer-widget .table th {
  padding: 0.5rem !important;
}

/*---------------------------------------
    ## Button
---------------------------------------*/
.btn {
  height: 44px;
  line-height: 24px;
  padding: 10px 24px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  border: 0;
  background: #52b0e2;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  transition: all 0.5s ease;
  font-weight: 400;
}

.btn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

/* hide "Sending..." */
.btn .loading {
  display: none;
}

/* when sending class added */
.btn.sending .default {
  display: none;
}

.btn.sending .loading {
  display: inline;
}

/* success message */
.success-msg {
  font-size: 14px;
  line-height: 20px;
  margin-top: 4px;
  margin-bottom: 0;
  color: #27ae60;
  font-weight: 500;
  display: none;
}

.btn:focus,
.btn:active {
  outline: 0;
  box-shadow: none;
  color: #fff;
}

.btn-main {
  background: #52b0e2;
  color: #fff;
}
.btn-main:active,
.btn-main:focus,
.btn-main:hover {
  background: #ffffff;
  color: #52b0e2;
  box-shadow: 0 0 0 1px #52b0e2;
}

.btn-main-2 {
  background: #fe2a5c;
  color: #fff;
  border-radius: 30px;
  border: 2px solid #fe2a5c;
}
.btn-main-2:active,
.btn-main-2:focus,
.btn-main-2:hover {
  background: #fff;
  color: #fe2a5c;
}

.btn-white {
  color: #ffffff;
}
.btn-white:active,
.btn-white:focus,
.btn-white:hover {
  background: #ffffff;
  color: #52b0e2;
  box-shadow: 0 0 0 1px #52b0e2;
}

.text-main-2 {
  color: #fe2a5c !important;
}

/*------------------------------------------------
    ## Section title
------------------------------------------------*/
.section-title {
  margin-bottom: 30px;
  position: relative;
}
.section-title.section-title-2 .title {
  color: #194e84;
}
.section-title .sub-title {
  /* position: relative; */
  display: inline-block;
  color: #4a5257;
  background-color: #f1f5f7;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 12px;
  margin-top: 0;
  z-index: 1;
  padding: 5px 20px;
  border: 1px solid #e4ebee;
  border-radius: 30px;
}

/* .section-title .sub-title:before {
  content: "";
  position: absolute;
  background: url(../img/other/section.png);
  width: 100%;
  height: 30px;
  left: 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
} */
/* margin-top: -8px; */

.section-title .title {
  /* line-height: 54px; */
  margin-bottom: 0;
}
.section-title p {
  color: #4a5257;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 12px 0 0 0;
}
.section-title.style-two .sub-title:before {
  background: url(../img/other/section-4.png);
  background-repeat: no-repeat;
  z-index: -1;
  background-size: 100% 100%;
}

/*------------------------------------------------
    ## overview section
------------------------------------------------*/

/* .overview-section .section-title {
  margin-bottom: 30px;
} */
.overview-section .btn-main {
  margin-top: 36px;
}

/*------------------------------------------------
    ## Single-input-wrap
------------------------------------------------*/
.single-input-wrap {
  border-radius: 3px;
  margin-bottom: 20px;
}

.single-input-wrap label.error {
  color: #e63946;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 21px;
}
.single-input-wrap input {
  height: 44px;
  width: 100%;
  line-height: 21px;
  color: #1f2930;
  font-size: 15px;
  padding: 0 14px;
  border: 1px solid #e4ebee;
  font-family: "Poppins", sans-serif;
  background: #ffffff;
  border-radius: 8px;
  transition: all 0.3s ease-in;
}
.single-input-wrap input::placeholder {
  color: #8a9099;
  font-size: 15px;
  line-height: 55px;
}
.single-input-wrap input:hover,
.single-input-wrap input:active,
.single-input-wrap input:focus {
  box-shadow: none;
  outline: 0;
  border: 1px solid #e4ebee;
  color: #1f2930;
  background: #ffffff;
}
.single-input-wrap textarea {
  width: 100%;
  padding: 10px 14px;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  color: #1f2930;
  background: #ffffff;
  border: 1px solid #e4ebee;
  border-radius: 8px;
  transition: all 0.3s ease-in;
}
.single-input-wrap textarea::placeholder {
  color: #8a9099;
  font-size: 15px;
}
.single-input-wrap textarea:hover,
.single-input-wrap textarea:active,
.single-input-wrap textarea:focus {
  box-shadow: none;
  outline: 0;
  border: 1px solid #e4ebee;
  color: #1f2930;
  background: #ffffff;
}

.contact-form .single-input-wrap .required {
  color: #e63946;
}

.single-input-wrap label {
  font-size: 14px;
  line-height: 20px;
  color: #1f2930;
  margin-bottom: 4px;
  font-weight: 400;
}

/*------------------------------------------------
    ## Back Top
------------------------------------------------*/
.back-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 44px;
  height: 44px;
  color: #fff;
  background: linear-gradient(to right, #fd6533 0%, #fd256c 100%);
  text-align: center;
  line-height: 44px;
  z-index: 99;
  font-size: 25px;
  cursor: pointer;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  display: none;
  animation: backto-top-bounce 4s infinite ease-in-out;
}
@keyframes backto-top-bounce {
  0% {
    transform: translateY(-5px);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-5px);
  }
}
/*-----------------------------------------
    ## Preloader Css
-------------------------------------------*/
.pre-wrap {
  position: fixed;
  content: "";
  transform: translate(-100%, -240%);
  font-size: 62px;
}

.preloader-inner {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999999999999;
  background-color: var(--heading-color);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.preloader-inner .cancel-preloader {
  position: absolute;
  bottom: 30px;
  right: 30px;
}
.preloader-inner .cancel-preloader a {
  background-color: #fff;
  font-weight: 600;
  text-transform: capitalize;
  color: var(--main-color);
  width: 200px;
  height: 50px;
  text-align: center;
  line-height: 1.7;
  border-radius: 30px;
  display: block;
  transition: all 0.4s ease;
}
.preloader-inner .cancel-preloader a:hover {
  background-color: var(--heading-color);
  color: #fff;
}

.spinner {
  margin: 120px auto;
  width: 60px;
  height: 60px;
  position: relative;
  text-align: center;
  animation: sk-rotate 2s infinite linear;
}

.dot1,
.dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #52b0e2;
  border-radius: 100%;
  animation: sk-bounce 2s infinite ease-in-out;
}

.dot2 {
  top: auto;
  bottom: 0;
  animation-delay: -1s;
}
@keyframes sk-rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@keyframes sk-bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
/********* social-media *********/
.social-area {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 10px;
}
.social-area li {
  text-align: center;
  display: inline-block;
  /* margin-right: 7px;
  margin-bottom: 12px; */
}
.social-area li a {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  line-height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  color: #52b0e2;
  border: 1px solid #52b0e2;
  transition: all 0.3s ease-in;
}
.social-area li a:hover {
  background: #52b0e2;
}

.social-area li a:hover i {
  transition: color 0.3s ease-in;
  background: #ffffff;
}

/*----------------------------------------
  ## Search Popup
----------------------------------------*/
.search-popup.active .search-form {
  visibility: visible;
  opacity: 1;
}

.search-popup .search-form {
  min-width: 600px;
  position: absolute;
  position: fixed;
  top: 50%;
  left: 50%;
  transition: 0.5s ease;
  visibility: hidden;
  opacity: 0;
  /* IE 9 */
  /* Chrome, Safari, Opera */
  transform: translate(-50%, -50%);
  z-index: 999;
}

.search-popup .search-form .form-group .form-control {
  border: none;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  height: 54px;
  line-height: 54px;
  padding: 0 100px 0 30px;
  font-size: 18px;
}

.search-popup .search-form .submit-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 54px;
  border: 0;
  border-radius: 0 5px 5px 0;
  background: linear-gradient(to right, #fd256c 0%, #fd6533 100%);
  color: #fff;
  transition: 0.4s;
  padding: 0;
  text-align: center;
  cursor: pointer;
  z-index: 1;
}
.search-popup .search-form .submit-btn:before {
  background-image: linear-gradient(to left, #fd256c 0%, #fd6533 100%);
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  border-radius: 0 5px 5px 0;
  width: 100%;
  z-index: -1;
  transition: opacity 0.4s;
}
.search-popup .search-form .submit-btn:hover:before {
  opacity: 1;
}

.body-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #090036;
  z-index: 991;
  content: "";
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in;
  cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVBAMAAABbObilAAAAMFBMVEVMaXH////////////////////////////////////////////////////////////6w4mEAAAAD3RSTlMAlAX+BKLcA5+b6hJ7foD4ZP1OAAAAkUlEQVR4XkWPoQ3CUBQAL4SktoKAbCUjgAKLJZ2ABYosngTJCHSD6joUI6BZgqSoB/+Shqde7sS9x3OGk81fdO+texMtRVTia+TsQtHEUJLdohJfgNNPJHyEJPZTsWLoxShqsWITazEwqePAn69Sw2TUxk1+euPis3EwaXy8RMHSZBIlRcKKnC5hRctjMf57/wJbBlAIs9k1BAAAAABJRU5ErkJggg==),
    progress;
}

.body-overlay.active {
  visibility: visible;
  opacity: 0.9;
}

/*********** Magnific-popup style **************/
.mfp-zoom-in {
  /* animate in */
  /* animate out */
}
.mfp-zoom-in .mfp-content {
  opacity: 0;
  transition: all 0.5s ease-in-out;
  transform: scale(0.7);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.mfp-zoom-in.mfp-ready .mfp-content {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.7;
}
.mfp-zoom-in.mfp-removing .mfp-content {
  transform: scale(0.7);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/*--------------------------------------------------------------
# Globals
--------------------------------------------------------------*/
.bg-main {
  background: #7202bb;
}

.half-bg-gradient {
  position: relative;
}
.half-bg-gradient:after {
  content: "";
  position: absolute;
  width: 55.96%;
  left: 0;
  top: 0;
  height: 100%;
  opacity: 0.75;
  mix-blend-mode: multiply;
  background: linear-gradient(to right, #fd6533 0%, #fd256c 100%);
  z-index: -1;
}

.pd-top-30 {
  padding-top: 30px;
}

.pd-top-60 {
  padding-top: 60px;
}

.pd-top-80 {
  padding-top: 80px;
}
.pd-top-90 {
  padding-top: 90px;
}
.pd-top-105 {
  padding-top: 105px;
}

.pd-top-100 {
  padding-top: 100px;
}

.pd-top-110 {
  padding-top: 110px;
}

.pd-top-120 {
  padding-top: 120px;
}

.pd-top-130 {
  padding-top: 130px;
}

.pd-top-140 {
  padding-top: 140px;
}

.pd-top-150 {
  padding-top: 150px;
}

.mg-top-135 {
  margin-top: 135px;
}

.mg-top-140 {
  margin-top: 140px;
}

.mg-bottom-75 {
  margin-bottom: 75px;
}

.mg-bottom-135 {
  margin-bottom: 135px;
}

.mg-bottom-140 {
  margin-bottom: 140px;
}

.pd-bottom-30 {
  padding-bottom: 30px;
}

.pd-bottom-60 {
  padding-bottom: 60px;
}

.pd-bottom-80 {
  padding-bottom: 80px;
}

.pd-bottom-100 {
  padding-bottom: 100px;
}

.pd-bottom-110 {
  padding-bottom: 110px;
}

.pd-bottom-120 {
  padding-bottom: 120px;
}

.pd-bottom-131 {
  padding-bottom: 131px;
}

.pd-bottom-140 {
  padding-bottom: 140px;
}

/*---------------------------------------------------
	widget styles
----------------------------------------------------*/
/**widget-search**/
.widget {
  margin-bottom: 72px;
}

.widget_search .search-form {
  width: 100%;
  background: rgba(114, 2, 187, 0.07);
  border-radius: 3px;
  height: 65px;
  position: relative;
}
.widget_search .search-form input {
  background: transparent;
  border: 0;
  height: 100%;
  font-size: 16px;
  font-weight: 400;
  color: rgba(31, 42, 75, 0.7);
  font-family: "Poppins", sans-serif;
  padding: 0 112px 0 30px;
  width: 100%;
}
.widget_search .search-form .submit-btn {
  height: 65px;
  position: absolute;
  right: 0;
  border-radius: 0 3px 3px 0;
  top: 0;
  padding: 0 33px;
  border: 0;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  z-index: 1;
  background: #7202bb;
  transition: all 0.3s ease-in;
  box-shadow: -10px 1px 8px rgba(0, 0, 0, 0.1);
}
.widget_search .search-form .submit-btn:hover {
  background: #1f2a4b;
}
.widget_search .search-form .submit-btn i {
  transform: rotate(-21deg);
}

/**widget-title**/
.widget-title {
  margin-bottom: 55px;
}
.widget-title h5 {
  color: #7202bb;
  position: relative;
  display: inline-block;
}
.widget-title h5:before {
  content: "";
  position: absolute;
  background: url(../img/blog/sidebar-title.png);
  width: 195px;
  height: 46px;
  top: -15px;
  left: -36px;
}

/**widget-recent-post**/
.widget-recent-post .list-post {
  margin: 0;
  padding: 0;
}
.widget-recent-post .list-post .media .thumb img {
  border-radius: 3px;
}
.widget-recent-post .list-post .media .media-body {
  margin-left: 20px;
}
.widget-recent-post .list-post .media .media-body h6 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 3px;
  line-height: 1.3;
}
.widget-recent-post .list-post .media .media-body h6:hover {
  color: var(--main-color);
}
.widget-recent-post .list-post .media .media-body span {
  font-size: 14px;
  color: #9699a8;
}
.widget-recent-post .list-post li {
  border-bottom: 1px solid rgba(31, 42, 75, 0.1);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.widget-recent-post .list-post li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

/**widget_category**/
.widget_category {
  margin-bottom: 65px;
}
.widget_category .widget-title h5:before {
  top: -13px;
  left: -50px;
}
.widget_category ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget_category ul li {
  border-bottom: 1px solid rgba(31, 42, 75, 0.1);
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.widget_category ul li a {
  font-size: 18px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  color: #1f2a4b;
  transition: all 0.3s ease-in;
}
.widget_category ul li a:hover {
  color: #7202bb;
}
.widget_category ul li span {
  float: right;
  height: 30px;
  width: 30px;
  display: inline-block;
  text-align: center;
  background: rgba(114, 2, 187, 0.05);
  color: #6e7898;
  font-size: 15px;
  font-weight: 900;
  line-height: 30px;
  border-radius: 50%;
}
.widget_category ul li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

/**widget_gallery**/
.widget_gallery .widget-title h5:before {
  background: url(../img/blog/sidebar-title-2.png);
  width: 150px;
  height: 40px;
  top: -11px;
  left: -40px;
}
.widget_gallery .gallery-area {
  list-style: none;
  padding: 0;
  margin: 0;
}
.widget_gallery .gallery-area li {
  display: inline-block;
  margin: 0 6.5px 16px;
  width: 31%;
}
.widget_gallery .gallery-area li a {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 5px;
  display: block;
}
.widget_gallery .gallery-area li a img {
  border-radius: 5px;
}
.widget_gallery .gallery-area li a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  left: 0;
  top: 0;
  background: rgba(114, 2, 187, 0.4);
  opacity: 0;
  transition: all 0.3s ease-in;
}
.widget_gallery .gallery-area li a:hover:after {
  opacity: 1;
}

/**widget_tags**/
.widget_tags .widget-title h5:before {
  background: url(../img/blog/sidebar-title-3.png);
  width: 132px;
  height: 40px;
  top: -8px;
  left: -47px;
}
.widget_tags .tagcloud a {
  font-size: 15px;
  color: #1f2a4b;
  font-family: "Poppins", sans-serif;
  height: 35px;
  display: inline-block;
  line-height: 35px;
  padding: 0 22px;
  border: 1px solid rgba(114, 2, 187, 0.1);
  border-radius: 3px;
  margin: 0 3px 10px;
}
.widget_tags .tagcloud a:hover {
  background: #7202bb;
  color: #fff;
}

/**widget_download**/
.widget_download {
  background: url(../img/blog/download.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 0;
  border-radius: 5px;
  padding: 89px 36px 94px;
}
.widget_download:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(114, 2, 187, 0.6);
  z-index: -1;
  border-radius: 5px;
}
.widget_download h3 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 22px;
}
.widget_download .btn {
  height: 45px;
  line-height: 49px;
  font-size: 16px;
  font-weight: 700;
  color: #7202bb;
  font-family: "Poppins", sans-serif;
  padding: 0 31px;
}
.widget_download .btn:hover {
  background: #1f2a4b;
  color: #fff;
}

/*----------------------------------------------
    # Nav bar 
----------------------------------------------*/
.collapsing {
  height: auto;
}
.navbar-area {
  padding: 0;
  width: 100%;
  position: fixed;
  z-index: 99;
  transition: all 0.3s ease-in;
  background: rgba(114, 2, 187, 0);
}
.navbar-area.navbar-area-fixed {
  top: 0px;
  transition: all 0.3s ease-in;
  background: #ffffff;
}
.navbar-area.navbar-area-fixed .nav-container {
  border: 1px solid transparent;
  padding: 12px 15px;
}
/* .navbar-area.navbar-area-fixed .nav-container .logo a {
  color: #fff;
} */
.navbar-area .nav-container {
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 16px 15px;
  transition: all 0.4s;
  border: 1px solid #e4ebee;
  border-radius: 8px;
  background-color: #ffffff;
  margin-top: 20px;
}
/* .navbar-area .nav-container .logo a {
  font-family: var(--heading-font);
  font-weight: 700;
  font-size: 35px;
  color: #194e84;
} */
.navbar-area .nav-container .logo a img {
  height: 58px;
}
.navbar-area .nav-container .btn-transparent {
  font-size: 13px;
  font-weight: 700;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav {
  display: block;
  width: 100%;
  text-align: right;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li {
  display: inline-block;
  font-weight: 500;
  line-height: 50px;
  text-transform: capitalize;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li a {
  color: #242424;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  font-family: "Poppins", sans-serif;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li a:hover {
  color: #52b0e2;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li + li {
  margin-left: 14px;
}
.navbar-area
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-children {
  position: relative;
  z-index: 0;
  padding-right: 16px;
}
.navbar-area
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-children:before {
  position: absolute;
  right: -1px;
  top: 50%;
  content: "";
  font-family: "fontawesome";
  transform: translateY(-50%);
  transition: all 0.3s ease-in;
  color: #fff;
}
.navbar-area
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-children:hover {
  transition: all 0.4s ease;
}
.navbar-area
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-children:hover
  > .sub-menu {
  visibility: visible;
  opacity: 1;
}
.navbar-area
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-children
  .sub-menu {
  position: absolute;
  text-align: left;
  min-width: 210px;
  margin: 0;
  padding: 0;
  list-style: none;
  left: 0;
  top: 60px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
  background-color: #fff;
  z-index: 9;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease;
  border-radius: 0;
}
.navbar-area
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-children
  .sub-menu.border-bt0 {
  border-bottom: 0px !important;
}
.navbar-area
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-children
  .sub-menu
  li {
  display: block;
  margin-left: 0;
  line-height: 22px;
  font-size: 16px;
  transition: all 0.4s ease;
}
.navbar-area
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-children
  .sub-menu
  li
  a {
  display: block;
  padding: 10px 20px;
  white-space: nowrap;
  transition: all 0.3s;
  font-size: 16px;
  font-weight: 400;
  transition: all 0.4s ease;
  color: var(--heading-color);
}
.navbar-area
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-children
  .sub-menu
  li:hover
  a {
  padding-left: 24px;
}
.navbar-area
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-children
  .sub-menu
  .menu-item-has-children {
  position: relative;
  z-index: 0;
  padding-right: 0px;
}
.navbar-area
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-children
  .sub-menu
  .menu-item-has-children:before {
  position: absolute;
  right: 15px;
  top: 50%;
  content: "";
  font-family: "fontawesome";
  /* IE 9 */
  /* Chrome, Safari, Opera */
  transform: translateY(-50%);
}
.navbar-area
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-children
  .sub-menu
  .menu-item-has-children
  > .sub-menu {
  left: 100%;
  top: 20px;
}
.navbar-area
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-children
  .sub-menu
  .menu-item-has-children
  > .sub-menu
  .sub-menu
  .sub-menu {
  left: auto;
  right: 100%;
}
.navbar-area
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-children
  .sub-menu
  .menu-item-has-children:hover
  > .sub-menu {
  visibility: visible;
  opacity: 1;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav > li {
  margin-right: 14px;
}
.navbar-area.style-two .navbar .nav-container .navbar-collapse .navbar-nav {
  text-align: left;
}
.navbar-area.style-two
  .navbar
  .nav-container
  .navbar-collapse
  .navbar-nav
  li
  a {
  color: #1f2a4b;
}
.navbar-area.style-two .navbar .nav-container {
  border-bottom: 1px solid rgba(35, 33, 33, 0.3);
}
.navbar-area.style-two .navbar .nav-container .logo a {
  margin-right: 100px;
}
.navbar-area.style-two
  .navbar-area.navbar-area-fixed
  .nav-container
  .navbar-collapse
  .navbar-nav
  li
  a {
  color: #fff;
}
.navbar-area.style-two
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-children:before {
  color: var(--heading-color);
}
.navbar-area.style-two.navbar-area-fixed
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-children:before {
  color: #fff;
}
.navbar-area.style-two.navbar-area-fixed
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-children
  .sub-menu
  a {
  color: var(--heading-color);
}

.navbar-area-fixed {
  box-shadow: 0px 4px 6px 0px rgba(12, 0, 46, 0.06);
  background: #fff;
}
.navbar-area-fixed .toggle-btn .icon-left:before,
.navbar-area-fixed .toggle-btn .icon-left:after,
.navbar-area-fixed .toggle-btn .icon-left,
.navbar-area-fixed .toggle-btn .icon-right:before,
.navbar-area-fixed .toggle-btn .icon-right:after,
.navbar-area-fixed .toggle-btn .icon-right {
  background: #52b0e2;
}

.navbar-area-2 .navbar-area .nav-container {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.navbar-area-2 .navbar-area .nav-container .logo a {
  color: #fff;
}
.navbar-area-2 .navbar-area.navbar-area-fixed .nav-container {
  border-bottom: 0;
}
.navbar-area-2 .nav-right-part-desktop .btn {
  color: transparent;
}
.navbar-area-2 .nav-right-part-desktop .btn:active,
.navbar-area-2 .nav-right-part-desktop .btn:focus,
.navbar-area-2 .nav-right-part-desktop .btn:hover {
  color: #fff;
}

.navbar-nav {
  opacity: 0;
  margin-right: -30px;
  visibility: hidden;
  transition: all 0.3s ease 0s;
}

.menu-open {
  opacity: 1;
  margin-right: 0;
  visibility: visible;
}

.bar1 {
  width: 32px;
  height: 2px;
  margin-bottom: 5px;
  position: absolute;
  background: #fff;
  z-index: 9999;
  top: 10px;
  right: -5px;
}

.bar2 {
  width: 24px;
  height: 2px;
  margin-bottom: 5px;
  position: absolute;
  background: #fff;
  z-index: 9999;
  top: 17px;
  right: -5px;
}

.bar3 {
  width: 18px;
  height: 2px;
  margin-bottom: 5px;
  position: absolute;
  background: #fff;
  z-index: 9999;
  top: 24px;
  right: -5px;
}

.responsive-mobile-menu button:focus {
  outline: none;
  border: none;
}

.navbar-area,
.navbar-area .nav-container {
  transition: none !important;
}

@media only screen and (max-width: 991px) {
  .navbar-area .nav-container {
    padding: 15px;
  }

  .nav-right-part {
    margin-right: 50px;
  }

  .nav-right-part .btn .right {
    padding-left: 5px;
    font-size: 13px;
  }

  .navbar-area .nav-container {
    position: relative;
    z-index: 0;
  }
  .navbar-area .nav-container .navbar-toggler {
    padding: 0px;
  }
  .navbar-area .nav-container .navbar-collapse {
    margin-top: 48px;
    padding-right: 25px;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav {
    display: block;
    margin-top: 20px;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li {
    display: block;
    text-align: left;
    line-height: 30px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li a {
    display: block;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li:last-child {
    border-bottom: none;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li + li {
    margin-left: 0;
  }
  .navbar-area
    .nav-container
    .navbar-collapse
    .navbar-nav
    li.menu-item-has-children:before {
    top: 25px;
    right: 0px !important;
  }
  .navbar-area
    .nav-container
    .navbar-collapse
    .navbar-nav
    li.menu-item-has-children
    .sub-menu {
    position: initial;
    display: block;
    width: 100%;
    border-top: none;
    box-shadow: none;
    margin-left: 0;
    padding-bottom: 0;
    height: auto;
    overflow: hidden;
    max-height: 250px;
    overflow-y: scroll;
    background-color: transparent;
    border-radius: 10px;
    padding: 0px;
    border-bottom: none;
    display: none;
    transition: none;
    visibility: visible;
    opacity: 1;
  }
  .navbar-area
    .nav-container
    .navbar-collapse
    .navbar-nav
    li.menu-item-has-children
    .sub-menu
    .sub-menu
    .menu-item-has-children:before {
    content: "";
  }
  .navbar-area
    .nav-container
    .navbar-collapse
    .navbar-nav
    li.menu-item-has-children
    .sub-menu
    li {
    padding: 0;
  }
  .navbar-area
    .nav-container
    .navbar-collapse
    .navbar-nav
    li.menu-item-has-children
    .sub-menu
    li.menu-item-has-children:hover:before {
    top: 30px;
    color: #fff;
  }
  .navbar-area
    .nav-container
    .navbar-collapse
    .navbar-nav
    li.menu-item-has-children
    .sub-menu
    li
    + li {
    border-top: none;
  }
}
.toggle-btn {
  left: auto;
  right: -10px;
  position: absolute;
  width: 40px;
  height: 40px;
  transition-duration: 0.5s;
  border: 0;
  background: transparent;
}
.toggle-btn .icon-left {
  transition-duration: 0.5s;
  position: absolute;
  height: 2px;
  width: 11px;
  top: 18px;
  background: #52b0e2;
  left: 7px;
}
.toggle-btn .icon-left:before {
  transition-duration: 0.5s;
  position: absolute;
  width: 11px;
  height: 2px;
  background: #52b0e2;
  content: "";
  top: -7px;
  left: 0;
}
.toggle-btn .icon-left:after {
  transition-duration: 0.5s;
  position: absolute;
  width: 11px;
  height: 2px;
  background: #52b0e2;
  content: "";
  top: 7px;
  left: 0;
}
.toggle-btn .icon-left:hover {
  cursor: pointer;
}
.toggle-btn .icon-right {
  transition-duration: 0.5s;
  position: absolute;
  height: 2px;
  width: 11px;
  top: 18px;
  background: #52b0e2;
  left: 18px;
}
.toggle-btn .icon-right:before {
  transition-duration: 0.5s;
  position: absolute;
  width: 11px;
  height: 2px;
  background: #52b0e2;
  content: "";
  top: -7px;
  left: 0;
}
.toggle-btn .icon-right:after {
  transition-duration: 0.5s;
  position: absolute;
  width: 11px;
  height: 2px;
  background: #52b0e2;
  content: "";
  top: 7px;
  left: 0;
}
.toggle-btn .icon-right:hover {
  cursor: pointer;
}
.toggle-btn.open .icon-left {
  transition-duration: 0.5s;
  background: transparent;
}
.toggle-btn.open .icon-left:before {
  transform: rotateZ(45deg) scaleX(1.4) translate(2px, 1px);
}
.toggle-btn.open .icon-left:after {
  transform: rotateZ(-45deg) scaleX(1.4) translate(2px, -1px);
}
.toggle-btn.open .icon-right {
  transition-duration: 0.5s;
  background: transparent;
}
.toggle-btn.open .icon-right:before {
  transform: rotateZ(-45deg) scaleX(1.4) translate(-2px, 1px);
}
.toggle-btn.open .icon-right:after {
  transform: rotateZ(45deg) scaleX(1.4) translate(-2px, -1px);
}
.toggle-btn:hover {
  cursor: pointer;
}

.nav-right-part .header-search {
  background: transparent;
  display: inline-block;
  text-align: center;
  font-size: 22px;
}

.nav-right-part-desktop {
  margin-left: 52px;
}
.nav-right-part-desktop .btn {
  height: 44px;
  line-height: 24px;
}
.nav-right-part-desktop .btn-main-2 {
  line-height: 40px;
}

.nav-right-part-mobile {
  display: none;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar-area .nav-container .navbar-collapse .navbar-nav li {
    font-size: 16px;
  }

  .navbar-area
    .nav-container
    .navbar-collapse
    .navbar-nav
    li.menu-item-has-children:before {
    right: -9px;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li + li {
    margin-left: 5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .responsive-mobile-menu {
    display: block;
    width: 100%;
    position: relative;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1199px) {
  .margin-xlt-80 {
    margin-top: 0px;
  }

  .contact-widget .contact_info_list li.single-info-item .details {
    padding-left: 25px;
  }
}
@media only screen and (max-width: 991px) {
  .navbar-area .logo {
    padding-top: 0px !important;
  }

  .widget ul {
    text-align: left;
  }

  .navbar-collapse {
    background: #fff;
    padding-left: 35px;
    margin-top: 0px;
    width: 100%;
  }

  .navbar-area
    .nav-container
    .navbar-collapse
    .navbar-nav
    li.menu-item-has-children:before {
    right: 20px;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav {
    margin-bottom: 20px;
  }

  .navbar-area {
    padding-bottom: 0px;
  }

  .bar1,
  .bar2,
  .bar3 {
    background: #fff;
  }

  .party-box-wrapper {
    padding: 50px 0px;
  }

  .party-box-wrapper .party-box-content h4 {
    font-size: 30px;
    line-height: 45px;
  }

  .footer-area .copyright-area-inner {
    padding: 20px;
  }

  .navbar-expand-lg .navbar-collapse {
    margin-top: 0px;
  }

  .contact-widget .contact_info_list li.single-info-item .details {
    padding-left: 25px;
  }

  .footer-area .footer-top .widget.widget_nav_menu ul li a {
    font-size: 14px;
  }

  .navbar-area
    .nav-container
    .navbar-collapse
    .navbar-nav
    li.menu-item-has-children
    .sub-menu {
    padding: 0 0 0 20px;
  }

  .navbar-area
    .nav-container
    .navbar-collapse
    .navbar-nav
    li.menu-item-has-children
    .sub-menu
    li
    a {
    padding: 12px 0;
  }

  .navbar-area
    .nav-container
    .navbar-collapse
    .navbar-nav
    li.menu-item-has-children
    .sub-menu
    li:last-child
    a {
    padding-bottom: 3px;
  }

  .navbar-area
    .nav-container
    .navbar-collapse
    .navbar-nav
    li.menu-item-has-children
    .sub-menu
    li
    a:hover
    i {
    opacity: 0;
    margin-right: -18px;
  }

  .nav-right-part-mobile {
    display: block;
  }

  .nav-right-part-desktop {
    display: none;
  }

  .navbar-area
    .nav-container
    .navbar-collapse
    .navbar-nav
    li.menu-item-has-children
    .sub-menu
    li:hover {
    background: none;
  }
}
/* Tablet Layout wide: 767px. */
@media only screen and (max-width: 767px) {
  .logo-wrapper.mobile-logo {
    display: block;
    width: 100%;
  }

  .responsive-mobile-menu {
    display: block;
    width: 100%;
    position: relative;
  }

  .responsive-mobile-menu .navbar-toggler {
    position: absolute;
    left: calc(100% - 130px);
    top: 10px;
  }

  .table-responsive {
    display: block !important;
  }

  .btn-custom-default,
  .btn-custom-white {
    font-size: 14px;
    line-height: 33px;
    padding: 6px 20px;
  }

  .navbar-area .logo {
    padding-top: 0px !important;
  }
}
/* medium tablet layout 599px */
@media only screen and (max-width: 575px) {
  .navbar-area .nav-container {
    margin: 0px 0px;
  }

  .navbar-area .logo {
    padding-top: 10px;
  }

  .widget.footer-widget .subscribe-form.subscribe-form-style2 .form-control {
    padding: 15px 20px;
  }

  .widget.footer-widget .subscribe-form.subscribe-form-style2 .btn {
    padding: 15px 20px;
  }

  .search-popup .search-form {
    min-width: 350px;
  }
}
@media only screen and (max-width: 375px) {
  .btn-custom-default,
  .btn-custom-white {
    padding: 5px 18px;
  }

  .search-popup .search-form .form-group .form-control,
  .search-popup .search-form .submit-btn {
    height: 45px;
  }

  .search-popup .search-form {
    min-width: 300px;
  }
}
@media only screen and (max-width: 320px) {
  .search-popup .search-form {
    min-width: 265px;
  }

  .responsive-mobile-menu .navbar-toggler {
    left: calc(100% - 95px);
  }
}
/*----------------------------------------------
    ## Banner
----------------------------------------------*/
.banner-area {
  /* height: 90vh; */
  padding: 220px 0;
  background-position: top right;
  background-repeat: no-repeat;
  background-size: auto;
  display: flex;
  align-items: center;
}

.featured-banner {
  background: url(../img/featured/top.png);
  background-position: top right;
  background-repeat: no-repeat;
  position: relative;
  background-size: auto !important;
}
.featured-banner:after {
  content: "";
  position: absolute;
  background: url(../img/featured/bottom.png);
  height: 100%;
  width: 100%;
  bottom: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: auto;
  z-index: -1;
}
.featured-banner .banner-inner .title {
  margin-bottom: 26px;
}
.featured-banner .banner-inner .btn-main-2 {
  margin-right: 17px;
}
.featured-banner .banner-inner .btn-transparent {
  background: transparent;
  color: #fe2a5c;
}
.featured-banner .banner-inner .btn-transparent:hover {
  color: #fff;
  background: #fe2a5c;
}

.banner-inner .banner-social-area {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
  transform: rotate(-90deg);
  position: absolute;
  top: 170px;
}
.banner-inner .banner-social-area li {
  display: inline-flex;
  margin-right: 45px;
  position: relative;
}
.banner-inner .banner-social-area li:after {
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #194e84;
  top: 50%;
  left: -21px;
}
.banner-inner .banner-social-area li a {
  font-size: 16px;
  font-weight: 400;
  color: #6e7898;
  transition: all 0.3s ease-in;
}
.banner-inner .banner-social-area li a:hover {
  color: #7202bb;
}
.banner-inner .banner-social-area li:first-child:after {
  display: none;
}
.banner-inner .banner-social-area li:last-child {
  margin-right: 0;
}
.banner-inner .sub-title {
  font-size: 16px;
  font-weight: 400;
  color: #9699a8;
  margin-bottom: 11px;
}
.banner-inner .title {
  /* font-size: 70px; */
  font-size: 48px;
  /* margin-bottom: 28px; */
  margin-bottom: 16px;
  margin-left: -3px;
}
.banner-inner p {
  color: #4a5257;
  font-size: 18px;
  font-weight: 400;
  /* margin-bottom: 36px; */
  margin-bottom: 30px;
}
.banner-inner .btn {
  height: 44px;
  line-height: 44px;
  padding: 0 40px;
  margin-top: 20px;
}
.banner-inner .btn i {
  margin-left: 15px;
}
.banner-inner .btn-main-2 {
  line-height: 54px;
}

.banner-img {
  position: relative;
  width: 660px;
  /* height: 650px; */
}
.banner-img img {
  position: absolute;
}
.banner-img .banner-img-1 {
  left: 8px;
  top: -68px;
  animation: 1.5s 0.2s slideInBanner both;
}
.banner-img .banner-img-2 {
  left: 80px;
  top: 35px;
  animation: 1.5s 0.6s slideInBanner both;
}
.banner-img .banner-img-3 {
  right: -211px;
  top: -40px;
  animation: 1.5s 0.9s slideInBanner both;
}
.banner-img .banner-img-4 {
  right: -357px;
  top: 160px;
  opacity: 0.8;
}

/*--------------------------------------------------------------
    #page-title-area
--------------------------------------------------------------*/
.page-title-area {
  padding: 258px 0 160px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  position: relative;
}
.page-title-area .overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(114, 2, 187, 0.8);
  top: 0;
  left: 0;
}
.page-title-area .breadcrumb-inner .page-title {
  color: #fff;
  font-size: 53px;
  font-weight: 700;
  margin-bottom: 6px;
}
.page-title-area .breadcrumb-inner .page-list {
  list-style: none;
  padding: 0;
  display: inline-flex;
  margin: 0;
}
.page-title-area .breadcrumb-inner .page-list li {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
}
.page-title-area .breadcrumb-inner .page-list li a {
  position: relative;
  margin-right: 9px;
  padding-right: 11px;
}
.page-title-area .breadcrumb-inner .page-list li a:hover {
  color: #fff;
}
.page-title-area .breadcrumb-inner .page-list li a:after {
  position: absolute;
  right: 0;
  top: 4px;
  content: "";
  height: 15px;
  width: 1px;
  background: #fff;
}

.slideInBanner {
  animation-name: slideInBanner;
}

.imager-top-bounce {
  animation: top-image-bounce 7s infinite ease-in-out;
}
@keyframes slideInBanner {
  0% {
    opacity: 0;
    transform: translate(100px, -100px);
    visibility: hidden;
  }
  100% {
    transform: translate(0, 0);
    visibility: visible;
  }
}
@keyframes top-image-bounce {
  0% {
    transform: translateY(-50px);
  }
  50% {
    transform: translateY(12px);
  }
  100% {
    transform: translateY(-50px);
  }
}
/*----------------------------------------------
    ## All section style
----------------------------------------------*/
/******** fun-fact-area ********/
.single-fact-wrap {
  border-radius: 10px;
  background: rgba(25, 78, 132, 0.05);
  padding: 30px 0 19px;
  margin-bottom: 30px;
}
.single-fact-wrap h2 {
  font-size: 45px;
  font-weight: 700;
  margin-bottom: -2px;
}
.single-fact-wrap p {
  color: #6e7898;
  font-size: 18px;
  font-weight: 400;
}
.single-fact-wrap.style-2 {
  background: rgba(0, 235, 199, 0.05);
}
.single-fact-wrap.style-3 {
  background: rgba(254, 42, 92, 0.05);
}

/******** featured-area ********/
.single-featured-wrap {
  border-radius: 10px;
  padding: 24px;
  border: 1px solid #e4ebee;
  /* box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1); */
  /* margin-bottom: 30px; */
  /* height: 100%; */
}
.single-featured-wrap .thumb {
  height: 50px;
  width: 50px;
  background: #ebecff;
  border-radius: 50%;
  text-align: center;
  line-height: 53px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.single-featured-wrap .thumb.color-2 {
  background: #ebecff;
}

.thumb-wrapper {
  display: flex;
  gap: 12px;
}

.why-choose-card-wrap {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* .single-featured-wrap .thumb:before {
  height: 36px;
  width: 36px;
  background: #7202bb;
  border-radius: 10px;
  transform: rotate(45deg);
  content: "";
  position: absolute;
  z-index: -1;
  top: -4px;
  left: -5px;
} */
/* .single-featured-wrap .thumb:after {
  height: 36px;
  width: 36px;
  transform: rotate(45deg);
  content: "";
  position: absolute;
  z-index: -2;
  background: rgba(0, 235, 199, 0.3);
  border-radius: 10px;
  top: -4px;
  left: -10px;
} */
/* .single-featured-wrap .thumb .after-2 {
  height: 36px;
  width: 36px;
  transform: rotate(45deg);
  content: "";
  position: absolute;
  z-index: -2;
  background: rgba(254, 42, 92, 0.3);
  border-radius: 10px;
  top: -4px;
  left: 0;
} */

.single-featured-wrap h5 {
  margin: 53px 0 14px;
}
.single-featured-wrap p {
  /* font-size: 15px; */
  font-size: 16px;
  font-weight: 400;
  color: #4a5257;
  line-height: 24px;
  margin-bottom: 0;
}

.single-featured-wrap-2 {
  /* box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.04); */
  /* margin-bottom: 30px; */
  border: 1px solid #e4ebee;
  border-radius: 10px;
  padding: 28px 25px 21px;
  height: 100%;
}
.single-featured-wrap-2 .thumb {
  height: 50px;
  width: 50px;
  background: #eaf8ff;
  border-radius: 50%;
  text-align: center;
  line-height: 53px;
  margin-bottom: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.single-featured-wrap-2 .thumb.color-2 {
  background: #ebffeb;
}

.single-featured-wrap-2 .thumb.color-3 {
  background: #ffebf6;
}

.single-featured-wrap-2 .thumb.color-4 {
  background: #ebecff;
}
.single-featured-wrap-2 .thumb.color-4 i {
  color: #7202bb;
}
.single-featured-wrap-2 .thumb.color-5 {
  background: rgba(108, 99, 255, 0.12);
}
.single-featured-wrap-2 .thumb.color-5 i {
  color: #6c63ff;
}
.single-featured-wrap-2 .thumb.color-6 {
  background: rgba(25, 78, 132, 0.12);
}
.single-featured-wrap-2 .thumb.color-6 i {
  color: #194e84;
}
.single-featured-wrap-2 h5 {
  font-size: 20px;
  font-weight: 600;
}
.single-featured-wrap-2 p {
  margin-top: 12px;
  font-size: 16px;
  line-height: 24px;
  color: #4a5257;
}

.single-featured-wrap-2 ul li {
  font-size: 14px;
  line-height: 21px;
  color: #4a5257;
}

.single-featured-wrap-2 ul li::marker {
  color: #788287;
}

.single-featured-wrap-3 {
  padding: 49px 15px 19px;
}
.single-featured-wrap-3 .thumb:after {
  display: none;
}
.single-featured-wrap-3 .thumb:before {
  background: rgba(254, 42, 92, 0.2);
  height: 54px;
  width: 54px;
  top: -13px;
  left: -17px;
}
.single-featured-wrap-3 .thumb i {
  color: #fe2a5c;
}
.single-featured-wrap-3 .thumb.color-2:before {
  background: rgba(0, 235, 199, 0.2);
}
.single-featured-wrap-3 .thumb.color-2 i {
  color: #00ebc7;
}
.single-featured-wrap-3 .thumb.color-3:before {
  background: rgba(25, 78, 132, 0.2);
}
.single-featured-wrap-3 .thumb.color-3 i {
  color: #194e84;
}
.single-featured-wrap-3 h5 {
  margin: 38px 0 8px;
  transition: all 0.3s ease-in;
}
.single-featured-wrap-3 h5:hover {
  color: #194e84;
}
.single-featured-wrap-3 p {
  margin-bottom: 8px;
}
.single-featured-wrap-3 .read-more-btn {
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  color: #fe2a5c;
}
.single-featured-wrap-3 .read-more-btn i {
  font-size: 12px;
  transition: all 0.3s ease-in;
}
.single-featured-wrap-3 .read-more-btn:hover i {
  margin-left: 3px;
}

/******** cta-area ********/
.cta-area {
  padding: 106px 0 96px;
}
.cta-area h2 {
  color: #fff;
  margin-bottom: 5px;
}
.cta-area p {
  color: #e8e7e7;
  line-height: 1.7;
}
.cta-area .btn {
  color: #7202bb;
  height: 50px;
  line-height: 50px;
  padding: 0 31px;
}
.cta-area .btn i {
  font-size: 20px;
  margin-left: 14px;
}
.cta-area .btn:hover {
  background: #1f2a4b;
  color: #fff;
}

/******** featured-area-2 ********/
.featured-inner h2 {
  margin-bottom: 16px;
}
.featured-inner p {
  line-height: 1.7;
  margin-bottom: 45px;
}

.featured-area-2 .btn {
  margin-top: 40px;
}

/******** icons ********/
i {
  background-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  background-size: contain;
}

.fb-icon {
  mask-image: url(../img/icon/fb-icon.svg);
  -webkit-mask-image: url(../img/icon/fb-icon.svg);
  background-color: #52b0e2;
  height: 14px;
  width: 14px;
  transition: all 0.3s ease-in;
}

.twitter-icon {
  mask-image: url(../img/icon/twitter-icon.svg);
  -webkit-mask-image: url(../img/icon/twitter-icon.svg);
  background-color: #52b0e2;
  height: 14px;
  width: 14px;
  transition: all 0.3s ease-in;
}

.insta-icon {
  mask-image: url(../img/icon/insta-icon.svg);
  -webkit-mask-image: url(../img/icon/insta-icon.svg);
  background-color: #52b0e2;
  height: 14px;
  width: 14px;
  transition: all 0.3s ease-in;
}

.right-arrow-icon {
  mask-image: url(../img/icon/right-arrow.svg);
  -webkit-mask-image: url(../img/icon/right-arrow.svg);
  background-color: #52b0e2;
}

.disability-support-icon {
  mask-image: url(../img/icon/disablity-support-icon.svg);
  -webkit-mask-image: url(../img/icon/disablity-support-icon.svg);
  background-color: #52b0e2;
  display: block;
  height: 30px;
  width: 30px;
}

.aged-care-support-icon {
  mask-image: url(../img/icon/aged-care-support-icon.svg);
  -webkit-mask-image: url(../img/icon/aged-care-support-icon.svg);
  background-color: #67bf68;
  display: block;
  height: 30px;
  width: 30px;
}

.partnership-service-icon {
  mask-image: url(../img/icon/partnership-service-icon.svg);
  -webkit-mask-image: url(../img/icon/partnership-service-icon.svg);
  background-color: #e38bbb;
  display: block;
  height: 30px;
  width: 30px;
}

.flexible-responsive-icon {
  mask-image: url(../img/icon/flexible-responsive.svg);
  -webkit-mask-image: url(../img/icon/flexible-responsive.svg);
  background-color: #7f86ff;
  display: block;
  height: 30px;
  width: 30px;
}

.quality-safety-icon {
  mask-image: url(../img/icon/quality-safety-first-icon.svg);
  -webkit-mask-image: url(../img/icon/quality-safety-first-icon.svg);
  background-color: #7f86ff;
  display: block;
  height: 30px;
  width: 30px;
}

.flexible-hour-icon {
  mask-image: url(../img/icon/flexible-hour-icon.svg);
  -webkit-mask-image: url(../img/icon/flexible-hour-icon.svg);
  background-color: #7f86ff;
  display: block;
  height: 30px;
  width: 30px;
}

.supportive-envirnoment-icon {
  mask-image: url(../img/icon/supportive-environment-icon.svg);
  -webkit-mask-image: url(../img/icon/supportive-environment-icon.svg);
  background-color: #67bf68;
  display: block;
  height: 30px;
  width: 30px;
}

.ongoing-training-icon {
  mask-image: url(../img/icon/ongoing-training-icon.svg);
  -webkit-mask-image: url(../img/icon/ongoing-training-icon.svg);
  background-color: #e38bbb;
  display: block;
  height: 30px;
  width: 30px;
}

.opportunities-icon {
  mask-image: url(../img/icon/opportunity-icon.svg);
  -webkit-mask-image: url(../img/icon/opportunity-icon.svg);
  background-color: #52b0e2;
  display: block;
  height: 30px;
  width: 30px;
}

.phone-icon {
  mask-image: url(../img/icon/phone-icon.svg);
  -webkit-mask-image: url(../img/icon/phone-icon.svg);
  background-color: #67bf68;
  display: block;
  height: 30px;
  width: 30px;
}

.email-icon {
  mask-image: url(../img/icon/email-icon.svg);
  -webkit-mask-image: url(../img/icon/email-icon.svg);
  background-color: #52b0e2;
  display: block;
  height: 30px;
  width: 30px;
}

.service-area-icon {
  mask-image: url(../img/icon/service-area-icon.svg);
  -webkit-mask-image: url(../img/icon/service-area-icon.svg);
  background-color: #e38bbb;
  display: block;
  height: 30px;
  width: 30px;
}

.employment-assistance-icon {
  mask-image: url(../img/icon/employment-assistance-icon.svg);
  -webkit-mask-image: url(../img/icon/employment-assistance-icon.svg);
  background-color: #7f86ff;
  display: block;
  height: 30px;
  width: 30px;
}

.our-mission-img-wrap img {
  margin-top: -100px;
}

/******** ibn-inner ********/
.ibn-inner ul {
  list-style: none;
  margin: 12px 0 0 0;
  padding: 0;
}
.ibn-inner ul li {
  position: relative;
  font-size: 16px;
  line-height: 24px;
  color: #4a5257;
  margin-bottom: 12px;
  /* padding-left: 28px; */
  display: flex;
  align-items: center;
}

/* .ibn-inner ul li i {
  height: 20px;
  width: 20px;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 21px;
  font-size: 12px;
  position: absolute;
  left: 0;
  top: 3px;
} */

.ibn-inner ul li i {
  height: 18px;
  width: 18px;
  background: #52b0e2;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 18px;
  font-size: 12px;
  margin-right: 16px;
  flex-shrink: 0;
}

.ibn-inner .media {
  margin: 25px 0 0 0;
}
.ibn-inner .media:hover .thumb i {
  color: #194e84;
}
.ibn-inner .media .thumb {
  height: 30px;
  width: 30px;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ibn-inner .media .thumb i {
  transition: all 0.3s ease-in;
}

.ibn-inner .media .media-body {
  margin-left: 24px;
}
.ibn-inner .media .media-body h5 {
  font-size: 15px;
  color: #6e7898;
  font-weight: 500;
  margin-bottom: 7px;
  transition: all 0.3s ease-in;
}
.ibn-inner .media .media-body p {
  color: #1f2930;
  line-height: 24px;
  margin-bottom: 0;
}

.join-our-team-wrap {
  height: 100%;
  border-radius: 10px;
  padding: 12px 16px;
}

.join-our-team-wrap.style-1 {
  background: #ebecff;
}
.join-our-team-wrap.style-2 {
  background: #ebffeb;
}

.join-our-team-wrap.style-3 {
  background: #ffebf6;
}

.join-our-team-wrap.style-4 {
  background: #eaf8ff;
}

.join-our-team-wrap .media {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

/******** screenshot-area ********/
.swiper-container {
  position: relative;
  width: 978px;
  background: #7202bb;
  padding-bottom: 60px;
}
.swiper-container .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 400px;
}
.swiper-container .swiper-pagination-bullets {
  bottom: 2px;
}
.swiper-container .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
  width: 16px;
  height: 16px;
  display: inline-block;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7);
  transition: all 0.5s ease-in-out;
  transform: scale(0.7);
  opacity: 1;
}
.swiper-container
  .swiper-pagination-bullets
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  transform: scale(1);
  background: #fff;
}

/******** pricing-area ********/
.tab-content .fade {
  transition: opacity 0.5s linear !important;
}

.pricing-nav {
  background: #fff;
  margin: 0px 0 79px;
  border: 1px solid #7202bb;
  border-radius: 23px;
}
.pricing-nav.pricing-nav-2 {
  border: 1px solid #fe2a5c;
}
.pricing-nav.pricing-nav-2 .nav-item .nav-link {
  color: #fe2a5c;
}
.pricing-nav.pricing-nav-2 .nav-item .nav-link:after {
  background: #fe2a5c;
}
.pricing-nav.pricing-nav-2 .nav-item .nav-link.nav-link-2:before {
  border: 1px solid #fe2a5c;
}
.pricing-nav .nav-item .nav-link {
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  color: #7202bb;
  background: transparent;
  padding: 13px 41px 12px 26px;
  transition: all 0.3s ease-in;
  position: relative;
  z-index: 11;
}
.pricing-nav .nav-item .nav-link:after {
  content: "";
  position: absolute;
  background: #7202bb;
  height: 100%;
  width: 100%;
  top: 0;
  left: 120px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in;
  z-index: -1;
  border-radius: 23px;
  border-radius: 23px 0 0 23px;
}
.pricing-nav .nav-item .nav-link.nav-link-2 {
  padding: 13px 26px 12px 41px;
}
.pricing-nav .nav-item .nav-link.nav-link-2:before {
  content: "";
  position: absolute;
  background: #fff;
  height: 45px;
  width: 45px;
  border: 1px solid #7202bb;
  border-radius: 50%;
  top: 0;
  right: 50%;
  z-index: 91;
  margin-right: 36px;
}
.pricing-nav .nav-item .nav-link.nav-link-2:after {
  left: -120px;
  border-radius: 0 23px 23px 0;
}
.pricing-nav .nav-item .nav-link.nav-link-2.active:after {
  left: 0;
}
.pricing-nav .nav-item .nav-link.active {
  color: #fff;
}
.pricing-nav .nav-item .nav-link.active:after {
  opacity: 1;
  left: 0;
  visibility: visible;
}

/***single-price-wrap***/
.single-price-wrap {
  border: 2px solid #f3f6f9;
  border-radius: 10px;
  padding: 44px 40px 45px;
  transition: all 0.3s ease-in;
  margin-bottom: 30px;
}
.single-price-wrap.color-2:hover {
  border: 2px solid #fe2a5c;
}
.single-price-wrap.color-2 .pricing-cost {
  color: #fe2a5c;
}
.single-price-wrap.color-2 .btn {
  border: 1px solid #fe2a5c;
}
.single-price-wrap.color-2 .btn:active,
.single-price-wrap.color-2 .btn:focus,
.single-price-wrap.color-2 .btn:hover {
  background: #fe2a5c;
}
.single-price-wrap:hover {
  border: 2px solid #7202bb;
}
.single-price-wrap .pricing-title {
  margin-bottom: 20px;
  font-size: 28px;
}
.single-price-wrap .pricing-cost {
  font-size: 30px;
  font-weight: 600;
  color: #7202bb;
  margin-bottom: 20px;
}
.single-price-wrap .pricing-cost span {
  font-size: 14px;
  color: #9699a8;
}
.single-price-wrap .pricing-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.single-price-wrap .pricing-list li {
  font-size: 15px;
  font-weight: 400;
  color: #6e7898;
  line-height: 20px;
  margin-bottom: 16px;
}
.single-price-wrap .btn {
  height: 51px;
  border: 1px solid #7202bb;
  width: 100%;
  box-shadow: 0 3px 6px rgba(114, 2, 187, 0.1);
  margin-top: 33px;
  font-weight: 600;
}
.single-price-wrap .btn:active,
.single-price-wrap .btn:focus,
.single-price-wrap .btn:hover {
  background: #7202bb;
  color: #fff;
}

/******** download-area ********/
.download-area {
  position: relative;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  background-attachment: fixed !important;
  padding: 100px 0 107px;
}
.download-area:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(114, 2, 187, 0.8);
  border: 1px solid #707070;
  top: 0;
  left: 0;
}
.download-area h2 {
  color: #fff;
  font-weight: 400;
  margin-bottom: 14px;
  line-height: 1.2;
}
.download-area p {
  color: #fff;
  margin-bottom: 36px;
}
.download-area .btn {
  color: #7202bb;
  font-size: 16px;
  height: 45px;
  line-height: 45px;
  padding: 0 24px;
  margin-right: 16px;
}
.download-area .btn:hover {
  background: #1f2a4b;
  color: #fff;
}
.download-area .btn i {
  margin-right: 15px;
}

/******** testimonial-area ********/
.testimonial-area .section-title .sub-title:before {
  left: -2px;
}
.testimonial-area
  .testimonial-slider
  .owl-item.active.center
  .testimonial-wrap
  .thumb {
  opacity: 1;
  transition: all 0.5s ease;
  transform: scale(1);
}
.testimonial-area .testimonial-slider .owl-nav {
  display: none;
}
.testimonial-area .testimonial-slider .owl-dots {
  margin-top: 65px;
}
.testimonial-area .testimonial-slider .owl-dots .owl-dot {
  height: 16px;
  width: 16px;
  transform: scale(0.7);
  background: #9699a8;
  padding: 0;
  border: 0;
  border-radius: 50%;
  margin: 0 5px;
  transition: all 0.3s ease-in;
}
.testimonial-area .testimonial-slider .owl-dots .owl-dot.active {
  transform: scale(1);
  background: #7202bb;
}

.testimonial-wrap {
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(114, 2, 187, 0.1);
  padding: 49px 69px 21px;
  margin: 50px 10px 10px;
  transition: all 0.5s ease;
  transform: scale(0.8);
}
.testimonial-wrap .thumb {
  height: 100px;
  width: 100px;
  text-align: center;
  margin: 0 auto;
  border: 1px solid #7202bb;
  border-radius: 50%;
  position: absolute;
  top: -50px;
  left: 50%;
  margin-left: -50px;
  opacity: 0.7;
}
.testimonial-wrap .thumb img {
  border-radius: 50%;
}
.testimonial-wrap .name {
  font-weight: 400;
  margin-top: 17px;
  margin-bottom: -7px;
}
.testimonial-wrap p {
  color: #6e7898;
  line-height: 1.7;
}
.testimonial-wrap p.designation {
  font-size: 15px;
  font-weight: 300;
}

/******** blog-area ********/
.single-blog-wrap {
  border-radius: 0 0 3px 3px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  margin-bottom: 30px;
  transition: all 0.3s ease-in;
  overflow: hidden;
}
.single-blog-wrap .thumb {
  overflow: hidden;
}
.single-blog-wrap .thumb img {
  width: 100%;
  transition: 0.6s;
  transform: scale(1);
}
.single-blog-wrap .blog-details {
  padding: 23px 30px 24px;
}
.single-blog-wrap .blog-details .meta span {
  font-size: 15px;
}
.single-blog-wrap .blog-details .meta span i {
  margin-right: 7px;
  color: #7202bb;
}
.single-blog-wrap .blog-details h5 {
  margin: 14px 0 9px;
}
.single-blog-wrap .blog-details h5:hover {
  color: var(--main-color);
}
.single-blog-wrap .blog-details p {
  color: #6e7898;
  line-height: 1.7;
  margin-bottom: 11px;
}
.single-blog-wrap .blog-details .read-btn {
  color: #7202bb;
}
.single-blog-wrap:hover {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
}
.single-blog-wrap:hover .thumb img {
  transform: scale(1.1);
}

/******** faq-area ********/
.faq-area {
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  background-attachment: fixed !important;
  position: relative;
}
.faq-area:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(114, 2, 187, 0.7);
  border: 1px solid #707070;
  top: 0;
  left: 0;
}

.faq-accordion .card {
  border-radius: 10px !important;
  margin-bottom: 20px;
}
.faq-accordion .card .card-header {
  background: white;
  padding: 0;
  border: 0;
  margin-bottom: 0;
}
.faq-accordion .card .card-header .btn {
  width: 100%;
  color: #7202bb;
  text-align: left;
  border: 0;
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  padding: 10px 30px 10px;
  height: auto;
}
.faq-accordion .card .card-header .btn i {
  float: right;
  margin-top: 16px;
  transform: rotate(90deg);
  transition: all 0.3s ease-in;
}
.faq-accordion .card .card-header .btn.collapsed i {
  transform: rotate(0deg);
}
.faq-accordion .card .card-body {
  font-size: 16px;
  color: #1f2a4b;
  line-height: 1.7;
  padding: 26px 31px 33px;
  border-top: 1px solid rgba(31, 42, 75, 0.1);
}

/******** contact-form ********/
.contact-form .btn {
  padding: 0 24px;
}

.contact-wrap h4 {
  font-weight: 600;
  margin-bottom: 21px;
}
.contact-wrap p {
  color: #4a5257;
  font-weight: 300;
  margin-bottom: 36px;
  margin-top: 12px;
  line-height: 24px;
}
.contact-wrap .media {
  margin-bottom: 30px;
}
.contact-wrap .media .thumb {
  background: #eaf8ff;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-wrap .media .thumb.style-2 {
  background: #ebffeb;
}
.contact-wrap .media .thumb.style-3 {
  background: #ffebf6;
}

.contact-wrap .media .media-body {
  margin-left: 29px;
}
.contact-wrap .media .media-body h5 {
  font-weight: 400;
  margin-bottom: 2px;
}
.contact-wrap .media .media-body a,
.contact-wrap .media .media-body p {
  font-size: 16px;
  line-height: 24px;
  color: #4a5257;
  font-weight: 400;
  margin: 0;
  display: block;
}

.contact-wrap .media .media-body a:hover {
  color: #52b0e2;
}

.contact-form-wrap {
  padding: 24px;
  /* background-color: #f3f9fc; */
  border: 1px solid #e4ebee;
  border-radius: 10px;
}

/******** featured page ********/
.featured-area {
  margin-top: 4px;
}

.featured-area-3 {
  position: relative;
}
.featured-area-3:after {
  content: "";
  position: absolute;
  width: 40%;
  left: 0;
  top: 0;
  height: 73.4%;
  background: url(../img/featured/1.png);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0 100px 0 0;
  z-index: -1;
}
.featured-area-3:before {
  content: "";
  position: absolute;
  width: 40%;
  left: 0;
  border-radius: 0 100px 0 0;
  top: 0;
  height: 73.4%;
  background: rgba(114, 2, 187, 0.3);
  background-repeat: no-repeat;
}

.featured-thumb {
  position: relative;
  margin: 0 68px 30px 135px;
}
.featured-thumb:after {
  content: "";
  position: absolute;
  background: #0b0a0c;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0;
  border-radius: 50px;
  z-index: -1;
}
.featured-thumb img {
  border-radius: 0 50px 50px 50px;
  margin: -18px 0 18px 0;
}

/******** error page ********/
.error-area {
  height: 100vh;
  display: flex;
  align-items: center;
}

.erroer-inner {
  margin-top: 70px;
}
.erroer-inner h1 {
  color: rgba(31, 42, 75, 0.39);
  font-size: 220px;
  font-weight: 700;
  line-height: 85px;
  margin-bottom: 44px;
}
.erroer-inner h2 {
  font-size: 60px;
  font-weight: 600;
  margin-bottom: 38px;
}
.erroer-inner .btn {
  font-family: "Poppins", sans-serif;
  border-radius: 3px;
}
.erroer-inner .btn i {
  font-size: 13px;
  margin-right: 12px;
}

/*------------------------------------------------
    blog style
------------------------------------------------*/
.blog-single-item {
  margin-bottom: 70px;
}
.latest-blog-wrap .thumb {
  margin-bottom: 25px;
}
.latest-blog-wrap .thumb img {
  width: 100%;
}
.latest-blog-wrap .latest-blog-details .card-title {
  font-size: 30px;
  font-weight: 400;
  margin: 0;
}
.latest-blog-wrap .latest-blog-details .card-title:hover a {
  color: #7202bb;
}
.latest-blog-wrap .latest-blog-details .meta {
  border-bottom: 1px solid rgba(31, 42, 75, 0.1);
  margin-bottom: 23px;
  padding-bottom: 25px;
  margin-top: 5px;
}
.latest-blog-wrap .latest-blog-details .meta span {
  font-size: 15px;
  color: #9699a8;
  margin-right: 27px;
}
.latest-blog-wrap .latest-blog-details .meta span i {
  color: #7202bb;
  margin-right: 7px;
}
.latest-blog-wrap .latest-blog-details p {
  font-size: 16px;
  color: #9699a8;
  line-height: 1.7;
  margin-bottom: 7px;
}
.latest-blog-wrap .latest-blog-details blockquote {
  border-radius: 10px;
  background: rgba(114, 2, 187, 0.04);
  font-size: 18px;
  color: #1f2a4b;
  text-align: center;
  line-height: 1.7;
  padding: 21px 39px 23px;
  margin: 35px 0 33px;
}
.latest-blog-wrap .latest-blog-details blockquote span {
  display: block;
  color: #7202bb;
  margin-bottom: -2px;
}
.latest-blog-wrap .latest-blog-details .btn-wrap {
  margin-top: 25px;
}
.latest-blog-wrap .latest-blog-details .btn {
  height: 45px;
  line-height: 47px;
  background: transparent;
  border: 1px solid #7202bb;
  color: #7202bb;
  font-family: "Poppins", sans-serif;
  padding: 0 30px;
}
.latest-blog-wrap .latest-blog-details .btn:hover {
  background: #7202bb;
  color: #fff;
}
.latest-blog-wrap .latest-blog-details .btn i {
  margin-left: 12px;
}

/********* comment area **********/
.comment-area {
  border-top: 1px solid rgba(31, 42, 75, 0.1);
  padding-top: 40px;
  margin-top: 40px;
}
.comment-area h5 {
  font-weight: 400;
  margin-bottom: 32px;
}
.comment-area .media {
  margin-bottom: 60px;
}
.comment-area .media .thumb {
  border: 1px solid #7202bb;
  border-radius: 50%;
}
.comment-area .media .thumb img {
  border-radius: 50%;
}
.comment-area .media .media-body {
  margin-left: 30px;
}
.comment-area .media .media-body h6 {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  margin-bottom: 4px;
}
.comment-area .media .media-body span {
  font-size: 14px;
  font-weight: 400;
  color: #9699a8;
}
.comment-area .media .media-body p {
  font-size: 15px;
  line-height: 1.7;
  color: #9699a8;
  margin: 11px 0 9px;
}
.comment-area .media .media-body .btn {
  height: 35px;
  line-height: 32px;
  padding: 0 28px;
  border-radius: 3px;
  font-family: "Poppins", sans-serif;
}
.comment-area .comment-form {
  background: rgba(114, 2, 187, 0.04);
  border-radius: 3px;
  border: 1px solid rgba(114, 2, 187, 0);
  padding: 30px;
  transition: all 0.3s ease-in;
}
.comment-area .comment-form .single-input-wrap textarea,
.comment-area .comment-form .single-input-wrap input {
  background: #fff;
  color: rgba(31, 42, 75, 0.4);
  border: 1px solid rgba(114, 2, 187, 0.1);
}
.comment-area .comment-form:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(114, 2, 187, 0.01);
}
.comment-area .comment-form .btn {
  background: #7202bb;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  height: 45px;
  line-height: 43px;
  margin-top: -6px;
}
.comment-area .comment-form .btn:hover {
  background: #1f2a4b;
  border: 1px solid #1f2a4b;
}

/*--------------------------------------------------
    ##Footer
---------------------------------------------------*/
/* .footer-area {
  background: url(../img/other/footer-bg.webp);
  background-repeat: no-repeat;
  background-position: bottom ;
  background-size: 100% auto;
  padding: 137px 0 0;
} */

.footer-area {
  position: relative;
}

.footer-curve {
  position: absolute;
  z-index: -1;
  bottom: 0;
  width: 100%;
  height: 120%;
}

.footer-area .widget {
  margin-bottom: 0;
}
.footer-area .widget-title {
  margin-top: 32px;
  margin-bottom: 0;
  color: #1f2930;
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 26px;
}
.footer-area .copyright-area {
  margin-top: 60px;
}
.footer-area .copyright-area p {
  color: #4a5257;
  border-top: 1px solid #e4ebee;
  padding: 20px 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.footer-logo {
  display: inline-block;
}

.footer-logo img {
  height: 60px;
}

.footer-logo:active,
.footer-logo:focus,
.footer-logo:hover {
  color: #fff;
}

.about_us_widget p {
  margin-top: 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  color: #4a5257;
}

/* .widget_nav_menu ul {
    padding: 0;
    margin: 0;
    padding-top: 5px;
    column-count: 2;
} */

.footer-area .widget_nav_menu ul {
  display: block !important;
  padding: 0;
  margin: 0;
  column-count: 2;
}

.widget_nav_menu ul li {
  list-style: none;
  margin-bottom: 3px;
  line-height: 20px;
}
.widget_nav_menu ul li a {
  font-size: 14px;
  line-height: 20px;
  color: #4a5257;
  transition: all 0.3s ease-in;
}
.widget_nav_menu ul li a:hover {
  color: #242424;
}
.widget_nav_menu ul li:last-child {
  margin-bottom: 0;
}

.widget_subscribe {
  margin-top: 0;
}
.widget_subscribe .subscribe-form {
  margin-top: 27px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background: #fff;
  border: 1px solid #52b0e2;
  border-radius: 3px;
  position: relative;
  height: 40px;
}
.widget_subscribe .subscribe-form input {
  width: 60%;
  background: transparent;
  border: 0;
  font-size: 14px;
  color: #1f2930;
  padding: 0 10px;
  height: 98%;
  border-radius: 3px;
}
.widget_subscribe .subscribe-form input::placeholder {
  color: #8a9099;
}
.widget_subscribe .subscribe-form button {
  height: 40px;
  line-height: 24px;
  box-shadow: -4px 3px 6px rgba(0, 0, 0, 0.16);
  background: #52b0e2;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  border: 0;
  padding: 0 20px;
  position: absolute;
  right: 0;
  top: -1px;
  transition: all 0.3s ease-in;
}
/* .widget_subscribe .subscribe-form button:hover {
  background: #ffffff;
  color: #52b0e2;
} */

.widget_subscribe .social-area {
  margin-top: 0;
}

/* privacy policy  */

.privacy-policy-title {
  padding-top: 112px;
  background-color: #eaf8ff;
}

.privacy-policy-title .banner-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 0;
}

.terms-condition .terms-condition-content p {
  margin-bottom: 24px;
}

.terms-condition .terms-condition-content h2 {
  font-weight: 700;
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 12px;
}

.terms-condition {
  padding-bottom: 80px;
  padding-top: 60px;
}

.contact-area {
  padding-bottom: 60px;
}

.copyright-area a:hover {
  text-decoration: underline;
  color: #52b0e2;
}

.go-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: none;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: #ffffff;
  color: #52b0e2;
  border: 1px solid #52b0e2;
  border-radius: 50%;
  z-index: 999;
  cursor: pointer;
}

.go-top:hover {
  background: #52b0e2;
  color: #ffffff;
}

/* icon color */
.go-top i {
  color: #52b0e2 !important;
}

/* hover state */
.go-top:hover {
  background: #52b0e2;
}

.go-top:hover i {
  color: #ffffff !important;
}

/* prevent theme link styles */
.go-top:visited,
.go-top:focus,
.go-top:active {
  color: #52b0e2 !important;
}

body.loading .navbar-area {
  transition: none !important;
}

.our-mission-img-wrap {
  width: 100%;
}

.our-mission-img-wrap img {
  width: 100%;
}

.service-we-offer-wrap {
  margin-bottom: 24px;
}

/* footer  */
.country {
  margin-top: 30px;
}

.country_list {
  display: flex;
  align-items: flex-start;
}

.country_list:not(:last-child) {
  margin: 0 0 16px;
}

.flag {
  display: flex;
  align-items: flex-start;
  margin-right: 16px;
  flex-shrink: 0;
  min-width: 64px;
}

.country_list p {
  font-size: 12px;
  line-height: 18px;
  color: #4a5257;
  margin-bottom: 0;
}

.flag > .flag-img:not(:last-child) {
  margin-right: 8px;
}

.flag > .flag-img {
  height: 23px;
}

.flag > .flag-img > img {
  height: 100%;
  width: auto;
  object-fit: contain;
}
