/* @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); */



@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');


.clear {
  clear: both;
}

::-moz-selection {
  background: #000;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #000;
  color: #fff;
  text-shadow: none;
}

.no-mar {
  margin: 0 !important;
}

.no-pad {
  padding: 0 !important;
}

.some-pad {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.left-pad {
  padding-left: 90px !important;
}

.mar-1_br {
  margin-right: -1px;
  margin-bottom: -1px;
}

div#preloader {
  background: #121212 url("https://dharnidhar.com/wp-content/uploads/2025/04/logo-w.png") no-repeat scroll center center;
  height: 100%;
  left: 0;
  overflow: visible;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

.page-settings {
  position: fixed;
  left: -177px;
  top: 300px;
  z-index: 9;
  background-color: #000;
  padding: 20px 25px;
  transition: .5s ease;
}

.psg-icon {
  position: absolute;
  top: calc(50% - 14px);
  right: -35px;
  background-color: #000;
  color: #fff;
  font-size: 18px;
  padding: 6px 0px;
  width: 35px;
  height: 32px;
  line-height: 22px;
  text-align: center;
  cursor: pointer;
  display: none;
}

.psg-icon i {
  -webkit-animation-name: spin;
  animation-name: spin;
  -webkit-animation: spin 4s both alternate infinite;
  animation: spin 4s both alternate infinite;
  animation-duration: 5000ms;
  animation-delay: 2s;
  animation-timing-function: ease-in;
}

.page-settings.active {
  left: 0;
}

.pgs-box {
  position: relative;
}

.pgs-box a {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0px;
  color: black;
  background-color: #ffffff;
  display: inline-block;
  padding: 16px 16px;
  border-radius: 5px;
  transition: .3s ease;
}

.pgs-box a:hover {
  background-color: #000000;
  color: #fff;
}

.custom-padding {
  padding-bottom: 350px !important;
}

.mar-bot-50 {
  margin-bottom: 50px;
}

.mar-bot-40 {
  margin-bottom: 40px;
}

.mar-bot-140 {
  margin-bottom: 140px;
}

.mar-bot-30 {
  margin-bottom: 30px;
}

.margin-minas {
  margin-bottom: -50px;
}

.padding-minas {
  padding-bottom: 50px !important;
}

.padding-to-minas {
  padding-top: 0px !important;
}

.mar-top-30 {
  margin-top: 30px;
}

.mar-top-80 {
  margin-top: 80px;
}

.mar-top-80 {
  margin-top: 80px;
}

.mar-top-55 {
  margin-top: 55px;
}

.mar-top-140 {
  margin-top: 140px;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:focus {
  outline: 0;
}

html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
}

body {
  background: #fff;
  font-weight: normal;
  font-size: 15px;
  letter-spacing: 1.5px;
  color: #888;
  line-height: 30px;
  -webkit-font-smoothing: antialiased;
  /* Fix for webkit rendering */
  -webkit-text-size-adjust: 100%;
}

.dark-bg {
  background-color: #000;
}

img {
  max-width: 100%;
  height: auto;
  width: 100%;
}

button,
input,
textarea {
  letter-spacing: 0px;
}

/* 
Table Of Contents
=========================
- Default Typography
- Custom Typography
=========================
*/
/* 
--------------------------
- Default Typography
--------------------------
*/
/* body {
  font-family: "Chronicle Display";

} */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: "Chronicle Display";
  font-weight: 600;
  color: #000;
  letter-spacing: 0px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: inherit;
  font-family: "Chronicle Display";
  letter-spacing: 0;
}

h1 {
  font-size: 72px;
  line-height: 83px;
  margin-bottom: 0px;
}

h2 {
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 0px;
}

h3 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 0px;
}

h4 {
  font-size: 20px;
  line-height: 27px;
}

h5 {
  font-size: 18px;
  line-height: 26px;
}

h6 {
  font-size: 14px;
  line-height: 22px;
}

p {
  /* font-family: "Gotham Narrow"; */
  font-family: 'DM Sans', sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  /* color: #8e8d8e; */
  color: #494949a3;
  line-height: 28px;
  margin: 0;
}

p img {
  margin: 0;
}

.ht-tittle {
  font-family: "Gotham Narrow";
  line-height: 26px;
  font-size: 15px;
  color: #000;
  letter-spacing: 0;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
}

.ht-tittle::before {
  position: absolute;
  content: '';
  background: #000;
  height: 2px;
  width: 60px;
  left: -70px;
  top: 12px;
}

/* em and strong */
em {
  font: 15px/30px;
}

strong,
b {
  font: 15px/30px;
}

small {
  font-size: 11px;
  line-height: inherit;
}

/* links */
a,
a:visited {
  text-decoration: none;
  font-family: 'DM Sans', sans-serif;
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 0;
  outline: 0;
}

a:hover,
a:active {
  color: #4e76a4;
  text-decoration: none;
  outline: 0;
}

a:focus {
  text-decoration: none;
  outline: 0;
}

p a,
p a:visited {
  line-height: inherit;
  outline: 0;
}

/* list */
ul,
ol {
  margin-bottom: 0px;
  margin-top: 0px;
}

ul {
  margin: 0;
  padding: 0;
}

ol {
  list-style: decimal;
}

ol,
ul.square,
ul.circle,
ul.disc {
  margin-left: 0px;
}

ul.square {
  list-style: square outside;
}

ul.circle {
  list-style: circle outside;
}

ul.disc {
  list-style: disc outside;
}

ul ul,
ul ol,
ol ul,
ol ol {
  padding: 0;
  margin: 0;
}

ul ul li,
ul ol li,
ol ul li,
ol ol li {
  margin-bottom: 0px;
}

li {
  line-height: 18px;
  list-style-type: none;
  margin: 0px;
  letter-spacing: 0;
  display: inline-block;
  font-size: 16px;
}

[class^="flaticon-"]:before {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
  letter-spacing: inherit;
}

button:focus {
  outline: none !important;
  box-shadow: none !important;
  border-color: transparent !important;
}

input:focus {
  outline: none !important;
  box-shadow: none !important;
  border-color: #000 !important;
}

.c-fulid-max {
  max-width: 90%;
  margin: auto;
}

.form-control:focus {
  outline: none !important;
  box-shadow: none !important;
  border-color: #000 !important;
}

.scroll-top {
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: fixed;
  bottom: 105%;
  right: 50px;
  font-size: 16px;
  border-radius: 50%;
  z-index: 99;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  background: #000;
  transition: 1s ease;
  border: none;
  -webkit-animation-name: scrollup;
  animation-name: scrollup;
  -webkit-animation: scrollup 4s both alternate infinite;
  animation: scrollup 4s both alternate infinite;
  animation-duration: 6000ms;
  animation-delay: 2s;
  animation-timing-function: ease-in;
}

.scroll-top:hover {
  background: #a3a3a3;
}

.scroll-top:after {
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

.scroll-top.open {
  bottom: 30px;
}

.btn-1 {
  background: transparent;
  padding: 16px 40px;
  color: #000;
  border: 1px solid #000;
  display: inline-block;
  text-transform: uppercase;
  font-family: "Gotham Narrow";
  font-weight: 500;
  transition: .4s ease;
}

.btn-1:hover {
  color: #ffffff;
  background: #000;
  border-color: #000;
}

.dark {
  position: relative;
  background: #000;
}

.dark h1 {
  color: #fff;
}

.dark h2 {
  color: #fff;
}

.dark .btn-1 {
  color: #ffffff;
  border: 1px solid #ffffff;
}

.dark .btn-1:hover {
  border-color: #000;
}

/*==============Header Style==============*/
header.mextreo-header-area {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  left: 0;
  /* padding: 20px 0px; */
  z-index: 9;
}

header.mextreo-header-area .logo-wrapper {
  position: relative;
  padding-top: 10px;
}

header.mextreo-header-area .logo-wrapper img {
  /* width: auto; */
  width: 206px;
}

header.mextreo-header-area .mextreo-menu {
  position: relative;
}

header.mextreo-header-area .mextreo-menu .sm-mint {
  position: relative;
}

header.mextreo-header-area .mextreo-menu .sm-mint a:hover .sub-arrow {
  border-color: #000 transparent transparent transparent;
}

header.mextreo-header-area .mextreo-menu .side-ber {
  position: absolute;
  right: 5px;
  top: 6px;
  z-index: 9999;
}

header.mextreo-header-area .mextreo-menu .side-ber button {
  background-color: transparent;
  border: none;
  color: #fff;
  font-size: 20px;
  margin-left: -10px;
  cursor: pointer;
  outline: none;
  transition: .5s ease;
  padding: 27px 23px;
}

header.mextreo-header-area .mextreo-menu .side-ber button:hover {
  color: #000;
}

header.mextreo-header-area .mextreo-menu .side-ber.black button {
  color: #171616;
}

header.mextreo-header-area .mextreo-menu .side-ber.black button:hover {
  color: #000;
}

/*==================End Header Style===========*/
/*==================Header 2Style===========*/
header.mextreo-header-area.mha-inner .mextreo-menu .main-menu-btn-icon,
header.mextreo-header-area.mha-inner .mextreo-menu .main-menu-btn-icon:before,
header.mextreo-header-area.mha-inner .mextreo-menu .main-menu-btn-icon:after {
  background: black;
}

header.mextreo-header-area.mha-inner .mextreo-menu .sm-mint a:hover .sub-arrow {
  border-color: #000 transparent transparent transparent;
}

header.mextreo-header-area.mha-inner .mextreo-menu .sm-mint a .sub-arrow {
  border-color: #000000 transparent transparent transparent;
}

header.mextreo-header-area.mha-inner .mextreo-menu .side-ber {
  position: absolute;
  right: 0;
  /* top: 10px; */
  top: 3px;
  z-index: 9999;
}

header.mextreo-header-area.mha-inner .mextreo-menu .side-ber .sb-icon {
  position: relative;
}

header.mextreo-header-area.mha-inner .mextreo-menu .side-ber .sb-icon a {
  font-size: 20px;
  color: #000000;
}

header.mextreo-header-area.mha-inner .mextreo-menu .side-ber button {
  color: #000 !important;
}

li.tel {
  position: absolute;
  right: 20%;
}

/*==============End Header Style==============*/
/*==============Sticky Header Style==============*/
header.mextreo-header-area.nav-fixed {
  animation-duration: 0.8s;
  animation-name: fadeInDown;
  animation-timing-function: ease-in-out;
  -webkit-box-shadow: 0px 13px 35px -12px rgba(35, 35, 35, 0.15);
  -moz-box-shadow: 0px 13px 35px -12px rgba(35, 35, 35, 0.15);
  box-shadow: 0px 13px 35px -12px rgba(35, 35, 35, 0.15);
  left: 0;
  /* background: #000; */
  background: #fff;
  position: fixed !important;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}

header.mextreo-header-area.nav-fixed #main-menu li a {
  /* color: #fff; */

  color: #000;
}

header.mextreo-header-area.nav-fixed li a:hover {
  color: #fff !important;
}

header.mextreo-header-area.nav-fixed #main-menu li a:hover {
  color: #000 !important;
}

/* .sub-arrow{
  border-color: #fff !important;
} */
.sm-mint>li>a:hover {
  color: #000 !important;
}

.nav-fixed .sm-mint>li>a:hover {
  color: #fff !important;
}


header.mextreo-header-area.nav-fixed .side-ber button {
  color: #fff;
}

header.mextreo-header-area.nav-fixed .main-menu-btn-icon,
header.mextreo-header-area.nav-fixed .main-menu-btn-icon:before,
header.mextreo-header-area.nav-fixed .main-menu-btn-icon:after {
  background: black;
}

/*==============End Sticky Header Style==============*/
.side-panel {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  padding: 25px;
  max-width: 420px;
  height: 100vh;
  background-color: #fff;
  z-index: 999;
  overflow-y: scroll;
  overflow-x: hidden;
  transition: .75s ease;
  box-shadow: -10px 2px 8px -12px black;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}

.side-panel::-webkit-scrollbar {
  width: 5px;
}

.side-panel::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.side-panel::-webkit-scrollbar-thumb {
  background: #b3b3b3;
}

.side-panel::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.side-panel.hide {
  right: -440px;
}

.sp-box {
  position: relative;
  padding: 15px;
}

.sp-box .sp-logo {
  position: relative;
}

.sp-box .sp-logo img {
  max-width: unset;
  width: auto;
}

.sp-box .sp-text {
  position: relative;
  margin: 25px auto;
}

.sp-box p {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}

.sp-box h4 {
  font-size: 26px;
  letter-spacing: 0px;
  line-height: 36px;
  margin: 15px auto;
}

.sp-box .sp-close {
  position: absolute;
  top: -20px;
  right: -20px;
  z-index: 9;
}

span.close-sp {
  font-size: 24px;
  line-height: 28px;
  cursor: pointer;
  transition: .5s ease;
}

span.close-sp:hover {
  color: #000;
}

.sp-recent-post {
  position: relative;
}

.sp-single-rp {
  position: relative;
  border: 1px solid #ebebeb;
  border-right: none;
  border-left: none;
  border-bottom: none;
  padding: 20px 0px;
  min-height: 110px;
  padding-left: 85px;
}

.sp-single-rp .ssrp-img {
  position: absolute;
  left: 0;
  top: 20px;
  height: 70px;
  width: 70px;
}

.sp-single-rp .ssrp-img img {
  height: 100%;
  width: 100%;
}

.sp-single-rp .ssrp-text {
  position: relative;
}

.sp-single-rp .ssrp-text a {
  display: block;
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 22px;
  color: #a3a3a3;
}

.sp-single-rp .ssrp-text a:hover {
  color: #000;
}

.sp-single-rp .ssrp-text span.date-meta {
  display: block;
  font-size: 14px;
  letter-spacing: 0px;
  font-weight: 400;
}

.sp-single-rp .ssrp-text span.date-meta i {
  font-size: 16px;
  margin-right: 5px;
  color: #000;
}

.sp-contact {
  position: relative;
}

.sp-contact .spc-text h5 {
  font-size: 16px;
  letter-spacing: 0px;
  margin: 15px auto 5px;
  line-height: 24px;
}

.sp-social {
  position: relative;
  margin: 30px auto;
}

.sp-social ul.social-list {
  position: relative;
  padding: 0;
  list-style-type: none;
}

.sp-social ul.social-list li {
  position: relative;
  display: inline-block;
  margin: 5px;
}

.sp-social ul.social-list li a {
  font-size: 18px;
  display: block;
  line-height: 26px;
  color: #a3a3a3;
}

.sp-social ul.social-list li a:hover {
  color: #000;
}

/*============ Mextreo Hero Style ======================*/
section.mextreo-hero {
  position: relative;
}

section.mextreo-hero .hero-slide {
  position: relative;
}

section.mextreo-hero.dark {
  position: relative;
  background: #282727;
  padding-top: 80px;
}

section.mextreo-hero.dark .hero-2-content {
  position: relative;
  margin-top: 80px;
}

section.mextreo-hero.dark .hero-2-content p {
  color: #a3a3a3;
  padding: 39px 0px;
}

section.mextreo-hero.dark .hero-2-slider {
  position: relative;
  margin-left: -2%;
  width: 155%;
}

section.mextreo-hero.inner {
  position: relative;
  /* padding-top: 100px; */
  padding-top: 50px;

  overflow: hidden;
}

section.mextreo-hero.inner .hero-content {
  margin-top: 120px;
  padding-right: 13%;
  position: relative;
  font-weight: 500;
}

section.mextreo-hero.inner .hero-content p {
  padding-top: 20px;
}

section.mextreo-hero.inner .hero-content ul li {
  display: grid;
  /* font-family: "Gotham Narrow"; */
  font-size: 22px;
  margin-top: 25px;
  padding-left: 20px;
  color: #000;
  position: relative;
}

section.mextreo-hero.inner .hero-content ul li::before {
  position: absolute;
  content: '';
  height: 10px;
  width: 10px;
  top: 3px;
  background: #000;
}

section.mextreo-hero.inner .hero-content .mextreo-contact {
  position: relative;
  /* margin-top: 50px; */
  margin-top: 25px;
}

section.mextreo-hero.inner .hero-content .mextreo-contact .form-group.mcfg {
  position: relative;
}

section.mextreo-hero.inner .hero-content .mextreo-contact .form-group.mcfg .m-input {
  position: relative;
  font-size: 15px;
  padding: 26px 0;
  color: #a3a3a3;
  font-size: 15px;
  border: navajowhite;
  font-family: "Gotham Narrow";
  font-weight: 500;
  border-bottom: 1px solid #c8c8c8;
  padding-left: 15px;
}

section.mextreo-hero.inner .hero-content .mextreo-contact .m-submit {
  position: relative;
  margin-top: 40px;
  background: transparent;
  padding: 16px 40px;
  font-family: "Gotham Narrow";
  font-weight: 500;
  color: #000;
  border: 1px solid #000;
  display: inline-block;
  text-transform: uppercase;
  cursor: pointer;
  transition: .4s ease;
}

section.mextreo-hero.inner .hero-content .mextreo-contact .m-submit:hover {
  color: #ffffff;
  background: #000;
  border-color: #000;
}

section.mextreo-hero.inner .hero-inner-img {
  position: relative;
  margin-left: 8%;
  width: 145%;
}

section.mextreo-hero.inner .hero-inner-img img.hero-inner-2 {
  width: auto;
  position: absolute;
  top: 55%;
  left: -10%;
}

section.mextreo-hero.inner .contact-details {
  /* height: 80%;
  background: #171616;
  padding: 50px;
  position: absolute;
  padding-left: 70px;
  top: 19%;
  width: 85%;
  left: -5%; */

  height: 66%;
  background: #171616;
  padding: 19px;
  position: absolute;
  padding-left: 70px;
  top: 19%;
  width: 85%;
  left: -5%;
}

section.mextreo-hero.inner .contact-details .single-info {
  margin-top: 50px;
}

section.mextreo-hero.inner .contact-details .single-info h5 {
  color: #fff;
}

/*============ End Mextreo Hero Style ======================*/
/*=====================About Section Style========================*/
section.mextreo-about {
  position: relative;
  padding-top: 131px !important;
  padding-bottom: 50px !important;
  overflow: hidden;
  z-index: 0;
}

section.mextreo-about .about-bg {
  width: 120%;
  position: absolute;
  left: -60%;
  top: -20%;
  z-index: -1;
}

section.mextreo-about .m-about-content {
  position: relative;
}

section.mextreo-about .m-about-content h2.ab-tittle {
  position: absolute;
  font-family: 'Montserrat';
  font-weight: 800;
  font-size: 193px;
  top: -16%;
  left: -38%;
  color: #f8f8f8;
  z-index: -1;
}

section.mextreo-about .m-about-content h2 {
  padding-right: 10%;
}

section.mextreo-about .m-about-content p {
  padding: 30px 0px;
}

section.mextreo-about .m-about-content p:last-child {
  padding: 0;
}

section.product {
  padding: 150px 0px;
}

section.product .ab-img-2 {
  top: 0;
}

section.product .mb-pro {
  margin-top: 28%;
}

section.mextreo-about.dark {
  position: relative;
}

