@charset "UTF-8";

/*
Theme Name: designflickstudio
Theme URI: 
Author: Piyush Singh Chhoker
Author URI: 
Description:NA
Version: 1.0
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: designflickstudio License
License URI: NA
Text Domain: designflickstudio
*/

/* -----------Design--by----Piyush-Singh-Chhoker------------------------- */

 
*,
html {
  padding: 0;
  margin: 0%;
  box-sizing: border-box;
}

html {
  width: 100%;
}
html,body {
    width: 100%;
    overflow-x: hidden;
}
body {
  padding: 0;
  margin: 0;
}

/* ==========custom--class---------- */
/* -------font-family----class------- */
body {
  font-family: "Open Sans", sans-serif;
}

a {
  text-decoration: none !important;
}

/* ============hide--=destop======= */

/* ========font-weight-class========== */
.fw3 {
  font-weight: 300 !important;
}

.fw4 {
  font-weight: 400 !important;
}

.fw5 {
  font-weight: 500 !important;
}

.fw6 {
  font-weight: 600 !important;
}

.fw7 {
  font-weight: 700 !important;
}

.fw8 {
  font-weight: 800 !important;
}

.fw9 {
  font-weight: 900 !important;
}

/* ========position================= */
.rel {
  position: relative;
}

li {
  list-style: none;
}

p {
  margin-bottom: 0 !important;
}

/* =========margin-class========== */

.m20 {
  margin-bottom: 20px !important;
}

.m10 {
  margin-bottom: 10px !important;
}

.m12 {
  margin-bottom: 12px;
}

.m15 {
  margin-bottom: 15px !important;
}

.m60 {
  margin-bottom: 60px !important;
}

.m40 {
  margin-bottom: 40px !important;
}

.m70 {
  margin-bottom: 100px !important;
}

.m30 {
  margin-bottom: 30px !important;
}

.m35 {
  margin-bottom: 35px !important;
}

.m25 {
  margin-bottom: 25px;
}

.m50 {
  margin-bottom: 50px !important;
}

.mr10 {
  margin-right: 10px;
}

.mr5 {
  margin-right: 5px;
}

.m5 {
  margin-bottom: 5px !important;
}

.m45 {
  margin-bottom: 45px;
}

.mb75 {
  margin-bottom: 75px;
}

.mb55 {
  margin-bottom: 55px;
}

.mb70 {
  margin-bottom: 70px;
}

/* =====wight-css========== */
.w70 {
  width: 70%;
}

.w50 {
  width: 50%;
}

.w55 {
  width: 55%;
}

.w60 {
  width: 60%;
}

.w35 {
  width: 35%;
}

.w40 {
  width: 40%;
}

.w80 {
  width: 80%;
}

.w100 {
  width: 100%;
}

.w85 {
  width: 85%;
}

.w60 {
  width: 60%;
}

.w88 {
  width: 88%;
}

.h100 {
  height: 100%;
}

.cover {
  object-fit: cover;
}

.item-center {
  align-items: center;
}

.j-c {
  justify-content: space-between;
}

.j-center {
  justify-content: center;
}

/* ========font-size-class=========== */
h1,
span.special-h1 {
     font-size: 60px;
    line-height: 62px;

}

h1,
h2,
h3,
h4,
h5,
h6,
.special-text {
  font-family: "Figtree", sans-serif;
}

h2 {
  font-size: 52px;
}

h3 {
  font-size: 50px;
}

h4 {
  font-size: 38px;
}

h5 {
  font-size: 32px;
}

h6 {
  font-size: 25px;
}

.p-18 {
  font-size: 18px;
}

.p-24 {
  font-size: 24px;
}

.p-16 {
  font-size: 16px;
}

.p-15 {
  font-size: 15px;
}

.p-14 {
  font-size: 14px;
}

.p-35 {
  font-size: 35px;
}

.p-10 {
  font-size: 10px;
}

.p-22 {
  font-size: 22px;
}

.p-20 {
  font-size: 20px;
}

.p-27 {
  font-size: 27px;
}

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

/* ==========color-----class=========== */

.green {
  color: #c2ff83;
}

.ff {
  color: #ffffff;
}

.black {
  color: #000000;
}

/* ------bg------class=========== */
.bg-green {
  background-color: #c2ff83;
}

.bg-black {
  background-color: #000000;
}

.bg-gray{
  background-color: #f9f9f9
;
}
/* ===================padding-class================== */
.p10 {
  padding: 10px 0;
}

.p50 {
  padding: 50px 0;
}

.m100 {
  margin-bottom: 100px;
}

.p1025 {
  padding: 10px 25px;
}

.p7 {
  padding: 7.5px 0;
}

.p70 {
  padding: 70px 0;
}

.p55 {
  padding: 55px 0;
}

.bg-banneer {
  background-size: 100% 100%;
}

/* ========gap========== */
.gap10 {
  gap: 10px;
}

.gap20 {
  gap: 20px;
}

.border8 {
  border-radius: 8px;
}

body.sub_pg_banner_outer {
  position: relative;
}

