/* @font-face {
  font-family: "satoshi";
  src: url("fonts/satoshi-bold-webfont.woff2") format("woff2"),
    url("fonts/satoshi-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "satoshi";
  src: url("fonts/satoshi-medium-webfont.woff2") format("woff2"),
    url("fonts/satoshi-medium-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "satoshi";
  src: url("fonts/satoshi-regular-webfont.woff2") format("woff2"),
    url("fonts/satoshi-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
} */

.title_sections h2,
.title_all_box.style_three.light_color h2,
h1,
h3,
.before_title,
h2,
h6,
h5,
h1 {
  font-family: "Baskervville", serif !important;
  font-weight: 800 !important;
  font-style: normal;
}

#progressbar li strong {
  font-size: 12px;
}

.iti {
  position: relative;
  display: flex !important;
  margin-bottom: 20px;
}

p,
a,
button,
.footer_copy_content,
li {
  font-family: "Baskervville", serif !important;
  font-weight: 500 !important;
  font-style: normal;
}

strong {
  font-family: "Baskervville", serif !important;
  font-style: normal;
}

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

html,
body {
  overflow-x: hidden;
  width: 100%;
}

/* Sections
     ========================================================================== */

/**
   * Remove the margin in all browsers.
   */

body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */

main {
  display: block;
}

/* Grouping content
     ========================================================================== */

/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
     ========================================================================== */

/**
   * Remove the gray background on active links in IE 10.
   */

a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */

b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */

small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */

/**
   * Remove the border on images inside links in IE 10.
   */

img {
  border-style: none;
}

/* Forms
     ========================================================================== */

/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */

progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */

textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
     ========================================================================== */

/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */

details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */

summary {
  display: list-item;
}

/* Misc
     ========================================================================== */

/**
   * Add the correct display in IE 10+.
   */

template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */

[hidden] {
  display: none;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.gallery-caption {
  position: relative;
}

.bypostauthor {
  position: relative;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

table {
  width: 100%;
}

.widgets_grid_box .widget_categories ul:before,
.widgets_grid_box .widget_meta ul:before,
.widgets_grid_box .widget_archive ul:before {
  clear: both;
  content: "";
  overflow: auto;
}

.widgets_grid_box ul ul.children {
  padding: 0px 0px 0px 5px !important;
  border-radius: 0px;
  border: 0px !important;
}

.widgets_grid_box .widget_categories ul li,
.widgets_grid_box .widget_archive ul li {
  text-align: right;
}

.widgets_grid_box .widget_categories ul li a,
.widgets_grid_box .widget_archive ul li a {
  float: left;
}

.post-password-form label {
  width: 100%;
}

input[type="password"] {
  width: 100%;
}

.wp-block-button {
  margin-bottom: 15px;
}

.has-background-dim,
.has-background-dim p {
  color: #fff;
}

.col-lg-12.padding_zero {
  padding: 0px;
}

.sec_comments .col-lg-12 {
  padding: 0px;
}

.img-bismallah {
  padding: 0px;
  max-height: 35px;
}

.footer_seven {
  padding-top: 40px;
}

.footer-copyright {
  background: #3e3d3d;
}

/* .bg-brick {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: -webkit-fill-available;
  background: url(../images/fake-brick.png) rgb(255 255 255 / 21%);
} */
.pl-30 {
  padding-left: 30px !important;
}

.banner-btn {
  position: absolute;
  bottom: 20%;
  left: 0;
  right: 0;
  margin: auto;
  top: auto;
  width: 160px;
  text-align: center !important;
  border: none !important;
  z-index: 1;
  font-size: 16px !important;
  /* Enhanced for readability */
  line-height: 20px !important;
  letter-spacing: 0.15px;
  text-decoration: none;
  color: #ffffff !important;
  /* White text for clear contrast */
  font-weight: 700 !important;
  background-color: #1e4f9b !important;
  /* Solid theme color background */
  padding: 15px 15px !important;
  border-radius: 50px !important;
  /* Rounded corners for a modern look */
  cursor: pointer !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2) !important;
  /* Subtle shadow for depth */
  transition: all 0.3s ease !important;
  font-family: "Poppins", sans-serif;
}

/* Hover effect */
.banner-btn:hover {
  background-color: black !important;
  /* Darker solid shade for hover */
  transform: scale(1.05) !important;
  /* Slight enlarge on hover */
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3) !important;
  /* Deeper shadow for hover */
}

/* Active state (when clicked) */
.banner-btn:active {
  transform: scale(0.98) !important;
  /* Slight shrink effect on click */
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15) !important;
  /* Softer shadow on click */
}