section.mextreo-about.dark .m-about-content h2.ab-tittle {
  color: #2c2b2b;
}

section.mextreo-about.inner {
  position: relative;
}

section.architect {
  position: relative;
  padding-top: 130px;
}

section.architect .archit-img {
  position: relative;
  margin-left: -46%;
  width: 119%;
}

section.architect .ab-arch-content {
  position: relative;
}

section.architect .ab-arch-content p {
  padding-top: 25px;
}

section.interior {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}

section.interior .interior-img {
  position: relative;
  margin-left: 33%;
  width: 113%;
}

section.interior .ab-interior-content {
  position: relative;
}

section.interior .ab-interior-content p {
  padding-top: 25px;
}

/*==========================================================*/
section.work-success {
  position: relative;
  padding-top: 150px;
  overflow: hidden;
}

section.work-success .success-bg {
  position: absolute;
  top: -3%;
  right: -42%;
  z-index: 0;
}

section.work-success .success-img {
  position: relative;
  margin-top: 21%;
}

section.work-success .ws-content {
  position: relative;
}

section.work-success .ws-content .ws-t-year {
  position: relative;
  overflow: hidden;
}

section.work-success .ws-content .ws-t-year img {
  position: absolute;
  max-height: 300px;
  background-position: 100% 100%;
  object-fit: cover;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  animation: years 10s linear infinite;
  animation-duration: 15s;
  transition: 5s ease;
}

section.work-success .ws-content .ws-t-year h2 {
  font-size: 300px;
  line-height: 296px;
  mix-blend-mode: screen;
  background: #fff;
  color: #000;
  position: relative;
}

section.work-success .ws-content h3 {
  font-size: 36px;
  line-height: 46px;
  padding-right: 21%;
}

section.work-success.dark .ws-content {
  position: relative;
}

section.work-success.dark .ws-content .ws-text {
  position: relative;
}

section.work-success.dark .ws-content .ws-text .knockout {
  position: relative;
  font-size: 300px;
  line-height: 280px;
  font-family: "Chronicle Display";
  font-weight: 600;
  background: url(../img/about/success-y-bg.jpg);
  background-size: cover;
  background-position: 100% 62px;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

section.work-success.dark .ws-content h3 {
  font-size: 36px;
  line-height: 46px;
  padding-right: 21%;
  color: #fff;
  margin-top: 20px;
}

section.testimonial {
  position: relative;
  padding-top: 200px;
  overflow: hidden;
}

section.testimonial .owl-dots {
  counter-reset: dots;
  position: absolute;
  right: 4%;
}

section.testimonial .owl-dots .owl-dot {
  position: relative;
  transition: .5s ease;
}

section.testimonial .owl-dots .owl-dot span {
  transition: .5s ease;
  background: transparent;
}

section.testimonial .owl-dots .owl-dot span::before {
  font-family: "Gotham Narrow";
  font-size: 15px;
  counter-increment: dots;
  content: counter(dots);
  color: #363535;
}

section.testimonial .owl-dots .owl-dot span:hover {
  background: transparent;
}

section.testimonial .owl-dots .owl-dot:hover span {
  background: transparent;
}

section.testimonial .owl-dots .owl-dot.active span {
  background: transparent;
  transition: .5s ease;
}

section.testimonial .owl-dots .owl-dot.active span::before {
  color: #000;
}

section.testimonial .owl-dots .owl-dot.active span::after {
  position: absolute;
  content: '';
  height: 2px;
  width: 15px;
  background: #000;
  bottom: -12px;
  left: 20%;
  transition: .5s ease;
}

section.testimonial .owl-dots .owl-dot.active:hover span {
  background: transparent;
}

section.testimonial .client-quota {
  left: 52%;
  position: absolute;
  color: #f8f8f8;
  font-size: 500px;
  transform: rotate(180deg);
  top: 18%;
}

section.testimonial .testimonial-slid1 {
  position: relative;
  margin-left: -40%;
  width: 115%;
}

section.testimonial .testimonial-slid2 {
  margin-top: 30px;
}

section.testimonial .testimonial-slid2 .owl-nav {
  position: absolute;
  right: -5%;
  color: #363535;
  margin: 0;
  font-size: 30px;
  transition: .5s ease;
}

section.testimonial .testimonial-slid2 .owl-nav button.owl-next {
  transition: .5s ease;
}

section.testimonial .testimonial-slid2 .owl-nav button.owl-next:hover {
  background: transparent;
  color: #000;
}

section.testimonial .testimonial-slid2 p {
  font-style: italic;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 32px;
}

section.testimonial .testimonial-slid2 .client {
  position: relative;
  margin-top: 30px;
}

section.testimonial .testimonial-slid2 .client p {
  font-style: initial;
  color: inherit;
  font-size: 16px;
}

section.testimonial .testimonial-slid2 .client h5 {
  text-transform: uppercase;
}

section.testimonial .testimonial-slid3 {
  position: relative;
  margin-left: 30%;
  width: 115%;
  margin-top: 60px;
}

section.testimonial.dark .client-quota {
  color: #2c2b2b;
}

section.testimonial.dark .testimonial-slid2 .owl-dots {
  counter-reset: dots;
  position: absolute;
  right: 4%;
}

section.testimonial.dark .testimonial-slid2 .owl-dots .owl-dot span::before {
  color: #ffffff;
}

section.testimonial.dark .testimonial-slid2 .owl-dots .owl-dot.active span::after {
  background: #fff;
}

section.testimonial.dark .testimonial-slid2 .owl-dots .owl-dot.active:hover span {
  background: transparent;
}

section.testimonial.dark .testimonial-slid2 .owl-nav {
  color: #ffffff;
}

section.testimonial.dark .testimonial-slid2 p {
  color: #e2e2e2;
}

section.testimonial.dark .testimonial-slid2 .client h5 {
  color: #fff;
}

/*===============Recent project================*/
.hero-social {
  position: absolute;
  left: 5%;
  top: 35%;
  z-index: 1;
}

.hero-social ul {
  position: relative;
}

.hero-social ul::before {
  position: absolute;
  content: '';
  width: 2px;
  height: 100px;
  background: #000;
  top: -104px;
  left: 8px;
}

.hero-social ul li {
  display: grid;
  padding: 12px 0px;
}

.hero-social ul li a {
  font-size: 19px;
  color: #a3a3a3;
  transition: .5s ease;
}

.hero-social ul li a:hover {
  color: #dcbc94;
}

section.recent-project {
  position: relative;
  padding-top: 150px;
  text-align: center;
}

section.recent-project .recent-pro-top {
  position: relative;
  z-index: 1;
}

section.recent-project .recent-pro-top h2.rp-tittle {
  position: absolute;
  font-family: 'Montserrat';
  font-weight: 800;
  font-size: 193px;
  text-transform: uppercase;
  top: -25%;
  left: 11%;
  color: #f8f8f8;
  z-index: -1;
}

section.recent-project .recent-pro-top .ht-tittle::after {
  position: absolute;
  content: '';
  background: #000;
  height: 2px;
  width: 60px;
  right: -75%;
  top: 35%;
}

section.recent-project .project {
  margin-top: 70px;
}

section.recent-project .project .owl-nav button.owl-next {
  background: #fff;
  position: absolute;
  right: -5px;
  top: 43%;
  width: 45px;
  border-radius: 0;
  color: #212020;
  font-size: 26px;
  height: 45px;
}

section.recent-project .project .owl-nav button.owl-next:hover {
  color: #000;
}

section.recent-project .project .owl-nav button.owl-next ::before {
  display: none;
}

section.recent-project .project .owl-nav button.owl-prev {
  background: #fff;
  position: absolute;
  left: -5px;
  top: 43%;
  color: #212020;
  font-size: 26px;
  border-radius: 0;
  width: 45px;
  height: 45px;
}

section.recent-project .project .owl-nav button.owl-prev:hover {
  color: #000;
}

section.recent-project .project .owl-nav button.owl-prev ::before {
  display: none;
}

section.recent-project .project .single-project {
  position: relative;
  overflow: hidden;
}

section.recent-project .project .single-project:hover::before {
  opacity: 0.702;
}

section.recent-project .project .single-project:hover .sp-text {
  bottom: 5%;
}

section.recent-project .project .single-project:hover .rp-icon {
  opacity: 1;
  bottom: 45%;
}

section.recent-project .project .single-project:hover .sp-img img {
  transform: scale(1.5);
}

section.recent-project .project .single-project::before {
  position: absolute;
  content: '';
  background-color: #171616;
  opacity: 0;
  top: 0;
  height: 100%;
  width: 100%;
  left: 0;
  transition: all .6s ease;
  z-index: 1;
}

section.recent-project .project .single-project .sp-img img {
  transform: scale(1);
  transition-duration: 3s, 0s;
}

section.recent-project .project .single-project .sp-text {
  position: absolute;
  bottom: -15%;
  text-align: left;
  left: 10%;
  transition: .6s ease;
  z-index: 1;
}

section.recent-project .project .single-project .sp-text h3 {
  color: #fff;
}

section.recent-project .project .single-project .sp-text p {
  color: #fff;
}

section.recent-project .project .single-project .rp-icon {
  position: absolute;
  bottom: 55%;
  font-size: 35px;
  opacity: 0;
  left: 45%;
  color: #fff;
  transition: .6s ease;
  z-index: 1;
}

section.recent-project.dark .recent-pro-top h2.rp-tittle {
  color: #2c2b2b;
  z-index: -1;
}

section.mextreo-blog {
  position: relative;
  /* padding-top: 150px; */
  padding-top: 65px;
}

section.mextreo-blog .mex-blog-top {
  position: relative;
  text-align: center;
  margin-bottom: 70px;
  z-index: 1;
}

section.mextreo-blog .mex-blog-top h2.mb-tittle {
  position: absolute;
  font-family: 'Montserrat';
  font-weight: 800;
  font-size: 193px;
  text-transform: uppercase;
  top: -25%;
  left: 22%;
  color: #f8f8f8;
  z-index: -1;
}

section.mextreo-blog .mex-blog-top .ht-tittle::after {
  position: absolute;
  content: '';
  background: #000;
  height: 2px;
  width: 60px;
  right: -75%;
  top: 35%;
}

section.mextreo-blog .single-blog {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

section.mextreo-blog .single-blog:hover img {
  transform: scale(1.5);
}

section.mextreo-blog .single-blog:hover .sb-content {
  margin-left: 5%;
}

section.mextreo-blog .single-blog img {
  transform: scale(1);
  transition: all 1.5s ease;
}

section.mextreo-blog .single-blog .sb-content {
  position: relative;
  width: 90%;
  margin-left: 10%;
  background: #fff;
  padding: 20px;
  margin-top: -20%;
  transition: all .9s ease;
}

section.mextreo-blog .single-blog .sb-content h3 {
  font-size: 22px;
  /* margin-bottom: 20px; */
  transition: all .6s ease;
}

section.mextreo-blog .single-blog .sb-content h3:hover {
  color: #000;
}

section.mextreo-blog.dark .mex-blog-top h2.mb-tittle {
  color: #2c2b2b;
}

/*===============Recent project================*/
/*=================Blog Details Style=============*/
section.blog-details {
/*   margin-top: 100px; */
	    margin-top: 77px;
}

section.blog-details .blog-details-wrapper {
  position: relative;
}

section.blog-details .blog-details-wrapper .blog-meta {
  position: relative;
  margin-top: 30px;
}

section.blog-details .blog-details-wrapper .blog-meta ul.meta-list {
  position: relative;
}

section.blog-details .blog-details-wrapper .blog-meta ul.meta-list li {
  font-family: 'DM Sans', sans-serif;
  margin-right: 20px;
  color: #272b2e;
  font-size: 16px;
}

section.blog-details .blog-details-wrapper .blog-meta ul.meta-list li:first-child a {
  color: #272b2e;
}

section.blog-details .blog-details-wrapper .blog-meta ul.meta-list li i {
  margin-right: 10px;
  color: #000;
}

section.blog-details .blog-details-wrapper .blog-meta ul.meta-list li a {
  color: #878787;
  padding-left: 8px;
}

section.blog-details .blog-details-wrapper .blog-meta ul.meta-list li a:hover {
  color: #000;
}

section.blog-details .blog-details-wrapper .blog-text {
  position: relative;
  margin-top: 30px;
}

section.blog-details .blog-details-wrapper .blog-text h3 {
  font-size: 30px;
}

section.blog-details .blog-details-wrapper .blog-text p {
  padding: 30px 0px;
}

section.blog-details .blog-details-wrapper .blog-text .gift-info {
  position: relative;
  text-align: center;
  background: #f9f9f9;
  z-index: 1;
  padding: 40px 90px;
}

section.blog-details .blog-details-wrapper .blog-text .gift-info i.flaticon-left-quote {
  position: absolute;
  left: 20px;
  font-size: 160px;
  top: 59px;
  z-index: -1;
  color: #f1f1f1;
}

section.blog-details .blog-details-wrapper .blog-text .gift-info span {
  font-family: "Gotham Narrow";
  display: block;
  margin-top: 15px;
}

section.blog-details .blog-details-wrapper .comment-details {
  position: relative;
  margin-top: 30px;
}

section.blog-details .blog-details-wrapper .comment-details h3 {
  margin-bottom: 40px;
}

section.blog-details .blog-details-wrapper .comment-details .single-comment {
  position: relative;
  display: flex;
  width: 100%;
  background: #f7f7f7;
  padding: 25px;
  border-bottom: 1.5px solid #d7d7d7;
}

section.blog-details .blog-details-wrapper .comment-details .single-comment .sc-img {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

section.blog-details .blog-details-wrapper .comment-details .single-comment .sc-text {
  position: relative;
  margin-left: 20px;
}

section.blog-details .blog-details-wrapper .comment-details .single-comment .sc-text h6 {
  font-size: 16px;
}

section.blog-details .blog-details-wrapper .comment-details .single-comment .sc-text span {
  font-size: 14px;
  font-family: 'DM Sans', sans-serif;
  letter-spacing: 0;
  font-weight: 500;
}

section.blog-details .blog-details-wrapper .comment-details .single-comment .sc-text p {
  padding: 28px 24% 30px 0px;
}

section.blog-details .blog-details-wrapper .comment-details .single-comment .sc-text a.reply {
  background: #222222;
  padding: 8px 28px;
  text-transform: capitalize;
  display: inline-block;
  color: #fff;
  transition: .5s ease;
}

section.blog-details .blog-details-wrapper .comment-details .single-comment .sc-text a.reply:hover {
  background: #000;
}

section.blog-details .blog-details-wrapper .comment-details .sc-2 {
  border-bottom: none;
  padding-left: 10%;
}

section.blog-details .blog-details-wrapper .take-comment {
  position: relative;
  margin-top: 50px;
}

section.blog-details .blog-details-wrapper .take-comment h3 {
  font-size: 30px;
  margin-bottom: 40px;
}

section.blog-details .blog-details-wrapper .take-comment input.cp1 {
  position: relative;
  padding: 25px 20px;
  font-size: 14px;
  margin-bottom: 25px;
  border-radius: 0;
  background-color: #f3f3f3;
  border: none;
  font-family: "Gotham Narrow";
}

section.blog-details .blog-details-wrapper .take-comment textarea.cp1 {
  font-size: 14px;
  padding: 25px 20px;
  font-family: "Gotham Narrow";
  margin-bottom: 40px;
  background-color: #f3f3f3;
  border: none;
  border-radius: 0;
}

section.blog-details .blog-details-wrapper .take-comment .checkbox input {
  height: 20px;
  width: 20px;
}

section.blog-details .blog-details-wrapper .take-comment .checkbox span {
  font-family: "Gotham Narrow";
  letter-spacing: 0;
}

section.blog-details .blog-details-wrapper .take-comment button {
  padding: 12px 45px;
  background: #000;
  border: 0;
  color: #fff;
  font-weight: 500;
  transition: .5s ease;
  text-transform: uppercase;
  font-family: "Gotham Narrow";
  margin: 20px auto;
  font-size: 16px;
}

section.blog-details .blog-details-wrapper .take-comment button:hover {
  background: #eab87b;
}

section.blog-details .blog-sideber {
  position: relative;
}

section.blog-details .blog-sideber .searchbox {
  position: relative;
  width: 100%;
}

section.blog-details .blog-sideber .searchbox form {
  position: relative;
  width: 100%;
}

section.blog-details .blog-sideber .searchbox form .form-control {
  padding: 20px 10px;
  font-size: 14px;
  color: #d7d7d7;
  font-family: "Gotham Narrow";
  border-color: #d7d7d7;
}

section.blog-details .blog-sideber .searchbox form .btn-outline-secondary {
  color: #ffffff;
  background-color: #222222;
  background-image: none;
  border-color: #d7d7d7;
  padding: 0px 20px;
  font-size: 20px;
  transition: .5s ease;
}

section.blog-details .blog-sideber .searchbox form .btn-outline-secondary:hover {
  background-color: #000;
}

section.blog-details .blog-sideber .catagory {
  /* margin-top: 70px; */
  background-color: white;
  box-shadow: -1.035px 3.864px 11.96px 1.04px rgba(232, 235, 234, 0.52);
  padding: 0px 20px;
}

section.blog-details .blog-sideber .catagory h3 {
  padding: 25px 0px;
}

section.blog-details .blog-sideber .catagory ul {
  display: inline-grid;
  width: 100%;
}

section.blog-details .blog-sideber .catagory ul li {
  padding: 25px 0px;
  border-top: 1px solid #ebebeb;
}

section.blog-details .blog-sideber .catagory ul li a {
  color: #878787;
  text-decoration: none;
  font-family: "Chronicle Display";
  font-weight: 900;
  font-size: 18px;
  transition: .3s ease;
}

section.blog-details .blog-sideber .catagory ul li a:hover {
  color: #000;
}

section.blog-details .blog-sideber .catagory ul li span {
  font-family: sans-serif;
  float: right;
  font-size: 14px;
  background: #ececec;
  border-radius: 50%;
  padding: 6px;
}

section.blog-details .blog-sideber .recent-post {
  position: relative;
  margin-top: 50px;
}

section.blog-details .blog-sideber .recent-post .single-recent-blog {
  position: relative;
  width: 100%;
  display: flex;
  padding-top: 20px;
  margin-top: 25px;
  border-top: 1px solid #e1e1e1;
}

section.blog-details .blog-sideber .recent-post .single-recent-blog .srb-img {
  position: relative;
  width: 40%;
}

section.blog-details .blog-sideber .recent-post .single-recent-blog .srb-img img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  max-width: unset;
}

section.blog-details .blog-sideber .recent-post .single-recent-blog .srb-text {
  position: relative;
  padding-left: 15px;
}

section.blog-details .blog-sideber .recent-post .single-recent-blog .srb-text h5 {
  font-size: 14px;
}

section.blog-details .blog-sideber .recent-post .single-recent-blog .srb-text span {
  color: #888;
  text-transform: capitalize;
  font-size: 12px;
  letter-spacing: 0;
  font-family: "Poppins", sans-serif;
}

section.blog-details .blog-sideber .tag {
  position: relative;
  text-align: left;
  margin-top: 50px;
}

section.blog-details .blog-sideber .tag h3 {
  font-size: 22px;
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 15px;
}

section.blog-details .blog-sideber .tag ul {
  position: relative;
  margin-top: 15px;
}

section.blog-details .blog-sideber .tag ul li {
  border: 1px solid;
  display: inline-block;
  background-color: #ffffff00;
  margin-top: 10px;
  margin-right: 5px;
  transition: .3s ease;
  background-color: white;
  box-shadow: 0px 1px 8.28px 0.72px rgba(232, 235, 234, 0.82);
}

section.blog-details .blog-sideber .tag ul li a {
  color: #888;
  font-size: 14px;
  padding: 10px 18px;
  display: block;
  transition: .5s ease;
}

section.blog-details .blog-sideber .tag ul li a:hover {
  background: #222222;
  color: #fff;
}

/*=================End Blog Details Style=============*/
/*--------------- Partner Section Style-------------------*/
section.partner {
  position: relative;
  padding: 40px 0px;
}

section.partner .single-partner {
  position: relative;
  display: inline-block;
  margin-left: 70px;
  cursor: pointer;
}

section.partner .single-partner:first-child {
  margin-left: 0;
}

section.partner .single-partner:hover img {
  filter: opacity(1);
}

.partner {
  text-align: center;
}
/* section.partner .single-partner img {
  width: auto;
  filter: opacity(0.5);
  transition: .5s ease;
} */

/*---------------End  Partner Section Style-------------------*/
/*===================project gallery===========================*/
section.project-gallery {
  position: relative;
  margin-top: 50px !important;
  margin-bottom: 29px !important;
}

section.project-gallery .portfolio-img {
  position: relative;
  overflow: hidden;
  margin: 15px auto;
}

section.project-gallery .portfolio-img:hover::before {
  opacity: 0.702;
}

section.project-gallery .portfolio-img:hover .sp-text {
  bottom: 8%;
}

section.project-gallery .portfolio-img:hover .rp-icon {
  opacity: 1;
}

section.project-gallery .portfolio-img::before {
  position: absolute;
  content: '';
  background-color: #171616;
  opacity: 0;
  top: 0;
  height: 100%;
  width: 100%;
  left: 0;
  transition: all .6s ease;
  z-index: 1;
}

section.project-gallery .portfolio-img .sp-text {
  position: absolute;
  bottom: -20%;
  text-align: left;
  left: 10%;
  transition: .6s ease;
  z-index: 1;
}

section.project-gallery .portfolio-img .sp-text h3 {
  color: #fff;
}

section.project-gallery .portfolio-img .sp-text p {
  color: #fff;
}

section.project-gallery .portfolio-img .rp-icon {
/*   position: absolute;
  bottom: 45%;
  font-size: 35px;
  opacity: 0;
  left: 45%;
  color: #fff;
  transition: .6s ease;
  z-index: 1; */
	       border: 3px solid #fff;
    position: absolute;
    bottom: 45%;
    font-size: 27px;
    opacity: 0;
    left: 43%;
    color: #fff;
    transition: .6s ease;
    z-index: 1;
    padding: 13px;
    border-radius: 50%;
    padding-bottom: 10px;
}

/*===================End project gallery===========================*/
/*=================Service Section Style======================*/
section.mextreo-service {
  position: relative;
  padding-top: 133px;
  z-index: 1;
  overflow: hidden;
  padding-bottom: 50px;
}

section.mextreo-service .m-s-content {
  position: relative;
}

section.mextreo-service .m-s-content h2.ms-tittle {
  text-transform: uppercase;
  position: absolute;
  font-family: 'Montserrat';
  font-weight: 800;
  font-size: 193px;
  top: -7%;
  left: -60%;
  color: #f8f8f8;
  z-index: -1;
}

section.mextreo-service .m-s-content p {
  padding: 30px 0px;
}

section.mextreo-service .single-service {
  position: relative;
  width: 100%;
  padding: 40px 0px;
  margin: 15px auto;
  text-align: center;
  box-shadow: 0.707px 0.707px 5.52px 0.48px rgba(232, 235, 234, 0.68);
  transition: .5s ease;
  background-color: transparent;
  /* border: 2px solid #000; */
}

section.mextreo-service .single-service:hover {
  box-shadow: 1.91px 10.833px 67.16px 5.84px rgba(232, 235, 234, 0.71);
  -webkit-transform: translateY(-12px);
  transform: translateY(-12px);
}

section.mextreo-service .single-service .service-icon {
  font-size: 90px;
  color: #fff;
  padding-top: 38px;
  display: inline-block;
}

section.mextreo-service .single-service h3 {
  padding-top: 20px;
  color: #fff !important;
}

.count {
  color: #000 !important;
}

section.mextreo-service .si-1 {
  display: inline-block;
  margin-top: 60px !important;
}

section.mextreo-service .si-2 {
  display: inline-block;
  margin-top: -60px !important;
}

section.mextreo-service.dark {
  position: relative;
}

section.mextreo-service.dark .m-s-content {
  position: relative;
}

section.mextreo-service.dark .m-s-content h2.ms-tittle {
  color: #2c2b2b;
}

section.mextreo-service.dark .single-service {
  background: #302f2f;
  box-shadow: none;
}

section.mextreo-service.dark .single-service:hover {
  box-shadow: 1.91px 10.833px 67.16px 5.84px rgba(96, 99, 98, 0.71);
}

section.mextreo-service.dark .single-service h3 {
  color: #fff;
}

/*=================Service Section Style======================*/
/*==============Error=================*/
section.error {
  position: relative;
  margin-top: 165px;
  text-align: center;
}

section.error .error-page {
  position: relative;
}

section.error .error-page h2 {
  margin: 40px auto;
}

section.error .error-page a.error-btn {
  position: relative;
  background: #000;
  padding: 16px 40px;
  color: #ffffff;
  display: inline-block;
  text-transform: uppercase;
  font-family: "Gotham Narrow";
  font-weight: 500;
  transition: .4s ease;
}

section.error .error-page a.error-btn:hover {
  background: #fdc480;
}

/*==============End Error=================*/
/*===============CommingSoon Page Style===================*/
section.commingsoon {
  position: relative;
  background-image: url(../img/commingsoon.jpg);
  padding: 100px 0px;
}

section.commingsoon::before {
  position: absolute;
  content: '';
  background-color: #181818;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

section.commingsoon .com-logo {
  max-width: 55%;
  margin: 100px auto;
}

section.commingsoon .comming-content {
  position: relative;
  text-align: center;
}

section.commingsoon .comming-content h1 {
  color: #fff;
  margin-bottom: 50px;
}

section.commingsoon .comming-content p {
  color: #fff;
}

section.commingsoon #clockdiv {
  display: inline-flex;
  position: relative;
  margin-left: -20px;
}

section.commingsoon #clockdiv .time {
  display: inline-block;
  width: 165px;
  padding: 60px 0px;
  text-align: center;
}

section.commingsoon #clockdiv .time span {
  font-size: 72px;
  color: #ffffff;
  font-weight: 700;
  line-height: 82px;
  font-family: "Chronicle Display";
}