.sub_pg_banner_outer::before {
  content: "";
  background-image: url(../img/banner-left-elipse.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  width: 1088px;
  height: 1218px;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 70%;
}

.upper {
  text-transform: uppercase;
}

/* ==================header============ */

.header-con {
  z-index: 5;
  padding: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  position: fixed;
  width: 100%;
}

.header-con .navbar-expand-lg .navbar-nav {
  gap: 70px;
  justify-content: center;
  align-items: center;
}

.header-contact .contact-btn {
  min-width: 161px;
  background-color: #ffffff;
  color: #000000;
  height: 48px;
  line-height: 45px;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  padding: 0;
  width: 100%;
  text-decoration: none;
  z-index: 1;
  border-radius: 100px;
  border: 1px solid #000000;
}

.header-con .navbar-expand-lg .navbar-nav {
  gap: 40px;
  justify-content: center;
  align-items: center;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

.header-contact {
  margin-left: 180px;
}

.header-con .navbar-light .navbar-nav .nav-link {
  font-size: 14px;
  color: #000000;
      font-weight: 600;
  padding: 0 !important;
  position: relative;
  line-height: 12px;
}

.header-con .navbar {
  padding: 0;
}

.header-contact .contact-btn:hover {
  background-color: #c2ff83;
  color: #000000;
  border: 1px solid #c2ff83;
}

.header-contact li a img {
  margin-left: 10px;
}

.header-con .navbar-light .navbar-nav .dropdown-menu .dropdown-item {
  padding: 7px 12px;
  border-bottom: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #000000;
  border-radius: 10px;
}


.logo-logo img {
      width: 60px;
    height: 60px;
  object-fit: contain; 
}

p {
  font-size: 18px;
  line-height: 31px;
  font-weight: 400;
  color: #404040;
  overflow-wrap: break-word;
}

header.header-con.scrolled {
  background-color: #fff;
      box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.14901960784313725)
}

header.header-con {
  transition: all 0.3s ease;
}

/* ============contact=================== */


.breadcrumb {
  background-color: transparent;
  padding: 17px 20px;
  min-width: 191px;
  transition: ease-in-out 0.6s;
  border-radius: 26.5px;
  justify-content: center;
  background-color: #fff;
      border: 1px solid #d5d5d3;
}
.single-blog-box img{
  height: 250px;
  object-fit: cover;
}
.breadcrumb-item {
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
}

.breadcrumb-item a {
  text-decoration: none;
  color: #000000;
}

.breadcrumb-item+.breadcrumb-item::before,
.breadcrumb-item.active {
  color: #000000;
}

.contact-info-con .our-info-con ul li .sub-info-inner {
  padding-left: 36px;
}

.contact-info-con .our-info-con ul li p,
.contact-info-con .our-info-con ul li a {
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  color: #404040;
}

.contact-info-con .our-info-con ul li {
  margin-bottom: 52px;
}

.form-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.part-sec {
  width: 48%;
  margin-bottom: 20px;
}

.full-div {
  width: 100%;
  margin-bottom: 38px;
}

.full-div textarea {
  height: 132px;
}

.part-sec input,
.full-div textarea {
  font-size: 14px;
  min-width: 161px;
  width: 100%;
  padding: 0;
  line-height: 46px;
  font-weight: 600;
  position: relative;
  display: inline-block;
  color: #000000;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #dfdfdf !important;
  transition: all 0.8s ease-in-out;
  padding-bottom: 6px;
}

.input-btn input {
  font-size: 14px;
  min-width: 161px;
  padding: 0;
  height: 48px;
  line-height: 46px;
  font-weight: 600;
  text-align: center;
  border-radius: 35px;
  position: relative;
  display: inline-block;
  color: #000000;
  background-color: transparent;
  border: 1px solid #000000;
  transition: all 0.8s ease-in-out;
}

::placeholder {
  color: #000000;
}

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

.padding-bottom {
  padding-bottom: 120px;
}

.map-filter iframe {
  height: 549px;
  width: 100%;
  border-radius: 80px;
  filter: grayscale(100%);
  pointer-events: none;
  border: none;
  outline: none;
  box-shadow: none;
}

.newsletter-con {
  padding-top: 100px;
  padding-bottom: 90px;
}

/* ==========footer================= */
.footer {
  background-color: #000000;
  color: #fff;
}

.padding-large.padding-vertical.is-footer {
  width: 100%;
  padding-top: 3rem;
  padding-left: 0;
  padding-bottom: 0 !important;
}

.footer-grid {
  grid-template-rows: auto;
  grid-template-columns: 1.1fr 1.1fr 1fr 1fr;
  margin-top: 30px;
  margin-bottom: 30px;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: none;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-nav-set.bm-3 {
  margin-bottom: 3rem;
}

.footer-nav-title {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-size: .7rem;
  font-weight: 600;
}

.footer-nav-link {
  color: #ffffff80;
  text-transform: capitalize;
  padding-top: .35rem;
  padding-bottom: .35rem;
  font-size: 13px;
  transition: color .2s;
  display: block;
}

img.footer-logo {
  width: 275px;
  padding: 10px;
  padding-left: 0;
  margin-left: -22px;
}

.footer-copyright-wrapper {
  color: #f0f0f0;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-social {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-social i {
  color: #fff;
}

.footer-copyright {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #ffffff80;
  justify-content: flex-start;
  align-items: center;
  font-size: 13px;
  display: flex;
}

.footer-terms-links {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}


/* ===================contact==================== */
.sub-banner-inner-con {
  padding-top: 170px;
}

.newsletter-con .email-form input {
  position: relative;
  font-size: 14px;
  min-width: 475px;
  height: 69px;
  line-height: 20px;
  font-weight: 400;
  color: #404040;
  background-color: #ffffff;
  border-radius: 35px;
  padding: 12px 15px 12px 35px;
  width: 100%;
  border: 1px solid transparent;
  overflow: visible;
  outline: none;
}

.newsletter-con .email-form input.wpcf7-form-control.wpcf7-submit.has-spinner {
  font-size: 16px;
    color: #fff;
    min-width: 94px;
    background-color: #000000; 
    position: absolute;
    top: 15px;
	width: 94px;
    right: 9px;
    overflow: visible;
    outline: none;
    transition: all 0.6s ease-in-out;
    padding: 10px;
    height: unset;
}

.inner-div-cursol {
  display: flex;
}

.l-i-d-c,
.r-i-d-c {
  width: 50%;
}

.r-i-d-c {
  padding: 2rem;
  border-right: 1px solid #c5c5c5;
}

.unify-all-non-ehr-text {
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 10px;
}

.button-sidv {
  margin-top: 30px;
}

.button-sidv a {
  width: 100%;
  background: #000;
  color: #fff;
  text-transform: capitalize;
  font-weight: 600;
  border: none;
  border-radius: 6px;
  padding: 10px 20px;
}

.popup-testimonial-stats {
  display: block;
  margin-top: 60px;
}

.popup-testimonial-stats-row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #000;
  border-top: 1px solid #05604f1a;
  justify-content: flex-start;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.cc-text-size {
  width: auto;
  min-width: 100px;
  color: #000;
  font-size: 40px;
  line-height: 140%;
}

.body-polysans {
  letter-spacing: -.32px;
  font-weight: 400;
  line-height: 100%;
  color: #3d3d3d !important;
}

.popup-testimonial-left img {
  width: 100% !important;
  object-fit: cover;
  height: 720px;
}

.cusrole-sec-de {
  border-top: 1px solid #c5c5c5;
  border-bottom: 1px solid #c5c5c5;
}

.hwusec p {
  background-color: #c2ff83;
  display: inline;
  font-size: 40px;
  font-weight: 800 !important;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.testimonial-slider .owl-nav {
  position: absolute;
  top: -85px;
  width: 100%;
  display: flex;
  justify-content: end;
  gap: 10px;
}

.testimonial-slider button {
  background-color: #000 !important;
  cursor: pointer !important;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 16px !important;
  display: flex;
  width: 48px;
  height: 48px;
}

.testimonial-slider button span {
  color: #fff;
  font-size: 40px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 5px;
}

.thum-post-more {
  height: 250px;
  background:
    linear-gradient(181deg,
      rgba(239, 255, 223, 0.6) 1.2%,
      rgba(194, 255, 131, 0.22) 35.93%,
      rgba(194, 255, 131, 0.22) 70.2%,
      rgba(239, 255, 223, 0.6) 98.36%),
    linear-gradient(120deg,
      rgba(239, 255, 223, 0) 0%,
      rgba(194, 255, 131, 0.54) 35%,
      rgba(194, 255, 131, 0.11) 85%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.thum-post-more img {
  height: 75%;
  width: 65%;
  object-fit: contain;
  transform: rotate(-20deg);
}

.thum-content-text {
  border: 1px solid #f0f0f0;
  background-color: #fafafa;
  border-radius: 4px;
  padding: 20px;
}

.title {
  font-size: 15px;
}

.content-thum-content-mian {
  font-size: 13px;
  margin-bottom: 10px !important;
}

.test-post {
  box-shadow: 9px 11px 14px 0 rgba(0, 0, 0, .1);
  background-color: #fff;
  padding: 30px;
      height: 100%;
}

.star-star svg {
  width: 1em;
  height: 1em;
  color: #fec42d;
  fill: #fec42d;
}

.p-contet p {
  font-size: 16px;
  line-height: 25px;
  margin: 15px 0 !important;
}

span.elementskit-author-des {
  font-size: 13px;
}

iframe {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 30px;
     
}

.single-blog-box {
  width: 100%;
  box-shadow: 3px 3px 25px rgb(0 0 0 / 7%);
  background: #ffffff;
  border-radius: 20px;
   height: 100%;
}

.single-blog-details {
  padding: 30px;
}

.single-blog-details ul {
  display: flex;
  gap: 20px;
}

.single-blog-details ul li {
  font-size: 15px;
  line-height: 18px;
  padding-left: 20px;
  color: #404040;
}

.single-blog-details ul li i {
  position: absolute;
  font-size: 14px;
  line-height: 16px;
  left: 0;
  top: 0;
  color: #c2ff83;
}

.single-blog-details h4 a {
  font-weight: 700;
  margin-bottom: 22px;
  color: #000000;
}

.single-blog-details h4 {
  font-size: 25px;
  margin-bottom: 10px;
}

.single-blog-details p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 20px !important;
}

.generic-btn2 a {
  font-size: 16px;
  position: relative;
  font-weight: 600;
  color: #000000;
}

.generic-btn2 a::before {
  content: "";
  background: #000000;
  width: 20px;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -7px;
  transition: ease-in-out 0.6s;
}

.single-blog-details .generic-btn2 a:hover::before {
  width: 100%;
}

.single-blog-box img {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.portfolio-box figure {
  overflow: hidden;
  border-radius: 35px;
}

.portfolio-box figure img {
  transition: ease-in-out 1s;
  border-radius: 35px;
      height: 250px;
    object-fit: cover;
    width: 100%;
}

.portfolio-box img {
  margin-bottom: 30px;
}
.about-us-inner-con h3{
  font-size: 38px;
}

.key-tags {
  background-color: #f9f9f9;
  color: #000000;
  border-radius: 15px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: 16px;
}

.portfolio-box h2 {
  font-size: 26px;
  font-weight: 700;
  color: #000;
}

.portfolio-box a {
  width: 57px;
  height: 57px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  border: 1px solid #000000;
  background-color: #ffffff;
}

.portfolio-box:hover a {
  background-color: #c2ff83;
  border: 1px solid #c2ff83;
}

.portfolio-box figure:hover img {
  transform: scale(1.02);
  border-radius: 35px;
}

ul#myTab {
  margin-bottom: 25px;
  justify-content: center;
  border: none;
}

.nav-tabs .nav-link.active {
  color: #000000;
  background-color: #c2ff83;
  border-radius: 30px;
}
.blog-post-pragh p{
      margin-bottom: 20px !important;

}

.nav-tabs .nav-link {
  color: #000000;
  font-size: 16px;
  border-radius: 30px;
  border: none;
  padding: 13px 34px;
  font-weight: 600;
}

.who-we-are-img-con img,
.who-we-are-img-con figure {
  border-radius: 30px;
}

.who-we-are-img-con figure {

  overflow: hidden;
}

.who-we-are-img-con figure img {
  transition: ease-in-out 1s;
}

.special-text {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 22px;
  font-weight: 600;
}

.who-we-are-content-con h2 {
  font-size: 55px;
  font-weight: 800;
  margin-bottom: 20px;
}

.who-we-are-content-con p {
  margin-bottom: 20px !important;
}

.elementary_btn {
  font-size: 14px;
  min-width: 161px;
  padding: 0;
  height: 48px;
  line-height: 46px;
  font-weight: 600;
  text-align: center;
  border-radius: 35px;
  position: relative;
  display: inline-block;
  color: #000000;
  background-color: transparent;
  border: 1px solid #000000;
  transition: all 0.8s ease-in-out;
}

.elementary_btn:hover {
  color: #ffffff;
  background-color: #000000;
}

.elementary_btn img {
  margin-left: 7px;
}

.elementary_btn:hover img {
  filter: invert(100%);
}

.who-we-are-img-con figure:hover img {
  transform: scale(1.02);
  border-radius: 30px;
}

.about-us-con {
  overflow: hidden;
}

figure {
  overflow: hidden;
}

.about-us-con .vector2 {
  bottom: 0;
  left: 0;
}

.about-us-con .vector2 {
  width: 400px;
}

.about-us-con .vector3 {
  top: 128px;
  left: 250px;
}

.about-us-con .vector4 {
  bottom: 99px;
  right: 60px;
}

.about-us-con .up-con {
  margin-bottom: 45px;
}

.special-text2::after {
  content: "";
  position: absolute;
  width: 34px;
  height: 3px;
  background-color: #fff;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.special-text2 {
  position: relative;
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 5px;
  font-weight: 600;
  padding-left: 52px;
}

.secondary_btn {
  font-size: 14px;
  min-width: 161px;
  padding: 0;
  height: 48px;
  line-height: 46px;
  font-weight: 600;
  text-align: center;
  border-radius: 35px;
  position: relative;
  display: inline-block;
  color: #ffffff;
  background-color: transparent;
  border: 1px solid rgb(255 255 255 / 35%);
  transition: all 0.8s ease-in-out;
}

.secondary_btn img {
  filter: invert(100%);
  margin-left: 7px;
}

.secondary_btn:hover {
  color: #000000;
  background-color: #c2ff83;
}

.secondary_btn:hover img {
  filter: invert(0);
}

.users-details-con {
      width: 100%;
  text-align: left;
  display: grid;
  gap: 0;
  grid-template-columns: 24% 24% 24% 24%;
}

.about-us-inner-con h3 {
  margin-bottom: 50px;
}
.custom-footer-bd-self .full-div {
  margin-bottom: 17px;
  width: 100%;
  
}
.inner-cfba {
  width: 100%;
  margin-bottom: 20px;
}
.inner-cfba p{
  display: flex;
      align-items: start;
  gap: 10px;
      color: #ffffff80;
      font-size: 16px;
}
.inner-cfba p a{
      color: #ffffff80;
}
.custom-footer-bd-self { 
  margin-bottom: 20px;
}
 

.user-detail-box span {
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #ffffff;
  font-family: "Figtree", sans-serif;
}

.user-detail-box p {
  font-size: 18px;
  line-height: 22px;
  color: #cacaca;
}

.user-detail-box {
  border-right: 1px solid rgb(255 255 255 / 25%);
}

.user-detail-box {
  padding-left: 50px;
}

.pl-0 {
  padding-left: 0 !important;
}

.border-right-0 {
  border-right: none;
}

.commitment-con .comitment-box {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 46px 39px 42px;
  transition: ease-in-out 0.6s;
  border: 1px solid transparent;
}

.bg-color {
  background-color: #f9f9f9;
}

.heading-title-con {
  margin-bottom: 50px;
}

.commitment-con .comitment-box:hover {
  transform: translateY(-4px);
  box-shadow: 2px 3px 48px rgb(0 0 0 / 10%);
  border: 1px solid #000000;
}

.comitment-box img {
  margin-bottom: 15px;
  width: 55px;
  height: 55px;
}

.comitment-box h3 {
  font-size: 26px;
  line-height: 33px;
  font-weight: 700;
  color: #000;
  margin-bottom: 15px;
}

.comitment-box p {
  margin-bottom: 20px !important;
}

.marquee-wrapper {
  overflow: hidden;
  width: 100%;
  padding: 1.5rem 0;
  mask-image: linear-gradient(to right, transparent 0%, black 12%, black 88%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 12%, black 88%, transparent 100%);
}

.custom-marquee-track {
  display: flex;
  width: max-content;
  animation: marquee 20s linear infinite;
}

.partners-grid {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.partner-card {
    /* flex: 0 0 auto; */
    width: 250px;
    padding: 0 20px;
    height: 250px !important;
    display: flex;
    align-items: center;
    border: 1px solid black;
    border-radius: 50%;
    margin: 0 20px;
    justify-content: center;
}

 
.parthener-image img {
     width: 100%;
    max-width: 160px;
    height: auto; 
    border-radius: 50%;
  object-fit: contain;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

/* Mobile */
@media (max-width: 767px) {
  .partner-card {
            width: 250px;
    padding: 0 15px;
  }
      .footer-social, .footer-copyright { 
        flex-wrap: wrap; 
    }
.footer-grid {
        grid-template-columns: 1fr !important;
    }
  .parthener-image img {
    max-width: 130px;
  }

  .custom-marquee-track {
    animation-duration: 15s;
  }
}

/* Pause on hover */
.marquee-wrapper:hover .custom-marquee-track {
  animation-play-state: paused;
}

/* ==================home-page============== */
    .banner-con .banner-inner-con {
        padding-top: 170px;
    }
    .banner-heading-con .expert-driven {
    font-size: 40px;
    line-height: 54px;
    font-weight: 600;
    position: relative;
    padding-left: 85px;
    margin-bottom: 29px;
}
.banner-heading-con .expert-driven::before {
    position: absolute;
    content: "";
    width: 64px;
    height: 3px;
    background-color: #000000;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.banner-con figure.vector1 {
    top: -45px;
    right: -6px;
}
.banner-content-con {
        padding-left: 60px;
    }
    .talk-with-us-elipse {
            width: 165px;
        height: 165px;
        margin-left: 15px;
    border-radius: 100%;
    font-weight: 600;
    font-size: 16px;
    line-height: 23px;
    transition: ease-in-out 0.6s; 
    position: relative;
}
.banner-content-con p {
        padding-bottom: 23px;
        margin-bottom: 16px !important;
    }
        .banner-con figure.vector1 img {
        width: 185px;
    }
    .talk-with-us-elipse span {
    z-index: 2;
    position: relative;
}
.talk-with-us-elipse img {
    width: 12px;
    height: 12px;
    margin: 12px auto 0;
}
.hover-slide-left::before {
    top: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 0%;
    position: absolute;
    content: "";
}
.talk-with-us-elipse::before {
    background-color: #000000;
    transition: 0.3s ease-out;
    color: #ffffff;
    border-radius: 100%;
}
.talk-with-us-elipse:hover {
    transform: translateY(4px);
    background-color: #000000 !important;
    color: #ffffff !important;
}
.hover-slide-left:hover::before {
    width: 100%;
}
.talk-with-us-elipse:hover img {
    filter: invert(100%);
}
    .banner-imgz-con {
        gap: 30px;
            margin-top: 40px;
    }
        .banner-imgz-con img.bi1 {
        width: 100%;
    }
    .banner-imgz-con figure img {
    transition: ease-in-out 1s;
}
.banner-imgz-con img.bi1 {
    border-radius: 30px;
    max-width: 100%;
    width: 100%;
}
.banner-imgz-con .user-box {
    right: 188px;
    background: #ffffff;
    border-radius: 36.5px;
    padding: 10px 20px 10px 15px;
    max-width: 258px;
    width: 100%;
    position: absolute;
    z-index: 2;
    bottom: 150px;
    display: none  !important;
}
.banner-con .user-box img {
    margin-left: -25px;
    border: 2px solid #ffffff;
    border-radius: 100%;
}
.banner-con .user-box .user-text {
    padding-left: 11px;
}
.ml-0, .mx-0 {
    margin-left: 0 !important;
}
.banner-con .user-box .user-text span.counter, .banner-con .user-box .user-text sup, .banner-con .user-box .user-text span.alphabet {
    font-size: 20px;
    font-weight: 800;
    top: unset;
    color: #000;
    font-family: "Figtree", sans-serif;
}
.user-box .user-text span.span-text {
    font-size: 12px;
    font-weight: 500;
    color: #000;
    line-height: 14px;
}
.our-work-outer-box {
    height: 243px;
    display: grid;
    gap: 40px;
    grid-template-columns: 7% 89%;
    align-items: center;
    border-top: 1px solid #dfdfdf
;
    transition: ease-in-out 0.1s;
    position: relative;
    padding: 10px 0 10px 40px;
}
.our-work-content-box {
    display: grid;
    gap: 28px;
    grid-template-columns: 61% 24% 10%;
    align-items: center;
}
.c-c-h2{
  font-size: 64px;
}
.our-work-text-box h4 {
    margin-bottom: 8px;
}
.our-work-text-box p {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 30px;
}
.our-work-hidden-img {
    position: relative;
    transition: .6s ease-in-out;
}
.our-work-hidden-img figure {
    opacity: 0;
    visibility: hidden; 
    position: absolute;
    top: -173px;
    left: 50%;
    z-index: 10;
    transform: translateX(0); 
    transition: .6s ease-in-out;
}
.our-work-hidden-img img {
    border-radius: 30px;
}
.our-work-btn a {
    height: 82px;
    font-size: 26px;
    border-radius: 100%;
    min-width: 82px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    transition: .3s ease-in-out;
    background-color: transparent;
    border: 1px solid #000000;
}
.our-work-outer-box:hover {
    border-top: 1px solid #c2ff83;
    border-radius: 25px;
}
.our-work-outer-box:hover::before {
    background-color: #c2ff83;
    border-radius: 25px;
    content: "";
    position: absolute;
    width: 1515px;
    max-width: 100%;
    height: 100%;
    z-index: -1;
    right: 0;
    left: 0;
    margin: 0 auto;
}
.our-work-outer-box:hover .our-work-hidden-img figure {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%);
}

.our-work-outer-box:hover .our-work-btn a {
    background-color: #ffffff;
    border: 1px solid #ffffff;
}
.cta-con .vector6 {
    left: 0;
    top: 53px;
}
    .cta-con .vector4 {
        left: 30px;
    bottom: -40px;
    }
        .cta-con .vector3 {
        right: 300px;
        top: 70px;
    }
    .cta-con .vector5 {
    right: 0;
    bottom: 0;
}
    .cta-con .talk-with-us-elipse {
        right: 20%;
            bottom: -30px;
                width: 165px;
        height: 165px;
            position: absolute;
    background: #c2ff83;
    }
    .cta-con .talk-with-us-elipse::before {
    background-color: #ffffff;
    transition: 0.3s ease-out;
    color: #ffffff;
    border-radius: 100%;
}
.talk-with-us-elipse {
 
    border-radius: 100%;
    font-weight: 600;
    font-size: 16px;
    line-height: 23px;
    transition: ease-in-out 0.6s;
 
}
.cta-inner-con{
  position: relative;
}
.cta-inner-con .special-h1{
  font-family: "Figtree", sans-serif;
      font-size: 100px;
    line-height: 100px;
        margin-bottom: 15px;
}
.cta-con .talk-with-us-elipse:hover {
    transform: translateY(4px);
    background-color: #ffffff !important;
    color: #000000 !important;
}

.cta-con .talk-with-us-elipse:hover img {
    filter: unset;
}
.testimonial-con .dotted-circle .testimonial-quoteimage {
    width: 205px;
    height: 205px;
    line-height: 205px;
    top: 34px;
    left: 34px;
    text-align: center;
    background-color: #c2ff83;
    border-radius: 100px;
}
.testimonial-con .dotted-circle .icon {
    width: 289px;
    height: 289px;
    line-height: 289px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    text-align: center;
    background-color: #f9fff2;
    border-radius: 100%;
}
.testimonial-con .dotted-circle {
    top: 6px;
    left: 20px;
    height: 410px;
    width: 410px;
    z-index: 1;
    border-radius: 100%;
    border: 2px dashed rgb(0 0 0 / 30%);
}
.testimonial-con .dotted-circle .testimonial-circle3 {
    top: 245px;
    left: -20px;
    transition: all 0.6s ease-in-out;
}
.testimonial-con .dotted-circle .testimonial-circle2 {
    bottom: 12px;
    right: 60px;
    transition: all 0.6s ease-in-out;
}
.testimonial-con .dotted-circle .testimonial-circle1 {
    top: 5px;
    right: 72px;
    transition: all 0.6s ease-in-out;
}
.testimonial-con .dotted-circle .testimonial-image3 {
    bottom: -32px;
    left: 77px;
    transition: all 0.6s ease-in-out;
}
.testimonial-con .dotted-circle .testimonial-image2 {
    top: 155px;
    right: -53px;
    transition: all 0.6s ease-in-out;
}
.testimonial-con .dotted-circle .testimonial-image1 {
    top: 8px;
    left: 18px;
    transition: all 0.6s ease-in-out;
}
.testimonial-con .dotted-circle .image img, .testimonial-con .dotted-circle .circle img {
    border-radius: 100%;
}
  .testimonial-box p {
    margin-bottom: 27px !important;
    color: #404040;
    line-height: 32px;
    padding-right: 60px;
}
.testimonial-con .testimonial-box .info ul {
    margin-bottom: 16px;
}
.testimonial-con .testimonial-box .info ul li i {
    font-size: 12px;
    color: #fbc729;
}
.testimonial-con .testimonial-box .info ul li {
    display: inline-block;
}
.testimonial-con .testimonial-box .info h6 {
    margin-bottom: 3px;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
}
.testimonial-con .testimonial-box p {
    margin-bottom: 27px;
    color: #404040;
    line-height: 32px;
    padding-right: 60px;
    margin-bottom: 0 !important;
    font-size: 14px !important;
}
.testimonial-con .owl-carousel .owl-dots {
    display: block !important;
    margin-top: -25px !important;
    position: absolute;
    right: 0;
}
.testimonial-con .owl-carousel .owl-dots .owl-dot span {
    width: 19px;
    height: 7px;
    margin: 0 5px;
    border-radius: 2px;
    transition: all 0.6s ease-in-out;
    background-color: rgb(0 0 0 / 12%);
}
.testimonial-con .owl-carousel .owl-dots .owl-dot.active span 
 {
    width: 39px;
    height: 7px;
    border-radius: 2px;
    position: relative;
    background-color: #c2ff83;
}
.grid-pal {
    display: grid;
    grid-template-columns: repeat(4, minmax(270px, 1fr));
    gap: 22px;
    min-width: 1120px;
    align-items: start;
}

.plan {
    background: #FFFFFF;
    border: 1px solid #E4DFCF;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    box-shadow: 0 1px 2px rgba(27, 46, 36, 0.04);
    position: relative;
}
.p-head {
    padding: 26px 24px 22px;
    background: #1F3D30;
    color: #F4EFE0;
    position: relative;
}
.tier-num {
    font-size: 11px;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: rgba(244, 239, 224, 0.55);
    margin-bottom: 6px;
    font-weight: 600;
}
.tier-name {
    font-family: 'Fraunces', serif;
    font-weight: 600;
    font-size: 23px; 
}
.price-row {
    display: flex;
    align-items: baseline;
    gap: 4px;
}
.currency {
    font-size: 16px;
    font-weight: 600;
    opacity: .8;
}
.price {
    font-family: 'Fraunces', serif;
        font-size: 60px;
    font-weight: 600;
    letter-spacing: -.01em;
}
.price-unit {
    font-size: 12px;
    opacity: .65;
    font-weight: 500;
}
.kw {
    margin-top: 8px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .04em;
    color: #C9A15A;
}
.cat {
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: .09em;
    text-transform: uppercase;
    color: #fff;
    background: #1F3D30;
    padding: 9px 24px;
    position: sticky;
    top: 0;
}
.feat {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 6px 15px;
    font-size: 12.8px;
    line-height: 1.35;
    color: #1B2E24;
    border-bottom: 1px solid #F1EEE3;
}
.feat .val {
    margin-left: auto;
    font-weight: 600;
    color: #1F3D30;
    white-space: nowrap;
    font-size: 12.5px;
}
.ribbon {
    position: absolute;
    top: 16px;
    right: -30px;
    background: #C9A15A;
    color: #16291F;
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    padding: 4px 32px;
    transform: rotate(38deg);
}
.feat.dim .val {
    color: #B9B2A0;
}
.feat .val.extra {
    color: #B0703B;
}
.feat.total {
    font-weight: 700;
    background: #F6F2E4;
}
.cta {
    padding: 20px 24px 26px;
}
.cta a{
  width: 100%;
    padding: 12px;
    background: #1F3D30;
    color: #F4EFE0;
    border: none;
    border-radius: 9px;
    font-size: 13.5px;
    font-weight: 600;
    cursor: pointer;
    transition: opacity .2s ease;
        display: block;
    text-align: center;
}
.plan.featured .cta a {
    background: #B0703B;
    color: #fff;
}
.cta .note {
    text-align: center;
    font-size: 11px;
    color: #5C6B60;
    margin-top: 8px;
}
.plan.featured {
    border: 1.5px solid #C9A15A;
    box-shadow: 0 24px 56px -24px rgba(201, 161, 90, 0.35);
}
.hwusec1 .sub-title1111{
  font-size: 38px;
}
.why-list li {
    display: flex;
    gap: 18px;
    padding: 24px 0;
        border-top: 1px solid rgb(163 221 102);
}
.why-list li:first-child {
    border-top: none;
}
.why-num {
    font-family: 'Fraunces', serif;
    font-size: 22px;
    color: #C9A15A;
    flex-shrink: 0;
    width: 34px;
}
.why-list h4 { 
    font-weight: 700;
    font-size: 22px;
    margin: 0 0 6px;
}
.why-list p {
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
}
.singleblog-section .main-box {
    border-radius: 20px;
    position: relative;
    background: #ffffff;
    transition: all 0.3s ease-in-out;
    padding: 10px 15px 40px;
    width: 100%;
    margin-left: 0;
    box-shadow: 3px 3px 25px rgb(0 0 0 / 7%);
}
.singleblog-section .main-box .content1 h2 {
    margin-bottom: 18px;
    color: #000000;
    font-size: 30px;
    font-weight: 700;
}
.singleblog-section .main-box .content1 p {
    font-weight: 400;
    margin-bottom: 20px !important;
    font-size: 16px;
    line-height: 27px;
        font-family: "Sora", sans-serif;
}
 .cross-icon,.menu-icon,.our-work-text-box p br{
    display: none !important;
  }
  .location-cites p{
        box-shadow: 3px 3px 25px rgb(0 0 0 / 7%);
    background: #ffffff;
    padding: 10px 15px;
    border-radius: 20px;
        width: 18%;
    margin-bottom: 20px !important;
  }
   .location-cites {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
   }
    .location-cites p a{
        display: flex;
    align-items: center;
    gap: 6px;
      color: black;
    }
    .location-cites p a i{
      color: #1F3D30;
    }
    .location-cites p:hover{
          background-color: #c2ff83;
    }
    .singleblog-section .main-box .content1 i {
    font-size: 14px;
    color: #c2ff83;
    margin-right: 4px;
    margin-bottom: 12px;
}
.singleblog-section .main-box .content1 .text-mr {
    margin-right: 10px;
}
.text-size-14 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #404040
;
}
.content4 .tag h4, .content4 .icon h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}
.singleblog-section .content4 .tag .button {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    background: #000000;
    color: #ffffff;
    border-radius: 100px;
    padding: 10px 18px;
    display: inline-block;
    text-align: center;
    transition: all 0.3s ease-in-out;
    margin-right: 4px;
    border: 1px solid transparent;
}
.singleblog-section .content4 .tag li {
    display: contents;
}
.singleblog-section .content4 .icon .social-icons ul li a {
    padding: 10px;
    border-radius: 20px;
    color: #fff;
}
.singleblog-section .content4 .icon .social-icons ul li {
    margin: 0 8px;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000000;
    border-radius: 20px;
    transition: .3s ease-in-out;
    border: 1px solid transparent;
}
.singleblog-section .content4 .icon .social-icons ul {
    display: flex;
}
.singleblog-section .box1 {
    border-radius: 20px;
    background: #fff;
    padding: 34px 30px;
    margin-bottom: 43px;
    width: 100%;
    box-shadow: 3px 3px 25px rgb(0 0 0 / 7%);
}
.singleblog-section .box2 h5,.singleblog-section .box1 h5 {
    margin-bottom: 22px;
    border-bottom: 1px solid #000000;
    padding-bottom: 22px;
        text-align: center;
            font-weight: 600;
}
.singleblog-section .box2 ul li {
    margin-bottom: 15px;
}
.text-size-16 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #404040;
}
.singleblog-section .box2 ul li a {
    color: #000000;
}
.singleblog-section .box3 .social-icons ul {
    display: flex;
    justify-content: center;
}
.singleblog-section .box3 .social-icons ul li {
    margin: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    border-radius: 20px;
    /* background: var(--primary--color); */
    background-image: linear-gradient(to right, #000000 0%, var(--purple--color) 100%);
    transition: .3s ease-in-out;
    border: 1px solid transparent;
}
.singleblog-section .box3 .social-icons ul li a {
    padding: 10px;
    color: #fff;
}
.singleblog-section .box3 .social-icons ul li .social-networks {
    font-size: 20px;
    background-color: #000000;
    border-radius: 100px;
    text-align: center;
    transition: all ease-in-out 0.3s;
    width: 45px;
    height: 45px;
    line-height: 45px;
    transition: all 0.3s ease-in-out;
}
.singleblog-section .box4 .tag .button {
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    background: #000000;
    color: #ffffff;
    border-radius: 100px;
    padding: 10px 18px;
    display: inline-block;
    text-align: center;
    transition: all 0.3s ease-in-out;
    margin-bottom: 4px;
    letter-spacing: 0.6px;
    /* border: 1px solid transparent; */
}
.singleblog-section .box4 .tag li {
    margin-right: 8px;
    display: contents;
}
.singleblog-section .box4 h5,.singleblog-section .box3 h5,.singleblog-section .box5 h5 {
    margin-bottom: 22px;
    border-bottom: 1px solid #000000;
    padding-bottom: 22px;
        font-weight: 600;
            text-align: center;
}
.singleblog-section .box5 .feed {
    display: flex;
    margin-bottom: 22px;
    border-bottom: 1px solid #000000;
    padding-bottom: 22px;
    align-items: center;
}
.singleblog-section .box5 .feed .feed-image {
    width: 34%;
}
.singleblog-section .box5 .feed a {
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    text-decoration: none;
    width: 66%;
    padding: 0 0 0 16px;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 1;
    color: #000000;
}
.singleblog-section .box5 .feed .feed-image img {
    border-radius: 20px;
}



.ticket {
    width: 100%; 
    border: 1px solid #D8D3C3;
    border-radius: 4px;
    box-shadow: 0 1px 0 rgba(28, 38, 34, 0.04);
    overflow: hidden; 
}
.head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 24px;
    padding: 38px 40px 28px;
}
.eyebrow {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 11.5px;
    letter-spacing: 0.04em;
    color: #1D4A3D;
    margin: 0 0 10px;
}
.sub {
    font-size: 18px; 
    color: #1D4A3D;
    line-height: 1.55; 
    margin: 0;
}
.perforation {
    position: relative;
    height: 1px;
    margin: 0 40px;
    border-top: 1px dashed #D8D3C3
;
}
.body {
    padding: 32px 40px 40px;
}
.group {
    margin-bottom: 28px;
}
.group-title {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 18px;
    color: #C1602C;
    letter-spacing: 0.02em;
    margin: 0 0 14px !important;
    padding-bottom: 8px;
    border-bottom: 1px solid #D8D3C3;
}
.group ul {
  list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 24px;
    row-gap: 11px;
}
.group ul li {
    display: flex;
      align-items: center;
    gap: 9px;
    font-size: 18px;
    line-height: 1.4;
    color: #1C2622
;
}
.foot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    padding: 22px 40px;
    background: #1D4A3D;
}
.foot p {
    margin: 0;
    font-size: 18px;
    color: #DCEAE4;
    line-height: 1.5;
}
.foot a {
    flex-shrink: 0;
    font-family: 'IBM Plex Mono', monospace;
    font-size: 18px;
    color: #fff;
    background: #C1602C;
    text-decoration: none;
    padding: 11px 20px;
    border-radius: 2px;
    white-space: nowrap;
}
.divide-part-option {
    display: flex;
    justify-content: space-between;
}
.card1 {
  width: 48%; 
    background: #FBFAF5; 
    border-radius: 4px;
    overflow: hidden;
}
.pad {
    padding: 38px 40px 40px;
}
.card1 h3{
  font-size: 34px; 
      margin-bottom: 20px;
       font-family: 'IBM Plex Mono', monospace;
}
ul.reasons {
    list-style: none;
    margin: 0 0 30px;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 24px;
    row-gap: 14px;
}
ul.reasons li {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    font-size: 14.5px;
    line-height: 1.4; 
}
ul.reasons li svg {
    flex-shrink: 0;
    margin-top: 2px;
}
.cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: 'IBM Plex Mono', monospace;
    font-size: 13px;
    color: #fff;
    background: #C1602C;
    text-decoration: none;
    padding: 14px 24px;
    border-radius: 2px;
}
.chip {
    font-size: 13.5px;
    color: #1D4A3D;
    background: #E7EFE9;
    border: 1px solid #CFDED5;
    padding: 9px 16px;
    border-radius: 3px;
}
.chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 30px;
}
.cta-outline {
    display: inline-flex;
    align-items: center;
    font-family: 'IBM Plex Mono', monospace;
    font-size: 13px;
    color: #1D4A3D;
    background: transparent;
    border: 1px solid #1D4A3D;
    text-decoration: none;
    padding: 13px 24px;
    border-radius: 2px;
}
.singleblog-section .box1 input {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #404040;
    background: #fff;
    border: 1px solid #404040;
    border-radius: 20px;
    padding: 0 75px 0 18px;
    width: 100%;
    height: 58px;
    overflow: visible;
    outline: none;
}
.singleblog-section .box1 .search {
    position: absolute;
    font-size: 18px;
    right: 0px;
    top: 1px;
    width: 60px;
    height: 56px;
    color: #fff;
    border: 1px solid transparent;
    background: #000000;
    border-radius: 20px;
    outline: none;
    box-shadow: none;
    transition: all 0.3s ease-in-out;
}
.form-row { 
    display: flex; 
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
    position: relative;
}
.custom-form {
    padding: 28px 44px 44px;
    border: 1px solid #D8D3C3;
}
.full-width-row {
    margin-bottom: 20px;
}
label {
    display: block;
    font-family: 'IBM Plex Mono', monospace;
    font-size: 18px;
    letter-spacing: 0.02em;
    color: #1D4A3D;
    margin-bottom: 7px;
}
.name-group-inputs p,.cusmtom-fomr-row-row{
      display: flex;
    justify-content: space-between;
}
.name-group-inputs p span,.cusmtom-fomr-row-row .form-group{
  width: 48%;
}
input[type="text"], input[type="email"], select, textarea,input[type="tel"] {
    width: 100%;
    font-family: 'Work Sans', sans-serif;
    font-size: 14.5px;
    color: #1C2622;
    background: #fff;
    border: 1px solid #D8D3C3;
    border-radius: 2px;
    padding: 12px 14px;
    outline: none;
    transition: border-color .15s ease;
}
select {
  height: 100%;
}
[data-name="select-777"]{
  width: 23%;
}
[data-name="tel-728"]{
 width: 75%;
}
.custom-form br{
  display: none;
}
.cusmtom-fomr-row-row{
  margin-bottom: 20px;
}
.phone-input-container p {
    display: flex;
    gap: 8px;
}
.full-width-row textarea{
  height:  100px;
}
.submit-btn {
    display: inline-flex;
    align-items: center;
    font-family: 'IBM Plex Mono', monospace;
    font-size: 18px;
    color: #fff;
    background: #C1602C;
    border: none;
    text-decoration: none;
    padding: 14px 26px;
    border-radius: 2px;
    cursor: pointer;
    margin-top: 6px;
}
.content1-pravicy  {
      padding: 38px 40px 28px;
          border: 1px solid #D8D3C3;
    border-radius: 4px;
    box-shadow: 0 1px 0 rgba(28, 38, 34, 0.04);
}
.content1-pravicy h2{
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}
.content1-pravicy p{
  margin-bottom: 20px !important;
   color: #555555;
}
.content1-pravicy ul li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #8CB85C;
    font-weight: 700;
}
.content1-pravicy ul li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 28px;
    font-size: 16px;
    color: #555555;
}
img.image-89 {
    width: 21px;
}
 .custom-icon-cion-icon {
  width: 80px;
 }