/* Removed all transparency */
.banner-btn::after {
  display: none !important;
}

.arrow-transition {
  margin-top: 17px;
  animation-name: hvr-bob-float, hvr-bob;
  animation-duration: 0.3s, 1.5s;
  animation-delay: 0s, 0.3s;
  animation-timing-function: ease-out, ease-in-out;
  animation-iteration-count: 1, infinite;
  animation-fill-mode: forwards;
  animation-direction: normal, alternate;
}

/* Bob */

@keyframes hvr-bob {
  0% {
    transform: translateY(-12px);
  }

  50% {
    transform: translateY(0px);
  }

  100% {
    transform: translateY(-12px);
  }
}

@keyframes hvr-bob-float {
  100% {
    transform: translateY(12px);
  }
}

.freeprivacypolicy-com---nb-simple {
  max-width: 100% !important;
}

.freeprivacypolicy-com---nb .cc-nb-main-container {
  padding: 1rem 1.2rem !important;
}

.freeprivacypolicy-com---nb .cc-nb-text {
  font-size: 14px !important;
  margin: 0 0 1rem 0 !important;
}

.freeprivacypolicy-com---nb .cc-nb-okagree {
  font-size: 13px !important;
}

.freeprivacypolicy-com---reset button {
  padding: 0.2rem 0.5rem !important;
}

.freeprivacypolicy-com---nb .cc-nb-title {
  margin-bottom: 5px !important;
}

.no-padd {
  padding: 0px;
}

.ih-item {
  position: relative;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.ih-item,
.ih-item * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.ih-item a {
  color: #333;
}

.ih-item a:hover {
  text-decoration: none;
}

.ih-item img {
  width: 100%;
  height: 190px;
  object-fit: cover;
}

@media (max-width: 1400px) {
  .ih-item img {
    width: 100%;
    height: 155px;
    object-fit: cover;
  }
}

.ih-item.circle {
  position: relative;
  width: 100%;
  height: auto;
  border-radius: 50%;
}

.ih-item.circle .img {
  position: relative;
  width: 100%;
  height: auto;
  border-radius: 50%;
}

.ih-item.circle .img:before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.6),
    0 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  background: rgb(0 0 0 / 30%);
}

.ih-item.circle .img img {
  border-radius: 50%;
}