section.commingsoon #clockdiv .time .smalltext {
  font-size: 22px;
  color: #ffffff;
  font-weight: 600;
  font-family: "Gotham Narrow";
}

section.commingsoon #clockdiv .dot {
  font-size: 50px;
  color: #ffffff;
  padding: 100px 10px;
}

section.commingsoon .subscribe {
  position: relative;
  margin: auto;
  width: 100%;
}

section.commingsoon .subscribe form {
  width: 100%;
  display: flex;
}

section.commingsoon .subscribe form input.form-control {
  max-width: 78%;
  padding: 30px 15px;
  font-size: 14px;
  border: 0;
  border-radius: 0;
}

section.commingsoon .subscribe form .sub-btn {
  font-size: 16px;
  background: #000;
  padding: 0px 50px;
  border: none;
  border-radius: 0;
}

section.commingsoon .comming-social {
  position: relative;
  margin-top: 50px;
  text-align: center;
}

section.commingsoon .comming-social ul {
  position: relative;
}

section.commingsoon .comming-social ul li {
  border-radius: 50%;
  background: #ffffff;
  height: 35px;
  width: 35px;
  display: inline-block;
  transition: .3s ease;
  margin-left: 10px;
}

section.commingsoon .comming-social ul li:hover {
  background: #000;
}

section.commingsoon .comming-social ul li:hover a {
  color: #fff;
}

section.commingsoon .comming-social ul li a {
  font-size: 17px;
  color: #000;
  padding: 8px 8px;
  display: block;
  transition: .4s ease;
}

/*===============/CommingSoon Page Style===================*/
/*===================Faq Page Style======================*/
section.faq {
  position: relative;
  margin-top: 80px;
}

section.faq .card {
  border-radius: 0;
  margin-bottom: 30px;
  border-color: #f7f7f7;
  background-color: #f7f7f7;
}

section.faq .card .card-header {
  position: relative;
  background-color: #f7f7f7;
  border-radius: 0;
  border-bottom: 0;
  border-color: #f7f7f7;
}

section.faq .card .card-header .accordion-toggle.collapsed {
  font-size: 18px;
  color: #000000;
  font-family: "Chronicle Display";
}

section.faq .card .card-header .accordion-toggle.collapsed .fa-chevron-up {
  display: none;
}

section.faq .card .card-header .accordion-toggle.collapsed .fa-chevron-down {
  display: block;
  position: absolute;
  right: 5px;
  font-size: 20px;
  top: 7px;
  color: #adadad;
}

section.faq .card .card-header .accordion-toggle {
  font-size: 18px;
  color: #000000;
}

section.faq .card .card-header .accordion-toggle .fa-chevron-down {
  display: none;
}

section.faq .card .card-header .accordion-toggle .fa-chevron-up {
  position: absolute;
  right: 5px;
  font-size: 20px;
  top: 7px;
  color: #000;
}

section.faq .card .card-block {
  padding: 0px 20px;
  background-color: #f7f7f7;
}

section.faq .card .card-block p {
  font-size: 14px;
  padding-bottom: 20px;
  font-family: 'DM Sans', sans-serif;
}

section.custom-faq {
  position: relative;
  margin-top: 100px;
}

section.custom-faq .another-faq {
  position: relative;
}

section.custom-faq .another-faq h3 {
  font-size: 30px;
  margin-bottom: 40px;
}

section.custom-faq .another-faq input.cp1 {
  position: relative;
  padding: 25px 20px;
  font-size: 14px;
  margin-bottom: 25px;
  border-radius: 0;
  background-color: #f3f3f3;
  border: none;
  font-family: "Gotham Narrow";
}

section.custom-faq .another-faq textarea.cp1 {
  font-size: 14px;
  padding: 25px 20px;
  font-family: "Gotham Narrow";
  margin-bottom: 40px;
  background-color: #f3f3f3;
  border: none;
  border-radius: 0;
}

section.custom-faq .another-faq button {
  padding: 8px 25px;
  background: #000;
  border: 0;
  color: #fff;
  font-weight: 500;
  transition: .5s ease;
  text-transform: uppercase;
  font-family: "Gotham Narrow";
  margin-bottom: 20px;
  font-size: 16px;
}

section.custom-faq .another-faq button:hover {
  background: #eab87b;
}

/*===================End Faq Page Style======================*/
/*====================Contact Page===================*/
section.g-map {
  position: relative;
}

section.g-map .map {
  position: relative;
  width: 100%;
  height: 500px;
  margin-top: 10px;
}

section.g-map .map div#googleMap {
  height: 100%;
  width: 100%;
}

/*====================/Contact Page===================*/
/*=============Footer Details Style==================*/
section.footer-details {
  position: relative;
  background: #f8f8f8;
  text-align: center;
}

section.footer-details .subscribe {
  position: relative;
  max-width: 700px;
  margin: auto;
  z-index: 1;
  padding-top: 100px;
  padding-bottom: 80px;
}

section.footer-details .subscribe form {
  position: relative;
  display: flex;
}

section.footer-details .subscribe form .form-control {
  width: 70%;
  padding: 30px 25px;
  font-size: 14px;
  border-color: #c8c8c8;
  border-radius: 0;
  margin: auto;
  font-family: "Gotham Narrow";
}

section.footer-details .subscribe form .sub-btn {
  padding: 15px 10px;
  width: 25%;
  font-size: 16px;
  background: #212020;
  font-family: sans-serif;
  border: 0;
  border-radius: 0;
  transition: .5s ease;
}

section.footer-details .subscribe form .sub-btn:hover {
  background: #000;
}

section.footer-details .footer-information {
  position: relative;
  display: flex;
  max-width: 800px;
  margin: auto;
  padding-bottom: 80px;
}

section.footer-details .footer-information .single-info {
  position: relative;
  max-width: 230px;
  margin-left: 130px;
}

section.footer-details .footer-information .single-info:first-child {
  margin-left: 0;
}

section.footer-details .footer-information .single-info h5 {
  font-size: 18px;
  margin-bottom: 15px;
}

section.footer-details.dark2 {
  background: #302f2f;
}

section.footer-details.dark2 .subscribe form .sub-btn {
  background: #ffffff;
  color: #000;
  transition: .5s ease;
}

section.footer-details.dark2 .subscribe form .sub-btn:hover {
  background: #000;
}

section.footer-details.dark2 .footer-information .single-info h5 {
  color: #ffffff;
}

/*=============End Footer Details Style==================*/
/*================Foooter Style======================*/
/* footer {
  position: relative;
  background: #f8f8f8;
  padding-top: 30px;
  padding-bottom: 50px;
  border-top: 1px solid #c8c8c8;
} */

footer .footer-nav {
  position: relative;
  text-align: right;
}

footer .footer-nav ul li {
  font-family: "Gotham Narrow";
  font-size: 15px;
  font-weight: 400;
  color: #8e8d8e;
  padding: 0px 4px;
}

footer .footer-nav ul li a {
  color: #8e8d8e;
  transition: all .5s ease-in;
}

footer .footer-nav ul li a:hover {
  color: #000;
}

footer.dark2 {
  background: #302f2f;
}

/*================End Foooter Style======================*/
/* Animation style */
@-webkit-keyframes spinnerRotateone {
  0% {
    -webkit-transform: rotate(0deg) translateY(30px);
    transform: rotate(0deg) translateY(30px);
  }

  100% {
    -webkit-transform: rotate(160deg) translateY(30px);
    transform: rotate(160deg) translateY(30px);
  }
}

@keyframes spinnerRotateone {
  0% {
    -webkit-transform: rotate(0deg) translateY(30px);
    transform: rotate(0deg) translateY(30px);
  }

  100% {
    -webkit-transform: rotate(160deg) translateY(30px);
    transform: rotate(160deg) translateY(30px);
  }
}

