/*!
Theme Name: meridian-signs
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: meridian-signs
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

meridian-signs is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

@font-face {
  font-family: "source_sans_probold";
  src: url("fonts/sourcesanspro-bold.eot");
  src: url("fonts/sourcesanspro-bold.eot?#iefix") format("embedded-opentype"),
    url("fonts/sourcesanspro-bold.woff2") format("woff2"),
    url("fonts/sourcesanspro-bold.woff") format("woff"),
    url("fonts/sourcesanspro-bold.ttf") format("truetype"),
    url("fonts/sourcesanspro-bold.svg#source_sans_probold") format("svg");
  font-weight: 700;
  font-style: bold;
}
@font-face {
  font-family: "source_sans_problack";
  src: url("fonts/sourcesanspro-black.eot");
  src: url("fonts/sourcesanspro-black.eot?#iefix") format("embedded-opentype"),
    url("fonts/sourcesanspro-black.woff2") format("woff2"),
    url("fonts/sourcesanspro-black.woff") format("woff"),
    url("fonts/sourcesanspro-black.ttf") format("truetype"),
    url("fonts/sourcesanspro-black.svg#source_sans_problack") format("svg");
  font-weight: 900;
  font-style: black;
}
@font-face {
  font-family: "source_sans_prosemibold";
  src: url("fonts/sourcesanspro-semibold.eot");
  src: url("fonts/sourcesanspro-semibold.eot?#iefix")
      format("embedded-opentype"),
    url("fonts/sourcesanspro-semibold.woff2") format("woff2"),
    url("fonts/sourcesanspro-semibold.woff") format("woff"),
    url("fonts/sourcesanspro-semibold.ttf") format("truetype"),
    url("fonts/sourcesanspro-semibold.svg#source_sans_prosemibold")
      format("svg");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "source_sans_proregular";
  src: url("fonts/sourcesanspro-regular.eot");
  src: url("fonts/sourcesanspro-regular.eot?#iefix") format("embedded-opentype"),
    url("fonts/sourcesanspro-regular.woff2") format("woff2"),
    url("fonts/sourcesanspro-regular.woff") format("woff"),
    url("fonts/sourcesanspro-regular.ttf") format("truetype"),
    url("fonts/sourcesanspro-regular.svg#source_sans_proregular") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "source_sans_prolight";
  src: url("fonts/sourcesanspro-light.eot");
  src: url("fonts/sourcesanspro-light.eot?#iefix") format("embedded-opentype"),
    url("fonts/sourcesanspro-light.woff2") format("woff2"),
    url("fonts/sourcesanspro-light.woff") format("woff"),
    url("fonts/sourcesanspro-light.ttf") format("truetype"),
    url("fonts/sourcesanspro-light.svg#source_sans_prolight") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "source_sans_proextralight";
  src: url("fonts/sourcesanspro-extralight.eot");
  src: url("fonts/sourcesanspro-extralight.eot?#iefix")
      format("embedded-opentype"),
    url("fonts/sourcesanspro-extralight.woff2") format("woff2"),
    url("fonts/sourcesanspro-extralight.woff") format("woff"),
    url("fonts/sourcesanspro-extralight.ttf") format("truetype"),
    url("fonts/sourcesanspro-extralight.svg#source_sans_proextralight")
      format("svg");
  font-weight: normal;
  font-style: normal;
}
:root {
  --ylocolor: #ffba12;
  --dpgrncolor: #1a6466;
  --orangecolor: #f1592a;
  --drkorngcolor: #f26921;
  --whitecolor: #ffffff;
  --ltorngcolor: #f26a21;
  --greencolor: #bfd730;
  --blackcolor: #000000;
  --contentcolor: #545454;
  --light-black: #333333;
  --montfamily: "Montserrat", sans-serif;
  --regsourcefont: "source_sans_proregular";
  --boldsourcefont: "source_sans_probold";
  --semisourcefont: "source_sans_prosemibold";
  --ltsourcefont: "source_sans_prolight";
  scroll-behavior: inherit;
}

body {
  margin: 0;
  padding: 0;
  font-family: var(--regsourcefont);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  font-weight: normal;
  font-style: normal;
  color: var(--contentcolor);
  font-size: 20px;
  line-height: 1.5;
  background-color: var(--whitecolor);
}

b,
strong {
  font-weight: 700;
}

p {
  margin: 0 0 22px 0;
}

p:last-child {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 25px 0;
  padding: 0;
  color: var(--orangecolor);
  font-weight: 700;
  font-family: var(--montfamily);
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0;
}

h1,
.h1-title {
  font-weight: 700;
  font-size: 87px;
  line-height: 1;
}

h2,
.h2-title {
  font-weight: 700;
  font-size: 82px;
  line-height: 1;
}

h3,
.h3-title {
  font-weight: 700;
  font-size: 40px;
  line-height: 1;
}

h4,
.h4-title {
  font-size: 24px;
  line-height: 1.2;
}

h5,
.h5-title {
  font-size: 20px;
  line-height: 1.2;
}

a {
  display: inline-block;
  margin: 0;
  padding: 0;
  text-decoration: none !important;
  outline: none !important;
  color: #ecb61e;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover {
  color: red;
}

figure {
  margin: 0;
}

ul,
ol,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}

img {
  max-width: 100%;
}

input[type="text"],
input[type="tel"],
input[type="password"],
input[type="email"],
select {
  background-color: transparent;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  color: var(--contentcolor);
  border: 1px solid rgba(255, 255, 255, 0.7);
  height: 58px;
  padding: 0 16px;
  outline: none !important;
}

textarea {
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 1px solid rgba(255, 255, 255, 0.7);
  padding: 12px 16px;
  width: 100%;
  color: #000;
  height: 158px;
  outline: none !important;
}

select {
  border: 1px solid rgba(255, 255, 255, 0.7);
  width: 100%;
  padding: 0 11px;
  background: url(images/sort-down.svg) no-repeat calc(100% - 16px) center
    transparent;
  background-size: 18px;
  padding-right: 40px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

input[type="submit"] {
  background: #eab71e;
  color: #000000;
  height: 58px;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  padding-left: 30px;
  padding-right: 30px;

  cursor: pointer;
  font-size: 24px;
  font-weight: 700;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

input[type="submit"]:hover {
  background: #000;
  color: #eab71e;
}

::-webkit-input-placeholder {
  opacity: 0.7;
  color: #000;
}

:-ms-input-placeholder {
  opacity: 0.7;
  color: #000;
}

::-moz-placeholder {
  opacity: 0.7;
  color: #000;
}

:-moz-placeholder {
  opacity: 0.7;
  color: #000;
}

/* images alignment for wordpress content pages */
.alignright {
  float: right;
  margin: 0 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  float: none;
  clear: both;
}

/* custom checkbox */

.form_input_check label {
  position: relative;
  margin: 0;
  padding-left: 40px;
  display: inline-block;
}

.form_input_check label span {
  margin: 0;
  padding: 0;
}

.form_input_check label input[type="checkbox"] {
  visibility: hidden;
  display: none;
}

.form_input_check label input[type="checkbox"] + span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 22px;
  height: 22px;
  border: 1px solid #3e3e42;
  background: transparent;
}

.form_input_check label input[type="checkbox"] + span::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 22px;
  height: 22px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: url(images/tick.svg) no-repeat center center;
  background-size: 15px;
}

.form_input_check label input[type="checkbox"]:not(:checked) + span::after {
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

/* .form_input_check input[type="checkbox"]:checked + span::before {
      
    } */

.form_input_check label input[type="checkbox"]:checked + span:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/* custom radio */

.form_input_radio label {
  position: relative;
  margin: 0;
  padding-left: 30px;
  display: inline-block;
}

.form_input_radio label span {
  margin: 0;
  padding: 0;
}

.form_input_radio label input[type="radio"] {
  visibility: hidden;
  display: none;
}

.form_input_radio label input[type="radio"] + span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 22px;
  height: 22px;
  border: 2px solid #000000;
  border-radius: 100%;
  background: #fff;
}

.form_input_radio label input[type="radio"] + span::after {
  content: "";
  width: 12px;
  height: 12px;
  background: #4b0049;
  position: absolute;
  top: 6px;
  left: 5px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.form_input_radio label input[type="radio"]:not(:checked) + span::after {
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

/* .form_input_radio input[type="radio"]:checked + span::before {
      
    } */

.form_input_radio label input[type="radio"]:checked + span:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/* custom radio end */

/* back to top */

#scroll {
  position: fixed;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
  width: 55px;
  height: 55px;
  background-color: #bdd653;
  display: none;
  border-radius: 100%;
  line-height: 68px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  z-index: 9;
}

#scroll:hover {
  background: #88a725;
}

#scroll i {
  color: #fff;
  font-size: 44px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

#scroll:hover i {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  transform: translateY(-6px);
}

/* custom css */
.cmn-gap {
  padding: 100px 0;
}

.section-head {
  margin-bottom: 40px;
}

.cmn-btn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
  text-transform: capitalize;
  color: var(--whitecolor);
  background-color: var(--ltorngcolor);
  font-family: var(--boldsourcefont);
  padding: 12px 20px;
  border-radius: 15px;
  text-transform: uppercase;
}

.cmn-btn:hover {
  background-color: var(--light-black);
  color: #ffffff;
}

/* custom css */

/* navbar*/

.navbar-brand {
  padding: 0;
  margin: 0;
  width: 637px;
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: -34px;
}

.navbar {
  background: none;
  margin: 0;
  padding: 43px 0;
  min-height: inherit;
  height: inherit;
  border: none;
  border-radius: 0;
  position: relative;
}
.navbar-nav {
  margin-left: auto;
}
.navbar-nav li {
  position: relative;
  list-style: none;
}

.navbar-nav > li {
  margin: 0 31px;
  padding: 6px 0;
  position: relative;
}

.navbar-nav > li:last-child {
  margin-right: 0;
}

.navbar-nav > li:first-child {
  margin-left: 0;
}
.navbar-nav > li > a {
  color: var(--light-black);
  font-size: 20px;
  line-height: 1.2;
  position: relative;
  font-weight: 700;
  font-family: var(--boldsourcefont);
  letter-spacing: 0.04em;
}

/* .navbar-nav>li>a:after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #3B61DC;
    opacity: 0;
    position: absolute;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
} */

.navbar-nav > li.current-menu-item > a,
.navbar-nav > li > a:hover,
.navbar-nav > li.menu-item-has-children:hover > a {
  color: var(--orangecolor);
}

.navbar-nav > li.current-menu-item > a:after,
.navbar-nav > li > a:hover:after,
.navbar-nav > li.menu-item-has-children:hover > a:after {
  width: 100%;
}

/* navbar submenu*/

.sub-menu {
  background: var(--whitecolor);
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #d7f0f2;
  width: 240px;
  padding: 0;
}

.sub-menu > li > a {
  color: var(--light-black);
  border-bottom: 1px solid #d7f0f2;
  display: block;
  width: 100%;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
}
/* .sub-menu > li:first-child > a {
    padding-top: 16px;
} */
.sub-menu > li:last-child > a {
  /* padding-bottom: 16px; */
  border-bottom: 0;
}

.sub-menu > li {
  width: 100%;
  display: block;
}

.sub-menu > li > a:hover,
.sub-menu > li.menu-item-has-children:hover > a,
.sub-menu > li.current-menu-item > a {
  color: var(--orangecolor);
}

.navbar-nav > li:last-child > .sub-menu {
  right: 0;
  left: inherit;
  padding: 0;
}

/* 2nd level submenu */
.navbar-nav > li > .sub-menu .sub-menu {
  position: absolute;
  left: 100%;
  top: 0;
}

/* for push-menu */
.navbar-collapse .navbar-toggler {
  display: none;
}

#navoverlay {
  display: block;
  pointer-events: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  margin: 0;
  padding: 0;
  z-index: 99;
  -webkit-transition: background-color 0.5s linear;
  -o-transition: background-color 0.5s linear;
  transition: background-color 0.5s linear;
}

/* for push-menu end*/

.navbar-nav .clickD {
  position: absolute;
  right: 0;
  top: 10px;
  width: 11px;
  height: 11px;
  background: url(images/down-arrow.svg) center center no-repeat;
  display: block;
  background-size: 11px;
  cursor: pointer;
  /* -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); */
}
.navbar-nav > li.menu-item-has-children:hover .clickD {
  background: url(images/down-arrow-hover.svg) center center no-repeat;
  background-size: 11px;
}
.navbar-nav > li.menu-item-has-children {
  padding: 0px 17px 0px 0px;
}
.text-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
/* ==== home page css start === */
.header-rt-wpr {
  margin-left: auto;
}
.hedaer-rt-part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.main-head {
  -webkit-box-shadow: 0px 40px 40px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 40px 40px rgba(0, 0, 0, 0.05);
}
.hedaer-rt-part a {
  font-size: 20px;
  color: var(--drkorngcolor);
  font-family: var(--semisourcefont);
  line-height: 1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  font-weight: 600;
}
.hedaer-rt-part a:hover {
  color: var(--light-black);
}
.hedaer-rt-part li {
  padding: 0 15px;
  position: relative;
}
.hedaer-rt-part li:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 13px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: var(--light-black);
}
.hedaer-rt-part li:first-child {
  padding-left: 0;
}
.hedaer-rt-part li:last-child {
  padding-right: 0;
}
.hedaer-rt-part li:last-child:after {
  display: none;
}
.hedaer-rt-part li a i {
  display: inline-block;
  line-height: 0;
  max-width: 23px;
}
.hedaer-rt-part li a i img {
  width: 100%;
}

.hedaer-rt-part li a:hover i img {
  -webkit-filter: brightness(0) saturate(100%) invert(16%) sepia(8%)
    saturate(287%) hue-rotate(315deg) brightness(99%) contrast(88%);
  filter: brightness(0) saturate(100%) invert(16%) sepia(8%) saturate(287%)
    hue-rotate(315deg) brightness(99%) contrast(88%);
}
.bnr-lt-cntnt h1 {
  color: var(--greencolor);
}
.bnr-sec {
  padding: 100px 0 62px;
}
.bnr-rt-cntnt {
  background-color: #126468;
  border-radius: 33px;
  padding: 28px 37px 45px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.bnr-rt-cntnt p {
  font-size: 52px;
  color: var(--whitecolor);
  font-family: var(--regsourcefont);
  font-style: italic;
  max-width: 418px;
  line-height: 1.2;
  letter-spacing: 0.01em;
}
.bnr-cntnt-wpr {
  margin: 0 auto;
  position: relative;
}
.bnr-lt-cntnt {
  max-width: 1023px;
  text-align: right;
  margin-left: auto;
}
.bnr-lt-cntnt h1 {
  text-transform: capitalize;
  line-height: 1.35;
  margin-bottom: 33px;
}
.bnr-lt-col {
  width: 64.6%;
}
.bnr-rt-col {
  width: 35.4%;
}

.bnr-rt-cntnt-wpr {
  padding-left: 47px;
  padding-right: 44px;
  padding-top: 127px;
}

.start-sld-sec {
  position: relative;
  max-height: 689px;
  height: 100%;
}

.start-sld-sec .slick-dots > li:only-child {
    display: none;
}

.star-sld-img-wpr {
  width: 100%;
  height: 100%;
}
.star-sld-img-wpr img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.start-sld-wpr .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  bottom: 54px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
  line-height: 0;
}
.start-sld-wpr .slick-dots li button {
  font-size: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  background-color: rgb(217, 217, 217, 0.4);
  border: none;
}

.start-sld-wpr .slick-dots .slick-active button {
  background-color: #d9d9d9;
  position: relative;
}