.ih-item.circle .info {
  top: 45%;
  position: absolute;
  bottom: 50%;
  left: 0;
  right: 0;
  text-align: center;
  border-radius: 50%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.ih-item.circle .info h3 {
  color: #fff;
  font-size: 1.25rem;
  letter-spacing: 1px;
}

.ih-item.circle.effect19.colored .info {
  background: #1a4a72;
  background: rgba(26, 74, 114, 0.6);
}

.ih-item.circle.effect19 .info {
  background: #333333;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.ih-item.circle.effect19 .info h3 {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 22px;
  margin: 0 30px;
  padding: 45px 0 0 0;
  height: 140px;
  text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
}

.ih-item.circle.effect19 .info p {
  color: #bbb;
  padding: 10px 5px;
  font-style: normal;
  margin: 0 30px;
  font-size: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.ih-item.circle.effect19 a:hover .info {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.txt-content .flag li {
  display: flex;
  line-height: 10px;
  border-radius: 5px;
  border: 0 solid #f2f3f4;
  padding: 2px 5px;
  margin: 0 0 6px 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  background: #e9e9e9;
  /* float: left; */
  margin-right: 15px;
  width: fit-content;
  text-align: left;
  padding: 5px 8px;
  align-items: center;
}

.txt-content .flag img {
  height: 30px;
  border-radius: 3px;
  margin-right: 10px;
  width: 100%;
}

.txt-content .flag span {
  font-weight: 600;
  color: #333;
}

.flag {
  list-style: none;
  display: flex;
}

.m-flag.icon_box_all.style_one .icon_content .icon img {
  width: 50px;
}

.m-flag .icon_box_all.style_one {
  padding: 7px 7px;
  background: #e9e9e9;
  border-radius: 5px;
  margin-bottom: 15px;
  min-height: 45px;
  display: flex;
  align-items: center;
}

.m-flag .icon_box_all.style_one .icon_content .txt_content {
  margin-left: 7px;
}

.m-flag .icon_box_all.style_one .icon_content p {
  margin: 0px;
  font-weight: 600;
  color: #333;
  font-size: 15px;
  line-height: 20px;
}

.m-flag .icon_box_all.style_one .icon_content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.process_box.style_four .process_box_outer_four .icon {
  background: #ebeff1;
}

.m-services .service_post.style_one .image {
}

.m-services .service_post.style_one .image img {
  height: 200px;
  border-radius: 15px 15px 0px 0px;
}

.m-services .service_post.style_one .service_content.icon_yes {
  padding: 10px 7px;
}

.m-services .service_post.style_one {
  border-radius: 15px 15px 0px 0px;
}

.m-services .service_post.style_one .service_content h2 {
  display: block;
  color: var(--heading-dark);
  line-height: 22px;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0px;
}

.m-services .service_post.style_one .image img {
  border-radius: 15px 15px 0px 0px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}

.m-services .service_post.style_one:hover .image img {
  border-radius: 15px 15px 0px 0px;
  transform: scale(1.05);
}

.m-services .project_post.style_four {
  padding: 10px 10px;
  background: #fff;
  box-shadow: var(--box-shadow);
  border-radius: 10px;
  border: 1px solid #efeff1;
}

.m-services .project_post.style_four .image img {
  height: 220px;
}

.m-services .project_post.style_four .project_caro_content {
  padding: 10px 0px 0px 0px !important;
}

.m-services .project_post.style_four .project_caro_content h2 {
  display: block;
  color: var(--heading-dark);
  line-height: 22px;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0px;
  text-align: center;
}

.m-industry .price_plan_box.style_one {
  padding: 18px 15px 18px;
  margin-bottom: 30px;
  min-height: 260px;
}

.m-industry .price_plan_box.style_one .top h2 {
  font-size: 18px;
  line-height: 25px;
}

.m-industry .price_plan_box.style_one .top {
  margin-bottom: 20px;
  padding-bottom: 10px;
  padding-right: 20px;
}

.m-industry .price_plan_box.style_one .bottom ul li {
  padding: 5px 10px 5px 25px;
  border-radius: 5px;
  font-size: 15px;
}

.m-industry .price_plan_box.style_one .bottom ul li i {
  left: 6px;
  font-size: 14px;
}

.m-industry .theme-btn.two {
  width: 100%;
  padding: 0px 25px;
  border-radius: 10px 0px 10px 0px;
  background: var(--primary-color-one);
  color: var(--color-white);
  border: 1px solid var(--primary-color-one);
  line-height: 40px;
  min-height: 40px;
}

.m-industry .price_plan_box.style_one .bottom ul {
  margin: 0 0 10px;
}

.m-mission .icon_box_all.style_three {
  padding: 25px 25px;
}

.m-mission .faq_section.type_two .faq_header span {
  left: 10px;
  right: auto;
  width: auto;
  height: auto;
  border-radius: 5px;
  background: none;
  box-shadow: none;
  line-height: 35px;
}

.m-mission .faq_section.type_two .faq_header {
  padding: 5px 10px 5px 10px;
  text-align: left;
  padding-left: 35px;
  font-size: 14px;
  line-height: 26px;
}

.m-mission .faq_section.type_two .faq_header.active span {
  background: none;
  color: var(--primary-color-one);
}

.m-mission .faq_section.type_two .accordion-content {
  padding: 25px 15px 10px 15px;
}

.m-mission .faq_section.type_two .accordion-content p {
  font-size: 15px;
  text-align: justify;
}

.client-part {
  list-style: none;
}

.client-part li {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 10px;
}

.content-part ul li {
  margin: 0px 0px 15px 20px;
  padding: 0px;
  list-style-position: outside;
  line-height: 30px;
}

.content-part img {
}

.m-clients .c-div {
  padding: 0px 10px;
  margin: 10px 0px;
}

.modal {
  z-index: 9999 !important;
}

/* Mobile Css Opne */
@media (max-width: 767px) {
  .banner-btn {
    bottom: 10% !important;
  }

  .tabs_all_box.type_three .tabs_header ul li a {
    font-size: 14px !important;
  }

  .tabs_all_box.type_three .tabs_header ul {
    display: flex;
    justify-content: center;
  }

  .slider.style_one .slide-item-content .video-layer {
    /*top: 190px !important;*/
    height: 400px !important;
    width: auto !important;
    object-fit: cover;
    position: initial !important;
  }

  .carousel-inner {
    height: 400px !important;
  }

  #content .slider.style_one .slide-item-content .slider_content,
  .slider.style_four .slide-item-content .slider_content,
  .slider.style_two .slide-item-content .auto-container {
    padding: initial !important;
  }

  #content .slider.style_one .slide-item-content .slider_content {
    position: absolute;
    transform: none;
    margin: 0px 50px 0;
    top: 240px;
    left: 0;
  }

  #content .slider .slide-item-content .slider_content h1 {
    font-size: 20px !important;
    line-height: 30px !important;
    margin-bottom: 0;
  }

  #content .slider.style_one .slide-item-content {
    height: 400px;
  }

  .carousel-item-next,
  .carousel-item-prev,
  .carousel-item.active {
    height: 400px;
  }

  .image_boxes.style_seven .experience {
    left: -11px !important;
  }

  #wrapper_full
    .crt_mobile_menu
    .menu-box
    .menu-outer
    ul.navbar_nav
    li
    .dropdown-menu {
    width: 100%;
    background: #fbfbfb;
    margin-left: 0 !important;
    padding: 10px !important;
  }

  .slider.style_one .slide-item-content {
    min-height: auto !important;
  }

  .slider.style_one .slide-item-content .video-layer {
    height: 400px !important;
  }
}