@-webkit-keyframes slideInnew3 {
  0% {
    -webkit-transform: translate(-30px, -100px);
    -ms-transform: translate(-30px, -100px);
    transform: translate(-30px, -100px);
  }

  100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes slideInnew3 {
  0% {
    -webkit-transform: translate(-30px, -100px);
    -ms-transform: translate(-30px, -100px);
    transform: translate(-30px, -100px);
  }

  100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@-webkit-keyframes slideInnew4 {
  0% {
    -webkit-transform: translate(30px, 0px);
    -ms-transform: translate(30px, 0px);
    transform: translate(30px, 0px);
  }

  100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes slideInnew4 {
  0% {
    -webkit-transform: translate(30px, 0px);
    -ms-transform: translate(30px, 0px);
    transform: translate(30px, 0px);
  }

  100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@-webkit-keyframes scrollup {
  0% {
    -webkit-transform: translate(0px, 30px);
    -ms-transform: translate(0px, 30px);
    transform: translate(0px, 30px);
  }

  100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes scrollup {
  0% {
    -webkit-transform: translate(0px, 30px);
    -ms-transform: translate(0px, 30px);
    transform: translate(0px, 30px);
  }

  100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@-webkit-keyframes roket {
  0% {
    -webkit-transform: translate(0px, 30px);
    -ms-transform: translate(0px, 30px);
    transform: translate(0px, 30px);
  }

  100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes roket {
  0% {
    -webkit-transform: translate(0px, 80px);
    -ms-transform: translate(0px, 80px);
    transform: translate(0px, -70px);
  }

  100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes years {
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes years {
  50% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
}

/* End Animation style */
/*----------------------------------------*/

html[dir="rtl"] rs-layer-wrap,
html[dir="rtl"] rs-mask-wrap,
html[dir="rtl"] rs-cbg-mask-wrap {
  transform-style: flat;
  perspective: 10000px;
  direction: ltr;
}

html[dir="rtl"] rs-sbg-px,
html[dir="rtl"] rs-sbg-wrap {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  width: 100%;
  height: 100%;
  display: block;
  direction: ltr;
}

html[dir="rtl"] header.mextreo-header-area .logo-wrapper {
  text-align: right;
}

html[dir="rtl"] .side-panel {
  text-align: right;
}

html[dir="rtl"] section.mextreo-about .about-bg {
  left: 0;
  right: -40%;
}

html[dir="rtl"] section.mextreo-about .m-about-content {
  text-align: right;
  padding-right: 10%;
  padding-left: 10%;
}

html[dir="rtl"] section.mextreo-about .m-about-content h2 {
  padding-right: 0;
}

html[dir="rtl"] section.mextreo-about .m-about-content h2.ab-tittle {
  left: -55%;
}

html[dir="rtl"] section.mextreo-service .m-s-content {
  text-align: right;
}

html[dir="rtl"] section.mextreo-service .m-s-content h2.ms-tittle {
  left: -50px;
}

html[dir="rtl"] section.work-success .success-bg {
  right: 30%;
  left: -30%;
}

html[dir="rtl"] section.work-success .ws-content {
  text-align: right;
}

html[dir="rtl"] section.work-success .ws-content h3 {
  padding-right: 0;
  padding-left: 25%;
}

html[dir="rtl"] section.recent-project {
  direction: ltr;
}

html[dir="rtl"] section.recent-project .recent-pro-top h2.rp-tittle {
  left: 36%;
}

html[dir="rtl"] section.recent-project .project .single-project .sp-text {
  text-align: right;
  left: 0;
  right: 15%;
}

html[dir="rtl"] section.testimonial {
  direction: ltr;
}

html[dir="rtl"] section.testimonial .testimonial-slid2 {
  text-align: right;
}

html[dir="rtl"] section.mextreo-blog .mex-blog-top h2.mb-tittle {
  left: 30%;
}

html[dir="rtl"] section.mextreo-blog .single-blog:hover .sb-content {
  margin-left: 0;
  margin-right: 5%;
}

html[dir="rtl"] section.mextreo-blog .single-blog .sb-content {
  text-align: right;
}

html[dir="rtl"] section.footer-details .footer-information .single-info {
  margin-left: 0;
  margin-right: 80px;
}

html[dir="rtl"] footer .footer-nav {
  text-align: left;
}

html[dir="rtl"] .sp-single-rp .ssrp-text span.date-meta i {
  margin-right: 0;
  margin-left: 5px;
}

html[dir="rtl"] section.mextreo-hero.dark .hero-2-content {
  margin-top: 80px;
  text-align: right;
}

html[dir="rtl"] .hero-social {
  left: unset;
  right: 5%;
}

html[dir="rtl"] section.mextreo-hero {
  overflow: hidden;
}

html[dir="rtl"] li.tel {
  position: absolute;
  right: unset;
  left: -220px;
}

html[dir="rtl"] header.mextreo-header-area .mextreo-menu .side-ber {
  right: unset;
  left: 0;
  top: 7px;
}

html[dir="rtl"] .side-panel {
  left: 0;
  right: unset;
  box-shadow: -14px 2px 8px 10px black;
}

html[dir="rtl"] .side-panel.hide {
  right: unset;
  left: -440px;
}

html[dir="rtl"] #main-menu {
  float: right;
}

html[dir="rtl"] section.error {
  direction: ltr;
}

html[dir="rtl"] section.error .error-page {
  direction: rtl;
}

html[dir="rtl"] section.mextreo-hero.inner .hero-content {
  padding-right: 0;
  padding-left: 13%;
  text-align: right;
}

html[dir="rtl"] section.mextreo-hero.inner .hero-inner-img {
  position: relative;
  margin-left: unset;
  width: 145%;
  margin-right: 8%;
}

html[dir="rtl"] section.mextreo-hero.inner .hero-inner-img img.hero-inner-2 {
  left: unset;
  top: 44%;
  right: -8%;
}

html[dir="rtl"] section.blog-details .blog-details-wrapper {
  text-align: right;
}

html[dir="rtl"] section.blog-details .blog-details-wrapper .comment-details .single-comment .sc-text {
  margin-left: 0;
  margin-right: 20px;
}

html[dir="rtl"] section.blog-details .blog-sideber .recent-post .single-recent-blog .srb-text {
  padding-left: 0;
}

html[dir="rtl"] section.blog-details .blog-sideber .catagory ul li span {
  float: left;
}

html[dir="rtl"] section.blog-details .blog-sideber {
  text-align: right;
}

html[dir="rtl"] section.commingsoon {
  direction: ltr;
}

html[dir="rtl"] section.commingsoon .comming-content {
  direction: rtl;
}

html[dir="rtl"] section.commingsoon #clockdiv {
  direction: rtl;
}

html[dir="rtl"] section.commingsoon .subscribe {
  direction: rtl;
}

html[dir="rtl"] section.mextreo-hero.inner .contact-details {
  left: 15%;
  text-align: right;
}

html[dir="rtl"] section.faq .card .card-block {
  text-align: right;
}

html[dir="rtl"] section.custom-faq .another-faq {
  text-align: right;
}

html[dir="rtl"] section.project-gallery .portfolio-img .sp-text {
  text-align: right;
  left: 0;
  right: 10%;
  width: 100%;
}

html[dir="rtl"] section.mextreo-hero.inner .hero-content ul li {
  padding-left: 0;
  margin-right: 20px;
}

html[dir="rtl"] section.mextreo-hero.inner .hero-content ul li::before {
  right: -20px;
}

html[dir="rtl"] section.architect .archit-img {
  margin-left: unset;
  margin-right: -35%;
}

html[dir="rtl"] section.architect .ab-arch-content {
  text-align: right;
}

html[dir="rtl"] section.interior .interior-img {
  margin-left: unset;
  width: 113%;
  margin-right: 10%;
}

html[dir="rtl"] section.recent-project .recent-pro-top .ht-tittle::after {
  right: -135%;
}

html[dir="rtl"] section.mextreo-blog .mex-blog-top .ht-tittle::after {
  right: -105%;
}

html[dir="rtl"] section.interior .ab-interior-content {
  text-align: right;
}

html[dir="rtl"] section.blog-details .blog-details-wrapper .comment-details .single-comment .sc-text p {
  padding: 28px 0 30px 0px;
}

html[dir="rtl"] section.blog-details .blog-sideber .tag ul {
  text-align: right;
}

html[dir="rtl"] section.blog-details .blog-sideber .recent-post .single-recent-blog {
  text-align: right;
}


@media only screen and (max-width: 1715px) {
  html[dir="rtl"] section.mextreo-about .m-about-content h2.ab-tittle {
    left: -18%;
  }

  html[dir="rtl"] section.mextreo-service .m-s-content h2.ms-tittle {
    left: 20%;
  }

  html[dir="rtl"] section.recent-project .recent-pro-top h2.rp-tittle {
    left: 41%;
  }

  html[dir="rtl"] section.mextreo-blog .mex-blog-top h2.mb-tittle {
    left: 37%;
  }
}

@media only screen and (max-width: 1500px) {
  html[dir="rtl"] section.mextreo-about .m-about-content h2.ab-tittle {
    left: 10%;
  }

  html[dir="rtl"] section.mextreo-blog .mex-blog-top h2.mb-tittle {
    left: 42%;
  }

  html[dir="rtl"] section.recent-project .recent-pro-top h2.rp-tittle {
    left: 43%;
  }

  html[dir="rtl"] section.mextreo-service .m-s-content h2.ms-tittle {
    left: 43%;
  }
}

@media only screen and (max-width: 1400px) {
  html[dir="rtl"] li.tel {
    left: -190px;
  }

  html[dir="rtl"] section.mextreo-about .m-about-content h2.ab-tittle {
    left: 23%;
  }

  html[dir="rtl"] section.mextreo-service .m-s-content h2.ms-tittle {
    left: 50%;
  }
}

@media only screen and (max-width: 1300px) {
  html[dir="rtl"] li.tel {
    left: -170px;
  }

  html[dir="rtl"] .hero-social {
    left: unset;
    right: 1%;
  }
}

@media only screen and (max-width: 1199px) {
  html[dir="rtl"] li.tel {
    left: -180px;
  }
}

@media only screen and (max-width: 991px) {
  html[dir="rtl"] li.tel {
    left: -120px;
  }

  html[dir="rtl"] section.mextreo-about .m-about-content h2.ab-tittle {
    left: -10%;
  }

  html[dir="rtl"] section.mextreo-service .m-s-content h2.ms-tittle {
    left: 20%;
  }

  html[dir="rtl"] section.recent-project .recent-pro-top h2.rp-tittle {
    left: 38%;
  }

  html[dir="rtl"] section.mextreo-blog .mex-blog-top h2.mb-tittle {
    left: 38%;
  }

  html[dir="rtl"] section.mextreo-about .m-about-content h2.ab-tittle {
    left: 0;
    right: 0;
  }

  html[dir="rtl"] .hero-social {
    right: 2%;
  }

  html[dir="rtl"] section.blog-details .blog-sideber .recent-post .single-recent-blog .srb-text {
    padding-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  html[dir="rtl"] .main-menu-btn {
    float: left;
  }

  html[dir="rtl"] section.work-success .ws-content .ws-t-year h2 {
    text-align: center;
  }

  html[dir="rtl"] section.work-success .ws-content h3 {
    padding-right: 0;
    padding-left: 0;
    text-align: center;
  }

  html[dir="rtl"] footer .footer-nav {
    text-align: center;
  }

  html[dir="rtl"] header.mextreo-header-area .logo-wrapper {
    padding-top: 0px;
  }

  html[dir="rtl"] section.footer-details .footer-information .single-info {
    margin-left: 0;
    margin-right: 10px;
  }

  html[dir="rtl"] section.mextreo-about .m-about-content {
    padding-right: 0;
    padding-left: 0;
  }

  html[dir="rtl"] section.mextreo-hero.inner .hero-inner-img {
    position: relative;
    margin-left: unset;
    width: 100%;
    margin-right: 0;
  }

  html[dir="rtl"] section.architect .archit-img {
    margin-right: 0;
  }

  html[dir="rtl"] section.interior .interior-img {
    margin-left: unset;
    width: 100%;
    margin-right: 0;
  }

  html[dir="rtl"] section.mextreo-hero.inner .hero-content {
    padding-right: 0;
    padding-left: 0;
  }

  html[dir="rtl"] section.blog-details .blog-details-wrapper .blog-meta ul.meta-list li i {
    margin-right: 0;
    margin-left: 10px;
  }

  html[dir="rtl"] section.mextreo-hero.inner .contact-details {
    left: 0;
  }
}

@media only screen and (max-width: 575px) {
  html[dir="rtl"] section.mextreo-blog .mex-blog-top .ht-tittle::before {
    right: unset;
  }

  html[dir="rtl"] .ht-tittle::before {
    left: -70px;
    right: unset;
  }
}

@media only screen and (max-width: 480px) {
  html[dir="rtl"] section.footer-details .footer-information .single-info p {
    padding: 0;
  }

  html[dir="rtl"] section.mextreo-hero.dark .hero-2-content {
    margin-top: 30px;
  }

  html[dir="rtl"] section.commingsoon .subscribe form .sub-btn {
    padding: 0px 30px;
  }
}

@media only screen and (max-width: 360px) {
  html[dir="rtl"] section.commingsoon #clockdiv {
    margin-left: 25px;
  }
}

@media only screen and (max-width: 1715px) {
  section.mextreo-about .m-about-content h2.ab-tittle {
    font-size: 140px;
    left: -30%;
  }

  section.mextreo-service .m-s-content h2.ms-tittle {
    font-size: 140px;
    left: -40%;
  }

  section.recent-project .recent-pro-top h2.rp-tittle {
    font-size: 140px;
    left: 22%;
  }

  section.mextreo-blog .mex-blog-top h2.mb-tittle {
    font-size: 140px;
    left: 28%;
  }

  section.mextreo-hero.dark .hero-2-slider {
    width: 136%;
  }

  section.mextreo-hero.inner .hero-inner-img {
    width: 128%;
  }

  section.interior .interior-img {
    margin-left: 15%;
  }

  section.architect .archit-img {
    margin-left: -32%;
    width: 100%;
  }
}

@media only screen and (max-width: 1499px) {
  section.mextreo-service .m-s-content h2.ms-tittle {
    font-size: 100px;
    left: -30%;
  }

  section.mextreo-about .m-about-content h2.ab-tittle {
    font-size: 100px;
  }

  section.recent-project .recent-pro-top h2.rp-tittle {
    font-size: 100px;
    left: 30%;
  }

  section.mextreo-blog .mex-blog-top h2.mb-tittle {
    font-size: 100px;
    left: 35%;
  }

  li.tel {
    right: 15%;
  }

  #rev_slider_22_1_wrapper .persephone.tparrows {
    top: 115% !important;
  }

  section.mextreo-hero.dark .hero-2-slider {
    width: 117%;
    margin-left: 0;
  }

  section.mextreo-hero.inner .hero-inner-img {
    width: 109%;
  }

  section.interior .interior-img {
    margin-left: 5%;
    width: 110%;
  }

  section.architect .archit-img {
    margin-left: -18%;
  }

  /* section.project-gallery {
    margin-top: 120px;
  } */
}

@media only screen and (max-width: 1399px) {
  section.mextreo-service .m-s-content h2.ms-tittle {
    font-size: 84px;
    left: -20%;
  }

  section.mextreo-about .m-about-content h2.ab-tittle {
    font-size: 84px;
    left: -20%;
  }

  section.recent-project .recent-pro-top h2.rp-tittle {
    font-size: 84px;
    left: 34%;
  }

  section.mextreo-blog .mex-blog-top h2.mb-tittle {
    font-size: 84px;
    left: 38%;
  }

  section.testimonial .client-quota {
    font-size: 340px;
  }

  li.tel {
    right: 10%;
  }

  section.mextreo-hero.dark .hero-2-slider {
    width: 109%;
  }

  .hero-social ul li a {
    font-size: 15px;
  }

  .hero-social ul li {
    padding: 12px 0px;
  }

  section.mextreo-hero.dark .hero-2-content p {
    padding: 20px 0px 40px;
  }

  section.mextreo-hero.dark .hero-2-content {
    padding-left: 10%;
  }

  section.mextreo-hero.inner .hero-inner-img {
    width: 100%;
  }

  section.mextreo-hero.inner .hero-content {
    margin-top: 80px;
  }

  section.interior .interior-img {
    width: 100%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  #rev_slider_22_1_wrapper .persephone.tparrows {
    top: 130% !important;
  }

  li.tel {
    right: 5%;
  }

  .dark h1 {
    font-size: 60px;
    line-height: 70px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {

  .sm-mint a,
  .sm-mint a:hover,
  .sm-mint a:focus,
  .sm-mint a:active,
  .sm-mint a.highlighted {
    padding: 14px 16px;
  }

  section.mextreo-hero.dark .hero-2-slider {
    width: 100%;
  }

  section.mextreo-hero.inner .hero-content {
    padding-right: 5%;
    padding-left: 8%;
  }

  .mar-bot-140 {
    margin-bottom: 40px;
  }

  .mar-top-140 {
    margin-top: 50px;
  }

  section.architect .archit-img {
    margin-left: -10%;
  }

  section.blog-details .blog-details-wrapper {
    padding-left: 50px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sm-mint a .sub-arrow {
    display: none;
  }

  #rev_slider_22_1_wrapper .persephone.tparrows {
    top: 138% !important;
  }

  section.mextreo-service .m-s-content h2.ms-tittle {
    left: -10%;
  }
}

@media only screen and (min-width: 1199px) {
  .sm-mint a.has-submenu {
    padding-right: 34px;
  }
}

@media only screen and (max-width: 1199px) {
  h1 {
    font-size: 35px;
    line-height: 45px;
  }

  p {
    font-size: 14px;
    line-height: 24px;
  }

  h3 {
    font-size: 20px;
    line-height: 28px;
  }

  .sm-mint a,
  .sm-mint a:hover,
  .sm-mint a:focus,
  .sm-mint a:active,
  .sm-mint a.highlighted {
    padding: 14px 12px;
    font-size: 12px;
  }

  section.mextreo-about .m-about-content h2 {
    padding-right: 0;
    font-size: 36px;
    line-height: 42px;
  }

  section.work-success .ws-content h3 {
    padding-right: 4%;
  }

  section.testimonial .testimonial-slid3 {
    margin-left: 18%;
    width: 100%;
  }

  section.mextreo-blog .single-blog .sb-content h3 {
    font-size: 17px;
    margin-bottom: 10px;
  }

  section.partner {
    padding: 70px 0px;
  }

  .single-partner {
    width: 90px;
  }

  section.recent-project .recent-pro-top h2.rp-tittle {
    left: 30%;
  }

  section.mextreo-blog .mex-blog-top h2.mb-tittle {
    left: 36%;
  }

  section.mextreo-hero.dark .hero-2-slider {
    width: 100%;
  }

  section.work-success.dark .ws-content h3 {
    padding-right: 0;
  }

  .mar-bot-140 {
    margin-bottom: 40px;
  }

  .mar-top-140 {
    margin-top: 40px;
  }

  section.product {
    padding: 150px 0px 100px;
  }

  section.architect {
    padding-top: 100px;
  }

  h2 {
    font-size: 37px;
    line-height: 46px;
  }

  section.blog-details .blog-sideber .catagory ul li a {
    font-size: 14px;
  }

  section.blog-details .blog-sideber .catagory ul li {
    padding: 15px 0px;
  }

  section.blog-details .blog-details-wrapper .blog-text h3 {
    line-height: 40px;
  }

  section.blog-details .blog-sideber .recent-post .single-recent-blog .srb-text h5 {
    line-height: 20px;
  }

  .custom-padding {
    padding-bottom: 280px !important;
  }

  .page-settings {
    top: 200px;
  }
}

@media only screen and (max-width: 1091px) {
  section.mextreo-hero.inner .hero-content {
    padding-right: 5%;
    padding-left: 10%;
  }

  section.blog-details .blog-details-wrapper {
    padding-left: 50px;
  }
}

@media only screen and (max-width: 1043px) {
  section.hero-3::before {
    height: 118%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.9px) {
  .sm-mint a {
    font-size: 10px;
  }

  .sm-mint a .sub-arrow {
    display: none;
  }

  section.mextreo-blog .single-blog .sb-content h3 {
    font-size: 13px;
    line-height: 22px;
  }

  section.mextreo-blog .single-blog .sb-content p {
    font-size: 10px;
    line-height: 20px;
  }

  section.mextreo-blog .single-blog .sb-content {
    padding: 10px;
  }

  section.blog-details .blog-sideber .recent-post .single-recent-blog {
    display: block;
  }

  section.blog-details .blog-sideber .recent-post .single-recent-blog .srb-text {
    padding-left: 0;
    padding-top: 15px;
  }

  section.blog-details .blog-sideber .catagory ul li a {
    font-size: 12px;
  }

  section.blog-details .blog-sideber .catagory ul li span {
    font-size: 12px;
    padding: 4px;
  }

  section.mextreo-hero.inner .contact-details {
    left: 0%;
  }
}

@media only screen and (max-width: 991px) {
  #rev_slider_22_1_wrapper .persephone.tparrows {
    display: none;
  }

  section.work-success .success-bg {
    top: 2%;
    right: -20%;
    margin-left: 15px;
  }

  section.work-success .ws-content h3 {
    padding-right: 0;
    font-size: 27px;
    line-height: 36px;
  }

  section.testimonial .testimonial-slid1 {
    margin-left: -30%;
    width: 115%;
  }

  section.testimonial .testimonial-slid2 p {
    font-size: 15px;
    line-height: 25px;
  }

  section.mextreo-about {
    padding-top: 200px;
  }

  section.mextreo-about .m-about-content h2 {
    font-size: 26px;
    line-height: 36px;
  }

  section.mextreo-service {
    padding-top: 180px;
  }

  section.work-success {
    padding-top: 100px;
  }

  section.recent-project {
    padding-top: 120px;
  }

  section.testimonial {
    padding-top: 150px;
  }

  section.testimonial .client-quota {
    font-size: 250px;
  }

  section.mextreo-blog {
    /* padding-top: 120px; */
    padding-top: 45px;
  }

  section.mextreo-blog .mex-blog-top {
    margin-bottom: 41px;
  }

  .single-partner {
    width: 50px;
  }

  section.mextreo-service .single-service h3 {
    font-size: 16px;
  }

  section.footer-details .footer-information .single-info p {
    font-size: 11px;
  }

  footer .footer-nav ul li a {
    font-size: 12px;
  }

  footer .footer-nav ul li {
    font-size: 12px;
  }

  section.mextreo-hero.dark .hero-2-content {
    padding-left: 0;
  }

  .dark .btn-1 {
    padding: 12px 22px;
  }

  section.testimonial.dark .testimonial-slid2 .owl-dots {
    right: 15%;
  }

  section.mextreo-hero.inner .hero-content {
    padding-right: 0;
    padding-left: 0;
  }

  section.blog-details .blog-details-wrapper {
    padding-left: 0px;
  }

  section.blog-details .blog-details-wrapper .take-comment .checkbox span {
    font-size: 12px;
  }

  section.blog-details .blog-details-wrapper .blog-text .gift-info {
    padding: 20px 28px;
  }

  section.commingsoon #clockdiv {
    margin-left: -150px;
  }

  .custom-padding {
    padding-bottom: 120px !important;
  }

  .page-settings {
    top: 150px;
  }
}

/*--Max-width :991px----------*/
@media only screen and (max-width: 850px) {
  .sm-mint a {
    font-size: 10px;
    padding: 14px 9px;
  }

  .hero-social {
    left: 3%;
  }

  section.mextreo-hero.dark .hero-2-content {
    padding-left: 15px;
  }
}

/*===========Max-width : 867px---------------*/
@media only screen and (max-width: 767px) {
  .sm-mint a {
    color: black;
    padding: 14px 10px;
    font-size: 12px;
  }

  .sm-mint {
    padding: 31px 20px;
  }

  #main-menu {
    position: fixed;
    max-height: 383px;
    border-bottom: 0;
    overflow-y: scroll;
    width: 100%;
    top: 65px;
    border-radius: 15px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    left: 0;
    box-shadow: 0 4px 3px rgba(0, 0, 0, 0.25);
  }

  header.mextreo-header-area .mextreo-menu .side-ber {
    display: none;
  }

  li.tel {
    display: none;
  }

  section.mextreo-about {
    padding-top: 150px;
  }

  section.mextreo-about .about-bg {
    display: none;
  }

  .m-about-img {
    /* margin-top: 80px; */
    margin-top: 41px;
  }

  section.mextreo-about .m-about-content h2.ab-tittle {
    top: -9%;
  }

  section.mextreo-service .m-s-content h2.ms-tittle {
    top: -10%;
  }

  section.mextreo-service .si-2 {
    margin-top: 15px !important;
  }

  section.work-success .ws-content {
    text-align: center;
  }

  section.work-success .ws-content .ws-t-year img {
    left: 0;
  }

  section.work-success .success-bg {
    display: none;
  }

  section.recent-project .recent-pro-top h2.rp-tittle {
    left: 20%;
  }

  section.testimonial .testimonial-slid1 {
    margin-left: 0;
    width: 100%;
  }

  section.testimonial .client-quota {
    font-size: 175px;
    top: 37%;
  }

  section.testimonial .testimonial-slid3 {
    margin-left: 0;
  }

  section.testimonial .owl-dots {
    right: 12%;
  }

  section.testimonial .testimonial-slid2 .owl-nav {
    right: 0%;
  }

  section.mextreo-blog .mex-blog-top h2.mb-tittle {
    left: 26%;
  }

  section.partner .single-partner {
    margin-left: 30px;
  }

  section.footer-details .footer-information .single-info {
    margin-left: 30px;
  }

  .footer-logo {
    text-align: center;
  }

  .footer-logo img {
    max-width: unset;
    width: auto;
  }

  footer .footer-nav {
    text-align: center;
  }

  .scroll-top.open {
    bottom: 80px;
  }

  .scroll-top {
    width: 40px;
    height: 40px;
    line-height: 39px;
    font-size: 13px;
  }

  .btn-1 {
    font-size: 14px;
    padding: 12px 30px;
  }

  section.mextreo-hero.dark .hero-2-content {
    padding-left: 0px;
  }

  section.mextreo-hero.dark .hero-2-slider {
    width: 100%;
    margin-top: 70px;
  }

  section.mextreo-hero.inner .hero-inner-img img.hero-inner-2 {
    display: none;
  }

  section.mextreo-hero.inner .hero-content {
    padding-right: 0;
    margin-top: 20px;
    /* margin-top: 40px; */
    padding-left: 0;
    margin-bottom: 50px;
  }

  section.mextreo-hero.inner .hero-inner-img {
    margin-left: 0;
  }

  section.mextreo-about.pt-res-50 {
    padding-top: 50px;
  }

  section.architect {
    padding-top: 60px;
  }

  section.architect .archit-img {
    margin-left: 0;
    /* margin-top: 60px; */
    margin-top: 34px;
  }

  section.interior {
    padding-top: 100px;
  }

  section.interior .interior-img {
    margin-left: 0;
    margin-top: 60px;
  }

  section.mextreo-about.product {
    padding-top: 100px;
  }

  section.product .mb-pro {
    margin-top: 15%;
  }

  section.blog-details {
    margin-top: 100px;
  }

  section.blog-details .blog-details-wrapper .comment-details .single-comment .sc-text p {
    padding: 28px 0% 30px 0px;
  }

  section.mextreo-hero.inner .contact-details {
    height: auto;
    padding: 50px;
    position: relative;
    padding-left: 50px;
    top: 60px;
    width: 100%;
    left: 0;
    margin-bottom: 50px;
  }

  section.mextreo-hero.inner .hero-content .mextreo-contact .m-submit {
    padding: 12px 30px;
  }

  section.blog-details .blog-details-wrapper .take-comment button {
    padding: 12px 30px;
  }

  section.blog-details .blog-sideber {
    /* margin-top: 50px; */
    margin-top: 20px;
  }

  section.commingsoon .com-logo {
    max-width: 55%;
    margin: 0px auto 50px;
  }

  section.commingsoon #clockdiv {
    margin-left: 0;
  }

  section.commingsoon #clockdiv .time {
    width: 100px;
  }

  section.commingsoon #clockdiv .time span {
    font-size: 50px;
    line-height: 60px;
  }

  section.commingsoon #clockdiv .time .smalltext {
    font-size: 14px;
  }

  section.commingsoon #clockdiv .dot {
    font-size: 40px;
    padding: 82px 10px;
  }

  .custom-padding {
    padding-bottom: 20px !important;
  }
}

@media only screen and (max-width: 615px) {
  section.mextreo-service .m-s-content h2.ms-tittle {
    left: 0;
  }

  section.mextreo-about .m-about-content h2.ab-tittle {
    left: 0;
  }

  .hero-social {
    display: none;
  }
}

@media only screen and (max-width: 575px) {
  section.mextreo-about .m-about-content h2.ab-tittle {
    font-size: 65px;
  }

  .ht-tittle::before {
    left: unset;
    right: -65px;
  }

  section.mextreo-service .m-s-content h2.ms-tittle {
    top: -11%;
    font-size: 65px;
  }

  section.recent-project .recent-pro-top .ht-tittle::before {
    left: -70px;
  }

  section.mextreo-about {
    padding-top: 50px !important;
    padding-bottom: 0px !important;
  }

  section.mextreo-service {
    /* padding-top: 120px; */
    padding-top: 87px;
    padding-bottom: 40px;
  }

  section.work-success {
    padding-top: 80px;
  }

  section.mextreo-blog .mex-blog-top .ht-tittle::before {
    left: -70px;
  }

  section.mextreo-blog .mex-blog-top h2.mb-tittle {
    font-size: 70px;
    left: 30%;
  }

  header.mextreo-header-area .logo-wrapper {
    padding-top: 0px;
  }

/*   footer {
    padding-bottom: 30px;
  } */

  section.mextreo-hero.dark .hero-2-content {
    margin-top: 36px;
  }

  section.faq .card .card-header .accordion-toggle.collapsed {
    font-size: 16px;
  }

  rs-layer#slider-22-slide-33-layer-3 {
    font-size: 10px !important;
    width: 300px !important;
    line-height: 15px !important;
    min-width: unset;
  }

  a#slider-22-slide-33-layer-4 {
    margin-top: 15px !important;
    font-size: 10px !important;
    padding: 10px !important;
  }

  rs-layer#slider-22-slide-34-layer-2 {
    font-size: 10px !important;
    width: 300px !important;
    line-height: 15px !important;
    min-width: unset;
  }

  a#slider-22-slide-34-layer-4 {
    margin-top: 15px !important;
    font-size: 10px !important;
    padding: 10px !important;
  }

  rs-layer#slider-22-slide-35-layer-2 {
    font-size: 10px !important;
    width: 300px !important;
    line-height: 15px !important;
    min-width: unset;
  }

  a#slider-22-slide-35-layer-4 {
    margin-top: 15px !important;
    font-size: 10px !important;
    padding: 10px !important;
  }

  rs-layer#slider-22-slide-36-layer-3 {
    font-size: 10px !important;
    width: 300px !important;
    line-height: 15px !important;
    min-width: unset;
  }

  a#slider-22-slide-36-layer-4 {
    margin-top: 15px !important;
    font-size: 10px !important;
    padding: 10px !important;
  }

  rs-layer#slider-22-slide-37-layer-3 {
    font-size: 10px !important;
    width: 300px !important;
    line-height: 15px !important;
    min-width: unset;
  }

  a#slider-22-slide-37-layer-4 {
    margin-top: 15px !important;
    font-size: 10px !important;
    padding: 10px !important;
  }

  section.mextreo-hero .hero-slide {
    height: 250px !important;
  }

  rs-module#rev_slider_22_1 {
    height: 250px !important;
  }

  rs-layer#slider-22-slide-33-layer-0 {
    height: 250px !important;
  }

  rs-module-wrap#rev_slider_22_1_wrapper {
    height: 250px !important;
  }

  rs-layer#slider-22-slide-36-layer-0 {
    height: 250px !important;
  }

  rs-layer#slider-22-slide-37-layer-0 {
    height: 250px !important;
  }

  a#slider-22-slide-33-layer-9 {
    font-size: 16px !important;
    margin-top: 15px !important;
  }

  a#slider-22-slide-33-layer-10 {
    font-size: 16px !important;
  }

  a#slider-22-slide-33-layer-11 {
    font-size: 16px !important;
    margin-top: 45px !important;
  }

  a#slider-22-slide-33-layer-12 {
    font-size: 16px !important;
    margin-top: 30px !important;
  }

  a#slider-22-slide-36-layer-9 {
    font-size: 16px !important;
    margin-top: 15px !important;
  }

  a#slider-22-slide-36-layer-10 {
    font-size: 16px !important;
  }

  a#slider-22-slide-36-layer-11 {
    font-size: 16px !important;
    margin-top: 45px !important;
  }

  a#slider-22-slide-36-layer-12 {
    font-size: 16px !important;
    margin-top: 30px !important;
  }

  a#slider-22-slide-37-layer-9 {
    font-size: 16px !important;
    margin-top: 15px !important;
  }

  a#slider-22-slide-37-layer-10 {
    font-size: 16px !important;
  }

  a#slider-22-slide-37-layer-11 {
    font-size: 16px !important;
    margin-top: 45px !important;
  }

  a#slider-22-slide-37-layer-12 {
    font-size: 16px !important;
    margin-top: 30px !important;
  }

  rs-layer-wrap.rs-parallax-wrap.rs-forcehidden {
    top: 20px !important;
  }

  .page-settings {
    top: 100px;
  }

  .page-settings {
    padding: 12px 15px;
  }

  .page-settings {
    left: -120px;
  }

  .pgs-box a {
    font-size: 10px;
    padding: 10px 7px;
  }
}