/* =========media-query============= */
@media screen and (max-width: 1650px) {
  .main-box {
    padding-right: 2% !important;
    padding-left: 2% !important;
  }
}


@media screen and (max-width: 1315px){
.header-contact {
    margin-left: 100px;
}
}
@media screen and (max-width: 1240px){
.header-contact {
    margin-left: 50px;
}
}
@media screen and (min-width: 1280px) {
  .padding-global-new {
    padding-bottom: 20px;
    padding-left: 56px;
    padding-right: 56px;
  }
  
}
@media screen and (max-width: 1200px) {
 .header-contact {
    margin-left: 0px;
}
.header-contact ul{
      display: flex;
    align-items: center;
    gap: 25px;
}
    .header-con .navbar-expand-lg .navbar-nav {
        align-items: unset;
        flex-direction: column;
                margin: 0 !important;
    }
    .custom-megamenu{
      align-items: flex-start;
    }
.custom-megamenu{
          position: fixed;
        top: 0;
        right: -150%;
        background: #f9f9f9;
        padding: 25px 20px;
        width: 280px;
        transition: all 0.3s;
        z-index: 999999999999999999999;
        height: 100%;
}
  .cross-icon {
    display: block !important;
  }
  .menu-icon{
    display: flex !important;
  }
  .custom-navbar{
    justify-content: space-between;
  }
     .mega-menu-active {
        right: 0 !important;
    }
    .menu-icon {
          border-radius: 50px;
    background: transparent;
    height: 45px;
    width: 45px;
    justify-content: center;
    border: 1px solid black;
    }
    .padding-large.padding-vertical.is-footer {
    width: 100%;
    padding-bottom: 15px !important;
    padding: 50px;
}
  }
  @media screen and (max-width: 1200px) {
    .popup-testimonial-left img {
        height: 100%;
    }
}
  @media screen and (max-width: 1199px) {
    h1 span {
        line-height: 56px;
    }
        .our-work-hidden-img figure img {
        height: 230px;
    }
    .our-work-text-box p {
    margin-bottom: 0;
    font-size: 17px;
    line-height: 30px;
}
    .collapse:not(.show) {
        display: block;
    }
        h1, span.special-h1 {
        font-size: 74px; 
                line-height: 74px;
    }
        .sub-banner-img figure img {
        width: 220px;
    }
    .who-we-are-content-con h2 {
    font-size: 45px; 
}
h3 {
    font-size: 40px;
}
.user-detail-box {
    padding-left: 30px;
}
.grid-pal { 
    min-width: 100%; 
        grid-template-columns: repeat(4, minmax(23%, 1fr));
    gap: 15px;
}
.cta-con .talk-with-us-elipse { 
    position: unset; 
    margin-top: 22px;
}
.cta-inner-con .special-h1 { 
    font-size: 75px;
    line-height: 75px; 
}
    .banner-con .banner-content-con p {
        font-size: 17px;
        line-height: 29px;
        margin-bottom: 0;
    }
        .banner-con .banner-inner-con .banner-heading-con .expert-driven {
        font-size: 30px;
        line-height: 24px;
    }
    .banner-con .banner-inner-con .banner-heading-con .expert-driven {
        padding-left: 62px;
    }
    .banner-con .banner-inner-con .banner-heading-con .expert-driven::before {
        width: 50px;
    }
        .banner-con figure.vector1 img {
        width: 130px;
    }
        .talk-with-us-elipse {
        width: 140px;
        height: 140px;
        margin-left: 0;
    }
    .our-work-content-box { 
    gap: 6px; 
}
    .our-work-btn a {
        height: 54px;
        width: 54px;
        min-width: 54px;
    }
    .c-c-h2 {
    font-size: 50px;
}
    .our-work-hidden-img figure {
        top: -118px;
    }
    .location-cites p { 
    width: 23%; 
}
     
}

