:root {
  /**
  @font family declaration
  */
  --bd-ff-body: "Poppins", sans-serif;
  --bd-ff-heading: "Prompt", sans-serif;
  --bd-ff-fontawesome: "Font Awesome 6 Pro";
  /**
  @color declaration
  */
  --clr-common-white: #ffffff;
  --clr-common-black: #000;
  --clr-common-placeholder: #c3c3c3;
  --clr-common-heading: #1c1c1c;
  --clr-common-body-text: #4b4b4b;
  --clr-theme-1: #4c87f6;
  --clr-theme-2: #303591;
  --clr-theme-3: #f8d458;
  --clr-theme-4: #161e43;
  --clr-theme-5: #3249b3;
  --clr-text-1: rgba(43, 45, 56, 0.5);
  --clr-bg-gray-1: #f9f9f9;
  --clr-bg-gray-2: #f3f3f3;
  --clr-bg-gray-3: #fafafa;
  --clr-bg-sky: #f7faff;
  --clr-bg-footer: #fafafa;
  --clr-border-1: #727272;
  --clr-footer-1: #505050;
  /**
  @font weight declaration
  */
  --bd-fw-normal: normal;
  --bd-fw-thin: 100;
  --bd-fw-elight: 200;
  --bd-fw-light: 300;
  --bd-fw-regular: 400;
  --bd-fw-medium: 500;
  --bd-fw-sbold: 600;
  --bd-fw-bold: 700;
  --bd-fw-ebold: 800;
  --bd-fw-black: 900;
  /**
  @font size declaration
  */
  --bd-fs-body: 16px;
  --bd-fs-p: 16px;
  --bd-fs-h1: 80px;
  --bd-fs-h2: 50px;
  --bd-fs-h3: 22px;
  --bd-fs-h4: 20px;
  --bd-fs-h5: 16px;
  --bd-fs-h6: 14px;
}

/*-----------------------------------------------------------------------------------

    Theme Name: HTML5 Template
    Author: 
    Support: 
    Description: HTML5 Template
    Version: 1.0
	Developer: Sagor Khan Omi

-----------------------------------------------------------------------------------

/*----------------------------------------*/
/*  01. THEME DEFAULT CSS START
/*----------------------------------------*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*---------------------------------
    Typography css start 
---------------------------------*/
body {
  font-family: var(--bd-ff-body);
  font-size: var(--bd-fs-body);
  font-weight: normal;
  color: var(--clr-common-black);
  line-height: 26px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--bd-ff-heading);
  color: var(--clr-common-heading);
  font-weight: var(--bd-fw-sbold);
  margin-top: 0px;
  line-height: 1.3;
  margin-bottom: 0;
}

h1 {
  font-size: var(--bd-fs-h1);
}

h2 {
  font-size: var(--bd-fs-h2);
}

h3 {
  font-size: var(--bd-fs-h3);
}

h4 {
  font-size: var(--bd-fs-h4);
}

h5 {
  font-size: var(--bd-fs-h5);
}

h6 {
  font-size: var(--bd-fs-h6);
}

ul {
  margin: 0px;
  padding: 0px;
}

p {
  font-size: var(--bd-fs-p);
  font-weight: var(--bd-fw-normal);
  color: var(--clr-text-1);
  margin-bottom: 15px;
  line-height: 26px;
}

a {
  text-decoration: none;
}

a,
.btn,
button,
span,
svg,
p,
input,
select,
textarea,
li,
img,
svg path,
.transition-3,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

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

a,
button {
  color: inherit;
  outline: none;
  border: none;
  background: transparent;
}

button:hover {
  cursor: pointer;
}

button:focus {
  outline: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

input {
  outline: none;
}

input[type="color"] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: 0;
  cursor: pointer;
  height: 100%;
  width: 100%;
  padding: 0;
  border-radius: 50%;
}

img {
  width: 100%;
}

*::-moz-selection {
  background: var(--clr-theme-1);
  color: var(--clr-common-white);
  text-shadow: none;
}

::-moz-selection {
  background: var(--clr-theme-1);
  color: var(--clr-common-white);
  text-shadow: none;
}

::selection {
  background: var(--clr-theme-1);
  color: var(--clr-common-white);
  text-shadow: none;
}

*::-moz-placeholder {
  color: var(--clr-common-placeholder);
  opacity: 1;
  font-size: 16px;
}

*::-webkit-input-placeholder {
  color: var(--clr-common-placeholder);
  opacity: 1;
  font-size: 16px;
}

*:-ms-input-placeholder {
  color: var(--clr-common-placeholder);
  opacity: 1;
  font-size: 16px;
}

*::-ms-input-placeholder {
  color: var(--clr-common-placeholder);
  opacity: 1;
  font-size: 16px;
}

*::placeholder {
  color: var(--clr-common-placeholder);
  opacity: 1;
  font-size: 16px;
}

/*---------------------------------
    common classes css start 
---------------------------------*/
.w-img img {
  width: 100%;
}

.m-img img {
  max-width: 100%;
}

.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.z-index-1 {
  z-index: 1;
}

.z-index-11 {
  z-index: 11;
}

.overflow-y-visible {
  overflow-x: hidden;
  overflow-y: visible;
}

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

.include__bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.hr-1 {
  border-top: 1px solid rgb(232, 232, 232);
}

/*----------------------------------------
    Progress Wrap
-----------------------------------------*/
@media (max-width: 575px) {
  .progress-wrap {
    right: 15px;
    bottom: 15px;
  }
}