@media only screen and (max-width: 512px) {
  section.recent-project .recent-pro-top h2.rp-tittle {
    font-size: 70px;
  }

  section.footer-details .footer-information .single-info {
    margin-left: 20px;
  }

  header.mextreo-header-area .logo-wrapper img {
    width: 40%;
  }

  section.partner .single-partner {
    margin-left: 25px;
  }

  header.mextreo-header-area {
    padding: 14px 0px;
  }

  section.footer-details .footer-information .single-info p {
    font-size: 10px;
  }

  section.commingsoon #clockdiv .time {
    width: 80px;
  }

  section.commingsoon #clockdiv .time span {
    font-size: 40px;
    line-height: 50px;
  }

  section.commingsoon #clockdiv .time .smalltext {
    font-size: 12px;
  }
}

@media only screen and (max-width: 482px) {
  section.partner .single-partner {
    display: flex;
    margin: 20px auto;
  }

  section.partner .single-partner:first-child {
    margin-left: inherit;
    margin: 30px auto;
  }

  .single-partner {
    width: 80px;
  }

  section.partner .single-partner img {
    max-width: unset;
  }

  .single-partner {
    width: 150px;
  }

  section.footer-details .footer-information {
    display: inline-block;
  }

  section.footer-details .footer-information .single-info h5 {
    margin-bottom: 5px;
  }

  section.footer-details .footer-information .single-info {
    margin-left: 0px;
    margin-bottom: 20px;
  }

  section.footer-details .subscribe form .form-control {
    padding: 25px;
  }

  section.footer-details .subscribe form .sub-btn {
    padding: 10px 10px;
    font-size: 14px;
  }

  div#preloader {
    background-size: contain;
  }

  section.footer-details .footer-information {
    padding-bottom: 50px;
  }

  section.mextreo-hero.inner {
    /* padding-top: 60px; */
    padding-top: 29px;
  }

  section.blog-details .blog-details-wrapper .take-comment .checkbox span {
    font-size: 11px;
  }

  section.blog-details .blog-details-wrapper .blog-text h3 {
    line-height: 38px;
    font-size: 26px;
  }

  h5 {
    font-size: 15px;
    line-height: 23px;
  }

  section.error {
    margin-top: 120px;
  }

  section.mextreo-hero .hero-slide {
    height: 230px !important;
  }

  rs-module#rev_slider_22_1 {
    height: 230px !important;
  }

  rs-layer#slider-22-slide-33-layer-0 {
    height: 230px !important;
  }

  rs-module-wrap#rev_slider_22_1_wrapper {
    height: 230px !important;
  }

  rs-layer#slider-22-slide-36-layer-0 {
    height: 230px !important;
  }

  rs-layer#slider-22-slide-37-layer-0 {
    height: 230px !important;
  }
}

@media only screen and (max-width: 434px) {
  section.mextreo-blog .mex-blog-top h2.mb-tittle {
    left: 25%;
  }

  section.work-success.dark .ws-content .ws-text .knockout {
    font-size: 230px;
    line-height: 230px;
  }

  section.work-success.dark .ws-content h3 {
    font-size: 30px;
    line-height: 43px;
  }

  section.mextreo-hero.dark .hero-2-content {
    margin-top: 20px;
  }

  section.blog-details .blog-details-wrapper .blog-meta ul.meta-list li a {
    color: #878787;
    padding-left: 5px;
    font-size: 12px;
  }

  section.blog-details .blog-details-wrapper .blog-meta ul.meta-list li {
    margin-right: 10px;
  }

  .form-check-inline .form-check-input {
    margin-top: -24px;
  }

  section.commingsoon #clockdiv .time {
    width: 70px;
  }

  section.commingsoon #clockdiv .time span {
    font-size: 30px;
    line-height: 40px;
  }
}

@media only screen and (max-width: 402px) {
  h2 {
    font-size: 35px;
  }

  footer .footer-nav ul li a {
    font-size: 10px;
  }

  footer .footer-nav ul li {
    font-size: 10px;
    padding: 0px 0px;
  }

  footer .footer-nav ul li a {
    font-size: 10px;
  }

/*   footer {
    padding-bottom: 20px;
    padding-top: 20px;
  } */

  section.mextreo-about .m-about-content h2.ab-tittle {
    font-size: 55px;
    top: -4%;
  }

  section.mextreo-service .m-s-content h2.ms-tittle {
    top: -6%;
    font-size: 55px;
  }

  section.recent-project .recent-pro-top h2.rp-tittle {
    font-size: 55px;
  }

  section.mextreo-blog .mex-blog-top h2.mb-tittle {
    font-size: 55px;
  }

  section.commingsoon #clockdiv .time {
    width: 60px;
  }

  section.mextreo-hero .hero-slide {
    height: 200px !important;
  }

  rs-module#rev_slider_22_1 {
    height: 200px !important;
  }

  rs-layer#slider-22-slide-33-layer-0 {
    height: 200px !important;
  }

  rs-module-wrap#rev_slider_22_1_wrapper {
    height: 200px !important;
  }

  rs-layer#slider-22-slide-36-layer-0 {
    height: 200px !important;
  }

  rs-layer#slider-22-slide-37-layer-0 {
    height: 200px !important;
  }

  a#slider-22-slide-37-layer-9 {
    font-size: 13px !important;
    margin-top: 15px !important;
  }

  a#slider-22-slide-37-layer-10 {
    font-size: 13px !important;
  }

  a#slider-22-slide-37-layer-11 {
    font-size: 13px !important;
    margin-top: 45px !important;
  }

  a#slider-22-slide-37-layer-12 {
    font-size: 13px !important;
    margin-top: 30px !important;
  }
}

@media only screen and (max-width: 388px) {
  section.footer-details .subscribe form .sub-btn {
    font-size: 12px;
  }

  section.footer-details .subscribe form .sub-btn {
    font-size: 12px;
  }

  section.partner {
    padding: 50px 0px;
  }

  section.testimonial {
    padding-top: 100px;
  }

  section.work-success .ws-content .ws-t-year h2 {
    font-size: 200px;
    line-height: 210px;
  }

  section.work-success.dark .ws-content h3 {
    font-size: 26px;
    line-height: 37px;
  }
}

@media only screen and (max-width: 375px) {
  h2 {
    font-size: 30px;
    line-height: 37px;
  }

  section.blog-details .blog-details-wrapper .blog-text h3 {
    line-height: 30px;
    font-size: 20px;
  }

  rs-layer#slider-22-slide-33-layer-3 {
    font-size: 8px !important;
    width: 220px !important;
    line-height: 15px !important;
    min-width: unset;
  }

  a#slider-22-slide-33-layer-4 {
    margin-top: 15px !important;
    font-size: 8px !important;
    padding: 10px !important;
  }

  rs-layer#slider-22-slide-34-layer-2 {
    font-size: 8px !important;
    width: 220px !important;
    line-height: 15px !important;
    min-width: unset;
  }

  a#slider-22-slide-34-layer-4 {
    margin-top: 15px !important;
    font-size: 8px !important;
    padding: 10px !important;
  }

  rs-layer#slider-22-slide-35-layer-2 {
    font-size: 8px !important;
    width: 220px !important;
    line-height: 15px !important;
    min-width: unset;
  }

  a#slider-22-slide-35-layer-4 {
    margin-top: 15px !important;
    font-size: 8px !important;
    padding: 10px !important;
  }

  rs-layer#slider-22-slide-36-layer-3 {
    font-size: 8px !important;
    width: 220px !important;
    line-height: 15px !important;
    min-width: unset;
  }

  a#slider-22-slide-36-layer-4 {
    margin-top: 15px !important;
    font-size: 8px !important;
    padding: 10px !important;
  }

  rs-layer#slider-22-slide-37-layer-3 {
    font-size: 8px !important;
    width: 220px !important;
    line-height: 15px !important;
    min-width: unset;
  }

  a#slider-22-slide-37-layer-4 {
    margin-top: 15px !important;
    font-size: 8px !important;
    padding: 10px !important;
  }

  section.mextreo-hero .hero-slide {
    height: 180px !important;
  }

  rs-module#rev_slider_22_1 {
    height: 180px !important;
  }

  rs-layer#slider-22-slide-33-layer-0 {
    height: 180px !important;
  }

  rs-module-wrap#rev_slider_22_1_wrapper {
    height: 180px !important;
  }

  rs-layer#slider-22-slide-36-layer-0 {
    height: 180px !important;
  }

  rs-layer#slider-22-slide-37-layer-0 {
    height: 180px !important;
  }
}

@media only screen and (max-width: 359px) {
  section.commingsoon #clockdiv .time {
    width: 50px;
  }

  section.commingsoon #clockdiv .time span {
    font-size: 26px;
    line-height: 37px;
  }

  section.commingsoon #clockdiv .dot {
    font-size: 23px;
    padding: 77px 8px;
  }

  h1 {
    font-size: 30px;
    line-height: 40px;
  }
}