/* 992px se upar hover par dropdown */
@media (min-width: 992px) {
  .navbar .dropdown:hover>.dropdown-menu {
    display: block;
    padding: 10px;
    margin: 0;
    background-color: #ffffff;
    border: 0;
    z-index: 2;
    width: 250px;
    box-shadow: 0px 0px 100px rgb(0 0 0 / 15%);
    border-radius: 20px;
  }

  .navbar .dropdown>.dropdown-toggle {
    pointer-events: auto;
  }
}

/* 991px tak normal Bootstrap click */
@media (max-width: 991.98px) {
  .navbar .dropdown-menu,.sub-banner-img.float-right {
    display: none;
  }
      .sub-banner-inner-con { 
        text-align: center;
    }
  .inner-cfba {
    width: 48%;
    margin-bottom: 20px;
}
  .sub-banner-inner-con {
    padding-top: 140px;
}
ul.why-list {
  padding-left: 0;
}
    h4 {
        font-size: 23px;
    }
        .our-work-text-box p {
        font-size: 15px;
        line-height: 26px;
    }
        .our-work-outer-box>figure img { 
        height: 60px;
        object-fit: contain;
    }
        .our-work-outer-box {
        height: auto;
        grid-template-columns: 10% 83%;
        gap: 14px;
        padding: 15px 0 15px 19px;
    }
        .our-work-btn a {
        height: 44px;
        width: 44px;
        min-width: 44px;
        font-size: 17px;
    }
        .our-work-btn a img {
        width: 13px;
    }
  .navbar .dropdown.show .dropdown-menu {
    display: block;
  }
      .footer-grid {
        grid-template-columns: repeat(2, 1fr);
    }
        .footer-social, .footer-copyright {
        width: 100%;
        justify-content: center;
        margin-bottom: 20px;
    }
    .footer-copyright-wrapper {
    display: flex;
    flex-wrap: wrap;
}
    .sub-banner-img figure img {
        width: 180px;
    }
    h1 {
        font-size: 45px; 
    }
    .collapse:not(.show) {
    display: block;
}
    .newsletter-inner-con {
        display: block !important;
                text-align: center;
    }
     .newsletter-inner-con h2{
      margin-bottom: 20px;
     }
    h2 {
        font-size: 44px;
        line-height: 45px;
    }
    .newsletter-con .email-form input {
    width: 70%; 
}
.newsletter-con .email-form button {
    right: 16%; 
}
.contact-info-con h4 {
        font-size: 36px;
    }
    .map-filter iframe {
    height: 300px; 
    border-radius: 10px; 
}
.padding-bottom {
    padding-bottom: 50px;
}

.padding-top {
    padding-top: 50px;
}
h1, span.special-h1 { 
    line-height: 60px;
}
.who-we-are-img-con figure img{
      width: 100%;
}
.about-us-con .vector3,.about-us-con .vector4{
  display: none;
}
.m991{
  margin-bottom: 20px;
}
.hwusec1 .sub-title1111 {
    font-size: 28px;
    line-height: 35px;
}
    .grid-pal { 
        
      grid-template-columns: repeat(2, 1fr);
    }
        .l-i-d-c, .r-i-d-c {
        width: 100%;
    }
    .inner-div-cursol{
      flex-wrap: wrap;
    }
        .popup-testimonial-left img {
        height: 400px;
        object-fit: cover;
    }
    .nav-tabs .nav-link { 
    font-size: 15px; 
    padding: 12px 25px; 
}
.portfolio-box h2 {  
        font-size: 14px;
    }
.portfolio-box a {
    width: 40px;
    height: 40px; 
}
.single-blog-details ul li {
    font-size: 12px; 
}
.single-blog-details {
    padding: 20px;
}
.p70 {
    padding: 40px 0;
}
.commitment-con .comitment-box { 
    padding: 22px; 
}
    .who-we-are-content-con h2 {
        font-size: 35px;
    }
    .cta-inner-con,.testimonial_content { 
    text-align: center;
}
    .cta-con .talk-with-us-elipse { 
        margin-top: 22px !important;
        margin: 0 auto;
    }
    .testimonial-con .dotted-circle{
          height: 310px;
    width: 310px;
    margin: 0 auto 60px;
    left: 0;
    top: 0;
    }
    .testimonial-con .testimonial-box p{
      padding-right: 0;
    }
        .banner-con .banner-content-con p {
        font-size: 16px;
        line-height: 27px;
        margin-bottom: 0 !important;
        padding-bottom: 13px;
        margin-top: -11px;
    }
    .banner-content-con {
    padding-left: 0;
}
    .c-c-h2 {
        font-size: 35px;
        line-height: 40px;
    }
    .banner-con figure.vector1 img {
        width: 100px;
    }
        .testimonial-con .dotted-circle .image img {
        width: 80px;
    }
        .testimonial-con .dotted-circle .testimonial-image2 {
        top: 110px;
        right: -35px;
    }
        .testimonial-con .dotted-circle .testimonial-image1 {
        top: 0;
    }
        .testimonial-con .dotted-circle .testimonial-image3 {
        bottom: -30px;
        left: 60px;
    }
    .testimonial-con .dotted-circle .testimonial-circle1 {
        top: -5px;
    }
    .testimonial-con .dotted-circle .testimonial-circle2 {
        right: 45px;
    }
        .testimonial-con .dotted-circle .testimonial-circle3 {
        top: 140px;
    }
        .testimonial-con .dotted-circle .circle img {
        width: 36px;
    }
        .testimonial-con .dotted-circle .icon .testimonial-quoteimage {
        width: 130px;
        height: 130px;
        line-height: 130px;
        top: 30px;
        left: 30px;
    }
        .testimonial-con .dotted-circle .icon {
        width: 190px;
        height: 190px;
        line-height: 190px;
    }
    .header-con .navbar-expand-lg .navbar-nav { 
    align-items: unset; 
}
.card1 h3 {
    font-size: 20px; 
}
ul.reasons {
     grid-template-columns: 1fr;
}
.divide-part-option { 
    flex-wrap: wrap;
}
.card1 {
    width: 100%; 
    margin-bottom: 20px;
}
}
@media (max-width: 870px){
.location-cites p {
        width: 32%;
    }
}

