@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Bengali:wght@100..900&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 {
  --primary-color: #5d9c59;
  --secondary-color: #0b132b;
  --title-color: #0b132b;
  --paragraph-color: #1c2541;
  --white-color: #fff;
  --offwhite-color: #fafbfb;
  --border-color: #edeef0;
  --font-family: "Poppins", "Noto Sans Bengali", sans-serif;
}

*,
*::after *::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
::-moz-selection {
  color: #fff;
  background: var(--primary-color);
}
::selection {
  color: #fff;
  background: var(--primary-color);
}
::-webkit-scrollbar {
  width: 8px !important;
  height: 8px !important;
}
::-moz-scrollbar {
  width: 8px !important;
  height: 8px !important;
}
::-ms-scrollbar {
  width: 8px !important;
  height: 8px !important;
}
::-webkit-scrollbar-thumb {
  cursor: pointer !important;
  background: var(--primary-color) !important;
}
body {
  font-family: var(--font-family);
  background: #fff;
  color: #1c2541;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}
html {
  font-family: var(--font-family);
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
html,
body {
  height: 100%;
  margin: 0;
}
.container {
  max-width: 1240px;
}
.container-fluid {
  padding: 0;
  padding: 0px 80px;
}
@media only screen and (max-width: 1200px) {
  .container {
    padding: 0% 5%;
  }
  .container-fluid {
    padding: 0% 5%;
  }
}

img {
  max-width: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  text-decoration: none;
}
a:active,
a:hover {
  outline: 0;
  text-decoration: none;
}
.animated:focus-visible {
  outline: none;
}
.table {
  display: table;
  width: 100%;
  height: 100%;
}
.table-cell {
  display: table-cell;
  vertical-align: middle;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button:focus-visible {
  outline: none;
}
input:focus-visible {
  outline: none;
}
textarea:focus-visible {
  outline: none;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
.btn-close:focus {
  box-shadow: none;
}
button,
input,
select,
optgroup,
textarea {
  font-family: var(--font-family);
  color: #1c2541;
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
}
.c-font,
.c-font a {
  font-family: var(--font-family);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px;
}
h1,
h1 a,
h2,
h2 a,
h3,
h3 a,
h4,
h4 a,
h5,
h5 a,
h6,
h6 a {
  font-family: var(--font-family);
  color: #0b132b;
  font-weight: 700;
  line-height: 145%;
}
h1 {
  font-size: 48px;
}
h2 {
  font-size: 38px;
}
h3 {
  font-size: 31px;
}
h4 {
  font-size: 25px;
}
h5 {
  font-size: 20px;
}
h6 {
  font-size: 18px;
}
p {
  color: #1c2541;
  margin: 0;
  line-height: 160%;
  font-weight: 400;
  font-size: 18px;
  margin: 0 0 15px;
}
a,
button,
input,
textarea {
  font-weight: 400;
}
img,
a,
input,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  transition: all 0.4s ease;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: var(--font-family);
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code,
kbd,
tt,
var {
  font-family: var(--font-family);
  font-size: 15px;
  font-size: 0.9375rem;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
html {
  box-sizing: border-box;
  scroll-behavior: smooth !important;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
ul,
ul li,
li {
  list-style-type: disc;
  list-style: none;
  padding: 0;
  margin: 0;
}
a {
  display: inline-block;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
img {
  height: auto;
  max-width: 100%;
}
figure {
  margin: 1em 0;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #bbb #bbb #bbb;
  border-radius: 3px;
  background: #fff;
  color: #bbb;
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #bbb;
  border: 1px solid #bbb;
  border-radius: 3px;
  padding: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #393e46;
}
select {
  border: 1px solid #ccc;
}
textarea {
  width: 100%;
}
a {
  color: inherit;
}
a:hover,
a:focus,
a:active {
  color: inherit;
}
a:hover,
a:active {
  outline: 0;
}
.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;
}
.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: 14px;
  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;
}
#content[tabindex="-1"]:focus {
  outline: 0;
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.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;
}
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}
.sticky {
  display: block;
}
.hentry {
  margin: 0 0 1.5em;
}
.updated:not(.published) {
  display: none;
}
.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}
.infinity-end.neverending .site-footer {
  display: block;
}
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
embed,
iframe,
object {
  max-width: 100%;
}
.custom-logo-link {
  display: inline-block;
}
.pd-top-10 {
  padding-top: 10px;
}
.pd-top-20 {
  padding-top: 20px;
}
.pd-top-30 {
  padding-top: 30px;
}
.pd-top-40 {
  padding-top: 40px;
}
.pd-top-50 {
  padding-top: 50px;
}
.pd-top-55 {
  padding-top: 55px;
}
.pd-top-60 {
  padding-top: 60px;
}
.pd-top-70 {
  padding-top: 70px;
}
.pd-top-80 {
  padding-top: 80px;
}
.pd-top-90 {
  padding-top: 90px;
}
.pd-top-100 {
  padding-top: 100px;
}
.pd-btm-10 {
  padding-bottom: 10px;
}
.pd-btm-20 {
  padding-bottom: 20px;
}
.pd-btm-30 {
  padding-bottom: 30px;
}
.pd-btm-40 {
  padding-bottom: 40px;
}
.pd-btm-50 {
  padding-bottom: 50px;
}
.pd-btm-60 {
  padding-bottom: 60px;
}
.pd-btm-70 {
  padding-bottom: 70px;
}
.pd-btm-80 {
  padding-bottom: 80px;
}
.pd-btm-90 {
  padding-bottom: 90px;
}
.pd-btm-100 {
  padding-bottom: 100px;
}
.mg-top-10 {
  margin-top: 10px;
}
.mg-top-20 {
  margin-top: 20px;
}
.mg-top-25 {
  margin-top: 25px !important;
}
.mg-top-30 {
  margin-top: 30px;
}
.mg-top-40 {
  margin-top: 40px;
}
.mg-top-50 {
  margin-top: 50px;
}
.mg-top-60 {
  margin-top: 60px;
}
.mg-top-70 {
  margin-top: 70px;
}
.mg-btm-10 {
  margin-bottom: 10px;
}
.mg-btm-20 {
  margin-bottom: 20px;
}
.mg-btm-25 {
  margin-bottom: 25px;
}
.mg-btm-30 {
  margin-bottom: 30px;
}
.mg-btm-35 {
  margin-bottom: 35px;
}
.mg-btm-40 {
  margin-bottom: 40px;
}
.mg-btm-50 {
  margin-bottom: 50px;
}
.theme-btn {
  position: relative;
  font-size: 16px;
  color: #fff !important;
  background: var(--primary-color);
  font-weight: 500;
  padding: 13px 20px;
  display: inline-block;
  line-height: 140%;
  z-index: 1;
  border-radius: 4px;
  text-align: center;
}
.theme-btn i {
  font-size: 20px;
  margin-left: 8px;
  position: relative;
  top: 4px;
}
.theme-btn:hover {
  background: #0b132b;
}
.load-more-btn {
  text-align: center;
  margin-top: 40px;
}
.load-more-btn .theme-btn i {
  margin: 0;
  margin-right: 8px;
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .theme-btn {
    padding: 12px 18px;
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .theme-btn {
    padding: 12px 18px;
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .theme-btn {
    font-size: 14px;
    padding: 12px 18px;
  }
  .theme-btn i {
    font-size: 20px;
    top: 4px;
  }
}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 999999;
}
.preloader {
  width: 100px;
  height: 100px;
  display: inline-block;
  padding: 0;
  text-align: left;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -50px;
  margin-top: -50px;
}
.preloader span {
  position: absolute;
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background: var(--primary-color);
  animation: preloader 1.3s linear infinite;
}
.preloader span:last-child {
  animation-delay: -0.9s;
  -webkit-animation-delay: -0.9s;
}
@keyframes preloader {
  0% {
    transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
.form-message.error {
  margin: 0;
  font-size: 15px;
  margin-top: 24px;
  color: red;
}

/* Header Area  */
.header-area {
  background: var(--white-color);
  border-bottom: 1px solid var(--border-color);
  padding: 12px 0px;
  position: relative;
}
.header-area.is-sticky {
  position: fixed;
  width: 100%;
  top: 0px;
  transition: all 0.2s ease;
  z-index: 666;
  animation: fadeInDown 1s both 0.2s;
  box-shadow: 0px 24px 48px 0px #0b132b0d;
}
.header-logo img {
  max-width: 180px;
  height: 64px;
  object-fit: contain;
}
.header-menu {
  display: flex;
  align-items: center;
  justify-content: right;
  gap: 32px;
}

.header-menu-list li {
  display: inline-block;
  margin-right: 16px;
  position: relative;
}
.header-menu-list li a {
  color: var(--title-color);
  display: inline-block;
  line-height: 24px;
  font-size: 15px;
  font-weight: 500;
}
.header-menu-list li a:hover,
.header-menu-list li.active a {
  color: var(--primary-color);
}
.header-menu-list li:last-child {
  margin: 0;
}
.header-menu-list li:last-child::after {
  display: none;
}

.header-menu-btn .theme-btn {
  display: flex;
  align-items: center;
  gap: 8px;
}
.header-menu-btn .theme-btn i {
  margin: 0;
  position: relative;
  top: 3px;
  font-size: 18px;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .header-menu {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .header-menu {
    display: none;
  }
  .header-logo img {
    max-width: 164px;
    height: 58px;
  }
}

/* Hero Area  */
.hero-area {
  position: relative;
  overflow: hidden;
  height: 700px;
}
.hero-area::before {
  position: absolute;
  content: "";
  width: 50%;
  height: 100%;
  top: 0;
  right: 0;
  background-image: url("./img/hero-images/hero-bg-shape.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
.hero-content {
  margin: 124px 0px;
}
.hero-img {
  text-align: center;
}
.hero-img img {
  width: 100%;
  height: 800px;
  -o-object-fit: contain;
  object-fit: contain;
}
.hero-social {
  display: flex;
  align-items: center;
  z-index: 22;
  position: relative;
  margin-top: 56px;
}
.hero-social-title {
  display: inline-block;
  font-size: 18px;
  line-height: 120%;
  position: relative;
  padding-right: 192px;
}
.hero-social-title::after {
  position: absolute;
  content: "";
  width: 174px;
  height: 1px;
  top: 50%;
  right: 0;
  background: #0b132b;
}
.hero-social-list {
  margin-left: 20px;
}
.hero-social-list li {
  display: inline-block;
  margin-right: 32px;
}
.hero-social-list li:last-child {
  margin: 0;
}
.hero-social-list li img {
  width: 24px;
  height: 24px;
}
.hero-sm-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
}
.hero-sm-title img {
  width: 66px;
  height: 11px;
  margin-right: 8px;
}
.hero-big-title {
  font-weight: 700;
  font-size: 58px;
  line-height: 120%;
  margin: 0;
}
.hero-btn {
  margin-top: 48px;
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .order-class {
    order: -1;
  }
  .hero-img {
    margin: 0px !important;
  }
  .hero-area::before {
    display: none;
  }
  .hero-area {
    height: auto;
    padding: 80px 0px;
  }
  .hero-content {
    margin: 48px 0px 0px;
  }
  .hero-big-title {
    font-size: 48px;
  }
  .hero-img img {
    height: 470px;
  }
  .hero-social {
    display: block;
    margin-top: 24px !important;
    margin-bottom: 0px;
  }
  .hero-social-title::after {
    top: initial;
    right: initial;
    bottom: 0;
    left: 0;
    width: 48px;
  }
  .hero-social {
    margin-top: 0;
  }
  .hero-social-list {
    margin-left: 0;
  }
  .hero-social-title {
    padding: 0;
    margin-bottom: 16px;
    padding-bottom: 8px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .order-class {
    order: -1;
  }
  .hero-img {
    margin: 0px !important;
  }
  .hero-area::before {
    display: none;
  }
  .hero-area {
    height: auto;
    padding: 80px 0px;
  }
  .hero-content {
    margin: 48px 0px 0px;
  }
  .hero-big-title {
    font-size: 48px;
  }
  .hero-img img {
    height: 420px;
  }
  .hero-social {
    display: block;
    margin-top: 24px !important;
    margin-bottom: 0px;
  }
  .hero-social-title::after {
    top: initial;
    right: initial;
    bottom: 0;
    left: 0;
    width: 48px;
  }
  .hero-social {
    margin-top: 0;
  }
  .hero-social-list {
    margin-left: 0;
  }
  .hero-social-title {
    padding: 0;
    margin-bottom: 16px;
    padding-bottom: 8px;
  }
  .hero-area .slider-counter {
    position: absolute;
    right: 0;
    bottom: 0px;
    color: #0b132b;
  }
  .hero-area .Next.slick-arrow {
    bottom: 0;
    right: 0;
    z-index: 33;
  }
  .hero-area .Prev.slick-arrow {
    right: 34px;
  }
  .hero-characteristic-list {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .hero-area {
    position: relative;
    height: auto;
    overflow: hidden;
    padding: 80px 0px;
  }
  .hero-area::before {
    display: none;
  }
  .hero-big-title {
    font-size: 32px;
  }
  .hero-sm-title {
    font-size: 20px;
  }
  .order-class {
    order: -1;
  }
  .hero-content {
    margin: 0;
    margin-top: 24px;
  }
  .hero-social-title::after {
    top: initial;
    right: initial;
    bottom: 0;
    left: 0;
    width: 48px;
  }
  .hero-social {
    margin-top: 0;
  }
  .hero-img {
    margin: 0 !important;
  }
  .hero-img img {
    width: 100%;
    height: 350px;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .hero-social {
    display: block;
    margin-top: 24px;
    margin-bottom: 0px;
  }
  .hero-social-list {
    margin-left: 0;
  }
  .hero-social-title {
    padding: 0;
    margin-bottom: 16px;
    padding-bottom: 8px;
  }
  .hero-btn {
    margin-top: 24px;
  }
}
.about-me-area {
  position: relative;
  margin-bottom: 120px;
  overflow: hidden;
  padding-top: 64px;
}
.about-me-area .container-fluid {
  padding: 0px;
}
.about-me-img {
  position: absolute;
  width: 50%;
  height: 780px;
  -o-object-fit: cover;
  object-fit: cover;
}
.about-me-img img {
  width: 100%;
  height: 780px;
  -o-object-fit: cover;
  object-fit: cover;
}
.about-me-content {
  padding-left: 48px;
  margin: 24px 0px;
  position: relative;
}
.about-me-content::before {
  position: absolute;
  content: "";
  width: 82px;
  height: 58px;
  right: -14%;
  top: -5%;
  background-image: url("./img/vector-shape/shape-1.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
.about-me-content::after {
  position: absolute;
  content: "";
  width: 82px;
  height: 58px;
  left: 14%;
  bottom: 25%;
  background-image: url("./img/vector-shape/shape-2.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
.aboutme-cont-big-title {
  text-align: center;
  font-weight: 600;
  font-size: 62px;
  line-height: 140%;
  margin-bottom: 20px;
}
.aboutme-cont-sm-info {
  text-align: center;
}
.aboutme-cont-sm-info-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
  margin: 0;
}
.aboutme-cont-sm-info-title span {
  text-decoration: underline;
}
.aboutme-cont-sm-info-text {
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  margin: 0;
}
.aboutme-cont-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  margin-bottom: 24px;
}
.aboutme-cont-main {
  margin-top: 56px;
}
.aboutme-cont-bottom {
  text-align: center;
  margin-top: 32px;
  padding: 0px 24px;
}
.aboutme-cont-btm-title {
  font-weight: 500;
  font-size: 38px;
  line-height: 140%;
  margin: 0;
}
.aboutme-cont-btn {
  margin-top: 24px;
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .about-me-area {
    margin-bottom: 0px;
    padding-bottom: 80px;
  }
  .about-me-img {
    width: 100%;
    height: 440px;
    position: initial;
  }
  .about-me-img img {
    width: 100%;
    height: 440px;
  }
  .about-me-content {
    padding: 0px 24px;
    margin-bottom: 0px;
  }
  .aboutme-cont-big-title {
    font-size: 38px;
  }
  .aboutme-cont-sm-info-title {
    font-size: 24px;
  }
  .aboutme-cont-sm-info-text {
    font-size: 24px;
  }
  .aboutme-cont-main {
    margin-top: 32px;
  }
  .aboutme-cont-bottom {
    padding: 0;
  }
  .aboutme-cont-btm-title {
    font-size: 28px;
  }
  .about-me-content::before {
    right: 9%;
    top: -7%;
  }
  .about-me-content::after {
    left: 14%;
    bottom: 21%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-me-area {
    margin-bottom: 0px;
    padding-bottom: 80px;
  }
  .about-me-img {
    width: 100%;
    height: 440px;
    position: initial;
  }
  .about-me-img img {
    width: 100%;
    height: 440px;
  }
  .about-me-content {
    padding: 0px 24px;
    margin-bottom: 0px;
  }
  .aboutme-cont-big-title {
    font-size: 38px;
  }
  .aboutme-cont-sm-info-title {
    font-size: 24px;
  }
  .aboutme-cont-sm-info-text {
    font-size: 24px;
  }
  .aboutme-cont-main {
    margin-top: 32px;
  }
  .aboutme-cont-bottom {
    padding: 0;
  }
  .aboutme-cont-btm-title {
    font-size: 28px;
  }
  .about-me-content::before {
    right: 9%;
    top: -7%;
  }
  .about-me-content::after {
    left: 14%;
    bottom: 21%;
  }
}
@media only screen and (max-width: 767px) {
  .about-me-area {
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 80px;
  }
  .about-me-img {
    width: 100%;
    height: 380px;
    position: initial;
  }
  .about-me-img img {
    width: 100%;
    height: 380px;
  }
  .about-me-content {
    padding: 0px;
    margin-bottom: 0px;
  }
  .aboutme-cont-big-title {
    font-size: 38px;
  }
  .aboutme-cont-sm-info-title {
    font-size: 24px;
  }
  .aboutme-cont-sm-info-text {
    font-size: 24px;
  }
  .aboutme-cont-main {
    margin-top: 32px;
  }
  .aboutme-cont-bottom {
    padding: 0;
  }
  .aboutme-cont-btm-title {
    font-size: 28px;
  }

  .about-me-content::after,
  .about-me-content::before {
    display: none;
  }
}
.favourite-quote-area {
  position: relative;
  padding-bottom: 216px;
}
.favourite-quote-area::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 395px;
  background-image: url("./img/vector-shape/section-shape-1.svg");
  bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.fav-quote-content-main {
  text-align: center;
}
.fav-quote-cont-title {
  font-weight: 500;
  font-size: 72px;
  line-height: 140%;
  margin-bottom: 16px;
}
.fav-quote-cont-sm-title {
  margin: 0;
  font-weight: 400;
  font-size: 32px;
  line-height: 140%;
}
.favourite-quote-content {
  text-align: left;
  z-index: 2;
  position: relative;
}
.favourite-quote-content img {
  width: 116px;
  height: 116px;
}
@media only screen and (min-width: 1201px) and (max-width: 1550px) {
  .fav-quote-cont-title {
    font-size: 54px;
  }
  .fav-quote-cont-title br {
    display: none;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .fav-quote-cont-title br {
    display: none;
  }
  .fav-quote-cont-title {
    font-size: 28px;
  }
  .fav-quote-cont-title {
    font-size: 36px;
  }
  .favourite-quote-content img {
    width: 80px;
    height: 80px;
  }
  .favourite-quote-content {
    text-align: center;
  }
  .favourite-quote-area {
    padding-bottom: 80px;
  }
  .favourite-quote-area::after {
    height: 250px;
    background-position: initial;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fav-quote-cont-title br {
    display: none;
  }
  .fav-quote-cont-title {
    font-size: 28px;
  }
  .fav-quote-cont-sm-title {
    font-size: 22px;
  }
  .favourite-quote-content img {
    width: 80px;
    height: 80px;
  }
  .favourite-quote-content {
    text-align: center;
  }
  .favourite-quote-area {
    padding: 80px 0px;
  }
  .favourite-quote-area::after {
    height: 250px;
    background-position: initial;
  }
}
@media only screen and (max-width: 767px) {
  .fav-quote-cont-title br {
    display: none;
  }
  .fav-quote-cont-title {
    font-size: 28px;
  }
  .fav-quote-cont-sm-title {
    font-size: 22px;
  }
  .favourite-quote-content img {
    width: 80px;
    height: 80px;
  }
  .favourite-quote-content {
    text-align: center;
  }
  .favourite-quote-area {
    padding-bottom: 56px;
  }
  .favourite-quote-area::after {
    height: 250px;
    background-position: initial;
  }
}
.experience-area {
  padding: 72px 0px 120px;
}
.experience-section-head {
  margin-bottom: 32px;
  padding-left: 100px;
  position: relative;
}
.experience-section-head::before {
  position: absolute;
  content: "";
  width: 76px;
  height: 76px;
  left: 0;
  top: 0;
  background-image: url("./img/vector-shape/shape-3.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.exp-section-head-title {
  margin: 0;
  font-weight: 600;
  font-size: 48px;
  line-height: 140%;
  color: #0b132b;
  position: relative;
  padding-bottom: 18px;
  margin-bottom: 24px;
}
.exp-section-head-title::before {
  position: absolute;
  content: "";
  width: 115px;
  height: 3px;
  background: var(--primary-color);
  border-radius: 4px;
  bottom: -1.5px;
  left: 0;
}
.exp-section-head-text {
  margin: 0;
}
.experience-single-card {
  position: relative;
  margin-top: 48px;
  background: #fff;
  padding: 40px 32px;
  transition: all 0.3s ease;
  text-align: center;
  border-radius: 24px;
  z-index: 2;
  max-height: 420px;
  height: 420px;
  overflow: hidden;
}
.experience-single-card::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("./img/expertise-icon/card-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 24px;
  z-index: -1;
}
.exp-card-icon {
  margin-bottom: 32px;
}
.exp-card-icon img {
  width: 120px;
  height: 120px;
  -o-object-fit: cover;
  object-fit: cover;
}
.exp-card-number {
  display: block;
  position: absolute;
  right: 24px;
  top: 24px;
  font-weight: 600;
  font-size: 96px;
  line-height: 100%;
  text-align: right;
  color: #f6f6f7;
  transition: all 0.3s ease;
}
.exp-card-content-title {
  font-weight: 600;
  font-size: 32px;
  line-height: 120%;
  margin-bottom: 16px;
  color: #0b132b;
}
.exp-card-content-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media only screen and (min-width: 1201px) and (max-width: 1550px) {
  .exp-card-icon img {
    width: 80px;
    height: 80px;
  }
  .exp-section-head-title {
    font-size: 44px;
  }
  .exp-card-icon {
    margin-bottom: 32px;
  }
  .exp-card-number {
    top: 34px;
    font-size: 60px;
  }
  .exp-card-content-title {
    font-size: 24px;
  }
  .exp-card-content-text {
    font-size: 16px;
  }
  .experience-single-card {
    padding: 24px 24px 32px 24px;
  }
  .experience-section-head {
    margin-bottom: 8px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .exp-section-head-title {
    font-size: 38px;
  }
  .exp-card-icon img {
    width: 80px;
    height: 80px;
  }
  .exp-card-icon {
    margin-bottom: 32px;
  }
  .exp-card-number {
    top: 34px;
    font-size: 60px;
  }
  .exp-card-content-title {
    font-size: 22px;
  }
  .exp-card-content-text {
    font-size: 16px;
  }
  .experience-single-card {
    padding: 24px 24px 32px 24px;
  }
  .experience-single-card.add-margin {
    margin-top: 48px;
  }
  .experience-single-card.card-5 {
    margin-top: 48px;
  }
  .experience-single-card.card-7 {
    margin-top: 48px;
  }
  .experience-section-head {
    margin-bottom: 8px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .exp-section-head-title {
    font-size: 28px;
  }
  .exp-card-icon img {
    width: 80px;
    height: 80px;
  }
  .exp-card-icon {
    margin-bottom: 32px;
  }
  .exp-card-number {
    top: 34px;
    font-size: 60px;
  }
  .exp-card-content-title {
    font-size: 22px;
  }
  .exp-card-content-text {
    font-size: 16px;
  }
  .experience-single-card {
    padding: 24px 24px 32px 24px;
  }
  .experience-single-card.add-margin {
    margin-top: 48px;
  }
  .experience-single-card.card-5 {
    margin-top: 48px;
  }
  .experience-single-card.card-7 {
    margin-top: 48px;
  }
  .experience-section-head {
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .experience-area {
    padding: 0px 0px 56px;
  }
  .exp-section-head-title {
    font-size: 28px;
  }
  .exp-card-icon img {
    width: 80px;
    height: 80px;
  }
  .exp-card-icon {
    margin-bottom: 32px;
  }
  .exp-card-number {
    top: 34px;
    font-size: 60px;
  }
  .exp-card-content-title {
    font-size: 22px;
  }
  .exp-card-content-text {
    font-size: 16px;
  }
  .experience-single-card {
    padding: 24px 24px 32px 24px;
  }
  .experience-single-card.add-margin {
    margin-top: 48px;
  }
  .experience-single-card.card-5 {
    margin-top: 48px;
  }
  .experience-single-card.card-7 {
    margin-top: 48px;
  }
  .experience-section-head {
    margin-bottom: 8px;
  }
  .experience-section-head {
    padding-left: 0;
  }
  .experience-section-head::before {
    left: initial;
    right: 0;
  }
  .experience-single-card {
    max-height: auto;
    height: auto;
  }
}
.testimonial-area {
  padding: 130px 0px;
  position: relative;
  overflow: hidden;
}
.testimonial-bg-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 42%;
  height: 100%;
}
.testimonial-bg-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.testimonial-content {
  padding-right: 24px;
}
.testimonial-cont-sm-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  color: #000;
  position: relative;
  display: inline-block;
  padding-left: 48px;
  margin-bottom: 16px;
}
.testimonial-cont-sm-title::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 3px;
  background: #edeef0;
  left: 0;
  top: 50%;
}
.testimonial-cont-big-title {
  margin-bottom: 32px;
  font-weight: 600;
  font-size: 48px;
  line-height: 120%;
}
.testimonial-cont-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 180%;
  margin: 0;
}
.testimonial-slider-single {
  background: #fff;
  box-shadow: 0px 24px 48px rgba(11, 19, 43, 0.08);
  border-radius: 10px;
  padding: 40px;
}
.testimonial-single-top {
  display: flex;
  align-items: center;
}
.client-img img {
  width: 80px !important;
  height: 80px !important;
  display: inline-block;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 80px;
  border: 3px solid #cfe2ce;
  border-radius: 100%;
}
.client-name-and-company {
  margin-left: 15px;
}
.client-name {
  font-weight: 800;
  font-size: 20px;
  line-height: 27px;
  color: var(--primary-color);
  margin-bottom: 4px;
}
.client-company {
  margin: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #1c2541;
  opacity: 0.5;
}
.client-quote-text {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
}
.testimonial-single-quote {
  margin-top: 24px;
}
.testimonial-slider-single.slick-slide {
  margin-right: 60px;
  margin-bottom: 60px;
  width: 600px !important;
}
.testimonial-slider.slick-slider {
  margin: 0 -80px -60px 0;
}
.testimonial-quote-icon {
  position: absolute;
  top: 22px;
  left: 44%;
}
.testimonial-quote-icon img {
  width: 204px;
  height: 180px;
  -o-object-fit: contain;
  object-fit: contain;
}
.testimonial-area .slick-arrow {
  position: absolute;
  border: none;
  background: rgba(0, 0, 0, 0);
  color: var(--primary-color);
  padding: 0;
  font-size: 28px;
  bottom: -15% !important;
  transition: all 0.4s ease;
}
.testimonial-area .slick-arrow:hover {
  opacity: 0.7;
}
.testimonial-area .Prev.slick-arrow {
  left: 20%;
  z-index: 33;
}
.testimonial-area .Next.slick-arrow {
  left: 23%;
  z-index: 33;
}
.testimonial-area .slick-list.draggable {
  padding: 0;
}
@media only screen and (min-width: 1201px) and (max-width: 1600px) {
  .testimonial-area .Next.slick-arrow {
    left: 20%;
  }
  .testimonial-area .Prev.slick-arrow {
    left: 17%;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .testimonial-area {
    padding: 0px 0px 80px;
  }
  .testimonial-bg-image {
    display: none;
  }
  .testimonial-slider.slick-slider {
    margin-top: 56px;
  }
  .testimonial-area .slick-arrow {
    display: none !important;
  }
  .testimonial-quote-icon {
    display: none;
  }
  .testimonial-cont-big-title {
    font-size: 38px;
  }
  .testimonial-cont-sm-title {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-area {
    padding: 0px 0px 80px;
  }
  .testimonial-bg-image {
    display: none;
  }
  .testimonial-slider.slick-slider {
    margin-top: 56px;
  }
  .testimonial-area .slick-arrow {
    display: none !important;
  }
  .testimonial-quote-icon {
    display: none;
  }
  .testimonial-cont-big-title {
    font-size: 38px;
  }
  .testimonial-cont-sm-title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial-area {
    padding: 0px 0px 80px;
  }
  .testimonial-bg-image {
    display: none;
  }
  .testimonial-cont-big-title {
    font-size: 28px;
  }
  .testimonial-cont-sm-title {
    font-size: 20px;
  }
  .testimonial-cont-text {
    font-size: 16px;
  }
  .testimonial-quote-icon {
    display: none;
  }
  .testimonial-content {
    padding: 0;
  }
  .testimonial-slider-single.slick-slide {
    width: 300px !important;
    padding: 24px;
    margin-right: 24px;
    height: auto;
    max-height: auto;
  }
  .testimonial-single-top {
    display: block;
    text-align: center;
  }
  .testimonial-slider.slick-slider {
    margin-top: 56px;
    height: 610px;
  }
  .testimonial-area .slick-arrow {
    display: none !important;
  }
  .client-name-and-company {
    margin-left: 0;
    margin-top: 12px;
  }
}
.business-solution-area {
  padding: 144px 0px;
}
.biz-solution-content {
  text-align: center;
  margin-bottom: 40px;
}
.biz-solution-cont-sm-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  color: #000;
  position: relative;
  display: inline-block;
  padding-left: 48px;
  margin-bottom: 16px;
}
.biz-solution-cont-sm-title::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 3px;
  background: #edeef0;
  left: 0;
  top: 50%;
}
.biz-solution-cont-big-title {
  font-weight: 600;
  font-size: 48px;
  line-height: 120%;
  color: #0b132b;
  margin-bottom: 24px;
}
.biz-solution-cont-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  margin: 0;
}
.biz-solution-card {
  border-radius: 4px;
  overflow: hidden;
  width: 100%;
  max-height: 480px;
  height: 480px;
  position: relative;
  transition: all 0.4s ease;
  margin-top: 40px;
  padding: 84px 24px 24px;
}
.biz-solution-card::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("./img/business-solution-icon/card-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  z-index: -1;
}
.biz-solution-card .biz-solution-card-icon {
  text-align: center;
}
.biz-solution-card .biz-solution-card-icon img {
  width: 120px;
  height: 120px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-bottom: 20px;
}
.biz-solution-card:hover {
  box-shadow: 0px 36px 72px rgba(28, 37, 65, 0.08);
}
.biz-solution-card:hover .card-border-icon.icon-1 img {
  top: 0px;
  right: 0px;
}
.biz-solution-card:hover .card-border-icon.icon-2 img {
  bottom: 0px;
  left: 0px;
}
.card-border-icon {
  display: block;
}
.card-border-icon img {
  width: 40px;
  height: 40px;
}
.card-border-icon.icon-1 img {
  position: absolute;
  top: -4px;
  right: -4px;
}
.card-border-icon.icon-2 img {
  position: absolute;
  bottom: -4px;
  left: -4px;
}
.biz-solution-card-btn {
  margin-top: 64px;
}
.biz-solution-card-btn .theme-btn {
  background: rgba(0, 0, 0, 0);
  border: 2px solid var(--primary-color);
  color: var(--primary-color) !important;
}
.biz-solution-card-btn .theme-btn:hover {
  background: var(--primary-color);
  color: #fff !important;
}
.biz-solution-card-content {
  text-align: center;
}
.biz-solution-card-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  text-align: center;
  color: #0b132b;
  margin-bottom: 0;
}
.biz-solution-card-tag {
  margin: 0;
  margin-top: 0px;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  text-align: center;
  margin-top: 12px;
}
.biz-solution-card-tag a {
  font-weight: 600;
  display: block;
}
@media only screen and (min-width: 1201px) and (max-width: 1550px) {
  .biz-solution-card-title {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .biz-solution-cont-sm-title {
    font-size: 20px;
  }
  .biz-solution-cont-big-title {
    font-size: 38px;
    margin-bottom: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .biz-solution-card-title {
    font-size: 24px;
  }
  .biz-solution-card .biz-solution-card-icon img {
    width: 100px;
    height: 100px;
  }
  .business-solution-area {
    padding: 80px 0px;
  }
  .biz-solution-cont-big-title {
    font-size: 28px;
  }
  .biz-solution-cont-sm-title {
    font-size: 18px;
  }
  .biz-solution-cont-text {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .business-solution-area {
    padding: 56px 0px 80px;
  }
  .biz-solution-card-title {
    font-size: 24px;
  }
  .biz-solution-card .biz-solution-card-icon img {
    width: 96px;
    height: 96px;
  }
  .biz-solution-card {
    max-height: 450px;
    height: 450px;
  }
  .biz-solution-cont-big-title {
    font-size: 28px;
  }
  .biz-solution-cont-sm-title {
    font-size: 18px;
  }
  .biz-solution-cont-text {
    font-size: 16px;
  }
}
.achievement-area {
  overflow: hidden;
}
.achievement-section-head {
  text-align: center;
  margin-bottom: 32px;
}
.achieve-section-sm-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  color: #000;
  position: relative;
  padding-left: 50px;
  display: inline-block;
  margin-bottom: 16px;
}
.achieve-section-sm-title::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 3px;
  background: #edeef0;
  top: 50%;
  left: 0;
}
.achieve-section-big-title {
  font-weight: 600;
  font-size: 48px;
  line-height: 120%;
  color: #0b132b;
  margin: 0;
}
.achievement-counter-card {
  margin-top: 40px;
}
.achievement-counter-card-top {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.achievement-counter-icon {
  background: #fff;
  box-shadow: 0px 8px 16px rgba(11, 19, 43, 0.08);
  border-radius: 24px;
  width: 80px;
  height: 80px;
  text-align: center;
  line-height: 80px;
}
.achievement-counter-icon img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}
.achievement-counter-content {
  margin-left: 16px;
}
.achievement-counter {
  font-weight: 600;
  font-size: 32px;
  line-height: 120%;
  color: #0b132b;
  margin-bottom: 4px;
}
.achievement-count-card-sm-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: #0b132b;
  margin-bottom: 0px;
}
.achievement-count-card-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #0b132b;
  margin: 0;
}
.achievement-scroll-head {
  text-align: center;
  position: relative;
  padding-bottom: 24px;
}
.achievement-scroll-head::before {
  border: 8px solid rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  border-bottom-style: solid;
  border-bottom-width: 8px;
  border-bottom-color: rgba(0, 0, 0, 0);
  border-bottom-style: solid;
  border-bottom-width: 8px;
  border-bottom: 14px solid #0b132b;
  content: "";
  left: 0;
  position: absolute;
  top: 25px;
  transform: rotate(90deg);
}
.achievement-scroll-head::after {
  border: 8px solid rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  border-bottom-style: solid;
  border-bottom-width: 8px;
  border-bottom: 14px solid #0b132b;
  content: "";
  right: 8%;
  position: absolute;
  top: 25px;
  transform: rotate(270deg);
}
.achievement-scroll-title {
  display: inline-block;
  font-weight: 500;
  font-size: 32px;
  line-height: 140%;
  color: #0b132b;
  margin: 0;
  background: #fff;
  border: 2px solid #0b132b;
  border-radius: 2px;
  padding: 8px 16px;
}
.achievement-scroll-title img {
  width: 40px;
  height: 40px;
  margin-right: 6px;
}
.achievement-scroll-area {
  margin-top: 105px;
  position: relative;
}
.achievement-scroll-area::before {
  position: absolute;
  content: "";
  width: 92%;
  height: 2px;
  background: #0b132b;
  top: 35px;
}
.achievement-single-card {
  margin-top: 40px;
  margin-bottom: 60px;
  padding: 40px;
  background: #fafbfb;
  border-radius: 2px;
  transition: all 0.4s ease;
}
.achievement-single-card:hover {
  box-shadow: 0px 24px 48px rgba(28, 37, 65, 0.08);
}
.achievement-single-card:hover .achievement-company-icon img {
  filter: none;
}
.achi-scroll-card-sm-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #fff;
  background: var(--primary-color);
  text-align: right;
  float: right;
  padding: 6px 12px;
}
.achievement-card-images {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.achievement-award-icon img {
  width: 80px;
  height: 80px;
}
.achievement-company-icon {
  display: inline-block;
}
.achievement-company-icon img {
  width: 200px;
  height: 60px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 6px;
}
.achievement-company-icon img {
  filter: brightness(105%) grayscale(100%);
}
.achievement-card-content {
  margin-top: 20px;
  padding-right: 40px;
}
.achievement-card-content img {
  width: 80px !important;
  height: 80px !important;
  margin-bottom: 16px;
}
.achievement-card-cont-title {
  font-weight: 600;
  font-size: 32px;
  line-height: 140%;
  color: #0b132b;
  margin-bottom: 8px;
}
.achievement-card-cont-date {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #0b132b;
  opacity: 0.5;
  display: block;
  margin-bottom: 16px;
}
.achievement-card-cont-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  color: #0b132b;
  margin: 0;
}
.achievement-card-cont-btn {
  margin-top: 20px;
}
.achievement-card-cont-btn .theme-btn {
  background: rgba(0, 0, 0, 0);
  border: 2px solid var(--primary-color);
  color: var(--primary-color) !important;
}
.achievement-card-cont-btn .theme-btn:hover {
  background: var(--primary-color);
  color: #fff !important;
}
.image-view {
  width: 100%;
  height: 100%;
}
/* .achievement-card-slider .owl-stage-outer {
  overflow: visible;
}
.achievement-card-slider .owl-item {
  opacity: 0;
  transition: opacity 500ms;
}
.achievement-card-slider .owl-item.active {
  opacity: 1;
} */
.achievement-scroll-area .owl-controls {
  position: absolute;
  right: 0;
  top: -71px;
}
.achievement-scroll-area .owl-theme .owl-nav [class*="owl-"] {
  color: #fff !important;
  font-size: 16px;
  margin: 0px;
  padding: 0;
  background: var(--primary-color);
  display: inline-block;
  cursor: pointer;
  border-radius: 0px;
  font-weight: 400;
  width: 32px;
  height: 32px;
  line-height: 35px;
  transition: all 0.4s ease;
}
.achievement-scroll-area .owl-theme .owl-nav [class*="owl-"]:hover {
  background: #cbdfca !important;
}
.achievement-scroll-area .owl-theme .owl-nav [class*="owl-"]:hover {
  background: rgba(0, 0, 0, 0);
  color: #0b132b;
}
.achievement-scroll-area .owl-prev {
  margin-right: 12px !important;
}
@media only screen and (min-width: 1201px) and (max-width: 1550px) {
  .achievement-counter {
    font-size: 48px;
  }
  .achievement-count-card-sm-title {
    font-size: 22px;
  }
  .achievement-card-cont-title {
    font-size: 28px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .achieve-section-sm-title {
    font-size: 20px;
  }
  .achieve-section-big-title {
    font-size: 38px;
  }
  .achievement-counter {
    font-size: 28px;
    margin-bottom: 4px;
  }
  .achievement-count-card-sm-title {
    font-size: 16px;
  }
  .achievement-count-card-text {
    font-size: 15px;
  }
  .achievement-scroll-area {
    margin-top: 80px;
  }
  .achievement-scroll-title {
    font-size: 22px;
  }
  .achievement-scroll-title img {
    width: 30px;
    height: 30px;
  }
  .achievement-scroll-area::before {
    top: 26px;
  }
  .achievement-scroll-head::before {
    top: 16px;
  }
  .achievement-scroll-head::after {
    top: 16px;
  }
  .achievement-card-cont-date {
    font-size: 15px;
    margin-bottom: 16px;
  }
  .achievement-card-content img {
    width: 64px !important;
    height: 64px !important;
  }
  .achievement-card-cont-title {
    font-size: 20px;
    margin-bottom: 6px;
  }
  .achievement-card-cont-text {
    font-size: 14px;
  }
  .achi-scroll-card-sm-title {
    font-size: 14px;
  }
  .achievement-single-card {
    padding: 24px;
  }
  .achievement-card-content {
    padding-right: 24px;
  }
  .achievement-scroll {
    padding-bottom: 38px;
  }
  .achievement-company-icon img {
    width: 100%;
    height: 50px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .achievement-scroll-area::before {
    width: 87%;
  }
  .achievement-scroll-head::after {
    right: 12%;
  }
  .achievement-scroll-area .owl-controls {
    top: -67px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .achieve-section-sm-title {
    font-size: 18px;
  }
  .achieve-section-big-title {
    font-size: 28px;
  }
  .achievement-counter {
    font-size: 28px;
    margin-bottom: 4px;
  }
  .achievement-count-card-sm-title {
    font-size: 16px;
  }
  .achievement-count-card-text {
    font-size: 15px;
  }
  .achievement-scroll-area {
    margin-top: 80px;
  }
  .achievement-scroll-title {
    font-size: 22px;
  }
  .achievement-scroll-title img {
    width: 30px;
    height: 30px;
  }
  .achievement-single-card {
    padding: 24px;
  }
  .achievement-scroll-area::before {
    top: 26px;
  }
  .achievement-scroll-head::before {
    top: 16px;
  }
  .achievement-scroll-head::after {
    top: 16px;
  }
  .achievement-card-cont-date {
    font-size: 15px;
    margin-bottom: 16px;
  }
  .achievement-card-content img {
    width: 64px !important;
    height: 64px !important;
  }
  .achievement-card-cont-title {
    font-size: 20px;
    margin-bottom: 6px;
  }
  .achievement-card-cont-text {
    font-size: 14px;
  }
  .achi-scroll-card-sm-title {
    font-size: 14px;
  }
  .achievement-card-content {
    padding-right: 24px;
  }
  .achievement-scroll {
    padding-bottom: 38px;
  }
  .achievement-company-icon img {
    width: 100%;
    height: 50px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .achievement-scroll-area::before {
    width: 85%;
  }
  .achievement-scroll-head::after {
    right: 15%;
  }
  .achievement-scroll-area .owl-controls {
    top: -66px;
  }
}
@media only screen and (max-width: 767px) {
  .achieve-section-sm-title {
    font-size: 18px;
  }
  .achieve-section-big-title {
    font-size: 28px;
  }
  .achievement-counter {
    font-size: 28px;
    margin-bottom: 4px;
  }
  .achievement-count-card-sm-title {
    font-size: 16px;
  }
  .achievement-count-card-text {
    font-size: 15px;
  }
  .achievement-scroll-area {
    margin-top: 80px;
  }
  .achievement-scroll-title {
    font-size: 22px;
  }
  .achievement-scroll-title img {
    width: 30px;
    height: 30px;
  }
  .achievement-scroll-area::before {
    top: 26px;
  }
  .achievement-scroll-head::before {
    top: 16px;
  }
  .achievement-scroll-head::after {
    top: 16px;
  }
  .achievement-card-cont-date {
    font-size: 15px;
    margin-bottom: 16px;
  }
  .achievement-card-content img {
    width: 64px !important;
    height: 64px !important;
  }
  .achievement-card-cont-title {
    font-size: 20px;
    margin-bottom: 6px;
  }
  .achievement-card-cont-text {
    font-size: 14px;
  }
  .achi-scroll-card-sm-title {
    font-size: 14px;
  }
  .achievement-single-card {
    padding: 24px;
  }
  .achievement-scroll .row .col-lg-3 {
    width: 320px;
  }
  .achievement-card-content {
    padding-right: 24px;
  }
  .achievement-scroll {
    padding-bottom: 38px;
  }
  .achievement-company-icon img {
    width: 100%;
    height: 50px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .achievement-scroll-area .owl-controls {
    right: initial;
    left: 50%;
    top: 0;
    margin-left: -38px;
  }
  .achievement-scroll-area::before {
    width: 100%;
  }
  .achievement-scroll-head::after {
    right: 0;
  }
  .achievement-single-card {
    margin-top: 74px;
    margin-bottom: 0;
  }
}

/* Video Area  */
.video-area {
  background: #f8f8f8;
  padding: 80px 0px;
}
.video-card-cover {
  position: relative;
  overflow: hidden;
  border-radius: 8px 8px 0px 0px;
}
.video-card-cover::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 8px 8px 0px 0px;
  z-index: 2;
  background: linear-gradient(
    180deg,
    rgba(11, 19, 43, 0) 0%,
    rgba(11, 19, 43, 0.44) 100%
  );
  filter: drop-shadow(0px 1px 2px rgba(11, 19, 43, 0.08));
}
.video-card {
  background: var(--white-color);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  text-align: center;
}
.video-card-cover img {
  width: 100% !important;
  height: 220px !important;
  object-fit: cover;
  border-radius: 8px 8px 0px 0px;
  transition: all 0.4s eases;
}
.video-card:hover .video-card-cover img {
  transform: scale(1.08);
}
.video-card .video.video-popup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 56px;
  height: 56px;
  line-height: 62px;
  background: var(--primary-color);
  border-radius: 100%;
  font-size: 24px;
  color: var(--white-color);
  z-index: 2;
  transition: all 0.4s ease;
}
.video-card .video.video-popup:hover {
  background: var(--white-color);
  color: var(--primary-color);
}
.video-card-info {
  padding: 16px;
}
.video-card-info h4 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Slider Controls */
.video-area .owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 0px 4px;
  background: var(--primary-color);
  opacity: 0.5;
}

.video-area .owl-theme .owl-dots .owl-dot.active span,
.video-area .owl-theme .owl-dots .owl-dot:hover span {
  opacity: 1;
}
.video-area .owl-theme .owl-dots {
  line-height: 10px;
  margin-top: 40px;
}

@media only screen and (max-width: 767px) {
  .video-card-cover img {
    height: 190px !important;
  }
}

/* Photography Area  */
.photography-area {
  padding: 84px 0px 144px;
}
.photography-section-head {
  text-align: center;
  margin-bottom: 72px;
}
.photography-sec-sm-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  color: #000;
  position: relative;
  display: inline-block;
  padding-left: 48px;
  margin-bottom: 16px;
}
.photography-sec-sm-title::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 3px;
  background: #edeef0;
  top: 50%;
  left: 0;
}
.photography-sec-head-title {
  margin: 0;
  font-weight: 600;
  font-size: 48px;
  line-height: 140%;
  text-align: center;
  color: #0b132b;
}
.gallery-single-img {
  position: relative;
}
.gallery-single-img img {
  width: 100%;
  height: 268px;
  -o-object-fit: cover;
  object-fit: cover;
}
.gallery-single-img.img-4 img {
  height: 360px;
}
.gallery-single-img.img-5 img {
  height: 360px;
}
.gallery-single-img.img-6 img {
  height: 632px;
}
.gallery-single-img.img-8 img {
  height: 360px;
}
.gallery-single-img.img-9 img,
.gallery-single-img.img-10 img,
.gallery-single-img.img-11 img,
.gallery-single-img.img-12 img {
  height: 280px;
  margin-top: 4px;
}
.gallery-single-img.img-4,
.gallery-single-img.img-5 {
  margin-top: 4px;
  margin-right: 4px;
}
.gallery-single-img.img-1,
.gallery-single-img.img-2,
.gallery-single-img.img-3,
.gallery-single-img.img-6,
.gallery-single-img.img-9,
.gallery-single-img.img-10,
.gallery-single-img.img-11 {
  margin-right: 4px;
}
.gallery-single-img.img-8 {
  margin-top: 4px;
}
.video-main {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -20px;
}
.video-main img {
  max-width: 40px;
  max-height: 40px;
}
.gallery-single-img.video-player::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  opacity: 0.88;
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .photography-area {
    padding: 80px 0px;
  }
  .photography-sec-sm-title {
    font-size: 20px;
  }
  .photography-sec-head-title {
    font-size: 38px;
  }
  .gallery-single-img {
    margin: 0 !important;
    margin-top: 4px !important;
  }
  .gallery-single-img.img-9 img,
  .gallery-single-img.img-10 img,
  .gallery-single-img.img-11 img,
  .gallery-single-img.img-12 img {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .photography-area {
    padding: 80px 0px;
  }
  .photography-sec-head-title {
    font-size: 28px;
  }
  .gallery-single-img {
    margin: 0 !important;
    margin-top: 4px !important;
  }
  .gallery-single-img.img-9 img,
  .gallery-single-img.img-10 img,
  .gallery-single-img.img-11 img,
  .gallery-single-img.img-12 img {
    margin-top: 0;
  }
  .photography-sec-sm-title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .photography-area {
    padding: 80px 0px;
  }
  .photography-sec-head-title {
    font-size: 28px;
  }
  .gallery-single-img {
    margin: 0 !important;
    margin-top: 4px !important;
  }
  .gallery-single-img.img-9 img,
  .gallery-single-img.img-10 img,
  .gallery-single-img.img-11 img,
  .gallery-single-img.img-12 img {
    margin-top: 0;
  }
  .photography-sec-sm-title {
    font-size: 18px;
  }
  .blog-sec-sm-title {
    font-size: 18px;
  }
}
.breadcrumbs-area {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  position: relative;
}
.breadcrumbs-area::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(28, 37, 65, 0.88);
}
.breadcrumb-title {
  padding: 80px 0px;
  z-index: 2;
  position: relative;
  color: #fff;
  font-weight: 600;
  font-size: 32px;
  line-height: 140%;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .breadcrumb-title {
    padding: 80px 0px;
  }
}
.blog-area {
  padding-bottom: 144px;
}
.blog-single-card {
  position: relative;
  transition: all 0.4s ease;
  border-radius: 12px;
  z-index: 33;
  margin-top: 40px;
  margin-bottom: 64px;
  width: 100%;
  height: 520px;
}
.blog-single-card::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  box-shadow: 0px 1px 2px rgba(11, 19, 43, 0.08);
  border-radius: 12px;
  z-index: 2;
  background: linear-gradient(
    180deg,
    rgba(11, 19, 43, 0) 0%,
    rgba(11, 19, 43, 0.8) 100%
  );
  filter: drop-shadow(0px 1px 2px rgba(11, 19, 43, 0.08));
}
.blog-single-card:hover {
  box-shadow: 0px 1px 2px rgba(11, 19, 43, 0.08);
}
.blog-card-img {
  border-radius: 12px;
  -o-object-fit: cover;
  object-fit: cover;
}
.blog-card-img img {
  border-radius: 12px;
  width: 100%;
  height: 520px;
  -o-object-fit: cover;
  object-fit: cover;
}
.blog-card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 22;
  padding: 0px 24px 40px 24px;
}
.blog-section-head {
  text-align: center;
  margin-bottom: 32px;
}
.blog-sec-sm-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  color: #000;
  position: relative;
  display: inline-block;
  padding-left: 48px;
  margin-bottom: 16px;
}
.blog-sec-sm-title::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 3px;
  background: #edeef0;
  top: 50%;
  left: 0;
}
.blog-sec-head-title {
  font-weight: 600;
  font-size: 48px;
  line-height: 140%;
  text-align: center;
  color: #0b132b;
  margin: 0;
}
.blog-card-cont-category {
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: #fff;
  background: #0b132b;
  border-radius: 16px;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 12px;
}
.blog-card-cont-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 140%;
  color: #fff!important;
  margin-bottom: 40px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-card-cont-btn .theme-btn {
  padding: 12px 20px;
}
.blog-area .owl-theme .owl-nav [class*="owl-"] {
  color: #0b132b;
  font-size: 28px;
  margin: 5px;
  padding: 0;
  background: rgba(0, 0, 0, 0);
  display: inline-block;
  cursor: pointer;
  border-radius: 0px;
  font-weight: 400;
  transition: all 0.4s ease;
}
.blog-area .owl-theme .owl-nav [class*="owl-"]:hover {
  color: var(--primary-color);
}
.blog-area .owl-prev {
  margin-right: 23px !important;
}
.blog-single-card .blog-card-img {
  overflow: hidden;
  border-radius: 12px;
  -o-object-fit: cover;
  object-fit: cover;
}
.blog-single-card:hover {
  box-shadow: 0px 16px 48px rgba(11, 19, 43, 0.24);
}
.blog-single-card:hover .blog-card-img img {
  transform: scale(1.1);
}
.blog-case-section-bottom {
  text-align: center;
}
.blog-case-page-section {
  padding: 80px 0px;
}
.blog-case-page-section .blog-single-card {
  margin-top: 24px;
  margin-bottom: 0px;
}
.header-back-menu-btn {
  border: 1px solid #edeef0;
  border-radius: 2px;
  padding: 9px 16px;
  font-weight: 500;
  font-size: 15px;
  line-height: 30px;
  color: #0b132b;
  display: inline-flex;
  transition: all 0.4s ease;
}
.header-back-menu-btn i {
  font-size: 20px;
  margin-right: 8px;
  position: relative;
  top: 4px;
}
.header-back-menu-btn:hover {
  background: #0b132b;
  color: #fff;
  border: 1px solid rgba(0, 0, 0, 0);
}
.blog-details-area {
  padding: 32px 0px 108px;
}
.blog-details-inner {
  margin-top: 68px;
}
.blog-details-content-img img {
  width: 100%;
  height: 600px;
  -o-object-fit: cover;
  object-fit: cover;
}
.blog-details-cont-tag {
  background: #0b132b;
  border-radius: 16px;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: #fff;
  padding: 6px 12px;
  display: inline-block;
  margin-bottom: 26px;
}
.blog-details-cont-title {
  font-weight: 400;
  font-size: 48px;
  line-height: 140%;
  margin-bottom: 8px;
}
.blog-details-cont-author {
  border: 1px solid #edeef0;
  border-radius: 2px;
  padding: 4px 8px;
  display: inline-block;
}
.blog-details-cont-author li {
  display: inline-block;
  font-weight: 400;
  font-size: 15px;
  line-height: 140%;
  color: #0b132b;
  opacity: 0.8;
  position: relative;
  margin-right: 8px;
  padding-right: 8px;
}
.blog-details-cont-author li span {
  opacity: 1;
  font-weight: 500;
}
.blog-details-cont-author li::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 12px;
  right: -0.5px;
  top: 5px;
  background: #ced0d5;
}
.blog-details-cont-author li:last-child {
  padding: 0;
  margin: 0;
}
.blog-details-cont-author li:last-child::before {
  display: none;
}
.blog-details-content-img {
  margin: 72px 0px;
}
.blog-details-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #0b132b;
  margin-bottom: 24px;
}
.blog-quote {
  background: #f6f6f7;
  padding: 24px;
  display: flex;
  align-items: center;
  margin: 48px 0px 72px;
}
.blog-quote-icon i {
  font-size: 104px;
}
.blog-quote-cont-title {
  font-weight: 600;
  font-size: 32px;
  line-height: 140%;
  color: #0b132b;
  margin-bottom: 12px;
}
.blog-quote-cont-tag {
  margin: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #0b132b;
}
.blog-quote-content {
  margin-left: 24px;
}
.blog-brightness-tip-title img {
  width: 48px;
  height: 48px;
  margin-right: 12px;
}
.blog-brightness-tip-title {
  font-weight: 500;
  font-size: 32px;
  line-height: 140%;
  color: #0b132b;
  display: inline-flex;
  margin-bottom: 32px;
}
.blog-brightness-tip-list li {
  margin-bottom: 24px;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  text-decoration-line: underline;
  color: #1c2541;
}
.blog-brightness-tip-list li:last-child {
  margin: 0;
}
.blog-content-widget {
  margin-top: 48px;
}
.blog-content-widget-title {
  font-weight: 600;
  font-size: 32px;
  line-height: 140%;
  color: #0b132b;
  margin-bottom: 32px;
}
.blog-cont-widget-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #0b132b;
  margin-bottom: 24px;
}
.blog-cont-widget-list li {
  margin-bottom: 8px;
  position: relative;
  padding-left: 16px;
}
.blog-cont-widget-list li:last-child {
  margin: 0;
}
.blog-cont-widget-list li::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background: #1c2541;
  left: 0;
  top: 10px;
  border-radius: 100%;
}
.blog-area.related-blog-area {
  padding: 72px 0px;
  background: #fafbfb;
}
@media only screen and (min-width: 1201px) and (max-width: 1550px) {
  .blog-card-cont-title {
    font-size: 28px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .blog-sec-head-title {
    font-size: 38px;
  }
  .blog-sec-sm-title {
    font-size: 20px;
  }
  .blog-card-cont-title {
    font-size: 22px;
    margin-bottom: 28px;
  }
  .blog-card-cont-btn .blog-card-btn {
    padding: 12px 20px;
    font-size: 14px;
  }
  .blog-card-cont-btn .blog-card-btn i {
    font-size: 20px;
    top: 5px;
  }
  .blog-single-card.card-2,
  .blog-single-card.card-4 {
    margin-top: 0;
  }
  .blog-single-card {
    margin-bottom: 64px;
  }
  .blog-slider .owl-controls {
    margin-top: -16px;
  }
  .header-back-menu-btn {
    padding: 8px 14px;
    font-size: 14px;
  }
  .header-back-menu-btn i {
    font-size: 18px;
    top: 3px;
  }
  .blog-case-page-sec-title {
    font-size: 28px;
    margin-bottom: 12px;
  }
  .blog-single-card.card-5,
  .blog-single-card.card-7 {
    margin-top: 0;
  }
  .blog-single-card.card-6,
  .blog-single-card.card-8 {
    margin-top: 0;
  }
  .blog-single-card {
    margin-bottom: 0px;
    margin-top: 40px !important;
  }
  .blog-case-section-bottom {
    margin-top: 56px;
  }
  .blog-case-section-bottom .blog-case-sec-btm-btn {
    font-size: 15px;
  }
  .blog-section .blog-single-card {
    margin-bottom: 56px;
  }
  .blog-details-cont-tag {
    font-size: 14px;
    margin-bottom: 16px;
  }
  .blog-details-cont-title {
    font-size: 28px;
    margin-bottom: 12px;
  }
  .blog-details-cont-author li {
    font-size: 14px;
    margin-right: 0px;
    padding-right: 0px;
  }
  .blog-details-cont-author li::before {
    display: none;
  }
  .blog-details-content-img {
    margin: 42px 0px;
  }
  .blog-details-content-img img {
    height: 320px;
  }
  .blog-quote {
    display: block;
    margin: 38px 0px 38px;
  }
  .blog-quote-content {
    margin-left: 0;
  }
  .blog-quote-cont-title {
    font-size: 22px;
    margin-bottom: 8px;
  }
  .blog-quote-icon i {
    font-size: 74px;
  }
  .blog-brightness-tip-title img {
    width: 36px;
    height: 36px;
    margin-right: 12px;
  }
  .blog-brightness-tip-title {
    font-size: 24px;
    margin-bottom: 28px;
  }
  .blog-brightness-tip-list li {
    margin-bottom: 18px;
    font-size: 16px;
  }
  .blog-content-widget-title {
    font-size: 22px;
    margin-bottom: 24px;
  }
  .blog-details-area {
    padding: 112px 0px 80px;
  }
  .blog-section-head {
    text-align: center;
    margin-bottom: 12px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-sec-head-title {
    font-size: 28px;
  }
  .blog-card-cont-title {
    font-size: 22px;
    margin-bottom: 28px;
  }
  .blog-card-cont-btn .blog-card-btn {
    padding: 12px 20px;
    font-size: 14px;
  }
  .blog-card-cont-btn .blog-card-btn i {
    font-size: 20px;
    top: 5px;
  }
  .blog-single-card.card-2,
  .blog-single-card.card-4 {
    margin-top: 0;
  }
  .blog-single-card {
    margin-bottom: 64px;
  }
  .blog-slider .owl-controls {
    margin-top: -16px;
  }
  .header-back-menu-btn {
    padding: 8px 14px;
    font-size: 14px;
  }
  .header-back-menu-btn i {
    font-size: 18px;
    top: 3px;
  }
  .blog-case-page-sec-title {
    font-size: 28px;
    margin-bottom: 12px;
  }
  .blog-single-card.card-5,
  .blog-single-card.card-7 {
    margin-top: 0;
  }
  .blog-single-card.card-6,
  .blog-single-card.card-8 {
    margin-top: 0;
  }
  .blog-single-card {
    margin-bottom: 0px;
    margin-top: 40px !important;
  }
  .blog-case-section-bottom {
    margin-top: 56px;
  }
  .blog-case-section-bottom .blog-case-sec-btm-btn {
    font-size: 15px;
  }
  .blog-section .blog-single-card {
    margin-bottom: 56px;
  }
  .blog-details-cont-tag {
    font-size: 14px;
    margin-bottom: 16px;
  }
  .blog-details-cont-title {
    font-size: 28px;
    margin-bottom: 12px;
  }
  .blog-details-cont-author li {
    font-size: 14px;
    margin-right: 0px;
    padding-right: 0px;
  }
  .blog-details-cont-author li::before {
    display: none;
  }
  .blog-details-content-img {
    margin: 42px 0px;
  }
  .blog-details-content-img img {
    height: 320px;
  }
  .blog-quote {
    display: block;
    margin: 38px 0px 38px;
  }
  .blog-quote-content {
    margin-left: 0;
  }
  .blog-quote-cont-title {
    font-size: 22px;
    margin-bottom: 8px;
  }
  .blog-quote-icon i {
    font-size: 74px;
  }
  .blog-brightness-tip-title img {
    width: 36px;
    height: 36px;
    margin-right: 12px;
  }
  .blog-brightness-tip-title {
    font-size: 24px;
    margin-bottom: 28px;
  }
  .blog-brightness-tip-list li {
    margin-bottom: 18px;
    font-size: 16px;
  }
  .blog-content-widget-title {
    font-size: 22px;
    margin-bottom: 24px;
  }
  .blog-details-area {
    padding: 112px 0px 80px;
  }
  .blog-section-head {
    text-align: center;
    margin-bottom: 12px;
  }
  .blog-sec-sm-title {
    font-size: 18px;
  }
  .blog-area {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-sec-head-title {
    font-size: 28px;
  }
  .blog-card-cont-title {
    font-size: 22px;
    margin-bottom: 28px;
  }
  .blog-card-cont-btn .blog-card-btn {
    padding: 12px 20px;
    font-size: 14px;
  }
  .blog-card-cont-btn .blog-card-btn i {
    font-size: 20px;
    top: 5px;
  }
  .blog-single-card.card-2,
  .blog-single-card.card-4 {
    margin-top: 0;
  }
  .blog-single-card {
    margin-bottom: 64px;
  }
  .blog-slider .owl-controls {
    margin-top: -16px;
  }
  .header-back-menu-btn {
    padding: 8px 14px;
    font-size: 14px;
  }
  .header-back-menu-btn i {
    font-size: 18px;
    top: 3px;
  }
  .blog-case-page-sec-title {
    font-size: 28px;
    margin-bottom: 12px;
  }
  .blog-single-card.card-5,
  .blog-single-card.card-7 {
    margin-top: 0;
  }
  .blog-single-card.card-6,
  .blog-single-card.card-8 {
    margin-top: 0;
  }
  .blog-single-card {
    margin-bottom: 0px;
    margin-top: 40px !important;
  }
  .blog-case-section-bottom {
    margin-top: 56px;
  }
  .blog-case-section-bottom .blog-case-sec-btm-btn {
    font-size: 15px;
  }
  .blog-section .blog-single-card {
    margin-bottom: 56px;
  }
  .blog-details-cont-tag {
    font-size: 14px;
    margin-bottom: 16px;
  }
  .blog-details-cont-title {
    font-size: 28px;
    margin-bottom: 12px;
  }
  .blog-details-cont-author li {
    font-size: 14px;
    margin-right: 0px;
    padding-right: 0px;
  }
  .blog-details-cont-author li::before {
    display: none;
  }
  .blog-details-content-img {
    margin: 42px 0px;
  }
  .blog-details-content-img img {
    height: 320px;
  }
  .blog-quote {
    display: block;
    margin: 38px 0px 38px;
  }
  .blog-quote-content {
    margin-left: 0;
  }
  .blog-quote-cont-title {
    font-size: 22px;
    margin-bottom: 8px;
  }
  .blog-quote-icon i {
    font-size: 74px;
  }
  .blog-brightness-tip-title img {
    width: 36px;
    height: 36px;
    margin-right: 12px;
  }
  .blog-brightness-tip-title {
    font-size: 24px;
    margin-bottom: 28px;
  }
  .blog-brightness-tip-list li {
    margin-bottom: 18px;
    font-size: 16px;
  }
  .blog-content-widget-title {
    font-size: 22px;
    margin-bottom: 24px;
  }
  .blog-details-area {
    padding: 112px 0px 80px;
  }
  .blog-section-head {
    text-align: center;
    margin-bottom: 12px;
  }
  .blog-area {
    padding-bottom: 80px;
  }
}
.footer-area {
  background: #0b132b;
  padding: 16px 0px;
}
.footer-content {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-content-list li {
  display: inline-block;
  margin-right: 16px;
  position: relative;
  padding-left: 16px;
}
.footer-content-list li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  color: #fdfdfd;
}
.footer-content-list li:last-child {
  margin: 0;
}
.footer-content-list li::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background: #fdfdfd;
  border-radius: 100%;
  left: 0;
  top: 11px;
  transition: all 0.4s ease;
}
.footer-content-list li:hover::before {
  background: var(--primary-color);
}
.footer-content-list li:hover a {
  color: var(--primary-color);
}
.footer-copyright-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  text-align: left;
  color: #fdfdfd;
  margin: 0;
}
.footer-copyright-text a {
  color: var(--primary-color);
  font-weight: 500;
}
.footer-content-list {
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .footer-content {
    display: block;
  }
  .footer-copyright-text {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 12px;
  }
  .footer-content-list li a {
    font-size: 14px;
  }
  .footer-content-list,
  .footer-copyright-text {
    text-align: center;
  }
}
.contact-area {
  position: relative;
  padding: 72px 0px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.contact-paper-plane-img {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  width: 50%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.contact-paper-plane-img img {
  width: 100%;
  height: 100%;
}
.contact-form-box {
  padding-left: 48px;
}
.contact-form-box-inner {
  background: #fff;
  box-shadow: 0px 16px 48px rgba(11, 19, 43, 0.08);
  border-radius: 12px;
  padding: 24px;
}
.contact-form-box-inner .form-group {
  margin-bottom: 16px;
  display: inline-block;
  width: 100%;
}
.contact-form-box-inner .form-group label {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #1c2541;
  margin-bottom: 8px;
  margin-left: 20px;
}
.contact-form-box-inner .form-group input {
  width: 100%;
  height: 48px;
  padding: 17px 20px;
  border: 1px solid #edeef0;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #0b132b;
  border-radius: 0px;
  transition: all 0.4s ease;
}
.contact-form-box-inner .form-group input:focus,
.contact-form-box-inner .nice-select:focus,
.contact-form-box-inner .form-group textarea:focus,
.form-group-icon input {
  border: 1px solid #0b132b !important;
}
.contact-form-box-inner .form-group:last-child {
  margin: 0;
}
.contact-form-box-inner .form-group textarea {
  width: 100%;
  height: 120px;
  padding: 17px 20px;
  border: 1px solid #edeef0;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #0b132b;
  transition: all 0.4s ease;
}
.contact-form-box-inner .nice-select {
  padding: 17px 42px 17px 20px;
  width: 100%;
  height: 56px;
  margin-bottom: 24px;
  background: #fff;
  border: 1px solid #edeef0;
  border-radius: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #1c2541;
  margin: 0px;
}

.contact-form-box-inner .nice-select .list {
  width: 100%;
  border-radius: 0px;
  border: none;
  z-index: 33;
  box-shadow: 0px 16px 48px rgba(6, 40, 61, 0.08);
}
.contact-form-box-inner .nice-select .option {
  outline: none;
  padding-left: 20px;
  padding-right: 20px;
  max-height: 46px;
  line-height: 46px;
}
.contact-form-box-inner .nice-select .option:hover {
  background: var(--primary-color);
}
.contact-form-box-inner .nice-select .option.selected {
  font-weight: 600;
}
.contact-form-box-inner .nice-select::before {
  content: "";
  font-family: "uicons-regular-straight";
  position: absolute;
  top: 17px;
  right: 17px;
  font-size: 24px;
}
.contact-form-box-inner .nice-select::after {
  display: none;
}
.form-group-icon {
  position: relative;
}
.form-group-icon input {
  padding: 17px 50px 17px 20px !important;
  border: 1px solid #edeef0 !important;
}
.form-group-icon i {
  position: absolute;
  top: 13px;
  right: 23px;
  font-size: 20px;
  color: #0b132b;
}
.contact-info-sm-title {
  display: inline-block;
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  color: #ddf7e3;
  position: relative;
  padding-left: 48px;
  margin-bottom: 16px;
}
.contact-info-sm-title::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 3px;
  background: #ddf7e3;
  top: 50%;
  left: 0;
}
.contact-info-big-title {
  font-weight: 700;
  font-size: 48px;
  line-height: 120%;
  color: #fff;
  margin-bottom: 16px;
}
.contact-info-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  color: #fff;
  margin: 0;
}
.contact-info-contact-top {
  margin-top: 24px;
}
.contact-info-contact-top li {
  display: inline-block;
  margin-right: 12px;
  margin-bottom: 24px;
}
.contact-info-contact-top li a {
  border: 1px solid var(--primary-color);
  border-radius: 2px;
  padding: 16px;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: var(--primary-color);
  position: relative;
}
.contact-info-contact-top li a img {
  margin-right: 8px;
  width: 24px;
  height: 24px;
}
.contact-info-contact-top li a:hover {
  background: var(--primary-color);
  color: #fff;
}
.contact-info-contact-top li a:hover img {
  filter: brightness(0) invert(1);
}
.contact-info-contact-top li:last-child {
  margin: 0;
}
.contact-info-widget-title {
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
  color: #fff;
  padding-left: 48px;
}
.contact-info-widget-title::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 1px;
  background: #fff;
  top: 50%;
  left: 0;
}
.contact-info-widget {
  margin-top: 48px;
}
.contact-info-widget-social li {
  display: inline-block;
  margin-right: 8px;
  transition: all 0.4s ease;
}
.contact-info-widget-social li a {
  border: 1px solid var(--primary-color);
  border-radius: 2px;
  padding: 8px;
  transition: all 0.4s ease;
  position: relative;
}
.contact-info-widget-social li a img {
  width: 24px;
  height: 24px;
}
.contact-info-widget-social li a span {
  opacity: 0;
  visibility: hidden;
  transform: translateX(-30px);
  display: table-column;
  transition: all 0.4s ease;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: #0b132b;
  margin-left: 4px;
}
.contact-info-widget-social li a:hover {
  background: var(--primary-color);
}
.contact-info-widget-social li a:hover span {
  transform: translateX(0px);
  transition: all 0.4s ease;
  opacity: 1;
  visibility: visible;
  display: inline-block;
  color: #fff;
}
.contact-info-widget-social li a:hover img {
  filter: brightness(0) invert(1);
}
.contact-info-widget-social li:last-child {
  margin: 0;
}
.contact-info-address-main {
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.contact-info-address-main img {
  margin-right: 12px;
  width: 40px;
  height: 40px;
}
.contact-info-address-btn {
  border: 1px solid var(--primary-color);
  border-radius: 2px;
  padding: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  color: var(--primary-color);
  margin-left: 52px;
  display: inline-flex;
}
.contact-info-address-btn img {
  width: 18px;
  height: 18px;

  margin-right: 6px;
  position: relative;
  top: 1px;
}

.contact-info-address-btn:hover {
  background: var(--primary-color);
  color: #fff;
}
.contact-info-address-btn:hover img {
  filter: brightness(0) invert(1);
}
.contact-form-bottom {
  text-align: right;
}
.contact-form-bottom .theme-btn {
  border: none;
  transition: all 0.4s ease;
}
.xdsoft_datetimepicker.xdsoft_noselect.xdsoft_ {
  z-index: 22;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker
  .xdsoft_timepicker
  .xdsoft_time_box
  > div
  > div.xdsoft_current {
  background: #0b132b;
  box-shadow: none;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  background: #0b132b !important;
}
.xdsoft_datetimepicker
  .xdsoft_label
  > .xdsoft_select
  > div
  > .xdsoft_option.xdsoft_current {
  background: #0b132b;
  box-shadow: none;
}
.xdsoft_datetimepicker
  .xdsoft_label
  > .xdsoft_select
  > div
  > .xdsoft_option:hover {
  color: #fff;
  background: #0b132b !important;
}
@media only screen and (min-width: 1201px) and (max-width: 1550px) {
  .contact-form-box {
    padding: 0;
  }
  .contact-info-contact-top li a {
    font-size: 0px;
  }
  .contact-info-contact-top li a img {
    margin-right: 0;
  }
  .contact-info-contact-top li a:hover::before {
    width: 50%;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1199.99px) {
  .contact-area {
    overflow: hidden;
    margin-bottom: 0;
  }
  .contact-info-sm-title {
    font-size: 18px;
  }
  .contact-info-big-title br {
    display: none;
  }
  .contact-info-big-title {
    font-size: 28px;
    margin-bottom: 24px;
  }
  .contact-info-text {
    font-size: 16px;
  }
  .contact-info-contact-top li a {
    padding: 12px;
    font-size: 0;
  }
  .contact-info-contact-top li {
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 0;
    width: 45px;
    height: 45px;
  }
  .contact-info-widget-title {
    font-weight: 600;
    font-size: 16px;
  }
  .contact-info-widget-social li {
    margin-right: 8px;
    margin-bottom: 0px;
  }
  .contact-info-widget-social li a img {
    width: 20px;
    height: 20px;
  }
  .contact-info-widget-social li a:hover span {
    display: none;
  }

  .contact-info-widget-social li a::before {
    height: 4px;
  }
  .contact-info-widget-social li a:hover::before {
    width: 50%;
  }
  .contact-info-contact-top li a img {
    margin-right: 0px;
    width: 20px;
    height: 20px;
  }
  .contact-info-contact-top li a:hover::before {
    width: 50%;
  }
  .contact-info-contact-top li a::before {
    height: 4px;
  }
  .contact-info-widget {
    margin-top: 28px;
  }
  .contact-info-address-main {
    font-size: 13px;
  }
  .contact-info-address-main img {
    width: 34px;
    height: 34px;
  }
  .contact-info-address-btn {
    font-size: 13px;
    margin-left: 47px;
  }
  .contact-info-address-btn img {
    width: 20px;
    height: 20px;
  }
  .contact-form-box {
    padding: 0px;
  }
  .contact-form-area {
    margin-top: 40px;
  }
  .contact-form-box-inner {
    padding: 32px 24px;
  }
  .contact-form-box-inner .form-group label {
    font-size: 14px;
  }
  .contact-form-box-inner .form-group input {
    height: 48px;
    font-size: 14px;
  }
  .contact-form-box-inner .nice-select {
    height: 48px;
    font-size: 14px;
    line-height: 14px;
  }
  .form-group-icon i {
    top: 14px;
    font-size: 20px;
  }
  .contact-form-box-inner .form-group textarea {
    height: 174px;
    font-size: 14px;
  }
  .contact-paper-plane-img {
    top: 40%;
    width: 100%;
    height: 60%;
  }
  .contact-form-box-inner .nice-select {
    margin-bottom: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-area {
    overflow: hidden;
    margin-bottom: 0;
  }
  .contact-info-sm-title {
    font-size: 18px;
  }
  .contact-info-big-title br {
    display: none;
  }
  .contact-info-big-title {
    font-size: 28px;
    margin-bottom: 24px;
  }
  .contact-info-text {
    font-size: 16px;
  }
  .contact-info-contact-top li a {
    padding: 12px;
    font-size: 0;
  }
  .contact-info-contact-top li {
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 0;
    width: 45px;
    height: 45px;
  }
  .contact-info-widget-title {
    font-weight: 600;
    font-size: 16px;
  }
  .contact-info-widget-social li {
    margin-right: 8px;
    margin-bottom: 0px;
  }
  .contact-info-widget-social li a img {
    width: 20px;
    height: 20px;
  }
  .contact-info-widget-social li a:hover span {
    display: none;
  }
  .contact-info-widget-social li a {
    width: 45px;
    height: 45px;
    line-height: 19px;
  }
  .contact-info-widget-social li a::before {
    height: 4px;
  }
  .contact-info-widget-social li a:hover::before {
    width: 50%;
  }
  .contact-info-contact-top li a img {
    margin-right: 0px;
    width: 20px;
    height: 20px;
  }
  .contact-info-contact-top li a:hover::before {
    width: 50%;
  }
  .contact-info-contact-top li a::before {
    height: 4px;
  }
  .contact-info-widget {
    margin-top: 28px;
  }
  .contact-info-address-main {
    font-size: 13px;
  }
  .contact-info-address-main img {
    width: 34px;
    height: 34px;
  }
  .contact-info-address-btn {
    font-size: 13px;
    margin-left: 47px;
  }
  .contact-info-address-btn img {
    width: 20px;
    height: 20px;
  }
  .contact-form-box {
    padding: 0px;
  }
  .contact-form-area {
    margin-top: 40px;
  }
  .contact-form-box-inner {
    padding: 32px 24px;
  }
  .contact-form-box-inner .form-group label {
    font-size: 14px;
  }
  .contact-form-box-inner .form-group input {
    height: 48px;
    font-size: 14px;
  }
  .contact-form-box-inner .nice-select {
    height: 48px;
    font-size: 14px;
    line-height: 14px;
  }
  .form-group-icon i {
    top: 14px;
    font-size: 20px;
  }
  .contact-form-box-inner .form-group textarea {
    height: 174px;
    font-size: 14px;
  }
  .contact-paper-plane-img {
    top: 18%;
    width: 100%;
    height: 100%;
  }
  .contact-form-box-inner .form-group {
    margin-bottom: 18px;
  }
  .contact-form-box-inner .nice-select {
    margin-bottom: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-area {
    padding: 56px 0px;
    overflow: hidden;
    margin-bottom: 0;
  }
  .contact-info-sm-title {
    font-size: 18px;
  }
  .contact-info-big-title br {
    display: none;
  }
  .contact-info-big-title {
    font-size: 28px;
    margin-bottom: 24px;
  }
  .contact-info-text {
    font-size: 16px;
  }
  .contact-info-contact-top li a {
    padding: 12px;
    font-size: 0;
  }
  .contact-info-contact-top li {
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 0;
    width: 45px;
    height: 45px;
  }
  .contact-info-widget-title {
    font-weight: 600;
    font-size: 16px;
  }
  .contact-info-widget-social li {
    margin-right: 8px;
    margin-bottom: 0px;
  }
  .contact-info-widget-social li a img {
    width: 20px;
    height: 20px;
  }
  .contact-info-widget-social li a:hover span {
    display: none;
  }

  .contact-info-widget-social li a::before {
    height: 4px;
  }
  .contact-info-widget-social li a:hover::before {
    width: 50%;
  }
  .contact-info-contact-top li a img {
    margin-right: 0px;
    width: 20px;
    height: 20px;
  }
  .contact-info-contact-top li a:hover::before {
    width: 50%;
  }
  .contact-info-contact-top li a::before {
    height: 4px;
  }
  .contact-info-widget {
    margin-top: 28px;
  }
  .contact-info-address-main {
    font-size: 13px;
  }
  .contact-info-address-main img {
    width: 34px;
    height: 34px;
  }
  .contact-info-address-btn {
    font-size: 13px;
    margin-left: 47px;
  }
  .contact-info-address-btn img {
    width: 20px;
    height: 20px;
  }
  .contact-form-box {
    padding: 0px;
  }
  .contact-form-area {
    margin-top: 40px;
  }
  .contact-form-box-inner {
    padding: 32px 24px;
  }
  .contact-form-box-inner .form-group label {
    font-size: 14px;
  }
  .contact-form-box-inner .form-group input {
    height: 48px;
    font-size: 14px;
  }
  .contact-form-box-inner .nice-select {
    height: 48px;
    font-size: 14px;
    line-height: 14px;
  }
  .form-group-icon i {
    top: 14px;
    font-size: 20px;
  }
  .contact-form-box-inner .form-group textarea {
    height: 174px;
    font-size: 14px;
  }
  .contact-paper-plane-img {
    top: 18%;
    width: 100%;
    height: 100%;
  }
  .contact-form-box-inner .form-group {
    margin-bottom: 18px;
  }
  .contact-form-box-inner .nice-select {
    margin-bottom: 18px;
  }
}
.mobile-menu-modal .offcanvas-logo {
  width: 164px;
  height: auto;
}
.mobile-menu-offcanvas-toggler {
  text-align: center;
  display: inline-block;
  padding: 0px !important;
  z-index: 3;
  border-radius: 50%;
  border: none;
  position: absolute;
  right: 5%;
  top: 50%;
  display: none;
  width: 48px;
  height: 48px;
  line-height: 48px;
  background: var(--primary-color);
  z-index: 888;
  transform: translate(0, -50%);
  transition: all 0.4s ease;
}
.mobile-menu-offcanvas-toggler:hover {
  background: var(--secondary-color);
}
.mobile-menu-offcanvas-toggler .line {
  position: relative;
  display: block;
  width: 28px;
  height: 2px;
  background: #fff;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.3s;
}
.mobile-menu-offcanvas-toggler .line + .line {
  margin-top: 5px;
}
.mobile-menu-modal-main-body {
  padding: 24px 20px;
  overflow-y: scroll;
}
.mobile-menu-modal.offcanvas-modal.modal.fade .modal-dialog {
  transform: translateX(-100%);
}
.mobile-menu-modal.offcanvas-modal.modal.show .modal-dialog {
  transform: translateX(0%);
}
.mobile-menu-modal .offcanvas-dialog {
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  height: 100%;
  margin: 0;
}
.mobile-menu-modal .offcanvas-dialog .modal-content {
  height: 100%;
  border-radius: 0;
  border: 0;
}
.mobile-menu-modal .offcanvas-header {
  border: none;
  padding: 18px 20px !important;
  position: relative;
  background: var(--primary-color);
  border-radius: 0;
  display: flex;
}
.mobile-menu-modal .offcanvas-header .btn-close {
  color: #fff;
  opacity: 1;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 100%;
  padding: 0;
  border: 1px solid #fff;
  font-size: 20px;
  background: rgba(0, 0, 0, 0);
  transition: all 0.4s ease;
  margin: 0;
  float: right;
}
.mobile-menu-modal .offcanvas-header .btn-close:hover {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0);
  color: var(--primary-color);
}
.mobile-menu-modal .offcanvas-menu::before {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background-color: #fff;
}
.mobile-menu-modal .offcanvas-menu li {
  margin-bottom: 10px;
  border-bottom: 1px solid #eeedf6;
  padding-bottom: 10px;
}
.mobile-menu-modal .offcanvas-menu li:last-child {
  margin: 0;
  padding: 0;
  border: none;
}
.mobile-menu-modal .offcanvas-menu li a {
  font-weight: 500;
  display: block;
  text-transform: capitalize;
  color: #0b132b;
}
.mobile-menu-modal .offcanvas-menu li a:hover,
.mobile-menu-modal .offcanvas-menu li.active a {
  color: var(--primary-color);
}
.mobile-menu-modal .offcanvas-menu li a i {
  margin-left: 10px;
}
.mobile-menu-modal .offcanvas-modal .modal-content {
  padding: 0px 15px;
}
.modal-backdrop.fade.show {
  background: #0b132b;
  opacity: 0.8;
}
.mobile-menu-modal .offcanvas-btn {
  margin-top: 30px;
}
.mobile-menu-modal .offcanvas-btn .isp-starter-v1-btn {
  width: 100%;
  display: block;
  text-align: center;
}
.mobile-menu-btn {
  margin-top: 40px;
}
.mobile-menu-btn .theme-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.mobile-menu-btn .theme-btn i {
  margin: 0;
  position: relative;
  top: 1px;
  font-size: 16px;
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .mobile-menu-offcanvas-toggler {
    display: block;
  }
  .mobile-menu-modal .offcanvas-dialog {
    width: 400px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mobile-menu-offcanvas-toggler {
    display: block;
  }
  .mobile-menu-modal .offcanvas-dialog {
    width: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .mobile-menu-offcanvas-toggler {
    display: block;
  }
}

/* Back To Top CSS */
.progress-wrap {
  position: fixed;
  right: 4%;
  bottom: 5%;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px #5d9c5940;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  content: "\f155";
  font-family: uicons-solid-straight !important;
  text-align: center;
  line-height: 46px;
  font-size: 20px;
  color: var(--primary-color);
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.progress-wrap svg path {
  fill: none;
}
.progress-wrap svg.progress-circle path {
  stroke: var(--primary-color);
  stroke-width: 4;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .progress-wrap {
    right: 5%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .progress-wrap {
    right: 5%;
  }
}
@media only screen and (max-width: 767px) {
  .progress-wrap {
    right: 5%;
  }
}

/* Book Page Area  */
.my-book-area {
  padding: 40px 0px 80px;
}
.single-book-card {
  margin-top: 40px;
  background: var(--offwhite-color);
  border-radius: 8px;
  border: 1px solid var(--border-color);
  position: relative;
}

.book-card-content {
  padding: 24px;
}
.book-card-img {
  border-radius: 8px 8px 0px 0px;
  overflow: hidden;
  position: relative;
}
.book-card-img::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 8px 8px 0px 0px;
  z-index: 2;
  background: linear-gradient(
    180deg,
    rgba(11, 19, 43, 0) 0%,
    rgba(11, 19, 43, 0.44) 100%
  );
  filter: drop-shadow(0px 1px 2px rgba(11, 19, 43, 0.08));
}
.book-card-img img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-radius: 8px 8px 0px 0px;
  transition: all 0.4s ease;
}
.single-book-card:hover .book-card-img img {
  transform: scale(1.06);
}
.book-card-meta {
  margin-bottom: 18px;
}

.book-card-meta li {
  display: inline-block;
  margin-right: 10px;
  padding-right: 10px;
  position: relative;
  color: var(--paragraph-color);
  font-size: 15px;
  font-weight: 400;
}
.book-card-meta li a:hover {
  color: var(--primary-color);
}
.book-card-meta li:last-child {
  padding: 0;
  margin: 0;
}
.book-card-meta li::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  background: #1c254166;
  border-radius: 100%;
  right: -5px;
  top: 12px;
}
.book-card-meta li:last-child::before {
  display: none;
}
.book-card-title {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 16px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.book-card-title:hover {
  color: var(--primary-color);
}
.book-card-text {
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
}

.book-card-btn {
  margin-top: 24px;
}

/* Blog Details Area */
.book-details-area {
  padding: 16px 0px 80px;
  background: var(--offwhite-color);
}
.book-details-inner-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
.book-details-inner-head .header-back-menu-btn {
  border: 1px solid transparent;
  border-radius: 4px;
  color: var(--title-color);
  background: transparent;
  padding: 0;
}
.book-details-inner-head .header-back-menu-btn:hover {
  background: transparent;
  color: var(--primary-color);
}
.book-details-cover-img img {
  width: 100%;
  height: 456px;
  object-fit: cover;
  border-radius: 12px;
}
.book-details-meta {
  display: flex;
  align-items: center;
  gap: 24px;
}

.book-details-meta li {
  display: flex;
  align-items: center;
  gap: 6px;
  position: relative;
  color: var(--paragraph-color);
  font-size: 15px;
  font-weight: 400;
}
.book-details-meta li a {
  display: flex;
  align-items: center;
  gap: 6px;
}
.book-details-meta li i {
  position: relative;
  top: 1px;
}
.book-details-meta li a:hover {
  color: var(--primary-color);
}
.book-details-meta li:last-child {
  padding: 0;
  margin: 0;
}
.book-details-meta li::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  background: #1c254166;
  border-radius: 100%;
  right: -12px;
  top: 12px;
}
.book-details-meta li:last-child::before {
  display: none;
}
.book-details-content {
  margin-top: 32px;
}

.book-details-content h3 {
  font-size: 28px;
  margin-bottom: 16px;
}

.book-details-content p {
  font-size: 16px;
}

.book-quote {
  background: #5d9c5914;
  padding: 24px;
  border-radius: 8px;
  margin: 32px 0px;
}

.book-quote-icon i {
  font-size: 40px;
  color: var(--primary-color);
}

.book-quote-content h5 {
  font-size: 20px;
  margin-bottom: 12px;
}

.book-quote-content p {
  margin: 0;
}

.book-quote-icon {
  margin-bottom: 8px;
}

.book-author-widget {
  padding: 0px 120px;
  margin-top: 56px;
  text-align: center;
  border-top: 1px solid var(--border-color);
  padding-top: 56px;
}

.book-author-profile img {
  width: 100px;
  height: 100px;
  border-radius: 100%;
}

.book-author-profile {
  margin-bottom: 24px;
}

.book-author-info p {
  margin: 0;
}

.book-author-social {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 32px;
  gap: 16px;
}
.book-buy-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 24px;
  margin-top: 24px;
}

.book-buy-content p {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  color: var(--primary-color);
}
.book-buy-btn-wrapper {
  display: flex;
  align-items: center;
  gap: 16px;
}
.book-buy-btn-wrapper a {
  color: var(--white-color);
  background: var(--primary-color);
  padding: 12px;
  border-radius: 4px;
  line-height: 120%;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.4s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.book-buy-btn-wrapper a i {
  font-size: 18px;
}
.book-buy-btn-wrapper a:hover {
  background: var(--secondary-color);
  color: var(--white-color);
}

/* Related Book Area  */
.related-book-area {
  padding: 80px 0px;
}
.related-book-section-title {
  margin: 0;
}
.related-book-section-head {
  margin-bottom: 24px;
  position: relative;
}

.related-book-section-title {
  position: relative;
  display: inline-block;
}
.related-book-section-title::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 100%;
  left: 0;
  background: var(--primary-color);
}

.related-book-section-title {
  line-height: 120%;
  padding-left: 20px;
}

.related-book-area .single-book-card {
  margin-bottom: 40px;
}

/* Slider Controls  */
.related-book-area .owl-theme .owl-nav [class*="owl-"] {
  color: #0b132b;
  font-size: 28px;
  margin: 5px;
  padding: 0;
  background: rgba(0, 0, 0, 0);
  display: inline-block;
  cursor: pointer;
  border-radius: 0px;
  font-weight: 400;
  transition: all 0.4s ease;
}
.related-book-area .owl-theme .owl-nav [class*="owl-"]:hover {
  color: var(--primary-color);
}
.related-book-area .owl-prev {
  margin-right: 23px !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .book-details-cover-img img {
    height: 356px;
  }
}
@media only screen and (max-width: 767px) {
  .book-details-meta {
    margin-top: 16px;
  }
  .book-details-inner-head {
    margin-bottom: 24px;
    display: block;
  }
  .book-details-cover-img img {
    height: 280px;
  }
  .book-details-content h3 {
    font-size: 24px;
  }
  .book-details-content p {
    font-size: 15px;
  }
  .book-quote-content h5 {
    font-size: 18px;
  }
  .book-author-widget {
    padding: 0px;
    padding-top: 24px;
  }
  .book-buy-content {
    display: block;
  }
  .book-buy-btn-wrapper {
    margin-top: 12px;
  }

  .book-buy-btn-wrapper {
    display: block;
  }
  .book-buy-btn-wrapper a {
    margin-bottom: 8px;
    margin-right: 8px;
  }
}

/* Reels Area  */
.reels-area {
  padding-bottom: 120px;
}

.reels-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.reels-card .video-bg video {
  width: 100% !important;
  height: 600px !important;
  object-fit: cover;
  border-radius: 12px;
}

.reels-card .video-bg {
  position: relative;
  height: 600px;
  width: 100%;
}

.reels-card .video-bg::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background: linear-gradient(
    180deg,
    rgba(11, 19, 43, 0) 0%,
    rgba(11, 19, 43, 0.44) 100%
  );
  filter: drop-shadow(0px 1px 2px rgba(11, 19, 43, 0.08));
}

/* Slider Controls  */
.reels-area .owl-theme .owl-nav [class*="owl-"] {
  padding: 0;
  margin: 0;
  width: 40px;
  height: 40px;
  line-height: 44px;
  border-radius: 100%;
  background: var(--primary-color);
  color: var(--white-color);
  transition: all 0.4s ease;
}

.reels-area .owl-theme .owl-nav {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 32px;
}
.reels-area .owl-theme .owl-nav [class*="owl-"]:hover {
  background: var(--secondary-color);
}

@media only screen and (max-width: 767px) {
  .reels-card .video-bg video,
  .reels-card .video-bg {
    height: 500px !important;
  }
}