/*----------------------------------------
   Basic-pagaination
-----------------------------------------*/
.bd-basic__pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 575px),
  only screen and (min-width: 576px) and (max-width: 767px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .bd-basic__pagination ul {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
}
.bd-basic__pagination ul li {
  list-style: none;
}
.bd-basic__pagination ul li a {
  width: 50px;
  height: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 10px;
  position: relative;
  right: 0;
  top: 50%;
  font-weight: var(--bd-fw-sbold);
  font-size: 16px;
  border: 1px solid var(--clr-border-11);
  overflow: hidden;
  z-index: 5;
  background-color: transparent;
}
.bd-basic__pagination ul li a:hover {
  background-color: var(--clr-theme-1);
  border-color: var(--clr-theme-1);
  color: var(--clr-common-white);
}
.bd-basic__pagination ul li span {
  width: 50px;
  height: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 6px;
  position: relative;
  right: 0;
  top: 50%;
  font-weight: var(--bd-fw-sbold);
  font-size: 16px;
  background-color: var(--clr-theme-1);
  overflow: hidden;
  color: var(--clr-common-white);
  z-index: 5;
}

/*----------------------------------------*/
/*  BACKGROUND COLOR CSS START
/*----------------------------------------*/
/*--- Background color
-----------------------------------------*/
.white-bg {
  background-color: var(--clr-common-white);
}

.black-bg {
  background-color: var(--clr-common-black);
}

.dark-bg {
  background-color: var(--clr-common-heading);
}

.grey-bg {
  background-color: var(--clr-bg-gray-1);
}

.grey-bg-2 {
  background-color: var(--clr-bg-gray-2);
}

.grey-bg-3 {
  background-color: var(--clr-bg-gray-3);
}

.navy-bg {
  background-color: var(--clr-theme-4);
}

.sky-bg {
  background-color: var(--clr-bg-sky);
}

.footer-bg {
  background-color: var(--clr-bg-footer);
}

/*----------------------------------------*/
/*  BUTTTON CSS START
/*----------------------------------------*/
.border__btn {
  height: 60px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 2px solid var(--clr-theme-1);
  padding: 0 37px;
  font-size: 16px;
  font-weight: var(--bd-fw-sbold);
  color: var(--clr-theme-1);
  background-color: transparent;
  border-radius: 6px;
}
.border__btn:hover {
  border-color: var(--clr-theme-1);
  background-color: var(--clr-theme-1);
  color: var(--clr-common-white);
}
.border__btn.s-2 {
  color: #636363;
  border-color: #636363;
}
.border__btn.s-2:hover {
  color: var(--clr-common-white);
  border-color: var(--clr-theme-1);
}
.border__btn.s-3 {
  color: var(--clr-theme-5);
  border-color: var(--clr-theme-5);
}
.border__btn.s-3:hover {
  background-color: var(--clr-theme-5);
  border-color: transparent;
  color: var(--clr-common-white);
}
.border__btn.white {
  border-color: var(--clr-common-white);
  color: var(--clr-common-white);
}
.border__btn.white:hover {
  border-color: transparent;
}

.solid__btn {
  height: 60px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 2px solid var(--clr-theme-1);
  padding: 0 35px;
  font-size: 16px;
  font-weight: var(--bd-fw-sbold);
  color: var(--clr-common-white);
  background-color: var(--clr-theme-1);
  border-radius: 6px;
}
.solid__btn:hover {
  color: var(--clr-theme-1);
  border: 2px solid var(--clr-theme-1);
  background-color: transparent;
}

.play__btn {
  width: 116px;
  height: 116px;
  background: rgba(56, 135, 254, 0.1);
  display: inline-block;
  text-align: center;
  line-height: 110px;
  border-radius: 50%;
}

/*----------------------------------------*/
/* OFFCANVAS CSS START
/*----------------------------------------*/
.offcanvas__close button {
  height: 45px;
  width: 45px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--clr-common-heading);
  font-size: 18px;
  background-color: var(--clr-theme-1);
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.offcanvas__close button i {
  color: var(--clr-common-white);
}
.offcanvas__info {
  background: var(--clr-common-white) none repeat scroll 0 0;
  border-left: 3px solid var(--clr-theme-1);
  position: fixed;
  right: 0;
  top: 0;
  width: 370px;
  height: 100%;
  -webkit-transform: translateX(calc(100% + 80px));
  transform: translateX(calc(100% + 80px));
  -webkit-transition:
    transform 0.45s ease-in-out,
    opacity 0.45s ease-in-out;
  -webkit-transition:
    opacity 0.45s ease-in-out,
    -webkit-transform 0.45s ease-in-out;
  transition:
    opacity 0.45s ease-in-out,
    -webkit-transform 0.45s ease-in-out;
  transition:
    transform 0.45s ease-in-out,
    opacity 0.45s ease-in-out;
  transition:
    transform 0.45s ease-in-out,
    opacity 0.45s ease-in-out,
    -webkit-transform 0.45s ease-in-out;
  z-index: 999;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
  background-color: var(--clr-common-white);
}
@media (max-width: 575px) {
  .offcanvas__info {
    width: 300px;
  }
}
.offcanvas__info.info-open {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.offcanvas__logo a img {
  max-width: 180px;
}
.offcanvas__wrapper {
  position: relative;
  height: 100%;
  padding: 30px 30px;
}
@media (max-width: 575px) {
  .offcanvas__wrapper {
    padding: 20px;
  }
}
.offcanvas__top {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--clr-border-3);
}
.offcanvas__color {
  margin-bottom: 40px;
}
.offcanvas__color h5 {
  font-size: 22px;
  margin-bottom: 15px;
}
.offcanvas__color input {
  display: none;
}
.offcanvas__color label {
  width: 100%;
  height: 60px;
  background-color: var(--clr-theme-1);
}
.offcanvas__color label:hover {
  cursor: pointer;
}
.offcanvas__color-2 label {
  background-color: var(--bd-theme-2);
}
.offcanvas__search {
  position: relative;
}
.offcanvas__search input {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding-right: 20px;
  background: transparent;
  border: none;
  outline: none;
  border-bottom: 1px solid var(--clr-border-1);
  font-size: 16px;
  color: var(--clr-common-heading);
}
.offcanvas__search input::-webkit-input-placeholder {
  color: var(--clr-common-heading);
}
.offcanvas__search input::-moz-placeholder {
  color: var(--clr-common-heading);
}
.offcanvas__search input:-ms-input-placeholder {
  color: var(--clr-common-heading);
}
.offcanvas__search input::-ms-input-placeholder {
  color: var(--clr-common-heading);
}
.offcanvas__search input::placeholder {
  color: var(--clr-common-heading);
}
.offcanvas__search input:focus {
  border-color: var(--clr-common-heading);
}
.offcanvas__search button {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 16px;
  color: var(--clr-common-heading);
}
.offcanvas__search button:hover {
  color: var(--clr-theme-1);
}
.offcanvas__text p {
  margin-bottom: 25px;
}
.offcanvas__contact h4 {
  font-size: 22px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: var(--bd-fw-bold);
  color: var(--clr-common-heading);
}
.offcanvas__contact ul li:not(:last-child) {
  margin-bottom: 20px;
}
.offcanvas__contact ul li:hover i {
  color: var(--clr-common-white);
  border-color: var(--clr-theme-1);
  background-color: var(--clr-theme-1);
}
.offcanvas__contact-icon i {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  text-align: center;
  border: 1px solid var(--clr-border-1);
  border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  overflow: hidden;
  color: var(--clr-common-heading);
  position: relative;
  z-index: 5;
}
.offcanvas__contact-text a {
  font-size: 16px;
  font-weight: 500;
  color: var(--clr-common-heading);
}
.offcanvas__contact-text a:hover {
  color: var(--clr-theme-1);
}
.offcanvas__social {
  margin-bottom: 30px;
}
.offcanvas__social ul li {
  display: inline-block;
}
.offcanvas__social ul li:not(:last-child) {
  margin-right: 5px;
}
.offcanvas__social ul li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid var(--clr-border-1);
  color: var(--clr-theme-1);
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 5;
  background-color: transparent;
}
.offcanvas__social ul li a:hover {
  color: var(--clr-common-white);
  border: 1px solid var(--clr-theme-1);
  background-color: var(--clr-theme-1);
}
.offcanvas__notification-icon a {
  font-size: 14px;
  color: var(--clr-common-heading);
  position: relative;
}
.offcanvas__notification-icon a .notification-count {
  position: absolute;
  top: -4px;
  right: -13px;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 22px;
  font-size: 12px;
  font-weight: 600;
  background-color: var(--clr-theme-1);
  border-radius: 50%;
  color: var(--clr-common-heading);
  text-align: center;
}
.offcanvas__notification-text p {
  margin-bottom: 0;
  font-weight: 500;
  color: var(--clr-common-heading);
  font-size: 14px;
}
.offcanvas__notification-text p .notification-number {
  color: var(--clr-theme-1);
}
.offcanvas__notification-text p a {
  color: var(--clr-theme-1);
}
.offcanvas__overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background: var(--clr-common-black);
  z-index: 900;
  top: 0;
  opacity: 0;
  visibility: hidden;
  right: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.offcanvas__overlay.overlay-open {
  opacity: 0.5;
  visibility: visible;
}
.offcanvas .signin-area.open {
  opacity: 0.6;
  visibility: visible;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

/*----------------------------------------*/
/*  SECTION TITLE CSS START
/*----------------------------------------*/
.section__subtitle {
  display: inline-block;
  margin: 0 auto 20px;
  font-family:
    Source Sans 3,
    Source Sans 3;
  font-weight: var(--bd-fw-bold);
  font-size: 14px;
  color: #4c87f6;
  text-align: center;
  padding: 6px 16px;
  background: rgba(76, 135, 246, 0.06);
  border-radius: 6px 6px 6px 6px;
}
.section__subtitle span {
  color: var(--clr-theme-1);
}
.section__subtitle.s-2 {
  color: var(--clr-common-white);
}
.section__subtitle-2 {
  font-size: 16px;
  font-weight: var(--bd-fw-sbold);
  line-height: 1;
  display: inline-block;
  top: -6px;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #4b4b4b;
  position: relative;
}
.section__subtitle-2:after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -14px;
  width: 8px;
  height: 8px;
  background: #f8d458;
  border-radius: 50%;
}
.section__subtitle-2 span {
  color: var(--clr-theme-1);
}