:root {
  --dark-green: #9cc675;
  --dark-yellow: #e89a3d;
  --extra-light-brown: #fdf0d7;
  --light-brown: #ecd5ab;
  --dark-brown: #915b40;
  --light-yellow: #f8e3a8;
  --light-red: #f3ac99;
  --light-teal: #a6c8cc;
  --light-gray: #ddd5d6;
  --theme-color2: #e89a3d;
}

.site-logo {
  width: 218.33px !important;
  margin-right: 50px;
}

.btn {
  border-radius: 5px;
  font-weight: normal;
  font-size: 15px;
  letter-spacing: 0.02em;
  line-height: 12px;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  padding: 14px 30px;
  cursor: pointer;
}

.btn-theme {
  background: var(--theme-color1);
  color: #212121;
}

.c-container {
  margin: auto;
  width: 93%;
  position: relative;
  z-index: 1;
}

.btn-outline-white {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  background-image: none;
  border-width: 2px;
  border-color: #fff;
  font-weight: 500;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.btn {
  border-radius: 5px;
  font-weight: normal;
  font-size: 15px;
  letter-spacing: 0.02em;
  line-height: 12px;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  padding: 14px 30px;
  cursor: pointer;
}

.btn-outline-white:hover {
  background-color: #fff;
  color: var(--text-dark);
}

/* common css up */

.testimonial p {
  font-size: 28px;
  letter-spacing: 0.02em;
  line-height: 35px;
}

.testimonial .name {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.04em;
  line-height: 35px;
  text-align: left;
}

.testimonial .designation {
  font-size: 14px;
  letter-spacing: 0.04em;
  text-align: left;
  color: #fff;
  opacity: 0.65;
}

.unt {
  margin-bottom: 20px;
  margin-top: 60px;
}

.hero-text {
  font-size: 30px;
  letter-spacing: 0.02em;
  color: #fff;
}

.gallery-thumbs {
  height: 100%;
}

.gallery-thumbs .swiper-wrapper {
  align-items: center;
}

.gallery-thumbs .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 250px !important;
  height: 330px;
  position: relative;
}

.gallery-thumbs .swiper-slide img {
  filter: contrast(0.5) blur(1px);
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.gallery-thumbs .swiper-slide-active img {
  filter: contrast(1) blur(0px) !important;
}

.flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.flex-row .flex-col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.gallery-thumbs .swiper-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonial-section .quote {
  width: 75%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 100px;
  padding-right: 100px;
}

.swiper-container.testimonial {
  height: 100vh;
}

.testimonial-section .user-saying {
  background: var(--theme-color2);
  width: 60%;
  color: #fff;
  height: 100%;
}

.testi-user-img {
  width: 40%;
}

.testimonial-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}

.testimonial-section .quote p {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.8;
  font-style: italic;
  margin: 0;
}

.quote-icon {
  width: 38px;
  display: block;
  margin-bottom: 30px;
}

/* Mobile Css Closed */

/*@media only screen and (max-width: 767px) {*/

/*}*/

.sticky-buttons {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: -50px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 1000;
}

/* Individual Buttons */
.sticky-button {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  padding: 10px 20px;
  color: white;
  background: #1e4f9b;
  border-radius: 5px;
  transition: background 0.3s, transform 0.3s;
  transform: rotate(90deg);
}

/* Hover Effect */
.sticky-button:hover {
  background: Black;
  color: white;
  /* transform: scale(1.05); */
}

@media screen and (max-width: 768px) {
  body.home .page_header_default {
    padding: 0px 0px !important;
    min-height: auto;
  }

  .parallax_cover img {
    object-fit: contain !important;
  }

  .page_header_default .page_header_content .banner_title_inner h1 {
    font-size: 20px !important;
  }

  .page_header_default .page_header_content .banner_title_inner .subtitle_page {
    font-size: 15px;
  }
}