@media (max-width: 850px){
.our-work-hidden-img figure{
  display: none;
}
}

@media (max-width: 767px){
.sub-banner-img.float-right,.banner-con figure.vector1 img{
  display: none;
}
.about-us-inner-con h3 {
    font-size: 32px;
}
    .inner-cfba {
        width: 100%; 
    }
.custom-form {
    padding: 20px; 
}
.name-group-inputs p, .cusmtom-fomr-row-row {
    display: block; 
}
.name-group-inputs p span, .cusmtom-fomr-row-row .form-group {
    width: 100%;
}
.name-group-inputs input{
  margin-bottom: 20px;
}
.head { 
    padding: 22px;
    flex-wrap: wrap;
}
.group ul { 
    grid-template-columns: 1fr; 
}
.foot { 
    flex-wrap: wrap;
}
.location-cites p {
        width: 49%;
    }
    .body {
    padding: 20px;
}
    .location-cites p i{
      font-size: 16px;
    }
    .location-cites p {
font-size: 11px;
    }
.sub-banner-inner-con {
    padding-top: 120px;
    text-align: center;
}
.testimonial-con .owl-carousel .owl-dots {
    display: block !important;
    margin-top: 0px !important; 
}
    .contact-info-con .our-info-con {
        width: 290px;
        margin: 0 auto 30px;
    }
    .contact-info-con .our-info-con ul li p, .contact-info-con .our-info-con ul li a {
    font-size: 18px; 
    font-weight: 500; 
}
.part-sec {
    width: 100%; 
}
    h2 {
        font-size: 38px;
        line-height: 40px;
    }
        .contact-info-con h4 {
        font-size: 32px;
    }
        .main-box {
        padding-right: 20px !important;
        padding-left: 20px !important;
    }
    p {
    font-size: 16px; 
}
.contact-info-con .our-info-con ul li .sub-info-inner {
    padding-left: 20px;
}
    h1 {
        font-size: 40px;
    }
    .who-we-are-content-con h2 {
        font-size: 29px;
    }
        h3 {
        font-size: 27px;
    }
    .about-us-inner-con h3 {
    margin-bottom: 25px;
}
.users-details-con {
    width: 100%; 
    display: block; 
}
.user-detail-box {
        padding-left: 0;
    }
    .user-detail-box {
    border-right: none;
    margin-bottom: 20px;
}
 .grid-pal { 
        grid-template-columns: repeat(1, 1fr);
    }
        .hwusec1 .sub-title1111 { 
        text-align: center;
    }
        .testimonial-slider .owl-nav {
        position: unset;
        margin-top: 20px;
        margin-bottom: 10px;
    }
        .popup-testimonial-stats-row {
        grid-row-gap: 0;
        flex-wrap: wrap;
    }
    .r-i-d-c {
    padding: 20px;
    border: 1px solid #c5c5c5;
}.cc-text-size { 
    font-size: 30px; 
}
.hwusec p{
  font-size: 25px;
}
    .cta-inner-con .special-h1 {
        font-size: 45px;
        line-height: 50px;
    }
    .banner-con .banner-content-con p{
      margin-top: 0;
    }
        .banner-con .banner-inner-con .banner-heading-con .expert-driven {
        font-size: 18px;
        line-height: 15px;
        padding-left: 52px;
        margin-bottom: 16px;
    }
        .banner-con .banner-inner-con .banner-heading-con .expert-driven::before {
        width: 40px;
        height: 3px;
    }
        h1 { 
        margin-bottom: 12px;
    }
    .banner-con .banner-inner-con {
    padding-top: 120px;
        text-align: center;
}
    .talk-with-us-elipse {
        width: 100px;
        height: 100px;
        font-size: 13px;
        line-height: 18px;
        margin: 0 auto;
    }
        .banner-imgz-con {
        margin-top: 18px;
        flex-direction: column;
    }
        .banner-con .banner-imgz-con .user-box {
        right: 0;
        left: 0;
        margin: 0 auto;
                border-radius: 30px;
        padding: 6px 10px 6px 10px;
        max-width: 210px;
        bottom: 29px;
    }
        .c-c-h2 {
        font-size: 28px;
        line-height: 36px;
    }
        .our-work-text-box h4 {
        font-size: 22px;
    }
    .our-work-content-box {
        gap: 10px;
        grid-template-columns: 100%;
    }
        .our-work-text-box p {
        font-size: 14px;
        line-height: 24px;
    }
        .our-work-outer-box>figure img {
        /* width: 36px; */
        height: 45px;
        object-fit: contain;
    }
        .our-work-outer-box {
        height: auto;
                grid-template-columns: 1fr;
        gap: 3%;
        padding: 20px 0;
    }
        .our-work-outer-box:hover {
        border: unset;
        border-radius: unset;
        border-top: 1px solid #dfdfdf;
    }
        .our-work-btn a {
        height: 40px;
        width: 40px;
        min-width: 40px;
    }
    .our-work-btn a img {
        width: 11px;
    }
    .our-work-hidden-img {
        display: none;
    }
}