/* 
--------------------------
- Custom Typography
--------------------------

	.slider-btn {
			/* background-color: #000;
  color: white;
  padding: 10px 20px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  cursor: pointer;
  border-radius: 5px; */
.slider-btn {
  background-color: #000;

  text-transform: uppercase;

  line-height: 18px;
  letter-spacing: 0px;
  font-weight: 500;
  font-size: 11px;

  border-style: none;

  border-radius: 0px;
  padding: 14px 25px;
  color: rgb(255, 255, 255);


}

.slider-btn:hover {
  background-color: #000;
  color: #fff;
}

/* Hero Video */
.outter.hero-video {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 74px;
}

@media (max-width: 767px) {
  .outter.hero-video {
    height: 325px;
  }
}

.hero-video .video-container {
  height: 550px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

@media (max-width: 767px) {
  .hero-video .video-container {
    height: 325px;
  }
}

.hero-video video {
  object-fit: cover;
  position: absolute;
  height: 550px;
  width: 100%;
  top: 0;
  left: 0;
}

@media (max-width: 767px) {
  .hero-video video {
    height: 325px;
  }
}

.hero-video .video-container:after {
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.hero-video h1 {
  /* text-transform: uppercase; */
  margin: 0 0 1rem;
  padding: 0;
  line-height: 1;
  color: white;
}

.hero-video p {
  text-align: center;
  line-height: 21px;
  letter-spacing: 0px;
  font-weight: 500;
  font-size: 13px;
  border-color: rgb(136, 136, 136);
  border-style: none;
  margin: 0px;
  border-radius: 0px;
  padding: 0px;
  color: rgb(255, 255, 255);
  text-decoration: none;
  white-space: normal;
  width: 400px;
  height: auto;
  margin: 10px 0;
}

@media (max-width: 767px) {
  .hero-video h1 {
    font-size: 32px;
  }
}

@media (min-width: 768px) {
  .hero-video h1 {
    font-size: 52px;
  }
}

.hero-video .desc {
  color: white;
  font-weight: 400;
  font-size: 18px;

}

.hero-video .callout {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
  text-align: center;
  position: relative;
  z-index: 10;
  width: 70%;
  margin: auto;
}

@media (max-width: 767px) {
  .hero-video .callout {
    width: 90%;
  }
}

.hero-video .button {
  text-transform: uppercase;
  background-color: transparent;
  border-radius: 0px;
  margin-top: 20px;
  background-color: #82bb00;
  padding: 15px 30px;
  border-radius: 0px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

@media (max-width: 767px) {
  .hero-video .button {
    padding: 10px 20px;
  }
}

.hero-video .button:hover {
  cursor: pointer;
  background-color: #6e9e01;
}

.hero-video .video-container {
  position: relative;
  z-index: 0;
}

.hero-video .callout {
  position: relative;
  z-index: 2;
  /* Ensure the text and buttons stay above the video */
}

/* @media (max-width: 767px) {

  .outter.hero-video {
    padding-top: 50px;
   
  }
} */


/* Style for the dropdown */
.main-nav ul li ul {
  display: none;
  /* Initially hide the dropdown */
  position: absolute;
  left: 0;
  top: 100%;
  background-color: #fff;
  border: 1px solid #ddd;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
  min-width: 160px;
  z-index: 10;
}

/* Show the dropdown when the parent <li> is hovered */
.main-nav ul li:hover>ul {
  display: block;
  /* Show the dropdown */
}


.main-nav ul li ul li a {
  color: #333;
  text-decoration: none;
  display: block;
  padding: 10px;
}

.main-nav ul li ul li a:hover {
  background-color: #f4f4f4;
}























.item {
  border-radius: 15px;
}

.footer-section {
  background: #151414;
  position: relative;
  padding-top: 30px;
  padding-bottom: 50px;
  border-top: 1px solid #c8c8c8;
}

.footer-cta {
  border-bottom: 1px solid #373636;
}

.single-cta i {
  color: #fff;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}

.cta-text {
  padding-left: 15px;
  display: inline-block;
}

.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}

.cta-text span {
  color: #757575;
  font-size: 15px;
}

.footer-content {
  position: relative;
  z-index: 2;
}

.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}

.footer-logo {
  /* margin-bottom: 30px; */
  margin-bottom: 10px;
}

.footer-logo img {
  max-width: 200px;
}

.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
  color: #7e7e7e;
  line-height: 28px;
}

.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: 'DM Sans', sans-serif;
  margin-bottom: 20px;
}

.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}

.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}

.icon-bg {
  background: #fff;
  color: #000;
}

.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}

.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #fff;
}

.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 12px;
}

.footer-widget ul li a:hover {
  color: #fff;
}

.footer-widget ul li a {
  color: #878787;
  text-transform: capitalize;
}

.subscribe-form {
  position: relative;
  overflow: hidden;
}

.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #2E2E2E;
  border: 1px solid #2E2E2E;
  color: #fff;
}

.subscribe-form button {
  position: absolute;
  right: 0;
  background: #fff;
  padding: 13px 20px;
  border: 1px solid #fff;
  top: 0;
}

.subscribe-form button i {
  color: #000;
  font-size: 22px;
  transform: rotate(-6deg);
}

.copyright-area {
  background: #202020;
  padding: 25px 0;
}

.copyright-text p {
  margin: 0;
  font-size: 17px;
  color: #878787;
}

.copyright-text p a {
  color: #fff;
}

.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}

.footer-menu li:hover a {
  color: #fff;
}

.footer-menu li a {
  font-size: 14px;
  color: #878787;
}



/* etra------------------ */

.bg-img-fix {
  background-size: cover;
}

.content-inner {
  padding-top: 50px;
  padding-bottom: 50px;
}

.bg-img-fix {
  background-attachment: unset;
  background-size: cover;
}

.text-white {
  color: #fff;
}

.overlay-black-dark:after {
  opacity: 0.8;
}

.overlay-black-light:after,
.overlay-black-middle:after,
.overlay-black-dark:after {
  background: #000;
}

.row.sp20,
.sp20 {
  margin-left: -9px;
  margin-right: -9px;
}

.counter-style-5 {
  padding: 50px 20px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  overflow: hidden;
  transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
  z-index: 1;
}

.icon-bx-wraper {
  position: relative;
}


.counter-style-5 {
  padding: 50px 20px;
  border-radius: 10px;
  border: 1px solid rgba(99, 97, 97, 0.66);
  position: relative;
  overflow: hidden;
  transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
  z-index: 1;
}

.icon-bx-wraper {
  position: relative;
}

.icon-xl i {
  font-size: 80px;
  line-height: 80px;
}

.icon-content {
  overflow: hidden;
}

.counter-style-5:after {
  content: "";
  height: 0;
  width: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -webkit-transform-origin: top;
  -o-transform-origin: top;
  transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
}

.dlab-separator {
  display: inline-block;
  height: 2px;
  width: 80px;
  margin-bottom: 10px;
  position: relative;
}

.counter-style-5 p {
  font-size: 18px;
  /* text-transform: uppercase; */
  font-weight: 500;
}


.dlab-team1 {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 5px 5px 30px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.5s;
}

.dlab-media,
.dlab-media,
.dlab-post-media {
  background-color: #FFF;
  position: relative;
}

.dlab-media {
  overflow: hidden;
  position: relative;
}

.dlab-media img,
.dlab-post-media img {
  width: 100%;
  height: auto;
}

.dlab-team1 .dlab-info {
  position: absolute;
  bottom: -9px;
  background: #fff;
  width: 100%;
  padding: 20px 13px;
  text-align: center;
  transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
  /* height: 40%; */
}

.dlab-team1 .dlab-title {
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 600;
}

.dlab-team1 .dlab-title a {
  color: #000;
}

.dlab-team1 .dlab-position {
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  color: var(--color-primary);
}

.dlab-team1 .dlab-social-icon {
  display: block;
  margin-top: 20px;
}

.dlab-social-icon {
  display: inline-block;
  margin: 0 -3px;
  padding: 0;
  text-align: center;
}

.dlab-social-icon li {
  display: inline-block;
  padding: 0;
  font-size: 12px;
}

.dlab-team1 .dlab-info:after {
  content: "";
  width: 15px;
  height: 15px;
  background: #fff;
  position: absolute;
  top: -7px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) rotate(45deg);
  -webkit-transform: translateX(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  -o-transform: translateX(-50%) rotate(45deg);
  transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
}

.dlab-team1:hover .dlab-social-icon li a {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.dlab-team1 .dlab-social-icon li a {
  width: 32px;
  height: 32px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  font-size: 16px;
  line-height: 30px;
  padding: 0;
}

.dlab-social-icon li a {
  display: inline-block;
  width: 24px;
  height: 24px;
  padding: 4px;
}

.dlab-team1:hover .dlab-info {
  bottom: 0;
  background: #000;
  transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
}

.dlab-team1:hover .dlab-info:after {
  background: #000;
}

.dlab-team1 .dlab-title {
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 600;
}

/* h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #232323;
} */
.bg-gray {
  --bs-btn-bg: #F7F9FB;
  background-color: #f7f9fb;
}

.mex-blog-top {
  position: relative;
  text-align: center;
  margin-bottom: 50px;
  z-index: 1;
}

.mex-blog-top .ht-tittle::after {
  position: absolute;
  content: '';
  background: #000;
  height: 2px;
  width: 60px;
  right: -122%;
  top: 42%;
}

/* .dlab-team1 .dlab-info {
  position: absolute;
  bottom: -55px;
  background: #fff;
  width: 100%;
  padding: 20px 30px;
  text-align: center;
  transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
} */

.dlab-team1:hover .dlab-title a {
  color: #fff;

}

.dlab-team1 .dlab-title a {
  font-size: 20px;
}

.list-details {
  list-style: none;
  margin: 0;
  padding: 0;

}

.list-details li:first-child {
  border-top: 0;
}

.list-details li {
  color: #000;
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.list-details li strong {
  font-weight: 400;
}


.line-grid-wrap {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}

.bg_cover {
  background-size: cover;
}

.pt_240 {
  padding-top: 172px;
}

.pb_140 {
  padding-bottom: 100px;
}

.banner-1-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.338);
  /* Dark semi-transparent overlay */
  z-index: 1;
  /* Ensures the overlay sits behind the text */
}

.banner-1-section {
  position: relative;
  /* background-size: cover; */
  /* background-position: center; */
}

/* Text positioning on top of overlay */
.auto-container {
  position: relative;
  z-index: 2;
  /* Ensures text stays above the overlay */
}

.c_light {
  color: #fff;
  /* Text color for visibility */
}



/* 15-03-2025------------------- */
.content-inner {
  padding-top: 80px;
  padding-bottom: 50px;
}

.bg-gray {
  --bs-btn-bg: #F7F9FB;
  background-color: var(--bs-btn-bg);
}

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

.text-center {
  text-align: center !important;
}

.section-head .title {
  margin-bottom: 5px;
  font-size: 35px;
  line-height: 45px;
  font-weight: 600;
}

/* .text-center.section-head p {
  margin-left: auto;
  margin-right: auto;
  max-width: 700px;
} */
/* .section-head p {
  padding-top: 10px;
  font-size: 15px;
} */
.service-box.style3 .icon-bx-wraper {
  padding: 50px 30px;
  background: #fff;
  margin-bottom: 30px;
  box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.05);
  z-index: 1;
}

.icon-bx-wraper {
  position: relative;
}

.service-box.style3 .icon-lg {
  margin-bottom: 25px;
}

.icon-lg {
  width: 80px;
}

.service-box.style3 .icon-lg i {
  font-size: 70px;
  line-height: 70px;
  color: #000;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.icon-content {
  overflow: hidden;
}

.service-box.style3 .dlab-tilte {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin-bottom: 15px;
  line-height: 30px;
}

.icon-bx-wraper p:last-child {
  margin: 0;
}

.service-box.style3 .icon-bx-wraper:after {
  content: "";
  height: 100%;
  width: 0;
  background-color: #000;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -webkit-transform-origin: left;
  -o-transform-origin: left;
  transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
}

.service-box.style3 .icon-bx-wraper:hover:before {
  opacity: 0.2;
}

.service-box.style3 .icon-bx-wraper:hover .dlab-tilte,
.service-box.style3 .icon-bx-wraper:hover .icon-lg i,
.service-box.style3 .icon-bx-wraper:hover:before,
.service-box.style3 .icon-bx-wraper:hover {
  color: #fff;
}


.service-box.style3 .icon-bx-wraper:hover p {
  color: #8e8d8e;
}

.service-box.style3 .icon-bx-wraper:before {
  content: attr(data-name);
  position: absolute;
  font-size: 100px;
  right: 30px;
  top: 30px;
  line-height: 80px;
  font-weight: 700;
  color: #000;
  opacity: 0.05;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.service-box.style3 .icon-bx-wraper:hover:after {
  width: 100%;
  left: 0;
  right: auto;
  transform-origin: right;
  -moz-transform-origin: right;
  -ms-transform-origin: right;
  -webkit-transform-origin: right;
  -o-transform-origin: right;
}

.point ul li::before {
  position: absolute;
  content: '';
  height: 10px;
  width: 10px;
  top: 3px;
  background: #000;
}

.point ul li {
  display: grid;
  font-family: "Gotham Narrow";
  font-size: 16px;
  margin-top: 25px;
  padding-left: 20px;
  color: #aaaaaa;
  position: relative;
}

.row.spno,
.spno {
  margin-left: 0;
  margin-right: 0;
}

.box-about-list .img-cover {
  height: 100%;
}

.img-cover {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  height: 100%;
}

.bg-primary,
.bg-primary a:hover {
  color: #fff;
}

.bg-primary {
  background-color: #000 !important;
}

.max-w700 {
  max-width: 700px;
}

.m-auto {
  margin: auto;
}

.p-tb50 {
  padding-bottom: 50px;
  padding-top: 50px;
}

.p-lr20 {
  padding-left: 20px;
  padding-right: 20px;
}

.box-about-list .icon-bx-wraper {
  border-radius: 8px;
  border: 1px solid #ffffff59;
  padding: 17px 22px;
  background: rgba(221, 217, 217, 0.087);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.icon-bx-wraper {
  position: relative;
}

.m-b30 {
  margin-bottom: 30px;
}

.icon-bx-wraper.left .icon-xl,
.icon-bx-wraper.left .icon-lg,
.icon-bx-wraper.left .icon-md,
.icon-bx-wraper.left .icon-sm,
.icon-bx-wraper.left .icon-xs {
  float: left;
  margin-right: 10px;
}

.icon-md {
  width: 60px;
}

.icon-md i {
  font-size: 45px;
}

.icon-content {
  overflow: hidden;
}

.box-about-list .icon-bx-wraper .dlab-tilte {
  color: #fff;
  font-weight: 500;
  /* text-decoration: underline; */
}

.icon-bx-wraper .dlab-tilte {
  margin-top: 0;
}

/* .box-about-list .icon-bx-wraper p {
  opacity: 0.8;
  font-size: 15px;
  line-height: 26px;
} */
.icon-bx-wraper p:last-child {
  margin: 0;
}

.row.spno [class*="col-"],
.spno [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}

.home {
  /* height: 100vh; */
  /* position: relative; */
}

video {
  /* position: absolute; */
  width: 100%;
  height: 500px;
  object-fit: cover;

}

.icon-bx-wraper.center {
  text-align: center;
}
.counter-style-5{
  height: 100%;
}
.icon-bx-wraper {
  position: relative;
}

[class*="icon-bx-"][class*="border-"] {
  display: table;
  line-height: normal;
  margin-left: auto;
  margin-right: auto;
}

.border-1 {
  border-width: 1px;
}

.border-1,
.border-2,
.border-3,
.border-4,
.border-5 {
  border-style: solid;
}

.icon-bx-sm {
  width: 80px;
  height: 80px;
  line-height: 80px;
}

.icon-bx-sm i {
  font-size: 30px;
}

[class*="icon-bx-"][class*="border-"] .icon-cell {
  display: table-cell;
  vertical-align: middle;
}


.content-inner {
  /* padding-top: 80px; */
  padding-top: 50px;
  padding-bottom: 50px;
}

.section-full {
  position: relative;
}

.bg-gray {
  --bs-btn-bg: #F7F9FB;
  background-color: var(--bs-btn-bg);
}

.icon-bx-wraper.bx-style-1,
.icon-bx-wraper.bx-style-2 {
  border-width: 1px;
  border-style: solid;
  border-color: #ccc;
  font-size: 14px;
  border-radius: 6px;
  height: 70%;
}


.icon-bx-wraper {
  position: relative;
}

.m-b30 {
  margin-bottom: 30px;
}

.m-t40 {
  margin-top: 40px;
}

.p-a30 {
  padding: 30px;
}

.icon-bx-wraper.bx-style-2.center .icon-bx-sm {
  margin-left: -40px;
}

.icon-bx-wraper.bx-style-2.center [class*="icon-bx-"] {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.icon-bx-wraper.bx-style-2.center [class*="icon-bx-"],
.icon-bx-wraper.bx-style-2.left [class*="icon-bx-"],
.icon-bx-wraper.bx-style-2.right [class*="icon-bx-"] {
  position: absolute;
}

.p-t40 {
  padding-top: 40px;
}

/* .project-tab {
  padding: 10%;
  margin-top: -8%;
  padding-left: 0px;
  padding-right: 0px;
} */
.project-tab #tabs {
  background: #007b5e;
  color: #eee;
}

.project-tab #tabs h6.section-title {
  color: #eee;
}

.project-tab #tabs .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #fff;
  background-color: #000;
  /* border-color: transparent transparent #f3f3f3; */
  /* border-bottom: 3px solid !important; */
  font-size: 16px;

}

.nav-tabs {
  border: 0px;
}

.project-tab .nav-link {
  border: 1px solid #00000024;
  /* border-top-left-radius: .25rem; */
  /* border-top-right-radius: .25rem; */
  color: #000;
  font-size: 16px;
  font-weight: 300;
  margin: 5px;
}

.project-tab .nav-link:hover {
  color: #fff;
  background-color: #000;
}

.project-tab .nav-link:hover {
  border: none;
}

.project-tab thead {
  background: #f3f3f3;
  color: #333;
}

.project-tab a {
  text-decoration: none;
  color: #333;
  font-weight: 600;
}


.icon-bx-wraper.bx-style-2.left [class*="icon-bx-"] {
  position: absolute;
  top: auto;
  left: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
}

.icon-bx-wraper.bx-style-2.center [class*="icon-bx-"],
.icon-bx-wraper.bx-style-2.left [class*="icon-bx-"],
.icon-bx-wraper.bx-style-2.right [class*="icon-bx-"] {
  position: absolute;
}

.icon-bx-wraper.left .icon-bx-xl,
.icon-bx-wraper.left .icon-bx-lg,
.icon-bx-wraper.left .icon-bx-md,
.icon-bx-wraper.left .icon-bx-sm,
.icon-bx-wraper.left .icon-bx-xs {
  float: left;
  margin-right: 20px;
}

