/*!
Theme Name: Oak-Interactive
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: oak-interactive
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.

Oak-Interactive 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=Poppins:wght@400;500;600;700&display=swap");

/* font-family: 'Roboto', sans-serif; */

/* body,
html {
    overflow-x: hidden;
} */
/* body,html{
    width: 100%;
} */
/* 15-02-2024 css start(DD)*/
/* :root {
  --white-color: #ffffff;
  --black-color: #000000;
  --body-color: #606060;
  --hding-color: #312414;
  --primay-color: #85b444;
  --body-font: "Poppins", sans-serif;
} */
:root {
  --white-color: #ffffff;
  --black-color: #1d1d1b;
  --body-color: #606060;
  --hding-color: #392a1a;
  --primay-color: #7c9b42;
  --darkOrange-color: #732706;
  --body-font: "Poppins", sans-serif;
}

::-moz-selection {
  /* Code for Firefox */
  color: var(--white-color);
  background: var(--primay-color);
}

::selection {
  color: var(--white-color);
  background: var(--primay-color);
}

/* 15-02-2024 css end(DD)*/
body {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  font-weight: 400;
  font-style: normal;
  color: #606060;
  font-size: 16px;
  line-height: 1.6;
  background-color: #fff;
}

:root {
  scroll-behavior: inherit;
}

b,
strong {
  font-weight: 700;
}

p {
  margin: 0 0 22px 0;
}

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

h1,
.h1-title,
h2,
.h2-title h3,
.h3-title,
h4,
.h4-title,
h5,
.h5-title,
h6 {
  margin: 0 0 25px 0;
  padding: 0;
  color: var(--hding-color);
  font-weight: 700;
  text-transform: capitalize;
}

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: 70px;
  line-height: 1;
}

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

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

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

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

a {
  margin: 0;
  padding: 0;
  text-decoration: none !important;
  outline: none !important;
  color: var(--hding-color);
  -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: var(--primay-color);
}

img {
  max-width: 100%;
}

input[type="text"],
input[type="tel"],
input[type="password"],
input[type="email"],
select {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* 15-02-2024 css start (DD) */
  /* color: #000; */
  color: var(--black-color);
  /* 15-02-2024 css end */
  height: 60px;
  padding: 0 19px !important;
  outline: none !important;
  border-radius: 4px;
  border: 1px solid #bfbfbf;
  background-color: #fefbfb;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 4px;
  padding: 12px 19px !important;
  width: 100%;
  /* 15-02-2024 css start (DD) */
  /* color: #000; */
  color: var(--black-color);
  /* 15-02-2024 css end */
  height: 140px !important;
  outline: none !important;
  border-radius: 4px;
  border: 1px solid #bfbfbf;
  background: #fefbfb;
  resize: none;
}

select {
  border: 1px solid rgba(255, 255, 255, 0.7);
  width: 100%;
  padding: 0 11px;
  background: url(new_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"] {
  /* 15-02-2024 css start (DD) */
  /* background: #312414; */
  background: var(--hding-color);
  /* 15-02-2024 css end (DD) */
  color: #fff;
  height: 60px;
  /* 15-02-2024 css start (DD) */
  /* border: 1px solid #312414; */
  border: 1px solid var(--hding-color);
  /* 15-02-2024 css end (DD) */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  padding-left: 49px;
  padding-right: 49px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  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 {
  /* 15-02-2024 css start (DD) */
  /* background: #fff; */
  /* color: #312414; */
  color: var(--white-color);
  background: var(--primay-color);
  /* 15-02-2024 css end */
}

::-webkit-input-placeholder {
  opacity: 0.7;
  /* 15-02-2024 css start (DD) */
  /* color: #000; */
  color: var(--black-color);
  /* 15-02-2024 css end */
}

:-ms-input-placeholder {
  opacity: 0.7;
  /* 15-02-2024 css start (DD) */
  /* color: #000; */
  color: var(--black-color);
  /* 15-02-2024 css end */
}

::-moz-placeholder {
  opacity: 0.7;
  /* 15-02-2024 css start (DD) */
  /* color: #000; */
  color: var(--black-color);
  /* 15-02-2024 css end */
}

:-moz-placeholder {
  opacity: 0.7;
  /* 15-02-2024 css start (DD) */
  /* color: #000; */
  color: var(--black-color);
  /* 15-02-2024 css end */
}

/* 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(new_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;
  /* 15-02-2024 css start (DD) */
  /* border: 2px solid #000000; */
  border: 2px solid var(--black-color);
  /* 15-02-2024 css end */
  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);
}

/* navbar*/

.navbar-brand {
  padding: 0;
  margin: 0;
  width: 170px;
  display: inline-block;
}

.navbar {
  background: none;
  margin: 0;
  padding: 0;
  min-height: inherit;
  height: inherit;
  border: none;
  border-radius: 0;
}

.navbar-nav li {
  position: relative;
  list-style: none;
}

.navbar-nav>li {
  /* margin: 0 17px;
    padding: 20px 0; */
  padding: 0 17px;
  position: relative;
}

.navbar-nav>li:last-child {
  padding-right: 0 !important;
}

.navbar-nav>li:first-child {
  padding-left: 0;
}

.navbar-nav>li>a {
  color: #123800;
  font-size: 18px;
  line-height: 1.2;
  position: relative;
  font-weight: normal;
  text-transform: capitalize;
}

.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%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  -o-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(--primay-color);
}

.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: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  width: 140px;
  padding: 0;
}

.sub-menu>li>a {
  /* 15-02-2024 css start (DD) */
  /* color: #000; */
  color: var(--black-color);
  /* 15-02-2024 css end */
  display: block;
  width: 100%;
  padding: 6px 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}

.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 {
  background: #eab71e;
  color: #fff;
}

.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*/
ul {
  margin: 0;
  padding: 0;
}

.cmn-gap {
  padding: 100px 0;
}

.main-head {
  padding: 10px 0;
  background: var(--white-color);
}

.hd-search {
  padding-left: 48px;
  padding-right: 29px;
}

.hd-sech {
  padding-left: 13px;
  border-left: 1px solid rgba(0, 0, 0, 0.3);
}

.sch-hd {
  color: #123800;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 1.53px;
  text-transform: uppercase;
  margin-bottom: 7px;
}

.sch-tel {
  display: inline-block;
  color: var(--black-color);
  font-size: 26px;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.sch-tel:hover {
  color: var(--primay-color);
}

.search-wrap {
  position: relative;
}

#search-bar {
  display: none;
  position: absolute;
  top: 59px;
  left: 0;
  z-index: 3;
  width: 300px;
  background: #fff;
  padding: 20px;
}

#search-bar input[type="search"] {
  width: 100%;
  height: 45px;
  padding: 0 42px 0 16px;
  /* 15-02-2024 css start (DD) */
  /* border: 1px solid #000; */
  border: 1px solid var(--black-color);
  /* 15-02-2024 css end */
}

#search-bar input[type="search"]:focus {
  outline: none;
}

.search-bar-icon {
  background: url(new_images/search.svg) no-repeat center right 16px;
  background-size: 18px;
}

/* banner-sec */
.banner-sec {
  position: relative;
  min-height: 700px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.banner-sec:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear,
      left top,
      right top,
      from(rgba(0, 0, 0, 0.9)),
      color-stop(50%, rgba(9, 9, 121, 0)),
      to(rgba(0, 0, 0, 0.4234068627450981)));
  background: -o-linear-gradient(left,
      rgba(0, 0, 0, 0.9) 0%,
      rgba(9, 9, 121, 0) 50%,
      rgba(0, 0, 0, 0.4234068627450981) 100%);
  background: linear-gradient(90deg,
      rgba(0, 0, 0, 0.9) 0%,
      rgba(9, 9, 121, 0) 50%,
      rgba(0, 0, 0, 0.4234068627450981) 100%);
  z-index: -1;
}

.bnr-cnt {
  max-width: 690px;
  padding: 100px 0;
}

.bnr-hd {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 5.89px;
  text-transform: uppercase;
  padding-right: 28px;
}

.bnr-hd:before {
  content: "";
  position: absolute;
  width: 67px;
  height: 1px;
  right: -50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: var(--white-color);
  z-index: 2;
}

.banner-sec h1 {
  color: var(--white-color);
}

.ply-outer {
  width: 142px;
  height: 142px;
  border-radius: 50%;
  border: 0.4px solid #9e9999;
  padding: 12px;
}

.ply-mid {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 0.6px solid #e9e9e9;
  padding: 18px;
}