.start-sld-wpr .slick-dots li {
  margin: 0 7px;
}
.start-sld-wpr .slick-dots li:first-child {
  margin-left: 0;
}
.start-sld-wpr .slick-dots li:last-child {
  margin-right: 0;
}
.start-sld-wpr .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.start-sld-wpr .slick-slide {
  height: inherit !important;
}
.misson-sec {
  position: relative;
  padding-bottom: 80px;
  background-color: var(--ylocolor);
}
.misson-sec .section-head {
  margin-top: -8px;
  margin-bottom: 58px;
  margin-left: -44px;
}
.misson-sec .section-head h2 {
  font-weight: 500;
  color: var(--light-black);
  line-height: 0.7;
}
.mission-cntnt {
  max-width: 1631px;
  margin: 0 auto;
}
.mission-cntnt p {
  color: var(--whitecolor);
  font-family: var(--semisourcefont);
  font-size: 102px;
  line-height: 1;
}
.trust-sec .section-head {
  max-width: 1382px;
  margin: 0 auto 48px;
}
.trust-sec .section-head h2 {
  font-size: 71px;
  font-weight: 800;
  line-height: 1.2;
}
.trust-item-row {
  --bs-gutter-y: 57px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.trust-img-part {
  position: relative;
  max-width: 65px;
  margin: 0 auto;
  z-index: 2;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.trust-img-part img {
  width: 100%;
}
.trust-img-part:after {
  content: "";
  position: absolute;
  top: -14px;
  right: -14px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: #dcfdff;
  z-index: -1;
}
.trus-text-part {
  padding: 25px 0 0;
  text-align: center;
  max-width: 274px;
  margin: auto auto 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.trus-text-part h3 {
  color: var(--dpgrncolor);
  font-family: var(--boldsourcefont);
  text-transform: uppercase;
}
.trust-col:nth-child(2) .trust-img-part:after {
  right: -8px;
}
.trust-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.trust-item-wpr {
  max-width: 1014px;
  margin: 0 auto;
}
.built-text-wpr h2 {
  font-size: 65px;
  margin-bottom: 28px;
}
.built-text-wpr p {
  font-size: 42px;
  line-height: 1.3;
  max-width: 690px;
}
.built-img-wpr {
  width: 100%;
  height: 100%;
  border-radius: 37px;
  overflow: hidden;
}
.built-img-item {
  position: relative;
  padding-right: 60px;
}
.built-img-wpr img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.bult-item-row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  --bs-gutter-y: 30px;
}
.built-btn-wpr .cmn-btn {
  font-size: 30px;
  border-radius: 6px;
}
.built-btn-wpr {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.built-rt-col {
  width: 55.6%;
}
.built-lt-col {
  width: 44.4%;
}
.success-sec.cmn-gap {
  padding-top: 50px;
}
.success-sec .section-head h2 {
  font-size: 60px;
}
.rehenem-sec {
  position: relative;
  background-color: var(--greencolor);
}
.rehenem-sec.cmn-gap {
  padding-bottom: 82px;
}
.rehenem-cntnt-wpr {
  max-width: 1323px;
  margin: 0 auto;
  text-align: center;
}
.rehenem-cntnt-wpr p {
  color: var(--whitecolor);
  font-family: var(--semisourcefont);
  font-size: 58px;
  font-style: italic;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 15px;
}
.author-name {
  display: block;
  font-size: 43px;
  font-weight: 400;
  font-family: var(--regsourcefont);
  font-style: italic;
  color: var(--whitecolor);
}
.matters-txet-wpr h2 {
  font-size: 49px;
  max-width: 518px;
  margin-left: auto;
  line-height: 1.5;
}
.matters-txet-wpr {
  text-align: right;
}
.matters-txet-wpr p {
  font-size: 40px;
  font-family: var(--regsourcefont);
  font-weight: 400;
  line-height: 1.4;
  max-width: 813px;
  margin-left: auto;
}
.matters-lt-col {
  width: 63.2%;
}
.matters-rt-col {
  width: 36.8%;
}
.matters-img-outer {
  padding-left: 55px;
}
.matters-img-wpr {
  width: 100%;
  height: 100%;
  border-radius: 34px;
  overflow: hidden;
  position: relative;
  padding-top: 149.8%;
}
.matters-img-wpr img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.matters-btn-wpr .cmn-btn {
  font-size: 28px;
  padding: 9.5px 20px;
}
.matters-item-row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  --bs-gutter-y: 30px;
}
.insight-sec.green-sec .section-head h2 {
  color: #1b6d72;
  font-size: 53px;
}
.insights-card {
  position: relative;
  overflow: hidden;
  display: block;
}
.insight-img-part {
  position: relative;
  border-radius: 37px;
  overflow: hidden;
  padding-top: 81%;
}
.insight-img-part img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.insight-txet-part {
  position: absolute;
  background: rgb(51, 51, 51, 0.7);
  bottom: 57px;
  left: 0;
  width: 100%;
  height: 73px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.insights-text-icn {
  width: 78px;
  height: 78px;
  background: #236568;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.insights-text-icn:hover {
  background-color: var(--orangecolor);
}
.insights-text-icn img {
  max-width: 17px;
  width: 100%;
}
.insight-txet-wpr h3 {
  font-size: 23px;
  color: var(--whitecolor);
  font-family: var(--semisourcefont);
  font-weight: 600;
}
.insight-txet-wpr {
  padding: 15px 80px 15px 23px;
  max-width: 361px;
}
.insights-items-row {
  --bs-gutter-x: 65px;
  --bs-gutter-y: 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.insts-btn {
  font-family: var(--semisourcefont);
  font-weight: 600;
  font-size: 47px;
  color: var(--light-black);
  font-style: italic;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.insts-btn-wpr {
  position: relative;
  text-align: center;
  padding-top: 52px;
}
.insts-btn:hover {
  color: var(--orangecolor);
}
.consulation-sec {
  position: relative;
  background-color: var(--ylocolor);
  padding: 35px 0;
}
.consulation-wpr {
  position: relative;
  text-align: center;
}
.consulation-wpr h2 {
  color: var(--whitecolor);
  font-size: 48px;
  font-family: var(--semisourcefont);
  font-weight: 600;
}
.footer-sec {
  background-color: #37322f;
}
.ftr-top-part {
  padding: 100px 0 45px;
  border-bottom: 1px solid #564d47;
}
.ftr-col:first-child {
  width: 25%;
}
.ftr-col:nth-child(2) {
  width: 16%;
}
.ftr-col:nth-child(3) {
  width: 14%;
}
.ftr-col:nth-child(4) {
  width: 19%;
}
.ftr-col:nth-child(5) {
  width: 12%;
}
.ftr-item-row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  --bs-gutter-y: 40px;
}
.ftr-logo {
  width: 347px;
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-bottom: 25px;
}
.ftr-logo img {
  width: 100%;
}
.ftr-dtls-part li:not(:last-child) {
  margin-bottom: 15px;
}
.ftr-dtls-part li p > i,
.ftr-dtls-part li a > i {
  max-width: 25px;
  display: inline-block;
  line-height: 0;
  margin-right: 13px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.ftr-dtls-part li p,
.ftr-dtls-part li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ftr-dtls-part li p > i img,
.ftr-dtls-part li a > i img {
  width: 100%;
}
.ftr-dtls-part li p > span,
.ftr-dtls-part li a > span {
  display: inline-block;
  color: #e3e3e3;
  font-family: var(--regsourcefont);
  font-weight: 400;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  font-size: 17px;
}
.ftr-dtls-part li p > span {
  max-width: 162px;
}
.ftr-dtls-part li a:hover span {
  color: var(--ylocolor);
}

.ftr-title {
  position: relative;
}

.ftr-title {
  position: relative;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.ftr-title:before {
  content: "";
  position: absolute;
  top: 11px;
  right: 5px;
  width: 13px;
  height: 13px;
  background: url(images/dwn-arw.svg) no-repeat 0 center;
  background-size: 13px;
  display: none;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.ftr-title,
.ftr-menu li .cntct-link {
  display: block;
  font-family: var(--montfamily);
  font-weight: 600;
  color: var(--whitecolor);
  font-size: 25px;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.ftr-menu li:not(:last-child) {
  margin-bottom: 15px;
}
.ftr-menu li a {
  font-family: var(--regsourcefont);
  font-weight: 400;
  color: #e3e3e3;
  text-transform: capitalize;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  font-size: 17px;
}
.ftr-menu > li.active-mnu > a,
.ftr-menu li a:hover {
  color: var(--ylocolor);
}

.ftr-btm-part {
  padding: 17px 0 23px;
  text-align: center;
}
.ftr-btm-part p,
.ftr-btm-part a {
  color: var(--whitecolor);
  font-family: var(--regsourcefont);
  font-weight: 400;
}
.ftr-btm-part a:hover {
  color: var(--ylocolor);
}
.ftr-mnu-wpr {
  display: block;
}
.ftr-title.active:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* ===swiper=== */
.sld-outer {
  position: relative;
}

/* === Swiper Container === */
/* === Each Slide === */
.projects-sld .swiper-slide {
  position: relative;
  border-radius: 20px;
  /* overflow: hidden; */
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  z-index: 20;
  -webkit-transform: scale(0.75) !important;
  -ms-transform: scale(0.75) !important;
  transform: scale(0.75) !important;
  z-index: 10;
}
/* Layered sizing and stacking */
.projects-sld .swiper-slide.swiper-slide-active {
  -webkit-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  transform: scale(1) !important;
  z-index: 30;
}

.projects-sld .swiper-slide.swiper-slide-next {
  z-index: 20;
  -webkit-transform: scale(0.85) !important;
  -ms-transform: scale(0.85) !important;
  transform: scale(0.85) !important;
}
.projects-sld .swiper-slide.swiper-slide-next .slide-item {
  width: 100%;
}

/* === Image === */
.slide-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  border-radius: 20px;
}

/* === Overlay Content === */
.slide-content {
  position: absolute;
  bottom: 70px;
  left: 0;
  width: 100%;
  color: var(--whitecolor);
  background: rgb(51, 51, 51, 0.7);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 115px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.slide-content h3 {
  font-size: 18px;
  margin: 0;
  font-weight: 700;
}

.slide-content p {
  font-size: 13px;
  margin: 4px 0 0;
  opacity: 0.9;
}

/* === Orange Arrow === */
.slide-arrow {
  width: 40px;
  height: 40px;
  background: var(--ltorngcolor);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 5px;
  -webkit-box-shadow: 0 4px 8px rgba(255, 91, 0, 0.3);
  box-shadow: 0 4px 8px rgba(255, 91, 0, 0.3);
}

.slide-item img {
  width: 100%;
}
.projects-sld .swiper-slide .slide-item {
  margin-right: -164px;
  width: auto !important;
  position: relative;
  border-radius: 45px;
  overflow: hidden;
}
.arrow-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: var(--ltorngcolor);
  width: 115px;
  height: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.arrow-btn:hover {
  background-color: var(--dpgrncolor);
}
.arrow-btn img {
  max-width: 29px;
  width: 100%;
}
.slide-content h3 {
  font-size: 38px;
  font-family: var(--semisourcefont);
  font-weight: 600;
  color: var(--whitecolor);
  text-transform: uppercase;
}
.slide-content p {
  font-style: italic;
  font-size: 37px;
  font-family: var(--semisourcefont);
  font-weight: 600;
}
.sld-text-wpr {
  padding: 15px 20px;
}
.sld-cmn-btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 0;
  outline: none;
  background-color: transparent;
  max-width: 36px;
  width: 100%;
}

.sld-cmn-btn img {
  width: 100%;
}
.sld-button-next {
  right: -94px;
}
.sld-button-prev {
  left: -94px;
}
.success-sec .section-head {
  margin-bottom: 70px;
}
.success-btn-wpr {
  position: relative;
  text-align: right;
  margin-top: -8px;
}
.succss-btn {
  font-size: 53px;
  font-family: var(--semisourcefont);
  font-weight: 600;
  color: var(--light-black);
  font-style: italic;
  line-height: 1;
}
.succss-btn:hover {
  color: var(--orangecolor);
}

.serach-wpr {
  position: absolute;
  top: 100%;
  right: 0;
  width: 400px;
  z-index: 2;
  background-color: var(--whitecolor);
  border-radius: 8px;
  padding: 8px;
  display: none;
  margin-top: 8px;
  -webkit-box-shadow: 0px 5px 10px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 10px 3px rgba(0, 0, 0, 0.1);
}
.serach-wpr.active {
  display: block;
}
.serach-wpr-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.serach-wpr-in form {
  width: 100%;
}
.serach-wpr form input[type="text"] {
  width: calc(100% - 50px);
  background-color: var(--whitecolor);
  display: block;
  height: 45px;
  border-radius: 5px 0px 0px 5px;
  padding: 8px 12px;
  border: 1px solid #cacaca;
}
.serach-wpr form input[type="submit"] {
  width: 50px;
  height: 45px;
  border-radius: 0px 5px 5px 0px;
  background: url(images/serch-2.svg) no-repeat center var(--orangecolor);
  display: block;
  border: 1px solid var(--orangecolor);
  font-size: 0;
  color: transparent;
  background-size: 20px;
}
.serach-wpr-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.search-close {
  width: 12px;
  cursor: pointer;
  height: 12px;
  background: var(--whitecolor);
  position: absolute;
  top: -16px;
  right: -3px;
  display: none;
}
.search-close img {
  width: 100%;
  height: 100%;
}
.swpr-sld-item {
  display: block;
}
.search-close {
  display: none;
}
/* === contact us css strat === */

.bnr-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #faeccb;
  border-radius: 10px;
  padding: 13.7px 10px;
  font-family: var(--semisourcefont);
  font-weight: 600;
  font-size: 25px;
  color: var(--light-black);
  min-width: 220px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-transform: uppercase;
}
.msn-bnr .bnr-btn {
  min-width: 360px;
}
.inr-bnr-btn-wpr {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  max-width: 1744px;
  margin: 0 auto;
  padding: 0 12px;
}

.inr-bnr-sec {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 411px;
  width: 100%;
  padding: 50px 0;
}
.faq-bnr.inr-bnr-sec {
  padding: 100px 0;
}
.inr-bnr-content {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  text-align: center;
  margin: 0 auto;
}
.inr-bnr-content h1 {
  font-size: 74px;
  color: var(--greencolor);
  font-family: var(--montfamily);
  font-weight: 700;
  text-transform: uppercase;
}
.attar-sec {
  position: relative;
  width: 100%;
}
.attar-img-wpr {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 22.1%;
}
.attar-img-wpr img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cntct-part-outer {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  --bs-gutter-y: 25px;
}
.cntct-rt-col {
  width: 40%;
}
.cntct-lt-col {
  width: 60%;
}
.cntct-form-outer {
  padding-right: 107px;
}
.cntct-form-outer h2 {
  font-family: var(--montfamily);
  font-size: 42px;
  font-weight: 400;
  color: var(--light-black);
  margin-bottom: 25px;
}
.cntct-dtls-wpr h3 {
  font-family: var(--montfamily);
  font-size: 50px;
  font-weight: 700;
  color: var(--light-black);
  margin-bottom: 40px;
}
.cntct-form-fild {
  margin-bottom: 30px;
}
.cntct-form-fild input[type="text"],
.cntct-form-fild input[type="tel"],
.cntct-form-fild input[type="password"],
.cntct-form-fild input[type="email"],
.cntct-form-fild select,
.cntct-form-fild input[type="number"] {
  background-color: var(--whitecolor);
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 15px;
  color: var(--contentcolor);
  border: 1px solid #d7f0f2;
  height: 70px;
  padding: 0 26px;
  outline: none !important;
  display: block;
  font-size: 20px;
  font-family: var(--semisourcefont);
  font-weight: 600;
}
.cntct-form-fild textarea {
  background-color: var(--whitecolor);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 15px;
  border: 1px solid #d7f0f2;
  padding: 27px 26px;
  width: 100%;
  color: var(--contentcolor);
  display: block;
  font-family: var(--semisourcefont);
  font-weight: 600;
  font-size: 20px;
  height: 185px;
  outline: none !important;
  resize: none;
}

.cntct-form-fild select {
  border: 1px solid #d7f0f2;
  width: 100%;
  padding: 0 26px;
  background: url(images/drp-dwn.svg) no-repeat calc(100% - 16px) center
    transparent;
  background-size: 14px;
  padding-right: 40px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

.cntct-form-fild select::-ms-expand {
  display: none;
}

.contct-submit-wpr input[type="submit"] {
  background: var(--ltorngcolor);
  color: var(--whitecolor);
  height: 70px;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 15px;
  padding-left: 30px;
  padding-right: 30px;
  cursor: pointer;
  font-size: 20px;
  font-weight: 600;
  font-family: var(--semisourcefont);
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  display: block;
}

.contct-submit-wpr input[type="submit"]:hover {
  background: var(--greencolor);
}
.cntct-form-fild input[type="number"]::-webkit-inner-spin-button,
.cntct-form-fild input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
  display: none !important;
}

.cntct-form-fild input[type="number"] {
  -moz-appearance: textfield !important;
  -webkit-appearance: none !important;
  appearance: textfield !important;
}

.cntct-form-fild-col {
  width: 100%;
}
.cntct-sml-form {
  width: 33.3%;
}
.cntct-file-field {
  position: relative;
  background-color: var(--whitecolor);
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 15px;
  color: var(--contentcolor);
  border: 1px solid #d7f0f2;
  height: 70px;
  padding: 0 26px;
  outline: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.file-icn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: var(--ltorngcolor);
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.file-icn img {
  max-width: 20px;
  width: 100%;
}
.file-text {
  display: inline-block;
  width: calc(100% - 42px);
  padding-left: 22px;
  font-family: var(--semisourcefont);
  font-weight: 600;
  font-size: 20px;
  color: var(--contentcolor);
}
.cntct-file-field input[type="file"] {
  position: absolute;
  background-color: transparent;
  border: 0;
  outline: 0;
  font-size: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* visibility: hidden; */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
}
.cntct-file-col {
  width: 43%;
}
.cntc-submit-feild {
  width: 40%;
}
.cntc-submit-feild {
  width: 27%;
}
.cntct-features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px;
}
.cntct-features:last-child {
  margin-bottom: 0;
}
.cntc-icn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: var(--ltorngcolor);
}
.cntc-icn img {
  max-width: 21px;
  width: 100%;
  min-height: 27px;
}
.cntc-text {
  display: inline-block;
  width: calc(100% - 56px);
  padding-left: 20px;
  font-family: var(--semisourcefont);
  font-weight: 600;
  color: var(--contentcolor);
  font-size: 25px;
}
.cntct-features a {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.cntct-features a:hover {
  color: var(--orangecolor);
}
.cntct-features p {
  max-width: 210px;
}
/* === contact us css end === */

/* === faqs css start === */
.faq-bnr h1 {
  color: #266f73;
  margin-bottom: 6px;
}
.faq-bnr p {
  font-size: 42px;
  font-family: var(--regsourcefont);
  font-weight: 400;
  max-width: 1388px;
  margin: 0 auto;
}
.faq-features {
  border: 1px solid #d7f0f2;
  border-radius: 15px;
  padding: 30px 20px;
  margin-bottom: 40px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
  background-color: var(--whitecolor);
}
.faq-features:last-child {
  margin-bottom: 0;
}
.accordion-title {
  position: relative;
  font-size: 25px;
  font-family: var(--montfamily);
  font-weight: 600;
  color: var(--light-black);
  max-width: 919px;
  line-height: 1.3;
  text-transform: capitalize;
}
.accordion-content p {
  font-size: 20px;
  font-weight: 400;
  font-family: var(--regsourcefont);
  max-width: 1037px;
}
.accordion-content {
  display: none;
  padding-top: 15px;
}
.faq-wpr {
  max-width: 1140px;
  margin: 0 auto;
}
.faq-title-wpr {
  position: relative;
  padding-right: 80px;
}
.faq-title-wpr::after {
  content: "";
  position: absolute;
  right: 0px;
  top: -2px;
  /* transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%); */
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: url(images/plus-icn.svg) no-repeat center;
  background-size: 14px;
  z-index: 1;
  cursor: pointer;
  /* -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; */
  border: none;
  border-radius: 100%;
  border: 1px solid #121212;
}

.faq-features.active .faq-title-wpr::after {
  background-image: url(images/minus-icn.svg);
  background-color: var(--ltorngcolor);
  border-color: transparent;
}
.faq-btn-wpr {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  text-align: center;
  padding-top: 40px;
  margin: 0 auto;
}
.faq-btn-wpr .cmn-btn,
.teams-btn-wpr .cmn-btn {
  font-family: var(--semisourcefont);
  font-size: 20px;
  font-weight: 600;
  padding: 20.5px 20px;
  min-width: 208px;
}
/* .faq-btn-wpr .cmn-btn:hover,.teams-btn-wpr .cmn-btn:hover{
    background-color: var(--blackcolor);
    color: var(--light-black);
} */
/* === faqs css end === */
/* === teams css start === */
.team-sec .section-head {
  max-width: 1170px;
  margin: 0 auto 39px;
}
.team-sec .section-head p {
  font-size: 20px;
  font-weight: 700;
  font-family: var(--boldsourcefont);
  color: var(--light-black);
}
.teams-card {
  position: relative;
  border-radius: 20px;
  border: 1px solid #d7f0f2;
  padding: 27px 16px 30px;
  text-align: center;
  height: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.teams-img-wpr {
  -webkit-box-flex: 0;

  -ms-flex: 0 0 auto;

  flex: 0 0 auto;
}
.teams-img-part {
  position: relative;
  padding-top: 84.7%;
  max-width: 215px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 20px;
}
.teams-img-part img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: top center;
}
.teams-text-part {
  padding-top: 20px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  /* margin-top: auto; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.teams-text-part .h3-title,
.teams-text-part h3 {
  font-size: 25px;
  font-weight: 600;
  color: var(--light-black);
  margin-bottom: 8px;
}
.designation {
  display: block;
  font-family: var(--semisourcefont);
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 18px;
}
.read-btn {
  font-size: 20px;
  font-family: var(--semisourcefont);
  font-weight: 600;
  color: var(--light-black);
  text-transform: uppercase;
  padding: 10px 20px;
  background-color: #d7f0f2;
  border-radius: 15px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin-top: auto;
  max-width: 147px;
  margin: auto auto 0;
  text-decoration: none;
}
.read-btn:hover {
  background-color: var(--blackcolor);
  color: var(--whitecolor);
}

.teams-item-row {
  --bs-gutter-y: 30px;
  --bs-gutetr-x: 30px;
}
.team-details {
  position: absolute;
  /* top: calc(100% - 31px); */
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: var(--whitecolor);
  border-radius: 20px;
  border: 1px solid #d7f0f2;
  border-top: 0;
  overflow: hidden;
  height: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  -webkit-box-shadow: 0px 3px 17px transparent;
  box-shadow: 0px 3px 17px transparent;
}
.team-details-in {
  padding: 23px 0px 23px;
  height: auto;
  pointer-events: none;
}
.team-details-in-wpr {
  padding: 0 15px 0;
  max-height: 442px;
  overflow-y: auto;
  overflow-x: hidden;
  text-align: left;
}
.team-details p {
  font-size: 20px;
  font-weight: 400;
  font-family: var(--regsourcefont);
  color: var(--contentcolor);
  line-height: 1.5;
  margin: 0 0 10px;
}

.team-details p:last-child {
  margin-bottom: 0;
}
.read-btn.active,
.read-btn:hover {
  background-color: var(--blackcolor);
  color: var(--whitecolor);
}

.teams-card.active {
  border-color: transparent;
}

.teams-card.active .team-item-top {
  z-index: 5;
}

.team-details.active {
  opacity: 1;
  visibility: visible;
  height: auto;
  z-index: 4;
  -webkit-box-shadow: 0px 3px 17px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 3px 17px rgba(0, 0, 0, 0.25);
  pointer-events: auto;
}

.team-details.active .team-details-in {
  pointer-events: auto;
}

.teams-btn-wpr {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
  padding-top: 50px;
}
.team-item-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  position: relative;
}
/* === teams css end === */

/* === experience css start === */
.solution-rt-col {
  width: 52.2%;
}
.solution-lt-col {
  width: 47.8%;
}
.solution-text-wpr {
  max-width: 684px;
  padding-right: 57px;
}
.solution-text-wpr p {
  font-family: var(--regsourcefont);
  font-weight: 400;
}
.solution-text-wpr p:first-child {
  font-weight: 700;
  font-family: var(--boldsourcefont);
}
.solution-itm-row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sltn-img-wpr {
  width: 100%;
  height: 100%;
}
.sltn-img-wpr img {
  width: 100%;
  height: 100%;
}
/* === experience css end === */
/* === mission css start === */
.inr-bnr-content {
  max-width: 1316px;
}
.meridian-bold-para p:first-child {
  font-family: var(--boldsourcefont);
  font-weight: 700;
  margin-bottom: 10px;
}
.meridian-bold-para p {
  font-family: var(--regsourcefont);
  font-weight: 400;
}

.meridian-para {
  padding-left: 46px;
  max-width: 916px;
}
.meridian-bold-para {
  padding-right: 61px;
  padding-left: 0;
  max-width: 714px;
}
.meridian-btm-part {
  padding-top: 65px;
}
.meridian-card {
  display: block;
  border-radius: 20px;
  padding: 18px 20px 30px;
  border: 1px solid #f5e0ad;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.meridian-img-part {
  position: relative;
  padding-top: 73.5%;
  overflow: hidden;
  border-radius: 20px;
}
.meridian-img-part img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.meridian-text-part {
  padding-top: 23px;
  text-align: center;
}
.meridian-text-part .h3-title,
.meridian-text-part h3 {
  text-transform: uppercase;
  font-size: 25px;
  color: var(--light-black);
  font-weight: 600;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.meridian-card:hover .meridian-img-part img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.meridian-card:hover .meridian-text-part h3,
.meridian-card:hover .meridian-text-part .h3-title {
  color: var(--orangecolor);
}
.meridian-item-row {
  --bs-gutter-y: 30px;
  --bs-gutter-x: 29px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
/* === mission css end === */
/* === meridians css start === */
.meridians-bnr-text-wpr h1 {
  font-size: 74px;
  color: var(--greencolor);
  text-transform: uppercase;
}
.meridians-bnr-text-wpr p {
  font-family: var(--regsourcefont);
  font-weight: 400;
  font-size: 42px;
}

.meridians-bnr-bg-img {
  overflow: hidden;
  border-radius: 30px;
  max-width: 417px;
  margin-right: 20px;
}
.meridians-bnr-bg-img img,
.meridians-bnr-sml-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.meridians-bnr-sml-img {
  overflow: hidden;
  border-radius: 30px;
  max-width: 277px;
}
.meridians-bnr-img-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.meridians-img-part {
  overflow: hidden;
  border-radius: 30px;
  width: 100%;
}
.meridians-img-part img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.meridians-item-row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  --bs-gutter-y: 30px;
  --bs-gutter-x: 56px;
  margin-bottom: 100px;
}
.meridians-item-row:last-child {
  margin-bottom: 0;
}
.meridians-title-part h2 {
  font-size: 53px;
  color: var(--light-black);
  margin-bottom: 10px;
}
.meridians-btn-wpr {
  padding-top: 30px;
}
.meridians-btn-wpr .cmn-btn {
  font-size: 20px;
  padding: 20.5px 30px;
  font-weight: 600;
  font-family: var(--semisourcefont);
}
.meridians-item-row:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  text-align: right;
}
.meridians-item-row:nth-child(even) .meridians-title-part p {
  max-width: 613px;
  margin-left: auto;
}
.meridians-title-part p {
  max-width: 641px;
}
.meridian-bnr-sec {
  position: relative;
  padding-top: 100px;
}
/* === meridians css end === */
/* === insights css start ==== */
.insights-bnr-sec {
  position: relative;
  padding: 100px 0;
}
.insights-bnr-text-wpr h1 {
  font-size: 74px;
  color: var(--greencolor);
  text-transform: uppercase;
  max-width: 743px;
}
.insights-bnr-lt-col {
  width: 57.2%;
}
.insights-bnr-rt-col {
  width: 42.8%;
}
.insights-bnr-text-wpr p {
  font-size: 42px;
  max-width: 715px;
}
.insight-bnr-img {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-width: 488px;
}
.insight-bnr-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.insight-bnr-img:first-child {
  margin-left: 180px;
}
.insight-bnr-img:nth-child(2) {
  margin-left: -60px;
  margin-top: -70px;
}
.insight-bnr-img:nth-child(3) {
  margin-left: -410px;
  margin-top: -180px;
}
.article-text-outer {
  max-width: 1444px;
  margin: 0 auto;
  text-align: center;
}
.article-text-outer p {
  font-family: var(--boldsourcefont);
  font-weight: 700;
  color: var(--light-black);
}
.article-blog-sec.cmn-gap {
  padding-top: 30px;
}
.article-blog-card {
  display: block;
  position: relative;
  border: 1px solid #d7f0f2;
  border-radius: 20px;
  padding: 18px 20px 28px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.blog-img-part {
  position: relative;
  padding-top: 74%;
  overflow: hidden;
  border-radius: 20px;
}
.blog-img-part img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.article-blog-text-part {
  padding-top: 20px;
}
.article-blog-text-part .h3-title,
.article-blog-text-part h3 {
  font-size: 25px;
  color: var(--light-black);
  font-weight: 600;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.article-blg-btn {
  display: block;
  position: absolute;
  top: 28px;
  right: 30px;
  background-color: var(--ltorngcolor);
  border-radius: 78px;
  color: var(--whitecolor);
  font-size: 16px;
  font-family: var(--semisourcefont);
  font-weight: 600;
  padding: 3.5px 20px;
  min-width: 98px;
  text-align: center;
}
.article-blg-item-row {
  --bs-gutter-x: 29px;
  --bs-gutter-y: 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.article-blog-card:hover .article-blog-text-part .h3-title,
.article-blog-card:hover .article-blog-text-part h3 {
  color: var(--orangecolor);
}
.article-blog-card:hover .blog-img-part img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.pagination-part {
  max-width: 316px;
  margin: 0 auto;
  padding-top: 47px;
}
.pagination-part img {
  width: 100%;
}
.insights-row {
  --bs-gutter-y: 30px;
}
/* === insights css end ==== */
/* === article css start === */
.article-bnr .meridians-bnr-text-wpr h1 {
  color: #266f73;
  text-transform: uppercase;
}
.meridian-bnr-row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.article-bnr-img {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  width: 100%;
}
.article-bnr-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.article-main-sec .section-head {
  max-width: 1421px;
}
.article-main-sec .section-head p {
  font-family: var(--boldsourcefont);
  font-weight: 700;
  font-size: 25px;
  color: var(--light-black);
}
.artcl-lt-para {
  padding-right: 22px;
}
.artcle-para p:not(:last-child) {
  margin-bottom: 12px;
}
.artcle-img {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
}
.article-img-text {
  text-align: center;
  max-width: 612px;
  margin: 10px auto;
}
.portfolio-sec .section-head h2 {
  font-size: 53px;
  color: var(--light-black);
}
.portfolio-img-box {
  width: 100%;
  height: 100%;
}
.portfolio-img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.ptflio-cmn-awr {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: var(--whitecolor);
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  z-index: 2;
}
.prtfolio-glry-wrp {
  position: relative;
}
.ptflio-lt-awr {
  left: -130px;
}
.ptflio-rt-awr {
  right: -130px;
}
.spld-cmn-awr img {
  max-width: 7px;
  width: 100%;
}
.prtfolio-glry-wpr {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
}
.portfolio-sec {
  position: relative;
  overflow: hidden;
}
.prtflio-swiper.swiper {
  overflow: visible;
}

.prtflio-swiper .swiper-slide {
  height: auto !important;
}
.prtflio-sld-item {
  height: 100% !important;
  width: 100%;
}
.prtflio-sld-item img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
/* === article css end === */

/* === industries css start ===*/
.inr-bnr-lt-col {
  width: 45.5%;
}
.inr-bnr-rt-col {
  width: 54.5%;
}
.inr-bnr-img-wpr {
  position: relative;
  padding-right: 40px;
  height: 100%;
}
.inr-bnr-img-part {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  width: 100%;
  height: 100%;
}
.inr-bnr-img-part img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.inr-bnr-text-part h1 {
  font-size: 74px;
  color: var(--greencolor);
  text-transform: uppercase;
  line-height: 1.2;
  max-width: 739px;
}
.industrs-bnr.faq-bnr p {
  line-height: 1.1;
  max-width: 715px;
  margin-left: 0;
}
.in-bnr-cntnt-row {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  --bs-gutter-y: 25px;
}
.indsry-intro-sec .section-head {
  max-width: 1310px;
  margin: 0 auto 90px;
}
.indsry-intro-sec .section-head h2 {
  font-size: 53px;
  color: var(--light-black);
  margin-bottom: 10px;
}
.indsry-intro-sec .section-head p {
  font-family: var(--boldsourcefont);
  font-weight: 700;
}
.indstry-img-wpr {
  position: relative;
  width: 100%;
  height: 100%;
}
.indstry-img-wpr img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.industry-card-row {
  --bs-gutter-y: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 100px;
}
.industry-card-row:last-child {
  margin-bottom: 0;
}
.industry-lt-col {
  width: 49.8%;
}
.industry-rt-col {
  width: 50.2%;
}
.industry-card-img {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 30px;
}
.industry-card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.industry-text-wpr {
  padding-left: 30px;
}
.industry-text-wpr .h3-title,
.industry-text-wpr h3 {
  font-size: 53px;
  color: var(--light-black);
  margin-bottom: 14px;
  line-height: 1.1;
}
.industry-text-wpr p {
  max-width: 662px;
  margin-bottom: 20px;
}
.industry-text-wpr .cmn-btn {
  padding: 20.5px 25px;
  font-size: 20px;
  font-family: var(--semisourcefont);
  font-weight: 600;
  min-width: 176px;
}
.industry-card-row:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.industry-card-row:nth-child(even) .industry-text-wpr {
  padding-left: 0;
  padding-right: 100px;
  text-align: right;
}
.industry-card-row:nth-child(even) .industry-text-wpr p {
  max-width: 619px;
}
.insight-sec .section-head h2 {
  font-size: 53px;
  color: var(--light-black);
}
.insights-sld-item {
  padding: 0 15px;
}
.insights-sld-wpr .slick-list {
  margin: 0 -15px;
}
.insights-sld-outer {
  position: relative;
}
.cmn-inst-awr {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid var(--ltorngcolor);
  background-color: var(--whitecolor);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.cmn-inst-awr:hover {
  background-color: var(--ltorngcolor);
  border-color: transparent;
}

.cmn-inst-awr:hover img {
  -webkit-filter: brightness(0) saturate(100%) invert(96%) sepia(100%)
    saturate(16%) hue-rotate(262deg) brightness(105%) contrast(104%);
  filter: brightness(0) saturate(100%) invert(96%) sepia(100%) saturate(16%)
    hue-rotate(262deg) brightness(105%) contrast(104%);
}
.next-inst-awr {
  left: -136px;
}
.prev-inst-awr {
  right: -136px;
}
.portfolio-bnr-sec .section-head p {
  font-family: var(--boldsourcefont);
  font-weight: 700;
}
.portfolio-bnr-sec .section-head {
  max-width: 1190px;
  margin: 0 auto 95px;
}
.portfolio-card-row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.portfolio-card {
  display: block;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #d7f0f2;
  padding: 18px 20px 25px;
  height: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.portfolio-img-part {
  position: relative;
  padding-top: 74.2%;
  overflow: hidden;
  border-radius: 20px;
}
.portfolio-img-part img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.portfolio-text-part {
  padding-top: 20px;
}
.portfolio-text-part .h3-title,
.portfolio-text-part h3 {
  font-size: 25px;
  color: var(--light-black);
  font-weight: 600;
  margin-bottom: 12px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.portfolio-text-part ul > li {
  padding-left: 27px;
  position: relative;
  margin-bottom: 8px;
  color: var(--contentcolor);
}
.portfolio-text-part ul > li:last-child {
  margin-bottom: 0;
}
.portfolio-text-part ul > li:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 18px;
  height: 16px;
  background: url(images/li-icn.svg) no-repeat center;
  background-size: 18px;
}
.portfolio-card:hover .portfolio-text-part .h3-title,
.portfolio-card:hover .portfolio-text-part h3 {
  color: var(--orangecolor);
}
.portfolio-card:hover .portfolio-img-part img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
/* === industries css end ===*/

/* === individual-project css start ===*/
.individual-proj-bnr-cntnt h1 {
  text-align: center;
  margin-bottom: 55px;
  font-size: 74px;
}
.proj-bnr-row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  --bs-gutter-y: 30px;
}
.proj-img-wpr {
  overflow: hidden;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}
.proj-img-wpr img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.proj-bnr-lt-col {
  width: 48.7%;
}
.proj-bnr-rt-col {
  width: 51.3%;
}
.proj-text-wpr h2 {
  color: var(--light-black);
  font-size: 53px;
  margin-bottom: 17px;
}
.proj-text-wpr ul > li {
  padding-left: 27px;
  position: relative;
  margin-bottom: 8px;
  color: var(--contentcolor);
}
.proj-text-wpr ul > li:last-child {
  margin-bottom: 0;
}
.proj-text-wpr ul > li:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 18px;
  height: 16px;
  background: url(images/li-icn.svg) no-repeat center;
  background-size: 18px;
}
.proj-text-wpr ul > li span {
  display: inline-block;
  font-weight: 600;
}
.proj-text-wpr {
  padding-left: 22px;
}
.proj-bnr-outer {
  margin-left: calc(-60vw + 753px);
}
.proj-dtls-lt-col {
  width: 48.8%;
}
.proj-dtls-rt-col {
  width: 51.2%;
}
.proj-dtls-img-outer {
  height: 100%;
}
.project-dtlss-row {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.proj-dtld-img-wpr {
  overflow: hidden;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}
.proj-dtld-img-wpr img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.proj-dtld-features:not(:last-child) {
  margin-bottom: 30px;
}
.proj-dtls-text-wpr .h3-title,
.proj-dtls-text-wpr h3 {
  color: var(--light-black);
  font-weight: 600;
  font-size: 25px;
  margin-bottom: 10px;
}
.proj-dtls-text-wpr {
  max-width: 690px;
  padding: 17px 0;
}
.proj-dtls-text-wpr .cmn-btn {
  font-size: 20px;
  padding: 20.5px 25px;
  min-width: 208px;
  font-weight: 600;
  font-family: var(--semisourcefont);
}
.proj-dtls-text-wpr p {
  margin-bottom: 35px;
}
.proj-dtld-features {
  height: 100%;
  max-height: 468px;
}
/* === individual-project css end === */

/* === individual solution css start === */
.meridian-text-sec .section-head h2,
.industry-card-sec .section-head h2 {
  font-size: 53px;
  color: var(--light-black);
}

.individual-slsn-sec .meridian-para {
  padding-left: 25px;
}
.individual-slsn-sec .meridian-bold-para {
  padding-right: 0px;
  padding-left: 0;
  max-width: 690px;
}
.individual-sltn-bnr.faq-bnr h1 {
  max-width: 1250px;
  margin: 0 auto 6px;
}
.individual-sltn-bnr.faq-bnr p {
  max-width: 1458px;
}
.individual-sltn-bnr .bnr-btn {
  min-width: 358px;
}
/* === individual solution css end === */
/* === our solution css start === */

.indstry-slsn-bnr.industrs-bnr.faq-bnr p {
  max-width: 778px;
}
.industry-card-sec .section-head p {
  font-weight: 700;
  font-family: var(--boldsourcefont);
  max-width: 1197px;
  margin: 0 auto;
}
.intro-card-sec .industry-card-row:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.intro-card-sec .industry-card-row:nth-child(even) {
  -webkit-box-orient: inherit;
  -webkit-box-direction: inherit;
  -ms-flex-direction: inherit;
  flex-direction: inherit;
}
.intro-card-sec .industry-text-wpr {
  padding-right: 57px;
  text-align: right;
  padding-left: 0;
}
.intro-card-sec .industry-card-row:nth-child(even) .industry-text-wpr {
  padding-left: 32px;
  padding-right: 0;
  text-align: left;
}
.intro-card-sec .section-head {
  margin-bottom: 90px;
}
.industry-card-sec .section-head h2 {
  margin-bottom: 10px;
}
/* === our solution css end === */

.faq-bnr .inr-bnr-content {
  max-width: 100%;
}
.hlthcare-bnr.faq-bnr p {
  max-width: 100%;
}
.hlthcare-bnr.faq-bnr h1 {
  max-width: 1316px;
}
.potfolio-bnr .insight-bnr-img {
  max-width: 904px;
}
.potfolio-bnr .insight-bnr-img:first-child {
  margin-left: -60px;
  margin-top: 90px;
}
.potfolio-bnr .insight-bnr-img:nth-child(2) {
  margin-left: -400px;
  margin-top: -130px;
}
.potfolio-bnr .insight-bnr-img:nth-child(3) {
  margin-left: -850px;
  margin-top: -250px;
}

/*MY CSS R*/
/*Insight pagination CSS start*/
.article-blog-sec .pagination-part {
  text-align: center;
  display: flex;
  justify-content: center;
  column-gap: 10px;
}
.article-blog-sec a.page-numbers {
  color: #333;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}
.article-blog-sec a.page-numbers:hover {
  color: #f26a21;
}
.article-blog-sec span.page-numbers.current {
  background: #f26a21;
  color: #fff;
  padding: 0 9px;
  border-radius: 100%;
}

/*Insight pagination CSS end*/

/*Portfolio pagination CSS start*/
.portfolio-bnr-sec .pagination-part {
  text-align: center;
  display: flex;
  justify-content: center;
  column-gap: 10px;
}
.portfolio-bnr-sec a.page-numbers {
  color: #333;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}
.portfolio-bnr-sec a.page-numbers:hover {
  color: #f26a21;
}
.portfolio-bnr-sec span.page-numbers.current {
  background: #f26a21;
  color: #fff;
  padding: 0 9px;
  border-radius: 100%;
}

/*Portfolio pagination CSS end*/
/* 26-11-2025 start KM */
.ftr-col:nth-child(5) .ftr-menu li:last-child a {
  font-weight: 600;
  font-size: 25px;
  margin-bottom: 0;
  font-family: var(--montfamily);
  text-transform: capitalize;
}

.ftr-menu li.current_page_item a {
  color: var(--ylocolor);
}

.not-found .industry-text-wpr {
  padding: 0;
  text-align: center;
  max-width: 780px;
  margin: 0 auto;
}

.not-found .industry-text-wpr h1 {
  font-size: 60px;
  color: var(--light-black);
}

.industry-text-wpr p {
  max-width: 582px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.page-content .entry-header {
  margin: 0 0 28px;
}

.page-content .entry-header h1 {
  color: var(--light-black);
}

.page-content p a {
  color: var(--orangecolor);
}

.page-content p a:hover {
  color: var(--light-black);
}

.page-content .entry-footer {
  display: none;
}

.page-content blockquote {
  border-left: 4px solid var(--orangecolor);
  padding: 20px;
  background: rgba(241, 89, 42, 0.05);
}

.cntct-form-wpr input[type="text"],
.cntct-form-wpr input[type="tel"],
.cntct-form-wpr input[type="password"],
.cntct-form-wpr input[type="email"],
.cntct-form-wpr select,
.cntct-form-wpr input[type="number"],
.cntct-form-wpr textarea {
  background-color: var(--whitecolor) !important;
  width: 100%;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border-radius: 15px !important;
  color: #545454 !important;
  border: 1px solid #d7f0f2 !important;
  height: 70px !important;
  padding: 0 26px !important;
  outline: none !important;
  font-size: 20px !important;
  font-family: var(--semisourcefont) !important;
  font-weight: 600 !important;
  box-shadow: unset !important;
  outline: none !important;
}

.cntct-form-wpr select {
  border: 1px solid #d7f0f2 !important;
  width: 100% !important;
  padding: 14px 26px !important;
  background: url(images/drp-dwn.svg) no-repeat calc(100% - 16px) center
    transparent !important;
  background-size: 14px !important;
  padding-right: 40px !important;
  outline: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  -ms-appearance: none !important;
  -o-appearance: none !important;
  appearance: none !important;
}

.cntct-form-wpr textarea {
  resize: none !important;
  height: 185px !important;
  padding: 27px 26px !important;
  min-block-size: unset !important;
}

.cntct-form-wpr input[type="text"]::placeholder,
.cntct-form-wpr input[type="tel"]::placeholder,
.cntct-form-wpr input[type="password"]::placeholder,
.cntct-form-wpr input[type="email"]::placeholder,
.cntct-form-wpr select::placeholder,
.cntct-form-wpr input[type="number"]::placeholder,
.cntct-form-wpr textarea::placeholder {
  color: #545454 !important;
  opacity: 1 !important;
}

.cntct-form-wpr .gform-theme--foundation .gform_fields {
  column-gap: 26px;
  row-gap: 30px;
}

.cntct-form-wpr .attach-file-wrapper {
  position: relative;
  background-color: var(--whitecolor);
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 15px;
  color: var(--contentcolor);
  border: 1px solid #d7f0f2 !important;
  cursor: pointer;
  height: 70px;
  padding: 0 26px;
  outline: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cntct-form-wpr .attach-file-wrapper .attach-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: var(--ltorngcolor);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-image: url(images/file-icn.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
}

.cntct-form-wpr .attach-file-wrapper .attach-icon::before {
  display: none;
}

.cntct-form-wpr .attach-file-wrapper .attach-label {
  display: inline-block;
  width: calc(100% - 42px);
  padding-left: 22px;
  font-family: var(--semisourcefont);
  font-weight: 600;
  font-size: 20px;
  color: var(--contentcolor);
}

.cntct-form-wpr [type="submit"] {
  background: var(--ltorngcolor) !important;
  color: var(--whitecolor) !important;
  height: 70px !important;
  border: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border-radius: 15px !important;
  padding-left: 30px !important;
  padding-right: 30px !important;
  cursor: pointer !important;
  font-size: 20px !important;
  font-weight: 600 !important;
  font-family: var(--semisourcefont) !important;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out !important;
  -o-transition: all 0.3s ease-in-out !important;
  transition: all 0.3s ease-in-out !important;
  width: 100% !important;
  display: block !important;
  max-width: 188px !important;
  text-transform: uppercase !important;
}

.cntct-form-wpr [type="submit"]:hover {
  background: var(--greencolor) !important;
  color: var(--whitecolor) !important;
}

.cntct-form-wpr .gform_validation_errors {
  display: none !important;
}

.cntct-form-wpr .gfield_validation_message {
  color: #ff5900 !important;
  font-weight: 600 !important;
  font-family: var(--semisourcefont) !important;
}

.cntct-form-wpr .gform_confirmation_message {
  background: var(--greencolor);
  border-radius: 20px;
  padding: 30px;
  color: #000000;
}
/* 26-11-2025 end KM */
/* 27.11.25 */
.prtflio-sld-item {
  height: auto !important;
  width: 100%;
  position: relative;
  padding-top: 96%;
}
.prtflio-sld-item img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
/* 27.11.25 */
/* 1.12.25 */
.no-result-wrap {
  padding: 20px 30px;
  border-radius: 20px;
  text-align: center;
  font-size: 30px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  background: #f26921;
  color: #fff;
}

/* 2.12.25 */

/* LEFT SIDE IMAGES — Height 424px */
.page-template-why-meridian .meridians-lt-co .meridians-img-part img,
.page-template-why-meridian .meridians-lt-co .meridians-bnr-bg-img img,
.page-template-why-meridian .meridians-lt-co .meridians-bnr-sml-img img {
  height: 424px !important;
  width: 100%;
  object-fit: cover;
}

/* RIGHT SIDE IMAGES — Height 450px */
.page-template-why-meridian .meridians-rt-co .meridians-img-part img,
.page-template-why-meridian .meridians-rt-co .meridians-bnr-bg-img img,
.page-template-why-meridian .meridians-rt-co .meridians-bnr-sml-img img {
  height: 450px !important;
  width: 100%;
  object-fit: cover;
}
/* 1.12.25 */

/* 04-12-2025 start KM */
.consulation-wpr h2 {
  transition: all 0.4s ease-in-out;
}

.cta-link-in:hover h2 {
  color: var(--orangecolor);
}

.page-template-default .entry-header .entry-title,
.page-template-default h2 {
  font-size: 58px;
}

.page-template-default .entry-content ul,
.page-template-default .entry-content ol {
  margin: 0 0 20px 36px;
}

.page-template-default .entry-content ul li,
.page-template-default .entry-content ol li {
  margin: 0 0 8px;
}

.page-template-default .entry-content ol li {
  list-style: decimal;
}

.page-template-default .entry-content ul li {
  list-style: disc;
}
/* 04-12-2025 end KM */
/*support css upate 5/12/2025*/
.solutn-intro-topsec h2 {
  display: none;
}
.intro-card-sec .solutn-intro-topsec p {
  font-family: var(--semisourcefont);
  color: var(--dpgrncolor);
  font-size: 35px;
  font-style: italic;
}
.solutn-intro-topsec p {
  font-family: var(--semisourcefont);
  color: var(--dpgrncolor);
  font-size: 35px;
  font-style: italic;
}
.contactbnr-contnt {
  max-width: 1000px;
  margin: 0 auto;
  font-weight: 500;
}
.portfl-bnrrgt-pnl {
  padding-left: 30%;
}
.potfolio-bnr.portfl-rgtbnr .insight-bnr-img {
  max-width: 100%;
}
.potfolio-bnr.portfl-rgtbnr .insight-bnr-img:first-child {
  margin-left: 0;
  margin-top: 0;
  max-width: 100%;
}
.potfolio-bnr.portfl-rgtbnr .insight-bnr-img:nth-child(2) {
  margin-left: -90px;
  margin-top: -130px;
}
.potfolio-bnr.portfl-rgtbnr .insight-bnr-img:last-child {
  margin-left: -190px;
  margin-top: -130px;
}
.portfl-rgtbnr .insights-bnr-text-wpr {
  padding-right: 60px;
}
.portfl-rgtbnr .insights-bnr-text-wpr h1 {
  max-width: 100%;
}
.portfl-rgtbnr .insights-bnr-text-wpr p {
  max-width: 100%;
}
.portfl-rgtbnr .insights-row {
  align-items: center;
}
.teamnewsec .section-head h2 {
  color: var(--light-black);
}
.exprience-listsec .meridian-btm-part {
  padding-top: 0;
}
/*support css upate 5/12/2025*/

/* 08-12-2025 m.m css */
.navbar-nav {
  align-items: center;
}
.proj-img-wpr {
  position: relative;
  padding-top: 50%;
}
.proj-img-wpr img {
  position: absolute;
  top: 0;
  left: 0;
}
.indstry-img-wpr {
  padding-top: 28%;
}
.indstry-img-wpr img {
  position: absolute;
  top: 0;
  left: 0;
}
/* 08-12-2025 m.m css */
/*support css update 9/12/2025*/
.testimonialsec{
      background-color: #f6f6f6;
}
.testi-contnt{
  margin-bottom: 25px;
}
.testi-item{
  padding: 26px 30px;
    margin: auto;
    height: 100%;
    position: relative;
    border-radius: 20px;
    border: 1px solid #d7f0f2;
    background-color: var(--whitecolor);
      -webkit-box-shadow: 0px 10px 18px rgba(215, 240, 242, 0.38);
              box-shadow: 0px 10px 18px rgba(215, 240, 242, 0.38);
  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.quoteicon{
      max-width: 70px;
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
}
.quoteicon img{
-webkit-filter: brightness(0) saturate(100%) invert(31%) sepia(24%) saturate(1335%) hue-rotate(134deg) brightness(94%) contrast(92%);
        filter: brightness(0) saturate(100%) invert(31%) sepia(24%) saturate(1335%) hue-rotate(134deg) brightness(94%) contrast(92%);
}
.testidgnation{
  font-style: italic;
    color: var(--light-black);
    font-weight: 500;
}
.test-namebx{
  margin-top: auto;
}
.test-namebx h3{
  margin-bottom: 5px;
  font-size: 24px;
  color: var(--blackcolor);
}

.hmtestiwrpr{
  position: relative;
}
.hmtestiwrpr .slick-arrow{
  width: 45px;
  height: 45px;
  background-color: var(--whitecolor);
  border-radius: 100%;
  border: none;
  font-size: 0;
    position: absolute;
  top: auto;
  bottom: 0;
  -webkit-transform:inherit;
      -ms-transform:inherit;
          transform:inherit;
}
.hmtestiwrpr .slick-arrow:focus-visible{
outline: none;
-webkit-box-shadow: none;
        box-shadow: none;
}
.hmtestiwrpr .slick-arrow.testi-prev-arw{
  left:calc(50% - 50px);
}
.hmtestiwrpr .slick-arrow.testi-next-arw{
  right:calc(50% - 50px);
}
.testimonial-slidr .slick-track{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.testimonial-slidr .slick-list{
  margin: 0 -12px;
  padding-bottom: 70px;
}
.testimonial-slidr .slick-slide{
  height: auto;
  padding: 0 12px;
}
.attar-sec .attar-img-wpr{
  padding-top: 32%;
}



/* S.Mv Css Start 10-12-25 */
/* .attar-img-wpr img{
  object-position:top center;
} */
 .industry-text-wpr p{
  margin:0 0 20px 0;
 }
 .industry-card-row:nth-child(even) .industry-text-wpr p,
  .page-template-Industry .industry-card-row:nth-child(odd) .industry-text-wpr p{
  margin-left:0;
 }
  .industry-card-row:nth-child(odd) .industry-text-wpr p{
  margin-left:auto;
 }
 .mission-cntnt p{
  font-weight:600;
 }
 .ftr-btm-part p,
  .ftr-btm-part p a{
  font-size:17px;
  color:#E3E3E3;
 }
 .testimonial-slidr {
  max-width:840px;
  margin:0 auto;
 }
.testimonial-slidr .testi-item{
  text-align:center;
}
.quoteicon{
  margin:0 auto 10px;
}

.testimonialsec {
  display:none;
}
.trust-sec{
  padding-bottom:0;
}

.projects-sld .swper-sld-item{
  height:initial !important;
}
.projects-sld  .slide-item,
.projects-sld  .slide-item a{
  height:100%;
}
.projects-sld  .slide-item a > img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.slide-content{
  height:initial;
  align-items:initial;
}
.slide-content h3 {
    font-size: 30px;
}
.slide-content p {
    font-size: 28px;
}
.arrow-btn{
  height:initial;
}
.page-template-contact-us .inr-bnr-sec .inr-bnr-content{
  max-width:1150px;
}
.swpr-sld-item{
  padding-top:100%;
  position:relative;
}
.swpr-sld-item > img{
  position:absolute;
  top:0;
  left:0;
  object-position:top center;
}

.hm-client-sldr-item{
  padding:0 10px;
}
.hm-client-sldr .slick-dots{
  display:flex;
  align-items:center;
  justify-content:center;
  margin-top:15px;
}
.hm-client-sldr .slick-dots li{
  line-height:1;
  margin:0 4px;
}
.hm-client-sldr .slick-dots li button{
  font-size:0;
  padding:0;
  width:15px;
  height:15px;
  border-radius:50%;
  background-color:transparent;
  transition:0.4s;
  border: 1px solid #e3822c;
}
.hm-client-sldr .slick-dots li.slick-active button{
  background-color:var(--orangecolor);
}
.hm-client-sldr .slick-track{
  display:flex !important;
}
.hm-client-sldr-item{
  height:initial !important;
}
.hm-client-sldr-card{
  display:flex;
  align-items:center;
  justify-content:center;
  height:100%;
  flex-direction:column;
}
.hm-client-sldr-card .auth-role{
  font-size:30px;
  color:var(--whitecolor);
}

/* S.Mv Css End 10-12-25 */

/* S.Mv Css Start 11-12-25 */
.v2-individual-proj-bnr .proj-bnr-outer {
    margin: 0 0 0 auto;
    max-width: 630px;
}
.v2-individual-proj-bnr .proj-img-wpr {
  padding-top:70%;
}
.v2-project-dtls-row{
  --bs-gutter-x:45px;
  --bs-gutter-y:40px;
}
.new-pjct-card{
  padding-top:67%;
  position:relative;
  overflow:hidden;
  border-radius:15px;
}
.new-pjct-card img{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  object-fit:cover;
}

.project-dtls-v2-quote-btn-wpr{
  padding-top:60px;
  text-align:center;
}
.prtflio-sld-item {
    display: block;
}
.solutn-intro-topsec p{
  font-style:initial;
}
.attar-sec .attar-img-wpr {
    padding-top: 39%;
}
.intro-card-sec .solutn-intro-topsec p{
  font-style:initial;
}



/* S.Mv Css End 11-12-25 */
/* 22.12.25 */
.sol-list .industry-card-img { 
    padding-top: 60%;
}
.sol-list .industry-card-img img{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.main-head {
    background: #fff; 
    transition: 0.3s;
    z-index: 99;
}
 .main-head.fixed {
    position: sticky;
    top: 0;
}
.hm-client-sldr .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 40px;
    width: 40px;
    border-radius: 100%;
    background-color: #ffffff;
    border: none;
    outline: none;
    font-size: 0;
    background-position: center;
    background-size: 16px;
    background-repeat: no-repeat;
}
.hm-client-sldr .slick-arrow.slick-prev{
  left: -40px;
  background-image: url(images/left-arrow.png);
}
.hm-client-sldr .slick-arrow.slick-next{
  right: -40px;
  background-image: url(images/right-arrow.png);
}

/*support css update 12/1/2025*/
.cntactpgrgt-pnl .cntct-features p{
max-width: 100%;
}
/*support css update 12/1/2025*/
/* ========== responsive css =========== */

@media (min-width: 992px) {
  .ftr-mnu-wpr {
    display: block !important;
  }
}

@media (min-width: 1025px) {
  /* navbar*/
  /* .navbar-nav .clickD {
        display: none;
    } */

  .navbar-nav li.menu-item-has-children:hover > .sub-menu {
    display: block;
  }
}
@media (min-width: 1540px) {
  .container {
    max-width: 1484px;
  }
}
@media (min-width: 1700px) {
  .md-container {
    max-width: 1655px;
  }
}
@media (min-width: 1800px) {
  .lg-container {
    max-width: 1744px;
  }
}

@media (max-width: 1799px) {
  h1,
  .h1-title {
    font-size: 70px;
  }
  .bnr-rt-cntnt p {
    font-size: 42px;
  }
  .mission-cntnt p {
    font-size: 87px;
  }
  .navbar-brand {
    width: 437px;
    margin-left: -24px;
  }
  .bnr-rt-cntnt {
    padding: 28px 30px 45px;
  }
  .bnr-sec {
    padding: 80px 0 62px;
  }
  .cmn-btn {
    font-size: 22px;
  }
  .trust-sec .section-head h2 {
    font-size: 55px;
  }
  .trust-sec .section-head {
    max-width: 1360px;
  }
  h3,
  .h3-title {
    font-size: 30px;
  }
  .trust-col:nth-child(2) .trus-text-part,
  .trust-col:nth-child(5) .trus-text-part {
    max-width: 130px;
  }
  .trust-col:nth-child(4) .trus-text-part {
    max-width: 171px;
  }
  h2,
  .h2-title {
    font-size: 70px;
  }
  .misson-sec .section-head {
    margin-bottom: 48px;
    margin-left: -34px;
  }
  .success-sec .section-head {
    margin-bottom: 50px;
  }
  .built-text-wpr h2 {
    font-size: 52px;
    max-width: 620px;
  }
  .built-text-wpr p {
    font-size: 34px;
  }
  .rehenem-cntnt-wpr {
    max-width: 1223px;
  }
  .rehenem-cntnt-wpr p {
    font-size: 48px;
  }
  .author-name {
    font-size: 38px;
  }
  .insight-bnr-img:first-child {
    margin-left: 90px;
  }
  .inr-bnr-btn-wpr {
    max-width: 1484px;
  }
  .meridians-bnr-text-wpr h1 {
    font-size: 60px;
  }
  .meridian-bnr-sec {
    padding-top: 80px;
  }
  .inr-bnr-content h1 {
    font-size: 60px;
  }
  .faq-bnr p {
    font-size: 38px;
    max-width: 1208px;
  }
  .prev-inst-awr {
    right: -75px;
  }
  .next-inst-awr {
    left: -75px;
  }
  .individual-sltn-bnr.faq-bnr h1 {
    max-width: 970px;
  }
  .intro-card-sec .section-head {
    margin-bottom: 70px;
  }

  /* S.Mv Css Start 11-12-25 */
  h1,.h1-title,
  .insights-bnr-text-wpr h1,
  .inr-bnr-text-part h1,
  .inr-bnr-content h1{
    font-size:64px;
  } 

   /* S.Mv Css End 11-12-25 */


}

@media (max-width: 1699px) {
  .bnr-rt-cntnt {
    padding: 25px 19px;
  }
  .bnr-rt-cntnt p {
    font-size: 40px;
    max-width: 336px;
  }

  .sld-button-next {
    right: -50px;
  }
  .sld-button-prev {
    left: -50px;
  }
  .navbar {
    padding: 26px 0;
  }
  .navbar-nav > li {
    margin: 0 25px;
  }
  .built-btn-wpr .cmn-btn {
    font-size: 23px;
  }
  .insights-bnr-text-wpr h1 {
    font-size: 60px;
    max-width: 653px;
  }
  .insights-bnr-text-wpr p {
    font-size: 35px;
    max-width: 631px;
  }
  .ptflio-rt-awr {
    right: -70px;
  }
  .ptflio-lt-awr {
    left: -70px;
  }
  .inr-bnr-text-part h1 {
    font-size: 64px;
    max-width: 699px;
  }
  .prev-inst-awr {
    right: -35px;
  }
  .next-inst-awr {
    left: -35px;
  }
  .insight-bnr-img:nth-child(3) {
    margin-left: -410px;
    margin-top: -240px;
  }
  .insight-bnr-img:nth-child(2) {
    margin-left: -190px;
    margin-top: -105px;
  }
  .insight-bnr-img:first-child {
    margin-left: 0;
  }
  .portfolio-bnr-sec .section-head {
    margin: 0 auto 65px;
  }
  .insights-bnr-sec {
    padding: 80px 0;
  }
  .insight-txet-wpr h3 {
    font-size: 21px;
  }
  .insight-txet-wpr {
    padding: 14px 60px 15px 23px;
    max-width: 327px;
  }
  .potfolio-bnr .insight-bnr-img:nth-child(2) {
    margin-left: -510px;
    margin-top: -190px;
  }
  .potfolio-bnr .insight-bnr-img:first-child {
    margin-left: -190px;
    margin-top: 80px;
  }

   /* S.Mv Css Start 11-12-25 */
  h1,.h1-title,
  .insights-bnr-text-wpr h1,
  .inr-bnr-text-part h1,
  .inr-bnr-content h1{
    font-size:60px;
  } 

   /* S.Mv Css End 11-12-25 */
}

@media (max-width: 1599px) {
  .bnr-lt-cntnt {
    max-width: 950px;
  }
  .bnr-lt-cntnt h1 {
    line-height: 1.2;
  }
  h1,
  .h1-title {
    font-size: 67px;
  }
  .bnr-rt-cntnt {
    right: 0;
  }
  .sld-button-next {
    right: -30px;
  }
  .sld-button-prev {
    left: -30px;
  }
  .matters-txet-wpr p br {
    display: none;
  }
  .navbar-brand {
    width: 337px;
    margin-left: -14px;
  }
  .insight-bnr-img:nth-child(2) {
    margin-left: -210px;
    margin-top: -120px;
  }
  .insights-bnr-text-wpr p {
    font-size: 27px;
    max-width: 488px;
  }
  .insights-bnr-text-wpr h1 {
    font-size: 55px;
    max-width: 598px;
    margin-bottom: 10px;
  }
  .insight-bnr-img:nth-child(2) {
    margin-left: -231px;
  }
  .article-blog-sec.cmn-gap {
    padding-top: 0;
  }
  .inr-bnr-btn-wpr {
    max-width: 1320px;
  }
  .ptflio-lt-awr {
    left: -60px;
  }
  .ptflio-rt-awr {
    right: -60px;
  }
  .inr-bnr-text-part h1 {
    font-size: 60px;
    max-width: 649px;
  }
  .industrs-bnr.faq-bnr p {
    max-width: 670px;
  }
  .indsry-intro-sec .section-head {
    margin: 0 auto 60px;
  }
  .ftr-logo {
    width: 317px;
  }
  .ftr-col:nth-child(2) {
    width: 18%;
  }
  .ftr-col:nth-child(3) {
    width: 16%;
  }
  .ftr-col:nth-child(4) {
    width: 22%;
  }
  .ftr-col:nth-child(5) {
    width: 14%;
  }
  .individual-proj-bnr-cntnt h1 {
    font-size: 64px;
  }

   /* S.Mv Css Start 11-12-25 */
  h1,.h1-title,
  .insights-bnr-text-wpr h1,
  .inr-bnr-text-part h1,
  .inr-bnr-content h1{
    font-size:55px;
  } 

   /* S.Mv Css End 11-12-25 */
}

@media (max-width: 1499px) {
  .bnr-lt-cntnt {
    max-width: 800px;
  }
  h2,
  .h2-title {
    font-size: 60px;
  }
  h1,
  .h1-title {
    font-size: 65px;
  }
  .misson-sec .section-head {
    margin-bottom: 30px;
    margin-left: -24px;
  }
  .mission-cntnt p {
    font-size: 75px;
  }
  .trust-sec .section-head h2 {
    font-size: 66px;
  }
  .built-text-wpr h2 {
    font-size: 60px;
  }
  .ftr-col:nth-child(2) {
    width: 17%;
  }
  .ftr-col:nth-child(3) {
    width: 16%;
  }
  .ftr-col:nth-child(4) {
    width: 22%;
  }
  .ftr-col:nth-child(5) {
    width: 14%;
  }
  .ftr-logo {
    width: 270px;
  }
  .ftr-col:first-child {
    width: 22%;
  }
  .navbar {
    padding: 10px 0 10px;
  }
  .projects-sld .swiper-slide .slide-item {
    margin-right: -144px;
  }
  .cntct-file-col {
    width: 50%;
  }
  .inr-bnr-content h1 {
    font-size: 65px;
  }
  .faq-bnr p {
    font-size: 39px;
  }
  .ptflio-rt-awr {
    right: -20px;
  }
  .ptflio-lt-awr {
    left: -20px;
  }
  .potfolio-bnr .insight-bnr-img:nth-child(3) {
    margin-left: -750px;
    margin-top: -169px;
  }
  .potfolio-bnr .insight-bnr-img:nth-child(2) {
    margin-left: -510px;
    margin-top: -130px;
  }
  .potfolio-bnr .insight-bnr-img:first-child {
    margin-left: -240px;
  }
  .potfolio-bnr .insight-bnr-img {
    max-width: 436px;
  }

  /* S.Mv Css Start 11-12-25 */
  .v2-project-dtls-row {
      --bs-gutter-x: 35px;
      --bs-gutter-y: 30px;
  }
  h1,.h1-title,
  .insights-bnr-text-wpr h1,
  .inr-bnr-text-part h1,
  .inr-bnr-content h1{
    font-size:55px;
  } 


  /* S.Mv Css End 11-12-25 */
}

@media (max-width: 1399px) {
  .navbar-nav > li {
    margin: 0 15px;
  }

  .bnr-rt-cntnt p {
    font-size: 30px;
    max-width: 251px;
  }
  .bnr-rt-cntnt-wpr {
    padding-left: 22px;
    padding-right: 29px;
    padding-top: 90px;
  }
  h1,
  .h1-title {
    font-size: 55px;
  }
  h2,
  .h2-title {
    font-size: 50px;
  }
  .mission-cntnt p {
    font-size: 55px;
  }
  .trust-sec .section-head h2 {
    font-size: 40px;
  }

  h3,
  .h3-title {
    font-size: 25px;
  }
  .built-text-wpr h2 {
    font-size: 40px;
    max-width: 550px;
    margin-bottom: 8px;
  }

  .built-img-item {
    padding-right: 30px;
  }
  .built-text-wpr p {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .success-sec.cmn-gap {
    padding-top: 20px;
  }
  .success-sec .section-head h2 {
    font-size: 45px;
  }
  .slide-content p {
    font-size: 27px;
  }
  .slide-content h3 {
    font-size: 30px;
  }
  .arrow-btn {
    width: 85px;
  }
  .insights-items-row {
    --bs-gutter-x: 35px;
  }
  .ftr-title,
  .ftr-menu li .cntct-link {
    font-size: 22px;
    margin-bottom: 13px;
  }
  .ftr-col:nth-child(2) {
    width: 19%;
  }
  .ftr-col:nth-child(3) {
    width: 18%;
  }
  .ftr-col:nth-child(4) {
    width: 23%;
  }
  .ftr-col:nth-child(5) {
    width: 16%;
  }
  .ftr-dtls-part li p > i,
  .ftr-dtls-part li a > i {
    max-width: 20px;
  }
  .ftr-logo {
    width: 200px;
  }
  .ftr-col:first-child {
    width: 23%;
  }
  .matters-txet-wpr h2 {
    font-size: 40px;
    line-height: 1.3;
    margin-bottom: 10px;
  }
  .matters-txet-wpr p {
    font-size: 26px;
  }
  .author-name {
    font-size: 26px;
  }
  .matters-btn-wpr .cmn-btn {
    font-size: 20px;
  }
  .insight-sec .section-head h2 {
    font-size: 40px;
  }
  .rehenem-cntnt-wpr p {
    font-size: 40px;
  }
  .succss-btn {
    font-size: 47px;
  }
  .slide-content {
    height: 100px;
  }
  .projects-sld .swiper-slide .slide-item {
    margin-right: -124px;
  }
  .matters-img-outer {
    padding-left: 30px;
  }
  .cntct-dtls-wpr h3 {
    font-size: 45px;
    margin-bottom: 30px;
  }
  .cntct-file-col {
    width: 57%;
  }
  .inr-bnr-content h1 {
    font-size: 55px;
  }
  .navbar-nav > li > a {
    font-size: 18px;
  }
  .faq-bnr p {
    font-size: 35px;
  }
  .teams-text-part .h3-title,
  .teams-text-part h3 {
    font-size: 22px;
    line-height: 1.3;
  }
  .designation {
    font-size: 18px;
  }
  .solution-text-wpr {
    padding-right: 15px;
  }
  .inr-bnr-content h1 br {
    display: none;
  }
  .meridian-para {
    padding-left: 10px;
  }
  .meridian-bold-para {
    padding-right: 10px;
  }
  .ftr-dtls-part li p > span,
  .ftr-dtls-part li a > span {
    font-size: 18px;
  }
  .ftr-menu li a {
    font-size: 18px;
  }
  .meridians-bnr-text-wpr h1 {
    font-size: 60px;
  }
  .meridians-bnr-text-wpr p {
    font-size: 33px;
  }
  .meridians-title-part h2 {
    font-size: 45px;
  }
  .meridians-btn-wpr {
    padding-top: 20px;
  }
  .meridians-btn-wpr .cmn-btn {
    padding: 17px 30px;
  }
  .bnr-sec {
    padding: 60px 0 62px;
  }
  .navbar-brand {
    width: 280px;
    margin-left: 0px;
  }
  .trust-sec .section-head {
    max-width: 980px;
  }
  .rehenem-cntnt-wpr {
    max-width: 1027px;
  }
  .insight-txet-part {
    height: 61px;
  }
  .insight-txet-wpr h3 {
    font-size: 18px;
  }
  .consulation-wpr h2 {
    font-size: 40px;
  }
  .insight-bnr-img:nth-child(2) {
    margin-left: -180px;
    margin-top: -150px;
  }
  .insights-bnr-text-wpr h1 {
    font-size: 45px;
    max-width: 478px;
  }
  .insights-bnr-text-wpr p {
    font-size: 25px;
    max-width: 452px;
  }
  .article-blog-text-part .h3-title,
  .article-blog-text-part h3 {
    font-size: 20px;
  }
  .inr-bnr-btn-wpr {
    max-width: 1140px;
  }
  .meridians-bnr-text-wpr h1 {
    font-size: 50px;
  }
  .portfolio-sec .section-head h2 {
    font-size: 40px;
  }
  .portfolio-sec .section-head {
    margin-bottom: 30px;
  }
  .prev-inst-awr {
    right: -34px;
  }
  .next-inst-awr {
    left: -34px;
  }
  .inr-bnr-text-part h1 {
    font-size: 50px;
    max-width: 540px;
  }
  .industry-text-wpr .h3-title,
  .industry-text-wpr h3 {
    font-size: 45px;
  }
  .cmn-inst-awr {
    width: 45px;
    height: 45px;
  }
  .proj-bnr-outer {
    margin-left: calc(-70vw + 753px);
  }
  .proj-text-wpr h2 {
    font-size: 40px;
  }
  .individual-proj-bnr-cntnt h1 {
    margin-bottom: 35px;
  }
  .proj-dtld-features {
    max-height: 530px;
  }
  .individual-sltn-bnr.faq-bnr h1 {
    max-width: 920px;
  }
  .meridian-text-sec .section-head h2 {
    font-size: 40px;
  }
  .intro-card-sec .section-head {
    margin-bottom: 50px;
  }
  .meridian-text-sec .section-head h2,
  .industry-card-sec .section-head h2 {
    font-size: 40px;
  }
  .industry-card-row:nth-child(even) .industry-text-wpr {
    padding-right: 30px;
  }
  .individual-proj-bnr-cntnt h1 {
    font-size: 54px;
  }
  .potfolio-bnr .insight-bnr-img:nth-child(3) {
    margin-left: -590px;
  }
  .potfolio-bnr .insight-bnr-img:nth-child(2) {
    margin-left: -410px;
  }
  .potfolio-bnr .insight-bnr-img:first-child {
    margin-left: -190px;
    margin-top: 50px;
  }

  .ftr-col:nth-child(5) .ftr-menu li:last-child a {
    font-size: 22px;
  }
  /* 08-12-2025 m.m css */
  .sub-menu > li > a {
    font-size: 16px;
    padding: 8px 18px;
  }
  .sub-menu {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
  }
  /* 08-12-2025 m.m css */


  /* 10-12-2025 m.m css */
  .slide-content{
    height:initial;
  }
  .slide-content p {
    font-size: 18px;
  }
  .slide-content h3 {
      font-size: 24px;
  }

  /* 10-12-2025 s.m css */

  /* S.Mv Css Start 11-12-25 */
  .v2-project-dtls-row {
      --bs-gutter-x: 25px;
      --bs-gutter-y: 25px;
  }
  h1,.h1-title,
  .insights-bnr-text-wpr h1,
  .inr-bnr-text-part h1,
  .inr-bnr-content h1{
    font-size:50px;
  } 


  /* S.Mv Css End 11-12-25 */
 
}

@media (max-width: 1199px) {
  .navbar-brand {
    width: 260px;
  }
  .navbar-nav > li {
    margin: 0 10px;
  }
  .navbar-nav > li > a {
    font-size: 17px;
  }
  h1,
  .h1-title {
    font-size: 50px;
  }
  .bnr-lt-cntnt {
    max-width: 577px;
    padding-bottom: 44px;
  }
  .cmn-btn {
    font-size: 25px;
  }
  .bnr-lt-cntnt h1 {
    margin-bottom: 16px;
  }
  .matters-img-outer {
    padding-left: 20px;
  }
  .insight-txet-part {
    bottom: 38px;
    height: 60px;
  }
  .insight-txet-wpr {
    padding: 13px 61px 10px 8px;
  }
  .insight-txet-wpr h3 {
    font-size: 17px;
  }
  .insights-text-icn {
    width: 60px;
  }
  .cmn-gap {
    padding: 80px 0;
  }
  .mission-cntnt p {
    font-size: 40px;
  }
  h2,
  .h2-title {
    font-size: 42px;
  }
  .trust-sec .section-head h2 {
    font-size: 40px;
  }
  .built-img-item {
    padding-right: 15px;
  }
  .built-btn-wpr .cmn-btn {
    font-size: 22px;
  }
  .built-text-wpr h2 {
    font-size: 39px;
  }
  .built-text-wpr p {
    font-size: 26px;
  }
  .rehenem-cntnt-wpr p {
    font-size: 40px;
  }
  .matters-txet-wpr h2 {
    font-size: 40px;
    margin-bottom: 7px;
  }
  .author-name {
    font-size: 30px;
  }
  .matters-txet-wpr p {
    font-size: 26px;
  }
  .matters-btn-wpr .cmn-btn {
    font-size: 25px;
  }
  .sub-ftr-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sub-ftr-menu li {
    width: 33.3%;
  }
  .ftr-col:first-child,
  .ftr-col:nth-child(2),
  .ftr-col:nth-child(3) {
    width: 33.3%;
  }

  .ftr-col:nth-child(4) {
    width: 67%;
  }
  .ftr-col:nth-child(5) {
    width: 33%;
  }
  .ftr-top-part {
    padding: 70px 0 45px;
  }

  .sld-button-next {
    right: -20px;
  }
  .sld-button-prev {
    left: -20px;
  }
  .sld-cmn-btn {
    max-width: 28px;
  }
  .slide-content p {
    font-size: 24px;
    line-height: 1;
  }
  .slide-content h3 {
    font-size: 26px;
  }
  .slide-content {
    height: 80px;
  }
  .projects-sld .swiper-slide .slide-item {
    margin-right: -100px;
  }
  .success-sec.cmn-gap {
    padding-top: 0px;
  }
  .cntct-form-outer {
    padding-right: 45px;
  }
  .cntct-form-outer h2 {
    font-size: 35px;
  }
  .cntct-dtls-wpr h3 {
    font-size: 40px;
  }
  .cntc-text {
    font-size: 22px;
  }
  .cntc-icn {
    width: 50px;
    height: 50px;
  }
  .cntc-submit-feild {
    width: 32%;
  }
  .file-text {
    padding-left: 14px;
    font-size: 17px;
  }
  .faq-bnr.inr-bnr-sec {
    padding: 87px 0 50px;
  }
  .faq-bnr p {
    font-size: 30px;
  }
  .faq-btn-wpr {
    padding-top: 30px;
  }
  .teams-text-part .h3-title,
  .teams-text-part h3 {
    font-size: 19px;
  }
  .read-btn {
    font-size: 18px;
  }
  .teams-card {
    padding: 20px 16px 23px;
  }
  .teams-text-part .h3-title,
  .teams-text-part h3 {
    margin-bottom: 2px;
  }
  .experience-bnr.faq-bnr.inr-bnr-sec {
    padding: 87px 0 40px;
    min-height: 323px;
  }
  .meridians-bnr-text-wpr p {
    font-size: 28px;
  }
  .meridians-bnr-text-wpr h1 {
    font-size: 54px;
  }
  .meridians-title-part h2 {
    font-size: 35px;
  }
  .meridians-item-row {
    --bs-gutter-x: 30px;
    margin-bottom: 60px;
  }
  .meridians-btn-wpr .cmn-btn {
    padding: 14px 23px;
    font-size: 18px;
  }
  .bnr-rt-cntnt-wpr {
    padding-right: 0px;
  }
  .trust-sec .section-head {
    max-width: 880px;
  }
  .trust-sec .section-head h2 {
    font-size: 35px;
  }
  .insights-bnr-text-wpr h1 {
    font-size: 35px;
    max-width: 379px;
  }
  .insights-bnr-text-wpr p {
    font-size: 21px;
    max-width: 356px;
  }
  .inr-bnr-btn-wpr {
    max-width: 960px;
  }
  .inr-bnr-content h1 {
    font-size: 40px;
  }
  .ptflio-cmn-awr {
    width: 45px;
    height: 45px;
  }
  .article-bnr .meridians-bnr-text-wpr h1 {
    font-size: 44px;
  }
  .article-main-sec .section-head {
    margin-bottom: 15px;
  }
  .article-img-text {
    max-width: 100%;
  }
  .article-bnr.meridian-bnr-sec {
    padding-top: 60px;
  }
  .article-main-sec.cmn-gap {
    padding-top: 20px;
  }
  .inr-bnr-img-wpr {
    padding-right: 10px;
  }
  .inr-bnr-text-part h1 {
    font-size: 40px;
    max-width: 440px;
  }
  .industrs-bnr.faq-bnr p {
    font-size: 26px;
    max-width: 459px;
  }
  .indsry-intro-sec .section-head h2 {
    font-size: 40px;
  }
  .industry-text-wpr {
    padding-left: 10px;
  }
  .industry-card-row:nth-child(even) .industry-text-wpr {
    padding-right: 30px;
  }
  .industry-text-wpr .cmn-btn {
    padding: 14px 25px;
  }
  .industry-card-row {
    margin-bottom: 80px;
  }
  .prev-inst-awr {
    right: -15px;
  }
  .next-inst-awr {
    left: -15px;
  }
  .industry-text-wpr .h3-title,
  .industry-text-wpr h3 {
    font-size: 36px;
  }
  .insight-bnr-img:nth-child(3) {
    margin-left: -300px;
    margin-top: -200px;
  }
  .insight-bnr-img:nth-child(2) {
    margin-left: -100px;
  }
  .portfolio-card {
    padding: 18px 15px 25px;
  }
  .portfolio-text-part .h3-title,
  .portfolio-text-part h3 {
    font-size: 23px;
  }
  .individual-proj-bnr-sec.faq-bnr.inr-bnr-sec {
    padding: 50px 0 50px;
  }
  .proj-bnr-outer {
    margin-left: calc(-80vw + 753px);
  }
  .proj-dtls-text-wpr p {
    margin-bottom: 20px;
  }
  .proj-dtls-text-wpr .cmn-btn {
    font-size: 17px;
    padding: 14px 25px;
    min-width: 100px;
  }
  .proj-dtld-features:not(:last-child) {
    margin-bottom: 20px;
  }
  .proj-dtld-features {
    max-height: 550px;
  }
  .individual-sltn-bnr.faq-bnr h1 {
    max-width: 650px;
  }
  .industry-card-row:nth-child(even) .industry-text-wpr {
    padding-right: 10px;
  }
  .potfolio-bnr .insight-bnr-img:nth-child(3) {
    margin-left: -530px;
  }
  .potfolio-bnr .insight-bnr-img:nth-child(2) {
    margin-left: -360px;
    margin-top: -110px;
  }
  .potfolio-bnr .insight-bnr-img:first-child {
    margin-left: -150px;
    margin-top: 50px;
  }
  /*support css updtae 5/12/2025*/
  .potfolio-bnr.portfl-rgtbnr .insight-bnr-img:nth-child(2) {
    margin-top: -90px;
  }
  .potfolio-bnr.portfl-rgtbnr .insight-bnr-img:last-child {
    margin-top: -90px;
  }
  /*support css updtae 5/12/2025*/
  /* 08-12-2025 m.m css */
  .sub-menu {
    width: 210px;
  }
  /* 08-12-2025 m.m css */
  /*support css update 9/12/2025*/
  .quoteicon{
    max-width: 50px;
  }
    /*support css update 9/12/2025*/

  /* S.Mv Css Start 11-12-25 */
  .v2-individual-proj-bnr .proj-text-wpr{
    padding-left:12px;
  }
  .v2-project-dtls-row {
      --bs-gutter-x: 20px;
      --bs-gutter-y: 20px;
  }
  h1,.h1-title,
  .insights-bnr-text-wpr h1,
  .inr-bnr-text-part h1,
  .inr-bnr-content h1{
    font-size:44px;
  } 

  /* S.Mv Css End 11-12-25 */
/* 22.12.25 */
.rehenem-cntnt-wpr {
    max-width: 867px;
}


}

@media (max-width: 1024px) {
  /* navbar*/
  .navbar-nav .clickD {
    position: absolute;
    right: 0;
    top: 6px;
    width: 20px;
    height: 20px;
    background: url(images/down-arrow.svg) center center no-repeat;
    display: block;
    background-size: 10px;
    cursor: pointer;
  }

  .navbar-nav .clickD.toggled {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .sub-menu > li.menu-item-has-children .clickD {
    top: 8px;
    right: 5px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .sub-menu > li.menu-item-has-children .clickD.toggled {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .navbar-nav > li.menu-item-has-children {
    padding-right: 20px;
  }

  .sub-menu > li.menu-item-has-children > a {
    padding-right: 20px;
  }

  .sub-menu.show {
    display: block;
  }

  /* .navbar-nav > li {
    padding-top: 15px;
    padding-bottom: 15px;
  } */

  .navbar-nav > li.current-menu-item > a:after,
  .navbar-nav > li > a:after,
  .navbar-nav > li.menu-item-has-children > a:after {
    width: 100%;
    opacity: 0;
  }

  .navbar-nav > li.current-menu-item > a:after,
  .navbar-nav > li > a:hover:after,
  .navbar-nav > li.menu-item-has-children:hover > a:after {
    width: 100%;
    opacity: 1;
  }

  /* navbar end*/
}

@media (max-width: 991px) {
  /* navbar*/
  .navbar-toggler {
    position: relative;
    width: 33px;
    margin-left: auto;
    height: 28px;
    padding: 0;
    outline: none !important;
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }

  .stick,
  .stick:after,
  .stick:before {
    width: 30px;
    height: 2px;
    background: var(--ltorngcolor);
    position: absolute;
    left: 0;
    top: auto;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    border-radius: 5px;
  }

  .stick:before {
    content: "";
    top: -10px;
    left: 0;
  }

  .stick:after {
    content: "";
    top: 10px;
    left: 0;
  }

  .stick.open {
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
    background: transparent;
  }

  .stick.open:before {
    -webkit-transform: rotate(45deg) translate(42px, -28px);
    -ms-transform: rotate(45deg) translate(42px, -28px);
    transform: rotate(45deg) translate(42px, -28px);
    left: 2px;
  }

  .stick.open:after {
    -webkit-transform: rotate(-45deg) translate(42px, 28px);
    -ms-transform: rotate(-45deg) translate(42px, 28px);
    transform: rotate(-45deg) translate(42px, 28px);
    left: 2px;
  }

  .navbar-nav .clickD {
    width: 25px;
    height: 25px;
    top: 6px;
    right: 10px;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    background-size: 13px;
  }
  .navbar-nav > li.menu-item-has-children:hover .clickD {
    background: url(images/down-arrow-hover.svg) center center no-repeat;
    background-size: 13px;
  }

  .navbar-nav .clickD.toggled {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .sub-menu > li.menu-item-has-children .clickD {
    top: 8px;
    right: 10px;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }

  .sub-menu,
  .navbar-nav > li > .sub-menu .sub-menu {
    position: relative;
    width: 100%;
    left: inherit;
    top: inherit;
    border: none;
    right: inherit;
  }

  .navbar-nav > li.menu-item-has-children {
    padding-right: 0;
  }

  .navbar-nav > li {
    margin: 0;
    padding: 0;
  }

  .navbar-nav > li > a {
    padding: 8px 20px;
    display: inline-block;
    width: 100%;
  }

  .navbar-nav li.menu-item-has-children > a {
    padding-right: 40px;
  }

  .sub-menu > li > a {
    padding-left: 40px;
  }

  .sub-menu .sub-menu > li > a {
    padding-left: 60px;
  }

  .sub-menu .sub-menu .sub-menu > li > a {
    padding-left: 80px;
  }

  .navbar-nav > li > a:after {
    bottom: 0;
  }

  /* navbar end*/

  /* push nav */

  .navbar-collapse {
    background: #fff;
    position: fixed;
    top: 0;
    height: 100% !important;
    width: 290px;
    overflow-y: auto;
    -webkit-transition: inherit !important;
    -o-transition: inherit !important;
    transition: inherit !important;
    right: 0;
    margin: 0;
    display: block !important;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: transform 0.2s ease-in-out !important;
    -webkit-transition: -webkit-transform 0.2s ease-in-out !important;
    transition: -webkit-transform 0.2s ease-in-out !important;
    -o-transition: transform 0.2s ease-in-out !important;
    transition: transform 0.2s ease-in-out !important;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out !important;
    z-index: 100;
  }

  .navbar-collapse.show,
  .navbar-collapse.collapsing {
    display: block !important;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: transform 0.2s ease-in-out !important;
    -webkit-transition: -webkit-transform 0.2s ease-in-out !important;
    transition: -webkit-transform 0.2s ease-in-out !important;
    -o-transition: transform 0.2s ease-in-out !important;
    transition: transform 0.2s ease-in-out !important;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out !important;
  }

  .navbar-collapse .navbar-nav {
    margin: 80px 0 0;
    padding: 0 0 40px 0;
  }

  .navbar-collapse .navbar-toggler {
    display: block;
    right: 20px;
    top: 20px;
    position: absolute;
  }

  #navoverlay.open {
    background-color: rgba(0, 0, 0, 0.4);
    pointer-events: all;
    -webkit-transition: background-color 0.5s linear;
    -o-transition: background-color 0.5s linear;
    transition: background-color 0.5s linear;
  }

  body.open-nav,
  html.open-nav {
    height: 100%;
    overflow: hidden;
  }

  /* push nav end */

  .navbar-brand {
    width: 200px;
  }
  .hedaer-rt-part li {
    padding: 0 10px;
  }
  .hedaer-rt-part a {
    font-size: 18px;
  }
  .navbar-nav li:not(:last-child) {
    /* padding-bottom: 10px; */
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  /* .navbar-nav li:not(:first-child) {
    padding-top: 10px;
  } */

  .bnr-rt-cntnt {
    max-width: 100%;
    position: relative;
  }
  .bnr-rt-cntnt p {
    max-width: 100%;
  }
  .bnr-lt-cntnt {
    max-width: 100%;
    padding-bottom: 30px;
    text-align: center;
  }
  .start-sld-wpr .slick-dots {
    bottom: 30px;
  }
  .start-sld-wpr .slick-dots li button {
    width: 15px;
    height: 15px;
  }
  .misson-sec .section-head {
    margin-bottom: 20px;
  }
  .misson-sec {
    padding-bottom: 60px;
  }
  .mission-cntnt p {
    font-size: 40px;
  }
  .cmn-gap {
    padding: 60px 0;
  }
  h1,
  .h1-title {
    font-size: 42px;
  }
  .cmn-btn {
    font-size: 18px;
  }
  .trust-sec .section-head h2 {
    font-size: 30px;
  }
  h3,
  .h3-title {
    font-size: 24px;
  }
  .built-lt-col,
  .built-rt-col,
  .matters-rt-col,
  .matters-lt-col {
    width: 100%;
  }
  .built-img-item {
    padding-right: 0;
    max-width: 500px;
    margin: 0 auto;
  }
  .built-img-wpr {
    max-height: 400px;
  }
  .built-text-wpr h2 {
    font-size: 35px;
  }
  .success-sec .section-head {
    margin-bottom: 40px;
  }
  .success-sec .section-head h2 {
    font-size: 37px;
  }
  .slide-content {
    height: 70px;
    bottom: 48px;
  }
  .slide-content h3 {
    font-size: 21px;
  }
  .slide-content p {
    font-size: 19px;
  }
  .arrow-btn {
    width: 66px;
  }
  .arrow-btn img {
    max-width: 20px;
  }
  .succss-btn {
    font-size: 35px;
  }
  .matters-item-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .matters-img-wpr {
    padding-top: 100%;
  }
  .matters-img-outer {
    padding-left: 0;
    max-width: 500px;
    margin: 0 auto;
  }
  .matters-txet-wpr h2 {
    margin-left: 0;
    font-size: 35px;
  }
  .matters-txet-wpr {
    text-align: left;
  }

  .matters-btn-wpr .cmn-btn {
    font-size: 22px;
  }
  .insight-txet-wpr {
    padding: 13px 80px 10px 27px;
  }
  .insts-btn-wpr {
    padding-top: 22px;
  }
  .insts-btn {
    font-size: 34px;
  }
  .consulation-wpr h2 {
    font-size: 40px;
  }
  .ftr-col:first-child {
    width: 100%;
  }
  .ftr-col:nth-child(2),
  .ftr-col:nth-child(3),
  .ftr-col:nth-child(4),
  .ftr-col:nth-child(5) {
    width: 100%;
  }
  .ftr-logo {
    width: 260px;
  }
  .sld-awr-wpr {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 30px;
  }
  .sld-cmn-btn {
    position: relative;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .sld-button-prev {
    left: 0px;
  }
  .sld-button-next {
    right: 0px;
    margin-left: 10px;
  }
  .success-btn-wpr {
    text-align: center;
    padding-top: 15px;
  }
  .bnr-lt-cntnt h1 br {
    display: none;
  }
  .projects-sld .swiper-slide .slide-item {
    margin-right: -55px;
  }
  .sld-text-wpr {
    padding: 15px 16px;
  }
  .slide-content h3 {
    font-size: 20px;
  }
  .header-rt-wpr .desk-nav {
    display: block;
  }
  .navbar-logo-wpr .mob-nav {
    display: none;
  }
  .hedaer-rt-part {
    margin-bottom: 15px;
  }
  .cntct-form-fild input[type="text"],
  .cntct-form-fild input[type="tel"],
  .cntct-form-fild input[type="password"],
  .cntct-form-fild input[type="email"],
  .cntct-form-fild select,
  .cntct-form-fild input[type="number"] {
    height: 60px;
    padding: 0 20px;
    font-size: 16px;
  }
  .cntct-form-fild {
    margin-bottom: 20px;
  }
  .cntct-form-outer h2 {
    font-size: 30px;
  }
  .cntct-dtls-wpr h3 {
    font-size: 35px;
  }
  .cntc-text {
    font-size: 19px;
    padding-left: 13px;
  }
  .cntc-icn img {
    max-height: 22px;
  }
  .cntc-icn {
    width: 45px;
    height: 45px;
  }
  .cntct-form-fild textarea {
    padding: 20px 20px;

    font-size: 16px;
    height: 160px;
  }
  .cntct-file-col {
    width: 100%;
  }
  .cntct-file-field {
    height: 60px;
    padding: 0 20px;
  }
  .cntc-submit-feild {
    width: 50%;
  }
  .contct-submit-wpr input[type="submit"] {
    height: 60px;
  }
  .cntct-sml-form {
    width: 100%;
  }
  .solution-itm-row {
    --bs-gutter-y: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .solution-lt-col,
  .solution-rt-col {
    width: 100%;
  }
  .experience-bnr .inr-bnr-content h1 {
    font-size: 43px;
  }
  .experience-bnr.faq-bnr p {
    font-size: 27px;
  }
  .meridian-bnr-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    --bs-gutter-y: 30px;
  }
  .meridians-bnr-text-wpr h1 {
    font-size: 50px;
    margin-bottom: 10px;
  }
  .meridians-bnr-text-wpr p {
    font-size: 25px;
  }
  .meridians-img-part {
    max-width: 100%;
    margin: 0 auto;
  }
  .meridians-item-row:nth-child(even) .meridians-title-part p {
    margin-left: 0;
  }
  .meridians-item-row:nth-child(even) {
    text-align: left;
  }
  .meridians-main-sec .meridians-bnr-img-outer {
    max-width: 100%;
    margin: 0 auto;
  }
  .meridians-item-row {
    margin-bottom: 30px;
  }
  .bnr-lt-col,
  .bnr-rt-col {
    width: 100%;
  }
  .bnr-rt-cntnt-wpr {
    padding-top: 0;
    padding-left: 0;
  }
  .bnr-sec {
    padding: 50px 0 52px;
  }
  .trust-item-row {
    --bs-gutter-y: 30px;
  }
  .ftr-dtls-part {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .ftr-dtls-part li {
    width: 33.3%;
  }
  body {
    font-size: 18px;
  }
  .ftr-title:before {
    display: block;
  }
  .ftr-mnu-wpr {
    display: none;
  }
  .ftr-menu li {
    width: 33.3%;
  }
  .ftr-item-row {
    --bs-gutter-y: 10px;
  }
  .ftr-title,
  .ftr-menu li .cntct-link {
    font-size: 20px;
  }
  .matters-txet-wpr p,
  .built-text-wpr p {
    font-size: 22px;
  }
  .meridians-title-part h2 {
    font-size: 30px;
  }
  .pagination-part {
    padding-top: 30px;
  }
  .faq-btn-wpr .cmn-btn,
  .teams-btn-wpr .cmn-btn {
    font-size: 17px;
    padding: 12.5px 15px;
    min-width: 166px;
  }
  .teams-btn-wpr {
    padding-top: 30px;
  }
  .insights-bnr-lt-col,
  .insights-bnr-rt-col {
    width: 100%;
  }
  .insights-bnr-text-wpr h1,
  .insights-bnr-text-wpr p {
    max-width: 100%;
  }
  .insight-bnr-img:first-child {
    margin-left: auto;
  }
  .insight-bnr-img:nth-child(2) {
    margin-left: 260px;
    margin-top: -130px;
  }
  .insight-bnr-img:nth-child(3) {
    margin-left: 110px;
    margin-top: -110px;
  }
  .insight-bnr-img {
    max-width: 300px;
  }
  .article-text-outer p {
    font-size: 17px;
  }
  .ftr-top-part {
    padding: 50px 0 25px;
  }
  .inr-bnr-sec {
    min-height: 300px;
  }
  .inr-bnr-btn-wpr {
    max-width: 720px;
  }
  .article-blog-text-part {
    padding-top: 13px;
  }
  .rehenem-sec.cmn-gap {
    padding-bottom: 52px;
  }
  .insights-bnr-sec {
    padding: 80px 0 50px;
  }
  .msn-bnr .bnr-btn {
    min-width: 290px;
  }
  .bnr-btn {
    font-size: 20px;
  }
  .ftr-title {
    display: block;
    max-width: 100%;
  }
  .ftr-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .article-bnr .meridian-bnr-row {
    --bs-gutter-y: 24px;
  }
  .article-bnr .meridians-bnr-text-wpr h1 {
    font-size: 35px;
  }
  .article-bnr-img {
    max-height: 300px;
  }
  .portfolio-sec .section-head h2 {
    font-size: 30px;
  }
  .artcl-lt-para {
    padding-right: 0;
  }
  .inr-bnr-text-part h1 {
    font-size: 37px;
  }
  .indsry-intro-sec .section-head {
    margin: 0 auto 40px;
  }
  .indsry-intro-sec .section-head p {
    font-size: 17px;
  }
  .inr-bnr-img-wpr {
    padding-right: 0px;
  }
  .indsry-intro-sec .section-head h2 {
    font-size: 35px;
  }
  .industry-rt-col,
  .industry-lt-col {
    width: 100%;
  }
  .industry-card-row:nth-child(even) .industry-text-wpr {
    padding-right: 0;
    text-align: left;
  }
  .industry-text-wpr .h3-title,
  .industry-text-wpr h3 {
    font-size: 35px;
  }
  .industry-card-row {
    margin-bottom: 50px;
  }
  .cmn-inst-awr {
    position: relative;
    top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .prev-inst-awr {
    right: 0;
  }
  .next-inst-awr {
    left: 0;
  }
  .insight-sld-awr-wpr {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 20px;
  }
  .next-inst-awr {
    margin-right: 15px;
  }
  .industry-text-wpr {
    padding-left: 0;
  }
  .insights-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .portfolio-bnr-sec .section-head {
    margin: 0 auto 35px;
  }
  .portfolio-text-part ul > li br {
    display: none;
  }
  .portfolio-text-part ul > li {
    font-size: 18px;
  }
  .portfolio-card-row {
    --bs-gutter-y: 20px;
  }
  .proj-text-wpr {
    padding-left: 0;
  }
  .proj-bnr-lt-col,
  .proj-bnr-rt-col,
  .proj-dtls-lt-col,
  .proj-dtls-rt-col {
    width: 100%;
  }
  .proj-bnr-outer {
    margin-left: 0;
  }
  .proj-dtld-features {
    max-height: 350px;
  }
  .proj-dtls-img-outer {
    padding-right: 0;
  }
  .individual-sltn-bnr.faq-bnr p {
    max-width: 100%;
  }
  .individual-sltn-bnr .bnr-btn {
    min-width: 270px;
  }
  .section-head {
    margin-bottom: 30px;
  }
  .meridian-text-sec .section-head h2 {
    font-size: 35px;
  }
  .individual-slsn-sec .meridian-para {
    padding-left: 0;
  }
  .section-head {
    margin-bottom: 15px;
  }
  .intro-card-sec .section-head {
    margin-bottom: 40px;
  }
  .intro-card-sec .industry-card-row:nth-child(even) .industry-text-wpr {
    padding-left: 0;
  }
  .intro-card-sec .industry-text-wpr {
    padding-right: 0;
    text-align: left;
  }
  .meridian-text-sec .section-head h2,
  .industry-card-sec .section-head h2 {
    font-size: 35px;
  }
  .individual-proj-bnr-cntnt h1 {
    font-size: 44px;
  }
  .team-details-in {
    min-height: 1px !important;
  }
  .potfolio-bnr .insight-bnr-img:nth-child(3) {
    margin-left: 0;
  }
  .potfolio-bnr .insight-bnr-img:nth-child(2) {
    margin-left: 130px;
  }
  .potfolio-bnr .insight-bnr-img:first-child {
    margin-left: 250px;
    margin-top: 0;
  }
  .ftr-col:nth-child(5) .ftr-menu li:last-child a {
    font-size: 20px;
  }
  .not-found .industry-text-wpr h1 {
    font-size: 36px;
  }
  .not-found .industry-text-wpr {
    max-width: 450px;
  }

  .cntct-form-wpr input[type="text"],
  .cntct-form-wpr input[type="tel"],
  .cntct-form-wpr input[type="password"],
  .cntct-form-wpr input[type="email"],
  .cntct-form-wpr select,
  .cntct-form-wpr input[type="number"],
  .cntct-form-wpr textarea {
    height: 60px !important;
    padding: 0 20px !important;
    font-size: 16px !important;
  }

  .cntct-form-wpr select {
    padding: 10px 40px 10px 20px !important;
  }

  .cntct-form-wpr textarea {
    padding: 20px 20px !important;
    height: 160px !important;
    max-height: 160px !important;
  }

  .cntct-form-wpr .gform-theme--foundation .gfield--width-half {
    grid-column: span 12 !important;
  }

  .cntct-form-wpr .attach-file-wrapper .attach-label {
    padding-left: 14px;
    font-size: 17px;
  }

  .cntct-form-wpr .attach-file-wrapper {
    height: 60px;
    padding: 0 20px;
  }
  .cntct-form-wpr [type="submit"] {
    height: 60px !important;
    max-width: 170px !important;
  }

  .cntct-form-wpr .gform-theme--foundation .gform_fields {
    column-gap: 20px;
    row-gap: 20px;
  }
  .gform-theme--foundation .gfield--width-third {
    grid-column: span 12 !important;
  }
  /* LEFT SIDE IMAGES — Height 424px */
  .page-template-why-meridian .meridians-lt-co .meridians-img-part img,
  .page-template-why-meridian .meridians-lt-co .meridians-bnr-bg-img img,
  .page-template-why-meridian .meridians-lt-co .meridians-bnr-sml-img img {
    height: 324px !important;
  }

  /* RIGHT SIDE IMAGES — Height 450px */
  .page-template-why-meridian .meridians-rt-co .meridians-img-part img,
  .page-template-why-meridian .meridians-rt-co .meridians-bnr-bg-img img,
  .page-template-why-meridian .meridians-rt-co .meridians-bnr-sml-img img {
    height: 350px !important;
  }

  .page-template-default .entry-header .entry-title,
  .page-template-default h2 {
    font-size: 34px;
  }
  /*support css update 5/12/2025*/
  .portfl-rgtbnr .insights-bnr-text-wpr {
    padding-right: 0;
  }
  /*support css update 5/12/2025*/
  /* 08-12-2025 m.m css */
  .navbar-nav > li {
    width: 100%;
  }
  .sub-menu > li > a {
    border-bottom: 0;
  }
  /* 08-12-2025 m.m css */
  /*support css update 9/12/2025*/
  .testi-item{
    padding: 25px 22px;
  }
  .test-namebx {
    margin-top: auto;
}
.test-namebx h3{
  font-size: 21px;
}
.testidgnation{
  font-size: 16px;
}
   /*support css update 9/12/2025*/

   /* S.Mv Css Start 10-12-25 */
      .page-template-why-meridian .meridians-lt-co .meridians-img-part img, .page-template-why-meridian .meridians-lt-co .meridians-bnr-bg-img img, .page-template-why-meridian .meridians-lt-co .meridians-bnr-sml-img img {
        height: 400px !important;
    }

    .built-img-wpr{
      max-height:initial;
    }
    .sld-awr-wpr{
      margin-bottom:15px;
    }
    .slide-content{
      height:initial;
    }
    .hm-client-sldr-card .auth-role {
        font-size: 26px;
    }
   /* S.Mv Css End 10-12-25 */

  /* S.Mv Css Start 11-12-25 */
   .new-pjct-clm {
      width: 50%;
    } 
    .v2-individual-proj-bnr .proj-bnr-outer {
      margin: 0;
      max-width: 100%;
    } 
    .project-dtls-v2-quote-btn-wpr {
      padding-top: 40px;
    } 
    .v2-individual-proj-bnr .proj-text-wpr {
      padding-left:0;
  }

    h1,.h1-title,
    .insights-bnr-text-wpr h1,
    .inr-bnr-text-part h1,
    .inr-bnr-content h1{
      font-size:36px;
    } 

  /* S.Mv Css End 11-12-25 */
  /* 22.12.25 */
  .rehenem-cntnt-wpr p {
    font-size: 30px;
}
.rehenem-cntnt-wpr {
    max-width: 637px;
}
  /* 22.12.25 */
}

@media (max-width: 767px) {
  /* images alignment for wordpress content pages */
  .alignright,
  .alignleft,
  .aligncenter {
    float: none;
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    clear: both;
    margin-bottom: 24px;
  }
  .hedaer-rt-part li a i {
    max-width: 20px;
  }
  .hedaer-rt-part li {
    padding: 0 6px;
  }
  .hedaer-rt-part a {
    font-size: 16px;
  }
  h1,
  .h1-title {
    font-size: 30px;
  }
  .cmn-btn {
    font-size: 18px;
  }
  .bnr-lt-cntnt {
    padding-bottom: 15px;
  }
  .bnr-sec {
    padding: 30px 0 30px;
  }
  .bnr-rt-cntnt {
    padding: 15px 18px 15px;
    border-radius: 20px;
  }
  .bnr-rt-cntnt p {
    font-size: 25px;
  }
  .mission-cntnt p {
    font-size: 30px;
  }
  h2,
  .h2-title {
    font-size: 36px;
  }
  .trust-sec .section-head h2 {
    font-size: 28px;
  }
  .rehenem-cntnt-wpr p {
    font-size: 25px;
    margin-bottom: 10px;
  }
  .author-name {
    font-size: 25px;
  }
  .rehenem-sec.cmn-gap {
    padding-bottom: 50px;
  }
  .matters-txet-wpr h2 {
    font-size: 28px;
  }
  .insight-sec .section-head h2 {
    font-size: 30px;
  }
  .insight-txet-wpr {
    padding: 13px 10px 10px 27px;
  }
  .consulation-sec {
    padding: 25px 0;
  }
  .consulation-wpr h2 {
    font-size: 30px;
  }
  .succss-btn {
    font-size: 29px;
  }
  .success-sec .section-head h2 {
    font-size: 29px;
  }
  .cmn-gap {
    padding: 50px 0;
  }
  .success-sec.cmn-gap {
    padding-top: 0px;
  }
  .projects-sld .swiper-slide .slide-item {
    margin-right: -43px;
    border-radius: 20px;
  }
  .header-rt-wpr .desk-nav {
    display: none;
  }
  .navbar-logo-wpr {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .header-rt-wpr {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .navbar-logo-wpr .mob-nav {
    display: block;
  }
  .hedaer-rt-part {
    margin: 0 auto 10px;
  }
  .cntct-part-outer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cntct-lt-col,
  .cntct-rt-col {
    width: 100%;
  }
  .cntct-form-outer {
    padding-right: 0;
  }
  .bnr-btn {
    padding: 8.7px 10px;
    font-size: 20px;
    min-width: 160px;
  }
  .bnr-btn-wpr {
    bottom: -48px;
  }
  .inr-bnr-sec {
    min-height: 280px;
  }
  .inr-bnr-content h1 {
    font-size: 45px;
  }
  .contct-submit-wpr input[type="submit"] {
    height: 45px;
    font-size: 16px;
  }
  .faq-bnr p {
    font-size: 21px;
  }
  .faq-bnr .inr-bnr-content h1 {
    font-size: 42px;
  }
  .faq-features {
    padding: 25px 15px;
    margin-bottom: 25px;
  }
  .accordion-title {
    font-size: 23px;
    max-width: 100%;
  }
  .faq-btn-wpr {
    padding-top: 25px;
  }
  .faq-btn-wpr .cmn-btn {
    padding: 15.5px 20px;
  }
  .team-details p {
    font-size: 18px;
  }
  .team-details-in {
    padding: 10px 0px 23px;
  }
  .designation {
    font-size: 16px;
  }
  .experience-bnr.faq-bnr p {
    font-size: 20px;
  }
  .faq-bnr .inr-bnr-content h1 {
    font-size: 30px;
  }
  .faq-bnr.inr-bnr-sec {
    padding: 87px 0 30px;
  }
  .faq-btn-wpr .cmn-btn,
  .teams-btn-wpr .cmn-btn {
    padding: 13.5px 20px;
  }
  .meridian-btm-part {
    padding-top: 40px;
  }
  .teams-btn-wpr {
    padding-top: 31px;
  }
  .meridians-bnr-text-wpr h1 {
    font-size: 40px;
  }
  .meridians-bnr-text-wpr p {
    font-size: 22px;
  }
  .meridians-btn-wpr {
    padding-top: 13px;
  }
  .meridians-btn-wpr .cmn-btn {
    padding: 12px 19px;
    font-size: 16px;
  }
  .meridians-item-row:nth-child(even) .meridians-title-part p {
    font-size: 18px;
  }
  .meridians-item-row {
    --bs-gutter-y: 25px;
    --bs-gutter-x: 24px;
  }
  .meridian-bnr-row {
    --bs-gutter-y: 24px;
  }
  .meridians-img-part,
  .meridians-main-sec .meridians-bnr-img-outer {
    max-width: 100%;
  }
  .meridian-bnr-sec {
    padding-top: 80px;
  }
  .start-sld-wpr .slick-dots {
    bottom: 20px;
  }
  .misson-sec .section-head {
    margin-left: -14px;
  }
  .ftr-dtls-part li {
    width: 50%;
  }
  .matters-txet-wpr p,
  .built-text-wpr p {
    font-size: 20px;
  }
  .built-btn-wpr .cmn-btn {
    font-size: 18px;
  }
  .ftr-title:before {
    top: 9px;
  }
  .consulation-sec {
    padding: 20px 0;
  }
  .consulation-wpr h2 {
    font-size: 30px;
  }
  .ftr-menu li {
    width: 50%;
  }
  .serach-wpr {
    position: fixed;
    top: 75px;
    width: 100%;
    padding: 16px 12px 8px;
  }
  .search-close {
    right: 3px;
  }
  .serach-wpr-in form {
    width: 100%;
  }
  .meridians-bnr-text-wpr h1 {
    font-size: 37px;
  }
  .misson-sec {
    padding-bottom: 40px;
  }
  .ftr-col:nth-child(2) {
    margin-top: 25px;
  }
  .cntc-text {
    font-size: 18px;
  }
  .inr-bnr-btn-wpr {
    max-width: 540px;
  }
  .insight-bnr-img:nth-child(3) {
    margin-left: 0px;
  }
  .insight-bnr-img:nth-child(2) {
    margin-left: 110px;
  }
  .faq-bnr.inr-bnr-sec {
    padding: 57px 0 20px;
  }
  .insights-bnr-text-wpr p {
    font-size: 18px;
    max-width: 100%;
  }
  .ptflio-rt-awr {
    right: 0;
  }
  .ptflio-lt-awr {
    left: 0;
  }
  .ptflio-cmn-awr {
    width: 40px;
    height: 40px;
  }
  .bnr-btn {
    font-size: 18px;
  }
  .article-bnr .meridians-bnr-text-wpr h1 {
    font-size: 27px;
  }
  .article-main-sec.cmn-gap {
    padding-top: 10px;
  }
  .article-main-sec .section-head p {
    font-size: 20px;
  }
  .portfolio-sec .section-head {
    margin-bottom: 20px;
  }
  .inr-bnr-lt-col,
  .inr-bnr-rt-col {
    width: 100%;
  }
  .inr-bnr-text-part h1 {
    font-size: 30px;
    max-width: 100%;
  }
  .industrs-bnr.faq-bnr p {
    max-width: 100%;
    font-size: 24px;
  }
  .industrs-bnr.faq-bnr.inr-bnr-sec {
    padding: 57px 0 30px;
  }
  .indsry-intro-sec .section-head h2 {
    font-size: 27px;
  }
  .indsry-intro-sec .section-head p {
    font-size: 16px;
  }
  .indsry-intro-sec .section-head {
    margin: 0 auto 20px;
  }
  .industry-text-wpr .h3-title,
  .industry-text-wpr h3 {
    font-size: 28px;
  }
  .industry-text-wpr .cmn-btn {
    font-size: 17px;
    min-width: 160px;
    padding: 10px 21px;
    border-radius: 8px;
  }
  .industry-text-wpr p {
    max-width: 662px;
    margin-bottom: 15px;
  }
  .industry-card-row {
    --bs-gutter-y: 24px;
  }
  .portfolio-bnr-sec .section-head {
    margin: 0 auto 25px;
    max-width: 100%;
  }
  .portfolio-bnr-sec .section-head p {
    font-size: 17px;
  }
  .proj-dtls-text-wpr {
    max-width: 100%;
    padding-bottom: 0;
  }
  .proj-dtld-features {
    max-height: 330px;
  }
  .proj-text-wpr h2 {
    font-size: 28px;
  }
  .individual-proj-bnr-cntnt h1 {
    margin-bottom: 25px;
  }
  .proj-dtls-text-wpr .h3-title,
  .proj-dtls-text-wpr h3 {
    font-size: 22px;
  }
  .meridian-text-sec .section-head h2 {
    font-size: 30px;
  }
  .individual-slsn-sec .meridian-para {
    font-size: 17px;
  }
  .meridian-bold-para p,
  .meridian-para p {
    font-size: 17px;
  }
  .intro-card-sec .section-head {
    margin-bottom: 30px;
  }
  .industry-card-sec .section-head p {
    max-width: 100%;
  }
  .potfolio-bnr .insight-bnr-img {
    max-width: 300px;
  }
  .potfolio-bnr .insight-bnr-img:first-child {
    margin-left: 200px;
  }
  /*MY CSS R*/
  .article-blog-sec a.page-numbers {
    color: #333;
    font-size: 20px;
    line-height: 25px;
    font-weight: 400;
  }
  .portfolio-bnr-sec a.page-numbers {
    color: #333;
    font-size: 20px;
    line-height: 25px;
    font-weight: 400;
  }
  .not-found .industry-text-wpr h1 {
    font-size: 28px;
    margin: 0 0 10px;
  }

  .cntct-form-wpr .gform_confirmation_message {
    padding: 20px;
    border-radius: 12px;
  }
  .cntct-form-wpr [type="submit"] {
    height: 45px !important;
    max-width: 246px !important;
    font-size: 16px !important;
  }

  /* LEFT SIDE IMAGES — Height 424px */
  .page-template-why-meridian .meridians-lt-co .meridians-img-part img,
  .page-template-why-meridian .meridians-lt-co .meridians-bnr-bg-img img,
  .page-template-why-meridian .meridians-lt-co .meridians-bnr-sml-img img {
    height: 300px !important;
  }

  /* RIGHT SIDE IMAGES — Height 450px */
  .page-template-why-meridian .meridians-rt-co .meridians-img-part img,
  .page-template-why-meridian .meridians-rt-co .meridians-bnr-bg-img img,
  .page-template-why-meridian .meridians-rt-co .meridians-bnr-sml-img img {
    height: 300px !important;
  }

  .page-template-why-meridian .meridians-bnr-bg-img,
  .page-template-why-meridian .meridians-bnr-sml-img {
    max-width: 50% !important;
  }

  .page-template-default .entry-header .entry-title,
  .page-template-default h2 {
    font-size: 26px;
  }
  /*support css update 5/12/2025*/
  .solutn-intro-topsec p {
    font-size: 28px;
  }
  .potfolio-bnr.portfl-rgtbnr .insight-bnr-img:nth-child(2) {
    margin-left: -70px;
  }
  .potfolio-bnr.portfl-rgtbnr .insight-bnr-img:last-child {
    margin-left: -130px;
  }
  /*support css update 5/12/2025*/

  /* 10-12-2025 s.m css */
  .projects-sld .swiper-slide .slide-item {
      margin-right: 0;
  }
   .hm-client-sldr-card .auth-role {
        font-size: 22px;
    }

  /* 10-12-2025 s.m css */

  /* S.Mv Css Start 11-12-25 */
    .new-pjct-card {
        border-radius: 10px;
    }

      h1,.h1-title,
  .insights-bnr-text-wpr h1,
  .inr-bnr-text-part h1,
  .inr-bnr-content h1{
    font-size:34px;
  } 


  /* S.Mv Css End 11-12-25 */

  /* 22.12.25 */
  .rehenem-cntnt-wpr {
    max-width: 487px;
}
  /* 22.12.25 */
}

@media (max-width: 575px) {
  .header-rt-wpr {
    margin-left: 0;
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }
  .insights-items-row {
    --bs-gutter-x: 24px;
  }
  .ftr-col:nth-child(2),
  .ftr-col:nth-child(3),
  .ftr-col:nth-child(4),
  .ftr-col:nth-child(5) {
    width: 100%;
  }
  .built-img-item,
  .matters-img-outer {
    max-width: 100%;
  }
  .projects-sld .swiper-slide .slide-item {
    margin-right: 0px;
  }
  .projects-sld.swiper-slide-active {
    -webkit-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    transform: scale(1) !important;
    z-index: 30;
  }
  .projects-sld.swiper-slide-next {
    z-index: 20;
    -webkit-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    transform: scale(1) !important;
  }
  .projects-sld {
    -webkit-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    transform: scale(1) !important;
    z-index: 10;
  }
  .cntct-dtls-wpr h3 {
    margin-bottom: 20px;
  }
  .faq-bnr .inr-bnr-content h1 {
    font-size: 30px;
  }
  .faq-bnr p {
    font-size: 20px;
  }
  .accordion-title {
    line-height: 1.3;
  }
  .faq-title-wpr {
    padding-right: 40px;
  }
  .teams-img-part {
    max-width: 100%;
  }
  .teams-btn-wpr {
    padding-top: 30px;
  }
  .meridian-item-row {
    --bs-gutter-x: 24px;
  }
  .ftr-dtls-part li {
    width: 100%;
  }
  .cmn-btn {
    border-radius: 8px;
  }
  .cntct-form-fild input[type="text"],
  .cntct-form-fild input[type="tel"],
  .cntct-form-fild input[type="password"],
  .cntct-form-fild input[type="email"],
  .cntct-form-fild select,
  .cntct-form-fild input[type="number"] {
    height: 50px;
    border-radius: 10px;
  }
  .contct-submit-wpr input[type="submit"] {
    border-radius: 8px;
  }
  .inr-bnr-btn-wpr {
    max-width: 548px;
    padding: 0 12px;
  }
  .article-blg-item-row {
    --bs-gutter-x: 24px;
    --bs-gutter-y: 22px;
  }
  .team-details-in-wpr {
    max-height: 200px;
  }
  .article-img-text {
    text-align: left;
    margin: 7px auto;
  }
  .insights-sld-wpr .slick-list {
    margin: 0 -10px;
  }
  .insights-sld-item {
    padding: 0 10px;
  }
  .section-head {
    margin-bottom: 20px;
  }
  .portfolio-card-row {
    --bs-gutter-x: 24px;
  }
  .proj-dtld-features {
    max-height: 300px;
  }
  .potfolio-bnr .insight-bnr-img:first-child {
    margin-left: 135px;
  }
  .potfolio-bnr .insight-bnr-img:nth-child(2) {
    margin-left: 65px;
  }
  .potfolio-bnr .insight-bnr-img:nth-child(3) {
    margin-top: -90px;
  }
  .cntct-form-wpr input[type="text"],
  .cntct-form-wpr input[type="tel"],
  .cntct-form-wpr input[type="password"],
  .cntct-form-wpr input[type="email"],
  .cntct-form-wpr select,
  .cntct-form-wpr input[type="number"],
  .cntct-form-wpr textarea {
    height: 50px !important;
    border-radius: 10px !important;
  }
  .cntct-form-wpr select {
    padding: 4px 40px 4px 20px !important;
  }

  .cntct-form-wpr textarea {
    height: 160px !important;
  }
  /*support css update 5/12/2025*/
  .portfl-bnrrgt-pnl {
    max-width: 85%;
    margin-left: auto;
    margin-right: auto;
  }
  /*support css update 5/12/2025*/

  /* S.Mv Css Start 10-12-25 */
  .page-template-why-meridian .meridians-lt-co .meridians-img-part img, .page-template-why-meridian .meridians-lt-co .meridians-bnr-bg-img img, .page-template-why-meridian .meridians-lt-co .meridians-bnr-sml-img img {
    height: 260px !important;
}
.single-gpb_portfolio .portfolio-sec .container{
  padding:0;
}
.single-gpb_portfolio .portfolio-sec .ptflio-lt-awr {
    left: 5px;
}
.single-gpb_portfolio .portfolio-sec .ptflio-rt-awr {
    right: 5px;
}
.hm-client-sldr .slick-dots li button {
    width: 12px;
    height: 12px;
}

/* S.Mv Css End 10-12-25 */

/* S.Mv Css Start 11-12-25 */
.new-pjct-clm {
  width: 100%;
}
.project-dtls-v2-quote-btn-wpr {
    padding-top: 30px;
}

  h1,.h1-title,
  .insights-bnr-text-wpr h1,
  .inr-bnr-text-part h1,
  .inr-bnr-content h1{
    font-size:28px;
  } 

/* S.Mv Css End 11-12-25 */
/* 22.12.25 */
.hm-client-sldr .slick-arrow { 
    top: auto;
    transform: none;
    bottom: -50px; 
}
.hm-client-sldr .slick-arrow.slick-prev {
    left: calc(50% + -10px);
    transform: translateX(-100%);
}
.hm-client-sldr .slick-arrow.slick-next {
    left: 50%;
    right: auto;
}
.rehenem-cntnt-wpr {
    max-width: 487px;
    padding-bottom: 40px;
}
/* 22.12.25 */
}

@media (max-width: 479px) {
  .navbar-toggler {
    width: 25px;
  }
  .stick,
  .stick:after,
  .stick:before {
    width: 22px;
  }
  h1,
  .h1-title {
    font-size: 25px;
  }
  .cmn-btn {
    font-size: 15px;
    padding: 10px 12px;
  }
  .bnr-rt-cntnt p {
    font-size: 20px;
  }
  h2,
  .h2-title {
    font-size: 26px;
  }
  .misson-sec .section-head {
    margin-left: 0;
  }
  .mission-cntnt p {
    font-size: 27px;
    line-height: 1.2;
  }
  .misson-sec .section-head {
    margin-bottom: 17px;
  }
  .trust-sec .section-head {
    max-width: 100%;
    margin: 0 auto 25px;
  }
  .trust-sec .section-head h2 {
    font-size: 25px;
  }
  .built-text-wpr h2 {
    font-size: 25px;
  }

  .built-btn-wpr .cmn-btn {
    font-size: 16px;
  }
  .success-sec .section-head h2 {
    font-size: 24px;
  }
  .succss-btn {
    font-size: 25px;
  }
  .rehenem-cntnt-wpr p {
    font-size: 21px;
  }
  .author-name {
    font-size: 20px;
  }
  .rehenem-sec.cmn-gap {
    padding-bottom: 40px;
  }
  .matters-txet-wpr h2 {
    font-size: 25px;
  }
  .matters-txet-wpr p,
  .built-text-wpr p {
    font-size: 18px;
  }
  .matters-btn-wpr .cmn-btn {
    font-size: 19px;
  }
  .insight-sec .section-head h2 {
    font-size: 25px;
  }
  .insight-img-part {
    border-radius: 10px;
  }
  .insight-txet-wpr {
    padding: 13px 10px 10px 15px;
  }
  .matters-img-wpr {
    border-radius: 15px;
  }
  .insts-btn {
    font-size: 25px;
  }
  .insts-btn-wpr {
    padding-top: 22px;
  }
  .consulation-wpr h2 {
    font-size: 23px;
  }
  .ftr-top-part {
    padding: 40px 0 20px;
  }
  .built-img-wpr {
    border-radius: 20px;
  }
  .success-sec .section-head {
    margin-bottom: 20px;
  }
  .section-head {
    margin-bottom: 15px;
  }
  .serach-wpr {
    top: 68px;
  }
  .cntct-form-outer h2,
  .cntct-dtls-wpr h3 {
    font-size: 27px;
  }
  .cntc-icn img {
    max-width: 16px;
  }
  .cntc-icn {
    width: 40px;
    height: 40px;
  }
  .cntct-features p {
    max-width: 100%;
  }
  .cntct-form-outer h2 {
    font-size: 20px;
    margin-bottom: 17px;
  }
  .inr-bnr-content h1 {
    font-size: 35px;
  }
  .inr-bnr-sec {
    min-height: 210px;
  }
  .accordion-title {
    font-size: 20px;
  }
  .accordion-content p {
    font-size: 18px;
  }
  .faq-btn-wpr {
    padding-top: 15px;
  }
  .teams-text-part {
    padding-top: 15px;
  }
  .team-details p {
    font-size: 16px;
  }
  .faq-bnr .inr-bnr-content h1 {
    font-size: 24px;
  }

  .meridian-bold-para p,
  .meridian-para p {
    font-size: 16px;
  }
  .meridian-text-part .h3-title,
  .meridian-text-part h3 {
    font-size: 20px;
  }
  .meridian-text-part {
    padding-top: 14px;
  }
  .meridian-card {
    padding: 16px 15px 20px;
  }
  .bnr-btn {
    font-size: 16px;
  }
  .faq-bnr p {
    font-size: 16px;
  }
  .faq-btn-wpr .cmn-btn,
  .teams-btn-wpr .cmn-btn {
    padding: 10.5px 15px;
    font-size: 18px;
    min-width: 168px;
  }
  .teams-btn-wpr {
    padding-top: 21px;
  }
  .meridian-btm-part {
    padding-top: 30px;
  }
  .meridian-img-part,
  .meridian-card {
    border-radius: 10px;
  }
  .meridians-title-part h2 {
    font-size: 25px;
  }
  .meridians-item-row:nth-child(even) .meridians-title-part p {
    font-size: 16px;
  }
  .meridians-bnr-text-wpr h1 {
    font-size: 35px;
  }
  .meridians-bnr-text-wpr p {
    font-size: 20px;
  }
  .meridians-img-part,
  .meridians-bnr-sml-img {
    border-radius: 10px;
  }
  .meridians-bnr-bg-img {
    border-radius: 10px;
    margin-right: 10px;
  }
  .meridian-bnr-row {
    --bs-gutter-y: 15px;
  }
  .trust-col:nth-child(2) .trus-text-part,
  .trust-col:nth-child(5) .trus-text-part {
    max-width: 100%;
  }
  .trust-col:nth-child(4) .trus-text-part {
    max-width: 100%;
  }
  body {
    font-size: 16px;
  }
  .ftr-menu li:not(:last-child) {
    margin-bottom: 10px;
  }
  .matters-txet-wpr p,
  .built-text-wpr p {
    font-size: 16px;
  }
  .ftr-title,
  .ftr-menu li .cntct-link {
    font-size: 18px;
  }
  .ftr-title:before {
    top: 6px;
  }
  .ftr-logo {
    width: 200px;
  }
  .ftr-top-part {
    padding: 50px 0 34px;
  }
  .ftr-menu li {
    width: 100%;
  }
  .trus-text-part {
    padding: 15px 0 0;
  }
  h3,
  .h3-title {
    font-size: 19px;
  }
  .bnr-cntnt-wpr {
    margin: 0 -12px;
    position: relative;
  }
  .cntc-text {
    font-size: 16px;
  }
  .cntc-submit-feild {
    width: 100%;
  }
  .insight-bnr-img:nth-child(2) {
    margin-left: 50px;
  }
  .insight-bnr-img {
    max-width: 270px;
    border-radius: 10px;
  }
  .insights-row {
    --bs-gutter-y: 24px;
  }
  .insights-bnr-text-wpr h1 {
    font-size: 30px;
    max-width: 100%;
  }

  .article-text-outer p {
    font-size: 16px;
  }
  .article-text-outer p:not(:last-child) {
    margin-bottom: 15px;
  }
  .blog-img-part {
    border-radius: 10px;
  }
  .article-blog-card {
    padding: 14px 14px 17px;
    border-radius: 10px;
  }
  .article-blog-text-part .h3-title,
  .article-blog-text-part h3 {
    font-size: 18px;
  }
  .msn-bnr .bnr-btn {
    min-width: 1px;
  }
  .bnr-btn {
    min-width: 1px;
    padding: 8.7px 20px;
  }
  .portfolio-sec .section-head h2 {
    font-size: 26px;
  }
  .article-main-sec .section-head p {
    font-size: 18px;
  }
  .article-bnr-img,
  .artcle-img {
    border-radius: 10px;
  }
  .industry-card-img,
  .inr-bnr-img-part {
    border-radius: 10px;
  }
  .industry-card-row {
    margin-bottom: 30px;
  }
  .industry-text-wpr .h3-title,
  .industry-text-wpr h3 {
    margin-bottom: 10px;
  }
  .industry-card-row {
    --bs-gutter-y: 15px;
  }
  .portfolio-bnr-sec .section-head p {
    font-size: 16px;
  }
  .insights-bnr-sec {
    padding: 60px 0 20px;
  }
  .portfolio-card,
  .portfolio-img-par,
  .proj-dtld-img-wpr,
  .proj-img-wpr {
    border-radius: 10px;
  }
  .portfolio-text-part .h3-title,
  .portfolio-text-part h3 {
    font-size: 20px;
  }
  .proj-dtld-features:not(:last-child) {
    margin-bottom: 10px;
  }
  .proj-dtld-features {
    max-height: 190px;
  }
  .proj-bnr-row {
    --bs-gutter-y: 20px;
  }
  .individual-proj-bnr-sec.faq-bnr.inr-bnr-sec {
    padding: 40px 0 40px;
  }
  .meridian-text-sec .section-head h2 {
    font-size: 23px;
  }
  .intro-card-sec .section-head {
    margin-bottom: 20px;
  }
  .meridian-text-sec .section-head h2,
  .industry-card-sec .section-head h2 {
    font-size: 27px;
  }
  .industry-text-wpr .h3-title,
  .industry-text-wpr h3 {
    font-size: 24px;
  }
  .potfolio-bnr .insight-bnr-img {
    max-width: 232px;
  }
  .ftr-col:nth-child(5) .ftr-menu li:last-child a {
    font-size: 18px;
  }

  .cntct-form-wpr [type="submit"] {
    max-width: 100% !important;
    border-radius: 8px !important;
  }
  /*support css update 5/12/2025*/
  .potfolio-bnr.portfl-rgtbnr .insight-bnr-img:nth-child(2) {
    margin-top: -50px;
    margin-left: -50px;
  }
  .potfolio-bnr.portfl-rgtbnr .insight-bnr-img:last-child {
    margin-left: -90px;
    margin-top: -50px;
  }
  /*support css update 5/12/2025*/
    /*support css update 9/12/2025*/
    .test-namebx h3{
      font-size: 19px;
    }
    .testi-item{
      padding: 24px 20px;
    }
      /*support css update 9/12/2025*/

  /*support css update 11/12/2025*/
        h1,.h1-title,
    .insights-bnr-text-wpr h1,
    .inr-bnr-text-part h1,
    .inr-bnr-content h1{
      font-size:26px;
    } 
    /*support css update 11/12/2025*/
    /* 22.12.25 */
    .intro-card-sec .solutn-intro-topsec p {
    font-size: 32px;
}
    /* 22.12.25 */

}
@media (max-width: 379px) {
  .insight-bnr-img:nth-child(2) {
    margin-top: -80px;
  }
  .insight-bnr-img:nth-child(3) {
    margin-top: -70px;
  }
  .insight-bnr-img {
    max-width: 200px;
  }
}