.icon-bx-ho [class*="icon-bx-"] {
  z-index: 1;
}

.icon-bx-sm {
  width: 80px;
  height: 80px;
  line-height: 80px;
}

.icon-bx-ho [class*="icon-bx-"]:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  left: 0;
  top: 0;
  background: #000;
  z-index: -1;
  transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
}

.icon-content {
  overflow: hidden;
}

.p-l40 {
  padding-left: 40px;
}

.m-l40 {
  margin-left: 40px;
}

.service-1-icon {
  /* font-size: 65px; */
  font-size: 53px;
  color: #b9602a;
  /* margin-bottom: 28px; */
  position: relative;
}

.text-primary {
  color: #000 !important;
}

.dlab-media,
.dlab-media,
.dlab-post-media {
  background-color: #FFF;
  position: relative;
}

.dlab-img-overlay1:before {
  width: 100%;
  height: 100%;
  opacity: 0;
}

.dlab-media img,
.dlab-post-media img {
  width: 100%;
  height: auto;
}

.dlab-img-effect img {
  display: block;
  margin: 0;
  width: 100%;
  height: auto;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
}

.service-box-3 .dlab-info {
  position: absolute;
  bottom: -25px;
  width: calc(100% - 40px);
  left: 20px;
  z-index: 1;
}

.service-box-3 .title {
  background-color: #000;
  margin-top: 0;
  border-radius: 4px;
  font-size: 18px;
  color: #fff;
  padding: 12px 50px 12px 30px;
  position: relative;
  font-weight: 500;
  margin-bottom: 0;
}

.radius-sm {
  border-radius: 4px;
  -webkit-border-radius: 4px;
}

.service-box-3 .title a {
  color: #fff;
}

.m-b50 {
  margin-bottom: 50px;
}

.overlay-black-dark:after {
  content: '';
  /* This is necessary for the pseudo-element to appear */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  /* Black background */
  opacity: 0.1;
  /* Adjust opacity as needed */
  z-index: -1;
  /* Ensure the overlay is behind the content */
}

.content-inner {
  padding-top: 80px;
  padding-bottom: 50px;
}

.text-white {
  color: #FFF;
}

.inquiry-form.contact-project {
  margin-top: -50px;
}

.inquiry-form.box-shadow {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
}

.inquiry-form {
  box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.05);
  border-radius: 0;
  margin-top: 0;
  height: 100%;
  background: #fff;
  padding: 30px;
  border-radius: 4px;
}

input.cp1 {
  position: relative !important;
  padding: 25px 20px !important;
  font-size: 14px !important;
  margin-bottom: 25px !important;
  border-radius: 0 !important;
  background-color: #f3f3f3 !important;
  border: none !important;
  font-family: "Gotham Narrow";
}

.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

textarea.cp1 {
  font-size: 14px;
  padding: 25px 20px;
  font-family: "Gotham Narrow";
  /* margin-bottom: 40px; */
  background-color: #f3f3f3;
  border: none;
  border-radius: 0;
}

textarea.form-control {
  height: auto;
}

.button {
  padding: 12px 45px;
  background: #000;
  border: 0;
  color: #fff;
  font-weight: 500;
  transition: .5s ease;
  text-transform: uppercase;
  font-family: "Gotham Narrow";
  margin: 20px auto;
  font-size: 16px;
  margin-bottom: 40px;
}

.tp-map-box iframe {
  height: 500px;
  width: 100%;
}


/* 17-03-2025--------------------------- */
.main-slider {
  position: relative;
  width: 100%;
  /* height: 800px; */
  display: flex;
  align-items: center;
  /* Center vertically */
  justify-content: center;
  /* Center horizontally */
}

.rev_slider_wrapper {
  background-color: rgb(31, 29, 36);
  overflow: hidden;
  height: 100%;
  /* Ensure the wrapper takes full height */
}

.tp-bgimg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 800px;
  /* Set the height of the background image */
}

.dddwrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  /* Stack elements vertically */
  align-items: center;
  /* Center horizontally */
  justify-content: center;
  /* Center vertically */
  padding: 20px 0;
  /* Space above and below */
}

.tp-caption {
  font-family: "Roboto Condensed", sans-serif;
  text-align: center;
}

.Creative-SubTitle {
  font-size: 16px;
  line-height: 24px;
  margin: 10px 0;
  /* Space above and below subtitle */
}

.Creative-Title {
  font-size: 29px;
  line-height: 29px;
  margin: 10px 0;
  /* Space above and below title */
}

.Creative-Button {
  padding: 15px 50px;
  font-size: 13px;
  cursor: pointer;
  color: rgb(232, 120, 0);
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.3s;
  margin-top: 20px;
  /* Space above the button */
}

.Creative-Button:hover {
  background-color: rgba(232, 120, 0, 0.1);
}



#about h2 {
  color: #000;
  font-size: 42px;
  line-height: 50px;
}

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

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

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

#about .col-md-8 h3 {
  color: #000;
  font-size: 30px;
  line-height: 46px;
}

#about p {
  font-size: 24px;
  width: 100%;
  /* color: #000; */
}

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

#about .about-para {
  font-size: 16px;
  line-height: 32px;
}

.fix {
  overflow: hidden;
}

.pb-90 {
  padding-bottom: 20px;
}

.pt-150 {
  padding-top: 50px;
}

.gx-35 {
  --bs-gutter-x: 35px;
}

.tp-project-4-item {
  margin-bottom: 35px;
  overflow: hidden;
  line-height: 0;
}

.p-relative {
  position: relative;
}

.tp-project-4-thumb {
  overflow: hidden;
}

.tp-project-4-item.active .tp-project-4-thumb img {
  transform: scale(1.1);
}

.tp-project-4-thumb img {
  width: 100%;
  -webkit-transition: all 600ms linear;
  transition: all 600ms linear;
  height: 400px !important;
  object-fit: cover;
}

.tp-project-4-item.active .tp-project-4-thumb::after {
  height: 100%;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}

.tp-project-4-thumb::after {
  background: rgba(255, 255, 255, 0.3);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  opacity: 1;
  pointer-events: none;
}

.tp-project-4-item.active .tp-project-4-content {
  transform: perspective(400px) rotateX(0deg);
}

.tp-project-4-content {
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 25px;
  margin: 25px;
  /* padding-bottom: 45px; */
  display: inline-block;
  background-color: #000;
  transform: perspective(400px) rotateX(-90deg);
  transform-origin: center;
  transition: all 0.5s ease-in-out;
}

.tp-project-4-title a {
  color: #fff !important;
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 4px;

}

.tp-project-4-title {
  margin-bottom: 10px;
}

.tp-project-4-content p {
  max-width: 290px;
  padding-bottom: 2px;
  color: #fff;
}

.tp-btn-border-lg.white-border {
  color: #fff;
  border: 1px solid #fff;
}

.tp-project-4-thumb {
  overflow: hidden;
}

.tp-project-4-item.active .tp-project-4-thumb::after {
  height: 100%;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}

.tp-project-4-thumb::after {
  background: rgba(255, 255, 255, 0.3);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  opacity: 1;
  pointer-events: none;
}


.dz-industry-zone {
  margin-top: 90px;
  padding-top: 74px;
  padding-bottom: 56px;
  width: 100%;
  background-color: #000;
  position: relative;
}

.dz-industry-zone .dz-social-icon {
  top: 50%;
  left: 25px;
  transform: translateY(-50%);
}

.position-absolute {
  position: absolute !important;
}

.align-items-center {
  align-items: center !important;
}

/* @media only screen and (max-width: 1480px) {
.dz-industry-zone .banner-contant {
  padding-top: 30px;
}
} */


.dz-industry-zone .banner-contant {
  max-width: 535px;
}

@media only screen and (max-width: 1480px) {
  .dz-industry-zone .banner-contant .dz-title {
    font-size: 70px;
    line-height: 75px;
  }
}

.dz-industry-zone .banner-contant .dz-title {
  font-size: 40px;
  line-height: 59px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
}

.dz-industry-zone .banner-contant .dz-banner-btn .btn {
  font-weight: 400;
  font-size: 16px;
  padding: 12px 35px;
  background-color: #fff;
  color: #000;
  border-radius: 8px;
}

.dz-industry-zone .dz-bannermedia .dz-media {
  object-fit: cover;
  height: 100%;
}

@media only screen and (max-width: 1480px) {
  .dz-industry-zone .dz-bannermedia {
    width: 100%;
    padding-left: 0;
  }
}


.dz-industry-zone .dz-bannermedia {
  width: 46vw;
  padding-left: 96px;
}

.m-b20 {
  margin-bottom: 20px;
}

.long-img {
  height: 315px !important;
  object-fit: cover;
}

.icon-content .dlab-tilte {
  font-size: 19px;
  font-weight: 500;
  color: #000;
}

.inquire-btn {
  font-size: 14px;
  font-weight: 600;
  padding: 12px 18px 12px 18px;
}

.color-gray {
  color: #8e8d8e;
}

.project-btn {
  background: #000;
  color: #fff;
}
.btn-direction{
	color: #000;
    border-radius: 50%;
    border: 2px solid #000;
	padding-bottom: 11px !important;
    padding: 10px 6px;
    padding-right: 6px;
}
.btn-direction img{
	width: 25px;
}
.btn-direction-2{
	color: #000;
	 border: 2px solid #000;
	    font-weight: 900;
	    padding: 10px 18px !important;
}
.btn-direction:hover{
	color: #000;
	background: #fff;
}
.Rera-text {
  font-size: 18px;
  line-height: 26px;
}


.location-p {
  font-style: initial;
  color: inherit;
  font-size: 16px;
  padding-top: 0px !important;
}

.interior-padding {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.blog-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}


.about-section {
  position: relative;
  width: 100%;
  height: 500px !important;
  /* Adjust height as needed */
  overflow: hidden;
}

.about-content {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #000;
}

.about-content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Maintain aspect ratio */
}

.hero__txt {
  position: absolute;
  left: 20px;
  /* Adjust as needed */
  bottom: 20px;
  /* Adjust for vertical position */
  color: white;
  /* Text color */
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  /* Shadow for readability */
}

.hero__title {
  font-size: 2.5em;
  /* Adjust font size as needed */
}

.hero__subtitle {
  font-size: 1.5em;
  /* Adjust font size as needed */
}

.hero__desc {
  font-size: 1em;
  /* Adjust font size as needed */
}

.hero__title {
  color: #fff;
  /* text-transform: uppercase; */
  position: relative;
  margin-bottom: 8px;
  font-size: 55px;
  line-height: 50px;
  letter-spacing: 1px;
}

.hero__subtitle {
  color: #fff;
  position: relative;
  margin-bottom: 8px;
  font-size: 30px;
  letter-spacing: 0em;
}

.hero__desc {
  color: #fff;
  position: relative;
  position: relative;
  max-width: 720px;
  margin-bottom: 20px;
  font-size: 24px;
  letter-spacing: 0;
  font-weight: 600;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.253);
  /* Semi-transparent black overlay */
  z-index: 0;
  /* Ensure it sits above the image */
}

.text-black {
  color: #000;
}

.o-video {
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 56.25%;
  /* 9 / 16 * 100 */
}

.o-video>iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
}

/* .section.mextreo-about-1{
  padding-top: 131px !important; 
  padding-bottom: 50px !important;
}

@media only screen and (max-width: 575px) {
  .section.mextreo-about-1{
    padding-top: 80px !important; 
    padding-bottom: 50px !important;
  }
  
} */

.padding-top-bottom {
  padding-top: 25px !important;
  padding-bottom: 80px !important;
}

@media only screen and (max-width: 575px) {
  .padding-top-bottom {
    padding-top: 25px !important;
    padding-bottom: 33px !important;
  }

  .padding-top-bottom-s {
    padding-top: 50px !important;
    padding-bottom: 33px !important;
  }

  .p-a30 {
    padding: 15px;
  }

  .content-inner {
    padding-top: 50px;
    padding-bottom: 40px;
  }

  section.project-gallery {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  section.work-success.dark .ws-content .ref {
    font-size: 19px !important;
    line-height: 37px;
  }

  .padding-bottom-50 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
}

.padding-bottom-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.mb-25 {
  margin-bottom: 25px;
}

.padding-top-bottom-s {
  padding-top: 50px !important;
  padding-bottom: 33px !important;
}

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

@media only screen and (max-width: 575px) {
  .margin-bottom-50 {
    margin-bottom: 0px !important;
    margin-top: 18px;
  }

  .content-inner-2 {
    padding-top: 50px !important;
    padding-bottom: 32px !important;
  }
}

.content-inner-2 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.architect-p {
  padding-top: 45px !important;
  padding-bottom: 180px !important;
}

@media only screen and (max-width: 767px) {
  .architect-p {
    padding-bottom: 0px !important;
  }

  .footer-content .mb-30 {
    margin-bottom: 30px;
  }

  .footer-content .mb-50 {
    margin-bottom: 30px;
  }

  .interior-padding {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  section.interior .interior-img-2 {
    margin-top: 30px !important;
    margin-bottom: 20px !important;
  }

  section.interior .ab-interior-content {
    padding-top: 25px !important;
  }

  .margin-left-5 {
    margin-left: 0px !important;
  }

  .dz-industry-zone .dz-bannermedia {
    width: 100% !important;
    padding-left: 0px !important;
    margin-top: 20px;
  }

  .dz-industry-zone {
    padding-top: 34px !important;
    padding-bottom: 34px !important;
  }

  .default-banner {
    display: none;
  }

  .hero__title {
    font-size: 30px;
  }

  .hero__txt {
    position: absolute;
    min-height: unset;
    padding-left: 0px !important;
    width: auto !important;
    display: block;
    bottom: 0;
    padding-bottom: 20px;
  }
}

.margin-left-5 {
  margin-left: 5%;
}

.ab-arch-content .list-details li p {
  text-align: end;
}

.hero__txt {
  position: absolute;
  min-height: unset;
  padding-left: 60px;
  width: 48%;
  display: block;
  bottom: 0;
  padding-bottom: 20px;
}

.work-success-download {
  padding-top: 80px !important;
}

.rera-download {
  font-size: 20px;
}

.brochure-btn {
  color: #fff;
  background-color: #000;
}

.success-bg-left-1 {
  position: absolute;
  top: -3%;
  left: -42%;
  z-index: 0;
}

.success-bg-left-1 img {
  height: 350px;
  width: 560px;
  object-fit: cover;
}

.success-bg-left-2 {
  position: relative;
  margin-top: 21%;
}

.success-bg-left-2 img {
  height: 280px;
  object-fit: cover;
}

@media only screen and (max-width: 767px) {
  .success-bg-left-1 {

    display: none;
  }

  .dz-industry-zone .banner-contant .dz-title {
    font-size: 29px;
    line-height: 43px;
  }

  .work-success-download {
    padding-top: 30px !important;
  }

  .success-bg-left-2 {
    margin-top: 20px !important;
    margin-bottom: 0px;
  }

  .rera-download {
    font-size: 17px;
  }

  .m-top-download {
    margin-top: 20px !important;
  }


}


.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
  font-size: 25px;
}

.modal-close-btn {
  border: 1px solid #000;
  font-size: 25px;
  border-radius: 50%;
  width: 29px;
  background-color: #000;
  opacity: 1;
  height: 30px;
}

.modal-body {
  padding-top: 0px !important;
  padding: 29px;
}

.modal-content-div {
  border: 0px;
  padding-top: 9px;
  padding-right: 10px;
}


/* 24-03-2025------------------------- */
.content-area {
  padding-top: 60px;
  display: block;
  width: 100%;
}

.sticky-top,
.sticky-sm-top,
.sticky-md-top,
.sticky-top>.side-bar {
  position: sticky;
  position: -webkit-sticky;
  top: 100px;
}

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
}

.side-bar .widget {
  margin-bottom: 30px;
}

.widget {
  margin-bottom: 40px;
}

.widget-title.style-1 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  margin-bottom: 20px;
  padding-bottom: 15px;
  font-weight: 600;
  line-height: 12px;
}

.widget .widget-title,
.widget .post-title {
  text-transform: uppercase;
}

.widget-title {
  padding-bottom: 15px;
  position: relative;
  margin-bottom: 30px;
  vertical-align: middle;
}

.widget-title {
  margin: 0 0 25px;
}

.widget-title.style-1:after {
  border-radius: 0;
  bottom: -2px;
  content: "";
  display: inline-block;
  height: 3px;
  left: 0;
  margin: 0;
  position: absolute;
  vertical-align: bottom;
  width: 50px;
}

.widget-title:after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 0;
  height: 3px;
  margin: 0 0 0;
  width: 50px;
  margin: 10px 0;
  background-color: #000;
}

.search-bx.style-1 .input-group {
  border: 1px solid #efefef;
}

.input-group {
  width: 100%;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.search-bx.style-1 .form-control {
  border: 1px solid #efefef;
  border-width: 0;
  font-size: 15px;
  height: 45px;
  padding: 5px 20px;
}

.input-group .form-control,
.input-group-addon,
.input-group-btn {
  display: table-cell;
}

.search-bx.style-1 .input-group-btn button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0;
  color: #000000;
  font-size: 15px;
  height: 45px;
  width: 40px;
  border-width: 0;
}

.recent-posts-entry .widget-post-bx:last-child {
  border-bottom: none;
}

.recent-posts-entry .widget-post,
.recent-posts-entry .dlab-post-info {
  overflow: hidden;
}

.recent-posts-entry .widget-post {
  margin-bottom: 10px;
}

.clearfix:after,
.clearfix:before {
  content: "";
  display: table;
}

.widget-post .dlab-post-media {
  width: 125px;
}

.recent-posts-entry .dlab-post-info,
.recent-posts-entry .dlab-post-media {
  display: table-cell;
  vertical-align: middle;
}

.recent-posts-entry .dlab-post-media {
  padding-right: 15px;
  width: 110px;
}

.dlab-media,
.dlab-media,
.dlab-post-media {
  background-color: #FFF;
  position: relative;
}

.recent-posts-entry .dlab-post-media img {
  border-radius: 3px;
}

.dlab-media img,
.dlab-post-media img {
  width: 100%;
  height: auto;
}

.recent-posts-entry .widget-post,
.recent-posts-entry .dlab-post-info {
  overflow: hidden;
}

.recent-posts-entry .dlab-post-info,
.recent-posts-entry .dlab-post-media {
  display: table-cell;
  vertical-align: middle;
}

.recent-posts-entry .dlab-post-info {
  background: transparent;
  padding: 0;
  margin-left: 110px;
  border: none;
}

.recent-posts-entry .dlab-post-meta {
  margin-bottom: 0;
}

.dlab-post-meta {
  margin-bottom: 0px;
}

.dlab-post-meta ul li {
  padding: 0;
  display: inline-block;
  color: #000;
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
  font-family: 'DM Sans', sans-serif;
}

.dlab-post-meta a {
  color: inherit;
}

.blog-md,
.blog-md .dlab-post-info {
  overflow: hidden;
}

.blog-post {
  position: relative;
  margin-bottom: 30px;
}