.ply-inner {
  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: 100%;
  height: 100%;
  border-radius: 50%;
  background: var(--white-color);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.ply-btn {
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.ply-btn::before {
  content: "";
  position: absolute;
  right: -150px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 130px;
  height: 1px;
  background: -webkit-gradient(linear,
      left top,
      right top,
      from(rgba(255, 255, 255, 0)),
      color-stop(102.59%, #fff));
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #fff 102.59%);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 102.59%);
}

.ply-btn:hover .ply-inner {
  background: var(--primay-color);
}

.ply-btn:hover .ply-inner img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.ply-inner img {
  width: 22px;
  height: 28px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.reach-btn {
  position: fixed;
  top: 50%;
  right: 0;
  width: 182px;
  padding: 18px 10px;
  text-align: center;
  display: inline-block;
  color: var(--black-color);
  background: var(--white-color);
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateX(64px) translateY(-50%) rotate(-90deg);
  -ms-transform: translateX(64px) translateY(-50%) rotate(-90deg);
  transform: translateX(64px) translateY(-50%) rotate(-90deg);
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  /* transform-origin: bottom right; */
  z-index: 3;
}

.reach-btn:hover {
  background: var(--primay-color);
  color: var(--white-color);
}

/* what-sec */
.sec-hd-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sec-lft {
  max-width: 559px;
  padding-right: 15px;
}

.cmn-btn {
  display: inline-block;
  color: var(--black-color);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  text-transform: capitalize;
  border: 1px solid var(--black-color);
  padding: 15px 20px;
  background: var(--white-color);
}

.cmn-btn:hover {
  background: var(--primay-color);
  color: var(--white-color);
  border: 1px solid var(--primay-color);
}

.what-sec .sec-hd {
  margin-bottom: 76px;
}

.what-tab-box {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.what-tab-list {
  list-style: none;
  padding: 0;
  width: 35%;
}

.what-tab-list>li {
  padding: 19px 0;
  border: none;
  border-top: 1px solid #e6e6e6 !important;
  background: none !important;
}

.what-tab-list>li:first-child {
  border-top-color: transparent !important;
  padding-top: 0;
}

.what-tab-list>li.resp-tab-active+li {
  border-top-color: transparent !important;
}

.what-tab-list>li.resp-tab-active .what-tab-item {
  background: var(--white-color);
  -webkit-box-shadow: 0px 0px 53px 0px rgba(53, 37, 17, 0.12);
  box-shadow: 0px 0px 53px 0px rgba(53, 37, 17, 0.12);
}

.what-tab-list>li.resp-tab-active .what-tab-item .what-item-lft h3 {
  color: var(--primay-color);
}

.what-tab-list>li.resp-tab-active .what-tab-item .what-item-rgt {
  opacity: 1;
}

.what-tab-item {
  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;
  padding: 11px 17px 11px 8px;
  border-radius: 3px;
  background: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.what-tab-item:hover .what-item-lft h3 {
  color: var(--primay-color);
}

.what-tab-item:hover .what-item-rgt {
  opacity: 1;
}

.what-item-lft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.what-item-img {
  width: 51px;
  height: 51px;
  border-radius: 50%;
  background: #f0f0f0;
  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;
  margin-right: 19px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.what-item-lft h3 {
  color: #717171;
  font-size: 20px;
  font-weight: 500;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.what-item-rgt {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  opacity: 0;
  padding-left: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.what-tab-cnt {
  padding-left: 30px;
  width: 65%;
}

.what-tab-cnt-hd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 28px;
}

.what-tab-cnt-lft {
  width: 30%;
}

.what-tab-cnt-lft h3 {
  color: var(--primay-color);
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: capitalize;
}

.what-tab-cnt-rgt {
  width: 70%;
  padding-left: 15px;
}

.cmn-btn-2 {
  padding: 15px 22px;
  display: inline-block;
  color: var(--white-color);
  background: var(--hding-color);
  border: 1px solid var(--hding-color);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  text-transform: capitalize;
}

.cmn-btn-2:hover {
  /* 15-02-2024 css start (DD) */
  /*  color: var(--hding-color);
  background: var(--white-color); */
  color: var(--white-color);
  background: var(--primay-color);
  border-color: var(--primay-color);
  /* 15-02-2024 css end (DD) */
}

.what-tab-cnt-rgt p {
  color: #808ea3;
}

.what-wrap {
  position: relative;
}

.what-big-txt {
  position: absolute;
  /* top: 199px; */
  top: 43%;
  right: 0;
  /* font-size: 75px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.375px;
  text-transform: uppercase; */
  /* margin-bottom: -47px; */
  /* -webkit-text-fill-color: white;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #f2f2f2; */
  /* -webkit-text-fill-color: #ffffff;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #666666ed; */
  z-index: -1;
  color: #000000;
}

.featured_wrok_sec .btn_cont {
  text-align: center;
  margin-top: 30px;
}

.btn_cont .cmn-btn {
  border: transparent;
}

.btn_cont .cmn-btn:hover {
  color: var(--white-color);
}

.footer_btm_wrap p a {
  /* 15-02-2024 css start (DD) */
  /*  color: #121212; */
  color: var(--black-color);
  /* 15-02-2024 css end */
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.footer_btm_wrap p a:hover {
  /* 15-02-2024 css start (DD) */
  /* color: var(--primay-color); */
  color: #69882f;
  /* 15-02-2024 css end (DD) */
}

.sec-hd {
  margin-bottom: 40px;
}

.featured_wrok_sec {
  /* 15-02-2024 css start (DD) */
  /* background: #312414; */
  background: var(--hding-color);
  /* 15-02-2024 css end */
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.featured_wrok_sec .shape {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}

.featured_wrok_card {
  position: relative;
  z-index: 1;
}

.featured_wrok_card a {
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.featured_wrok_card a:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.featured_wrok_card img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.featured_wrok_card:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      color-stop(53.39%, rgba(0, 0, 0, 0)),
      to(rgba(0, 0, 0, 0.6)));
  background: -o-linear-gradient(top,
      rgba(0, 0, 0, 0) 53.39%,
      rgba(0, 0, 0, 0.6) 100%);
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0) 53.39%,
      rgba(0, 0, 0, 0.6) 100%);
  z-index: 1;
  pointer-events: none;
}

.hm_blog_row {
  margin: -15px;
}

.hm_blog_row .item {
  margin: 15px;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.04);
}

.hm_blog_row .content {
  padding: 22px 15px;
}

.hm_blog_row figure {
  margin-bottom: 0px;
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
  position: relative;
}

.hm_blog_row figure img {
  height: 224px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hm_blog_row figure:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hm_blog_row figure img {
  width: 100%;
}

.hm_blog_row .content span {
  color: #717171;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  text-transform: capitalize;
  display: block;
  margin-bottom: 16px;
}

.hm_blog_row .content h3 {
  /* 15-02-2024 css start (DD) */
  /*  color: #121212; */
  color: var(--black-color);
  /* 15-02-2024 css end */
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  text-transform: capitalize;
  /* margin-bottom: 16px; */
}

.hm_blog_row .content h3 a {
  /* 15-02-2024 css start (DD) */
  /*  color: #121212; */
  color: var(--black-color);
  /* 15-02-2024 css end */
}

.hm_blog_row .content h3 a:hover {
  color: var(--primay-color);
}

.hm_blog_row .content p {
  color: #717171;
}

.hm_blog_row .content .btn_cont {
  margin-top: 20px;
}

.hm_blog_row .content .btn_cont a {
  /* 15-02-2024 css start (DD) */
  /* color: #312414; */
  color: var(--hding-color);
  /* 15-02-2024 css end */
  font-size: 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hm_blog_row .content .btn_cont a img {
  margin-left: 10px;
  width: 12px;
  height: 12px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hm_blog_row .content .btn_cont a:hover {
  color: var(--primay-color);
  border-color: var(--primay-color);
}

.hm_blog_row .content .btn_cont a:hover img {
  -webkit-filter: brightness(0) saturate(100%) invert(74%) sepia(9%) saturate(2857%) hue-rotate(42deg) brightness(92%) contrast(70%);
  filter: brightness(0) saturate(100%) invert(74%) sepia(9%) saturate(2857%) hue-rotate(42deg) brightness(92%) contrast(70%);
}

.hm_blog_row .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  width: 70px;
  height: 70px;
  font-size: 0px;
  border-radius: 100%;
  border: 0px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  background-position: center;
  background-size: 10px;
  background-repeat: no-repeat;
}

.hm_blog_row .slick-prev {
  left: -90px;
  background-image: url("new_images/caret-arrow-lt.svg");
}

.hm_blog_row .slick-next {
  right: -90px;
  left: auto;
  background-image: url("new_images/caret-arrow-rt.svg");
}

.find_us_sec .map_wrap iframe {
  width: 100%;
  height: 430px;
  display: block;
}

.footer_top {
  padding: 70px 0px 55px;
}

.footer_logo a {
  display: inline-block;
}

.footer_logo {
  margin-bottom: 40px;
}

.footer_dtls ul {
  list-style: none;
  padding: 0px;
  max-width: 230px;
}

.footer_dtls li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* 15-02-2024 css start (DD) */
  /*  color: #121212; */
  color: var(--black-color);
  /* 15-02-2024 css end */
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer_dtls li a {
  /* 15-02-2024 css start (DD) */
  /*  color: #121212; */
  color: var(--black-color);
  /* 15-02-2024 css end */
}

.footer_dtls li img {
  margin-right: 25px;
  width: 22px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.footer_dtls li+li {
  margin-top: 25px;
}

.ft-title {
  font-size: 20px;
  font-weight: 500;
  color: var(--black-color);
  text-transform: capitalize;
}

.ft-title:after {
  content: "";
  width: 170px;
  height: 1px;
  /* 15-02-2024 css start (DD) */
  /* background: #121212; */
  background: var(--black-color);
  /* 15-02-2024 css end */
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
}

.ft_links ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.ft_links li {
  /* 15-02-2024 css start (DD) */
  /*  color: #121212; */
  color: var(--black-color);
  /* 15-02-2024 css end */
  text-transform: capitalize;
}

.ft_links a {
  /* 15-02-2024 css start (DD) */
  /*  color: #121212; */
  color: var(--black-color);
  /* 15-02-2024 css end */
}

.ft_links li.active a {
  padding-left: 5px;
  /* 15-02-2024 css start (DD) */
  /* color: var(--primay-color); */
  color: #69882f;
  /* 15-02-2024 css end */
}

.ft_links li+li {
  margin-top: 10px;
}

.ft_links a:hover {
  padding-left: 5px;
  /* 15-02-2024 css start (DD) */
  /* color: var(--primay-color); */
  color: #69882f;
  /* 15-02-2024 css end */
}

.ft_social {
  margin-top: 20px;
}

.ft_social ul {
  list-style: none;
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ft_social a {
  display: inline-block;
}

.ft_social li+li {
  margin-left: 25px;
}

.ft_social a img {
  max-width: 20px;
}

.ft_social a:hover {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}

.footer_dtls li a:hover {
  /* 15-02-2024 css start (DD) */
  /* color: var(--primay-color); */
  color: #69882f;
  /* 15-02-2024 css end (DD) */
}

.footer_btm .footer_btm_wrap {
  padding: 28px 0px;
  text-align: center;
  border-top: 1px solid #060606;
}

.footer_btm .footer_btm_wrap p {
  /* 15-02-2024 css start (DD) */
  /*  color: #121212; */
  color: var(--black-color);
  /* 15-02-2024 css end */
}

.featured_wrok_card a {
  display: block;
}

.caption_text {
  position: absolute;
  bottom: 0;
  left: 0px;
  width: 100%;
  z-index: 2;
  padding: 45px 35px;
}

.caption_text h3 {
  color: #fff;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  text-transform: capitalize;
}

/* SERVICE PAGE */

.inner-banner-sec {
  min-height: 620px;
}

.service-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 5px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.08);
  padding: 19px 17px;
}

.btn_cont .cmn-btn {
  /* 15-02-2024 css start (DD) */
  /* color: #312414; */
  color: var(--hding-color);
  /* 15-02-2024 css end */
}

.ser-img {
  display: inline-block;
  width: 53%;
  border-radius: 5px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.ser-img img {
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.ser-img:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.service-cnt-rgt {
  width: 47%;
  padding-left: 20px;
  text-align: center;
}

.service-cnt-rgt h3 {
  /* 15-02-2024 css start (DD) */
  /* color: #000; */
  color: var(--black-color);
  /* 15-02-2024 css end */
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 8px;
}

.service-btn {
  display: inline-block;
  color: var(--white-color);
  border-radius: 3px;
  /* 15-02-2024 css start (DD) */
  /* background: #9BCB59;  
    border: 1px solid #9BCB59;*/
  background: var(--primay-color);
  border: 1px solid var(--primay-color);
  /* 15-02-2024 css end */
  font-size: 17px;
  font-weight: 400;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 11px 24px;
}

.service-cnt-rgt p {
  margin-bottom: 20px;
}

.service-btn:hover {
  /* 15-02-2024 css start (DD) */
  /* color: #9BCB59; */
  color: var(--primay-color);
  /* 15-02-2024 css end */
  background: var(--white-color);
}

.service-row {
  margin: -15px -15px;
}

.service-col {
  padding: 15px 15px;
}

.ch-lft-img {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 26px;
}

.ch-rgt-img {
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 30px;
}

.ch-rgt-img:last-child {
  margin-bottom: 0;
}

.ch-rgt-img img {
  width: 100%;
}

.ch-outr {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  border: 0.4px solid #9e9999;
  padding: 8px;
}

.ch-mid {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 0.6px solid #e9e9e9;
  padding: 10px;
}

.ch-inner {
  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: 100%;
  height: 100%;
  border-radius: 50%;
  background: var(--white-color);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.ch-inner img {
  width: 12px;
  height: 15px;
}

.ch-video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.ch-video a {
  display: inline-block;
  position: relative;
}

.view-slider-img {
  border-radius: 5px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.view-slider-img:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.view-slider-img img {
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.view-row .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  width: 60px;
  height: 60px;
  font-size: 0px;
  border-radius: 100%;
  border: 0px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  background-position: center;
  background-size: 10px;
  background-repeat: no-repeat;
}

.view-row .slick-prev {
  left: -90px;
  background-image: url("new_images/caret-arrow-lt.svg");
}

.view-row .slick-next {
  right: -90px;
  left: auto;
  background-image: url("new_images/caret-arrow-rt.svg");
}

.view-row .slick-list {
  margin: 0 -14px;
}

.view-slide {
  padding: 0 14px;
}

.player-lst {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: 40px;
}

.player-lst>li h3 {
  /* 15-02-2024 css start (DD) */
  /* color: #000; */
  color: var(--black-color);
  /* 15-02-2024 css end */
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  text-transform: capitalize;
  margin-bottom: 22px;
}

.player-lst>li {
  padding-bottom: 30px;
}

.player-lst>li:last-child {
  padding-bottom: 0;
}

.ch-row {
  margin: 0 -15px;
}

.ch-col {
  padding: 0 15px;
}

.innner-blog-img {
  display: inline-block;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-bottom: 10px;
}

.innner-blog-img img {
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.innner-blog-img:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.inner-blog-box h3 {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.24px;
  text-transform: capitalize;
  margin-bottom: 13px;
}

.inner-blog-box h3 a {
  display: inline-block;
  /* 15-02-2024 css start (DD) */
  /*  color: #222; */
  color: var(--black-color);
  /* 15-02-2024 css end */
}

.inner-blog-box h3 a:hover {
  color: var(--primay-color);
}

.blog-date {
  display: inline-block;
  /* 15-02-2024 css start (DD) */
  /*  color: #121212; */
  color: var(--black-color);
  /* 15-02-2024 css end */
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 10px;
}

.inner-blog-box p {
  color: #626262;
  /* text-transform: lowercase; */
  margin-bottom: 19px;
}

.inner-blog-lft-row {
  margin: -18px -15px;
}

.inner-blog-lft-col {
  padding: 18px 15px;
}

.inner-blog-row {
  margin: -15px -15px;
}

.inner-blog-col {
  padding: 15px 15px;
}

.inner-blog-rgt-box {
  background: #f8f8fa;
  padding: 22px 32px;
}

.inner-blog-rgt-cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 14px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.inner-blog-rgt-cnt:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.inner-blog-rgt-cnt:first-child {
  padding-top: 0;
}

.inner-blog-rgt-img {
  display: inline-block;
  overflow: hidden;
  width: 70px;
  height: 60px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.inner-blog-rgt-img:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.inner-blog-rgt-txt {
  width: calc(100% - 70px);
  padding-left: 19px;
}

.inner-blog-rgt-txt h3 {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.2px;
  text-transform: capitalize;
  margin-bottom: 6px;
}

.inner-blog-rgt-txt h3 a {
  color: #222;
  display: inline-block;
}

.inner-blog-rgt-txt h3 a:hover {
  color: var(--primay-color);
}

.blog-date-1 {
  display: inline-block;
  /* 15-02-2024 css start (DD) */
  /*  color: #121212; */
  color: var(--black-color);
  /* 15-02-2024 css end */
  font-size: 14px;
  font-weight: 400;
}

.abt-rgt-cnt {
  padding: 34px;
  background: #f8f8fa;
  margin-bottom: 42px;
  border-radius: 5px;
}

.abt-hd {
  max-width: 264px;
  margin: 0 auto 25px;
}

.abt-hd h3 {
  /* 15-02-2024 css start (DD) */
  /* color: #000; */
  color: var(--black-color);
  /* 15-02-2024 css end */
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.24px;
  text-transform: capitalize;
  text-align: center;
}

.abt-rgt-row {
  margin: -10px -10px;
}

.abt-rgt-col {
  padding: 10px 10px;
}

.team-box {
  padding: 7px 7px 22px;
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 0px 2px 30px 0px rgba(46, 126, 143, 0.15);
  box-shadow: 0px 2px 30px 0px rgba(46, 126, 143, 0.15);
  display: block;
  width: 100%;
}

.team-img {
  overflow: hidden;
  border-radius: 10px 10px 3px 3px;
  margin-bottom: 17px;
}

.team-box h3 {
  /* 15-02-2024 css start (DD) */
  /* color: #000; */
  color: var(--black-color);
  /* 15-02-2024 css end */
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.team-desg {
  display: block;
  color: #9b9b9b;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}

.team-row {
  margin: -15px -15px;
}

.team-col {
  padding: 15px 15px;
}

.abt-lft-cnt h3 {
  color: var(--hding-color);
  font-size: 45px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 20px;
  line-height: 1.3;
}

.ch-lft-cnt h3 {
  color: var(--hding-color);
  font-size: 45px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 20px;
  line-height: 1.2;
}

/* 19-02-2024 css start (DD) */
.work-lft-cnt iframe {
  max-width: 100%;
}

/* 19-02-2024 css end (DD) */
.work-lft-cnt h3 {
  color: var(--hding-color);
  font-size: 40px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 20px;
  line-height: 1.3;
}

.page-template-default .work-lft-cnt h2 {
  font-size: 48px;
  line-height: 1.2;
}

.bnr-cnt p {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  text-transform: capitalize;
}

.work-lft-cnt ul {
  margin-bottom: 20px;
}

.ch-lft-cnt ul {
  margin-bottom: 20px;
}

.ch-lft-cnt ul>li {
  padding-bottom: 20px;
  padding-left: 34px;
  position: relative;
  list-style: none;
}

.ch-lft-cnt ul>li:last-child {
  padding-bottom: 0;
}

.ch-lft-cnt ul>li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 19px;
  height: 17px;
  background: url(new_images/wright.svg) no-repeat center left;
  background-size: 19px;
}

.paid-rgt-box {
  padding: 13px 13px 26px;
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 0px 2px 30px 0px rgba(46, 126, 143, 0.15);
  box-shadow: 0px 2px 30px 0px rgba(46, 126, 143, 0.15);
  margin-bottom: 25px;
}

.paid-rgt-box h3 {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
}

.ply-sound {
  display: inline-block;
  padding: 14px 11px;
  border-radius: 6px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(53, 37, 17, 0.06);
  box-shadow: 0px 0px 20px 0px rgba(53, 37, 17, 0.06);
}

.paid-rgt-box h3 a {
  /* 15-02-2024 css start (DD) */
  /* color: #000; */
  color: var(--black-color);
  /* 15-02-2024 css end */
}

.paid-rgt-box h3 a:hover {
  color: var(--primay-color);
}

.paid-rgt-img {
  display: inline-block;
  overflow: hidden;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-bottom: 18px;
}

.paid-rgt-img img {
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.paid-rgt-img:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.ch-lft-img img {
  width: 100%;
}

.con-del-img {
  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: 8px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: 0px 0px 30px rgba(255, 151, 1, 0.17);
  box-shadow: 0px 0px 30px rgba(255, 151, 1, 0.17);
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.con-del-img i {
  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: 100%;
  height: 100%;
  border-radius: 50%;
  /* 15-02-2024 css start (DD) */
  /* background: #67302C; */
  background: var(--darkOrange-color);
  /* 15-02-2024 css end */
  -webkit-box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.18);
}

.con-det {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #e2e1dc;
  border-radius: 5px;
}

.con-det:first-child {
  padding-top: 0;
}

.con-del-txt {
  padding-left: 13px;
}

.con-del-txt h3 {
  /* 15-02-2024 css start (DD) */
  /* color: #000; */
  color: var(--black-color);
  /* 15-02-2024 css end */
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 4px;
}

.con-del-txt p {
  margin-bottom: 12px;
}

.tel-cont {
  color: #535353;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}

.tel-cont:hover {
  color: var(--primay-color);
}

.con-lft-tp {
  margin-bottom: 50px;
}

.want-sub {
  /* 15-02-2024 css start (DD) */
  /* color: #000; */
  color: var(--black-color);
  /* 15-02-2024 css end */
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 15px;
}

.con-lft-btm h3 {
  /* 15-02-2024 css start (DD) */
  /* color: #000; */
  color: var(--black-color);
  /* 15-02-2024 css end */
  font-size: 50px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 11px;
}

.cont-rgt-cnt strong {
  /* 15-02-2024 css start (DD) */
  /* color: #000; */
  color: var(--black-color);
  /* 15-02-2024 css end */
}

.cont-frm-bx:not(:last-child) {
  margin-bottom: 26px;
}

.cont-rgt-cnt p {
  margin-bottom: 30px;
}

.inner-blog-bck {
  background: #f1f8f8;
}

.cmn-btn-blg {
  padding: 10px 21px;
  border-radius: 3px;
}

.paid-sec h2 {
  /* line-height: 1.4; */
  font-size: 32px;
}

.con-lft-col {
  padding-right: 100px;
  padding-top: 100px;
}

.con-rgt-col {
  padding-left: 40px;
  padding-top: 100px;
  background: #fff;
}

.contact-sec {
  position: relative;
  z-index: 1;
}

.contact-sec::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
  height: 100%;
  background: url(new_images/con-lyr.png) no-repeat center;
  background-size: cover;
  z-index: -1;
}

.paid-row {
  padding-bottom: 100px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.inner-blog-rgt-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.work-case-study-sec .top-nav-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -15px -15px 35px;
  list-style: none;
}

.work-case-study-sec .resp-tabs-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 0 50px;
  list-style: none;
  padding: 0;
}

.work-case-study-sec {
  position: relative;
  z-index: 1;
}

.work-case-study-sec .tnav-item {
  width: 33.33333333%;
  padding: 15px;
}

.top-nav-bar li {
  width: 24%;
  /* margin-right: 30px; */
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 8px;
  margin-right: 10px;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #e5e9eb;
  background: #fcfcfc !important;
  color: #565656;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  text-transform: capitalize;
  transition: 0.5s all;
  cursor: pointer;
}

.top-nav-bar li.resp-tab-active,
.top-nav-bar li:hover {
  /* 15-02-2024 css start (DD) */
  /* background: #9bcb59 !important; */
  background: var(--primay-color) !important;
  /* 15-02-2024 css end (DD) */
  color: #fff;
}

.top-nav-bar li:last-child {
  margin-right: 0;
}

.work-case-study-sec .tnav-item a {
  display: block;
  padding: 15px 35px;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #e5e9eb;
  background: #fcfcfc;
  /* 15-02-2024 css start (DD) */
  /*  color: #565656; */
  color: var(--hding-color);
  /* 15-02-2024 css end */
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  text-transform: capitalize;
}

.work-case-study-sec .tnav-item a:hover,
.work-case-study-sec .tnav-item a.active {
  /* 15-02-2024 css start (DD) */
  /* background: #9BCB59; */
  background: var(--primay-color);
  /* 15-02-2024 css end */
  color: #fff;
}

.work-case-study-block-row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 30px;
}

.work-case-study-block-card {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 3px;
  overflow: hidden;
}

.work-case-study-block-card .caption-wrap {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  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;
  /* 15-02-2024 css start (DD) */
  /* background: -webkit-gradient(linear,
      left bottom,
      left top,
      from(rgba(155, 203, 89, 0.85)),
      to(rgba(155, 203, 89, 0.85)));
  background: -o-linear-gradient(bottom,
      rgba(155, 203, 89, 0.85) 0%,
      rgba(155, 203, 89, 0.85) 100%);
  background: linear-gradient(0deg,
      rgba(155, 203, 89, 0.85) 0%,
      rgba(155, 203, 89, 0.85) 100%); */
  background: -webkit-gradient(linear,
      left bottom,
      left top,
      from(rgb(124 155 67 / 90%)),
      to(rgb(124 155 67 / 90%)));
  background: -o-linear-gradient(bottom,
      rgba(155, 203, 89, 0.85) 0%,
      rgba(155, 203, 89, 0.85) 100%);
  background: linear-gradient(0deg,
      rgb(124 155 67 / 90%) 0%,
      rgb(124 155 67 / 90%) 100%);
  /* 15-02-2024 css end (DD) */
  color: var(--white-color);
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.3;
  text-transform: capitalize;
  padding: 30px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.work-case-study-block-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.work-case-study-block-card:hover .caption-wrap {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.work-case-study-sec .btn-wrap {
  margin-top: 35px;
  text-align: center;
}

.work-case-study-sec .btn-wrap .cmn-btn {
  /* 15-02-2024 css start (DD) */
  /* background: #312414; */
  background: var(--hding-color);
  /* 15-02-2024 css end */
  color: #fff;
}

.work-case-study-sec .btn-wrap .cmn-btn:hover {
  background: var(--primay-color);
}

.what-sec .sec-hd .sec-lft {
  max-width: 65%;
}

body.page-template-front-page .what-sec .sec-hd .sec-lft {
  max-width: 100%;
}

.team-modal .modal-dialog {
  max-width: 730px;
}

.team-modal .modal-header {
  border-bottom: none;
}

.team-modal .modal-body {
  padding: 0 25px 25px;
}

.team-modal .modal-body h4 {
  margin-bottom: 10px;
  color: var(--primay-color);
}

.modal-position {
  display: block;
  margin-bottom: 15px;
  color: var(--hding-color);
  font-weight: 500;
  font-size: 20px;
}

.team-modal ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.team-modal ul li:not(:last-child) {
  margin-right: 15px;
}

.team-modal ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 35px;
  width: 35px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  background-color: var(--hding-color);
}

.team-modal ul li a img {
  max-width: 15px;
  max-height: 15px;
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}

.team-modal ul li a:hover {
  background-color: var(--primay-color);
}

.team-modal .btn-close {
  height: 25px;
  width: 25px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  background-color: var(--hding-color);
  opacity: 1;
  color: #fff;
  --bs-btn-close-color: #fff;
  background-image: url(new_images/cross.svg);
  background-size: 20px;
  position: absolute;
  right: 20px;
  top: 20px;
}

.innner-blog-img {
  display: block;
  width: 100%;
  height: 240px;
}

.innner-blog-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.con-del-txt {
  width: calc(100% - 56px);
}

.team-img img {
  width: 100%;
}

.team-box {
  height: 100%;
}

.ch-video a {
  display: block;
  width: 100%;
}

.work-lft-cnt .wrk-pst-hdng {
  display: block;
  font-size: 26px;
}

.wrk-pst-lft {
  float: left;
  max-width: 15%;
}

.wrk-pst-rgt {
  float: right;
  max-width: 85%;
  padding-left: 21px;
}

.wrk-pst-img {
  margin-bottom: 15px;
  display: inline-block;
  width: 100%;
}

.faq-section .accordion-item:not(:last-child) {
  margin-bottom: 15px;
}

.faq-section .accordion-item {
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  background-color: transparent;
}

.faq-section .accordion-button {
  padding: 15px 22px;
  border: 1px solid #31241469;
  color: var(--hding-color);
  font-size: 18px;
  font-weight: 500;
  background-color: transparent;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  width: calc(100% - 60px);
}

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: transparent;
}

.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.faq-section .accordion-item.active {
  /* padding: 25px 22px 35px; */
  border-radius: 11px;
  /* background: #FFF; */
  /* -webkit-box-shadow: 0px 6px 44px 0px rgba(41, 132, 184, 0.20); */
  /* box-shadow: 0px 6px 44px 0px rgba(41, 132, 184, 0.20); */
  border-bottom: none;
  position: relative;
}

.faq-section .accordion-button:not(.collapsed) {
  padding: 0;
  padding-bottom: 13px;
  color: var(--primay-color);
  background-color: #fefbfb;
  /* border: none; */
  /* border-bottom: none; */
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 15px 22px;
}

.faq-section .accordion-body {
  padding: 0;
  font-size: 15px;
  font-weight: 400;
  padding-left: 22px;
  padding-top: 13px;
  padding-right: 82px;
}

/* .faq-section .accordion-item.active::before {
    content: "";
    height: calc(100% - 62px);
    width: 1px;
    background-color: var(--primay-color);
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
} */

.faq-section .accordion-button::after {
  background-image: url(https://stgoakinteract.wpengine.com/wp-content/uploads/2023/10/accor-plus.svg);
  background-size: 15px;
  height: 15px;
  width: 15px;
  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;
  background-position: left center;
  position: absolute;
  right: -40px;
}

.faq-section .accordion-button:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.faq-section .accordion-button:not(.collapsed)::after {
  background-image: url(https://stgoakinteract.wpengine.com/wp-content/uploads/2023/10/accor-minus.svg);
  background-position: left center;
  /*right: -18px;
  */
  height: 4px;
  width: 12px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.faq-acco {
  max-width: 765px;
  margin: 0 auto;
}

.sec-hd-cntr {
  text-align: center;
}

.service-cont-col {
  padding: 18px 12px;
}

.service-cont-row {
  column-count: 2;
  margin: -18px -12px;
  margin-bottom: 25px;
}

.services-sec p span {
  font-size: 18px;
  font-weight: 600;
  color: var(--black-color);
}

.service-cont-heading {
  display: block;
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 15px;
  color: var(--black-color);
}

.services-sec-colr {
  color: var(--black-color);
}

.wrk-pst-img img {
  width: 100%;
}

.ch-col .faq-section .accordion-item:not(:last-child) {
  margin-bottom: 30px;
}

.faq-banner .bnr-cnt {
  max-width: 691px;
}

.faq-acco-section .accordion-button {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  color: var(--black-color);
  padding: 18px 19px;
  border: 1px solid #bfbfbf;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  background-color: transparent;
  position: relative;
}

.faq-acco-section .accordion-button:focus {
  box-shadow: none;
}

.faq-acco-section {
  padding-right: 35px;
}

.faq-acco-section .accordion-button::after {
  position: absolute;
  top: 18px;
  right: -35px;
  background-image: url(new_images/plus.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 21px;
}

.faq-acco-section .accordion-button:not(.collapsed)::after {
  background-image: url(new_images/minus.svg);
}

.faq-acco-section .accordion-item {
  border: none;
  background-color: transparent;
}

.faq-acco-section .accordion-item:not(:last-child) {
  margin-bottom: 20px;
}

.faq-acco-section .accordion-body {
  padding: 10px 19px;
}

.pagination {
  /* display: inline-block; */
  padding: 20px 0px;
}

.pagination a {
  color: black;
  float: left;
  padding: 0px 16px;
  text-decoration: none;
}

.pagination a.active {
  background-color: #4caf50;
  color: white;
}

/* 31.10.23 start */

.pagination .page-numbers {
  width: 45px;
  height: 45px;
  box-shadow: 0px 0px 53px 0px rgba(53, 37, 17, 0.12);
  border-radius: 50%;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  color: var(--primay-color);
  font-size: 18px;
  line-height: 1;
}

.pagination .page-numbers:not(:last-child) {
  margin-right: 10px;
}

.pagination .page-numbers.current,
.pagination a.page-numbers:hover {
  color: var(--white-color);
  background-color: var(--primay-color);
}

.gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 26px !important;
}

.cont-frm .gform_wrapper.gravity-theme .gform_validation_errors {
  margin: 0 !important;
  padding: 16px;
}

.cont-frm .gform_wrapper.gravity-theme .gfield_validation_message,
.cont-frm .gform_wrapper.gravity-theme .validation_message {
  background: transparent;
  padding: 0 !important;
  margin-top: 5px !important;
  border: none;
  font-size: 14px;
  line-height: 1;
}

.cont-frm .gform_confirmation_message {
  box-shadow: 0px 0px 53px 0px rgba(53, 37, 17, 0.12);
  color: var(--primay-color);
  padding: 20px 15px;
}

.single-our_works .abt-lft-cnt h3 {
  display: block;
  font-size: 26px;
}

.single-our_works .work-lft-cnt p>strong {
  /* 15-02-2024 css start (DD) */
  /* color: #000; */
  color: var(--black-color);
  /* 15-02-2024 css end */
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  text-transform: capitalize;
}

.mejs-container.mejs-audio {
  min-width: inherit !important;
  height: 73px !important;
  max-width: 570px;
  width: 100% !important;
  padding: 14px 16px 14px 11px;
  border-radius: 6px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(53, 37, 17, 0.06);
  box-shadow: 0px 0px 20px 0px rgba(53, 37, 17, 0.06);
  margin-bottom: 30px;
}

.mejs-container.mejs-audio .mejs-controls {
  height: 100%;
  background-color: transparent !important;
  padding: 14px 16px 14px 11px;
  border-radius: 6px;
  align-items: center;
}

.mejs-button.mejs-playpause-button {
  width: 45px !important;
  height: 45px !important;
  margin: 0 23px 0 0 !important;
}

.mejs-button.mejs-playpause-button>button {
  margin: 0 !important;
  width: 45px !important;
  height: 45px !important;
  border: 2px solid #f3f6f9 !important;
  border-radius: 50%;
}

.mejs-button.mejs-play>button {
  background: url(new_images/play-icon.svg) center no-repeat;
  background-size: 16px;
}

.mejs-button.mejs-pause>button {
  background: url(new_images/pause-icon.svg) center no-repeat;
  background-size: 16px;
}

.mejs-button.mejs-replay>button {
  background: url(new_images/replay-icon.svg) center no-repeat;
  background-size: 16px;
}

.mejs-container.mejs-audio .mejs-time {
  display: none;
}

.mejs-time-rail {
  margin: 0 !important;
  padding: 0 !important;
  display: flex;
  align-items: center;
}

.mejs-mute>button {
  background: url(new_images/mute-icon.svg) center no-repeat !important;
  background-size: 20px !important;
  margin: 0 !important;
}

.mejs-mute>button {
  background: url(new_images/mute-icon.svg) center no-repeat !important;
  background-size: 20px !important;
  margin: 0 !important;
}

.mejs-unmute>button {
  background: url(new_images/unmute-icon.svg) center no-repeat !important;
  background-size: 20px !important;
  margin: 0 !important;
}

.mejs-time-total.mejs-time-slider {
  border-radius: 60px !important;
  overflow: hidden;
  background: #eaf3f4 !important;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.03) inset;
  height: 17px;
  margin: 0;
}

.mejs-time-total.mejs-time-slider>span {
  height: 100%;
}

.mejs-time-loaded {
  border-radius: 60px !important;
  background: #eaf3f4 !important;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.03) inset;
  height: 100% !important;
}

.mejs-controls .mejs-time-rail .mejs-time-current {
  border-radius: 60px !important;
  /* 15-02-2024 css start (DD) */
  /* background: #9bcb59 !important; */
  background: var(--primay-color) !important;
  /* 15-02-2024 css end (DD) */
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.03) inset;
  height: 100%;
}

.mejs-controls .mejs-time-rail .mejs-time-handle {
  width: 26px;
  height: 26px;
  background: white;
  filter: drop-shadow(rgba(0, 0, 0, 0.05) 0px 0px 6px);
  border: 1px solid rgb(246, 250, 255);
  border-radius: 50%;
  top: -5px;
}

.mejs-volume-button {
  width: 20px !important;
  height: 20px !important;
  margin: 0 0 0 15px !important;
}

.mejs-horizontal-volume-slider {
  display: none !important;
}

.mejs-time-total.mejs-time-slider .mejs-time-handle-content {
  display: none !important;
}

.tax-work_category .ch-lft-cnt h3 {
  font-size: 30px;
}

.tax-work_category .ch-lft-cnt .work_post_wrpr {
  margin-bottom: 60px;
}

.tax-work_category .ch-lft-cnt .work_post_wrpr:last-child {
  margin-bottom: 30px;
}

.tax-work_category .ch-lft-cnt h4 {
  font-size: 20px;
  font-weight: 500;
}

/* 31.10.23 end */

.tax-work_category .paid-rgt-img {
  width: 100%;
  height: 370px;
}

/* 3.11.23 start */
.work-case-study-block-item {
  height: 180px;
}

/* 3.11.23 end */

/* 28.12.23 start */

.bnnr_video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  z-index: -2;
}

.bnnr-outtr {
  width: 100%;
}

.service-box .ser-img {
  height: 216px;
}

.service-box .ser-img img {
  height: 100%;
  object-fit: cover;
}

.cont-rgt-cnt {
  padding-top: 50px;
}

.tax-work_category .paid-rgt-img img {
  height: 100%;
  object-fit: cover;
}

/* 28.12.23 end */

/* 2.1.24 start */
.no_post_wrpr {
  text-align: center;
}

.info-box table {
  width: 100%;
}

.info-box table,
.info-box table td,
.info-box table th {
  /* 15-02-2024 css start (DD) */
  /* border: 1px solid #9bcb59; */
  border: 1px solid var(--primay-color);
  /* 15-02-2024 css end (DD) */
}

.info-box table td,
.info-box table th {
  padding-left: 10px;
}

.about_uspg_section .brand-slider {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  padding: 30px 0;
}

.about_uspg_section h3,
.about_uspg_section .h3-title {
  font-size: 32px;
}

/* 2.1.24 end */

/* support start 2/1/24 */
.view-slider-img img {
  object-fit: cover;
  object-position: top;
}

.ch-rgt-img .gform_wrapper.gravity-theme #gform_3 .gform_fields {
  grid-row-gap: 20px !important;
}

#gform_3 input[type="text"],
#gform_3 input[type="tel"],
#gform_3 input[type="password"],
#gform_3 input[type="email"] {
  height: 48px;
}

#gform_3 textarea {
  height: 96px !important;
}

.gform_confirmation_message {
  border: 1px solid var(--primay-color);
  text-align: center;
  padding: 30px;
  border-radius: 6px;
  color: var(--primay-color);
}

.service-cont-row {
  column-count: inherit;
  display: flex;
  flex-wrap: wrap;
}

.service-cont-col {
  width: 50%;
}

.page-template-default .work-lft-cnt ul {
  list-style-type: none;
  padding-left: 0;
}

.page-template-default .work-lft-cnt ul li {
  position: relative;
  padding-left: 20px;
}

.page-template-default .work-lft-cnt ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background: var(--primay-color);
}

.portfolio-image img {
  max-height: 300px;
  min-height: 300px;
  object-fit: cover;
  object-position: top;
  width: 100%;
}

.portfolio-title {
  font-size: 15px;
}

.our-portfolio .row {
  --bs-gutter-y: 30px;
  --bs-gutter-x: 30px;
}

/* support end 2/1/24 */

/* support start 3/1/23 */
.brand_logo_img_slider .view-slider-img {
  background: #ffffff;
  box-shadow: 1px 1px 9px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 1px 1px 9px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 9px 0px rgba(0, 0, 0, 0.15);
  width: 100%;
  height: 100%;
  display: inline-block;
  padding: 20px;
}

.brand_logo_img_slider .view-slide {
  padding-top: 10px;
}

.brand_logo_img_slider .view-slider-img img {
  object-position: center;
  max-height: 130px;
}

.brand_logo_img_slider {
  padding-bottom: 32px;
}

.sub-menu>li>a {
  font-size: 15px;
}

.sub-menu {
  width: 200px;
  padding: 20px;
  column-count: 1;
}

.main-head ul.sub-menu>li>a:hover,
.main-head ul.sub-menu>li.menu-item-has-children:hover>a,
.main-head ul.sub-menu>li.current-menu-item>a {
  background: transparent;
  /* 15-02-2024 css start (DD) */
  /* color: #85b444 !important; */
  color: var(--primay-color) !important;
  /* 15-02-2024 css end (DD) */
}

.sub-menu>li {
  margin-bottom: 10px;
}

/* 15-02-2024 css start (DD) */
.sub-menu>li:last-child {
  margin-bottom: 0;
}

/* 15-02-2024 css end (DD) */

.navbar-nav>li {
  padding: 17px;
}

.navbar-nav .clickD {
  position: absolute;
  right: 0;
  top: 20px;
  width: 20px;
  height: 20px;
  background: url(new_images/sort-down.svg) center center no-repeat;
  display: block;
  background-size: 8px;
  cursor: pointer;
}

/* support end 3/1/23 */

/* support start 4/1/23 */
.creative_service_box .service-btn {
  font-size: 16px;
  padding: 11px 16px;
}

.creative_service_box .ser-img {
  height: 150px;
  width: 50%;
}

.creative_service_box .service-cnt-rgt {
  width: 50%;
}

.creative_service_box .service-cnt-rgt h5 {
  color: var(--black-color);
  font-weight: 500;
  font-size: 16px;
}

.nav_mega_sub_menu {
  width: 887px;
  column-count: 3;
  column-gap: 20px;
}

/* support start 4/1/23 */

/* support start 5/1/23 */
.load_more a {
  min-width: 146px;
}

.gform_wrapper .gform_ajax_spinner {
  width: 20px !important;
  height: 20px !important;
  /* margin-left: 35px !important; */
}

.gform_footer {
  align-items: center;
  justify-content: space-between;
}

/* support end 5/1/23 */

/* support start 1/2/24 */
/* .wp-caption-text {
  text-align: center !important;
} */
/* support end 1/2/24 */
.banner-sec {
  position: relative;
  width: 100%;
  height: calc(100vh - 122px);
  overflow: hidden;
}

.banner-sec .video-container {
  width: 100% !important;
  position: absolute !important;
  top: 0;
  left: 0 !important;
  height: 100% !important;
}

.banner-sec .video-container iframe {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: top !important;
}

.single .abt-lft-cnt figure {
  width: 100% !important;
}

/* support starts 26.06.2024  */
.submit-img {
  padding: 15px 12px !important;
  border: 1px solid #c9c2c2 !important;
  border-radius: 4px !important;
  background: #fefafa !important;
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.06) !important;
  margin-bottom: 20px !important;
  width: calc(50% - 10px) !important;
}

.submit-col {
  max-width: 100% !important;
}

.submit-col:after {
  content: "" !important;
  display: block !important;
  clear: both !important;
}

.submit-img img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

/* support ends 26.06.2024  */

.single .abt-lft-cnt figure.alignright,
.single .abt-lft-cnt figure.alignleft {
  width: auto !important;
}

/* 13/11/25 work start */
.what-tab {
  position: relative;
  margin-top: -20px;
}

.what-tab .what-big-txt {
  position: static !important;
  text-align: center;
  line-height: 1;
}

.aftr-bnr-desk-btn {
  margin-top: 15px;
  padding-left: 8px;
}

.cmn-btn.mbl-aftr-bnr-btn {
  display: none;
}

/* 13/11/25 work end */
/* 14-11-2025 KM start */
.what-tab .what-big-txt {
  text-align: center;
}
/* 14-11-2025 KM end */

.submit-col {
    width: 100%;
}

.submit-img {
    width: calc(50% - 10px); /* 2 columns */
    box-sizing: border-box;
}

.submit-col:after {
    content: '';
    display: block;
    clear: both;
}

.submit-img {
    margin-bottom: 20px;
}


/* 22.05.26 sprt css sart */
.faq_sec_wrpr .faq-section .accordion-item .accordion-header .accordion-button:after{
  background-image: url(https://oakinteractive.com/wp-content/themes/oaks/new_images/nw-oak-plus-icon.svg);
    background-size: 15px;
        right: 20px;
}
.faq_sec_wrpr .faq-section .accordion-item .accordion-header .accordion-button:not(.collapsed)::after{
    background-image: url(https://oakinteractive.com/wp-content/themes/oaks/new_images/nw-oak-minus-icon.svg);
    background-size: 15px;
}
.faq_sec_wrpr .faq-acco {
    max-width: 100%;
}
.faq_sec_wrpr .faq-section .accordion-button{
  width: 100%;
}

.page-id-52447 .chur-ser-sec .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]){
  margin-bottom: 0;
}
.page-id-52447 .chur-ser-sec .ch-rgt-img {
    margin-bottom: 0px;
}
.page-id-52447 .chur-ser-sec .gform_wrapper.gravity-theme .gform_footer{
  padding-bottom: 0;
}
/* 22.05.26 sprt css end */
/* ========== responsive css =========== */

@media (min-width: 1400px) {
  .container {
    max-width: 1170px;
    padding: 0 15px;
  }
}

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

  .navbar-nav li.menu-item-has-children:hover>.sub-menu {
    display: block;
  }
}

@media (max-width: 1340px) {
  .hm_blog_row {
    padding-bottom: 140px;
  }

  .hm_blog_row .slick-arrow {
    /* position: static; */
    top: auto;
    bottom: 0;
  }

  .hm_blog_row .slick-next {
    right: 42%;
    left: auto;
  }

  .hm_blog_row .slick-prev {
    left: 42%;
  }

  .view-row .slick-next {
    right: -40px;
  }

  .view-row .slick-prev {
    left: -40px;
  }
}

@media (max-width: 1199px) {
  .navbar-nav>li {
    padding: 0 8px;
  }

  .navbar-nav>li>a {
    font-size: 16px;
  }

  .hd-search {
    padding-left: 18px;
    padding-right: 18px;
  }

  h1,
  .h1-title {
    font-size: 60px;
  }

  .bnr-hd {
    font-size: 40px;
  }

  .banner-sec {
    min-height: 650px;
  }

  .ply-outer {
    width: 122px;
    height: 122px;
  }

  /* css 19/10/23 */

  .what-sec .sec-hd .sec-lft {
    max-width: 70%;
  }

  .cmn-gap {
    padding: 90px 0;
  }

  .banner-sec.inner-banner-sec {
    min-height: 372px;
  }

  .abt-lft-cnt h3 {
    font-size: 38px;
  }

  .view-row .slick-next {
    right: -22px;
  }

  .view-row .slick-prev {
    left: -22px;
  }

  .ch-lft-cnt h3 {
    font-size: 38px;
  }

  .paid-row {
    padding-bottom: 90px;
  }

  .inner-blog-box h3 {
    font-size: 22px;
  }

  .inner-blog-rgt-txt h3 {
    font-size: 19px;
  }

  .con-lft-btm h3 {
    font-size: 45px;
  }

  .team-col {
    padding: 12px 12px;
  }

  .team-row {
    margin: -12px -12px;
  }

  .team-box h3 {
    font-size: 18px;
  }

  .team-box h3 {
    margin-bottom: 7px;
  }

  .ser-img {
    width: 47%;
  }

  .service-cnt-rgt {
    width: 53%;
  }

  .service-cnt-rgt p {
    font-size: 15px;
  }

  .work-case-study-sec .tnav-item a {
    font-size: 17px;
    padding: 15px 31px;
  }

  .work-case-study-sec .tnav-item {
    padding: 5px;
  }

  .work-case-study-sec .top-nav-bar {
    margin: -5px -5px 25px;
  }

  h2,
  .h2-title {
    font-size: 47px;
  }

  .faq-section .accordion-button {
    font-size: 17px;
  }

  .faq-section .accordion-button::after {
    background-size: 13px;
  }

  .what-big-txt {
    /* top: 209px; */
    /* top: 47%; */
    top: 45%;
    right: 19%;
    /* font-size: 58px; */
  }

  /* 01.11.23 start */

  .top-nav-bar li {
    width: 22%;
    /* margin-right: 10px; */
    font-size: 15px;
    padding: 15px 31px;
  }

  .work-case-study-sec .resp-tabs-list {
    margin: 0 0 25px;
  }

  .work-lft-cnt h3 {
    font-size: 40px;
  }

  .tax-work_category .ch-lft-cnt h3 {
    font-size: 35px;
  }

  /* 01.11.23 end */

  /* 28.12.23 start */

  .service-box .ser-img {
    height: 200px;
  }

  .tax-work_category .paid-rgt-img {
    height: 180px;
  }

  /* 28.12.23 end */

  /* support start 3/1/24 */
  .navbar-nav>li.menu-item-has-children {
    padding-right: 17px;
  }

  .navbar-nav .clickD {
    top: 4px;
  }

  /* support end 3/1/24 */

  /* support start 4/1/24 */
  .creative_service_box .service-btn {
    font-size: 15px;
    padding: 11px 12px;
  }

  .creative_service_box .service-cnt-rgt {
    padding-left: 12px;
  }

  .creative_service_box .ser-img {
    height: 130px;
  }

  /* support end 4/1/24 */
}

@media (max-width: 1024px) {

  /* navbar*/
  .navbar-nav .clickD {
    top: 18px;
  }

  .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*/

  /* support start 3/1/24 */
  .sub-menu {
    padding: 30px 16px;
  }

  /* support end 3/1/24 */

  /* support start 4/1/24 */
  .nav_mega_sub_menu {
    width: 870px;
    padding: 30px 16px;
    column-count: 3;
    column-gap: 15px;
  }

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

  /* support end 4/1/24 */
}

@media (max-width: 991px) {

  /* navbar*/
  .navbar-toggler {
    position: relative;
    width: 33px;
    margin-left: 25px;
    height: 28px;
    padding: 0;
    outline: none !important;
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .stick,
  .stick:after,
  .stick:before {
    width: 30px;
    height: 2px;
    /* 15-02-2024 css start (DD) */
    /*  background: #000; */
    background: var(--black-color);
    /* 15-02-2024 css end */
    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 {
    top: 8px;
    right: 10px;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }

  .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: 30px;
  }

  .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 */

  .hd-sech {
    margin-left: auto;
    border-left: none;
    border-right: 1px solid rgba(0, 0, 0, 0.3);
    padding-left: 0;
    padding-right: 13px;
    margin-right: 13px;
  }

  .hd-search {
    padding-left: 0;
  }

  .hd-search {
    padding-right: 0;
  }

  .banner-sec {
    min-height: 550px;
  }

  h1,
  .h1-title {
    font-size: 52px;
  }

  .bnr-hd {
    font-size: 30px;
  }

  .ply-inner img {
    width: 16px;
    height: 20px;
  }

  .ply-outer {
    width: 100px;
    height: 100px;
    padding: 10px;
  }

  .bnr-cnt {
    padding: 60px 0;
  }

  .ply-mid {
    padding: 13px;
  }

  /* 19/10/23 */

  .search-wrap {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  #search-bar {
    right: 0;
    left: auto;
  }

  .banner-sec {
    min-height: 445px;
  }

  .navbar-nav>li:not(:last-child) {
    border-bottom: 1px solid #12380038;
  }

  h2,
  .h2-title {
    font-size: 41px;
  }

  /* .what-big-txt {
    font-size: 60px;
  } */

  .what-sec .sec-hd {
    margin-bottom: 35px;
  }

  .what-tab-list {
    width: 40%;
  }

  .what-tab-cnt {
    width: 60%;
  }

  .what-item-lft h3 {
    font-size: 18px;
  }

  .what-tab-cnt-lft {
    width: 100%;
    margin-bottom: 15px;
  }

  .what-tab-cnt-rgt {
    padding-left: 0;
    width: 100%;
  }

  .sec-lft h2 {
    margin-bottom: 15px;
  }

  .cmn-gap {
    padding: 75px 0;
  }

  .hm_blog_row .slick-prev {
    left: calc(50% - 80px);
  }

  .hm_blog_row .slick-next {
    right: calc(50% - 80px);
  }

  .footer_col {
    width: 33.3%;
  }

  .find_us_sec .map_wrap iframe {
    height: 305px;
  }

  .hm_blog_sec .hm_blog_row {
    margin-bottom: 0;
  }

  .hm_blog_row .slick-arrow {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
  }

  .hm_blog_row {
    padding-bottom: 90px;
  }

  .abt-lft-cnt h3 {
    font-size: 35px;
  }

  .abt-rgt-col>a {
    position: relative;
    padding-top: 100%;
    overflow: hidden;
    width: 100%;
    display: block;
  }

  .abt-rgt-col img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
  }

  /* 19-02-2024 css start (DD) */
  /* .abt-rgt-col {
    width: 50%;
  } */
  .abt-rgt-col {
    width: 33.33%;
  }

  /* 19-02-2024 css end (DD) */
  .banner-sec.inner-banner-sec {
    min-height: 275px;
  }

  .hm_blog_row .content {
    min-height: 355px;
  }

  .ch-col:not(:last-child) {
    margin-bottom: 25px;
  }

  .ch-lft-cnt h3 {
    font-size: 32px;
  }

  .paid-rgt-img {
    width: 100%;
  }

  .paid-row {
    padding-bottom: 65px;
  }

  .view-row .slick-arrow {
    height: 35px;
    width: 35px;
    background-size: 7px;
  }

  .contact-sec::before {
    width: 100%;
  }

  .con-lft-col {
    padding: 75px 12px;
  }

  .con-rgt-col {
    padding: 45px 25px 0;
  }

  /* .work-lft-cnt ul {
    text-align: center;
  } */

  .work-case-study-sec .tnav-item {
    width: 50%;
  }

  .work-case-study-sec .top-nav-bar {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .work-case-study-block-row {
    --bs-gutter-x: 20px;
    --bs-gutter-y: 20px;
  }

  .ch-rgt-img img {
    max-width: 500px;
    margin: 0 auto;
    display: block;
  }

  .what-big-txt {
    display: none;
  }

  /* 31.10.23 start */

  .pagination .page-numbers {
    width: 35px;
    height: 35px;
    font-size: 16px;
  }

  .pagination {
    justify-content: center;
  }

  /* 31.10.23 end */

  /* 01.11.23 start */

  .top-nav-bar li {
    width: 30%;
    margin-bottom: 10px;
    margin-right: 10px;
  }

  .work-lft-cnt h3 {
    font-size: 35px;
  }

  .tax-work_category .ch-lft-cnt h3 {
    font-size: 26px;
  }

  /* 01.11.23 end */

  /* 28.12.23 start */

  .cont-rgt-cnt {
    padding-top: 30px;
  }

  .tax-work_category .paid-rgt-img {
    height: 250px;
  }

  /* 28.12.23 end */

  /* support start 2/1/24 */
  .portfolio-image img {
    max-height: 200px;
    min-height: 200px;
  }

  /* support end 2/1/24 */

  /* support start 3/1/24 */
  .sub-menu {
    padding: 0;
    column-count: auto;
    column-gap: normal;
  }

  .sub-menu>li {
    margin-bottom: 6px;
  }

  .navbar-nav>li>a {
    padding: 12px 20px;
  }

  /* support end 3/1/24 */

  /* support start 4/1/24 */
  .creative_service_box .ser-img {
    height: auto;
  }

  .nav_mega_sub_menu {
    padding: 0;
    column-count: auto;
    column-gap: normal;
  }

  /* support end 4/1/24 */

  /* support 26.06.2024  */
  .chur-ser-sec .col-lg-4.ch-col {
    display: flex;
    flex-direction: column-reverse;
  }

  .submit-img-wppr {
    padding: 20px 0;
  }

  /* 13/11/25 work start */
  .what-tab .what-big-txt {
    display: block;
  }

  /* 13/11/25 work end */
}

@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;
  }

  .logo {
    max-width: 60px;
  }

  h1,
  .h1-title {
    font-size: 40px;
  }

  .page-template-default .work-lft-cnt h2 {
    font-size: 35px;
  }

  .banner-sec {
    min-height: 490px;
  }

  .banner-sec {
    min-height: 400px;
  }

  .reach-btn {
    width: 155px;
    padding: 9px 10px;
    font-size: 16px;
  }

  .sec-hd-btn {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .what-sec .sec-hd .sec-lft {
    max-width: 100%;
    padding-right: 0;
    margin-bottom: 15px;
  }

  h2,
  .h2-title {
    font-size: 35px;
  }

  .what-sec .sec-hd {
    margin-bottom: 21px;
  }

  .what-big-txt {
    font-size: 45px;
  }

  .what-tab-cnt {
    padding-left: 0;
    width: 100%;
  }

  .what-item-rgt {
    opacity: 1;
  }

  .what-sec .resp-tab-active .what-tab-item {
    background: var(--white-color);
    -webkit-box-shadow: 0px 0px 53px 0px rgba(53, 37, 17, 0.12);
    box-shadow: 0px 0px 53px 0px rgba(53, 37, 17, 0.12);
  }

  .what-sec .resp-tab-active .what-tab-item .what-item-rgt {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    padding-left: 0;
  }

  .what-sec .resp-tab-content:not(:last-child) {
    margin-bottom: 25px;
  }

  .what-tab-item {
    padding: 11px 17px;
  }

  .what-sec .sec-hd {
    margin-bottom: 30px;
  }

  .what-sec h2.resp-accordion:not(:last-child) {
    margin-bottom: 15px;
  }

  .cmn-gap {
    padding: 55px 0;
  }

  .footer_col {
    width: 50%;
  }

  .banner-sec.inner-banner-sec {
    min-height: 195px;
  }

  .abt-lft-cnt h3 {
    font-size: 28px;
  }

  .hm_blog_row .content h3 {
    font-size: 20px;
  }

  .hm_blog_row .content {
    min-height: 394px;
  }

  .banner-sec.inner-banner-sec .bnr-cnt h1:not(:last-child) {
    margin-bottom: 15px;
  }

  .banner-sec.inner-banner-sec .bnr-cnt p {
    line-height: 1;
  }

  .sec-hd {
    margin-bottom: 25px;
  }

  .ch-lft-cnt h3 {
    font-size: 28px;
  }

  .ch-lft-cnt ul>li {
    padding-bottom: 10px;
  }

  .ch-lft-cnt ul>li::before {
    top: 11px;
  }

  .inner-blog-col {
    padding: 12px 12px;
  }

  .inner-blog-row {
    margin: -12px -12px;
  }

  .inner-blog-lft-col {
    width: 50%;
    padding: 15px 12px;
  }

  .inner-blog-lft-row {
    margin: -15px -12px;
  }

  .con-lft-col {
    padding: 55px 12px 35px;
  }

  .con-lft-tp {
    margin-bottom: 30px;
  }

  .want-sub {
    margin-bottom: 9px;
    line-height: 1;
  }

  .con-lft-btm h3 {
    font-size: 35px;
    line-height: 1;
  }

  .work-case-study-sec .tnav-item a {
    font-size: 15px;
    padding: 12px 18px;
  }

  .work-lft-cnt .wrk-pst-hdng {
    font-size: 20px;
  }

  .wrk-pst-rgt {
    padding-left: 15px;
  }

  .work-lft-cnt h3.wrk-pst-hdng {
    margin-bottom: 10px;
  }

  .service-cont-row {
    column-count: 1;
  }

  .services-sec p span {
    font-size: 16px;
  }

  .ch-col .faq-section .accordion-item:not(:last-child) {
    margin-bottom: 22px;
  }

  .faq-section .accordion-button {
    width: calc(100% - 50px);
    padding: 15px;
    font-size: 16px;
  }

  .faq-section .accordion-button:not(.collapsed) {
    padding: 15px 15px;
  }

  .faq-section .accordion-button::after {
    right: -30px;
  }

  .faq-section .accordion-body {
    font-size: 14px;
    padding-left: 15px;
    padding-right: 65px;
  }

  /* 31.10.23 start */

  .cont-frm .gform_confirmation_message {
    padding: 10px 15px;
  }

  .single-our_works .abt-lft-cnt h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  /* 31.10.23 end */

  /* 01.11.23 start */

  .top-nav-bar.resp-tabs-list {
    display: none;
  }

  .work-case-study-sec .resp-accordion {
    width: 100%;
    font-size: 15px;
    padding: 12px 18px;
    border-radius: 4px;
    border: 1px solid #e5e9eb;
    background: #fcfcfc !important;
    color: #565656;
    text-align: center;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
    text-transform: capitalize;
    transition: 0.5s all;
    cursor: pointer;
    margin-bottom: 10px;
  }

  .work-case-study-sec .resp-accordion.resp-tab-active {
    /* 16-02-2024 css start (DD) */
    /*   background: #9bcb59 !important;
    border-color: #9bcb59 !important; */
    background: var(--primay-color) !important;
    border-color: var(--primay-color) !important;
    /* 16-02-2024 css end (DD) */
    color: #fff;
  }

  .work-case-study-sec .resp-tab-content {
    margin-top: 20px;
  }

  .work-case-study-sec .btn-wrap {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .work-lft-cnt h3 {
    font-size: 28px;
  }

  /* 01.11.23 end */

  /* support start 2/1/24 */
  .portfolio-image img {
    max-height: none;
    min-height: auto;
  }

  .portfolio-title {
    font-size: 18px;
  }

  /* support end 2/1/24 */

  /* support start 4/1/24 */
  .service-cont-col {
    width: 100%;
  }

  /* support end 4/1/24 */
  /* 19-02-2024 css start (DD) */
  .abt-rgt-col {
    width: 50%;
  }

  /* 19-02-2024 css end (DD) */
  /* 13/11/25 work start */
  .aftr-bnr-desk-btn {
    display: none;
  }

  .cmn-btn.mbl-aftr-bnr-btn {
    display: inline-block;
  }

  /* 13/11/25 work end */

  /* 22.05.26 css start */
  .faq_sec_wrpr .faq-section .accordion-button {
    width: 100%;
    padding: 15px 40px 15px 15px;
}
}

@media (max-width: 575px) {
  .banner-sec {
    min-height: 400px;
  }

  h1,
  .h1-title {
    font-size: 35px;
  }

  .page-template-default .work-lft-cnt h2 {
    font-size: 30px;
  }

  .ply-outer {
    width: 80px;
    height: 80px;
    padding: 8px;
  }

  .ply-mid {
    padding: 9px;
  }

  #search-bar {
    top: 100%;
  }

  .hm_blog_row .item {
    margin: 0 12px;
  }

  .hm_blog_row.hm_blog_slider {
    margin: 0;
  }

  .footer_col {
    width: 100%;
    margin-bottom: 20px;
  }

  .footer_col:last-child {
    margin-bottom: 0;
  }

  .footer_top {
    padding: 45px 0px;
  }

  .footer_logo {
    margin-bottom: 21px;
  }

  .footer_dtls li+li {
    margin-top: 16px;
  }

  .ft-title:after {
    margin-top: 6px;
  }

  .banner-sec {
    min-height: 331px;
  }

  .bnr-cnt {
    padding: 40px 0;
  }

  .what-tab-cnt-hd {
    margin-top: 18px;
  }

  .what-tab-cnt-lft {
    margin-bottom: 8px;
  }

  .cmn-btn-2 {
    padding: 9px 22px;
    font-size: 17px;
  }

  .sec-hd {
    margin-bottom: 30px;
  }

  .hm_blog_row .slick-arrow {
    height: 45px;
    width: 45px;
    background-size: 7px;
  }

  .hm_blog_row .slick-prev {
    left: calc(50% - 50px);
  }

  .hm_blog_row .slick-next {
    right: calc(50% - 50px);
  }

  .hm_blog_row {
    padding-bottom: 65px;
  }

  .hm_blog_row .content {
    min-height: auto;
  }

  .sch-tel {
    font-size: 20px;
  }

  .sch-hd {
    margin-bottom: 2px;
  }

  h2,
  .h2-title {
    font-size: 33px;
  }

  .ch-col {
    padding: 0 12px;
  }

  .ch-row {
    margin: 0 -12px;
  }

  .abt-lft-cnt h3 {
    font-size: 24px;
  }

  .paid-row {
    padding-bottom: 55px;
  }

  .view-row .slick-arrow {
    top: auto;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    bottom: 0;
  }

  .view-row .slick-prev {
    left: calc(50% - 41px);
  }

  .view-row .slick-next {
    right: calc(50% - 41px);
  }

  .view-slider {
    padding-bottom: 55px;
  }

  .view-slide {
    padding: 0 12px;
  }

  .view-row .slick-list {
    margin: 0 -12px;
  }

  .inner-blog-lft-col {
    width: 100%;
  }

  .innner-blog-img {
    margin-bottom: 19px;
  }

  .blog-date {
    line-height: 1;
  }

  .inner-blog-box h3 {
    margin-bottom: 11px;
  }

  .con-lft-btm h3 {
    font-size: 31px;
  }

  .team-col {
    width: 50%;
  }

  .modal-position {
    line-height: 1;
    margin-bottom: 10px;
  }

  .service-col {
    padding: 12px 12px;
  }

  .service-row {
    margin: -12px -12px;
  }

  .work-case-study-sec .tnav-item {
    width: 100%;
  }

  .service-cont-col {
    padding: 12px 12px;
  }

  .service-cont-row {
    margin: -12px -12px;
    margin-bottom: 21px;
  }

  /* 01.11.23 start */

  .work-lft-cnt h3 {
    font-size: 24px;
  }

  /* 01.11.23 end */

  /* support start 3/1/24 */
  .brand_logo_img_slider .view-slider-img img {
    object-fit: contain;
    max-height: none;
  }

  .brand_logo_img_slider .slick-next {
    right: 0;
  }

  .brand_logo_img_slider .slick-prev {
    left: 0;
  }

  .brand_logo_img_slider .slick-arrow {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }

  .brand_logo_img_slider {
    padding: 0 20px;
    padding-bottom: 32px;
  }

  /* support end 3/1/24 */
}

@media (max-width: 479px) {

  h1,
  .h1-title {
    font-size: 32px;
  }

  h1,
  .h1-title,
  h2,
  .h2-title h3,
  .h3-title,
  h4,
  .h4-title,
  h5,
  .h5-title,
  h6 {
    margin: 0 0 15px 0;
  }

  .cmn-gap {
    padding: 40px 0;
  }

  .bnr-hd {
    font-size: 24px;
  }

  .banner-sec {
    min-height: 290px;
  }

  .search-wrap {
    position: static;
  }

  #search-bar {
    width: 265px;
    padding: 15px;
  }

  h2,
  .h2-title {
    font-size: 29px;
  }

  .page-template-default .work-lft-cnt h2 {
    font-size: 25px;
  }

  .what-big-txt {
    font-size: 30px;
  }

  .what-tab-cnt-lft h3 {
    font-size: 25px;
  }

  .cmn-btn {
    font-size: 16px;
    padding: 11px 13px;
  }

  .find_us_sec .map_wrap iframe {
    height: 195px;
  }

  .hm_blog_row {
    padding-bottom: 65px;
  }

  .what-item-lft h3 {
    font-size: 16px;
  }

  .what-item-img {
    width: 41px;
    height: 41px;
    margin-right: 5px;
  }

  .what-tab-item {
    padding: 7px 12px;
  }

  .sec-hd {
    margin-bottom: 23px;
  }

  .abt-lft-cnt h3 {
    font-size: 20px;
  }

  .abt-rgt-cnt {
    padding: 25px 15px;
  }

  .abt-rgt-col {
    padding: 5px 5px;
  }

  .abt-rgt-row {
    margin: -5px -5px;
  }

  .sch-tel {
    font-size: 18px;
  }

  .banner-sec.inner-banner-sec {
    min-height: 155px;
  }

  .paid-row {
    padding-bottom: 35px;
  }

  .ch-lft-cnt h3 {
    font-size: 24px;
    margin-bottom: 13px;
  }

  .ch-lft-cnt ul>li {
    padding-left: 21px;
    padding-bottom: 5px;
  }

  .ch-lft-cnt ul>li::before {
    width: 15px;
    height: 12px;
    background-size: 15px;
  }

  .con-del-txt p {
    margin-bottom: 8px;
  }

  .con-lft-btm h3 {
    font-size: 26px;
  }

  .con-lft-col {
    padding: 35px 12px 20px;
  }

  .con-rgt-col {
    padding: 25px 15px 0;
  }

  input[type="text"],
  input[type="tel"],
  input[type="password"],
  input[type="email"],
  select {
    height: 45px;
  }

  .cont-frm-bx:not(:last-child) {
    margin-bottom: 14px;
  }

  textarea {
    height: 105px;
  }

  input[type="submit"] {
    height: 45px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .bnr-cnt p {
    font-size: 17px;
  }

  .banner-sec.inner-banner-sec .bnr-cnt h1:not(:last-child) {
    margin-bottom: 9px;
  }

  .team-box h3 {
    font-size: 16px;
  }

  .team-desg {
    font-size: 14px;
    line-height: 1;
  }

  .team-modal .modal-body {
    padding: 0 15px 25px;
  }

  .team-modal .btn-close {
    height: 15px;
    width: 15px;
    top: 15px;
    right: 15px;
  }

  .modal-position {
    font-size: 17px;
  }

  h4,
  .h4-title {
    font-size: 22px;
  }

  .ser-img {
    width: 100%;
    margin-bottom: 15px;
  }

  .service-cnt-rgt {
    width: 100%;
  }

  .service-cnt-rgt p {
    margin-bottom: 7px;
  }

  .work-case-study-block-row {
    --bs-gutter-x: 10px;
    --bs-gutter-y: 10px;
  }

  .faq-section .accordion-button {
    font-size: 16px;
  }

  .faq-section .accordion-body {
    font-size: 14px;
  }

  .services-sec p span {
    font-size: 15px;
  }

  .services-sec h2 {
    line-height: 1.2;
  }

  .service-cont-heading {
    margin-bottom: 10px;
  }

  .faq-acco-section {
    padding-right: 20px;
  }

  .faq-acco-section .accordion-button::after {
    right: -25px;
    background-size: 14px;
  }

  .faq-acco-section .accordion-button {
    font-size: 15px;
    padding: 11px 7px;
  }

  .faq-acco-section .accordion-body {
    padding: 10px 7px;
  }

  /* 31.10.23 start */

  .gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 14px !important;
  }

  .cont-frm .gform_confirmation_message {
    padding: 10px;
  }

  .work-lft-cnt h3 {
    font-size: 20px;
  }

  /* 31.10.23 end */

  /* 01.11.23 start */

  .tax-work_category .ch-lft-cnt h3 {
    font-size: 20px;
  }

  /* 01.11.23 end */

  /* 28.12.23 start */

  .tax-work_category .paid-rgt-img {
    height: 200px;
  }

  /* 28.12.23 end */

  /* support start 4/1/24 */
  .creative_service_box .ser-img {
    width: 100%;
  }

  .creative_service_box .service-cnt-rgt {
    width: 100%;
  }

  /* support end 4/1/24 */
}

@media (max-width: 374px) {
  p {
    margin: 0 0 12px 0;
  }

  body {
    font-size: 15px;
  }

  .sch-hd {
    display: none;
  }

  .navbar-toggler {
    margin-left: 15px;
  }

  h2,
  .h2-title {
    font-size: 26px;
  }

  .inner-blog-box h3 {
    font-size: 19px;
  }

  .inner-blog-rgt-txt h3 {
    font-size: 16px;
  }

  .blog-date-1 {
    line-height: 1;
  }

  .team-col {
    width: 100%;
  }

  .ch-rgt-img {
    margin-bottom: 17px;
  }
}