.section__title {
  position: relative;
  line-height: 1.3;
  font-weight: bold;
  font-size: 40px;
  color: #2b2d38;
  text-align: center;
  color: var(--clr-common-heading);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .section__title {
    font-size: 45px;
  }
}
@media (max-width: 575px),
  only screen and (min-width: 576px) and (max-width: 767px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .section__title {
    font-size: 40px;
  }
}
@media (max-width: 450px) {
  .section__title {
    font-size: 35px;
  }
}
.section__title.s-2 {
  color: var(--clr-common-white);
}
.section__title-2 {
  font-weight: 600;
  font-size: 50px;
  line-height: 1.3;
  font-family: var(--bd-ff-heading);
  color: var(--clr-common-heading);
}
.section__title-2.s-2 {
  color: var(--clr-common-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 575px) {
  .section__title-2 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 450px) {
  .section__title-2 {
    font-size: 36px;
  }
}

.down__mark-middle {
  height: 6px;
  width: 90px;
  background-color: var(--clr-theme-3);
  display: inline-block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 10px;
  z-index: -1;
}

.down__mark-line {
  position: relative;
  z-index: 5;
}
.down__mark-line:before {
  position: absolute;
  content: "";
  height: 6px;
  width: 90px;
  background: var(--clr-theme-3);
  bottom: 15px;
  left: 3px;
  z-index: -1;
}

.section__title-wrapper.s-2 > p {
  color: var(--clr-common-white);
}

.section__subtitle-3 span {
  font-weight: 600;
  font-size: 14px;
  color: var(--clr-theme-5);
  margin-bottom: 25px;
  display: block;
  text-transform: uppercase;
}

.section__title-3 {
  font-size: 45px;
  line-height: 1.5;
  font-weight: 600;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .section__title-3 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section__title-3 {
    font-size: 35px;
  }
}
@media (max-width: 450px) {
  .section__title-3 {
    font-size: 30px;
  }
}

/*----------------------------------------*/
/*  BREAADCRUMB CSS START
/*----------------------------------------*/
.breadcrumb__area {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
  z-index: 1;
}
.breadcrumb__area::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: -webkit-gradient(linear, left top, left bottom, from(#dceaff), to(#f5f9ff));
  background: linear-gradient(#dceaff 0%, #f5f9ff 100%);
}
.breadcrumb__menu ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 25px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 7px 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.breadcrumb__menu ul li {
  list-style: none;
  position: relative;
  line-height: 1;
}
.breadcrumb__menu ul li:not(:last-child):after {
  display: inline-block;
  content: "\f054";
  position: absolute;
  right: -17px;
  top: 50%;
  font-family: var(--bd-ff-fontawesome);
  color: var(--clr-common-heading);
  font-size: 13px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.breadcrumb__menu ul li span {
  font-size: 14px;
  color: var(--clr-theme-1);
  text-transform: capitalize;
  font-weight: var(--bd-fw-medium);
}
.breadcrumb__menu ul li span a {
  display: inline;
  color: var(--clr-common-heading);
}
.breadcrumb__menu ul li span a:hover {
  color: var(--clr-theme-1);
  background-size:
    0 1px,
    100% 1px;
}
.breadcrumb__title h2 {
  font-size: 50px;
  color: var(--clr-common-heading);
  margin-bottom: 30px;
  font-weight: 600;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .breadcrumb__title h2 {
    font-size: 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb__title h2 {
    font-size: 45px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .breadcrumb__title h2 {
    font-size: 40px;
  }
}
@media (max-width: 450px) {
  .breadcrumb__title h2 {
    font-size: 36px;
  }
}

.breadcrumb__shape-1 {
  position: absolute;
  top: 48%;
  left: 8%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .breadcrumb__shape-1 {
    left: 2%;
  }
}
@media (max-width: 575px),
  only screen and (min-width: 576px) and (max-width: 767px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .breadcrumb__shape-1 {
    display: none;
  }
}

.breadcrumb__shape-2 {
  position: absolute;
  bottom: 90px;
  right: 120px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .breadcrumb__shape-2 {
    right: 2%;
  }
}
@media (max-width: 575px),
  only screen and (min-width: 576px) and (max-width: 767px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb__shape-2 {
    display: none;
  }
}

/*----------------------------------------*/
/*  CAROUSEL CSS START
/*----------------------------------------*/
.swiper.project__active {
  border-radius: 20px;
}

/*----------------------------------------*/
/*  ANIMATION CSS START
/*----------------------------------------*/
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@-webkit-keyframes scaleUpUser {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scaleUpUser {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.scaleup__animation {
  -webkit-animation-name: scaleUpUser;
  animation-name: scaleUpUser;
  -webkit-animation-duration: 3.5s;
  animation-duration: 3.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.play__effect {
  position: relative;
}
.play__effect::before,
.play__effect::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  border-radius: 50%;
  width: 100%;
  height: 100%;
  border: 1px solid #9dbafe;
  -webkit-animation: popupBtn 1.8s linear infinite;
  animation: popupBtn 1.8s linear infinite;
}
.play__effect.s-2::before,
.play__effect.s-2::after {
  border: 1px solid var(--clr-common-white);
  opacity: 0.6;
}

@-webkit-keyframes popupBtn {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    opacity: 0.3;
  }
  100% {
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0;
  }
}

@keyframes popupBtn {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    opacity: 0.3;
  }
  100% {
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0;
  }
}
@-webkit-keyframes hero-thumb-animation {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes hero-thumb-animation {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes tp-hotspot {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
@keyframes tp-hotspot {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
@-webkit-keyframes tp-hotspot-2 {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
@keyframes tp-hotspot-2 {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
@-webkit-keyframes tptranslateX2 {
  0% {
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@keyframes tptranslateX2 {
  0% {
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@-webkit-keyframes tptranslateY {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  100% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
}
@keyframes tptranslateY {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  100% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
}
@keyframes hero-thumb-animation {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes rotate-infinite {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate-infinite {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#loading {
  background-color: #fff;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 999999;
  margin-top: 0px;
  top: 0px;
  display: none;
}

#loading-center {
  width: 100%;
  height: 100%;
  position: relative;
}

#loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 25%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  #loading-center-absolute {
    width: 40%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #loading-center-absolute {
    width: 40%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #loading-center-absolute {
    width: 45%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  #loading-center-absolute {
    width: 50%;
  }
}
@media (max-width: 575px) {
  #loading-center-absolute {
    width: 60%;
  }
}
#loading {
  background-color: #fff;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 999999;
  margin-top: 0px;
  top: 0px;
}

#loading-center {
  width: 100%;
  height: 100%;
  position: relative;
}

#loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.object {
  width: 20px;
  height: 20px;
  background-color: #5f3afc;
  border-radius: 50% 50% 50% 50%;
  margin-right: 20px;
  margin-bottom: 20px;
  position: absolute;
}

#object_one {
  -webkit-animation: object 2s linear infinite;
  animation: object 2s linear infinite;
}

#object_two {
  -webkit-animation: object 2s linear infinite -0.4s;
  animation: object 2s linear infinite -0.4s;
}

#object_three {
  -webkit-animation: object 2s linear infinite -0.8s;
  animation: object 2s linear infinite -0.8s;
}

#object_four {
  -webkit-animation: object 2s linear infinite -1.2s;
  animation: object 2s linear infinite -1.2s;
}

#object_five {
  -webkit-animation: object 2s linear infinite -1.6s;
  animation: object 2s linear infinite -1.6s;
}

@-webkit-keyframes object {
  0% {
    left: 100px;
    top: 0;
  }
  80% {
    left: 0;
    top: 0;
  }
  85% {
    left: 0;
    top: -20px;
    width: 20px;
    height: 20px;
  }
  90% {
    width: 40px;
    height: 15px;
  }
  95% {
    left: 100px;
    top: -20px;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 100px;
    top: 0;
  }
}
@keyframes object {
  0% {
    left: 100px;
    top: 0;
  }
  80% {
    left: 0;
    top: 0;
  }
  85% {
    left: 0;
    top: -20px;
    width: 20px;
    height: 20px;
  }
  90% {
    width: 40px;
    height: 15px;
  }
  95% {
    left: 100px;
    top: -20px;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 100px;
    top: 0;
  }
}
.loading-icon .loading-logo {
  width: 64px;
  height: 64px;
  -webkit-animation: ghurche 4s linear infinite -1.2s;
  animation: ghurche 4s linear infinite -1.2s;
}

@media (max-width: 575px) {
  .loading-icon .loading-logo {
    margin-bottom: 10px;
  }
}
@-webkit-keyframes ghurche {
  0% {
    left: 100px;
    top: 0;
  }
  100% {
    left: 100px;
    top: 0;
  }
}
@keyframes ghurche {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*----------------------------------------*/
/*  MEAN MENU CSS START
/*----------------------------------------*/
/* Mean menu customize */
.mean-container a.meanmenu-reveal {
  display: none;
}

.mean-container .mean-nav {
  background: none;
  margin-top: 0;
}

.mean-container .mean-bar {
  padding: 0;
  min-height: auto;
  background: none;
}

.mean-container .mean-nav > ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}

.mean-container a.meanmenu-reveal {
  display: none !important;
}

.mean-container .mean-nav ul li a {
  width: 100%;
  padding: 10px 0;
  color: var(--clr-common-heading);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  text-transform: capitalize;
}
.mean-container .mean-nav ul li a:last-child {
  border-bottom: 0;
}
.mean-container .mean-nav ul li a:hover {
  color: var(--clr-theme-1);
}

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 5px;
  padding: 0 !important;
  border: 1px solid var(--clr-border-1) !important;
  height: 30px;
  width: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--clr-common-heading);
  line-height: 30px;
  top: 0;
  font-weight: 400;
  border-radius: 50%;
}
.mean-container .mean-nav ul li a.mean-expand:hover {
  background: var(--clr-theme-1);
  color: var(--clr-common-white);
}

.mean-container .mean-nav ul li > a > i {
  display: none;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.mean-container .mean-nav ul li > a.mean-expand i {
  display: inline-block;
}

.mean-container .mean-nav > ul > li:first-child > a {
  border-top: 0;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked {
  color: var(--clr-common-white);
  background-color: var(--clr-theme-1);
  border-color: var(--clr-theme-1) !important;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

/*----------------------------------------*/
/*  HEADER CSS START
/*----------------------------------------*/
.header__transparent {
  position: absolute;
  left: 0;
  margin: auto;
  width: 100%;
  z-index: 99;
}

.sticky {
  position: fixed !important;
  top: 0;
  background: var(--clr-common-white);
  z-index: 800;
  right: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  -webkit-box-shadow: 0 0 60px 0 rgba(53, 57, 69, 0.15);
  -ms-box-shadow: 0 0 60px 0 rgba(53, 57, 69, 0.15);
  -o-box-shadow: 0 0 60px 0 rgba(53, 57, 69, 0.15);
  box-shadow: 0 0 60px 0 rgba(53, 57, 69, 0.15);
  -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
}
@media (max-width: 575px),
  only screen and (min-width: 576px) and (max-width: 767px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .sticky {
    padding: 22px 0;
  }
}

.copyright__logo img,
.footer__logo img,
.header__logo img {
  max-width: 234px;
}

.header__area-2 {
  padding-top: 40px;
}
.header__area-2.sticky {
  padding: 15px 0;
}
@media (max-width: 575px),
  only screen and (min-width: 576px) and (max-width: 767px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .header__area-2.sticky {
    padding: 27px 0;
  }
}
.header__area-2.sticky .border__btn.white {
  border: 2px solid var(--clr-theme-1);
  color: var(--clr-theme-1);
}
.header__area-2.sticky .border__btn.white:hover {
  color: var(--clr-common-white);
}

@media (max-width: 575px),
  only screen and (min-width: 576px) and (max-width: 767px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .header__area-3 {
    padding: 22px 0;
  }
}

.header__area-2 .container {
  max-width: 1500px;
}
@media (max-width: 575px),
  only screen and (min-width: 576px) and (max-width: 767px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .header__area {
    padding: 27px 0;
  }
}
.header__area .container {
  max-width: 1460px;
}
.header__area-3 .container {
  max-width: 1580px;
}

.menu__main-wrapper-3 {
  margin-right: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .menu__main-wrapper-3 {
    margin-right: 0;
  }
}

@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .header__toggle-wrapper {
    display: none !important;
  }
}

.header__logo-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 125px;
}

.header__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 70px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}

.contact__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact__icon {
  width: 48px;
  height: 48px;
  background: transparent;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #c7c7c7;
  border-radius: 50px;
}

.contact__tet a {
  color: var(--clr-common-heading);
  font-size: 18px;
  font-weight: 500;
}
.contact__tet a:hover {
  color: var(--clr-theme-1);
}

.main-menu ul li {
  position: relative;
  list-style: none;
  display: inline-block;
  margin-right: 45px;
}
.main-menu ul li:last-child {
  margin-right: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .main-menu ul li {
    margin-right: 52px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu ul li {
    margin-right: 35px;
  }
}
.main-menu ul li a {
  display: inline-block;
  font-size: 16px;
  color: var(--clr-common-heading);
  padding: 42px 0;
  font-weight: var(--bd-fw-bold);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  text-transform: capitalize;
  line-height: 1;
}
.main-menu ul li .submenu {
  position: absolute;
  border-radius: 6px;
  top: 120%;
  left: 0;
  width: 220px;
  padding: 15px 0;
  padding-bottom: 15px;
  background: var(--clr-common-white);
  border-top: 3px solid var(--clr-theme-1);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  -webkit-box-shadow: 0px 30px 70px 0px rgba(11, 6, 70, 0.08);
  -ms-box-shadow: 0px 30px 70px 0px rgba(11, 6, 70, 0.08);
  -o-box-shadow: 0px 30px 70px 0px rgba(11, 6, 70, 0.08);
  box-shadow: 0px 30px 70px 0px rgba(11, 6, 70, 0.08);
  visibility: hidden;
  opacity: 0;
  z-index: 50;
}
.main-menu ul li .submenu li {
  display: block;
  width: 100%;
  margin: 0;
}
.main-menu ul li .submenu li.has-dropdown > a::after {
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}
.main-menu ul li .submenu li > a {
  width: 100%;
  display: block;
  padding: 10px 25px;
  text-transform: capitalize;
  color: var(--clr-common-heading);
  font-weight: var(--bd-fw-medium);
  position: relative;
}
.main-menu ul li .submenu li > a::after {
  right: 30px;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}
.main-menu ul li .submenu li > a::before {
  display: none;
}
.main-menu ul li .submenu li .submenu {
  left: 120%;
  top: 0;
  visibility: hidden;
  opacity: 0;
}
.main-menu ul li .submenu li:hover > a {
  color: var(--clr-theme-1);
}
.main-menu ul li .submenu li:hover > a::after {
  color: var(--clr-theme-1);
  -webkit-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg);
}
.main-menu ul li .submenu li:hover > a::before {
  left: 0;
  right: auto;
  width: 100%;
}
.main-menu ul li .submenu li:hover > .submenu {
  left: 100%;
  visibility: visible;
  opacity: 1;
}
.main-menu ul li:hover > a {
  color: var(--clr-theme-1);
}
.main-menu ul li:hover > .submenu {
  top: 100%;
  visibility: visible;
  opacity: 1;
}
.main-menu-3 ul.submenu li:hover:hover > a {
  color: var(--clr-theme-5);
}
.main-menu-3 ul li .submenu {
  border-top: 3px solid var(--clr-theme-5);
}
.main-menu-3 ul li:hover.has-dropdown > a::after {
  color: var(--clr-theme-5);
}
.main-menu-3 ul li a {
  color: var(--clr-common-black);
}
.main-menu-3 ul li a.active {
  color: var(--clr-theme-1);
}
.main-menu-3 ul li a:hover {
  color: var(--clr-theme-5);
}
.main-menu-3 ul li.has-dropdown > a::after {
  color: var(--clr-common-black);
}

.bar-icon {
  width: 20px;
  height: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: hidden;
}
.bar-icon span {
  width: 100%;
  height: 2px;
  background: #000;
  display: inline-block;
}
.bar-icon span:nth-child(2) {
  margin-left: 9px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bar-icon.s-2 span {
  background: var(--clr-common-white);
}
.bar-icon:hover span:nth-child(2) {
  margin-left: 0;
}

.humbager__icon {
  width: 60px;
  height: 60px;
  border-radius: 10px;
  background: var(--clr-common-white);
  -webkit-box-shadow: 0px 25px 40px rgba(50, 73, 179, 0.08);
  box-shadow: 0px 25px 40px rgba(50, 73, 179, 0.08);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header__toggle-text {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.1em;
  color: var(--clr-common-heading);
}

.hero__area:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(100%, rgba(157, 186, 254, 0.07)),
    to(rgba(255, 255, 255, 0))
  );
  background-image: linear-gradient(to bottom, rgba(157, 186, 254, 0.07) 100%, rgba(255, 255, 255, 0) 100%);
  z-index: -1;
}

.hero__area .container {
  max-width: 1500px;
}
.hero__area .container-fluid {
  max-width: 1500px;
}

@media (max-width: 575px),
  only screen and (min-width: 576px) and (max-width: 767px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .hero__content-wrapper {
    margin-bottom: 50px;
  }
}

.hero__content-wrapper-3 {
  position: relative;
  z-index: 55;
}

.hero__thumb-3 {
  margin-left: -210px;
}
@media (max-width: 575px),
  only screen and (min-width: 576px) and (max-width: 767px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero__thumb-3 {
    margin-left: 0px;
  }
}
@media (max-width: 575px),
  only screen and (min-width: 576px) and (max-width: 767px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .hero__thumb-3 {
    display: none;
  }
}

.hero__hight {
  min-height: 1080px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero__hight {
    min-height: 850px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero__hight {
    min-height: 850px;
  }
}
.hero__hight-3 {
  min-height: 1100px;
}

.hero__content span {
  font-weight: var(--bd-fw-sbold);
  font-style: italic;
  font-size: 18px;
  letter-spacing: 0.03em;
  color: var(--clr-theme-2);
  margin-bottom: 15px;
  display: inline-block;
}
.hero__content span span {
  color: var(--clr-theme-3);
}
.hero__content h2 {
  font-size: 70px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero__content h2 {
    font-size: 55px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 576px) and (max-width: 767px) {
  .hero__content h2 {
    font-size: 48px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
  .hero__content h2 {
    font-size: 40px;
  }
}
@media (max-width: 450px) {
  .hero__content h2 {
    font-size: 36px;
  }
}
.hero__content p {
  font-size: 20px;
  line-height: 2;
  font-weight: 500;
  color: #4b4b4b;
}

.hero__content-3 h2 {
  font-size: 55px;
  line-height: 1.5;
  margin-bottom: 35px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px) {
  .hero__content-3 h2 {
    font-size: 45px;
  }
}
@media (max-width: 575px) {
  .hero__content-3 h2 {
    font-size: 40px;
  }
}
@media (max-width: 450px) {
  .hero__content-3 h2 {
    font-size: 36px;
  }
}
.hero__content-3 p {
  font-size: 16px;
  font-family: Poppins;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.03em;
  text-align: left;
  color: #1c1c1c;
}

.hero__main-wrapper {
  padding-top: 120px;
}

.hero__search-input {
  position: relative;
}
.hero__search-input input {
  width: 100%;
  height: 80px;
  color: #989898;
  font-size: 17px;
  padding-left: 30px;
  border: 0;
  border-radius: 10px;
  -webkit-box-shadow: 0px 25px 40px rgba(50, 73, 179, 0.08);
  box-shadow: 0px 25px 40px rgba(50, 73, 179, 0.08);
  background: transparent;
  padding-right: 233px;
}
.hero__search-input input::-webkit-input-placeholder {
  color: #989898;
}
.hero__search-input input::-moz-placeholder {
  color: #989898;
}
.hero__search-input input:-ms-input-placeholder {
  color: #989898;
}
.hero__search-input input::-ms-input-placeholder {
  color: #989898;
}
.hero__search-input input::placeholder {
  color: #989898;
}
.hero__search-input button {
  height: 60px;
  background-color: var(--clr-theme-1);
  padding: 0 45px;
  font-weight: 600;
  font-size: 16px;
  color: var(--clr-common-white);
  position: absolute;
  right: 10px;
  border-radius: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}
@media (max-width: 575px),
  only screen and (min-width: 576px) and (max-width: 767px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .hero__search-input button {
    position: static;
    margin-top: 50px;
  }
}

.hero__thumb {
  padding-left: 50px;
  padding-right: 20px;
}
@media (max-width: 575px),
  only screen and (min-width: 576px) and (max-width: 767px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero__thumb {
    padding: 0;
  }
}
.hero__thumb img {
  -webkit-animation: hero-thumb-animation 2s linear infinite alternate;
  animation: hero-thumb-animation 2s linear infinite alternate;
}

.hero__thumb-wrapper {
  position: relative;
}

.hero__shape-1 {
  position: absolute;
  top: 50px;
  right: -30px;
  z-index: -1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .hero__shape-1 {
    right: 0;
  }
}

.hero__shape-2 {
  position: absolute;
  bottom: -40px;
  left: 30px;
  z-index: -1;
}

.hero__shape-3 {
  position: absolute;
  left: -11%;
  top: 0;
  z-index: -1;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .hero__shape-3 {
    display: none;
  }
}

.hero__shape-4 {
  position: absolute;
  bottom: 75px;
  right: 0;
  z-index: -1;
}

.hero__thumb-wrapper-2 {
  position: relative;
}

.hero__shape-5 {
  position: absolute;
  top: 0;
  z-index: -1;
  left: -144px;
  z-index: -1;
}

.hero__shape-6 {
  position: absolute;
  top: -20px;
  right: 0;
}

.hero__link {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 16px;
  border-radius: 50%;
  background: rgba(56, 135, 254, 0.07);
  color: #9dbafe;
}
.hero__link:hover {
  color: var(--clr-theme-1);
}

.hero__btn-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.hero__shape-7 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.hero__shape-8 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.hero__shape-9 {
  position: absolute;
  bottom: 70px;
  left: 65px;
  z-index: -1;
}

.hero__shape-10 {
  position: absolute;
  top: 170px;
  left: 22%;
}

.hero__shape-11 {
  position: absolute;
  top: 190px;
  left: 28%;
  z-index: 45;
}

.hero__cercle {
  position: absolute;
  top: 19%;
  left: 60px;
  z-index: -1;
}
.hero__cercle img {
  -webkit-animation: rotate-infinite 15s linear infinite;
  animation: rotate-infinite 15s linear infinite;
}

.hero__regtangle {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.hero__filter {
  margin-bottom: 65px;
  max-width: 815px;
}

.hero__filter-input {
  position: relative;
}
.hero__filter-input input {
  width: 100%;
  height: 80px;
  color: #989898;
  font-size: 17px;
  padding-left: 30px;
  border: 0;
  border-radius: 10px;
  -webkit-box-shadow: 0px 25px 40px rgba(50, 73, 179, 0.08);
  box-shadow: 0px 25px 40px rgba(50, 73, 179, 0.08);
  background: var(--clr-common-white);
  padding-right: 210px;
}
.hero__filter-input input::-webkit-input-placeholder {
  color: #989898;
}
.hero__filter-input input::-moz-placeholder {
  color: #989898;
}
.hero__filter-input input:-ms-input-placeholder {
  color: #989898;
}
.hero__filter-input input::-ms-input-placeholder {
  color: #989898;
}
.hero__filter-input input::placeholder {
  color: #989898;
}
@media (max-width: 575px),
  only screen and (min-width: 576px) and (max-width: 767px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .hero__filter-input input {
    padding-right: 30px;
  }
}
.hero__filter-input button {
  height: 60px;
  background-color: var(--clr-theme-5);
  padding: 0 45px;
  font-weight: 600;
  font-size: 16px;
  color: var(--clr-common-white);
  position: absolute;
  right: 10px;
  border-radius: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}
@media (max-width: 450px), (max-width: 575px) {
  .hero__filter-input button {
    position: static;
    margin-top: 50px;
  }
}

.hero__reating {
  border-radius: 15px;
  background: var(--clr-common-white);
  -webkit-box-shadow: 0px 20px 80px rgba(50, 73, 179, 0.15);
  box-shadow: 0px 20px 80px rgba(50, 73, 179, 0.15);
  max-width: 270px;
  text-align: center;
  padding: 30px 20px;
  position: relative;
}
.hero__reating span {
  width: 65px;
  height: 65px;
  background: #ebf1ff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 20px;
  color: #3249b3;
  font-weight: 600;
  margin-bottom: 25px;
}
.hero__reating .icon {
  font-size: 13px;
  color: var(--clr-theme-3);
}
.hero__reating h6 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
}

.hero__reating-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 32px;
  background-color: var(--clr-theme-5);
  padding: 0 20px;
  color: var(--clr-common-white);
  font-size: 14px;
  font-weight: 500;
  border-radius: 6px;
}
.hero__reating-btn:hover {
  color: var(--clr-common-white);
}

.hero__reating-shape {
  position: absolute;
  top: 38px;
  right: -7px;
}

.hero__thumb-2 img {
  -webkit-animation: hero-thumb-animation 2s linear infinite alternate;
  animation: hero-thumb-animation 2s linear infinite alternate;
}

/*----------------------------------------*/
/*  PROJECT CSS START
/*----------------------------------------*/
.project__shape-1 {
  position: absolute;
  bottom: -55px;
  z-index: -1;
  left: -35px;
}

.project__shape-2 {
  position: absolute;
  right: -40px;
  top: -40px;
  z-index: -1;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .project__shape-2 {
    right: 0;
  }
}

.projet__thumb img {
  width: 100%;
}

.projet__thumb-inner {
  position: relative;
  margin-left: 50px;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 575px),
  only screen and (min-width: 576px) and (max-width: 767px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .projet__thumb-inner {
    margin-left: 0;
  }
}

.project__paragraph {
  padding-left: 60px;
  margin-bottom: 0;
}
@media (max-width: 575px),
  only screen and (min-width: 576px) and (max-width: 767px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .project__paragraph {
    padding-left: 0px;
  }
}

.project__title h3 {
  font-size: 30px;
  line-height: 1.7;
  margin-top: -10px;
  margin-bottom: 20px;
}

.projet__thumb-wrapper {
  position: relative;
}
/* .projet__thumb-wrapper:before {
  position: absolute;
  content: "";
  width: 509px;
  height: 452px;
  border-radius: 20px;
  background: #fafafa;
  bottom: -50px;
  z-index: -1;
  right: 0;
} */

.project__item {
  background: #f2f2f2;
  border-radius: 20px;
}

.project__thumb img {
  width: 100%;
  border-radius: 20px;
}

.project__content {
  padding: 40px 40px 35px;
}
@media (max-width: 450px), only screen and (min-width: 768px) and (max-width: 991px) {
  .project__content {
    padding: 40px 20px 35px;
  }
}
.project__content h3 {
  font-size: 22px;
  margin-bottom: 30px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .project__content h3 {
    font-size: 20px;
  }
}
.project__content p {
  margin-bottom: 30px;
}

.project__tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 10px;
}
.project__tag a {
  font-size: 14px;
  color: #636363;
  padding: 2px 9px;
  border-radius: 4px;
  background: #dfdfdf;
}

.project__filter-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 575px),
  only screen and (min-width: 576px) and (max-width: 767px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .project__filter-button {
    gap: 20px;
  }
}
.project__filter-button button {
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}
.project__filter-button .active {
  color: var(--clr-theme-1);
}

/*----------------------------------------*/
/*  BRAND CSS START
/*----------------------------------------*/

input.e-check-input {
  margin: 0;
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
  display: block;
  width: 18px;
  min-width: 18px;
  height: 18px;
  background: var(--clr-common-white);
  border: 1px solid #b9bac1;
  outline: none;
  border-radius: 4px;
}
input.e-check-input:checked {
  position: relative;
  background-color: var(--clr-theme-1);
  border-color: transparent;
}
input.e-check-input:checked::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: "\f00c";
  position: absolute;
  font-family: var(--bd-ff-fontawesome);
  font-size: 12px;
  color: var(--clr-common-white);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.google__map-area iframe {
  width: 100%;
  height: 500px;
  margin-bottom: -7px;
}

.sidebar__category {
  padding: 30px 30px 30px;
  border-radius: 10px;
  background: var(--clr-common-white);
  -webkit-box-shadow: 0px 10px 50px rgba(50, 73, 179, 0.08);
  box-shadow: 0px 10px 50px rgba(50, 73, 179, 0.08);
}
.sidebar__category ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}
.sidebar__category li {
  list-style: none;
  position: relative;
  padding-bottom: 17px;
  border-bottom: 1px solid #e1e1e1;
}
.sidebar__category li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.sidebar__category li a {
  font-size: 16px;
  font-weight: 600;
}
.sidebar__category li a:hover {
  color: var(--clr-theme-1);
}

.sidebar__contact {
  padding: 30px 30px 30px;
  border-radius: 10px;
  background: var(--clr-common-white);
  -webkit-box-shadow: 0px 10px 50px rgba(50, 73, 179, 0.08);
  box-shadow: 0px 10px 50px rgba(50, 73, 179, 0.08);
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .sidebar__contact {
    padding: 30px 20px 30px;
  }
}

.sidebar__contact-title h3 {
  font-size: 22px;
}

.sideber__contact-icon {
  height: 48px;
  width: 48px;
  min-width: 48px;
  border: 1px solid #c7c7c7;
  text-align: center;
  line-height: 43px;
  border-radius: 50%;
}

.sidebar__contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}
.sidebar__contact-item:last-child {
  margin-bottom: 0;
}

.sideber__contact-text span a {
  font-size: 16px;
  font-weight: 500;
}
.sideber__contact-text span a:hover {
  color: var(--clr-theme-1);
}

.slideber__thumb img {
  border-radius: 10px;
}

/*----------------------------------------*/
/*  about CSS START
/*----------------------------------------*/
.about-part .section__title {
  text-align: start;
  font-size: 36px;
}
.about-part img {
  width: 80%;
  max-width: 448px;
}
.about-part p {
  font-size: 14px;
}

/*----------------------------------------*/
/*  service CSS START
/*----------------------------------------*/
.service-part {
  margin-top: 56px;
  margin-bottom: 114px;
}
.service-part .item {
  background: rgba(43, 45, 56, 0.02);
  border-radius: 16px 16px 16px 16px;
  padding: 40px 30px;
  height: 100%;
}

.service-part .item .icon {
  width: 64px;
  height: 64px;
  margin-bottom: 20px;
}
.service-part .item .title {
  font-size: 20px;
  color: #2b2d38;
  margin-bottom: 10px;
}

/*----------------------------------------*/
/*  service CSS START
/*----------------------------------------*/
.team-part {
  padding: 20px 0;
  background-color: #f6f6f6;
}
.team-part .item {
  background: #fff;
  border-radius: 16px 16px 16px 16px;

  padding: 47px 77px 100px;
  height: 100%;
}

.team-part .item .icon {
  width: 284px;
  height: 284px;
  margin-bottom: 60px;
}
.team-part .item .name {
  font-size: 32px;
  color: #2b2d38;

  margin-bottom: 17px;
}

.team-part .item p {
  font-weight: bold;
  font-size: 20px;
}

/*----------------------------------------*/
/*  FOOTER CSS START
/*----------------------------------------*/
.footer__col-2 {
  padding-left: 55px;
  margin-left: -20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer__col-2 {
    padding-left: 0px;
    margin-left: 0;
  }
}
@media (max-width: 575px),
  only screen and (min-width: 576px) and (max-width: 767px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .footer__col-2 {
    padding-left: 0px;
    margin-left: 0;
  }
}

.footer__col-5 {
  margin-left: 65px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 575px),
  only screen and (min-width: 576px) and (max-width: 767px) {
  .footer__col-5 {
    margin-left: 0;
  }
}

.footer__col-6 {
  margin-left: 35px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 575px),
  only screen and (min-width: 576px) and (max-width: 767px) {
  .footer__col-6 {
    margin-left: 0;
  }
}

footer {
  background: #1d2839;
  color: rgba(255, 255, 255, 0.5);
  padding: 42px 0;
}

footer .footer__logo {
  margin-bottom: 10px;
}

.footer__title h3 {
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 39px;
}

.footer__link ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-gap: 29px;
}
.footer__link ul li {
  list-style: none;
  word-break: break-all;
}

.footer__link.contact-us ul li {
  display: flex;
  align-items: center;
}

.footer__link.contact-us ul li .title {
  margin-right: 10px;
  min-width: 75px;
}

.footer__link ul li a {
  color: var(--clr-footer-1);
  font-size: 16px;
}
.footer__link ul li a:hover {
  color: var(--clr-theme-1);
}

.footer__contact span {
  display: block;
  margin-bottom: 10px;
}
.footer__contact span:last-child {
  margin-bottom: 0;
}

.footer__style-3 .footer__title {
  position: relative;
}
.footer__style-3 .footer__title:after {
  position: absolute;
  content: "";
  width: 62px;
  height: 1px;
  background-color: var(--clr-theme-1);
  bottom: -10px;
}
.footer__style-3 .footer__title h3 {
  margin-bottom: 30px;
}
.footer__style-3 .footer__cercle {
  width: 360px;
  height: 360px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#3249b3));
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, #3249b3 100%);
  opacity: 0.08;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  left: 5%;
  top: 95px;
  z-index: -1;
}
@media (max-width: 575px),
  only screen and (min-width: 576px) and (max-width: 767px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .footer__style-3 .footer__cercle {
    display: none;
  }
}
.footer__style-3 .footer__link ul li a {
  color: rgba(255, 255, 255, 0.5);
}
.footer__style-3 .footer__link ul li a:hover {
  color: var(--clr-theme-1);
}