.blog-md .dlab-post-media {
  vertical-align: top;
}

.blog-md .dlab-post-info,
.blog-md .dlab-post-media {
  display: table-cell;
  vertical-align: middle;
}

.blog-md .dlab-post-media {
  width: 350px;
  border-radius: 4px;
}

.dlab-media,
.dlab-media,
.dlab-post-media {
  background-color: #FFF;
  position: relative;
}

.dlab-img-effect {
  position: relative;
  overflow: hidden;
  display: block;
}

.dlab-img-effect.zoom-slow img {
  transition: all 10s;
  -moz-transition: all 10s;
  -webkit-transition: all 10s;
  -o-transition: all 10s;
}

.dlab-media img,
.dlab-post-media img {
  width: 100%;
  height: auto;
}

.dlab-img-effect img {
  display: block;
  margin: 0;
  width: 100%;
  height: auto;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
}

.blog-md .dlab-post-info,
.blog-md .dlab-post-media {
  display: table-cell;
  vertical-align: middle;
}

.blog-md,
.blog-md .dlab-post-info {
  overflow: hidden;
}

.blog-md .dlab-post-info {
  border: none;
  padding-left: 30px;
}

.dlab-post-meta {
  margin-bottom: 0px;
}


.dlab-post-title {
  margin-bottom: 5px;
}

.blog-md .dlab-post-info .post-title {
  margin-top: 0;
}

.dlab-post-title .post-title {
  margin-top: 15px;
  margin-bottom: 5px;
}

.dlab-post-text {
  margin-bottom: 15px;
}

.blog-md .dlab-post-info>div:last-child {
  margin-bottom: 0;
}

.dlab-post-readmore {
  margin-bottom: 15px;
}

.site-button {
  background-color: #000;
}

.site-button {
  color: #fff;
  padding: 12px 30px;
  display: inline-block;
  font-size: 13px;
  outline: none;
  cursor: pointer;
  outline: none;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
  line-height: 1.42857;
  border-radius: 3px;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
}

.site-button:hover {
  color: #000;
  padding: 12px 30px;
  display: inline-block;
  font-size: 13px;

  border: 1px solid #000;
  background-color: transparent;

}


.post-title .news-title {
  font-size: 23px;
  color: #000;
}

.post-title a {
  color: #000;
}

.new-post-news a {
  color: #000;
  font-size: 18px;
}

.new-post-news {
  font-weight: 500 !important;
  line-height: 20px;
}

.widget-newslatter .news-box {
  background-color: #F5F6F7;
  padding: 20px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.widget-newslatter p {
  font-style: italic;
  font-size: 15px;
}

.news-box form {
  position: relative;
}

.widget-newslatter .form-control {
  background: #ffffff none repeat scroll 0 0;
  border: 2px solid #d0d0d0;
  height: 45px;
  margin-bottom: 15px;
  padding: 5px 20px;
  font-family: 'DM Sans', sans-serif;
}

.news-box form:after {
  color: #000000;
  content: "Newslatter";
  font-size: 50px;
  font-weight: 700;
  opacity: 0.05;
  position: absolute;
  top: -40px;
  z-index: -1;
  font-family: 'DM Sans', sans-serif;
}

.widget_categories ul li:before,
.widget_archive ul li:before,
.widget_meta ul li:before,
.widget_pages ul li:before,
.widget_recent_comments ul li:before,
.widget_nav_menu ul li:before,
.widget_recent_entries ul li:before,
.widget_services ul li:before {
  content: "\f105";
  position: absolute;
  left: 0;
  top: 10px;
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
}

.widget_categories ul,
.widget_archive ul,
.widget_meta ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_nav_menu ul,
.widget_rss ul,
.widget_recent_entries ul,
.widget_services ul,
.widget_getintuch ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.widget_categories ul li a,
.widget_archive ul li a,
.widget_meta ul li a,
.widget_pages ul li a,
.widget_recent_comments ul li a,
.widget_nav_menu li a,
.widget_recent_entries ul li a,
.widget_services ul li a {
  color: #767676;
  text-transform: capitalize;
}

.widget_categories ul li,
.widget_archive ul li,
.widget_meta ul li,
.widget_pages ul li,
.widget_recent_comments ul li,
.widget_nav_menu li,
.widget_recent_entries ul li,
.widget_services ul li {
  padding-bottom: 18px;
  margin-bottom: 13px;
  border-bottom: 1px solid rgba(102, 102, 102, 0.11);
  position: relative;
  padding: 10px 10px 10px 15px;
  margin-bottom: 0;
  line-height: 20px;
  width: 100%;
}

.owl-nav {
  display: none;
}

.owl-dots {
  margin-top: 9px;
}

.owl-item .item img {
  width: 350px;
/*   height: 180px; */
  object-fit: cover;
	    border-radius: 15px;
}

.post-widget {
  font-family: 'DM Sans', sans-serif;
  background: #0000001f;
  font-size: 12px;
  border-radius: 7px;
  line-height: 17px;
  padding: 5px 9px;
  color: #000;
}

.mex-blog-news .ht-tittle::after {
  position: absolute;
  content: '';
  background: #000;
  height: 2px;
  width: 60px;
  right: -75%;
  top: 42%;
}


.mex-blog-news {
  position: relative;
  text-align: center;
  margin-bottom: 50px;
  z-index: 1;
}

.project-slider:after {
  content: "";
  background: #ebebeb;
  height: 100%;
  width: calc(50% - 80px);
  position: absolute;
  top: 0;
  left: 0;
}

.p-lr0 {
  padding-left: 0;
  padding-right: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
}


.owl-carousel .owl-item img {
  transform-style: inherit;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.dlab-media img,
.dlab-post-media img {
  width: 100%;
  height: auto;
}

.owl-item .item .dlab-media img {
  height: 395px !important;
}

.project-slider .about-content {
  max-width: 600px;
  padding-left: 45px;
}

.project-slider-right:after {
  content: "";
  background: #ebebeb;
  height: 100%;
  width: calc(50% - 80px);
  position: absolute;
  top: 0;
  right: 0;
}

.project-list li:not(:first-child)::before {
  content: '|';

}

/* For the first list item, ensure the pseudo-element is hidden */
.project-list li:first-child::before {
  content: none;
}

.box-project {
  /* background-color: #000; */
  height: 100% !important;
}

.font-poppins {
  font-family: 'DM Sans', sans-serif;
  color: #000;
  font-size: 13px;
  font-weight: 500;
}

.form-inquire input[type="text"],
textarea,
select {
  font-size: 14px !important;
  color: #888;
}

.form-inquire select {
  font-family: 'DM Sans', sans-serif;
}

.form-inquire {
  margin-bottom: 8px;
}

.inquire-input {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1rem;
  border-radius: 0.375rem;
  border: 1px solid #e2e8f0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  width: 100%;
  display: block;
}

.bg-white-form {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 1rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.form-inquire .font-poppins span {
  color: red;
}


.inquiry-btn-1 {
  text-align: center !important;
  border: 1px solid #000 !important;
  background: transparent !important;
  color: #000 !important;
}

.project-btn:hover {
  color: #fff;
}

.float {
  position: fixed;
  width: 55px;
  height: 55px;
  /* bottom: 40px;
  right: 40px; */
  bottom: 55px;
  right: 16px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  /* box-shadow: 2px 2px 3px #999; */
  z-index: 100;
}

.my-float {
  margin-top: 12px;
}

.float:hover {
  color: #fff;
}


.meateaters li {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  /* color: #8e8d8e; */
  color: #494949a3;
  line-height: 28px;
  padding: 0 0 0.25em 1.6em;
  /* match the icon width */
  text-indent: -1.6em;
  /* match the icon width */
  font-family: 'DM Sans', sans-serif;
}

.meateaters li::before {
  /* font-family: FontAwesome;

  content: "\f00c";
  float: left;
  width: 1.6em;
  color: #000; */
  font-family: FontAwesome;
  content: "✓";
  float: left;
  width: 1.6em;
  color: #000;
  font-weight: 600;

  /* icon width + space */
}

.bg-black {
  background-color: #000 !important;
}

.border-top-gray {
  border-top: 1px solid #ffffff54;
}

.Brochure-btn-detail {
  padding: 11px 27px;
  margin-top: 12px;
  border-radius: 6px;
  border: 1px solid #fff;
}

.Brochure-btn-detail:hover {
  background-color: #fff;
  color: #000;
}

/* @media (min-width: 992px) {
  .key-figures {
    padding: 1rem 0.5rem;
  }
} */


.key-figures {
  padding: 0.5rem 1rem;
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
  line-height: 1.2;
}

@media (min-width: 992px) {
  .key-figures .key-figures-icon {
/*     width: 50px;
    margin-right: 1.5rem; */
	          width: 28px;
        margin-right: 13px;

  }
}


.key-figures .key-figures-icon {
  width: 28px;
  margin-right: 1.5rem;
}

.key-figures p {
  font-size: 18px;
  margin-bottom: unset;
  color: #B6B6B6;
}

/* .key-figures {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #878787;
  left: 0;
  bottom: 0;
  transition: all 800ms;
  border: 1px solid #878787 !important;
  border-radius: 5px;
} */

.bottom-line {
  /* position: absolute; */
  /* content: '';
  width: 100%;
  height: 1px;
  background-color: #878787 !important;
  left: 0;
  bottom: 0;
  transition: all 800ms; */
  border-bottom: 1px solid #87878778 !important;
  margin-bottom: 5px;
}
.boder-none{
  border: none !important;
}
/* .bottom-line-table .bottom-line::after {
  background-color: #878787 !important;

} */

.bottom-line-table .bottom-line {
  padding: 6px;
  padding-bottom: 0px;
}
.bottom-line-table {
  padding: 0 12px;
}
.bottom-line .col-md-4 p{
  color: #000;
  font-weight: 600;
}
@media (min-width: 768px) {

  .section-dark.section-padding,
  .section-dark .section-padding {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

/* 
@media (min-width: 992px) {
  .key-figures .key-figures-icon {
    width: 50px;
    margin-right: 2.5rem;
  }
} */

.key-figures {
  padding: 1rem 0.5rem !important;
}

.section-dark[data-animate="section-color-change"] {
  position: relative;
  z-index: 10;
}

.owl-item .item .sp-img img {
  width: 525px;
  height: 300px;
  object-fit: cover;
  border-radius: 25px;
}

.owl-item .item .layout-img img {
  /* width: 525px; */
  height: auto;
  object-fit: cover;
  border-radius: 10px;
}

/* footer------------ */


.section-dark .rounded-container {
  background-color: #000;
  color: #b6b6b6;
}

.footer-margin-bottom,
.footer-margin-bottom-7rem {
  margin-bottom: 3.5rem;
}

/* @media (min-width: 992px) {
  .footer-big-logo {
    width: 400px;
  }
} */

.footer-big-logo {
  width: 250px;
}

.menu-margin-bottom {
  margin-bottom: 2rem;
}

.menu-links .nav-link {
  font-size: 20px;
  line-height: 40px;
}

@media (min-width: 992px) {
  .menu-links .nav-link.project-link {
    /* font-size: 40px;
    line-height: 70px; */
    font-size: 31px;
    line-height: 50px;
  }
}




@media (min-width: 768px) {
  .menu-links .nav-link.project-link {
    /* font-size: 34px;
    line-height: 60px; */
    font-size: 31px;
    line-height: 50px;
  }
}

footer .nav-link {
  color: #878787;
  padding-top: unset;
}
footer .nav-link:hover {
  color: #fff;
}
.text-md-end {
  text-align: right !important;
}

.footer-social-icon .social-media {
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
  color: #fff;
  font-size: 25px;
}
@media only screen and (max-width: 512px) {
  .text-md-end {
    text-align: start !important;
    margin-top: 25px;
}}

@media only screen and (max-width: 482px) {
  .pb-100{
    padding-bottom: 38px !important;
  }
  .pb-70{
    padding-bottom: 38px  !important;
  }

.pt-40{
  padding-top: 40px;
}
}
.pb-100{
  padding-bottom: 100px;
}

.pb-70{
  padding-bottom: 70px;
}


.pt-40{
  padding-top: 40px;
}
.pt-pb-50{
  padding-top: 50px;
  padding-bottom: 50px;
}
.lauout-sec{
  padding-top: 50px; padding-bottom: 70px; background-color: #dcdcdc7b;
}



 /* Parallax Section */
 .parallax {
  position: relative;
  padding: 100px 0;
  overflow: hidden;
}

/* Background Image Container */
.parallax-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: transform 0.1s ease-out;
}

/* Image Style */
.parallax-background img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform 0.1s ease-out;
}


/* Fade-in Effect */
.fade-in {
  opacity: 0;
  animation: fadeIn 2s forwards;
}

@keyframes fadeIn {
  from {
      opacity: 0;
  }

  to {
      opacity: 1;
  }
}
.img-ho1 {
  position: relative;
  z-index: 1;
}


.content-bx1 {
  padding-left: 30px;
}

.parallax-background .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  /* Dark transparent overlay, adjust the opacity as needed */
  z-index: 1;
}
.parallax-background img {
  position: relative;
  z-index: 0;
  /* Ensures the image is behind the overlay */
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bg-very-light-gray {
  background-color: #eceff18c;
}
.background-position-center-top {
  background-position: center top !important;
}

.ms-35px {
  margin-left: 35px !important;
}

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

.ps-45px {
  padding-left: 45px !important;
}

.pb-35px {
  padding-bottom: 35px !important;
}

.pe-45px {
  padding-right: 45px !important;
}

.pt-35px {
  padding-top: 35px !important;
}

.border-radius-6px {
  border-radius: 6px !important;
}

.box-shadow-quadruple-large,
.box-shadow-quadruple-large-hover:hover {
  -webkit-box-shadow: 0 20px 60px rgb(0 0 0 / .08);
  box-shadow: 0 20px 60px rgb(0 0 0 / .08);
  -webkit-transition: all .35s cubic-bezier(.37, 0, .63, 1);
  transition: all .35s cubic-bezier(.37, 0, .63, 1);
}

.margin-left-60 {
  margin-left: -60%;
}

.margin-left-24px {
  margin-left: 24px;
}

.margin-right-80 {
  margin-right: -80%;
}

.title-about {
  font-size: 38px;
  margin-bottom: 21px;
}

.sub-sec-tilte {
  font-size: 25px;
}

.sub-sec-title-main {
  font-size: 35px;
  line-height: 45px;
  font-weight: 600;
}
.about-section-11{
/*   padding-top: 80px !important;
  padding-bottom: 50px !important; */
	    padding-top: 62px !important;
    padding-bottom: 30px !important;
}
@media only screen and (max-width: 575px) {
  .about-section-11{
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .section-head {
    margin-bottom: 0px;
}
.content-bx1 {
  padding-left: 0px;
}
.section-head .title {
  margin-bottom: 20px !important;
  font-size: 29px;
  line-height: 39px;
  font-weight: 600;
}
.sub-sec-title-main {
  font-size: 29px;
  line-height: 39px;
  font-weight: 600;
  margin-bottom: 15px;
}
.title-about {
  font-size: 29px;
  line-height: 34px;
  font-weight: 600;
  margin-bottom: 15px;
}
.parallax {
  position: relative;
  padding: 50px 0;
  overflow: hidden;
}
.mb-35px {
  padding: 0px !important;
}
.ml-15px{
  margin-left: 15px;
}
.content-inner-3{
  padding-top: 40px !important;
  padding-bottom: 48px !important;
}
.margin-left-60{
  margin-left: -21px;
}
.margin-left-24px{
  margin-left: 0px;
padding-top: 20px;
}
.about-banner{
  margin-top: 22px    !important;
}
}

.content-inner-3{
  padding-top: 50px;
  padding-bottom: 50px;
}


.about-banner{
  margin-top: 67px !important;
}










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

/* Gallery Styles */
.gallery_container {
  max-width: 1200px;
  margin: 0 auto;
}


.gallery_item {
  margin: 15px auto;
  overflow: hidden;
  position: relative;
}

.popup-gallery a {
  display: block;
  width: 100%;
  overflow: hidden;
  transition: transform 0.3s ease, border-color 0.3s ease;
}

.popup-gallery a:hover {
  transform: scale(1.05);
  border-color: #000;
}


/* END  */

/* .singicon_btn_nlf {
  position: absolute;
  top: 44%;
  bottom: 56%;
  left: 44%;
  right: 56%;
  opacity: 0;
} */

.singicon_btn_nlf i {
  color: #fff;
  border: 1px solid #fff;
  padding: 10px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

.popup-gallery a:hover .singicon_btn_nlf {
  opacity: 1;
}

.hover_affect_nlf img {
  transition: opacity 0.3s ease;
}

.hover_affect_nlf:hover img {
  opacity: 0.6; 
}

.hover_affect_nlf:hover::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  pointer-events: none;
}

.hover_affect_nlf {
  position: relative;
  display: inline-block;
}

/* Icon button styling */
.singicon_btn_nlf {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;  
  color: white;  
  font-size: 20px;  
  opacity: 0; 
  transition: opacity 0.3s ease;  

}

.hover_affect_nlf:hover .singicon_btn_nlf {
  opacity: 1; 
}

.hover_affect_nlf img {
  width: 100%;
  height: auto;
}


.singicon_btn_nlf-2 i {
  color: #fff;
  border: 1px solid #fff;
  padding: 10px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

.popup-gallery a:hover .singicon_btn_nlf-2 {
  opacity: 1;
}

.hover_affect_nlf-2 img {
  transition: opacity 0.3s ease;
}

.hover_affect_nlf-2:hover img {
  opacity: 0.6; 
}

.hover_affect_nlf-2:hover::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  pointer-events: none;
  border-radius: 10px !important;
}
.hover_affect_nlf-2 {
  position: relative;
  display: inline-block;
}

/* Icon button styling */
.singicon_btn_nlf-2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;  
  color: white;  
  font-size: 20px;  
  opacity: 0; 
  transition: opacity 0.3s ease;  
  

}

.hover_affect_nlf-2:hover .singicon_btn_nlf-2 {
  opacity: 1; 
}

.hover_affect_nlf-2 img {
  width: 100%;
  height: auto;
}
.gallery_item-2 {
  margin: 15px auto;
  overflow: hidden;
  position: relative;
  border-radius: 10px !important;
	    text-align: center;

}

.footer-li{
  width: 100% !important;  margin-bottom: 15px;
}
.footer-li a{
  font-size: 20px; 
}
.single-partner img{
  /* width: 200px; */
  width: 142px;
}
.youtube-container {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 0;
  pointer-events: none;
}

.youtube-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /* height: 100%; */
  pointer-events: auto; /* Allow clicking on the iframe */
}
.text-form{
	font-size: 14px; 
	color: #000;
}
.form-check-inline {
    display: -ms-inline-flexbox;
    display: inline-flex
;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem;
}
.vs-btn {
    position: relative;
    display: inline-block;
    border: none;
    text-align: center;
    background-color: #000 !important;
    color: #fff !important;
    
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    padding: 19px 56px 19px 45px;
   
}
/* 23-055------- */
.wpcf7-list-item-label{
	font-size:13px;
	margin-left: 5px;
}