@media screen and (max-width: 575px) {
    h2 {
        font-size: 32px;
        line-height: 34px;
    }
   .newsletter-con .email-form input {
        width: 100%;
        min-width: 100%;
    }
        .newsletter-con .email-form button {
        right: 4%;
    }
        .padding-large.padding-vertical.is-footer { 
        padding: 30PX 20PX;
    }
        .contact-info-con h4 {
        font-size: 28px;
    }
        h1,h1 span {
        font-size: 35px;
                line-height: 40px;
    }
    .breadcrumb-item {
    font-size: 12px; 
}
    .testimonial-con .dotted-circle {
        height: 270px;
        width: 270px;
        margin-bottom: 40px;
    }
        .testimonial-con .dotted-circle .icon .testimonial-quoteimage {
        width: 105px;
        height: 105px;
        line-height: 105px;
        top: 28px;
        left: 28px;
    }
        .testimonial-con .dotted-circle .icon {
        width: 160px;
        height: 160px;
        line-height: 160px;
    }
        .testimonial-con .dotted-circle .image img {
        width: 60px;
    }
    .testimonial-con .dotted-circle .circle img {
        width: 35px;
    }
    .testimonial-con .dotted-circle .testimonial-image2 {
        top: 115px;
        right: -16px;
    }
        .testimonial-con .dotted-circle .testimonial-circle1 {
        top: 0;
        right: 45px;
    }
    .testimonial-con .dotted-circle .testimonial-circle2 {
        right: 55px;
        bottom: 0;
    }
        .testimonial-con .dotted-circle .testimonial-circle3 {
        top: 132px;
        left: -16px;
    }
}

@media (max-width: 464px){
.custom-li-li-walal{
  display: none !important;
}
}


@media (max-width: 375px){
.new-btn-btn{
  display: none;
}
}
